| 1 | // swift-interface-format-version: 1.0 |
| 2 | // swift-compiler-version: Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.2 clang-2100.0.123.2) |
| 3 | // swift-module-flags: -target arm64e-apple-ios26.5 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -library-level api -enable-experimental-feature Macros -enable-experimental-feature ExtensionMacros -enable-experimental-feature IsolatedAny2 -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -user-module-version 7.5.3 -module-name SwiftUI -package-name SwiftUI |
| 4 | // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.2 |
| 5 | import Combine |
| 6 | import CoreData |
| 7 | import CoreFoundation |
| 8 | @_exported import CoreGraphics |
| 9 | @_exported import CoreTransferable |
| 10 | @_exported import DeveloperToolsSupport |
| 11 | import Foundation |
| 12 | import OSLog |
| 1 | // swift-interface-format-version: 1.0 |
| 2 | // swift-compiler-version: Apple Swift version 6.4 effective-5.10 (swiftlang-6.4.0.19.103 clang-2100.3.19.4) |
| 3 | // swift-module-flags: -target arm64e-apple-ios27.0 -enable-objc-interop -enable-library-evolution -language-mode 5 -O -library-level api -enable-experimental-feature AnyAppleOSAvailability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -user-module-version 8.0.66.1.103 -module-name SwiftUI -package-name SwiftUI |
| 4 | // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.4 |
| 5 | import Combine |
| 6 | import CoreData |
| 7 | import CoreFoundation |
| 8 | @_exported import CoreGraphics |
| 9 | import CoreMedia |
| 10 | @_exported import CoreTransferable |
| 11 | import DataDetection |
| 12 | @_exported import DeveloperToolsSupport |
| 13 | import Foundation |
| 14 | import OSLog |
| 93 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityValue(_:)") |
| 94 | nonisolated public func accessibility(value: SwiftUICore.Text) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 95 | } |
| 96 | extension SwiftUICore.EnvironmentValues { |
| 97 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 98 | public var accessibilityLargeContentViewerEnabled: Swift.Bool { |
| 99 | get |
| 100 | } |
| 101 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 102 | public var _accessibilityLargeContentViewerEnabled: Swift.Bool { |
| 103 | get |
| 104 | set |
| 105 | } |
| 106 | } |
| 107 | extension SwiftUICore.View { |
| 108 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 109 | nonisolated public func accessibilityShowsLargeContentViewer<V>(@SwiftUICore.ViewBuilder _ largeContentView: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 110 | |
| 111 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 112 | nonisolated public func accessibilityShowsLargeContentViewer() -> some SwiftUICore.View |
| 113 | |
| 114 | } |
| 115 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 116 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 117 | nonisolated public init<F>(_ titleKey: SwiftUICore.LocalizedStringKey, value: SwiftUICore.Binding<F.FormatInput?>, format: F, prompt: SwiftUICore.Text? = nil) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 95 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityValue(_:)") |
| 96 | nonisolated public func accessibility(value: SwiftUICore.Text) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 97 | } |
| 98 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 99 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 100 | nonisolated public init<F>(_ titleKey: SwiftUICore.LocalizedStringKey, value: SwiftUICore.Binding<F.FormatInput?>, format: F, prompt: SwiftUICore.Text? = nil) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 142 | } |
| 143 | extension SwiftUI.TextField { |
| 144 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 145 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput?>, format: F, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 146 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 147 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, format: F, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 148 | } |
| 149 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 150 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 125 | } |
| 126 | extension SwiftUI.TextField { |
| 127 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 128 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput?>, format: F, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 129 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 130 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, format: F, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) where F : Foundation.ParseableFormatStyle, F.FormatOutput == Swift.String |
| 131 | } |
| 132 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 133 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 163 | } |
| 164 | extension SwiftUI.TextField { |
| 165 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 166 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, formatter: Foundation.Formatter, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 167 | } |
| 168 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 169 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 146 | } |
| 147 | extension SwiftUI.TextField { |
| 148 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 149 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, formatter: Foundation.Formatter, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 150 | } |
| 151 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 152 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 239 | onEditingChanged: { _ in }, onCommit: onCommit) |
| 240 | } |
| 241 | } |
| 242 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 243 | public struct SceneRestorationBehavior : Swift.Sendable { |
| 244 | public static let automatic: SwiftUI.SceneRestorationBehavior |
| 222 | onEditingChanged: { _ in }, onCommit: onCommit) |
| 223 | } |
| 224 | } |
| 225 | @available(watchOS 9.0, *) |
| 226 | @available(iOS, unavailable) |
| 227 | @available(macOS, unavailable) |
| 228 | @available(tvOS, unavailable) |
| 229 | @available(visionOS, unavailable) |
| 230 | extension SwiftUI.BackgroundTask { |
| 231 | @available(*, deprecated, message: "Snapshotting is deprecated") |
| 232 | public static var snapshot: SwiftUI.BackgroundTask<SwiftUI.SnapshotData, SwiftUI.SnapshotResponse> { |
| 233 | get |
| 234 | } |
| 235 | } |
| 236 | @available(watchOS 9.0, *) |
| 237 | @available(iOS, unavailable) |
| 238 | @available(macOS, unavailable) |
| 239 | @available(tvOS, unavailable) |
| 240 | @available(visionOS, unavailable) |
| 241 | @available(*, deprecated, message: "Snapshotting is deprecated") |
| 242 | public struct SnapshotResponse : Swift.Sendable { |
| 243 | public init(restoredDefaultState: Swift.Bool = false, estimatedSnapshotExpiration: Foundation.Date? = nil, identifier: Swift.String? = nil) |
| 244 | } |
| 245 | @available(watchOS 9.0, *) |
| 246 | @available(iOS, unavailable) |
| 247 | @available(macOS, unavailable) |
| 248 | @available(tvOS, unavailable) |
| 249 | @available(visionOS, unavailable) |
| 250 | @available(*, deprecated, message: "Snapshotting is deprecated") |
| 251 | public struct SnapshotData : Swift.Sendable { |
| 252 | public let reason: SwiftUI.SnapshotData.SnapshotReason |
| 253 | public let identifier: Swift.String? |
| 254 | @available(watchOS 9.0, *) |
| 255 | @available(iOS, unavailable) |
| 256 | @available(macOS, unavailable) |
| 257 | @available(tvOS, unavailable) |
| 258 | @available(visionOS, unavailable) |
| 259 | public enum SnapshotReason : Swift.Sendable { |
| 260 | case appScheduled |
| 261 | case returnToDefaultState |
| 262 | case complicationUpdate |
| 263 | case prelaunch |
| 264 | case appBackgrounded |
| 265 | public static func == (a: SwiftUI.SnapshotData.SnapshotReason, b: SwiftUI.SnapshotData.SnapshotReason) -> Swift.Bool |
| 266 | public func hash(into hasher: inout Swift.Hasher) |
| 267 | public var hashValue: Swift.Int { |
| 268 | get |
| 269 | } |
| 270 | } |
| 271 | } |
| 272 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 273 | public struct SceneRestorationBehavior : Swift.Sendable { |
| 274 | public static let automatic: SwiftUI.SceneRestorationBehavior |
| 271 | get { .init() } |
| 272 | } |
| 273 | } |
| 274 | @available(iOS, unavailable) |
| 275 | @available(macOS, unavailable) |
| 276 | @available(tvOS, unavailable) |
| 277 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, renamed: "VerticalTabViewStyle") |
| 278 | @available(visionOS, unavailable) |
| 279 | public struct CarouselTabViewStyle : SwiftUI.TabViewStyle { |
| 280 | public init() |
| 281 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 282 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 283 | } |
| 284 | @available(*, unavailable) |
| 285 | extension SwiftUI.CarouselTabViewStyle : Swift.Sendable { |
| 286 | } |
| 287 | @available(iOS 16.4, tvOS 16.4, *) |
| 288 | @available(macOS, unavailable) |
| 289 | extension SwiftUI.UIHostingController { |
| 301 | get { .init() } |
| 302 | } |
| 303 | } |
| 304 | #if compiler(>=5.3) && $TildeSendable |
| 305 | @available(iOS, unavailable) |
| 306 | @available(macOS, unavailable) |
| 307 | @available(tvOS, unavailable) |
| 308 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, renamed: "VerticalTabViewStyle") |
| 309 | @available(visionOS, unavailable) |
| 310 | nonisolated public struct CarouselTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 311 | nonisolated public init() |
| 312 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 313 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 314 | } |
| 315 | #else |
| 316 | @available(iOS, unavailable) |
| 317 | @available(macOS, unavailable) |
| 318 | @available(tvOS, unavailable) |
| 319 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, renamed: "VerticalTabViewStyle") |
| 320 | @available(visionOS, unavailable) |
| 321 | nonisolated public struct CarouselTabViewStyle : SwiftUI.TabViewStyle { |
| 322 | nonisolated public init() |
| 323 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 324 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.CarouselTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 325 | } |
| 326 | #endif |
| 327 | @available(iOS 16.4, tvOS 16.4, *) |
| 328 | @available(macOS, unavailable) |
| 329 | extension SwiftUI.UIHostingController { |
| 341 | nonisolated public func accessibilityLabeledPair<ID>(role: SwiftUI.AccessibilityLabeledPairRole, id: ID, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View where ID : Swift.Hashable |
| 342 | |
| 343 | } |
| 344 | @available(iOS, unavailable) |
| 345 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 346 | @available(tvOS, unavailable) |
| 347 | @available(watchOS, unavailable) |
| 348 | @available(visionOS, unavailable) |
| 349 | public struct MenuButton<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 350 | public init(label: Label, @SwiftUICore.ViewBuilder content: () -> Content) |
| 351 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 352 | get |
| 353 | } |
| 354 | @available(iOS, unavailable) |
| 355 | @available(tvOS, unavailable) |
| 356 | @available(watchOS, unavailable) |
| 357 | @available(visionOS, unavailable) |
| 358 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 359 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10MenuButtonV4bodyQrvp", 0) __<Label, Content> |
| 360 | } |
| 361 | @available(*, unavailable) |
| 362 | extension SwiftUI.MenuButton : Swift.Sendable { |
| 363 | } |
| 364 | @available(iOS, unavailable) |
| 365 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 366 | @available(tvOS, unavailable) |
| 367 | @available(watchOS, unavailable) |
| 368 | @available(visionOS, unavailable) |
| 369 | extension SwiftUI.MenuButton where Label == SwiftUICore.Text { |
| 370 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 371 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 372 | } |
| 373 | @available(iOS 17.5, macOS 14.5, *) |
| 374 | @available(tvOS, unavailable) |
| 375 | @available(watchOS, unavailable) |
| 376 | @usableFromInline |
| 377 | @frozen internal struct LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator> : SwiftUI.TableColumnContent where TableRowValue : Swift.Identifiable, TableColumnSortComparator : Foundation.SortComparator { |
| 378 | public typealias TableRowValue = TableRowValue |
| 379 | public typealias TableColumnSortComparator = TableColumnSortComparator |
| 380 | public typealias TableColumnBody = Swift.Never |
| 381 | internal let storage: SwiftUI.LimitedAvailabilityTableColumnContentStorageBase<TableRowValue, TableColumnSortComparator> |
| 382 | @usableFromInline |
| 383 | internal init(erasing: some TableColumnContent<TableRowValue, TableColumnSortComparator>) |
| 384 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 385 | @_alwaysEmitIntoClient nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? { |
| 386 | return nil |
| 387 | } |
| 388 | nonisolated public var tableColumnBody: Swift.Never { |
| 389 | get |
| 390 | } |
| 391 | } |
| 392 | @available(*, unavailable) |
| 393 | extension SwiftUI.LimitedAvailabilityTableColumnContent : Swift.Sendable { |
| 394 | } |
| 395 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 396 | @available(tvOS, unavailable) |
| 397 | @available(watchOS, unavailable) |
| 381 | nonisolated public func accessibilityLabeledPair<ID>(role: SwiftUI.AccessibilityLabeledPairRole, id: ID, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View where ID : Swift.Hashable |
| 382 | |
| 383 | } |
| 384 | #if compiler(>=5.3) && $TildeSendable |
| 385 | @available(iOS, unavailable) |
| 386 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 387 | @available(tvOS, unavailable) |
| 388 | @available(watchOS, unavailable) |
| 389 | @available(visionOS, unavailable) |
| 390 | nonisolated public struct MenuButton<Label, Content> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 391 | nonisolated public init(label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 392 | nonisolated public var body: some SwiftUICore.View { |
| 393 | get |
| 394 | } |
| 395 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 396 | @available(iOS, unavailable) |
| 397 | @available(tvOS, unavailable) |
| 398 | @available(watchOS, unavailable) |
| 399 | @available(visionOS, unavailable) |
| 400 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10MenuButtonV4bodyQrvp", 0) __<Label, Content> |
| 401 | } |
| 402 | #else |
| 403 | @available(iOS, unavailable) |
| 404 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 405 | @available(tvOS, unavailable) |
| 406 | @available(watchOS, unavailable) |
| 407 | @available(visionOS, unavailable) |
| 408 | nonisolated public struct MenuButton<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 409 | nonisolated public init(label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 410 | nonisolated public var body: some SwiftUICore.View { |
| 411 | get |
| 412 | } |
| 413 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 414 | @available(iOS, unavailable) |
| 415 | @available(tvOS, unavailable) |
| 416 | @available(watchOS, unavailable) |
| 417 | @available(visionOS, unavailable) |
| 418 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10MenuButtonV4bodyQrvp", 0) __<Label, Content> |
| 419 | } |
| 420 | #endif |
| 421 | @available(iOS, unavailable) |
| 422 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `Menu` instead.") |
| 423 | @available(tvOS, unavailable) |
| 424 | @available(watchOS, unavailable) |
| 425 | @available(visionOS, unavailable) |
| 426 | extension SwiftUI.MenuButton where Label == SwiftUICore.Text { |
| 427 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 428 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 429 | } |
| 430 | #if compiler(>=5.3) && $TildeSendable |
| 431 | @available(iOS 17.5, macOS 14.5, *) |
| 432 | @available(tvOS, unavailable) |
| 433 | @available(watchOS, unavailable) |
| 434 | @usableFromInline |
| 435 | @frozen nonisolated internal struct LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator> : SwiftUI.TableColumnContent, ~Swift.Sendable where TableRowValue : Swift.Identifiable, TableColumnSortComparator : Foundation.SortComparator { |
| 436 | public typealias TableRowValue = TableRowValue |
| 437 | public typealias TableColumnSortComparator = TableColumnSortComparator |
| 438 | public typealias TableColumnBody = Swift.Never |
| 439 | internal let storage: SwiftUI.LimitedAvailabilityTableColumnContentStorageBase<TableRowValue, TableColumnSortComparator> |
| 440 | @usableFromInline |
| 441 | nonisolated internal init(erasing: some TableColumnContent<TableRowValue, TableColumnSortComparator>) |
| 442 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 443 | @_alwaysEmitIntoClient nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? { |
| 444 | return nil |
| 445 | } |
| 446 | nonisolated public var tableColumnBody: Swift.Never { |
| 447 | get |
| 448 | } |
| 449 | } |
| 450 | #else |
| 451 | @available(iOS 17.5, macOS 14.5, *) |
| 452 | @available(tvOS, unavailable) |
| 453 | @available(watchOS, unavailable) |
| 454 | @usableFromInline |
| 455 | @frozen nonisolated internal struct LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator> : SwiftUI.TableColumnContent where TableRowValue : Swift.Identifiable, TableColumnSortComparator : Foundation.SortComparator { |
| 456 | public typealias TableRowValue = TableRowValue |
| 457 | public typealias TableColumnSortComparator = TableColumnSortComparator |
| 458 | public typealias TableColumnBody = Swift.Never |
| 459 | internal let storage: SwiftUI.LimitedAvailabilityTableColumnContentStorageBase<TableRowValue, TableColumnSortComparator> |
| 460 | @usableFromInline |
| 461 | nonisolated internal init(erasing: some TableColumnContent<TableRowValue, TableColumnSortComparator>) |
| 462 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityTableColumnContent<TableRowValue, TableColumnSortComparator>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 463 | @_alwaysEmitIntoClient nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? { |
| 464 | return nil |
| 465 | } |
| 466 | nonisolated public var tableColumnBody: Swift.Never { |
| 467 | get |
| 468 | } |
| 469 | } |
| 470 | #endif |
| 471 | #if compiler(>=5.3) && $TildeSendable |
| 472 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 473 | @available(tvOS, unavailable) |
| 474 | @available(watchOS, unavailable) |
| 475 | @usableFromInline |
| 476 | internal class LimitedAvailabilityTableColumnContentStorageBase<TableRowValue, TableColumnSortComparator> : ~Swift.Sendable where TableRowValue : Swift.Identifiable, TableColumnSortComparator : Foundation.SortComparator { |
| 477 | @objc @usableFromInline |
| 478 | deinit |
| 479 | } |
| 480 | #else |
| 481 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 482 | @available(tvOS, unavailable) |
| 483 | @available(watchOS, unavailable) |
| 400 | @objc @usableFromInline |
| 401 | deinit |
| 402 | } |
| 403 | @available(*, unavailable) |
| 404 | extension SwiftUI.LimitedAvailabilityTableColumnContentStorageBase : Swift.Sendable { |
| 405 | } |
| 406 | @available(macCatalyst 16.2, *) |
| 407 | @available(iOS, unavailable) |
| 408 | @available(macOS, unavailable) |
| 486 | @objc @usableFromInline |
| 487 | deinit |
| 488 | } |
| 489 | #endif |
| 490 | #if compiler(>=5.3) && $TildeSendable |
| 491 | @available(macCatalyst 16.2, *) |
| 492 | @available(iOS, unavailable) |
| 493 | @available(macOS, unavailable) |
| 494 | @available(tvOS, unavailable) |
| 495 | @available(watchOS, unavailable) |
| 496 | @usableFromInline |
| 497 | internal struct NavigationSplitViewOpaqueBackgroundTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 498 | @inlinable internal static var defaultValue: Swift.Bool { |
| 499 | get { false } |
| 500 | } |
| 501 | @available(macCatalyst 16.2, *) |
| 502 | @usableFromInline |
| 503 | @available(macOS, unavailable) |
| 504 | @available(iOS, unavailable) |
| 505 | @available(tvOS, unavailable) |
| 506 | @available(watchOS, unavailable) |
| 507 | internal typealias Value = Swift.Bool |
| 508 | } |
| 509 | #else |
| 510 | @available(macCatalyst 16.2, *) |
| 511 | @available(iOS, unavailable) |
| 512 | @available(macOS, unavailable) |
| 415 | } |
| 416 | @available(macCatalyst 16.2, *) |
| 417 | @usableFromInline |
| 418 | @available(iOS, unavailable) |
| 419 | @available(tvOS, unavailable) |
| 420 | @available(watchOS, unavailable) |
| 421 | @available(macOS, unavailable) |
| 422 | internal typealias Value = Swift.Bool |
| 423 | } |
| 424 | @available(*, unavailable) |
| 425 | extension SwiftUI.NavigationSplitViewOpaqueBackgroundTraitKey : Swift.Sendable { |
| 426 | } |
| 427 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, *) |
| 428 | @available(visionOS, unavailable) |
| 429 | extension SwiftUICore.View { |
| 519 | } |
| 520 | @available(macCatalyst 16.2, *) |
| 521 | @usableFromInline |
| 522 | @available(macOS, unavailable) |
| 523 | @available(iOS, unavailable) |
| 524 | @available(tvOS, unavailable) |
| 525 | @available(watchOS, unavailable) |
| 526 | internal typealias Value = Swift.Bool |
| 527 | } |
| 528 | #endif |
| 529 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, *) |
| 530 | @available(visionOS, unavailable) |
| 531 | extension SwiftUICore.View { |
| 437 | public static func == (a: SwiftUI.HandGestureShortcut, b: SwiftUI.HandGestureShortcut) -> Swift.Bool |
| 438 | } |
| 439 | extension UIKit.UISceneSessionActivationRequest { |
| 440 | @available(iOS 26.0, tvOS 26.0, visionOS 26.0, *) |
| 441 | @available(macOS, unavailable) |
| 442 | @available(watchOS, unavailable) |
| 443 | public init?<D>(hostingDelegateClass: D.Type) where D : SwiftUI.UIHostingSceneDelegate |
| 444 | @available(iOS 26.0, tvOS 26.0, visionOS 26.0, *) |
| 445 | @available(macOS, unavailable) |
| 446 | @available(watchOS, unavailable) |
| 447 | public init?<D>(hostingDelegateClass: D.Type, id: Swift.String) where D : SwiftUI.UIHostingSceneDelegate |
| 448 | @available(iOS 26.0, tvOS 26.0, visionOS 26.0, *) |
| 449 | @available(macOS, unavailable) |
| 450 | @available(watchOS, unavailable) |
| 451 | public init?<H, D>(hostingDelegateClass: H.Type, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable |
| 452 | @available(iOS 26.0, tvOS 26.0, visionOS 26.0, *) |
| 453 | @available(macOS, unavailable) |
| 454 | @available(watchOS, unavailable) |
| 455 | public init?<H, D>(hostingDelegateClass: H.Type, id: Swift.String, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable |
| 456 | } |
| 457 | @available(macOS 11.0, *) |
| 458 | @available(iOS, unavailable) |
| 459 | @available(tvOS, unavailable) |
| 460 | @available(watchOS, unavailable) |
| 461 | @available(visionOS, unavailable) |
| 462 | public struct Settings<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 463 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 464 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 465 | get |
| 466 | } |
| 467 | @available(macOS 11.0, *) |
| 539 | public static func == (a: SwiftUI.HandGestureShortcut, b: SwiftUI.HandGestureShortcut) -> Swift.Bool |
| 540 | } |
| 541 | extension UIKit.UISceneSessionActivationRequest { |
| 542 | @available(iOS 26.0, tvOS 27.0, visionOS 26.0, *) |
| 543 | @available(macOS, unavailable) |
| 544 | @available(watchOS, unavailable) |
| 545 | public init?<D>(hostingDelegateClass: D.Type) where D : SwiftUI.UIHostingSceneDelegate |
| 546 | @available(iOS 26.0, tvOS 27.0, visionOS 26.0, *) |
| 547 | @available(macOS, unavailable) |
| 548 | @available(watchOS, unavailable) |
| 549 | public init?<D>(hostingDelegateClass: D.Type, id: Swift.String) where D : SwiftUI.UIHostingSceneDelegate |
| 550 | @available(iOS 26.0, tvOS 27.0, visionOS 26.0, *) |
| 551 | @available(macOS, unavailable) |
| 552 | @available(watchOS, unavailable) |
| 553 | public init?<H, D>(hostingDelegateClass: H.Type, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable |
| 554 | @available(iOS 26.0, tvOS 27.0, visionOS 26.0, *) |
| 555 | @available(macOS, unavailable) |
| 556 | @available(watchOS, unavailable) |
| 557 | public init?<H, D>(hostingDelegateClass: H.Type, id: Swift.String, value: D) where H : SwiftUI.UIHostingSceneDelegate, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable |
| 558 | } |
| 559 | #if compiler(>=5.3) && $TildeSendable |
| 560 | @available(macOS 11.0, *) |
| 561 | @available(iOS, unavailable) |
| 562 | @available(tvOS, unavailable) |
| 563 | @available(watchOS, unavailable) |
| 564 | @available(visionOS, unavailable) |
| 565 | nonisolated public struct Settings<Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 566 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 567 | nonisolated public var body: some SwiftUI.Scene { |
| 568 | get |
| 569 | } |
| 570 | @available(macOS 11.0, *) |
| 471 | @available(visionOS, unavailable) |
| 472 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8SettingsV4bodyQrvp", 0) __<Content> |
| 473 | } |
| 474 | @available(*, unavailable) |
| 475 | extension SwiftUI.Settings : Swift.Sendable { |
| 476 | } |
| 477 | extension SwiftUICore.View { |
| 478 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 479 | @available(tvOS, unavailable) |
| 574 | @available(visionOS, unavailable) |
| 575 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8SettingsV4bodyQrvp", 0) __<Content> |
| 576 | } |
| 577 | #else |
| 578 | @available(macOS 11.0, *) |
| 579 | @available(iOS, unavailable) |
| 580 | @available(tvOS, unavailable) |
| 581 | @available(watchOS, unavailable) |
| 582 | @available(visionOS, unavailable) |
| 583 | nonisolated public struct Settings<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 584 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 585 | nonisolated public var body: some SwiftUI.Scene { |
| 586 | get |
| 587 | } |
| 588 | @available(macOS 11.0, *) |
| 589 | @available(iOS, unavailable) |
| 590 | @available(tvOS, unavailable) |
| 591 | @available(watchOS, unavailable) |
| 592 | @available(visionOS, unavailable) |
| 593 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8SettingsV4bodyQrvp", 0) __<Content> |
| 594 | } |
| 595 | #endif |
| 596 | extension SwiftUICore.View { |
| 597 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 598 | @available(tvOS, unavailable) |
| 538 | nonisolated public func windowResizability(_ resizability: SwiftUI.WindowResizability) -> some SwiftUI.Scene |
| 539 | |
| 540 | } |
| 541 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 542 | public enum __App { |
| 543 | } |
| 544 | @available(*, unavailable) |
| 545 | extension SwiftUI.__App : Swift.Sendable { |
| 546 | } |
| 547 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 548 | extension SwiftUI.__App { |
| 549 | public static func run<V>(_ rootView: V) -> Swift.Never where V : SwiftUICore.View |
| 657 | nonisolated public func windowResizability(_ resizability: SwiftUI.WindowResizability) -> some SwiftUI.Scene |
| 658 | |
| 659 | } |
| 660 | #if compiler(>=5.3) && $TildeSendable |
| 661 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 662 | public enum __App : ~Swift.Sendable { |
| 663 | } |
| 664 | #else |
| 665 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 666 | public enum __App { |
| 667 | } |
| 668 | #endif |
| 669 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 670 | extension SwiftUI.__App { |
| 671 | public static func run<V>(_ rootView: V) -> Swift.Never where V : SwiftUICore.View |
| 553 | static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 554 | static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 555 | } |
| 556 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 557 | public struct _ListValue<Style, SelectionValue> where Style : SwiftUI.ListStyle, SelectionValue : Swift.Hashable { |
| 558 | } |
| 559 | @available(*, unavailable) |
| 560 | extension SwiftUI._ListValue : Swift.Sendable { |
| 561 | } |
| 562 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 563 | extension SwiftUICore.View { |
| 564 | nonisolated public func listStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ListStyle |
| 565 | |
| 566 | } |
| 567 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 568 | @available(tvOS, unavailable) |
| 569 | @available(visionOS, unavailable) |
| 675 | static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 676 | static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 677 | } |
| 678 | #if compiler(>=5.3) && $TildeSendable |
| 679 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 680 | public struct _ListValue<Style, SelectionValue> : ~Swift.Sendable where Style : SwiftUI.ListStyle, SelectionValue : Swift.Hashable { |
| 681 | } |
| 682 | #else |
| 683 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 684 | public struct _ListValue<Style, SelectionValue> where Style : SwiftUI.ListStyle, SelectionValue : Swift.Hashable { |
| 685 | } |
| 686 | #endif |
| 687 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 688 | extension SwiftUICore.View { |
| 689 | nonisolated public func listStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ListStyle |
| 690 | |
| 691 | } |
| 692 | #if compiler(>=5.3) && $TildeSendable |
| 693 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 694 | @available(tvOS, unavailable) |
| 695 | @available(visionOS, unavailable) |
| 696 | @frozen @_Concurrency.MainActor @preconcurrency public struct EmptyControlWidgetConfiguration : SwiftUI.ControlWidgetConfiguration, ~Swift.Sendable { |
| 697 | public typealias Body = Swift.Never |
| 698 | @inlinable @_Concurrency.MainActor @preconcurrency public init() {} |
| 699 | @_Concurrency.MainActor @preconcurrency public static func _makeWidgetControlConfiguration(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 700 | } |
| 701 | #else |
| 702 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 703 | @available(tvOS, unavailable) |
| 704 | @available(visionOS, unavailable) |
| 572 | @inlinable @_Concurrency.MainActor @preconcurrency public init() {} |
| 573 | @_Concurrency.MainActor @preconcurrency public static func _makeWidgetControlConfiguration(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 574 | } |
| 575 | @available(*, unavailable) |
| 576 | extension SwiftUI.EmptyControlWidgetConfiguration : Swift.Sendable { |
| 577 | } |
| 578 | @available(macOS 15.0, *) |
| 579 | @available(iOS, unavailable) |
| 580 | @available(tvOS, unavailable) |
| 707 | @inlinable @_Concurrency.MainActor @preconcurrency public init() {} |
| 708 | @_Concurrency.MainActor @preconcurrency public static func _makeWidgetControlConfiguration(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 709 | } |
| 710 | #endif |
| 711 | @available(macOS 15.0, *) |
| 712 | @available(iOS, unavailable) |
| 713 | @available(tvOS, unavailable) |
| 626 | } |
| 627 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 628 | extension SwiftUICore.View { |
| 629 | nonisolated public func accessibilityActions<Content>(category: SwiftUI.AccessibilityActionCategory, @SwiftUICore.ViewBuilder _ content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 630 | |
| 631 | } |
| 632 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting::actions:)`instead.") |
| 633 | @available(macOS, unavailable) |
| 634 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting:actions:)`instead.") |
| 759 | } |
| 760 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 761 | extension SwiftUICore.View { |
| 762 | nonisolated public func accessibilityActions<Content>(category: SwiftUI.AccessibilityActionCategory, @SwiftUICore.ContentBuilder _ content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 763 | |
| 764 | } |
| 765 | #if compiler(>=5.3) && $TildeSendable |
| 766 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting::actions:)`instead.") |
| 767 | @available(macOS, unavailable) |
| 768 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting:actions:)`instead.") |
| 769 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting:actions:)`instead.") |
| 770 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting:actions:)`instead.") |
| 771 | public struct ActionSheet : ~Swift.Sendable { |
| 772 | public init(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, buttons: [SwiftUI.ActionSheet.Button] = [.cancel()]) |
| 773 | public typealias Button = SwiftUI.Alert.Button |
| 774 | } |
| 775 | #else |
| 776 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting::actions:)`instead.") |
| 777 | @available(macOS, unavailable) |
| 778 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use `View.confirmationDialog(title:isPresented:titleVisibility:presenting:actions:)`instead.") |
| 638 | public init(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, buttons: [SwiftUI.ActionSheet.Button] = [.cancel()]) |
| 639 | public typealias Button = SwiftUI.Alert.Button |
| 640 | } |
| 641 | @available(*, unavailable) |
| 642 | extension SwiftUI.ActionSheet : Swift.Sendable { |
| 643 | } |
| 644 | extension SwiftUICore.View { |
| 645 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `confirmationDialog(title:isPresented:titleVisibility:presenting::actions:)`instead.") |
| 646 | @available(macOS, unavailable) |
| 782 | public init(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, buttons: [SwiftUI.ActionSheet.Button] = [.cancel()]) |
| 783 | public typealias Button = SwiftUI.Alert.Button |
| 784 | } |
| 785 | #endif |
| 786 | extension SwiftUICore.View { |
| 787 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `confirmationDialog(title:isPresented:titleVisibility:presenting::actions:)`instead.") |
| 788 | @available(macOS, unavailable) |
| 712 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 713 | @usableFromInline |
| 714 | internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage) |
| 715 | @available(iOS 17.4, visionOS 1.1, macOS 14.4, *) |
| 716 | @available(tvOS, unavailable, introduced: 13.0) |
| 717 | @available(watchOS, unavailable, introduced: 6.0) |
| 718 | public typealias TableColumnBody = Swift.Never |
| 854 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 855 | @usableFromInline |
| 856 | internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage) |
| 857 | @available(macOS 14.4, iOS 17.4, visionOS 1.1, *) |
| 858 | @available(tvOS, unavailable, introduced: 13.0) |
| 859 | @available(watchOS, unavailable, introduced: 6.0) |
| 860 | public typealias TableColumnBody = Swift.Never |
| 726 | public typealias TableRowBody = Swift.Never |
| 727 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 728 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 729 | @available(iOS 17.4, visionOS 1.1, macOS 14.4, *) |
| 730 | @available(tvOS, unavailable) |
| 731 | @available(watchOS, unavailable) |
| 732 | public typealias TableColumnBody = Swift.Never |
| 868 | public typealias TableRowBody = Swift.Never |
| 869 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 870 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 871 | @available(macOS 14.4, iOS 17.4, visionOS 1.1, *) |
| 872 | @available(tvOS, unavailable) |
| 873 | @available(watchOS, unavailable) |
| 874 | public typealias TableColumnBody = Swift.Never |
| 751 | } |
| 752 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 753 | extension SwiftUICore.View { |
| 754 | nonisolated public func accessibilityLabel<V>(@SwiftUICore.ViewBuilder content: (_ label: SwiftUICore.PlaceholderContentView<Self>) -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 755 | |
| 756 | } |
| 757 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 893 | } |
| 894 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 895 | extension SwiftUICore.View { |
| 896 | nonisolated public func accessibilityLabel<V>(@SwiftUICore.ContentBuilder content: (_ label: SwiftUICore.PlaceholderContentView<Self>) -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 897 | |
| 898 | } |
| 899 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 872 | get { .init() } |
| 873 | } |
| 874 | } |
| 875 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 876 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 877 | @available(tvOS, unavailable) |
| 1014 | get { .init() } |
| 1015 | } |
| 1016 | } |
| 1017 | #if compiler(>=5.3) && $TildeSendable |
| 1018 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1019 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1020 | @available(tvOS, unavailable) |
| 1021 | @available(watchOS, unavailable) |
| 1022 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1023 | public struct ColumnNavigationViewStyle : SwiftUI.NavigationViewStyle, ~Swift.Sendable { |
| 1024 | @usableFromInline |
| 1025 | internal init() |
| 1026 | public func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 1027 | |
| 1028 | @available(iOS 15.0, macOS 12.0, *) |
| 1029 | @available(tvOS, unavailable) |
| 1030 | @available(watchOS, unavailable) |
| 1031 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 1032 | |
| 1033 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1034 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1035 | @available(tvOS, unavailable) |
| 1036 | @available(watchOS, unavailable) |
| 1037 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1038 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 1039 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1040 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1041 | @available(tvOS, unavailable) |
| 1042 | @available(watchOS, unavailable) |
| 1043 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1044 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 1045 | } |
| 1046 | #else |
| 1047 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1048 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1049 | @available(tvOS, unavailable) |
| 887 | @available(watchOS, unavailable) |
| 888 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 889 | |
| 890 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 891 | @available(tvOS, unavailable) |
| 892 | @available(watchOS, unavailable) |
| 893 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 894 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 895 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 896 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 897 | @available(tvOS, unavailable) |
| 898 | @available(watchOS, unavailable) |
| 899 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 900 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 901 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 902 | } |
| 903 | @available(*, unavailable) |
| 904 | extension SwiftUI.ColumnNavigationViewStyle : Swift.Sendable { |
| 905 | } |
| 906 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 907 | extension SwiftUICore._TestApp { |
| 908 | public func runBenchmarks(_ benchmarks: [any SwiftUICore._Benchmark]) -> Swift.Never |
| 1059 | @available(watchOS, unavailable) |
| 1060 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 1061 | |
| 1062 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1063 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1064 | @available(tvOS, unavailable) |
| 1065 | @available(watchOS, unavailable) |
| 1066 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1067 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 1068 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1069 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1070 | @available(tvOS, unavailable) |
| 1071 | @available(watchOS, unavailable) |
| 1072 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView") |
| 1073 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI25ColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 1074 | } |
| 1075 | #endif |
| 1076 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1077 | extension SwiftUICore._TestApp { |
| 1078 | public func runBenchmarks(_ benchmarks: [any SwiftUICore._Benchmark]) -> Swift.Never |
| 911 | @available(iOS 14.0, macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 912 | public func runPerformanceTests(_ tests: [any SwiftUI._PerformanceTest]) -> Swift.Never |
| 913 | } |
| 914 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 915 | public struct _SceneInputs { |
| 916 | } |
| 917 | @available(*, unavailable) |
| 918 | extension SwiftUI._SceneInputs : Swift.Sendable { |
| 919 | } |
| 920 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 921 | extension SwiftUICore.EnvironmentValues { |
| 922 | public var accessibilityAssistiveAccessEnabled: Swift.Bool { |
| 923 | get |
| 924 | } |
| 925 | } |
| 926 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 927 | extension SwiftUICore.EnvironmentValues { |
| 928 | public var accessibilityVoiceOverEnabled: Swift.Bool { |
| 929 | get |
| 930 | } |
| 931 | public var accessibilitySwitchControlEnabled: Swift.Bool { |
| 932 | get |
| 933 | } |
| 934 | } |
| 935 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 936 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.DefaultButtonStyle { |
| 937 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var automatic: SwiftUI.DefaultButtonStyle { |
| 938 | get { .init() } |
| 939 | } |
| 940 | } |
| 941 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 942 | public struct DefaultButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 943 | public init() |
| 944 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultButtonStyle.Configuration) -> some SwiftUICore.View |
| 945 | |
| 946 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 947 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 948 | } |
| 949 | @available(*, unavailable) |
| 950 | extension SwiftUI.DefaultButtonStyle : Swift.Sendable { |
| 951 | } |
| 952 | @available(iOS 13.0, watchOS 6.0, *) |
| 953 | @available(macOS, unavailable) |
| 954 | @available(tvOS, unavailable) |
| 1081 | @available(iOS 14.0, macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 1082 | public func runPerformanceTests(_ tests: [any SwiftUI._PerformanceTest]) -> Swift.Never |
| 1083 | } |
| 1084 | #if compiler(>=5.3) && $TildeSendable |
| 1085 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1086 | public struct _SceneInputs : ~Swift.Sendable { |
| 1087 | } |
| 1088 | #else |
| 1089 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1090 | public struct _SceneInputs { |
| 1091 | } |
| 1092 | #endif |
| 1093 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1094 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.DefaultButtonStyle { |
| 1095 | @_alwaysEmitIntoClient nonisolated public static var automatic: SwiftUI.DefaultButtonStyle { |
| 1096 | get { .init() } |
| 1097 | } |
| 1098 | } |
| 1099 | #if compiler(>=5.3) && $TildeSendable |
| 1100 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1101 | nonisolated public struct DefaultButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 1102 | nonisolated public init() |
| 1103 | nonisolated public func makeBody(configuration: SwiftUI.DefaultButtonStyle.Configuration) -> some SwiftUICore.View |
| 1104 | |
| 1105 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 1106 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1107 | } |
| 1108 | #else |
| 1109 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1110 | nonisolated public struct DefaultButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 1111 | nonisolated public init() |
| 1112 | nonisolated public func makeBody(configuration: SwiftUI.DefaultButtonStyle.Configuration) -> some SwiftUICore.View |
| 1113 | |
| 1114 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 1115 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1116 | } |
| 1117 | #endif |
| 1118 | @available(iOS 13.0, watchOS 6.0, *) |
| 1119 | @available(macOS, unavailable) |
| 1120 | @available(tvOS, unavailable) |
| 957 | get { .init() } |
| 958 | } |
| 959 | } |
| 960 | @available(iOS 13.0, watchOS 6.0, *) |
| 961 | @available(macOS, unavailable) |
| 962 | @available(tvOS, unavailable) |
| 1123 | get { .init() } |
| 1124 | } |
| 1125 | } |
| 1126 | #if compiler(>=5.3) && $TildeSendable |
| 1127 | @available(iOS 13.0, watchOS 6.0, *) |
| 1128 | @available(macOS, unavailable) |
| 1129 | @available(tvOS, unavailable) |
| 1130 | public struct WheelPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 1131 | public init() |
| 1132 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 1133 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 1134 | } |
| 1135 | #else |
| 1136 | @available(iOS 13.0, watchOS 6.0, *) |
| 1137 | @available(macOS, unavailable) |
| 1138 | @available(tvOS, unavailable) |
| 965 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 966 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 967 | } |
| 968 | @available(*, unavailable) |
| 969 | extension SwiftUI.WheelPickerStyle : Swift.Sendable { |
| 970 | } |
| 971 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 972 | @usableFromInline |
| 973 | internal struct ListRowInsetsTraitKey : SwiftUICore._ViewTraitKey { |
| 974 | @inlinable internal static var defaultValue: SwiftUICore.EdgeInsets? { |
| 975 | get { nil } |
| 976 | } |
| 977 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 978 | @usableFromInline |
| 979 | internal typealias Value = SwiftUICore.EdgeInsets? |
| 980 | } |
| 981 | @available(*, unavailable) |
| 982 | extension SwiftUI.ListRowInsetsTraitKey : Swift.Sendable { |
| 983 | } |
| 984 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 985 | extension SwiftUICore.View { |
| 986 | @inlinable nonisolated public func listRowInsets(_ insets: SwiftUICore.EdgeInsets?) -> some SwiftUICore.View { |
| 1141 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 1142 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.WheelPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 1143 | } |
| 1144 | #endif |
| 1145 | #if compiler(>=5.3) && $TildeSendable |
| 1146 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1147 | @usableFromInline |
| 1148 | internal struct ListRowInsetsTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 1149 | @inlinable internal static var defaultValue: SwiftUICore.EdgeInsets? { |
| 1150 | get { nil } |
| 1151 | } |
| 1152 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 1153 | @usableFromInline |
| 1154 | internal typealias Value = SwiftUICore.EdgeInsets? |
| 1155 | } |
| 1156 | #else |
| 1157 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1158 | @usableFromInline |
| 1159 | internal struct ListRowInsetsTraitKey : SwiftUICore._ViewTraitKey { |
| 1160 | @inlinable internal static var defaultValue: SwiftUICore.EdgeInsets? { |
| 1161 | get { nil } |
| 1162 | } |
| 1163 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 1164 | @usableFromInline |
| 1165 | internal typealias Value = SwiftUICore.EdgeInsets? |
| 1166 | } |
| 1167 | #endif |
| 1168 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1169 | extension SwiftUICore.View { |
| 1170 | @inlinable nonisolated public func listRowInsets(_ insets: SwiftUICore.EdgeInsets?) -> some SwiftUICore.View { |
| 1018 | nonisolated public func dialogPreventsAppTermination(_ prevents: Swift.Bool?) -> some SwiftUICore.View |
| 1019 | |
| 1020 | } |
| 1021 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1022 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1023 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1202 | nonisolated public func dialogPreventsAppTermination(_ prevents: Swift.Bool?) -> some SwiftUICore.View |
| 1203 | |
| 1204 | } |
| 1205 | #if compiler(>=5.3) && $TildeSendable |
| 1206 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1207 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1208 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1209 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1210 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1211 | public struct Alert : ~Swift.Sendable { |
| 1212 | public init(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, dismissButton: SwiftUI.Alert.Button? = nil) |
| 1213 | public init(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, primaryButton: SwiftUI.Alert.Button, secondaryButton: SwiftUI.Alert.Button) |
| 1214 | @available(iOS, unavailable) |
| 1215 | @available(tvOS, unavailable) |
| 1216 | @available(macOS, unavailable) |
| 1217 | @available(visionOS, unavailable) |
| 1218 | public static func sideBySideButtons(title: SwiftUICore.Text, message: SwiftUICore.Text? = nil, primaryButton: SwiftUI.Alert.Button, secondaryButton: SwiftUI.Alert.Button) -> SwiftUI.Alert |
| 1219 | public struct Button : ~Swift.Sendable { |
| 1220 | public static func `default`(_ label: SwiftUICore.Text, action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1221 | public static func cancel(_ label: SwiftUICore.Text, action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1222 | public static func cancel(_ action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1223 | public static func destructive(_ label: SwiftUICore.Text, action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1224 | } |
| 1225 | } |
| 1226 | #else |
| 1227 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1228 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1229 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use View.alert(_:isPresented:presenting:actions:) instead.") |
| 1038 | public static func destructive(_ label: SwiftUICore.Text, action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1039 | } |
| 1040 | } |
| 1041 | @available(*, unavailable) |
| 1042 | extension SwiftUI.Alert : Swift.Sendable { |
| 1043 | } |
| 1044 | @available(*, unavailable) |
| 1045 | extension SwiftUI.Alert.Button : Swift.Sendable { |
| 1046 | } |
| 1047 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1048 | extension SwiftUICore.View { |
| 1049 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `alert(title:isPresented:presenting::actions:) instead.") |
| 1244 | public static func destructive(_ label: SwiftUICore.Text, action: (() -> Swift.Void)? = {}) -> SwiftUI.Alert.Button |
| 1245 | } |
| 1246 | } |
| 1247 | #endif |
| 1248 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1249 | extension SwiftUICore.View { |
| 1250 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use `alert(title:isPresented:presenting::actions:) instead.") |
| 1064 | @available(iOS 15.0, macOS 12.0, watchOS 9.0, *) |
| 1065 | @available(tvOS, unavailable) |
| 1066 | extension SwiftUI.ToggleStyle where Self == SwiftUI.ButtonToggleStyle { |
| 1067 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var button: SwiftUI.ButtonToggleStyle { |
| 1068 | get { .init() } |
| 1069 | } |
| 1070 | } |
| 1071 | @available(iOS 15.0, macOS 12.0, watchOS 9.0, *) |
| 1072 | @available(tvOS, unavailable) |
| 1073 | public struct ButtonToggleStyle : SwiftUI.ToggleStyle { |
| 1074 | public init() |
| 1075 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ButtonToggleStyle.Configuration) -> some SwiftUICore.View |
| 1076 | |
| 1077 | @available(iOS 15.0, watchOS 9.0, macOS 12.0, *) |
| 1078 | @available(tvOS, unavailable) |
| 1079 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17ButtonToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1080 | } |
| 1081 | @available(*, unavailable) |
| 1082 | extension SwiftUI.ButtonToggleStyle : Swift.Sendable { |
| 1083 | } |
| 1084 | @available(iOS 16.0, macOS 12.0, *) |
| 1085 | @available(tvOS, unavailable) |
| 1086 | @available(watchOS, unavailable) |
| 1087 | public struct Table<Value, Rows, Columns> : SwiftUICore.View where Value == Rows.TableRowValue, Rows : SwiftUI.TableRowContent, Columns : SwiftUI.TableColumnContent, Rows.TableRowValue == Columns.TableRowValue { |
| 1088 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.Table<Value, Rows, Columns>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 1089 | @available(iOS 16.0, macOS 12.0, *) |
| 1090 | @available(tvOS, unavailable) |
| 1091 | @available(watchOS, unavailable) |
| 1092 | public typealias Body = Swift.Never |
| 1093 | } |
| 1094 | @available(*, unavailable) |
| 1095 | extension SwiftUI.Table : Swift.Sendable { |
| 1096 | } |
| 1097 | @available(iOS 16.0, macOS 12.0, *) |
| 1098 | @available(tvOS, unavailable) |
| 1099 | @available(watchOS, unavailable) |
| 1265 | @available(iOS 15.0, macOS 12.0, watchOS 9.0, *) |
| 1266 | @available(tvOS, unavailable) |
| 1267 | extension SwiftUI.ToggleStyle where Self == SwiftUI.ButtonToggleStyle { |
| 1268 | @_alwaysEmitIntoClient nonisolated public static var button: SwiftUI.ButtonToggleStyle { |
| 1269 | get { .init() } |
| 1270 | } |
| 1271 | } |
| 1272 | #if compiler(>=5.3) && $TildeSendable |
| 1273 | @available(iOS 15.0, macOS 12.0, watchOS 9.0, *) |
| 1274 | @available(tvOS, unavailable) |
| 1275 | nonisolated public struct ButtonToggleStyle : SwiftUI.ToggleStyle, ~Swift.Sendable { |
| 1276 | nonisolated public init() |
| 1277 | nonisolated public func makeBody(configuration: SwiftUI.ButtonToggleStyle.Configuration) -> some SwiftUICore.View |
| 1278 | |
| 1279 | @available(macOS 12.0, iOS 15.0, watchOS 9.0, *) |
| 1280 | @available(tvOS, unavailable) |
| 1281 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17ButtonToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1282 | } |
| 1283 | #else |
| 1284 | @available(iOS 15.0, macOS 12.0, watchOS 9.0, *) |
| 1285 | @available(tvOS, unavailable) |
| 1286 | nonisolated public struct ButtonToggleStyle : SwiftUI.ToggleStyle { |
| 1287 | nonisolated public init() |
| 1288 | nonisolated public func makeBody(configuration: SwiftUI.ButtonToggleStyle.Configuration) -> some SwiftUICore.View |
| 1289 | |
| 1290 | @available(macOS 12.0, iOS 15.0, watchOS 9.0, *) |
| 1291 | @available(tvOS, unavailable) |
| 1292 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17ButtonToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1293 | } |
| 1294 | #endif |
| 1295 | #if compiler(>=5.3) && $TildeSendable |
| 1296 | @available(iOS 16.0, macOS 12.0, *) |
| 1297 | @available(tvOS, unavailable) |
| 1298 | @available(watchOS, unavailable) |
| 1299 | nonisolated public struct Table<Value, Rows, Columns> : SwiftUICore.View, ~Swift.Sendable where Value == Rows.TableRowValue, Rows : SwiftUI.TableRowContent, Columns : SwiftUI.TableColumnContent, Rows.TableRowValue == Columns.TableRowValue { |
| 1300 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.Table<Value, Rows, Columns>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 1301 | @available(macOS 12.0, iOS 16.0, *) |
| 1302 | @available(tvOS, unavailable) |
| 1303 | @available(watchOS, unavailable) |
| 1304 | public typealias Body = Swift.Never |
| 1305 | } |
| 1306 | #else |
| 1307 | @available(iOS 16.0, macOS 12.0, *) |
| 1308 | @available(tvOS, unavailable) |
| 1309 | @available(watchOS, unavailable) |
| 1310 | nonisolated public struct Table<Value, Rows, Columns> : SwiftUICore.View where Value == Rows.TableRowValue, Rows : SwiftUI.TableRowContent, Columns : SwiftUI.TableColumnContent, Rows.TableRowValue == Columns.TableRowValue { |
| 1311 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.Table<Value, Rows, Columns>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 1312 | @available(macOS 12.0, iOS 16.0, *) |
| 1313 | @available(tvOS, unavailable) |
| 1314 | @available(watchOS, unavailable) |
| 1315 | public typealias Body = Swift.Never |
| 1316 | } |
| 1317 | #endif |
| 1318 | @available(iOS 16.0, macOS 12.0, *) |
| 1319 | @available(tvOS, unavailable) |
| 1320 | @available(watchOS, unavailable) |
| 1170 | nonisolated public init<Data, Sort>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Value.ID?>, sortOrder: SwiftUICore.Binding<[Sort]>, columnCustomization: SwiftUICore.Binding<SwiftUI.TableColumnCustomization<Value>>? = nil, @SwiftUI.TableColumnBuilder<Value, Sort> columns: () -> Columns) where Rows == SwiftUI.TableOutlineGroupContent<Data>, Data : Swift.RandomAccessCollection, Sort : Foundation.SortComparator, Columns.TableRowValue == Data.Element, Data.Element == Sort.Compared |
| 1171 | nonisolated public init<Data, Sort>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<Value.ID>>, sortOrder: SwiftUICore.Binding<[Sort]>, columnCustomization: SwiftUICore.Binding<SwiftUI.TableColumnCustomization<Value>>? = nil, @SwiftUI.TableColumnBuilder<Value, Sort> columns: () -> Columns) where Rows == SwiftUI.TableOutlineGroupContent<Data>, Data : Swift.RandomAccessCollection, Sort : Foundation.SortComparator, Columns.TableRowValue == Data.Element, Data.Element == Sort.Compared |
| 1172 | } |
| 1173 | @available(iOS 17.0, macOS 14.0, *) |
| 1174 | @available(tvOS, unavailable) |
| 1175 | @available(watchOS, unavailable) |
| 1176 | public struct TableOutlineGroupContent<Data> : SwiftUI.TableRowContent where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1177 | public typealias TableRowValue = Data.Element |
| 1178 | @_Concurrency.MainActor @preconcurrency public var tableRowBody: some SwiftUI.TableRowContent { |
| 1179 | get |
| 1180 | } |
| 1181 | @available(iOS 17.0, macOS 14.0, *) |
| 1182 | @available(tvOS, unavailable) |
| 1183 | @available(watchOS, unavailable) |
| 1184 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI24TableOutlineGroupContentV12tableRowBodyQrvp", 0) __<Data> |
| 1185 | } |
| 1186 | @available(*, unavailable) |
| 1187 | extension SwiftUI.TableOutlineGroupContent : Swift.Sendable { |
| 1188 | } |
| 1189 | @available(iOS 16.0, macOS 12.0, *) |
| 1190 | @available(tvOS, unavailable) |
| 1191 | @available(watchOS, unavailable) |
| 1192 | public struct TableForEachContent<Data> : SwiftUI.TableRowContent where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1193 | public typealias TableRowValue = Data.Element |
| 1194 | @_Concurrency.MainActor @preconcurrency public var tableRowBody: some SwiftUI.TableRowContent { |
| 1195 | get |
| 1196 | } |
| 1197 | @available(iOS 16.0, macOS 12.0, *) |
| 1198 | @available(tvOS, unavailable) |
| 1199 | @available(watchOS, unavailable) |
| 1200 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI19TableForEachContentV12tableRowBodyQrvp", 0) __<Data> |
| 1201 | } |
| 1202 | @available(*, unavailable) |
| 1203 | extension SwiftUI.TableForEachContent : Swift.Sendable { |
| 1204 | } |
| 1205 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1206 | @available(visionOS, unavailable) |
| 1207 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.GlassButtonStyle { |
| 1208 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var glass: SwiftUI.GlassButtonStyle { |
| 1209 | get { .init() } |
| 1210 | } |
| 1211 | @_Concurrency.MainActor @preconcurrency public static func glass(_ glass: SwiftUICore.Glass) -> Self |
| 1212 | } |
| 1213 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1214 | @available(visionOS, unavailable) |
| 1215 | public struct GlassButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 1216 | public init() |
| 1217 | @available(iOS 26.1, macOS 26.1, tvOS 26.1, watchOS 26.1, *) |
| 1218 | public init(_ glass: SwiftUICore.Glass) |
| 1219 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.GlassButtonStyle.Configuration) -> some SwiftUICore.View |
| 1220 | |
| 1221 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, macOS 26.0, *) |
| 1222 | @available(visionOS, unavailable) |
| 1223 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GlassButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1224 | } |
| 1225 | @available(*, unavailable) |
| 1226 | extension SwiftUI.GlassButtonStyle : Swift.Sendable { |
| 1227 | } |
| 1228 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1229 | public struct DefaultDateProgressLabel : SwiftUICore.View { |
| 1230 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 1231 | get |
| 1232 | } |
| 1233 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 1234 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultDateProgressLabelV4bodyQrvp", 0) __ |
| 1235 | } |
| 1236 | @available(*, unavailable) |
| 1237 | extension SwiftUI.DefaultDateProgressLabel : Swift.Sendable { |
| 1238 | } |
| 1239 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1240 | extension SwiftUI.ProgressView { |
| 1241 | nonisolated public init(timerInterval: Swift.ClosedRange<Foundation.Date>, countsDown: Swift.Bool = true, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel) |
| 1242 | } |
| 1243 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1244 | extension SwiftUI.ProgressView where CurrentValueLabel == SwiftUI.DefaultDateProgressLabel { |
| 1245 | nonisolated public init(timerInterval: Swift.ClosedRange<Foundation.Date>, countsDown: Swift.Bool = true, @SwiftUICore.ViewBuilder label: () -> Label) |
| 1246 | } |
| 1247 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1248 | extension SwiftUI.ProgressView where Label == SwiftUICore.EmptyView, CurrentValueLabel == SwiftUI.DefaultDateProgressLabel { |
| 1391 | nonisolated public init<Data, Sort>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Value.ID?>, sortOrder: SwiftUICore.Binding<[Sort]>, columnCustomization: SwiftUICore.Binding<SwiftUI.TableColumnCustomization<Value>>? = nil, @SwiftUI.TableColumnBuilder<Value, Sort> columns: () -> Columns) where Rows == SwiftUI.TableOutlineGroupContent<Data>, Data : Swift.RandomAccessCollection, Sort : Foundation.SortComparator, Columns.TableRowValue == Data.Element, Data.Element == Sort.Compared |
| 1392 | nonisolated public init<Data, Sort>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<Value.ID>>, sortOrder: SwiftUICore.Binding<[Sort]>, columnCustomization: SwiftUICore.Binding<SwiftUI.TableColumnCustomization<Value>>? = nil, @SwiftUI.TableColumnBuilder<Value, Sort> columns: () -> Columns) where Rows == SwiftUI.TableOutlineGroupContent<Data>, Data : Swift.RandomAccessCollection, Sort : Foundation.SortComparator, Columns.TableRowValue == Data.Element, Data.Element == Sort.Compared |
| 1393 | } |
| 1394 | #if compiler(>=5.3) && $TildeSendable |
| 1395 | @available(iOS 17.0, macOS 14.0, *) |
| 1396 | @available(tvOS, unavailable) |
| 1397 | @available(watchOS, unavailable) |
| 1398 | nonisolated public struct TableOutlineGroupContent<Data> : SwiftUI.TableRowContent, ~Swift.Sendable where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1399 | public typealias TableRowValue = Data.Element |
| 1400 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 1401 | get |
| 1402 | } |
| 1403 | @available(macOS 14.0, iOS 17.0, *) |
| 1404 | @available(tvOS, unavailable) |
| 1405 | @available(watchOS, unavailable) |
| 1406 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI24TableOutlineGroupContentV12tableRowBodyQrvp", 0) __<Data> |
| 1407 | } |
| 1408 | #else |
| 1409 | @available(iOS 17.0, macOS 14.0, *) |
| 1410 | @available(tvOS, unavailable) |
| 1411 | @available(watchOS, unavailable) |
| 1412 | nonisolated public struct TableOutlineGroupContent<Data> : SwiftUI.TableRowContent where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1413 | public typealias TableRowValue = Data.Element |
| 1414 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 1415 | get |
| 1416 | } |
| 1417 | @available(macOS 14.0, iOS 17.0, *) |
| 1418 | @available(tvOS, unavailable) |
| 1419 | @available(watchOS, unavailable) |
| 1420 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI24TableOutlineGroupContentV12tableRowBodyQrvp", 0) __<Data> |
| 1421 | } |
| 1422 | #endif |
| 1423 | #if compiler(>=5.3) && $TildeSendable |
| 1424 | @available(iOS 16.0, macOS 12.0, *) |
| 1425 | @available(tvOS, unavailable) |
| 1426 | @available(watchOS, unavailable) |
| 1427 | nonisolated public struct TableForEachContent<Data> : SwiftUI.TableRowContent, ~Swift.Sendable where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1428 | public typealias TableRowValue = Data.Element |
| 1429 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 1430 | get |
| 1431 | } |
| 1432 | @available(macOS 12.0, iOS 16.0, *) |
| 1433 | @available(tvOS, unavailable) |
| 1434 | @available(watchOS, unavailable) |
| 1435 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI19TableForEachContentV12tableRowBodyQrvp", 0) __<Data> |
| 1436 | } |
| 1437 | #else |
| 1438 | @available(iOS 16.0, macOS 12.0, *) |
| 1439 | @available(tvOS, unavailable) |
| 1440 | @available(watchOS, unavailable) |
| 1441 | nonisolated public struct TableForEachContent<Data> : SwiftUI.TableRowContent where Data : Swift.RandomAccessCollection, Data.Element : Swift.Identifiable { |
| 1442 | public typealias TableRowValue = Data.Element |
| 1443 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 1444 | get |
| 1445 | } |
| 1446 | @available(macOS 12.0, iOS 16.0, *) |
| 1447 | @available(tvOS, unavailable) |
| 1448 | @available(watchOS, unavailable) |
| 1449 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI19TableForEachContentV12tableRowBodyQrvp", 0) __<Data> |
| 1450 | } |
| 1451 | #endif |
| 1452 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1453 | @available(visionOS, unavailable) |
| 1454 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.GlassButtonStyle { |
| 1455 | @_alwaysEmitIntoClient nonisolated public static var glass: SwiftUI.GlassButtonStyle { |
| 1456 | get { .init() } |
| 1457 | } |
| 1458 | nonisolated public static func glass(_ glass: SwiftUICore.Glass) -> Self |
| 1459 | } |
| 1460 | #if compiler(>=5.3) && $TildeSendable |
| 1461 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1462 | @available(visionOS, unavailable) |
| 1463 | nonisolated public struct GlassButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 1464 | nonisolated public init() |
| 1465 | @available(iOS 26.1, macOS 26.1, tvOS 26.1, watchOS 26.1, *) |
| 1466 | nonisolated public init(_ glass: SwiftUICore.Glass) |
| 1467 | nonisolated public func makeBody(configuration: SwiftUI.GlassButtonStyle.Configuration) -> some SwiftUICore.View |
| 1468 | |
| 1469 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1470 | @available(visionOS, unavailable) |
| 1471 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GlassButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1472 | } |
| 1473 | #else |
| 1474 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1475 | @available(visionOS, unavailable) |
| 1476 | nonisolated public struct GlassButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 1477 | nonisolated public init() |
| 1478 | @available(iOS 26.1, macOS 26.1, tvOS 26.1, watchOS 26.1, *) |
| 1479 | nonisolated public init(_ glass: SwiftUICore.Glass) |
| 1480 | nonisolated public func makeBody(configuration: SwiftUI.GlassButtonStyle.Configuration) -> some SwiftUICore.View |
| 1481 | |
| 1482 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 1483 | @available(visionOS, unavailable) |
| 1484 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GlassButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1485 | } |
| 1486 | #endif |
| 1487 | #if compiler(>=5.3) && $TildeSendable |
| 1488 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1489 | nonisolated public struct DefaultDateProgressLabel : SwiftUICore.View, ~Swift.Sendable { |
| 1490 | nonisolated public var body: some SwiftUICore.View { |
| 1491 | get |
| 1492 | } |
| 1493 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 1494 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultDateProgressLabelV4bodyQrvp", 0) __ |
| 1495 | } |
| 1496 | #else |
| 1497 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1498 | nonisolated public struct DefaultDateProgressLabel : SwiftUICore.View { |
| 1499 | nonisolated public var body: some SwiftUICore.View { |
| 1500 | get |
| 1501 | } |
| 1502 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 1503 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultDateProgressLabelV4bodyQrvp", 0) __ |
| 1504 | } |
| 1505 | #endif |
| 1506 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1507 | extension SwiftUI.ProgressView { |
| 1508 | nonisolated public init(timerInterval: Swift.ClosedRange<Foundation.Date>, countsDown: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel) |
| 1509 | } |
| 1510 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1511 | extension SwiftUI.ProgressView where CurrentValueLabel == SwiftUI.DefaultDateProgressLabel { |
| 1512 | nonisolated public init(timerInterval: Swift.ClosedRange<Foundation.Date>, countsDown: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label) |
| 1513 | } |
| 1514 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1515 | extension SwiftUI.ProgressView where Label == SwiftUICore.EmptyView, CurrentValueLabel == SwiftUI.DefaultDateProgressLabel { |
| 1254 | get { .init() } |
| 1255 | } |
| 1256 | } |
| 1257 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1258 | public struct DefaultLabelStyle : SwiftUI.LabelStyle { |
| 1259 | public init() |
| 1260 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultLabelStyle.Configuration) -> some SwiftUICore.View |
| 1261 | |
| 1262 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 1263 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultLabelStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1264 | } |
| 1265 | @available(*, unavailable) |
| 1266 | extension SwiftUI.DefaultLabelStyle : Swift.Sendable { |
| 1267 | } |
| 1268 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1269 | extension SwiftUICore.EnvironmentValues { |
| 1270 | public var supportsMultipleWindows: Swift.Bool { |
| 1521 | get { .init() } |
| 1522 | } |
| 1523 | } |
| 1524 | #if compiler(>=5.3) && $TildeSendable |
| 1525 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1526 | nonisolated public struct DefaultLabelStyle : SwiftUI.LabelStyle, ~Swift.Sendable { |
| 1527 | nonisolated public init() |
| 1528 | nonisolated public func makeBody(configuration: SwiftUI.DefaultLabelStyle.Configuration) -> some SwiftUICore.View |
| 1529 | |
| 1530 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 1531 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultLabelStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1532 | } |
| 1533 | #else |
| 1534 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1535 | nonisolated public struct DefaultLabelStyle : SwiftUI.LabelStyle { |
| 1536 | nonisolated public init() |
| 1537 | nonisolated public func makeBody(configuration: SwiftUI.DefaultLabelStyle.Configuration) -> some SwiftUICore.View |
| 1538 | |
| 1539 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 1540 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultLabelStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1541 | } |
| 1542 | #endif |
| 1543 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1544 | extension SwiftUICore.EnvironmentValues { |
| 1545 | public var supportsMultipleWindows: Swift.Bool { |
| 1331 | public init() |
| 1332 | public static func == (a: SwiftUI.ScrollTargetBehaviorProperties, b: SwiftUI.ScrollTargetBehaviorProperties) -> Swift.Bool |
| 1333 | } |
| 1334 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 1335 | public struct ScrollTargetBehaviorPropertiesContext { |
| 1336 | public var environment: SwiftUICore.EnvironmentValues { |
| 1606 | public init() |
| 1607 | public static func == (a: SwiftUI.ScrollTargetBehaviorProperties, b: SwiftUI.ScrollTargetBehaviorProperties) -> Swift.Bool |
| 1608 | } |
| 1609 | #if compiler(>=5.3) && $TildeSendable |
| 1610 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 1611 | public struct ScrollTargetBehaviorPropertiesContext : ~Swift.Sendable { |
| 1612 | public var environment: SwiftUICore.EnvironmentValues { |
| 1613 | get |
| 1614 | } |
| 1615 | public var axes: SwiftUICore.Axis.Set { |
| 1616 | get |
| 1617 | } |
| 1618 | } |
| 1619 | #else |
| 1620 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 1621 | public struct ScrollTargetBehaviorPropertiesContext { |
| 1622 | public var environment: SwiftUICore.EnvironmentValues { |
| 1340 | get |
| 1341 | } |
| 1342 | } |
| 1343 | @available(*, unavailable) |
| 1344 | extension SwiftUI.ScrollTargetBehaviorPropertiesContext : Swift.Sendable { |
| 1345 | } |
| 1346 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 1347 | public struct _ScrollTargetBehaviorEnvironmentContext { |
| 1348 | } |
| 1349 | @available(*, unavailable) |
| 1350 | extension SwiftUI._ScrollTargetBehaviorEnvironmentContext : Swift.Sendable { |
| 1351 | } |
| 1352 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1353 | @dynamicMemberLookup public struct ScrollTargetBehaviorContext { |
| 1354 | public var originalTarget: SwiftUICore.ScrollTarget { |
| 1626 | get |
| 1627 | } |
| 1628 | } |
| 1629 | #endif |
| 1630 | #if compiler(>=5.3) && $TildeSendable |
| 1631 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 1632 | public struct _ScrollTargetBehaviorEnvironmentContext : ~Swift.Sendable { |
| 1633 | } |
| 1634 | #else |
| 1635 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 1636 | public struct _ScrollTargetBehaviorEnvironmentContext { |
| 1637 | } |
| 1638 | #endif |
| 1639 | #if compiler(>=5.3) && $TildeSendable |
| 1640 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1641 | @dynamicMemberLookup public struct ScrollTargetBehaviorContext : ~Swift.Sendable { |
| 1642 | public var originalTarget: SwiftUICore.ScrollTarget { |
| 1643 | get |
| 1644 | } |
| 1645 | public var velocity: CoreFoundation.CGVector { |
| 1646 | get |
| 1647 | } |
| 1648 | public var contentSize: CoreFoundation.CGSize { |
| 1649 | get |
| 1650 | } |
| 1651 | public var containerSize: CoreFoundation.CGSize { |
| 1652 | get |
| 1653 | } |
| 1654 | public var axes: SwiftUICore.Axis.Set { |
| 1655 | get |
| 1656 | } |
| 1657 | public subscript<T>(dynamicMember keyPath: Swift.KeyPath<SwiftUICore.EnvironmentValues, T>) -> T { |
| 1658 | get |
| 1659 | } |
| 1660 | } |
| 1661 | #else |
| 1662 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1663 | @dynamicMemberLookup public struct ScrollTargetBehaviorContext { |
| 1664 | public var originalTarget: SwiftUICore.ScrollTarget { |
| 1370 | get |
| 1371 | } |
| 1372 | } |
| 1373 | @available(*, unavailable) |
| 1374 | extension SwiftUI.ScrollTargetBehaviorContext : Swift.Sendable { |
| 1375 | } |
| 1376 | extension SwiftUICore.View { |
| 1377 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1378 | nonisolated public func scrollTargetBehavior(_ behavior: some ScrollTargetBehavior) -> some SwiftUICore.View |
| 1680 | get |
| 1681 | } |
| 1682 | } |
| 1683 | #endif |
| 1684 | extension SwiftUICore.View { |
| 1685 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1686 | nonisolated public func scrollTargetBehavior(_ behavior: some ScrollTargetBehavior) -> some SwiftUICore.View |
| 1398 | } |
| 1399 | @available(iOS 13.0, macOS 10.15, tvOS 17.0, watchOS 8.0, *) |
| 1400 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderlessButtonStyle { |
| 1401 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var borderless: SwiftUI.BorderlessButtonStyle { |
| 1402 | get { .init() } |
| 1403 | } |
| 1404 | } |
| 1405 | @available(iOS 13.0, macOS 10.15, tvOS 17.0, watchOS 8.0, *) |
| 1406 | public struct BorderlessButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 1407 | public init() |
| 1408 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderlessButtonStyle.Configuration) -> some SwiftUICore.View |
| 1409 | |
| 1410 | @available(iOS 13.0, tvOS 17.0, watchOS 8.0, macOS 10.15, *) |
| 1411 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21BorderlessButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1412 | } |
| 1413 | @available(*, unavailable) |
| 1414 | extension SwiftUI.BorderlessButtonStyle : Swift.Sendable { |
| 1415 | } |
| 1416 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 1417 | @available(tvOS, unavailable) |
| 1418 | public struct _WidgetInputs { |
| 1419 | } |
| 1420 | @available(*, unavailable) |
| 1421 | extension SwiftUI._WidgetInputs : Swift.Sendable { |
| 1422 | } |
| 1423 | extension SwiftUICore.View { |
| 1424 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1425 | nonisolated public func containerRelativeFrame(_ axes: SwiftUICore.Axis.Set, alignment: SwiftUICore.Alignment = .center) -> some SwiftUICore.View |
| 1706 | } |
| 1707 | @available(iOS 13.0, macOS 10.15, tvOS 17.0, watchOS 8.0, *) |
| 1708 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderlessButtonStyle { |
| 1709 | @_alwaysEmitIntoClient nonisolated public static var borderless: SwiftUI.BorderlessButtonStyle { |
| 1710 | get { .init() } |
| 1711 | } |
| 1712 | } |
| 1713 | #if compiler(>=5.3) && $TildeSendable |
| 1714 | @available(iOS 13.0, macOS 10.15, tvOS 17.0, watchOS 8.0, *) |
| 1715 | nonisolated public struct BorderlessButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 1716 | nonisolated public init() |
| 1717 | nonisolated public func makeBody(configuration: SwiftUI.BorderlessButtonStyle.Configuration) -> some SwiftUICore.View |
| 1718 | |
| 1719 | @available(macOS 10.15, iOS 13.0, tvOS 17.0, watchOS 8.0, *) |
| 1720 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21BorderlessButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1721 | } |
| 1722 | #else |
| 1723 | @available(iOS 13.0, macOS 10.15, tvOS 17.0, watchOS 8.0, *) |
| 1724 | nonisolated public struct BorderlessButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 1725 | nonisolated public init() |
| 1726 | nonisolated public func makeBody(configuration: SwiftUI.BorderlessButtonStyle.Configuration) -> some SwiftUICore.View |
| 1727 | |
| 1728 | @available(macOS 10.15, iOS 13.0, tvOS 17.0, watchOS 8.0, *) |
| 1729 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21BorderlessButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 1730 | } |
| 1731 | #endif |
| 1732 | #if compiler(>=5.3) && $TildeSendable |
| 1733 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 1734 | @available(tvOS, unavailable) |
| 1735 | public struct _WidgetInputs : ~Swift.Sendable { |
| 1736 | } |
| 1737 | #else |
| 1738 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 1739 | @available(tvOS, unavailable) |
| 1740 | public struct _WidgetInputs { |
| 1741 | } |
| 1742 | #endif |
| 1743 | extension SwiftUICore.View { |
| 1744 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1745 | nonisolated public func containerRelativeFrame(_ axes: SwiftUICore.Axis.Set, alignment: SwiftUICore.Alignment = .center) -> some SwiftUICore.View |
| 1431 | nonisolated public func containerRelativeFrame(_ axes: SwiftUICore.Axis.Set, alignment: SwiftUICore.Alignment = .center, _ length: @escaping (CoreFoundation.CGFloat, SwiftUICore.Axis) -> CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 1432 | |
| 1433 | } |
| 1434 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1435 | extension SwiftUICore.View { |
| 1436 | nonisolated public func navigationDestination<D, C>(for data: D.Type, @SwiftUICore.ViewBuilder destination: @escaping (D) -> C) -> some SwiftUICore.View where D : Swift.Hashable, C : SwiftUICore.View |
| 1437 | |
| 1438 | nonisolated public func navigationDestination<V>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder destination: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 1439 | |
| 1440 | } |
| 1441 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1442 | extension SwiftUICore.View { |
| 1443 | nonisolated public func navigationDestination<D, C>(item: SwiftUICore.Binding<Swift.Optional<D>>, @SwiftUICore.ViewBuilder destination: @escaping (D) -> C) -> some SwiftUICore.View where D : Swift.Hashable, C : SwiftUICore.View |
| 1444 | |
| 1445 | } |
| 1446 | extension SwiftUICore.View { |
| 1447 | @available(iOS 18.0, macOS 15.0, visionOS 2.4, *) |
| 1448 | @available(tvOS, unavailable) |
| 1449 | @available(watchOS, unavailable) |
| 1450 | @_Concurrency.MainActor @preconcurrency public func writingToolsBehavior(_ behavior: SwiftUI.WritingToolsBehavior) -> some SwiftUICore.View |
| 1451 | |
| 1452 | } |
| 1453 | @available(iOS 18.0, macOS 15.0, visionOS 2.4, *) |
| 1751 | nonisolated public func containerRelativeFrame(_ axes: SwiftUICore.Axis.Set, alignment: SwiftUICore.Alignment = .center, _ length: @escaping (CoreFoundation.CGFloat, SwiftUICore.Axis) -> CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 1752 | |
| 1753 | } |
| 1754 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1755 | @available(watchOS, unavailable) |
| 1756 | @available(tvOS, unavailable) |
| 1757 | public protocol DocumentReader<Snapshot> { |
| 1758 | associatedtype Snapshot |
| 1759 | associatedtype Source |
| 1760 | nonisolated func read(from source: sending Self.Source, progress: consuming Foundation.Subprogress) async throws -> sending Self.Snapshot |
| 1761 | } |
| 1762 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1763 | @available(watchOS, unavailable) |
| 1764 | @available(tvOS, unavailable) |
| 1765 | public protocol DocumentWriter<Snapshot> { |
| 1766 | associatedtype Snapshot |
| 1767 | associatedtype Destination |
| 1768 | nonisolated func write(content: sending Self.Snapshot, to destination: sending Self.Destination, previous: sending Self.Snapshot?, progress: consuming Foundation.Subprogress) async throws |
| 1769 | } |
| 1770 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1771 | @available(watchOS, unavailable) |
| 1772 | @available(tvOS, unavailable) |
| 1773 | public protocol ReadableDocument : AnyObject { |
| 1774 | associatedtype Reader : SwiftUI.DocumentReader |
| 1775 | typealias ReadConfiguration = SwiftUI.DocumentReadConfiguration |
| 1776 | static var readableContentTypes: [UniformTypeIdentifiers.UTType] { get } |
| 1777 | func reader(configuration: sending Self.ReadConfiguration) -> sending Self.Reader |
| 1778 | @_Concurrency.MainActor func apply(snapshot: sending Self.Reader.Snapshot, previous: sending Self.Reader.Snapshot?) async throws |
| 1779 | } |
| 1780 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1781 | @available(watchOS, unavailable) |
| 1782 | @available(tvOS, unavailable) |
| 1783 | public protocol WritableDocument : AnyObject { |
| 1784 | associatedtype Writer : SwiftUI.DocumentWriter |
| 1785 | typealias WriteConfiguration = SwiftUI.DocumentWriteConfiguration |
| 1786 | static var writableContentTypes: [UniformTypeIdentifiers.UTType] { get } |
| 1787 | func writer(configuration: sending Self.WriteConfiguration) -> sending Self.Writer |
| 1788 | @_Concurrency.MainActor func snapshot(contentType: UniformTypeIdentifiers.UTType) async throws -> sending Self.Writer.Snapshot |
| 1789 | } |
| 1790 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1791 | @available(watchOS, unavailable) |
| 1792 | @available(tvOS, unavailable) |
| 1793 | extension SwiftUI.ReadableDocument where Self : SwiftUI.WritableDocument { |
| 1794 | public static var writableContentTypes: [UniformTypeIdentifiers.UTType] { |
| 1795 | get |
| 1796 | } |
| 1797 | } |
| 1798 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1799 | @available(watchOS, unavailable) |
| 1800 | @available(tvOS, unavailable) |
| 1801 | public struct FileWrapperDocumentWriter<Snapshot> : SwiftUI.DocumentWriter { |
| 1802 | public typealias WriteConfiguration = SwiftUI.DocumentWriteConfiguration |
| 1803 | public typealias Destination = Foundation.URL |
| 1804 | public init(_ configuration: sending SwiftUI.FileWrapperDocumentWriter<Snapshot>.WriteConfiguration, makeFileWrapper: @escaping (Snapshot) async throws -> Foundation.FileWrapper) |
| 1805 | nonisolated public func write(content: sending Snapshot, to destination: sending Foundation.URL, previous: sending Snapshot?, progress: consuming Foundation.Subprogress) async throws |
| 1806 | } |
| 1807 | @available(*, unavailable) |
| 1808 | extension SwiftUI.FileWrapperDocumentWriter : Swift.Sendable { |
| 1809 | } |
| 1810 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1811 | @available(watchOS, unavailable) |
| 1812 | @available(tvOS, unavailable) |
| 1813 | public struct FileWrapperDocumentReader<Snapshot> : SwiftUI.DocumentReader { |
| 1814 | public typealias ReadConfiguration = SwiftUI.DocumentReadConfiguration |
| 1815 | public typealias Source = Foundation.URL |
| 1816 | public init(_ configuration: sending SwiftUI.FileWrapperDocumentReader<Snapshot>.ReadConfiguration, makeSnapshot: @escaping (Foundation.FileWrapper) async throws -> sending Snapshot) |
| 1817 | nonisolated public func read(from source: sending Foundation.URL, progress: consuming Foundation.Subprogress) async throws -> sending Snapshot |
| 1818 | } |
| 1819 | @available(*, unavailable) |
| 1820 | extension SwiftUI.FileWrapperDocumentReader : Swift.Sendable { |
| 1821 | } |
| 1822 | @_hasMissingDesignatedInitializers @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1823 | @available(watchOS, unavailable) |
| 1824 | @available(tvOS, unavailable) |
| 1825 | @_Concurrency.MainActor final public class URLDocumentConfiguration { |
| 1826 | nonisolated(unsafe) final public var fileURL: Foundation.URL? { |
| 1827 | get |
| 1828 | set |
| 1829 | _modify |
| 1830 | } |
| 1831 | nonisolated(unsafe) final public var lastContentModificationDate: Foundation.Date? { |
| 1832 | get |
| 1833 | set |
| 1834 | _modify |
| 1835 | } |
| 1836 | nonisolated final public func makeFileCoordinator() -> sending Foundation.NSFileCoordinator |
| 1837 | @objc deinit |
| 1838 | } |
| 1839 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1840 | @available(watchOS, unavailable) |
| 1841 | @available(tvOS, unavailable) |
| 1842 | extension SwiftUI.URLDocumentConfiguration : Swift.Sendable { |
| 1843 | } |
| 1844 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1845 | @available(watchOS, unavailable) |
| 1846 | @available(tvOS, unavailable) |
| 1847 | extension SwiftUI.URLDocumentConfiguration : Swift.CustomStringConvertible { |
| 1848 | @_Concurrency.MainActor final public var description: Swift.String { |
| 1849 | get |
| 1850 | } |
| 1851 | } |
| 1852 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1853 | @available(watchOS, unavailable) |
| 1854 | @available(tvOS, unavailable) |
| 1855 | extension SwiftUI.URLDocumentConfiguration : Swift.Equatable, Swift.Hashable { |
| 1856 | @_Concurrency.MainActor public static func == (lhs: SwiftUI.URLDocumentConfiguration, rhs: SwiftUI.URLDocumentConfiguration) -> Swift.Bool |
| 1857 | @_Concurrency.MainActor final public func hash(into hasher: inout Swift.Hasher) |
| 1858 | nonisolated final public var hashValue: Swift.Int { |
| 1859 | get |
| 1860 | } |
| 1861 | } |
| 1862 | @available(iOS 27.0, visionOS 27.0, *) |
| 1863 | @available(macOS, unavailable) |
| 1864 | @available(watchOS, unavailable) |
| 1865 | @available(tvOS, unavailable) |
| 1866 | extension SwiftUI.URLDocumentConfiguration { |
| 1867 | @_Concurrency.MainActor final public var creationSource: SwiftUI.DocumentCreationSource? { |
| 1868 | get |
| 1869 | } |
| 1870 | } |
| 1871 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1872 | @available(watchOS, unavailable) |
| 1873 | @available(tvOS, unavailable) |
| 1874 | public struct DocumentReadConfiguration { |
| 1875 | public var contentType: UniformTypeIdentifiers.UTType { |
| 1876 | get |
| 1877 | } |
| 1878 | } |
| 1879 | @available(*, unavailable) |
| 1880 | extension SwiftUI.DocumentReadConfiguration : Swift.Sendable { |
| 1881 | } |
| 1882 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1883 | @available(watchOS, unavailable) |
| 1884 | @available(tvOS, unavailable) |
| 1885 | extension SwiftUI.DocumentReadConfiguration : Swift.CustomStringConvertible { |
| 1886 | public var description: Swift.String { |
| 1887 | get |
| 1888 | } |
| 1889 | } |
| 1890 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1891 | @available(watchOS, unavailable) |
| 1892 | @available(tvOS, unavailable) |
| 1893 | extension SwiftUI.DocumentReadConfiguration : Swift.Equatable { |
| 1894 | public static func == (a: SwiftUI.DocumentReadConfiguration, b: SwiftUI.DocumentReadConfiguration) -> Swift.Bool |
| 1895 | } |
| 1896 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1897 | @available(watchOS, unavailable) |
| 1898 | @available(tvOS, unavailable) |
| 1899 | extension SwiftUI.DocumentReadConfiguration : Swift.Hashable { |
| 1900 | public func hash(into hasher: inout Swift.Hasher) |
| 1901 | public var hashValue: Swift.Int { |
| 1902 | get |
| 1903 | } |
| 1904 | } |
| 1905 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1906 | @available(watchOS, unavailable) |
| 1907 | @available(tvOS, unavailable) |
| 1908 | public struct DocumentWriteConfiguration { |
| 1909 | public var contentType: UniformTypeIdentifiers.UTType { |
| 1910 | get |
| 1911 | } |
| 1912 | } |
| 1913 | @available(*, unavailable) |
| 1914 | extension SwiftUI.DocumentWriteConfiguration : Swift.Sendable { |
| 1915 | } |
| 1916 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1917 | @available(watchOS, unavailable) |
| 1918 | @available(tvOS, unavailable) |
| 1919 | extension SwiftUI.DocumentWriteConfiguration : Swift.CustomStringConvertible { |
| 1920 | public var description: Swift.String { |
| 1921 | get |
| 1922 | } |
| 1923 | } |
| 1924 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1925 | @available(watchOS, unavailable) |
| 1926 | @available(tvOS, unavailable) |
| 1927 | public struct DocumentCreationContext { |
| 1928 | public var creationSource: SwiftUI.DocumentCreationSource? { |
| 1929 | get |
| 1930 | } |
| 1931 | } |
| 1932 | @available(*, unavailable) |
| 1933 | extension SwiftUI.DocumentCreationContext : Swift.Sendable { |
| 1934 | } |
| 1935 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1936 | @available(watchOS, unavailable) |
| 1937 | @available(tvOS, unavailable) |
| 1938 | extension SwiftUI.DocumentCreationContext : Swift.CustomStringConvertible { |
| 1939 | public var description: Swift.String { |
| 1940 | get |
| 1941 | } |
| 1942 | } |
| 1943 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1944 | @available(watchOS, unavailable) |
| 1945 | @available(tvOS, unavailable) |
| 1946 | extension SwiftUI.DocumentCreationContext : Swift.Hashable, Swift.Equatable { |
| 1947 | public static func == (lhs: SwiftUI.DocumentCreationContext, rhs: SwiftUI.DocumentCreationContext) -> Swift.Bool |
| 1948 | public func hash(into hasher: inout Swift.Hasher) |
| 1949 | public var hashValue: Swift.Int { |
| 1950 | get |
| 1951 | } |
| 1952 | } |
| 1953 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1954 | @available(watchOS, unavailable) |
| 1955 | @available(tvOS, unavailable) |
| 1956 | extension SwiftUI.DocumentGroup where Document : Observation.Observable, Document : SwiftUI.ReadableDocument, Document.Reader.Source == Foundation.URL { |
| 1957 | nonisolated public init(@SwiftUICore.ContentBuilder viewer: @escaping (_ document: Document) -> Content, makeReadableDocument: @escaping (_ configuration: SwiftUI.URLDocumentConfiguration, _ context: SwiftUI.DocumentCreationContext) async throws -> Document) |
| 1958 | } |
| 1959 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1960 | @available(watchOS, unavailable) |
| 1961 | @available(tvOS, unavailable) |
| 1962 | extension SwiftUI.DocumentGroup where Document : Observation.Observable, Document : SwiftUI.ReadableDocument, Document : SwiftUI.WritableDocument, Document.Reader.Source == Foundation.URL, Document.Writer.Destination == Foundation.URL { |
| 1963 | nonisolated public init(allowCreating: Swift.Bool = true, @SwiftUICore.ContentBuilder editor: @escaping (_ document: Document) -> Content, makeDocument: @escaping (_ configuration: SwiftUI.URLDocumentConfiguration, _ context: SwiftUI.DocumentCreationContext) async throws -> Document) |
| 1964 | } |
| 1965 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 1966 | @available(watchOS, unavailable) |
| 1967 | @available(tvOS, unavailable) |
| 1968 | extension SwiftUI.URLDocumentConfiguration : nonisolated Observation.Observable { |
| 1969 | } |
| 1970 | extension SwiftUICore.View { |
| 1971 | @available(iOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 1972 | @available(macOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 1973 | @available(tvOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 1974 | @available(watchOS, unavailable) |
| 1975 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 1976 | @_disfavoredOverload nonisolated public func onContinuousHover(coordinateSpace: SwiftUICore.CoordinateSpace = .local, perform action: @escaping (SwiftUI.HoverPhase) -> Swift.Void) -> some SwiftUICore.View |
| 1977 | |
| 1978 | } |
| 1979 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1980 | extension SwiftUICore.View { |
| 1981 | nonisolated public func navigationDestination<D, C>(for data: D.Type, @SwiftUICore.ContentBuilder destination: @escaping (D) -> C) -> some SwiftUICore.View where D : Swift.Hashable, C : SwiftUICore.View |
| 1982 | |
| 1983 | nonisolated public func navigationDestination<V>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder destination: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 1984 | |
| 1985 | } |
| 1986 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 1987 | extension SwiftUICore.View { |
| 1988 | nonisolated public func navigationDestination<D, C>(item: SwiftUICore.Binding<Swift.Optional<D>>, @SwiftUICore.ContentBuilder destination: @escaping (D) -> C) -> some SwiftUICore.View where D : Swift.Hashable, C : SwiftUICore.View |
| 1989 | |
| 1990 | } |
| 1991 | extension SwiftUICore.View { |
| 1992 | @available(iOS 18.0, macOS 15.0, visionOS 2.4, *) |
| 1993 | @available(tvOS, unavailable) |
| 1994 | @available(watchOS, unavailable) |
| 1995 | nonisolated public func writingToolsBehavior(_ behavior: SwiftUI.WritingToolsBehavior) -> some SwiftUICore.View |
| 1996 | |
| 1997 | } |
| 1998 | @available(iOS 18.0, macOS 15.0, visionOS 2.4, *) |
| 1480 | _modify |
| 1481 | } |
| 1482 | } |
| 1483 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1484 | public struct _ScrollableLayoutView<Data, Layout> : SwiftUICore.View where Data : Swift.RandomAccessCollection, Layout : SwiftUI._ScrollableLayout, Data.Element : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 1485 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ScrollableLayoutView<Data, Layout>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 1486 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 1487 | public typealias Body = Swift.Never |
| 1488 | } |
| 1489 | @available(*, unavailable) |
| 1490 | extension SwiftUI._ScrollableLayoutView : Swift.Sendable { |
| 1491 | } |
| 1492 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1493 | extension SwiftUI._ScrollableLayoutView : SwiftUI._ScrollableContentProvider { |
| 1494 | public var scrollableContent: SwiftUI._ScrollableLayoutView<Data, Layout> { |
| 1495 | get |
| 1496 | } |
| 1497 | public func decelerationTarget(contentOffset: CoreFoundation.CGPoint, originalContentOffset: CoreFoundation.CGPoint, velocity: SwiftUICore._Velocity<CoreFoundation.CGSize>, size: CoreFoundation.CGSize) -> CoreFoundation.CGPoint? |
| 1498 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 1499 | public typealias Root = SwiftUI._ScrollViewRoot<SwiftUI._ScrollableLayoutView<Data, Layout>> |
| 1500 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 1501 | public typealias ScrollableContent = SwiftUI._ScrollableLayoutView<Data, Layout> |
| 1502 | } |
| 1503 | @available(macOS 13.0, *) |
| 1504 | @available(iOS, unavailable) |
| 1505 | @available(tvOS, unavailable) |
| 1506 | @available(watchOS, unavailable) |
| 1507 | @available(visionOS, unavailable) |
| 1508 | public struct MenuBarExtra<Label, Content> : SwiftUI.Scene where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 1509 | public init(isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 1510 | public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 1511 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 1512 | get |
| 1513 | } |
| 1514 | @available(macOS 13.0, *) |
| 2025 | _modify |
| 2026 | } |
| 2027 | } |
| 2028 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2029 | extension SwiftUICore.ForEach : SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent { |
| 2030 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore.ForEach<Data, ID, Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 2031 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 2032 | public typealias Body = Swift.Never |
| 2033 | } |
| 2034 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2035 | extension SwiftUICore.ForEach : SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent { |
| 2036 | } |
| 2037 | #if compiler(>=5.3) && $TildeSendable |
| 2038 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2039 | nonisolated public struct _ScrollableLayoutView<Data, Layout> : SwiftUICore.View, ~Swift.Sendable where Data : Swift.RandomAccessCollection, Layout : SwiftUI._ScrollableLayout, Data.Element : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 2040 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ScrollableLayoutView<Data, Layout>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 2041 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2042 | public typealias Body = Swift.Never |
| 2043 | } |
| 2044 | #else |
| 2045 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2046 | nonisolated public struct _ScrollableLayoutView<Data, Layout> : SwiftUICore.View where Data : Swift.RandomAccessCollection, Layout : SwiftUI._ScrollableLayout, Data.Element : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 2047 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ScrollableLayoutView<Data, Layout>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 2048 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2049 | public typealias Body = Swift.Never |
| 2050 | } |
| 2051 | #endif |
| 2052 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2053 | extension SwiftUI._ScrollableLayoutView : SwiftUI._ScrollableContentProvider { |
| 2054 | nonisolated public var scrollableContent: SwiftUI._ScrollableLayoutView<Data, Layout> { |
| 2055 | get |
| 2056 | } |
| 2057 | nonisolated public func decelerationTarget(contentOffset: CoreFoundation.CGPoint, originalContentOffset: CoreFoundation.CGPoint, velocity: SwiftUICore._Velocity<CoreFoundation.CGSize>, size: CoreFoundation.CGSize) -> CoreFoundation.CGPoint? |
| 2058 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2059 | public typealias Root = SwiftUI._ScrollViewRoot<SwiftUI._ScrollableLayoutView<Data, Layout>> |
| 2060 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2061 | public typealias ScrollableContent = SwiftUI._ScrollableLayoutView<Data, Layout> |
| 2062 | } |
| 2063 | #if compiler(>=5.3) && $TildeSendable |
| 2064 | @available(macOS 13.0, *) |
| 2065 | @available(iOS, unavailable) |
| 2066 | @available(tvOS, unavailable) |
| 2067 | @available(watchOS, unavailable) |
| 2068 | @available(visionOS, unavailable) |
| 2069 | nonisolated public struct MenuBarExtra<Label, Content> : SwiftUI.Scene, ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 2070 | nonisolated public init(isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 2071 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 2072 | nonisolated public var body: some SwiftUI.Scene { |
| 2073 | get |
| 2074 | } |
| 2075 | @available(macOS 13.0, *) |
| 1518 | @available(visionOS, unavailable) |
| 1519 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12MenuBarExtraV4bodyQrvp", 0) __<Label, Content> |
| 1520 | } |
| 1521 | @available(*, unavailable) |
| 1522 | extension SwiftUI.MenuBarExtra : Swift.Sendable { |
| 1523 | } |
| 1524 | @available(macOS 13.0, *) |
| 1525 | @available(iOS, unavailable) |
| 1526 | @available(tvOS, unavailable) |
| 1527 | @available(watchOS, unavailable) |
| 1528 | @available(visionOS, unavailable) |
| 1529 | extension SwiftUI.MenuBarExtra where Label == SwiftUICore.Text { |
| 1530 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1531 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1532 | self.init(isInserted: isInserted) { |
| 1533 | content() |
| 1534 | } label: { |
| 1535 | Text(titleResource) |
| 1536 | } |
| 1537 | } |
| 1538 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1539 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1540 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1541 | self.init() { |
| 1542 | content() |
| 1543 | } label: { |
| 1544 | Text(titleResource) |
| 1545 | } |
| 1546 | } |
| 1547 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1548 | } |
| 1549 | @available(macOS 13.0, *) |
| 1550 | @available(iOS, unavailable) |
| 1551 | @available(tvOS, unavailable) |
| 1552 | @available(watchOS, unavailable) |
| 1553 | @available(visionOS, unavailable) |
| 1554 | extension SwiftUI.MenuBarExtra where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 1555 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1556 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1557 | self.init(isInserted: isInserted) { |
| 1558 | content() |
| 1559 | } label: { |
| 1560 | Label(titleResource, image: image) |
| 1561 | } |
| 1562 | } |
| 1563 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1564 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1565 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1566 | self.init(isInserted: isInserted) { |
| 1567 | content() |
| 1568 | } label: { |
| 1569 | Label(titleResource, systemImage: systemImage) |
| 1570 | } |
| 1571 | } |
| 1572 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1573 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1574 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1575 | self.init() { |
| 1576 | content() |
| 1577 | } label: { |
| 1578 | Label(titleResource, image: image) |
| 1579 | } |
| 1580 | } |
| 1581 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1582 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1583 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 1584 | self.init() { |
| 1585 | content() |
| 1586 | } label: { |
| 1587 | Label(titleResource, systemImage: systemImage) |
| 1588 | } |
| 1589 | } |
| 1590 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1591 | } |
| 1592 | @available(watchOS 6.0, *) |
| 1593 | @available(iOS, unavailable) |
| 1594 | @available(macOS, unavailable) |
| 2079 | @available(visionOS, unavailable) |
| 2080 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12MenuBarExtraV4bodyQrvp", 0) __<Label, Content> |
| 2081 | } |
| 2082 | #else |
| 2083 | @available(macOS 13.0, *) |
| 2084 | @available(iOS, unavailable) |
| 2085 | @available(tvOS, unavailable) |
| 2086 | @available(watchOS, unavailable) |
| 2087 | @available(visionOS, unavailable) |
| 2088 | nonisolated public struct MenuBarExtra<Label, Content> : SwiftUI.Scene where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 2089 | nonisolated public init(isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 2090 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 2091 | nonisolated public var body: some SwiftUI.Scene { |
| 2092 | get |
| 2093 | } |
| 2094 | @available(macOS 13.0, *) |
| 2095 | @available(iOS, unavailable) |
| 2096 | @available(tvOS, unavailable) |
| 2097 | @available(watchOS, unavailable) |
| 2098 | @available(visionOS, unavailable) |
| 2099 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12MenuBarExtraV4bodyQrvp", 0) __<Label, Content> |
| 2100 | } |
| 2101 | #endif |
| 2102 | @available(macOS 13.0, *) |
| 2103 | @available(iOS, unavailable) |
| 2104 | @available(tvOS, unavailable) |
| 2105 | @available(watchOS, unavailable) |
| 2106 | @available(visionOS, unavailable) |
| 2107 | extension SwiftUI.MenuBarExtra where Label == SwiftUICore.Text { |
| 2108 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2109 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2110 | self.init(isInserted: isInserted) { |
| 2111 | content() |
| 2112 | } label: { |
| 2113 | Text(titleResource) |
| 2114 | } |
| 2115 | } |
| 2116 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2117 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2118 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2119 | self.init() { |
| 2120 | content() |
| 2121 | } label: { |
| 2122 | Text(titleResource) |
| 2123 | } |
| 2124 | } |
| 2125 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2126 | } |
| 2127 | @available(macOS 13.0, *) |
| 2128 | @available(iOS, unavailable) |
| 2129 | @available(tvOS, unavailable) |
| 2130 | @available(watchOS, unavailable) |
| 2131 | @available(visionOS, unavailable) |
| 2132 | extension SwiftUI.MenuBarExtra where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 2133 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2134 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2135 | self.init(isInserted: isInserted) { |
| 2136 | content() |
| 2137 | } label: { |
| 2138 | Label(titleResource, image: image) |
| 2139 | } |
| 2140 | } |
| 2141 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2142 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2143 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2144 | self.init(isInserted: isInserted) { |
| 2145 | content() |
| 2146 | } label: { |
| 2147 | Label(titleResource, systemImage: systemImage) |
| 2148 | } |
| 2149 | } |
| 2150 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, isInserted: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2151 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2152 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2153 | self.init() { |
| 2154 | content() |
| 2155 | } label: { |
| 2156 | Label(titleResource, image: image) |
| 2157 | } |
| 2158 | } |
| 2159 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2160 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2161 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 2162 | self.init() { |
| 2163 | content() |
| 2164 | } label: { |
| 2165 | Label(titleResource, systemImage: systemImage) |
| 2166 | } |
| 2167 | } |
| 2168 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2169 | } |
| 2170 | #if compiler(>=5.3) && $TildeSendable |
| 2171 | @available(watchOS 6.0, *) |
| 2172 | @available(iOS, unavailable) |
| 2173 | @available(macOS, unavailable) |
| 2174 | @available(tvOS, unavailable) |
| 2175 | @available(visionOS, unavailable) |
| 2176 | @usableFromInline |
| 2177 | internal struct ListRowPlatterColorTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 2178 | @inlinable internal static var defaultValue: SwiftUICore.Color? { |
| 2179 | get { nil } |
| 2180 | } |
| 2181 | @available(watchOS 6.0, *) |
| 2182 | @usableFromInline |
| 2183 | @available(macOS, unavailable) |
| 2184 | @available(iOS, unavailable) |
| 2185 | @available(tvOS, unavailable) |
| 2186 | @available(visionOS, unavailable) |
| 2187 | internal typealias Value = SwiftUICore.Color? |
| 2188 | } |
| 2189 | #else |
| 2190 | @available(watchOS 6.0, *) |
| 2191 | @available(iOS, unavailable) |
| 2192 | @available(macOS, unavailable) |
| 1601 | } |
| 1602 | @available(watchOS 6.0, *) |
| 1603 | @usableFromInline |
| 1604 | @available(iOS, unavailable) |
| 1605 | @available(tvOS, unavailable) |
| 1606 | @available(visionOS, unavailable) |
| 1607 | @available(macOS, unavailable) |
| 1608 | internal typealias Value = SwiftUICore.Color? |
| 1609 | } |
| 1610 | @available(*, unavailable) |
| 1611 | extension SwiftUI.ListRowPlatterColorTraitKey : Swift.Sendable { |
| 1612 | } |
| 1613 | @available(watchOS 6.0, *) |
| 1614 | @available(iOS, unavailable) |
| 1615 | @available(macOS, unavailable) |
| 2199 | } |
| 2200 | @available(watchOS 6.0, *) |
| 2201 | @usableFromInline |
| 2202 | @available(macOS, unavailable) |
| 2203 | @available(iOS, unavailable) |
| 2204 | @available(tvOS, unavailable) |
| 2205 | @available(visionOS, unavailable) |
| 2206 | internal typealias Value = SwiftUICore.Color? |
| 2207 | } |
| 2208 | #endif |
| 2209 | @available(watchOS 6.0, *) |
| 2210 | @available(iOS, unavailable) |
| 2211 | @available(macOS, unavailable) |
| 1626 | } |
| 1627 | |
| 1628 | } |
| 1629 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 1630 | @usableFromInline |
| 1631 | internal struct ShouldExpandAllTraitKey : SwiftUICore._ViewTraitKey { |
| 1632 | @inlinable internal static var defaultValue: SwiftUICore.Binding<SwiftUI.ExpansionState>? { |
| 1633 | get { nil } |
| 1634 | } |
| 1635 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 1636 | @usableFromInline |
| 1637 | internal typealias Value = SwiftUICore.Binding<SwiftUI.ExpansionState>? |
| 1638 | } |
| 1639 | @available(*, unavailable) |
| 1640 | extension SwiftUI.ShouldExpandAllTraitKey : Swift.Sendable { |
| 1641 | } |
| 1642 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 1643 | @usableFromInline |
| 1644 | internal enum ExpansionState : Swift.CustomStringConvertible { |
| 2222 | } |
| 2223 | |
| 2224 | } |
| 2225 | #if compiler(>=5.3) && $TildeSendable |
| 2226 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2227 | @usableFromInline |
| 2228 | internal struct ShouldExpandAllTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 2229 | @inlinable internal static var defaultValue: SwiftUICore.Binding<SwiftUI.ExpansionState>? { |
| 2230 | get { nil } |
| 2231 | } |
| 2232 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2233 | @usableFromInline |
| 2234 | internal typealias Value = SwiftUICore.Binding<SwiftUI.ExpansionState>? |
| 2235 | } |
| 2236 | #else |
| 2237 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2238 | @usableFromInline |
| 2239 | internal struct ShouldExpandAllTraitKey : SwiftUICore._ViewTraitKey { |
| 2240 | @inlinable internal static var defaultValue: SwiftUICore.Binding<SwiftUI.ExpansionState>? { |
| 2241 | get { nil } |
| 2242 | } |
| 2243 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2244 | @usableFromInline |
| 2245 | internal typealias Value = SwiftUICore.Binding<SwiftUI.ExpansionState>? |
| 2246 | } |
| 2247 | #endif |
| 2248 | #if compiler(>=5.3) && $TildeSendable |
| 2249 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2250 | @usableFromInline |
| 2251 | internal enum ExpansionState : Swift.CustomStringConvertible, ~Swift.Sendable { |
| 2252 | case expanded |
| 2253 | case collapsed |
| 2254 | case unspecified |
| 2255 | @usableFromInline |
| 2256 | internal var description: Swift.String { |
| 2257 | get |
| 2258 | } |
| 2259 | @usableFromInline |
| 2260 | internal static func == (a: SwiftUI.ExpansionState, b: SwiftUI.ExpansionState) -> Swift.Bool |
| 2261 | @usableFromInline |
| 2262 | internal func hash(into hasher: inout Swift.Hasher) |
| 2263 | @usableFromInline |
| 2264 | internal var hashValue: Swift.Int { |
| 2265 | @usableFromInline |
| 2266 | get |
| 2267 | } |
| 2268 | } |
| 2269 | #else |
| 2270 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2271 | @usableFromInline |
| 2272 | internal enum ExpansionState : Swift.CustomStringConvertible { |
| 1659 | get |
| 1660 | } |
| 1661 | } |
| 1662 | @available(*, unavailable) |
| 1663 | extension SwiftUI.ExpansionState : Swift.Sendable { |
| 1664 | } |
| 1665 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1666 | extension SwiftUI.NavigationSplitViewStyle where Self == SwiftUI.BalancedNavigationSplitViewStyle { |
| 1667 | @_Concurrency.MainActor @preconcurrency public static var balanced: SwiftUI.BalancedNavigationSplitViewStyle { |
| 1668 | get |
| 1669 | } |
| 1670 | } |
| 1671 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1672 | @_Concurrency.MainActor @preconcurrency public struct BalancedNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 1673 | @_Concurrency.MainActor @preconcurrency public init() |
| 1674 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BalancedNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 1675 | |
| 1676 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 1677 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI32BalancedNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 1678 | } |
| 1679 | @available(*, unavailable) |
| 1680 | extension SwiftUI.BalancedNavigationSplitViewStyle : Swift.Sendable { |
| 1681 | } |
| 1682 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1683 | extension SwiftUI.FormStyle where Self == SwiftUI.ColumnsFormStyle { |
| 1684 | @_Concurrency.MainActor @preconcurrency public static var columns: SwiftUI.ColumnsFormStyle { |
| 1685 | get |
| 1686 | } |
| 1687 | } |
| 1688 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 1689 | public struct ColumnsFormStyle : SwiftUI.FormStyle { |
| 1690 | public init() |
| 1691 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ColumnsFormStyle.Configuration) -> some SwiftUICore.View |
| 1692 | |
| 1693 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 1694 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ColumnsFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 1695 | } |
| 1696 | @available(*, unavailable) |
| 1697 | extension SwiftUI.ColumnsFormStyle : Swift.Sendable { |
| 1698 | } |
| 1699 | @available(iOS 15.0, macOS 12.0, *) |
| 1700 | @available(tvOS, unavailable) |
| 2287 | get |
| 2288 | } |
| 2289 | } |
| 2290 | #endif |
| 2291 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2292 | extension SwiftUI.NavigationSplitViewStyle where Self == SwiftUI.BalancedNavigationSplitViewStyle { |
| 2293 | @_Concurrency.MainActor @preconcurrency public static var balanced: SwiftUI.BalancedNavigationSplitViewStyle { |
| 2294 | get |
| 2295 | } |
| 2296 | } |
| 2297 | #if compiler(>=5.3) && $TildeSendable |
| 2298 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2299 | @_Concurrency.MainActor @preconcurrency public struct BalancedNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle, ~Swift.Sendable { |
| 2300 | @_Concurrency.MainActor @preconcurrency public init() |
| 2301 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BalancedNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 2302 | |
| 2303 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 2304 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI32BalancedNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 2305 | } |
| 2306 | #else |
| 2307 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2308 | @_Concurrency.MainActor @preconcurrency public struct BalancedNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 2309 | @_Concurrency.MainActor @preconcurrency public init() |
| 2310 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BalancedNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 2311 | |
| 2312 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 2313 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI32BalancedNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 2314 | } |
| 2315 | #endif |
| 2316 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2317 | extension SwiftUI.FormStyle where Self == SwiftUI.ColumnsFormStyle { |
| 2318 | @_Concurrency.MainActor @preconcurrency public static var columns: SwiftUI.ColumnsFormStyle { |
| 2319 | get |
| 2320 | } |
| 2321 | } |
| 2322 | #if compiler(>=5.3) && $TildeSendable |
| 2323 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2324 | nonisolated public struct ColumnsFormStyle : SwiftUI.FormStyle, ~Swift.Sendable { |
| 2325 | nonisolated public init() |
| 2326 | nonisolated public func makeBody(configuration: SwiftUI.ColumnsFormStyle.Configuration) -> some SwiftUICore.View |
| 2327 | |
| 2328 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 2329 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ColumnsFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 2330 | } |
| 2331 | #else |
| 2332 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2333 | nonisolated public struct ColumnsFormStyle : SwiftUI.FormStyle { |
| 2334 | nonisolated public init() |
| 2335 | nonisolated public func makeBody(configuration: SwiftUI.ColumnsFormStyle.Configuration) -> some SwiftUICore.View |
| 2336 | |
| 2337 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 2338 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ColumnsFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 2339 | } |
| 2340 | #endif |
| 2341 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 2342 | public struct AccessibilityTechnologies : Swift.SetAlgebra, Swift.Sendable { |
| 2343 | public static let voiceOver: SwiftUI.AccessibilityTechnologies |
| 2344 | public static let switchControl: SwiftUI.AccessibilityTechnologies |
| 2345 | public init() |
| 2346 | public func union(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 2347 | public mutating func formUnion(_ other: SwiftUI.AccessibilityTechnologies) |
| 2348 | public func intersection(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 2349 | public mutating func formIntersection(_ other: SwiftUI.AccessibilityTechnologies) |
| 2350 | public func symmetricDifference(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 2351 | public mutating func formSymmetricDifference(_ other: SwiftUI.AccessibilityTechnologies) |
| 2352 | public func contains(_ member: SwiftUI.AccessibilityTechnologies) -> Swift.Bool |
| 2353 | public mutating func insert(_ newMember: SwiftUI.AccessibilityTechnologies) -> (inserted: Swift.Bool, memberAfterInsert: SwiftUI.AccessibilityTechnologies) |
| 2354 | public mutating func remove(_ member: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies? |
| 2355 | public mutating func update(with newMember: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies? |
| 2356 | public static func == (a: SwiftUI.AccessibilityTechnologies, b: SwiftUI.AccessibilityTechnologies) -> Swift.Bool |
| 2357 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 2358 | public typealias ArrayLiteralElement = SwiftUI.AccessibilityTechnologies |
| 2359 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 2360 | public typealias Element = SwiftUI.AccessibilityTechnologies |
| 2361 | } |
| 2362 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 2363 | extension SwiftUI.AccessibilityTechnologies { |
| 2364 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV9voiceOverACvsZ") |
| 2365 | @usableFromInline |
| 2366 | internal func _setAccessibilityTechnologiesVoiceOver(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 2367 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV13switchControlACvsZ") |
| 2368 | @usableFromInline |
| 2369 | internal func _setAccessibilityTechnologiesSwitchControl(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 2370 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV18fullKeyboardAccessACvsZ") |
| 2371 | @usableFromInline |
| 2372 | internal func _setAccessibilityTechnologiesFullKeyboardAccess(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 2373 | } |
| 2374 | @available(iOS 15.0, macOS 12.0, *) |
| 2375 | @available(tvOS, unavailable) |
| 1777 | get { .init() } |
| 1778 | } |
| 1779 | } |
| 1780 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 1781 | public struct DefaultTextFieldStyle : SwiftUI.TextFieldStyle { |
| 1782 | public init() |
| 2452 | get { .init() } |
| 2453 | } |
| 2454 | } |
| 2455 | #if compiler(>=5.3) && $TildeSendable |
| 2456 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2457 | public struct DefaultTextFieldStyle : SwiftUI.TextFieldStyle, ~Swift.Sendable { |
| 2458 | public init() |
| 2459 | public func _body(configuration: SwiftUI.TextField<SwiftUI.DefaultTextFieldStyle._Label>) -> SwiftUI.DefaultTextFieldStyle._Body |
| 2460 | @_Concurrency.MainActor @preconcurrency public struct _Body : SwiftUICore.View, ~Swift.Sendable { |
| 2461 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2462 | get |
| 2463 | } |
| 2464 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2465 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultTextFieldStyleV5_BodyV4bodyQrvp", 0) __ |
| 2466 | } |
| 2467 | } |
| 2468 | #else |
| 2469 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2470 | public struct DefaultTextFieldStyle : SwiftUI.TextFieldStyle { |
| 2471 | public init() |
| 1785 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 1786 | get |
| 1787 | } |
| 1788 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 1789 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultTextFieldStyleV5_BodyV4bodyQrvp", 0) __ |
| 1790 | } |
| 1791 | } |
| 1792 | @available(*, unavailable) |
| 1793 | extension SwiftUI.DefaultTextFieldStyle : Swift.Sendable { |
| 1794 | } |
| 1795 | @available(*, unavailable) |
| 1796 | extension SwiftUI.DefaultTextFieldStyle._Body : Swift.Sendable { |
| 1797 | } |
| 1798 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 1799 | public struct WindowGroup<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 1800 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1801 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1802 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1803 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1804 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1805 | public init(id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1806 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1807 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1808 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1809 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1810 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 1811 | @_disfavoredOverload public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1812 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1813 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1814 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1815 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1816 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1817 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1818 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1819 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1820 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1821 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1822 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 1823 | @_disfavoredOverload public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1824 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1825 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1826 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1827 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1828 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(makeContent:)") |
| 1829 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 1830 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1831 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1832 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1833 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1834 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1835 | @_disfavoredOverload public init(_ title: SwiftUICore.Text, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1836 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1837 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1838 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1839 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1840 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1841 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 1842 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1843 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1844 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1845 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1846 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping view builder instead.") |
| 1847 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 1848 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 1849 | get |
| 1850 | } |
| 1851 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 1852 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11WindowGroupV4bodyQrvp", 0) __<Content> |
| 1853 | } |
| 1854 | @available(*, unavailable) |
| 1855 | extension SwiftUI.WindowGroup : Swift.Sendable { |
| 1856 | } |
| 1857 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 26.0, *) |
| 1858 | extension SwiftUICore.View { |
| 1859 | nonisolated public func sensoryFeedback<T>(_ feedback: SwiftUI.SensoryFeedback, trigger: T) -> some SwiftUICore.View where T : Swift.Equatable |
| 2474 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2475 | get |
| 2476 | } |
| 2477 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2478 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultTextFieldStyleV5_BodyV4bodyQrvp", 0) __ |
| 2479 | } |
| 2480 | } |
| 2481 | #endif |
| 2482 | #if compiler(>=5.3) && $TildeSendable |
| 2483 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2484 | nonisolated public struct WindowGroup<Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 2485 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2486 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2487 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2488 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2489 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2490 | nonisolated public init(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2491 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2492 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2493 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2494 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2495 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 2496 | @_disfavoredOverload nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2497 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2498 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2499 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2500 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2501 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2502 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2503 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2504 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2505 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2506 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2507 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 2508 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2509 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2510 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2511 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2512 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2513 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(makeContent:)") |
| 2514 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 2515 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2516 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2517 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2518 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2519 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2520 | @_disfavoredOverload nonisolated public init(_ title: SwiftUICore.Text, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2521 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2522 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2523 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2524 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2525 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2526 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2527 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2528 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2529 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2530 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2531 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2532 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2533 | nonisolated public var body: some SwiftUI.Scene { |
| 2534 | get |
| 2535 | } |
| 2536 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 2537 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11WindowGroupV4bodyQrvp", 0) __<Content> |
| 2538 | } |
| 2539 | #else |
| 2540 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2541 | nonisolated public struct WindowGroup<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 2542 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2543 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2544 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2545 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2546 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2547 | nonisolated public init(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2548 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2549 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2550 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2551 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2552 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 2553 | @_disfavoredOverload nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2554 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2555 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2556 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2557 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2558 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2559 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2560 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2561 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2562 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2563 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:id:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2564 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:id:makeContent:)") |
| 2565 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2566 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2567 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2568 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2569 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2570 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(makeContent:)") |
| 2571 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 2572 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2573 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2574 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2575 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2576 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2577 | @_disfavoredOverload nonisolated public init(_ title: SwiftUICore.Text, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2578 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2579 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2580 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2581 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2582 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2583 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 2584 | @available(iOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2585 | @available(macOS, introduced: 11.0, deprecated: 15.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2586 | @available(tvOS, introduced: 14.0, deprecated: 18.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2587 | @available(watchOS, introduced: 7.0, deprecated: 11.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2588 | @available(visionOS, introduced: 1.0, deprecated: 2.0, renamed: "init(_:makeContent:)", message: "Use the initializer which takes an escaping content builder instead.") |
| 2589 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 2590 | nonisolated public var body: some SwiftUI.Scene { |
| 2591 | get |
| 2592 | } |
| 2593 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 2594 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11WindowGroupV4bodyQrvp", 0) __<Content> |
| 2595 | } |
| 2596 | #endif |
| 2597 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 26.0, *) |
| 2598 | extension SwiftUICore.View { |
| 2599 | nonisolated public func sensoryFeedback<T>(_ feedback: SwiftUI.SensoryFeedback, trigger: T) -> some SwiftUICore.View where T : Swift.Equatable |
| 1877 | @frozen public struct FillShapeStyle : SwiftUICore.ShapeStyle { |
| 1878 | @_alwaysEmitIntoClient public init() {} |
| 1879 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 1880 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 1881 | public typealias Resolved = Swift.Never |
| 1882 | } |
| 1883 | @available(iOS 14.0, macOS 11.0, *) |
| 2617 | @frozen public struct FillShapeStyle : SwiftUICore.ShapeStyle { |
| 2618 | @_alwaysEmitIntoClient public init() {} |
| 2619 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 2620 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 2621 | public typealias Resolved = Swift.Never |
| 2622 | } |
| 2623 | @available(iOS 14.0, macOS 11.0, *) |
| 1917 | nonisolated public func dropConfiguration(_ configuration: @escaping (SwiftUI.DropSession) -> SwiftUI.DropConfiguration) -> some SwiftUICore.View |
| 1918 | |
| 1919 | } |
| 1920 | @available(iOS 13.4, macOS 10.15, *) |
| 1921 | @available(tvOS, unavailable) |
| 1922 | @available(watchOS, unavailable) |
| 2657 | nonisolated public func dropConfiguration(_ configuration: @escaping (SwiftUI.DropSession) -> SwiftUI.DropConfiguration) -> some SwiftUICore.View |
| 2658 | |
| 2659 | } |
| 2660 | #if compiler(>=5.3) && $TildeSendable |
| 2661 | @available(iOS 13.4, macOS 10.15, *) |
| 2662 | @available(tvOS, unavailable) |
| 2663 | @available(watchOS, unavailable) |
| 2664 | public struct DropInfo : ~Swift.Sendable { |
| 2665 | public var location: CoreFoundation.CGPoint { |
| 2666 | get |
| 2667 | } |
| 2668 | @available(iOS 14.0, macOS 11.0, *) |
| 2669 | public func hasItemsConforming(to contentTypes: [UniformTypeIdentifiers.UTType]) -> Swift.Bool |
| 2670 | @available(iOS 14.0, macOS 11.0, *) |
| 2671 | public func itemProviders(for contentTypes: [UniformTypeIdentifiers.UTType]) -> [Foundation.NSItemProvider] |
| 2672 | } |
| 2673 | #else |
| 2674 | @available(iOS 13.4, macOS 10.15, *) |
| 2675 | @available(tvOS, unavailable) |
| 2676 | @available(watchOS, unavailable) |
| 1929 | @available(iOS 14.0, macOS 11.0, *) |
| 1930 | public func itemProviders(for contentTypes: [UniformTypeIdentifiers.UTType]) -> [Foundation.NSItemProvider] |
| 1931 | } |
| 1932 | @available(*, unavailable) |
| 1933 | extension SwiftUI.DropInfo : Swift.Sendable { |
| 1934 | } |
| 1935 | @available(iOS 13.4, macOS 10.15, *) |
| 1936 | @available(tvOS, unavailable) |
| 1937 | @available(watchOS, unavailable) |
| 2683 | @available(iOS 14.0, macOS 11.0, *) |
| 2684 | public func itemProviders(for contentTypes: [UniformTypeIdentifiers.UTType]) -> [Foundation.NSItemProvider] |
| 2685 | } |
| 2686 | #endif |
| 2687 | @available(iOS 13.4, macOS 10.15, *) |
| 2688 | @available(tvOS, unavailable) |
| 2689 | @available(watchOS, unavailable) |
| 1967 | @available(iOS, unavailable) |
| 1968 | @available(visionOS, unavailable) |
| 1969 | case alias |
| 1970 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 1971 | public struct Set : Swift.OptionSet, Swift.Hashable { |
| 1972 | public let rawValue: Swift.Int |
| 2719 | @available(iOS, unavailable) |
| 2720 | @available(visionOS, unavailable) |
| 2721 | case alias |
| 2722 | #if compiler(>=5.3) && $TildeSendable |
| 2723 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2724 | public struct Set : Swift.OptionSet, Swift.Hashable, ~Swift.Sendable { |
| 2725 | public let rawValue: Swift.Int |
| 2726 | public init(rawValue: Swift.Int) |
| 2727 | public static let cancel: SwiftUI.DropOperation.Set |
| 2728 | public static let copy: SwiftUI.DropOperation.Set |
| 2729 | public static let move: SwiftUI.DropOperation.Set |
| 2730 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2731 | public static let forbidden: SwiftUI.DropOperation.Set |
| 2732 | @available(macOS 26.0, *) |
| 2733 | @available(iOS, unavailable) |
| 2734 | @available(visionOS, unavailable) |
| 2735 | public static let delete: SwiftUI.DropOperation.Set |
| 2736 | @available(macOS 26.0, *) |
| 2737 | @available(iOS, unavailable) |
| 2738 | @available(visionOS, unavailable) |
| 2739 | public static let alias: SwiftUI.DropOperation.Set |
| 2740 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2741 | @available(tvOS, unavailable) |
| 2742 | @available(watchOS, unavailable) |
| 2743 | public typealias ArrayLiteralElement = SwiftUI.DropOperation.Set |
| 2744 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2745 | @available(tvOS, unavailable) |
| 2746 | @available(watchOS, unavailable) |
| 2747 | public typealias Element = SwiftUI.DropOperation.Set |
| 2748 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2749 | @available(tvOS, unavailable) |
| 2750 | @available(watchOS, unavailable) |
| 2751 | public typealias RawValue = Swift.Int |
| 2752 | } |
| 2753 | #else |
| 2754 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2755 | public struct Set : Swift.OptionSet, Swift.Hashable { |
| 2756 | public let rawValue: Swift.Int |
| 1984 | @available(iOS, unavailable) |
| 1985 | @available(visionOS, unavailable) |
| 1986 | public static let alias: SwiftUI.DropOperation.Set |
| 1987 | @available(iOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 1988 | @available(tvOS, unavailable) |
| 1989 | @available(watchOS, unavailable) |
| 1990 | public typealias ArrayLiteralElement = SwiftUI.DropOperation.Set |
| 1991 | @available(iOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 1992 | @available(tvOS, unavailable) |
| 1993 | @available(watchOS, unavailable) |
| 1994 | public typealias Element = SwiftUI.DropOperation.Set |
| 1995 | @available(iOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 1996 | @available(tvOS, unavailable) |
| 1997 | @available(watchOS, unavailable) |
| 1998 | public typealias RawValue = Swift.Int |
| 1999 | } |
| 2000 | public static func == (a: SwiftUI.DropOperation, b: SwiftUI.DropOperation) -> Swift.Bool |
| 2001 | public func hash(into hasher: inout Swift.Hasher) |
| 2002 | public var hashValue: Swift.Int { |
| 2003 | get |
| 2004 | } |
| 2005 | } |
| 2006 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2007 | @available(tvOS, unavailable) |
| 2008 | @available(watchOS, unavailable) |
| 2009 | extension SwiftUI.DropOperation.Set : Swift.Sendable { |
| 2010 | } |
| 2011 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2012 | @available(tvOS, unavailable) |
| 2768 | @available(iOS, unavailable) |
| 2769 | @available(visionOS, unavailable) |
| 2770 | public static let alias: SwiftUI.DropOperation.Set |
| 2771 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2772 | @available(tvOS, unavailable) |
| 2773 | @available(watchOS, unavailable) |
| 2774 | public typealias ArrayLiteralElement = SwiftUI.DropOperation.Set |
| 2775 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2776 | @available(tvOS, unavailable) |
| 2777 | @available(watchOS, unavailable) |
| 2778 | public typealias Element = SwiftUI.DropOperation.Set |
| 2779 | @available(macOS 26.0, iOS 26.0, visionOS 26.0, *) |
| 2780 | @available(tvOS, unavailable) |
| 2781 | @available(watchOS, unavailable) |
| 2782 | public typealias RawValue = Swift.Int |
| 2783 | } |
| 2784 | #endif |
| 2785 | public static func == (a: SwiftUI.DropOperation, b: SwiftUI.DropOperation) -> Swift.Bool |
| 2786 | public func hash(into hasher: inout Swift.Hasher) |
| 2787 | public var hashValue: Swift.Int { |
| 2788 | get |
| 2789 | } |
| 2790 | } |
| 2791 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2792 | @available(tvOS, unavailable) |
| 2078 | return SequenceGesture(self, other) |
| 2079 | } |
| 2080 | } |
| 2081 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2082 | @frozen public struct SequenceGesture<First, Second> : SwiftUICore.Gesture where First : SwiftUICore.Gesture, Second : SwiftUICore.Gesture { |
| 2083 | @frozen public enum Value { |
| 2084 | case first(First.Value) |
| 2085 | case second(First.Value, Second.Value?) |
| 2086 | } |
| 2087 | public var first: First |
| 2088 | public var second: Second |
| 2089 | @inlinable public init(_ first: First, _ second: Second) { |
| 2090 | (self.first, self.second) = (first, second) |
| 2091 | } |
| 2092 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SequenceGesture<First, Second>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SequenceGesture<First, Second>.Value> |
| 2093 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2094 | public typealias Body = Swift.Never |
| 2095 | } |
| 2096 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2097 | extension SwiftUI.SequenceGesture.Value : Swift.Sendable where First.Value : Swift.Sendable, Second.Value : Swift.Sendable { |
| 2098 | } |
| 2099 | @available(*, unavailable) |
| 2100 | extension SwiftUI.SequenceGesture : Swift.Sendable { |
| 2101 | } |
| 2102 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2103 | extension SwiftUI.SequenceGesture.Value : Swift.Equatable where First.Value : Swift.Equatable, Second.Value : Swift.Equatable { |
| 2858 | return SequenceGesture(self, other) |
| 2859 | } |
| 2860 | } |
| 2861 | #if compiler(>=5.3) && $TildeSendable |
| 2862 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2863 | @frozen nonisolated public struct SequenceGesture<First, Second> : SwiftUICore.Gesture, ~Swift.Sendable where First : SwiftUICore.Gesture, Second : SwiftUICore.Gesture { |
| 2864 | @frozen public enum Value { |
| 2865 | case first(First.Value) |
| 2866 | case second(First.Value, Second.Value?) |
| 2867 | } |
| 2868 | public var first: First |
| 2869 | public var second: Second |
| 2870 | @inlinable nonisolated public init(_ first: First, _ second: Second) { |
| 2871 | (self.first, self.second) = (first, second) |
| 2872 | } |
| 2873 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SequenceGesture<First, Second>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SequenceGesture<First, Second>.Value> |
| 2874 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2875 | public typealias Body = Swift.Never |
| 2876 | } |
| 2877 | #else |
| 2878 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2879 | @frozen nonisolated public struct SequenceGesture<First, Second> : SwiftUICore.Gesture where First : SwiftUICore.Gesture, Second : SwiftUICore.Gesture { |
| 2880 | @frozen public enum Value { |
| 2881 | case first(First.Value) |
| 2882 | case second(First.Value, Second.Value?) |
| 2883 | } |
| 2884 | public var first: First |
| 2885 | public var second: Second |
| 2886 | @inlinable nonisolated public init(_ first: First, _ second: Second) { |
| 2887 | (self.first, self.second) = (first, second) |
| 2888 | } |
| 2889 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SequenceGesture<First, Second>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SequenceGesture<First, Second>.Value> |
| 2890 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 2891 | public typealias Body = Swift.Never |
| 2892 | } |
| 2893 | #endif |
| 2894 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2895 | extension SwiftUI.SequenceGesture.Value : Swift.Sendable where First.Value : Swift.Sendable, Second.Value : Swift.Sendable { |
| 2896 | } |
| 2897 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2898 | extension SwiftUI.SequenceGesture.Value : Swift.Equatable where First.Value : Swift.Equatable, Second.Value : Swift.Equatable { |
| 2109 | get { .init() } |
| 2110 | } |
| 2111 | } |
| 2112 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2113 | public struct DefaultListStyle : SwiftUI.ListStyle { |
| 2114 | public init() |
| 2115 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 2116 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 2117 | } |
| 2118 | @available(*, unavailable) |
| 2119 | extension SwiftUI.DefaultListStyle : Swift.Sendable { |
| 2120 | } |
| 2121 | @available(iOS 17.0, macOS 14.0, *) |
| 2122 | @available(tvOS, unavailable) |
| 2123 | @available(watchOS, unavailable) |
| 2904 | get { .init() } |
| 2905 | } |
| 2906 | } |
| 2907 | #if compiler(>=5.3) && $TildeSendable |
| 2908 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2909 | public struct DefaultListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 2910 | public init() |
| 2911 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 2912 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 2913 | } |
| 2914 | #else |
| 2915 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2916 | public struct DefaultListStyle : SwiftUI.ListStyle { |
| 2917 | public init() |
| 2918 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 2919 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.DefaultListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 2920 | } |
| 2921 | #endif |
| 2922 | @available(iOS 17.0, macOS 14.0, *) |
| 2923 | @available(tvOS, unavailable) |
| 2924 | @available(watchOS, unavailable) |
| 2140 | associatedtype Body : SwiftUICore.View |
| 2141 | typealias Content = SwiftUI.PreviewModifierContent |
| 2142 | @_Concurrency.MainActor static func makeSharedContext() async throws -> Self.Context |
| 2143 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor func body(content: Self.Content, context: Self.Context) -> Self.Body |
| 2144 | } |
| 2145 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2146 | extension SwiftUI.PreviewModifier where Self.Context == () { |
| 2147 | @_Concurrency.MainActor public static func makeSharedContext() async throws -> Self.Context |
| 2148 | } |
| 2149 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2150 | public struct PreviewModifierContent : SwiftUICore.View { |
| 2151 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 2152 | public typealias Body = Swift.Never |
| 2153 | } |
| 2154 | @available(*, unavailable) |
| 2155 | extension SwiftUI.PreviewModifierContent : Swift.Sendable { |
| 2156 | } |
| 2157 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2158 | extension DeveloperToolsSupport.PreviewTrait where T == DeveloperToolsSupport.Preview.ViewTraits { |
| 2159 | @_Concurrency.MainActor public static func modifier(_ modifier: some PreviewModifier) -> DeveloperToolsSupport.PreviewTrait<T> |
| 2941 | associatedtype Body : SwiftUICore.View |
| 2942 | typealias Content = SwiftUI.PreviewModifierContent |
| 2943 | @_Concurrency.MainActor static func makeSharedContext() async throws -> Self.Context |
| 2944 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor func body(content: Self.Content, context: Self.Context) -> Self.Body |
| 2945 | } |
| 2946 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2947 | extension SwiftUI.PreviewModifier where Self.Context == () { |
| 2948 | @_Concurrency.MainActor public static func makeSharedContext() async throws -> Self.Context |
| 2949 | } |
| 2950 | #if compiler(>=5.3) && $TildeSendable |
| 2951 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2952 | nonisolated public struct PreviewModifierContent : SwiftUICore.View, ~Swift.Sendable { |
| 2953 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2954 | public typealias Body = Swift.Never |
| 2955 | } |
| 2956 | #else |
| 2957 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2958 | nonisolated public struct PreviewModifierContent : SwiftUICore.View { |
| 2959 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2960 | public typealias Body = Swift.Never |
| 2961 | } |
| 2962 | #endif |
| 2963 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2964 | extension DeveloperToolsSupport.PreviewTrait where T == DeveloperToolsSupport.Preview.ViewTraits { |
| 2965 | @_Concurrency.MainActor public static func modifier(_ modifier: some PreviewModifier) -> DeveloperToolsSupport.PreviewTrait<T> |
| 2196 | nonisolated public func listRowHoverEffectDisabled(_ disabled: Swift.Bool = true) -> some SwiftUICore.View |
| 2197 | |
| 2198 | } |
| 2199 | @available(iOS 15.0, macOS 12.0, *) |
| 2200 | @available(tvOS, unavailable) |
| 2201 | @available(watchOS, unavailable) |
| 2202 | public struct _CommandsInputs { |
| 2203 | } |
| 2204 | @available(*, unavailable) |
| 2205 | extension SwiftUI._CommandsInputs : Swift.Sendable { |
| 2206 | } |
| 2207 | @available(iOS 15.0, macOS 12.0, *) |
| 2208 | @available(tvOS, unavailable) |
| 2209 | @available(watchOS, unavailable) |
| 2210 | public struct _CommandsOutputs { |
| 2211 | } |
| 2212 | @available(*, unavailable) |
| 2213 | extension SwiftUI._CommandsOutputs : Swift.Sendable { |
| 2214 | } |
| 2215 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2216 | @available(tvOS, unavailable) |
| 2217 | @available(watchOS, unavailable) |
| 3002 | nonisolated public func listRowHoverEffectDisabled(_ disabled: Swift.Bool = true) -> some SwiftUICore.View |
| 3003 | |
| 3004 | } |
| 3005 | #if compiler(>=5.3) && $TildeSendable |
| 3006 | @available(iOS 15.0, macOS 12.0, *) |
| 3007 | @available(tvOS, unavailable) |
| 3008 | @available(watchOS, unavailable) |
| 3009 | public struct _CommandsInputs : ~Swift.Sendable { |
| 3010 | } |
| 3011 | #else |
| 3012 | @available(iOS 15.0, macOS 12.0, *) |
| 3013 | @available(tvOS, unavailable) |
| 3014 | @available(watchOS, unavailable) |
| 3015 | public struct _CommandsInputs { |
| 3016 | } |
| 3017 | #endif |
| 3018 | #if compiler(>=5.3) && $TildeSendable |
| 3019 | @available(iOS 15.0, macOS 12.0, *) |
| 3020 | @available(tvOS, unavailable) |
| 3021 | @available(watchOS, unavailable) |
| 3022 | public struct _CommandsOutputs : ~Swift.Sendable { |
| 3023 | } |
| 3024 | #else |
| 3025 | @available(iOS 15.0, macOS 12.0, *) |
| 3026 | @available(tvOS, unavailable) |
| 3027 | @available(watchOS, unavailable) |
| 3028 | public struct _CommandsOutputs { |
| 3029 | } |
| 3030 | #endif |
| 3031 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 3032 | @available(tvOS, unavailable) |
| 3033 | @available(watchOS, unavailable) |
| 2248 | @_Concurrency.MainActor @preconcurrency public func _onEnvironmentChange<Value>(_ keyPath: Swift.KeyPath<SwiftUICore.EnvironmentValues, Value>, perform action: @escaping (_ oldValue: Value?, _ newValue: Value) -> Swift.Void) -> some SwiftUICore.View where Value : Swift.Equatable |
| 2249 | |
| 2250 | } |
| 2251 | @available(macOS 15.0, *) |
| 2252 | @available(iOS, unavailable) |
| 2253 | @available(tvOS, unavailable) |
| 2254 | @available(watchOS, unavailable) |
| 2255 | @available(visionOS, unavailable) |
| 2256 | public struct WindowVisibilityToggle<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 2257 | public init(windowID: Swift.String) where Label == SwiftUI.DefaultWindowVisibilityToggleLabel |
| 2258 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2259 | get |
| 2260 | } |
| 2261 | @available(macOS 15.0, *) |
| 3064 | @_Concurrency.MainActor @preconcurrency public func _onEnvironmentChange<Value>(_ keyPath: Swift.KeyPath<SwiftUICore.EnvironmentValues, Value>, perform action: @escaping (_ oldValue: Value?, _ newValue: Value) -> Swift.Void) -> some SwiftUICore.View where Value : Swift.Equatable |
| 3065 | |
| 3066 | } |
| 3067 | #if compiler(>=5.3) && $TildeSendable |
| 3068 | @available(macOS 15.0, *) |
| 3069 | @available(iOS, unavailable) |
| 3070 | @available(tvOS, unavailable) |
| 3071 | @available(watchOS, unavailable) |
| 3072 | @available(visionOS, unavailable) |
| 3073 | nonisolated public struct WindowVisibilityToggle<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 3074 | nonisolated public init(windowID: Swift.String) where Label == SwiftUI.DefaultWindowVisibilityToggleLabel |
| 3075 | nonisolated public var body: some SwiftUICore.View { |
| 3076 | get |
| 3077 | } |
| 3078 | @available(macOS 15.0, *) |
| 2265 | @available(visionOS, unavailable) |
| 2266 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22WindowVisibilityToggleV4bodyQrvp", 0) __<Label> |
| 2267 | } |
| 2268 | @available(*, unavailable) |
| 2269 | extension SwiftUI.WindowVisibilityToggle : Swift.Sendable { |
| 2270 | } |
| 2271 | @available(macOS 15.0, *) |
| 2272 | @available(iOS, unavailable) |
| 2273 | @available(tvOS, unavailable) |
| 2274 | @available(watchOS, unavailable) |
| 2275 | @available(visionOS, unavailable) |
| 2276 | public struct DefaultWindowVisibilityToggleLabel : SwiftUICore.View { |
| 2277 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2278 | get |
| 2279 | } |
| 2280 | @available(macOS 15.0, *) |
| 3082 | @available(visionOS, unavailable) |
| 3083 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22WindowVisibilityToggleV4bodyQrvp", 0) __<Label> |
| 3084 | } |
| 3085 | #else |
| 3086 | @available(macOS 15.0, *) |
| 3087 | @available(iOS, unavailable) |
| 3088 | @available(tvOS, unavailable) |
| 3089 | @available(watchOS, unavailable) |
| 3090 | @available(visionOS, unavailable) |
| 3091 | nonisolated public struct WindowVisibilityToggle<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 3092 | nonisolated public init(windowID: Swift.String) where Label == SwiftUI.DefaultWindowVisibilityToggleLabel |
| 3093 | nonisolated public var body: some SwiftUICore.View { |
| 3094 | get |
| 3095 | } |
| 3096 | @available(macOS 15.0, *) |
| 3097 | @available(iOS, unavailable) |
| 3098 | @available(tvOS, unavailable) |
| 3099 | @available(watchOS, unavailable) |
| 3100 | @available(visionOS, unavailable) |
| 3101 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22WindowVisibilityToggleV4bodyQrvp", 0) __<Label> |
| 3102 | } |
| 3103 | #endif |
| 3104 | #if compiler(>=5.3) && $TildeSendable |
| 3105 | @available(macOS 15.0, *) |
| 3106 | @available(iOS, unavailable) |
| 3107 | @available(tvOS, unavailable) |
| 3108 | @available(watchOS, unavailable) |
| 3109 | @available(visionOS, unavailable) |
| 3110 | nonisolated public struct DefaultWindowVisibilityToggleLabel : SwiftUICore.View, ~Swift.Sendable { |
| 3111 | nonisolated public var body: some SwiftUICore.View { |
| 3112 | get |
| 3113 | } |
| 3114 | @available(macOS 15.0, *) |
| 2284 | @available(visionOS, unavailable) |
| 2285 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI34DefaultWindowVisibilityToggleLabelV4bodyQrvp", 0) __ |
| 2286 | } |
| 2287 | @available(*, unavailable) |
| 2288 | extension SwiftUI.DefaultWindowVisibilityToggleLabel : Swift.Sendable { |
| 2289 | } |
| 2290 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 2291 | extension SwiftUICore.Text { |
| 2292 | public func speechAlwaysIncludesPunctuation(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 2293 | public func speechSpellsOutCharacters(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 2294 | public func speechAdjustedPitch(_ value: Swift.Double) -> SwiftUICore.Text |
| 2295 | public func speechAnnouncementsQueued(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 2296 | } |
| 2297 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 2298 | extension SwiftUICore.View { |
| 2299 | nonisolated public func speechAlwaysIncludesPunctuation(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 2300 | |
| 2301 | nonisolated public func speechSpellsOutCharacters(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 2302 | |
| 2303 | nonisolated public func speechAdjustedPitch(_ value: Swift.Double) -> some SwiftUICore.View |
| 2304 | |
| 2305 | nonisolated public func speechAnnouncementsQueued(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 2306 | |
| 2307 | } |
| 2308 | @available(watchOS 7.0, *) |
| 2309 | @available(iOS, unavailable) |
| 2310 | @available(macOS, unavailable) |
| 3118 | @available(visionOS, unavailable) |
| 3119 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI34DefaultWindowVisibilityToggleLabelV4bodyQrvp", 0) __ |
| 3120 | } |
| 3121 | #else |
| 3122 | @available(macOS 15.0, *) |
| 3123 | @available(iOS, unavailable) |
| 3124 | @available(tvOS, unavailable) |
| 3125 | @available(watchOS, unavailable) |
| 3126 | @available(visionOS, unavailable) |
| 3127 | nonisolated public struct DefaultWindowVisibilityToggleLabel : SwiftUICore.View { |
| 3128 | nonisolated public var body: some SwiftUICore.View { |
| 3129 | get |
| 3130 | } |
| 3131 | @available(macOS 15.0, *) |
| 3132 | @available(iOS, unavailable) |
| 3133 | @available(tvOS, unavailable) |
| 3134 | @available(watchOS, unavailable) |
| 3135 | @available(visionOS, unavailable) |
| 3136 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI34DefaultWindowVisibilityToggleLabelV4bodyQrvp", 0) __ |
| 3137 | } |
| 3138 | #endif |
| 3139 | @available(watchOS 7.0, *) |
| 3140 | @available(iOS, unavailable) |
| 3141 | @available(macOS, unavailable) |
| 2323 | extension SwiftUICore.View { |
| 2324 | @available(iOS 16.0, macOS 13.0, tvOS 16.4, *) |
| 2325 | @available(watchOS, unavailable) |
| 2326 | nonisolated public func searchScopes<V, S>(_ scope: SwiftUICore.Binding<V>, @SwiftUICore.ViewBuilder scopes: () -> S) -> some SwiftUICore.View where V : Swift.Hashable, S : SwiftUICore.View |
| 2327 | |
| 2328 | } |
| 2329 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 2330 | public struct SearchScopeActivation { |
| 2331 | public static var automatic: SwiftUI.SearchScopeActivation { |
| 3154 | extension SwiftUICore.View { |
| 3155 | @available(iOS 16.0, macOS 13.0, tvOS 16.4, *) |
| 3156 | @available(watchOS, unavailable) |
| 3157 | nonisolated public func searchScopes<V, S>(_ scope: SwiftUICore.Binding<V>, @SwiftUICore.ContentBuilder scopes: () -> S) -> some SwiftUICore.View where V : Swift.Hashable, S : SwiftUICore.View |
| 3158 | |
| 3159 | } |
| 3160 | #if compiler(>=5.3) && $TildeSendable |
| 3161 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 3162 | public struct SearchScopeActivation : ~Swift.Sendable { |
| 3163 | public static var automatic: SwiftUI.SearchScopeActivation { |
| 3164 | get |
| 3165 | } |
| 3166 | @available(tvOS, unavailable) |
| 3167 | public static var onTextEntry: SwiftUI.SearchScopeActivation { |
| 3168 | get |
| 3169 | } |
| 3170 | @available(tvOS, unavailable) |
| 3171 | public static var onSearchPresentation: SwiftUI.SearchScopeActivation { |
| 3172 | get |
| 3173 | } |
| 3174 | } |
| 3175 | #else |
| 3176 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 3177 | public struct SearchScopeActivation { |
| 3178 | public static var automatic: SwiftUI.SearchScopeActivation { |
| 2340 | get |
| 2341 | } |
| 2342 | } |
| 2343 | @available(*, unavailable) |
| 2344 | extension SwiftUI.SearchScopeActivation : Swift.Sendable { |
| 2345 | } |
| 2346 | extension SwiftUICore.View { |
| 2347 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, *) |
| 2348 | @available(watchOS, unavailable) |
| 2349 | nonisolated public func searchScopes<V, S>(_ scope: SwiftUICore.Binding<V>, activation: SwiftUI.SearchScopeActivation, @SwiftUICore.ViewBuilder _ scopes: () -> S) -> some SwiftUICore.View where V : Swift.Hashable, S : SwiftUICore.View |
| 2350 | |
| 2351 | } |
| 2352 | @available(macOS 15.0, *) |
| 3187 | get |
| 3188 | } |
| 3189 | } |
| 3190 | #endif |
| 3191 | extension SwiftUICore.View { |
| 3192 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, *) |
| 3193 | @available(watchOS, unavailable) |
| 3194 | nonisolated public func searchScopes<V, S>(_ scope: SwiftUICore.Binding<V>, activation: SwiftUI.SearchScopeActivation, @SwiftUICore.ContentBuilder _ scopes: () -> S) -> some SwiftUICore.View where V : Swift.Hashable, S : SwiftUICore.View |
| 3195 | |
| 3196 | } |
| 3197 | @available(macOS 15.0, *) |
| 2358 | nonisolated public func pointerVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 2359 | |
| 2360 | } |
| 2361 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 2362 | public struct TabView<SelectionValue, Content> : SwiftUICore.View where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 2363 | @available(iOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 2364 | @available(macOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 2365 | @available(tvOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 2366 | @available(watchOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 2367 | public init(selection: SwiftUICore.Binding<SelectionValue>?, @SwiftUICore.ViewBuilder content: () -> Content) |
| 2368 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2369 | public init<C>(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> C) where Content == SwiftUI.TabContentBuilder<SelectionValue>.Content<C>, C : SwiftUI.TabContent |
| 2370 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2371 | get |
| 2372 | } |
| 2373 | @available(iOS 13.0, tvOS 13.0, watchOS 7.0, macOS 10.15, *) |
| 2374 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7TabViewV4bodyQrvp", 0) __<SelectionValue, Content> |
| 2375 | } |
| 2376 | @available(*, unavailable) |
| 2377 | extension SwiftUI.TabView : Swift.Sendable { |
| 2378 | } |
| 2379 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 2380 | extension SwiftUI.TabView where SelectionValue == Swift.Int { |
| 2381 | nonisolated public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 2382 | } |
| 2383 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2384 | extension SwiftUI.TabView { |
| 2385 | public init<C>(@SwiftUI.TabContentBuilder<Swift.Never> content: () -> C) where SelectionValue == Swift.Never, Content == SwiftUI.TabContentBuilder<Swift.Never>.Content<C>, C : SwiftUI.TabContent |
| 2386 | } |
| 2387 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 2388 | extension SwiftUICore.View { |
| 3203 | nonisolated public func pointerVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 3204 | |
| 3205 | } |
| 3206 | #if compiler(>=5.3) && $TildeSendable |
| 3207 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 3208 | nonisolated public struct TabView<SelectionValue, Content> : SwiftUICore.View, ~Swift.Sendable where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 3209 | @available(iOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3210 | @available(macOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3211 | @available(tvOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3212 | @available(watchOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3213 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3214 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 3215 | nonisolated public init<C>(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> C) where Content == SwiftUI.TabContentBuilder<SelectionValue>.Content<C>, C : SwiftUI.TabContent |
| 3216 | nonisolated public var body: some SwiftUICore.View { |
| 3217 | get |
| 3218 | } |
| 3219 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) |
| 3220 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7TabViewV4bodyQrvp", 0) __<SelectionValue, Content> |
| 3221 | } |
| 3222 | #else |
| 3223 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 3224 | nonisolated public struct TabView<SelectionValue, Content> : SwiftUICore.View where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 3225 | @available(iOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3226 | @available(macOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3227 | @available(tvOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3228 | @available(watchOS, deprecated: 100000.0, message: "Use TabContentBuilder-based TabView initializers instead") |
| 3229 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3230 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 3231 | nonisolated public init<C>(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> C) where Content == SwiftUI.TabContentBuilder<SelectionValue>.Content<C>, C : SwiftUI.TabContent |
| 3232 | nonisolated public var body: some SwiftUICore.View { |
| 3233 | get |
| 3234 | } |
| 3235 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) |
| 3236 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7TabViewV4bodyQrvp", 0) __<SelectionValue, Content> |
| 3237 | } |
| 3238 | #endif |
| 3239 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 3240 | extension SwiftUI.TabView where SelectionValue == Swift.Int { |
| 3241 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 3242 | } |
| 3243 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 3244 | extension SwiftUI.TabView { |
| 3245 | nonisolated public init<C>(@SwiftUI.TabContentBuilder<Swift.Never> content: () -> C) where SelectionValue == Swift.Never, Content == SwiftUI.TabContentBuilder<Swift.Never>.Content<C>, C : SwiftUI.TabContent |
| 3246 | } |
| 3247 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 3248 | extension SwiftUICore.View { |
| 2392 | |
| 2393 | } |
| 2394 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 2395 | @frozen public struct _SymbolEffectsRemovedModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 2396 | @usableFromInline |
| 2397 | internal var isEnabled: Swift.Bool |
| 2398 | @_alwaysEmitIntoClient internal init(isEnabled: Swift.Bool) { self.isEnabled = isEnabled } |
| 2399 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._SymbolEffectsRemovedModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 2400 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 2401 | public typealias Body = Swift.Never |
| 2402 | } |
| 2403 | extension SwiftUICore.Subview { |
| 3252 | |
| 3253 | } |
| 3254 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 3255 | @frozen nonisolated public struct _SymbolEffectsRemovedModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 3256 | @usableFromInline |
| 3257 | internal var isEnabled: Swift.Bool |
| 3258 | @_alwaysEmitIntoClient nonisolated internal init(isEnabled: Swift.Bool) { self.isEnabled = isEnabled } |
| 3259 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._SymbolEffectsRemovedModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 3260 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 3261 | public typealias Body = Swift.Never |
| 3262 | } |
| 3263 | extension SwiftUICore.Subview { |
| 2463 | @_Concurrency.MainActor @preconcurrency public func selectionDisabled(_ isDisabled: Swift.Bool = true) -> some SwiftUI.TableRowContent<Self.TableRowValue> |
| 2464 | |
| 2465 | } |
| 2466 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 2467 | @usableFromInline |
| 2468 | internal struct IsSelectionEnabledTraitKey : SwiftUICore._ViewTraitKey { |
| 2469 | @usableFromInline |
| 2470 | internal static let defaultValue: Swift.Bool |
| 2471 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 2472 | @usableFromInline |
| 2473 | internal typealias Value = Swift.Bool |
| 2474 | } |
| 2475 | @available(*, unavailable) |
| 2476 | extension SwiftUI.IsSelectionEnabledTraitKey : Swift.Sendable { |
| 2477 | } |
| 2478 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2479 | public var _defaultSwiftUIActivityEnvironmentLoggingEnabled: Swift.Bool |
| 2480 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3323 | @_Concurrency.MainActor @preconcurrency public func selectionDisabled(_ isDisabled: Swift.Bool = true) -> some SwiftUI.TableRowContent<Self.TableRowValue> |
| 3324 | |
| 3325 | } |
| 3326 | #if compiler(>=5.3) && $TildeSendable |
| 3327 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 3328 | @usableFromInline |
| 3329 | internal struct IsSelectionEnabledTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 3330 | @usableFromInline |
| 3331 | internal static let defaultValue: Swift.Bool |
| 3332 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 3333 | @usableFromInline |
| 3334 | internal typealias Value = Swift.Bool |
| 3335 | } |
| 3336 | #else |
| 3337 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 3338 | @usableFromInline |
| 3339 | internal struct IsSelectionEnabledTraitKey : SwiftUICore._ViewTraitKey { |
| 3340 | @usableFromInline |
| 3341 | internal static let defaultValue: Swift.Bool |
| 3342 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 3343 | @usableFromInline |
| 3344 | internal typealias Value = Swift.Bool |
| 3345 | } |
| 3346 | #endif |
| 3347 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3348 | public var _defaultSwiftUIActivityEnvironmentLoggingEnabled: Swift.Bool |
| 3349 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2503 | get |
| 2504 | } |
| 2505 | } |
| 2506 | @available(iOS 16.0, macOS 13.0, *) |
| 2507 | @available(tvOS, unavailable) |
| 2508 | @available(watchOS, unavailable) |
| 2509 | @_Concurrency.MainActor @preconcurrency public struct AutomaticDisclosureGroupStyle : SwiftUI.DisclosureGroupStyle { |
| 2510 | @_Concurrency.MainActor @preconcurrency public init() |
| 2511 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticDisclosureGroupStyle.Configuration) -> some SwiftUICore.View |
| 2512 | |
| 2513 | @available(iOS 16.0, macOS 13.0, *) |
| 2514 | @available(tvOS, unavailable) |
| 2515 | @available(watchOS, unavailable) |
| 2516 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AutomaticDisclosureGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 2517 | } |
| 2518 | @available(*, unavailable) |
| 2519 | extension SwiftUI.AutomaticDisclosureGroupStyle : Swift.Sendable { |
| 2520 | } |
| 2521 | @available(iOS 17.5, macOS 14.5, *) |
| 2522 | @available(tvOS, unavailable) |
| 2523 | @available(watchOS, unavailable) |
| 2524 | @usableFromInline |
| 2525 | @frozen internal struct LimitedAvailabilityCommandContent : SwiftUI.Commands { |
| 2526 | internal let storage: SwiftUI.LimitedAvailabilityCommandContentStorageBase |
| 2527 | @usableFromInline |
| 2528 | internal init<C>(erasing commands: C) where C : SwiftUI.Commands |
| 2529 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 2530 | get |
| 2531 | } |
| 2532 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityCommandContent>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 2533 | @available(iOS 17.5, macOS 14.5, *) |
| 2534 | @usableFromInline |
| 2535 | @available(tvOS, unavailable) |
| 2536 | @available(watchOS, unavailable) |
| 2537 | internal typealias Body = Swift.Never |
| 2538 | } |
| 2539 | @available(*, unavailable) |
| 2540 | extension SwiftUI.LimitedAvailabilityCommandContent : Swift.Sendable { |
| 2541 | } |
| 2542 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 2543 | @available(tvOS, unavailable) |
| 2544 | @available(watchOS, unavailable) |
| 3372 | get |
| 3373 | } |
| 3374 | } |
| 3375 | #if compiler(>=5.3) && $TildeSendable |
| 3376 | @available(iOS 16.0, macOS 13.0, *) |
| 3377 | @available(tvOS, unavailable) |
| 3378 | @available(watchOS, unavailable) |
| 3379 | @_Concurrency.MainActor @preconcurrency public struct AutomaticDisclosureGroupStyle : SwiftUI.DisclosureGroupStyle, ~Swift.Sendable { |
| 3380 | @_Concurrency.MainActor @preconcurrency public init() |
| 3381 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticDisclosureGroupStyle.Configuration) -> some SwiftUICore.View |
| 3382 | |
| 3383 | @available(macOS 13.0, iOS 16.0, *) |
| 3384 | @available(tvOS, unavailable) |
| 3385 | @available(watchOS, unavailable) |
| 3386 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AutomaticDisclosureGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 3387 | } |
| 3388 | #else |
| 3389 | @available(iOS 16.0, macOS 13.0, *) |
| 3390 | @available(tvOS, unavailable) |
| 3391 | @available(watchOS, unavailable) |
| 3392 | @_Concurrency.MainActor @preconcurrency public struct AutomaticDisclosureGroupStyle : SwiftUI.DisclosureGroupStyle { |
| 3393 | @_Concurrency.MainActor @preconcurrency public init() |
| 3394 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticDisclosureGroupStyle.Configuration) -> some SwiftUICore.View |
| 3395 | |
| 3396 | @available(macOS 13.0, iOS 16.0, *) |
| 3397 | @available(tvOS, unavailable) |
| 3398 | @available(watchOS, unavailable) |
| 3399 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AutomaticDisclosureGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 3400 | } |
| 3401 | #endif |
| 3402 | #if compiler(>=5.3) && $TildeSendable |
| 3403 | @available(iOS 17.5, macOS 14.5, *) |
| 3404 | @available(tvOS, unavailable) |
| 3405 | @available(watchOS, unavailable) |
| 3406 | @usableFromInline |
| 3407 | @frozen nonisolated internal struct LimitedAvailabilityCommandContent : SwiftUI.Commands, ~Swift.Sendable { |
| 3408 | internal let storage: SwiftUI.LimitedAvailabilityCommandContentStorageBase |
| 3409 | @usableFromInline |
| 3410 | nonisolated internal init<C>(erasing commands: C) where C : SwiftUI.Commands |
| 3411 | nonisolated public var body: Swift.Never { |
| 3412 | get |
| 3413 | } |
| 3414 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityCommandContent>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 3415 | @available(macOS 14.5, iOS 17.5, *) |
| 3416 | @usableFromInline |
| 3417 | @available(tvOS, unavailable) |
| 3418 | @available(watchOS, unavailable) |
| 3419 | internal typealias Body = Swift.Never |
| 3420 | } |
| 3421 | #else |
| 3422 | @available(iOS 17.5, macOS 14.5, *) |
| 3423 | @available(tvOS, unavailable) |
| 3424 | @available(watchOS, unavailable) |
| 3425 | @usableFromInline |
| 3426 | @frozen nonisolated internal struct LimitedAvailabilityCommandContent : SwiftUI.Commands { |
| 3427 | internal let storage: SwiftUI.LimitedAvailabilityCommandContentStorageBase |
| 3428 | @usableFromInline |
| 3429 | nonisolated internal init<C>(erasing commands: C) where C : SwiftUI.Commands |
| 3430 | nonisolated public var body: Swift.Never { |
| 3431 | get |
| 3432 | } |
| 3433 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityCommandContent>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 3434 | @available(macOS 14.5, iOS 17.5, *) |
| 3435 | @usableFromInline |
| 3436 | @available(tvOS, unavailable) |
| 3437 | @available(watchOS, unavailable) |
| 3438 | internal typealias Body = Swift.Never |
| 3439 | } |
| 3440 | #endif |
| 3441 | #if compiler(>=5.3) && $TildeSendable |
| 3442 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 3443 | @available(tvOS, unavailable) |
| 3444 | @available(watchOS, unavailable) |
| 3445 | @usableFromInline |
| 3446 | internal class LimitedAvailabilityCommandContentStorageBase : ~Swift.Sendable { |
| 3447 | @objc @usableFromInline |
| 3448 | deinit |
| 3449 | } |
| 3450 | #else |
| 3451 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, *) |
| 3452 | @available(tvOS, unavailable) |
| 3453 | @available(watchOS, unavailable) |
| 2547 | @objc @usableFromInline |
| 2548 | deinit |
| 2549 | } |
| 2550 | @available(*, unavailable) |
| 2551 | extension SwiftUI.LimitedAvailabilityCommandContentStorageBase : Swift.Sendable { |
| 2552 | } |
| 2553 | @available(macOS 10.15, *) |
| 2554 | @available(iOS, unavailable) |
| 2555 | @available(tvOS, unavailable) |
| 2556 | @available(watchOS, unavailable) |
| 2557 | @available(visionOS, unavailable) |
| 2558 | public struct TouchBar<Content> where Content : SwiftUICore.View { |
| 2559 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 2560 | public init(id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 2561 | } |
| 2562 | @available(*, unavailable) |
| 2563 | extension SwiftUI.TouchBar : Swift.Sendable { |
| 2564 | } |
| 2565 | @available(macOS 10.15, *) |
| 2566 | @available(iOS, unavailable) |
| 2567 | @available(tvOS, unavailable) |
| 3456 | @objc @usableFromInline |
| 3457 | deinit |
| 3458 | } |
| 3459 | #endif |
| 3460 | #if compiler(>=5.3) && $TildeSendable |
| 3461 | @available(macOS 10.15, *) |
| 3462 | @available(iOS, unavailable) |
| 3463 | @available(tvOS, unavailable) |
| 3464 | @available(watchOS, unavailable) |
| 3465 | @available(visionOS, unavailable) |
| 3466 | public struct TouchBar<Content> : ~Swift.Sendable where Content : SwiftUICore.View { |
| 3467 | public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 3468 | public init(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3469 | } |
| 3470 | #else |
| 3471 | @available(macOS 10.15, *) |
| 3472 | @available(iOS, unavailable) |
| 3473 | @available(tvOS, unavailable) |
| 3474 | @available(watchOS, unavailable) |
| 3475 | @available(visionOS, unavailable) |
| 3476 | public struct TouchBar<Content> where Content : SwiftUICore.View { |
| 3477 | public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 3478 | public init(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3479 | } |
| 3480 | #endif |
| 3481 | @available(macOS 10.15, *) |
| 3482 | @available(iOS, unavailable) |
| 3483 | @available(tvOS, unavailable) |
| 2588 | @available(tvOS, unavailable) |
| 2589 | @available(watchOS, unavailable) |
| 2590 | @available(visionOS, unavailable) |
| 2591 | nonisolated public func touchBar<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 2592 | |
| 2593 | } |
| 2594 | @available(macOS 10.15, *) |
| 2595 | @available(iOS, unavailable) |
| 2596 | @available(tvOS, unavailable) |
| 2597 | @available(watchOS, unavailable) |
| 2598 | @available(visionOS, unavailable) |
| 2599 | public struct _TouchBarModifier<Content> : SwiftUICore.ViewModifier where Content : SwiftUICore.View { |
| 2600 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TouchBarModifier<Content>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 2601 | @available(macOS 10.15, *) |
| 2602 | @available(iOS, unavailable) |
| 2603 | @available(tvOS, unavailable) |
| 2604 | @available(watchOS, unavailable) |
| 2605 | @available(visionOS, unavailable) |
| 2606 | public typealias Body = Swift.Never |
| 2607 | } |
| 2608 | @available(*, unavailable) |
| 2609 | extension SwiftUI._TouchBarModifier : Swift.Sendable { |
| 2610 | } |
| 2611 | @available(iOS 14.0, macOS 10.15, *) |
| 2612 | @available(tvOS, unavailable) |
| 2613 | @available(watchOS, unavailable) |
| 3504 | @available(tvOS, unavailable) |
| 3505 | @available(watchOS, unavailable) |
| 3506 | @available(visionOS, unavailable) |
| 3507 | nonisolated public func touchBar<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 3508 | |
| 3509 | } |
| 3510 | #if compiler(>=5.3) && $TildeSendable |
| 3511 | @available(macOS 10.15, *) |
| 3512 | @available(iOS, unavailable) |
| 3513 | @available(tvOS, unavailable) |
| 3514 | @available(watchOS, unavailable) |
| 3515 | @available(visionOS, unavailable) |
| 3516 | nonisolated public struct _TouchBarModifier<Content> : SwiftUICore.ViewModifier, ~Swift.Sendable where Content : SwiftUICore.View { |
| 3517 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TouchBarModifier<Content>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 3518 | @available(macOS 10.15, *) |
| 3519 | @available(iOS, unavailable) |
| 3520 | @available(tvOS, unavailable) |
| 3521 | @available(watchOS, unavailable) |
| 3522 | @available(visionOS, unavailable) |
| 3523 | public typealias Body = Swift.Never |
| 3524 | } |
| 3525 | #else |
| 3526 | @available(macOS 10.15, *) |
| 3527 | @available(iOS, unavailable) |
| 3528 | @available(tvOS, unavailable) |
| 3529 | @available(watchOS, unavailable) |
| 3530 | @available(visionOS, unavailable) |
| 3531 | nonisolated public struct _TouchBarModifier<Content> : SwiftUICore.ViewModifier where Content : SwiftUICore.View { |
| 3532 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TouchBarModifier<Content>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 3533 | @available(macOS 10.15, *) |
| 3534 | @available(iOS, unavailable) |
| 3535 | @available(tvOS, unavailable) |
| 3536 | @available(watchOS, unavailable) |
| 3537 | @available(visionOS, unavailable) |
| 3538 | public typealias Body = Swift.Never |
| 3539 | } |
| 3540 | #endif |
| 3541 | @available(iOS 14.0, macOS 10.15, *) |
| 3542 | @available(tvOS, unavailable) |
| 3543 | @available(watchOS, unavailable) |
| 2616 | get { .init() } |
| 2617 | } |
| 2618 | } |
| 2619 | @available(iOS 14.0, macOS 10.15, *) |
| 2620 | @available(tvOS, unavailable) |
| 2621 | @available(watchOS, unavailable) |
| 3546 | get { .init() } |
| 3547 | } |
| 3548 | } |
| 3549 | #if compiler(>=5.3) && $TildeSendable |
| 3550 | @available(iOS 14.0, macOS 10.15, *) |
| 3551 | @available(tvOS, unavailable) |
| 3552 | @available(watchOS, unavailable) |
| 3553 | public struct SidebarListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 3554 | public init() |
| 3555 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 3556 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 3557 | } |
| 3558 | #else |
| 3559 | @available(iOS 14.0, macOS 10.15, *) |
| 3560 | @available(tvOS, unavailable) |
| 3561 | @available(watchOS, unavailable) |
| 2624 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 2625 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 2626 | } |
| 2627 | @available(*, unavailable) |
| 2628 | extension SwiftUI.SidebarListStyle : Swift.Sendable { |
| 2629 | } |
| 2630 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 2631 | extension SwiftUICore.View { |
| 2632 | nonisolated public func accessibilityHint(_ hint: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 3564 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 3565 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.SidebarListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 3566 | } |
| 3567 | #endif |
| 3568 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 3569 | extension SwiftUICore.View { |
| 3570 | nonisolated public func accessibilityHint(_ hint: SwiftUICore.Text, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 2679 | } |
| 2680 | @_disfavoredOverload nonisolated public func accessibilityHint<S>(_ hint: S) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 2681 | } |
| 2682 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2683 | @frozen public struct SubscriptionView<PublisherType, Content> : SwiftUICore.View where PublisherType : Combine.Publisher, Content : SwiftUICore.View, PublisherType.Failure == Swift.Never { |
| 2684 | public var content: Content |
| 2685 | public var publisher: PublisherType |
| 2686 | public var action: (PublisherType.Output) -> Swift.Void |
| 2687 | @inlinable public init(content: Content, publisher: PublisherType, action: @escaping (PublisherType.Output) -> Swift.Void) { |
| 2688 | self.content = content |
| 2689 | self.publisher = publisher |
| 2690 | self.action = action |
| 2691 | } |
| 2692 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 2693 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 2694 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2695 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 2696 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2697 | public typealias Body = Swift.Never |
| 2698 | } |
| 2699 | @available(*, unavailable) |
| 2700 | extension SwiftUI.SubscriptionView : Swift.Sendable { |
| 2701 | } |
| 2702 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2703 | extension SwiftUICore.View { |
| 2704 | @inlinable nonisolated public func onReceive<P>(_ publisher: P, perform action: @escaping (P.Output) -> Swift.Void) -> some SwiftUICore.View where P : Combine.Publisher, P.Failure == Swift.Never { |
| 3617 | } |
| 3618 | @_disfavoredOverload nonisolated public func accessibilityHint<S>(_ hint: S) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 3619 | } |
| 3620 | #if compiler(>=5.3) && $TildeSendable |
| 3621 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3622 | @frozen nonisolated public struct SubscriptionView<PublisherType, Content> : SwiftUICore.View, ~Swift.Sendable where PublisherType : Combine.Publisher, Content : SwiftUICore.View, PublisherType.Failure == Swift.Never { |
| 3623 | public var content: Content |
| 3624 | public var publisher: PublisherType |
| 3625 | public var action: (PublisherType.Output) -> Swift.Void |
| 3626 | @inlinable nonisolated public init(content: Content, publisher: PublisherType, action: @escaping (PublisherType.Output) -> Swift.Void) { |
| 3627 | self.content = content |
| 3628 | self.publisher = publisher |
| 3629 | self.action = action |
| 3630 | } |
| 3631 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 3632 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 3633 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3634 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 3635 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3636 | public typealias Body = Swift.Never |
| 3637 | } |
| 3638 | #else |
| 3639 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3640 | @frozen nonisolated public struct SubscriptionView<PublisherType, Content> : SwiftUICore.View where PublisherType : Combine.Publisher, Content : SwiftUICore.View, PublisherType.Failure == Swift.Never { |
| 3641 | public var content: Content |
| 3642 | public var publisher: PublisherType |
| 3643 | public var action: (PublisherType.Output) -> Swift.Void |
| 3644 | @inlinable nonisolated public init(content: Content, publisher: PublisherType, action: @escaping (PublisherType.Output) -> Swift.Void) { |
| 3645 | self.content = content |
| 3646 | self.publisher = publisher |
| 3647 | self.action = action |
| 3648 | } |
| 3649 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 3650 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.SubscriptionView<PublisherType, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 3651 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3652 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 3653 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3654 | public typealias Body = Swift.Never |
| 3655 | } |
| 3656 | #endif |
| 3657 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3658 | extension SwiftUICore.View { |
| 3659 | @inlinable nonisolated public func onReceive<P>(_ publisher: P, perform action: @escaping (P.Output) -> Swift.Void) -> some SwiftUICore.View where P : Combine.Publisher, P.Failure == Swift.Never { |
| 2710 | @available(watchOS, unavailable) |
| 2711 | @preconcurrency @_Concurrency.MainActor public protocol MenuStyle { |
| 2712 | associatedtype Body : SwiftUICore.View |
| 2713 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 2714 | typealias Configuration = SwiftUI.MenuStyleConfiguration |
| 2715 | } |
| 2716 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 2717 | @available(watchOS, unavailable) |
| 2718 | public struct MenuStyleConfiguration { |
| 2719 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 2720 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 2721 | @available(watchOS, unavailable) |
| 2722 | public typealias Body = Swift.Never |
| 2723 | } |
| 2724 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 2725 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 2726 | @available(watchOS, unavailable) |
| 2727 | public typealias Body = Swift.Never |
| 2728 | } |
| 2729 | } |
| 2730 | @available(*, unavailable) |
| 2731 | extension SwiftUI.MenuStyleConfiguration : Swift.Sendable { |
| 2732 | } |
| 2733 | @available(*, unavailable) |
| 2734 | extension SwiftUI.MenuStyleConfiguration.Label : Swift.Sendable { |
| 2735 | } |
| 2736 | @available(*, unavailable) |
| 2737 | extension SwiftUI.MenuStyleConfiguration.Content : Swift.Sendable { |
| 2738 | } |
| 2739 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 2740 | @available(watchOS, unavailable) |
| 2741 | extension SwiftUICore.View { |
| 3665 | @available(watchOS, unavailable) |
| 3666 | @preconcurrency @_Concurrency.MainActor public protocol MenuStyle { |
| 3667 | associatedtype Body : SwiftUICore.View |
| 3668 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 3669 | typealias Configuration = SwiftUI.MenuStyleConfiguration |
| 3670 | } |
| 3671 | #if compiler(>=5.3) && $TildeSendable |
| 3672 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 3673 | @available(watchOS, unavailable) |
| 3674 | public struct MenuStyleConfiguration : ~Swift.Sendable { |
| 3675 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 3676 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 3677 | @available(watchOS, unavailable) |
| 3678 | public typealias Body = Swift.Never |
| 3679 | } |
| 3680 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 3681 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 3682 | @available(watchOS, unavailable) |
| 3683 | public typealias Body = Swift.Never |
| 3684 | } |
| 3685 | } |
| 3686 | #else |
| 3687 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 3688 | @available(watchOS, unavailable) |
| 3689 | public struct MenuStyleConfiguration { |
| 3690 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 3691 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 3692 | @available(watchOS, unavailable) |
| 3693 | public typealias Body = Swift.Never |
| 3694 | } |
| 3695 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 3696 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 3697 | @available(watchOS, unavailable) |
| 3698 | public typealias Body = Swift.Never |
| 3699 | } |
| 3700 | } |
| 3701 | #endif |
| 3702 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 3703 | @available(watchOS, unavailable) |
| 3704 | extension SwiftUICore.View { |
| 2773 | get |
| 2774 | } |
| 2775 | } |
| 2776 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 2777 | public struct ToolbarItemGroup<Content> : SwiftUI.ToolbarContent where Content : SwiftUICore.View { |
| 2778 | public init(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ViewBuilder content: () -> Content) |
| 2779 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2780 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 2781 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 2782 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 2783 | public typealias Body = Swift.Never |
| 2784 | } |
| 2785 | @available(*, unavailable) |
| 2786 | extension SwiftUI.ToolbarItemGroup : Swift.Sendable { |
| 2787 | } |
| 2788 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2789 | extension SwiftUI.ToolbarItemGroup { |
| 2790 | nonisolated public init<C, L>(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ViewBuilder content: () -> C, @SwiftUICore.ViewBuilder label: () -> L) where Content == SwiftUI.LabeledToolbarItemGroupContent<C, L>, C : SwiftUICore.View, L : SwiftUICore.View |
| 2791 | } |
| 2792 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2793 | public struct LabeledToolbarItemGroupContent<Content, Label> : SwiftUICore.View where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 2794 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2795 | get |
| 2796 | } |
| 2797 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 2798 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI30LabeledToolbarItemGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 2799 | } |
| 2800 | @available(*, unavailable) |
| 2801 | extension SwiftUI.LabeledToolbarItemGroupContent : Swift.Sendable { |
| 2802 | } |
| 2803 | @available(visionOS 2.0, *) |
| 2804 | @available(iOS, unavailable) |
| 2805 | @available(macOS, unavailable) |
| 3736 | get |
| 3737 | } |
| 3738 | } |
| 3739 | #if compiler(>=5.3) && $TildeSendable |
| 3740 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3741 | nonisolated public struct ToolbarItemGroup<Content> : SwiftUI.ToolbarContent, ~Swift.Sendable where Content : SwiftUICore.View { |
| 3742 | nonisolated public init(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3743 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3744 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 3745 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 3746 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 3747 | public typealias Body = Swift.Never |
| 3748 | } |
| 3749 | #else |
| 3750 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3751 | nonisolated public struct ToolbarItemGroup<Content> : SwiftUI.ToolbarContent where Content : SwiftUICore.View { |
| 3752 | nonisolated public init(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ContentBuilder content: () -> Content) |
| 3753 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3754 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 3755 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItemGroup<Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 3756 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 3757 | public typealias Body = Swift.Never |
| 3758 | } |
| 3759 | #endif |
| 3760 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3761 | extension SwiftUI.ToolbarItemGroup { |
| 3762 | nonisolated public init<C, L>(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ContentBuilder content: () -> C, @SwiftUICore.ContentBuilder label: () -> L) where Content == SwiftUI.LabeledToolbarItemGroupContent<C, L>, C : SwiftUICore.View, L : SwiftUICore.View |
| 3763 | } |
| 3764 | #if compiler(>=5.3) && $TildeSendable |
| 3765 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3766 | nonisolated public struct LabeledToolbarItemGroupContent<Content, Label> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 3767 | nonisolated public var body: some SwiftUICore.View { |
| 3768 | get |
| 3769 | } |
| 3770 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 3771 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI30LabeledToolbarItemGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 3772 | } |
| 3773 | #else |
| 3774 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3775 | nonisolated public struct LabeledToolbarItemGroupContent<Content, Label> : SwiftUICore.View where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 3776 | nonisolated public var body: some SwiftUICore.View { |
| 3777 | get |
| 3778 | } |
| 3779 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 3780 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI30LabeledToolbarItemGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 3781 | } |
| 3782 | #endif |
| 3783 | @available(visionOS 2.0, *) |
| 3784 | @available(iOS, unavailable) |
| 3785 | @available(macOS, unavailable) |
| 2827 | |
| 2828 | } |
| 2829 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2830 | @frozen public struct _FlipForRTLEffect : SwiftUICore.ViewModifier, Swift.Equatable { |
| 2831 | public var isEnabled: Swift.Bool |
| 2832 | @inlinable public init(isEnabled: Swift.Bool) { |
| 2833 | self.isEnabled = isEnabled |
| 2834 | } |
| 2835 | public static func == (a: SwiftUI._FlipForRTLEffect, b: SwiftUI._FlipForRTLEffect) -> Swift.Bool |
| 2836 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2837 | public typealias Body = Swift.Never |
| 2838 | } |
| 2839 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3807 | |
| 3808 | } |
| 3809 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3810 | @frozen nonisolated public struct _FlipForRTLEffect : SwiftUICore.ViewModifier, Swift.Equatable { |
| 3811 | public var isEnabled: Swift.Bool |
| 3812 | @inlinable nonisolated public init(isEnabled: Swift.Bool) { |
| 3813 | self.isEnabled = isEnabled |
| 3814 | } |
| 3815 | public static func == (a: SwiftUI._FlipForRTLEffect, b: SwiftUI._FlipForRTLEffect) -> Swift.Bool |
| 3816 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3817 | public typealias Body = Swift.Never |
| 3818 | } |
| 3819 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2895 | get { .init() } |
| 2896 | } |
| 2897 | } |
| 2898 | @available(macOS 11.0, *) |
| 2899 | @available(iOS, unavailable) |
| 2900 | @available(tvOS, unavailable) |
| 3875 | get { .init() } |
| 3876 | } |
| 3877 | } |
| 3878 | #if compiler(>=5.3) && $TildeSendable |
| 3879 | @available(macOS 11.0, *) |
| 3880 | @available(iOS, unavailable) |
| 3881 | @available(tvOS, unavailable) |
| 3882 | @available(watchOS, unavailable) |
| 3883 | @available(visionOS, unavailable) |
| 3884 | public struct TitleBarWindowStyle : SwiftUI.WindowStyle, ~Swift.Sendable { |
| 3885 | public typealias _Body = Swift.Never |
| 3886 | public init() |
| 3887 | } |
| 3888 | #else |
| 3889 | @available(macOS 11.0, *) |
| 3890 | @available(iOS, unavailable) |
| 3891 | @available(tvOS, unavailable) |
| 2904 | public typealias _Body = Swift.Never |
| 2905 | public init() |
| 2906 | } |
| 2907 | @available(*, unavailable) |
| 2908 | extension SwiftUI.TitleBarWindowStyle : Swift.Sendable { |
| 2909 | } |
| 2910 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 2911 | @available(tvOS, unavailable) |
| 2912 | @available(watchOS, unavailable) |
| 2913 | @preconcurrency @_Concurrency.MainActor public protocol TextEditorStyle { |
| 2914 | associatedtype Body : SwiftUICore.View |
| 2915 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 2916 | typealias Configuration = SwiftUI.TextEditorStyleConfiguration |
| 2917 | } |
| 2918 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 2919 | @available(tvOS, unavailable) |
| 2920 | @available(watchOS, unavailable) |
| 2921 | public struct TextEditorStyleConfiguration { |
| 2922 | } |
| 2923 | @available(*, unavailable) |
| 2924 | extension SwiftUI.TextEditorStyleConfiguration : Swift.Sendable { |
| 2925 | } |
| 2926 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 2927 | @available(tvOS, unavailable) |
| 2928 | @available(watchOS, unavailable) |
| 2929 | extension SwiftUICore.View { |
| 2930 | nonisolated public func textEditorStyle(_ style: some TextEditorStyle) -> some SwiftUICore.View |
| 2931 | |
| 2932 | } |
| 2933 | @available(iOS 14.0, macOS 11.0, *) |
| 2934 | @available(tvOS, unavailable) |
| 2935 | @available(watchOS, unavailable) |
| 2936 | public struct TextEditor : SwiftUICore.View { |
| 2937 | public init(text: SwiftUICore.Binding<Swift.String>) |
| 2938 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 2939 | public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>) |
| 2940 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 2941 | @available(tvOS, unavailable) |
| 2942 | @available(watchOS, unavailable) |
| 2943 | public init(text: SwiftUICore.Binding<Foundation.AttributedString>, selection: SwiftUICore.Binding<SwiftUI.AttributedTextSelection>? = nil) |
| 2944 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2945 | get |
| 2946 | } |
| 2947 | @available(iOS 14.0, macOS 11.0, *) |
| 2948 | @available(tvOS, unavailable) |
| 2949 | @available(watchOS, unavailable) |
| 2950 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10TextEditorV4bodyQrvp", 0) __ |
| 2951 | } |
| 2952 | @available(*, unavailable) |
| 2953 | extension SwiftUI.TextEditor : Swift.Sendable { |
| 2954 | } |
| 2955 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2956 | @preconcurrency @_Concurrency.MainActor public protocol ToggleStyle { |
| 2957 | associatedtype Body : SwiftUICore.View |
| 2958 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 2959 | typealias Configuration = SwiftUI.ToggleStyleConfiguration |
| 2960 | } |
| 2961 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2962 | public struct ToggleStyleConfiguration { |
| 2963 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 2964 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2965 | public typealias Body = Swift.Never |
| 2966 | } |
| 2967 | public let label: SwiftUI.ToggleStyleConfiguration.Label |
| 2968 | @SwiftUICore.Binding @_projectedValueProperty($isOn) public var isOn: Swift.Bool { |
| 2969 | get |
| 2970 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2971 | nonmutating set |
| 2972 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 2973 | nonmutating _modify |
| 2974 | } |
| 2975 | public var $isOn: SwiftUICore.Binding<Swift.Bool> { |
| 3895 | public typealias _Body = Swift.Never |
| 3896 | public init() |
| 3897 | } |
| 3898 | #endif |
| 3899 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 3900 | @available(tvOS, unavailable) |
| 3901 | @available(watchOS, unavailable) |
| 3902 | @preconcurrency @_Concurrency.MainActor public protocol TextEditorStyle { |
| 3903 | associatedtype Body : SwiftUICore.View |
| 3904 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 3905 | typealias Configuration = SwiftUI.TextEditorStyleConfiguration |
| 3906 | } |
| 3907 | #if compiler(>=5.3) && $TildeSendable |
| 3908 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 3909 | @available(tvOS, unavailable) |
| 3910 | @available(watchOS, unavailable) |
| 3911 | public struct TextEditorStyleConfiguration : ~Swift.Sendable { |
| 3912 | } |
| 3913 | #else |
| 3914 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 3915 | @available(tvOS, unavailable) |
| 3916 | @available(watchOS, unavailable) |
| 3917 | public struct TextEditorStyleConfiguration { |
| 3918 | } |
| 3919 | #endif |
| 3920 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 3921 | @available(tvOS, unavailable) |
| 3922 | @available(watchOS, unavailable) |
| 3923 | extension SwiftUICore.View { |
| 3924 | nonisolated public func textEditorStyle(_ style: some TextEditorStyle) -> some SwiftUICore.View |
| 3925 | |
| 3926 | } |
| 3927 | #if compiler(>=5.3) && $TildeSendable |
| 3928 | @available(iOS 14.0, macOS 11.0, *) |
| 3929 | @available(tvOS, unavailable) |
| 3930 | @available(watchOS, unavailable) |
| 3931 | nonisolated public struct TextEditor : SwiftUICore.View, ~Swift.Sendable { |
| 3932 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>) |
| 3933 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 3934 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>) |
| 3935 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 3936 | @available(tvOS, unavailable) |
| 3937 | @available(watchOS, unavailable) |
| 3938 | nonisolated public init(text: SwiftUICore.Binding<Foundation.AttributedString>, selection: SwiftUICore.Binding<SwiftUI.AttributedTextSelection>? = nil) |
| 3939 | nonisolated public var body: some SwiftUICore.View { |
| 3940 | get |
| 3941 | } |
| 3942 | @available(macOS 11.0, iOS 14.0, *) |
| 3943 | @available(tvOS, unavailable) |
| 3944 | @available(watchOS, unavailable) |
| 3945 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10TextEditorV4bodyQrvp", 0) __ |
| 3946 | } |
| 3947 | #else |
| 3948 | @available(iOS 14.0, macOS 11.0, *) |
| 3949 | @available(tvOS, unavailable) |
| 3950 | @available(watchOS, unavailable) |
| 3951 | nonisolated public struct TextEditor : SwiftUICore.View { |
| 3952 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>) |
| 3953 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 3954 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>) |
| 3955 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 3956 | @available(tvOS, unavailable) |
| 3957 | @available(watchOS, unavailable) |
| 3958 | nonisolated public init(text: SwiftUICore.Binding<Foundation.AttributedString>, selection: SwiftUICore.Binding<SwiftUI.AttributedTextSelection>? = nil) |
| 3959 | nonisolated public var body: some SwiftUICore.View { |
| 3960 | get |
| 3961 | } |
| 3962 | @available(macOS 11.0, iOS 14.0, *) |
| 3963 | @available(tvOS, unavailable) |
| 3964 | @available(watchOS, unavailable) |
| 3965 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10TextEditorV4bodyQrvp", 0) __ |
| 3966 | } |
| 3967 | #endif |
| 3968 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3969 | @preconcurrency @_Concurrency.MainActor public protocol ToggleStyle { |
| 3970 | associatedtype Body : SwiftUICore.View |
| 3971 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 3972 | typealias Configuration = SwiftUI.ToggleStyleConfiguration |
| 3973 | } |
| 3974 | #if compiler(>=5.3) && $TildeSendable |
| 3975 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3976 | public struct ToggleStyleConfiguration : ~Swift.Sendable { |
| 3977 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 3978 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3979 | public typealias Body = Swift.Never |
| 3980 | } |
| 3981 | public let label: SwiftUI.ToggleStyleConfiguration.Label |
| 3982 | @SwiftUICore.Binding @_projectedValueProperty($isOn) public var isOn: Swift.Bool { |
| 3983 | get |
| 3984 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3985 | nonmutating set |
| 3986 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 3987 | nonmutating _modify |
| 3988 | } |
| 3989 | public var $isOn: SwiftUICore.Binding<Swift.Bool> { |
| 2978 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 2979 | public var isMixed: Swift.Bool |
| 2980 | } |
| 2981 | @available(*, unavailable) |
| 2982 | extension SwiftUI.ToggleStyleConfiguration : Swift.Sendable { |
| 2983 | } |
| 2984 | @available(*, unavailable) |
| 2985 | extension SwiftUI.ToggleStyleConfiguration.Label : Swift.Sendable { |
| 2986 | } |
| 2987 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2988 | extension SwiftUICore.View { |
| 2989 | nonisolated public func toggleStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ToggleStyle |
| 3992 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3993 | public var isMixed: Swift.Bool |
| 3994 | } |
| 3995 | #else |
| 3996 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3997 | public struct ToggleStyleConfiguration { |
| 3998 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 3999 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4000 | public typealias Body = Swift.Never |
| 4001 | } |
| 4002 | public let label: SwiftUI.ToggleStyleConfiguration.Label |
| 4003 | @SwiftUICore.Binding @_projectedValueProperty($isOn) public var isOn: Swift.Bool { |
| 4004 | get |
| 4005 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4006 | nonmutating set |
| 4007 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4008 | nonmutating _modify |
| 4009 | } |
| 4010 | public var $isOn: SwiftUICore.Binding<Swift.Bool> { |
| 4011 | get |
| 4012 | } |
| 4013 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 4014 | public var isMixed: Swift.Bool |
| 4015 | } |
| 4016 | #endif |
| 4017 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4018 | extension SwiftUICore.View { |
| 4019 | nonisolated public func toggleStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ToggleStyle |
| 2994 | public func root(scrollView: SwiftUI._ScrollView<Self>.Main) -> SwiftUI._ScrollViewRoot<Self> |
| 2995 | } |
| 2996 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 2997 | public struct _ScrollViewRoot<P> : SwiftUICore.View where P : SwiftUI._ScrollableContentProvider { |
| 2998 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 2999 | get |
| 3000 | } |
| 3001 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 3002 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15_ScrollViewRootV4bodyQrvp", 0) __<P> |
| 3003 | } |
| 3004 | @available(*, unavailable) |
| 3005 | extension SwiftUI._ScrollViewRoot : Swift.Sendable { |
| 3006 | } |
| 3007 | @available(iOS, unavailable) |
| 3008 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 4024 | public func root(scrollView: SwiftUI._ScrollView<Self>.Main) -> SwiftUI._ScrollViewRoot<Self> |
| 4025 | } |
| 4026 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4027 | nonisolated public struct _ScrollViewRoot<P> : SwiftUICore.View where P : SwiftUI._ScrollableContentProvider { |
| 4028 | nonisolated public var body: some SwiftUICore.View { |
| 4029 | get |
| 4030 | } |
| 4031 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4032 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15_ScrollViewRootV4bodyQrvp", 0) __<P> |
| 4033 | } |
| 4034 | @available(iOS, unavailable) |
| 4035 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 3014 | get { .init() } |
| 3015 | } |
| 3016 | } |
| 3017 | @available(iOS, unavailable) |
| 3018 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 3019 | @available(tvOS, unavailable) |
| 3020 | @available(watchOS, unavailable) |
| 3021 | @available(visionOS, unavailable) |
| 3022 | public struct BorderedButtonMenuStyle : SwiftUI.MenuStyle { |
| 3023 | public init() |
| 3024 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderedButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 3025 | |
| 3026 | @available(iOS, unavailable) |
| 3027 | @available(tvOS, unavailable) |
| 3028 | @available(watchOS, unavailable) |
| 3029 | @available(visionOS, unavailable) |
| 3030 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 3031 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23BorderedButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 3032 | } |
| 3033 | @available(*, unavailable) |
| 3034 | extension SwiftUI.BorderedButtonMenuStyle : Swift.Sendable { |
| 3035 | } |
| 3036 | extension SwiftUICore.AttributedTextFormatting { |
| 3037 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 3038 | public struct Transferable : CoreTransferable.Transferable, Swift.Sendable { |
| 3039 | public init(text: Foundation.AttributedString, in environment: SwiftUICore.EnvironmentValues) |
| 3040 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 3041 | get |
| 3042 | } |
| 3043 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 3044 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI24AttributedTextFormattingOAAE12TransferableV22transferRepresentationQrvpZ", 0) __ |
| 3045 | } |
| 3046 | } |
| 3047 | extension Foundation.AttributedString { |
| 3048 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 3049 | public init(transferable: SwiftUICore.AttributedTextFormatting.Transferable, in environment: SwiftUICore.EnvironmentValues) throws |
| 3050 | } |
| 3051 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 3052 | @available(tvOS, unavailable) |
| 3053 | @available(watchOS, unavailable) |
| 4041 | get { .init() } |
| 4042 | } |
| 4043 | } |
| 4044 | #if compiler(>=5.3) && $TildeSendable |
| 4045 | @available(iOS, unavailable) |
| 4046 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 4047 | @available(tvOS, unavailable) |
| 4048 | @available(watchOS, unavailable) |
| 4049 | @available(visionOS, unavailable) |
| 4050 | nonisolated public struct BorderedButtonMenuStyle : SwiftUI.MenuStyle, ~Swift.Sendable { |
| 4051 | nonisolated public init() |
| 4052 | nonisolated public func makeBody(configuration: SwiftUI.BorderedButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 4053 | |
| 4054 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 4055 | @available(iOS, unavailable) |
| 4056 | @available(tvOS, unavailable) |
| 4057 | @available(watchOS, unavailable) |
| 4058 | @available(visionOS, unavailable) |
| 4059 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23BorderedButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 4060 | } |
| 4061 | #else |
| 4062 | @available(iOS, unavailable) |
| 4063 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 4064 | @available(tvOS, unavailable) |
| 4065 | @available(watchOS, unavailable) |
| 4066 | @available(visionOS, unavailable) |
| 4067 | nonisolated public struct BorderedButtonMenuStyle : SwiftUI.MenuStyle { |
| 4068 | nonisolated public init() |
| 4069 | nonisolated public func makeBody(configuration: SwiftUI.BorderedButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 4070 | |
| 4071 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.bordered).") |
| 4072 | @available(iOS, unavailable) |
| 4073 | @available(tvOS, unavailable) |
| 4074 | @available(watchOS, unavailable) |
| 4075 | @available(visionOS, unavailable) |
| 4076 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23BorderedButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 4077 | } |
| 4078 | #endif |
| 4079 | extension SwiftUICore.AttributedTextFormatting { |
| 4080 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 4081 | public struct Transferable : CoreTransferable.Transferable, Swift.Sendable { |
| 4082 | public init(text: Foundation.AttributedString, in environment: SwiftUICore.EnvironmentValues) |
| 4083 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 4084 | get |
| 4085 | } |
| 4086 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 4087 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI24AttributedTextFormattingOAAE12TransferableV22transferRepresentationQrvpZ", 0) __ |
| 4088 | } |
| 4089 | } |
| 4090 | extension Foundation.AttributedString { |
| 4091 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 4092 | public init(transferable: SwiftUICore.AttributedTextFormatting.Transferable, in environment: SwiftUICore.EnvironmentValues) throws |
| 4093 | } |
| 4094 | #if compiler(>=5.3) && $TildeSendable |
| 4095 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 4096 | @available(tvOS, unavailable) |
| 4097 | @available(watchOS, unavailable) |
| 4098 | public struct DragSession : Swift.Identifiable, ~Swift.Sendable { |
| 4099 | public enum Phase : Swift.Sendable, Swift.Hashable { |
| 4100 | case initial |
| 4101 | case active |
| 4102 | @available(macOS, unavailable) |
| 4103 | case ending(SwiftUI.DropOperation) |
| 4104 | case ended(SwiftUI.DropOperation) |
| 4105 | case dataTransferCompleted |
| 4106 | public static func == (a: SwiftUI.DragSession.Phase, b: SwiftUI.DragSession.Phase) -> Swift.Bool |
| 4107 | public func hash(into hasher: inout Swift.Hasher) |
| 4108 | public var hashValue: Swift.Int { |
| 4109 | get |
| 4110 | } |
| 4111 | } |
| 4112 | public struct ID : Swift.Sendable, Swift.Hashable { |
| 4113 | @available(macOS, unavailable) |
| 4114 | public func matches(_ dragSession: any UIKit.UIDragSession) -> Swift.Bool |
| 4115 | public static func == (a: SwiftUI.DragSession.ID, b: SwiftUI.DragSession.ID) -> Swift.Bool |
| 4116 | public func hash(into hasher: inout Swift.Hasher) |
| 4117 | public var hashValue: Swift.Int { |
| 4118 | get |
| 4119 | } |
| 4120 | } |
| 4121 | public var id: SwiftUI.DragSession.ID { |
| 4122 | get |
| 4123 | } |
| 4124 | public var phase: SwiftUI.DragSession.Phase { |
| 4125 | get |
| 4126 | } |
| 4127 | public var draggedItemIndex: Swift.Int { |
| 4128 | get |
| 4129 | } |
| 4130 | public func draggedItemIDs<ItemID>(for type: ItemID.Type) -> [ItemID] where ItemID : Swift.Hashable |
| 4131 | public var location: CoreFoundation.CGPoint |
| 4132 | } |
| 4133 | #else |
| 4134 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 4135 | @available(tvOS, unavailable) |
| 4136 | @available(watchOS, unavailable) |
| 3086 | public func draggedItemIDs<ItemID>(for type: ItemID.Type) -> [ItemID] where ItemID : Swift.Hashable |
| 3087 | public var location: CoreFoundation.CGPoint |
| 3088 | } |
| 3089 | @available(*, unavailable) |
| 3090 | extension SwiftUI.DragSession : Swift.Sendable { |
| 3091 | } |
| 3092 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 3093 | @available(tvOS, unavailable) |
| 3094 | @available(watchOS, unavailable) |
| 4169 | public func draggedItemIDs<ItemID>(for type: ItemID.Type) -> [ItemID] where ItemID : Swift.Hashable |
| 4170 | public var location: CoreFoundation.CGPoint |
| 4171 | } |
| 4172 | #endif |
| 4173 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 4174 | @available(tvOS, unavailable) |
| 4175 | @available(watchOS, unavailable) |
| 3105 | get |
| 3106 | } |
| 3107 | } |
| 3108 | @available(iOS 14.0, macOS 11.0, *) |
| 3109 | @available(tvOS, unavailable) |
| 3110 | @available(watchOS, unavailable) |
| 3111 | public struct OutlineGroup<Data, ID, Parent, Leaf, Subgroup> where Data : Swift.RandomAccessCollection, ID : Swift.Hashable { |
| 3112 | } |
| 3113 | @available(*, unavailable) |
| 3114 | extension SwiftUI.OutlineGroup : Swift.Sendable { |
| 3115 | } |
| 3116 | @available(iOS 14.0, macOS 11.0, *) |
| 3117 | @available(tvOS, unavailable) |
| 3118 | @available(watchOS, unavailable) |
| 3119 | extension SwiftUI.OutlineGroup where ID == Data.Element.ID, Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren>, Data.Element : Swift.Identifiable { |
| 3120 | public init<DataElement>(_ root: DataElement, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ViewBuilder content: @escaping (DataElement) -> Leaf) where ID == DataElement.ID, DataElement : Swift.Identifiable, DataElement == Data.Element |
| 3121 | public init<DataElement>(_ data: Data, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ViewBuilder content: @escaping (DataElement) -> Leaf) where ID == DataElement.ID, DataElement : Swift.Identifiable, DataElement == Data.Element |
| 3122 | } |
| 3123 | @available(iOS 14.0, macOS 11.0, *) |
| 3124 | @available(tvOS, unavailable) |
| 3125 | @available(watchOS, unavailable) |
| 3126 | extension SwiftUI.OutlineGroup where Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren> { |
| 3127 | public init<DataElement>(_ root: DataElement, id: Swift.KeyPath<DataElement, ID>, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ViewBuilder content: @escaping (DataElement) -> Leaf) where DataElement == Data.Element |
| 3128 | public init<DataElement>(_ data: Data, id: Swift.KeyPath<DataElement, ID>, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ViewBuilder content: @escaping (DataElement) -> Leaf) where DataElement == Data.Element |
| 3129 | } |
| 3130 | @available(iOS 14.0, macOS 11.0, *) |
| 3131 | @available(tvOS, unavailable) |
| 4186 | get |
| 4187 | } |
| 4188 | } |
| 4189 | #if compiler(>=5.3) && $TildeSendable |
| 4190 | @available(iOS 14.0, macOS 11.0, *) |
| 4191 | @available(tvOS, unavailable) |
| 4192 | @available(watchOS, unavailable) |
| 4193 | public struct OutlineGroup<Data, ID, Parent, Leaf, Subgroup> : ~Swift.Sendable where Data : Swift.RandomAccessCollection, ID : Swift.Hashable { |
| 4194 | } |
| 4195 | #else |
| 4196 | @available(iOS 14.0, macOS 11.0, *) |
| 4197 | @available(tvOS, unavailable) |
| 4198 | @available(watchOS, unavailable) |
| 4199 | public struct OutlineGroup<Data, ID, Parent, Leaf, Subgroup> where Data : Swift.RandomAccessCollection, ID : Swift.Hashable { |
| 4200 | } |
| 4201 | #endif |
| 4202 | @available(iOS 14.0, macOS 11.0, *) |
| 4203 | @available(tvOS, unavailable) |
| 4204 | @available(watchOS, unavailable) |
| 4205 | extension SwiftUI.OutlineGroup where ID == Data.Element.ID, Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren>, Data.Element : Swift.Identifiable { |
| 4206 | public init<DataElement>(_ root: DataElement, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ContentBuilder content: @escaping (DataElement) -> Leaf) where ID == DataElement.ID, DataElement : Swift.Identifiable, DataElement == Data.Element |
| 4207 | public init<DataElement>(_ data: Data, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ContentBuilder content: @escaping (DataElement) -> Leaf) where ID == DataElement.ID, DataElement : Swift.Identifiable, DataElement == Data.Element |
| 4208 | } |
| 4209 | @available(iOS 14.0, macOS 11.0, *) |
| 4210 | @available(tvOS, unavailable) |
| 4211 | @available(watchOS, unavailable) |
| 4212 | extension SwiftUI.OutlineGroup where Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren> { |
| 4213 | public init<DataElement>(_ root: DataElement, id: Swift.KeyPath<DataElement, ID>, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ContentBuilder content: @escaping (DataElement) -> Leaf) where DataElement == Data.Element |
| 4214 | public init<DataElement>(_ data: Data, id: Swift.KeyPath<DataElement, ID>, children: Swift.KeyPath<DataElement, Data?>, @SwiftUICore.ContentBuilder content: @escaping (DataElement) -> Leaf) where DataElement == Data.Element |
| 4215 | } |
| 4216 | @available(iOS 14.0, macOS 11.0, *) |
| 4217 | @available(tvOS, unavailable) |
| 3134 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 3135 | get |
| 3136 | } |
| 3137 | @available(iOS 14.0, macOS 11.0, *) |
| 3138 | @available(tvOS, unavailable) |
| 3139 | @available(watchOS, unavailable) |
| 3140 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12OutlineGroupVA2A4ViewR0_AaDR1_AaDR2_rlE4bodyQrvp", 0) __<Data, ID, Parent, Leaf, Subgroup> |
| 4220 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 4221 | get |
| 4222 | } |
| 4223 | @available(macOS 11.0, iOS 14.0, *) |
| 4224 | @available(tvOS, unavailable) |
| 4225 | @available(watchOS, unavailable) |
| 4226 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12OutlineGroupVA2A4ViewR0_AaDR1_AaDR2_rlE4bodyQrvp", 0) __<Data, ID, Parent, Leaf, Subgroup> |
| 3143 | @available(tvOS, unavailable) |
| 3144 | @available(watchOS, unavailable) |
| 3145 | extension SwiftUI.OutlineGroup where ID == Data.Element.ID, Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren>, Data.Element : Swift.Identifiable { |
| 3146 | public init<C, E>(_ root: SwiftUICore.Binding<E>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, ID == E.ID, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E : Swift.Identifiable, E == C.Element |
| 3147 | public init<C, E>(_ data: SwiftUICore.Binding<C>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, ID == E.ID, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E : Swift.Identifiable, E == C.Element |
| 3148 | } |
| 3149 | @available(iOS 15.0, macOS 12.0, *) |
| 3150 | @available(tvOS, unavailable) |
| 3151 | @available(watchOS, unavailable) |
| 3152 | extension SwiftUI.OutlineGroup where Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren> { |
| 3153 | public init<C, E>(_ root: SwiftUICore.Binding<E>, id: Swift.KeyPath<E, ID>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E == C.Element |
| 3154 | public init<C, E>(_ data: SwiftUICore.Binding<C>, id: Swift.KeyPath<E, ID>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E == C.Element |
| 3155 | } |
| 3156 | @available(iOS 14.0, macOS 11.0, *) |
| 3157 | @available(tvOS, unavailable) |
| 3158 | @available(watchOS, unavailable) |
| 3159 | public struct OutlineSubgroupChildren : SwiftUICore.View { |
| 3160 | @available(iOS 14.0, macOS 11.0, *) |
| 3161 | @available(tvOS, unavailable) |
| 3162 | @available(watchOS, unavailable) |
| 3163 | public typealias Body = Swift.Never |
| 3164 | } |
| 3165 | @available(*, unavailable) |
| 3166 | extension SwiftUI.OutlineSubgroupChildren : Swift.Sendable { |
| 3167 | } |
| 3168 | @available(macOS 26.0, *) |
| 3169 | @available(iOS, unavailable) |
| 3170 | @available(tvOS, unavailable) |
| 4229 | @available(tvOS, unavailable) |
| 4230 | @available(watchOS, unavailable) |
| 4231 | extension SwiftUI.OutlineGroup where ID == Data.Element.ID, Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren>, Data.Element : Swift.Identifiable { |
| 4232 | public init<C, E>(_ root: SwiftUICore.Binding<E>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, ID == E.ID, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E : Swift.Identifiable, E == C.Element |
| 4233 | public init<C, E>(_ data: SwiftUICore.Binding<C>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, ID == E.ID, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E : Swift.Identifiable, E == C.Element |
| 4234 | } |
| 4235 | @available(iOS 15.0, macOS 12.0, *) |
| 4236 | @available(tvOS, unavailable) |
| 4237 | @available(watchOS, unavailable) |
| 4238 | extension SwiftUI.OutlineGroup where Parent : SwiftUICore.View, Parent == Leaf, Subgroup == SwiftUI.DisclosureGroup<Parent, SwiftUI.OutlineSubgroupChildren> { |
| 4239 | public init<C, E>(_ root: SwiftUICore.Binding<E>, id: Swift.KeyPath<E, ID>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E == C.Element |
| 4240 | public init<C, E>(_ data: SwiftUICore.Binding<C>, id: Swift.KeyPath<E, ID>, children: Swift.WritableKeyPath<E, C?>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<E>) -> Leaf) where Data == SwiftUICore.Binding<C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, E == C.Element |
| 4241 | } |
| 4242 | #if compiler(>=5.3) && $TildeSendable |
| 4243 | @available(iOS 14.0, macOS 11.0, *) |
| 4244 | @available(tvOS, unavailable) |
| 4245 | @available(watchOS, unavailable) |
| 4246 | nonisolated public struct OutlineSubgroupChildren : SwiftUICore.View, ~Swift.Sendable { |
| 4247 | @available(macOS 11.0, iOS 14.0, *) |
| 4248 | @available(tvOS, unavailable) |
| 4249 | @available(watchOS, unavailable) |
| 4250 | public typealias Body = Swift.Never |
| 4251 | } |
| 4252 | #else |
| 4253 | @available(iOS 14.0, macOS 11.0, *) |
| 4254 | @available(tvOS, unavailable) |
| 4255 | @available(watchOS, unavailable) |
| 4256 | nonisolated public struct OutlineSubgroupChildren : SwiftUICore.View { |
| 4257 | @available(macOS 11.0, iOS 14.0, *) |
| 4258 | @available(tvOS, unavailable) |
| 4259 | @available(watchOS, unavailable) |
| 4260 | public typealias Body = Swift.Never |
| 4261 | } |
| 4262 | #endif |
| 4263 | @available(macOS 26.0, *) |
| 4264 | @available(iOS, unavailable) |
| 4265 | @available(tvOS, unavailable) |
| 3174 | nonisolated public func windowResizeAnchor(_ anchor: SwiftUICore.UnitPoint?) -> some SwiftUICore.View |
| 3175 | |
| 3176 | } |
| 3177 | @available(iOS 16.0, macOS 12.0, *) |
| 3178 | @available(tvOS, unavailable) |
| 3179 | @available(watchOS, unavailable) |
| 3180 | public struct TableColumn<RowValue, Sort, Content, Label> : SwiftUI.TableColumnContent where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 3181 | public typealias TableRowValue = RowValue |
| 3182 | public typealias TableColumnSortComparator = Sort |
| 3183 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumn<RowValue, Sort, Content, Label>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 3184 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 3185 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 3186 | @available(iOS 16.0, macOS 12.0, *) |
| 3187 | @available(tvOS, unavailable) |
| 3188 | @available(watchOS, unavailable) |
| 3189 | public typealias TableColumnBody = Swift.Never |
| 3190 | } |
| 3191 | @available(*, unavailable) |
| 3192 | extension SwiftUI.TableColumn : Swift.Sendable { |
| 3193 | } |
| 3194 | @available(iOS 16.0, macOS 12.0, *) |
| 3195 | @available(tvOS, unavailable) |
| 3196 | @available(watchOS, unavailable) |
| 3197 | extension SwiftUI.TableColumn where RowValue == Sort.Compared, Label == SwiftUICore.Text { |
| 3198 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, sortUsing comparator: Sort, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 3199 | @available(iOS 16.6, macOS 13.5, *) |
| 3200 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, sortUsing comparator: Sort, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 3201 | self.init( |
| 3202 | Text(titleResource), |
| 3203 | sortUsing: comparator, |
| 3204 | content: content |
| 3205 | ) |
| 3206 | } |
| 3207 | @_disfavoredOverload nonisolated public init<S>(_ title: S, sortUsing comparator: Sort, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 3208 | @available(iOS 16.6, macOS 13.5, *) |
| 3209 | nonisolated public init(_ text: SwiftUICore.Text, sortUsing comparator: Sort, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 3210 | } |
| 3211 | @available(iOS 16.0, macOS 12.0, *) |
| 3212 | @available(tvOS, unavailable) |
| 3213 | @available(watchOS, unavailable) |
| 3214 | extension SwiftUI.TableColumn where Sort == Swift.Never, Label == SwiftUICore.Text { |
| 3215 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 3216 | @available(iOS 16.6, macOS 13.5, *) |
| 3217 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 3218 | self.init( |
| 3219 | Text(titleResource), |
| 3220 | content: content |
| 3221 | ) |
| 3222 | } |
| 3223 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 3224 | @available(iOS 16.6, macOS 13.5, *) |
| 3225 | nonisolated public init(_ text: SwiftUICore.Text, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 3226 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>) where Content == SwiftUICore.Text |
| 3227 | @available(iOS 16.6, macOS 13.5, *) |
| 3228 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>) where Content == SwiftUICore.Text { |
| 4269 | nonisolated public func windowResizeAnchor(_ anchor: SwiftUICore.UnitPoint?) -> some SwiftUICore.View |
| 4270 | |
| 4271 | } |
| 4272 | #if compiler(>=5.3) && $TildeSendable |
| 4273 | @available(iOS 16.0, macOS 12.0, *) |
| 4274 | @available(tvOS, unavailable) |
| 4275 | @available(watchOS, unavailable) |
| 4276 | nonisolated public struct TableColumn<RowValue, Sort, Content, Label> : SwiftUI.TableColumnContent, ~Swift.Sendable where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 4277 | public typealias TableRowValue = RowValue |
| 4278 | public typealias TableColumnSortComparator = Sort |
| 4279 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumn<RowValue, Sort, Content, Label>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 4280 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 4281 | public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 4282 | @available(macOS 12.0, iOS 16.0, *) |
| 4283 | @available(tvOS, unavailable) |
| 4284 | @available(watchOS, unavailable) |
| 4285 | public typealias TableColumnBody = Swift.Never |
| 4286 | } |
| 4287 | #else |
| 4288 | @available(iOS 16.0, macOS 12.0, *) |
| 4289 | @available(tvOS, unavailable) |
| 4290 | @available(watchOS, unavailable) |
| 4291 | nonisolated public struct TableColumn<RowValue, Sort, Content, Label> : SwiftUI.TableColumnContent where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 4292 | public typealias TableRowValue = RowValue |
| 4293 | public typealias TableColumnSortComparator = Sort |
| 4294 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumn<RowValue, Sort, Content, Label>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 4295 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 4296 | public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 4297 | @available(macOS 12.0, iOS 16.0, *) |
| 4298 | @available(tvOS, unavailable) |
| 4299 | @available(watchOS, unavailable) |
| 4300 | public typealias TableColumnBody = Swift.Never |
| 4301 | } |
| 4302 | #endif |
| 4303 | @available(iOS 16.0, macOS 12.0, *) |
| 4304 | @available(tvOS, unavailable) |
| 4305 | @available(watchOS, unavailable) |
| 4306 | extension SwiftUI.TableColumn where RowValue == Sort.Compared, Label == SwiftUICore.Text { |
| 4307 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, sortUsing comparator: Sort, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 4308 | @available(iOS 16.6, macOS 13.5, *) |
| 4309 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, sortUsing comparator: Sort, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 4310 | self.init( |
| 4311 | Text(titleResource), |
| 4312 | sortUsing: comparator, |
| 4313 | content: content |
| 4314 | ) |
| 4315 | } |
| 4316 | @_disfavoredOverload nonisolated public init<S>(_ title: S, sortUsing comparator: Sort, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 4317 | @available(iOS 16.6, macOS 13.5, *) |
| 4318 | nonisolated public init(_ text: SwiftUICore.Text, sortUsing comparator: Sort, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 4319 | } |
| 4320 | @available(iOS 16.0, macOS 12.0, *) |
| 4321 | @available(tvOS, unavailable) |
| 4322 | @available(watchOS, unavailable) |
| 4323 | extension SwiftUI.TableColumn where Sort == Swift.Never, Label == SwiftUICore.Text { |
| 4324 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 4325 | @available(iOS 16.6, macOS 13.5, *) |
| 4326 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 4327 | self.init( |
| 4328 | Text(titleResource), |
| 4329 | content: content |
| 4330 | ) |
| 4331 | } |
| 4332 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 4333 | @available(iOS 16.6, macOS 13.5, *) |
| 4334 | nonisolated public init(_ text: SwiftUICore.Text, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 4335 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>) where Content == SwiftUICore.Text |
| 4336 | @available(iOS 16.6, macOS 13.5, *) |
| 4337 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>) where Content == SwiftUICore.Text { |
| 3253 | public func hoverEffect(_ effect: some CustomHoverEffect, in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true) -> some SwiftUICore.CustomHoverEffect |
| 3254 | |
| 3255 | } |
| 3256 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3257 | public struct _SceneOutputs { |
| 3258 | } |
| 3259 | @available(*, unavailable) |
| 3260 | extension SwiftUI._SceneOutputs : Swift.Sendable { |
| 3261 | } |
| 3262 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 3263 | @available(visionOS, unavailable) |
| 3264 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.GlassProminentButtonStyle { |
| 3265 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var glassProminent: SwiftUI.GlassProminentButtonStyle { |
| 3266 | get { .init() } |
| 3267 | } |
| 3268 | } |
| 3269 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 3270 | @available(visionOS, unavailable) |
| 3271 | public struct GlassProminentButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 3272 | public init() |
| 3273 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.GlassProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 3274 | |
| 3275 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, macOS 26.0, *) |
| 3276 | @available(visionOS, unavailable) |
| 3277 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25GlassProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 3278 | } |
| 3279 | @available(*, unavailable) |
| 3280 | extension SwiftUI.GlassProminentButtonStyle : Swift.Sendable { |
| 3281 | } |
| 3282 | extension SwiftUICore.View { |
| 3283 | @available(iOS 13.0, *) |
| 3284 | @available(macOS, unavailable) |
| 3285 | @available(tvOS, unavailable) |
| 3286 | @available(watchOS, unavailable) |
| 3287 | @_alwaysEmitIntoClient nonisolated public func statusBarHidden(_ hidden: Swift.Bool = true) -> some SwiftUICore.View { |
| 3288 | statusBar(hidden: hidden) |
| 3289 | } |
| 3290 | |
| 3291 | @available(iOS 13.0, watchOS 6.0, *) |
| 3292 | @available(macOS, unavailable) |
| 3293 | @available(tvOS, unavailable) |
| 3294 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public func _statusBarHidden(_ hidden: Swift.Bool = true) -> some SwiftUICore.View { |
| 3295 | _statusBar(hidden: hidden) |
| 3296 | } |
| 4362 | public func hoverEffect(_ effect: some CustomHoverEffect, in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true) -> some SwiftUICore.CustomHoverEffect |
| 4363 | |
| 4364 | } |
| 4365 | #if compiler(>=5.3) && $TildeSendable |
| 4366 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4367 | public struct _SceneOutputs : ~Swift.Sendable { |
| 4368 | } |
| 4369 | #else |
| 4370 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4371 | public struct _SceneOutputs { |
| 4372 | } |
| 4373 | #endif |
| 4374 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 4375 | @available(visionOS, unavailable) |
| 4376 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.GlassProminentButtonStyle { |
| 4377 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var glassProminent: SwiftUI.GlassProminentButtonStyle { |
| 4378 | get { .init() } |
| 4379 | } |
| 4380 | } |
| 4381 | #if compiler(>=5.3) && $TildeSendable |
| 4382 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 4383 | @available(visionOS, unavailable) |
| 4384 | nonisolated public struct GlassProminentButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 4385 | nonisolated public init() |
| 4386 | nonisolated public func makeBody(configuration: SwiftUI.GlassProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 4387 | |
| 4388 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 4389 | @available(visionOS, unavailable) |
| 4390 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25GlassProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 4391 | } |
| 4392 | #else |
| 4393 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 4394 | @available(visionOS, unavailable) |
| 4395 | nonisolated public struct GlassProminentButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 4396 | nonisolated public init() |
| 4397 | nonisolated public func makeBody(configuration: SwiftUI.GlassProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 4398 | |
| 4399 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, *) |
| 4400 | @available(visionOS, unavailable) |
| 4401 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25GlassProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 4402 | } |
| 4403 | #endif |
| 4404 | extension SwiftUICore.View { |
| 4405 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use .toolbarVisibility(_, for: .statusBar) instead") |
| 4406 | @available(macOS, unavailable) |
| 4407 | @available(tvOS, unavailable) |
| 4408 | @available(watchOS, unavailable) |
| 4409 | @available(visionOS, introduced: 1.0, deprecated: 27.0, message: "Has no effect on visionOS") |
| 4410 | @_alwaysEmitIntoClient nonisolated public func statusBarHidden(_ hidden: Swift.Bool = true) -> some SwiftUICore.View { |
| 4411 | statusBar(hidden: hidden) |
| 4412 | } |
| 4413 | |
| 4414 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use .toolbarVisibility(_, for: .statusBar) instead") |
| 4415 | @available(macOS, unavailable) |
| 4416 | @available(tvOS, unavailable) |
| 4417 | @available(watchOS, introduced: 6.0, deprecated: 100000.0) |
| 4418 | @available(visionOS, introduced: 1.0, deprecated: 27.0, message: "Has no effect on visionOS") |
| 4419 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public func _statusBarHidden(_ hidden: Swift.Bool = true) -> some SwiftUICore.View { |
| 4420 | _statusBar(hidden: hidden) |
| 4421 | } |
| 3301 | @available(macOS, unavailable) |
| 3302 | @available(tvOS, unavailable) |
| 3303 | @available(watchOS, unavailable) |
| 3304 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "statusBarHidden(_:)") |
| 3305 | nonisolated public func statusBar(hidden: Swift.Bool) -> some SwiftUICore.View |
| 3306 | |
| 3307 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "_statusBarHidden(_:)") |
| 3308 | @available(macOS, unavailable) |
| 3309 | @available(tvOS, unavailable) |
| 3310 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, renamed: "_statusBarHidden(_:)") |
| 3311 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "_statusBarHidden(_:)") |
| 3312 | nonisolated public func _statusBar(hidden: Swift.Bool) -> some SwiftUICore.View |
| 3313 | |
| 3314 | } |
| 4426 | @available(macOS, unavailable) |
| 4427 | @available(tvOS, unavailable) |
| 4428 | @available(watchOS, unavailable) |
| 4429 | @available(visionOS, introduced: 1.0, deprecated: 27.0, message: "Has no effect on visionOS") |
| 4430 | nonisolated public func statusBar(hidden: Swift.Bool) -> some SwiftUICore.View |
| 4431 | |
| 4432 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "_statusBarHidden(_:)") |
| 4433 | @available(macOS, unavailable) |
| 4434 | @available(tvOS, unavailable) |
| 4435 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, renamed: "_statusBarHidden(_:)") |
| 4436 | @available(visionOS, introduced: 1.0, deprecated: 27.0, message: "Has no effect on visionOS") |
| 4437 | nonisolated public func _statusBar(hidden: Swift.Bool) -> some SwiftUICore.View |
| 4438 | |
| 4439 | } |
| 3345 | extension SwiftUI.DynamicTableRowContent { |
| 3346 | public func onInsert(of supportedContentTypes: [UniformTypeIdentifiers.UTType], perform action: @escaping (Swift.Int, [Foundation.NSItemProvider]) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.OnInsertTableRowModifier> |
| 3347 | } |
| 3348 | @available(iOS 16.0, macOS 12.0, *) |
| 3349 | @available(tvOS, unavailable) |
| 3350 | @available(watchOS, unavailable) |
| 3351 | @_Concurrency.MainActor @preconcurrency public struct ItemProviderTableRowModifier : SwiftUI._TableRowContentModifier { |
| 3352 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 3353 | get |
| 3354 | } |
| 3355 | @available(iOS 16.0, macOS 12.0, *) |
| 3356 | @available(tvOS, unavailable) |
| 3357 | @available(watchOS, unavailable) |
| 3358 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28ItemProviderTableRowModifierV4bodyQrvp", 0) __ |
| 3359 | } |
| 3360 | @available(*, unavailable) |
| 3361 | extension SwiftUI.ItemProviderTableRowModifier : Swift.Sendable { |
| 3362 | } |
| 3363 | @available(iOS 16.0, macOS 12.0, *) |
| 3364 | @available(tvOS, unavailable) |
| 3365 | @available(watchOS, unavailable) |
| 3366 | @_Concurrency.MainActor @preconcurrency public struct OnInsertTableRowModifier : SwiftUI._TableRowContentModifier { |
| 3367 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 3368 | get |
| 3369 | } |
| 3370 | @available(iOS 16.0, macOS 12.0, *) |
| 3371 | @available(tvOS, unavailable) |
| 3372 | @available(watchOS, unavailable) |
| 3373 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24OnInsertTableRowModifierV4bodyQrvp", 0) __ |
| 3374 | } |
| 3375 | @available(*, unavailable) |
| 3376 | extension SwiftUI.OnInsertTableRowModifier : Swift.Sendable { |
| 3377 | } |
| 3378 | @available(iOS 26.0, tvOS 26.0, visionOS 26.0, *) |
| 3379 | @available(macOS, unavailable) |
| 3380 | @available(watchOS, unavailable) |
| 3381 | public protocol UIHostingSceneDelegate : UIKit.UISceneDelegate { |
| 4470 | extension SwiftUI.DynamicTableRowContent { |
| 4471 | public func onInsert(of supportedContentTypes: [UniformTypeIdentifiers.UTType], perform action: @escaping (Swift.Int, [Foundation.NSItemProvider]) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.OnInsertTableRowModifier> |
| 4472 | } |
| 4473 | #if compiler(>=5.3) && $TildeSendable |
| 4474 | @available(iOS 16.0, macOS 12.0, *) |
| 4475 | @available(tvOS, unavailable) |
| 4476 | @available(watchOS, unavailable) |
| 4477 | @_Concurrency.MainActor @preconcurrency public struct ItemProviderTableRowModifier : SwiftUI._TableRowContentModifier, ~Swift.Sendable { |
| 4478 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 4479 | get |
| 4480 | } |
| 4481 | @available(macOS 12.0, iOS 16.0, *) |
| 4482 | @available(tvOS, unavailable) |
| 4483 | @available(watchOS, unavailable) |
| 4484 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28ItemProviderTableRowModifierV4bodyQrvp", 0) __ |
| 4485 | } |
| 4486 | #else |
| 4487 | @available(iOS 16.0, macOS 12.0, *) |
| 4488 | @available(tvOS, unavailable) |
| 4489 | @available(watchOS, unavailable) |
| 4490 | @_Concurrency.MainActor @preconcurrency public struct ItemProviderTableRowModifier : SwiftUI._TableRowContentModifier { |
| 4491 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 4492 | get |
| 4493 | } |
| 4494 | @available(macOS 12.0, iOS 16.0, *) |
| 4495 | @available(tvOS, unavailable) |
| 4496 | @available(watchOS, unavailable) |
| 4497 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28ItemProviderTableRowModifierV4bodyQrvp", 0) __ |
| 4498 | } |
| 4499 | #endif |
| 4500 | #if compiler(>=5.3) && $TildeSendable |
| 4501 | @available(iOS 16.0, macOS 12.0, *) |
| 4502 | @available(tvOS, unavailable) |
| 4503 | @available(watchOS, unavailable) |
| 4504 | @_Concurrency.MainActor @preconcurrency public struct OnInsertTableRowModifier : SwiftUI._TableRowContentModifier, ~Swift.Sendable { |
| 4505 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 4506 | get |
| 4507 | } |
| 4508 | @available(macOS 12.0, iOS 16.0, *) |
| 4509 | @available(tvOS, unavailable) |
| 4510 | @available(watchOS, unavailable) |
| 4511 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24OnInsertTableRowModifierV4bodyQrvp", 0) __ |
| 4512 | } |
| 4513 | #else |
| 4514 | @available(iOS 16.0, macOS 12.0, *) |
| 4515 | @available(tvOS, unavailable) |
| 4516 | @available(watchOS, unavailable) |
| 4517 | @_Concurrency.MainActor @preconcurrency public struct OnInsertTableRowModifier : SwiftUI._TableRowContentModifier { |
| 4518 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 4519 | get |
| 4520 | } |
| 4521 | @available(macOS 12.0, iOS 16.0, *) |
| 4522 | @available(tvOS, unavailable) |
| 4523 | @available(watchOS, unavailable) |
| 4524 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24OnInsertTableRowModifierV4bodyQrvp", 0) __ |
| 4525 | } |
| 4526 | #endif |
| 4527 | @available(iOS 26.0, tvOS 27.0, visionOS 26.0, *) |
| 4528 | @available(macOS, unavailable) |
| 4529 | @available(watchOS, unavailable) |
| 4530 | public protocol UIHostingSceneDelegate : UIKit.UISceneDelegate { |
| 3426 | get |
| 3427 | } |
| 3428 | } |
| 3429 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 3430 | @available(tvOS, unavailable) |
| 3431 | public struct DragGesture : SwiftUICore.Gesture { |
| 3432 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 3433 | public var time: Foundation.Date |
| 3434 | public var location: CoreFoundation.CGPoint |
| 4575 | get |
| 4576 | } |
| 4577 | } |
| 4578 | #if compiler(>=5.3) && $TildeSendable |
| 4579 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4580 | @available(tvOS, unavailable) |
| 4581 | @_Concurrency.MainActor @preconcurrency public struct DragGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 4582 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 4583 | public var time: Foundation.Date |
| 4584 | public var location: CoreFoundation.CGPoint |
| 3452 | } |
| 3453 | public static func == (a: SwiftUI.DragGesture.Value, b: SwiftUI.DragGesture.Value) -> Swift.Bool |
| 3454 | } |
| 3455 | public var minimumDistance: CoreFoundation.CGFloat |
| 3456 | public var coordinateSpace: SwiftUICore.CoordinateSpace |
| 3457 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 3458 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 3459 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 3460 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 3461 | @available(tvOS, unavailable) |
| 3462 | @_disfavoredOverload public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 3463 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 3464 | @available(tvOS, unavailable) |
| 3465 | public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 3466 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.DragGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.DragGesture.Value> |
| 3467 | @available(iOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 3468 | @available(tvOS, unavailable) |
| 3469 | public typealias Body = Swift.Never |
| 3470 | } |
| 3471 | @available(*, unavailable) |
| 3472 | extension SwiftUI.DragGesture : Swift.Sendable { |
| 3473 | } |
| 3474 | @available(macOS 11.0, visionOS 1.0, *) |
| 3475 | @available(iOS, unavailable) |
| 4602 | } |
| 4603 | public static func == (a: SwiftUI.DragGesture.Value, b: SwiftUI.DragGesture.Value) -> Swift.Bool |
| 4604 | } |
| 4605 | @_Concurrency.MainActor @preconcurrency public var minimumDistance: CoreFoundation.CGFloat |
| 4606 | @_Concurrency.MainActor @preconcurrency public var coordinateSpace: SwiftUICore.CoordinateSpace |
| 4607 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4608 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4609 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4610 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4611 | @available(tvOS, unavailable) |
| 4612 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 4613 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 4614 | @available(tvOS, unavailable) |
| 4615 | @_Concurrency.MainActor @preconcurrency public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 4616 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.DragGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.DragGesture.Value> |
| 4617 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, *) |
| 4618 | @available(tvOS, unavailable) |
| 4619 | public typealias Body = Swift.Never |
| 4620 | } |
| 4621 | #else |
| 4622 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4623 | @available(tvOS, unavailable) |
| 4624 | @_Concurrency.MainActor @preconcurrency public struct DragGesture : SwiftUICore.Gesture { |
| 4625 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 4626 | public var time: Foundation.Date |
| 4627 | public var location: CoreFoundation.CGPoint |
| 4628 | public var startLocation: CoreFoundation.CGPoint |
| 4629 | public var translation: CoreFoundation.CGSize { |
| 4630 | get |
| 4631 | } |
| 4632 | @_alwaysEmitIntoClient public var velocity: CoreFoundation.CGSize { |
| 4633 | get { |
| 4634 | let predicted = predictedEndLocation |
| 4635 | return CGSize( |
| 4636 | width: 4.0 * (predicted.x - location.x), |
| 4637 | height: 4.0 * (predicted.y - location.y)) |
| 4638 | } |
| 4639 | } |
| 4640 | public var predictedEndLocation: CoreFoundation.CGPoint { |
| 4641 | get |
| 4642 | } |
| 4643 | public var predictedEndTranslation: CoreFoundation.CGSize { |
| 4644 | get |
| 4645 | } |
| 4646 | public static func == (a: SwiftUI.DragGesture.Value, b: SwiftUI.DragGesture.Value) -> Swift.Bool |
| 4647 | } |
| 4648 | @_Concurrency.MainActor @preconcurrency public var minimumDistance: CoreFoundation.CGFloat |
| 4649 | @_Concurrency.MainActor @preconcurrency public var coordinateSpace: SwiftUICore.CoordinateSpace |
| 4650 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4651 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4652 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4653 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4654 | @available(tvOS, unavailable) |
| 4655 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 4656 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 4657 | @available(tvOS, unavailable) |
| 4658 | @_Concurrency.MainActor @preconcurrency public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 4659 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.DragGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.DragGesture.Value> |
| 4660 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, *) |
| 4661 | @available(tvOS, unavailable) |
| 4662 | public typealias Body = Swift.Never |
| 4663 | } |
| 4664 | #endif |
| 4665 | @available(anyAppleOS 27.0, *) |
| 4666 | @available(tvOS, unavailable) |
| 4667 | extension SwiftUI.DragGesture { |
| 4668 | @_Concurrency.MainActor @preconcurrency public init(minimumDistance: CoreFoundation.CGFloat = 10, coordinateSpace: some CoordinateSpaceProtocol = .local, inputKinds: SwiftUICore.GestureInputKinds = .all) |
| 4669 | } |
| 4670 | @available(macOS 11.0, visionOS 1.0, *) |
| 4671 | @available(iOS, unavailable) |
| 3493 | @available(visionOS, unavailable) |
| 3494 | extension SwiftUICore.View { |
| 3495 | nonisolated public func presentedWindowStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.WindowStyle |
| 3496 | |
| 3497 | } |
| 3498 | extension SwiftUI.FocusedValue { |
| 4689 | @available(visionOS, unavailable) |
| 4690 | extension SwiftUICore.View { |
| 4691 | nonisolated public func presentedWindowStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.WindowStyle |
| 4692 | |
| 4693 | } |
| 4694 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 4695 | extension SwiftUICore.Text { |
| 4696 | public func speechAlwaysIncludesPunctuation(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 4697 | public func speechSpellsOutCharacters(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 4698 | public func speechAdjustedPitch(_ value: Swift.Double) -> SwiftUICore.Text |
| 4699 | public func speechAnnouncementsQueued(_ value: Swift.Bool = true) -> SwiftUICore.Text |
| 4700 | } |
| 4701 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 4702 | extension SwiftUICore.View { |
| 4703 | nonisolated public func speechAlwaysIncludesPunctuation(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 4704 | |
| 4705 | nonisolated public func speechSpellsOutCharacters(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 4706 | |
| 4707 | nonisolated public func speechAdjustedPitch(_ value: Swift.Double) -> some SwiftUICore.View |
| 4708 | |
| 4709 | nonisolated public func speechAnnouncementsQueued(_ value: Swift.Bool = true) -> some SwiftUICore.View |
| 4710 | |
| 4711 | } |
| 4712 | extension SwiftUI.FocusedValue { |
| 3552 | return .init(base: self, state: state, body: body) |
| 3553 | } |
| 3554 | } |
| 3555 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3556 | @frozen public struct GestureStateGesture<Base, State> : SwiftUICore.Gesture where Base : SwiftUICore.Gesture { |
| 3557 | public typealias Value = Base.Value |
| 3558 | public var base: Base |
| 3559 | public var state: SwiftUI.GestureState<State> |
| 3560 | public var body: (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void |
| 3561 | @inlinable public init(base: Base, state: SwiftUI.GestureState<State>, body: @escaping (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void) { |
| 3562 | self.base = base |
| 3563 | self.state = state |
| 3564 | self.body = body |
| 3565 | } |
| 3566 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.GestureStateGesture<Base, State>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.GestureStateGesture<Base, State>.Value> |
| 3567 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 3568 | public typealias Body = Swift.Never |
| 3569 | } |
| 3570 | @available(*, unavailable) |
| 3571 | extension SwiftUI.GestureStateGesture : Swift.Sendable { |
| 3572 | } |
| 3573 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 3574 | @available(tvOS, unavailable) |
| 3575 | public struct Slider<Label, ValueLabel> : SwiftUICore.View where Label : SwiftUICore.View, ValueLabel : SwiftUICore.View { |
| 3576 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 3577 | get |
| 3578 | } |
| 3579 | @available(iOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 3580 | @available(tvOS, unavailable) |
| 3581 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6SliderV4bodyQrvp", 0) __<Label, ValueLabel> |
| 3582 | } |
| 3583 | @available(*, unavailable) |
| 3584 | extension SwiftUI.Slider : Swift.Sendable { |
| 3585 | } |
| 3586 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 3587 | @available(tvOS, unavailable) |
| 3588 | extension SwiftUI.Slider { |
| 3589 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 3590 | self.init( |
| 3591 | value: value, |
| 3592 | in: bounds, |
| 4766 | return .init(base: self, state: state, body: body) |
| 4767 | } |
| 4768 | } |
| 4769 | #if compiler(>=5.3) && $TildeSendable |
| 4770 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4771 | @frozen nonisolated public struct GestureStateGesture<Base, State> : SwiftUICore.Gesture, ~Swift.Sendable where Base : SwiftUICore.Gesture { |
| 4772 | public typealias Value = Base.Value |
| 4773 | public var base: Base |
| 4774 | public var state: SwiftUI.GestureState<State> |
| 4775 | public var body: (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void |
| 4776 | @inlinable nonisolated public init(base: Base, state: SwiftUI.GestureState<State>, body: @escaping (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void) { |
| 4777 | self.base = base |
| 4778 | self.state = state |
| 4779 | self.body = body |
| 4780 | } |
| 4781 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.GestureStateGesture<Base, State>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.GestureStateGesture<Base, State>.Value> |
| 4782 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4783 | public typealias Body = Swift.Never |
| 4784 | } |
| 4785 | #else |
| 4786 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4787 | @frozen nonisolated public struct GestureStateGesture<Base, State> : SwiftUICore.Gesture where Base : SwiftUICore.Gesture { |
| 4788 | public typealias Value = Base.Value |
| 4789 | public var base: Base |
| 4790 | public var state: SwiftUI.GestureState<State> |
| 4791 | public var body: (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void |
| 4792 | @inlinable nonisolated public init(base: Base, state: SwiftUI.GestureState<State>, body: @escaping (SwiftUI.GestureStateGesture<Base, State>.Value, inout State, inout SwiftUICore.Transaction) -> Swift.Void) { |
| 4793 | self.base = base |
| 4794 | self.state = state |
| 4795 | self.body = body |
| 4796 | } |
| 4797 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.GestureStateGesture<Base, State>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.GestureStateGesture<Base, State>.Value> |
| 4798 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4799 | public typealias Body = Swift.Never |
| 4800 | } |
| 4801 | #endif |
| 4802 | #if compiler(>=5.3) && $TildeSendable |
| 4803 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4804 | @available(tvOS, unavailable) |
| 4805 | nonisolated public struct Slider<Label, ValueLabel> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, ValueLabel : SwiftUICore.View { |
| 4806 | nonisolated public var body: some SwiftUICore.View { |
| 4807 | get |
| 4808 | } |
| 4809 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, *) |
| 4810 | @available(tvOS, unavailable) |
| 4811 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6SliderV4bodyQrvp", 0) __<Label, ValueLabel> |
| 4812 | } |
| 4813 | #else |
| 4814 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4815 | @available(tvOS, unavailable) |
| 4816 | nonisolated public struct Slider<Label, ValueLabel> : SwiftUICore.View where Label : SwiftUICore.View, ValueLabel : SwiftUICore.View { |
| 4817 | nonisolated public var body: some SwiftUICore.View { |
| 4818 | get |
| 4819 | } |
| 4820 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, *) |
| 4821 | @available(tvOS, unavailable) |
| 4822 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6SliderV4bodyQrvp", 0) __<Label, ValueLabel> |
| 4823 | } |
| 4824 | #endif |
| 4825 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4826 | @available(tvOS, unavailable) |
| 4827 | extension SwiftUI.Slider { |
| 4828 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder minimumValueLabel: () -> ValueLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> ValueLabel, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 4829 | self.init( |
| 4830 | value: value, |
| 4831 | in: bounds, |
| 3595 | maximumValueLabel: maximumValueLabel(), |
| 3596 | label: label) |
| 3597 | } |
| 3598 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 3599 | self.init( |
| 3600 | value: value, |
| 3601 | in: bounds, |
| 4834 | maximumValueLabel: maximumValueLabel(), |
| 4835 | label: label) |
| 4836 | } |
| 4837 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder minimumValueLabel: () -> ValueLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> ValueLabel, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 4838 | self.init( |
| 4839 | value: value, |
| 4840 | in: bounds, |
| 3609 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 3610 | @available(tvOS, unavailable) |
| 3611 | extension SwiftUI.Slider where ValueLabel == SwiftUICore.EmptyView { |
| 3612 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 3613 | self.init( |
| 3614 | value: value, |
| 3615 | in: bounds, |
| 3616 | onEditingChanged: onEditingChanged, |
| 3617 | label: label) |
| 3618 | } |
| 3619 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 3620 | self.init( |
| 3621 | value: value, |
| 3622 | in: bounds, |
| 4848 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4849 | @available(tvOS, unavailable) |
| 4850 | extension SwiftUI.Slider where ValueLabel == SwiftUICore.EmptyView { |
| 4851 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 4852 | self.init( |
| 4853 | value: value, |
| 4854 | in: bounds, |
| 4855 | onEditingChanged: onEditingChanged, |
| 4856 | label: label) |
| 4857 | } |
| 4858 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint { |
| 4859 | self.init( |
| 4860 | value: value, |
| 4861 | in: bounds, |
| 3639 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3640 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3641 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3642 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, minimumValueLabel: ValueLabel, maximumValueLabel: ValueLabel, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 3643 | @available(iOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3644 | @available(macOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3645 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3646 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3647 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 3648 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, minimumValueLabel: ValueLabel, maximumValueLabel: ValueLabel, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 3649 | } |
| 3650 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 3651 | @available(tvOS, unavailable) |
| 4878 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4879 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4880 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4881 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, minimumValueLabel: ValueLabel, maximumValueLabel: ValueLabel, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 4882 | @available(iOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4883 | @available(macOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4884 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4885 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4886 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:minimumValueLabel:maximumValueLabel:onEditingChanged:)") |
| 4887 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, minimumValueLabel: ValueLabel, maximumValueLabel: ValueLabel, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 4888 | } |
| 4889 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, *) |
| 4890 | @available(tvOS, unavailable) |
| 3655 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 3656 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 3657 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 3658 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 3659 | @available(iOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 3660 | @available(macOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 3661 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 3662 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 3663 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 3664 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 3665 | } |
| 3666 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 3667 | public struct _SymmetricallyScaledText : SwiftUICore.View { |
| 3668 | public var source: SwiftUICore.Text |
| 3669 | public var reference: SwiftUICore.Text |
| 3670 | public init(source: SwiftUICore.Text, reference: SwiftUICore.Text) |
| 3671 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._SymmetricallyScaledText>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 3672 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 3673 | public typealias Body = Swift.Never |
| 3674 | } |
| 3675 | @available(*, unavailable) |
| 3676 | extension SwiftUI._SymmetricallyScaledText : Swift.Sendable { |
| 3677 | } |
| 3678 | extension SwiftUICore.View { |
| 3679 | @available(macOS 13.0, *) |
| 3680 | @available(iOS, unavailable) |
| 4894 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 4895 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 4896 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:label:onEditingChanged:)") |
| 4897 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 4898 | @available(iOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 4899 | @available(macOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 4900 | @available(watchOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 4901 | @available(tvOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 4902 | @available(visionOS, deprecated: 100000.0, renamed: "Slider(value:in:step:label:onEditingChanged:)") |
| 4903 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 4904 | } |
| 4905 | #if compiler(>=5.3) && $TildeSendable |
| 4906 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4907 | nonisolated public struct _SymmetricallyScaledText : SwiftUICore.View, ~Swift.Sendable { |
| 4908 | public var source: SwiftUICore.Text |
| 4909 | public var reference: SwiftUICore.Text |
| 4910 | nonisolated public init(source: SwiftUICore.Text, reference: SwiftUICore.Text) |
| 4911 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._SymmetricallyScaledText>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 4912 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4913 | public typealias Body = Swift.Never |
| 4914 | } |
| 4915 | #else |
| 4916 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4917 | nonisolated public struct _SymmetricallyScaledText : SwiftUICore.View { |
| 4918 | public var source: SwiftUICore.Text |
| 4919 | public var reference: SwiftUICore.Text |
| 4920 | nonisolated public init(source: SwiftUICore.Text, reference: SwiftUICore.Text) |
| 4921 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._SymmetricallyScaledText>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 4922 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 4923 | public typealias Body = Swift.Never |
| 4924 | } |
| 4925 | #endif |
| 4926 | extension SwiftUICore.View { |
| 4927 | @available(macOS 13.0, *) |
| 4928 | @available(iOS, unavailable) |
| 3749 | get { .init() } |
| 3750 | } |
| 3751 | } |
| 3752 | @available(macOS 11.0, *) |
| 3753 | @available(iOS, unavailable) |
| 3754 | @available(tvOS, unavailable) |
| 4997 | get { .init() } |
| 4998 | } |
| 4999 | } |
| 5000 | #if compiler(>=5.3) && $TildeSendable |
| 5001 | @available(macOS 11.0, *) |
| 5002 | @available(iOS, unavailable) |
| 5003 | @available(tvOS, unavailable) |
| 5004 | @available(watchOS, unavailable) |
| 5005 | @available(visionOS, unavailable) |
| 5006 | public struct DefaultWindowToolbarStyle : SwiftUI.WindowToolbarStyle, ~Swift.Sendable { |
| 5007 | public typealias _Body = Swift.Never |
| 5008 | public init() |
| 5009 | } |
| 5010 | #else |
| 5011 | @available(macOS 11.0, *) |
| 5012 | @available(iOS, unavailable) |
| 5013 | @available(tvOS, unavailable) |
| 3758 | public typealias _Body = Swift.Never |
| 3759 | public init() |
| 3760 | } |
| 3761 | @available(*, unavailable) |
| 3762 | extension SwiftUI.DefaultWindowToolbarStyle : Swift.Sendable { |
| 3763 | } |
| 3764 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3765 | public struct ProgressView<Label, CurrentValueLabel> : SwiftUICore.View where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View { |
| 3766 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 3767 | get |
| 3768 | } |
| 3769 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 3770 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ProgressViewV4bodyQrvp", 0) __<Label, CurrentValueLabel> |
| 3771 | } |
| 3772 | @available(*, unavailable) |
| 3773 | extension SwiftUI.ProgressView : Swift.Sendable { |
| 3774 | } |
| 3775 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3776 | extension SwiftUI.ProgressView where CurrentValueLabel == SwiftUICore.EmptyView { |
| 3777 | nonisolated public init() where Label == SwiftUICore.EmptyView |
| 3778 | nonisolated public init(@SwiftUICore.ViewBuilder label: () -> Label) |
| 3779 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey) where Label == SwiftUICore.Text |
| 3780 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3781 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource) where Label == SwiftUICore.Text { |
| 5017 | public typealias _Body = Swift.Never |
| 5018 | public init() |
| 5019 | } |
| 5020 | #endif |
| 5021 | #if compiler(>=5.3) && $TildeSendable |
| 5022 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5023 | nonisolated public struct ProgressView<Label, CurrentValueLabel> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View { |
| 5024 | nonisolated public var body: some SwiftUICore.View { |
| 5025 | get |
| 5026 | } |
| 5027 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 5028 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ProgressViewV4bodyQrvp", 0) __<Label, CurrentValueLabel> |
| 5029 | } |
| 5030 | #else |
| 5031 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5032 | nonisolated public struct ProgressView<Label, CurrentValueLabel> : SwiftUICore.View where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View { |
| 5033 | nonisolated public var body: some SwiftUICore.View { |
| 5034 | get |
| 5035 | } |
| 5036 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 5037 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ProgressViewV4bodyQrvp", 0) __<Label, CurrentValueLabel> |
| 5038 | } |
| 5039 | #endif |
| 5040 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5041 | extension SwiftUI.ProgressView where CurrentValueLabel == SwiftUICore.EmptyView { |
| 5042 | nonisolated public init() where Label == SwiftUICore.EmptyView |
| 5043 | nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label) |
| 5044 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey) where Label == SwiftUICore.Text |
| 5045 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5046 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource) where Label == SwiftUICore.Text { |
| 3786 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 3787 | extension SwiftUI.ProgressView { |
| 3788 | nonisolated public init<V>(value: V?, total: V = 1.0) where Label == SwiftUICore.EmptyView, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 3789 | nonisolated public init<V>(value: V?, total: V = 1.0, @SwiftUICore.ViewBuilder label: () -> Label) where CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 3790 | nonisolated public init<V>(value: V?, total: V = 1.0, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel) where V : Swift.BinaryFloatingPoint |
| 3791 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, value: V?, total: V = 1.0) where Label == SwiftUICore.Text, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 3792 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3793 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, value: V?, total: V = 1.0) where Label == SwiftUICore.Text, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint { |
| 5051 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5052 | extension SwiftUI.ProgressView { |
| 5053 | nonisolated public init<V>(value: V?, total: V = 1.0) where Label == SwiftUICore.EmptyView, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 5054 | nonisolated public init<V>(value: V?, total: V = 1.0, @SwiftUICore.ContentBuilder label: () -> Label) where CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 5055 | nonisolated public init<V>(value: V?, total: V = 1.0, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel) where V : Swift.BinaryFloatingPoint |
| 5056 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, value: V?, total: V = 1.0) where Label == SwiftUICore.Text, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 5057 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5058 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, value: V?, total: V = 1.0) where Label == SwiftUICore.Text, CurrentValueLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint { |
| 3807 | extension SwiftUI.ProgressView { |
| 3808 | nonisolated public init(_ configuration: SwiftUI.ProgressViewStyleConfiguration) where Label == SwiftUI.ProgressViewStyleConfiguration.Label, CurrentValueLabel == SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel |
| 3809 | } |
| 3810 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3811 | public struct LabeledContent<Label, Content> { |
| 3812 | } |
| 3813 | @available(*, unavailable) |
| 3814 | extension SwiftUI.LabeledContent : Swift.Sendable { |
| 3815 | } |
| 3816 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3817 | extension SwiftUI.LabeledContent : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 3818 | nonisolated public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 3819 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 3820 | get |
| 3821 | } |
| 3822 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 3823 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14LabeledContentVA2A4ViewRzAaDR_rlE4bodyQrvp", 0) __<Label, Content> |
| 3824 | } |
| 3825 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3826 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content : SwiftUICore.View { |
| 3827 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 3828 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 3829 | } |
| 3830 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26, *) |
| 3831 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content : SwiftUICore.View { |
| 3832 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) |
| 3833 | } |
| 3834 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3835 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content == SwiftUICore.Text { |
| 5072 | extension SwiftUI.ProgressView { |
| 5073 | nonisolated public init(_ configuration: SwiftUI.ProgressViewStyleConfiguration) where Label == SwiftUI.ProgressViewStyleConfiguration.Label, CurrentValueLabel == SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel |
| 5074 | } |
| 5075 | #if compiler(>=5.3) && $TildeSendable |
| 5076 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5077 | public struct LabeledContent<Label, Content> : ~Swift.Sendable { |
| 5078 | } |
| 5079 | #else |
| 5080 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5081 | public struct LabeledContent<Label, Content> { |
| 5082 | } |
| 5083 | #endif |
| 5084 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5085 | extension SwiftUI.LabeledContent : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 5086 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 5087 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 5088 | get |
| 5089 | } |
| 5090 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 5091 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14LabeledContentVA2A4ViewRzAaDR_rlE4bodyQrvp", 0) __<Label, Content> |
| 5092 | } |
| 5093 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5094 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content : SwiftUICore.View { |
| 5095 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 5096 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 5097 | } |
| 5098 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26, *) |
| 5099 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content : SwiftUICore.View { |
| 5100 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) |
| 5101 | } |
| 5102 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5103 | extension SwiftUI.LabeledContent where Label == SwiftUICore.Text, Content == SwiftUICore.Text { |
| 3853 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 3854 | get |
| 3855 | } |
| 3856 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 3857 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI5ColorV22transferRepresentationQrvpZ", 0) __ |
| 3858 | } |
| 3859 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 5121 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 5122 | get |
| 5123 | } |
| 5124 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 5125 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI5ColorV22transferRepresentationQrvpZ", 0) __ |
| 5126 | } |
| 5127 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 3865 | @available(macOS, unavailable) |
| 3866 | public protocol IndexViewStyle { |
| 3867 | associatedtype _Body : SwiftUICore.View |
| 3868 | @SwiftUICore.ViewBuilder func _makeBody(configuration: Self._Configuration) -> Self._Body |
| 3869 | typealias _Configuration = SwiftUI._IndexViewStyleConfiguration |
| 3870 | } |
| 3871 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 5133 | @available(macOS, unavailable) |
| 5134 | public protocol IndexViewStyle { |
| 5135 | associatedtype _Body : SwiftUICore.View |
| 5136 | @SwiftUICore.ContentBuilder func _makeBody(configuration: Self._Configuration) -> Self._Body |
| 5137 | typealias _Configuration = SwiftUI._IndexViewStyleConfiguration |
| 5138 | } |
| 5139 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 3874 | nonisolated public func indexViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.IndexViewStyle |
| 3875 | |
| 3876 | } |
| 3877 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 3878 | @available(macOS, unavailable) |
| 3879 | public struct _IndexViewStyleConfiguration { |
| 3880 | } |
| 3881 | @available(*, unavailable) |
| 3882 | extension SwiftUI._IndexViewStyleConfiguration : Swift.Sendable { |
| 3883 | } |
| 3884 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 3885 | @available(tvOS, unavailable) |
| 3886 | @frozen public struct EmptyWidgetConfiguration : SwiftUI.WidgetConfiguration { |
| 3887 | @inlinable public init() {} |
| 3888 | nonisolated public static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.EmptyWidgetConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 3889 | @available(iOS 14.0, watchOS 9.0, visionOS 1.0, macOS 11.0, *) |
| 3890 | @available(tvOS, unavailable) |
| 3891 | public typealias Body = Swift.Never |
| 3892 | } |
| 5142 | nonisolated public func indexViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.IndexViewStyle |
| 5143 | |
| 5144 | } |
| 5145 | #if compiler(>=5.3) && $TildeSendable |
| 5146 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 5147 | @available(macOS, unavailable) |
| 5148 | public struct _IndexViewStyleConfiguration : ~Swift.Sendable { |
| 5149 | } |
| 5150 | #else |
| 5151 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 5152 | @available(macOS, unavailable) |
| 5153 | public struct _IndexViewStyleConfiguration { |
| 5154 | } |
| 5155 | #endif |
| 5156 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 5157 | @available(tvOS, unavailable) |
| 5158 | @frozen nonisolated public struct EmptyWidgetConfiguration : SwiftUI.WidgetConfiguration { |
| 5159 | @inlinable nonisolated public init() {} |
| 5160 | public static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.EmptyWidgetConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 5161 | @available(macOS 11.0, iOS 14.0, watchOS 9.0, visionOS 1.0, *) |
| 5162 | @available(tvOS, unavailable) |
| 5163 | public typealias Body = Swift.Never |
| 5164 | } |
| 3902 | @available(tvOS, unavailable) |
| 3903 | @available(watchOS, unavailable) |
| 3904 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 3905 | nonisolated public init<V, H>(@SwiftUI.TableRowBuilder<V> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> H) where Parent == SwiftUI.TableHeaderRowContent<V, H>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, H : SwiftUICore.View |
| 3906 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue |
| 3907 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue { |
| 3908 | self.init( |
| 5174 | @available(tvOS, unavailable) |
| 5175 | @available(watchOS, unavailable) |
| 5176 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 5177 | nonisolated public init<V, H>(@SwiftUI.TableRowBuilder<V> content: () -> Content, @SwiftUICore.ContentBuilder header: () -> H) where Parent == SwiftUI.TableHeaderRowContent<V, H>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, H : SwiftUICore.View |
| 5178 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue |
| 5179 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue { |
| 5180 | self.init( |
| 3917 | @available(tvOS, unavailable) |
| 3918 | @available(watchOS, unavailable) |
| 3919 | extension SwiftUI.Section where Parent : SwiftUI.TableRowContent, Content : SwiftUI.TableRowContent { |
| 3920 | nonisolated public init<V, H>(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> H) where Parent == SwiftUI.TableHeaderRowContent<V, H>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, H : SwiftUICore.View |
| 3921 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue |
| 3922 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue { |
| 3923 | self.init(isExpanded: isExpanded, content: content) { |
| 5189 | @available(tvOS, unavailable) |
| 5190 | @available(watchOS, unavailable) |
| 5191 | extension SwiftUI.Section where Parent : SwiftUI.TableRowContent, Content : SwiftUI.TableRowContent { |
| 5192 | nonisolated public init<V, H>(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content, @SwiftUICore.ContentBuilder header: () -> H) where Parent == SwiftUI.TableHeaderRowContent<V, H>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, H : SwiftUICore.View |
| 5193 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue |
| 5194 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue { |
| 5195 | self.init(isExpanded: isExpanded, content: content) { |
| 3926 | } |
| 3927 | @_disfavoredOverload nonisolated public init<V, S>(_ title: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, S : Swift.StringProtocol |
| 3928 | } |
| 3929 | @available(iOS 16.0, macOS 13.0, *) |
| 3930 | @available(tvOS, unavailable) |
| 3931 | @available(watchOS, unavailable) |
| 3932 | public struct EmptyTableRowContent<Value> where Value : Swift.Identifiable { |
| 3933 | public typealias TableRowValue = Value |
| 3934 | public typealias TableRowBody = Swift.Never |
| 3935 | nonisolated public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.EmptyTableRowContent<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 3936 | nonisolated public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 3937 | @available(iOS 17.0, macOS 14.0, *) |
| 3938 | @available(tvOS, unavailable) |
| 3939 | @available(watchOS, unavailable) |
| 3940 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 3941 | } |
| 3942 | @available(*, unavailable) |
| 3943 | extension SwiftUI.EmptyTableRowContent : Swift.Sendable { |
| 3944 | } |
| 3945 | @available(iOS 16.0, macOS 13.0, *) |
| 3946 | @available(tvOS, unavailable) |
| 3947 | @available(watchOS, unavailable) |
| 3948 | public struct TableHeaderRowContent<Value, Content> : SwiftUI.TableRowContent where Value : Swift.Identifiable, Content : SwiftUICore.View { |
| 3949 | public typealias TableRowValue = Value |
| 3950 | @_Concurrency.MainActor @preconcurrency public var tableRowBody: some SwiftUI.TableRowContent { |
| 3951 | get |
| 3952 | } |
| 3953 | @available(iOS 17.0, macOS 14.0, *) |
| 3954 | @available(tvOS, unavailable) |
| 3955 | @available(watchOS, unavailable) |
| 3956 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 3957 | @available(iOS 16.0, macOS 13.0, *) |
| 3958 | @available(tvOS, unavailable) |
| 3959 | @available(watchOS, unavailable) |
| 3960 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI21TableHeaderRowContentV05tableE4BodyQrvp", 0) __<Value, Content> |
| 3961 | } |
| 3962 | @available(*, unavailable) |
| 3963 | extension SwiftUI.TableHeaderRowContent : Swift.Sendable { |
| 3964 | } |
| 3965 | extension SwiftUICore.View { |
| 3966 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 3967 | nonisolated public func menuOrder(_ order: SwiftUI.MenuOrder) -> some SwiftUICore.View |
| 5198 | } |
| 5199 | @_disfavoredOverload nonisolated public init<V, S>(_ title: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUI.TableRowBuilder<V> content: () -> Content) where Parent == SwiftUI.TableHeaderRowContent<V, SwiftUICore.Text>, Footer == SwiftUI.EmptyTableRowContent<V>, V == Content.TableRowValue, S : Swift.StringProtocol |
| 5200 | } |
| 5201 | #if compiler(>=5.3) && $TildeSendable |
| 5202 | @available(iOS 16.0, macOS 13.0, *) |
| 5203 | @available(tvOS, unavailable) |
| 5204 | @available(watchOS, unavailable) |
| 5205 | nonisolated public struct EmptyTableRowContent<Value> : ~Swift.Sendable where Value : Swift.Identifiable { |
| 5206 | public typealias TableRowValue = Value |
| 5207 | public typealias TableRowBody = Swift.Never |
| 5208 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.EmptyTableRowContent<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 5209 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 5210 | @available(iOS 17.0, macOS 14.0, *) |
| 5211 | @available(tvOS, unavailable) |
| 5212 | @available(watchOS, unavailable) |
| 5213 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 5214 | } |
| 5215 | #else |
| 5216 | @available(iOS 16.0, macOS 13.0, *) |
| 5217 | @available(tvOS, unavailable) |
| 5218 | @available(watchOS, unavailable) |
| 5219 | nonisolated public struct EmptyTableRowContent<Value> where Value : Swift.Identifiable { |
| 5220 | public typealias TableRowValue = Value |
| 5221 | public typealias TableRowBody = Swift.Never |
| 5222 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.EmptyTableRowContent<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 5223 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 5224 | @available(iOS 17.0, macOS 14.0, *) |
| 5225 | @available(tvOS, unavailable) |
| 5226 | @available(watchOS, unavailable) |
| 5227 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 5228 | } |
| 5229 | #endif |
| 5230 | #if compiler(>=5.3) && $TildeSendable |
| 5231 | @available(iOS 16.0, macOS 13.0, *) |
| 5232 | @available(tvOS, unavailable) |
| 5233 | @available(watchOS, unavailable) |
| 5234 | nonisolated public struct TableHeaderRowContent<Value, Content> : SwiftUI.TableRowContent, ~Swift.Sendable where Value : Swift.Identifiable, Content : SwiftUICore.View { |
| 5235 | public typealias TableRowValue = Value |
| 5236 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 5237 | get |
| 5238 | } |
| 5239 | @available(iOS 17.0, macOS 14.0, *) |
| 5240 | @available(tvOS, unavailable) |
| 5241 | @available(watchOS, unavailable) |
| 5242 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 5243 | @available(macOS 13.0, iOS 16.0, *) |
| 5244 | @available(tvOS, unavailable) |
| 5245 | @available(watchOS, unavailable) |
| 5246 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI21TableHeaderRowContentV05tableE4BodyQrvp", 0) __<Value, Content> |
| 5247 | } |
| 5248 | #else |
| 5249 | @available(iOS 16.0, macOS 13.0, *) |
| 5250 | @available(tvOS, unavailable) |
| 5251 | @available(watchOS, unavailable) |
| 5252 | nonisolated public struct TableHeaderRowContent<Value, Content> : SwiftUI.TableRowContent where Value : Swift.Identifiable, Content : SwiftUICore.View { |
| 5253 | public typealias TableRowValue = Value |
| 5254 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 5255 | get |
| 5256 | } |
| 5257 | @available(iOS 17.0, macOS 14.0, *) |
| 5258 | @available(tvOS, unavailable) |
| 5259 | @available(watchOS, unavailable) |
| 5260 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 5261 | @available(macOS 13.0, iOS 16.0, *) |
| 5262 | @available(tvOS, unavailable) |
| 5263 | @available(watchOS, unavailable) |
| 5264 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI21TableHeaderRowContentV05tableE4BodyQrvp", 0) __<Value, Content> |
| 5265 | } |
| 5266 | #endif |
| 5267 | extension SwiftUICore.View { |
| 5268 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5269 | nonisolated public func menuOrder(_ order: SwiftUI.MenuOrder) -> some SwiftUICore.View |
| 3998 | @frozen public struct PlaceholderTextShapeStyle : SwiftUICore.ShapeStyle { |
| 3999 | @_alwaysEmitIntoClient public init() {} |
| 4000 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 4001 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 4002 | public typealias Resolved = Swift.Never |
| 4003 | } |
| 4004 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4005 | @preconcurrency @_Concurrency.MainActor public protocol TabViewStyle { |
| 4006 | nonisolated static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 4007 | nonisolated static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 4008 | } |
| 4009 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4010 | public struct _TabViewValue<Style, SelectionValue> where Style : SwiftUI.TabViewStyle, SelectionValue : Swift.Hashable { |
| 4011 | } |
| 4012 | @available(*, unavailable) |
| 4013 | extension SwiftUI._TabViewValue : Swift.Sendable { |
| 4014 | } |
| 4015 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4016 | extension SwiftUICore.View { |
| 4017 | nonisolated public func tabViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.TabViewStyle |
| 5300 | @frozen public struct PlaceholderTextShapeStyle : SwiftUICore.ShapeStyle { |
| 5301 | @_alwaysEmitIntoClient public init() {} |
| 5302 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 5303 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5304 | public typealias Resolved = Swift.Never |
| 5305 | } |
| 5306 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5307 | @preconcurrency @_Concurrency.MainActor public protocol TabViewStyle { |
| 5308 | nonisolated static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 5309 | nonisolated static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 5310 | } |
| 5311 | #if compiler(>=5.3) && $TildeSendable |
| 5312 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5313 | public struct _TabViewValue<Style, SelectionValue> : ~Swift.Sendable where Style : SwiftUI.TabViewStyle, SelectionValue : Swift.Hashable { |
| 5314 | } |
| 5315 | #else |
| 5316 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5317 | public struct _TabViewValue<Style, SelectionValue> where Style : SwiftUI.TabViewStyle, SelectionValue : Swift.Hashable { |
| 5318 | } |
| 5319 | #endif |
| 5320 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5321 | extension SwiftUICore.View { |
| 5322 | nonisolated public func tabViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.TabViewStyle |
| 4028 | nonisolated public func contentMargins(_ length: CoreFoundation.CGFloat, for placement: SwiftUI.ContentMarginPlacement = .automatic) -> some SwiftUICore.View |
| 4029 | |
| 4030 | } |
| 4031 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 4032 | @usableFromInline |
| 4033 | internal enum SectionIndexLabel { |
| 4034 | case text(SwiftUICore.Text) |
| 4035 | case image(SwiftUICore.Image) |
| 4036 | } |
| 4037 | @available(*, unavailable) |
| 4038 | extension SwiftUI.SectionIndexLabel : Swift.Sendable { |
| 4039 | } |
| 4040 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 4041 | @usableFromInline |
| 4042 | internal struct SectionIndexLabelKey : SwiftUICore._ViewTraitKey { |
| 4043 | @_alwaysEmitIntoClient internal static var defaultValue: SwiftUI.SectionIndexLabel? { |
| 4044 | get { nil } |
| 4045 | } |
| 4046 | @available(iOS 18.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, macOS 15.0, *) |
| 4047 | @usableFromInline |
| 4048 | internal typealias Value = SwiftUI.SectionIndexLabel? |
| 4049 | } |
| 4050 | @available(*, unavailable) |
| 4051 | extension SwiftUI.SectionIndexLabelKey : Swift.Sendable { |
| 4052 | } |
| 4053 | extension SwiftUICore.View { |
| 4054 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 4055 | @_alwaysEmitIntoClient nonisolated public func sectionIndexLabel(_ label: SwiftUICore.Text?) -> some SwiftUICore.View { |
| 5333 | nonisolated public func contentMargins(_ length: CoreFoundation.CGFloat, for placement: SwiftUI.ContentMarginPlacement = .automatic) -> some SwiftUICore.View |
| 5334 | |
| 5335 | } |
| 5336 | #if compiler(>=5.3) && $TildeSendable |
| 5337 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5338 | @usableFromInline |
| 5339 | internal enum SectionIndexLabel : ~Swift.Sendable { |
| 5340 | case text(SwiftUICore.Text) |
| 5341 | case image(SwiftUICore.Image) |
| 5342 | } |
| 5343 | #else |
| 5344 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5345 | @usableFromInline |
| 5346 | internal enum SectionIndexLabel { |
| 5347 | case text(SwiftUICore.Text) |
| 5348 | case image(SwiftUICore.Image) |
| 5349 | } |
| 5350 | #endif |
| 5351 | #if compiler(>=5.3) && $TildeSendable |
| 5352 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5353 | @usableFromInline |
| 5354 | internal struct SectionIndexLabelKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 5355 | @_alwaysEmitIntoClient internal static var defaultValue: SwiftUI.SectionIndexLabel? { |
| 5356 | get { nil } |
| 5357 | } |
| 5358 | @available(macOS 15.0, iOS 18.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5359 | @usableFromInline |
| 5360 | internal typealias Value = SwiftUI.SectionIndexLabel? |
| 5361 | } |
| 5362 | #else |
| 5363 | @available(iOS 18.0, macOS 15.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5364 | @usableFromInline |
| 5365 | internal struct SectionIndexLabelKey : SwiftUICore._ViewTraitKey { |
| 5366 | @_alwaysEmitIntoClient internal static var defaultValue: SwiftUI.SectionIndexLabel? { |
| 5367 | get { nil } |
| 5368 | } |
| 5369 | @available(macOS 15.0, iOS 18.0, tvOS 26.0, watchOS 10.0, visionOS 2.0, *) |
| 5370 | @usableFromInline |
| 5371 | internal typealias Value = SwiftUI.SectionIndexLabel? |
| 5372 | } |
| 5373 | #endif |
| 5374 | extension SwiftUICore.View { |
| 5375 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 5376 | @_alwaysEmitIntoClient nonisolated public func sectionIndexLabel(_ label: SwiftUICore.Text?) -> some SwiftUICore.View { |
| 4062 | } |
| 4063 | |
| 4064 | } |
| 4065 | @available(iOS, unavailable) |
| 4066 | @available(macOS, unavailable) |
| 4067 | @available(tvOS, unavailable) |
| 5383 | } |
| 5384 | |
| 5385 | } |
| 5386 | #if compiler(>=5.3) && $TildeSendable |
| 5387 | @available(iOS, unavailable) |
| 5388 | @available(macOS, unavailable) |
| 5389 | @available(tvOS, unavailable) |
| 5390 | @available(watchOS, introduced: 10.0, deprecated: 100000.0, renamed: "SectionIndexLabelKey") |
| 5391 | @usableFromInline |
| 5392 | internal struct SectionIndexTitleKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 5393 | @inlinable internal static var defaultValue: SwiftUICore.Text? { |
| 5394 | get { nil } |
| 5395 | } |
| 5396 | @usableFromInline |
| 5397 | @available(macOS, unavailable) |
| 5398 | @available(iOS, unavailable) |
| 5399 | @available(tvOS, unavailable) |
| 5400 | @available(watchOS, introduced: 10.0, deprecated: 100000.0, renamed: "SectionIndexLabelKey") |
| 5401 | internal typealias Value = SwiftUICore.Text? |
| 5402 | } |
| 5403 | #else |
| 5404 | @available(iOS, unavailable) |
| 5405 | @available(macOS, unavailable) |
| 5406 | @available(tvOS, unavailable) |
| 4072 | get { nil } |
| 4073 | } |
| 4074 | @usableFromInline |
| 4075 | @available(iOS, unavailable) |
| 4076 | @available(tvOS, unavailable) |
| 4077 | @available(watchOS, introduced: 10.0, deprecated: 100000.0, renamed: "SectionIndexLabelKey") |
| 4078 | @available(macOS, unavailable) |
| 4079 | internal typealias Value = SwiftUICore.Text? |
| 4080 | } |
| 4081 | @available(*, unavailable) |
| 4082 | extension SwiftUI.SectionIndexTitleKey : Swift.Sendable { |
| 4083 | } |
| 4084 | extension SwiftUICore.View { |
| 4085 | @available(iOS 26.0, visionOS 26.0, watchOS 26.0, *) |
| 4086 | @available(macOS, unavailable) |
| 5411 | get { nil } |
| 5412 | } |
| 5413 | @usableFromInline |
| 5414 | @available(macOS, unavailable) |
| 5415 | @available(iOS, unavailable) |
| 5416 | @available(tvOS, unavailable) |
| 5417 | @available(watchOS, introduced: 10.0, deprecated: 100000.0, renamed: "SectionIndexLabelKey") |
| 5418 | internal typealias Value = SwiftUICore.Text? |
| 5419 | } |
| 5420 | #endif |
| 5421 | extension SwiftUICore.View { |
| 5422 | @available(iOS 26.0, visionOS 26.0, watchOS 26.0, *) |
| 5423 | @available(macOS, unavailable) |
| 4093 | @available(watchOS, unavailable) |
| 4094 | @preconcurrency @_Concurrency.MainActor public protocol DisclosureGroupStyle { |
| 4095 | associatedtype Body : SwiftUICore.View |
| 4096 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 4097 | typealias Configuration = SwiftUI.DisclosureGroupStyleConfiguration |
| 4098 | } |
| 4099 | @available(iOS 16.0, macOS 13.0, *) |
| 4100 | @available(tvOS, unavailable) |
| 4101 | @available(watchOS, unavailable) |
| 4102 | public struct DisclosureGroupStyleConfiguration { |
| 4103 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 4104 | @available(iOS 16.0, macOS 13.0, *) |
| 4105 | @available(tvOS, unavailable) |
| 4106 | @available(watchOS, unavailable) |
| 4107 | public typealias Body = Swift.Never |
| 4108 | } |
| 4109 | public let label: SwiftUI.DisclosureGroupStyleConfiguration.Label |
| 4110 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 4111 | @available(iOS 16.0, macOS 13.0, *) |
| 4112 | @available(tvOS, unavailable) |
| 4113 | @available(watchOS, unavailable) |
| 4114 | public typealias Body = Swift.Never |
| 4115 | } |
| 4116 | public let content: SwiftUI.DisclosureGroupStyleConfiguration.Content |
| 4117 | @SwiftUICore.Binding @_projectedValueProperty($isExpanded) public var isExpanded: Swift.Bool { |
| 4118 | get |
| 4119 | @available(iOS 16.0, macOS 13.0, *) |
| 4120 | @available(tvOS, unavailable) |
| 4121 | @available(watchOS, unavailable, introduced: 6.0) |
| 4122 | nonmutating set |
| 4123 | @available(iOS 16.0, macOS 13.0, *) |
| 4124 | @available(tvOS, unavailable) |
| 4125 | @available(watchOS, unavailable, introduced: 6.0) |
| 4126 | nonmutating _modify |
| 5430 | @available(watchOS, unavailable) |
| 5431 | @preconcurrency @_Concurrency.MainActor public protocol DisclosureGroupStyle { |
| 5432 | associatedtype Body : SwiftUICore.View |
| 5433 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 5434 | typealias Configuration = SwiftUI.DisclosureGroupStyleConfiguration |
| 5435 | } |
| 5436 | #if compiler(>=5.3) && $TildeSendable |
| 5437 | @available(iOS 16.0, macOS 13.0, *) |
| 5438 | @available(tvOS, unavailable) |
| 5439 | @available(watchOS, unavailable) |
| 5440 | public struct DisclosureGroupStyleConfiguration : ~Swift.Sendable { |
| 5441 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 5442 | @available(macOS 13.0, iOS 16.0, *) |
| 5443 | @available(tvOS, unavailable) |
| 5444 | @available(watchOS, unavailable) |
| 5445 | public typealias Body = Swift.Never |
| 5446 | } |
| 5447 | public let label: SwiftUI.DisclosureGroupStyleConfiguration.Label |
| 5448 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 5449 | @available(macOS 13.0, iOS 16.0, *) |
| 5450 | @available(tvOS, unavailable) |
| 5451 | @available(watchOS, unavailable) |
| 5452 | public typealias Body = Swift.Never |
| 5453 | } |
| 5454 | public let content: SwiftUI.DisclosureGroupStyleConfiguration.Content |
| 5455 | @SwiftUICore.Binding @_projectedValueProperty($isExpanded) public var isExpanded: Swift.Bool { |
| 5456 | get |
| 5457 | @available(macOS 13.0, iOS 16.0, *) |
| 5458 | @available(tvOS, unavailable) |
| 5459 | @available(watchOS, unavailable, introduced: 6.0) |
| 5460 | nonmutating set |
| 5461 | @available(macOS 13.0, iOS 16.0, *) |
| 5462 | @available(tvOS, unavailable) |
| 5463 | @available(watchOS, unavailable, introduced: 6.0) |
| 5464 | nonmutating _modify |
| 4129 | get |
| 4130 | } |
| 4131 | } |
| 4132 | @available(*, unavailable) |
| 4133 | extension SwiftUI.DisclosureGroupStyleConfiguration : Swift.Sendable { |
| 4134 | } |
| 4135 | @available(*, unavailable) |
| 4136 | extension SwiftUI.DisclosureGroupStyleConfiguration.Content : Swift.Sendable { |
| 4137 | } |
| 4138 | @available(*, unavailable) |
| 4139 | extension SwiftUI.DisclosureGroupStyleConfiguration.Label : Swift.Sendable { |
| 4140 | } |
| 4141 | @available(tvOS, unavailable) |
| 4142 | @available(watchOS, unavailable) |
| 4143 | extension SwiftUICore.View { |
| 5467 | get |
| 5468 | } |
| 5469 | } |
| 5470 | #else |
| 5471 | @available(iOS 16.0, macOS 13.0, *) |
| 5472 | @available(tvOS, unavailable) |
| 5473 | @available(watchOS, unavailable) |
| 5474 | public struct DisclosureGroupStyleConfiguration { |
| 5475 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 5476 | @available(macOS 13.0, iOS 16.0, *) |
| 5477 | @available(tvOS, unavailable) |
| 5478 | @available(watchOS, unavailable) |
| 5479 | public typealias Body = Swift.Never |
| 5480 | } |
| 5481 | public let label: SwiftUI.DisclosureGroupStyleConfiguration.Label |
| 5482 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 5483 | @available(macOS 13.0, iOS 16.0, *) |
| 5484 | @available(tvOS, unavailable) |
| 5485 | @available(watchOS, unavailable) |
| 5486 | public typealias Body = Swift.Never |
| 5487 | } |
| 5488 | public let content: SwiftUI.DisclosureGroupStyleConfiguration.Content |
| 5489 | @SwiftUICore.Binding @_projectedValueProperty($isExpanded) public var isExpanded: Swift.Bool { |
| 5490 | get |
| 5491 | @available(macOS 13.0, iOS 16.0, *) |
| 5492 | @available(tvOS, unavailable) |
| 5493 | @available(watchOS, unavailable, introduced: 6.0) |
| 5494 | nonmutating set |
| 5495 | @available(macOS 13.0, iOS 16.0, *) |
| 5496 | @available(tvOS, unavailable) |
| 5497 | @available(watchOS, unavailable, introduced: 6.0) |
| 5498 | nonmutating _modify |
| 5499 | } |
| 5500 | public var $isExpanded: SwiftUICore.Binding<Swift.Bool> { |
| 5501 | get |
| 5502 | } |
| 5503 | } |
| 5504 | #endif |
| 5505 | @available(tvOS, unavailable) |
| 5506 | @available(watchOS, unavailable) |
| 5507 | extension SwiftUICore.View { |
| 4166 | public static let automatic: SwiftUI.DefaultFocusEvaluationPriority |
| 4167 | public static let userInitiated: SwiftUI.DefaultFocusEvaluationPriority |
| 4168 | } |
| 4169 | extension SwiftUICore.View { |
| 4170 | @available(iOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4171 | @available(macOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4172 | @available(tvOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4173 | @available(watchOS, unavailable) |
| 4174 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 4175 | @_disfavoredOverload nonisolated public func onContinuousHover(coordinateSpace: SwiftUICore.CoordinateSpace = .local, perform action: @escaping (SwiftUI.HoverPhase) -> Swift.Void) -> some SwiftUICore.View |
| 4176 | |
| 4177 | } |
| 4178 | extension SwiftUICore.View { |
| 4179 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 4180 | @available(watchOS, unavailable) |
| 4181 | nonisolated public func onContinuousHover(coordinateSpace: some CoordinateSpaceProtocol = .local, perform action: @escaping (SwiftUI.HoverPhase) -> Swift.Void) -> some SwiftUICore.View |
| 4182 | |
| 4183 | } |
| 5530 | public static let automatic: SwiftUI.DefaultFocusEvaluationPriority |
| 5531 | public static let userInitiated: SwiftUI.DefaultFocusEvaluationPriority |
| 5532 | } |
| 5533 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 5534 | @available(watchOS, unavailable) |
| 5535 | extension SwiftUICore.View { |
| 5536 | nonisolated public func onContinuousHover(coordinateSpace: some CoordinateSpaceProtocol = .local, perform action: @escaping (SwiftUI.HoverPhase) -> Swift.Void) -> some SwiftUICore.View |
| 5537 | |
| 5538 | } |
| 4238 | get |
| 4239 | } |
| 4240 | } |
| 4241 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 4242 | public struct AutomaticLabeledContentStyle : SwiftUI.LabeledContentStyle { |
| 4243 | public init() |
| 4244 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticLabeledContentStyle.Configuration) -> some SwiftUICore.View |
| 4245 | |
| 4246 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 4247 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28AutomaticLabeledContentStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 4248 | } |
| 4249 | @available(*, unavailable) |
| 4250 | extension SwiftUI.AutomaticLabeledContentStyle : Swift.Sendable { |
| 4251 | } |
| 4252 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4253 | extension SwiftUICore.View { |
| 4254 | @_alwaysEmitIntoClient nonisolated public func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default, isActive: Swift.Bool = true) -> some SwiftUICore.View where T : Symbols.IndefiniteSymbolEffect, T : Symbols.SymbolEffect { |
| 5593 | get |
| 5594 | } |
| 5595 | } |
| 5596 | #if compiler(>=5.3) && $TildeSendable |
| 5597 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5598 | nonisolated public struct AutomaticLabeledContentStyle : SwiftUI.LabeledContentStyle, ~Swift.Sendable { |
| 5599 | nonisolated public init() |
| 5600 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticLabeledContentStyle.Configuration) -> some SwiftUICore.View |
| 5601 | |
| 5602 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 5603 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28AutomaticLabeledContentStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 5604 | } |
| 5605 | #else |
| 5606 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5607 | nonisolated public struct AutomaticLabeledContentStyle : SwiftUI.LabeledContentStyle { |
| 5608 | nonisolated public init() |
| 5609 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticLabeledContentStyle.Configuration) -> some SwiftUICore.View |
| 5610 | |
| 5611 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 5612 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28AutomaticLabeledContentStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 5613 | } |
| 5614 | #endif |
| 5615 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5616 | extension SwiftUICore.View { |
| 5617 | @_alwaysEmitIntoClient nonisolated public func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default, isActive: Swift.Bool = true) -> some SwiftUICore.View where T : Symbols.IndefiniteSymbolEffect, T : Symbols.SymbolEffect { |
| 4262 | } |
| 4263 | |
| 4264 | } |
| 4265 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4266 | @frozen public struct _IndefiniteSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 4267 | @usableFromInline |
| 4268 | internal var config: Symbols.SymbolEffectConfiguration |
| 4269 | @usableFromInline |
| 4270 | internal var options: Symbols.SymbolEffectOptions |
| 4271 | @usableFromInline |
| 4272 | internal var isActive: Swift.Bool |
| 4273 | @_alwaysEmitIntoClient internal init<T>(effect: T, options: Symbols.SymbolEffectOptions, isActive: Swift.Bool) where T : Symbols.IndefiniteSymbolEffect, T : Symbols.SymbolEffect { |
| 4274 | self.config = effect.configuration |
| 4275 | self.options = options |
| 4276 | self.isActive = isActive |
| 4277 | } |
| 4278 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._IndefiniteSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 4279 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 4280 | public typealias Body = Swift.Never |
| 4281 | } |
| 4282 | @available(*, unavailable) |
| 4283 | extension SwiftUI._IndefiniteSymbolEffectModifier : Swift.Sendable { |
| 4284 | } |
| 4285 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4286 | @frozen public struct _DiscreteSymbolEffectModifier<T> : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier where T : Swift.Equatable { |
| 4287 | @usableFromInline |
| 4288 | internal var config: Symbols.SymbolEffectConfiguration |
| 4289 | @usableFromInline |
| 4290 | internal var options: Symbols.SymbolEffectOptions |
| 4291 | @usableFromInline |
| 4292 | internal var value: T |
| 4293 | @_alwaysEmitIntoClient internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, value: T) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 4294 | config = effect.configuration |
| 4295 | self.options = options |
| 4296 | self.value = value |
| 4297 | } |
| 4298 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._DiscreteSymbolEffectModifier<T>>, inputs: inout SwiftUICore._GraphInputs) |
| 4299 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 4300 | public typealias Body = Swift.Never |
| 4301 | } |
| 4302 | @available(*, unavailable) |
| 4303 | extension SwiftUI._DiscreteSymbolEffectModifier : Swift.Sendable { |
| 4304 | } |
| 4305 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 4306 | @frozen public struct _ConditionalSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 4307 | @usableFromInline |
| 4308 | internal var config: Symbols.SymbolEffectConfiguration |
| 4309 | @usableFromInline |
| 4310 | internal var options: Symbols.SymbolEffectOptions |
| 4311 | @usableFromInline |
| 4312 | internal var condition: Swift.Bool |
| 4313 | @_alwaysEmitIntoClient internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, condition: Swift.Bool) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 4314 | config = effect.configuration |
| 4315 | self.options = options |
| 4316 | self.condition = condition |
| 4317 | } |
| 4318 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._ConditionalSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 4319 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 4320 | public typealias Body = Swift.Never |
| 4321 | } |
| 4322 | @available(*, unavailable) |
| 4323 | extension SwiftUI._ConditionalSymbolEffectModifier : Swift.Sendable { |
| 4324 | } |
| 4325 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4326 | extension SwiftUICore.Transition where Self == SwiftUI.SymbolEffectTransition { |
| 4327 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default) -> SwiftUI.SymbolEffectTransition where T : Symbols.SymbolEffect, T : Symbols.TransitionSymbolEffect { |
| 5625 | } |
| 5626 | |
| 5627 | } |
| 5628 | #if compiler(>=5.3) && $TildeSendable |
| 5629 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5630 | @frozen nonisolated public struct _IndefiniteSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier, ~Swift.Sendable { |
| 5631 | @usableFromInline |
| 5632 | internal var config: Symbols.SymbolEffectConfiguration |
| 5633 | @usableFromInline |
| 5634 | internal var options: Symbols.SymbolEffectOptions |
| 5635 | @usableFromInline |
| 5636 | internal var isActive: Swift.Bool |
| 5637 | @_alwaysEmitIntoClient nonisolated internal init<T>(effect: T, options: Symbols.SymbolEffectOptions, isActive: Swift.Bool) where T : Symbols.IndefiniteSymbolEffect, T : Symbols.SymbolEffect { |
| 5638 | self.config = effect.configuration |
| 5639 | self.options = options |
| 5640 | self.isActive = isActive |
| 5641 | } |
| 5642 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._IndefiniteSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 5643 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5644 | public typealias Body = Swift.Never |
| 5645 | } |
| 5646 | #else |
| 5647 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5648 | @frozen nonisolated public struct _IndefiniteSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 5649 | @usableFromInline |
| 5650 | internal var config: Symbols.SymbolEffectConfiguration |
| 5651 | @usableFromInline |
| 5652 | internal var options: Symbols.SymbolEffectOptions |
| 5653 | @usableFromInline |
| 5654 | internal var isActive: Swift.Bool |
| 5655 | @_alwaysEmitIntoClient nonisolated internal init<T>(effect: T, options: Symbols.SymbolEffectOptions, isActive: Swift.Bool) where T : Symbols.IndefiniteSymbolEffect, T : Symbols.SymbolEffect { |
| 5656 | self.config = effect.configuration |
| 5657 | self.options = options |
| 5658 | self.isActive = isActive |
| 5659 | } |
| 5660 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._IndefiniteSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 5661 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5662 | public typealias Body = Swift.Never |
| 5663 | } |
| 5664 | #endif |
| 5665 | #if compiler(>=5.3) && $TildeSendable |
| 5666 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5667 | @frozen nonisolated public struct _DiscreteSymbolEffectModifier<T> : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier, ~Swift.Sendable where T : Swift.Equatable { |
| 5668 | @usableFromInline |
| 5669 | internal var config: Symbols.SymbolEffectConfiguration |
| 5670 | @usableFromInline |
| 5671 | internal var options: Symbols.SymbolEffectOptions |
| 5672 | @usableFromInline |
| 5673 | internal var value: T |
| 5674 | @_alwaysEmitIntoClient nonisolated internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, value: T) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 5675 | config = effect.configuration |
| 5676 | self.options = options |
| 5677 | self.value = value |
| 5678 | } |
| 5679 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._DiscreteSymbolEffectModifier<T>>, inputs: inout SwiftUICore._GraphInputs) |
| 5680 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5681 | public typealias Body = Swift.Never |
| 5682 | } |
| 5683 | #else |
| 5684 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5685 | @frozen nonisolated public struct _DiscreteSymbolEffectModifier<T> : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier where T : Swift.Equatable { |
| 5686 | @usableFromInline |
| 5687 | internal var config: Symbols.SymbolEffectConfiguration |
| 5688 | @usableFromInline |
| 5689 | internal var options: Symbols.SymbolEffectOptions |
| 5690 | @usableFromInline |
| 5691 | internal var value: T |
| 5692 | @_alwaysEmitIntoClient nonisolated internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, value: T) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 5693 | config = effect.configuration |
| 5694 | self.options = options |
| 5695 | self.value = value |
| 5696 | } |
| 5697 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._DiscreteSymbolEffectModifier<T>>, inputs: inout SwiftUICore._GraphInputs) |
| 5698 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5699 | public typealias Body = Swift.Never |
| 5700 | } |
| 5701 | #endif |
| 5702 | #if compiler(>=5.3) && $TildeSendable |
| 5703 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5704 | @frozen nonisolated public struct _ConditionalSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier, ~Swift.Sendable { |
| 5705 | @usableFromInline |
| 5706 | internal var config: Symbols.SymbolEffectConfiguration |
| 5707 | @usableFromInline |
| 5708 | internal var options: Symbols.SymbolEffectOptions |
| 5709 | @usableFromInline |
| 5710 | internal var condition: Swift.Bool |
| 5711 | @_alwaysEmitIntoClient nonisolated internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, condition: Swift.Bool) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 5712 | config = effect.configuration |
| 5713 | self.options = options |
| 5714 | self.condition = condition |
| 5715 | } |
| 5716 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._ConditionalSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 5717 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5718 | public typealias Body = Swift.Never |
| 5719 | } |
| 5720 | #else |
| 5721 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5722 | @frozen nonisolated public struct _ConditionalSymbolEffectModifier : SwiftUICore.ViewModifier, SwiftUICore._GraphInputsModifier { |
| 5723 | @usableFromInline |
| 5724 | internal var config: Symbols.SymbolEffectConfiguration |
| 5725 | @usableFromInline |
| 5726 | internal var options: Symbols.SymbolEffectOptions |
| 5727 | @usableFromInline |
| 5728 | internal var condition: Swift.Bool |
| 5729 | @_alwaysEmitIntoClient nonisolated internal init<U>(effect: U, options: Symbols.SymbolEffectOptions, condition: Swift.Bool) where U : Symbols.DiscreteSymbolEffect, U : Symbols.SymbolEffect { |
| 5730 | config = effect.configuration |
| 5731 | self.options = options |
| 5732 | self.condition = condition |
| 5733 | } |
| 5734 | public static func _makeInputs(modifier: SwiftUICore._GraphValue<SwiftUI._ConditionalSymbolEffectModifier>, inputs: inout SwiftUICore._GraphInputs) |
| 5735 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5736 | public typealias Body = Swift.Never |
| 5737 | } |
| 5738 | #endif |
| 5739 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5740 | extension SwiftUICore.Transition where Self == SwiftUI.SymbolEffectTransition { |
| 5741 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default) -> SwiftUI.SymbolEffectTransition where T : Symbols.SymbolEffect, T : Symbols.TransitionSymbolEffect { |
| 4333 | } |
| 4334 | } |
| 4335 | } |
| 4336 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4337 | @frozen @_Concurrency.MainActor @preconcurrency public struct SymbolEffectTransition : SwiftUICore.Transition { |
| 4338 | @usableFromInline |
| 5747 | } |
| 5748 | } |
| 5749 | } |
| 5750 | #if compiler(>=5.3) && $TildeSendable |
| 5751 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5752 | @frozen @_Concurrency.MainActor @preconcurrency public struct SymbolEffectTransition : SwiftUICore.Transition, ~Swift.Sendable { |
| 5753 | @usableFromInline |
| 5754 | @_Concurrency.MainActor @preconcurrency internal var config: Symbols.SymbolEffectConfiguration |
| 5755 | @usableFromInline |
| 5756 | @_Concurrency.MainActor @preconcurrency internal var options: Symbols.SymbolEffectOptions |
| 5757 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<T>(effect: T, options: Symbols.SymbolEffectOptions) where T : Symbols.SymbolEffect, T : Symbols.TransitionSymbolEffect { |
| 5758 | config = effect.configuration |
| 5759 | self.options = options |
| 5760 | } |
| 5761 | @_Concurrency.MainActor @preconcurrency public func body(content: SwiftUI.SymbolEffectTransition.Content, phase: SwiftUICore.TransitionPhase) -> some SwiftUICore.View |
| 5762 | |
| 5763 | @_Concurrency.MainActor @preconcurrency public static let properties: SwiftUICore.TransitionProperties |
| 5764 | nonisolated public func _makeContentTransition(transition: inout SwiftUICore._Transition_ContentTransition) |
| 5765 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5766 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22SymbolEffectTransitionV4body7content5phaseQrAA22PlaceholderContentViewVyACG_AA0E5PhaseOtF", 0) __ |
| 5767 | } |
| 5768 | #else |
| 5769 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5770 | @frozen @_Concurrency.MainActor @preconcurrency public struct SymbolEffectTransition : SwiftUICore.Transition { |
| 5771 | @usableFromInline |
| 4346 | @_Concurrency.MainActor @preconcurrency public func body(content: SwiftUI.SymbolEffectTransition.Content, phase: SwiftUICore.TransitionPhase) -> some SwiftUICore.View |
| 4347 | |
| 4348 | @_Concurrency.MainActor @preconcurrency public static let properties: SwiftUICore.TransitionProperties |
| 4349 | @_Concurrency.MainActor @preconcurrency public func _makeContentTransition(transition: inout SwiftUICore._Transition_ContentTransition) |
| 4350 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 4351 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22SymbolEffectTransitionV4body7content5phaseQrAA22PlaceholderContentViewVyACG_AA0E5PhaseOtF", 0) __ |
| 4352 | } |
| 4353 | @available(*, unavailable) |
| 4354 | extension SwiftUI.SymbolEffectTransition : Swift.Sendable { |
| 4355 | } |
| 4356 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4357 | extension SwiftUICore.ContentTransition { |
| 4358 | public static func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default) -> SwiftUICore.ContentTransition where T : Symbols.ContentTransitionSymbolEffect, T : Symbols.SymbolEffect |
| 5779 | @_Concurrency.MainActor @preconcurrency public func body(content: SwiftUI.SymbolEffectTransition.Content, phase: SwiftUICore.TransitionPhase) -> some SwiftUICore.View |
| 5780 | |
| 5781 | @_Concurrency.MainActor @preconcurrency public static let properties: SwiftUICore.TransitionProperties |
| 5782 | nonisolated public func _makeContentTransition(transition: inout SwiftUICore._Transition_ContentTransition) |
| 5783 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 5784 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22SymbolEffectTransitionV4body7content5phaseQrAA22PlaceholderContentViewVyACG_AA0E5PhaseOtF", 0) __ |
| 5785 | } |
| 5786 | #endif |
| 5787 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5788 | extension SwiftUICore.ContentTransition { |
| 5789 | public static func symbolEffect<T>(_ effect: T, options: Symbols.SymbolEffectOptions = .default) -> SwiftUICore.ContentTransition where T : Symbols.ContentTransitionSymbolEffect, T : Symbols.SymbolEffect |
| 4368 | return custom(angle: angle.degrees) |
| 4369 | } |
| 4370 | } |
| 4371 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 4372 | @available(tvOS, unavailable) |
| 4373 | public struct SpatialEventCollection : Swift.Collection { |
| 5799 | return custom(angle: angle.degrees) |
| 5800 | } |
| 5801 | } |
| 5802 | #if compiler(>=5.3) && $TildeSendable |
| 5803 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 5804 | @available(tvOS, unavailable) |
| 5805 | public struct SpatialEventCollection : Swift.Collection, ~Swift.Sendable { |
| 5806 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 5807 | @available(tvOS, unavailable) |
| 5808 | public struct Event : Swift.Identifiable, Swift.Hashable, ~Swift.Sendable { |
| 5809 | public struct ID : Swift.Hashable, ~Swift.Sendable { |
| 5810 | public static func == (a: SwiftUI.SpatialEventCollection.Event.ID, b: SwiftUI.SpatialEventCollection.Event.ID) -> Swift.Bool |
| 5811 | public func hash(into hasher: inout Swift.Hasher) |
| 5812 | public var hashValue: Swift.Int { |
| 5813 | get |
| 5814 | } |
| 5815 | } |
| 5816 | public func hash(into hasher: inout Swift.Hasher) |
| 5817 | public enum Kind : Swift.Hashable, ~Swift.Sendable { |
| 5818 | case touch |
| 5819 | @available(visionOS 1.0, *) |
| 5820 | @available(iOS, unavailable) |
| 5821 | @available(macOS, unavailable) |
| 5822 | @available(tvOS, unavailable) |
| 5823 | @available(watchOS, unavailable) |
| 5824 | case directPinch |
| 5825 | @available(macOS 26.0, visionOS 1.0, *) |
| 5826 | @available(iOS, unavailable) |
| 5827 | @available(tvOS, unavailable) |
| 5828 | @available(watchOS, unavailable) |
| 5829 | case indirectPinch |
| 5830 | @available(iOS 18.0, *) |
| 5831 | @available(macOS, unavailable) |
| 5832 | @available(tvOS, unavailable) |
| 5833 | @available(watchOS, unavailable) |
| 5834 | @available(visionOS, unavailable) |
| 5835 | case pencil |
| 5836 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, *) |
| 5837 | @available(tvOS, unavailable) |
| 5838 | @available(watchOS, unavailable) |
| 5839 | case pointer |
| 5840 | public static func == (a: SwiftUI.SpatialEventCollection.Event.Kind, b: SwiftUI.SpatialEventCollection.Event.Kind) -> Swift.Bool |
| 5841 | public func hash(into hasher: inout Swift.Hasher) |
| 5842 | public var hashValue: Swift.Int { |
| 5843 | get |
| 5844 | } |
| 5845 | } |
| 5846 | public enum Phase : Swift.Hashable, ~Swift.Sendable { |
| 5847 | case active |
| 5848 | case ended |
| 5849 | case cancelled |
| 5850 | public static func == (a: SwiftUI.SpatialEventCollection.Event.Phase, b: SwiftUI.SpatialEventCollection.Event.Phase) -> Swift.Bool |
| 5851 | public func hash(into hasher: inout Swift.Hasher) |
| 5852 | public var hashValue: Swift.Int { |
| 5853 | get |
| 5854 | } |
| 5855 | } |
| 5856 | public struct InputDevicePose : Swift.Hashable, ~Swift.Sendable { |
| 5857 | public var altitude: SwiftUICore.Angle |
| 5858 | public var azimuth: SwiftUICore.Angle |
| 5859 | public static func == (a: SwiftUI.SpatialEventCollection.Event.InputDevicePose, b: SwiftUI.SpatialEventCollection.Event.InputDevicePose) -> Swift.Bool |
| 5860 | public func hash(into hasher: inout Swift.Hasher) |
| 5861 | public var hashValue: Swift.Int { |
| 5862 | get |
| 5863 | } |
| 5864 | } |
| 5865 | public var id: SwiftUI.SpatialEventCollection.Event.ID |
| 5866 | public var timestamp: Foundation.TimeInterval |
| 5867 | public var kind: SwiftUI.SpatialEventCollection.Event.Kind |
| 5868 | public var location: CoreFoundation.CGPoint |
| 5869 | public var phase: SwiftUI.SpatialEventCollection.Event.Phase |
| 5870 | public var modifierKeys: SwiftUICore.EventModifiers |
| 5871 | @available(visionOS 1.0, iOS 18.0, macOS 26.0, *) |
| 5872 | @available(watchOS, unavailable) |
| 5873 | @available(tvOS, unavailable) |
| 5874 | public var inputDevicePose: SwiftUI.SpatialEventCollection.Event.InputDevicePose? { |
| 5875 | get |
| 5876 | set |
| 5877 | } |
| 5878 | public static func == (a: SwiftUI.SpatialEventCollection.Event, b: SwiftUI.SpatialEventCollection.Event) -> Swift.Bool |
| 5879 | public var hashValue: Swift.Int { |
| 5880 | get |
| 5881 | } |
| 5882 | } |
| 5883 | public subscript(index: SwiftUI.SpatialEventCollection.Event.ID) -> SwiftUI.SpatialEventCollection.Event? { |
| 5884 | get |
| 5885 | } |
| 5886 | public struct Iterator : Swift.IteratorProtocol, ~Swift.Sendable { |
| 5887 | public mutating func next() -> SwiftUI.SpatialEventCollection.Event? |
| 5888 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 5889 | @available(tvOS, unavailable) |
| 5890 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 5891 | } |
| 5892 | public func makeIterator() -> SwiftUI.SpatialEventCollection.Iterator |
| 5893 | public struct Index : Swift.Comparable, ~Swift.Sendable { |
| 5894 | public static func < (lhs: SwiftUI.SpatialEventCollection.Index, rhs: SwiftUI.SpatialEventCollection.Index) -> Swift.Bool |
| 5895 | public static func == (a: SwiftUI.SpatialEventCollection.Index, b: SwiftUI.SpatialEventCollection.Index) -> Swift.Bool |
| 5896 | } |
| 5897 | public var startIndex: SwiftUI.SpatialEventCollection.Index { |
| 5898 | get |
| 5899 | } |
| 5900 | public var endIndex: SwiftUI.SpatialEventCollection.Index { |
| 5901 | get |
| 5902 | } |
| 5903 | public subscript(position: SwiftUI.SpatialEventCollection.Index) -> SwiftUI.SpatialEventCollection.Event { |
| 5904 | get |
| 5905 | } |
| 5906 | public func index(after i: SwiftUI.SpatialEventCollection.Index) -> SwiftUI.SpatialEventCollection.Index |
| 5907 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 5908 | @available(tvOS, unavailable) |
| 5909 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 5910 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 5911 | @available(tvOS, unavailable) |
| 5912 | public typealias Indices = Swift.DefaultIndices<SwiftUI.SpatialEventCollection> |
| 5913 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 5914 | @available(tvOS, unavailable) |
| 5915 | public typealias SubSequence = Swift.Slice<SwiftUI.SpatialEventCollection> |
| 5916 | } |
| 5917 | #else |
| 5918 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 5919 | @available(tvOS, unavailable) |
| 5920 | public struct SpatialEventCollection : Swift.Collection { |
| 4453 | } |
| 4454 | public struct Iterator : Swift.IteratorProtocol { |
| 4455 | public mutating func next() -> SwiftUI.SpatialEventCollection.Event? |
| 4456 | @available(iOS 18.0, watchOS 11.0, visionOS 1.0, macOS 15.0, *) |
| 4457 | @available(tvOS, unavailable) |
| 4458 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 4459 | } |
| 6000 | } |
| 6001 | public struct Iterator : Swift.IteratorProtocol { |
| 6002 | public mutating func next() -> SwiftUI.SpatialEventCollection.Event? |
| 6003 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 6004 | @available(tvOS, unavailable) |
| 6005 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 6006 | } |
| 4472 | get |
| 4473 | } |
| 4474 | public func index(after i: SwiftUI.SpatialEventCollection.Index) -> SwiftUI.SpatialEventCollection.Index |
| 4475 | @available(iOS 18.0, watchOS 11.0, visionOS 1.0, macOS 15.0, *) |
| 4476 | @available(tvOS, unavailable) |
| 4477 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 4478 | @available(iOS 18.0, watchOS 11.0, visionOS 1.0, macOS 15.0, *) |
| 4479 | @available(tvOS, unavailable) |
| 4480 | public typealias Indices = Swift.DefaultIndices<SwiftUI.SpatialEventCollection> |
| 4481 | @available(iOS 18.0, watchOS 11.0, visionOS 1.0, macOS 15.0, *) |
| 4482 | @available(tvOS, unavailable) |
| 4483 | public typealias SubSequence = Swift.Slice<SwiftUI.SpatialEventCollection> |
| 4484 | } |
| 4485 | @available(*, unavailable) |
| 4486 | extension SwiftUI.SpatialEventCollection : Swift.Sendable { |
| 4487 | } |
| 4488 | @available(*, unavailable) |
| 4489 | extension SwiftUI.SpatialEventCollection.Iterator : Swift.Sendable { |
| 4490 | } |
| 4491 | @available(*, unavailable) |
| 4492 | extension SwiftUI.SpatialEventCollection.Index : Swift.Sendable { |
| 4493 | } |
| 4494 | @available(*, unavailable) |
| 4495 | extension SwiftUI.SpatialEventCollection.Event : Swift.Sendable { |
| 4496 | } |
| 4497 | @available(*, unavailable) |
| 4498 | extension SwiftUI.SpatialEventCollection.Event.Kind : Swift.Sendable { |
| 4499 | } |
| 4500 | @available(*, unavailable) |
| 4501 | extension SwiftUI.SpatialEventCollection.Event.Phase : Swift.Sendable { |
| 4502 | } |
| 4503 | @available(*, unavailable) |
| 4504 | extension SwiftUI.SpatialEventCollection.Event.InputDevicePose : Swift.Sendable { |
| 4505 | } |
| 4506 | @available(*, unavailable) |
| 4507 | extension SwiftUI.SpatialEventCollection.Event.ID : Swift.Sendable { |
| 4508 | } |
| 4509 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 4510 | @available(tvOS, unavailable) |
| 4511 | extension SwiftUI.SpatialEventCollection : Swift.Equatable { |
| 4512 | public static func == (lhs: SwiftUI.SpatialEventCollection, rhs: SwiftUI.SpatialEventCollection) -> Swift.Bool |
| 4513 | } |
| 4514 | @available(macOS 13.0, *) |
| 4515 | @available(iOS, unavailable) |
| 4516 | @available(tvOS, unavailable) |
| 6019 | get |
| 6020 | } |
| 6021 | public func index(after i: SwiftUI.SpatialEventCollection.Index) -> SwiftUI.SpatialEventCollection.Index |
| 6022 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 6023 | @available(tvOS, unavailable) |
| 6024 | public typealias Element = SwiftUI.SpatialEventCollection.Event |
| 6025 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 6026 | @available(tvOS, unavailable) |
| 6027 | public typealias Indices = Swift.DefaultIndices<SwiftUI.SpatialEventCollection> |
| 6028 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 6029 | @available(tvOS, unavailable) |
| 6030 | public typealias SubSequence = Swift.Slice<SwiftUI.SpatialEventCollection> |
| 6031 | } |
| 6032 | #endif |
| 6033 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 6034 | @available(tvOS, unavailable) |
| 6035 | extension SwiftUI.SpatialEventCollection : Swift.Equatable { |
| 6036 | public static func == (lhs: SwiftUI.SpatialEventCollection, rhs: SwiftUI.SpatialEventCollection) -> Swift.Bool |
| 6037 | } |
| 6038 | #if compiler(>=5.3) && $TildeSendable |
| 6039 | @available(macOS 13.0, *) |
| 6040 | @available(iOS, unavailable) |
| 6041 | @available(tvOS, unavailable) |
| 6042 | @available(watchOS, unavailable) |
| 6043 | @available(visionOS, unavailable) |
| 6044 | public struct WindowMenuBarExtraStyle : SwiftUI.MenuBarExtraStyle, ~Swift.Sendable { |
| 6045 | public typealias _Body = Swift.Never |
| 6046 | public init() |
| 6047 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle> |
| 6048 | } |
| 6049 | #else |
| 6050 | @available(macOS 13.0, *) |
| 6051 | @available(iOS, unavailable) |
| 6052 | @available(tvOS, unavailable) |
| 4521 | public init() |
| 4522 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle> |
| 4523 | } |
| 4524 | @available(*, unavailable) |
| 4525 | extension SwiftUI.WindowMenuBarExtraStyle : Swift.Sendable { |
| 4526 | } |
| 4527 | @available(macOS 13.0, *) |
| 4528 | @available(iOS, unavailable) |
| 4529 | @available(tvOS, unavailable) |
| 6057 | public init() |
| 6058 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.WindowMenuBarExtraStyle> |
| 6059 | } |
| 6060 | #endif |
| 6061 | @available(macOS 13.0, *) |
| 6062 | @available(iOS, unavailable) |
| 6063 | @available(tvOS, unavailable) |
| 4536 | } |
| 4537 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4538 | extension SwiftUI.ProgressViewStyle where Self == SwiftUI.LinearProgressViewStyle { |
| 4539 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var linear: SwiftUI.LinearProgressViewStyle { |
| 4540 | get { .init() } |
| 4541 | } |
| 4542 | } |
| 4543 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4544 | public struct LinearProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 4545 | public init() |
| 4546 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4547 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4548 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4549 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4550 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4551 | public init(tint: SwiftUICore.Color) |
| 4552 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinearProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 4553 | |
| 4554 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 4555 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23LinearProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 4556 | } |
| 4557 | @available(*, unavailable) |
| 4558 | extension SwiftUI.LinearProgressViewStyle : Swift.Sendable { |
| 4559 | } |
| 4560 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4561 | public struct PagingScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 4562 | public init() |
| 4563 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.PagingScrollTargetBehavior.TargetContext) |
| 4564 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.PagingScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 4565 | } |
| 4566 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 4567 | extension SwiftUI.PagingScrollTargetBehavior { |
| 4568 | public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext) |
| 6070 | } |
| 6071 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6072 | extension SwiftUI.ProgressViewStyle where Self == SwiftUI.LinearProgressViewStyle { |
| 6073 | @_alwaysEmitIntoClient nonisolated public static var linear: SwiftUI.LinearProgressViewStyle { |
| 6074 | get { .init() } |
| 6075 | } |
| 6076 | } |
| 6077 | #if compiler(>=5.3) && $TildeSendable |
| 6078 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6079 | nonisolated public struct LinearProgressViewStyle : SwiftUI.ProgressViewStyle, ~Swift.Sendable { |
| 6080 | nonisolated public init() |
| 6081 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6082 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6083 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6084 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6085 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6086 | nonisolated public init(tint: SwiftUICore.Color) |
| 6087 | nonisolated public func makeBody(configuration: SwiftUI.LinearProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 6088 | |
| 6089 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 6090 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23LinearProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 6091 | } |
| 6092 | #else |
| 6093 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6094 | nonisolated public struct LinearProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 6095 | nonisolated public init() |
| 6096 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6097 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6098 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6099 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6100 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6101 | nonisolated public init(tint: SwiftUICore.Color) |
| 6102 | nonisolated public func makeBody(configuration: SwiftUI.LinearProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 6103 | |
| 6104 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 6105 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23LinearProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 6106 | } |
| 6107 | #endif |
| 6108 | #if compiler(>=5.3) && $TildeSendable |
| 6109 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6110 | public struct PagingScrollTargetBehavior : SwiftUI.ScrollTargetBehavior, ~Swift.Sendable { |
| 6111 | public init() |
| 6112 | @available(anyAppleOS 27.0, *) |
| 6113 | @usableFromInline |
| 6114 | internal init(pageCount: Swift.Int?) |
| 6115 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.PagingScrollTargetBehavior.TargetContext) |
| 6116 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.PagingScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 6117 | } |
| 6118 | #else |
| 6119 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6120 | public struct PagingScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 6121 | public init() |
| 6122 | @available(anyAppleOS 27.0, *) |
| 6123 | @usableFromInline |
| 6124 | internal init(pageCount: Swift.Int?) |
| 6125 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.PagingScrollTargetBehavior.TargetContext) |
| 6126 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.PagingScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 6127 | } |
| 6128 | #endif |
| 6129 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6130 | extension SwiftUI.PagingScrollTargetBehavior { |
| 6131 | public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext) |
| 4574 | extension SwiftUI.ScrollTargetBehavior where Self == SwiftUI.PagingScrollTargetBehavior { |
| 4575 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4576 | @_alwaysEmitIntoClient public static var paging: SwiftUI.PagingScrollTargetBehavior { |
| 4577 | get { .init() } |
| 4578 | } |
| 4579 | } |
| 4580 | @available(*, unavailable) |
| 4581 | extension SwiftUI.PagingScrollTargetBehavior : Swift.Sendable { |
| 4582 | } |
| 4583 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4584 | public struct ViewAlignedScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 4585 | public struct LimitBehavior { |
| 6137 | extension SwiftUI.ScrollTargetBehavior where Self == SwiftUI.PagingScrollTargetBehavior { |
| 6138 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6139 | @_alwaysEmitIntoClient public static var paging: SwiftUI.PagingScrollTargetBehavior { |
| 6140 | get { |
| 6141 | .init() |
| 6142 | } |
| 6143 | } |
| 6144 | } |
| 6145 | #if compiler(>=5.3) && $TildeSendable |
| 6146 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6147 | public struct ViewAlignedScrollTargetBehavior : SwiftUI.ScrollTargetBehavior, ~Swift.Sendable { |
| 6148 | public struct LimitBehavior : ~Swift.Sendable { |
| 6149 | public static var automatic: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior { |
| 6150 | get |
| 6151 | } |
| 6152 | public static var always: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior { |
| 6153 | get |
| 6154 | } |
| 6155 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6156 | public static var alwaysByFew: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior { |
| 6157 | get |
| 6158 | } |
| 6159 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6160 | public static var alwaysByOne: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior { |
| 6161 | get |
| 6162 | } |
| 6163 | public static var never: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior { |
| 6164 | get |
| 6165 | } |
| 6166 | } |
| 6167 | public init(limitBehavior: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior = .automatic) |
| 6168 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 6169 | public init(limitBehavior: SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior, anchor: SwiftUICore.UnitPoint?) |
| 6170 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 6171 | public init(anchor: SwiftUICore.UnitPoint?) |
| 6172 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.ViewAlignedScrollTargetBehavior.TargetContext) |
| 6173 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.ViewAlignedScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 6174 | } |
| 6175 | #else |
| 6176 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6177 | public struct ViewAlignedScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 6178 | public struct LimitBehavior { |
| 4609 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.ViewAlignedScrollTargetBehavior.TargetContext) |
| 4610 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.ViewAlignedScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 4611 | } |
| 4612 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 4613 | extension SwiftUI.ViewAlignedScrollTargetBehavior { |
| 4614 | public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext) |
| 6202 | public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.ViewAlignedScrollTargetBehavior.TargetContext) |
| 6203 | public static func _makeInputs(_ behavior: SwiftUICore._GraphValue<SwiftUI.ViewAlignedScrollTargetBehavior>, inputs: inout SwiftUICore._ViewInputs) |
| 6204 | } |
| 6205 | #endif |
| 6206 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6207 | extension SwiftUI.ViewAlignedScrollTargetBehavior { |
| 6208 | public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext) |
| 4635 | .init(limitBehavior: limitBehavior, anchor: anchor) |
| 4636 | } |
| 4637 | } |
| 4638 | @available(*, unavailable) |
| 4639 | extension SwiftUI.ViewAlignedScrollTargetBehavior : Swift.Sendable { |
| 4640 | } |
| 4641 | @available(*, unavailable) |
| 4642 | extension SwiftUI.ViewAlignedScrollTargetBehavior.LimitBehavior : Swift.Sendable { |
| 4643 | } |
| 4644 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 4645 | @frozen public struct AnyScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 4646 | public var base: any SwiftUI.ScrollTargetBehavior |
| 6229 | .init(limitBehavior: limitBehavior, anchor: anchor) |
| 6230 | } |
| 6231 | } |
| 6232 | #if compiler(>=5.3) && $TildeSendable |
| 6233 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6234 | @frozen public struct AnyScrollTargetBehavior : SwiftUI.ScrollTargetBehavior, ~Swift.Sendable { |
| 6235 | public var base: any SwiftUI.ScrollTargetBehavior |
| 6236 | @inlinable public init(_ base: some ScrollTargetBehavior) { |
| 6237 | self.base = base |
| 6238 | } |
| 6239 | @inlinable public func updateTarget(_ target: inout SwiftUICore.ScrollTarget, context: SwiftUI.AnyScrollTargetBehavior.TargetContext) { |
| 6240 | base.updateTarget(&target, context: context) |
| 6241 | } |
| 6242 | @inlinable public func _updateEnvironment(_ env: inout SwiftUICore.EnvironmentValues, context: SwiftUI._ScrollTargetBehaviorEnvironmentContext) { |
| 6243 | base._updateEnvironment(&env, context: context) |
| 6244 | } |
| 6245 | } |
| 6246 | #else |
| 6247 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6248 | @frozen public struct AnyScrollTargetBehavior : SwiftUI.ScrollTargetBehavior { |
| 6249 | public var base: any SwiftUI.ScrollTargetBehavior |
| 4654 | base._updateEnvironment(&env, context: context) |
| 4655 | } |
| 4656 | } |
| 4657 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 4658 | extension SwiftUI.AnyScrollTargetBehavior { |
| 4659 | @inlinable public func properties(context: SwiftUI.AnyScrollTargetBehavior.PropertiesContext) -> SwiftUI.AnyScrollTargetBehavior.Properties { |
| 4660 | base.properties(context: context) |
| 4661 | } |
| 4662 | } |
| 4663 | @available(*, unavailable) |
| 4664 | extension SwiftUI.AnyScrollTargetBehavior : Swift.Sendable { |
| 4665 | } |
| 4666 | @available(visionOS 26.0, *) |
| 4667 | @available(iOS, unavailable) |
| 6257 | base._updateEnvironment(&env, context: context) |
| 6258 | } |
| 6259 | } |
| 6260 | #endif |
| 6261 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 6262 | extension SwiftUI.AnyScrollTargetBehavior { |
| 6263 | @inlinable public func properties(context: SwiftUI.AnyScrollTargetBehavior.PropertiesContext) -> SwiftUI.AnyScrollTargetBehavior.Properties { |
| 6264 | base.properties(context: context) |
| 6265 | } |
| 6266 | } |
| 6267 | @available(anyAppleOS 27.0, *) |
| 6268 | extension SwiftUI.ToolbarContent { |
| 6269 | nonisolated public func contentMarginsRemoved(_ removed: Swift.Bool = true) -> some SwiftUI.ToolbarContent |
| 6270 | |
| 6271 | } |
| 6272 | @available(anyAppleOS 27.0, *) |
| 6273 | extension SwiftUI.CustomizableToolbarContent { |
| 6274 | nonisolated public func contentMarginsRemoved(_ removed: Swift.Bool = true) -> some SwiftUI.CustomizableToolbarContent |
| 6275 | |
| 6276 | } |
| 6277 | @available(visionOS 26.0, *) |
| 6278 | @available(iOS, unavailable) |
| 4696 | nonisolated public func customizationID(_ id: Swift.String) -> some SwiftUI.TabContent<Self.TabValue> |
| 4697 | |
| 4698 | } |
| 4699 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 4700 | public struct TabCustomizationBehavior : Swift.Equatable { |
| 4701 | public static var automatic: SwiftUI.TabCustomizationBehavior { |
| 6307 | nonisolated public func customizationID(_ id: Swift.String) -> some SwiftUI.TabContent<Self.TabValue> |
| 6308 | |
| 6309 | } |
| 6310 | #if compiler(>=5.3) && $TildeSendable |
| 6311 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6312 | public struct TabCustomizationBehavior : Swift.Equatable, ~Swift.Sendable { |
| 6313 | public static var automatic: SwiftUI.TabCustomizationBehavior { |
| 6314 | get |
| 6315 | } |
| 6316 | @available(macOS, unavailable) |
| 6317 | @available(tvOS, unavailable) |
| 6318 | @available(watchOS, unavailable) |
| 6319 | public static var reorderable: SwiftUI.TabCustomizationBehavior { |
| 6320 | get |
| 6321 | } |
| 6322 | @available(macOS, unavailable) |
| 6323 | @available(tvOS, unavailable) |
| 6324 | @available(watchOS, unavailable) |
| 6325 | public static var disabled: SwiftUI.TabCustomizationBehavior { |
| 6326 | get |
| 6327 | } |
| 6328 | public static func == (a: SwiftUI.TabCustomizationBehavior, b: SwiftUI.TabCustomizationBehavior) -> Swift.Bool |
| 6329 | } |
| 6330 | #else |
| 6331 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 6332 | public struct TabCustomizationBehavior : Swift.Equatable { |
| 6333 | public static var automatic: SwiftUI.TabCustomizationBehavior { |
| 4715 | } |
| 4716 | public static func == (a: SwiftUI.TabCustomizationBehavior, b: SwiftUI.TabCustomizationBehavior) -> Swift.Bool |
| 4717 | } |
| 4718 | @available(*, unavailable) |
| 4719 | extension SwiftUI.TabCustomizationBehavior : Swift.Sendable { |
| 4720 | } |
| 4721 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 4722 | @available(tvOS, unavailable) |
| 4723 | @available(visionOS, unavailable) |
| 6347 | } |
| 6348 | public static func == (a: SwiftUI.TabCustomizationBehavior, b: SwiftUI.TabCustomizationBehavior) -> Swift.Bool |
| 6349 | } |
| 6350 | #endif |
| 6351 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 6352 | @available(tvOS, unavailable) |
| 6353 | @available(visionOS, unavailable) |
| 4743 | |
| 4744 | } |
| 4745 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 4746 | @frozen public struct _LayoutDirectionBehaviorEffect : SwiftUICore.ViewModifier { |
| 4747 | public var behavior: SwiftUICore.LayoutDirectionBehavior |
| 4748 | @inlinable public init(behavior: SwiftUICore.LayoutDirectionBehavior) { |
| 4749 | self.behavior = behavior |
| 4750 | } |
| 4751 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._LayoutDirectionBehaviorEffect>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 4752 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 4753 | public typealias Body = Swift.Never |
| 4754 | } |
| 4755 | extension SwiftUICore.View { |
| 6373 | |
| 6374 | } |
| 6375 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6376 | @frozen nonisolated public struct _LayoutDirectionBehaviorEffect : SwiftUICore.ViewModifier { |
| 6377 | public var behavior: SwiftUICore.LayoutDirectionBehavior |
| 6378 | @inlinable nonisolated public init(behavior: SwiftUICore.LayoutDirectionBehavior) { |
| 6379 | self.behavior = behavior |
| 6380 | } |
| 6381 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._LayoutDirectionBehaviorEffect>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6382 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 6383 | public typealias Body = Swift.Never |
| 6384 | } |
| 6385 | extension SwiftUICore.View { |
| 4762 | } |
| 4763 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4764 | extension SwiftUI.ProgressViewStyle where Self == SwiftUI.CircularProgressViewStyle { |
| 4765 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var circular: SwiftUI.CircularProgressViewStyle { |
| 4766 | get { .init() } |
| 4767 | } |
| 4768 | } |
| 4769 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 4770 | public struct CircularProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 4771 | public init() |
| 4772 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4773 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4774 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4775 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4776 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 4777 | public init(tint: SwiftUICore.Color) |
| 4778 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CircularProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 4779 | |
| 4780 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 4781 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25CircularProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 4782 | } |
| 4783 | @available(*, unavailable) |
| 4784 | extension SwiftUI.CircularProgressViewStyle : Swift.Sendable { |
| 4785 | } |
| 4786 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4787 | public struct Toggle<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 4788 | public init(isOn: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 4789 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 4790 | public init<C>(sources: C, isOn: Swift.KeyPath<C.Element, SwiftUICore.Binding<Swift.Bool>>, @SwiftUICore.ViewBuilder label: () -> Label) where C : Swift.RandomAccessCollection |
| 4791 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 4792 | get |
| 4793 | } |
| 4794 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 4795 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ToggleV4bodyQrvp", 0) __<Label> |
| 4796 | } |
| 4797 | @available(*, unavailable) |
| 4798 | extension SwiftUI.Toggle : Swift.Sendable { |
| 4799 | } |
| 4800 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4801 | extension SwiftUI.Toggle where Label == SwiftUI.ToggleStyleConfiguration.Label { |
| 4802 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6392 | } |
| 6393 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6394 | extension SwiftUI.ProgressViewStyle where Self == SwiftUI.CircularProgressViewStyle { |
| 6395 | @_alwaysEmitIntoClient nonisolated public static var circular: SwiftUI.CircularProgressViewStyle { |
| 6396 | get { |
| 6397 | .init() |
| 6398 | } |
| 6399 | } |
| 6400 | } |
| 6401 | #if compiler(>=5.3) && $TildeSendable |
| 6402 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6403 | nonisolated public struct CircularProgressViewStyle : SwiftUI.ProgressViewStyle, ~Swift.Sendable { |
| 6404 | nonisolated public init() |
| 6405 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6406 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6407 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6408 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6409 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6410 | nonisolated public init(tint: SwiftUICore.Color) |
| 6411 | nonisolated public func makeBody(configuration: SwiftUI.CircularProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 6412 | |
| 6413 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 6414 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25CircularProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 6415 | } |
| 6416 | #else |
| 6417 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6418 | nonisolated public struct CircularProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 6419 | nonisolated public init() |
| 6420 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6421 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6422 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6423 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6424 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 6425 | nonisolated public init(tint: SwiftUICore.Color) |
| 6426 | nonisolated public func makeBody(configuration: SwiftUI.CircularProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 6427 | |
| 6428 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 6429 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25CircularProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 6430 | } |
| 6431 | #endif |
| 6432 | #if compiler(>=5.3) && $TildeSendable |
| 6433 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6434 | nonisolated public struct Toggle<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 6435 | nonisolated public init(isOn: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 6436 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6437 | nonisolated public init<C>(sources: C, isOn: Swift.KeyPath<C.Element, SwiftUICore.Binding<Swift.Bool>>, @SwiftUICore.ContentBuilder label: () -> Label) where C : Swift.RandomAccessCollection |
| 6438 | nonisolated public var body: some SwiftUICore.View { |
| 6439 | get |
| 6440 | } |
| 6441 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 6442 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ToggleV4bodyQrvp", 0) __<Label> |
| 6443 | } |
| 6444 | #else |
| 6445 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6446 | nonisolated public struct Toggle<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 6447 | nonisolated public init(isOn: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 6448 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6449 | nonisolated public init<C>(sources: C, isOn: Swift.KeyPath<C.Element, SwiftUICore.Binding<Swift.Bool>>, @SwiftUICore.ContentBuilder label: () -> Label) where C : Swift.RandomAccessCollection |
| 6450 | nonisolated public var body: some SwiftUICore.View { |
| 6451 | get |
| 6452 | } |
| 6453 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 6454 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ToggleV4bodyQrvp", 0) __<Label> |
| 6455 | } |
| 6456 | #endif |
| 6457 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6458 | extension SwiftUI.Toggle where Label == SwiftUI.ToggleStyleConfiguration.Label { |
| 6459 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 4877 | @available(tvOS, unavailable) |
| 4878 | @available(watchOS, unavailable) |
| 4879 | extension SwiftUI.TableColumn where Sort == Foundation.KeyPathComparator<RowValue>, Label == SwiftUICore.Text { |
| 4880 | public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable |
| 4881 | @available(iOS 16.6, macOS 13.5, *) |
| 4882 | @_disfavoredOverload @_alwaysEmitIntoClient public init<V>(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable { |
| 4883 | self.init( |
| 4884 | Text(titleResource), |
| 4885 | value: value, |
| 4886 | content: content |
| 4887 | ) |
| 4888 | } |
| 4889 | @_disfavoredOverload public init<S, V>(_ title: S, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol, V : Swift.Comparable |
| 4890 | @available(iOS 16.6, macOS 13.5, *) |
| 4891 | public init<V>(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable |
| 4892 | public init<V, C>(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator |
| 4893 | @available(iOS 16.6, macOS 13.5, *) |
| 4894 | @_disfavoredOverload @_alwaysEmitIntoClient public init<V, C>(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator { |
| 4895 | self.init( |
| 4896 | Text(titleResource), |
| 4897 | value: value, |
| 4898 | comparator: comparator, |
| 4899 | content: content |
| 4900 | ) |
| 4901 | } |
| 4902 | @_disfavoredOverload public init<S, V, C>(_ title: S, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol, V == C.Compared, C : Foundation.SortComparator |
| 4903 | @available(iOS 16.6, macOS 13.5, *) |
| 4904 | public init<V, C>(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator |
| 4905 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 4906 | @available(iOS 16.6, macOS 13.5, *) |
| 4907 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text { |
| 4908 | self.init( |
| 4909 | Text(titleResource), |
| 4910 | value: value, |
| 4911 | comparator: comparator |
| 4912 | ) |
| 4913 | } |
| 4914 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text, S : Swift.StringProtocol |
| 4915 | @available(iOS 16.6, macOS 13.5, *) |
| 4916 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 4917 | } |
| 4918 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 4919 | extension SwiftUICore.View { |
| 6534 | @available(tvOS, unavailable) |
| 6535 | @available(watchOS, unavailable) |
| 6536 | extension SwiftUI.TableColumn where Sort == Foundation.KeyPathComparator<RowValue>, Label == SwiftUICore.Text { |
| 6537 | nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable |
| 6538 | @available(iOS 16.6, macOS 13.5, *) |
| 6539 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V>(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable { |
| 6540 | self.init( |
| 6541 | Text(titleResource), |
| 6542 | value: value, |
| 6543 | content: content |
| 6544 | ) |
| 6545 | } |
| 6546 | @_disfavoredOverload nonisolated public init<S, V>(_ title: S, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol, V : Swift.Comparable |
| 6547 | @available(iOS 16.6, macOS 13.5, *) |
| 6548 | nonisolated public init<V>(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, V>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V : Swift.Comparable |
| 6549 | nonisolated public init<V, C>(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator |
| 6550 | @available(iOS 16.6, macOS 13.5, *) |
| 6551 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<V, C>(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator { |
| 6552 | self.init( |
| 6553 | Text(titleResource), |
| 6554 | value: value, |
| 6555 | comparator: comparator, |
| 6556 | content: content |
| 6557 | ) |
| 6558 | } |
| 6559 | @_disfavoredOverload nonisolated public init<S, V, C>(_ title: S, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol, V == C.Compared, C : Foundation.SortComparator |
| 6560 | @available(iOS 16.6, macOS 13.5, *) |
| 6561 | nonisolated public init<V, C>(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, V>, comparator: C, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where V == C.Compared, C : Foundation.SortComparator |
| 6562 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 6563 | @available(iOS 16.6, macOS 13.5, *) |
| 6564 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text { |
| 6565 | self.init( |
| 6566 | Text(titleResource), |
| 6567 | value: value, |
| 6568 | comparator: comparator |
| 6569 | ) |
| 6570 | } |
| 6571 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text, S : Swift.StringProtocol |
| 6572 | @available(iOS 16.6, macOS 13.5, *) |
| 6573 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 6574 | } |
| 6575 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6576 | extension SwiftUICore.View { |
| 4959 | |
| 4960 | } |
| 4961 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 4962 | @frozen public struct _TaskModifier : SwiftUICore.ViewModifier { |
| 4963 | nonisolated public var action: @Sendable () async -> Swift.Void |
| 4964 | public var priority: _Concurrency.TaskPriority |
| 4965 | @inlinable public init(priority: _Concurrency.TaskPriority, action: @escaping @Sendable () async -> Swift.Void) { |
| 4966 | self.priority = priority |
| 4967 | self.action = action |
| 4968 | } |
| 4969 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 4970 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 4971 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 4972 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 4973 | public typealias Body = Swift.Never |
| 4974 | } |
| 4975 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 4976 | @frozen public struct _TaskValueModifier<Value> : SwiftUICore.ViewModifier where Value : Swift.Equatable { |
| 4977 | nonisolated public var action: @Sendable () async -> Swift.Void |
| 4978 | public var priority: _Concurrency.TaskPriority |
| 4979 | public var value: Value |
| 4980 | @inlinable public init(value: Value, priority: _Concurrency.TaskPriority, action: @escaping @Sendable () async -> Swift.Void) { |
| 4981 | self.action = action |
| 4982 | self.priority = priority |
| 4983 | self.value = value |
| 4984 | } |
| 4985 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 4986 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 4987 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 4988 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 4989 | public typealias Body = Swift.Never |
| 4990 | } |
| 4991 | @available(*, unavailable) |
| 4992 | extension SwiftUI._TaskValueModifier : Swift.Sendable { |
| 4993 | } |
| 4994 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 4995 | public struct _TaskModifier2 : SwiftUICore.ViewModifier { |
| 4996 | @usableFromInline |
| 4997 | internal init(name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 4998 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 4999 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 5000 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 5001 | @available(iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, macOS 26.4, *) |
| 5002 | public typealias Body = Swift.Never |
| 5003 | } |
| 5004 | @available(*, unavailable) |
| 5005 | extension SwiftUI._TaskModifier2 : Swift.Sendable { |
| 5006 | } |
| 5007 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 5008 | public struct _TaskValueModifier2<ID> : SwiftUICore.ViewModifier where ID : Swift.Equatable { |
| 5009 | @usableFromInline |
| 5010 | internal init(id: ID, name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 5011 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 5012 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 5013 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 5014 | @available(iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, macOS 26.4, *) |
| 5015 | public typealias Body = Swift.Never |
| 5016 | } |
| 5017 | @available(*, unavailable) |
| 5018 | extension SwiftUI._TaskValueModifier2 : Swift.Sendable { |
| 5019 | } |
| 5020 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 5021 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 5022 | @available(tvOS, unavailable) |
| 5023 | @available(watchOS, unavailable) |
| 5024 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 5025 | public struct RotationGesture : SwiftUICore.Gesture { |
| 5026 | public var minimumAngleDelta: SwiftUICore.Angle |
| 5027 | public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 5028 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotationGesture.Value> |
| 5029 | public typealias Value = SwiftUICore.Angle |
| 5030 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 5031 | @available(tvOS, unavailable) |
| 5032 | @available(watchOS, unavailable) |
| 5033 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 5034 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 5035 | public typealias Body = Swift.Never |
| 5036 | } |
| 5037 | @available(*, unavailable) |
| 5038 | extension SwiftUI.RotationGesture : Swift.Sendable { |
| 5039 | } |
| 5040 | @available(iOS 17.0, macOS 14.0, *) |
| 5041 | @available(watchOS, unavailable) |
| 5042 | @available(tvOS, unavailable) |
| 5043 | public struct RotateGesture : SwiftUICore.Gesture { |
| 5044 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 5045 | public var time: Foundation.Date |
| 5046 | public var rotation: SwiftUICore.Angle |
| 6616 | |
| 6617 | } |
| 6618 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6619 | @frozen nonisolated public struct _TaskModifier : SwiftUICore.ViewModifier { |
| 6620 | nonisolated public var action: @Sendable () async -> Swift.Void |
| 6621 | public var priority: _Concurrency.TaskPriority |
| 6622 | @inlinable nonisolated public init(priority: _Concurrency.TaskPriority, action: @escaping @Sendable () async -> Swift.Void) { |
| 6623 | self.priority = priority |
| 6624 | self.action = action |
| 6625 | } |
| 6626 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6627 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6628 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6629 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 6630 | public typealias Body = Swift.Never |
| 6631 | } |
| 6632 | #if compiler(>=5.3) && $TildeSendable |
| 6633 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6634 | @frozen nonisolated public struct _TaskValueModifier<Value> : SwiftUICore.ViewModifier, ~Swift.Sendable where Value : Swift.Equatable { |
| 6635 | nonisolated public var action: @Sendable () async -> Swift.Void |
| 6636 | public var priority: _Concurrency.TaskPriority |
| 6637 | public var value: Value |
| 6638 | @inlinable nonisolated public init(value: Value, priority: _Concurrency.TaskPriority, action: @escaping @Sendable () async -> Swift.Void) { |
| 6639 | self.action = action |
| 6640 | self.priority = priority |
| 6641 | self.value = value |
| 6642 | } |
| 6643 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6644 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6645 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6646 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 6647 | public typealias Body = Swift.Never |
| 6648 | } |
| 6649 | #else |
| 6650 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6651 | @frozen nonisolated public struct _TaskValueModifier<Value> : SwiftUICore.ViewModifier where Value : Swift.Equatable { |
| 6652 | nonisolated public var action: @Sendable () async -> Swift.Void |
| 6653 | public var priority: _Concurrency.TaskPriority |
| 6654 | public var value: Value |
| 6655 | @inlinable nonisolated public init(value: Value, priority: _Concurrency.TaskPriority, action: @escaping @Sendable () async -> Swift.Void) { |
| 6656 | self.action = action |
| 6657 | self.priority = priority |
| 6658 | self.value = value |
| 6659 | } |
| 6660 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6661 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier<Value>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6662 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6663 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 6664 | public typealias Body = Swift.Never |
| 6665 | } |
| 6666 | #endif |
| 6667 | #if compiler(>=5.3) && $TildeSendable |
| 6668 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6669 | nonisolated public struct _TaskModifier2 : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 6670 | @usableFromInline |
| 6671 | nonisolated internal init(name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 6672 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6673 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6674 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6675 | @available(macOS 26.4, iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6676 | public typealias Body = Swift.Never |
| 6677 | } |
| 6678 | #else |
| 6679 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6680 | nonisolated public struct _TaskModifier2 : SwiftUICore.ViewModifier { |
| 6681 | @usableFromInline |
| 6682 | nonisolated internal init(name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 6683 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6684 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskModifier2>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6685 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6686 | @available(macOS 26.4, iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6687 | public typealias Body = Swift.Never |
| 6688 | } |
| 6689 | #endif |
| 6690 | #if compiler(>=5.3) && $TildeSendable |
| 6691 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6692 | nonisolated public struct _TaskValueModifier2<ID> : SwiftUICore.ViewModifier, ~Swift.Sendable where ID : Swift.Equatable { |
| 6693 | @usableFromInline |
| 6694 | nonisolated internal init(id: ID, name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 6695 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6696 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6697 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6698 | @available(macOS 26.4, iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6699 | public typealias Body = Swift.Never |
| 6700 | } |
| 6701 | #else |
| 6702 | @available(iOS 26.4, macOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6703 | nonisolated public struct _TaskValueModifier2<ID> : SwiftUICore.ViewModifier where ID : Swift.Equatable { |
| 6704 | @usableFromInline |
| 6705 | nonisolated internal init(id: ID, name: Swift.String, executorPreference taskExecutor: (any _Concurrency.TaskExecutor)?, priority: _Concurrency.TaskPriority, action: sending @escaping @isolated(any) () async -> Swift.Void) |
| 6706 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6707 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._TaskValueModifier2<ID>>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 6708 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs, body: (SwiftUICore._ViewListCountInputs) -> Swift.Int?) -> Swift.Int? |
| 6709 | @available(macOS 26.4, iOS 26.4, tvOS 26.4, watchOS 26.4, visionOS 26.4, *) |
| 6710 | public typealias Body = Swift.Never |
| 6711 | } |
| 6712 | #endif |
| 6713 | #if compiler(>=5.3) && $TildeSendable |
| 6714 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6715 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 6716 | @available(tvOS, unavailable) |
| 6717 | @available(watchOS, unavailable) |
| 6718 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6719 | nonisolated public struct RotationGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 6720 | public var minimumAngleDelta: SwiftUICore.Angle |
| 6721 | nonisolated public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 6722 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotationGesture.Value> |
| 6723 | public typealias Value = SwiftUICore.Angle |
| 6724 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 6725 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6726 | @available(tvOS, unavailable) |
| 6727 | @available(watchOS, unavailable) |
| 6728 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6729 | public typealias Body = Swift.Never |
| 6730 | } |
| 6731 | #else |
| 6732 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6733 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 6734 | @available(tvOS, unavailable) |
| 6735 | @available(watchOS, unavailable) |
| 6736 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6737 | nonisolated public struct RotationGesture : SwiftUICore.Gesture { |
| 6738 | public var minimumAngleDelta: SwiftUICore.Angle |
| 6739 | nonisolated public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 6740 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotationGesture.Value> |
| 6741 | public typealias Value = SwiftUICore.Angle |
| 6742 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "RotateGesture") |
| 6743 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6744 | @available(tvOS, unavailable) |
| 6745 | @available(watchOS, unavailable) |
| 6746 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "RotateGesture") |
| 6747 | public typealias Body = Swift.Never |
| 6748 | } |
| 6749 | #endif |
| 6750 | #if compiler(>=5.3) && $TildeSendable |
| 6751 | @available(iOS 17.0, macOS 14.0, *) |
| 6752 | @available(watchOS, unavailable) |
| 6753 | @available(tvOS, unavailable) |
| 6754 | nonisolated public struct RotateGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 6755 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 6756 | public var time: Foundation.Date |
| 6757 | public var rotation: SwiftUICore.Angle |
| 5050 | public static func == (a: SwiftUI.RotateGesture.Value, b: SwiftUI.RotateGesture.Value) -> Swift.Bool |
| 5051 | } |
| 5052 | public var minimumAngleDelta: SwiftUICore.Angle |
| 5053 | public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 5054 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotateGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotateGesture.Value> |
| 5055 | @available(iOS 17.0, macOS 14.0, *) |
| 5056 | @available(tvOS, unavailable) |
| 5057 | @available(watchOS, unavailable) |
| 5058 | public typealias Body = Swift.Never |
| 5059 | } |
| 5060 | @available(*, unavailable) |
| 5061 | extension SwiftUI.RotateGesture : Swift.Sendable { |
| 5062 | } |
| 5063 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 5064 | public struct TextField<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 5065 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 5066 | get |
| 5067 | } |
| 5068 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 5069 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9TextFieldV4bodyQrvp", 0) __<Label> |
| 5070 | } |
| 5071 | @available(*, unavailable) |
| 5072 | extension SwiftUI.TextField : Swift.Sendable { |
| 5073 | } |
| 5074 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 5075 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5076 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, text: SwiftUICore.Binding<Swift.String>, axis: SwiftUICore.Axis) |
| 6761 | public static func == (a: SwiftUI.RotateGesture.Value, b: SwiftUI.RotateGesture.Value) -> Swift.Bool |
| 6762 | } |
| 6763 | public var minimumAngleDelta: SwiftUICore.Angle |
| 6764 | nonisolated public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 6765 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotateGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotateGesture.Value> |
| 6766 | @available(macOS 14.0, iOS 17.0, *) |
| 6767 | @available(tvOS, unavailable) |
| 6768 | @available(watchOS, unavailable) |
| 6769 | public typealias Body = Swift.Never |
| 6770 | } |
| 6771 | #else |
| 6772 | @available(iOS 17.0, macOS 14.0, *) |
| 6773 | @available(watchOS, unavailable) |
| 6774 | @available(tvOS, unavailable) |
| 6775 | nonisolated public struct RotateGesture : SwiftUICore.Gesture { |
| 6776 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 6777 | public var time: Foundation.Date |
| 6778 | public var rotation: SwiftUICore.Angle |
| 6779 | public var velocity: SwiftUICore.Angle |
| 6780 | public var startAnchor: SwiftUICore.UnitPoint |
| 6781 | public var startLocation: CoreFoundation.CGPoint |
| 6782 | public static func == (a: SwiftUI.RotateGesture.Value, b: SwiftUI.RotateGesture.Value) -> Swift.Bool |
| 6783 | } |
| 6784 | public var minimumAngleDelta: SwiftUICore.Angle |
| 6785 | nonisolated public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1)) |
| 6786 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.RotateGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.RotateGesture.Value> |
| 6787 | @available(macOS 14.0, iOS 17.0, *) |
| 6788 | @available(tvOS, unavailable) |
| 6789 | @available(watchOS, unavailable) |
| 6790 | public typealias Body = Swift.Never |
| 6791 | } |
| 6792 | #endif |
| 6793 | @available(anyAppleOS 27.0, *) |
| 6794 | @available(tvOS, unavailable) |
| 6795 | @available(watchOS, unavailable) |
| 6796 | extension SwiftUI.RotateGesture { |
| 6797 | nonisolated public init(minimumAngleDelta: SwiftUICore.Angle = .degrees(1), inputKinds: SwiftUICore.GestureInputKinds = .all) |
| 6798 | } |
| 6799 | #if compiler(>=5.3) && $TildeSendable |
| 6800 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6801 | nonisolated public struct TextField<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 6802 | nonisolated public var body: some SwiftUICore.View { |
| 6803 | get |
| 6804 | } |
| 6805 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 6806 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9TextFieldV4bodyQrvp", 0) __<Label> |
| 6807 | } |
| 6808 | #else |
| 6809 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6810 | nonisolated public struct TextField<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 6811 | nonisolated public var body: some SwiftUICore.View { |
| 6812 | get |
| 6813 | } |
| 6814 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 6815 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9TextFieldV4bodyQrvp", 0) __<Label> |
| 6816 | } |
| 6817 | #endif |
| 6818 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 6819 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6820 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, text: SwiftUICore.Binding<Swift.String>, axis: SwiftUICore.Axis) |
| 5101 | } |
| 5102 | extension SwiftUI.TextField { |
| 5103 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5104 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis, @SwiftUICore.ViewBuilder label: () -> Label) |
| 5105 | } |
| 5106 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 5107 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6845 | } |
| 6846 | extension SwiftUI.TextField { |
| 6847 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6848 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis, @SwiftUICore.ContentBuilder label: () -> Label) |
| 6849 | } |
| 6850 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 6851 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 5119 | } |
| 5120 | extension SwiftUI.TextField { |
| 5121 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 5122 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 5123 | } |
| 5124 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 5125 | @available(tvOS, unavailable) |
| 6863 | } |
| 6864 | extension SwiftUI.TextField { |
| 6865 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 6866 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 6867 | } |
| 6868 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 6869 | @available(tvOS, unavailable) |
| 5141 | @available(tvOS, unavailable) |
| 5142 | @available(watchOS, unavailable) |
| 5143 | extension SwiftUI.TextField { |
| 5144 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 5145 | } |
| 5146 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 5147 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6885 | @available(tvOS, unavailable) |
| 6886 | @available(watchOS, unavailable) |
| 6887 | extension SwiftUI.TextField { |
| 6888 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, selection: SwiftUICore.Binding<SwiftUI.TextSelection?>, prompt: SwiftUICore.Text? = nil, axis: SwiftUICore.Axis? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 6889 | } |
| 6890 | extension SwiftUI.TextField where Label == SwiftUICore.Text { |
| 6891 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 5212 | onEditingChanged: { _ in }, onCommit: onCommit) |
| 5213 | } |
| 5214 | } |
| 5215 | @available(watchOS 6.0, *) |
| 5216 | @available(iOS, unavailable) |
| 5217 | @available(macOS, unavailable) |
| 6956 | onEditingChanged: { _ in }, onCommit: onCommit) |
| 6957 | } |
| 6958 | } |
| 6959 | #if compiler(>=5.3) && $TildeSendable |
| 6960 | @available(watchOS 6.0, *) |
| 6961 | @available(iOS, unavailable) |
| 6962 | @available(macOS, unavailable) |
| 6963 | @available(tvOS, unavailable) |
| 6964 | @available(visionOS, unavailable) |
| 6965 | @usableFromInline |
| 6966 | internal struct IsLinkedGroupTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 6967 | @inlinable internal static var defaultValue: Swift.Bool { |
| 6968 | get { false } |
| 6969 | } |
| 6970 | @available(watchOS 6.0, *) |
| 6971 | @usableFromInline |
| 6972 | @available(macOS, unavailable) |
| 6973 | @available(iOS, unavailable) |
| 6974 | @available(tvOS, unavailable) |
| 6975 | @available(visionOS, unavailable) |
| 6976 | internal typealias Value = Swift.Bool |
| 6977 | } |
| 6978 | #else |
| 6979 | @available(watchOS 6.0, *) |
| 6980 | @available(iOS, unavailable) |
| 6981 | @available(macOS, unavailable) |
| 5224 | } |
| 5225 | @available(watchOS 6.0, *) |
| 5226 | @usableFromInline |
| 5227 | @available(iOS, unavailable) |
| 5228 | @available(tvOS, unavailable) |
| 5229 | @available(visionOS, unavailable) |
| 5230 | @available(macOS, unavailable) |
| 5231 | internal typealias Value = Swift.Bool |
| 5232 | } |
| 5233 | @available(*, unavailable) |
| 5234 | extension SwiftUI.IsLinkedGroupTraitKey : Swift.Sendable { |
| 5235 | } |
| 5236 | @available(watchOS 6.0, *) |
| 5237 | @available(iOS, unavailable) |
| 5238 | @available(macOS, unavailable) |
| 6988 | } |
| 6989 | @available(watchOS 6.0, *) |
| 6990 | @usableFromInline |
| 6991 | @available(macOS, unavailable) |
| 6992 | @available(iOS, unavailable) |
| 6993 | @available(tvOS, unavailable) |
| 6994 | @available(visionOS, unavailable) |
| 6995 | internal typealias Value = Swift.Bool |
| 6996 | } |
| 6997 | #endif |
| 6998 | @available(watchOS 6.0, *) |
| 6999 | @available(iOS, unavailable) |
| 7000 | @available(macOS, unavailable) |
| 5248 | } |
| 5249 | |
| 5250 | } |
| 5251 | @available(watchOS 6.0, *) |
| 5252 | @available(iOS, unavailable) |
| 5253 | @available(macOS, unavailable) |
| 7010 | } |
| 7011 | |
| 7012 | } |
| 7013 | #if compiler(>=5.3) && $TildeSendable |
| 7014 | @available(watchOS 6.0, *) |
| 7015 | @available(iOS, unavailable) |
| 7016 | @available(macOS, unavailable) |
| 7017 | @available(tvOS, unavailable) |
| 7018 | @available(visionOS, unavailable) |
| 7019 | public struct _IsLinkedGroupTraitKey : ~Swift.Sendable { |
| 7020 | public static let _linkedGroup: SwiftUI._IsLinkedGroupTraitKey |
| 7021 | } |
| 7022 | #else |
| 7023 | @available(watchOS 6.0, *) |
| 7024 | @available(iOS, unavailable) |
| 7025 | @available(macOS, unavailable) |
| 5256 | public struct _IsLinkedGroupTraitKey { |
| 5257 | public static let _linkedGroup: SwiftUI._IsLinkedGroupTraitKey |
| 5258 | } |
| 5259 | @available(*, unavailable) |
| 5260 | extension SwiftUI._IsLinkedGroupTraitKey : Swift.Sendable { |
| 5261 | } |
| 5262 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5263 | public struct SpringLoadingBehavior : Swift.Hashable, Swift.Sendable { |
| 5264 | public static let automatic: SwiftUI.SpringLoadingBehavior |
| 7028 | public struct _IsLinkedGroupTraitKey { |
| 7029 | public static let _linkedGroup: SwiftUI._IsLinkedGroupTraitKey |
| 7030 | } |
| 7031 | #endif |
| 7032 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7033 | public struct SpringLoadingBehavior : Swift.Hashable, Swift.Sendable { |
| 7034 | public static let automatic: SwiftUI.SpringLoadingBehavior |
| 5281 | get |
| 5282 | } |
| 5283 | } |
| 5284 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 5285 | public struct __DesignTimeSelectionIdentifier : Swift.Hashable { |
| 5286 | public let identifier: Swift.String |
| 7051 | get |
| 7052 | } |
| 7053 | } |
| 7054 | #if compiler(>=5.3) && $TildeSendable |
| 7055 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 7056 | public struct __DesignTimeSelectionIdentifier : Swift.Hashable, ~Swift.Sendable { |
| 7057 | public let identifier: Swift.String |
| 7058 | public init(_ identifier: Swift.String) |
| 7059 | public static func == (a: SwiftUI.__DesignTimeSelectionIdentifier, b: SwiftUI.__DesignTimeSelectionIdentifier) -> Swift.Bool |
| 7060 | public func hash(into hasher: inout Swift.Hasher) |
| 7061 | public var hashValue: Swift.Int { |
| 7062 | get |
| 7063 | } |
| 7064 | } |
| 7065 | #else |
| 7066 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 7067 | public struct __DesignTimeSelectionIdentifier : Swift.Hashable { |
| 7068 | public let identifier: Swift.String |
| 5291 | get |
| 5292 | } |
| 5293 | } |
| 5294 | @available(*, unavailable) |
| 5295 | extension SwiftUI.__DesignTimeSelectionIdentifier : Swift.Sendable { |
| 5296 | } |
| 5297 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5298 | extension SwiftUICore.EnvironmentValues { |
| 5299 | public var isTabBarShowingSections: Swift.Bool { |
| 7073 | get |
| 7074 | } |
| 7075 | } |
| 7076 | #endif |
| 7077 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 7078 | extension SwiftUICore.EnvironmentValues { |
| 7079 | public var isTabBarShowingSections: Swift.Bool { |
| 5309 | get |
| 5310 | } |
| 5311 | } |
| 5312 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 5313 | public struct TabBarPlacement : Swift.Hashable { |
| 5314 | public static let topBar: SwiftUI.TabBarPlacement |
| 7089 | get |
| 7090 | } |
| 7091 | } |
| 7092 | @available(anyAppleOS 27.0, *) |
| 7093 | extension SwiftUICore.EnvironmentValues { |
| 7094 | public var isTabViewSidebarAvailable: Swift.Bool { |
| 7095 | get |
| 7096 | } |
| 7097 | } |
| 7098 | #if compiler(>=5.3) && $TildeSendable |
| 7099 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 7100 | public struct TabBarPlacement : Swift.Hashable, ~Swift.Sendable { |
| 7101 | public static let topBar: SwiftUI.TabBarPlacement |
| 7102 | public static let sidebar: SwiftUI.TabBarPlacement |
| 7103 | public static let bottomBar: SwiftUI.TabBarPlacement |
| 7104 | public static let ornament: SwiftUI.TabBarPlacement |
| 7105 | public static let pageIndicator: SwiftUI.TabBarPlacement |
| 7106 | public static func == (a: SwiftUI.TabBarPlacement, b: SwiftUI.TabBarPlacement) -> Swift.Bool |
| 7107 | public func hash(into hasher: inout Swift.Hasher) |
| 7108 | public var hashValue: Swift.Int { |
| 7109 | get |
| 7110 | } |
| 7111 | } |
| 7112 | #else |
| 7113 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 7114 | public struct TabBarPlacement : Swift.Hashable { |
| 7115 | public static let topBar: SwiftUI.TabBarPlacement |
| 5322 | get |
| 5323 | } |
| 5324 | } |
| 5325 | @available(*, unavailable) |
| 5326 | extension SwiftUI.TabBarPlacement : Swift.Sendable { |
| 5327 | } |
| 5328 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 5329 | public enum TabViewBottomAccessoryPlacement : Swift.Hashable, Swift.Sendable { |
| 5330 | case inline |
| 7123 | get |
| 7124 | } |
| 7125 | } |
| 7126 | #endif |
| 7127 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 7128 | public enum TabViewBottomAccessoryPlacement : Swift.Hashable, Swift.Sendable { |
| 7129 | case inline |
| 5373 | get { .init() } |
| 5374 | } |
| 5375 | } |
| 5376 | @available(macOS 10.15, *) |
| 5377 | @available(iOS, unavailable) |
| 5378 | @available(tvOS, unavailable) |
| 7172 | get { .init() } |
| 7173 | } |
| 7174 | } |
| 7175 | #if compiler(>=5.3) && $TildeSendable |
| 7176 | @available(macOS 10.15, *) |
| 7177 | @available(iOS, unavailable) |
| 7178 | @available(tvOS, unavailable) |
| 7179 | @available(watchOS, unavailable) |
| 7180 | @available(visionOS, unavailable) |
| 7181 | public struct RadioGroupPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 7182 | public init() |
| 7183 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 7184 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 7185 | } |
| 7186 | #else |
| 7187 | @available(macOS 10.15, *) |
| 7188 | @available(iOS, unavailable) |
| 7189 | @available(tvOS, unavailable) |
| 5383 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 5384 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 5385 | } |
| 5386 | @available(*, unavailable) |
| 5387 | extension SwiftUI.RadioGroupPickerStyle : Swift.Sendable { |
| 5388 | } |
| 5389 | @available(macOS 10.15, *) |
| 5390 | @available(iOS, unavailable) |
| 5391 | @available(tvOS, unavailable) |
| 7194 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 7195 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.RadioGroupPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 7196 | } |
| 7197 | #endif |
| 7198 | @available(macOS 10.15, *) |
| 7199 | @available(iOS, unavailable) |
| 7200 | @available(tvOS, unavailable) |
| 5421 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 5422 | } |
| 5423 | } |
| 5424 | @available(iOS 14.0, macOS 11.0, *) |
| 5425 | @available(tvOS, unavailable) |
| 5426 | @available(watchOS, unavailable) |
| 7230 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 7231 | } |
| 7232 | } |
| 7233 | #if compiler(>=5.3) && $TildeSendable |
| 7234 | @available(iOS 14.0, macOS 11.0, *) |
| 7235 | @available(tvOS, unavailable) |
| 7236 | @available(watchOS, unavailable) |
| 7237 | public struct InsetListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 7238 | public init() |
| 7239 | @available(iOS, unavailable) |
| 7240 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.inset` style with the `.alternatingRowBackgrounds()` view modifier") |
| 7241 | @available(tvOS, unavailable) |
| 7242 | @available(watchOS, unavailable) |
| 7243 | @available(visionOS, unavailable) |
| 7244 | public init(alternatesRowBackgrounds: Swift.Bool) |
| 7245 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 7246 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 7247 | } |
| 7248 | #else |
| 7249 | @available(iOS 14.0, macOS 11.0, *) |
| 7250 | @available(tvOS, unavailable) |
| 7251 | @available(watchOS, unavailable) |
| 5435 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 5436 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 5437 | } |
| 5438 | @available(*, unavailable) |
| 5439 | extension SwiftUI.InsetListStyle : Swift.Sendable { |
| 5440 | } |
| 5441 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 5442 | extension SwiftUICore.EnvironmentValues { |
| 5443 | public var defaultMinListRowHeight: CoreFoundation.CGFloat { |
| 7260 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 7261 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 7262 | } |
| 7263 | #endif |
| 7264 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 7265 | extension SwiftUICore.EnvironmentValues { |
| 7266 | public var defaultMinListRowHeight: CoreFoundation.CGFloat { |
| 5482 | nonisolated public func defaultSize(width: CoreFoundation.CGFloat, height: CoreFoundation.CGFloat) -> some SwiftUI.Scene |
| 5483 | |
| 5484 | } |
| 5485 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 5486 | extension SwiftUICore.View { |
| 5487 | @_Concurrency.MainActor @preconcurrency public static func _printChanges() |
| 5488 | } |
| 5489 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 5490 | extension SwiftUICore.ViewModifier { |
| 5491 | @_Concurrency.MainActor @preconcurrency public static func _printChanges() |
| 5492 | } |
| 5493 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 5494 | extension SwiftUICore.ViewModifier { |
| 5495 | @_Concurrency.MainActor @preconcurrency public static func _logChanges() |
| 5496 | } |
| 5497 | @available(macOS 10.15, *) |
| 5498 | @available(iOS, unavailable) |
| 5499 | @available(tvOS, unavailable) |
| 7305 | nonisolated public func defaultSize(width: CoreFoundation.CGFloat, height: CoreFoundation.CGFloat) -> some SwiftUI.Scene |
| 7306 | |
| 7307 | } |
| 7308 | @available(macOS 10.15, *) |
| 7309 | @available(iOS, unavailable) |
| 7310 | @available(tvOS, unavailable) |
| 5504 | get { .init() } |
| 5505 | } |
| 5506 | } |
| 5507 | @available(macOS 10.15, *) |
| 5508 | @available(iOS, unavailable) |
| 5509 | @available(tvOS, unavailable) |
| 5510 | @available(watchOS, unavailable) |
| 5511 | @available(visionOS, unavailable) |
| 5512 | public struct LinkButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 5513 | public init() |
| 5514 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinkButtonStyle.Configuration) -> some SwiftUICore.View |
| 5515 | |
| 5516 | @available(macOS 10.15, *) |
| 5517 | @available(iOS, unavailable) |
| 7315 | get { .init() } |
| 7316 | } |
| 7317 | } |
| 7318 | #if compiler(>=5.3) && $TildeSendable |
| 7319 | @available(macOS 10.15, *) |
| 7320 | @available(iOS, unavailable) |
| 7321 | @available(tvOS, unavailable) |
| 7322 | @available(watchOS, unavailable) |
| 7323 | @available(visionOS, unavailable) |
| 7324 | nonisolated public struct LinkButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 7325 | nonisolated public init() |
| 7326 | nonisolated public func makeBody(configuration: SwiftUI.LinkButtonStyle.Configuration) -> some SwiftUICore.View |
| 7327 | |
| 7328 | @available(macOS 10.15, *) |
| 7329 | @available(iOS, unavailable) |
| 5520 | @available(visionOS, unavailable) |
| 5521 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LinkButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 5522 | } |
| 5523 | @available(*, unavailable) |
| 5524 | extension SwiftUI.LinkButtonStyle : Swift.Sendable { |
| 5525 | } |
| 5526 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 5527 | extension SwiftUICore.View { |
| 5528 | nonisolated public func searchable(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil) -> some SwiftUICore.View |
| 7332 | @available(visionOS, unavailable) |
| 7333 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LinkButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 7334 | } |
| 7335 | #else |
| 7336 | @available(macOS 10.15, *) |
| 7337 | @available(iOS, unavailable) |
| 7338 | @available(tvOS, unavailable) |
| 7339 | @available(watchOS, unavailable) |
| 7340 | @available(visionOS, unavailable) |
| 7341 | nonisolated public struct LinkButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 7342 | nonisolated public init() |
| 7343 | nonisolated public func makeBody(configuration: SwiftUI.LinkButtonStyle.Configuration) -> some SwiftUICore.View |
| 7344 | |
| 7345 | @available(macOS 10.15, *) |
| 7346 | @available(iOS, unavailable) |
| 7347 | @available(tvOS, unavailable) |
| 7348 | @available(watchOS, unavailable) |
| 7349 | @available(visionOS, unavailable) |
| 7350 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LinkButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 7351 | } |
| 7352 | #endif |
| 7353 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7354 | extension SwiftUICore.View { |
| 7355 | nonisolated public func searchable(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil) -> some SwiftUICore.View |
| 5586 | } |
| 5587 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5588 | extension SwiftUICore.ForEach { |
| 5589 | public init<C, R>(_ data: SwiftUICore.Binding<C>, editActions: SwiftUI.EditActions<C>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<C.Element>) -> R) where Data == SwiftUI.IndexedIdentifierCollection<C, ID>, ID == C.Element.ID, Content == SwiftUI.EditableCollectionContent<R, C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, R : SwiftUICore.View, C.Element : Swift.Identifiable, C.Index : Swift.Hashable |
| 5590 | public init<C, R>(_ data: SwiftUICore.Binding<C>, id: Swift.KeyPath<C.Element, ID>, editActions: SwiftUI.EditActions<C>, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<C.Element>) -> R) where Data == SwiftUI.IndexedIdentifierCollection<C, ID>, Content == SwiftUI.EditableCollectionContent<R, C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, R : SwiftUICore.View, C.Index : Swift.Hashable |
| 5591 | } |
| 5592 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5593 | public struct EditActions<Data> : Swift.OptionSet, Swift.Sendable { |
| 7413 | } |
| 7414 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7415 | extension SwiftUICore.ForEach { |
| 7416 | public init<C, R>(_ data: SwiftUICore.Binding<C>, editActions: SwiftUI.EditActions<C>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<C.Element>) -> R) where Data == SwiftUI.IndexedIdentifierCollection<C, ID>, ID == C.Element.ID, Content == SwiftUI.EditableCollectionContent<R, C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, R : SwiftUICore.View, C.Element : Swift.Identifiable, C.Index : Swift.Hashable |
| 7417 | public init<C, R>(_ data: SwiftUICore.Binding<C>, id: Swift.KeyPath<C.Element, ID>, editActions: SwiftUI.EditActions<C>, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<C.Element>) -> R) where Data == SwiftUI.IndexedIdentifierCollection<C, ID>, Content == SwiftUI.EditableCollectionContent<R, C>, C : Swift.MutableCollection, C : Swift.RandomAccessCollection, R : SwiftUICore.View, C.Index : Swift.Hashable |
| 7418 | } |
| 7419 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7420 | public struct EditActions<Data> : Swift.OptionSet, Swift.Sendable { |
| 5604 | public static var all: SwiftUI.EditActions<Data> { |
| 5605 | get |
| 5606 | } |
| 5607 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5608 | public typealias ArrayLiteralElement = SwiftUI.EditActions<Data> |
| 5609 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5610 | public typealias Element = SwiftUI.EditActions<Data> |
| 5611 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5612 | public typealias RawValue = Swift.Int |
| 5613 | } |
| 5614 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7431 | public static var all: SwiftUI.EditActions<Data> { |
| 7432 | get |
| 7433 | } |
| 7434 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7435 | public typealias ArrayLiteralElement = SwiftUI.EditActions<Data> |
| 7436 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7437 | public typealias Element = SwiftUI.EditActions<Data> |
| 7438 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7439 | public typealias RawValue = Swift.Int |
| 7440 | } |
| 7441 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5635 | get |
| 5636 | } |
| 5637 | } |
| 5638 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5639 | public struct EditableCollectionContent<Content, Data> { |
| 5640 | } |
| 5641 | @available(*, unavailable) |
| 5642 | extension SwiftUI.EditableCollectionContent : Swift.Sendable { |
| 5643 | } |
| 5644 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5645 | extension SwiftUI.EditableCollectionContent : SwiftUICore.View where Content : SwiftUICore.View { |
| 5646 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 5647 | get |
| 5648 | } |
| 5649 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5650 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25EditableCollectionContentVA2A4ViewRzrlE4bodyQrvp", 0) __<Content, Data> |
| 5651 | } |
| 5652 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5653 | public struct IndexedIdentifierCollection<Base, ID> : Swift.Collection where Base : Swift.Collection, ID : Swift.Hashable { |
| 5654 | public struct Element { |
| 7462 | get |
| 7463 | } |
| 7464 | } |
| 7465 | #if compiler(>=5.3) && $TildeSendable |
| 7466 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7467 | public struct EditableCollectionContent<Content, Data> : ~Swift.Sendable { |
| 7468 | } |
| 7469 | #else |
| 7470 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7471 | public struct EditableCollectionContent<Content, Data> { |
| 7472 | } |
| 7473 | #endif |
| 7474 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7475 | extension SwiftUI.EditableCollectionContent : SwiftUICore.View where Content : SwiftUICore.View { |
| 7476 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 7477 | get |
| 7478 | } |
| 7479 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7480 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25EditableCollectionContentVA2A4ViewRzrlE4bodyQrvp", 0) __<Content, Data> |
| 7481 | } |
| 7482 | #if compiler(>=5.3) && $TildeSendable |
| 7483 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7484 | public struct IndexedIdentifierCollection<Base, ID> : Swift.Collection, ~Swift.Sendable where Base : Swift.Collection, ID : Swift.Hashable { |
| 7485 | public struct Element : ~Swift.Sendable { |
| 7486 | } |
| 7487 | public typealias Index = Base.Index |
| 7488 | public var startIndex: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index { |
| 7489 | get |
| 7490 | } |
| 7491 | public var endIndex: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index { |
| 7492 | get |
| 7493 | } |
| 7494 | public subscript(position: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Element { |
| 7495 | get |
| 7496 | } |
| 7497 | public func index(after i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 7498 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7499 | public typealias Indices = Swift.DefaultIndices<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7500 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7501 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7502 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7503 | public typealias SubSequence = Swift.Slice<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7504 | } |
| 7505 | #else |
| 7506 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7507 | public struct IndexedIdentifierCollection<Base, ID> : Swift.Collection where Base : Swift.Collection, ID : Swift.Hashable { |
| 7508 | public struct Element { |
| 5664 | get |
| 5665 | } |
| 5666 | public func index(after i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 5667 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5668 | public typealias Indices = Swift.DefaultIndices<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 5669 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5670 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 5671 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 5672 | public typealias SubSequence = Swift.Slice<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 5673 | } |
| 5674 | @available(*, unavailable) |
| 5675 | extension SwiftUI.IndexedIdentifierCollection.Element : Swift.Sendable { |
| 5676 | } |
| 5677 | @available(*, unavailable) |
| 5678 | extension SwiftUI.IndexedIdentifierCollection : Swift.Sendable { |
| 5679 | } |
| 5680 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5681 | extension SwiftUI.IndexedIdentifierCollection : Swift.BidirectionalCollection where Base : Swift.BidirectionalCollection { |
| 5682 | public func index(before i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 5683 | } |
| 5684 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5685 | extension SwiftUI.IndexedIdentifierCollection : Swift.RandomAccessCollection where Base : Swift.RandomAccessCollection { |
| 5686 | } |
| 5687 | @available(iOS 14.0, macOS 11.0, *) |
| 5688 | @available(tvOS, unavailable) |
| 5689 | @available(watchOS, unavailable) |
| 5690 | public struct FileDocumentWriteConfiguration { |
| 5691 | public let contentType: UniformTypeIdentifiers.UTType |
| 5692 | public let existingFile: Foundation.FileWrapper? |
| 5693 | } |
| 5694 | @available(*, unavailable) |
| 5695 | extension SwiftUI.FileDocumentWriteConfiguration : Swift.Sendable { |
| 5696 | } |
| 5697 | @available(iOS 14.0, macOS 11.0, *) |
| 5698 | @available(tvOS, unavailable) |
| 5699 | @available(watchOS, unavailable) |
| 5700 | public struct FileDocumentReadConfiguration { |
| 5701 | public let contentType: UniformTypeIdentifiers.UTType |
| 5702 | public let file: Foundation.FileWrapper |
| 5703 | } |
| 5704 | @available(*, unavailable) |
| 5705 | extension SwiftUI.FileDocumentReadConfiguration : Swift.Sendable { |
| 5706 | } |
| 5707 | extension SwiftUICore.View { |
| 5708 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 5709 | @available(tvOS, unavailable) |
| 7518 | get |
| 7519 | } |
| 7520 | public func index(after i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 7521 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7522 | public typealias Indices = Swift.DefaultIndices<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7523 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7524 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7525 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 7526 | public typealias SubSequence = Swift.Slice<SwiftUI.IndexedIdentifierCollection<Base, ID>> |
| 7527 | } |
| 7528 | #endif |
| 7529 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7530 | extension SwiftUI.IndexedIdentifierCollection : Swift.BidirectionalCollection where Base : Swift.BidirectionalCollection { |
| 7531 | public func index(before i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 7532 | } |
| 7533 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7534 | extension SwiftUI.IndexedIdentifierCollection : Swift.RandomAccessCollection where Base : Swift.RandomAccessCollection { |
| 7535 | public func index(_ i: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index, offsetBy distance: Swift.Int) -> SwiftUI.IndexedIdentifierCollection<Base, ID>.Index |
| 7536 | public func distance(from start: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index, to end: SwiftUI.IndexedIdentifierCollection<Base, ID>.Index) -> Swift.Int |
| 7537 | } |
| 7538 | #if compiler(>=5.3) && $TildeSendable |
| 7539 | @available(iOS 14.0, macOS 11.0, *) |
| 7540 | @available(tvOS, unavailable) |
| 7541 | @available(watchOS, unavailable) |
| 7542 | public struct FileDocumentWriteConfiguration : ~Swift.Sendable { |
| 7543 | public let contentType: UniformTypeIdentifiers.UTType |
| 7544 | public let existingFile: Foundation.FileWrapper? |
| 7545 | } |
| 7546 | #else |
| 7547 | @available(iOS 14.0, macOS 11.0, *) |
| 7548 | @available(tvOS, unavailable) |
| 7549 | @available(watchOS, unavailable) |
| 7550 | public struct FileDocumentWriteConfiguration { |
| 7551 | public let contentType: UniformTypeIdentifiers.UTType |
| 7552 | public let existingFile: Foundation.FileWrapper? |
| 7553 | } |
| 7554 | #endif |
| 7555 | #if compiler(>=5.3) && $TildeSendable |
| 7556 | @available(iOS 14.0, macOS 11.0, *) |
| 7557 | @available(tvOS, unavailable) |
| 7558 | @available(watchOS, unavailable) |
| 7559 | public struct FileDocumentReadConfiguration : ~Swift.Sendable { |
| 7560 | public let contentType: UniformTypeIdentifiers.UTType |
| 7561 | public let file: Foundation.FileWrapper |
| 7562 | } |
| 7563 | #else |
| 7564 | @available(iOS 14.0, macOS 11.0, *) |
| 7565 | @available(tvOS, unavailable) |
| 7566 | @available(watchOS, unavailable) |
| 7567 | public struct FileDocumentReadConfiguration { |
| 7568 | public let contentType: UniformTypeIdentifiers.UTType |
| 7569 | public let file: Foundation.FileWrapper |
| 7570 | } |
| 7571 | #endif |
| 7572 | extension SwiftUICore.View { |
| 7573 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 7574 | @available(tvOS, unavailable) |
| 5719 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5720 | @preconcurrency @_Concurrency.MainActor public protocol NavigationSplitViewStyle { |
| 5721 | associatedtype Body : SwiftUICore.View |
| 5722 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 5723 | typealias Configuration = SwiftUI.NavigationSplitViewStyleConfiguration |
| 5724 | } |
| 5725 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5726 | public struct NavigationSplitViewStyleConfiguration { |
| 5727 | } |
| 5728 | @available(*, unavailable) |
| 5729 | extension SwiftUI.NavigationSplitViewStyleConfiguration : Swift.Sendable { |
| 5730 | } |
| 5731 | extension SwiftUICore.View { |
| 5732 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5733 | nonisolated public func navigationSplitViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.NavigationSplitViewStyle |
| 5734 | |
| 5735 | } |
| 5736 | extension SwiftUICore.View { |
| 5737 | @available(macOS 15.4, iOS 18.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 5738 | @_Concurrency.MainActor @preconcurrency public func writingToolsAffordanceVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 5739 | |
| 5740 | } |
| 5741 | @available(macOS 11.0, visionOS 1.0, *) |
| 7584 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7585 | @preconcurrency @_Concurrency.MainActor public protocol NavigationSplitViewStyle { |
| 7586 | associatedtype Body : SwiftUICore.View |
| 7587 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 7588 | typealias Configuration = SwiftUI.NavigationSplitViewStyleConfiguration |
| 7589 | } |
| 7590 | #if compiler(>=5.3) && $TildeSendable |
| 7591 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7592 | public struct NavigationSplitViewStyleConfiguration : ~Swift.Sendable { |
| 7593 | } |
| 7594 | #else |
| 7595 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7596 | public struct NavigationSplitViewStyleConfiguration { |
| 7597 | } |
| 7598 | #endif |
| 7599 | extension SwiftUICore.View { |
| 7600 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7601 | nonisolated public func navigationSplitViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.NavigationSplitViewStyle |
| 7602 | |
| 7603 | } |
| 7604 | extension SwiftUICore.View { |
| 7605 | @available(macOS 15.4, iOS 18.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 7606 | nonisolated public func writingToolsAffordanceVisibility(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 7607 | |
| 7608 | } |
| 7609 | @available(macOS 11.0, visionOS 1.0, *) |
| 5747 | get { .init() } |
| 5748 | } |
| 5749 | } |
| 5750 | @available(macOS 11.0, visionOS 1.0, *) |
| 5751 | @available(iOS, unavailable) |
| 5752 | @available(tvOS, unavailable) |
| 7615 | get { .init() } |
| 7616 | } |
| 7617 | } |
| 7618 | #if compiler(>=5.3) && $TildeSendable |
| 7619 | @available(macOS 11.0, visionOS 1.0, *) |
| 7620 | @available(iOS, unavailable) |
| 7621 | @available(tvOS, unavailable) |
| 7622 | @available(watchOS, unavailable) |
| 7623 | public struct DefaultWindowStyle : SwiftUI.WindowStyle, ~Swift.Sendable { |
| 7624 | public typealias _Body = Swift.Never |
| 7625 | public init() |
| 7626 | } |
| 7627 | #else |
| 7628 | @available(macOS 11.0, visionOS 1.0, *) |
| 7629 | @available(iOS, unavailable) |
| 7630 | @available(tvOS, unavailable) |
| 5755 | public typealias _Body = Swift.Never |
| 5756 | public init() |
| 5757 | } |
| 5758 | @available(*, unavailable) |
| 5759 | extension SwiftUI.DefaultWindowStyle : Swift.Sendable { |
| 5760 | } |
| 5761 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 5762 | @available(watchOS, unavailable) |
| 5763 | extension SwiftUI.TabContent { |
| 5764 | nonisolated public func sectionActions<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View |
| 5765 | |
| 5766 | } |
| 5767 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7633 | public typealias _Body = Swift.Never |
| 7634 | public init() |
| 7635 | } |
| 7636 | #endif |
| 7637 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 7638 | @available(watchOS, unavailable) |
| 7639 | extension SwiftUI.TabContent { |
| 7640 | nonisolated public func sectionActions<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View |
| 7641 | |
| 7642 | } |
| 7643 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5774 | @frozen public struct LinkShapeStyle : SwiftUICore.ShapeStyle { |
| 5775 | public init() |
| 5776 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 5777 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 5778 | public typealias Resolved = Swift.Never |
| 5779 | } |
| 5780 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5781 | public struct NavigationPath { |
| 5782 | public var count: Swift.Int { |
| 7650 | @frozen public struct LinkShapeStyle : SwiftUICore.ShapeStyle { |
| 7651 | public init() |
| 7652 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 7653 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 7654 | public typealias Resolved = Swift.Never |
| 7655 | } |
| 7656 | #if compiler(>=5.3) && $TildeSendable |
| 7657 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7658 | public struct NavigationPath : ~Swift.Sendable { |
| 7659 | public var count: Swift.Int { |
| 7660 | get |
| 7661 | } |
| 7662 | public var isEmpty: Swift.Bool { |
| 7663 | get |
| 7664 | } |
| 7665 | public var codable: SwiftUI.NavigationPath.CodableRepresentation? { |
| 7666 | get |
| 7667 | } |
| 7668 | public init() |
| 7669 | public init<S>(_ elements: S) where S : Swift.Sequence, S.Element : Swift.Hashable |
| 7670 | public init<S>(_ elements: S) where S : Swift.Sequence, S.Element : Swift.Decodable, S.Element : Swift.Encodable, S.Element : Swift.Hashable |
| 7671 | public init(_ codable: SwiftUI.NavigationPath.CodableRepresentation) |
| 7672 | public mutating func append<V>(_ value: V) where V : Swift.Hashable |
| 7673 | public mutating func append<V>(_ value: V) where V : Swift.Decodable, V : Swift.Encodable, V : Swift.Hashable |
| 7674 | public mutating func removeLast(_ k: Swift.Int = 1) |
| 7675 | public struct CodableRepresentation : Swift.Codable, ~Swift.Sendable { |
| 7676 | public init(from decoder: any Swift.Decoder) throws |
| 7677 | public func encode(to encoder: any Swift.Encoder) throws |
| 7678 | } |
| 7679 | } |
| 7680 | #else |
| 7681 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7682 | public struct NavigationPath { |
| 7683 | public var count: Swift.Int { |
| 5800 | public func encode(to encoder: any Swift.Encoder) throws |
| 5801 | } |
| 5802 | } |
| 5803 | @available(*, unavailable) |
| 5804 | extension SwiftUI.NavigationPath : Swift.Sendable { |
| 5805 | } |
| 5806 | @available(*, unavailable) |
| 5807 | extension SwiftUI.NavigationPath.CodableRepresentation : Swift.Sendable { |
| 5808 | } |
| 5809 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 5810 | extension SwiftUI.NavigationPath : Swift.Equatable { |
| 5811 | public static func == (lhs: SwiftUI.NavigationPath, rhs: SwiftUI.NavigationPath) -> Swift.Bool |
| 7701 | public func encode(to encoder: any Swift.Encoder) throws |
| 7702 | } |
| 7703 | } |
| 7704 | #endif |
| 7705 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7706 | extension SwiftUI.NavigationPath : Swift.Equatable { |
| 7707 | public static func == (lhs: SwiftUI.NavigationPath, rhs: SwiftUI.NavigationPath) -> Swift.Bool |
| 5821 | nonisolated public func scrollTransition(topLeading: SwiftUI.ScrollTransitionConfiguration, bottomTrailing: SwiftUI.ScrollTransitionConfiguration, axis: SwiftUICore.Axis? = nil, transition: @escaping @Sendable (SwiftUICore.EmptyVisualEffect, SwiftUI.ScrollTransitionPhase) -> some VisualEffect) -> some SwiftUICore.View |
| 5822 | |
| 5823 | } |
| 5824 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5825 | public struct ScrollTransitionConfiguration { |
| 5826 | public static func animated(_ animation: SwiftUICore.Animation = .default) -> SwiftUI.ScrollTransitionConfiguration |
| 7717 | nonisolated public func scrollTransition(topLeading: SwiftUI.ScrollTransitionConfiguration, bottomTrailing: SwiftUI.ScrollTransitionConfiguration, axis: SwiftUICore.Axis? = nil, transition: @escaping @Sendable (SwiftUICore.EmptyVisualEffect, SwiftUI.ScrollTransitionPhase) -> some VisualEffect) -> some SwiftUICore.View |
| 7718 | |
| 7719 | } |
| 7720 | #if compiler(>=5.3) && $TildeSendable |
| 7721 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7722 | public struct ScrollTransitionConfiguration : ~Swift.Sendable { |
| 7723 | public static func animated(_ animation: SwiftUICore.Animation = .default) -> SwiftUI.ScrollTransitionConfiguration |
| 7724 | public static let animated: SwiftUI.ScrollTransitionConfiguration |
| 7725 | public static func interactive(timingCurve: SwiftUICore.UnitCurve = .easeInOut) -> SwiftUI.ScrollTransitionConfiguration |
| 7726 | public static let interactive: SwiftUI.ScrollTransitionConfiguration |
| 7727 | public static let identity: SwiftUI.ScrollTransitionConfiguration |
| 7728 | public func animation(_ animation: SwiftUICore.Animation) -> SwiftUI.ScrollTransitionConfiguration |
| 7729 | public func threshold(_ threshold: SwiftUI.ScrollTransitionConfiguration.Threshold) -> SwiftUI.ScrollTransitionConfiguration |
| 7730 | } |
| 7731 | #else |
| 7732 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7733 | public struct ScrollTransitionConfiguration { |
| 7734 | public static func animated(_ animation: SwiftUICore.Animation = .default) -> SwiftUI.ScrollTransitionConfiguration |
| 5831 | public func animation(_ animation: SwiftUICore.Animation) -> SwiftUI.ScrollTransitionConfiguration |
| 5832 | public func threshold(_ threshold: SwiftUI.ScrollTransitionConfiguration.Threshold) -> SwiftUI.ScrollTransitionConfiguration |
| 5833 | } |
| 5834 | @available(*, unavailable) |
| 5835 | extension SwiftUI.ScrollTransitionConfiguration : Swift.Sendable { |
| 5836 | } |
| 5837 | extension SwiftUI.ScrollTransitionConfiguration { |
| 5838 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5839 | public struct Threshold { |
| 5840 | public static let visible: SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7739 | public func animation(_ animation: SwiftUICore.Animation) -> SwiftUI.ScrollTransitionConfiguration |
| 7740 | public func threshold(_ threshold: SwiftUI.ScrollTransitionConfiguration.Threshold) -> SwiftUI.ScrollTransitionConfiguration |
| 7741 | } |
| 7742 | #endif |
| 7743 | extension SwiftUI.ScrollTransitionConfiguration { |
| 7744 | #if compiler(>=5.3) && $TildeSendable |
| 7745 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7746 | public struct Threshold : ~Swift.Sendable { |
| 7747 | public static let visible: SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7748 | public static let hidden: SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7749 | public static var centered: SwiftUI.ScrollTransitionConfiguration.Threshold { |
| 7750 | get |
| 7751 | } |
| 7752 | public static func visible(_ amount: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7753 | public func interpolated(towards other: SwiftUI.ScrollTransitionConfiguration.Threshold, amount: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7754 | public func inset(by distance: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7755 | } |
| 7756 | #else |
| 7757 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7758 | public struct Threshold { |
| 7759 | public static let visible: SwiftUI.ScrollTransitionConfiguration.Threshold |
| 5846 | public func interpolated(towards other: SwiftUI.ScrollTransitionConfiguration.Threshold, amount: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 5847 | public func inset(by distance: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 5848 | } |
| 5849 | } |
| 5850 | @available(*, unavailable) |
| 5851 | extension SwiftUI.ScrollTransitionConfiguration.Threshold : Swift.Sendable { |
| 5852 | } |
| 5853 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 5854 | @frozen public enum ScrollTransitionPhase { |
| 5855 | case topLeading |
| 7765 | public func interpolated(towards other: SwiftUI.ScrollTransitionConfiguration.Threshold, amount: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7766 | public func inset(by distance: Swift.Double) -> SwiftUI.ScrollTransitionConfiguration.Threshold |
| 7767 | } |
| 7768 | #endif |
| 7769 | } |
| 7770 | #if compiler(>=5.3) && $TildeSendable |
| 7771 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7772 | @frozen public enum ScrollTransitionPhase : ~Swift.Sendable { |
| 7773 | case topLeading |
| 7774 | case identity |
| 7775 | case bottomTrailing |
| 7776 | public var isIdentity: Swift.Bool { |
| 7777 | get |
| 7778 | } |
| 7779 | public var value: Swift.Double { |
| 7780 | get |
| 7781 | } |
| 7782 | public static func == (a: SwiftUI.ScrollTransitionPhase, b: SwiftUI.ScrollTransitionPhase) -> Swift.Bool |
| 7783 | public func hash(into hasher: inout Swift.Hasher) |
| 7784 | public var hashValue: Swift.Int { |
| 7785 | get |
| 7786 | } |
| 7787 | } |
| 7788 | #else |
| 7789 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 7790 | @frozen public enum ScrollTransitionPhase { |
| 7791 | case topLeading |
| 5867 | get |
| 5868 | } |
| 5869 | } |
| 5870 | @available(*, unavailable) |
| 5871 | extension SwiftUI.ScrollTransitionPhase : Swift.Sendable { |
| 5872 | } |
| 5873 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 5874 | public struct ToolbarItemPlacement { |
| 5875 | public static let automatic: SwiftUI.ToolbarItemPlacement |
| 5876 | @available(watchOS, unavailable) |
| 5877 | public static let principal: SwiftUI.ToolbarItemPlacement |
| 7803 | get |
| 7804 | } |
| 7805 | } |
| 7806 | #endif |
| 7807 | #if compiler(>=5.3) && $TildeSendable |
| 7808 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7809 | public struct ToolbarItemPlacement : ~Swift.Sendable { |
| 7810 | public static let automatic: SwiftUI.ToolbarItemPlacement |
| 7811 | @available(watchOS, unavailable) |
| 7812 | public static let principal: SwiftUI.ToolbarItemPlacement |
| 5909 | .navigationBarTrailing |
| 5910 | } |
| 5911 | } |
| 5912 | @available(macOS 13.0, *) |
| 5913 | @backDeployed(before: macOS 14.0) |
| 5914 | @available(iOS, unavailable) |
| 7844 | .navigationBarTrailing |
| 7845 | } |
| 7846 | } |
| 7847 | @available(iOS 27.0, visionOS 27.0, *) |
| 7848 | @available(macOS, unavailable) |
| 7849 | @available(tvOS, unavailable) |
| 7850 | @available(watchOS, unavailable) |
| 7851 | public static let topBarPinnedTrailing: SwiftUI.ToolbarItemPlacement |
| 7852 | @available(macOS 13.0, *) |
| 7853 | @backDeployed(before: macOS 14.0) |
| 7854 | @available(iOS, unavailable) |
| 5984 | @available(visionOS, unavailable) |
| 5985 | public static let largeSubtitle: SwiftUI.ToolbarItemPlacement |
| 5986 | } |
| 5987 | @available(*, unavailable) |
| 5988 | extension SwiftUI.ToolbarItemPlacement : Swift.Sendable { |
| 5989 | } |
| 5990 | @available(macOS 13.0, *) |
| 5991 | @available(iOS, unavailable) |
| 5992 | @available(tvOS, unavailable) |
| 7924 | @available(visionOS, unavailable) |
| 7925 | public static let largeSubtitle: SwiftUI.ToolbarItemPlacement |
| 7926 | } |
| 7927 | #else |
| 7928 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7929 | public struct ToolbarItemPlacement { |
| 7930 | public static let automatic: SwiftUI.ToolbarItemPlacement |
| 7931 | @available(watchOS, unavailable) |
| 7932 | public static let principal: SwiftUI.ToolbarItemPlacement |
| 7933 | @available(watchOS, unavailable) |
| 7934 | public static let navigation: SwiftUI.ToolbarItemPlacement |
| 7935 | public static let primaryAction: SwiftUI.ToolbarItemPlacement |
| 7936 | @available(iOS 16.0, macOS 13.0, *) |
| 7937 | @available(tvOS, unavailable) |
| 7938 | @available(watchOS, unavailable) |
| 7939 | public static let secondaryAction: SwiftUI.ToolbarItemPlacement |
| 7940 | @available(tvOS 18.0, *) |
| 7941 | @available(watchOS, unavailable) |
| 7942 | public static let status: SwiftUI.ToolbarItemPlacement |
| 7943 | public static let confirmationAction: SwiftUI.ToolbarItemPlacement |
| 7944 | public static let cancellationAction: SwiftUI.ToolbarItemPlacement |
| 7945 | public static let destructiveAction: SwiftUI.ToolbarItemPlacement |
| 7946 | @available(iOS 15.0, macOS 12.0, *) |
| 7947 | @available(tvOS, unavailable) |
| 7948 | @available(watchOS, unavailable) |
| 7949 | @available(visionOS, unavailable) |
| 7950 | public static let keyboard: SwiftUI.ToolbarItemPlacement |
| 7951 | @available(iOS 14.0, tvOS 14.0, watchOS 10.0, *) |
| 7952 | @backDeployed(before: iOS 17.0, tvOS 17.0) |
| 7953 | @available(macOS, unavailable) |
| 7954 | public static var topBarLeading: SwiftUI.ToolbarItemPlacement { |
| 7955 | get { |
| 7956 | .navigationBarLeading |
| 7957 | } |
| 7958 | } |
| 7959 | @available(iOS 14.0, tvOS 14.0, watchOS 10.0, *) |
| 7960 | @backDeployed(before: iOS 17.0, tvOS 17.0) |
| 7961 | @available(macOS, unavailable) |
| 7962 | public static var topBarTrailing: SwiftUI.ToolbarItemPlacement { |
| 7963 | get { |
| 7964 | .navigationBarTrailing |
| 7965 | } |
| 7966 | } |
| 7967 | @available(iOS 27.0, visionOS 27.0, *) |
| 7968 | @available(macOS, unavailable) |
| 7969 | @available(tvOS, unavailable) |
| 7970 | @available(watchOS, unavailable) |
| 7971 | public static let topBarPinnedTrailing: SwiftUI.ToolbarItemPlacement |
| 7972 | @available(macOS 13.0, *) |
| 7973 | @backDeployed(before: macOS 14.0) |
| 7974 | @available(iOS, unavailable) |
| 7975 | @available(tvOS, unavailable) |
| 7976 | @available(watchOS, unavailable) |
| 7977 | @available(visionOS, unavailable) |
| 7978 | public static func accessoryBar<ID>(id: ID) -> SwiftUI.ToolbarItemPlacement where ID : Swift.Hashable |
| 7979 | @available(macOS 14.0, *) |
| 7980 | @available(iOS, unavailable) |
| 7981 | @available(tvOS, unavailable) |
| 7982 | @available(watchOS, unavailable) |
| 7983 | @available(visionOS, unavailable) |
| 7984 | @usableFromInline |
| 7985 | internal static func backDeployable_accessoryBar<ID>(id: ID) -> SwiftUI.ToolbarItemPlacement where ID : Swift.Hashable |
| 7986 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "use topBarLeading instead") |
| 7987 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "use topBarLeading instead") |
| 7988 | @available(macOS, unavailable) |
| 7989 | @available(watchOS, unavailable) |
| 7990 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use topBarLeading instead") |
| 7991 | public static let navigationBarLeading: SwiftUI.ToolbarItemPlacement |
| 7992 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "use topBarTrailing instead") |
| 7993 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "use topBarTrailing instead") |
| 7994 | @available(macOS, unavailable) |
| 7995 | @available(watchOS, unavailable) |
| 7996 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use topBarTrailing instead") |
| 7997 | public static let navigationBarTrailing: SwiftUI.ToolbarItemPlacement |
| 7998 | @available(iOS 14.0, *) |
| 7999 | @available(macOS, unavailable) |
| 8000 | @available(tvOS, unavailable) |
| 8001 | @available(watchOS, unavailable) |
| 8002 | @available(visionOS, unavailable) |
| 8003 | @_alwaysEmitIntoClient public static var title: SwiftUI.ToolbarItemPlacement { |
| 8004 | get { |
| 8005 | if #available(iOS 26.0, *) { |
| 8006 | ._title |
| 8007 | } else { |
| 8008 | .principal |
| 8009 | } |
| 8010 | } |
| 8011 | } |
| 8012 | @available(iOS 26.0, *) |
| 8013 | @available(macOS, unavailable) |
| 8014 | @available(tvOS, unavailable) |
| 8015 | @available(watchOS, unavailable) |
| 8016 | @available(visionOS, unavailable) |
| 8017 | @usableFromInline |
| 8018 | internal static let _title: SwiftUI.ToolbarItemPlacement |
| 8019 | @available(iOS 26.0, *) |
| 8020 | @available(macOS, unavailable) |
| 8021 | @available(tvOS, unavailable) |
| 8022 | @available(watchOS, unavailable) |
| 8023 | @available(visionOS, unavailable) |
| 8024 | public static let largeTitle: SwiftUI.ToolbarItemPlacement |
| 8025 | @available(tvOS 18.0, watchOS 10.0, *) |
| 8026 | @available(macOS, unavailable) |
| 8027 | public static let bottomBar: SwiftUI.ToolbarItemPlacement |
| 8028 | @available(visionOS 1.0, *) |
| 8029 | @available(iOS, unavailable) |
| 8030 | @available(macOS, unavailable) |
| 8031 | @available(tvOS, unavailable) |
| 8032 | @available(watchOS, unavailable) |
| 8033 | public static let bottomOrnament: SwiftUI.ToolbarItemPlacement |
| 8034 | @available(iOS 26.0, *) |
| 8035 | @available(macOS, unavailable) |
| 8036 | @available(tvOS, unavailable) |
| 8037 | @available(watchOS, unavailable) |
| 8038 | @available(visionOS, unavailable) |
| 8039 | public static let subtitle: SwiftUI.ToolbarItemPlacement |
| 8040 | @available(iOS 26.0, *) |
| 8041 | @available(macOS, unavailable) |
| 8042 | @available(tvOS, unavailable) |
| 8043 | @available(watchOS, unavailable) |
| 8044 | @available(visionOS, unavailable) |
| 8045 | public static let largeSubtitle: SwiftUI.ToolbarItemPlacement |
| 8046 | } |
| 8047 | #endif |
| 8048 | @available(macOS 13.0, *) |
| 8049 | @available(iOS, unavailable) |
| 8050 | @available(tvOS, unavailable) |
| 6019 | nonisolated public func navigationBarItems<T>(trailing: T) -> some SwiftUICore.View where T : SwiftUICore.View |
| 6020 | |
| 6021 | } |
| 6022 | @available(macOS 13.0, *) |
| 6023 | @available(iOS, unavailable) |
| 6024 | @available(tvOS, unavailable) |
| 8077 | nonisolated public func navigationBarItems<T>(trailing: T) -> some SwiftUICore.View where T : SwiftUICore.View |
| 8078 | |
| 8079 | } |
| 8080 | @available(anyAppleOS 27.0, *) |
| 8081 | extension SwiftUICore.View { |
| 8082 | nonisolated public func onMenuItemHighlight(perform action: @escaping (Swift.Bool) -> Swift.Void) -> some SwiftUICore.View |
| 8083 | |
| 8084 | } |
| 8085 | #if compiler(>=5.3) && $TildeSendable |
| 8086 | @available(macOS 13.0, *) |
| 8087 | @available(iOS, unavailable) |
| 8088 | @available(tvOS, unavailable) |
| 8089 | @available(watchOS, unavailable) |
| 8090 | @available(visionOS, unavailable) |
| 8091 | public struct PullDownMenuBarExtraStyle : SwiftUI.MenuBarExtraStyle, ~Swift.Sendable { |
| 8092 | public typealias _Body = Swift.Never |
| 8093 | public init() |
| 8094 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle> |
| 8095 | } |
| 8096 | #else |
| 8097 | @available(macOS 13.0, *) |
| 8098 | @available(iOS, unavailable) |
| 8099 | @available(tvOS, unavailable) |
| 6029 | public init() |
| 6030 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle> |
| 6031 | } |
| 6032 | @available(*, unavailable) |
| 6033 | extension SwiftUI.PullDownMenuBarExtraStyle : Swift.Sendable { |
| 6034 | } |
| 6035 | @available(macOS 13.0, *) |
| 6036 | @available(iOS, unavailable) |
| 6037 | @available(tvOS, unavailable) |
| 8104 | public init() |
| 8105 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.PullDownMenuBarExtraStyle> |
| 8106 | } |
| 8107 | #endif |
| 8108 | @available(macOS 13.0, *) |
| 8109 | @available(iOS, unavailable) |
| 8110 | @available(tvOS, unavailable) |
| 6048 | get |
| 6049 | } |
| 6050 | } |
| 6051 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 6052 | public struct DefaultToolbarItem : SwiftUI.ToolbarContent { |
| 6053 | public init(kind: SwiftUI.ToolbarDefaultItemKind, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 6054 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.ToolbarContent { |
| 6055 | get |
| 6056 | } |
| 6057 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 6058 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToolbarItemV4bodyQrvp", 0) __ |
| 6059 | } |
| 6060 | @available(*, unavailable) |
| 6061 | extension SwiftUI.DefaultToolbarItem : Swift.Sendable { |
| 6062 | } |
| 6063 | @available(iOS, unavailable) |
| 6064 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "Use `HierarchicalShapeStyle` instead.") |
| 6065 | @available(tvOS, unavailable) |
| 8121 | get |
| 8122 | } |
| 8123 | } |
| 8124 | #if compiler(>=5.3) && $TildeSendable |
| 8125 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 8126 | nonisolated public struct DefaultToolbarItem : SwiftUI.ToolbarContent, ~Swift.Sendable { |
| 8127 | nonisolated public init(kind: SwiftUI.ToolbarDefaultItemKind, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 8128 | nonisolated public var body: some SwiftUI.ToolbarContent { |
| 8129 | get |
| 8130 | } |
| 8131 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 8132 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToolbarItemV4bodyQrvp", 0) __ |
| 8133 | } |
| 8134 | #else |
| 8135 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 8136 | nonisolated public struct DefaultToolbarItem : SwiftUI.ToolbarContent { |
| 8137 | nonisolated public init(kind: SwiftUI.ToolbarDefaultItemKind, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 8138 | nonisolated public var body: some SwiftUI.ToolbarContent { |
| 8139 | get |
| 8140 | } |
| 8141 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 8142 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToolbarItemV4bodyQrvp", 0) __ |
| 8143 | } |
| 8144 | #endif |
| 8145 | @available(iOS, unavailable) |
| 8146 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "Use `HierarchicalShapeStyle` instead.") |
| 8147 | @available(tvOS, unavailable) |
| 6075 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "Use `HierarchicalShapeStyle.quaternary` instead.") |
| 6076 | public static let quaternaryFill: SwiftUI._SystemShapeStyle |
| 6077 | nonisolated public static func _makeView<S>(view: SwiftUICore._GraphValue<SwiftUICore._ShapeView<S, SwiftUI._SystemShapeStyle>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where S : SwiftUICore.Shape |
| 6078 | @available(iOS, unavailable, introduced: 17.0) |
| 6079 | @available(tvOS, unavailable, introduced: 17.0) |
| 6080 | @available(watchOS, unavailable, introduced: 10.0) |
| 6081 | @available(visionOS, unavailable) |
| 6082 | @available(macOS, introduced: 14.0, deprecated: 13.0, message: "Use `HierarchicalShapeStyle` instead.") |
| 6083 | public typealias Resolved = Swift.Never |
| 6084 | } |
| 6085 | @available(iOS 16.0, macOS 12.0, *) |
| 6086 | @available(tvOS, unavailable) |
| 6087 | @available(watchOS, unavailable) |
| 6088 | public struct TableRow<Value> : SwiftUI.TableRowContent where Value : Swift.Identifiable { |
| 6089 | public typealias TableRowValue = Value |
| 6090 | public typealias TableRowBody = Swift.Never |
| 6091 | public init(_ value: Value) |
| 6092 | nonisolated public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 6093 | nonisolated public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TableRow<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 6094 | @available(iOS 17.0, macOS 14.0, *) |
| 6095 | @available(tvOS, unavailable) |
| 6096 | @available(watchOS, unavailable) |
| 6097 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 6098 | } |
| 6099 | @available(*, unavailable) |
| 6100 | extension SwiftUI.TableRow : Swift.Sendable { |
| 6101 | } |
| 6102 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6103 | @usableFromInline |
| 6104 | internal struct TypeSelectEquivalentKey : SwiftUICore._ViewTraitKey { |
| 6105 | @inlinable internal static var defaultValue: SwiftUICore.Text? { |
| 6106 | get { nil } |
| 6107 | } |
| 6108 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 6109 | @usableFromInline |
| 6110 | internal typealias Value = SwiftUICore.Text? |
| 6111 | } |
| 6112 | @available(*, unavailable) |
| 6113 | extension SwiftUI.TypeSelectEquivalentKey : Swift.Sendable { |
| 6114 | } |
| 6115 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6116 | extension SwiftUICore.View { |
| 6117 | @inlinable nonisolated public func typeSelectEquivalent(_ text: SwiftUICore.Text?) -> some SwiftUICore.View { |
| 8157 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "Use `HierarchicalShapeStyle.quaternary` instead.") |
| 8158 | public static let quaternaryFill: SwiftUI._SystemShapeStyle |
| 8159 | nonisolated public static func _makeView<S>(view: SwiftUICore._GraphValue<SwiftUICore._ShapeView<S, SwiftUI._SystemShapeStyle>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where S : SwiftUICore.Shape |
| 8160 | @available(macOS, introduced: 14.0, deprecated: 13.0, message: "Use `HierarchicalShapeStyle` instead.") |
| 8161 | @available(iOS, unavailable, introduced: 17.0) |
| 8162 | @available(tvOS, unavailable, introduced: 17.0) |
| 8163 | @available(watchOS, unavailable, introduced: 10.0) |
| 8164 | @available(visionOS, unavailable) |
| 8165 | public typealias Resolved = Swift.Never |
| 8166 | } |
| 8167 | #if compiler(>=5.3) && $TildeSendable |
| 8168 | @available(iOS 16.0, macOS 12.0, *) |
| 8169 | @available(tvOS, unavailable) |
| 8170 | @available(watchOS, unavailable) |
| 8171 | nonisolated public struct TableRow<Value> : SwiftUI.TableRowContent, ~Swift.Sendable where Value : Swift.Identifiable { |
| 8172 | public typealias TableRowValue = Value |
| 8173 | public typealias TableRowBody = Swift.Never |
| 8174 | nonisolated public init(_ value: Value) |
| 8175 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 8176 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TableRow<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 8177 | @available(iOS 17.0, macOS 14.0, *) |
| 8178 | @available(tvOS, unavailable) |
| 8179 | @available(watchOS, unavailable) |
| 8180 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 8181 | } |
| 8182 | #else |
| 8183 | @available(iOS 16.0, macOS 12.0, *) |
| 8184 | @available(tvOS, unavailable) |
| 8185 | @available(watchOS, unavailable) |
| 8186 | nonisolated public struct TableRow<Value> : SwiftUI.TableRowContent where Value : Swift.Identifiable { |
| 8187 | public typealias TableRowValue = Value |
| 8188 | public typealias TableRowBody = Swift.Never |
| 8189 | nonisolated public init(_ value: Value) |
| 8190 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 8191 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TableRow<Value>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 8192 | @available(iOS 17.0, macOS 14.0, *) |
| 8193 | @available(tvOS, unavailable) |
| 8194 | @available(watchOS, unavailable) |
| 8195 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 8196 | } |
| 8197 | #endif |
| 8198 | #if compiler(>=5.3) && $TildeSendable |
| 8199 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8200 | @usableFromInline |
| 8201 | internal struct TypeSelectEquivalentKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 8202 | @inlinable internal static var defaultValue: SwiftUICore.Text? { |
| 8203 | get { nil } |
| 8204 | } |
| 8205 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 8206 | @usableFromInline |
| 8207 | internal typealias Value = SwiftUICore.Text? |
| 8208 | } |
| 8209 | #else |
| 8210 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8211 | @usableFromInline |
| 8212 | internal struct TypeSelectEquivalentKey : SwiftUICore._ViewTraitKey { |
| 8213 | @inlinable internal static var defaultValue: SwiftUICore.Text? { |
| 8214 | get { nil } |
| 8215 | } |
| 8216 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 8217 | @usableFromInline |
| 8218 | internal typealias Value = SwiftUICore.Text? |
| 8219 | } |
| 8220 | #endif |
| 8221 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8222 | extension SwiftUICore.View { |
| 8223 | @inlinable nonisolated public func typeSelectEquivalent(_ text: SwiftUICore.Text?) -> some SwiftUICore.View { |
| 6131 | } |
| 6132 | |
| 6133 | } |
| 6134 | @available(iOS 16.0, macOS 13.0, *) |
| 6135 | @available(tvOS, unavailable) |
| 6136 | @available(watchOS, unavailable) |
| 6137 | @_Concurrency.MainActor @preconcurrency public struct _TypeSelectEquivalentTableRowModifier : SwiftUI._TableRowContentModifier { |
| 6138 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 6139 | get |
| 6140 | } |
| 6141 | @available(iOS 16.0, macOS 13.0, *) |
| 6142 | @available(tvOS, unavailable) |
| 6143 | @available(watchOS, unavailable) |
| 6144 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_TypeSelectEquivalentTableRowModifierV4bodyQrvp", 0) __ |
| 6145 | } |
| 6146 | @available(*, unavailable) |
| 6147 | extension SwiftUI._TypeSelectEquivalentTableRowModifier : Swift.Sendable { |
| 6148 | } |
| 6149 | @available(iOS 13.4, macOS 10.15, *) |
| 6150 | @available(tvOS, unavailable) |
| 6151 | @available(watchOS, unavailable) |
| 8237 | } |
| 8238 | |
| 8239 | } |
| 8240 | #if compiler(>=5.3) && $TildeSendable |
| 8241 | @available(iOS 16.0, macOS 13.0, *) |
| 8242 | @available(tvOS, unavailable) |
| 8243 | @available(watchOS, unavailable) |
| 8244 | @_Concurrency.MainActor @preconcurrency public struct _TypeSelectEquivalentTableRowModifier : SwiftUI._TableRowContentModifier, ~Swift.Sendable { |
| 8245 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 8246 | get |
| 8247 | } |
| 8248 | @available(macOS 13.0, iOS 16.0, *) |
| 8249 | @available(tvOS, unavailable) |
| 8250 | @available(watchOS, unavailable) |
| 8251 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_TypeSelectEquivalentTableRowModifierV4bodyQrvp", 0) __ |
| 8252 | } |
| 8253 | #else |
| 8254 | @available(iOS 16.0, macOS 13.0, *) |
| 8255 | @available(tvOS, unavailable) |
| 8256 | @available(watchOS, unavailable) |
| 8257 | @_Concurrency.MainActor @preconcurrency public struct _TypeSelectEquivalentTableRowModifier : SwiftUI._TableRowContentModifier { |
| 8258 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 8259 | get |
| 8260 | } |
| 8261 | @available(macOS 13.0, iOS 16.0, *) |
| 8262 | @available(tvOS, unavailable) |
| 8263 | @available(watchOS, unavailable) |
| 8264 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_TypeSelectEquivalentTableRowModifierV4bodyQrvp", 0) __ |
| 8265 | } |
| 8266 | #endif |
| 8267 | @available(iOS 13.4, macOS 10.15, *) |
| 8268 | @available(tvOS, unavailable) |
| 8269 | @available(watchOS, unavailable) |
| 6155 | } |
| 6156 | |
| 6157 | } |
| 6158 | @available(iOS 13.4, macOS 10.15, *) |
| 6159 | @available(tvOS, unavailable) |
| 6160 | @available(watchOS, unavailable) |
| 6161 | @frozen public struct _HoverRegionModifier : SwiftUICore.ViewModifier { |
| 6162 | public let callback: (Swift.Bool) -> Swift.Void |
| 6163 | @inlinable public init(_ callback: @escaping (Swift.Bool) -> Swift.Void) { |
| 6164 | self.callback = callback |
| 6165 | } |
| 6166 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._HoverRegionModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 6167 | @available(iOS 13.4, macOS 10.15, *) |
| 6168 | @available(tvOS, unavailable) |
| 6169 | @available(watchOS, unavailable) |
| 6170 | public typealias Body = Swift.Never |
| 6171 | } |
| 6172 | @available(*, unavailable) |
| 6173 | extension SwiftUI._HoverRegionModifier : Swift.Sendable { |
| 6174 | } |
| 6175 | extension SwiftUICore.View { |
| 6176 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "accessibilityHidden(_:)") |
| 6177 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "accessibilityHidden(_:)") |
| 8273 | } |
| 8274 | |
| 8275 | } |
| 8276 | #if compiler(>=5.3) && $TildeSendable |
| 8277 | @available(iOS 13.4, macOS 10.15, *) |
| 8278 | @available(tvOS, unavailable) |
| 8279 | @available(watchOS, unavailable) |
| 8280 | @frozen nonisolated public struct _HoverRegionModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 8281 | public let callback: (Swift.Bool) -> Swift.Void |
| 8282 | @inlinable nonisolated public init(_ callback: @escaping (Swift.Bool) -> Swift.Void) { |
| 8283 | self.callback = callback |
| 8284 | } |
| 8285 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._HoverRegionModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 8286 | @available(macOS 10.15, iOS 13.4, *) |
| 8287 | @available(tvOS, unavailable) |
| 8288 | @available(watchOS, unavailable) |
| 8289 | public typealias Body = Swift.Never |
| 8290 | } |
| 8291 | #else |
| 8292 | @available(iOS 13.4, macOS 10.15, *) |
| 8293 | @available(tvOS, unavailable) |
| 8294 | @available(watchOS, unavailable) |
| 8295 | @frozen nonisolated public struct _HoverRegionModifier : SwiftUICore.ViewModifier { |
| 8296 | public let callback: (Swift.Bool) -> Swift.Void |
| 8297 | @inlinable nonisolated public init(_ callback: @escaping (Swift.Bool) -> Swift.Void) { |
| 8298 | self.callback = callback |
| 8299 | } |
| 8300 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._HoverRegionModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 8301 | @available(macOS 10.15, iOS 13.4, *) |
| 8302 | @available(tvOS, unavailable) |
| 8303 | @available(watchOS, unavailable) |
| 8304 | public typealias Body = Swift.Never |
| 8305 | } |
| 8306 | #endif |
| 8307 | extension SwiftUICore.View { |
| 8308 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "accessibilityHidden(_:)") |
| 8309 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "accessibilityHidden(_:)") |
| 6284 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityActivationPoint(_:)") |
| 6285 | nonisolated public func accessibility(activationPoint: SwiftUICore.UnitPoint) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 6286 | } |
| 6287 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6288 | @_Concurrency.MainActor @preconcurrency public struct List<SelectionValue, Content> : SwiftUICore.View where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 6289 | @available(watchOS, unavailable) |
| 6290 | @_Concurrency.MainActor @preconcurrency public init(selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6291 | @available(watchOS 10.0, *) |
| 6292 | @_Concurrency.MainActor @preconcurrency public init(selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6293 | @available(macOS 13.0, *) |
| 6294 | @available(iOS, unavailable) |
| 6295 | @available(tvOS, unavailable) |
| 6296 | @available(watchOS, unavailable) |
| 6297 | @available(visionOS, unavailable) |
| 6298 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6299 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 6300 | get |
| 6301 | } |
| 6302 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 6303 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4ListV4bodyQrvp", 0) __<SelectionValue, Content> |
| 6304 | } |
| 6305 | @available(*, unavailable) |
| 6306 | extension SwiftUI.List : Swift.Sendable { |
| 6307 | } |
| 6308 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6309 | extension SwiftUI.List { |
| 6310 | @available(watchOS, unavailable) |
| 6311 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 6312 | self.init(selection: selection) { |
| 6313 | ForEach(data) { item in |
| 6314 | rowContent(item) |
| 8416 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityActivationPoint(_:)") |
| 8417 | nonisolated public func accessibility(activationPoint: SwiftUICore.UnitPoint) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 8418 | } |
| 8419 | #if compiler(>=5.3) && $TildeSendable |
| 8420 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8421 | nonisolated public struct List<SelectionValue, Content> : SwiftUICore.View, ~Swift.Sendable where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 8422 | @available(watchOS, unavailable) |
| 8423 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8424 | @available(watchOS 10.0, *) |
| 8425 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8426 | @available(macOS 13.0, *) |
| 8427 | @available(iOS, unavailable) |
| 8428 | @available(tvOS, unavailable) |
| 8429 | @available(watchOS, unavailable) |
| 8430 | @available(visionOS, unavailable) |
| 8431 | @_disfavoredOverload nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8432 | nonisolated public var body: some SwiftUICore.View { |
| 8433 | get |
| 8434 | } |
| 8435 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 8436 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4ListV4bodyQrvp", 0) __<SelectionValue, Content> |
| 8437 | } |
| 8438 | #else |
| 8439 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8440 | nonisolated public struct List<SelectionValue, Content> : SwiftUICore.View where SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 8441 | @available(watchOS, unavailable) |
| 8442 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8443 | @available(watchOS 10.0, *) |
| 8444 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8445 | @available(macOS 13.0, *) |
| 8446 | @available(iOS, unavailable) |
| 8447 | @available(tvOS, unavailable) |
| 8448 | @available(watchOS, unavailable) |
| 8449 | @available(visionOS, unavailable) |
| 8450 | @_disfavoredOverload nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8451 | nonisolated public var body: some SwiftUICore.View { |
| 8452 | get |
| 8453 | } |
| 8454 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 8455 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4ListV4bodyQrvp", 0) __<SelectionValue, Content> |
| 8456 | } |
| 8457 | #endif |
| 8458 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8459 | extension SwiftUI.List { |
| 8460 | @available(watchOS, unavailable) |
| 8461 | @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 8462 | self.init(selection: selection) { |
| 8463 | ForEach(data) { item in |
| 8464 | rowContent(item) |
| 6319 | @available(iOS, unavailable) |
| 6320 | @available(watchOS, unavailable) |
| 6321 | @available(visionOS, unavailable) |
| 6322 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6323 | @available(iOS 14.0, macOS 11.0, *) |
| 6324 | @available(tvOS, unavailable) |
| 6325 | @available(watchOS, unavailable) |
| 6326 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6327 | @available(macOS 13.0, *) |
| 6328 | @available(iOS, unavailable) |
| 6329 | @available(tvOS, unavailable) |
| 6330 | @available(watchOS, unavailable) |
| 6331 | @available(visionOS, unavailable) |
| 6332 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6333 | @available(watchOS, unavailable) |
| 6334 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 6335 | self.init(selection: selection) { |
| 6336 | ForEach(data, id: id) { item in |
| 6337 | rowContent(item) |
| 8469 | @available(iOS, unavailable) |
| 8470 | @available(watchOS, unavailable) |
| 8471 | @available(visionOS, unavailable) |
| 8472 | @_disfavoredOverload nonisolated public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8473 | @available(iOS 14.0, macOS 11.0, *) |
| 8474 | @available(tvOS, unavailable) |
| 8475 | @available(watchOS, unavailable) |
| 8476 | nonisolated public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8477 | @available(macOS 13.0, *) |
| 8478 | @available(iOS, unavailable) |
| 8479 | @available(tvOS, unavailable) |
| 8480 | @available(watchOS, unavailable) |
| 8481 | @available(visionOS, unavailable) |
| 8482 | @_disfavoredOverload nonisolated public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8483 | @available(watchOS, unavailable) |
| 8484 | @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 8485 | self.init(selection: selection) { |
| 8486 | ForEach(data, id: id) { item in |
| 8487 | rowContent(item) |
| 6343 | @available(tvOS, unavailable) |
| 6344 | @available(watchOS, unavailable) |
| 6345 | @available(visionOS, unavailable) |
| 6346 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6347 | @available(iOS 14.0, macOS 11.0, *) |
| 6348 | @available(tvOS, unavailable) |
| 6349 | @available(watchOS, unavailable) |
| 6350 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6351 | @available(macOS 13.0, *) |
| 6352 | @available(iOS, unavailable) |
| 6353 | @available(tvOS, unavailable) |
| 6354 | @available(watchOS, unavailable) |
| 6355 | @available(visionOS, unavailable) |
| 6356 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6357 | @available(watchOS, unavailable) |
| 6358 | @_semantics("swiftui.requires_constant_range") @_Concurrency.MainActor @preconcurrency public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 6359 | @available(macOS 13.0, *) |
| 6360 | @available(iOS, unavailable) |
| 6361 | @available(tvOS, unavailable) |
| 6362 | @available(watchOS, unavailable) |
| 6363 | @available(visionOS, unavailable) |
| 6364 | @_semantics("swiftui.requires_constant_range") @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 6365 | @available(watchOS 10.0, *) |
| 6366 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 6367 | self.init(selection: selection) { |
| 6368 | ForEach(data) { item in |
| 6369 | rowContent(item) |
| 8493 | @available(tvOS, unavailable) |
| 8494 | @available(watchOS, unavailable) |
| 8495 | @available(visionOS, unavailable) |
| 8496 | @_disfavoredOverload nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8497 | @available(iOS 14.0, macOS 11.0, *) |
| 8498 | @available(tvOS, unavailable) |
| 8499 | @available(watchOS, unavailable) |
| 8500 | nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8501 | @available(macOS 13.0, *) |
| 8502 | @available(iOS, unavailable) |
| 8503 | @available(tvOS, unavailable) |
| 8504 | @available(watchOS, unavailable) |
| 8505 | @available(visionOS, unavailable) |
| 8506 | @_disfavoredOverload nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8507 | @available(watchOS, unavailable) |
| 8508 | @_semantics("swiftui.requires_constant_range") nonisolated public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 8509 | @available(macOS 13.0, *) |
| 8510 | @available(iOS, unavailable) |
| 8511 | @available(tvOS, unavailable) |
| 8512 | @available(watchOS, unavailable) |
| 8513 | @available(visionOS, unavailable) |
| 8514 | @_semantics("swiftui.requires_constant_range") @_disfavoredOverload nonisolated public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 8515 | @available(watchOS 10.0, *) |
| 8516 | @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 8517 | self.init(selection: selection) { |
| 8518 | ForEach(data) { item in |
| 8519 | rowContent(item) |
| 6373 | @available(iOS 14.0, macOS 11.0, *) |
| 6374 | @available(tvOS, unavailable) |
| 6375 | @available(watchOS, unavailable) |
| 6376 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6377 | @available(watchOS 10.0, *) |
| 6378 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 6379 | self.init(selection: selection) { |
| 6380 | ForEach(data, id: id) { item in |
| 6381 | rowContent(item) |
| 8523 | @available(iOS 14.0, macOS 11.0, *) |
| 8524 | @available(tvOS, unavailable) |
| 8525 | @available(watchOS, unavailable) |
| 8526 | nonisolated public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8527 | @available(watchOS 10.0, *) |
| 8528 | @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 8529 | self.init(selection: selection) { |
| 8530 | ForEach(data, id: id) { item in |
| 8531 | rowContent(item) |
| 6385 | @available(iOS 14.0, macOS 11.0, *) |
| 6386 | @available(tvOS, unavailable) |
| 6387 | @available(watchOS, unavailable) |
| 6388 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6389 | @available(watchOS, unavailable) |
| 6390 | @_alwaysEmitIntoClient @_semantics("swiftui.requires_constant_range") @_Concurrency.MainActor @preconcurrency public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, RowContent>, RowContent : SwiftUICore.View { |
| 6391 | self.init(selection: selection) { |
| 6392 | ForEach(data) { item in |
| 6393 | rowContent(item) |
| 8535 | @available(iOS 14.0, macOS 11.0, *) |
| 8536 | @available(tvOS, unavailable) |
| 8537 | @available(watchOS, unavailable) |
| 8538 | nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8539 | @available(watchOS, unavailable) |
| 8540 | @_alwaysEmitIntoClient @_semantics("swiftui.requires_constant_range") nonisolated public init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, RowContent>, RowContent : SwiftUICore.View { |
| 8541 | self.init(selection: selection) { |
| 8542 | ForEach(data) { item in |
| 8543 | rowContent(item) |
| 6400 | @available(watchOS, unavailable) |
| 6401 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6402 | @usableFromInline |
| 6403 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6404 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6405 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6406 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6407 | @available(watchOS, unavailable) |
| 6408 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6409 | @usableFromInline |
| 6410 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6411 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6412 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6413 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6414 | @available(watchOS, unavailable) |
| 6415 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6416 | @usableFromInline |
| 6417 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6418 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6419 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6420 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6421 | @available(watchOS, unavailable) |
| 6422 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6423 | @usableFromInline |
| 6424 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6425 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6426 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6427 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6428 | @available(watchOS, unavailable) |
| 6429 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6430 | @usableFromInline |
| 6431 | @_disfavoredOverload @_semantics("swiftui.requires_constant_range") @_Concurrency.MainActor @preconcurrency internal init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 6432 | } |
| 6433 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6434 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 6435 | @_Concurrency.MainActor @preconcurrency public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 6436 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 6437 | self.init { |
| 6438 | ForEach(data) { item in |
| 6439 | rowContent(item) |
| 8550 | @available(watchOS, unavailable) |
| 8551 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8552 | @usableFromInline |
| 8553 | @_disfavoredOverload nonisolated internal init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8554 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8555 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8556 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8557 | @available(watchOS, unavailable) |
| 8558 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8559 | @usableFromInline |
| 8560 | @_disfavoredOverload nonisolated internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8561 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8562 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8563 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8564 | @available(watchOS, unavailable) |
| 8565 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8566 | @usableFromInline |
| 8567 | @_disfavoredOverload nonisolated internal init<Data, RowContent>(_ data: Data, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8568 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8569 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8570 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8571 | @available(watchOS, unavailable) |
| 8572 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8573 | @usableFromInline |
| 8574 | @_disfavoredOverload nonisolated internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8575 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8576 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8577 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8578 | @available(watchOS, unavailable) |
| 8579 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8580 | @usableFromInline |
| 8581 | @_disfavoredOverload @_semantics("swiftui.requires_constant_range") nonisolated internal init<RowContent>(_ data: Swift.Range<Swift.Int>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 8582 | } |
| 8583 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8584 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 8585 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 8586 | @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: Data, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, RowContent>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable { |
| 8587 | self.init { |
| 8588 | ForEach(data) { item in |
| 8589 | rowContent(item) |
| 6443 | @available(iOS 14.0, macOS 11.0, *) |
| 6444 | @available(tvOS, unavailable) |
| 6445 | @available(watchOS, unavailable) |
| 6446 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6447 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 6448 | self.init { |
| 6449 | ForEach(data, id: id) { item in |
| 6450 | rowContent(item) |
| 8593 | @available(iOS 14.0, macOS 11.0, *) |
| 8594 | @available(tvOS, unavailable) |
| 8595 | @available(watchOS, unavailable) |
| 8596 | nonisolated public init<Data, RowContent>(_ data: Data, children: Swift.KeyPath<Data.Element, Data?>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8597 | @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, RowContent>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View { |
| 8598 | self.init { |
| 8599 | ForEach(data, id: id) { item in |
| 8600 | rowContent(item) |
| 6454 | @available(iOS 14.0, macOS 11.0, *) |
| 6455 | @available(tvOS, unavailable) |
| 6456 | @available(watchOS, unavailable) |
| 6457 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6458 | @_semantics("swiftui.requires_constant_range") @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<RowContent>(_ data: Swift.Range<Swift.Int>, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, RowContent>, RowContent : SwiftUICore.View { |
| 6459 | self.init { |
| 6460 | ForEach(data) { item in |
| 6461 | rowContent(item) |
| 8604 | @available(iOS 14.0, macOS 11.0, *) |
| 8605 | @available(tvOS, unavailable) |
| 8606 | @available(watchOS, unavailable) |
| 8607 | nonisolated public init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, children: Swift.KeyPath<Data.Element, Data?>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUI.OutlineGroup<Data, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8608 | @_semantics("swiftui.requires_constant_range") @_alwaysEmitIntoClient nonisolated public init<RowContent>(_ data: Swift.Range<Swift.Int>, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, RowContent>, RowContent : SwiftUICore.View { |
| 8609 | self.init { |
| 8610 | ForEach(data) { item in |
| 8611 | rowContent(item) |
| 6468 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 6469 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6470 | @usableFromInline |
| 6471 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, RowContent>(_ data: Data, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6472 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6473 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6474 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6475 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 6476 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6477 | @usableFromInline |
| 6478 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ViewBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6479 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 6480 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 6481 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 6482 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 6483 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 6484 | @usableFromInline |
| 6485 | @_semantics("swiftui.requires_constant_range") @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal init<RowContent>(_ data: Swift.Range<Swift.Int>, @SwiftUICore.ViewBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 6486 | } |
| 6487 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6488 | extension SwiftUI.List { |
| 6489 | @available(watchOS, unavailable) |
| 6490 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 6491 | self.init(data, id: \.id, selection: selection, rowContent: rowContent) |
| 6492 | } |
| 6493 | @available(watchOS, unavailable) |
| 6494 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 6495 | self.init(selection: selection) { |
| 6496 | ForEach(data, id: id) { item in |
| 6497 | rowContent(item) |
| 6498 | } |
| 6499 | } |
| 6500 | } |
| 6501 | @available(watchOS, unavailable) |
| 6502 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 6503 | self.init(data, id: \.id, selection: selection, rowContent: rowContent) |
| 6504 | } |
| 6505 | @available(watchOS, unavailable) |
| 6506 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 6507 | self.init(selection: selection) { |
| 6508 | ForEach(data, id: id) { item in |
| 6509 | rowContent(item) |
| 8618 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 8619 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8620 | @usableFromInline |
| 8621 | @_disfavoredOverload nonisolated internal init<Data, RowContent>(_ data: Data, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, Data.Element.ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8622 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8623 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8624 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8625 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 8626 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8627 | @usableFromInline |
| 8628 | @_disfavoredOverload nonisolated internal init<Data, ID, RowContent>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ContentBuilder rowContent: @escaping (Data.Element) -> RowContent) where Content == SwiftUICore.ForEach<Data, ID, SwiftUICore.HStack<RowContent>>, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8629 | @available(iOS, introduced: 13.0, deprecated: 15.0) |
| 8630 | @available(macOS, introduced: 10.15, deprecated: 12.0) |
| 8631 | @available(tvOS, introduced: 13.0, deprecated: 15.0) |
| 8632 | @available(watchOS, introduced: 6.0, deprecated: 8.0) |
| 8633 | @available(visionOS, introduced: 1.0, deprecated: 1.0) |
| 8634 | @usableFromInline |
| 8635 | @_semantics("swiftui.requires_constant_range") @_disfavoredOverload nonisolated internal init<RowContent>(_ data: Swift.Range<Swift.Int>, @SwiftUICore.ContentBuilder rowContent: @escaping (Swift.Int) -> RowContent) where Content == SwiftUICore.ForEach<Swift.Range<Swift.Int>, Swift.Int, SwiftUICore.HStack<RowContent>>, RowContent : SwiftUICore.View |
| 8636 | } |
| 8637 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8638 | extension SwiftUI.List { |
| 8639 | @available(watchOS, unavailable) |
| 8640 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 8641 | self.init(data, id: \.id, selection: selection, rowContent: rowContent) |
| 8642 | } |
| 8643 | @available(watchOS, unavailable) |
| 8644 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 8645 | self.init(selection: selection) { |
| 8646 | ForEach(data, id: id) { item in |
| 8647 | rowContent(item) |
| 8648 | } |
| 8649 | } |
| 8650 | } |
| 8651 | @available(watchOS, unavailable) |
| 8652 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 8653 | self.init(data, id: \.id, selection: selection, rowContent: rowContent) |
| 8654 | } |
| 8655 | @available(watchOS, unavailable) |
| 8656 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 8657 | self.init(selection: selection) { |
| 8658 | ForEach(data, id: id) { item in |
| 8659 | rowContent(item) |
| 6513 | } |
| 6514 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6515 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 6516 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 6517 | self.init(data, id: \.id, rowContent: rowContent) |
| 6518 | } |
| 6519 | @_disfavoredOverload @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 6520 | self.init { |
| 6521 | ForEach(data, id: id) { item in |
| 6522 | rowContent(item) |
| 8663 | } |
| 8664 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8665 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 8666 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, Data.Element.ID)>, Data.Element.ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable { |
| 8667 | self.init(data, id: \.id, rowContent: rowContent) |
| 8668 | } |
| 8669 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<Swift.LazyMapSequence<Data.Indices, (Data.Index, ID)>, ID, RowContent>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable { |
| 8670 | self.init { |
| 8671 | ForEach(data, id: id) { item in |
| 8672 | rowContent(item) |
| 6528 | @available(tvOS, unavailable) |
| 6529 | @available(watchOS, unavailable) |
| 6530 | extension SwiftUI.List { |
| 6531 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6532 | @available(macOS 13.0, *) |
| 6533 | @available(iOS, unavailable) |
| 6534 | @available(tvOS, unavailable) |
| 6535 | @available(watchOS, unavailable) |
| 6536 | @available(visionOS, unavailable) |
| 6537 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6538 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6539 | @available(macOS 13.0, *) |
| 6540 | @available(iOS, unavailable) |
| 6541 | @available(tvOS, unavailable) |
| 6542 | @available(watchOS, unavailable) |
| 6543 | @available(visionOS, unavailable) |
| 6544 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6545 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6546 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6547 | } |
| 6548 | @available(iOS 15.0, macOS 12.0, *) |
| 6549 | @available(tvOS, unavailable) |
| 6550 | @available(watchOS, unavailable) |
| 6551 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 6552 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 6553 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 6554 | } |
| 6555 | @available(iOS 15.0, macOS 13.0, *) |
| 6556 | @available(tvOS, unavailable) |
| 8678 | @available(tvOS, unavailable) |
| 8679 | @available(watchOS, unavailable) |
| 8680 | extension SwiftUI.List { |
| 8681 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8682 | @available(macOS 13.0, *) |
| 8683 | @available(iOS, unavailable) |
| 8684 | @available(tvOS, unavailable) |
| 8685 | @available(watchOS, unavailable) |
| 8686 | @available(visionOS, unavailable) |
| 8687 | @_disfavoredOverload nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8688 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8689 | @available(macOS 13.0, *) |
| 8690 | @available(iOS, unavailable) |
| 8691 | @available(tvOS, unavailable) |
| 8692 | @available(watchOS, unavailable) |
| 8693 | @available(visionOS, unavailable) |
| 8694 | @_disfavoredOverload nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8695 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8696 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8697 | } |
| 8698 | @available(iOS 15.0, macOS 12.0, *) |
| 8699 | @available(tvOS, unavailable) |
| 8700 | @available(watchOS, unavailable) |
| 8701 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 8702 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, children: Swift.WritableKeyPath<Data.Element, Data?>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, Data.Element.ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 8703 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, children: Swift.WritableKeyPath<Data.Element, Data?>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUI.OutlineGroup<SwiftUICore.Binding<Data>, ID, RowContent, RowContent, SwiftUI.DisclosureGroup<RowContent, SwiftUI.OutlineSubgroupChildren>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View |
| 8704 | } |
| 8705 | @available(iOS 15.0, macOS 13.0, *) |
| 8706 | @available(tvOS, unavailable) |
| 6570 | nonisolated public func listSectionSeparatorTint(_ color: SwiftUICore.Color?, edges: SwiftUICore.VerticalEdge.Set = .all) -> some SwiftUICore.View |
| 6571 | |
| 6572 | } |
| 6573 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6574 | public struct ToolbarItem<ID, Content> : SwiftUI.ToolbarContent where Content : SwiftUICore.View { |
| 6575 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 6576 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 6577 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 6578 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 6579 | public typealias Body = Swift.Never |
| 6580 | } |
| 6581 | @available(*, unavailable) |
| 6582 | extension SwiftUI.ToolbarItem : Swift.Sendable { |
| 6583 | } |
| 6584 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6585 | extension SwiftUI.ToolbarItem where ID == () { |
| 6586 | nonisolated public init(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6587 | } |
| 6588 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6589 | extension SwiftUI.ToolbarItem : SwiftUI.CustomizableToolbarContent where ID == Swift.String { |
| 6590 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6591 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 6592 | self.init( |
| 6593 | id: id, placement: placement, |
| 6594 | showsByDefault: true, content: content) |
| 8720 | nonisolated public func listSectionSeparatorTint(_ color: SwiftUICore.Color?, edges: SwiftUICore.VerticalEdge.Set = .all) -> some SwiftUICore.View |
| 8721 | |
| 8722 | } |
| 8723 | @_hasMissingDesignatedInitializers @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 8724 | @available(tvOS, unavailable) |
| 8725 | @available(watchOS, unavailable) |
| 8726 | @usableFromInline |
| 8727 | internal class LimitedAvailabilityEditMenuContentStorageBase { |
| 8728 | @objc @usableFromInline |
| 8729 | deinit |
| 8730 | } |
| 8731 | @available(*, unavailable) |
| 8732 | extension SwiftUI.LimitedAvailabilityEditMenuContentStorageBase : Swift.Sendable { |
| 8733 | } |
| 8734 | #if compiler(>=5.3) && $TildeSendable |
| 8735 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8736 | nonisolated public struct ToolbarItem<ID, Content> : SwiftUI.ToolbarContent, ~Swift.Sendable where Content : SwiftUICore.View { |
| 8737 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8738 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 8739 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 8740 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 8741 | public typealias Body = Swift.Never |
| 8742 | } |
| 8743 | #else |
| 8744 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8745 | nonisolated public struct ToolbarItem<ID, Content> : SwiftUI.ToolbarContent where Content : SwiftUICore.View { |
| 8746 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8747 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 8748 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.ToolbarItem<ID, Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 8749 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 8750 | public typealias Body = Swift.Never |
| 8751 | } |
| 8752 | #endif |
| 8753 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8754 | extension SwiftUI.ToolbarItem where ID == () { |
| 8755 | nonisolated public init(placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8756 | } |
| 8757 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8758 | extension SwiftUI.ToolbarItem : SwiftUI.CustomizableToolbarContent where ID == Swift.String { |
| 8759 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8760 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, placement: SwiftUI.ToolbarItemPlacement = .automatic, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 8761 | self.init( |
| 8762 | id: id, placement: placement, |
| 8763 | showsByDefault: true, content: content) |
| 6597 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 6598 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 6599 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 6600 | nonisolated public init(id: Swift.String, placement: SwiftUI.ToolbarItemPlacement = .automatic, showsByDefault: Swift.Bool, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6601 | } |
| 6602 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6603 | extension SwiftUI.ToolbarItem : Swift.Identifiable where ID : Swift.Hashable { |
| 6604 | public var id: ID { |
| 6605 | get |
| 6606 | } |
| 6607 | } |
| 8766 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 8767 | @available(tvOS, introduced: 14.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 8768 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use the CustomizableToolbarContent/defaultCustomization(_:options) modifier with a value of .hidden") |
| 8769 | nonisolated public init(id: Swift.String, placement: SwiftUI.ToolbarItemPlacement = .automatic, showsByDefault: Swift.Bool, @SwiftUICore.ContentBuilder content: () -> Content) |
| 8770 | } |
| 8771 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8772 | extension SwiftUI.ToolbarItem : Swift.Identifiable where ID : Swift.Hashable { |
| 8773 | nonisolated public var id: ID { |
| 8774 | get |
| 8775 | } |
| 8776 | } |
| 6613 | get { .init() } |
| 6614 | } |
| 6615 | } |
| 6616 | @available(iOS 13.0, tvOS 13.0, *) |
| 6617 | @available(macOS, unavailable) |
| 6618 | @available(watchOS, unavailable) |
| 8782 | get { .init() } |
| 8783 | } |
| 8784 | } |
| 8785 | #if compiler(>=5.3) && $TildeSendable |
| 8786 | @available(iOS 13.0, tvOS 13.0, *) |
| 8787 | @available(macOS, unavailable) |
| 8788 | @available(watchOS, unavailable) |
| 8789 | public struct GroupedListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 8790 | public init() |
| 8791 | @available(iOS, deprecated: 16.0, message: "Use listPadding instead.") |
| 8792 | @available(visionOS, deprecated: 1.0, message: "Use listPadding instead.") |
| 8793 | public static func _sectionInset(_ sectionInset: SwiftUICore.EdgeInsets) -> SwiftUI.GroupedListStyle |
| 8794 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 8795 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 8796 | } |
| 8797 | #else |
| 8798 | @available(iOS 13.0, tvOS 13.0, *) |
| 8799 | @available(macOS, unavailable) |
| 8800 | @available(watchOS, unavailable) |
| 6624 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 6625 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 6626 | } |
| 6627 | @available(*, unavailable) |
| 6628 | extension SwiftUI.GroupedListStyle : Swift.Sendable { |
| 6629 | } |
| 6630 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6631 | extension SwiftUICore.View { |
| 6632 | nonisolated public func accessibilitySortPriority(_ sortPriority: Swift.Double) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 8806 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 8807 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.GroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 8808 | } |
| 8809 | #endif |
| 8810 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8811 | extension SwiftUICore.View { |
| 8812 | nonisolated public func accessibilitySortPriority(_ sortPriority: Swift.Double) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 6635 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 6636 | nonisolated public func accessibilitySortPriority(_ sortPriority: Swift.Double) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 6637 | } |
| 6638 | @available(macOS 15.0, visionOS 2.0, *) |
| 6639 | @available(iOS, unavailable) |
| 6640 | @available(tvOS, unavailable) |
| 6641 | @available(watchOS, unavailable) |
| 6642 | public struct WindowLayoutRoot { |
| 6643 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 6644 | } |
| 6645 | @available(*, unavailable) |
| 6646 | extension SwiftUI.WindowLayoutRoot : Swift.Sendable { |
| 6647 | } |
| 6648 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 6649 | extension SwiftUICore.View { |
| 6650 | nonisolated public func accessibilityScrollAction(_ handler: @escaping (SwiftUICore.Edge) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 8815 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 8816 | nonisolated public func accessibilitySortPriority(_ sortPriority: Swift.Double) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 8817 | } |
| 8818 | #if compiler(>=5.3) && $TildeSendable |
| 8819 | @available(macOS 15.0, visionOS 2.0, *) |
| 8820 | @available(iOS, unavailable) |
| 8821 | @available(tvOS, unavailable) |
| 8822 | @available(watchOS, unavailable) |
| 8823 | public struct WindowLayoutRoot : ~Swift.Sendable { |
| 8824 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 8825 | } |
| 8826 | #else |
| 8827 | @available(macOS 15.0, visionOS 2.0, *) |
| 8828 | @available(iOS, unavailable) |
| 8829 | @available(tvOS, unavailable) |
| 8830 | @available(watchOS, unavailable) |
| 8831 | public struct WindowLayoutRoot { |
| 8832 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 8833 | } |
| 8834 | #endif |
| 8835 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8836 | extension SwiftUICore.View { |
| 8837 | nonisolated public func accessibilityScrollAction(_ handler: @escaping (SwiftUICore.Edge) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 6698 | nonisolated public func fileDialogBrowserOptions(_ options: SwiftUI.FileDialogBrowserOptions) -> some SwiftUICore.View |
| 6699 | |
| 6700 | } |
| 6701 | @available(iOS 17.0, macOS 14.0, *) |
| 6702 | @available(tvOS, unavailable) |
| 6703 | @available(watchOS, unavailable) |
| 8885 | nonisolated public func fileDialogBrowserOptions(_ options: SwiftUI.FileDialogBrowserOptions) -> some SwiftUICore.View |
| 8886 | |
| 8887 | } |
| 8888 | #if compiler(>=5.3) && $TildeSendable |
| 8889 | @available(iOS 17.0, macOS 14.0, *) |
| 8890 | @available(tvOS, unavailable) |
| 8891 | @available(watchOS, unavailable) |
| 8892 | public struct FileDialogBrowserOptions : Swift.OptionSet, ~Swift.Sendable { |
| 8893 | public let rawValue: Swift.Int |
| 8894 | public init(rawValue: Swift.Int) |
| 8895 | public static let enumeratePackages: SwiftUI.FileDialogBrowserOptions |
| 8896 | public static let includeHiddenFiles: SwiftUI.FileDialogBrowserOptions |
| 8897 | public static let displayFileExtensions: SwiftUI.FileDialogBrowserOptions |
| 8898 | @available(macOS 14.0, iOS 17.0, *) |
| 8899 | @available(tvOS, unavailable) |
| 8900 | @available(watchOS, unavailable) |
| 8901 | public typealias ArrayLiteralElement = SwiftUI.FileDialogBrowserOptions |
| 8902 | @available(macOS 14.0, iOS 17.0, *) |
| 8903 | @available(tvOS, unavailable) |
| 8904 | @available(watchOS, unavailable) |
| 8905 | public typealias Element = SwiftUI.FileDialogBrowserOptions |
| 8906 | @available(macOS 14.0, iOS 17.0, *) |
| 8907 | @available(tvOS, unavailable) |
| 8908 | @available(watchOS, unavailable) |
| 8909 | public typealias RawValue = Swift.Int |
| 8910 | } |
| 8911 | #else |
| 8912 | @available(iOS 17.0, macOS 14.0, *) |
| 8913 | @available(tvOS, unavailable) |
| 8914 | @available(watchOS, unavailable) |
| 6707 | public static let enumeratePackages: SwiftUI.FileDialogBrowserOptions |
| 6708 | public static let includeHiddenFiles: SwiftUI.FileDialogBrowserOptions |
| 6709 | public static let displayFileExtensions: SwiftUI.FileDialogBrowserOptions |
| 6710 | @available(iOS 17.0, macOS 14.0, *) |
| 6711 | @available(tvOS, unavailable) |
| 6712 | @available(watchOS, unavailable) |
| 6713 | public typealias ArrayLiteralElement = SwiftUI.FileDialogBrowserOptions |
| 6714 | @available(iOS 17.0, macOS 14.0, *) |
| 6715 | @available(tvOS, unavailable) |
| 6716 | @available(watchOS, unavailable) |
| 6717 | public typealias Element = SwiftUI.FileDialogBrowserOptions |
| 6718 | @available(iOS 17.0, macOS 14.0, *) |
| 6719 | @available(tvOS, unavailable) |
| 6720 | @available(watchOS, unavailable) |
| 6721 | public typealias RawValue = Swift.Int |
| 6722 | } |
| 6723 | @available(iOS 17.0, macOS 14.0, *) |
| 6724 | @available(tvOS, unavailable) |
| 6725 | @available(watchOS, unavailable) |
| 6726 | extension SwiftUI.FileDialogBrowserOptions : Swift.Sendable { |
| 6727 | } |
| 6728 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6729 | @frozen @propertyWrapper public struct SceneStorage<Value> : SwiftUICore.DynamicProperty { |
| 6730 | @usableFromInline |
| 8918 | public static let enumeratePackages: SwiftUI.FileDialogBrowserOptions |
| 8919 | public static let includeHiddenFiles: SwiftUI.FileDialogBrowserOptions |
| 8920 | public static let displayFileExtensions: SwiftUI.FileDialogBrowserOptions |
| 8921 | @available(macOS 14.0, iOS 17.0, *) |
| 8922 | @available(tvOS, unavailable) |
| 8923 | @available(watchOS, unavailable) |
| 8924 | public typealias ArrayLiteralElement = SwiftUI.FileDialogBrowserOptions |
| 8925 | @available(macOS 14.0, iOS 17.0, *) |
| 8926 | @available(tvOS, unavailable) |
| 8927 | @available(watchOS, unavailable) |
| 8928 | public typealias Element = SwiftUI.FileDialogBrowserOptions |
| 8929 | @available(macOS 14.0, iOS 17.0, *) |
| 8930 | @available(tvOS, unavailable) |
| 8931 | @available(watchOS, unavailable) |
| 8932 | public typealias RawValue = Swift.Int |
| 8933 | } |
| 8934 | #endif |
| 8935 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8936 | @frozen @propertyWrapper public struct SceneStorage<Value> : SwiftUICore.DynamicProperty { |
| 8937 | @usableFromInline |
| 6745 | get |
| 6746 | } |
| 6747 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 6748 | } |
| 6749 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6750 | extension SwiftUI.SceneStorage : @unchecked Swift.Sendable where Value : Swift.Sendable { |
| 8952 | get |
| 8953 | } |
| 8954 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 8955 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 8956 | public static var _propertyStorageSize: Swift.Int? { |
| 8957 | get |
| 8958 | } |
| 8959 | } |
| 8960 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8961 | extension SwiftUI.SceneStorage : @unchecked Swift.Sendable where Value : Swift.Sendable { |
| 6778 | public init<R>(_ key: Swift.String) where Value == R?, R : Swift.RawRepresentable, R.RawValue == Swift.String |
| 6779 | public init<R>(_ key: Swift.String) where Value == R?, R : Swift.RawRepresentable, R.RawValue == Swift.Int |
| 6780 | } |
| 6781 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6782 | @usableFromInline |
| 6783 | internal class SceneStorageTransformBox { |
| 6784 | @objc @usableFromInline |
| 6785 | deinit |
| 6786 | } |
| 6787 | @available(*, unavailable) |
| 6788 | extension SwiftUI.SceneStorageTransformBox : Swift.Sendable { |
| 6789 | } |
| 6790 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 6791 | @available(watchOS, unavailable) |
| 6792 | public struct Menu<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 6793 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 6794 | get |
| 6795 | } |
| 6796 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 6797 | @available(watchOS, unavailable) |
| 6798 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4MenuV4bodyQrvp", 0) __<Label, Content> |
| 6799 | } |
| 6800 | @available(*, unavailable) |
| 6801 | extension SwiftUI.Menu : Swift.Sendable { |
| 6802 | } |
| 6803 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 6804 | @available(watchOS, unavailable) |
| 6805 | extension SwiftUI.Menu { |
| 6806 | nonisolated public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 6807 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.Text |
| 6808 | @available(iOS 16.0, macOS 13.0, *) |
| 6809 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.Text { |
| 6810 | self.init { content() } label: { Text(titleResource) } |
| 6811 | } |
| 6812 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.Text, S : Swift.StringProtocol |
| 6813 | } |
| 6814 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 6815 | @available(watchOS, unavailable) |
| 6816 | extension SwiftUI.Menu { |
| 6817 | nonisolated public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label, primaryAction: @escaping () -> Swift.Void) |
| 6818 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text |
| 6819 | @available(iOS 16.0, macOS 13.0, *) |
| 6820 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text { |
| 6821 | self.init { |
| 6822 | content() |
| 6823 | } label: { |
| 8989 | public init<R>(_ key: Swift.String) where Value == R?, R : Swift.RawRepresentable, R.RawValue == Swift.String |
| 8990 | public init<R>(_ key: Swift.String) where Value == R?, R : Swift.RawRepresentable, R.RawValue == Swift.Int |
| 8991 | } |
| 8992 | #if compiler(>=5.3) && $TildeSendable |
| 8993 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8994 | @usableFromInline |
| 8995 | internal class SceneStorageTransformBox : ~Swift.Sendable { |
| 8996 | @objc @usableFromInline |
| 8997 | deinit |
| 8998 | } |
| 8999 | #else |
| 9000 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9001 | @usableFromInline |
| 9002 | internal class SceneStorageTransformBox { |
| 9003 | @objc @usableFromInline |
| 9004 | deinit |
| 9005 | } |
| 9006 | #endif |
| 9007 | #if compiler(>=5.3) && $TildeSendable |
| 9008 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 9009 | @available(watchOS, unavailable) |
| 9010 | nonisolated public struct Menu<Label, Content> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 9011 | nonisolated public var body: some SwiftUICore.View { |
| 9012 | get |
| 9013 | } |
| 9014 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 9015 | @available(watchOS, unavailable) |
| 9016 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4MenuV4bodyQrvp", 0) __<Label, Content> |
| 9017 | } |
| 9018 | #else |
| 9019 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 9020 | @available(watchOS, unavailable) |
| 9021 | nonisolated public struct Menu<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 9022 | nonisolated public var body: some SwiftUICore.View { |
| 9023 | get |
| 9024 | } |
| 9025 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 9026 | @available(watchOS, unavailable) |
| 9027 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4MenuV4bodyQrvp", 0) __<Label, Content> |
| 9028 | } |
| 9029 | #endif |
| 9030 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 9031 | @available(watchOS, unavailable) |
| 9032 | extension SwiftUI.Menu { |
| 9033 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 9034 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUICore.Text |
| 9035 | @available(iOS 16.0, macOS 13.0, *) |
| 9036 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUICore.Text { |
| 9037 | self.init { content() } label: { Text(titleResource) } |
| 9038 | } |
| 9039 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUICore.Text, S : Swift.StringProtocol |
| 9040 | } |
| 9041 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 9042 | @available(watchOS, unavailable) |
| 9043 | extension SwiftUI.Menu { |
| 9044 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label, primaryAction: @escaping () -> Swift.Void) |
| 9045 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text |
| 9046 | @available(iOS 16.0, macOS 13.0, *) |
| 9047 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text { |
| 9048 | self.init { |
| 9049 | content() |
| 9050 | } label: { |
| 6826 | primaryAction() |
| 6827 | } |
| 6828 | } |
| 6829 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text, S : Swift.StringProtocol |
| 6830 | } |
| 6831 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 6832 | @available(watchOS, unavailable) |
| 6833 | extension SwiftUI.Menu where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 6834 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 6835 | self.init { |
| 6836 | content() |
| 6837 | } label: { |
| 6838 | SwiftUI.Label(titleKey, systemImage: systemImage) |
| 6839 | } |
| 6840 | } |
| 6841 | @available(iOS 16.0, macOS 13.0, *) |
| 6842 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 6843 | self.init { |
| 6844 | content() |
| 6845 | } label: { |
| 6846 | SwiftUI.Label(titleResource, systemImage: systemImage) |
| 6847 | } |
| 6848 | } |
| 6849 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 6850 | self.init { |
| 6851 | content() |
| 6852 | } label: { |
| 9053 | primaryAction() |
| 9054 | } |
| 9055 | } |
| 9056 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) where Label == SwiftUICore.Text, S : Swift.StringProtocol |
| 9057 | } |
| 9058 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 9059 | @available(watchOS, unavailable) |
| 9060 | extension SwiftUI.Menu where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 9061 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 9062 | self.init { |
| 9063 | content() |
| 9064 | } label: { |
| 9065 | SwiftUI.Label(titleKey, systemImage: systemImage) |
| 9066 | } |
| 9067 | } |
| 9068 | @available(iOS 16.0, macOS 13.0, *) |
| 9069 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 9070 | self.init { |
| 9071 | content() |
| 9072 | } label: { |
| 9073 | SwiftUI.Label(titleResource, systemImage: systemImage) |
| 9074 | } |
| 9075 | } |
| 9076 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 9077 | self.init { |
| 9078 | content() |
| 9079 | } label: { |
| 6855 | } |
| 6856 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 6857 | @available(watchOS, unavailable) |
| 6858 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 6859 | self.init { |
| 6860 | content() |
| 6861 | } label: { |
| 9082 | } |
| 9083 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 9084 | @available(watchOS, unavailable) |
| 9085 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 9086 | self.init { |
| 9087 | content() |
| 9088 | } label: { |
| 6866 | } |
| 6867 | @available(iOS 16.0, macOS 13.0, *) |
| 6868 | @available(watchOS, unavailable) |
| 6869 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 6870 | self.init { |
| 6871 | content() |
| 6872 | } label: { |
| 9093 | } |
| 9094 | @available(iOS 16.0, macOS 13.0, *) |
| 9095 | @available(watchOS, unavailable) |
| 9096 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 9097 | self.init { |
| 9098 | content() |
| 9099 | } label: { |
| 6879 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 6880 | @available(watchOS, unavailable) |
| 6881 | extension SwiftUI.Menu where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 6882 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> Content) |
| 6883 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 6884 | self.init { |
| 6885 | content() |
| 6886 | } label: { |
| 6887 | SwiftUI.Label(titleResource, image: image) |
| 6888 | } |
| 6889 | } |
| 6890 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 6891 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) |
| 6892 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 6893 | self.init { |
| 6894 | content() |
| 6895 | } label: { |
| 9106 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 9107 | @available(watchOS, unavailable) |
| 9108 | extension SwiftUI.Menu where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 9109 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> Content) |
| 9110 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 9111 | self.init { |
| 9112 | content() |
| 9113 | } label: { |
| 9114 | SwiftUI.Label(titleResource, image: image) |
| 9115 | } |
| 9116 | } |
| 9117 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 9118 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) |
| 9119 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> Content, primaryAction: @escaping () -> Swift.Void) { |
| 9120 | self.init { |
| 9121 | content() |
| 9122 | } label: { |
| 6927 | get { .init() } |
| 6928 | } |
| 6929 | } |
| 6930 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 6931 | public struct InlinePickerStyle : SwiftUI.PickerStyle { |
| 6932 | public init() |
| 6933 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 6934 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 6935 | } |
| 6936 | @available(*, unavailable) |
| 6937 | extension SwiftUI.InlinePickerStyle : Swift.Sendable { |
| 6938 | } |
| 6939 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 6940 | @available(tvOS, unavailable) |
| 6941 | public struct _WidgetOutputs { |
| 6942 | } |
| 6943 | @available(*, unavailable) |
| 6944 | extension SwiftUI._WidgetOutputs : Swift.Sendable { |
| 6945 | } |
| 6946 | @available(macOS 14.0, *) |
| 6947 | @available(iOS, unavailable) |
| 6948 | @available(tvOS, unavailable) |
| 9154 | get { .init() } |
| 9155 | } |
| 9156 | } |
| 9157 | #if compiler(>=5.3) && $TildeSendable |
| 9158 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9159 | public struct InlinePickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 9160 | public init() |
| 9161 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9162 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9163 | } |
| 9164 | #else |
| 9165 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9166 | public struct InlinePickerStyle : SwiftUI.PickerStyle { |
| 9167 | public init() |
| 9168 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9169 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.InlinePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9170 | } |
| 9171 | #endif |
| 9172 | #if compiler(>=5.3) && $TildeSendable |
| 9173 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 9174 | @available(tvOS, unavailable) |
| 9175 | public struct _WidgetOutputs : ~Swift.Sendable { |
| 9176 | } |
| 9177 | #else |
| 9178 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 9179 | @available(tvOS, unavailable) |
| 9180 | public struct _WidgetOutputs { |
| 9181 | } |
| 9182 | #endif |
| 9183 | @available(macOS 14.0, *) |
| 9184 | @available(iOS, unavailable) |
| 9185 | @available(tvOS, unavailable) |
| 6951 | @_Concurrency.MainActor @preconcurrency public func onHover(perform action: @escaping (Swift.Bool) -> Swift.Void) -> some SwiftUI.TableRowContent<Self.TableRowValue> |
| 6952 | |
| 6953 | } |
| 6954 | @available(macOS 13.0, *) |
| 6955 | @available(iOS, unavailable) |
| 6956 | @available(tvOS, unavailable) |
| 9188 | @_Concurrency.MainActor @preconcurrency public func onHover(perform action: @escaping (Swift.Bool) -> Swift.Void) -> some SwiftUI.TableRowContent<Self.TableRowValue> |
| 9189 | |
| 9190 | } |
| 9191 | #if compiler(>=5.3) && $TildeSendable |
| 9192 | @available(macOS 13.0, *) |
| 9193 | @available(iOS, unavailable) |
| 9194 | @available(tvOS, unavailable) |
| 9195 | @available(watchOS, unavailable) |
| 9196 | @_Concurrency.MainActor @preconcurrency public struct _HoverTableRowModifier : SwiftUI._TableRowContentModifier, ~Swift.Sendable { |
| 9197 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 9198 | get |
| 9199 | } |
| 9200 | @available(macOS 13.0, *) |
| 9201 | @available(iOS, unavailable) |
| 9202 | @available(tvOS, unavailable) |
| 9203 | @available(watchOS, unavailable) |
| 9204 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22_HoverTableRowModifierV4bodyQrvp", 0) __ |
| 9205 | } |
| 9206 | #else |
| 9207 | @available(macOS 13.0, *) |
| 9208 | @available(iOS, unavailable) |
| 9209 | @available(tvOS, unavailable) |
| 6965 | @available(watchOS, unavailable) |
| 6966 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22_HoverTableRowModifierV4bodyQrvp", 0) __ |
| 6967 | } |
| 6968 | @available(*, unavailable) |
| 6969 | extension SwiftUI._HoverTableRowModifier : Swift.Sendable { |
| 6970 | } |
| 6971 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 6972 | extension SwiftUICore.View { |
| 6973 | nonisolated public func dialogSuppressionToggle(_ titleKey: SwiftUICore.LocalizedStringKey, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUICore.View |
| 9218 | @available(watchOS, unavailable) |
| 9219 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22_HoverTableRowModifierV4bodyQrvp", 0) __ |
| 9220 | } |
| 9221 | #endif |
| 9222 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 9223 | extension SwiftUICore.View { |
| 9224 | nonisolated public func dialogSuppressionToggle(_ titleKey: SwiftUICore.LocalizedStringKey, isSuppressed: SwiftUICore.Binding<Swift.Bool>) -> some SwiftUICore.View |
| 7113 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 7114 | get |
| 7115 | } |
| 7116 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 7117 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20SectionConfigurationV7ActionsV4bodyQrvp", 0) __ |
| 7118 | } |
| 7119 | } |
| 9364 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 9365 | get |
| 9366 | } |
| 9367 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9368 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20SectionConfigurationV7ActionsV4bodyQrvp", 0) __ |
| 9369 | } |
| 9370 | } |
| 7125 | get { .init() } |
| 7126 | } |
| 7127 | } |
| 7128 | @available(iOS 17.0, macOS 14.0, *) |
| 7129 | @available(tvOS, unavailable) |
| 7130 | @available(watchOS, unavailable) |
| 7131 | public struct PaletteControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 7132 | public init() |
| 7133 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.PaletteControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 7134 | |
| 7135 | @available(iOS 17.0, macOS 14.0, *) |
| 7136 | @available(tvOS, unavailable) |
| 7137 | @available(watchOS, unavailable) |
| 7138 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24PaletteControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 7139 | } |
| 7140 | @available(*, unavailable) |
| 7141 | extension SwiftUI.PaletteControlGroupStyle : Swift.Sendable { |
| 7142 | } |
| 7143 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 7144 | extension SwiftUICore.View { |
| 7145 | nonisolated public func sheet<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 7146 | |
| 7147 | nonisolated public func sheet<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 7148 | |
| 7149 | } |
| 7150 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 7151 | @available(macOS, unavailable) |
| 7152 | extension SwiftUICore.View { |
| 7153 | nonisolated public func fullScreenCover<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 7154 | |
| 7155 | @available(*, deprecated, renamed: "fullScreenCover(item:onDismiss:content:)") |
| 7156 | @_Concurrency.MainActor @preconcurrency public func _cover<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 7157 | |
| 7158 | nonisolated public func fullScreenCover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 7159 | |
| 7160 | @available(*, deprecated, renamed: "fullScreenCover(isPresented:onDismiss:content:)") |
| 7161 | @_Concurrency.MainActor @preconcurrency public func _cover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 7162 | |
| 7163 | } |
| 7164 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9376 | get { .init() } |
| 9377 | } |
| 9378 | } |
| 9379 | #if compiler(>=5.3) && $TildeSendable |
| 9380 | @available(iOS 17.0, macOS 14.0, *) |
| 9381 | @available(tvOS, unavailable) |
| 9382 | @available(watchOS, unavailable) |
| 9383 | nonisolated public struct PaletteControlGroupStyle : SwiftUI.ControlGroupStyle, ~Swift.Sendable { |
| 9384 | nonisolated public init() |
| 9385 | nonisolated public func makeBody(configuration: SwiftUI.PaletteControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 9386 | |
| 9387 | @available(macOS 14.0, iOS 17.0, *) |
| 9388 | @available(tvOS, unavailable) |
| 9389 | @available(watchOS, unavailable) |
| 9390 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24PaletteControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 9391 | } |
| 9392 | #else |
| 9393 | @available(iOS 17.0, macOS 14.0, *) |
| 9394 | @available(tvOS, unavailable) |
| 9395 | @available(watchOS, unavailable) |
| 9396 | nonisolated public struct PaletteControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 9397 | nonisolated public init() |
| 9398 | nonisolated public func makeBody(configuration: SwiftUI.PaletteControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 9399 | |
| 9400 | @available(macOS 14.0, iOS 17.0, *) |
| 9401 | @available(tvOS, unavailable) |
| 9402 | @available(watchOS, unavailable) |
| 9403 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24PaletteControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 9404 | } |
| 9405 | #endif |
| 9406 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9407 | extension SwiftUICore.View { |
| 9408 | nonisolated public func sheet<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 9409 | |
| 9410 | nonisolated public func sheet<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 9411 | |
| 9412 | } |
| 9413 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 9414 | @available(macOS, unavailable) |
| 9415 | extension SwiftUICore.View { |
| 9416 | nonisolated public func fullScreenCover<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 9417 | |
| 9418 | @available(*, deprecated, renamed: "fullScreenCover(item:onDismiss:content:)") |
| 9419 | @_Concurrency.MainActor @preconcurrency public func _cover<Item, Content>(item: SwiftUICore.Binding<Item?>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 9420 | |
| 9421 | nonisolated public func fullScreenCover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 9422 | |
| 9423 | @available(*, deprecated, renamed: "fullScreenCover(isPresented:onDismiss:content:)") |
| 9424 | @_Concurrency.MainActor @preconcurrency public func _cover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, onDismiss: (() -> Swift.Void)? = nil, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 9425 | |
| 9426 | } |
| 9427 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7173 | get |
| 7174 | } |
| 7175 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 7176 | } |
| 7177 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7178 | extension SwiftUI.AppStorage : Swift.Sendable where Value : Swift.Sendable { |
| 9436 | get |
| 9437 | } |
| 9438 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 9439 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 9440 | public static var _propertyStorageSize: Swift.Int? { |
| 9441 | get |
| 9442 | } |
| 9443 | } |
| 9444 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9445 | extension SwiftUI.AppStorage : Swift.Sendable where Value : Swift.Sendable { |
| 7244 | @objc @usableFromInline |
| 7245 | deinit |
| 7246 | } |
| 7247 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 7248 | public struct _NavigationDestinationCollection { |
| 7249 | } |
| 7250 | @available(*, unavailable) |
| 7251 | extension SwiftUI._NavigationDestinationCollection : Swift.Sendable { |
| 7252 | } |
| 7253 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 7254 | @available(watchOS, unavailable) |
| 7255 | extension SwiftUI.TabViewStyle where Self == SwiftUI.SidebarAdaptableTabViewStyle { |
| 7256 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var sidebarAdaptable: SwiftUI.SidebarAdaptableTabViewStyle { |
| 7257 | get { .init() } |
| 7258 | } |
| 7259 | } |
| 7260 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 7261 | @available(watchOS, unavailable) |
| 7262 | public struct SidebarAdaptableTabViewStyle : SwiftUI.TabViewStyle { |
| 7263 | public init() |
| 7264 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 7265 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 7266 | } |
| 7267 | @available(*, unavailable) |
| 7268 | extension SwiftUI.SidebarAdaptableTabViewStyle : Swift.Sendable { |
| 7269 | } |
| 7270 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 7271 | @usableFromInline |
| 7272 | @frozen @_Concurrency.MainActor @preconcurrency internal struct LimitedAvailabilityScene : SwiftUI.Scene, SwiftUI._LimitedAvailabilitySceneMarker { |
| 9511 | @objc @usableFromInline |
| 9512 | deinit |
| 9513 | } |
| 9514 | #if compiler(>=5.3) && $TildeSendable |
| 9515 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9516 | public struct _NavigationDestinationCollection : ~Swift.Sendable { |
| 9517 | } |
| 9518 | #else |
| 9519 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9520 | public struct _NavigationDestinationCollection { |
| 9521 | } |
| 9522 | #endif |
| 9523 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 9524 | @available(watchOS, unavailable) |
| 9525 | extension SwiftUI.TabViewStyle where Self == SwiftUI.SidebarAdaptableTabViewStyle { |
| 9526 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var sidebarAdaptable: SwiftUI.SidebarAdaptableTabViewStyle { |
| 9527 | get { .init() } |
| 9528 | } |
| 9529 | } |
| 9530 | #if compiler(>=5.3) && $TildeSendable |
| 9531 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 9532 | @available(watchOS, unavailable) |
| 9533 | nonisolated public struct SidebarAdaptableTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 9534 | nonisolated public init() |
| 9535 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9536 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9537 | } |
| 9538 | #else |
| 9539 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 9540 | @available(watchOS, unavailable) |
| 9541 | nonisolated public struct SidebarAdaptableTabViewStyle : SwiftUI.TabViewStyle { |
| 9542 | nonisolated public init() |
| 9543 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9544 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.SidebarAdaptableTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9545 | } |
| 9546 | #endif |
| 9547 | #if compiler(>=5.3) && $TildeSendable |
| 9548 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 9549 | @usableFromInline |
| 9550 | @frozen @_Concurrency.MainActor @preconcurrency internal struct LimitedAvailabilityScene : SwiftUI.Scene, SwiftUI._LimitedAvailabilitySceneMarker, ~Swift.Sendable { |
| 9551 | @usableFromInline |
| 9552 | @_Concurrency.MainActor @preconcurrency internal var storage: SwiftUI.LimitedAvailabilitySceneStorageBase |
| 9553 | @usableFromInline |
| 9554 | @_Concurrency.MainActor @preconcurrency internal init<S>(_ scene: S) where S : SwiftUI.Scene |
| 9555 | @usableFromInline |
| 9556 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 9557 | get |
| 9558 | } |
| 9559 | @usableFromInline |
| 9560 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityScene>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 9561 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 9562 | @usableFromInline |
| 9563 | internal typealias Body = Swift.Never |
| 9564 | } |
| 9565 | #else |
| 9566 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 9567 | @usableFromInline |
| 9568 | @frozen @_Concurrency.MainActor @preconcurrency internal struct LimitedAvailabilityScene : SwiftUI.Scene, SwiftUI._LimitedAvailabilitySceneMarker { |
| 7280 | } |
| 7281 | @usableFromInline |
| 7282 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityScene>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 7283 | @available(iOS 16.1, tvOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 7284 | @usableFromInline |
| 7285 | internal typealias Body = Swift.Never |
| 7286 | } |
| 7287 | @available(*, unavailable) |
| 7288 | extension SwiftUI.LimitedAvailabilityScene : Swift.Sendable { |
| 7289 | } |
| 7290 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 7291 | @usableFromInline |
| 7292 | internal class LimitedAvailabilitySceneStorageBase { |
| 7293 | @objc @usableFromInline |
| 7294 | deinit |
| 7295 | } |
| 7296 | @available(*, unavailable) |
| 7297 | extension SwiftUI.LimitedAvailabilitySceneStorageBase : Swift.Sendable { |
| 7298 | } |
| 7299 | @available(iOS 14.0, macOS 11.0, *) |
| 7300 | @available(tvOS, unavailable) |
| 7301 | @available(watchOS, unavailable) |
| 9576 | } |
| 9577 | @usableFromInline |
| 9578 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityScene>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 9579 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 9580 | @usableFromInline |
| 9581 | internal typealias Body = Swift.Never |
| 9582 | } |
| 9583 | #endif |
| 9584 | #if compiler(>=5.3) && $TildeSendable |
| 9585 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 9586 | @usableFromInline |
| 9587 | internal class LimitedAvailabilitySceneStorageBase : ~Swift.Sendable { |
| 9588 | @objc @usableFromInline |
| 9589 | deinit |
| 9590 | } |
| 9591 | #else |
| 9592 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 9593 | @usableFromInline |
| 9594 | internal class LimitedAvailabilitySceneStorageBase { |
| 9595 | @objc @usableFromInline |
| 9596 | deinit |
| 9597 | } |
| 9598 | #endif |
| 9599 | @available(iOS 14.0, macOS 11.0, *) |
| 9600 | @available(tvOS, unavailable) |
| 9601 | @available(watchOS, unavailable) |
| 7321 | @available(tvOS, unavailable) |
| 7322 | @available(watchOS, unavailable) |
| 7323 | extension SwiftUI.DocumentGroup where Document : SwiftUI.ReferenceFileDocument { |
| 7324 | @preconcurrency nonisolated public init(newDocument: @escaping @Sendable () -> Document, @SwiftUICore.ViewBuilder editor: @escaping (SwiftUI.ReferenceFileDocumentConfiguration<Document>) -> Content) |
| 7325 | nonisolated public init(viewing documentType: Document.Type, @SwiftUICore.ViewBuilder viewer: @escaping (SwiftUI.ReferenceFileDocumentConfiguration<Document>) -> Content) |
| 7326 | } |
| 7327 | @available(iOS 14.0, macOS 11.0, *) |
| 7328 | @available(tvOS, unavailable) |
| 7329 | @available(watchOS, unavailable) |
| 7330 | @_Concurrency.MainActor @preconcurrency public struct ReferenceFileDocumentConfiguration<Document> where Document : SwiftUI.ReferenceFileDocument { |
| 7331 | @SwiftUICore.ObservedObject<Document> @_projectedValueProperty($document) @_Concurrency.MainActor @preconcurrency public var document: Document { |
| 7332 | get |
| 7333 | @available(iOS 14.0, macOS 11.0, *) |
| 7334 | @available(tvOS, unavailable, introduced: 13.0) |
| 7335 | @available(watchOS, unavailable, introduced: 6.0) |
| 7336 | set |
| 7337 | @available(iOS 14.0, macOS 11.0, *) |
| 7338 | @available(tvOS, unavailable, introduced: 13.0) |
| 7339 | @available(watchOS, unavailable, introduced: 6.0) |
| 7340 | _modify |
| 9621 | @available(tvOS, unavailable) |
| 9622 | @available(watchOS, unavailable) |
| 9623 | extension SwiftUI.DocumentGroup where Document : SwiftUI.ReferenceFileDocument { |
| 9624 | @preconcurrency nonisolated public init(newDocument: @escaping @Sendable () -> Document, @SwiftUICore.ContentBuilder editor: @escaping (SwiftUI.ReferenceFileDocumentConfiguration<Document>) -> Content) |
| 9625 | nonisolated public init(viewing documentType: Document.Type, @SwiftUICore.ContentBuilder viewer: @escaping (SwiftUI.ReferenceFileDocumentConfiguration<Document>) -> Content) |
| 9626 | } |
| 9627 | #if compiler(>=5.3) && $TildeSendable |
| 9628 | @available(iOS 14.0, macOS 11.0, *) |
| 9629 | @available(tvOS, unavailable) |
| 9630 | @available(watchOS, unavailable) |
| 9631 | @_Concurrency.MainActor @preconcurrency public struct ReferenceFileDocumentConfiguration<Document> : ~Swift.Sendable where Document : SwiftUI.ReferenceFileDocument { |
| 9632 | @SwiftUICore.ObservedObject<Document> @_projectedValueProperty($document) @_Concurrency.MainActor @preconcurrency public var document: Document { |
| 9633 | get |
| 9634 | @available(macOS 11.0, iOS 14.0, *) |
| 9635 | @available(tvOS, unavailable, introduced: 13.0) |
| 9636 | @available(watchOS, unavailable, introduced: 6.0) |
| 9637 | set |
| 9638 | @available(macOS 11.0, iOS 14.0, *) |
| 9639 | @available(tvOS, unavailable, introduced: 13.0) |
| 9640 | @available(watchOS, unavailable, introduced: 6.0) |
| 9641 | _modify |
| 7345 | @_Concurrency.MainActor @preconcurrency public var fileURL: Foundation.URL? |
| 7346 | @_Concurrency.MainActor @preconcurrency public var isEditable: Swift.Bool |
| 7347 | } |
| 7348 | @available(*, unavailable) |
| 7349 | extension SwiftUI.ReferenceFileDocumentConfiguration : Swift.Sendable { |
| 7350 | } |
| 7351 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7352 | extension SwiftUICore.View { |
| 9646 | @_Concurrency.MainActor @preconcurrency public var fileURL: Foundation.URL? |
| 9647 | @_Concurrency.MainActor @preconcurrency public var isEditable: Swift.Bool |
| 9648 | } |
| 9649 | #else |
| 9650 | @available(iOS 14.0, macOS 11.0, *) |
| 9651 | @available(tvOS, unavailable) |
| 9652 | @available(watchOS, unavailable) |
| 9653 | @_Concurrency.MainActor @preconcurrency public struct ReferenceFileDocumentConfiguration<Document> where Document : SwiftUI.ReferenceFileDocument { |
| 9654 | @SwiftUICore.ObservedObject<Document> @_projectedValueProperty($document) @_Concurrency.MainActor @preconcurrency public var document: Document { |
| 9655 | get |
| 9656 | @available(macOS 11.0, iOS 14.0, *) |
| 9657 | @available(tvOS, unavailable, introduced: 13.0) |
| 9658 | @available(watchOS, unavailable, introduced: 6.0) |
| 9659 | set |
| 9660 | @available(macOS 11.0, iOS 14.0, *) |
| 9661 | @available(tvOS, unavailable, introduced: 13.0) |
| 9662 | @available(watchOS, unavailable, introduced: 6.0) |
| 9663 | _modify |
| 9664 | } |
| 9665 | @_Concurrency.MainActor @preconcurrency public var $document: SwiftUICore.ObservedObject<Document>.Wrapper { |
| 9666 | get |
| 9667 | } |
| 9668 | @_Concurrency.MainActor @preconcurrency public var fileURL: Foundation.URL? |
| 9669 | @_Concurrency.MainActor @preconcurrency public var isEditable: Swift.Bool |
| 9670 | } |
| 9671 | #endif |
| 9672 | @available(iOS 27.0, *) |
| 9673 | @available(macCatalyst, unavailable) |
| 9674 | @available(macOS, unavailable) |
| 9675 | @available(tvOS, unavailable) |
| 9676 | @available(watchOS, unavailable) |
| 9677 | @available(visionOS, unavailable) |
| 9678 | @usableFromInline |
| 9679 | @frozen nonisolated internal struct LimitedAvailabilitySceneAccessoryContent : SwiftUI.SceneAccessoryContent { |
| 9680 | public typealias Body = Swift.Never |
| 9681 | nonisolated public var body: Swift.Never { |
| 9682 | get |
| 9683 | } |
| 9684 | internal let storage: SwiftUI.LimitedAvailabilitySceneAccessoryContentStorageBase |
| 9685 | @usableFromInline |
| 9686 | nonisolated internal init(erasing content: some SceneAccessoryContent) |
| 9687 | public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilitySceneAccessoryContent>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 9688 | } |
| 9689 | @available(*, unavailable) |
| 9690 | extension SwiftUI.LimitedAvailabilitySceneAccessoryContent : Swift.Sendable { |
| 9691 | } |
| 9692 | @_hasMissingDesignatedInitializers @available(iOS 27.0, *) |
| 9693 | @available(macCatalyst, unavailable) |
| 9694 | @available(macOS, unavailable) |
| 9695 | @available(tvOS, unavailable) |
| 9696 | @available(watchOS, unavailable) |
| 9697 | @available(visionOS, unavailable) |
| 9698 | @usableFromInline |
| 9699 | internal class LimitedAvailabilitySceneAccessoryContentStorageBase { |
| 9700 | @objc @usableFromInline |
| 9701 | deinit |
| 9702 | } |
| 9703 | @available(*, unavailable) |
| 9704 | extension SwiftUI.LimitedAvailabilitySceneAccessoryContentStorageBase : Swift.Sendable { |
| 9705 | } |
| 9706 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9707 | extension SwiftUICore.View { |
| 7396 | get { .init() } |
| 7397 | } |
| 7398 | } |
| 7399 | @available(iOS 13.0, macOS 10.15, *) |
| 7400 | @available(tvOS, unavailable) |
| 7401 | @available(watchOS, unavailable) |
| 7402 | public struct RoundedBorderTextFieldStyle : SwiftUI.TextFieldStyle { |
| 7403 | public init() |
| 7404 | public func _body(configuration: SwiftUI.TextField<SwiftUI.RoundedBorderTextFieldStyle._Label>) -> some SwiftUICore.View |
| 7405 | |
| 7406 | @available(iOS 13.0, macOS 10.15, *) |
| 7407 | @available(tvOS, unavailable) |
| 7408 | @available(watchOS, unavailable) |
| 7409 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI27RoundedBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 7410 | } |
| 7411 | @available(*, unavailable) |
| 7412 | extension SwiftUI.RoundedBorderTextFieldStyle : Swift.Sendable { |
| 7413 | } |
| 7414 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 7415 | @usableFromInline |
| 7416 | @frozen internal struct LimitedAvailabilityToolbarContent : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 7417 | public typealias Body = Swift.Never |
| 7418 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 7419 | get |
| 7420 | } |
| 7421 | internal let storage: SwiftUI.LimitedAvailabilityToolbarContentStorageBase |
| 7422 | @usableFromInline |
| 7423 | internal init(erasing content: some ToolbarContent) |
| 7424 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityToolbarContent>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 7425 | } |
| 7426 | @available(*, unavailable) |
| 7427 | extension SwiftUI.LimitedAvailabilityToolbarContent : Swift.Sendable { |
| 7428 | } |
| 7429 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 7430 | @usableFromInline |
| 7431 | internal class LimitedAvailabilityToolbarContentStorageBase { |
| 7432 | @objc @usableFromInline |
| 7433 | deinit |
| 7434 | } |
| 7435 | @available(*, unavailable) |
| 7436 | extension SwiftUI.LimitedAvailabilityToolbarContentStorageBase : Swift.Sendable { |
| 7437 | } |
| 7438 | @available(iOS 13.0, macOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 7439 | extension SwiftUICore.View { |
| 7440 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use toolbar(.hidden)") |
| 9751 | get { .init() } |
| 9752 | } |
| 9753 | } |
| 9754 | #if compiler(>=5.3) && $TildeSendable |
| 9755 | @available(iOS 13.0, macOS 10.15, *) |
| 9756 | @available(tvOS, unavailable) |
| 9757 | @available(watchOS, unavailable) |
| 9758 | public struct RoundedBorderTextFieldStyle : SwiftUI.TextFieldStyle, ~Swift.Sendable { |
| 9759 | public init() |
| 9760 | public func _body(configuration: SwiftUI.TextField<SwiftUI.RoundedBorderTextFieldStyle._Label>) -> some SwiftUICore.View |
| 9761 | |
| 9762 | @available(macOS 10.15, iOS 13.0, *) |
| 9763 | @available(tvOS, unavailable) |
| 9764 | @available(watchOS, unavailable) |
| 9765 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI27RoundedBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 9766 | } |
| 9767 | #else |
| 9768 | @available(iOS 13.0, macOS 10.15, *) |
| 9769 | @available(tvOS, unavailable) |
| 9770 | @available(watchOS, unavailable) |
| 9771 | public struct RoundedBorderTextFieldStyle : SwiftUI.TextFieldStyle { |
| 9772 | public init() |
| 9773 | public func _body(configuration: SwiftUI.TextField<SwiftUI.RoundedBorderTextFieldStyle._Label>) -> some SwiftUICore.View |
| 9774 | |
| 9775 | @available(macOS 10.15, iOS 13.0, *) |
| 9776 | @available(tvOS, unavailable) |
| 9777 | @available(watchOS, unavailable) |
| 9778 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI27RoundedBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 9779 | } |
| 9780 | #endif |
| 9781 | #if compiler(>=5.3) && $TildeSendable |
| 9782 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 9783 | @usableFromInline |
| 9784 | @frozen nonisolated internal struct LimitedAvailabilityToolbarContent : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent, ~Swift.Sendable { |
| 9785 | public typealias Body = Swift.Never |
| 9786 | nonisolated public var body: Swift.Never { |
| 9787 | get |
| 9788 | } |
| 9789 | internal let storage: SwiftUI.LimitedAvailabilityToolbarContentStorageBase |
| 9790 | @usableFromInline |
| 9791 | nonisolated internal init(erasing content: some ToolbarContent) |
| 9792 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityToolbarContent>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 9793 | } |
| 9794 | #else |
| 9795 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 9796 | @usableFromInline |
| 9797 | @frozen nonisolated internal struct LimitedAvailabilityToolbarContent : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 9798 | public typealias Body = Swift.Never |
| 9799 | nonisolated public var body: Swift.Never { |
| 9800 | get |
| 9801 | } |
| 9802 | internal let storage: SwiftUI.LimitedAvailabilityToolbarContentStorageBase |
| 9803 | @usableFromInline |
| 9804 | nonisolated internal init(erasing content: some ToolbarContent) |
| 9805 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityToolbarContent>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 9806 | } |
| 9807 | #endif |
| 9808 | #if compiler(>=5.3) && $TildeSendable |
| 9809 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 9810 | @usableFromInline |
| 9811 | internal class LimitedAvailabilityToolbarContentStorageBase : ~Swift.Sendable { |
| 9812 | @objc @usableFromInline |
| 9813 | deinit |
| 9814 | } |
| 9815 | #else |
| 9816 | @_hasMissingDesignatedInitializers @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 9817 | @usableFromInline |
| 9818 | internal class LimitedAvailabilityToolbarContentStorageBase { |
| 9819 | @objc @usableFromInline |
| 9820 | deinit |
| 9821 | } |
| 9822 | #endif |
| 9823 | @available(iOS 13.0, macOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 9824 | extension SwiftUICore.View { |
| 9825 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use toolbar(.hidden)") |
| 7511 | @available(visionOS, unavailable) |
| 7512 | @available(watchOS, unavailable) |
| 7513 | extension SwiftUICore.View { |
| 7514 | nonisolated public func textInputSuggestions<S>(@SwiftUICore.ViewBuilder _ suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 7515 | |
| 7516 | nonisolated public func textInputSuggestions<Data, ID, Content>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ViewBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUICore.View |
| 7517 | |
| 7518 | nonisolated public func textInputSuggestions<Data, Content>(_ data: Data, @SwiftUICore.ViewBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, Content : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 7519 | |
| 7520 | } |
| 7521 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9896 | @available(visionOS, unavailable) |
| 9897 | @available(watchOS, unavailable) |
| 9898 | extension SwiftUICore.View { |
| 9899 | nonisolated public func textInputSuggestions<S>(@SwiftUICore.ContentBuilder _ suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 9900 | |
| 9901 | nonisolated public func textInputSuggestions<Data, ID, Content>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUICore.ContentBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUICore.View |
| 9902 | |
| 9903 | nonisolated public func textInputSuggestions<Data, Content>(_ data: Data, @SwiftUICore.ContentBuilder content: @escaping (Data.Element) -> Content) -> some SwiftUICore.View where Data : Swift.RandomAccessCollection, Content : SwiftUICore.View, Data.Element : Swift.Identifiable |
| 9904 | |
| 9905 | } |
| 9906 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 7597 | public static let fontPanel: SwiftUI.TextInputFormattingControlPlacement.Set |
| 7598 | public static let all: SwiftUI.TextInputFormattingControlPlacement.Set |
| 7599 | public static let `default`: SwiftUI.TextInputFormattingControlPlacement.Set |
| 7600 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 7601 | public typealias ArrayLiteralElement = SwiftUI.TextInputFormattingControlPlacement.Set |
| 7602 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 7603 | public typealias Element = SwiftUI.TextInputFormattingControlPlacement.Set |
| 7604 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 7605 | public typealias RawValue = Swift.UInt |
| 7606 | } |
| 7607 | } |
| 9982 | public static let fontPanel: SwiftUI.TextInputFormattingControlPlacement.Set |
| 9983 | public static let all: SwiftUI.TextInputFormattingControlPlacement.Set |
| 9984 | public static let `default`: SwiftUI.TextInputFormattingControlPlacement.Set |
| 9985 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 9986 | public typealias ArrayLiteralElement = SwiftUI.TextInputFormattingControlPlacement.Set |
| 9987 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 9988 | public typealias Element = SwiftUI.TextInputFormattingControlPlacement.Set |
| 9989 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 9990 | public typealias RawValue = Swift.UInt |
| 9991 | } |
| 9992 | } |
| 7647 | return .init(content: self, modifier: modifier) |
| 7648 | } |
| 7649 | } |
| 7650 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7651 | public struct _SceneModifier_Content<Modifier> : SwiftUI.Scene where Modifier : SwiftUI._SceneModifier { |
| 7652 | nonisolated public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._SceneModifier_Content<Modifier>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 7653 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 7654 | public typealias Body = Swift.Never |
| 7655 | } |
| 7656 | @available(*, unavailable) |
| 7657 | extension SwiftUI._SceneModifier_Content : Swift.Sendable { |
| 7658 | } |
| 7659 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 7660 | extension SwiftUI._SceneModifier { |
| 7661 | public static func _makeScene(modifier: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._SceneInputs, body: @escaping (SwiftUICore._Graph, SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs) -> SwiftUI._SceneOutputs |
| 10032 | return .init(content: self, modifier: modifier) |
| 10033 | } |
| 10034 | } |
| 10035 | #if compiler(>=5.3) && $TildeSendable |
| 10036 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10037 | nonisolated public struct _SceneModifier_Content<Modifier> : SwiftUI.Scene, ~Swift.Sendable where Modifier : SwiftUI._SceneModifier { |
| 10038 | public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._SceneModifier_Content<Modifier>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 10039 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 10040 | public typealias Body = Swift.Never |
| 10041 | } |
| 10042 | #else |
| 10043 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10044 | nonisolated public struct _SceneModifier_Content<Modifier> : SwiftUI.Scene where Modifier : SwiftUI._SceneModifier { |
| 10045 | public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._SceneModifier_Content<Modifier>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 10046 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 10047 | public typealias Body = Swift.Never |
| 10048 | } |
| 10049 | #endif |
| 10050 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10051 | extension SwiftUI._SceneModifier { |
| 10052 | public static func _makeScene(modifier: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._SceneInputs, body: @escaping (SwiftUICore._Graph, SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs) -> SwiftUI._SceneOutputs |
| 7677 | extension SwiftUICore.CustomHoverEffect { |
| 7678 | public static func hoverEffect<C>(in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true, body: @escaping (SwiftUICore.EmptyHoverEffectContent, Swift.Bool, SwiftUICore.GeometryProxy) -> C) -> SwiftUI.ContentHoverEffect<C> where Self == SwiftUI.ContentHoverEffect<C>, C : SwiftUICore.HoverEffectContent |
| 7679 | } |
| 7680 | @available(visionOS 26.0, *) |
| 7681 | @available(iOS, unavailable) |
| 7682 | @available(macOS, unavailable) |
| 10068 | extension SwiftUICore.CustomHoverEffect { |
| 10069 | public static func hoverEffect<C>(in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true, body: @escaping (SwiftUICore.EmptyHoverEffectContent, Swift.Bool, SwiftUICore.GeometryProxy) -> C) -> SwiftUI.ContentHoverEffect<C> where Self == SwiftUI.ContentHoverEffect<C>, C : SwiftUICore.HoverEffectContent |
| 10070 | } |
| 10071 | #if compiler(>=5.3) && $TildeSendable |
| 10072 | @available(visionOS 26.0, *) |
| 10073 | @available(iOS, unavailable) |
| 10074 | @available(macOS, unavailable) |
| 10075 | @available(watchOS, unavailable) |
| 10076 | @available(tvOS, unavailable) |
| 10077 | public struct ContentHoverEffect<Effect> : SwiftUICore.CustomHoverEffect, ~Swift.Sendable where Effect : SwiftUICore.HoverEffectContent { |
| 10078 | public func body(content: SwiftUI.ContentHoverEffect<Effect>.Content) -> some SwiftUICore.CustomHoverEffect |
| 10079 | |
| 10080 | @available(visionOS 26.0, *) |
| 10081 | @available(macOS, unavailable) |
| 10082 | @available(iOS, unavailable) |
| 10083 | @available(tvOS, unavailable) |
| 10084 | @available(watchOS, unavailable) |
| 10085 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18ContentHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __<Effect> |
| 10086 | } |
| 10087 | #else |
| 10088 | @available(visionOS 26.0, *) |
| 10089 | @available(iOS, unavailable) |
| 10090 | @available(macOS, unavailable) |
| 7686 | public func body(content: SwiftUI.ContentHoverEffect<Effect>.Content) -> some SwiftUICore.CustomHoverEffect |
| 7687 | |
| 7688 | @available(visionOS 26.0, *) |
| 7689 | @available(iOS, unavailable) |
| 7690 | @available(tvOS, unavailable) |
| 7691 | @available(watchOS, unavailable) |
| 7692 | @available(macOS, unavailable) |
| 7693 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18ContentHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __<Effect> |
| 7694 | } |
| 7695 | @available(*, unavailable) |
| 7696 | extension SwiftUI.ContentHoverEffect : Swift.Sendable { |
| 7697 | } |
| 7698 | @available(macOS 26.0, visionOS 1.0, *) |
| 7699 | @available(iOS, unavailable) |
| 7700 | @available(tvOS, unavailable) |
| 10094 | public func body(content: SwiftUI.ContentHoverEffect<Effect>.Content) -> some SwiftUICore.CustomHoverEffect |
| 10095 | |
| 10096 | @available(visionOS 26.0, *) |
| 10097 | @available(macOS, unavailable) |
| 10098 | @available(iOS, unavailable) |
| 10099 | @available(tvOS, unavailable) |
| 10100 | @available(watchOS, unavailable) |
| 10101 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18ContentHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __<Effect> |
| 10102 | } |
| 10103 | #endif |
| 10104 | @available(macOS 26.0, visionOS 1.0, *) |
| 10105 | @available(iOS, unavailable) |
| 10106 | @available(tvOS, unavailable) |
| 7742 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 7743 | nonisolated public func accessibilityRespondsToUserInteraction(_ respondsToUserInteraction: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 7744 | } |
| 7745 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 7746 | @available(tvOS, unavailable) |
| 7747 | @usableFromInline |
| 10148 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 10149 | nonisolated public func accessibilityRespondsToUserInteraction(_ respondsToUserInteraction: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 10150 | } |
| 10151 | #if compiler(>=5.3) && $TildeSendable |
| 10152 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 10153 | @available(tvOS, unavailable) |
| 10154 | @usableFromInline |
| 10155 | @_Concurrency.MainActor @preconcurrency internal struct TupleWidget<T> : SwiftUI.Widget, ~Swift.Sendable { |
| 10156 | @usableFromInline |
| 10157 | @_Concurrency.MainActor @preconcurrency internal init() |
| 10158 | @usableFromInline |
| 10159 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 10160 | @usableFromInline |
| 10161 | @_Concurrency.MainActor @preconcurrency internal var body: some SwiftUI.WidgetConfiguration { |
| 10162 | get |
| 10163 | } |
| 10164 | @available(macOS 11.0, iOS 14.0, watchOS 9.0, visionOS 1.0, *) |
| 10165 | @usableFromInline |
| 10166 | @available(tvOS, unavailable) |
| 10167 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11TupleWidgetV4bodyQrvp", 0) __<T> |
| 10168 | } |
| 10169 | #else |
| 10170 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 10171 | @available(tvOS, unavailable) |
| 10172 | @usableFromInline |
| 7754 | @_Concurrency.MainActor @preconcurrency internal var body: some SwiftUI.WidgetConfiguration { |
| 7755 | get |
| 7756 | } |
| 7757 | @available(iOS 14.0, watchOS 9.0, visionOS 1.0, macOS 11.0, *) |
| 7758 | @usableFromInline |
| 7759 | @available(tvOS, unavailable) |
| 7760 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11TupleWidgetV4bodyQrvp", 0) __<T> |
| 7761 | } |
| 7762 | @available(*, unavailable) |
| 7763 | extension SwiftUI.TupleWidget : Swift.Sendable { |
| 7764 | } |
| 7765 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 7766 | @available(tvOS, unavailable) |
| 7767 | @usableFromInline |
| 10179 | @_Concurrency.MainActor @preconcurrency internal var body: some SwiftUI.WidgetConfiguration { |
| 10180 | get |
| 10181 | } |
| 10182 | @available(macOS 11.0, iOS 14.0, watchOS 9.0, visionOS 1.0, *) |
| 10183 | @usableFromInline |
| 10184 | @available(tvOS, unavailable) |
| 10185 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11TupleWidgetV4bodyQrvp", 0) __<T> |
| 10186 | } |
| 10187 | #endif |
| 10188 | #if compiler(>=5.3) && $TildeSendable |
| 10189 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 10190 | @available(tvOS, unavailable) |
| 10191 | @usableFromInline |
| 10192 | @_Concurrency.MainActor @preconcurrency internal struct TupleWidgetConfiguration<T> : SwiftUI.WidgetConfiguration, ~Swift.Sendable { |
| 10193 | @usableFromInline |
| 10194 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 10195 | get |
| 10196 | } |
| 10197 | @usableFromInline |
| 10198 | nonisolated internal static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.TupleWidgetConfiguration<T>>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 10199 | @available(macOS 11.0, iOS 14.0, watchOS 9.0, visionOS 1.0, *) |
| 10200 | @usableFromInline |
| 10201 | @available(tvOS, unavailable) |
| 10202 | internal typealias Body = Swift.Never |
| 10203 | } |
| 10204 | #else |
| 10205 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 10206 | @available(tvOS, unavailable) |
| 10207 | @usableFromInline |
| 7772 | } |
| 7773 | @usableFromInline |
| 7774 | nonisolated internal static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.TupleWidgetConfiguration<T>>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 7775 | @available(iOS 14.0, watchOS 9.0, visionOS 1.0, macOS 11.0, *) |
| 7776 | @usableFromInline |
| 7777 | @available(tvOS, unavailable) |
| 7778 | internal typealias Body = Swift.Never |
| 7779 | } |
| 7780 | @available(*, unavailable) |
| 7781 | extension SwiftUI.TupleWidgetConfiguration : Swift.Sendable { |
| 7782 | } |
| 7783 | @available(iOS 17.0, macOS 14.0, *) |
| 7784 | @available(tvOS, unavailable) |
| 7785 | @available(watchOS, unavailable) |
| 10212 | } |
| 10213 | @usableFromInline |
| 10214 | nonisolated internal static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.TupleWidgetConfiguration<T>>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 10215 | @available(macOS 11.0, iOS 14.0, watchOS 9.0, visionOS 1.0, *) |
| 10216 | @usableFromInline |
| 10217 | @available(tvOS, unavailable) |
| 10218 | internal typealias Body = Swift.Never |
| 10219 | } |
| 10220 | #endif |
| 10221 | @available(iOS 17.0, macOS 14.0, *) |
| 10222 | @available(tvOS, unavailable) |
| 10223 | @available(watchOS, unavailable) |
| 7803 | public mutating func formIntersection(_ other: SwiftUI.TableColumnCustomizationBehavior) |
| 7804 | public mutating func formSymmetricDifference(_ other: SwiftUI.TableColumnCustomizationBehavior) |
| 7805 | public static func == (a: SwiftUI.TableColumnCustomizationBehavior, b: SwiftUI.TableColumnCustomizationBehavior) -> Swift.Bool |
| 7806 | @available(iOS 17.0, macOS 14.0, *) |
| 7807 | @available(tvOS, unavailable) |
| 7808 | @available(watchOS, unavailable) |
| 7809 | public typealias ArrayLiteralElement = SwiftUI.TableColumnCustomizationBehavior.Element |
| 10241 | public mutating func formIntersection(_ other: SwiftUI.TableColumnCustomizationBehavior) |
| 10242 | public mutating func formSymmetricDifference(_ other: SwiftUI.TableColumnCustomizationBehavior) |
| 10243 | public static func == (a: SwiftUI.TableColumnCustomizationBehavior, b: SwiftUI.TableColumnCustomizationBehavior) -> Swift.Bool |
| 10244 | @available(macOS 14.0, iOS 17.0, *) |
| 10245 | @available(tvOS, unavailable) |
| 10246 | @available(watchOS, unavailable) |
| 10247 | public typealias ArrayLiteralElement = SwiftUI.TableColumnCustomizationBehavior.Element |
| 7824 | @available(watchOS, unavailable) |
| 7825 | @preconcurrency @_Concurrency.MainActor @propertyWrapper public struct UIApplicationDelegateAdaptor<DelegateType> : SwiftUICore.DynamicProperty where DelegateType : ObjectiveC.NSObject, DelegateType : UIKit.UIApplicationDelegate { |
| 7826 | nonisolated public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 7827 | @_Concurrency.MainActor @preconcurrency public var wrappedValue: DelegateType { |
| 7828 | get |
| 7829 | } |
| 10262 | @available(watchOS, unavailable) |
| 10263 | @preconcurrency @_Concurrency.MainActor @propertyWrapper public struct UIApplicationDelegateAdaptor<DelegateType> : SwiftUICore.DynamicProperty where DelegateType : ObjectiveC.NSObject, DelegateType : UIKit.UIApplicationDelegate { |
| 10264 | nonisolated public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 10265 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 10266 | nonisolated public static var _propertyStorageSize: Swift.Int? { |
| 10267 | get |
| 10268 | } |
| 10269 | @_Concurrency.MainActor @preconcurrency public var wrappedValue: DelegateType { |
| 10270 | get |
| 10271 | } |
| 7844 | extension SwiftUI.UIApplicationDelegateAdaptor where DelegateType : Observation.Observable { |
| 7845 | @_Concurrency.MainActor @preconcurrency public init(_ delegateType: DelegateType.Type = DelegateType.self) |
| 7846 | } |
| 7847 | @available(macOS 26.0, *) |
| 7848 | @available(iOS, unavailable) |
| 7849 | @available(tvOS, unavailable) |
| 10286 | extension SwiftUI.UIApplicationDelegateAdaptor where DelegateType : Observation.Observable { |
| 10287 | @_Concurrency.MainActor @preconcurrency public init(_ delegateType: DelegateType.Type = DelegateType.self) |
| 10288 | } |
| 10289 | extension SwiftUI.Scene { |
| 10290 | @available(visionOS 2.0, *) |
| 10291 | @available(iOS, unavailable) |
| 10292 | @available(macOS, unavailable) |
| 10293 | @available(tvOS, unavailable) |
| 10294 | @available(watchOS, unavailable) |
| 10295 | nonisolated public func defaultWorldScaling(_ scaling: SwiftUI.WorldScalingBehavior) -> some SwiftUI.Scene |
| 10296 | |
| 10297 | } |
| 10298 | @available(visionOS 2.0, *) |
| 10299 | @available(iOS, unavailable) |
| 10300 | @available(macOS, unavailable) |
| 10301 | @available(tvOS, unavailable) |
| 10302 | @available(watchOS, unavailable) |
| 10303 | public struct WorldScalingBehavior : Swift.Equatable, Swift.Hashable, Swift.Sendable { |
| 10304 | public static var automatic: SwiftUI.WorldScalingBehavior { |
| 10305 | get |
| 10306 | } |
| 10307 | public static var dynamic: SwiftUI.WorldScalingBehavior { |
| 10308 | get |
| 10309 | } |
| 10310 | public static func == (a: SwiftUI.WorldScalingBehavior, b: SwiftUI.WorldScalingBehavior) -> Swift.Bool |
| 10311 | public func hash(into hasher: inout Swift.Hasher) |
| 10312 | public var hashValue: Swift.Int { |
| 10313 | get |
| 10314 | } |
| 10315 | } |
| 10316 | #if compiler(>=5.3) && $TildeSendable |
| 10317 | @available(macOS 26.0, *) |
| 10318 | @available(iOS, unavailable) |
| 10319 | @available(tvOS, unavailable) |
| 10320 | @available(watchOS, unavailable) |
| 10321 | @available(visionOS, unavailable) |
| 10322 | @_Concurrency.MainActor open class NSHostingSceneRepresentation<Content> : ~Swift.Sendable where Content : SwiftUI.Scene { |
| 10323 | @_Concurrency.MainActor public init(@SwiftUI.SceneBuilder rootScene: () -> Content) |
| 10324 | @_Concurrency.MainActor public var environment: SwiftUICore.EnvironmentValues { |
| 10325 | get |
| 10326 | } |
| 10327 | @objc deinit |
| 10328 | } |
| 10329 | #else |
| 10330 | @available(macOS 26.0, *) |
| 10331 | @available(iOS, unavailable) |
| 10332 | @available(tvOS, unavailable) |
| 7856 | } |
| 7857 | @objc deinit |
| 7858 | } |
| 7859 | @available(*, unavailable) |
| 7860 | extension SwiftUI.NSHostingSceneRepresentation : Swift.Sendable { |
| 7861 | } |
| 7862 | @available(iOS 16.0, macOS 13.0, *) |
| 7863 | @available(tvOS, unavailable) |
| 7864 | @available(watchOS, unavailable) |
| 7865 | extension SwiftUI.TableRowContent { |
| 7866 | @_Concurrency.MainActor @preconcurrency public func contextMenu<M>(@SwiftUICore.ViewBuilder menuItems: () -> M) -> SwiftUICore.ModifiedContent<Self, SwiftUI._ContextMenuTableRowModifier<M>> where M : SwiftUICore.View |
| 7867 | @_Concurrency.MainActor @preconcurrency public func contextMenu<M, P>(@SwiftUICore.ViewBuilder menuItems: () -> M, @SwiftUICore.ViewBuilder preview: () -> P) -> SwiftUICore.ModifiedContent<Self, SwiftUI._ContextMenuPreviewTableRowModifier<M, P>> where M : SwiftUICore.View, P : SwiftUICore.View |
| 7868 | } |
| 7869 | @available(iOS 16.0, macOS 13.0, *) |
| 7870 | @available(tvOS, unavailable) |
| 7871 | @available(watchOS, unavailable) |
| 7872 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuTableRowModifier<MenuItems> : SwiftUI._TableRowContentModifier where MenuItems : SwiftUICore.View { |
| 7873 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 7874 | get |
| 7875 | } |
| 7876 | @available(iOS 16.0, macOS 13.0, *) |
| 7877 | @available(tvOS, unavailable) |
| 7878 | @available(watchOS, unavailable) |
| 7879 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28_ContextMenuTableRowModifierV4bodyQrvp", 0) __<MenuItems> |
| 7880 | } |
| 7881 | @available(*, unavailable) |
| 7882 | extension SwiftUI._ContextMenuTableRowModifier : Swift.Sendable { |
| 7883 | } |
| 7884 | @available(iOS 16.0, macOS 13.0, *) |
| 7885 | @available(tvOS, unavailable) |
| 7886 | @available(watchOS, unavailable) |
| 7887 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuPreviewTableRowModifier<MenuItems, Preview> : SwiftUI._TableRowContentModifier where MenuItems : SwiftUICore.View, Preview : SwiftUICore.View { |
| 7888 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 7889 | get |
| 7890 | } |
| 7891 | @available(iOS 16.0, macOS 13.0, *) |
| 7892 | @available(tvOS, unavailable) |
| 7893 | @available(watchOS, unavailable) |
| 7894 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35_ContextMenuPreviewTableRowModifierV4bodyQrvp", 0) __<MenuItems, Preview> |
| 7895 | } |
| 7896 | @available(*, unavailable) |
| 7897 | extension SwiftUI._ContextMenuPreviewTableRowModifier : Swift.Sendable { |
| 7898 | } |
| 7899 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7900 | @preconcurrency @_Concurrency.MainActor public protocol AccessibilityRotorContent { |
| 7901 | nonisolated static func _makeEntries(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 7902 | nonisolated static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 7903 | associatedtype Body : SwiftUI.AccessibilityRotorContent |
| 7904 | @SwiftUI.AccessibilityRotorContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 7905 | } |
| 7906 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7907 | extension SwiftUI.AccessibilityRotorContent { |
| 10339 | } |
| 10340 | @objc deinit |
| 10341 | } |
| 10342 | #endif |
| 10343 | @available(iOS 16.0, macOS 13.0, *) |
| 10344 | @available(tvOS, unavailable) |
| 10345 | @available(watchOS, unavailable) |
| 10346 | extension SwiftUI.TableRowContent { |
| 10347 | @_Concurrency.MainActor @preconcurrency public func contextMenu<M>(@SwiftUICore.ContentBuilder menuItems: () -> M) -> SwiftUICore.ModifiedContent<Self, SwiftUI._ContextMenuTableRowModifier<M>> where M : SwiftUICore.View |
| 10348 | @_Concurrency.MainActor @preconcurrency public func contextMenu<M, P>(@SwiftUICore.ContentBuilder menuItems: () -> M, @SwiftUICore.ContentBuilder preview: () -> P) -> SwiftUICore.ModifiedContent<Self, SwiftUI._ContextMenuPreviewTableRowModifier<M, P>> where M : SwiftUICore.View, P : SwiftUICore.View |
| 10349 | } |
| 10350 | #if compiler(>=5.3) && $TildeSendable |
| 10351 | @available(iOS 16.0, macOS 13.0, *) |
| 10352 | @available(tvOS, unavailable) |
| 10353 | @available(watchOS, unavailable) |
| 10354 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuTableRowModifier<MenuItems> : SwiftUI._TableRowContentModifier, ~Swift.Sendable where MenuItems : SwiftUICore.View { |
| 10355 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 10356 | get |
| 10357 | } |
| 10358 | @available(macOS 13.0, iOS 16.0, *) |
| 10359 | @available(tvOS, unavailable) |
| 10360 | @available(watchOS, unavailable) |
| 10361 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28_ContextMenuTableRowModifierV4bodyQrvp", 0) __<MenuItems> |
| 10362 | } |
| 10363 | #else |
| 10364 | @available(iOS 16.0, macOS 13.0, *) |
| 10365 | @available(tvOS, unavailable) |
| 10366 | @available(watchOS, unavailable) |
| 10367 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuTableRowModifier<MenuItems> : SwiftUI._TableRowContentModifier where MenuItems : SwiftUICore.View { |
| 10368 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 10369 | get |
| 10370 | } |
| 10371 | @available(macOS 13.0, iOS 16.0, *) |
| 10372 | @available(tvOS, unavailable) |
| 10373 | @available(watchOS, unavailable) |
| 10374 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28_ContextMenuTableRowModifierV4bodyQrvp", 0) __<MenuItems> |
| 10375 | } |
| 10376 | #endif |
| 10377 | #if compiler(>=5.3) && $TildeSendable |
| 10378 | @available(iOS 16.0, macOS 13.0, *) |
| 10379 | @available(tvOS, unavailable) |
| 10380 | @available(watchOS, unavailable) |
| 10381 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuPreviewTableRowModifier<MenuItems, Preview> : SwiftUI._TableRowContentModifier, ~Swift.Sendable where MenuItems : SwiftUICore.View, Preview : SwiftUICore.View { |
| 10382 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 10383 | get |
| 10384 | } |
| 10385 | @available(macOS 13.0, iOS 16.0, *) |
| 10386 | @available(tvOS, unavailable) |
| 10387 | @available(watchOS, unavailable) |
| 10388 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35_ContextMenuPreviewTableRowModifierV4bodyQrvp", 0) __<MenuItems, Preview> |
| 10389 | } |
| 10390 | #else |
| 10391 | @available(iOS 16.0, macOS 13.0, *) |
| 10392 | @available(tvOS, unavailable) |
| 10393 | @available(watchOS, unavailable) |
| 10394 | @_Concurrency.MainActor @preconcurrency public struct _ContextMenuPreviewTableRowModifier<MenuItems, Preview> : SwiftUI._TableRowContentModifier where MenuItems : SwiftUICore.View, Preview : SwiftUICore.View { |
| 10395 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI._TableRowContentModifier { |
| 10396 | get |
| 10397 | } |
| 10398 | @available(macOS 13.0, iOS 16.0, *) |
| 10399 | @available(tvOS, unavailable) |
| 10400 | @available(watchOS, unavailable) |
| 10401 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35_ContextMenuPreviewTableRowModifierV4bodyQrvp", 0) __<MenuItems, Preview> |
| 10402 | } |
| 10403 | #endif |
| 10404 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10405 | @preconcurrency @_Concurrency.MainActor public protocol AccessibilityRotorContent { |
| 10406 | nonisolated static func _makeEntries(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10407 | nonisolated static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 10408 | associatedtype Body : SwiftUI.AccessibilityRotorContent |
| 10409 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 10410 | } |
| 10411 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10412 | extension SwiftUI.AccessibilityRotorContent { |
| 7911 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7912 | extension Swift.Never : SwiftUI.AccessibilityRotorContent { |
| 7913 | } |
| 7914 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7915 | public struct _AccessibilityRotorEntryInputs { |
| 7916 | } |
| 7917 | @available(*, unavailable) |
| 7918 | extension SwiftUI._AccessibilityRotorEntryInputs : Swift.Sendable { |
| 7919 | } |
| 7920 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7921 | public struct _AccessibilityRotorEntryOutputs : Swift.Sendable { |
| 7922 | } |
| 7923 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7924 | @_functionBuilder public struct AccessibilityRotorContentBuilder { |
| 7925 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.AccessibilityRotorContent { |
| 7926 | content |
| 7927 | } |
| 7928 | @_alwaysEmitIntoClient public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 7929 | content |
| 7930 | } |
| 7931 | |
| 7932 | @_alwaysEmitIntoClient @_disfavoredOverload public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 7933 | AccessibilityTupleRotorContent((repeat each content)) |
| 7934 | } |
| 7935 | |
| 7936 | @_alwaysEmitIntoClient public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 7937 | AccessibilityOptionalRotorContent(content) |
| 7938 | } |
| 7939 | |
| 7940 | } |
| 7941 | @available(*, unavailable) |
| 7942 | extension SwiftUI.AccessibilityRotorContentBuilder : Swift.Sendable { |
| 7943 | } |
| 7944 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7945 | @usableFromInline |
| 7946 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityTupleRotorContent<T> : SwiftUI.AccessibilityRotorContent { |
| 10416 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10417 | extension Swift.Never : SwiftUI.AccessibilityRotorContent { |
| 10418 | } |
| 10419 | #if compiler(>=5.3) && $TildeSendable |
| 10420 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10421 | public struct _AccessibilityRotorEntryInputs : ~Swift.Sendable { |
| 10422 | } |
| 10423 | #else |
| 10424 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10425 | public struct _AccessibilityRotorEntryInputs { |
| 10426 | } |
| 10427 | #endif |
| 10428 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10429 | public struct _AccessibilityRotorEntryOutputs : Swift.Sendable { |
| 10430 | } |
| 10431 | #if compiler(>=5.3) && $TildeSendable |
| 10432 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10433 | @_functionBuilder public struct AccessibilityRotorContentBuilder : ~Swift.Sendable { |
| 10434 | #if compiler(>=5.3) && $InlineAlways |
| 10435 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.AccessibilityRotorContent { |
| 10436 | content |
| 10437 | } |
| 10438 | #else |
| 10439 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.AccessibilityRotorContent { |
| 10440 | content |
| 10441 | } |
| 10442 | #endif |
| 10443 | #if compiler(>=5.3) && $InlineAlways |
| 10444 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10445 | content |
| 10446 | } |
| 10447 | |
| 10448 | #else |
| 10449 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10450 | content |
| 10451 | } |
| 10452 | |
| 10453 | #endif |
| 10454 | #if compiler(>=5.3) && $InlineAlways |
| 10455 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 10456 | AccessibilityTupleRotorContent((repeat each content)) |
| 10457 | } |
| 10458 | |
| 10459 | #else |
| 10460 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 10461 | AccessibilityTupleRotorContent((repeat each content)) |
| 10462 | } |
| 10463 | |
| 10464 | #endif |
| 10465 | #if compiler(>=5.3) && $InlineAlways |
| 10466 | @_alwaysEmitIntoClient @inline(always) public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10467 | AccessibilityOptionalRotorContent(content) |
| 10468 | } |
| 10469 | |
| 10470 | #else |
| 10471 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10472 | AccessibilityOptionalRotorContent(content) |
| 10473 | } |
| 10474 | |
| 10475 | #endif |
| 10476 | } |
| 10477 | #else |
| 10478 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10479 | @_functionBuilder public struct AccessibilityRotorContentBuilder { |
| 10480 | #if compiler(>=5.3) && $InlineAlways |
| 10481 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.AccessibilityRotorContent { |
| 10482 | content |
| 10483 | } |
| 10484 | #else |
| 10485 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.AccessibilityRotorContent { |
| 10486 | content |
| 10487 | } |
| 10488 | #endif |
| 10489 | #if compiler(>=5.3) && $InlineAlways |
| 10490 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10491 | content |
| 10492 | } |
| 10493 | |
| 10494 | #else |
| 10495 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10496 | content |
| 10497 | } |
| 10498 | |
| 10499 | #endif |
| 10500 | #if compiler(>=5.3) && $InlineAlways |
| 10501 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 10502 | AccessibilityTupleRotorContent((repeat each content)) |
| 10503 | } |
| 10504 | |
| 10505 | #else |
| 10506 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 10507 | AccessibilityTupleRotorContent((repeat each content)) |
| 10508 | } |
| 10509 | |
| 10510 | #endif |
| 10511 | #if compiler(>=5.3) && $InlineAlways |
| 10512 | @_alwaysEmitIntoClient @inline(always) public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10513 | AccessibilityOptionalRotorContent(content) |
| 10514 | } |
| 10515 | |
| 10516 | #else |
| 10517 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10518 | AccessibilityOptionalRotorContent(content) |
| 10519 | } |
| 10520 | |
| 10521 | #endif |
| 10522 | } |
| 10523 | #endif |
| 10524 | #if compiler(>=5.3) && $TildeSendable |
| 10525 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10526 | @usableFromInline |
| 10527 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityTupleRotorContent<T> : SwiftUI.AccessibilityRotorContent, ~Swift.Sendable { |
| 10528 | @usableFromInline |
| 10529 | @_Concurrency.MainActor @preconcurrency internal var value: T |
| 10530 | @inlinable @_Concurrency.MainActor @preconcurrency internal init(_ value: T) { self.value = value } |
| 10531 | @usableFromInline |
| 10532 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 10533 | get |
| 10534 | } |
| 10535 | @usableFromInline |
| 10536 | nonisolated internal static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 10537 | @usableFromInline |
| 10538 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityTupleRotorContent<T>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10539 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10540 | @usableFromInline |
| 10541 | internal typealias Body = Swift.Never |
| 10542 | } |
| 10543 | #else |
| 10544 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10545 | @usableFromInline |
| 10546 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityTupleRotorContent<T> : SwiftUI.AccessibilityRotorContent { |
| 7955 | nonisolated internal static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 7956 | @usableFromInline |
| 7957 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityTupleRotorContent<T>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 7958 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 7959 | @usableFromInline |
| 7960 | internal typealias Body = Swift.Never |
| 7961 | } |
| 7962 | @available(*, unavailable) |
| 7963 | extension SwiftUI.AccessibilityTupleRotorContent : Swift.Sendable { |
| 7964 | } |
| 7965 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7966 | extension SwiftUICore.ForEach : SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 7967 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 7968 | get |
| 7969 | } |
| 7970 | nonisolated public static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 7971 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUICore.ForEach<Data, ID, Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 7972 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 7973 | public typealias Body = Swift.Never |
| 7974 | } |
| 7975 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7976 | extension SwiftUICore.ForEach where ID == Data.Element.ID, Content : SwiftUI.AccessibilityRotorContent, Data.Element : Swift.Identifiable { |
| 7977 | public init(_ data: Data, @SwiftUI.AccessibilityRotorContentBuilder content: @escaping (Data.Element) -> Content) |
| 7978 | } |
| 7979 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7980 | extension SwiftUICore.ForEach where Content : SwiftUI.AccessibilityRotorContent { |
| 7981 | public init(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.AccessibilityRotorContentBuilder content: @escaping (Data.Element) -> Content) |
| 7982 | } |
| 7983 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7984 | extension SwiftUI.AccessibilityRotorEntry : SwiftUI.AccessibilityRotorContent { |
| 10555 | nonisolated internal static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 10556 | @usableFromInline |
| 10557 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityTupleRotorContent<T>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10558 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10559 | @usableFromInline |
| 10560 | internal typealias Body = Swift.Never |
| 10561 | } |
| 10562 | #endif |
| 10563 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10564 | extension SwiftUICore.ForEach : SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10565 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 10566 | get |
| 10567 | } |
| 10568 | nonisolated public static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 10569 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUICore.ForEach<Data, ID, Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10570 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10571 | public typealias Body = Swift.Never |
| 10572 | } |
| 10573 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10574 | extension SwiftUICore.ForEach where ID == Data.Element.ID, Content : SwiftUI.AccessibilityRotorContent, Data.Element : Swift.Identifiable { |
| 10575 | @usableFromInline |
| 10576 | internal init(_ data: Data, @SwiftUI.AccessibilityRotorContentBuilder content: @escaping (Data.Element) -> Content) |
| 10577 | } |
| 10578 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10579 | extension SwiftUICore.ForEach where Content : SwiftUI.AccessibilityRotorContent { |
| 10580 | @usableFromInline |
| 10581 | internal init(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.AccessibilityRotorContentBuilder content: @escaping (Data.Element) -> Content) |
| 10582 | } |
| 10583 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10584 | extension SwiftUI.AccessibilityRotorEntry : SwiftUI.AccessibilityRotorContent { |
| 7987 | } |
| 7988 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityRotorEntry<ID>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 7989 | nonisolated public static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 7990 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 7991 | public typealias Body = Swift.Never |
| 7992 | } |
| 7993 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 7994 | @usableFromInline |
| 7995 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityOptionalRotorContent<Content> where Content : SwiftUI.AccessibilityRotorContent { |
| 10587 | } |
| 10588 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityRotorEntry<ID>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10589 | nonisolated public static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 10590 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10591 | public typealias Body = Swift.Never |
| 10592 | } |
| 10593 | #if compiler(>=5.3) && $TildeSendable |
| 10594 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10595 | @usableFromInline |
| 10596 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityOptionalRotorContent<Content> : ~Swift.Sendable where Content : SwiftUI.AccessibilityRotorContent { |
| 10597 | @usableFromInline |
| 10598 | @_Concurrency.MainActor @preconcurrency internal var content: Content? |
| 10599 | @inlinable @_Concurrency.MainActor @preconcurrency internal init(_ content: Content?) { |
| 10600 | self.content = content |
| 10601 | } |
| 10602 | @usableFromInline |
| 10603 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 10604 | get |
| 10605 | } |
| 10606 | @usableFromInline |
| 10607 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityOptionalRotorContent<Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10608 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10609 | @usableFromInline |
| 10610 | internal typealias Body = Swift.Never |
| 10611 | } |
| 10612 | #else |
| 10613 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10614 | @usableFromInline |
| 10615 | @frozen @_Concurrency.MainActor @preconcurrency internal struct AccessibilityOptionalRotorContent<Content> where Content : SwiftUI.AccessibilityRotorContent { |
| 8004 | } |
| 8005 | @usableFromInline |
| 8006 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityOptionalRotorContent<Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 8007 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 8008 | @usableFromInline |
| 8009 | internal typealias Body = Swift.Never |
| 8010 | } |
| 8011 | @available(*, unavailable) |
| 8012 | extension SwiftUI.AccessibilityOptionalRotorContent : Swift.Sendable { |
| 8013 | } |
| 8014 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 8015 | extension SwiftUICore.Group : SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 8016 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 8017 | get |
| 8018 | } |
| 8019 | public init(@SwiftUI.AccessibilityRotorContentBuilder content: () -> Content) |
| 8020 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 8021 | } |
| 8022 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 8023 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 8024 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10624 | } |
| 10625 | @usableFromInline |
| 10626 | nonisolated internal static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUI.AccessibilityOptionalRotorContent<Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10627 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 10628 | @usableFromInline |
| 10629 | internal typealias Body = Swift.Never |
| 10630 | } |
| 10631 | #endif |
| 10632 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10633 | extension SwiftUICore.Group : SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 10634 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Never { |
| 10635 | get |
| 10636 | } |
| 10637 | @usableFromInline |
| 10638 | @_disfavoredOverload internal init(@SwiftUI.AccessibilityRotorContentBuilder content: () -> Content) |
| 10639 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 10640 | } |
| 10641 | #if compiler(>=5.3) && $TildeSendable |
| 10642 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10643 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10644 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10645 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10646 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10647 | public struct PresentationMode : ~Swift.Sendable { |
| 10648 | public var isPresented: Swift.Bool { |
| 10649 | get |
| 10650 | } |
| 10651 | public mutating func dismiss() |
| 10652 | } |
| 10653 | #else |
| 10654 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10655 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 10656 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use EnvironmentValues.isPresented or EnvironmentValues.dismiss") |
| 8030 | } |
| 8031 | public mutating func dismiss() |
| 8032 | } |
| 8033 | @available(*, unavailable) |
| 8034 | extension SwiftUI.PresentationMode : Swift.Sendable { |
| 8035 | } |
| 8036 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8037 | extension SwiftUICore.EnvironmentValues { |
| 8038 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use isPresented or dismiss") |
| 10662 | } |
| 10663 | public mutating func dismiss() |
| 10664 | } |
| 10665 | #endif |
| 10666 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10667 | extension SwiftUICore.EnvironmentValues { |
| 10668 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use isPresented or dismiss") |
| 8047 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8048 | @preconcurrency @_Concurrency.MainActor public protocol PrimitiveButtonStyle { |
| 8049 | associatedtype Body : SwiftUICore.View |
| 8050 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 8051 | typealias Configuration = SwiftUI.PrimitiveButtonStyleConfiguration |
| 8052 | } |
| 8053 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8054 | public struct PrimitiveButtonStyleConfiguration { |
| 8055 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 8056 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 8057 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 8058 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8059 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 8060 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 8061 | public typealias Body = Swift.Never |
| 8062 | } |
| 8063 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 8064 | public let role: SwiftUI.ButtonRole? |
| 8065 | public let label: SwiftUI.PrimitiveButtonStyleConfiguration.Label |
| 8066 | public func trigger() |
| 8067 | } |
| 8068 | @available(*, unavailable) |
| 8069 | extension SwiftUI.PrimitiveButtonStyleConfiguration : Swift.Sendable { |
| 8070 | } |
| 8071 | @available(*, unavailable) |
| 8072 | extension SwiftUI.PrimitiveButtonStyleConfiguration.Label : Swift.Sendable { |
| 8073 | } |
| 8074 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8075 | extension SwiftUICore.View { |
| 8076 | nonisolated public func buttonStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.PrimitiveButtonStyle |
| 10677 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10678 | @preconcurrency @_Concurrency.MainActor public protocol PrimitiveButtonStyle { |
| 10679 | associatedtype Body : SwiftUICore.View |
| 10680 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 10681 | typealias Configuration = SwiftUI.PrimitiveButtonStyleConfiguration |
| 10682 | } |
| 10683 | #if compiler(>=5.3) && $TildeSendable |
| 10684 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10685 | public struct PrimitiveButtonStyleConfiguration : ~Swift.Sendable { |
| 10686 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 10687 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 10688 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 10689 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10690 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 10691 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 10692 | public typealias Body = Swift.Never |
| 10693 | } |
| 10694 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10695 | public let role: SwiftUI.ButtonRole? |
| 10696 | public let label: SwiftUI.PrimitiveButtonStyleConfiguration.Label |
| 10697 | public func trigger() |
| 10698 | } |
| 10699 | #else |
| 10700 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10701 | public struct PrimitiveButtonStyleConfiguration { |
| 10702 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 10703 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 10704 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PrimitiveButtonStyleConfiguration.Label>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 10705 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10706 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 10707 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 10708 | public typealias Body = Swift.Never |
| 10709 | } |
| 10710 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10711 | public let role: SwiftUI.ButtonRole? |
| 10712 | public let label: SwiftUI.PrimitiveButtonStyleConfiguration.Label |
| 10713 | public func trigger() |
| 10714 | } |
| 10715 | #endif |
| 10716 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10717 | extension SwiftUICore.View { |
| 10718 | nonisolated public func buttonStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.PrimitiveButtonStyle |
| 8103 | get { .init() } |
| 8104 | } |
| 8105 | } |
| 8106 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 8107 | @available(watchOS, unavailable) |
| 8108 | public struct AutomaticControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 8109 | @usableFromInline |
| 8110 | internal init() |
| 8111 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 8112 | |
| 8113 | @available(iOS 15.0, tvOS 17.0, macOS 12.0, *) |
| 8114 | @available(watchOS, unavailable) |
| 8115 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26AutomaticControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 8116 | } |
| 8117 | @available(*, unavailable) |
| 8118 | extension SwiftUI.AutomaticControlGroupStyle : Swift.Sendable { |
| 8119 | } |
| 8120 | @available(iOS 14.0, macOS 11.0, *) |
| 8121 | @available(tvOS, unavailable) |
| 8122 | @available(watchOS, unavailable) |
| 10745 | get { .init() } |
| 10746 | } |
| 10747 | } |
| 10748 | #if compiler(>=5.3) && $TildeSendable |
| 10749 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 10750 | @available(watchOS, unavailable) |
| 10751 | nonisolated public struct AutomaticControlGroupStyle : SwiftUI.ControlGroupStyle, ~Swift.Sendable { |
| 10752 | @usableFromInline |
| 10753 | nonisolated internal init() |
| 10754 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 10755 | |
| 10756 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 10757 | @available(watchOS, unavailable) |
| 10758 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26AutomaticControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 10759 | } |
| 10760 | #else |
| 10761 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 10762 | @available(watchOS, unavailable) |
| 10763 | nonisolated public struct AutomaticControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 10764 | @usableFromInline |
| 10765 | nonisolated internal init() |
| 10766 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 10767 | |
| 10768 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 10769 | @available(watchOS, unavailable) |
| 10770 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26AutomaticControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 10771 | } |
| 10772 | #endif |
| 10773 | @available(iOS 14.0, macOS 11.0, *) |
| 10774 | @available(tvOS, unavailable) |
| 10775 | @available(watchOS, unavailable) |
| 8125 | get { .init() } |
| 8126 | } |
| 8127 | } |
| 8128 | @available(iOS 14.0, macOS 11.0, *) |
| 8129 | @available(tvOS, unavailable) |
| 8130 | @available(watchOS, unavailable) |
| 8131 | public struct DefaultGroupBoxStyle : SwiftUI.GroupBoxStyle { |
| 8132 | public init() |
| 8133 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultGroupBoxStyle.Configuration) -> some SwiftUICore.View |
| 8134 | |
| 8135 | @available(iOS 14.0, macOS 11.0, *) |
| 8136 | @available(tvOS, unavailable) |
| 8137 | @available(watchOS, unavailable) |
| 8138 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20DefaultGroupBoxStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 8139 | } |
| 8140 | @available(*, unavailable) |
| 8141 | extension SwiftUI.DefaultGroupBoxStyle : Swift.Sendable { |
| 8142 | } |
| 8143 | @_hasMissingDesignatedInitializers @available(macOS 26.0, *) |
| 8144 | @available(iOS, unavailable) |
| 8145 | @available(tvOS, unavailable) |
| 10778 | get { .init() } |
| 10779 | } |
| 10780 | } |
| 10781 | #if compiler(>=5.3) && $TildeSendable |
| 10782 | @available(iOS 14.0, macOS 11.0, *) |
| 10783 | @available(tvOS, unavailable) |
| 10784 | @available(watchOS, unavailable) |
| 10785 | nonisolated public struct DefaultGroupBoxStyle : SwiftUI.GroupBoxStyle, ~Swift.Sendable { |
| 10786 | nonisolated public init() |
| 10787 | nonisolated public func makeBody(configuration: SwiftUI.DefaultGroupBoxStyle.Configuration) -> some SwiftUICore.View |
| 10788 | |
| 10789 | @available(macOS 11.0, iOS 14.0, *) |
| 10790 | @available(tvOS, unavailable) |
| 10791 | @available(watchOS, unavailable) |
| 10792 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20DefaultGroupBoxStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 10793 | } |
| 10794 | #else |
| 10795 | @available(iOS 14.0, macOS 11.0, *) |
| 10796 | @available(tvOS, unavailable) |
| 10797 | @available(watchOS, unavailable) |
| 10798 | nonisolated public struct DefaultGroupBoxStyle : SwiftUI.GroupBoxStyle { |
| 10799 | nonisolated public init() |
| 10800 | nonisolated public func makeBody(configuration: SwiftUI.DefaultGroupBoxStyle.Configuration) -> some SwiftUICore.View |
| 10801 | |
| 10802 | @available(macOS 11.0, iOS 14.0, *) |
| 10803 | @available(tvOS, unavailable) |
| 10804 | @available(watchOS, unavailable) |
| 10805 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20DefaultGroupBoxStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 10806 | } |
| 10807 | #endif |
| 10808 | #if compiler(>=5.3) && $TildeSendable |
| 10809 | @_hasMissingDesignatedInitializers @available(macOS 26.0, *) |
| 10810 | @available(iOS, unavailable) |
| 10811 | @available(tvOS, unavailable) |
| 10812 | @available(watchOS, unavailable) |
| 10813 | @available(visionOS, unavailable) |
| 10814 | @usableFromInline |
| 10815 | internal class LimitedAvailabilityPrintContentStorageBase : ~Swift.Sendable { |
| 10816 | @objc @usableFromInline |
| 10817 | deinit |
| 10818 | } |
| 10819 | #else |
| 10820 | @_hasMissingDesignatedInitializers @available(macOS 26.0, *) |
| 10821 | @available(iOS, unavailable) |
| 10822 | @available(tvOS, unavailable) |
| 8150 | @objc @usableFromInline |
| 8151 | deinit |
| 8152 | } |
| 8153 | @available(*, unavailable) |
| 8154 | extension SwiftUI.LimitedAvailabilityPrintContentStorageBase : Swift.Sendable { |
| 8155 | } |
| 8156 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 8157 | @preconcurrency @_Concurrency.MainActor public protocol App { |
| 8158 | associatedtype Body : SwiftUI.Scene |
| 10827 | @objc @usableFromInline |
| 10828 | deinit |
| 10829 | } |
| 10830 | #endif |
| 10831 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10832 | @preconcurrency @_Concurrency.MainActor public protocol App { |
| 10833 | associatedtype Body : SwiftUI.Scene |
| 8246 | get |
| 8247 | } |
| 8248 | } |
| 8249 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 8250 | @frozen @propertyWrapper public struct FocusState<Value> : SwiftUICore.DynamicProperty where Value : Swift.Hashable { |
| 8251 | @frozen @propertyWrapper public struct Binding { |
| 10921 | get |
| 10922 | } |
| 10923 | } |
| 10924 | #if compiler(>=5.3) && $TildeSendable |
| 10925 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10926 | @frozen @propertyWrapper public struct FocusState<Value> : SwiftUICore.DynamicProperty, ~Swift.Sendable where Value : Swift.Hashable { |
| 10927 | @frozen @propertyWrapper public struct Binding : ~Swift.Sendable { |
| 10928 | private var _binding: SwiftUICore.Binding<Value> |
| 10929 | public var wrappedValue: Value { |
| 10930 | get |
| 10931 | nonmutating set |
| 10932 | } |
| 10933 | public var projectedValue: SwiftUI.FocusState<Value>.Binding { |
| 10934 | get |
| 10935 | } |
| 10936 | } |
| 10937 | internal var value: Value |
| 10938 | internal var location: SwiftUICore.AnyLocation<Value>? |
| 10939 | internal var resetValue: Value |
| 10940 | public var wrappedValue: Value { |
| 10941 | get |
| 10942 | nonmutating set |
| 10943 | } |
| 10944 | public var projectedValue: SwiftUI.FocusState<Value>.Binding { |
| 10945 | get |
| 10946 | } |
| 10947 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 10948 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 10949 | public static var _propertyStorageSize: Swift.Int? { |
| 10950 | get |
| 10951 | } |
| 10952 | public init() where Value == Swift.Bool |
| 10953 | public init<T>() where Value == T?, T : Swift.Hashable |
| 10954 | } |
| 10955 | #else |
| 10956 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10957 | @frozen @propertyWrapper public struct FocusState<Value> : SwiftUICore.DynamicProperty where Value : Swift.Hashable { |
| 10958 | @frozen @propertyWrapper public struct Binding { |
| 8269 | get |
| 8270 | } |
| 8271 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 8272 | public init() where Value == Swift.Bool |
| 8273 | public init<T>() where Value == T?, T : Swift.Hashable |
| 8274 | } |
| 8275 | @available(*, unavailable) |
| 8276 | extension SwiftUI.FocusState : Swift.Sendable { |
| 8277 | } |
| 8278 | @available(*, unavailable) |
| 8279 | extension SwiftUI.FocusState.Binding : Swift.Sendable { |
| 8280 | } |
| 8281 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 8282 | extension SwiftUICore.View { |
| 8283 | nonisolated public func focused<Value>(_ binding: SwiftUI.FocusState<Value>.Binding, equals value: Value) -> some SwiftUICore.View where Value : Swift.Hashable |
| 8284 | |
| 8285 | nonisolated public func focused(_ condition: SwiftUI.FocusState<Swift.Bool>.Binding) -> some SwiftUICore.View |
| 8286 | |
| 8287 | } |
| 8288 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 8289 | @available(tvOS, unavailable) |
| 8290 | @available(watchOS, unavailable) |
| 10976 | get |
| 10977 | } |
| 10978 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 10979 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 10980 | public static var _propertyStorageSize: Swift.Int? { |
| 10981 | get |
| 10982 | } |
| 10983 | public init() where Value == Swift.Bool |
| 10984 | public init<T>() where Value == T?, T : Swift.Hashable |
| 10985 | } |
| 10986 | #endif |
| 10987 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10988 | extension SwiftUICore.View { |
| 10989 | nonisolated public func focused<Value>(_ binding: SwiftUI.FocusState<Value>.Binding, equals value: Value) -> some SwiftUICore.View where Value : Swift.Hashable |
| 10990 | |
| 10991 | nonisolated public func focused(_ condition: SwiftUI.FocusState<Swift.Bool>.Binding) -> some SwiftUICore.View |
| 10992 | |
| 10993 | } |
| 10994 | #if compiler(>=5.3) && $TildeSendable |
| 10995 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 10996 | @available(tvOS, unavailable) |
| 10997 | @available(watchOS, unavailable) |
| 10998 | public struct DropSession : Swift.Identifiable, ~Swift.Sendable { |
| 10999 | public struct LocalSession : ~Swift.Sendable { |
| 11000 | public func draggedItemIDs<ItemID>(for type: ItemID.Type) -> [ItemID] where ItemID : Swift.Hashable |
| 11001 | } |
| 11002 | public struct ID : Swift.Sendable, Swift.Hashable, Swift.Equatable { |
| 11003 | @available(macOS, unavailable) |
| 11004 | public func matches(_ dropSession: any UIKit.UIDropSession) -> Swift.Bool |
| 11005 | public static func == (a: SwiftUI.DropSession.ID, b: SwiftUI.DropSession.ID) -> Swift.Bool |
| 11006 | public func hash(into hasher: inout Swift.Hasher) |
| 11007 | public var hashValue: Swift.Int { |
| 11008 | get |
| 11009 | } |
| 11010 | } |
| 11011 | public enum Phase : Swift.Sendable, Swift.Hashable, Swift.Equatable { |
| 11012 | case entering |
| 11013 | case active |
| 11014 | case exiting |
| 11015 | case ended(SwiftUI.DropOperation) |
| 11016 | case dataTransferCompleted |
| 11017 | public static func == (lhs: SwiftUI.DropSession.Phase, rhs: SwiftUI.DropSession.Phase) -> Swift.Bool |
| 11018 | public func hash(into hasher: inout Swift.Hasher) |
| 11019 | public var hashValue: Swift.Int { |
| 11020 | get |
| 11021 | } |
| 11022 | } |
| 11023 | public var id: SwiftUI.DropSession.ID { |
| 11024 | get |
| 11025 | } |
| 11026 | public var phase: SwiftUI.DropSession.Phase { |
| 11027 | get |
| 11028 | } |
| 11029 | public var localSession: SwiftUI.DropSession.LocalSession? |
| 11030 | public var itemsCount: Swift.Int |
| 11031 | public var suggestedOperations: SwiftUI.DropOperation.Set |
| 11032 | public var size: CoreFoundation.CGSize |
| 11033 | public var location: CoreFoundation.CGPoint |
| 11034 | } |
| 11035 | #else |
| 11036 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 11037 | @available(tvOS, unavailable) |
| 11038 | @available(watchOS, unavailable) |
| 8325 | public var size: CoreFoundation.CGSize |
| 8326 | public var location: CoreFoundation.CGPoint |
| 8327 | } |
| 8328 | @available(*, unavailable) |
| 8329 | extension SwiftUI.DropSession : Swift.Sendable { |
| 8330 | } |
| 8331 | @available(*, unavailable) |
| 8332 | extension SwiftUI.DropSession.LocalSession : Swift.Sendable { |
| 8333 | } |
| 8334 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 8335 | @available(tvOS, unavailable) |
| 8336 | @available(watchOS, unavailable) |
| 11073 | public var size: CoreFoundation.CGSize |
| 11074 | public var location: CoreFoundation.CGPoint |
| 11075 | } |
| 11076 | #endif |
| 11077 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 11078 | @available(tvOS, unavailable) |
| 11079 | @available(watchOS, unavailable) |
| 8363 | nonisolated public func onModifierKeysChanged(mask: SwiftUICore.EventModifiers = .all, initial: Swift.Bool = true, _ action: @escaping (_ old: SwiftUICore.EventModifiers, _ new: SwiftUICore.EventModifiers) -> Swift.Void) -> some SwiftUICore.View |
| 8364 | |
| 8365 | } |
| 8366 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 8367 | @available(tvOS, unavailable) |
| 8368 | @available(watchOS, unavailable) |
| 11106 | nonisolated public func onModifierKeysChanged(mask: SwiftUICore.EventModifiers = .all, initial: Swift.Bool = true, _ action: @escaping (_ old: SwiftUICore.EventModifiers, _ new: SwiftUICore.EventModifiers) -> Swift.Void) -> some SwiftUICore.View |
| 11107 | |
| 11108 | } |
| 11109 | #if compiler(>=5.3) && $TildeSendable |
| 11110 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 11111 | @available(tvOS, unavailable) |
| 11112 | @available(watchOS, unavailable) |
| 11113 | @_Concurrency.MainActor @preconcurrency public struct AutomaticTextEditorStyle : SwiftUI.TextEditorStyle, ~Swift.Sendable { |
| 11114 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticTextEditorStyle.Configuration) -> SwiftUI.AutomaticTextEditorStyle.Body |
| 11115 | @_Concurrency.MainActor @preconcurrency public init() |
| 11116 | @_Concurrency.MainActor @preconcurrency public struct Body : SwiftUICore.View, ~Swift.Sendable { |
| 11117 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 11118 | get |
| 11119 | } |
| 11120 | @available(macOS 14.0, iOS 17.0, visionOS 1.0, *) |
| 11121 | @available(tvOS, unavailable) |
| 11122 | @available(watchOS, unavailable) |
| 11123 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24AutomaticTextEditorStyleV4BodyV4bodyQrvp", 0) __ |
| 11124 | } |
| 11125 | } |
| 11126 | #else |
| 11127 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 11128 | @available(tvOS, unavailable) |
| 11129 | @available(watchOS, unavailable) |
| 8373 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 8374 | get |
| 8375 | } |
| 8376 | @available(iOS 17.0, visionOS 1.0, macOS 14.0, *) |
| 8377 | @available(tvOS, unavailable) |
| 8378 | @available(watchOS, unavailable) |
| 8379 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24AutomaticTextEditorStyleV4BodyV4bodyQrvp", 0) __ |
| 8380 | } |
| 8381 | } |
| 8382 | @available(*, unavailable) |
| 8383 | extension SwiftUI.AutomaticTextEditorStyle : Swift.Sendable { |
| 8384 | } |
| 8385 | @available(*, unavailable) |
| 8386 | extension SwiftUI.AutomaticTextEditorStyle.Body : Swift.Sendable { |
| 8387 | } |
| 8388 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 8389 | @available(tvOS, unavailable) |
| 8390 | @available(watchOS, unavailable) |
| 11134 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 11135 | get |
| 11136 | } |
| 11137 | @available(macOS 14.0, iOS 17.0, visionOS 1.0, *) |
| 11138 | @available(tvOS, unavailable) |
| 11139 | @available(watchOS, unavailable) |
| 11140 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24AutomaticTextEditorStyleV4BodyV4bodyQrvp", 0) __ |
| 11141 | } |
| 11142 | } |
| 11143 | #endif |
| 11144 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 11145 | @available(tvOS, unavailable) |
| 11146 | @available(watchOS, unavailable) |
| 8408 | public func entries(from start: Foundation.Date, mode: SwiftUICore.TimelineScheduleMode) -> SwiftUI.AnimationTimelineSchedule.Entries |
| 8409 | public struct Entries : Swift.Sequence, Swift.IteratorProtocol, Swift.Sendable { |
| 8410 | public mutating func next() -> Foundation.Date? |
| 8411 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 8412 | public typealias Element = Foundation.Date |
| 8413 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 8414 | public typealias Iterator = SwiftUI.AnimationTimelineSchedule.Entries |
| 8415 | } |
| 8416 | } |
| 11164 | public func entries(from start: Foundation.Date, mode: SwiftUICore.TimelineScheduleMode) -> SwiftUI.AnimationTimelineSchedule.Entries |
| 11165 | public struct Entries : Swift.Sequence, Swift.IteratorProtocol, Swift.Sendable { |
| 11166 | public mutating func next() -> Foundation.Date? |
| 11167 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 11168 | public typealias Element = Foundation.Date |
| 11169 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 11170 | public typealias Iterator = SwiftUI.AnimationTimelineSchedule.Entries |
| 11171 | } |
| 11172 | } |
| 8420 | get { .init() } |
| 8421 | } |
| 8422 | } |
| 8423 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8424 | public struct PlainButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 8425 | public init() |
| 8426 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.PlainButtonStyle.Configuration) -> some SwiftUICore.View |
| 8427 | |
| 8428 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 8429 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16PlainButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 8430 | } |
| 8431 | @available(*, unavailable) |
| 8432 | extension SwiftUI.PlainButtonStyle : Swift.Sendable { |
| 8433 | } |
| 8434 | @available(iOS 17.0, macOS 14.0, *) |
| 8435 | @available(tvOS, unavailable) |
| 8436 | @available(watchOS, unavailable) |
| 11176 | get { .init() } |
| 11177 | } |
| 11178 | } |
| 11179 | #if compiler(>=5.3) && $TildeSendable |
| 11180 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11181 | nonisolated public struct PlainButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 11182 | nonisolated public init() |
| 11183 | nonisolated public func makeBody(configuration: SwiftUI.PlainButtonStyle.Configuration) -> some SwiftUICore.View |
| 11184 | |
| 11185 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11186 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16PlainButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 11187 | } |
| 11188 | #else |
| 11189 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11190 | nonisolated public struct PlainButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 11191 | nonisolated public init() |
| 11192 | nonisolated public func makeBody(configuration: SwiftUI.PlainButtonStyle.Configuration) -> some SwiftUICore.View |
| 11193 | |
| 11194 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11195 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16PlainButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 11196 | } |
| 11197 | #endif |
| 11198 | @available(iOS 17.0, macOS 14.0, *) |
| 11199 | @available(tvOS, unavailable) |
| 11200 | @available(watchOS, unavailable) |
| 8454 | @available(tvOS, unavailable) |
| 8455 | @available(watchOS, unavailable) |
| 8456 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 8457 | @available(iOS 17.0, macOS 14.0, *) |
| 8458 | @available(tvOS, unavailable) |
| 8459 | @available(watchOS, unavailable) |
| 8460 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI12OutlineGroupVAA7ElementST_2IDs12IdentifiablePQZRs_AA15TableRowContentR0_q1_Rs0_q2_Rs1_0hI5ValueAaIPQy0_ADSTRtzrlE05tableI4BodyQrvp", 0) __<Data, ID, Parent, Parent, Parent> |
| 11218 | @available(tvOS, unavailable) |
| 11219 | @available(watchOS, unavailable) |
| 11220 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 11221 | @available(macOS 14.0, iOS 17.0, *) |
| 11222 | @available(tvOS, unavailable) |
| 11223 | @available(watchOS, unavailable) |
| 11224 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI12OutlineGroupVAA7ElementST_2IDs12IdentifiablePQZRs_AA15TableRowContentR0_q1_Rs0_q2_Rs1_0hI5ValueAaIPQy0_ADSTRtzrlE05tableI4BodyQrvp", 0) __<Data, ID, Parent, Parent, Parent> |
| 8509 | nonisolated public func navigationTransition(_ style: some NavigationTransition) -> some SwiftUICore.View |
| 8510 | |
| 8511 | } |
| 8512 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 8513 | public struct AutomaticNavigationTransition : SwiftUI.NavigationTransition { |
| 8514 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 8515 | } |
| 8516 | @available(*, unavailable) |
| 8517 | extension SwiftUI.AutomaticNavigationTransition : Swift.Sendable { |
| 8518 | } |
| 8519 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 8520 | extension SwiftUI.NavigationTransition where Self == SwiftUI.AutomaticNavigationTransition { |
| 8521 | public static var automatic: SwiftUI.AutomaticNavigationTransition { |
| 8522 | get |
| 8523 | } |
| 8524 | } |
| 8525 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 8526 | @available(macOS, unavailable) |
| 8527 | public struct ZoomNavigationTransition : SwiftUI.NavigationTransition { |
| 8528 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 8529 | } |
| 8530 | @available(*, unavailable) |
| 8531 | extension SwiftUI.ZoomNavigationTransition : Swift.Sendable { |
| 8532 | } |
| 8533 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 8534 | @available(macOS, unavailable) |
| 8535 | extension SwiftUI.NavigationTransition where Self == SwiftUI.ZoomNavigationTransition { |
| 8536 | public static func zoom(sourceID: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> SwiftUI.ZoomNavigationTransition |
| 8537 | } |
| 8538 | extension SwiftUICore.View { |
| 8539 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 8540 | nonisolated public func tabBarMinimizeBehavior(_ behavior: SwiftUI.TabBarMinimizeBehavior) -> some SwiftUICore.View |
| 11273 | nonisolated public func navigationTransition(_ style: some NavigationTransition) -> some SwiftUICore.View |
| 11274 | |
| 11275 | } |
| 11276 | #if compiler(>=5.3) && $TildeSendable |
| 11277 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11278 | public struct AutomaticNavigationTransition : SwiftUI.NavigationTransition, ~Swift.Sendable { |
| 11279 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11280 | } |
| 11281 | #else |
| 11282 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11283 | public struct AutomaticNavigationTransition : SwiftUI.NavigationTransition { |
| 11284 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11285 | } |
| 11286 | #endif |
| 11287 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11288 | extension SwiftUI.NavigationTransition where Self == SwiftUI.AutomaticNavigationTransition { |
| 11289 | public static var automatic: SwiftUI.AutomaticNavigationTransition { |
| 11290 | get |
| 11291 | } |
| 11292 | } |
| 11293 | #if compiler(>=5.3) && $TildeSendable |
| 11294 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11295 | @available(macOS, unavailable) |
| 11296 | public struct ZoomNavigationTransition : SwiftUI.NavigationTransition, ~Swift.Sendable { |
| 11297 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11298 | } |
| 11299 | #else |
| 11300 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11301 | @available(macOS, unavailable) |
| 11302 | public struct ZoomNavigationTransition : SwiftUI.NavigationTransition { |
| 11303 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11304 | } |
| 11305 | #endif |
| 11306 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11307 | @available(macOS, unavailable) |
| 11308 | extension SwiftUI.NavigationTransition where Self == SwiftUI.ZoomNavigationTransition { |
| 11309 | public static func zoom(sourceID: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> SwiftUI.ZoomNavigationTransition |
| 11310 | } |
| 11311 | @available(iOS 27.0, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 11312 | @available(macOS, unavailable) |
| 11313 | public struct CrossFadeNavigationTransition : SwiftUI.NavigationTransition, Swift.Sendable { |
| 11314 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11315 | } |
| 11316 | @available(iOS 27.0, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 11317 | @available(macOS, unavailable) |
| 11318 | extension SwiftUI.NavigationTransition where Self == SwiftUI.CrossFadeNavigationTransition { |
| 11319 | public static var crossFade: SwiftUI.CrossFadeNavigationTransition { |
| 11320 | get |
| 11321 | } |
| 11322 | } |
| 11323 | #if compiler(>=5.3) && $TildeSendable |
| 11324 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 11325 | public struct AnyNavigationTransition : SwiftUI.NavigationTransition, ~Swift.Sendable { |
| 11326 | public init(_ transition: some NavigationTransition) |
| 11327 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11328 | } |
| 11329 | #else |
| 11330 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 11331 | public struct AnyNavigationTransition : SwiftUI.NavigationTransition { |
| 11332 | public init(_ transition: some NavigationTransition) |
| 11333 | public func _outputs(for inputs: SwiftUI._NavigationTransitionInputs) -> SwiftUI._NavigationTransitionOutputs |
| 11334 | } |
| 11335 | #endif |
| 11336 | extension SwiftUICore.View { |
| 11337 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 11338 | nonisolated public func tabBarMinimizeBehavior(_ behavior: SwiftUI.TabBarMinimizeBehavior) -> some SwiftUICore.View |
| 8567 | get |
| 8568 | } |
| 8569 | } |
| 8570 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8571 | public struct Divider : SwiftUICore.View { |
| 8572 | public init() |
| 8573 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Divider>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 8574 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 8575 | public typealias Body = Swift.Never |
| 8576 | } |
| 8577 | @available(*, unavailable) |
| 8578 | extension SwiftUI.Divider : Swift.Sendable { |
| 8579 | } |
| 8580 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 8581 | @available(watchOS, unavailable) |
| 8582 | extension SwiftUI.MenuStyle where Self == SwiftUI.ButtonMenuStyle { |
| 8583 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var button: SwiftUI.ButtonMenuStyle { |
| 8584 | get { .init() } |
| 8585 | } |
| 8586 | } |
| 8587 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 8588 | @available(watchOS, unavailable) |
| 8589 | public struct ButtonMenuStyle : SwiftUI.MenuStyle { |
| 8590 | public init() |
| 8591 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 8592 | |
| 8593 | @available(iOS 16.0, tvOS 17.0, macOS 13.0, *) |
| 8594 | @available(watchOS, unavailable) |
| 8595 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ButtonMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 8596 | } |
| 8597 | @available(*, unavailable) |
| 8598 | extension SwiftUI.ButtonMenuStyle : Swift.Sendable { |
| 8599 | } |
| 8600 | @available(tvOS 16.0, *) |
| 8601 | @available(iOS, unavailable) |
| 8602 | @available(macOS, unavailable) |
| 11365 | get |
| 11366 | } |
| 11367 | } |
| 11368 | #if compiler(>=5.3) && $TildeSendable |
| 11369 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11370 | nonisolated public struct Divider : SwiftUICore.View, ~Swift.Sendable { |
| 11371 | nonisolated public init() |
| 11372 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Divider>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 11373 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11374 | public typealias Body = Swift.Never |
| 11375 | } |
| 11376 | #else |
| 11377 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11378 | nonisolated public struct Divider : SwiftUICore.View { |
| 11379 | nonisolated public init() |
| 11380 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Divider>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 11381 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11382 | public typealias Body = Swift.Never |
| 11383 | } |
| 11384 | #endif |
| 11385 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 11386 | @available(watchOS, unavailable) |
| 11387 | extension SwiftUI.MenuStyle where Self == SwiftUI.ButtonMenuStyle { |
| 11388 | @_alwaysEmitIntoClient nonisolated public static var button: SwiftUI.ButtonMenuStyle { |
| 11389 | get { .init() } |
| 11390 | } |
| 11391 | } |
| 11392 | #if compiler(>=5.3) && $TildeSendable |
| 11393 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 11394 | @available(watchOS, unavailable) |
| 11395 | nonisolated public struct ButtonMenuStyle : SwiftUI.MenuStyle, ~Swift.Sendable { |
| 11396 | nonisolated public init() |
| 11397 | nonisolated public func makeBody(configuration: SwiftUI.ButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 11398 | |
| 11399 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 11400 | @available(watchOS, unavailable) |
| 11401 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ButtonMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 11402 | } |
| 11403 | #else |
| 11404 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 11405 | @available(watchOS, unavailable) |
| 11406 | nonisolated public struct ButtonMenuStyle : SwiftUI.MenuStyle { |
| 11407 | nonisolated public init() |
| 11408 | nonisolated public func makeBody(configuration: SwiftUI.ButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 11409 | |
| 11410 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 11411 | @available(watchOS, unavailable) |
| 11412 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ButtonMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 11413 | } |
| 11414 | #endif |
| 11415 | @available(tvOS 16.0, *) |
| 11416 | @available(iOS, unavailable) |
| 11417 | @available(macOS, unavailable) |
| 8660 | public static let presented: SwiftUI.SceneLaunchBehavior |
| 8661 | public static let suppressed: SwiftUI.SceneLaunchBehavior |
| 8662 | } |
| 8663 | @available(watchOS 9.0, *) |
| 8664 | @available(iOS, unavailable) |
| 8665 | @available(macOS, unavailable) |
| 8666 | @available(tvOS, unavailable) |
| 8667 | @available(visionOS, unavailable) |
| 8668 | public struct TextFieldLink<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 8669 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 8670 | get |
| 8671 | } |
| 8672 | @available(watchOS 9.0, *) |
| 8673 | @available(iOS, unavailable) |
| 8674 | @available(tvOS, unavailable) |
| 8675 | @available(visionOS, unavailable) |
| 8676 | @available(macOS, unavailable) |
| 8677 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13TextFieldLinkV4bodyQrvp", 0) __<Label> |
| 8678 | } |
| 8679 | @available(*, unavailable) |
| 8680 | extension SwiftUI.TextFieldLink : Swift.Sendable { |
| 8681 | } |
| 8682 | @available(watchOS 9.0, *) |
| 8683 | @available(iOS, unavailable) |
| 8684 | @available(macOS, unavailable) |
| 8685 | @available(tvOS, unavailable) |
| 8686 | @available(visionOS, unavailable) |
| 8687 | extension SwiftUI.TextFieldLink { |
| 8688 | nonisolated public init(prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label, onSubmit: @escaping (Swift.String) -> Swift.Void) |
| 8689 | } |
| 8690 | @available(watchOS 9.0, *) |
| 8691 | @available(iOS, unavailable) |
| 11475 | public static let presented: SwiftUI.SceneLaunchBehavior |
| 11476 | public static let suppressed: SwiftUI.SceneLaunchBehavior |
| 11477 | } |
| 11478 | #if compiler(>=5.3) && $TildeSendable |
| 11479 | @available(watchOS 9.0, *) |
| 11480 | @available(iOS, unavailable) |
| 11481 | @available(macOS, unavailable) |
| 11482 | @available(tvOS, unavailable) |
| 11483 | @available(visionOS, unavailable) |
| 11484 | nonisolated public struct TextFieldLink<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 11485 | nonisolated public var body: some SwiftUICore.View { |
| 11486 | get |
| 11487 | } |
| 11488 | @available(watchOS 9.0, *) |
| 11489 | @available(macOS, unavailable) |
| 11490 | @available(iOS, unavailable) |
| 11491 | @available(tvOS, unavailable) |
| 11492 | @available(visionOS, unavailable) |
| 11493 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13TextFieldLinkV4bodyQrvp", 0) __<Label> |
| 11494 | } |
| 11495 | #else |
| 11496 | @available(watchOS 9.0, *) |
| 11497 | @available(iOS, unavailable) |
| 11498 | @available(macOS, unavailable) |
| 11499 | @available(tvOS, unavailable) |
| 11500 | @available(visionOS, unavailable) |
| 11501 | nonisolated public struct TextFieldLink<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 11502 | nonisolated public var body: some SwiftUICore.View { |
| 11503 | get |
| 11504 | } |
| 11505 | @available(watchOS 9.0, *) |
| 11506 | @available(macOS, unavailable) |
| 11507 | @available(iOS, unavailable) |
| 11508 | @available(tvOS, unavailable) |
| 11509 | @available(visionOS, unavailable) |
| 11510 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13TextFieldLinkV4bodyQrvp", 0) __<Label> |
| 11511 | } |
| 11512 | #endif |
| 11513 | @available(watchOS 9.0, *) |
| 11514 | @available(iOS, unavailable) |
| 11515 | @available(macOS, unavailable) |
| 11516 | @available(tvOS, unavailable) |
| 11517 | @available(visionOS, unavailable) |
| 11518 | extension SwiftUI.TextFieldLink { |
| 11519 | nonisolated public init(prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label, onSubmit: @escaping (Swift.String) -> Swift.Void) |
| 11520 | } |
| 11521 | @available(watchOS 9.0, *) |
| 11522 | @available(iOS, unavailable) |
| 8729 | public static let fitToContent: SwiftUI.WindowIdealSize |
| 8730 | public static let maximum: SwiftUI.WindowIdealSize |
| 8731 | } |
| 8732 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 8733 | @available(watchOS, unavailable) |
| 8734 | @available(tvOS, unavailable) |
| 11560 | public static let fitToContent: SwiftUI.WindowIdealSize |
| 11561 | public static let maximum: SwiftUI.WindowIdealSize |
| 11562 | } |
| 11563 | #if compiler(>=5.3) && $TildeSendable |
| 11564 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 11565 | @available(watchOS, unavailable) |
| 11566 | @available(tvOS, unavailable) |
| 11567 | public struct PencilHoverPose : Swift.Hashable, ~Swift.Sendable { |
| 11568 | public let location: CoreFoundation.CGPoint |
| 11569 | public let anchor: SwiftUICore.UnitPoint |
| 11570 | public let zDistance: CoreFoundation.CGFloat |
| 11571 | public let altitude: SwiftUICore.Angle |
| 11572 | public let azimuth: SwiftUICore.Angle |
| 11573 | public let roll: SwiftUICore.Angle |
| 11574 | public func hash(into hasher: inout Swift.Hasher) |
| 11575 | public static func == (a: SwiftUI.PencilHoverPose, b: SwiftUI.PencilHoverPose) -> Swift.Bool |
| 11576 | public var hashValue: Swift.Int { |
| 11577 | get |
| 11578 | } |
| 11579 | } |
| 11580 | #else |
| 11581 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 11582 | @available(watchOS, unavailable) |
| 11583 | @available(tvOS, unavailable) |
| 8745 | get |
| 8746 | } |
| 8747 | } |
| 8748 | @available(*, unavailable) |
| 8749 | extension SwiftUI.PencilHoverPose : Swift.Sendable { |
| 8750 | } |
| 8751 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 8752 | @available(tvOS, unavailable) |
| 8753 | @usableFromInline |
| 8754 | @frozen internal struct LimitedAvailabilityWidget : SwiftUI.Widget, SwiftUI._LimitedAvailabilityWidgetMarker { |
| 8755 | @usableFromInline |
| 8756 | internal var configuration: SwiftUI.LimitedAvailabilityConfiguration |
| 8757 | @_Concurrency.MainActor @preconcurrency public init() |
| 8758 | @usableFromInline |
| 8759 | internal init<W>(_ widget: W) where W : SwiftUI.Widget |
| 8760 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.WidgetConfiguration { |
| 8761 | get |
| 8762 | } |
| 8763 | @available(iOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 8764 | @usableFromInline |
| 8765 | @available(tvOS, unavailable) |
| 8766 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25LimitedAvailabilityWidgetV4bodyQrvp", 0) __ |
| 8767 | } |
| 8768 | @available(*, unavailable) |
| 8769 | extension SwiftUI.LimitedAvailabilityWidget : Swift.Sendable { |
| 8770 | } |
| 8771 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 8772 | @available(tvOS, unavailable) |
| 8773 | @frozen @_Concurrency.MainActor @preconcurrency public struct LimitedAvailabilityConfiguration : SwiftUI.WidgetConfiguration { |
| 11594 | get |
| 11595 | } |
| 11596 | } |
| 11597 | #endif |
| 11598 | #if compiler(>=5.3) && $TildeSendable |
| 11599 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11600 | @available(tvOS, unavailable) |
| 11601 | @usableFromInline |
| 11602 | @frozen @_Concurrency.MainActor @preconcurrency internal struct LimitedAvailabilityWidget : SwiftUI.Widget, SwiftUI._LimitedAvailabilityWidgetMarker, ~Swift.Sendable { |
| 11603 | @usableFromInline |
| 11604 | @_Concurrency.MainActor @preconcurrency internal var configuration: SwiftUI.LimitedAvailabilityConfiguration |
| 11605 | @_Concurrency.MainActor @preconcurrency public init() |
| 11606 | @usableFromInline |
| 11607 | @_Concurrency.MainActor @preconcurrency internal init<W>(_ widget: W) where W : SwiftUI.Widget |
| 11608 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.WidgetConfiguration { |
| 11609 | get |
| 11610 | } |
| 11611 | @available(macOS 13.0, iOS 16.1, watchOS 9.1, *) |
| 11612 | @usableFromInline |
| 11613 | @available(tvOS, unavailable) |
| 11614 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25LimitedAvailabilityWidgetV4bodyQrvp", 0) __ |
| 11615 | } |
| 11616 | #else |
| 11617 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11618 | @available(tvOS, unavailable) |
| 11619 | @usableFromInline |
| 11620 | @frozen @_Concurrency.MainActor @preconcurrency internal struct LimitedAvailabilityWidget : SwiftUI.Widget, SwiftUI._LimitedAvailabilityWidgetMarker { |
| 11621 | @usableFromInline |
| 11622 | @_Concurrency.MainActor @preconcurrency internal var configuration: SwiftUI.LimitedAvailabilityConfiguration |
| 11623 | @_Concurrency.MainActor @preconcurrency public init() |
| 11624 | @usableFromInline |
| 11625 | @_Concurrency.MainActor @preconcurrency internal init<W>(_ widget: W) where W : SwiftUI.Widget |
| 11626 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.WidgetConfiguration { |
| 11627 | get |
| 11628 | } |
| 11629 | @available(macOS 13.0, iOS 16.1, watchOS 9.1, *) |
| 11630 | @usableFromInline |
| 11631 | @available(tvOS, unavailable) |
| 11632 | internal typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25LimitedAvailabilityWidgetV4bodyQrvp", 0) __ |
| 11633 | } |
| 11634 | #endif |
| 11635 | #if compiler(>=5.3) && $TildeSendable |
| 11636 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11637 | @available(tvOS, unavailable) |
| 11638 | @frozen @_Concurrency.MainActor @preconcurrency public struct LimitedAvailabilityConfiguration : SwiftUI.WidgetConfiguration, ~Swift.Sendable { |
| 11639 | @usableFromInline |
| 11640 | @_Concurrency.MainActor @preconcurrency internal var storage: SwiftUI.LimitedAvailabilityConfigurationBase |
| 11641 | @usableFromInline |
| 11642 | @_Concurrency.MainActor @preconcurrency internal init<W>(_ configuration: W) where W : SwiftUI.WidgetConfiguration |
| 11643 | nonisolated public static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 11644 | @available(macOS 13.0, iOS 16.1, watchOS 9.1, *) |
| 11645 | @available(tvOS, unavailable) |
| 11646 | public typealias Body = Swift.Never |
| 11647 | } |
| 11648 | #else |
| 11649 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11650 | @available(tvOS, unavailable) |
| 11651 | @frozen @_Concurrency.MainActor @preconcurrency public struct LimitedAvailabilityConfiguration : SwiftUI.WidgetConfiguration { |
| 8776 | @usableFromInline |
| 8777 | @_Concurrency.MainActor @preconcurrency internal init<W>(_ configuration: W) where W : SwiftUI.WidgetConfiguration |
| 8778 | nonisolated public static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 8779 | @available(iOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 8780 | @available(tvOS, unavailable) |
| 8781 | public typealias Body = Swift.Never |
| 8782 | } |
| 8783 | @available(*, unavailable) |
| 8784 | extension SwiftUI.LimitedAvailabilityConfiguration : Swift.Sendable { |
| 8785 | } |
| 8786 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 8787 | @available(tvOS, unavailable) |
| 8788 | @usableFromInline |
| 8789 | internal class LimitedAvailabilityConfigurationBase { |
| 8790 | @objc @usableFromInline |
| 8791 | deinit |
| 8792 | } |
| 8793 | @available(*, unavailable) |
| 8794 | extension SwiftUI.LimitedAvailabilityConfigurationBase : Swift.Sendable { |
| 8795 | } |
| 8796 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 8797 | @available(tvOS, unavailable) |
| 8798 | @available(watchOS, unavailable) |
| 11654 | @usableFromInline |
| 11655 | @_Concurrency.MainActor @preconcurrency internal init<W>(_ configuration: W) where W : SwiftUI.WidgetConfiguration |
| 11656 | nonisolated public static func _makeWidgetConfiguration(widget: SwiftUICore._GraphValue<SwiftUI.LimitedAvailabilityConfiguration>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 11657 | @available(macOS 13.0, iOS 16.1, watchOS 9.1, *) |
| 11658 | @available(tvOS, unavailable) |
| 11659 | public typealias Body = Swift.Never |
| 11660 | } |
| 11661 | #endif |
| 11662 | #if compiler(>=5.3) && $TildeSendable |
| 11663 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11664 | @available(tvOS, unavailable) |
| 11665 | @usableFromInline |
| 11666 | internal class LimitedAvailabilityConfigurationBase : ~Swift.Sendable { |
| 11667 | @objc @usableFromInline |
| 11668 | deinit |
| 11669 | } |
| 11670 | #else |
| 11671 | @_hasMissingDesignatedInitializers @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 11672 | @available(tvOS, unavailable) |
| 11673 | @usableFromInline |
| 11674 | internal class LimitedAvailabilityConfigurationBase { |
| 11675 | @objc @usableFromInline |
| 11676 | deinit |
| 11677 | } |
| 11678 | #endif |
| 11679 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 11680 | @available(tvOS, unavailable) |
| 11681 | @available(watchOS, unavailable) |
| 8833 | associatedtype Body : SwiftUI.ImmersiveSpaceContent |
| 8834 | @SwiftUI.ImmersiveSpaceContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 8835 | } |
| 8836 | @available(macOS 26.0, visionOS 1.0, *) |
| 8837 | @available(iOS, unavailable) |
| 8838 | @available(tvOS, unavailable) |
| 8839 | @available(watchOS, unavailable) |
| 8840 | @_functionBuilder public struct ImmersiveSpaceContentBuilder { |
| 8841 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.ImmersiveSpaceContent |
| 8842 | } |
| 8843 | @available(*, unavailable) |
| 8844 | extension SwiftUI.ImmersiveSpaceContentBuilder : Swift.Sendable { |
| 8845 | } |
| 8846 | @available(macOS 26.0, visionOS 1.0, *) |
| 8847 | @available(iOS, unavailable) |
| 8848 | @available(tvOS, unavailable) |
| 11716 | associatedtype Body : SwiftUI.ImmersiveSpaceContent |
| 11717 | @SwiftUI.ImmersiveSpaceContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 11718 | } |
| 11719 | #if compiler(>=5.3) && $TildeSendable |
| 11720 | @available(macOS 26.0, visionOS 1.0, *) |
| 11721 | @available(iOS, unavailable) |
| 11722 | @available(tvOS, unavailable) |
| 11723 | @available(watchOS, unavailable) |
| 11724 | @_functionBuilder public struct ImmersiveSpaceContentBuilder : ~Swift.Sendable { |
| 11725 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.ImmersiveSpaceContent |
| 11726 | } |
| 11727 | #else |
| 11728 | @available(macOS 26.0, visionOS 1.0, *) |
| 11729 | @available(iOS, unavailable) |
| 11730 | @available(tvOS, unavailable) |
| 11731 | @available(watchOS, unavailable) |
| 11732 | @_functionBuilder public struct ImmersiveSpaceContentBuilder { |
| 11733 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.ImmersiveSpaceContent |
| 11734 | } |
| 11735 | #endif |
| 11736 | @available(macOS 26.0, visionOS 1.0, *) |
| 11737 | @available(iOS, unavailable) |
| 11738 | @available(tvOS, unavailable) |
| 8855 | get |
| 8856 | } |
| 8857 | } |
| 8858 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 8859 | @_Concurrency.MainActor @preconcurrency public struct ProminentDetailNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 8860 | @_Concurrency.MainActor @preconcurrency public init() |
| 8861 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ProminentDetailNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 8862 | |
| 8863 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 8864 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI39ProminentDetailNavigationSplitViewStyleV8makeBody13configurationQrAA0efgH13ConfigurationV_tF", 0) __ |
| 8865 | } |
| 8866 | @available(*, unavailable) |
| 8867 | extension SwiftUI.ProminentDetailNavigationSplitViewStyle : Swift.Sendable { |
| 8868 | } |
| 8869 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 8870 | public struct SearchFieldPlacement : Swift.Sendable { |
| 8871 | public static let automatic: SwiftUI.SearchFieldPlacement |
| 11745 | get |
| 11746 | } |
| 11747 | } |
| 11748 | #if compiler(>=5.3) && $TildeSendable |
| 11749 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 11750 | @_Concurrency.MainActor @preconcurrency public struct ProminentDetailNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle, ~Swift.Sendable { |
| 11751 | @_Concurrency.MainActor @preconcurrency public init() |
| 11752 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ProminentDetailNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 11753 | |
| 11754 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 11755 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI39ProminentDetailNavigationSplitViewStyleV8makeBody13configurationQrAA0efgH13ConfigurationV_tF", 0) __ |
| 11756 | } |
| 11757 | #else |
| 11758 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 11759 | @_Concurrency.MainActor @preconcurrency public struct ProminentDetailNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 11760 | @_Concurrency.MainActor @preconcurrency public init() |
| 11761 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.ProminentDetailNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 11762 | |
| 11763 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 11764 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI39ProminentDetailNavigationSplitViewStyleV8makeBody13configurationQrAA0efgH13ConfigurationV_tF", 0) __ |
| 11765 | } |
| 11766 | #endif |
| 11767 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 11768 | public struct SearchFieldPlacement : Swift.Sendable { |
| 11769 | public static let automatic: SwiftUI.SearchFieldPlacement |
| 8909 | @inlinable nonisolated public init(transform: SwiftUICore.ProjectionTransform) { |
| 8910 | self.transform = transform |
| 8911 | } |
| 8912 | public func effectValue(size: CoreFoundation.CGSize) -> SwiftUICore.ProjectionTransform |
| 8913 | public static func == (a: SwiftUI._ProjectionEffect, b: SwiftUI._ProjectionEffect) -> Swift.Bool |
| 8914 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 8915 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 8916 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 8917 | public typealias Body = Swift.Never |
| 8918 | } |
| 8919 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11807 | @inlinable nonisolated public init(transform: SwiftUICore.ProjectionTransform) { |
| 11808 | self.transform = transform |
| 11809 | } |
| 11810 | nonisolated public func effectValue(size: CoreFoundation.CGSize) -> SwiftUICore.ProjectionTransform |
| 11811 | public static func == (a: SwiftUI._ProjectionEffect, b: SwiftUI._ProjectionEffect) -> Swift.Bool |
| 11812 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11813 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 11814 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 11815 | public typealias Body = Swift.Never |
| 11816 | } |
| 11817 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 8923 | } |
| 8924 | |
| 8925 | } |
| 8926 | @available(macOS 14.0, *) |
| 8927 | @available(iOS, unavailable) |
| 8928 | @available(tvOS, unavailable) |
| 8929 | @available(watchOS, unavailable) |
| 8930 | @available(visionOS, unavailable) |
| 8931 | public struct SettingsLink<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 8932 | public init() where Label == SwiftUI.DefaultSettingsLinkLabel |
| 8933 | public init(@SwiftUICore.ViewBuilder label: () -> Label) |
| 8934 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 8935 | get |
| 8936 | } |
| 8937 | @available(macOS 14.0, *) |
| 11821 | } |
| 11822 | |
| 11823 | } |
| 11824 | #if compiler(>=5.3) && $TildeSendable |
| 11825 | @available(macOS 14.0, *) |
| 11826 | @available(iOS, unavailable) |
| 11827 | @available(tvOS, unavailable) |
| 11828 | @available(watchOS, unavailable) |
| 11829 | @available(visionOS, unavailable) |
| 11830 | nonisolated public struct SettingsLink<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 11831 | nonisolated public init() where Label == SwiftUI.DefaultSettingsLinkLabel |
| 11832 | nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label) |
| 11833 | nonisolated public var body: some SwiftUICore.View { |
| 11834 | get |
| 11835 | } |
| 11836 | @available(macOS 14.0, *) |
| 8941 | @available(visionOS, unavailable) |
| 8942 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12SettingsLinkV4bodyQrvp", 0) __<Label> |
| 8943 | } |
| 8944 | @available(*, unavailable) |
| 8945 | extension SwiftUI.SettingsLink : Swift.Sendable { |
| 8946 | } |
| 8947 | @available(macOS 14.0, *) |
| 8948 | @available(iOS, unavailable) |
| 8949 | @available(tvOS, unavailable) |
| 8950 | @available(watchOS, unavailable) |
| 8951 | @available(visionOS, unavailable) |
| 8952 | public struct DefaultSettingsLinkLabel : SwiftUICore.View { |
| 8953 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 8954 | get |
| 8955 | } |
| 8956 | @available(macOS 14.0, *) |
| 11840 | @available(visionOS, unavailable) |
| 11841 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12SettingsLinkV4bodyQrvp", 0) __<Label> |
| 11842 | } |
| 11843 | #else |
| 11844 | @available(macOS 14.0, *) |
| 11845 | @available(iOS, unavailable) |
| 11846 | @available(tvOS, unavailable) |
| 11847 | @available(watchOS, unavailable) |
| 11848 | @available(visionOS, unavailable) |
| 11849 | nonisolated public struct SettingsLink<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 11850 | nonisolated public init() where Label == SwiftUI.DefaultSettingsLinkLabel |
| 11851 | nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label) |
| 11852 | nonisolated public var body: some SwiftUICore.View { |
| 11853 | get |
| 11854 | } |
| 11855 | @available(macOS 14.0, *) |
| 11856 | @available(iOS, unavailable) |
| 11857 | @available(tvOS, unavailable) |
| 11858 | @available(watchOS, unavailable) |
| 11859 | @available(visionOS, unavailable) |
| 11860 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12SettingsLinkV4bodyQrvp", 0) __<Label> |
| 11861 | } |
| 11862 | #endif |
| 11863 | #if compiler(>=5.3) && $TildeSendable |
| 11864 | @available(macOS 14.0, *) |
| 11865 | @available(iOS, unavailable) |
| 11866 | @available(tvOS, unavailable) |
| 11867 | @available(watchOS, unavailable) |
| 11868 | @available(visionOS, unavailable) |
| 11869 | nonisolated public struct DefaultSettingsLinkLabel : SwiftUICore.View, ~Swift.Sendable { |
| 11870 | nonisolated public var body: some SwiftUICore.View { |
| 11871 | get |
| 11872 | } |
| 11873 | @available(macOS 14.0, *) |
| 8960 | @available(visionOS, unavailable) |
| 8961 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultSettingsLinkLabelV4bodyQrvp", 0) __ |
| 8962 | } |
| 8963 | @available(*, unavailable) |
| 8964 | extension SwiftUI.DefaultSettingsLinkLabel : Swift.Sendable { |
| 8965 | } |
| 8966 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 8967 | @available(macOS, unavailable) |
| 8968 | extension UIKit.UIView { |
| 11877 | @available(visionOS, unavailable) |
| 11878 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultSettingsLinkLabelV4bodyQrvp", 0) __ |
| 11879 | } |
| 11880 | #else |
| 11881 | @available(macOS 14.0, *) |
| 11882 | @available(iOS, unavailable) |
| 11883 | @available(tvOS, unavailable) |
| 11884 | @available(watchOS, unavailable) |
| 11885 | @available(visionOS, unavailable) |
| 11886 | nonisolated public struct DefaultSettingsLinkLabel : SwiftUICore.View { |
| 11887 | nonisolated public var body: some SwiftUICore.View { |
| 11888 | get |
| 11889 | } |
| 11890 | @available(macOS 14.0, *) |
| 11891 | @available(iOS, unavailable) |
| 11892 | @available(tvOS, unavailable) |
| 11893 | @available(watchOS, unavailable) |
| 11894 | @available(visionOS, unavailable) |
| 11895 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultSettingsLinkLabelV4bodyQrvp", 0) __ |
| 11896 | } |
| 11897 | #endif |
| 11898 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 11899 | @available(macOS, unavailable) |
| 11900 | extension UIKit.UIView { |
| 9019 | nonisolated public func hoverEffect(in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true, body: @escaping (SwiftUICore.EmptyHoverEffectContent, Swift.Bool, SwiftUICore.GeometryProxy) -> some HoverEffectContent) -> some SwiftUICore.View |
| 9020 | |
| 9021 | } |
| 9022 | @available(iOS 13.4, tvOS 16.0, *) |
| 9023 | @available(macOS, unavailable) |
| 9024 | @available(watchOS, unavailable) |
| 11951 | nonisolated public func hoverEffect(in group: SwiftUI.HoverEffectGroup? = nil, isEnabled: Swift.Bool = true, body: @escaping (SwiftUICore.EmptyHoverEffectContent, Swift.Bool, SwiftUICore.GeometryProxy) -> some HoverEffectContent) -> some SwiftUICore.View |
| 11952 | |
| 11953 | } |
| 11954 | #if compiler(>=5.3) && $TildeSendable |
| 11955 | @available(iOS 13.4, tvOS 16.0, *) |
| 11956 | @available(macOS, unavailable) |
| 11957 | @available(watchOS, unavailable) |
| 11958 | public struct HoverEffect : ~Swift.Sendable { |
| 11959 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 11960 | @available(macOS, unavailable) |
| 11961 | @available(watchOS, unavailable) |
| 11962 | public init<E>(_ effect: E) where E : SwiftUICore.CustomHoverEffect |
| 11963 | public static let automatic: SwiftUI.HoverEffect |
| 11964 | @available(tvOS 17.0, *) |
| 11965 | public static let highlight: SwiftUI.HoverEffect |
| 11966 | public static let lift: SwiftUI.HoverEffect |
| 11967 | } |
| 11968 | #else |
| 11969 | @available(iOS 13.4, tvOS 16.0, *) |
| 11970 | @available(macOS, unavailable) |
| 11971 | @available(watchOS, unavailable) |
| 9032 | public static let highlight: SwiftUI.HoverEffect |
| 9033 | public static let lift: SwiftUI.HoverEffect |
| 9034 | } |
| 9035 | @available(*, unavailable) |
| 9036 | extension SwiftUI.HoverEffect : Swift.Sendable { |
| 9037 | } |
| 9038 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 9039 | @available(macOS, unavailable) |
| 9040 | @available(watchOS, unavailable) |
| 9041 | extension SwiftUI.HoverEffect : SwiftUICore.CustomHoverEffect { |
| 9042 | public static func _makeCustomHoverEffect(effect: SwiftUICore._GraphValue<SwiftUI.HoverEffect>, inputs: SwiftUICore._CustomHoverEffectInputs, body: @escaping (SwiftUICore._CustomHoverEffectInputs) -> SwiftUICore._CustomHoverEffectOutputs) -> SwiftUICore._CustomHoverEffectOutputs |
| 9043 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 9044 | @available(watchOS, unavailable) |
| 9045 | @available(macOS, unavailable) |
| 9046 | public typealias Body = Swift.Never |
| 9047 | } |
| 9048 | @available(macOS 14.0, *) |
| 11979 | public static let highlight: SwiftUI.HoverEffect |
| 11980 | public static let lift: SwiftUI.HoverEffect |
| 11981 | } |
| 11982 | #endif |
| 11983 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 11984 | @available(macOS, unavailable) |
| 11985 | @available(watchOS, unavailable) |
| 11986 | extension SwiftUI.HoverEffect : SwiftUICore.CustomHoverEffect { |
| 11987 | public static func _makeCustomHoverEffect(effect: SwiftUICore._GraphValue<SwiftUI.HoverEffect>, inputs: SwiftUICore._CustomHoverEffectInputs, body: @escaping (SwiftUICore._CustomHoverEffectInputs) -> SwiftUICore._CustomHoverEffectOutputs) -> SwiftUICore._CustomHoverEffectOutputs |
| 11988 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 11989 | @available(macOS, unavailable) |
| 11990 | @available(watchOS, unavailable) |
| 11991 | public typealias Body = Swift.Never |
| 11992 | } |
| 11993 | @available(macOS 14.0, *) |
| 9054 | get |
| 9055 | } |
| 9056 | } |
| 9057 | @available(macOS 14.0, *) |
| 9058 | @available(iOS, unavailable) |
| 9059 | @available(tvOS, unavailable) |
| 9060 | @available(watchOS, unavailable) |
| 9061 | public struct AccessoryBarButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 9062 | public init() |
| 9063 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryBarButtonStyle.Configuration) -> some SwiftUICore.View |
| 9064 | |
| 9065 | @available(macOS 14.0, *) |
| 9066 | @available(iOS, unavailable) |
| 9067 | @available(tvOS, unavailable) |
| 9068 | @available(watchOS, unavailable) |
| 9069 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23AccessoryBarButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 9070 | } |
| 9071 | @available(*, unavailable) |
| 9072 | extension SwiftUI.AccessoryBarButtonStyle : Swift.Sendable { |
| 9073 | } |
| 9074 | @available(macOS 14.0, *) |
| 9075 | @available(iOS, unavailable) |
| 9076 | @available(tvOS, unavailable) |
| 11999 | get |
| 12000 | } |
| 12001 | } |
| 12002 | #if compiler(>=5.3) && $TildeSendable |
| 12003 | @available(macOS 14.0, *) |
| 12004 | @available(iOS, unavailable) |
| 12005 | @available(tvOS, unavailable) |
| 12006 | @available(watchOS, unavailable) |
| 12007 | nonisolated public struct AccessoryBarButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 12008 | nonisolated public init() |
| 12009 | nonisolated public func makeBody(configuration: SwiftUI.AccessoryBarButtonStyle.Configuration) -> some SwiftUICore.View |
| 12010 | |
| 12011 | @available(macOS 14.0, *) |
| 12012 | @available(iOS, unavailable) |
| 12013 | @available(tvOS, unavailable) |
| 12014 | @available(watchOS, unavailable) |
| 12015 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23AccessoryBarButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 12016 | } |
| 12017 | #else |
| 12018 | @available(macOS 14.0, *) |
| 12019 | @available(iOS, unavailable) |
| 12020 | @available(tvOS, unavailable) |
| 12021 | @available(watchOS, unavailable) |
| 12022 | nonisolated public struct AccessoryBarButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 12023 | nonisolated public init() |
| 12024 | nonisolated public func makeBody(configuration: SwiftUI.AccessoryBarButtonStyle.Configuration) -> some SwiftUICore.View |
| 12025 | |
| 12026 | @available(macOS 14.0, *) |
| 12027 | @available(iOS, unavailable) |
| 12028 | @available(tvOS, unavailable) |
| 12029 | @available(watchOS, unavailable) |
| 12030 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI23AccessoryBarButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 12031 | } |
| 12032 | #endif |
| 12033 | @available(macOS 14.0, *) |
| 12034 | @available(iOS, unavailable) |
| 12035 | @available(tvOS, unavailable) |
| 9080 | get |
| 9081 | } |
| 9082 | } |
| 9083 | @available(macOS 14.0, *) |
| 9084 | @available(iOS, unavailable) |
| 9085 | @available(tvOS, unavailable) |
| 9086 | @available(watchOS, unavailable) |
| 9087 | public struct AccessoryBarActionButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 9088 | public init() |
| 9089 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryBarActionButtonStyle.Configuration) -> some SwiftUICore.View |
| 9090 | |
| 9091 | @available(macOS 14.0, *) |
| 9092 | @available(iOS, unavailable) |
| 9093 | @available(tvOS, unavailable) |
| 9094 | @available(watchOS, unavailable) |
| 9095 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AccessoryBarActionButtonStyleV8makeBody13configurationQrAA09PrimitivefG13ConfigurationV_tF", 0) __ |
| 9096 | } |
| 9097 | @available(*, unavailable) |
| 9098 | extension SwiftUI.AccessoryBarActionButtonStyle : Swift.Sendable { |
| 9099 | } |
| 9100 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9101 | public struct ButtonRole : Swift.Equatable, Swift.Sendable { |
| 9102 | public static let destructive: SwiftUI.ButtonRole |
| 12039 | get |
| 12040 | } |
| 12041 | } |
| 12042 | #if compiler(>=5.3) && $TildeSendable |
| 12043 | @available(macOS 14.0, *) |
| 12044 | @available(iOS, unavailable) |
| 12045 | @available(tvOS, unavailable) |
| 12046 | @available(watchOS, unavailable) |
| 12047 | nonisolated public struct AccessoryBarActionButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 12048 | nonisolated public init() |
| 12049 | nonisolated public func makeBody(configuration: SwiftUI.AccessoryBarActionButtonStyle.Configuration) -> some SwiftUICore.View |
| 12050 | |
| 12051 | @available(macOS 14.0, *) |
| 12052 | @available(iOS, unavailable) |
| 12053 | @available(tvOS, unavailable) |
| 12054 | @available(watchOS, unavailable) |
| 12055 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AccessoryBarActionButtonStyleV8makeBody13configurationQrAA09PrimitivefG13ConfigurationV_tF", 0) __ |
| 12056 | } |
| 12057 | #else |
| 12058 | @available(macOS 14.0, *) |
| 12059 | @available(iOS, unavailable) |
| 12060 | @available(tvOS, unavailable) |
| 12061 | @available(watchOS, unavailable) |
| 12062 | nonisolated public struct AccessoryBarActionButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 12063 | nonisolated public init() |
| 12064 | nonisolated public func makeBody(configuration: SwiftUI.AccessoryBarActionButtonStyle.Configuration) -> some SwiftUICore.View |
| 12065 | |
| 12066 | @available(macOS 14.0, *) |
| 12067 | @available(iOS, unavailable) |
| 12068 | @available(tvOS, unavailable) |
| 12069 | @available(watchOS, unavailable) |
| 12070 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29AccessoryBarActionButtonStyleV8makeBody13configurationQrAA09PrimitivefG13ConfigurationV_tF", 0) __ |
| 12071 | } |
| 12072 | #endif |
| 12073 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12074 | public struct ButtonRole : Swift.Equatable, Swift.Sendable { |
| 12075 | public static let destructive: SwiftUI.ButtonRole |
| 9114 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9115 | @preconcurrency @_Concurrency.MainActor public protocol ToolbarContent { |
| 9116 | associatedtype Body : SwiftUI.ToolbarContent |
| 9117 | @SwiftUI.ToolbarContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 9118 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9119 | nonisolated static func _makeToolbar(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 9120 | nonisolated static func _makeContent(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 12087 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12088 | @preconcurrency @_Concurrency.MainActor public protocol ToolbarContent { |
| 12089 | associatedtype Body : SwiftUI.ToolbarContent |
| 12090 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 12091 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12092 | nonisolated static func _makeToolbar(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 12093 | nonisolated static func _makeContent(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 9133 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9134 | extension Swift.Never : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 9135 | } |
| 9136 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9137 | public struct _ToolbarInputs { |
| 9138 | } |
| 9139 | @available(*, unavailable) |
| 9140 | extension SwiftUI._ToolbarInputs : Swift.Sendable { |
| 9141 | } |
| 9142 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9143 | public struct _ToolbarOutputs { |
| 9144 | } |
| 9145 | @available(*, unavailable) |
| 9146 | extension SwiftUI._ToolbarOutputs : Swift.Sendable { |
| 9147 | } |
| 9148 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9149 | public struct _ToolbarItemList { |
| 9150 | } |
| 9151 | @available(*, unavailable) |
| 9152 | extension SwiftUI._ToolbarItemList : Swift.Sendable { |
| 9153 | } |
| 9154 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9155 | @_functionBuilder public struct ToolbarContentBuilder { |
| 9156 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ToolbarContent { |
| 9157 | content |
| 9158 | } |
| 9159 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent |
| 9160 | |
| 9161 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.CustomizableToolbarContent { |
| 9162 | content |
| 9163 | } |
| 9164 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent |
| 9165 | |
| 9166 | } |
| 9167 | @available(*, unavailable) |
| 9168 | extension SwiftUI.ToolbarContentBuilder : Swift.Sendable { |
| 9169 | } |
| 9170 | extension SwiftUI.ToolbarContentBuilder { |
| 9171 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9172 | public static func buildIf<Content>(_ content: Content?) -> Content? where Content : SwiftUI.ToolbarContent |
| 12106 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12107 | extension Swift.Never : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 12108 | } |
| 12109 | #if compiler(>=5.3) && $TildeSendable |
| 12110 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12111 | public struct _ToolbarInputs : ~Swift.Sendable { |
| 12112 | } |
| 12113 | #else |
| 12114 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12115 | public struct _ToolbarInputs { |
| 12116 | } |
| 12117 | #endif |
| 12118 | #if compiler(>=5.3) && $TildeSendable |
| 12119 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12120 | public struct _ToolbarOutputs : ~Swift.Sendable { |
| 12121 | } |
| 12122 | #else |
| 12123 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12124 | public struct _ToolbarOutputs { |
| 12125 | } |
| 12126 | #endif |
| 12127 | #if compiler(>=5.3) && $TildeSendable |
| 12128 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12129 | public struct _ToolbarItemList : ~Swift.Sendable { |
| 12130 | } |
| 12131 | #else |
| 12132 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12133 | public struct _ToolbarItemList { |
| 12134 | } |
| 12135 | #endif |
| 12136 | #if compiler(>=5.3) && $TildeSendable |
| 12137 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12138 | @_functionBuilder public struct ToolbarContentBuilder : ~Swift.Sendable { |
| 12139 | #if compiler(>=5.3) && $InlineAlways |
| 12140 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ToolbarContent { |
| 12141 | content |
| 12142 | } |
| 12143 | #else |
| 12144 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ToolbarContent { |
| 12145 | content |
| 12146 | } |
| 12147 | #endif |
| 12148 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent |
| 12149 | |
| 12150 | #if compiler(>=5.3) && $InlineAlways |
| 12151 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.CustomizableToolbarContent { |
| 12152 | content |
| 12153 | } |
| 12154 | #else |
| 12155 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.CustomizableToolbarContent { |
| 12156 | content |
| 12157 | } |
| 12158 | #endif |
| 12159 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent |
| 12160 | |
| 12161 | } |
| 12162 | #else |
| 12163 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12164 | @_functionBuilder public struct ToolbarContentBuilder { |
| 12165 | #if compiler(>=5.3) && $InlineAlways |
| 12166 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ToolbarContent { |
| 12167 | content |
| 12168 | } |
| 12169 | #else |
| 12170 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ToolbarContent { |
| 12171 | content |
| 12172 | } |
| 12173 | #endif |
| 12174 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent |
| 12175 | |
| 12176 | #if compiler(>=5.3) && $InlineAlways |
| 12177 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.CustomizableToolbarContent { |
| 12178 | content |
| 12179 | } |
| 12180 | #else |
| 12181 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.CustomizableToolbarContent { |
| 12182 | content |
| 12183 | } |
| 12184 | #endif |
| 12185 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent |
| 12186 | |
| 12187 | } |
| 12188 | #endif |
| 12189 | extension SwiftUI.ToolbarContentBuilder { |
| 12190 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12191 | public static func buildIf<Content>(_ content: Content?) -> Content? where Content : SwiftUI.ToolbarContent |
| 9225 | get { .init() } |
| 9226 | } |
| 9227 | } |
| 9228 | @available(macOS 11.0, *) |
| 9229 | @available(iOS, unavailable) |
| 9230 | @available(tvOS, unavailable) |
| 12244 | get { .init() } |
| 12245 | } |
| 12246 | } |
| 12247 | #if compiler(>=5.3) && $TildeSendable |
| 12248 | @available(macOS 11.0, *) |
| 12249 | @available(iOS, unavailable) |
| 12250 | @available(tvOS, unavailable) |
| 12251 | @available(watchOS, unavailable) |
| 12252 | @available(visionOS, unavailable) |
| 12253 | public struct HiddenTitleBarWindowStyle : SwiftUI.WindowStyle, ~Swift.Sendable { |
| 12254 | public typealias _Body = Swift.Never |
| 12255 | public init() |
| 12256 | } |
| 12257 | #else |
| 12258 | @available(macOS 11.0, *) |
| 12259 | @available(iOS, unavailable) |
| 12260 | @available(tvOS, unavailable) |
| 9234 | public typealias _Body = Swift.Never |
| 9235 | public init() |
| 9236 | } |
| 9237 | @available(*, unavailable) |
| 9238 | extension SwiftUI.HiddenTitleBarWindowStyle : Swift.Sendable { |
| 9239 | } |
| 9240 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9241 | extension SwiftUI.LabelStyle where Self == SwiftUI.IconOnlyLabelStyle { |
| 9242 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var iconOnly: SwiftUI.IconOnlyLabelStyle { |
| 9243 | get { .init() } |
| 9244 | } |
| 9245 | } |
| 9246 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 9247 | public struct IconOnlyLabelStyle : SwiftUI.LabelStyle { |
| 9248 | public init() |
| 9249 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.IconOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 9250 | |
| 9251 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 9252 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18IconOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 9253 | } |
| 9254 | @available(*, unavailable) |
| 9255 | extension SwiftUI.IconOnlyLabelStyle : Swift.Sendable { |
| 9256 | } |
| 9257 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9258 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9259 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9260 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9261 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9262 | public protocol NavigationViewStyle { |
| 9263 | associatedtype _Body : SwiftUICore.View |
| 9264 | @SwiftUICore.ViewBuilder func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body |
| 9265 | associatedtype _Body2 : SwiftUICore.View = SwiftUICore.EmptyView |
| 9266 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9267 | @SwiftUICore.ViewBuilder func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body2 |
| 9268 | } |
| 9269 | extension SwiftUI.NavigationViewStyle { |
| 9270 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9271 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body2 |
| 9272 | } |
| 9273 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 9274 | public struct _NavigationViewStyleConfiguration { |
| 9275 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 9276 | @available(iOS 13.0, tvOS 13.0, watchOS 7.0, macOS 10.15, *) |
| 9277 | public typealias Body = Swift.Never |
| 9278 | } |
| 9279 | public let content: SwiftUI._NavigationViewStyleConfiguration.Content |
| 9280 | } |
| 9281 | @available(*, unavailable) |
| 9282 | extension SwiftUI._NavigationViewStyleConfiguration.Content : Swift.Sendable { |
| 9283 | } |
| 9284 | @available(*, unavailable) |
| 9285 | extension SwiftUI._NavigationViewStyleConfiguration : Swift.Sendable { |
| 9286 | } |
| 9287 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 9288 | extension SwiftUICore.View { |
| 9289 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12264 | public typealias _Body = Swift.Never |
| 12265 | public init() |
| 12266 | } |
| 12267 | #endif |
| 12268 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12269 | extension SwiftUICore.EnvironmentValues { |
| 12270 | public var accessibilityAssistiveAccessEnabled: Swift.Bool { |
| 12271 | get |
| 12272 | } |
| 12273 | } |
| 12274 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12275 | extension SwiftUICore.EnvironmentValues { |
| 12276 | public var accessibilityVoiceOverEnabled: Swift.Bool { |
| 12277 | get |
| 12278 | } |
| 12279 | public var accessibilitySwitchControlEnabled: Swift.Bool { |
| 12280 | get |
| 12281 | } |
| 12282 | } |
| 12283 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12284 | extension SwiftUI.LabelStyle where Self == SwiftUI.IconOnlyLabelStyle { |
| 12285 | @_alwaysEmitIntoClient nonisolated public static var iconOnly: SwiftUI.IconOnlyLabelStyle { |
| 12286 | get { .init() } |
| 12287 | } |
| 12288 | } |
| 12289 | #if compiler(>=5.3) && $TildeSendable |
| 12290 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12291 | nonisolated public struct IconOnlyLabelStyle : SwiftUI.LabelStyle, ~Swift.Sendable { |
| 12292 | nonisolated public init() |
| 12293 | nonisolated public func makeBody(configuration: SwiftUI.IconOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 12294 | |
| 12295 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 12296 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18IconOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 12297 | } |
| 12298 | #else |
| 12299 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 12300 | nonisolated public struct IconOnlyLabelStyle : SwiftUI.LabelStyle { |
| 12301 | nonisolated public init() |
| 12302 | nonisolated public func makeBody(configuration: SwiftUI.IconOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 12303 | |
| 12304 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 12305 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18IconOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 12306 | } |
| 12307 | #endif |
| 12308 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12309 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12310 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12311 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12312 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 12313 | public protocol NavigationViewStyle { |
| 12314 | associatedtype _Body : SwiftUICore.View |
| 12315 | @SwiftUICore.ContentBuilder func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body |
| 12316 | associatedtype _Body2 : SwiftUICore.View = SwiftUICore.EmptyView |
| 12317 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12318 | @SwiftUICore.ContentBuilder func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body2 |
| 12319 | } |
| 12320 | extension SwiftUI.NavigationViewStyle { |
| 12321 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12322 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> Self._Body2 |
| 12323 | } |
| 12324 | #if compiler(>=5.3) && $TildeSendable |
| 12325 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 12326 | public struct _NavigationViewStyleConfiguration : ~Swift.Sendable { |
| 12327 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 12328 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) |
| 12329 | public typealias Body = Swift.Never |
| 12330 | } |
| 12331 | public let content: SwiftUI._NavigationViewStyleConfiguration.Content |
| 12332 | } |
| 12333 | #else |
| 12334 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 12335 | public struct _NavigationViewStyleConfiguration { |
| 12336 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 12337 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) |
| 12338 | public typealias Body = Swift.Never |
| 12339 | } |
| 12340 | public let content: SwiftUI._NavigationViewStyleConfiguration.Content |
| 12341 | } |
| 12342 | #endif |
| 12343 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 12344 | extension SwiftUICore.View { |
| 12345 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 9300 | extension SwiftUI.Scene { |
| 9301 | nonisolated public func handlesExternalEvents(matching conditions: Swift.Set<Swift.String>) -> some SwiftUI.Scene |
| 9302 | |
| 9303 | } |
| 9304 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9305 | public struct AccessibilityTechnologies : Swift.SetAlgebra, Swift.Sendable { |
| 9306 | public static let voiceOver: SwiftUI.AccessibilityTechnologies |
| 9307 | public static let switchControl: SwiftUI.AccessibilityTechnologies |
| 9308 | public init() |
| 9309 | public func union(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 9310 | public mutating func formUnion(_ other: SwiftUI.AccessibilityTechnologies) |
| 9311 | public func intersection(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 9312 | public mutating func formIntersection(_ other: SwiftUI.AccessibilityTechnologies) |
| 9313 | public func symmetricDifference(_ other: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies |
| 9314 | public mutating func formSymmetricDifference(_ other: SwiftUI.AccessibilityTechnologies) |
| 9315 | public func contains(_ member: SwiftUI.AccessibilityTechnologies) -> Swift.Bool |
| 9316 | public mutating func insert(_ newMember: SwiftUI.AccessibilityTechnologies) -> (inserted: Swift.Bool, memberAfterInsert: SwiftUI.AccessibilityTechnologies) |
| 9317 | public mutating func remove(_ member: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies? |
| 9318 | public mutating func update(with newMember: SwiftUI.AccessibilityTechnologies) -> SwiftUI.AccessibilityTechnologies? |
| 9319 | public static func == (a: SwiftUI.AccessibilityTechnologies, b: SwiftUI.AccessibilityTechnologies) -> Swift.Bool |
| 9320 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 9321 | public typealias ArrayLiteralElement = SwiftUI.AccessibilityTechnologies |
| 9322 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 9323 | public typealias Element = SwiftUI.AccessibilityTechnologies |
| 9324 | } |
| 9325 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9326 | extension SwiftUI.AccessibilityTechnologies { |
| 9327 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV9voiceOverACvsZ") |
| 9328 | @usableFromInline |
| 9329 | internal func _setAccessibilityTechnologiesVoiceOver(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 9330 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV13switchControlACvsZ") |
| 9331 | @usableFromInline |
| 9332 | internal func _setAccessibilityTechnologiesSwitchControl(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 9333 | @_silgen_name("$s7SwiftUI25AccessibilityTechnologiesV18fullKeyboardAccessACvsZ") |
| 9334 | @usableFromInline |
| 9335 | internal func _setAccessibilityTechnologiesFullKeyboardAccess(_ voiceOver: SwiftUI.AccessibilityTechnologies) |
| 9336 | } |
| 9337 | extension SwiftUICore.View { |
| 9338 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12356 | extension SwiftUI.Scene { |
| 12357 | nonisolated public func handlesExternalEvents(matching conditions: Swift.Set<Swift.String>) -> some SwiftUI.Scene |
| 12358 | |
| 12359 | } |
| 12360 | extension SwiftUICore.View { |
| 12361 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 9352 | nonisolated public func persistentSystemOverlays(_ preferredVisibility: SwiftUICore.Visibility) -> some SwiftUI.Scene |
| 9353 | |
| 9354 | } |
| 9355 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9356 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9357 | @available(watchOS, unavailable) |
| 9358 | @available(tvOS, unavailable) |
| 9359 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9360 | public struct MagnificationGesture : SwiftUICore.Gesture { |
| 9361 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 9362 | public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 9363 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnificationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnificationGesture.Value> |
| 9364 | public typealias Value = CoreFoundation.CGFloat |
| 9365 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9366 | @available(tvOS, unavailable) |
| 9367 | @available(watchOS, unavailable) |
| 9368 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9369 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 9370 | public typealias Body = Swift.Never |
| 9371 | } |
| 9372 | @available(*, unavailable) |
| 9373 | extension SwiftUI.MagnificationGesture : Swift.Sendable { |
| 9374 | } |
| 9375 | @available(iOS 17.0, macOS 14.0, *) |
| 9376 | @available(watchOS, unavailable) |
| 9377 | @available(tvOS, unavailable) |
| 9378 | public struct MagnifyGesture : SwiftUICore.Gesture { |
| 9379 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 9380 | public var time: Foundation.Date |
| 9381 | public var magnification: CoreFoundation.CGFloat |
| 12375 | nonisolated public func persistentSystemOverlays(_ preferredVisibility: SwiftUICore.Visibility) -> some SwiftUI.Scene |
| 12376 | |
| 12377 | } |
| 12378 | #if compiler(>=5.3) && $TildeSendable |
| 12379 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12380 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12381 | @available(watchOS, unavailable) |
| 12382 | @available(tvOS, unavailable) |
| 12383 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12384 | nonisolated public struct MagnificationGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 12385 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 12386 | nonisolated public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 12387 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnificationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnificationGesture.Value> |
| 12388 | public typealias Value = CoreFoundation.CGFloat |
| 12389 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12390 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12391 | @available(tvOS, unavailable) |
| 12392 | @available(watchOS, unavailable) |
| 12393 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12394 | public typealias Body = Swift.Never |
| 12395 | } |
| 12396 | #else |
| 12397 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12398 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12399 | @available(watchOS, unavailable) |
| 12400 | @available(tvOS, unavailable) |
| 12401 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12402 | nonisolated public struct MagnificationGesture : SwiftUICore.Gesture { |
| 12403 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 12404 | nonisolated public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 12405 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnificationGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnificationGesture.Value> |
| 12406 | public typealias Value = CoreFoundation.CGFloat |
| 12407 | @available(macOS, introduced: 10.15, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12408 | @available(iOS, introduced: 13.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12409 | @available(tvOS, unavailable) |
| 12410 | @available(watchOS, unavailable) |
| 12411 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "MagnifyGesture") |
| 12412 | public typealias Body = Swift.Never |
| 12413 | } |
| 12414 | #endif |
| 12415 | #if compiler(>=5.3) && $TildeSendable |
| 12416 | @available(iOS 17.0, macOS 14.0, *) |
| 12417 | @available(watchOS, unavailable) |
| 12418 | @available(tvOS, unavailable) |
| 12419 | nonisolated public struct MagnifyGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 12420 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 12421 | public var time: Foundation.Date |
| 12422 | public var magnification: CoreFoundation.CGFloat |
| 9385 | public static func == (a: SwiftUI.MagnifyGesture.Value, b: SwiftUI.MagnifyGesture.Value) -> Swift.Bool |
| 9386 | } |
| 9387 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 9388 | public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 9389 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnifyGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnifyGesture.Value> |
| 9390 | @available(iOS 17.0, macOS 14.0, *) |
| 9391 | @available(tvOS, unavailable) |
| 9392 | @available(watchOS, unavailable) |
| 9393 | public typealias Body = Swift.Never |
| 9394 | } |
| 9395 | @available(*, unavailable) |
| 9396 | extension SwiftUI.MagnifyGesture : Swift.Sendable { |
| 9397 | } |
| 9398 | @available(iOS 13.0, macOS 10.15, tvOS 14.0, *) |
| 9399 | @available(watchOS, introduced: 6.0, deprecated: 7.0) |
| 9400 | extension SwiftUICore.View { |
| 9401 | nonisolated public func contextMenu<MenuItems>(@SwiftUICore.ViewBuilder menuItems: () -> MenuItems) -> some SwiftUICore.View where MenuItems : SwiftUICore.View |
| 9402 | |
| 9403 | } |
| 9404 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, *) |
| 9405 | @available(watchOS, unavailable) |
| 9406 | extension SwiftUICore.View { |
| 9407 | nonisolated public func contextMenu<M, P>(@SwiftUICore.ViewBuilder menuItems: () -> M, @SwiftUICore.ViewBuilder preview: () -> P) -> some SwiftUICore.View where M : SwiftUICore.View, P : SwiftUICore.View |
| 9408 | |
| 9409 | } |
| 9410 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12426 | public static func == (a: SwiftUI.MagnifyGesture.Value, b: SwiftUI.MagnifyGesture.Value) -> Swift.Bool |
| 12427 | } |
| 12428 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 12429 | nonisolated public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 12430 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnifyGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnifyGesture.Value> |
| 12431 | @available(macOS 14.0, iOS 17.0, *) |
| 12432 | @available(tvOS, unavailable) |
| 12433 | @available(watchOS, unavailable) |
| 12434 | public typealias Body = Swift.Never |
| 12435 | } |
| 12436 | #else |
| 12437 | @available(iOS 17.0, macOS 14.0, *) |
| 12438 | @available(watchOS, unavailable) |
| 12439 | @available(tvOS, unavailable) |
| 12440 | nonisolated public struct MagnifyGesture : SwiftUICore.Gesture { |
| 12441 | public struct Value : Swift.Equatable, Swift.Sendable { |
| 12442 | public var time: Foundation.Date |
| 12443 | public var magnification: CoreFoundation.CGFloat |
| 12444 | public var velocity: CoreFoundation.CGFloat |
| 12445 | public var startAnchor: SwiftUICore.UnitPoint |
| 12446 | public var startLocation: CoreFoundation.CGPoint |
| 12447 | public static func == (a: SwiftUI.MagnifyGesture.Value, b: SwiftUI.MagnifyGesture.Value) -> Swift.Bool |
| 12448 | } |
| 12449 | public var minimumScaleDelta: CoreFoundation.CGFloat |
| 12450 | nonisolated public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01) |
| 12451 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.MagnifyGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.MagnifyGesture.Value> |
| 12452 | @available(macOS 14.0, iOS 17.0, *) |
| 12453 | @available(tvOS, unavailable) |
| 12454 | @available(watchOS, unavailable) |
| 12455 | public typealias Body = Swift.Never |
| 12456 | } |
| 12457 | #endif |
| 12458 | @available(anyAppleOS 27.0, *) |
| 12459 | @available(tvOS, unavailable) |
| 12460 | @available(watchOS, unavailable) |
| 12461 | extension SwiftUI.MagnifyGesture { |
| 12462 | nonisolated public init(minimumScaleDelta: CoreFoundation.CGFloat = 0.01, inputKinds: SwiftUICore.GestureInputKinds = .all) |
| 12463 | } |
| 12464 | @available(iOS 13.0, macOS 10.15, tvOS 14.0, *) |
| 12465 | @available(watchOS, introduced: 6.0, deprecated: 7.0) |
| 12466 | extension SwiftUICore.View { |
| 12467 | nonisolated public func contextMenu<MenuItems>(@SwiftUICore.ContentBuilder menuItems: () -> MenuItems) -> some SwiftUICore.View where MenuItems : SwiftUICore.View |
| 12468 | |
| 12469 | } |
| 12470 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, *) |
| 12471 | @available(watchOS, unavailable) |
| 12472 | extension SwiftUICore.View { |
| 12473 | nonisolated public func contextMenu<M, P>(@SwiftUICore.ContentBuilder menuItems: () -> M, @SwiftUICore.ContentBuilder preview: () -> P) -> some SwiftUICore.View where M : SwiftUICore.View, P : SwiftUICore.View |
| 12474 | |
| 12475 | } |
| 12476 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 9416 | nonisolated public func contextMenu<MenuItems>(_ contextMenu: SwiftUI.ContextMenu<MenuItems>?) -> some SwiftUICore.View where MenuItems : SwiftUICore.View |
| 9417 | |
| 9418 | } |
| 9419 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 9420 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 9421 | @available(tvOS, unavailable) |
| 9422 | @available(watchOS, introduced: 6.0, deprecated: 7.0) |
| 9423 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 9424 | public struct ContextMenu<MenuItems> where MenuItems : SwiftUICore.View { |
| 9425 | public init(@SwiftUICore.ViewBuilder menuItems: () -> MenuItems) |
| 9426 | } |
| 9427 | @available(*, unavailable) |
| 9428 | extension SwiftUI.ContextMenu : Swift.Sendable { |
| 9429 | } |
| 9430 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9431 | extension SwiftUICore.View { |
| 9432 | nonisolated public func windowToolbarFullScreenVisibility(_ visibility: SwiftUI.WindowToolbarFullScreenVisibility) -> some SwiftUICore.View |
| 12482 | nonisolated public func contextMenu<MenuItems>(_ contextMenu: SwiftUI.ContextMenu<MenuItems>?) -> some SwiftUICore.View where MenuItems : SwiftUICore.View |
| 12483 | |
| 12484 | } |
| 12485 | #if compiler(>=5.3) && $TildeSendable |
| 12486 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12487 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12488 | @available(tvOS, unavailable) |
| 12489 | @available(watchOS, introduced: 6.0, deprecated: 7.0) |
| 12490 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12491 | public struct ContextMenu<MenuItems> : ~Swift.Sendable where MenuItems : SwiftUICore.View { |
| 12492 | public init(@SwiftUICore.ContentBuilder menuItems: () -> MenuItems) |
| 12493 | } |
| 12494 | #else |
| 12495 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12496 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12497 | @available(tvOS, unavailable) |
| 12498 | @available(watchOS, introduced: 6.0, deprecated: 7.0) |
| 12499 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use `contextMenu(menuItems:)` instead.") |
| 12500 | public struct ContextMenu<MenuItems> where MenuItems : SwiftUICore.View { |
| 12501 | public init(@SwiftUICore.ContentBuilder menuItems: () -> MenuItems) |
| 12502 | } |
| 12503 | #endif |
| 12504 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12505 | extension SwiftUICore.View { |
| 12506 | nonisolated public func windowToolbarFullScreenVisibility(_ visibility: SwiftUI.WindowToolbarFullScreenVisibility) -> some SwiftUICore.View |
| 9467 | public func onInsert(of acceptedTypeIdentifiers: [Swift.String], perform action: @escaping (Swift.Int, [Foundation.NSItemProvider]) -> Swift.Void) -> some SwiftUICore.DynamicViewContent |
| 9468 | |
| 9469 | } |
| 9470 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 9471 | @available(tvOS, unavailable) |
| 9472 | @available(watchOS, unavailable) |
| 9473 | public struct NewDocumentButton<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 9474 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 9475 | get |
| 9476 | } |
| 9477 | @available(iOS 18.0, visionOS 2.0, macOS 15.0, *) |
| 9478 | @available(tvOS, unavailable) |
| 9479 | @available(watchOS, unavailable) |
| 9480 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17NewDocumentButtonV4bodyQrvp", 0) __<Label> |
| 9481 | } |
| 9482 | @available(*, unavailable) |
| 9483 | extension SwiftUI.NewDocumentButton : Swift.Sendable { |
| 9484 | } |
| 9485 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 9486 | @available(tvOS, unavailable) |
| 9487 | @available(watchOS, unavailable) |
| 9488 | extension SwiftUI.NewDocumentButton where Label == SwiftUICore.Text { |
| 9489 | public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 9490 | public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 9491 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType? = nil) { |
| 9492 | self.init( |
| 9493 | Text(title), |
| 9494 | contentType: contentType |
| 9495 | ) |
| 9496 | } |
| 9497 | @_disfavoredOverload public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 9498 | public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 9499 | public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 9500 | @_disfavoredOverload @_alwaysEmitIntoClient public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument { |
| 9501 | self.init( |
| 9502 | Text(title), |
| 9503 | contentType: contentType, |
| 9504 | prepareDocument: prepareDocument |
| 9505 | ) |
| 9506 | } |
| 9507 | @_disfavoredOverload public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 9508 | public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 9509 | public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 9510 | @_disfavoredOverload @_alwaysEmitIntoClient public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument { |
| 9511 | self.init( |
| 9512 | Text(title), |
| 9513 | contentType: contentType, |
| 9514 | prepareDocument: prepareDocument |
| 9515 | ) |
| 9516 | } |
| 9517 | @_disfavoredOverload public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 9518 | public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 9519 | public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 9520 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) { |
| 9521 | self.init( |
| 9522 | Text(title), |
| 9523 | contentType: contentType, |
| 9524 | prepareDocumentURL: prepareDocumentURL |
| 9525 | ) |
| 9526 | } |
| 9527 | @_disfavoredOverload public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 9528 | } |
| 9529 | @available(*, unavailable) |
| 9530 | extension SwiftUI.DefaultDocumentGroupLaunchActions : Swift.Sendable { |
| 9531 | } |
| 9532 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9533 | public struct SubmitTriggers : Swift.OptionSet, Swift.Sendable { |
| 12541 | public func onInsert(of acceptedTypeIdentifiers: [Swift.String], perform action: @escaping (Swift.Int, [Foundation.NSItemProvider]) -> Swift.Void) -> some SwiftUICore.DynamicViewContent |
| 12542 | |
| 12543 | } |
| 12544 | #if compiler(>=5.3) && $TildeSendable |
| 12545 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 12546 | @available(tvOS, unavailable) |
| 12547 | @available(watchOS, unavailable) |
| 12548 | nonisolated public struct NewDocumentButton<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 12549 | nonisolated public var body: some SwiftUICore.View { |
| 12550 | get |
| 12551 | } |
| 12552 | @available(macOS 15.0, iOS 18.0, visionOS 2.0, *) |
| 12553 | @available(tvOS, unavailable) |
| 12554 | @available(watchOS, unavailable) |
| 12555 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17NewDocumentButtonV4bodyQrvp", 0) __<Label> |
| 12556 | } |
| 12557 | #else |
| 12558 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 12559 | @available(tvOS, unavailable) |
| 12560 | @available(watchOS, unavailable) |
| 12561 | nonisolated public struct NewDocumentButton<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 12562 | nonisolated public var body: some SwiftUICore.View { |
| 12563 | get |
| 12564 | } |
| 12565 | @available(macOS 15.0, iOS 18.0, visionOS 2.0, *) |
| 12566 | @available(tvOS, unavailable) |
| 12567 | @available(watchOS, unavailable) |
| 12568 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17NewDocumentButtonV4bodyQrvp", 0) __<Label> |
| 12569 | } |
| 12570 | #endif |
| 12571 | @available(*, unavailable) |
| 12572 | extension SwiftUI.NewDocumentButton : Swift.Sendable { |
| 12573 | } |
| 12574 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 12575 | @available(tvOS, unavailable) |
| 12576 | @available(watchOS, unavailable) |
| 12577 | @_Concurrency.MainActor @preconcurrency public struct DefaultNewDocumentButtonLabel : SwiftUICore.View { |
| 12578 | @_Concurrency.MainActor @preconcurrency public init() |
| 12579 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 12580 | get |
| 12581 | } |
| 12582 | @available(macOS 27.0, iOS 27.0, visionOS 27.0, *) |
| 12583 | @available(tvOS, unavailable) |
| 12584 | @available(watchOS, unavailable) |
| 12585 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29DefaultNewDocumentButtonLabelV4bodyQrvp", 0) __ |
| 12586 | } |
| 12587 | @available(*, unavailable) |
| 12588 | extension SwiftUI.DefaultNewDocumentButtonLabel : Swift.Sendable { |
| 12589 | } |
| 12590 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 12591 | @available(tvOS, unavailable) |
| 12592 | @available(watchOS, unavailable) |
| 12593 | extension SwiftUI.NewDocumentButton where Label == SwiftUICore.Text { |
| 12594 | nonisolated public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 12595 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 12596 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType? = nil) { |
| 12597 | self.init( |
| 12598 | Text(title), |
| 12599 | contentType: contentType |
| 12600 | ) |
| 12601 | } |
| 12602 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType? = nil) |
| 12603 | nonisolated public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 12604 | nonisolated public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 12605 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument { |
| 12606 | self.init( |
| 12607 | Text(title), |
| 12608 | contentType: contentType, |
| 12609 | prepareDocument: prepareDocument |
| 12610 | ) |
| 12611 | } |
| 12612 | @_disfavoredOverload nonisolated public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 12613 | nonisolated public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 12614 | nonisolated public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 12615 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument { |
| 12616 | self.init( |
| 12617 | Text(title), |
| 12618 | contentType: contentType, |
| 12619 | prepareDocument: prepareDocument |
| 12620 | ) |
| 12621 | } |
| 12622 | @_disfavoredOverload nonisolated public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.ReferenceFileDocument |
| 12623 | nonisolated public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 12624 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 12625 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) { |
| 12626 | self.init( |
| 12627 | Text(title), |
| 12628 | contentType: contentType, |
| 12629 | prepareDocumentURL: prepareDocumentURL |
| 12630 | ) |
| 12631 | } |
| 12632 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 12633 | } |
| 12634 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12635 | public struct SubmitTriggers : Swift.OptionSet, Swift.Sendable { |
| 9536 | public init(rawValue: SwiftUI.SubmitTriggers.RawValue) |
| 9537 | public static let text: SwiftUI.SubmitTriggers |
| 9538 | public static let search: SwiftUI.SubmitTriggers |
| 9539 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 9540 | public typealias ArrayLiteralElement = SwiftUI.SubmitTriggers |
| 9541 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 9542 | public typealias Element = SwiftUI.SubmitTriggers |
| 9543 | } |
| 9544 | extension SwiftUICore.View { |
| 12638 | public init(rawValue: SwiftUI.SubmitTriggers.RawValue) |
| 12639 | public static let text: SwiftUI.SubmitTriggers |
| 12640 | public static let search: SwiftUI.SubmitTriggers |
| 12641 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 12642 | public typealias ArrayLiteralElement = SwiftUI.SubmitTriggers |
| 12643 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 12644 | public typealias Element = SwiftUI.SubmitTriggers |
| 12645 | } |
| 12646 | extension SwiftUICore.View { |
| 9573 | nonisolated public func toolbarForegroundStyle<S>(_ style: S, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 9574 | |
| 9575 | } |
| 9576 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9577 | @usableFromInline |
| 9578 | internal struct ItemProviderTraitKey : SwiftUICore._ViewTraitKey { |
| 12675 | nonisolated public func toolbarForegroundStyle<S>(_ style: S, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 12676 | |
| 12677 | } |
| 12678 | #if compiler(>=5.3) && $TildeSendable |
| 12679 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12680 | @usableFromInline |
| 12681 | internal struct ItemProviderTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 12682 | @usableFromInline |
| 12683 | internal typealias Value = Swift.Optional<() -> Foundation.NSItemProvider?> |
| 12684 | @inlinable internal static var defaultValue: SwiftUI.ItemProviderTraitKey.Value { |
| 12685 | get { nil } |
| 12686 | } |
| 12687 | } |
| 12688 | #else |
| 12689 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12690 | @usableFromInline |
| 12691 | internal struct ItemProviderTraitKey : SwiftUICore._ViewTraitKey { |
| 9582 | get { nil } |
| 9583 | } |
| 9584 | } |
| 9585 | @available(*, unavailable) |
| 9586 | extension SwiftUI.ItemProviderTraitKey : Swift.Sendable { |
| 9587 | } |
| 9588 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9589 | extension SwiftUICore.View { |
| 9590 | @inlinable nonisolated public func itemProvider(_ action: Swift.Optional<() -> Foundation.NSItemProvider?>) -> some SwiftUICore.View { |
| 12695 | get { nil } |
| 12696 | } |
| 12697 | } |
| 12698 | #endif |
| 12699 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12700 | extension SwiftUICore.View { |
| 12701 | @inlinable nonisolated public func itemProvider(_ action: Swift.Optional<() -> Foundation.NSItemProvider?>) -> some SwiftUICore.View { |
| 9601 | get { .init() } |
| 9602 | } |
| 9603 | } |
| 9604 | @available(iOS 14.0, *) |
| 9605 | @available(macOS, unavailable) |
| 9606 | @available(tvOS, unavailable) |
| 12712 | get { .init() } |
| 12713 | } |
| 12714 | } |
| 12715 | #if compiler(>=5.3) && $TildeSendable |
| 12716 | @available(iOS 14.0, *) |
| 12717 | @available(macOS, unavailable) |
| 12718 | @available(tvOS, unavailable) |
| 12719 | @available(watchOS, unavailable) |
| 12720 | public struct InsetGroupedListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 12721 | public init() |
| 12722 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12723 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12724 | } |
| 12725 | #else |
| 12726 | @available(iOS 14.0, *) |
| 12727 | @available(macOS, unavailable) |
| 12728 | @available(tvOS, unavailable) |
| 9610 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9611 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9612 | } |
| 9613 | @available(*, unavailable) |
| 9614 | extension SwiftUI.InsetGroupedListStyle : Swift.Sendable { |
| 9615 | } |
| 9616 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 9617 | public struct _PlatformViewRepresentableLayoutOptions : Swift.OptionSet { |
| 9618 | public let rawValue: Swift.Int |
| 9619 | public init(rawValue: Swift.Int) |
| 9620 | @available(iOS 16.1, tvOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 9621 | public typealias ArrayLiteralElement = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 9622 | @available(iOS 16.1, tvOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 9623 | public typealias Element = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 9624 | @available(iOS 16.1, tvOS 16.1, watchOS 9.1, macOS 13.0, *) |
| 9625 | public typealias RawValue = Swift.Int |
| 9626 | } |
| 9627 | @available(*, unavailable) |
| 9628 | extension SwiftUI._PlatformViewRepresentableLayoutOptions : Swift.Sendable { |
| 9629 | } |
| 9630 | @available(visionOS 1.0, *) |
| 9631 | @available(iOS, unavailable) |
| 9632 | @available(macOS, unavailable) |
| 12732 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12733 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.InsetGroupedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12734 | } |
| 12735 | #endif |
| 12736 | extension SwiftUICore.DynamicViewContent { |
| 12737 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12738 | @available(tvOS, unavailable) |
| 12739 | nonisolated public func reorderable() -> some SwiftUICore.DynamicViewContent<Self.Data> |
| 12740 | |
| 12741 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12742 | @available(tvOS, unavailable) |
| 12743 | nonisolated public func reorderable(collectionID: some Hashable & Sendable) -> some SwiftUICore.DynamicViewContent<Self.Data> |
| 12744 | |
| 12745 | } |
| 12746 | extension SwiftUICore.View { |
| 12747 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12748 | @available(tvOS, unavailable) |
| 12749 | nonisolated public func reorderContainer<Item>(for item: Item.Type, isEnabled: Swift.Bool = true, move: @escaping (_ difference: SwiftUI.ReorderDifference<Item.ID, SwiftUI.ReorderableSingleCollectionIdentifier>) -> ()) -> some SwiftUICore.View where Item : Swift.Identifiable, Item.ID : Swift.Sendable |
| 12750 | |
| 12751 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12752 | @available(tvOS, unavailable) |
| 12753 | nonisolated public func reorderContainer<Item, CollectionID>(for item: Item.Type, in collectionID: CollectionID.Type, isEnabled: Swift.Bool = true, move: @escaping (_ difference: SwiftUI.ReorderDifference<Item.ID, CollectionID>) -> ()) -> some SwiftUICore.View where Item : Swift.Identifiable, CollectionID : Swift.Hashable, CollectionID : Swift.Sendable, Item.ID : Swift.Sendable |
| 12754 | |
| 12755 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12756 | @available(tvOS, unavailable) |
| 12757 | nonisolated public func reorderContainer<Item, ItemID>(for item: Item.Type, itemID: Swift.KeyPath<Item, ItemID>, isEnabled: Swift.Bool = true, move: @escaping (_ difference: SwiftUI.ReorderDifference<ItemID, SwiftUI.ReorderableSingleCollectionIdentifier>) -> ()) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable |
| 12758 | |
| 12759 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 12760 | @available(tvOS, unavailable) |
| 12761 | nonisolated public func reorderContainer<Item, ItemID, CollectionID>(for item: Item.Type, itemID: Swift.KeyPath<Item, ItemID>, in collectionID: CollectionID.Type, isEnabled: Swift.Bool = true, move: @escaping (_ difference: SwiftUI.ReorderDifference<ItemID, CollectionID>) -> ()) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable, CollectionID : Swift.Hashable, CollectionID : Swift.Sendable |
| 12762 | |
| 12763 | } |
| 12764 | @available(anyAppleOS 27.0, *) |
| 12765 | public struct ReorderableSingleCollectionIdentifier : Swift.Hashable, Swift.Sendable { |
| 12766 | public static func == (a: SwiftUI.ReorderableSingleCollectionIdentifier, b: SwiftUI.ReorderableSingleCollectionIdentifier) -> Swift.Bool |
| 12767 | public func hash(into hasher: inout Swift.Hasher) |
| 12768 | public var hashValue: Swift.Int { |
| 12769 | get |
| 12770 | } |
| 12771 | } |
| 12772 | @available(anyAppleOS 27.0, *) |
| 12773 | public struct ReorderDifference<ItemID, CollectionID> { |
| 12774 | public struct Destination { |
| 12775 | @frozen public enum Position { |
| 12776 | case before(ItemID) |
| 12777 | case end |
| 12778 | } |
| 12779 | public var collectionID: CollectionID |
| 12780 | public var position: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination.Position |
| 12781 | public init(position: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination.Position, collectionID: CollectionID) |
| 12782 | public init(position: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination.Position) where CollectionID == SwiftUI.ReorderableSingleCollectionIdentifier |
| 12783 | } |
| 12784 | public var sources: [ItemID] |
| 12785 | public var destination: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination |
| 12786 | } |
| 12787 | @available(anyAppleOS 27.0, *) |
| 12788 | extension SwiftUI.ReorderDifference.Destination.Position : Swift.Equatable where ItemID : Swift.Equatable { |
| 12789 | public static func == (a: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination.Position, b: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination.Position) -> Swift.Bool |
| 12790 | } |
| 12791 | @available(anyAppleOS 27.0, *) |
| 12792 | extension SwiftUI.ReorderDifference.Destination.Position : Swift.Hashable where ItemID : Swift.Hashable { |
| 12793 | public func hash(into hasher: inout Swift.Hasher) |
| 12794 | public var hashValue: Swift.Int { |
| 12795 | get |
| 12796 | } |
| 12797 | } |
| 12798 | @available(anyAppleOS 27.0, *) |
| 12799 | extension SwiftUI.ReorderDifference.Destination.Position : Swift.Sendable where ItemID : Swift.Sendable { |
| 12800 | } |
| 12801 | @available(anyAppleOS 27.0, *) |
| 12802 | extension SwiftUI.ReorderDifference.Destination : Swift.Equatable where ItemID : Swift.Equatable, CollectionID : Swift.Equatable { |
| 12803 | public static func == (a: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination, b: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination) -> Swift.Bool |
| 12804 | } |
| 12805 | @available(anyAppleOS 27.0, *) |
| 12806 | extension SwiftUI.ReorderDifference.Destination : Swift.Hashable where ItemID : Swift.Hashable, CollectionID : Swift.Hashable { |
| 12807 | public func hash(into hasher: inout Swift.Hasher) |
| 12808 | public var hashValue: Swift.Int { |
| 12809 | get |
| 12810 | } |
| 12811 | } |
| 12812 | @available(anyAppleOS 27.0, *) |
| 12813 | extension SwiftUI.ReorderDifference.Destination : Swift.Sendable where ItemID : Swift.Sendable, CollectionID : Swift.Sendable { |
| 12814 | } |
| 12815 | @available(anyAppleOS 27.0, *) |
| 12816 | extension SwiftUI.ReorderDifference : Swift.Equatable where ItemID : Swift.Equatable, CollectionID : Swift.Equatable { |
| 12817 | public static func == (a: SwiftUI.ReorderDifference<ItemID, CollectionID>, b: SwiftUI.ReorderDifference<ItemID, CollectionID>) -> Swift.Bool |
| 12818 | } |
| 12819 | @available(anyAppleOS 27.0, *) |
| 12820 | extension SwiftUI.ReorderDifference : Swift.Hashable where ItemID : Swift.Hashable, CollectionID : Swift.Hashable { |
| 12821 | public func hash(into hasher: inout Swift.Hasher) |
| 12822 | public var hashValue: Swift.Int { |
| 12823 | get |
| 12824 | } |
| 12825 | } |
| 12826 | @available(anyAppleOS 27.0, *) |
| 12827 | extension SwiftUI.ReorderDifference : Swift.Sendable where ItemID : Swift.Sendable, CollectionID : Swift.Sendable { |
| 12828 | } |
| 12829 | @available(tvOS, unavailable) |
| 12830 | @available(watchOS, unavailable) |
| 12831 | extension SwiftUI.DropSession { |
| 12832 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 12833 | @available(tvOS, unavailable) |
| 12834 | @available(watchOS, unavailable) |
| 12835 | nonisolated public func reorderDestination<Item, CollectionID>(for item: Item.Type, in collectionID: CollectionID.Type = ReorderableSingleCollectionIdentifier.self) -> SwiftUI.ReorderDifference<Item.ID, CollectionID>.Destination? where Item : Swift.Identifiable |
| 12836 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 12837 | @available(tvOS, unavailable) |
| 12838 | @available(watchOS, unavailable) |
| 12839 | nonisolated public func reorderDestination<Item, ItemID, CollectionID>(for item: Item.Type, itemID: Swift.KeyPath<Item, ItemID>, in collectionID: CollectionID.Type = ReorderableSingleCollectionIdentifier.self) -> SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination? |
| 12840 | } |
| 12841 | #if compiler(>=5.3) && $TildeSendable |
| 12842 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 12843 | public struct _PlatformViewRepresentableLayoutOptions : Swift.OptionSet, ~Swift.Sendable { |
| 12844 | public let rawValue: Swift.Int |
| 12845 | public init(rawValue: Swift.Int) |
| 12846 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12847 | public typealias ArrayLiteralElement = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 12848 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12849 | public typealias Element = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 12850 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12851 | public typealias RawValue = Swift.Int |
| 12852 | } |
| 12853 | #else |
| 12854 | @available(iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1, *) |
| 12855 | public struct _PlatformViewRepresentableLayoutOptions : Swift.OptionSet { |
| 12856 | public let rawValue: Swift.Int |
| 12857 | public init(rawValue: Swift.Int) |
| 12858 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12859 | public typealias ArrayLiteralElement = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 12860 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12861 | public typealias Element = SwiftUI._PlatformViewRepresentableLayoutOptions |
| 12862 | @available(macOS 13.0, iOS 16.1, tvOS 16.1, watchOS 9.1, *) |
| 12863 | public typealias RawValue = Swift.Int |
| 12864 | } |
| 12865 | #endif |
| 12866 | @available(visionOS 1.0, *) |
| 12867 | @available(iOS, unavailable) |
| 12868 | @available(macOS, unavailable) |
| 9636 | public static func scene(_ anchor: SwiftUICore.UnitPoint) -> SwiftUI.OrnamentAttachmentAnchor |
| 9637 | } |
| 9638 | extension SwiftUICore.View { |
| 9639 | @available(visionOS 26.4, *) |
| 9640 | @available(iOS, unavailable) |
| 9641 | @available(macOS, unavailable) |
| 12872 | public static func scene(_ anchor: SwiftUICore.UnitPoint) -> SwiftUI.OrnamentAttachmentAnchor |
| 12873 | } |
| 12874 | extension SwiftUICore.View { |
| 12875 | @available(visionOS 1.0, *) |
| 12876 | @available(iOS, unavailable) |
| 12877 | @available(macOS, unavailable) |
| 12878 | @available(watchOS, unavailable) |
| 12879 | @available(tvOS, unavailable) |
| 12880 | @usableFromInline |
| 12881 | @_disfavoredOverload nonisolated internal func ornament<Content>(visibility: SwiftUICore.Visibility = .automatic, attachmentAnchor: SwiftUI.OrnamentAttachmentAnchor, contentAlignment: SwiftUICore.Alignment = .center, @SwiftUICore.ViewBuilder ornament: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 12882 | |
| 12883 | @available(visionOS 26.4, *) |
| 12884 | @available(iOS, unavailable) |
| 12885 | @available(macOS, unavailable) |
| 9646 | |
| 9647 | } |
| 9648 | extension SwiftUICore.View { |
| 9649 | @available(iOS, unavailable) |
| 9650 | @available(macOS, unavailable) |
| 9651 | @available(watchOS, unavailable) |
| 9652 | @available(tvOS, unavailable) |
| 9653 | @available(visionOS, introduced: 1.0, deprecated: 26.4, message: "Use the modifier that takes an Alignment3D instead.") |
| 9654 | @_disfavoredOverload nonisolated public func ornament<Content>(visibility: SwiftUICore.Visibility = .automatic, attachmentAnchor: SwiftUI.OrnamentAttachmentAnchor, contentAlignment: SwiftUICore.Alignment = .center, @SwiftUICore.ViewBuilder ornament: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 9655 | |
| 9656 | @available(visionOS 1.0, *) |
| 9657 | @available(iOS, unavailable) |
| 9658 | @available(macOS, unavailable) |
| 9659 | @available(watchOS, unavailable) |
| 9660 | @available(tvOS, unavailable) |
| 9661 | @_alwaysEmitIntoClient nonisolated public func ornament<Content>(visibility: SwiftUICore.Visibility = .automatic, attachmentAnchor: SwiftUI.OrnamentAttachmentAnchor, contentAlignment: SwiftUICore.Alignment3D = .back, @SwiftUICore.ViewBuilder ornament: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View { |
| 9662 | if #available(visionOS 26.4, *) { |
| 9663 | return self.ornamentV264( |
| 9664 | visibility: visibility, attachmentAnchor: attachmentAnchor, |
| 12890 | |
| 12891 | } |
| 12892 | extension SwiftUICore.View { |
| 12893 | @available(visionOS 1.0, *) |
| 12894 | @available(iOS, unavailable) |
| 12895 | @available(macOS, unavailable) |
| 12896 | @available(watchOS, unavailable) |
| 12897 | @available(tvOS, unavailable) |
| 12898 | @_alwaysEmitIntoClient nonisolated public func ornament<Content>(visibility: SwiftUICore.Visibility = .automatic, attachmentAnchor: SwiftUI.OrnamentAttachmentAnchor, contentAlignment: SwiftUICore.Alignment3D = .back, @SwiftUICore.ContentBuilder ornament: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View { |
| 12899 | if #available(visionOS 26.4, *) { |
| 12900 | return self.ornamentV264( |
| 12901 | visibility: visibility, attachmentAnchor: attachmentAnchor, |
| 9689 | get |
| 9690 | } |
| 9691 | } |
| 9692 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9693 | public struct _TabContentBodyAdaptor<C> : SwiftUICore.View where C : SwiftUI.TabContent { |
| 9694 | @_Concurrency.MainActor @preconcurrency public var body: C.Body._IdentifiedView { |
| 9695 | get |
| 9696 | } |
| 9697 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9698 | public typealias Body = C.Body._IdentifiedView |
| 9699 | } |
| 9700 | @available(*, unavailable) |
| 9701 | extension SwiftUI._TabContentBodyAdaptor : Swift.Sendable { |
| 9702 | } |
| 9703 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9704 | @_functionBuilder public struct TabContentBuilder<TabValue> where TabValue : Swift.Hashable { |
| 9705 | public struct Content<C> : SwiftUICore.View where C : SwiftUI.TabContent { |
| 9706 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 9707 | get |
| 9708 | } |
| 9709 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9710 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17TabContentBuilderV0D0V4bodyQrvp", 0) __<TabValue, C> |
| 9711 | } |
| 9712 | @_alwaysEmitIntoClient public static func buildExpression(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 9713 | content |
| 9714 | } |
| 9715 | |
| 9716 | @_alwaysEmitIntoClient public static func buildBlock(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 9717 | content |
| 9718 | } |
| 9719 | |
| 9720 | @_alwaysEmitIntoClient public static func buildIf(_ content: (some TabContent<TabValue>)?) -> (some SwiftUI.TabContent<TabValue>)? { |
| 9721 | content |
| 9722 | } |
| 9723 | |
| 9724 | @_alwaysEmitIntoClient public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 9725 | .init(storage: .trueContent(first)) |
| 9726 | } |
| 9727 | @_alwaysEmitIntoClient public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 9728 | .init(storage: .falseContent(second)) |
| 9729 | } |
| 9730 | @_alwaysEmitIntoClient public static func buildLimitedAvailability<T>(_ content: T) -> SwiftUI.AnyTabContent<T.TabValue> where T : SwiftUI.TabContent { |
| 9731 | AnyTabContent(content) |
| 9732 | } |
| 9733 | } |
| 9734 | @available(*, unavailable) |
| 9735 | extension SwiftUI.TabContentBuilder : Swift.Sendable { |
| 9736 | } |
| 9737 | @available(*, unavailable) |
| 9738 | extension SwiftUI.TabContentBuilder.Content : Swift.Sendable { |
| 9739 | } |
| 9740 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9741 | extension SwiftUICore._ConditionalContent : SwiftUI.TabContent where TrueContent : SwiftUI.TabContent, FalseContent : SwiftUI.TabContent, TrueContent.TabValue == FalseContent.TabValue { |
| 9742 | public typealias TabValue = TrueContent.TabValue |
| 12926 | get |
| 12927 | } |
| 12928 | } |
| 12929 | #if compiler(>=5.3) && $TildeSendable |
| 12930 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12931 | nonisolated public struct _TabContentBodyAdaptor<C> : SwiftUICore.View, ~Swift.Sendable where C : SwiftUI.TabContent { |
| 12932 | nonisolated public var body: C.Body._IdentifiedView { |
| 12933 | get |
| 12934 | } |
| 12935 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12936 | public typealias Body = C.Body._IdentifiedView |
| 12937 | } |
| 12938 | #else |
| 12939 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12940 | nonisolated public struct _TabContentBodyAdaptor<C> : SwiftUICore.View where C : SwiftUI.TabContent { |
| 12941 | nonisolated public var body: C.Body._IdentifiedView { |
| 12942 | get |
| 12943 | } |
| 12944 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12945 | public typealias Body = C.Body._IdentifiedView |
| 12946 | } |
| 12947 | #endif |
| 12948 | #if compiler(>=5.3) && $TildeSendable |
| 12949 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12950 | @_functionBuilder public struct TabContentBuilder<TabValue> : ~Swift.Sendable where TabValue : Swift.Hashable { |
| 12951 | nonisolated public struct Content<C> : SwiftUICore.View, ~Swift.Sendable where C : SwiftUI.TabContent { |
| 12952 | nonisolated public var body: some SwiftUICore.View { |
| 12953 | get |
| 12954 | } |
| 12955 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12956 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17TabContentBuilderV0D0V4bodyQrvp", 0) __<TabValue, C> |
| 12957 | } |
| 12958 | #if compiler(>=5.3) && $InlineAlways |
| 12959 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 12960 | content |
| 12961 | } |
| 12962 | |
| 12963 | #else |
| 12964 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 12965 | content |
| 12966 | } |
| 12967 | |
| 12968 | #endif |
| 12969 | #if compiler(>=5.3) && $InlineAlways |
| 12970 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 12971 | content |
| 12972 | } |
| 12973 | |
| 12974 | #else |
| 12975 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 12976 | content |
| 12977 | } |
| 12978 | |
| 12979 | #endif |
| 12980 | #if compiler(>=5.3) && $InlineAlways |
| 12981 | @_alwaysEmitIntoClient @inline(always) public static func buildIf(_ content: (some TabContent<TabValue>)?) -> (some SwiftUI.TabContent<TabValue>)? { |
| 12982 | content |
| 12983 | } |
| 12984 | |
| 12985 | #else |
| 12986 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf(_ content: (some TabContent<TabValue>)?) -> (some SwiftUI.TabContent<TabValue>)? { |
| 12987 | content |
| 12988 | } |
| 12989 | |
| 12990 | #endif |
| 12991 | #if compiler(>=5.3) && $InlineAlways |
| 12992 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 12993 | .init(storage: .trueContent(first)) |
| 12994 | } |
| 12995 | #else |
| 12996 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 12997 | .init(storage: .trueContent(first)) |
| 12998 | } |
| 12999 | #endif |
| 13000 | #if compiler(>=5.3) && $InlineAlways |
| 13001 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13002 | .init(storage: .falseContent(second)) |
| 13003 | } |
| 13004 | #else |
| 13005 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13006 | .init(storage: .falseContent(second)) |
| 13007 | } |
| 13008 | #endif |
| 13009 | @_alwaysEmitIntoClient public static func buildLimitedAvailability<T>(_ content: T) -> SwiftUI.AnyTabContent<T.TabValue> where T : SwiftUI.TabContent { |
| 13010 | AnyTabContent(content) |
| 13011 | } |
| 13012 | } |
| 13013 | #else |
| 13014 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13015 | @_functionBuilder public struct TabContentBuilder<TabValue> where TabValue : Swift.Hashable { |
| 13016 | nonisolated public struct Content<C> : SwiftUICore.View where C : SwiftUI.TabContent { |
| 13017 | nonisolated public var body: some SwiftUICore.View { |
| 13018 | get |
| 13019 | } |
| 13020 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13021 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17TabContentBuilderV0D0V4bodyQrvp", 0) __<TabValue, C> |
| 13022 | } |
| 13023 | #if compiler(>=5.3) && $InlineAlways |
| 13024 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 13025 | content |
| 13026 | } |
| 13027 | |
| 13028 | #else |
| 13029 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 13030 | content |
| 13031 | } |
| 13032 | |
| 13033 | #endif |
| 13034 | #if compiler(>=5.3) && $InlineAlways |
| 13035 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 13036 | content |
| 13037 | } |
| 13038 | |
| 13039 | #else |
| 13040 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock(_ content: some TabContent<TabValue>) -> some SwiftUI.TabContent<TabValue> { |
| 13041 | content |
| 13042 | } |
| 13043 | |
| 13044 | #endif |
| 13045 | #if compiler(>=5.3) && $InlineAlways |
| 13046 | @_alwaysEmitIntoClient @inline(always) public static func buildIf(_ content: (some TabContent<TabValue>)?) -> (some SwiftUI.TabContent<TabValue>)? { |
| 13047 | content |
| 13048 | } |
| 13049 | |
| 13050 | #else |
| 13051 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf(_ content: (some TabContent<TabValue>)?) -> (some SwiftUI.TabContent<TabValue>)? { |
| 13052 | content |
| 13053 | } |
| 13054 | |
| 13055 | #endif |
| 13056 | #if compiler(>=5.3) && $InlineAlways |
| 13057 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13058 | .init(storage: .trueContent(first)) |
| 13059 | } |
| 13060 | #else |
| 13061 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13062 | .init(storage: .trueContent(first)) |
| 13063 | } |
| 13064 | #endif |
| 13065 | #if compiler(>=5.3) && $InlineAlways |
| 13066 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13067 | .init(storage: .falseContent(second)) |
| 13068 | } |
| 13069 | #else |
| 13070 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where TabValue == T.TabValue, T : SwiftUI.TabContent, F : SwiftUI.TabContent, T.TabValue == F.TabValue { |
| 13071 | .init(storage: .falseContent(second)) |
| 13072 | } |
| 13073 | #endif |
| 13074 | @_alwaysEmitIntoClient public static func buildLimitedAvailability<T>(_ content: T) -> SwiftUI.AnyTabContent<T.TabValue> where T : SwiftUI.TabContent { |
| 13075 | AnyTabContent(content) |
| 13076 | } |
| 13077 | } |
| 13078 | #endif |
| 13079 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13080 | extension SwiftUICore._ConditionalContent : SwiftUI.TabContent where TrueContent : SwiftUI.TabContent, FalseContent : SwiftUI.TabContent, TrueContent.TabValue == FalseContent.TabValue { |
| 13081 | public typealias TabValue = TrueContent.TabValue |
| 9749 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore._ConditionalContent<TrueContent, FalseContent> { |
| 9750 | get |
| 9751 | } |
| 9752 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9753 | public typealias _IdentifiedView = SwiftUICore._ConditionalContent<TrueContent._IdentifiedView, FalseContent._IdentifiedView> |
| 9754 | } |
| 9755 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13088 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore._ConditionalContent<TrueContent, FalseContent> { |
| 13089 | get |
| 13090 | } |
| 13091 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13092 | public typealias _IdentifiedView = SwiftUICore._ConditionalContent<TrueContent._IdentifiedView, FalseContent._IdentifiedView> |
| 13093 | } |
| 13094 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9764 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Optional<Wrapped> { |
| 9765 | get |
| 9766 | } |
| 9767 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9768 | public typealias _IdentifiedView = Wrapped._IdentifiedView? |
| 9769 | } |
| 9770 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13103 | @_Concurrency.MainActor @preconcurrency public var body: Swift.Optional<Wrapped> { |
| 13104 | get |
| 13105 | } |
| 13106 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13107 | public typealias _IdentifiedView = Wrapped._IdentifiedView? |
| 13108 | } |
| 13109 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9781 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore.ForEach<Data, ID, Content> { |
| 9782 | get |
| 9783 | } |
| 9784 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9785 | public typealias _IdentifiedView = SwiftUICore.ForEach<Data, ID, Content._IdentifiedView> |
| 9786 | } |
| 9787 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13120 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore.ForEach<Data, ID, Content> { |
| 13121 | get |
| 13122 | } |
| 13123 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13124 | public typealias _IdentifiedView = SwiftUICore.ForEach<Data, ID, Content._IdentifiedView> |
| 13125 | } |
| 13126 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9812 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore.Group<Content> { |
| 9813 | get |
| 9814 | } |
| 9815 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9816 | public typealias _IdentifiedView = Content._IdentifiedView |
| 9817 | } |
| 9818 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 9819 | @usableFromInline |
| 9820 | @frozen @_Concurrency.MainActor @preconcurrency internal struct _TupleTabContent<T, U> where T : Swift.Hashable { |
| 13151 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUICore.Group<Content> { |
| 13152 | get |
| 13153 | } |
| 13154 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13155 | public typealias _IdentifiedView = Content._IdentifiedView |
| 13156 | } |
| 13157 | #if compiler(>=5.3) && $TildeSendable |
| 13158 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13159 | @usableFromInline |
| 13160 | @frozen @_Concurrency.MainActor @preconcurrency internal struct _TupleTabContent<T, U> : ~Swift.Sendable where T : Swift.Hashable { |
| 13161 | @usableFromInline |
| 13162 | internal typealias TabValue = T |
| 13163 | @usableFromInline |
| 13164 | @_Concurrency.MainActor @preconcurrency internal let _identifiedView: SwiftUICore.TupleView<U> |
| 13165 | @inlinable @_Concurrency.MainActor @preconcurrency internal init(_ content: U) { _identifiedView = .init(content) } |
| 13166 | @usableFromInline |
| 13167 | @_Concurrency.MainActor @preconcurrency internal var body: SwiftUI._TupleTabContent<T, U> { |
| 13168 | get |
| 13169 | } |
| 13170 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13171 | @usableFromInline |
| 13172 | internal typealias Body = SwiftUI._TupleTabContent<T, U> |
| 13173 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13174 | @usableFromInline |
| 13175 | internal typealias _IdentifiedView = SwiftUICore.TupleView<U> |
| 13176 | } |
| 13177 | #else |
| 13178 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13179 | @usableFromInline |
| 13180 | @frozen @_Concurrency.MainActor @preconcurrency internal struct _TupleTabContent<T, U> where T : Swift.Hashable { |
| 9827 | @_Concurrency.MainActor @preconcurrency internal var body: SwiftUI._TupleTabContent<T, U> { |
| 9828 | get |
| 9829 | } |
| 9830 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9831 | @usableFromInline |
| 9832 | internal typealias Body = SwiftUI._TupleTabContent<T, U> |
| 9833 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 9834 | @usableFromInline |
| 9835 | internal typealias _IdentifiedView = SwiftUICore.TupleView<U> |
| 9836 | } |
| 9837 | @available(*, unavailable) |
| 9838 | extension SwiftUI._TupleTabContent : Swift.Sendable { |
| 9839 | } |
| 9840 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 9841 | @available(macOS, unavailable) |
| 13187 | @_Concurrency.MainActor @preconcurrency internal var body: SwiftUI._TupleTabContent<T, U> { |
| 13188 | get |
| 13189 | } |
| 13190 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13191 | @usableFromInline |
| 13192 | internal typealias Body = SwiftUI._TupleTabContent<T, U> |
| 13193 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13194 | @usableFromInline |
| 13195 | internal typealias _IdentifiedView = SwiftUICore.TupleView<U> |
| 13196 | } |
| 13197 | #endif |
| 13198 | @available(iOS 27.0, macOS 26.1, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 13199 | public struct ToolbarItemVisibilityPriority : Swift.Hashable, Swift.Sendable { |
| 13200 | public static let automatic: SwiftUI.ToolbarItemVisibilityPriority |
| 13201 | @available(iOS 27.0, macOS 26.1, *) |
| 13202 | @available(watchOS, unavailable) |
| 13203 | @available(tvOS, unavailable) |
| 13204 | @available(visionOS, unavailable) |
| 13205 | public static let low: SwiftUI.ToolbarItemVisibilityPriority |
| 13206 | @available(iOS 27.0, macOS 26.1, *) |
| 13207 | @available(watchOS, unavailable) |
| 13208 | @available(tvOS, unavailable) |
| 13209 | @available(visionOS, unavailable) |
| 13210 | public static let high: SwiftUI.ToolbarItemVisibilityPriority |
| 13211 | @available(iOS 27.0, macOS 27.0, *) |
| 13212 | @available(watchOS, unavailable) |
| 13213 | @available(tvOS, unavailable) |
| 13214 | @available(visionOS, unavailable) |
| 13215 | public init(lowerThan other: SwiftUI.ToolbarItemVisibilityPriority) |
| 13216 | @available(iOS 27.0, macOS 27.0, *) |
| 13217 | @available(watchOS, unavailable) |
| 13218 | @available(tvOS, unavailable) |
| 13219 | @available(visionOS, unavailable) |
| 13220 | public init(higherThan other: SwiftUI.ToolbarItemVisibilityPriority) |
| 13221 | public static func == (a: SwiftUI.ToolbarItemVisibilityPriority, b: SwiftUI.ToolbarItemVisibilityPriority) -> Swift.Bool |
| 13222 | public func hash(into hasher: inout Swift.Hasher) |
| 13223 | public var hashValue: Swift.Int { |
| 13224 | get |
| 13225 | } |
| 13226 | } |
| 13227 | @available(anyAppleOS 27.0, *) |
| 13228 | extension SwiftUI.ToolbarItemVisibilityPriority : Swift.Comparable { |
| 13229 | public static func < (lhs: SwiftUI.ToolbarItemVisibilityPriority, rhs: SwiftUI.ToolbarItemVisibilityPriority) -> Swift.Bool |
| 13230 | } |
| 13231 | @available(iOS 27.0, macOS 26.1, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 13232 | extension SwiftUI.ToolbarContent { |
| 13233 | @_Concurrency.MainActor @preconcurrency public func visibilityPriority(_ priority: SwiftUI.ToolbarItemVisibilityPriority) -> some SwiftUI.ToolbarContent |
| 13234 | |
| 13235 | } |
| 13236 | @available(iOS 27.0, macOS 26.1, watchOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 13237 | extension SwiftUI.CustomizableToolbarContent { |
| 13238 | public func visibilityPriority(_ priority: SwiftUI.ToolbarItemVisibilityPriority) -> some SwiftUI.CustomizableToolbarContent |
| 13239 | |
| 13240 | } |
| 13241 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 13242 | @available(macOS, unavailable) |
| 9847 | .init(indexDisplayMode: indexDisplayMode) |
| 9848 | } |
| 9849 | } |
| 9850 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 9851 | @available(macOS, unavailable) |
| 9852 | public struct PageTabViewStyle : SwiftUI.TabViewStyle { |
| 9853 | public struct IndexDisplayMode : Swift.Sendable { |
| 9854 | public static let automatic: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 9855 | @available(watchOS 8.0, *) |
| 9856 | public static let always: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 9857 | @available(watchOS 8.0, *) |
| 9858 | public static let never: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 9859 | } |
| 9860 | public init(indexDisplayMode: SwiftUI.PageTabViewStyle.IndexDisplayMode = .automatic) |
| 9861 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 9862 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 9863 | } |
| 9864 | @available(*, unavailable) |
| 9865 | extension SwiftUI.PageTabViewStyle : Swift.Sendable { |
| 9866 | } |
| 9867 | @available(iOS 17.0, macOS 14.0, *) |
| 9868 | @available(tvOS, unavailable) |
| 9869 | @available(watchOS, unavailable) |
| 13248 | .init(indexDisplayMode: indexDisplayMode) |
| 13249 | } |
| 13250 | } |
| 13251 | #if compiler(>=5.3) && $TildeSendable |
| 13252 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 13253 | @available(macOS, unavailable) |
| 13254 | nonisolated public struct PageTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 13255 | public struct IndexDisplayMode : Swift.Sendable { |
| 13256 | public static let automatic: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13257 | @available(watchOS 8.0, *) |
| 13258 | public static let always: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13259 | @available(watchOS 8.0, *) |
| 13260 | public static let never: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13261 | } |
| 13262 | nonisolated public init(indexDisplayMode: SwiftUI.PageTabViewStyle.IndexDisplayMode = .automatic) |
| 13263 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 13264 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 13265 | } |
| 13266 | #else |
| 13267 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 13268 | @available(macOS, unavailable) |
| 13269 | nonisolated public struct PageTabViewStyle : SwiftUI.TabViewStyle { |
| 13270 | public struct IndexDisplayMode : Swift.Sendable { |
| 13271 | public static let automatic: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13272 | @available(watchOS 8.0, *) |
| 13273 | public static let always: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13274 | @available(watchOS 8.0, *) |
| 13275 | public static let never: SwiftUI.PageTabViewStyle.IndexDisplayMode |
| 13276 | } |
| 13277 | nonisolated public init(indexDisplayMode: SwiftUI.PageTabViewStyle.IndexDisplayMode = .automatic) |
| 13278 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 13279 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.PageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 13280 | } |
| 13281 | #endif |
| 13282 | @available(iOS 17.0, macOS 14.0, *) |
| 13283 | @available(tvOS, unavailable) |
| 13284 | @available(watchOS, unavailable) |
| 9901 | set |
| 9902 | } |
| 9903 | } |
| 9904 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 9905 | public struct ContentMarginPlacement { |
| 9906 | public static var automatic: SwiftUI.ContentMarginPlacement { |
| 13316 | set |
| 13317 | } |
| 13318 | } |
| 13319 | #if compiler(>=5.3) && $TildeSendable |
| 13320 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 13321 | public struct ContentMarginPlacement : ~Swift.Sendable { |
| 13322 | public static var automatic: SwiftUI.ContentMarginPlacement { |
| 13323 | get |
| 13324 | } |
| 13325 | public static var scrollContent: SwiftUI.ContentMarginPlacement { |
| 13326 | get |
| 13327 | } |
| 13328 | public static var scrollIndicators: SwiftUI.ContentMarginPlacement { |
| 13329 | get |
| 13330 | } |
| 13331 | } |
| 13332 | #else |
| 13333 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 13334 | public struct ContentMarginPlacement { |
| 13335 | public static var automatic: SwiftUI.ContentMarginPlacement { |
| 9913 | get |
| 9914 | } |
| 9915 | } |
| 9916 | @available(*, unavailable) |
| 9917 | extension SwiftUI.ContentMarginPlacement : Swift.Sendable { |
| 9918 | } |
| 9919 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 9920 | @available(tvOS, unavailable) |
| 9921 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 9922 | @_Concurrency.MainActor @preconcurrency public init() |
| 9923 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 9924 | |
| 9925 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 9926 | @available(tvOS, unavailable) |
| 9927 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35AccessoryCircularCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 9928 | } |
| 9929 | @available(*, unavailable) |
| 9930 | extension SwiftUI.AccessoryCircularCapacityGaugeStyle : Swift.Sendable { |
| 9931 | } |
| 9932 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 9933 | @available(tvOS, unavailable) |
| 9934 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryCircularCapacityGaugeStyle { |
| 13342 | get |
| 13343 | } |
| 13344 | } |
| 13345 | #endif |
| 13346 | #if compiler(>=5.3) && $TildeSendable |
| 13347 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13348 | @available(tvOS, unavailable) |
| 13349 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularCapacityGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 13350 | @_Concurrency.MainActor @preconcurrency public init() |
| 13351 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 13352 | |
| 13353 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 13354 | @available(tvOS, unavailable) |
| 13355 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35AccessoryCircularCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 13356 | } |
| 13357 | #else |
| 13358 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13359 | @available(tvOS, unavailable) |
| 13360 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 13361 | @_Concurrency.MainActor @preconcurrency public init() |
| 13362 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 13363 | |
| 13364 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 13365 | @available(tvOS, unavailable) |
| 13366 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI35AccessoryCircularCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 13367 | } |
| 13368 | #endif |
| 13369 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13370 | @available(tvOS, unavailable) |
| 13371 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryCircularCapacityGaugeStyle { |
| 9939 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9940 | @preconcurrency @_Concurrency.MainActor public protocol ButtonStyle { |
| 9941 | associatedtype Body : SwiftUICore.View |
| 9942 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 9943 | typealias Configuration = SwiftUI.ButtonStyleConfiguration |
| 9944 | } |
| 9945 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9946 | public struct ButtonStyleConfiguration { |
| 9947 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 9948 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 9949 | public typealias Body = Swift.Never |
| 9950 | } |
| 9951 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 9952 | public let role: SwiftUI.ButtonRole? |
| 9953 | public let label: SwiftUI.ButtonStyleConfiguration.Label |
| 9954 | public let isPressed: Swift.Bool |
| 9955 | } |
| 9956 | @available(*, unavailable) |
| 9957 | extension SwiftUI.ButtonStyleConfiguration : Swift.Sendable { |
| 9958 | } |
| 9959 | @available(*, unavailable) |
| 9960 | extension SwiftUI.ButtonStyleConfiguration.Label : Swift.Sendable { |
| 9961 | } |
| 9962 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9963 | extension SwiftUICore.View { |
| 9964 | nonisolated public func buttonStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ButtonStyle |
| 13376 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13377 | @preconcurrency @_Concurrency.MainActor public protocol ButtonStyle { |
| 13378 | associatedtype Body : SwiftUICore.View |
| 13379 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 13380 | typealias Configuration = SwiftUI.ButtonStyleConfiguration |
| 13381 | } |
| 13382 | #if compiler(>=5.3) && $TildeSendable |
| 13383 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13384 | public struct ButtonStyleConfiguration : ~Swift.Sendable { |
| 13385 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 13386 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13387 | public typealias Body = Swift.Never |
| 13388 | } |
| 13389 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13390 | public let role: SwiftUI.ButtonRole? |
| 13391 | public let label: SwiftUI.ButtonStyleConfiguration.Label |
| 13392 | public let isPressed: Swift.Bool |
| 13393 | } |
| 13394 | #else |
| 13395 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13396 | public struct ButtonStyleConfiguration { |
| 13397 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 13398 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13399 | public typealias Body = Swift.Never |
| 13400 | } |
| 13401 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13402 | public let role: SwiftUI.ButtonRole? |
| 13403 | public let label: SwiftUI.ButtonStyleConfiguration.Label |
| 13404 | public let isPressed: Swift.Bool |
| 13405 | } |
| 13406 | #endif |
| 13407 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13408 | extension SwiftUICore.View { |
| 13409 | nonisolated public func buttonStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ButtonStyle |
| 9974 | get { .init() } |
| 9975 | } |
| 9976 | } |
| 9977 | @available(watchOS 7.0, *) |
| 9978 | @available(iOS, unavailable) |
| 9979 | @available(macOS, unavailable) |
| 9980 | @available(tvOS, unavailable) |
| 9981 | @available(visionOS, unavailable) |
| 9982 | public struct CircularGaugeStyle : SwiftUI.GaugeStyle { |
| 9983 | public init() |
| 9984 | public init(tint: SwiftUICore.Color) |
| 9985 | public init(tint: SwiftUICore.Gradient) |
| 9986 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 9987 | |
| 9988 | @available(watchOS 7.0, *) |
| 9989 | @available(iOS, unavailable) |
| 9990 | @available(tvOS, unavailable) |
| 9991 | @available(visionOS, unavailable) |
| 9992 | @available(macOS, unavailable) |
| 9993 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18CircularGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 9994 | } |
| 9995 | @available(*, unavailable) |
| 9996 | extension SwiftUI.CircularGaugeStyle : Swift.Sendable { |
| 9997 | } |
| 9998 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 9999 | public protocol TextFieldStyle { |
| 10000 | associatedtype _Body : SwiftUICore.View |
| 10001 | @SwiftUICore.ViewBuilder func _body(configuration: SwiftUI.TextField<Self._Label>) -> Self._Body |
| 10002 | typealias _Label = SwiftUI._TextFieldStyleLabel |
| 10003 | } |
| 10004 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10005 | public struct _TextFieldStyleLabel : SwiftUICore.View { |
| 10006 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10007 | public typealias Body = Swift.Never |
| 10008 | } |
| 10009 | @available(*, unavailable) |
| 10010 | extension SwiftUI._TextFieldStyleLabel : Swift.Sendable { |
| 10011 | } |
| 10012 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10013 | extension SwiftUICore.View { |
| 10014 | nonisolated public func textFieldStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.TextFieldStyle |
| 10015 | |
| 10016 | } |
| 10017 | @available(iOS 16.0, tvOS 16.0, *) |
| 10018 | @available(macOS, unavailable) |
| 10019 | @available(watchOS, unavailable) |
| 10020 | public struct UIHostingConfiguration<Content, Background> : UIKit.UIContentConfiguration where Content : SwiftUICore.View, Background : SwiftUICore.View { |
| 10021 | public func background<B>(@SwiftUICore.ViewBuilder content: () -> B) -> SwiftUI.UIHostingConfiguration<Content, B> where B : SwiftUICore.View |
| 10022 | public func background<S>(_ style: S) -> SwiftUI.UIHostingConfiguration<Content, SwiftUI._UIHostingConfigurationBackgroundView<S>> where S : SwiftUICore.ShapeStyle |
| 10023 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ length: CoreFoundation.CGFloat) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 10024 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ insets: SwiftUICore.EdgeInsets) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13419 | get { .init() } |
| 13420 | } |
| 13421 | } |
| 13422 | #if compiler(>=5.3) && $TildeSendable |
| 13423 | @available(watchOS 7.0, *) |
| 13424 | @available(iOS, unavailable) |
| 13425 | @available(macOS, unavailable) |
| 13426 | @available(tvOS, unavailable) |
| 13427 | @available(visionOS, unavailable) |
| 13428 | nonisolated public struct CircularGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 13429 | nonisolated public init() |
| 13430 | nonisolated public init(tint: SwiftUICore.Color) |
| 13431 | nonisolated public init(tint: SwiftUICore.Gradient) |
| 13432 | nonisolated public func makeBody(configuration: SwiftUI.CircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 13433 | |
| 13434 | @available(watchOS 7.0, *) |
| 13435 | @available(macOS, unavailable) |
| 13436 | @available(iOS, unavailable) |
| 13437 | @available(tvOS, unavailable) |
| 13438 | @available(visionOS, unavailable) |
| 13439 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18CircularGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 13440 | } |
| 13441 | #else |
| 13442 | @available(watchOS 7.0, *) |
| 13443 | @available(iOS, unavailable) |
| 13444 | @available(macOS, unavailable) |
| 13445 | @available(tvOS, unavailable) |
| 13446 | @available(visionOS, unavailable) |
| 13447 | nonisolated public struct CircularGaugeStyle : SwiftUI.GaugeStyle { |
| 13448 | nonisolated public init() |
| 13449 | nonisolated public init(tint: SwiftUICore.Color) |
| 13450 | nonisolated public init(tint: SwiftUICore.Gradient) |
| 13451 | nonisolated public func makeBody(configuration: SwiftUI.CircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 13452 | |
| 13453 | @available(watchOS 7.0, *) |
| 13454 | @available(macOS, unavailable) |
| 13455 | @available(iOS, unavailable) |
| 13456 | @available(tvOS, unavailable) |
| 13457 | @available(visionOS, unavailable) |
| 13458 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18CircularGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 13459 | } |
| 13460 | #endif |
| 13461 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13462 | public protocol TextFieldStyle { |
| 13463 | associatedtype _Body : SwiftUICore.View |
| 13464 | @SwiftUICore.ContentBuilder func _body(configuration: SwiftUI.TextField<Self._Label>) -> Self._Body |
| 13465 | typealias _Label = SwiftUI._TextFieldStyleLabel |
| 13466 | } |
| 13467 | #if compiler(>=5.3) && $TildeSendable |
| 13468 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13469 | nonisolated public struct _TextFieldStyleLabel : SwiftUICore.View, ~Swift.Sendable { |
| 13470 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13471 | public typealias Body = Swift.Never |
| 13472 | } |
| 13473 | #else |
| 13474 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13475 | nonisolated public struct _TextFieldStyleLabel : SwiftUICore.View { |
| 13476 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13477 | public typealias Body = Swift.Never |
| 13478 | } |
| 13479 | #endif |
| 13480 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13481 | extension SwiftUICore.View { |
| 13482 | nonisolated public func textFieldStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.TextFieldStyle |
| 13483 | |
| 13484 | } |
| 13485 | #if compiler(>=5.3) && $TildeSendable |
| 13486 | @available(iOS 16.0, tvOS 16.0, *) |
| 13487 | @available(macOS, unavailable) |
| 13488 | @available(watchOS, unavailable) |
| 13489 | public struct UIHostingConfiguration<Content, Background> : UIKit.UIContentConfiguration, ~Swift.Sendable where Content : SwiftUICore.View, Background : SwiftUICore.View { |
| 13490 | public func background<B>(@SwiftUICore.ContentBuilder content: () -> B) -> SwiftUI.UIHostingConfiguration<Content, B> where B : SwiftUICore.View |
| 13491 | public func background<S>(_ style: S) -> SwiftUI.UIHostingConfiguration<Content, SwiftUI._UIHostingConfigurationBackgroundView<S>> where S : SwiftUICore.ShapeStyle |
| 13492 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ length: CoreFoundation.CGFloat) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13493 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ insets: SwiftUICore.EdgeInsets) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 10028 | @_Concurrency.MainActor public func makeContentView() -> any UIKit.UIView & UIKit.UIContentView |
| 10029 | public func updated(for state: any UIKit.UIConfigurationState) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 10030 | } |
| 10031 | @available(*, unavailable) |
| 10032 | extension SwiftUI.UIHostingConfiguration : Swift.Sendable { |
| 10033 | } |
| 10034 | @available(iOS 16.0, tvOS 16.0, *) |
| 10035 | @available(macOS, unavailable) |
| 10036 | @available(watchOS, unavailable) |
| 10037 | extension SwiftUI.UIHostingConfiguration where Background == SwiftUICore.EmptyView { |
| 10038 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 10039 | } |
| 10040 | @available(iOS 16.0, tvOS 16.0, *) |
| 10041 | @available(macOS, unavailable) |
| 10042 | @available(watchOS, unavailable) |
| 10043 | public struct _UIHostingConfigurationBackgroundView<Style> : SwiftUICore.View where Style : SwiftUICore.ShapeStyle { |
| 10044 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 10045 | get |
| 10046 | } |
| 10047 | @available(iOS 16.0, tvOS 16.0, *) |
| 10048 | @available(watchOS, unavailable) |
| 10049 | @available(macOS, unavailable) |
| 10050 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_UIHostingConfigurationBackgroundViewV4bodyQrvp", 0) __<Style> |
| 10051 | } |
| 10052 | @available(*, unavailable) |
| 10053 | extension SwiftUI._UIHostingConfigurationBackgroundView : Swift.Sendable { |
| 10054 | } |
| 10055 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 10056 | @available(tvOS, unavailable) |
| 10057 | public struct SharePreview<Image, Icon> where Image : CoreTransferable.Transferable, Icon : CoreTransferable.Transferable { |
| 13497 | @_Concurrency.MainActor public func makeContentView() -> any UIKit.UIView & UIKit.UIContentView |
| 13498 | public func updated(for state: any UIKit.UIConfigurationState) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13499 | } |
| 13500 | #else |
| 13501 | @available(iOS 16.0, tvOS 16.0, *) |
| 13502 | @available(macOS, unavailable) |
| 13503 | @available(watchOS, unavailable) |
| 13504 | public struct UIHostingConfiguration<Content, Background> : UIKit.UIContentConfiguration where Content : SwiftUICore.View, Background : SwiftUICore.View { |
| 13505 | public func background<B>(@SwiftUICore.ContentBuilder content: () -> B) -> SwiftUI.UIHostingConfiguration<Content, B> where B : SwiftUICore.View |
| 13506 | public func background<S>(_ style: S) -> SwiftUI.UIHostingConfiguration<Content, SwiftUI._UIHostingConfigurationBackgroundView<S>> where S : SwiftUICore.ShapeStyle |
| 13507 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ length: CoreFoundation.CGFloat) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13508 | public func margins(_ edges: SwiftUICore.Edge.Set = .all, _ insets: SwiftUICore.EdgeInsets) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13509 | public func minSize(width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13510 | @available(*, deprecated, message: "Please pass one or more parameters.") |
| 13511 | @_alwaysEmitIntoClient public func minSize() -> SwiftUI.UIHostingConfiguration<Content, Background> { self } |
| 13512 | @_Concurrency.MainActor public func makeContentView() -> any UIKit.UIView & UIKit.UIContentView |
| 13513 | public func updated(for state: any UIKit.UIConfigurationState) -> SwiftUI.UIHostingConfiguration<Content, Background> |
| 13514 | } |
| 13515 | #endif |
| 13516 | @available(iOS 16.0, tvOS 16.0, *) |
| 13517 | @available(macOS, unavailable) |
| 13518 | @available(watchOS, unavailable) |
| 13519 | extension SwiftUI.UIHostingConfiguration where Background == SwiftUICore.EmptyView { |
| 13520 | public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 13521 | } |
| 13522 | #if compiler(>=5.3) && $TildeSendable |
| 13523 | @available(iOS 16.0, tvOS 16.0, *) |
| 13524 | @available(macOS, unavailable) |
| 13525 | @available(watchOS, unavailable) |
| 13526 | nonisolated public struct _UIHostingConfigurationBackgroundView<Style> : SwiftUICore.View, ~Swift.Sendable where Style : SwiftUICore.ShapeStyle { |
| 13527 | nonisolated public var body: some SwiftUICore.View { |
| 13528 | get |
| 13529 | } |
| 13530 | @available(iOS 16.0, tvOS 16.0, *) |
| 13531 | @available(macOS, unavailable) |
| 13532 | @available(watchOS, unavailable) |
| 13533 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_UIHostingConfigurationBackgroundViewV4bodyQrvp", 0) __<Style> |
| 13534 | } |
| 13535 | #else |
| 13536 | @available(iOS 16.0, tvOS 16.0, *) |
| 13537 | @available(macOS, unavailable) |
| 13538 | @available(watchOS, unavailable) |
| 13539 | nonisolated public struct _UIHostingConfigurationBackgroundView<Style> : SwiftUICore.View where Style : SwiftUICore.ShapeStyle { |
| 13540 | nonisolated public var body: some SwiftUICore.View { |
| 13541 | get |
| 13542 | } |
| 13543 | @available(iOS 16.0, tvOS 16.0, *) |
| 13544 | @available(macOS, unavailable) |
| 13545 | @available(watchOS, unavailable) |
| 13546 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_UIHostingConfigurationBackgroundViewV4bodyQrvp", 0) __<Style> |
| 13547 | } |
| 13548 | #endif |
| 13549 | #if compiler(>=5.3) && $TildeSendable |
| 13550 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13551 | @available(tvOS, unavailable) |
| 13552 | public struct SharePreview<Image, Icon> : ~Swift.Sendable where Image : CoreTransferable.Transferable, Icon : CoreTransferable.Transferable { |
| 13553 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Image, icon: Icon) |
| 13554 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, image: Image, icon: Icon) { |
| 13555 | self.init( |
| 13556 | Text(titleResource), |
| 13557 | image: image, |
| 13558 | icon: icon |
| 13559 | ) |
| 13560 | } |
| 13561 | @_disfavoredOverload public init<S>(_ title: S, image: Image, icon: Icon) where S : Swift.StringProtocol |
| 13562 | public init(_ title: SwiftUICore.Text, image: Image, icon: Icon) |
| 13563 | } |
| 13564 | #else |
| 13565 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13566 | @available(tvOS, unavailable) |
| 13567 | public struct SharePreview<Image, Icon> where Image : CoreTransferable.Transferable, Icon : CoreTransferable.Transferable { |
| 10066 | @_disfavoredOverload public init<S>(_ title: S, image: Image, icon: Icon) where S : Swift.StringProtocol |
| 10067 | public init(_ title: SwiftUICore.Text, image: Image, icon: Icon) |
| 10068 | } |
| 10069 | @available(*, unavailable) |
| 10070 | extension SwiftUI.SharePreview : Swift.Sendable { |
| 10071 | } |
| 10072 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 10073 | @available(tvOS, unavailable) |
| 10074 | extension SwiftUI.SharePreview where Image == Swift.Never { |
| 13576 | @_disfavoredOverload public init<S>(_ title: S, image: Image, icon: Icon) where S : Swift.StringProtocol |
| 13577 | public init(_ title: SwiftUICore.Text, image: Image, icon: Icon) |
| 13578 | } |
| 13579 | #endif |
| 13580 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 13581 | @available(tvOS, unavailable) |
| 13582 | extension SwiftUI.SharePreview where Image == Swift.Never { |
| 10107 | } |
| 10108 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10109 | extension SwiftUI.NavigationLink where Destination == Swift.Never { |
| 10110 | nonisolated public init<P>(value: P?, @SwiftUICore.ViewBuilder label: () -> Label) where P : Swift.Hashable |
| 10111 | nonisolated public init<P>(_ titleKey: SwiftUICore.LocalizedStringKey, value: P?) where Label == SwiftUICore.Text, P : Swift.Hashable |
| 10112 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<P>(_ titleResource: Foundation.LocalizedStringResource, value: P?) where Label == SwiftUICore.Text, P : Swift.Hashable { |
| 10113 | self.init(value: value) { |
| 10114 | Text(titleResource) |
| 10115 | } |
| 10116 | } |
| 10117 | @_disfavoredOverload nonisolated public init<S, P>(_ title: S, value: P?) where Label == SwiftUICore.Text, S : Swift.StringProtocol, P : Swift.Hashable |
| 10118 | nonisolated public init<P>(value: P?, @SwiftUICore.ViewBuilder label: () -> Label) where P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable |
| 10119 | nonisolated public init<P>(_ titleKey: SwiftUICore.LocalizedStringKey, value: P?) where Label == SwiftUICore.Text, P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable |
| 10120 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<P>(_ titleResource: Foundation.LocalizedStringResource, value: P?) where Label == SwiftUICore.Text, P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable { |
| 10121 | self.init(value: value) { |
| 13615 | } |
| 13616 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13617 | extension SwiftUI.NavigationLink where Destination == Swift.Never { |
| 13618 | nonisolated public init<P>(value: P?, @SwiftUICore.ContentBuilder label: () -> Label) where P : Swift.Hashable |
| 13619 | nonisolated public init<P>(_ titleKey: SwiftUICore.LocalizedStringKey, value: P?) where Label == SwiftUICore.Text, P : Swift.Hashable |
| 13620 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<P>(_ titleResource: Foundation.LocalizedStringResource, value: P?) where Label == SwiftUICore.Text, P : Swift.Hashable { |
| 13621 | self.init(value: value) { |
| 13622 | Text(titleResource) |
| 13623 | } |
| 13624 | } |
| 13625 | @_disfavoredOverload nonisolated public init<S, P>(_ title: S, value: P?) where Label == SwiftUICore.Text, S : Swift.StringProtocol, P : Swift.Hashable |
| 13626 | nonisolated public init<P>(value: P?, @SwiftUICore.ContentBuilder label: () -> Label) where P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable |
| 13627 | nonisolated public init<P>(_ titleKey: SwiftUICore.LocalizedStringKey, value: P?) where Label == SwiftUICore.Text, P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable |
| 13628 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<P>(_ titleResource: Foundation.LocalizedStringResource, value: P?) where Label == SwiftUICore.Text, P : Swift.Decodable, P : Swift.Encodable, P : Swift.Hashable { |
| 13629 | self.init(value: value) { |
| 10126 | } |
| 10127 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10128 | extension SwiftUICore.View { |
| 10129 | nonisolated public func alert<A>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 10130 | |
| 10131 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10132 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 10133 | alert(Text(titleResource), isPresented: isPresented, actions: actions) |
| 10134 | } |
| 10135 | |
| 10136 | @_disfavoredOverload nonisolated public func alert<S, A>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 10137 | |
| 10138 | nonisolated public func alert<A>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 10139 | |
| 10140 | } |
| 10141 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10142 | extension SwiftUICore.View { |
| 10143 | nonisolated public func alert<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 10144 | |
| 10145 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10146 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, M>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 10147 | alert( |
| 10148 | Text(titleResource), isPresented: isPresented, actions: actions, |
| 10149 | message: message) |
| 10150 | } |
| 10151 | |
| 10152 | @_disfavoredOverload nonisolated public func alert<S, A, M>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 10153 | |
| 10154 | nonisolated public func alert<A, M>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 10155 | |
| 10156 | } |
| 10157 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10158 | extension SwiftUICore.View { |
| 10159 | nonisolated public func alert<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 10160 | |
| 10161 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10162 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 10163 | alert( |
| 10164 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 10165 | actions: actions) |
| 10166 | } |
| 10167 | |
| 10168 | @_disfavoredOverload nonisolated public func alert<S, A, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 10169 | |
| 10170 | nonisolated public func alert<A, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 10171 | |
| 10172 | } |
| 10173 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10174 | extension SwiftUICore.View { |
| 10175 | nonisolated public func alert<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 10176 | |
| 10177 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10178 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 10179 | alert( |
| 10180 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 10181 | actions: actions, message: message) |
| 10182 | } |
| 10183 | |
| 10184 | @_disfavoredOverload nonisolated public func alert<S, A, M, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 10185 | |
| 10186 | nonisolated public func alert<A, M, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 10187 | |
| 10188 | } |
| 10189 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10190 | extension SwiftUICore.View { |
| 10191 | nonisolated public func alert<E, A>(isPresented: SwiftUICore.Binding<Swift.Bool>, error: E?, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where E : Foundation.LocalizedError, A : SwiftUICore.View |
| 10192 | |
| 10193 | nonisolated public func alert<E, A, M>(isPresented: SwiftUICore.Binding<Swift.Bool>, error: E?, @SwiftUICore.ViewBuilder actions: (E) -> A, @SwiftUICore.ViewBuilder message: (E) -> M) -> some SwiftUICore.View where E : Foundation.LocalizedError, A : SwiftUICore.View, M : SwiftUICore.View |
| 10194 | |
| 10195 | } |
| 10196 | extension SwiftUICore.View { |
| 10197 | @available(macOS 13.0, *) |
| 10198 | @available(iOS, unavailable) |
| 10199 | @available(tvOS, unavailable) |
| 10200 | @available(watchOS, unavailable) |
| 10201 | @available(visionOS, unavailable) |
| 10202 | nonisolated public func pasteDestination<T>(for payloadType: T.Type = T.self, action: @escaping ([T]) -> Swift.Void, validator: @escaping ([T]) -> [T] = { $0 }) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 10203 | |
| 10204 | @available(macOS 13.0, *) |
| 10205 | @available(iOS, unavailable) |
| 10206 | @available(tvOS, unavailable) |
| 10207 | @available(watchOS, unavailable) |
| 10208 | @available(visionOS, unavailable) |
| 10209 | nonisolated public func cuttable<T>(for payloadType: T.Type = T.self, action: @escaping () -> [T]) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 10210 | |
| 10211 | @available(macOS 13.0, *) |
| 10212 | @available(iOS, unavailable) |
| 10213 | @available(tvOS, unavailable) |
| 10214 | @available(watchOS, unavailable) |
| 10215 | @available(visionOS, unavailable) |
| 13634 | } |
| 13635 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13636 | extension SwiftUICore.View { |
| 13637 | nonisolated public func alert<A>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13638 | |
| 13639 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13640 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 13641 | alert(Text(titleResource), isPresented: isPresented, actions: actions) |
| 13642 | } |
| 13643 | |
| 13644 | @_disfavoredOverload nonisolated public func alert<S, A>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 13645 | |
| 13646 | nonisolated public func alert<A>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13647 | |
| 13648 | } |
| 13649 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13650 | extension SwiftUICore.View { |
| 13651 | nonisolated public func alert<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13652 | |
| 13653 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13654 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, M>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 13655 | alert( |
| 13656 | Text(titleResource), isPresented: isPresented, actions: actions, |
| 13657 | message: message) |
| 13658 | } |
| 13659 | |
| 13660 | @_disfavoredOverload nonisolated public func alert<S, A, M>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 13661 | |
| 13662 | nonisolated public func alert<A, M>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13663 | |
| 13664 | } |
| 13665 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13666 | extension SwiftUICore.View { |
| 13667 | nonisolated public func alert<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13668 | |
| 13669 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13670 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 13671 | alert( |
| 13672 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 13673 | actions: actions) |
| 13674 | } |
| 13675 | |
| 13676 | @_disfavoredOverload nonisolated public func alert<S, A, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 13677 | |
| 13678 | nonisolated public func alert<A, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13679 | |
| 13680 | @available(anyAppleOS 27.0, *) |
| 13681 | nonisolated public func alert<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13682 | |
| 13683 | @available(anyAppleOS 27.0, *) |
| 13684 | @_disfavoredOverload nonisolated public func alert<A, T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13685 | |
| 13686 | @available(anyAppleOS 27.0, *) |
| 13687 | @_disfavoredOverload nonisolated public func alert<S, A, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 13688 | |
| 13689 | @available(anyAppleOS 27.0, *) |
| 13690 | nonisolated public func alert<A, T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 13691 | |
| 13692 | } |
| 13693 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13694 | extension SwiftUICore.View { |
| 13695 | nonisolated public func alert<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13696 | |
| 13697 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13698 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func alert<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 13699 | alert( |
| 13700 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 13701 | actions: actions, message: message) |
| 13702 | } |
| 13703 | |
| 13704 | @_disfavoredOverload nonisolated public func alert<S, A, M, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 13705 | |
| 13706 | nonisolated public func alert<A, M, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13707 | |
| 13708 | @available(anyAppleOS 27.0, *) |
| 13709 | nonisolated public func alert<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13710 | |
| 13711 | @available(anyAppleOS 27.0, *) |
| 13712 | @_disfavoredOverload nonisolated public func alert<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 13713 | |
| 13714 | @available(anyAppleOS 27.0, *) |
| 13715 | @_disfavoredOverload nonisolated public func alert<S, A, M, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 13716 | |
| 13717 | } |
| 13718 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13719 | extension SwiftUICore.View { |
| 13720 | nonisolated public func alert<E, A>(isPresented: SwiftUICore.Binding<Swift.Bool>, error: E?, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where E : Foundation.LocalizedError, A : SwiftUICore.View |
| 13721 | |
| 13722 | nonisolated public func alert<E, A, M>(isPresented: SwiftUICore.Binding<Swift.Bool>, error: E?, @SwiftUICore.ContentBuilder actions: (E) -> A, @SwiftUICore.ContentBuilder message: (E) -> M) -> some SwiftUICore.View where E : Foundation.LocalizedError, A : SwiftUICore.View, M : SwiftUICore.View |
| 13723 | |
| 13724 | @available(anyAppleOS 27.0, *) |
| 13725 | nonisolated public func alert<E, A>(error: SwiftUICore.Binding<E?>, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where E : Swift.Error, A : SwiftUICore.View |
| 13726 | |
| 13727 | @available(anyAppleOS 27.0, *) |
| 13728 | nonisolated public func alert<E, A, M>(error: SwiftUICore.Binding<E?>, @SwiftUICore.ContentBuilder actions: (E) -> A, @SwiftUICore.ContentBuilder message: (E) -> M) -> some SwiftUICore.View where E : Swift.Error, A : SwiftUICore.View, M : SwiftUICore.View |
| 13729 | |
| 13730 | } |
| 13731 | extension SwiftUICore.View { |
| 13732 | @available(iOS 27.0, macOS 13.0, *) |
| 13733 | @available(tvOS, unavailable) |
| 13734 | @available(watchOS, unavailable) |
| 13735 | @available(visionOS, unavailable) |
| 13736 | nonisolated public func pasteDestination<T>(for payloadType: T.Type = T.self, action: @escaping ([T]) -> Swift.Void, validator: @escaping ([T]) -> [T] = { $0 }) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 13737 | |
| 13738 | @available(iOS 27.0, macOS 13.0, *) |
| 13739 | @available(tvOS, unavailable) |
| 13740 | @available(watchOS, unavailable) |
| 13741 | @available(visionOS, unavailable) |
| 13742 | nonisolated public func cuttable<T>(for payloadType: T.Type = T.self, action: @escaping () -> [T]) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 13743 | |
| 13744 | @available(iOS 27.0, macOS 13.0, *) |
| 13745 | @available(tvOS, unavailable) |
| 13746 | @available(watchOS, unavailable) |
| 13747 | @available(visionOS, unavailable) |
| 10227 | @available(visionOS, unavailable) |
| 10228 | nonisolated public func onCommand(_ selector: ObjectiveC.Selector, perform action: (() -> Swift.Void)?) -> some SwiftUICore.View |
| 10229 | |
| 10230 | @available(macOS 11.0, *) |
| 10231 | @available(iOS, unavailable) |
| 10232 | @available(tvOS, unavailable) |
| 10233 | @available(watchOS, unavailable) |
| 10234 | @available(visionOS, unavailable) |
| 10235 | nonisolated public func onPasteCommand(of supportedContentTypes: [UniformTypeIdentifiers.UTType], perform payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) -> some SwiftUICore.View |
| 10236 | |
| 10237 | @available(macOS 11.0, *) |
| 10238 | @available(iOS, unavailable) |
| 10239 | @available(tvOS, unavailable) |
| 10240 | @available(watchOS, unavailable) |
| 10241 | @available(visionOS, unavailable) |
| 10242 | nonisolated public func onPasteCommand<Payload>(of supportedContentTypes: [UniformTypeIdentifiers.UTType], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, perform payloadAction: @escaping (Payload) -> Swift.Void) -> some SwiftUICore.View |
| 10243 | |
| 10244 | @available(iOS, unavailable) |
| 10245 | @available(tvOS, unavailable) |
| 10246 | @available(watchOS, unavailable) |
| 10247 | @available(visionOS, unavailable) |
| 10248 | nonisolated public func onCopyCommand(perform payloadAction: (() -> [Foundation.NSItemProvider])?) -> some SwiftUICore.View |
| 10249 | |
| 10250 | @available(iOS, unavailable) |
| 10251 | @available(tvOS, unavailable) |
| 10252 | @available(watchOS, unavailable) |
| 10253 | @available(visionOS, unavailable) |
| 13759 | @available(visionOS, unavailable) |
| 13760 | nonisolated public func onCommand(_ selector: ObjectiveC.Selector, perform action: (() -> Swift.Void)?) -> some SwiftUICore.View |
| 13761 | |
| 13762 | @available(macOS 11.0, iOS 27.0, *) |
| 13763 | @available(tvOS, unavailable) |
| 13764 | @available(watchOS, unavailable) |
| 13765 | @available(visionOS, unavailable) |
| 13766 | nonisolated public func onPasteCommand(of supportedContentTypes: [UniformTypeIdentifiers.UTType], perform payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) -> some SwiftUICore.View |
| 13767 | |
| 13768 | @available(macOS 11.0, iOS 27.0, *) |
| 13769 | @available(tvOS, unavailable) |
| 13770 | @available(watchOS, unavailable) |
| 13771 | @available(visionOS, unavailable) |
| 13772 | nonisolated public func onPasteCommand<Payload>(of supportedContentTypes: [UniformTypeIdentifiers.UTType], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, perform payloadAction: @escaping (Payload) -> Swift.Void) -> some SwiftUICore.View |
| 13773 | |
| 13774 | @available(iOS 27.0, *) |
| 13775 | @available(tvOS, unavailable) |
| 13776 | @available(watchOS, unavailable) |
| 13777 | @available(visionOS, unavailable) |
| 13778 | nonisolated public func onCopyCommand(perform payloadAction: (() -> [Foundation.NSItemProvider])?) -> some SwiftUICore.View |
| 13779 | |
| 13780 | @available(iOS 27.0, *) |
| 13781 | @available(tvOS, unavailable) |
| 13782 | @available(watchOS, unavailable) |
| 13783 | @available(visionOS, unavailable) |
| 10267 | } |
| 10268 | extension SwiftUICore.View { |
| 10269 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10270 | nonisolated public func searchSuggestions<S>(@SwiftUICore.ViewBuilder _ suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 10271 | |
| 10272 | } |
| 10273 | extension SwiftUICore.View { |
| 10274 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10275 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10276 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10277 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10278 | nonisolated public func searchable<S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 10279 | |
| 10280 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10281 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10282 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10283 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10284 | nonisolated public func searchable<S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 10285 | |
| 10286 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10287 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10288 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10289 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 10290 | @_disfavoredOverload nonisolated public func searchable<V, S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder suggestions: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View, S : Swift.StringProtocol |
| 10291 | |
| 10292 | } |
| 10293 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 13797 | } |
| 13798 | extension SwiftUICore.View { |
| 13799 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13800 | nonisolated public func searchSuggestions<S>(@SwiftUICore.ContentBuilder _ suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 13801 | |
| 13802 | } |
| 13803 | extension SwiftUICore.View { |
| 13804 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13805 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13806 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13807 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13808 | nonisolated public func searchable<S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 13809 | |
| 13810 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13811 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13812 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13813 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13814 | nonisolated public func searchable<S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder suggestions: () -> S) -> some SwiftUICore.View where S : SwiftUICore.View |
| 13815 | |
| 13816 | @available(iOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13817 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13818 | @available(tvOS, introduced: 15.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13819 | @available(watchOS, introduced: 8.0, deprecated: 100000.0, message: "Use the searchable modifier with the searchSuggestions modifier") |
| 13820 | @_disfavoredOverload nonisolated public func searchable<V, S>(text: SwiftUICore.Binding<Swift.String>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder suggestions: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View, S : Swift.StringProtocol |
| 13821 | |
| 13822 | } |
| 13823 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 10296 | @available(macOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 10297 | @available(tvOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 10298 | @available(watchOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 10299 | nonisolated public func tabItem<V>(@SwiftUICore.ViewBuilder _ label: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 10300 | |
| 10301 | } |
| 10302 | @available(iOS 14.0, macOS 11.0, *) |
| 10303 | @available(tvOS, unavailable) |
| 10304 | @available(watchOS, unavailable) |
| 13826 | @available(macOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 13827 | @available(tvOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 13828 | @available(watchOS, deprecated: 100000.0, message: "Use `Tab(title:image:value:content:)` and related initializers instead") |
| 13829 | nonisolated public func tabItem<V>(@SwiftUICore.ContentBuilder _ label: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 13830 | |
| 13831 | } |
| 13832 | #if compiler(>=5.3) && $TildeSendable |
| 13833 | @available(iOS 14.0, macOS 11.0, *) |
| 13834 | @available(tvOS, unavailable) |
| 13835 | @available(watchOS, unavailable) |
| 13836 | @usableFromInline |
| 13837 | internal struct KeyboardShortcutPickerOptionTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 13838 | @inlinable internal static var defaultValue: SwiftUI.KeyboardShortcut? { |
| 13839 | get { nil } |
| 13840 | } |
| 13841 | @available(macOS 11.0, iOS 14.0, *) |
| 13842 | @usableFromInline |
| 13843 | @available(tvOS, unavailable) |
| 13844 | @available(watchOS, unavailable) |
| 13845 | internal typealias Value = SwiftUI.KeyboardShortcut? |
| 13846 | } |
| 13847 | #else |
| 13848 | @available(iOS 14.0, macOS 11.0, *) |
| 13849 | @available(tvOS, unavailable) |
| 13850 | @available(watchOS, unavailable) |
| 10307 | @inlinable internal static var defaultValue: SwiftUI.KeyboardShortcut? { |
| 10308 | get { nil } |
| 10309 | } |
| 10310 | @available(iOS 14.0, macOS 11.0, *) |
| 10311 | @usableFromInline |
| 10312 | @available(tvOS, unavailable) |
| 10313 | @available(watchOS, unavailable) |
| 10314 | internal typealias Value = SwiftUI.KeyboardShortcut? |
| 10315 | } |
| 10316 | @available(*, unavailable) |
| 10317 | extension SwiftUI.KeyboardShortcutPickerOptionTraitKey : Swift.Sendable { |
| 10318 | } |
| 10319 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10320 | @usableFromInline |
| 10321 | internal struct OnMoveTraitKey : SwiftUICore._ViewTraitKey { |
| 10322 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> { |
| 10323 | get { nil } |
| 10324 | } |
| 10325 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10326 | @usableFromInline |
| 10327 | internal typealias Value = Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> |
| 10328 | } |
| 10329 | @available(*, unavailable) |
| 10330 | extension SwiftUI.OnMoveTraitKey : Swift.Sendable { |
| 10331 | } |
| 10332 | @available(iOS 15.0, *) |
| 10333 | @available(macOS, unavailable) |
| 10334 | @available(watchOS, unavailable) |
| 13853 | @inlinable internal static var defaultValue: SwiftUI.KeyboardShortcut? { |
| 13854 | get { nil } |
| 13855 | } |
| 13856 | @available(macOS 11.0, iOS 14.0, *) |
| 13857 | @usableFromInline |
| 13858 | @available(tvOS, unavailable) |
| 13859 | @available(watchOS, unavailable) |
| 13860 | internal typealias Value = SwiftUI.KeyboardShortcut? |
| 13861 | } |
| 13862 | #endif |
| 13863 | #if compiler(>=5.3) && $TildeSendable |
| 13864 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13865 | @usableFromInline |
| 13866 | internal struct OnMoveTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 13867 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> { |
| 13868 | get { nil } |
| 13869 | } |
| 13870 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13871 | @usableFromInline |
| 13872 | internal typealias Value = Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> |
| 13873 | } |
| 13874 | #else |
| 13875 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13876 | @usableFromInline |
| 13877 | internal struct OnMoveTraitKey : SwiftUICore._ViewTraitKey { |
| 13878 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> { |
| 13879 | get { nil } |
| 13880 | } |
| 13881 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13882 | @usableFromInline |
| 13883 | internal typealias Value = Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void> |
| 13884 | } |
| 13885 | #endif |
| 13886 | #if compiler(>=5.3) && $TildeSendable |
| 13887 | @available(iOS 15.0, *) |
| 13888 | @available(macOS, unavailable) |
| 13889 | @available(watchOS, unavailable) |
| 13890 | @available(tvOS, unavailable) |
| 13891 | @usableFromInline |
| 13892 | internal struct OnMoveClipBackgroundTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 13893 | @inlinable internal static var defaultValue: Swift.Bool { |
| 13894 | get { false } |
| 13895 | } |
| 13896 | @available(iOS 15.0, *) |
| 13897 | @usableFromInline |
| 13898 | @available(macOS, unavailable) |
| 13899 | @available(tvOS, unavailable) |
| 13900 | @available(watchOS, unavailable) |
| 13901 | internal typealias Value = Swift.Bool |
| 13902 | } |
| 13903 | #else |
| 13904 | @available(iOS 15.0, *) |
| 13905 | @available(macOS, unavailable) |
| 13906 | @available(watchOS, unavailable) |
| 10340 | } |
| 10341 | @available(iOS 15.0, *) |
| 10342 | @usableFromInline |
| 10343 | @available(tvOS, unavailable) |
| 10344 | @available(watchOS, unavailable) |
| 10345 | @available(macOS, unavailable) |
| 10346 | internal typealias Value = Swift.Bool |
| 10347 | } |
| 10348 | @available(*, unavailable) |
| 10349 | extension SwiftUI.OnMoveClipBackgroundTraitKey : Swift.Sendable { |
| 10350 | } |
| 10351 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10352 | extension SwiftUICore.DynamicViewContent { |
| 10353 | @inlinable nonisolated public func onMove(perform action: Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void>) -> some SwiftUICore.DynamicViewContent { |
| 10354 | modifier(_TraitWritingModifier<OnMoveTraitKey>(value: action)) |
| 10355 | } |
| 10356 | |
| 10357 | } |
| 10358 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10359 | @usableFromInline |
| 10360 | internal struct IsMoveDisabledTraitKey : SwiftUICore._ViewTraitKey { |
| 10361 | @inlinable internal static var defaultValue: Swift.Bool { |
| 10362 | get { false } |
| 10363 | } |
| 10364 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10365 | @usableFromInline |
| 10366 | internal typealias Value = Swift.Bool |
| 10367 | } |
| 10368 | @available(*, unavailable) |
| 10369 | extension SwiftUI.IsMoveDisabledTraitKey : Swift.Sendable { |
| 10370 | } |
| 10371 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10372 | extension SwiftUICore.View { |
| 10373 | @inlinable nonisolated public func moveDisabled(_ isDisabled: Swift.Bool) -> some SwiftUICore.View { |
| 13912 | } |
| 13913 | @available(iOS 15.0, *) |
| 13914 | @usableFromInline |
| 13915 | @available(macOS, unavailable) |
| 13916 | @available(tvOS, unavailable) |
| 13917 | @available(watchOS, unavailable) |
| 13918 | internal typealias Value = Swift.Bool |
| 13919 | } |
| 13920 | #endif |
| 13921 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13922 | extension SwiftUICore.DynamicViewContent { |
| 13923 | @inlinable nonisolated public func onMove(perform action: Swift.Optional<(Foundation.IndexSet, Swift.Int) -> Swift.Void>) -> some SwiftUICore.DynamicViewContent { |
| 13924 | modifier(_TraitWritingModifier<OnMoveTraitKey>(value: action)) |
| 13925 | } |
| 13926 | |
| 13927 | } |
| 13928 | #if compiler(>=5.3) && $TildeSendable |
| 13929 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13930 | @usableFromInline |
| 13931 | internal struct IsMoveDisabledTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 13932 | @inlinable internal static var defaultValue: Swift.Bool { |
| 13933 | get { false } |
| 13934 | } |
| 13935 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13936 | @usableFromInline |
| 13937 | internal typealias Value = Swift.Bool |
| 13938 | } |
| 13939 | #else |
| 13940 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13941 | @usableFromInline |
| 13942 | internal struct IsMoveDisabledTraitKey : SwiftUICore._ViewTraitKey { |
| 13943 | @inlinable internal static var defaultValue: Swift.Bool { |
| 13944 | get { false } |
| 13945 | } |
| 13946 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 13947 | @usableFromInline |
| 13948 | internal typealias Value = Swift.Bool |
| 13949 | } |
| 13950 | #endif |
| 13951 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13952 | extension SwiftUICore.View { |
| 13953 | @inlinable nonisolated public func moveDisabled(_ isDisabled: Swift.Bool) -> some SwiftUICore.View { |
| 10394 | get { .init() } |
| 10395 | } |
| 10396 | } |
| 10397 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10398 | public struct DefaultPickerStyle : SwiftUI.PickerStyle { |
| 10399 | public init() |
| 10400 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 10401 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 10402 | } |
| 10403 | @available(*, unavailable) |
| 10404 | extension SwiftUI.DefaultPickerStyle : Swift.Sendable { |
| 10405 | } |
| 10406 | @available(macOS 26.0, visionOS 1.0, *) |
| 10407 | @available(iOS, unavailable) |
| 13974 | get { .init() } |
| 13975 | } |
| 13976 | } |
| 13977 | #if compiler(>=5.3) && $TildeSendable |
| 13978 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13979 | public struct DefaultPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 13980 | public init() |
| 13981 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 13982 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 13983 | } |
| 13984 | #else |
| 13985 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13986 | public struct DefaultPickerStyle : SwiftUI.PickerStyle { |
| 13987 | public init() |
| 13988 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 13989 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.DefaultPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 13990 | } |
| 13991 | #endif |
| 13992 | @available(anyAppleOS 27.0, *) |
| 13993 | extension SwiftUICore.View { |
| 13994 | nonisolated public func toolbarMinimizeBehavior(_ behavior: SwiftUI.ToolbarMinimizeBehavior, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View |
| 13995 | |
| 13996 | nonisolated public func toolbarMinimizationSafeAreaAdjustment(_ adjustment: SwiftUI.ToolbarMinimizationSafeAreaAdjustment, for bars: SwiftUI.ToolbarPlacement...) -> some SwiftUICore.View |
| 13997 | |
| 13998 | } |
| 13999 | @available(anyAppleOS 27.0, *) |
| 14000 | public struct ToolbarMinimizeBehavior : Swift.Hashable, Swift.Sendable { |
| 14001 | public static var automatic: SwiftUI.ToolbarMinimizeBehavior { |
| 14002 | get |
| 14003 | } |
| 14004 | @available(macOS, unavailable) |
| 14005 | @available(tvOS, unavailable) |
| 14006 | @available(watchOS, unavailable) |
| 14007 | @available(visionOS, unavailable) |
| 14008 | public static let onScrollDown: SwiftUI.ToolbarMinimizeBehavior |
| 14009 | @available(macOS, unavailable) |
| 14010 | @available(tvOS, unavailable) |
| 14011 | @available(watchOS, unavailable) |
| 14012 | @available(visionOS, unavailable) |
| 14013 | public static let onScrollUp: SwiftUI.ToolbarMinimizeBehavior |
| 14014 | @available(macOS, unavailable) |
| 14015 | @available(tvOS, unavailable) |
| 14016 | @available(watchOS, unavailable) |
| 14017 | @available(visionOS, unavailable) |
| 14018 | public static let never: SwiftUI.ToolbarMinimizeBehavior |
| 14019 | public static func == (a: SwiftUI.ToolbarMinimizeBehavior, b: SwiftUI.ToolbarMinimizeBehavior) -> Swift.Bool |
| 14020 | public func hash(into hasher: inout Swift.Hasher) |
| 14021 | public var hashValue: Swift.Int { |
| 14022 | get |
| 14023 | } |
| 14024 | } |
| 14025 | @available(anyAppleOS 27.0, *) |
| 14026 | public struct ToolbarMinimizationSafeAreaAdjustment : Swift.Hashable, Swift.Sendable { |
| 14027 | public static let automatic: SwiftUI.ToolbarMinimizationSafeAreaAdjustment |
| 14028 | @available(macOS, unavailable) |
| 14029 | @available(tvOS, unavailable) |
| 14030 | @available(watchOS, unavailable) |
| 14031 | @available(visionOS, unavailable) |
| 14032 | public static let enabled: SwiftUI.ToolbarMinimizationSafeAreaAdjustment |
| 14033 | @available(macOS, unavailable) |
| 14034 | @available(tvOS, unavailable) |
| 14035 | @available(watchOS, unavailable) |
| 14036 | @available(visionOS, unavailable) |
| 14037 | public static let disabled: SwiftUI.ToolbarMinimizationSafeAreaAdjustment |
| 14038 | public static func == (a: SwiftUI.ToolbarMinimizationSafeAreaAdjustment, b: SwiftUI.ToolbarMinimizationSafeAreaAdjustment) -> Swift.Bool |
| 14039 | public func hash(into hasher: inout Swift.Hasher) |
| 14040 | public var hashValue: Swift.Int { |
| 14041 | get |
| 14042 | } |
| 14043 | } |
| 14044 | @available(macOS 26.0, visionOS 1.0, *) |
| 14045 | @available(iOS, unavailable) |
| 10423 | public protocol PresentationSizing { |
| 10424 | func proposedSize(for root: SwiftUI.PresentationSizingRoot, context: SwiftUI.PresentationSizingContext) -> SwiftUICore.ProposedViewSize |
| 10425 | } |
| 10426 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 10427 | public struct PresentationSizingRoot { |
| 10428 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 10429 | } |
| 10430 | @available(*, unavailable) |
| 10431 | extension SwiftUI.PresentationSizingRoot : Swift.Sendable { |
| 10432 | } |
| 10433 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 10434 | public struct PresentationSizingContext { |
| 10435 | } |
| 10436 | extension SwiftUI.PresentationSizing { |
| 10437 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 10438 | public func sticky(horizontal: Swift.Bool = false, vertical: Swift.Bool = false) -> some SwiftUI.PresentationSizing |
| 14061 | public protocol PresentationSizing { |
| 14062 | func proposedSize(for root: SwiftUI.PresentationSizingRoot, context: SwiftUI.PresentationSizingContext) -> SwiftUICore.ProposedViewSize |
| 14063 | } |
| 14064 | #if compiler(>=5.3) && $TildeSendable |
| 14065 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14066 | public struct PresentationSizingRoot : ~Swift.Sendable { |
| 14067 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 14068 | } |
| 14069 | #else |
| 14070 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14071 | public struct PresentationSizingRoot { |
| 14072 | public func sizeThatFits(_ proposal: SwiftUICore.ProposedViewSize) -> CoreFoundation.CGSize |
| 14073 | } |
| 14074 | #endif |
| 14075 | #if compiler(>=5.3) && $TildeSendable |
| 14076 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14077 | public struct PresentationSizingContext : ~Swift.Sendable { |
| 14078 | } |
| 14079 | #else |
| 14080 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14081 | public struct PresentationSizingContext { |
| 14082 | } |
| 14083 | #endif |
| 14084 | extension SwiftUI.PresentationSizing { |
| 14085 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14086 | public func sticky(horizontal: Swift.Bool = false, vertical: Swift.Bool = false) -> some SwiftUI.PresentationSizing |
| 10442 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 10443 | public func fitted(horizontal: Swift.Bool, vertical: Swift.Bool) -> some SwiftUI.PresentationSizing |
| 10444 | |
| 10445 | } |
| 10446 | @available(*, unavailable) |
| 10447 | extension SwiftUI.PresentationSizingContext : Swift.Sendable { |
| 10448 | } |
| 10449 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 10450 | public struct FormPresentationSizing : SwiftUI.PresentationSizing, Swift.Sendable { |
| 14090 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14091 | public func fitted(horizontal: Swift.Bool, vertical: Swift.Bool) -> some SwiftUI.PresentationSizing |
| 14092 | |
| 14093 | } |
| 14094 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0, *) |
| 14095 | public struct FormPresentationSizing : SwiftUI.PresentationSizing, Swift.Sendable { |
| 10535 | public var data: Content.Data { |
| 10536 | get |
| 10537 | } |
| 10538 | @available(iOS 16.0, macOS 12.0, *) |
| 10539 | @available(tvOS, unavailable, introduced: 13.0) |
| 10540 | @available(watchOS, unavailable, introduced: 6.0) |
| 10541 | public typealias Data = Content.Data |
| 14180 | public var data: Content.Data { |
| 14181 | get |
| 14182 | } |
| 14183 | @available(macOS 12.0, iOS 16.0, *) |
| 14184 | @available(tvOS, unavailable, introduced: 13.0) |
| 14185 | @available(watchOS, unavailable, introduced: 6.0) |
| 14186 | public typealias Data = Content.Data |
| 10597 | @available(watchOS, unavailable) |
| 10598 | @_Concurrency.MainActor @preconcurrency public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil) |
| 10599 | } |
| 10600 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10601 | public struct Section<Parent, Content, Footer> { |
| 10602 | } |
| 10603 | @available(*, unavailable) |
| 10604 | extension SwiftUI.Section : Swift.Sendable { |
| 10605 | } |
| 10606 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10607 | extension SwiftUI.Section : SwiftUICore.View where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 14242 | @available(watchOS, unavailable) |
| 14243 | @_Concurrency.MainActor @preconcurrency public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil) |
| 14244 | } |
| 14245 | #if compiler(>=5.3) && $TildeSendable |
| 14246 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14247 | public struct Section<Parent, Content, Footer> : ~Swift.Sendable { |
| 14248 | } |
| 14249 | #else |
| 14250 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14251 | public struct Section<Parent, Content, Footer> { |
| 14252 | } |
| 14253 | #endif |
| 14254 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14255 | extension SwiftUI.Section { |
| 14256 | @_alwaysEmitIntoClient public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Parent, @SwiftUICore.ContentBuilder footer: () -> Footer) { |
| 14257 | |
| 14258 | |
| 14259 | |
| 14260 | |
| 14261 | |
| 14262 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) { |
| 14263 | self = Section.create( |
| 14264 | content: content(), header: header(), footer: footer()) |
| 14265 | } else if #available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) { |
| 14266 | let sectionLayout = (header(), content(), footer(), Binding<Bool>?.none) |
| 14267 | self = unsafeBitCast(sectionLayout, to: Self.self) |
| 14268 | } else { |
| 14269 | let sectionLayout = (header(), content(), footer()) |
| 14270 | self = unsafeBitCast(sectionLayout, to: Self.self) |
| 14271 | } |
| 14272 | } |
| 14273 | } |
| 14274 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14275 | extension SwiftUI.Section : SwiftUICore.View where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 10610 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 10611 | } |
| 10612 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10613 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 10614 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Parent, @SwiftUICore.ViewBuilder footer: () -> Footer) { |
| 10615 | self.init(header: header(), footer: footer(), content: content) |
| 10616 | } |
| 10617 | } |
| 10618 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10619 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 10620 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder footer: () -> Footer) { |
| 10621 | self.init(footer: footer(), content: content) |
| 10622 | } |
| 10623 | } |
| 10624 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10625 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10626 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Parent) { |
| 10627 | self.init(header: header(), content: content) |
| 10628 | } |
| 10629 | } |
| 10630 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10631 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10632 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 10633 | } |
| 10634 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 10635 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10636 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 10637 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10638 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 10639 | self.init( |
| 10640 | content: content, |
| 10641 | header: { Text(titleResource) } |
| 10642 | ) |
| 10643 | } |
| 10644 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 10645 | } |
| 10646 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 10647 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10648 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 10649 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 10650 | self.init(isExpanded: isExpanded, content: content) { |
| 10651 | Text(titleResource) |
| 10652 | } |
| 10653 | } |
| 10654 | @_disfavoredOverload public init<S>(_ title: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 10655 | } |
| 10656 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10657 | @usableFromInline |
| 10658 | internal struct IsCollapsibleTraitKey : SwiftUICore._ViewTraitKey { |
| 10659 | @inlinable internal static var defaultValue: Swift.Bool { |
| 10660 | get { true } |
| 10661 | } |
| 10662 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10663 | @usableFromInline |
| 10664 | internal typealias Value = Swift.Bool |
| 10665 | } |
| 10666 | @available(*, unavailable) |
| 10667 | extension SwiftUI.IsCollapsibleTraitKey : Swift.Sendable { |
| 10668 | } |
| 10669 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 10670 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10671 | public init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Parent) |
| 10672 | } |
| 10673 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10674 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 10675 | @available(iOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 10676 | @available(macOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 10677 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 10678 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 10679 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 10680 | public init(header: Parent, footer: Footer, @SwiftUICore.ViewBuilder content: () -> Content) |
| 10681 | } |
| 10682 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10683 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 14278 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 14279 | } |
| 14280 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14281 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView { |
| 14282 | @_alwaysEmitIntoClient public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder footer: () -> Footer) { |
| 14283 | self.init { |
| 14284 | content() |
| 14285 | } header: { |
| 14286 | EmptyContent() |
| 14287 | } footer: { |
| 14288 | footer() |
| 14289 | } |
| 14290 | } |
| 14291 | } |
| 14292 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14293 | extension SwiftUI.Section where Footer == SwiftUICore.EmptyView { |
| 14294 | @_alwaysEmitIntoClient public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Parent) { |
| 14295 | self.init { |
| 14296 | content() |
| 14297 | } header: { |
| 14298 | header() |
| 14299 | } footer: { |
| 14300 | EmptyContent() |
| 14301 | } |
| 14302 | } |
| 14303 | } |
| 14304 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14305 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView { |
| 14306 | @_alwaysEmitIntoClient public init(@SwiftUICore.ContentBuilder content: () -> Content) { |
| 14307 | self.init { |
| 14308 | content() |
| 14309 | } header: { |
| 14310 | EmptyContent() |
| 14311 | } footer: { |
| 14312 | EmptyContent() |
| 14313 | } |
| 14314 | } |
| 14315 | } |
| 14316 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 14317 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Footer == SwiftUICore.EmptyView { |
| 14318 | @_alwaysEmitIntoClient public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14319 | self.init { |
| 14320 | content() |
| 14321 | } header: { |
| 14322 | Text(titleKey) |
| 14323 | } footer: { |
| 14324 | EmptyContent() |
| 14325 | } |
| 14326 | } |
| 14327 | @_disfavoredOverload @_alwaysEmitIntoClient public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 14328 | self.init { |
| 14329 | content() |
| 14330 | } header: { |
| 14331 | Text(title) |
| 14332 | } footer: { |
| 14333 | EmptyContent() |
| 14334 | } |
| 14335 | } |
| 14336 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14337 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14338 | self.init { |
| 14339 | content() |
| 14340 | } header: { |
| 14341 | Text(titleResource) |
| 14342 | } footer: { |
| 14343 | EmptyContent() |
| 14344 | } |
| 14345 | } |
| 14346 | } |
| 14347 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 14348 | extension SwiftUI.Section where Footer == SwiftUICore.EmptyView { |
| 14349 | @_silgen_name("sectionInitIsExpandedContentHeaderMangledName") |
| 14350 | @_alwaysEmitIntoClient public init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Parent) { |
| 14351 | |
| 14352 | |
| 14353 | |
| 14354 | |
| 14355 | |
| 14356 | if #available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) { |
| 14357 | self = Section.create( |
| 14358 | isExpanded: isExpanded, |
| 14359 | content: content(), header: header(), footer: EmptyContent()) |
| 14360 | } else { |
| 14361 | let sectionLayout = ( |
| 14362 | header(), content(), EmptyContent(), |
| 14363 | Binding<Bool>?.some(isExpanded)) |
| 14364 | self = unsafeBitCast(sectionLayout, to: Self.self) |
| 14365 | } |
| 14366 | } |
| 14367 | } |
| 14368 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 14369 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Footer == SwiftUICore.EmptyView { |
| 14370 | @_alwaysEmitIntoClient public init(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14371 | self.init(isExpanded: isExpanded) { |
| 14372 | content() |
| 14373 | } header: { |
| 14374 | Text(titleKey) |
| 14375 | } |
| 14376 | } |
| 14377 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14378 | self.init(isExpanded: isExpanded) { |
| 14379 | content() |
| 14380 | } header: { |
| 14381 | Text(titleResource) |
| 14382 | } |
| 14383 | } |
| 14384 | @_disfavoredOverload @_alwaysEmitIntoClient public init<S>(_ title: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 14385 | self.init(isExpanded: isExpanded) { |
| 14386 | content() |
| 14387 | } header: { |
| 14388 | Text(title) |
| 14389 | } |
| 14390 | } |
| 14391 | } |
| 14392 | #if compiler(>=5.3) && $TildeSendable |
| 14393 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14394 | @usableFromInline |
| 14395 | internal struct IsCollapsibleTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 14396 | @inlinable internal static var defaultValue: Swift.Bool { |
| 14397 | get { true } |
| 14398 | } |
| 14399 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14400 | @usableFromInline |
| 14401 | internal typealias Value = Swift.Bool |
| 14402 | } |
| 14403 | #else |
| 14404 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14405 | @usableFromInline |
| 14406 | internal struct IsCollapsibleTraitKey : SwiftUICore._ViewTraitKey { |
| 14407 | @inlinable internal static var defaultValue: Swift.Bool { |
| 14408 | get { true } |
| 14409 | } |
| 14410 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14411 | @usableFromInline |
| 14412 | internal typealias Value = Swift.Bool |
| 14413 | } |
| 14414 | #endif |
| 14415 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14416 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 14417 | @available(iOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 14418 | @available(macOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 14419 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 14420 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 14421 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:header:footer:)") |
| 14422 | public init(header: Parent, footer: Footer, @SwiftUICore.ContentBuilder content: () -> Content) |
| 14423 | } |
| 14424 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14425 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Content : SwiftUICore.View, Footer : SwiftUICore.View { |
| 10686 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 10687 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 10688 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 10689 | public init(footer: Footer, @SwiftUICore.ViewBuilder content: () -> Content) |
| 10690 | } |
| 10691 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10692 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 14428 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 14429 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 14430 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:footer:)") |
| 14431 | public init(footer: Footer, @SwiftUICore.ContentBuilder content: () -> Content) |
| 14432 | } |
| 14433 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14434 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 10695 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 10696 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 10697 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 10698 | public init(header: Parent, @SwiftUICore.ViewBuilder content: () -> Content) |
| 10699 | } |
| 10700 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10701 | @available(macOS, unavailable) |
| 10702 | @available(watchOS, unavailable) |
| 10703 | extension SwiftUICore.CustomHoverEffect where Self == SwiftUI.AutomaticHoverEffect { |
| 10704 | public static var automatic: SwiftUI.AutomaticHoverEffect { |
| 10705 | get |
| 10706 | } |
| 10707 | } |
| 10708 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10709 | @available(macOS, unavailable) |
| 10710 | @available(watchOS, unavailable) |
| 14437 | @available(tvOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 14438 | @available(watchOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 14439 | @available(visionOS, deprecated: 100000.0, renamed: "Section(content:header:)") |
| 14440 | public init(header: Parent, @SwiftUICore.ContentBuilder content: () -> Content) |
| 14441 | } |
| 14442 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14443 | @available(macOS, unavailable) |
| 14444 | @available(watchOS, unavailable) |
| 14445 | extension SwiftUICore.CustomHoverEffect where Self == SwiftUI.AutomaticHoverEffect { |
| 14446 | nonisolated public static var automatic: SwiftUI.AutomaticHoverEffect { |
| 14447 | get |
| 14448 | } |
| 14449 | } |
| 14450 | #if compiler(>=5.3) && $TildeSendable |
| 14451 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14452 | @available(macOS, unavailable) |
| 14453 | @available(watchOS, unavailable) |
| 14454 | public struct AutomaticHoverEffect : SwiftUICore.CustomHoverEffect, ~Swift.Sendable { |
| 14455 | public init() |
| 14456 | public func body(content: SwiftUI.AutomaticHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14457 | |
| 14458 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14459 | @available(macOS, unavailable) |
| 14460 | @available(watchOS, unavailable) |
| 14461 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20AutomaticHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14462 | } |
| 14463 | #else |
| 14464 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14465 | @available(macOS, unavailable) |
| 14466 | @available(watchOS, unavailable) |
| 10713 | public func body(content: SwiftUI.AutomaticHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 10714 | |
| 10715 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10716 | @available(watchOS, unavailable) |
| 10717 | @available(macOS, unavailable) |
| 10718 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20AutomaticHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 10719 | } |
| 10720 | @available(*, unavailable) |
| 10721 | extension SwiftUI.AutomaticHoverEffect : Swift.Sendable { |
| 10722 | } |
| 10723 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10724 | @available(macOS, unavailable) |
| 10725 | @available(watchOS, unavailable) |
| 14469 | public func body(content: SwiftUI.AutomaticHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14470 | |
| 14471 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14472 | @available(macOS, unavailable) |
| 14473 | @available(watchOS, unavailable) |
| 14474 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20AutomaticHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14475 | } |
| 14476 | #endif |
| 14477 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14478 | @available(macOS, unavailable) |
| 14479 | @available(watchOS, unavailable) |
| 10728 | get |
| 10729 | } |
| 10730 | } |
| 10731 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10732 | @available(macOS, unavailable) |
| 10733 | @available(watchOS, unavailable) |
| 14482 | get |
| 14483 | } |
| 14484 | } |
| 14485 | #if compiler(>=5.3) && $TildeSendable |
| 14486 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14487 | @available(macOS, unavailable) |
| 14488 | @available(watchOS, unavailable) |
| 14489 | public struct HighlightHoverEffect : SwiftUICore.CustomHoverEffect, ~Swift.Sendable { |
| 14490 | public init() |
| 14491 | public func body(content: SwiftUI.HighlightHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14492 | |
| 14493 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14494 | @available(macOS, unavailable) |
| 14495 | @available(watchOS, unavailable) |
| 14496 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20HighlightHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14497 | } |
| 14498 | #else |
| 14499 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14500 | @available(macOS, unavailable) |
| 14501 | @available(watchOS, unavailable) |
| 10736 | public func body(content: SwiftUI.HighlightHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 10737 | |
| 10738 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10739 | @available(watchOS, unavailable) |
| 10740 | @available(macOS, unavailable) |
| 10741 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20HighlightHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 10742 | } |
| 10743 | @available(*, unavailable) |
| 10744 | extension SwiftUI.HighlightHoverEffect : Swift.Sendable { |
| 10745 | } |
| 10746 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10747 | @available(macOS, unavailable) |
| 10748 | @available(watchOS, unavailable) |
| 14504 | public func body(content: SwiftUI.HighlightHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14505 | |
| 14506 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14507 | @available(macOS, unavailable) |
| 14508 | @available(watchOS, unavailable) |
| 14509 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20HighlightHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14510 | } |
| 14511 | #endif |
| 14512 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14513 | @available(macOS, unavailable) |
| 14514 | @available(watchOS, unavailable) |
| 10751 | get |
| 10752 | } |
| 10753 | } |
| 10754 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10755 | @available(macOS, unavailable) |
| 10756 | @available(watchOS, unavailable) |
| 14517 | get |
| 14518 | } |
| 14519 | } |
| 14520 | #if compiler(>=5.3) && $TildeSendable |
| 14521 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14522 | @available(macOS, unavailable) |
| 14523 | @available(watchOS, unavailable) |
| 14524 | public struct LiftHoverEffect : SwiftUICore.CustomHoverEffect, ~Swift.Sendable { |
| 14525 | public init() |
| 14526 | public func body(content: SwiftUI.LiftHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14527 | |
| 14528 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14529 | @available(macOS, unavailable) |
| 14530 | @available(watchOS, unavailable) |
| 14531 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LiftHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14532 | } |
| 14533 | #else |
| 14534 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14535 | @available(macOS, unavailable) |
| 14536 | @available(watchOS, unavailable) |
| 10759 | public func body(content: SwiftUI.LiftHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 10760 | |
| 10761 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 10762 | @available(watchOS, unavailable) |
| 10763 | @available(macOS, unavailable) |
| 10764 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LiftHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 10765 | } |
| 10766 | @available(*, unavailable) |
| 10767 | extension SwiftUI.LiftHoverEffect : Swift.Sendable { |
| 10768 | } |
| 10769 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10770 | public struct NavigationLink<Label, Destination> : SwiftUICore.View where Label : SwiftUICore.View, Destination : SwiftUICore.View { |
| 10771 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder destination: () -> Destination, @SwiftUICore.ViewBuilder label: () -> Label) { |
| 10772 | self.init(destination: destination(), label: label) |
| 10773 | } |
| 10774 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 10775 | get |
| 10776 | } |
| 10777 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10778 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14NavigationLinkV4bodyQrvp", 0) __<Label, Destination> |
| 10779 | } |
| 10780 | @available(*, unavailable) |
| 10781 | extension SwiftUI.NavigationLink : Swift.Sendable { |
| 10782 | } |
| 10783 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10784 | extension SwiftUI.NavigationLink where Label == SwiftUICore.Text { |
| 10785 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder destination: () -> Destination) { |
| 10786 | self.init(titleKey, destination: destination()) |
| 10787 | } |
| 10788 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10789 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder destination: () -> Destination) { |
| 10790 | self.init(destination: destination, label: { Text(titleResource) }) |
| 10791 | } |
| 10792 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder destination: () -> Destination) where S : Swift.StringProtocol { |
| 10793 | self.init(title, destination: destination()) |
| 10794 | } |
| 10795 | } |
| 14539 | public func body(content: SwiftUI.LiftHoverEffect.Content) -> some SwiftUICore.CustomHoverEffect |
| 14540 | |
| 14541 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14542 | @available(macOS, unavailable) |
| 14543 | @available(watchOS, unavailable) |
| 14544 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15LiftHoverEffectV4body7contentQrAA05EmptydE0V_tF", 0) __ |
| 14545 | } |
| 14546 | #endif |
| 14547 | #if compiler(>=5.3) && $TildeSendable |
| 14548 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14549 | nonisolated public struct NavigationLink<Label, Destination> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Destination : SwiftUICore.View { |
| 14550 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder destination: () -> Destination, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 14551 | self.init(destination: destination(), label: label) |
| 14552 | } |
| 14553 | nonisolated public var body: some SwiftUICore.View { |
| 14554 | get |
| 14555 | } |
| 14556 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14557 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14NavigationLinkV4bodyQrvp", 0) __<Label, Destination> |
| 14558 | } |
| 14559 | #else |
| 14560 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14561 | nonisolated public struct NavigationLink<Label, Destination> : SwiftUICore.View where Label : SwiftUICore.View, Destination : SwiftUICore.View { |
| 14562 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder destination: () -> Destination, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 14563 | self.init(destination: destination(), label: label) |
| 14564 | } |
| 14565 | nonisolated public var body: some SwiftUICore.View { |
| 14566 | get |
| 14567 | } |
| 14568 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14569 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14NavigationLinkV4bodyQrvp", 0) __<Label, Destination> |
| 14570 | } |
| 14571 | #endif |
| 14572 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14573 | extension SwiftUI.NavigationLink where Label == SwiftUICore.Text { |
| 14574 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder destination: () -> Destination) { |
| 14575 | self.init(titleKey, destination: destination()) |
| 14576 | } |
| 14577 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14578 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder destination: () -> Destination) { |
| 14579 | self.init(destination: destination, label: { Text(titleResource) }) |
| 14580 | } |
| 14581 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder destination: () -> Destination) where S : Swift.StringProtocol { |
| 14582 | self.init(title, destination: destination()) |
| 14583 | } |
| 14584 | } |
| 10801 | @available(macOS, unavailable) |
| 10802 | @available(tvOS, unavailable) |
| 10803 | @available(watchOS, unavailable) |
| 10804 | public func isDetailLink(_ isDetailLink: Swift.Bool) -> some SwiftUICore.View |
| 10805 | |
| 10806 | } |
| 10807 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10808 | @frozen public struct ViewThatFits<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 10809 | @usableFromInline |
| 10810 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI._SizeFittingRoot, Content> |
| 10811 | @inlinable public init(in axes: SwiftUICore.Axis.Set = [.horizontal, .vertical], @SwiftUICore.ViewBuilder content: () -> Content) { |
| 10812 | _tree = .init(_SizeFittingRoot(axes: axes)) { content() } |
| 10813 | } |
| 10814 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.ViewThatFits<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 10815 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 10816 | public typealias Body = Swift.Never |
| 10817 | } |
| 10818 | @available(*, unavailable) |
| 10819 | extension SwiftUI.ViewThatFits : Swift.Sendable { |
| 10820 | } |
| 10821 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 10822 | @frozen public struct _SizeFittingRoot : SwiftUICore._VariadicView.UnaryViewRoot { |
| 10823 | @usableFromInline |
| 10824 | internal var axes: SwiftUICore.Axis.Set |
| 10825 | @inlinable internal init(axes: SwiftUICore.Axis.Set) { self.axes = axes } |
| 10826 | nonisolated public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI._SizeFittingRoot>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 10827 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 10828 | public typealias Body = Swift.Never |
| 10829 | } |
| 10830 | extension SwiftUICore.View { |
| 14590 | @available(macOS, unavailable) |
| 14591 | @available(tvOS, unavailable) |
| 14592 | @available(watchOS, unavailable) |
| 14593 | nonisolated public func isDetailLink(_ isDetailLink: Swift.Bool) -> some SwiftUICore.View |
| 14594 | |
| 14595 | } |
| 14596 | #if compiler(>=5.3) && $TildeSendable |
| 14597 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14598 | @frozen nonisolated public struct ViewThatFits<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 14599 | @usableFromInline |
| 14600 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI._SizeFittingRoot, Content> |
| 14601 | @inlinable nonisolated public init(in axes: SwiftUICore.Axis.Set = [.horizontal, .vertical], @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14602 | _tree = .init(_SizeFittingRoot(axes: axes)) { content() } |
| 14603 | } |
| 14604 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.ViewThatFits<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 14605 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 14606 | public typealias Body = Swift.Never |
| 14607 | } |
| 14608 | #else |
| 14609 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14610 | @frozen nonisolated public struct ViewThatFits<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 14611 | @usableFromInline |
| 14612 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI._SizeFittingRoot, Content> |
| 14613 | @inlinable nonisolated public init(in axes: SwiftUICore.Axis.Set = [.horizontal, .vertical], @SwiftUICore.ContentBuilder content: () -> Content) { |
| 14614 | _tree = .init(_SizeFittingRoot(axes: axes)) { content() } |
| 14615 | } |
| 14616 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.ViewThatFits<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 14617 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 14618 | public typealias Body = Swift.Never |
| 14619 | } |
| 14620 | #endif |
| 14621 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14622 | @frozen nonisolated public struct _SizeFittingRoot : SwiftUICore._VariadicView.UnaryViewRoot { |
| 14623 | @usableFromInline |
| 14624 | internal var axes: SwiftUICore.Axis.Set |
| 14625 | @inlinable nonisolated internal init(axes: SwiftUICore.Axis.Set) { self.axes = axes } |
| 14626 | public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI._SizeFittingRoot>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 14627 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 14628 | public typealias Body = Swift.Never |
| 14629 | } |
| 14630 | extension SwiftUICore.View { |
| 10877 | public func scrollableDirections(proxy: SwiftUI._ScrollViewProxy) -> SwiftUI._EventDirections |
| 10878 | public func gestureMask(proxy: SwiftUI._ScrollViewProxy) -> SwiftUICore.GestureMask |
| 10879 | } |
| 10880 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10881 | public struct _ScrollViewConfig { |
| 10882 | public static let decelerationRateNormal: Swift.Double |
| 14677 | public func scrollableDirections(proxy: SwiftUI._ScrollViewProxy) -> SwiftUI._EventDirections |
| 14678 | public func gestureMask(proxy: SwiftUI._ScrollViewProxy) -> SwiftUICore.GestureMask |
| 14679 | } |
| 14680 | #if compiler(>=5.3) && $TildeSendable |
| 14681 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14682 | public struct _ScrollViewConfig : ~Swift.Sendable { |
| 14683 | public static let decelerationRateNormal: Swift.Double |
| 14684 | public static let decelerationRateFast: Swift.Double |
| 14685 | public enum ContentOffset : ~Swift.Sendable { |
| 14686 | case initially(CoreFoundation.CGPoint) |
| 14687 | case binding(SwiftUICore.Binding<CoreFoundation.CGPoint>) |
| 14688 | } |
| 14689 | public var contentOffset: SwiftUI._ScrollViewConfig.ContentOffset |
| 14690 | public var contentInsets: SwiftUICore.EdgeInsets |
| 14691 | public var decelerationRate: Swift.Double |
| 14692 | public var alwaysBounceVertical: Swift.Bool |
| 14693 | public var alwaysBounceHorizontal: Swift.Bool |
| 14694 | public var gestureProvider: any SwiftUI._ScrollViewGestureProvider |
| 14695 | public var stopDraggingImmediately: Swift.Bool |
| 14696 | public var isScrollEnabled: Swift.Bool |
| 14697 | public var showsHorizontalIndicator: Swift.Bool |
| 14698 | public var showsVerticalIndicator: Swift.Bool |
| 14699 | public var indicatorInsets: SwiftUICore.EdgeInsets |
| 14700 | public init() |
| 14701 | } |
| 14702 | #else |
| 14703 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14704 | public struct _ScrollViewConfig { |
| 14705 | public static let decelerationRateNormal: Swift.Double |
| 10898 | public var indicatorInsets: SwiftUICore.EdgeInsets |
| 10899 | public init() |
| 10900 | } |
| 10901 | @available(*, unavailable) |
| 10902 | extension SwiftUI._ScrollViewConfig.ContentOffset : Swift.Sendable { |
| 10903 | } |
| 10904 | @available(*, unavailable) |
| 10905 | extension SwiftUI._ScrollViewConfig : Swift.Sendable { |
| 10906 | } |
| 10907 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10908 | public struct _ScrollView<Provider> : SwiftUICore.View where Provider : SwiftUI._ScrollableContentProvider { |
| 10909 | public var contentProvider: Provider |
| 10910 | public var config: SwiftUI._ScrollViewConfig |
| 10911 | public init(contentProvider: Provider, config: SwiftUI._ScrollViewConfig = _ScrollViewConfig()) |
| 10912 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 10913 | get |
| 10914 | } |
| 10915 | public struct Main : SwiftUICore.View { |
| 10916 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10917 | public typealias Body = Swift.Never |
| 10918 | } |
| 10919 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10920 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_ScrollViewV4bodyQrvp", 0) __<Provider> |
| 10921 | } |
| 10922 | @available(*, unavailable) |
| 10923 | extension SwiftUI._ScrollView.Main : Swift.Sendable { |
| 10924 | } |
| 10925 | @available(*, unavailable) |
| 10926 | extension SwiftUI._ScrollView : Swift.Sendable { |
| 10927 | } |
| 10928 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10929 | extension SwiftUICore.View { |
| 10930 | @_Concurrency.MainActor @preconcurrency public func _scrollable(stretchChildrenToMaxHeight: Swift.Bool = false, horizontal: SwiftUICore.TextAlignment? = .center, vertical: SwiftUICore._VAlignment? = .center) -> SwiftUI._ScrollView<SwiftUI._AligningContentProvider<Self>> |
| 10931 | } |
| 10932 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10933 | public struct _AligningContentProvider<Content> : SwiftUI._ScrollableContentProvider where Content : SwiftUICore.View { |
| 10934 | public var content: Content |
| 14721 | public var indicatorInsets: SwiftUICore.EdgeInsets |
| 14722 | public init() |
| 14723 | } |
| 14724 | #endif |
| 14725 | #if compiler(>=5.3) && $TildeSendable |
| 14726 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14727 | nonisolated public struct _ScrollView<Provider> : SwiftUICore.View, ~Swift.Sendable where Provider : SwiftUI._ScrollableContentProvider { |
| 14728 | public var contentProvider: Provider |
| 14729 | public var config: SwiftUI._ScrollViewConfig |
| 14730 | nonisolated public init(contentProvider: Provider, config: SwiftUI._ScrollViewConfig = _ScrollViewConfig()) |
| 14731 | nonisolated public var body: some SwiftUICore.View { |
| 14732 | get |
| 14733 | } |
| 14734 | nonisolated public struct Main : SwiftUICore.View, ~Swift.Sendable { |
| 14735 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14736 | public typealias Body = Swift.Never |
| 14737 | } |
| 14738 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14739 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_ScrollViewV4bodyQrvp", 0) __<Provider> |
| 14740 | } |
| 14741 | #else |
| 14742 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14743 | nonisolated public struct _ScrollView<Provider> : SwiftUICore.View where Provider : SwiftUI._ScrollableContentProvider { |
| 14744 | public var contentProvider: Provider |
| 14745 | public var config: SwiftUI._ScrollViewConfig |
| 14746 | nonisolated public init(contentProvider: Provider, config: SwiftUI._ScrollViewConfig = _ScrollViewConfig()) |
| 14747 | nonisolated public var body: some SwiftUICore.View { |
| 14748 | get |
| 14749 | } |
| 14750 | nonisolated public struct Main : SwiftUICore.View { |
| 14751 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14752 | public typealias Body = Swift.Never |
| 14753 | } |
| 14754 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14755 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_ScrollViewV4bodyQrvp", 0) __<Provider> |
| 14756 | } |
| 14757 | #endif |
| 14758 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14759 | extension SwiftUICore.View { |
| 14760 | @_Concurrency.MainActor @preconcurrency public func _scrollable(stretchChildrenToMaxHeight: Swift.Bool = false, horizontal: SwiftUICore.TextAlignment? = .center, vertical: SwiftUICore._VAlignment? = .center) -> SwiftUI._ScrollView<SwiftUI._AligningContentProvider<Self>> |
| 14761 | } |
| 14762 | #if compiler(>=5.3) && $TildeSendable |
| 14763 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14764 | public struct _AligningContentProvider<Content> : SwiftUI._ScrollableContentProvider, ~Swift.Sendable where Content : SwiftUICore.View { |
| 14765 | public var content: Content |
| 14766 | public var horizontal: SwiftUICore.TextAlignment? |
| 14767 | public var vertical: SwiftUICore._VAlignment? |
| 14768 | public init(content: Content, horizontal: SwiftUICore.TextAlignment? = nil, vertical: SwiftUICore._VAlignment? = nil) |
| 14769 | public var scrollableContent: SwiftUICore.ModifiedContent<Content, SwiftUI._AligningContentProvider<Content>.AligningContentProviderLayout> { |
| 14770 | get |
| 14771 | } |
| 14772 | public struct AligningContentProviderLayout : ~Swift.Sendable { |
| 14773 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14774 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 14775 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14776 | public typealias Body = Swift.Never |
| 14777 | } |
| 14778 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14779 | public typealias Root = SwiftUI._ScrollViewRoot<SwiftUI._AligningContentProvider<Content>> |
| 14780 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14781 | public typealias ScrollableContent = SwiftUICore.ModifiedContent<Content, SwiftUI._AligningContentProvider<Content>.AligningContentProviderLayout> |
| 14782 | } |
| 14783 | #else |
| 14784 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14785 | public struct _AligningContentProvider<Content> : SwiftUI._ScrollableContentProvider where Content : SwiftUICore.View { |
| 14786 | public var content: Content |
| 10939 | get |
| 10940 | } |
| 10941 | public struct AligningContentProviderLayout { |
| 10942 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10943 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 10944 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10945 | public typealias Body = Swift.Never |
| 10946 | } |
| 10947 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10948 | public typealias Root = SwiftUI._ScrollViewRoot<SwiftUI._AligningContentProvider<Content>> |
| 10949 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 10950 | public typealias ScrollableContent = SwiftUICore.ModifiedContent<Content, SwiftUI._AligningContentProvider<Content>.AligningContentProviderLayout> |
| 10951 | } |
| 10952 | @available(*, unavailable) |
| 10953 | extension SwiftUI._AligningContentProvider.AligningContentProviderLayout : Swift.Sendable { |
| 10954 | } |
| 10955 | @available(*, unavailable) |
| 10956 | extension SwiftUI._AligningContentProvider : Swift.Sendable { |
| 10957 | } |
| 10958 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10959 | @_Concurrency.MainActor @preconcurrency public struct Link<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 10960 | @_Concurrency.MainActor @preconcurrency public init(destination: Foundation.URL, @SwiftUICore.ViewBuilder label: () -> Label) |
| 10961 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 10962 | get |
| 10963 | } |
| 10964 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 10965 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4LinkV4bodyQrvp", 0) __<Label> |
| 10966 | } |
| 10967 | @available(*, unavailable) |
| 10968 | extension SwiftUI.Link : Swift.Sendable { |
| 10969 | } |
| 10970 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 10971 | extension SwiftUI.Link where Label == SwiftUICore.Text { |
| 10972 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, destination: Foundation.URL) |
| 14791 | get |
| 14792 | } |
| 14793 | public struct AligningContentProviderLayout { |
| 14794 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14795 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 14796 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14797 | public typealias Body = Swift.Never |
| 14798 | } |
| 14799 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14800 | public typealias Root = SwiftUI._ScrollViewRoot<SwiftUI._AligningContentProvider<Content>> |
| 14801 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14802 | public typealias ScrollableContent = SwiftUICore.ModifiedContent<Content, SwiftUI._AligningContentProvider<Content>.AligningContentProviderLayout> |
| 14803 | } |
| 14804 | #endif |
| 14805 | #if compiler(>=5.3) && $TildeSendable |
| 14806 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14807 | @_Concurrency.MainActor @preconcurrency public struct Link<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 14808 | @_Concurrency.MainActor @preconcurrency public init(destination: Foundation.URL, @SwiftUICore.ContentBuilder label: () -> Label) |
| 14809 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14810 | get |
| 14811 | } |
| 14812 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 14813 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4LinkV4bodyQrvp", 0) __<Label> |
| 14814 | } |
| 14815 | #else |
| 14816 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14817 | @_Concurrency.MainActor @preconcurrency public struct Link<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 14818 | @_Concurrency.MainActor @preconcurrency public init(destination: Foundation.URL, @SwiftUICore.ContentBuilder label: () -> Label) |
| 14819 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14820 | get |
| 14821 | } |
| 14822 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 14823 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4LinkV4bodyQrvp", 0) __<Label> |
| 14824 | } |
| 14825 | #endif |
| 14826 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14827 | extension SwiftUI.Link where Label == SwiftUICore.Text { |
| 14828 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, destination: Foundation.URL) |
| 10981 | @available(watchOS, unavailable) |
| 10982 | @available(visionOS, unavailable) |
| 10983 | extension SwiftUICore.View { |
| 10984 | nonisolated public func inspector<V>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 10985 | |
| 10986 | nonisolated public func inspectorColumnWidth(min: CoreFoundation.CGFloat? = nil, ideal: CoreFoundation.CGFloat, max: CoreFoundation.CGFloat? = nil) -> some SwiftUICore.View |
| 10987 | |
| 10988 | nonisolated public func inspectorColumnWidth(_ width: CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 10989 | |
| 10990 | } |
| 10991 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 10992 | public struct _PagingViewConfig : Swift.Equatable { |
| 10993 | public enum Direction { |
| 14837 | @available(watchOS, unavailable) |
| 14838 | @available(visionOS, unavailable) |
| 14839 | extension SwiftUICore.View { |
| 14840 | nonisolated public func inspector<V>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 14841 | |
| 14842 | nonisolated public func inspectorColumnWidth(min: CoreFoundation.CGFloat? = nil, ideal: CoreFoundation.CGFloat, max: CoreFoundation.CGFloat? = nil) -> some SwiftUICore.View |
| 14843 | |
| 14844 | nonisolated public func inspectorColumnWidth(_ width: CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 14845 | |
| 14846 | } |
| 14847 | #if compiler(>=5.3) && $TildeSendable |
| 14848 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14849 | public struct _PagingViewConfig : Swift.Equatable, ~Swift.Sendable { |
| 14850 | public enum Direction : ~Swift.Sendable { |
| 14851 | case vertical |
| 14852 | case horizontal |
| 14853 | public static func == (a: SwiftUI._PagingViewConfig.Direction, b: SwiftUI._PagingViewConfig.Direction) -> Swift.Bool |
| 14854 | public func hash(into hasher: inout Swift.Hasher) |
| 14855 | public var hashValue: Swift.Int { |
| 14856 | get |
| 14857 | } |
| 14858 | } |
| 14859 | public var direction: SwiftUI._PagingViewConfig.Direction |
| 14860 | public var size: CoreFoundation.CGFloat? |
| 14861 | public var margin: CoreFoundation.CGFloat |
| 14862 | public var spacing: CoreFoundation.CGFloat |
| 14863 | public var constrainedDeceleration: Swift.Bool |
| 14864 | public init(direction: SwiftUI._PagingViewConfig.Direction = .horizontal, size: CoreFoundation.CGFloat? = nil, margin: CoreFoundation.CGFloat = 0, spacing: CoreFoundation.CGFloat = 0, constrainedDeceleration: Swift.Bool = true) |
| 14865 | public static func == (a: SwiftUI._PagingViewConfig, b: SwiftUI._PagingViewConfig) -> Swift.Bool |
| 14866 | } |
| 14867 | #else |
| 14868 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14869 | public struct _PagingViewConfig : Swift.Equatable { |
| 14870 | public enum Direction { |
| 11007 | public init(direction: SwiftUI._PagingViewConfig.Direction = .horizontal, size: CoreFoundation.CGFloat? = nil, margin: CoreFoundation.CGFloat = 0, spacing: CoreFoundation.CGFloat = 0, constrainedDeceleration: Swift.Bool = true) |
| 11008 | public static func == (a: SwiftUI._PagingViewConfig, b: SwiftUI._PagingViewConfig) -> Swift.Bool |
| 11009 | } |
| 11010 | @available(*, unavailable) |
| 11011 | extension SwiftUI._PagingViewConfig.Direction : Swift.Sendable { |
| 11012 | } |
| 11013 | @available(*, unavailable) |
| 11014 | extension SwiftUI._PagingViewConfig : Swift.Sendable { |
| 11015 | } |
| 11016 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11017 | public struct _PagingView<Views> : SwiftUICore.View where Views : Swift.RandomAccessCollection, Views.Element : SwiftUICore.View, Views.Index : Swift.Hashable { |
| 11018 | public var views: Views |
| 11019 | public var page: SwiftUICore.Binding<Views.Index>? |
| 11020 | public var config: SwiftUI._PagingViewConfig |
| 11021 | public var scrollViewConfig: SwiftUI._ScrollViewConfig |
| 11022 | public init(config: SwiftUI._PagingViewConfig = _PagingViewConfig(), page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 11023 | public init(direction: SwiftUI._PagingViewConfig.Direction, page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 11024 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 11025 | get |
| 11026 | } |
| 11027 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11028 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_PagingViewV4bodyQrvp", 0) __<Views> |
| 11029 | } |
| 11030 | @available(*, unavailable) |
| 11031 | extension SwiftUI._PagingView : Swift.Sendable { |
| 11032 | } |
| 11033 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11034 | extension SwiftUI.ListStyle where Self == SwiftUI.PlainListStyle { |
| 11035 | @_alwaysEmitIntoClient public static var plain: SwiftUI.PlainListStyle { |
| 11036 | get { .init() } |
| 11037 | } |
| 11038 | } |
| 11039 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11040 | public struct PlainListStyle : SwiftUI.ListStyle { |
| 11041 | public init() |
| 11042 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 11043 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 11044 | } |
| 11045 | @available(*, unavailable) |
| 11046 | extension SwiftUI.PlainListStyle : Swift.Sendable { |
| 11047 | } |
| 11048 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 11049 | @available(tvOS, unavailable) |
| 11050 | @available(watchOS, unavailable) |
| 14884 | public init(direction: SwiftUI._PagingViewConfig.Direction = .horizontal, size: CoreFoundation.CGFloat? = nil, margin: CoreFoundation.CGFloat = 0, spacing: CoreFoundation.CGFloat = 0, constrainedDeceleration: Swift.Bool = true) |
| 14885 | public static func == (a: SwiftUI._PagingViewConfig, b: SwiftUI._PagingViewConfig) -> Swift.Bool |
| 14886 | } |
| 14887 | #endif |
| 14888 | #if compiler(>=5.3) && $TildeSendable |
| 14889 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14890 | nonisolated public struct _PagingView<Views> : SwiftUICore.View, ~Swift.Sendable where Views : Swift.RandomAccessCollection, Views.Element : SwiftUICore.View, Views.Index : Swift.Hashable { |
| 14891 | public var views: Views |
| 14892 | public var page: SwiftUICore.Binding<Views.Index>? |
| 14893 | public var config: SwiftUI._PagingViewConfig |
| 14894 | public var scrollViewConfig: SwiftUI._ScrollViewConfig |
| 14895 | nonisolated public init(config: SwiftUI._PagingViewConfig = _PagingViewConfig(), page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 14896 | nonisolated public init(direction: SwiftUI._PagingViewConfig.Direction, page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 14897 | nonisolated public var body: some SwiftUICore.View { |
| 14898 | get |
| 14899 | } |
| 14900 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14901 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_PagingViewV4bodyQrvp", 0) __<Views> |
| 14902 | } |
| 14903 | #else |
| 14904 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14905 | nonisolated public struct _PagingView<Views> : SwiftUICore.View where Views : Swift.RandomAccessCollection, Views.Element : SwiftUICore.View, Views.Index : Swift.Hashable { |
| 14906 | public var views: Views |
| 14907 | public var page: SwiftUICore.Binding<Views.Index>? |
| 14908 | public var config: SwiftUI._PagingViewConfig |
| 14909 | public var scrollViewConfig: SwiftUI._ScrollViewConfig |
| 14910 | nonisolated public init(config: SwiftUI._PagingViewConfig = _PagingViewConfig(), page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 14911 | nonisolated public init(direction: SwiftUI._PagingViewConfig.Direction, page: SwiftUICore.Binding<Views.Index>? = nil, views: Views) |
| 14912 | nonisolated public var body: some SwiftUICore.View { |
| 14913 | get |
| 14914 | } |
| 14915 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 14916 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11_PagingViewV4bodyQrvp", 0) __<Views> |
| 14917 | } |
| 14918 | #endif |
| 14919 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14920 | extension SwiftUI.ListStyle where Self == SwiftUI.PlainListStyle { |
| 14921 | @_alwaysEmitIntoClient public static var plain: SwiftUI.PlainListStyle { |
| 14922 | get { .init() } |
| 14923 | } |
| 14924 | } |
| 14925 | #if compiler(>=5.3) && $TildeSendable |
| 14926 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14927 | public struct PlainListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 14928 | public init() |
| 14929 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 14930 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 14931 | } |
| 14932 | #else |
| 14933 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14934 | public struct PlainListStyle : SwiftUI.ListStyle { |
| 14935 | public init() |
| 14936 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 14937 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.PlainListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 14938 | } |
| 14939 | #endif |
| 14940 | #if compiler(>=5.3) && $TildeSendable |
| 14941 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 14942 | @available(tvOS, unavailable) |
| 14943 | @available(watchOS, unavailable) |
| 14944 | public struct DropConfiguration : ~Swift.Sendable { |
| 14945 | public var operation: SwiftUI.DropOperation { |
| 14946 | get |
| 14947 | } |
| 14948 | @available(macOS 26.0, *) |
| 14949 | @available(iOS, unavailable) |
| 14950 | @available(tvOS, unavailable) |
| 14951 | @available(watchOS, unavailable) |
| 14952 | @available(visionOS, unavailable) |
| 14953 | public var acceptedItemCount: Swift.Int? { |
| 14954 | get |
| 14955 | set |
| 14956 | } |
| 14957 | public init(operation: SwiftUI.DropOperation) |
| 14958 | @available(macOS 27.0, *) |
| 14959 | @available(iOS, unavailable) |
| 14960 | @available(tvOS, unavailable) |
| 14961 | @available(watchOS, unavailable) |
| 14962 | @available(visionOS, unavailable) |
| 14963 | public init<ItemID, CollectionID>(operation: SwiftUI.DropOperation, destination: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination) where ItemID : Swift.Hashable, ItemID : Swift.Sendable, CollectionID : Swift.Hashable, CollectionID : Swift.Sendable |
| 14964 | } |
| 14965 | #else |
| 14966 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 14967 | @available(tvOS, unavailable) |
| 14968 | @available(watchOS, unavailable) |
| 11062 | set |
| 11063 | } |
| 11064 | public init(operation: SwiftUI.DropOperation) |
| 11065 | } |
| 11066 | @available(*, unavailable) |
| 11067 | extension SwiftUI.DropConfiguration : Swift.Sendable { |
| 11068 | } |
| 11069 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11070 | @preconcurrency @_Concurrency.MainActor public protocol ProgressViewStyle { |
| 11071 | associatedtype Body : SwiftUICore.View |
| 11072 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 11073 | typealias Configuration = SwiftUI.ProgressViewStyleConfiguration |
| 11074 | } |
| 11075 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11076 | public struct ProgressViewStyleConfiguration { |
| 11077 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 11078 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 11079 | public typealias Body = Swift.Never |
| 11080 | } |
| 11081 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View { |
| 11082 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 11083 | public typealias Body = Swift.Never |
| 11084 | } |
| 11085 | public let fractionCompleted: Swift.Double? |
| 11086 | public var label: SwiftUI.ProgressViewStyleConfiguration.Label? |
| 11087 | public var currentValueLabel: SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel? |
| 11088 | } |
| 11089 | @available(*, unavailable) |
| 11090 | extension SwiftUI.ProgressViewStyleConfiguration : Swift.Sendable { |
| 11091 | } |
| 11092 | @available(*, unavailable) |
| 11093 | extension SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel : Swift.Sendable { |
| 11094 | } |
| 11095 | @available(*, unavailable) |
| 11096 | extension SwiftUI.ProgressViewStyleConfiguration.Label : Swift.Sendable { |
| 11097 | } |
| 11098 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11099 | extension SwiftUICore.View { |
| 11100 | nonisolated public func progressViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ProgressViewStyle |
| 14980 | set |
| 14981 | } |
| 14982 | public init(operation: SwiftUI.DropOperation) |
| 14983 | @available(macOS 27.0, *) |
| 14984 | @available(iOS, unavailable) |
| 14985 | @available(tvOS, unavailable) |
| 14986 | @available(watchOS, unavailable) |
| 14987 | @available(visionOS, unavailable) |
| 14988 | public init<ItemID, CollectionID>(operation: SwiftUI.DropOperation, destination: SwiftUI.ReorderDifference<ItemID, CollectionID>.Destination) where ItemID : Swift.Hashable, ItemID : Swift.Sendable, CollectionID : Swift.Hashable, CollectionID : Swift.Sendable |
| 14989 | } |
| 14990 | #endif |
| 14991 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14992 | @preconcurrency @_Concurrency.MainActor public protocol ProgressViewStyle { |
| 14993 | associatedtype Body : SwiftUICore.View |
| 14994 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 14995 | typealias Configuration = SwiftUI.ProgressViewStyleConfiguration |
| 14996 | } |
| 14997 | #if compiler(>=5.3) && $TildeSendable |
| 14998 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14999 | public struct ProgressViewStyleConfiguration : ~Swift.Sendable { |
| 15000 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 15001 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15002 | public typealias Body = Swift.Never |
| 15003 | } |
| 15004 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View, ~Swift.Sendable { |
| 15005 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15006 | public typealias Body = Swift.Never |
| 15007 | } |
| 15008 | public let fractionCompleted: Swift.Double? |
| 15009 | public var label: SwiftUI.ProgressViewStyleConfiguration.Label? |
| 15010 | public var currentValueLabel: SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel? |
| 15011 | } |
| 15012 | #else |
| 15013 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15014 | public struct ProgressViewStyleConfiguration { |
| 15015 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 15016 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15017 | public typealias Body = Swift.Never |
| 15018 | } |
| 15019 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View { |
| 15020 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15021 | public typealias Body = Swift.Never |
| 15022 | } |
| 15023 | public let fractionCompleted: Swift.Double? |
| 15024 | public var label: SwiftUI.ProgressViewStyleConfiguration.Label? |
| 15025 | public var currentValueLabel: SwiftUI.ProgressViewStyleConfiguration.CurrentValueLabel? |
| 15026 | } |
| 15027 | #endif |
| 15028 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15029 | extension SwiftUICore.View { |
| 15030 | nonisolated public func progressViewStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ProgressViewStyle |
| 11104 | @available(iOS 16.0, macOS 13.0, *) |
| 11105 | @available(tvOS, unavailable) |
| 11106 | @available(watchOS, unavailable) |
| 11107 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11108 | |
| 11109 | @available(iOS 17.0, macOS 14.0, *) |
| 11110 | @available(tvOS, unavailable) |
| 11111 | @available(watchOS, unavailable) |
| 11112 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11113 | |
| 11114 | @available(iOS 16.0, macOS 13.0, *) |
| 11115 | @available(tvOS, unavailable) |
| 11116 | @available(watchOS, unavailable) |
| 11117 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11118 | |
| 11119 | @available(iOS 16.0, macOS 13.0, *) |
| 11120 | @available(tvOS, unavailable) |
| 11121 | @available(watchOS, unavailable) |
| 11122 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 11123 | searchable( |
| 11124 | text: text, |
| 11125 | tokens: tokens, |
| 15034 | @available(iOS 16.0, macOS 13.0, *) |
| 15035 | @available(tvOS, unavailable) |
| 15036 | @available(watchOS, unavailable) |
| 15037 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15038 | |
| 15039 | @available(iOS 17.0, macOS 14.0, *) |
| 15040 | @available(tvOS, unavailable) |
| 15041 | @available(watchOS, unavailable) |
| 15042 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15043 | |
| 15044 | @available(iOS 16.0, macOS 13.0, *) |
| 15045 | @available(tvOS, unavailable) |
| 15046 | @available(watchOS, unavailable) |
| 15047 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15048 | |
| 15049 | @available(iOS 16.0, macOS 13.0, *) |
| 15050 | @available(tvOS, unavailable) |
| 15051 | @available(watchOS, unavailable) |
| 15052 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 15053 | searchable( |
| 15054 | text: text, |
| 15055 | tokens: tokens, |
| 11132 | @available(iOS 17.0, macOS 14.0, *) |
| 11133 | @available(tvOS, unavailable) |
| 11134 | @available(watchOS, unavailable) |
| 11135 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11136 | |
| 11137 | @available(iOS 17.0, macOS 14.0, *) |
| 11138 | @available(tvOS, unavailable) |
| 11139 | @available(watchOS, unavailable) |
| 11140 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable { |
| 11141 | searchable( |
| 11142 | text: text, |
| 11143 | editableTokens: editableTokens, |
| 15062 | @available(iOS 17.0, macOS 14.0, *) |
| 15063 | @available(tvOS, unavailable) |
| 15064 | @available(watchOS, unavailable) |
| 15065 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15066 | |
| 15067 | @available(iOS 17.0, macOS 14.0, *) |
| 15068 | @available(tvOS, unavailable) |
| 15069 | @available(watchOS, unavailable) |
| 15070 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable { |
| 15071 | searchable( |
| 15072 | text: text, |
| 15073 | editableTokens: editableTokens, |
| 11150 | @available(iOS 16.0, macOS 13.0, *) |
| 11151 | @available(tvOS, unavailable) |
| 11152 | @available(watchOS, unavailable) |
| 11153 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11154 | |
| 11155 | @available(iOS 17.0, macOS 14.0, *) |
| 11156 | @available(tvOS, unavailable) |
| 11157 | @available(watchOS, unavailable) |
| 11158 | @_disfavoredOverload nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: some StringProtocol, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11159 | |
| 11160 | } |
| 11161 | extension SwiftUICore.View { |
| 11162 | @available(iOS 17.0, macOS 14.0, *) |
| 11163 | @available(tvOS, unavailable) |
| 11164 | @available(watchOS, unavailable) |
| 11165 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11166 | |
| 11167 | @available(iOS 17.0, macOS 14.0, *) |
| 11168 | @available(tvOS, unavailable) |
| 11169 | @available(watchOS, unavailable) |
| 11170 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11171 | |
| 11172 | @available(iOS 17.0, macOS 14.0, *) |
| 11173 | @available(tvOS, unavailable) |
| 11174 | @available(watchOS, unavailable) |
| 11175 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11176 | |
| 11177 | @available(iOS 17.0, macOS 14.0, *) |
| 11178 | @available(tvOS, unavailable) |
| 11179 | @available(watchOS, unavailable) |
| 11180 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 11181 | searchable( |
| 11182 | text: text, |
| 11183 | tokens: tokens, |
| 15080 | @available(iOS 16.0, macOS 13.0, *) |
| 15081 | @available(tvOS, unavailable) |
| 15082 | @available(watchOS, unavailable) |
| 15083 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15084 | |
| 15085 | @available(iOS 17.0, macOS 14.0, *) |
| 15086 | @available(tvOS, unavailable) |
| 15087 | @available(watchOS, unavailable) |
| 15088 | @_disfavoredOverload nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: some StringProtocol, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15089 | |
| 15090 | } |
| 15091 | extension SwiftUICore.View { |
| 15092 | @available(iOS 17.0, macOS 14.0, *) |
| 15093 | @available(tvOS, unavailable) |
| 15094 | @available(watchOS, unavailable) |
| 15095 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15096 | |
| 15097 | @available(iOS 17.0, macOS 14.0, *) |
| 15098 | @available(tvOS, unavailable) |
| 15099 | @available(watchOS, unavailable) |
| 15100 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15101 | |
| 15102 | @available(iOS 17.0, macOS 14.0, *) |
| 15103 | @available(tvOS, unavailable) |
| 15104 | @available(watchOS, unavailable) |
| 15105 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15106 | |
| 15107 | @available(iOS 17.0, macOS 14.0, *) |
| 15108 | @available(tvOS, unavailable) |
| 15109 | @available(watchOS, unavailable) |
| 15110 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 15111 | searchable( |
| 15112 | text: text, |
| 15113 | tokens: tokens, |
| 11191 | @available(iOS 17.0, macOS 14.0, *) |
| 11192 | @available(tvOS, unavailable) |
| 11193 | @available(watchOS, unavailable) |
| 11194 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11195 | |
| 11196 | @available(iOS 17.0, macOS 14.0, *) |
| 11197 | @available(tvOS, unavailable) |
| 11198 | @available(watchOS, unavailable) |
| 11199 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable { |
| 11200 | searchable( |
| 11201 | text: text, |
| 11202 | editableTokens: editableTokens, |
| 15121 | @available(iOS 17.0, macOS 14.0, *) |
| 15122 | @available(tvOS, unavailable) |
| 15123 | @available(watchOS, unavailable) |
| 15124 | nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15125 | |
| 15126 | @available(iOS 17.0, macOS 14.0, *) |
| 15127 | @available(tvOS, unavailable) |
| 15128 | @available(watchOS, unavailable) |
| 15129 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable { |
| 15130 | searchable( |
| 15131 | text: text, |
| 15132 | editableTokens: editableTokens, |
| 11210 | @available(iOS 17.0, macOS 14.0, *) |
| 11211 | @available(tvOS, unavailable) |
| 11212 | @available(watchOS, unavailable) |
| 11213 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11214 | |
| 11215 | @available(iOS 17.0, macOS 14.0, *) |
| 11216 | @available(tvOS, unavailable) |
| 11217 | @available(watchOS, unavailable) |
| 11218 | @_disfavoredOverload nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: some StringProtocol, @SwiftUICore.ViewBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 11219 | |
| 11220 | } |
| 11221 | extension SwiftUICore.View { |
| 11222 | @available(iOS 16.0, macOS 13.0, *) |
| 11223 | @available(tvOS, unavailable) |
| 11224 | @available(watchOS, unavailable) |
| 11225 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11226 | |
| 11227 | @available(iOS 16.0, macOS 13.0, *) |
| 11228 | @available(tvOS, unavailable) |
| 11229 | @available(watchOS, unavailable) |
| 11230 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11231 | |
| 11232 | @available(iOS 16.0, macOS 13.0, *) |
| 11233 | @available(tvOS, unavailable) |
| 11234 | @available(watchOS, unavailable) |
| 11235 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 11236 | searchable( |
| 11237 | text: text, |
| 11238 | tokens: tokens, |
| 15140 | @available(iOS 17.0, macOS 14.0, *) |
| 15141 | @available(tvOS, unavailable) |
| 15142 | @available(watchOS, unavailable) |
| 15143 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15144 | |
| 15145 | @available(iOS 17.0, macOS 14.0, *) |
| 15146 | @available(tvOS, unavailable) |
| 15147 | @available(watchOS, unavailable) |
| 15148 | @_disfavoredOverload nonisolated public func searchable<C>(text: SwiftUICore.Binding<Swift.String>, editableTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: some StringProtocol, @SwiftUICore.ContentBuilder token: @escaping (SwiftUICore.Binding<C.Element>) -> some View) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, C.Element : Swift.Identifiable |
| 15149 | |
| 15150 | } |
| 15151 | extension SwiftUICore.View { |
| 15152 | @available(iOS 16.0, macOS 13.0, *) |
| 15153 | @available(tvOS, unavailable) |
| 15154 | @available(watchOS, unavailable) |
| 15155 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15156 | |
| 15157 | @available(iOS 16.0, macOS 13.0, *) |
| 15158 | @available(tvOS, unavailable) |
| 15159 | @available(watchOS, unavailable) |
| 15160 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15161 | |
| 15162 | @available(iOS 16.0, macOS 13.0, *) |
| 15163 | @available(tvOS, unavailable) |
| 15164 | @available(watchOS, unavailable) |
| 15165 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 15166 | searchable( |
| 15167 | text: text, |
| 15168 | tokens: tokens, |
| 11246 | @available(iOS 16.0, macOS 13.0, *) |
| 11247 | @available(tvOS, unavailable) |
| 11248 | @available(watchOS, unavailable) |
| 11249 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11250 | |
| 11251 | @available(iOS 17.0, macOS 14.0, *) |
| 11252 | @available(tvOS, unavailable) |
| 11253 | @available(watchOS, unavailable) |
| 11254 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11255 | |
| 11256 | @available(iOS 17.0, macOS 14.0, *) |
| 11257 | @available(tvOS, unavailable) |
| 11258 | @available(watchOS, unavailable) |
| 11259 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11260 | |
| 11261 | @available(iOS 17.0, macOS 14.0, *) |
| 11262 | @available(tvOS, unavailable) |
| 11263 | @available(watchOS, unavailable) |
| 11264 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 11265 | searchable( |
| 11266 | text: text, |
| 11267 | tokens: tokens, |
| 15176 | @available(iOS 16.0, macOS 13.0, *) |
| 15177 | @available(tvOS, unavailable) |
| 15178 | @available(watchOS, unavailable) |
| 15179 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15180 | |
| 15181 | @available(iOS 17.0, macOS 14.0, *) |
| 15182 | @available(tvOS, unavailable) |
| 15183 | @available(watchOS, unavailable) |
| 15184 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15185 | |
| 15186 | @available(iOS 17.0, macOS 14.0, *) |
| 15187 | @available(tvOS, unavailable) |
| 15188 | @available(watchOS, unavailable) |
| 15189 | nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15190 | |
| 15191 | @available(iOS 17.0, macOS 14.0, *) |
| 15192 | @available(tvOS, unavailable) |
| 15193 | @available(watchOS, unavailable) |
| 15194 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func searchable<C, T>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, C.Element : Swift.Identifiable { |
| 15195 | searchable( |
| 15196 | text: text, |
| 15197 | tokens: tokens, |
| 11276 | @available(iOS 17.0, macOS 14.0, *) |
| 11277 | @available(tvOS, unavailable) |
| 11278 | @available(watchOS, unavailable) |
| 11279 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11280 | |
| 11281 | } |
| 11282 | extension SwiftUICore.View { |
| 15206 | @available(iOS 17.0, macOS 14.0, *) |
| 15207 | @available(tvOS, unavailable) |
| 15208 | @available(watchOS, unavailable) |
| 15209 | @_disfavoredOverload nonisolated public func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, suggestedTokens: SwiftUICore.Binding<C>, isPresented: SwiftUICore.Binding<Swift.Bool>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T) -> some SwiftUICore.View where C : Swift.MutableCollection, C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15210 | |
| 15211 | } |
| 15212 | extension SwiftUICore.View { |
| 11285 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11286 | @available(tvOS, unavailable) |
| 11287 | @available(watchOS, unavailable) |
| 11288 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder suggestions: () -> S) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11289 | |
| 11290 | @usableFromInline |
| 11291 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11292 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11293 | @available(tvOS, unavailable) |
| 11294 | @available(watchOS, unavailable) |
| 11295 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder suggestions: () -> S) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11296 | |
| 11297 | @usableFromInline |
| 11298 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11299 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11300 | @available(tvOS, unavailable) |
| 11301 | @available(watchOS, unavailable) |
| 11302 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, V, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder suggestions: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, V : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11303 | |
| 11304 | } |
| 11305 | extension SwiftUICore.View { |
| 15215 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15216 | @available(tvOS, unavailable) |
| 15217 | @available(watchOS, unavailable) |
| 15218 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder suggestions: () -> S) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15219 | |
| 15220 | @usableFromInline |
| 15221 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15222 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15223 | @available(tvOS, unavailable) |
| 15224 | @available(watchOS, unavailable) |
| 15225 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder suggestions: () -> S) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, S : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15226 | |
| 15227 | @usableFromInline |
| 15228 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15229 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15230 | @available(tvOS, unavailable) |
| 15231 | @available(watchOS, unavailable) |
| 15232 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, V, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder suggestions: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, V : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15233 | |
| 15234 | } |
| 15235 | extension SwiftUICore.View { |
| 11308 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11309 | @available(tvOS, unavailable) |
| 11310 | @available(watchOS, unavailable) |
| 11311 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11312 | |
| 11313 | @usableFromInline |
| 11314 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11315 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11316 | @available(tvOS, unavailable) |
| 11317 | @available(watchOS, unavailable) |
| 11318 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11319 | |
| 11320 | @usableFromInline |
| 11321 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11322 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11323 | @available(tvOS, unavailable) |
| 11324 | @available(watchOS, unavailable) |
| 11325 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11326 | |
| 11327 | } |
| 11328 | extension SwiftUICore.View { |
| 15238 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15239 | @available(tvOS, unavailable) |
| 15240 | @available(watchOS, unavailable) |
| 15241 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15242 | |
| 15243 | @usableFromInline |
| 15244 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15245 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15246 | @available(tvOS, unavailable) |
| 15247 | @available(watchOS, unavailable) |
| 15248 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15249 | |
| 15250 | @usableFromInline |
| 15251 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15252 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15253 | @available(tvOS, unavailable) |
| 15254 | @available(watchOS, unavailable) |
| 15255 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15256 | |
| 15257 | } |
| 15258 | extension SwiftUICore.View { |
| 11331 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11332 | @available(tvOS, unavailable) |
| 11333 | @available(watchOS, unavailable) |
| 11334 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V1, @SwiftUICore.ViewBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11335 | |
| 11336 | @usableFromInline |
| 11337 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11338 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11339 | @available(tvOS, unavailable) |
| 11340 | @available(watchOS, unavailable) |
| 11341 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V1, @SwiftUICore.ViewBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, C.Element : Swift.Identifiable |
| 11342 | |
| 11343 | @usableFromInline |
| 11344 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 11345 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 11346 | @available(tvOS, unavailable) |
| 11347 | @available(watchOS, unavailable) |
| 11348 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ViewBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ViewBuilder scopes: () -> V1, @SwiftUICore.ViewBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 11349 | |
| 11350 | } |
| 11351 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15261 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15262 | @available(tvOS, unavailable) |
| 15263 | @available(watchOS, unavailable) |
| 15264 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V1, @SwiftUICore.ContentBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15265 | |
| 15266 | @usableFromInline |
| 15267 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15268 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15269 | @available(tvOS, unavailable) |
| 15270 | @available(watchOS, unavailable) |
| 15271 | @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V1, @SwiftUICore.ContentBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, C.Element : Swift.Identifiable |
| 15272 | |
| 15273 | @usableFromInline |
| 15274 | @available(iOS, unavailable, introduced: 16.0, message: "ABI Only") |
| 15275 | @available(macOS, unavailable, introduced: 13.0, message: "ABI Only") |
| 15276 | @available(tvOS, unavailable) |
| 15277 | @available(watchOS, unavailable) |
| 15278 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency internal func searchable<C, T, D, V1, V2, S>(text: SwiftUICore.Binding<Swift.String>, tokens: SwiftUICore.Binding<C>, scope: SwiftUICore.Binding<D>, placement: SwiftUI.SearchFieldPlacement = .automatic, prompt: S, @SwiftUICore.ContentBuilder token: @escaping (C.Element) -> T, @SwiftUICore.ContentBuilder scopes: () -> V1, @SwiftUICore.ContentBuilder suggestions: () -> V2) -> some SwiftUICore.View where C : Swift.RandomAccessCollection, C : Swift.RangeReplaceableCollection, T : SwiftUICore.View, D : Swift.Hashable, V1 : SwiftUICore.View, V2 : SwiftUICore.View, S : Swift.StringProtocol, C.Element : Swift.Identifiable |
| 15279 | |
| 15280 | } |
| 15281 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11360 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11361 | @preconcurrency @_Concurrency.MainActor public protocol PreviewProvider : SwiftUI._PreviewProvider { |
| 11362 | associatedtype Previews : SwiftUICore.View |
| 11363 | @SwiftUICore.ViewBuilder @preconcurrency @_Concurrency.MainActor static var previews: Self.Previews { get } |
| 11364 | @preconcurrency @_Concurrency.MainActor static var platform: SwiftUI.PreviewPlatform? { get } |
| 11365 | } |
| 11366 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15290 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15291 | @preconcurrency @_Concurrency.MainActor public protocol PreviewProvider : SwiftUI._PreviewProvider { |
| 15292 | associatedtype Previews : SwiftUICore.View |
| 15293 | @SwiftUICore.ContentBuilder @preconcurrency @_Concurrency.MainActor static var previews: Self.Previews { get } |
| 15294 | @preconcurrency @_Concurrency.MainActor static var platform: SwiftUI.PreviewPlatform? { get } |
| 15295 | } |
| 15296 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11392 | public let rawValue: Swift.String |
| 11393 | public init(rawValue: Swift.String) |
| 11394 | public init(stringLiteral: Swift.String) |
| 11395 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11396 | public typealias ExtendedGraphemeClusterLiteralType = Swift.String |
| 11397 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11398 | public typealias RawValue = Swift.String |
| 11399 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11400 | public typealias StringLiteralType = Swift.String |
| 11401 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11402 | public typealias UnicodeScalarLiteralType = Swift.String |
| 11403 | } |
| 11404 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15322 | public let rawValue: Swift.String |
| 15323 | public init(rawValue: Swift.String) |
| 15324 | public init(stringLiteral: Swift.String) |
| 15325 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15326 | public typealias ExtendedGraphemeClusterLiteralType = Swift.String |
| 15327 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15328 | public typealias RawValue = Swift.String |
| 15329 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15330 | public typealias StringLiteralType = Swift.String |
| 15331 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15332 | public typealias UnicodeScalarLiteralType = Swift.String |
| 15333 | } |
| 15334 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11423 | public static let landscapeLeft: SwiftUI.InterfaceOrientation |
| 11424 | public static let landscapeRight: SwiftUI.InterfaceOrientation |
| 11425 | public static func == (a: SwiftUI.InterfaceOrientation, b: SwiftUI.InterfaceOrientation) -> Swift.Bool |
| 11426 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 11427 | public typealias AllCases = [SwiftUI.InterfaceOrientation] |
| 11428 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 11429 | public typealias ID = Swift.String |
| 11430 | } |
| 11431 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15353 | public static let landscapeLeft: SwiftUI.InterfaceOrientation |
| 15354 | public static let landscapeRight: SwiftUI.InterfaceOrientation |
| 15355 | public static func == (a: SwiftUI.InterfaceOrientation, b: SwiftUI.InterfaceOrientation) -> Swift.Bool |
| 15356 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 15357 | public typealias AllCases = [SwiftUI.InterfaceOrientation] |
| 15358 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 15359 | public typealias ID = Swift.String |
| 15360 | } |
| 15361 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11451 | nonisolated public func previewInterfaceOrientation(_ value: SwiftUI.InterfaceOrientation) -> some SwiftUICore.View |
| 11452 | |
| 11453 | } |
| 11454 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11455 | @usableFromInline |
| 11456 | internal struct PreviewDeviceTraitKey : SwiftUICore._ViewTraitKey { |
| 11457 | @inlinable internal static var defaultValue: SwiftUI.PreviewDevice? { |
| 11458 | get { nil } |
| 11459 | } |
| 11460 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11461 | @usableFromInline |
| 11462 | internal typealias Value = SwiftUI.PreviewDevice? |
| 11463 | } |
| 11464 | @available(*, unavailable) |
| 11465 | extension SwiftUI.PreviewDeviceTraitKey : Swift.Sendable { |
| 11466 | } |
| 11467 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11468 | @usableFromInline |
| 11469 | internal struct PreviewLayoutTraitKey : SwiftUICore._ViewTraitKey { |
| 11470 | @inlinable internal static var defaultValue: DeveloperToolsSupport.PreviewLayout { |
| 11471 | get { .device } |
| 11472 | } |
| 11473 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11474 | @usableFromInline |
| 11475 | internal typealias Value = DeveloperToolsSupport.PreviewLayout |
| 11476 | } |
| 11477 | @available(*, unavailable) |
| 11478 | extension SwiftUI.PreviewLayoutTraitKey : Swift.Sendable { |
| 11479 | } |
| 11480 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11481 | @usableFromInline |
| 11482 | internal struct PreviewDisplayNameTraitKey : SwiftUICore._ViewTraitKey { |
| 11483 | @inlinable internal static var defaultValue: Swift.String? { |
| 11484 | get { nil } |
| 11485 | } |
| 11486 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 11487 | @usableFromInline |
| 11488 | internal typealias Value = Swift.String? |
| 11489 | } |
| 11490 | @available(*, unavailable) |
| 11491 | extension SwiftUI.PreviewDisplayNameTraitKey : Swift.Sendable { |
| 11492 | } |
| 11493 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 11494 | @usableFromInline |
| 11495 | internal struct PreviewInterfaceOrientationTraitKey : SwiftUICore._ViewTraitKey { |
| 11496 | @inlinable internal static var defaultValue: SwiftUI.InterfaceOrientation { |
| 11497 | get { .portrait } |
| 11498 | } |
| 11499 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 11500 | @usableFromInline |
| 11501 | internal typealias Value = SwiftUI.InterfaceOrientation |
| 11502 | } |
| 11503 | @available(*, unavailable) |
| 11504 | extension SwiftUI.PreviewInterfaceOrientationTraitKey : Swift.Sendable { |
| 11505 | } |
| 11506 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11507 | @usableFromInline |
| 11508 | internal struct PreviewContextTraitKey : SwiftUICore._ViewTraitKey { |
| 11509 | @inlinable internal static var defaultValue: (any SwiftUI.PreviewContext)? { |
| 11510 | get { nil } |
| 11511 | } |
| 11512 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 11513 | @usableFromInline |
| 11514 | internal typealias Value = (any SwiftUI.PreviewContext)? |
| 11515 | } |
| 11516 | @available(*, unavailable) |
| 11517 | extension SwiftUI.PreviewContextTraitKey : Swift.Sendable { |
| 11518 | } |
| 11519 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11520 | extension SwiftUI._PreviewProvider { |
| 11521 | @_Concurrency.MainActor @preconcurrency public static var _allPreviews: [SwiftUI._Preview] { |
| 11522 | get |
| 11523 | } |
| 11524 | } |
| 11525 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11526 | public struct _Preview { |
| 11527 | public let id: Swift.Int |
| 15381 | nonisolated public func previewInterfaceOrientation(_ value: SwiftUI.InterfaceOrientation) -> some SwiftUICore.View |
| 15382 | |
| 15383 | } |
| 15384 | #if compiler(>=5.3) && $TildeSendable |
| 15385 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15386 | @usableFromInline |
| 15387 | internal struct PreviewDeviceTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 15388 | @inlinable internal static var defaultValue: SwiftUI.PreviewDevice? { |
| 15389 | get { nil } |
| 15390 | } |
| 15391 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15392 | @usableFromInline |
| 15393 | internal typealias Value = SwiftUI.PreviewDevice? |
| 15394 | } |
| 15395 | #else |
| 15396 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15397 | @usableFromInline |
| 15398 | internal struct PreviewDeviceTraitKey : SwiftUICore._ViewTraitKey { |
| 15399 | @inlinable internal static var defaultValue: SwiftUI.PreviewDevice? { |
| 15400 | get { nil } |
| 15401 | } |
| 15402 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15403 | @usableFromInline |
| 15404 | internal typealias Value = SwiftUI.PreviewDevice? |
| 15405 | } |
| 15406 | #endif |
| 15407 | #if compiler(>=5.3) && $TildeSendable |
| 15408 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15409 | @usableFromInline |
| 15410 | internal struct PreviewLayoutTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 15411 | @inlinable internal static var defaultValue: DeveloperToolsSupport.PreviewLayout { |
| 15412 | get { .device } |
| 15413 | } |
| 15414 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15415 | @usableFromInline |
| 15416 | internal typealias Value = DeveloperToolsSupport.PreviewLayout |
| 15417 | } |
| 15418 | #else |
| 15419 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15420 | @usableFromInline |
| 15421 | internal struct PreviewLayoutTraitKey : SwiftUICore._ViewTraitKey { |
| 15422 | @inlinable internal static var defaultValue: DeveloperToolsSupport.PreviewLayout { |
| 15423 | get { .device } |
| 15424 | } |
| 15425 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15426 | @usableFromInline |
| 15427 | internal typealias Value = DeveloperToolsSupport.PreviewLayout |
| 15428 | } |
| 15429 | #endif |
| 15430 | #if compiler(>=5.3) && $TildeSendable |
| 15431 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15432 | @usableFromInline |
| 15433 | internal struct PreviewDisplayNameTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 15434 | @inlinable internal static var defaultValue: Swift.String? { |
| 15435 | get { nil } |
| 15436 | } |
| 15437 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15438 | @usableFromInline |
| 15439 | internal typealias Value = Swift.String? |
| 15440 | } |
| 15441 | #else |
| 15442 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15443 | @usableFromInline |
| 15444 | internal struct PreviewDisplayNameTraitKey : SwiftUICore._ViewTraitKey { |
| 15445 | @inlinable internal static var defaultValue: Swift.String? { |
| 15446 | get { nil } |
| 15447 | } |
| 15448 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 15449 | @usableFromInline |
| 15450 | internal typealias Value = Swift.String? |
| 15451 | } |
| 15452 | #endif |
| 15453 | #if compiler(>=5.3) && $TildeSendable |
| 15454 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15455 | @usableFromInline |
| 15456 | internal struct PreviewInterfaceOrientationTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 15457 | @inlinable internal static var defaultValue: SwiftUI.InterfaceOrientation { |
| 15458 | get { .portrait } |
| 15459 | } |
| 15460 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 15461 | @usableFromInline |
| 15462 | internal typealias Value = SwiftUI.InterfaceOrientation |
| 15463 | } |
| 15464 | #else |
| 15465 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15466 | @usableFromInline |
| 15467 | internal struct PreviewInterfaceOrientationTraitKey : SwiftUICore._ViewTraitKey { |
| 15468 | @inlinable internal static var defaultValue: SwiftUI.InterfaceOrientation { |
| 15469 | get { .portrait } |
| 15470 | } |
| 15471 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 15472 | @usableFromInline |
| 15473 | internal typealias Value = SwiftUI.InterfaceOrientation |
| 15474 | } |
| 15475 | #endif |
| 15476 | #if compiler(>=5.3) && $TildeSendable |
| 15477 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15478 | @usableFromInline |
| 15479 | internal struct PreviewContextTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 15480 | @inlinable internal static var defaultValue: (any SwiftUI.PreviewContext)? { |
| 15481 | get { nil } |
| 15482 | } |
| 15483 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15484 | @usableFromInline |
| 15485 | internal typealias Value = (any SwiftUI.PreviewContext)? |
| 15486 | } |
| 15487 | #else |
| 15488 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15489 | @usableFromInline |
| 15490 | internal struct PreviewContextTraitKey : SwiftUICore._ViewTraitKey { |
| 15491 | @inlinable internal static var defaultValue: (any SwiftUI.PreviewContext)? { |
| 15492 | get { nil } |
| 15493 | } |
| 15494 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 15495 | @usableFromInline |
| 15496 | internal typealias Value = (any SwiftUI.PreviewContext)? |
| 15497 | } |
| 15498 | #endif |
| 15499 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15500 | extension SwiftUI._PreviewProvider { |
| 15501 | @_Concurrency.MainActor @preconcurrency public static var _allPreviews: [SwiftUI._Preview] { |
| 15502 | get |
| 15503 | } |
| 15504 | } |
| 15505 | #if compiler(>=5.3) && $TildeSendable |
| 15506 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15507 | public struct _Preview : ~Swift.Sendable { |
| 15508 | public let id: Swift.Int |
| 15509 | public let contentType: Swift.String |
| 15510 | public var content: SwiftUICore.AnyView { |
| 15511 | get |
| 15512 | } |
| 15513 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15514 | public var context: (any SwiftUI.PreviewContext)? { |
| 15515 | get |
| 15516 | } |
| 15517 | public var displayName: Swift.String? { |
| 15518 | get |
| 15519 | } |
| 15520 | public var device: SwiftUI.PreviewDevice? { |
| 15521 | get |
| 15522 | } |
| 15523 | public var layout: DeveloperToolsSupport.PreviewLayout { |
| 15524 | get |
| 15525 | } |
| 15526 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15527 | public var interfaceOrientation: SwiftUI.InterfaceOrientation { |
| 15528 | get |
| 15529 | } |
| 15530 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 15531 | public var colorScheme: SwiftUICore.ColorScheme? { |
| 15532 | get |
| 15533 | } |
| 15534 | } |
| 15535 | #else |
| 15536 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15537 | public struct _Preview { |
| 15538 | public let id: Swift.Int |
| 11551 | get |
| 11552 | } |
| 11553 | } |
| 11554 | @available(*, unavailable) |
| 11555 | extension SwiftUI._Preview : Swift.Sendable { |
| 11556 | } |
| 11557 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11558 | public struct ScrollAnchorRole : Swift.Hashable, Swift.Sendable { |
| 11559 | public static var initialOffset: SwiftUI.ScrollAnchorRole { |
| 15562 | get |
| 15563 | } |
| 15564 | } |
| 15565 | #endif |
| 15566 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 15567 | public struct ScrollAnchorRole : Swift.Hashable, Swift.Sendable { |
| 15568 | public static var initialOffset: SwiftUI.ScrollAnchorRole { |
| 11581 | nonisolated public func defaultScrollAnchor(_ anchor: SwiftUICore.UnitPoint?, for role: SwiftUI.ScrollAnchorRole) -> some SwiftUICore.View |
| 11582 | |
| 11583 | } |
| 11584 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 11585 | public enum PopoverAttachmentAnchor { |
| 11586 | case rect(SwiftUICore.Anchor<CoreFoundation.CGRect>.Source) |
| 11587 | case point(SwiftUICore.UnitPoint) |
| 11588 | } |
| 11589 | @available(*, unavailable) |
| 11590 | extension SwiftUI.PopoverAttachmentAnchor : Swift.Sendable { |
| 11591 | } |
| 11592 | @available(iOS 13.0, macOS 10.15, *) |
| 11593 | @available(tvOS, unavailable) |
| 11594 | @available(watchOS, unavailable) |
| 11595 | extension SwiftUICore.View { |
| 11596 | @_alwaysEmitIntoClient nonisolated public func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View { |
| 11597 | if #available(iOS 18.1, macOS 15.1, visionOS 2.1, *) { |
| 11598 | return popoverCore( |
| 11599 | item: item, |
| 15590 | nonisolated public func defaultScrollAnchor(_ anchor: SwiftUICore.UnitPoint?, for role: SwiftUI.ScrollAnchorRole) -> some SwiftUICore.View |
| 15591 | |
| 15592 | } |
| 15593 | #if compiler(>=5.3) && $TildeSendable |
| 15594 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15595 | public enum PopoverAttachmentAnchor : ~Swift.Sendable { |
| 15596 | case rect(SwiftUICore.Anchor<CoreFoundation.CGRect>.Source) |
| 15597 | case point(SwiftUICore.UnitPoint) |
| 15598 | } |
| 15599 | #else |
| 15600 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15601 | public enum PopoverAttachmentAnchor { |
| 15602 | case rect(SwiftUICore.Anchor<CoreFoundation.CGRect>.Source) |
| 15603 | case point(SwiftUICore.UnitPoint) |
| 15604 | } |
| 15605 | #endif |
| 15606 | @available(iOS 13.0, macOS 10.15, *) |
| 15607 | @available(tvOS, unavailable) |
| 15608 | @available(watchOS, unavailable) |
| 15609 | extension SwiftUICore.View { |
| 15610 | @_alwaysEmitIntoClient nonisolated public func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View { |
| 15611 | if #available(iOS 18.1, macOS 15.1, visionOS 2.1, *) { |
| 15612 | return popoverCore( |
| 15613 | item: item, |
| 11624 | @available(tvOS, unavailable) |
| 11625 | @available(watchOS, unavailable) |
| 11626 | @usableFromInline |
| 11627 | nonisolated internal func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 11628 | |
| 11629 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 11630 | @available(tvOS, unavailable) |
| 11631 | @available(watchOS, unavailable) |
| 11632 | @usableFromInline |
| 11633 | nonisolated internal func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 11634 | |
| 11635 | @available(tvOS, unavailable) |
| 11636 | @available(watchOS, unavailable) |
| 11637 | @_alwaysEmitIntoClient nonisolated public func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View { |
| 11638 | if #available(iOS 18.1, macOS 15.1, visionOS 2.1, *) { |
| 11639 | return popoverCore( |
| 11640 | isPresented: isPresented, |
| 15638 | @available(tvOS, unavailable) |
| 15639 | @available(watchOS, unavailable) |
| 15640 | @usableFromInline |
| 15641 | nonisolated internal func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 15642 | |
| 15643 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 15644 | @available(tvOS, unavailable) |
| 15645 | @available(watchOS, unavailable) |
| 15646 | @usableFromInline |
| 15647 | nonisolated internal func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 15648 | |
| 15649 | @available(tvOS, unavailable) |
| 15650 | @available(watchOS, unavailable) |
| 15651 | @_alwaysEmitIntoClient nonisolated public func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View { |
| 15652 | if #available(iOS 18.1, macOS 15.1, visionOS 2.1, *) { |
| 15653 | return popoverCore( |
| 15654 | isPresented: isPresented, |
| 11666 | @available(tvOS, unavailable) |
| 11667 | @available(watchOS, unavailable) |
| 11668 | @usableFromInline |
| 11669 | nonisolated internal func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 11670 | |
| 11671 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 11672 | @available(tvOS, unavailable) |
| 11673 | @available(watchOS, unavailable) |
| 11674 | @usableFromInline |
| 11675 | nonisolated internal func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 11676 | |
| 11677 | } |
| 11678 | extension SwiftUICore.View { |
| 11679 | @available(iOS 18.1, macOS 15.1, visionOS 2.1, *) |
| 11680 | @available(tvOS, unavailable) |
| 11681 | @available(watchOS, unavailable) |
| 11682 | @usableFromInline |
| 11683 | nonisolated internal func popoverCore<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, isDetachable: Swift.Bool, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 11684 | |
| 11685 | @available(iOS 18.1, macOS 15.1, visionOS 2.1, *) |
| 11686 | @available(tvOS, unavailable) |
| 11687 | @available(watchOS, unavailable) |
| 11688 | @usableFromInline |
| 11689 | nonisolated internal func popoverCore<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 11690 | |
| 11691 | } |
| 11692 | extension SwiftUICore.View { |
| 15680 | @available(tvOS, unavailable) |
| 15681 | @available(watchOS, unavailable) |
| 15682 | @usableFromInline |
| 15683 | nonisolated internal func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 15684 | |
| 15685 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 15686 | @available(tvOS, unavailable) |
| 15687 | @available(watchOS, unavailable) |
| 15688 | @usableFromInline |
| 15689 | nonisolated internal func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 15690 | |
| 15691 | } |
| 15692 | extension SwiftUICore.View { |
| 15693 | @available(iOS 18.1, macOS 15.1, visionOS 2.1, *) |
| 15694 | @available(tvOS, unavailable) |
| 15695 | @available(watchOS, unavailable) |
| 15696 | @usableFromInline |
| 15697 | nonisolated internal func popoverCore<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, isDetachable: Swift.Bool, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 15698 | |
| 15699 | @available(iOS 18.1, macOS 15.1, visionOS 2.1, *) |
| 15700 | @available(tvOS, unavailable) |
| 15701 | @available(watchOS, unavailable) |
| 15702 | @usableFromInline |
| 15703 | nonisolated internal func popoverCore<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 15704 | |
| 15705 | } |
| 15706 | extension SwiftUICore.View { |
| 11720 | } |
| 11721 | |
| 11722 | } |
| 11723 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 11724 | public struct ScrollIndicatorVisibility { |
| 11725 | public static var automatic: SwiftUI.ScrollIndicatorVisibility { |
| 15734 | } |
| 15735 | |
| 15736 | } |
| 15737 | #if compiler(>=5.3) && $TildeSendable |
| 15738 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15739 | public struct ScrollIndicatorVisibility : ~Swift.Sendable { |
| 15740 | public static var automatic: SwiftUI.ScrollIndicatorVisibility { |
| 15741 | get |
| 15742 | } |
| 15743 | public static var visible: SwiftUI.ScrollIndicatorVisibility { |
| 15744 | get |
| 15745 | } |
| 15746 | public static var hidden: SwiftUI.ScrollIndicatorVisibility { |
| 15747 | get |
| 15748 | } |
| 15749 | public static var never: SwiftUI.ScrollIndicatorVisibility { |
| 15750 | get |
| 15751 | } |
| 15752 | } |
| 15753 | #else |
| 15754 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15755 | public struct ScrollIndicatorVisibility { |
| 15756 | public static var automatic: SwiftUI.ScrollIndicatorVisibility { |
| 11735 | get |
| 11736 | } |
| 11737 | } |
| 11738 | @available(*, unavailable) |
| 11739 | extension SwiftUI.ScrollIndicatorVisibility : Swift.Sendable { |
| 11740 | } |
| 11741 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 11742 | extension SwiftUI.ScrollIndicatorVisibility : Swift.Equatable { |
| 11743 | public static func == (a: SwiftUI.ScrollIndicatorVisibility, b: SwiftUI.ScrollIndicatorVisibility) -> Swift.Bool |
| 15766 | get |
| 15767 | } |
| 15768 | } |
| 15769 | #endif |
| 15770 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 15771 | extension SwiftUI.ScrollIndicatorVisibility : Swift.Equatable { |
| 15772 | public static func == (a: SwiftUI.ScrollIndicatorVisibility, b: SwiftUI.ScrollIndicatorVisibility) -> Swift.Bool |
| 11918 | set |
| 11919 | } |
| 11920 | } |
| 11921 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 11922 | @available(tvOS, unavailable) |
| 11923 | @available(watchOS, unavailable) |
| 11924 | public struct TableColumnForEach<Data, ID, RowValue, Sort, Content> : SwiftUI.TableColumnContent where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowValue == Content.TableRowValue, Sort == Content.TableColumnSortComparator, Content : SwiftUI.TableColumnContent { |
| 11925 | public typealias TableRowValue = RowValue |
| 11926 | public typealias TableColumnSortComparator = Sort |
| 11927 | public typealias TableColumnBody = Swift.Never |
| 11928 | public var data: Data |
| 11929 | public var content: (Data.Element) -> Content |
| 11930 | public init(_ data: Data, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) where ID == Data.Element.ID, Data.Element : Swift.Identifiable |
| 11931 | public init(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) |
| 11932 | @_semantics("swiftui.requires_constant_range") public init(_ data: Swift.Range<Swift.Int>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Swift.Int) -> Content) where Data == Swift.Range<Swift.Int>, ID == Swift.Int |
| 11933 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 11934 | } |
| 11935 | @available(*, unavailable) |
| 11936 | extension SwiftUI.TableColumnForEach : Swift.Sendable { |
| 11937 | } |
| 11938 | @available(macOS 13.0, tvOS 15.0, *) |
| 11939 | @available(iOS, unavailable) |
| 11940 | @available(watchOS, unavailable) |
| 15947 | set |
| 15948 | } |
| 15949 | } |
| 15950 | #if compiler(>=5.3) && $TildeSendable |
| 15951 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 15952 | @available(tvOS, unavailable) |
| 15953 | @available(watchOS, unavailable) |
| 15954 | nonisolated public struct TableColumnForEach<Data, ID, RowValue, Sort, Content> : SwiftUI.TableColumnContent, ~Swift.Sendable where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowValue == Content.TableRowValue, Sort == Content.TableColumnSortComparator, Content : SwiftUI.TableColumnContent { |
| 15955 | public typealias TableRowValue = RowValue |
| 15956 | public typealias TableColumnSortComparator = Sort |
| 15957 | public typealias TableColumnBody = Swift.Never |
| 15958 | public var data: Data |
| 15959 | public var content: (Data.Element) -> Content |
| 15960 | nonisolated public init(_ data: Data, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) where ID == Data.Element.ID, Data.Element : Swift.Identifiable |
| 15961 | nonisolated public init(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) |
| 15962 | @_semantics("swiftui.requires_constant_range") nonisolated public init(_ data: Swift.Range<Swift.Int>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Swift.Int) -> Content) where Data == Swift.Range<Swift.Int>, ID == Swift.Int |
| 15963 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 15964 | } |
| 15965 | #else |
| 15966 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 15967 | @available(tvOS, unavailable) |
| 15968 | @available(watchOS, unavailable) |
| 15969 | nonisolated public struct TableColumnForEach<Data, ID, RowValue, Sort, Content> : SwiftUI.TableColumnContent where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowValue == Content.TableRowValue, Sort == Content.TableColumnSortComparator, Content : SwiftUI.TableColumnContent { |
| 15970 | public typealias TableRowValue = RowValue |
| 15971 | public typealias TableColumnSortComparator = Sort |
| 15972 | public typealias TableColumnBody = Swift.Never |
| 15973 | public var data: Data |
| 15974 | public var content: (Data.Element) -> Content |
| 15975 | nonisolated public init(_ data: Data, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) where ID == Data.Element.ID, Data.Element : Swift.Identifiable |
| 15976 | nonisolated public init(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Data.Element) -> Content) |
| 15977 | @_semantics("swiftui.requires_constant_range") nonisolated public init(_ data: Swift.Range<Swift.Int>, @SwiftUI.TableColumnBuilder<SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableRowValue, SwiftUI.TableColumnForEach<Swift.Range<Swift.Int>, Swift.Int, RowValue, Sort, Content>.TableColumnSortComparator> content: @escaping (Swift.Int) -> Content) where Data == Swift.Range<Swift.Int>, ID == Swift.Int |
| 15978 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TableColumnForEach<Data, ID, RowValue, Sort, Content>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 15979 | } |
| 15980 | #endif |
| 15981 | @available(macOS 13.0, tvOS 15.0, *) |
| 15982 | @available(iOS, unavailable) |
| 15983 | @available(watchOS, unavailable) |
| 11950 | public init(rawValue: SwiftUI.AccessibilityDirectTouchOptions.RawValue) |
| 11951 | public static let silentOnTouch: SwiftUI.AccessibilityDirectTouchOptions |
| 11952 | public static let requiresActivation: SwiftUI.AccessibilityDirectTouchOptions |
| 11953 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 11954 | public typealias ArrayLiteralElement = SwiftUI.AccessibilityDirectTouchOptions |
| 11955 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 11956 | public typealias Element = SwiftUI.AccessibilityDirectTouchOptions |
| 11957 | } |
| 11958 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 15993 | public init(rawValue: SwiftUI.AccessibilityDirectTouchOptions.RawValue) |
| 15994 | public static let silentOnTouch: SwiftUI.AccessibilityDirectTouchOptions |
| 15995 | public static let requiresActivation: SwiftUI.AccessibilityDirectTouchOptions |
| 15996 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 15997 | public typealias ArrayLiteralElement = SwiftUI.AccessibilityDirectTouchOptions |
| 15998 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 15999 | public typealias Element = SwiftUI.AccessibilityDirectTouchOptions |
| 16000 | } |
| 16001 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 11980 | } |
| 11981 | |
| 11982 | } |
| 11983 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 11984 | @usableFromInline |
| 11985 | internal struct ListItemTintTraitKey : SwiftUICore._ViewTraitKey { |
| 11986 | @inlinable internal static var defaultValue: SwiftUI.ListItemTint? { |
| 11987 | get { nil } |
| 11988 | } |
| 11989 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 11990 | @usableFromInline |
| 11991 | internal typealias Value = SwiftUI.ListItemTint? |
| 11992 | } |
| 11993 | @available(*, unavailable) |
| 11994 | extension SwiftUI.ListItemTintTraitKey : Swift.Sendable { |
| 11995 | } |
| 11996 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 11997 | public struct AnyTabContent<SelectionValue> : SwiftUI.TabContent where SelectionValue : Swift.Hashable { |
| 11998 | public typealias TabValue = SelectionValue |
| 11999 | public init<T>(_ tabContent: T) where SelectionValue == T.TabValue, T : SwiftUI.TabContent |
| 12000 | @_Concurrency.MainActor @preconcurrency public var _identifiedView: SwiftUICore.AnyView { |
| 12001 | get |
| 12002 | } |
| 12003 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 12004 | public typealias Body = SwiftUI.AnyTabContent<SelectionValue> |
| 12005 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 12006 | public typealias _IdentifiedView = SwiftUICore.AnyView |
| 12007 | } |
| 12008 | @available(*, unavailable) |
| 12009 | extension SwiftUI.AnyTabContent : Swift.Sendable { |
| 12010 | } |
| 12011 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 12012 | @available(tvOS, unavailable) |
| 12013 | @available(watchOS, unavailable) |
| 12014 | extension SwiftUI.TabContent { |
| 12015 | nonisolated public func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View |
| 12016 | |
| 12017 | nonisolated public func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 12018 | |
| 12019 | } |
| 12020 | @available(macOS 10.15, *) |
| 16023 | } |
| 16024 | |
| 16025 | } |
| 16026 | #if compiler(>=5.3) && $TildeSendable |
| 16027 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16028 | @usableFromInline |
| 16029 | internal struct ListItemTintTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 16030 | @inlinable internal static var defaultValue: SwiftUI.ListItemTint? { |
| 16031 | get { nil } |
| 16032 | } |
| 16033 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 16034 | @usableFromInline |
| 16035 | internal typealias Value = SwiftUI.ListItemTint? |
| 16036 | } |
| 16037 | #else |
| 16038 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16039 | @usableFromInline |
| 16040 | internal struct ListItemTintTraitKey : SwiftUICore._ViewTraitKey { |
| 16041 | @inlinable internal static var defaultValue: SwiftUI.ListItemTint? { |
| 16042 | get { nil } |
| 16043 | } |
| 16044 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 16045 | @usableFromInline |
| 16046 | internal typealias Value = SwiftUI.ListItemTint? |
| 16047 | } |
| 16048 | #endif |
| 16049 | #if compiler(>=5.3) && $TildeSendable |
| 16050 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16051 | nonisolated public struct AnyTabContent<SelectionValue> : SwiftUI.TabContent, ~Swift.Sendable where SelectionValue : Swift.Hashable { |
| 16052 | public typealias TabValue = SelectionValue |
| 16053 | nonisolated public init<T>(_ tabContent: T) where SelectionValue == T.TabValue, T : SwiftUI.TabContent |
| 16054 | nonisolated public var _identifiedView: SwiftUICore.AnyView { |
| 16055 | get |
| 16056 | } |
| 16057 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16058 | public typealias Body = SwiftUI.AnyTabContent<SelectionValue> |
| 16059 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16060 | public typealias _IdentifiedView = SwiftUICore.AnyView |
| 16061 | } |
| 16062 | #else |
| 16063 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16064 | nonisolated public struct AnyTabContent<SelectionValue> : SwiftUI.TabContent where SelectionValue : Swift.Hashable { |
| 16065 | public typealias TabValue = SelectionValue |
| 16066 | nonisolated public init<T>(_ tabContent: T) where SelectionValue == T.TabValue, T : SwiftUI.TabContent |
| 16067 | nonisolated public var _identifiedView: SwiftUICore.AnyView { |
| 16068 | get |
| 16069 | } |
| 16070 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16071 | public typealias Body = SwiftUI.AnyTabContent<SelectionValue> |
| 16072 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16073 | public typealias _IdentifiedView = SwiftUICore.AnyView |
| 16074 | } |
| 16075 | #endif |
| 16076 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 16077 | @available(tvOS, unavailable) |
| 16078 | @available(watchOS, unavailable) |
| 16079 | extension SwiftUI.TabContent { |
| 16080 | nonisolated public func popover<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Content : SwiftUICore.View |
| 16081 | |
| 16082 | nonisolated public func popover<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor = .rect(.bounds), arrowEdge: SwiftUICore.Edge? = nil, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUI.TabContent<Self.TabValue> where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 16083 | |
| 16084 | } |
| 16085 | @available(macOS 10.15, *) |
| 12023 | @available(watchOS, unavailable) |
| 12024 | @available(visionOS, unavailable) |
| 12025 | extension SwiftUI.ToggleStyle where Self == SwiftUI.CheckboxToggleStyle { |
| 12026 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var checkbox: SwiftUI.CheckboxToggleStyle { |
| 12027 | get { .init() } |
| 12028 | } |
| 12029 | } |
| 12030 | @available(macOS 10.15, *) |
| 12031 | @available(iOS, unavailable) |
| 12032 | @available(tvOS, unavailable) |
| 12033 | @available(watchOS, unavailable) |
| 12034 | @available(visionOS, unavailable) |
| 12035 | public struct CheckboxToggleStyle : SwiftUI.ToggleStyle { |
| 12036 | public init() |
| 12037 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CheckboxToggleStyle.Configuration) -> some SwiftUICore.View |
| 12038 | |
| 12039 | @available(macOS 10.15, *) |
| 12040 | @available(iOS, unavailable) |
| 16088 | @available(watchOS, unavailable) |
| 16089 | @available(visionOS, unavailable) |
| 16090 | extension SwiftUI.ToggleStyle where Self == SwiftUI.CheckboxToggleStyle { |
| 16091 | @_alwaysEmitIntoClient nonisolated public static var checkbox: SwiftUI.CheckboxToggleStyle { |
| 16092 | get { .init() } |
| 16093 | } |
| 16094 | } |
| 16095 | #if compiler(>=5.3) && $TildeSendable |
| 16096 | @available(macOS 10.15, *) |
| 16097 | @available(iOS, unavailable) |
| 16098 | @available(tvOS, unavailable) |
| 16099 | @available(watchOS, unavailable) |
| 16100 | @available(visionOS, unavailable) |
| 16101 | nonisolated public struct CheckboxToggleStyle : SwiftUI.ToggleStyle, ~Swift.Sendable { |
| 16102 | nonisolated public init() |
| 16103 | nonisolated public func makeBody(configuration: SwiftUI.CheckboxToggleStyle.Configuration) -> some SwiftUICore.View |
| 16104 | |
| 16105 | @available(macOS 10.15, *) |
| 16106 | @available(iOS, unavailable) |
| 12043 | @available(visionOS, unavailable) |
| 12044 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19CheckboxToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 12045 | } |
| 12046 | @available(*, unavailable) |
| 12047 | extension SwiftUI.CheckboxToggleStyle : Swift.Sendable { |
| 12048 | } |
| 12049 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12050 | extension SwiftUICore.View { |
| 12051 | nonisolated public func labelsHidden() -> some SwiftUICore.View |
| 16109 | @available(visionOS, unavailable) |
| 16110 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19CheckboxToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 16111 | } |
| 16112 | #else |
| 16113 | @available(macOS 10.15, *) |
| 16114 | @available(iOS, unavailable) |
| 16115 | @available(tvOS, unavailable) |
| 16116 | @available(watchOS, unavailable) |
| 16117 | @available(visionOS, unavailable) |
| 16118 | nonisolated public struct CheckboxToggleStyle : SwiftUI.ToggleStyle { |
| 16119 | nonisolated public init() |
| 16120 | nonisolated public func makeBody(configuration: SwiftUI.CheckboxToggleStyle.Configuration) -> some SwiftUICore.View |
| 16121 | |
| 16122 | @available(macOS 10.15, *) |
| 16123 | @available(iOS, unavailable) |
| 16124 | @available(tvOS, unavailable) |
| 16125 | @available(watchOS, unavailable) |
| 16126 | @available(visionOS, unavailable) |
| 16127 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19CheckboxToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 16128 | } |
| 16129 | #endif |
| 16130 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16131 | extension SwiftUICore.View { |
| 16132 | nonisolated public func labelsHidden() -> some SwiftUICore.View |
| 12057 | @available(tvOS, unavailable) |
| 12058 | @available(watchOS, unavailable) |
| 12059 | extension SwiftUICore.View { |
| 12060 | nonisolated public func immersiveEnvironmentPicker<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 12061 | |
| 12062 | } |
| 12063 | @available(visionOS 1.0, *) |
| 12064 | @available(iOS, unavailable) |
| 12065 | @available(macOS, unavailable) |
| 12066 | @available(tvOS, unavailable) |
| 12067 | @available(watchOS, unavailable) |
| 12068 | public struct RoundedBorderTextEditorStyle : SwiftUI.TextEditorStyle { |
| 12069 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.RoundedBorderTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 12070 | |
| 12071 | public init() |
| 12072 | @available(visionOS 1.0, *) |
| 12073 | @available(iOS, unavailable) |
| 12074 | @available(tvOS, unavailable) |
| 12075 | @available(watchOS, unavailable) |
| 12076 | @available(macOS, unavailable) |
| 12077 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28RoundedBorderTextEditorStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 12078 | } |
| 12079 | @available(*, unavailable) |
| 12080 | extension SwiftUI.RoundedBorderTextEditorStyle : Swift.Sendable { |
| 12081 | } |
| 12082 | @available(visionOS 1.0, *) |
| 12083 | @available(iOS, unavailable) |
| 12084 | @available(macOS, unavailable) |
| 16138 | @available(tvOS, unavailable) |
| 16139 | @available(watchOS, unavailable) |
| 16140 | extension SwiftUICore.View { |
| 16141 | nonisolated public func immersiveEnvironmentPicker<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 16142 | |
| 16143 | } |
| 16144 | #if compiler(>=5.3) && $TildeSendable |
| 16145 | @available(visionOS 1.0, *) |
| 16146 | @available(iOS, unavailable) |
| 16147 | @available(macOS, unavailable) |
| 16148 | @available(tvOS, unavailable) |
| 16149 | @available(watchOS, unavailable) |
| 16150 | nonisolated public struct RoundedBorderTextEditorStyle : SwiftUI.TextEditorStyle, ~Swift.Sendable { |
| 16151 | nonisolated public func makeBody(configuration: SwiftUI.RoundedBorderTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 16152 | |
| 16153 | nonisolated public init() |
| 16154 | @available(visionOS 1.0, *) |
| 16155 | @available(macOS, unavailable) |
| 16156 | @available(iOS, unavailable) |
| 16157 | @available(tvOS, unavailable) |
| 16158 | @available(watchOS, unavailable) |
| 16159 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28RoundedBorderTextEditorStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 16160 | } |
| 16161 | #else |
| 16162 | @available(visionOS 1.0, *) |
| 16163 | @available(iOS, unavailable) |
| 16164 | @available(macOS, unavailable) |
| 16165 | @available(tvOS, unavailable) |
| 16166 | @available(watchOS, unavailable) |
| 16167 | nonisolated public struct RoundedBorderTextEditorStyle : SwiftUI.TextEditorStyle { |
| 16168 | nonisolated public func makeBody(configuration: SwiftUI.RoundedBorderTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 16169 | |
| 16170 | nonisolated public init() |
| 16171 | @available(visionOS 1.0, *) |
| 16172 | @available(macOS, unavailable) |
| 16173 | @available(iOS, unavailable) |
| 16174 | @available(tvOS, unavailable) |
| 16175 | @available(watchOS, unavailable) |
| 16176 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28RoundedBorderTextEditorStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 16177 | } |
| 16178 | #endif |
| 16179 | @available(visionOS 1.0, *) |
| 16180 | @available(iOS, unavailable) |
| 16181 | @available(macOS, unavailable) |
| 12124 | nonisolated public func containerBackground<S>(_ style: S, for container: SwiftUI.ContainerBackgroundPlacement) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 12125 | |
| 12126 | @available(iOS 17.0, tvOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 12127 | nonisolated public func containerBackground<V>(for container: SwiftUI.ContainerBackgroundPlacement, alignment: SwiftUICore.Alignment = .center, @SwiftUICore.ViewBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 12128 | |
| 12129 | } |
| 12130 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 12131 | @usableFromInline |
| 12132 | internal struct ContainerBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 12133 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 12134 | get { nil } |
| 12135 | } |
| 12136 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 12137 | @usableFromInline |
| 12138 | internal typealias Value = SwiftUICore.AnyView? |
| 12139 | } |
| 12140 | @available(*, unavailable) |
| 12141 | extension SwiftUI.ContainerBackgroundTraitKey : Swift.Sendable { |
| 12142 | } |
| 12143 | @available(iOS 14.0, macOS 10.15, *) |
| 12144 | @available(tvOS, unavailable) |
| 12145 | @available(watchOS, unavailable) |
| 12146 | public struct GroupBox<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 12147 | @available(iOS 14.0, macOS 10.15, *) |
| 12148 | @available(tvOS, unavailable) |
| 12149 | @available(watchOS, unavailable) |
| 12150 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) { |
| 12151 | self.init(label: label(), content: content) |
| 12152 | } |
| 12153 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 12154 | get |
| 12155 | } |
| 12156 | @available(iOS 14.0, macOS 10.15, *) |
| 12157 | @available(tvOS, unavailable) |
| 12158 | @available(watchOS, unavailable) |
| 12159 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8GroupBoxV4bodyQrvp", 0) __<Label, Content> |
| 12160 | } |
| 12161 | @available(*, unavailable) |
| 12162 | extension SwiftUI.GroupBox : Swift.Sendable { |
| 12163 | } |
| 12164 | @available(iOS 14.0, macOS 11.0, *) |
| 12165 | @available(tvOS, unavailable) |
| 12166 | @available(watchOS, unavailable) |
| 16221 | nonisolated public func containerBackground<S>(_ style: S, for container: SwiftUI.ContainerBackgroundPlacement) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 16222 | |
| 16223 | @available(iOS 17.0, tvOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 16224 | nonisolated public func containerBackground<V>(for container: SwiftUI.ContainerBackgroundPlacement, alignment: SwiftUICore.Alignment = .center, @SwiftUICore.ContentBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 16225 | |
| 16226 | } |
| 16227 | #if compiler(>=5.3) && $TildeSendable |
| 16228 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16229 | @usableFromInline |
| 16230 | internal struct ContainerBackgroundTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 16231 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 16232 | get { nil } |
| 16233 | } |
| 16234 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 16235 | @usableFromInline |
| 16236 | internal typealias Value = SwiftUICore.AnyView? |
| 16237 | } |
| 16238 | #else |
| 16239 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16240 | @usableFromInline |
| 16241 | internal struct ContainerBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 16242 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 16243 | get { nil } |
| 16244 | } |
| 16245 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 16246 | @usableFromInline |
| 16247 | internal typealias Value = SwiftUICore.AnyView? |
| 16248 | } |
| 16249 | #endif |
| 16250 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16251 | extension SwiftUICore.View { |
| 16252 | @_Concurrency.MainActor @preconcurrency public static func _printChanges() |
| 16253 | } |
| 16254 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16255 | extension SwiftUICore.ViewModifier { |
| 16256 | @_Concurrency.MainActor @preconcurrency public static func _printChanges() |
| 16257 | } |
| 16258 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 16259 | extension SwiftUICore.ViewModifier { |
| 16260 | @_Concurrency.MainActor @preconcurrency public static func _logChanges() |
| 16261 | } |
| 16262 | #if compiler(>=5.3) && $TildeSendable |
| 16263 | @available(iOS 14.0, macOS 10.15, *) |
| 16264 | @available(tvOS, unavailable) |
| 16265 | @available(watchOS, unavailable) |
| 16266 | nonisolated public struct GroupBox<Label, Content> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 16267 | @available(iOS 14.0, macOS 10.15, *) |
| 16268 | @available(tvOS, unavailable) |
| 16269 | @available(watchOS, unavailable) |
| 16270 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 16271 | self.init(label: label(), content: content) |
| 16272 | } |
| 16273 | nonisolated public var body: some SwiftUICore.View { |
| 16274 | get |
| 16275 | } |
| 16276 | @available(macOS 10.15, iOS 14.0, *) |
| 16277 | @available(tvOS, unavailable) |
| 16278 | @available(watchOS, unavailable) |
| 16279 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8GroupBoxV4bodyQrvp", 0) __<Label, Content> |
| 16280 | } |
| 16281 | #else |
| 16282 | @available(iOS 14.0, macOS 10.15, *) |
| 16283 | @available(tvOS, unavailable) |
| 16284 | @available(watchOS, unavailable) |
| 16285 | nonisolated public struct GroupBox<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 16286 | @available(iOS 14.0, macOS 10.15, *) |
| 16287 | @available(tvOS, unavailable) |
| 16288 | @available(watchOS, unavailable) |
| 16289 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 16290 | self.init(label: label(), content: content) |
| 16291 | } |
| 16292 | nonisolated public var body: some SwiftUICore.View { |
| 16293 | get |
| 16294 | } |
| 16295 | @available(macOS 10.15, iOS 14.0, *) |
| 16296 | @available(tvOS, unavailable) |
| 16297 | @available(watchOS, unavailable) |
| 16298 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8GroupBoxV4bodyQrvp", 0) __<Label, Content> |
| 16299 | } |
| 16300 | #endif |
| 16301 | @available(iOS 14.0, macOS 11.0, *) |
| 16302 | @available(tvOS, unavailable) |
| 16303 | @available(watchOS, unavailable) |
| 12171 | @available(tvOS, unavailable) |
| 12172 | @available(watchOS, unavailable) |
| 12173 | extension SwiftUI.GroupBox where Label == SwiftUICore.EmptyView { |
| 12174 | nonisolated public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 12175 | } |
| 12176 | @available(iOS 15.0, macOS 12.0, *) |
| 12177 | @available(tvOS, unavailable) |
| 12178 | @available(watchOS, unavailable) |
| 12179 | extension SwiftUI.GroupBox where Label == SwiftUICore.Text { |
| 12180 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 12181 | @available(iOS 16.0, macOS 13.0, *) |
| 12182 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 12183 | self.init(content: content, label: { Text(titleResource) }) |
| 12184 | } |
| 12185 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 12186 | } |
| 12187 | @available(iOS 14.0, macOS 10.15, *) |
| 12188 | @available(tvOS, unavailable) |
| 16308 | @available(tvOS, unavailable) |
| 16309 | @available(watchOS, unavailable) |
| 16310 | extension SwiftUI.GroupBox where Label == SwiftUICore.EmptyView { |
| 16311 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 16312 | } |
| 16313 | @available(iOS 15.0, macOS 12.0, *) |
| 16314 | @available(tvOS, unavailable) |
| 16315 | @available(watchOS, unavailable) |
| 16316 | extension SwiftUI.GroupBox where Label == SwiftUICore.Text { |
| 16317 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 16318 | @available(iOS 16.0, macOS 13.0, *) |
| 16319 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 16320 | self.init(content: content, label: { Text(titleResource) }) |
| 16321 | } |
| 16322 | @_disfavoredOverload nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 16323 | } |
| 16324 | @available(iOS 14.0, macOS 10.15, *) |
| 16325 | @available(tvOS, unavailable) |
| 12191 | @available(iOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 12192 | @available(macOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 12193 | @available(visionOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 12194 | nonisolated public init(label: Label, @SwiftUICore.ViewBuilder content: () -> Content) |
| 12195 | } |
| 12196 | @available(iOS 16.0, macOS 12.0, *) |
| 12197 | @available(tvOS, unavailable) |
| 16328 | @available(iOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 16329 | @available(macOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 16330 | @available(visionOS, deprecated: 100000.0, renamed: "GroupBox(content:label:)") |
| 16331 | nonisolated public init(label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 16332 | } |
| 16333 | @available(iOS 16.0, macOS 12.0, *) |
| 16334 | @available(tvOS, unavailable) |
| 12207 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 12208 | } |
| 12209 | } |
| 12210 | @available(iOS 16.0, macOS 12.0, *) |
| 12211 | @available(tvOS, unavailable) |
| 12212 | @available(watchOS, unavailable) |
| 12213 | public struct InsetTableStyle : SwiftUI.TableStyle { |
| 12214 | public init() |
| 12215 | @available(iOS, unavailable) |
| 12216 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.inset` style with the `.alternatingRowBackgrounds()` view modifier") |
| 12217 | @available(visionOS, unavailable) |
| 12218 | public init(alternatesRowBackgrounds: Swift.Bool) |
| 12219 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.InsetTableStyle.Configuration) -> some SwiftUICore.View |
| 12220 | |
| 12221 | @available(iOS 16.0, macOS 12.0, *) |
| 12222 | @available(tvOS, unavailable) |
| 12223 | @available(watchOS, unavailable) |
| 12224 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15InsetTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 12225 | } |
| 12226 | @available(*, unavailable) |
| 12227 | extension SwiftUI.InsetTableStyle : Swift.Sendable { |
| 12228 | } |
| 12229 | @available(visionOS 1.0, *) |
| 12230 | @available(iOS, unavailable) |
| 12231 | @available(macOS, unavailable) |
| 12232 | @available(tvOS, unavailable) |
| 12233 | @available(watchOS, unavailable) |
| 12234 | public struct ImmersiveSpaceViewContent<Content> : SwiftUI.ImmersiveSpaceContent where Content : SwiftUICore.View { |
| 12235 | @available(visionOS 26.0, *) |
| 12236 | @available(iOS, unavailable) |
| 12237 | @available(macOS, unavailable) |
| 12238 | @available(tvOS, unavailable) |
| 12239 | @available(watchOS, unavailable) |
| 12240 | @usableFromInline |
| 12241 | internal init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 12242 | @available(visionOS 1.0, *) |
| 12243 | @available(iOS, unavailable) |
| 12244 | @available(tvOS, unavailable) |
| 12245 | @available(watchOS, unavailable) |
| 12246 | @available(macOS, unavailable) |
| 12247 | public typealias Body = Swift.Never |
| 12248 | } |
| 12249 | @available(*, unavailable) |
| 12250 | extension SwiftUI.ImmersiveSpaceViewContent : Swift.Sendable { |
| 12251 | } |
| 12252 | @available(visionOS 1.0, *) |
| 12253 | @available(iOS, unavailable) |
| 12254 | @available(macOS, unavailable) |
| 12255 | @available(tvOS, unavailable) |
| 12256 | @available(watchOS, unavailable) |
| 12257 | extension SwiftUI.ImmersiveSpaceViewContent { |
| 12258 | public var body: Swift.Never { |
| 12259 | get |
| 12260 | } |
| 12261 | } |
| 16344 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 16345 | } |
| 16346 | } |
| 16347 | #if compiler(>=5.3) && $TildeSendable |
| 16348 | @available(iOS 16.0, macOS 12.0, *) |
| 16349 | @available(tvOS, unavailable) |
| 16350 | @available(watchOS, unavailable) |
| 16351 | nonisolated public struct InsetTableStyle : SwiftUI.TableStyle, ~Swift.Sendable { |
| 16352 | nonisolated public init() |
| 16353 | @available(iOS, unavailable) |
| 16354 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.inset` style with the `.alternatingRowBackgrounds()` view modifier") |
| 16355 | @available(visionOS, unavailable) |
| 16356 | nonisolated public init(alternatesRowBackgrounds: Swift.Bool) |
| 16357 | nonisolated public func makeBody(configuration: SwiftUI.InsetTableStyle.Configuration) -> some SwiftUICore.View |
| 16358 | |
| 16359 | @available(macOS 12.0, iOS 16.0, *) |
| 16360 | @available(tvOS, unavailable) |
| 16361 | @available(watchOS, unavailable) |
| 16362 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15InsetTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 16363 | } |
| 16364 | #else |
| 16365 | @available(iOS 16.0, macOS 12.0, *) |
| 16366 | @available(tvOS, unavailable) |
| 16367 | @available(watchOS, unavailable) |
| 16368 | nonisolated public struct InsetTableStyle : SwiftUI.TableStyle { |
| 16369 | nonisolated public init() |
| 16370 | @available(iOS, unavailable) |
| 16371 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.inset` style with the `.alternatingRowBackgrounds()` view modifier") |
| 16372 | @available(visionOS, unavailable) |
| 16373 | nonisolated public init(alternatesRowBackgrounds: Swift.Bool) |
| 16374 | nonisolated public func makeBody(configuration: SwiftUI.InsetTableStyle.Configuration) -> some SwiftUICore.View |
| 16375 | |
| 16376 | @available(macOS 12.0, iOS 16.0, *) |
| 16377 | @available(tvOS, unavailable) |
| 16378 | @available(watchOS, unavailable) |
| 16379 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15InsetTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 16380 | } |
| 16381 | #endif |
| 16382 | #if compiler(>=5.3) && $TildeSendable |
| 16383 | @available(visionOS 1.0, *) |
| 16384 | @available(iOS, unavailable) |
| 16385 | @available(macOS, unavailable) |
| 16386 | @available(tvOS, unavailable) |
| 16387 | @available(watchOS, unavailable) |
| 16388 | nonisolated public struct ImmersiveSpaceViewContent<Content> : SwiftUI.ImmersiveSpaceContent, ~Swift.Sendable where Content : SwiftUICore.View { |
| 16389 | @available(visionOS 26.0, *) |
| 16390 | @available(iOS, unavailable) |
| 16391 | @available(macOS, unavailable) |
| 16392 | @available(tvOS, unavailable) |
| 16393 | @available(watchOS, unavailable) |
| 16394 | @usableFromInline |
| 16395 | nonisolated internal init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 16396 | @available(visionOS 1.0, *) |
| 16397 | @available(macOS, unavailable) |
| 16398 | @available(iOS, unavailable) |
| 16399 | @available(tvOS, unavailable) |
| 16400 | @available(watchOS, unavailable) |
| 16401 | public typealias Body = Swift.Never |
| 16402 | } |
| 16403 | #else |
| 16404 | @available(visionOS 1.0, *) |
| 16405 | @available(iOS, unavailable) |
| 16406 | @available(macOS, unavailable) |
| 16407 | @available(tvOS, unavailable) |
| 16408 | @available(watchOS, unavailable) |
| 16409 | nonisolated public struct ImmersiveSpaceViewContent<Content> : SwiftUI.ImmersiveSpaceContent where Content : SwiftUICore.View { |
| 16410 | @available(visionOS 26.0, *) |
| 16411 | @available(iOS, unavailable) |
| 16412 | @available(macOS, unavailable) |
| 16413 | @available(tvOS, unavailable) |
| 16414 | @available(watchOS, unavailable) |
| 16415 | @usableFromInline |
| 16416 | nonisolated internal init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 16417 | @available(visionOS 1.0, *) |
| 16418 | @available(macOS, unavailable) |
| 16419 | @available(iOS, unavailable) |
| 16420 | @available(tvOS, unavailable) |
| 16421 | @available(watchOS, unavailable) |
| 16422 | public typealias Body = Swift.Never |
| 16423 | } |
| 16424 | #endif |
| 16425 | @available(visionOS 1.0, *) |
| 16426 | @available(iOS, unavailable) |
| 16427 | @available(macOS, unavailable) |
| 16428 | @available(tvOS, unavailable) |
| 16429 | @available(watchOS, unavailable) |
| 16430 | extension SwiftUI.ImmersiveSpaceViewContent { |
| 16431 | nonisolated public var body: Swift.Never { |
| 16432 | get |
| 16433 | } |
| 16434 | } |
| 12269 | static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12270 | static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12271 | } |
| 12272 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12273 | public struct _PickerValue<Style, SelectionValue> where Style : SwiftUI.PickerStyle, SelectionValue : Swift.Hashable { |
| 12274 | } |
| 12275 | @available(*, unavailable) |
| 12276 | extension SwiftUI._PickerValue : Swift.Sendable { |
| 12277 | } |
| 12278 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12279 | extension SwiftUICore.View { |
| 12280 | nonisolated public func pickerStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.PickerStyle |
| 16442 | static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16443 | static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<Self, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16444 | } |
| 16445 | #if compiler(>=5.3) && $TildeSendable |
| 16446 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16447 | public struct _PickerValue<Style, SelectionValue> : ~Swift.Sendable where Style : SwiftUI.PickerStyle, SelectionValue : Swift.Hashable { |
| 16448 | } |
| 16449 | #else |
| 16450 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16451 | public struct _PickerValue<Style, SelectionValue> where Style : SwiftUI.PickerStyle, SelectionValue : Swift.Hashable { |
| 16452 | } |
| 16453 | #endif |
| 16454 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16455 | extension SwiftUICore.View { |
| 16456 | nonisolated public func pickerStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.PickerStyle |
| 12287 | get { .init() } |
| 12288 | } |
| 12289 | } |
| 12290 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 12291 | @available(watchOS, unavailable) |
| 12292 | public struct SegmentedPickerStyle : SwiftUI.PickerStyle { |
| 12293 | public init() |
| 12294 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12295 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12296 | } |
| 12297 | @available(*, unavailable) |
| 12298 | extension SwiftUI.SegmentedPickerStyle : Swift.Sendable { |
| 12299 | } |
| 12300 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 12301 | @available(tvOS, unavailable) |
| 12302 | @_Concurrency.MainActor @preconcurrency public struct LinearCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 12303 | @_Concurrency.MainActor @preconcurrency public init() |
| 12304 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 12305 | |
| 12306 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 12307 | @available(tvOS, unavailable) |
| 12308 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24LinearCapacityGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 12309 | } |
| 12310 | @available(*, unavailable) |
| 12311 | extension SwiftUI.LinearCapacityGaugeStyle : Swift.Sendable { |
| 12312 | } |
| 12313 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 12314 | @available(tvOS, unavailable) |
| 12315 | extension SwiftUI.GaugeStyle where Self == SwiftUI.LinearCapacityGaugeStyle { |
| 12316 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var linearCapacity: SwiftUI.LinearCapacityGaugeStyle { |
| 12317 | get { .init() } |
| 12318 | } |
| 12319 | } |
| 12320 | @available(macOS 15.0, *) |
| 12321 | @available(iOS, unavailable) |
| 12322 | @available(tvOS, unavailable) |
| 12323 | @available(watchOS, unavailable) |
| 12324 | @available(visionOS, unavailable) |
| 12325 | public struct AlertScene<Actions, Message> : SwiftUI.Scene where Actions : SwiftUICore.View, Message : SwiftUICore.View { |
| 12326 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 12327 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView { |
| 12328 | self.init( |
| 12329 | Text(titleResource), |
| 12330 | isPresented: isPresented, |
| 12331 | actions: actions |
| 12332 | ) |
| 12333 | } |
| 12334 | @_disfavoredOverload public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 12335 | public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 12336 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions, @SwiftUICore.ViewBuilder message: () -> Message) |
| 12337 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions, @SwiftUICore.ViewBuilder message: () -> Message) { |
| 12338 | self.init( |
| 12339 | Text(titleResource), isPresented: isPresented, |
| 12340 | actions: actions, message: message) |
| 12341 | } |
| 12342 | @_disfavoredOverload public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions, @SwiftUICore.ViewBuilder message: () -> Message) where S : Swift.StringProtocol |
| 12343 | public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder actions: () -> Actions, @SwiftUICore.ViewBuilder message: () -> Message) |
| 12344 | public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 12345 | @_disfavoredOverload @_alwaysEmitIntoClient public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView { |
| 12346 | self.init( |
| 12347 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 12348 | actions: actions) |
| 12349 | } |
| 12350 | @_disfavoredOverload public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 12351 | public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 12352 | public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions, @SwiftUICore.ViewBuilder message: (T) -> Message) |
| 12353 | @_disfavoredOverload @_alwaysEmitIntoClient public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions, @SwiftUICore.ViewBuilder message: (T) -> Message) { |
| 12354 | self.init( |
| 12355 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 12356 | actions: actions, message: message) |
| 12357 | } |
| 12358 | @_disfavoredOverload public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions, @SwiftUICore.ViewBuilder message: (T) -> Message) where S : Swift.StringProtocol |
| 12359 | public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> Actions, @SwiftUICore.ViewBuilder message: (T) -> Message) |
| 12360 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 12361 | get |
| 12362 | } |
| 12363 | @available(macOS 15.0, *) |
| 16463 | get { .init() } |
| 16464 | } |
| 16465 | } |
| 16466 | #if compiler(>=5.3) && $TildeSendable |
| 16467 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 16468 | @available(watchOS, unavailable) |
| 16469 | public struct SegmentedPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 16470 | public init() |
| 16471 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16472 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16473 | } |
| 16474 | #else |
| 16475 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 16476 | @available(watchOS, unavailable) |
| 16477 | public struct SegmentedPickerStyle : SwiftUI.PickerStyle { |
| 16478 | public init() |
| 16479 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16480 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.SegmentedPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16481 | } |
| 16482 | #endif |
| 16483 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 16484 | @available(watchOS, unavailable) |
| 16485 | extension SwiftUI.PickerStyle where Self == SwiftUI.TabsPickerStyle { |
| 16486 | @_alwaysEmitIntoClient public static var tabs: SwiftUI.TabsPickerStyle { |
| 16487 | get { .init() } |
| 16488 | } |
| 16489 | } |
| 16490 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, visionOS 27.0, *) |
| 16491 | @available(watchOS, unavailable) |
| 16492 | public struct TabsPickerStyle : SwiftUI.PickerStyle { |
| 16493 | public init() |
| 16494 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.TabsPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16495 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.TabsPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16496 | } |
| 16497 | @available(*, unavailable) |
| 16498 | extension SwiftUI.TabsPickerStyle : Swift.Sendable { |
| 16499 | } |
| 16500 | #if compiler(>=5.3) && $TildeSendable |
| 16501 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 16502 | @available(tvOS, unavailable) |
| 16503 | @_Concurrency.MainActor @preconcurrency public struct LinearCapacityGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 16504 | @_Concurrency.MainActor @preconcurrency public init() |
| 16505 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 16506 | |
| 16507 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 16508 | @available(tvOS, unavailable) |
| 16509 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24LinearCapacityGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 16510 | } |
| 16511 | #else |
| 16512 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 16513 | @available(tvOS, unavailable) |
| 16514 | @_Concurrency.MainActor @preconcurrency public struct LinearCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 16515 | @_Concurrency.MainActor @preconcurrency public init() |
| 16516 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 16517 | |
| 16518 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 16519 | @available(tvOS, unavailable) |
| 16520 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24LinearCapacityGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 16521 | } |
| 16522 | #endif |
| 16523 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 16524 | @available(tvOS, unavailable) |
| 16525 | extension SwiftUI.GaugeStyle where Self == SwiftUI.LinearCapacityGaugeStyle { |
| 16526 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var linearCapacity: SwiftUI.LinearCapacityGaugeStyle { |
| 16527 | get { .init() } |
| 16528 | } |
| 16529 | } |
| 16530 | #if compiler(>=5.3) && $TildeSendable |
| 16531 | @available(macOS 15.0, *) |
| 16532 | @available(iOS, unavailable) |
| 16533 | @available(tvOS, unavailable) |
| 16534 | @available(watchOS, unavailable) |
| 16535 | @available(visionOS, unavailable) |
| 16536 | nonisolated public struct AlertScene<Actions, Message> : SwiftUI.Scene, ~Swift.Sendable where Actions : SwiftUICore.View, Message : SwiftUICore.View { |
| 16537 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 16538 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView { |
| 16539 | self.init( |
| 16540 | Text(titleResource), |
| 16541 | isPresented: isPresented, |
| 16542 | actions: actions |
| 16543 | ) |
| 16544 | } |
| 16545 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16546 | nonisolated public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 16547 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) |
| 16548 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) { |
| 16549 | self.init( |
| 16550 | Text(titleResource), isPresented: isPresented, |
| 16551 | actions: actions, message: message) |
| 16552 | } |
| 16553 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) where S : Swift.StringProtocol |
| 16554 | nonisolated public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) |
| 16555 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16556 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView { |
| 16557 | self.init( |
| 16558 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 16559 | actions: actions) |
| 16560 | } |
| 16561 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16562 | nonisolated public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16563 | @available(macOS 27.0, *) |
| 16564 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16565 | @available(macOS 27.0, *) |
| 16566 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16567 | @available(macOS 27.0, *) |
| 16568 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16569 | @available(macOS 27.0, *) |
| 16570 | nonisolated public init<T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16571 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16572 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) { |
| 16573 | self.init( |
| 16574 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 16575 | actions: actions, message: message) |
| 16576 | } |
| 16577 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) where S : Swift.StringProtocol |
| 16578 | nonisolated public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16579 | @available(macOS 27.0, *) |
| 16580 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16581 | @available(macOS 27.0, *) |
| 16582 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16583 | @available(macOS 27.0, *) |
| 16584 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) where S : Swift.StringProtocol |
| 16585 | @available(macOS 27.0, *) |
| 16586 | nonisolated public init<T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16587 | nonisolated public var body: some SwiftUI.Scene { |
| 16588 | get |
| 16589 | } |
| 16590 | @available(macOS 15.0, *) |
| 12367 | @available(visionOS, unavailable) |
| 12368 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AlertSceneV4bodyQrvp", 0) __<Actions, Message> |
| 12369 | } |
| 12370 | @available(*, unavailable) |
| 12371 | extension SwiftUI.AlertScene : Swift.Sendable { |
| 12372 | } |
| 12373 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 12374 | @available(watchOS, unavailable) |
| 12375 | extension SwiftUI.TabViewStyle where Self == SwiftUI.TabBarOnlyTabViewStyle { |
| 16594 | @available(visionOS, unavailable) |
| 16595 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AlertSceneV4bodyQrvp", 0) __<Actions, Message> |
| 16596 | } |
| 16597 | #else |
| 16598 | @available(macOS 15.0, *) |
| 16599 | @available(iOS, unavailable) |
| 16600 | @available(tvOS, unavailable) |
| 16601 | @available(watchOS, unavailable) |
| 16602 | @available(visionOS, unavailable) |
| 16603 | nonisolated public struct AlertScene<Actions, Message> : SwiftUI.Scene where Actions : SwiftUICore.View, Message : SwiftUICore.View { |
| 16604 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 16605 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView { |
| 16606 | self.init( |
| 16607 | Text(titleResource), |
| 16608 | isPresented: isPresented, |
| 16609 | actions: actions |
| 16610 | ) |
| 16611 | } |
| 16612 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16613 | nonisolated public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions) where Message == SwiftUICore.EmptyView |
| 16614 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) |
| 16615 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) { |
| 16616 | self.init( |
| 16617 | Text(titleResource), isPresented: isPresented, |
| 16618 | actions: actions, message: message) |
| 16619 | } |
| 16620 | @_disfavoredOverload nonisolated public init<S>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) where S : Swift.StringProtocol |
| 16621 | nonisolated public init(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder actions: () -> Actions, @SwiftUICore.ContentBuilder message: () -> Message) |
| 16622 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16623 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView { |
| 16624 | self.init( |
| 16625 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 16626 | actions: actions) |
| 16627 | } |
| 16628 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16629 | nonisolated public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16630 | @available(macOS 27.0, *) |
| 16631 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16632 | @available(macOS 27.0, *) |
| 16633 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16634 | @available(macOS 27.0, *) |
| 16635 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 16636 | @available(macOS 27.0, *) |
| 16637 | nonisolated public init<T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions) where Message == SwiftUICore.EmptyView |
| 16638 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16639 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) { |
| 16640 | self.init( |
| 16641 | Text(titleResource), isPresented: isPresented, presenting: data, |
| 16642 | actions: actions, message: message) |
| 16643 | } |
| 16644 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) where S : Swift.StringProtocol |
| 16645 | nonisolated public init<T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16646 | @available(macOS 27.0, *) |
| 16647 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16648 | @available(macOS 27.0, *) |
| 16649 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16650 | @available(macOS 27.0, *) |
| 16651 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) where S : Swift.StringProtocol |
| 16652 | @available(macOS 27.0, *) |
| 16653 | nonisolated public init<T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, @SwiftUICore.ContentBuilder actions: (T) -> Actions, @SwiftUICore.ContentBuilder message: (T) -> Message) |
| 16654 | nonisolated public var body: some SwiftUI.Scene { |
| 16655 | get |
| 16656 | } |
| 16657 | @available(macOS 15.0, *) |
| 16658 | @available(iOS, unavailable) |
| 16659 | @available(tvOS, unavailable) |
| 16660 | @available(watchOS, unavailable) |
| 16661 | @available(visionOS, unavailable) |
| 16662 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AlertSceneV4bodyQrvp", 0) __<Actions, Message> |
| 16663 | } |
| 16664 | #endif |
| 16665 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 16666 | @available(watchOS, unavailable) |
| 16667 | extension SwiftUI.TabViewStyle where Self == SwiftUI.TabBarOnlyTabViewStyle { |
| 12383 | get |
| 12384 | } |
| 12385 | } |
| 12386 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 12387 | @available(watchOS, unavailable) |
| 12388 | public struct TabBarOnlyTabViewStyle : SwiftUI.TabViewStyle { |
| 12389 | public init() |
| 12390 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12391 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12392 | } |
| 12393 | @available(*, unavailable) |
| 12394 | extension SwiftUI.TabBarOnlyTabViewStyle : Swift.Sendable { |
| 12395 | } |
| 12396 | @available(macOS 10.15, tvOS 13.0, *) |
| 12397 | @available(iOS, unavailable) |
| 12398 | @available(watchOS, unavailable) |
| 16675 | get |
| 16676 | } |
| 16677 | } |
| 16678 | #if compiler(>=5.3) && $TildeSendable |
| 16679 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 16680 | @available(watchOS, unavailable) |
| 16681 | nonisolated public struct TabBarOnlyTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 16682 | nonisolated public init() |
| 16683 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16684 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16685 | } |
| 16686 | #else |
| 16687 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, *) |
| 16688 | @available(watchOS, unavailable) |
| 16689 | nonisolated public struct TabBarOnlyTabViewStyle : SwiftUI.TabViewStyle { |
| 16690 | nonisolated public init() |
| 16691 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16692 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.TabBarOnlyTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16693 | } |
| 16694 | #endif |
| 16695 | @available(macOS 10.15, tvOS 13.0, *) |
| 16696 | @available(iOS, unavailable) |
| 16697 | @available(watchOS, unavailable) |
| 12443 | nonisolated public func pageCommand<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V = 1) -> some SwiftUICore.View where V : Swift.BinaryInteger |
| 12444 | |
| 12445 | } |
| 12446 | @available(macOS 26.0, visionOS 26.0, *) |
| 12447 | @available(iOS, unavailable) |
| 12448 | @available(tvOS, unavailable) |
| 12449 | @available(watchOS, unavailable) |
| 12450 | public struct AnyCompositorContent : SwiftUI.CompositorContent { |
| 12451 | public init<T>(_ content: T) where T : SwiftUI.CompositorContent |
| 12452 | @_alwaysEmitIntoClient public init<T>(erasing: T) where T : SwiftUI.CompositorContent { |
| 12453 | self.init(erasing) |
| 12454 | } |
| 12455 | nonisolated public var _viewRepresentation: SwiftUICore.AnyView { |
| 12456 | get |
| 12457 | } |
| 12458 | @available(visionOS 26.0, macOS 26.0, *) |
| 12459 | @available(iOS, unavailable) |
| 12460 | @available(tvOS, unavailable) |
| 12461 | @available(watchOS, unavailable) |
| 12462 | public typealias Body = Swift.Never |
| 12463 | @available(visionOS 26.0, macOS 26.0, *) |
| 12464 | @available(iOS, unavailable) |
| 12465 | @available(tvOS, unavailable) |
| 12466 | @available(watchOS, unavailable) |
| 12467 | public typealias _ViewRepresentation = SwiftUICore.AnyView |
| 12468 | } |
| 12469 | @available(*, unavailable) |
| 12470 | extension SwiftUI.AnyCompositorContent : Swift.Sendable { |
| 12471 | } |
| 12472 | @_hasMissingDesignatedInitializers @available(macOS 26.0, visionOS 26.0, *) |
| 12473 | @available(iOS, unavailable) |
| 12474 | @available(tvOS, unavailable) |
| 16742 | nonisolated public func pageCommand<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V = 1) -> some SwiftUICore.View where V : Swift.BinaryInteger |
| 16743 | |
| 16744 | } |
| 16745 | #if compiler(>=5.3) && $TildeSendable |
| 16746 | @available(macOS 26.0, visionOS 26.0, *) |
| 16747 | @available(iOS, unavailable) |
| 16748 | @available(tvOS, unavailable) |
| 16749 | @available(watchOS, unavailable) |
| 16750 | nonisolated public struct AnyCompositorContent : SwiftUI.CompositorContent, ~Swift.Sendable { |
| 16751 | nonisolated public init<T>(_ content: T) where T : SwiftUI.CompositorContent |
| 16752 | @_alwaysEmitIntoClient nonisolated public init<T>(erasing: T) where T : SwiftUI.CompositorContent { |
| 16753 | self.init(erasing) |
| 16754 | } |
| 16755 | nonisolated public var _viewRepresentation: SwiftUICore.AnyView { |
| 16756 | get |
| 16757 | } |
| 16758 | @available(macOS 26.0, visionOS 26.0, *) |
| 16759 | @available(iOS, unavailable) |
| 16760 | @available(tvOS, unavailable) |
| 16761 | @available(watchOS, unavailable) |
| 16762 | public typealias Body = Swift.Never |
| 16763 | @available(macOS 26.0, visionOS 26.0, *) |
| 16764 | @available(iOS, unavailable) |
| 16765 | @available(tvOS, unavailable) |
| 16766 | @available(watchOS, unavailable) |
| 16767 | public typealias _ViewRepresentation = SwiftUICore.AnyView |
| 16768 | } |
| 16769 | #else |
| 16770 | @available(macOS 26.0, visionOS 26.0, *) |
| 16771 | @available(iOS, unavailable) |
| 16772 | @available(tvOS, unavailable) |
| 16773 | @available(watchOS, unavailable) |
| 16774 | nonisolated public struct AnyCompositorContent : SwiftUI.CompositorContent { |
| 16775 | nonisolated public init<T>(_ content: T) where T : SwiftUI.CompositorContent |
| 16776 | @_alwaysEmitIntoClient nonisolated public init<T>(erasing: T) where T : SwiftUI.CompositorContent { |
| 16777 | self.init(erasing) |
| 16778 | } |
| 16779 | nonisolated public var _viewRepresentation: SwiftUICore.AnyView { |
| 16780 | get |
| 16781 | } |
| 16782 | @available(macOS 26.0, visionOS 26.0, *) |
| 16783 | @available(iOS, unavailable) |
| 16784 | @available(tvOS, unavailable) |
| 16785 | @available(watchOS, unavailable) |
| 16786 | public typealias Body = Swift.Never |
| 16787 | @available(macOS 26.0, visionOS 26.0, *) |
| 16788 | @available(iOS, unavailable) |
| 16789 | @available(tvOS, unavailable) |
| 16790 | @available(watchOS, unavailable) |
| 16791 | public typealias _ViewRepresentation = SwiftUICore.AnyView |
| 16792 | } |
| 16793 | #endif |
| 16794 | #if compiler(>=5.3) && $TildeSendable |
| 16795 | @_hasMissingDesignatedInitializers @available(macOS 26.0, visionOS 26.0, *) |
| 16796 | @available(iOS, unavailable) |
| 16797 | @available(tvOS, unavailable) |
| 16798 | @available(watchOS, unavailable) |
| 16799 | @usableFromInline |
| 16800 | internal class AnyCompositorContentStorageBase : ~Swift.Sendable { |
| 16801 | @objc @usableFromInline |
| 16802 | deinit |
| 16803 | } |
| 16804 | #else |
| 16805 | @_hasMissingDesignatedInitializers @available(macOS 26.0, visionOS 26.0, *) |
| 16806 | @available(iOS, unavailable) |
| 16807 | @available(tvOS, unavailable) |
| 12478 | @objc @usableFromInline |
| 12479 | deinit |
| 12480 | } |
| 12481 | @available(*, unavailable) |
| 12482 | extension SwiftUI.AnyCompositorContentStorageBase : Swift.Sendable { |
| 12483 | } |
| 12484 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12485 | public struct __UniversalListStyle : SwiftUI.ListStyle { |
| 12486 | public init() |
| 12487 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 12488 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 12489 | } |
| 12490 | @available(*, unavailable) |
| 12491 | extension SwiftUI.__UniversalListStyle : Swift.Sendable { |
| 12492 | } |
| 12493 | @available(iOS 17.0, watchOS 10.0, *) |
| 12494 | @available(macOS, unavailable) |
| 12495 | @available(tvOS, unavailable) |
| 16811 | @objc @usableFromInline |
| 16812 | deinit |
| 16813 | } |
| 16814 | #endif |
| 16815 | #if compiler(>=5.3) && $TildeSendable |
| 16816 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16817 | public struct __UniversalListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 16818 | public init() |
| 16819 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16820 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16821 | } |
| 16822 | #else |
| 16823 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16824 | public struct __UniversalListStyle : SwiftUI.ListStyle { |
| 16825 | public init() |
| 16826 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16827 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.__UniversalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16828 | } |
| 16829 | #endif |
| 16830 | @available(iOS 17.0, watchOS 10.0, *) |
| 16831 | @available(macOS, unavailable) |
| 16832 | @available(tvOS, unavailable) |
| 12513 | } |
| 12514 | |
| 12515 | } |
| 12516 | @available(iOS 17.0, watchOS 10.0, *) |
| 12517 | @available(macOS, unavailable) |
| 12518 | @available(tvOS, unavailable) |
| 16850 | } |
| 16851 | |
| 16852 | } |
| 16853 | #if compiler(>=5.3) && $TildeSendable |
| 16854 | @available(iOS 17.0, watchOS 10.0, *) |
| 16855 | @available(macOS, unavailable) |
| 16856 | @available(tvOS, unavailable) |
| 16857 | @usableFromInline |
| 16858 | internal struct ListSectionSpacingTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 16859 | @_alwaysEmitIntoClient internal static var defaultValue: SwiftUI.ListSectionSpacing? { |
| 16860 | get { nil } |
| 16861 | } |
| 16862 | @available(iOS 17.0, watchOS 10.0, *) |
| 16863 | @usableFromInline |
| 16864 | @available(macOS, unavailable) |
| 16865 | @available(tvOS, unavailable) |
| 16866 | internal typealias Value = SwiftUI.ListSectionSpacing? |
| 16867 | } |
| 16868 | #else |
| 16869 | @available(iOS 17.0, watchOS 10.0, *) |
| 16870 | @available(macOS, unavailable) |
| 16871 | @available(tvOS, unavailable) |
| 12523 | } |
| 12524 | @available(iOS 17.0, watchOS 10.0, *) |
| 12525 | @usableFromInline |
| 12526 | @available(tvOS, unavailable) |
| 12527 | @available(macOS, unavailable) |
| 12528 | internal typealias Value = SwiftUI.ListSectionSpacing? |
| 12529 | } |
| 12530 | @available(*, unavailable) |
| 12531 | extension SwiftUI.ListSectionSpacingTraitKey : Swift.Sendable { |
| 12532 | } |
| 12533 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12534 | @usableFromInline |
| 12535 | internal struct UseCompactSectionSpacingTraitKey : SwiftUICore._ViewTraitKey { |
| 12536 | @inlinable internal static var defaultValue: Swift.Bool { |
| 12537 | get { false } |
| 12538 | } |
| 12539 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 12540 | @usableFromInline |
| 12541 | internal typealias Value = Swift.Bool |
| 12542 | } |
| 12543 | @available(*, unavailable) |
| 12544 | extension SwiftUI.UseCompactSectionSpacingTraitKey : Swift.Sendable { |
| 12545 | } |
| 12546 | @available(iOS 17.0, watchOS 10.0, *) |
| 12547 | @available(macOS, unavailable) |
| 12548 | @available(tvOS, unavailable) |
| 16876 | } |
| 16877 | @available(iOS 17.0, watchOS 10.0, *) |
| 16878 | @usableFromInline |
| 16879 | @available(macOS, unavailable) |
| 16880 | @available(tvOS, unavailable) |
| 16881 | internal typealias Value = SwiftUI.ListSectionSpacing? |
| 16882 | } |
| 16883 | #endif |
| 16884 | #if compiler(>=5.3) && $TildeSendable |
| 16885 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16886 | @usableFromInline |
| 16887 | internal struct UseCompactSectionSpacingTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 16888 | @inlinable internal static var defaultValue: Swift.Bool { |
| 16889 | get { false } |
| 16890 | } |
| 16891 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 16892 | @usableFromInline |
| 16893 | internal typealias Value = Swift.Bool |
| 16894 | } |
| 16895 | #else |
| 16896 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16897 | @usableFromInline |
| 16898 | internal struct UseCompactSectionSpacingTraitKey : SwiftUICore._ViewTraitKey { |
| 16899 | @inlinable internal static var defaultValue: Swift.Bool { |
| 16900 | get { false } |
| 16901 | } |
| 16902 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 16903 | @usableFromInline |
| 16904 | internal typealias Value = Swift.Bool |
| 16905 | } |
| 16906 | #endif |
| 16907 | @available(iOS 17.0, watchOS 10.0, *) |
| 16908 | @available(macOS, unavailable) |
| 16909 | @available(tvOS, unavailable) |
| 12588 | @available(visionOS, unavailable) |
| 12589 | extension Swift.Never : SwiftUI.ControlWidgetConfiguration { |
| 12590 | } |
| 12591 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 12592 | @available(tvOS, unavailable) |
| 12593 | @available(visionOS, unavailable) |
| 12594 | @_functionBuilder public struct ControlWidgetConfigurationBuilder { |
| 12595 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetConfiguration { |
| 12596 | content |
| 12597 | } |
| 12598 | @_alwaysEmitIntoClient public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetConfiguration where Content : SwiftUI.ControlWidgetConfiguration { |
| 12599 | return content |
| 12600 | } |
| 12601 | |
| 12602 | } |
| 12603 | @available(*, unavailable) |
| 12604 | extension SwiftUI.ControlWidgetConfigurationBuilder : Swift.Sendable { |
| 12605 | } |
| 12606 | @available(macOS 15.0, visionOS 2.0, *) |
| 12607 | @available(iOS, unavailable) |
| 12608 | @available(tvOS, unavailable) |
| 16949 | @available(visionOS, unavailable) |
| 16950 | extension Swift.Never : SwiftUI.ControlWidgetConfiguration { |
| 16951 | } |
| 16952 | #if compiler(>=5.3) && $TildeSendable |
| 16953 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 16954 | @available(tvOS, unavailable) |
| 16955 | @available(visionOS, unavailable) |
| 16956 | @_functionBuilder public struct ControlWidgetConfigurationBuilder : ~Swift.Sendable { |
| 16957 | #if compiler(>=5.3) && $InlineAlways |
| 16958 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetConfiguration { |
| 16959 | content |
| 16960 | } |
| 16961 | #else |
| 16962 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetConfiguration { |
| 16963 | content |
| 16964 | } |
| 16965 | #endif |
| 16966 | #if compiler(>=5.3) && $InlineAlways |
| 16967 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetConfiguration where Content : SwiftUI.ControlWidgetConfiguration { |
| 16968 | return content |
| 16969 | } |
| 16970 | |
| 16971 | #else |
| 16972 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetConfiguration where Content : SwiftUI.ControlWidgetConfiguration { |
| 16973 | return content |
| 16974 | } |
| 16975 | |
| 16976 | #endif |
| 16977 | } |
| 16978 | #else |
| 16979 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 16980 | @available(tvOS, unavailable) |
| 16981 | @available(visionOS, unavailable) |
| 16982 | @_functionBuilder public struct ControlWidgetConfigurationBuilder { |
| 16983 | #if compiler(>=5.3) && $InlineAlways |
| 16984 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetConfiguration { |
| 16985 | content |
| 16986 | } |
| 16987 | #else |
| 16988 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetConfiguration { |
| 16989 | content |
| 16990 | } |
| 16991 | #endif |
| 16992 | #if compiler(>=5.3) && $InlineAlways |
| 16993 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetConfiguration where Content : SwiftUI.ControlWidgetConfiguration { |
| 16994 | return content |
| 16995 | } |
| 16996 | |
| 16997 | #else |
| 16998 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetConfiguration where Content : SwiftUI.ControlWidgetConfiguration { |
| 16999 | return content |
| 17000 | } |
| 17001 | |
| 17002 | #endif |
| 17003 | } |
| 17004 | #endif |
| 17005 | #if compiler(>=5.3) && $TildeSendable |
| 17006 | @available(macOS 15.0, visionOS 2.0, *) |
| 17007 | @available(iOS, unavailable) |
| 17008 | @available(tvOS, unavailable) |
| 17009 | @available(watchOS, unavailable) |
| 17010 | public struct WindowPlacement : Swift.Equatable, ~Swift.Sendable { |
| 17011 | @available(macOS, unavailable) |
| 17012 | public struct Position : Swift.Equatable, ~Swift.Sendable { |
| 17013 | public static var utilityPanel: SwiftUI.WindowPlacement.Position { |
| 17014 | get |
| 17015 | } |
| 17016 | public static func leading(_ relativeWindow: SwiftUI.WindowProxy) -> SwiftUI.WindowPlacement.Position |
| 17017 | public static func trailing(_ relativeWindow: SwiftUI.WindowProxy) -> SwiftUI.WindowPlacement.Position |
| 17018 | public static func above(_ relativeWindow: SwiftUI.WindowProxy) -> SwiftUI.WindowPlacement.Position |
| 17019 | public static func below(_ relativeWindow: SwiftUI.WindowProxy) -> SwiftUI.WindowPlacement.Position |
| 17020 | @available(visionOS, introduced: 2.0, deprecated: 2.0, message: "Use PushWindowAction instead.") |
| 17021 | public static func replacing(_ relativeWindow: SwiftUI.WindowProxy) -> SwiftUI.WindowPlacement.Position |
| 17022 | public static func == (a: SwiftUI.WindowPlacement.Position, b: SwiftUI.WindowPlacement.Position) -> Swift.Bool |
| 17023 | } |
| 17024 | @available(visionOS, unavailable) |
| 17025 | public init(_ position: CoreFoundation.CGPoint? = nil, size: CoreFoundation.CGSize? = nil) |
| 17026 | @available(visionOS, unavailable) |
| 17027 | public init(x: CoreFoundation.CGFloat? = nil, y: CoreFoundation.CGFloat? = nil, width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil) |
| 17028 | @available(visionOS, unavailable) |
| 17029 | public init(_ position: SwiftUICore.UnitPoint, size: CoreFoundation.CGSize? = nil) |
| 17030 | @available(visionOS, unavailable) |
| 17031 | public init(_ position: SwiftUICore.UnitPoint, width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil) |
| 17032 | @available(macOS, unavailable) |
| 17033 | public init(_ position: SwiftUI.WindowPlacement.Position? = nil) |
| 17034 | @available(macOS, unavailable) |
| 17035 | public init(_ position: SwiftUI.WindowPlacement.Position? = nil, size: CoreFoundation.CGSize? = nil) |
| 17036 | @available(macOS, unavailable) |
| 17037 | public init(_ position: SwiftUI.WindowPlacement.Position? = nil, width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil, depth: CoreFoundation.CGFloat? = nil) |
| 17038 | public static func == (a: SwiftUI.WindowPlacement, b: SwiftUI.WindowPlacement) -> Swift.Bool |
| 17039 | } |
| 17040 | #else |
| 17041 | @available(macOS 15.0, visionOS 2.0, *) |
| 17042 | @available(iOS, unavailable) |
| 17043 | @available(tvOS, unavailable) |
| 12637 | public init(_ position: SwiftUI.WindowPlacement.Position? = nil, width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil, depth: CoreFoundation.CGFloat? = nil) |
| 12638 | public static func == (a: SwiftUI.WindowPlacement, b: SwiftUI.WindowPlacement) -> Swift.Bool |
| 12639 | } |
| 12640 | @available(*, unavailable) |
| 12641 | extension SwiftUI.WindowPlacement : Swift.Sendable { |
| 12642 | } |
| 12643 | @available(*, unavailable) |
| 12644 | extension SwiftUI.WindowPlacement.Position : Swift.Sendable { |
| 12645 | } |
| 12646 | @available(macOS 15.0, visionOS 2.0, *) |
| 12647 | @available(iOS, unavailable) |
| 12648 | @available(tvOS, unavailable) |
| 17072 | public init(_ position: SwiftUI.WindowPlacement.Position? = nil, width: CoreFoundation.CGFloat? = nil, height: CoreFoundation.CGFloat? = nil, depth: CoreFoundation.CGFloat? = nil) |
| 17073 | public static func == (a: SwiftUI.WindowPlacement, b: SwiftUI.WindowPlacement) -> Swift.Bool |
| 17074 | } |
| 17075 | #endif |
| 17076 | #if compiler(>=5.3) && $TildeSendable |
| 17077 | @available(macOS 15.0, visionOS 2.0, *) |
| 17078 | @available(iOS, unavailable) |
| 17079 | @available(tvOS, unavailable) |
| 17080 | @available(watchOS, unavailable) |
| 17081 | public struct WindowPlacementContext : ~Swift.Sendable { |
| 17082 | @available(visionOS, unavailable) |
| 17083 | public var defaultDisplay: SwiftUI.DisplayProxy { |
| 17084 | get |
| 17085 | } |
| 17086 | @available(macOS, unavailable) |
| 17087 | public var windows: [SwiftUI.WindowProxy] { |
| 17088 | get |
| 17089 | } |
| 17090 | } |
| 17091 | #else |
| 17092 | @available(macOS 15.0, visionOS 2.0, *) |
| 17093 | @available(iOS, unavailable) |
| 17094 | @available(tvOS, unavailable) |
| 12657 | get |
| 12658 | } |
| 12659 | } |
| 12660 | @available(*, unavailable) |
| 12661 | extension SwiftUI.WindowPlacementContext : Swift.Sendable { |
| 12662 | } |
| 12663 | @available(macOS 15.0, *) |
| 12664 | @available(iOS, unavailable) |
| 12665 | @available(tvOS, unavailable) |
| 17103 | get |
| 17104 | } |
| 17105 | } |
| 17106 | #endif |
| 17107 | #if compiler(>=5.3) && $TildeSendable |
| 17108 | @available(macOS 15.0, *) |
| 17109 | @available(iOS, unavailable) |
| 17110 | @available(tvOS, unavailable) |
| 17111 | @available(watchOS, unavailable) |
| 17112 | @available(visionOS, unavailable) |
| 17113 | public struct DisplayProxy : Swift.Equatable, ~Swift.Sendable { |
| 17114 | public let bounds: CoreFoundation.CGRect |
| 17115 | public let safeAreaInsets: SwiftUICore.EdgeInsets |
| 17116 | public let visibleRect: CoreFoundation.CGRect |
| 17117 | public static func == (a: SwiftUI.DisplayProxy, b: SwiftUI.DisplayProxy) -> Swift.Bool |
| 17118 | } |
| 17119 | #else |
| 17120 | @available(macOS 15.0, *) |
| 17121 | @available(iOS, unavailable) |
| 17122 | @available(tvOS, unavailable) |
| 12671 | public let visibleRect: CoreFoundation.CGRect |
| 12672 | public static func == (a: SwiftUI.DisplayProxy, b: SwiftUI.DisplayProxy) -> Swift.Bool |
| 12673 | } |
| 12674 | @available(*, unavailable) |
| 12675 | extension SwiftUI.DisplayProxy : Swift.Sendable { |
| 12676 | } |
| 12677 | @available(visionOS 2.0, *) |
| 12678 | @available(iOS, unavailable) |
| 12679 | @available(macOS, unavailable) |
| 17128 | public let visibleRect: CoreFoundation.CGRect |
| 17129 | public static func == (a: SwiftUI.DisplayProxy, b: SwiftUI.DisplayProxy) -> Swift.Bool |
| 17130 | } |
| 17131 | #endif |
| 17132 | #if compiler(>=5.3) && $TildeSendable |
| 17133 | @available(visionOS 2.0, *) |
| 17134 | @available(iOS, unavailable) |
| 17135 | @available(macOS, unavailable) |
| 17136 | @available(tvOS, unavailable) |
| 17137 | @available(watchOS, unavailable) |
| 17138 | public struct WindowProxy : ~Swift.Sendable { |
| 17139 | public var id: Swift.String? { |
| 17140 | get |
| 17141 | } |
| 17142 | public var phase: SwiftUI.ScenePhase { |
| 17143 | get |
| 17144 | } |
| 17145 | } |
| 17146 | #else |
| 17147 | @available(visionOS 2.0, *) |
| 17148 | @available(iOS, unavailable) |
| 17149 | @available(macOS, unavailable) |
| 12687 | get |
| 12688 | } |
| 12689 | } |
| 12690 | @available(*, unavailable) |
| 12691 | extension SwiftUI.WindowProxy : Swift.Sendable { |
| 12692 | } |
| 12693 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 12694 | @available(tvOS, unavailable) |
| 12695 | @_functionBuilder public struct SliderTickBuilder<V> where V : Swift.BinaryFloatingPoint { |
| 12696 | public static func buildBlock() -> some SwiftUI.SliderTickContent<V> |
| 12697 | |
| 12698 | @_alwaysEmitIntoClient public static func buildBlock(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 12699 | content |
| 12700 | } |
| 12701 | |
| 12702 | @_alwaysEmitIntoClient public static func buildExpression(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 12703 | content |
| 12704 | } |
| 12705 | |
| 12706 | @_alwaysEmitIntoClient public static func buildIf(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 12707 | content |
| 12708 | } |
| 12709 | |
| 12710 | @_alwaysEmitIntoClient public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 12711 | .init(storage: .trueContent(first)) |
| 12712 | } |
| 12713 | @_alwaysEmitIntoClient public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 12714 | .init(storage: .falseContent(second)) |
| 12715 | } |
| 12716 | } |
| 12717 | @available(*, unavailable) |
| 12718 | extension SwiftUI.SliderTickBuilder : Swift.Sendable { |
| 12719 | } |
| 12720 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 12721 | @available(tvOS, unavailable) |
| 12722 | @frozen public struct TupleSliderTickContent<V, T> : SwiftUI.SliderTickContent where V : Swift.BinaryFloatingPoint { |
| 17157 | get |
| 17158 | } |
| 17159 | } |
| 17160 | #endif |
| 17161 | #if compiler(>=5.3) && $TildeSendable |
| 17162 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17163 | @available(tvOS, unavailable) |
| 17164 | @_functionBuilder public struct SliderTickBuilder<V> : ~Swift.Sendable where V : Swift.BinaryFloatingPoint { |
| 17165 | public static func buildBlock() -> some SwiftUI.SliderTickContent<V> |
| 17166 | |
| 17167 | #if compiler(>=5.3) && $InlineAlways |
| 17168 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17169 | content |
| 17170 | } |
| 17171 | |
| 17172 | #else |
| 17173 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17174 | content |
| 17175 | } |
| 17176 | |
| 17177 | #endif |
| 17178 | #if compiler(>=5.3) && $InlineAlways |
| 17179 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17180 | content |
| 17181 | } |
| 17182 | |
| 17183 | #else |
| 17184 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17185 | content |
| 17186 | } |
| 17187 | |
| 17188 | #endif |
| 17189 | #if compiler(>=5.3) && $InlineAlways |
| 17190 | @_alwaysEmitIntoClient @inline(always) public static func buildIf(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17191 | content |
| 17192 | } |
| 17193 | |
| 17194 | #else |
| 17195 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17196 | content |
| 17197 | } |
| 17198 | |
| 17199 | #endif |
| 17200 | #if compiler(>=5.3) && $InlineAlways |
| 17201 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17202 | .init(storage: .trueContent(first)) |
| 17203 | } |
| 17204 | #else |
| 17205 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17206 | .init(storage: .trueContent(first)) |
| 17207 | } |
| 17208 | #endif |
| 17209 | #if compiler(>=5.3) && $InlineAlways |
| 17210 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17211 | .init(storage: .falseContent(second)) |
| 17212 | } |
| 17213 | #else |
| 17214 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17215 | .init(storage: .falseContent(second)) |
| 17216 | } |
| 17217 | #endif |
| 17218 | } |
| 17219 | #else |
| 17220 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17221 | @available(tvOS, unavailable) |
| 17222 | @_functionBuilder public struct SliderTickBuilder<V> where V : Swift.BinaryFloatingPoint { |
| 17223 | public static func buildBlock() -> some SwiftUI.SliderTickContent<V> |
| 17224 | |
| 17225 | #if compiler(>=5.3) && $InlineAlways |
| 17226 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17227 | content |
| 17228 | } |
| 17229 | |
| 17230 | #else |
| 17231 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17232 | content |
| 17233 | } |
| 17234 | |
| 17235 | #endif |
| 17236 | #if compiler(>=5.3) && $InlineAlways |
| 17237 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17238 | content |
| 17239 | } |
| 17240 | |
| 17241 | #else |
| 17242 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17243 | content |
| 17244 | } |
| 17245 | |
| 17246 | #endif |
| 17247 | #if compiler(>=5.3) && $InlineAlways |
| 17248 | @_alwaysEmitIntoClient @inline(always) public static func buildIf(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17249 | content |
| 17250 | } |
| 17251 | |
| 17252 | #else |
| 17253 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildIf(_ content: some SliderTickContent<V>) -> some SwiftUI.SliderTickContent<V> { |
| 17254 | content |
| 17255 | } |
| 17256 | |
| 17257 | #endif |
| 17258 | #if compiler(>=5.3) && $InlineAlways |
| 17259 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17260 | .init(storage: .trueContent(first)) |
| 17261 | } |
| 17262 | #else |
| 17263 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17264 | .init(storage: .trueContent(first)) |
| 17265 | } |
| 17266 | #endif |
| 17267 | #if compiler(>=5.3) && $InlineAlways |
| 17268 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17269 | .init(storage: .falseContent(second)) |
| 17270 | } |
| 17271 | #else |
| 17272 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where V == T.Value, T : SwiftUI.SliderTickContent, F : SwiftUI.SliderTickContent, T.Body == F.Body { |
| 17273 | .init(storage: .falseContent(second)) |
| 17274 | } |
| 17275 | #endif |
| 17276 | } |
| 17277 | #endif |
| 17278 | #if compiler(>=5.3) && $TildeSendable |
| 17279 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17280 | @available(tvOS, unavailable) |
| 17281 | @frozen public struct TupleSliderTickContent<V, T> : SwiftUI.SliderTickContent, ~Swift.Sendable where V : Swift.BinaryFloatingPoint { |
| 17282 | public typealias Value = V |
| 17283 | public typealias TicksCollection = [SwiftUI.SliderTick<V>] |
| 17284 | public var value: T |
| 17285 | @usableFromInline |
| 17286 | internal init(_ value: T) |
| 17287 | public var body: [SwiftUI.SliderTick<V>] { |
| 17288 | get |
| 17289 | } |
| 17290 | @available(macOS 26.0, iOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17291 | @available(tvOS, unavailable) |
| 17292 | public typealias Body = [SwiftUI.SliderTick<V>] |
| 17293 | } |
| 17294 | #else |
| 17295 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17296 | @available(tvOS, unavailable) |
| 17297 | @frozen public struct TupleSliderTickContent<V, T> : SwiftUI.SliderTickContent where V : Swift.BinaryFloatingPoint { |
| 12728 | public var body: [SwiftUI.SliderTick<V>] { |
| 12729 | get |
| 12730 | } |
| 12731 | @available(iOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 12732 | @available(tvOS, unavailable) |
| 12733 | public typealias Body = [SwiftUI.SliderTick<V>] |
| 12734 | } |
| 12735 | @available(*, unavailable) |
| 12736 | extension SwiftUI.TupleSliderTickContent : Swift.Sendable { |
| 12737 | } |
| 12738 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 12739 | public struct Form<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 12740 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 12741 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 12742 | get |
| 12743 | } |
| 12744 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 12745 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4FormV4bodyQrvp", 0) __<Content> |
| 12746 | } |
| 12747 | @available(*, unavailable) |
| 12748 | extension SwiftUI.Form : Swift.Sendable { |
| 12749 | } |
| 12750 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 12751 | extension SwiftUI.Form where Content == SwiftUI.FormStyleConfiguration.Content { |
| 12752 | nonisolated public init(_ configuration: SwiftUI.FormStyleConfiguration) |
| 17303 | public var body: [SwiftUI.SliderTick<V>] { |
| 17304 | get |
| 17305 | } |
| 17306 | @available(macOS 26.0, iOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17307 | @available(tvOS, unavailable) |
| 17308 | public typealias Body = [SwiftUI.SliderTick<V>] |
| 17309 | } |
| 17310 | #endif |
| 17311 | #if compiler(>=5.3) && $TildeSendable |
| 17312 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 17313 | nonisolated public struct Form<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 17314 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17315 | nonisolated public var body: some SwiftUICore.View { |
| 17316 | get |
| 17317 | } |
| 17318 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 17319 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4FormV4bodyQrvp", 0) __<Content> |
| 17320 | } |
| 17321 | #else |
| 17322 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 17323 | nonisolated public struct Form<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 17324 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17325 | nonisolated public var body: some SwiftUICore.View { |
| 17326 | get |
| 17327 | } |
| 17328 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 17329 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI4FormV4bodyQrvp", 0) __<Content> |
| 17330 | } |
| 17331 | #endif |
| 17332 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17333 | extension SwiftUI.Form where Content == SwiftUI.FormStyleConfiguration.Content { |
| 17334 | nonisolated public init(_ configuration: SwiftUI.FormStyleConfiguration) |
| 12756 | @available(watchOS, unavailable) |
| 12757 | @preconcurrency @_Concurrency.MainActor public protocol Commands { |
| 12758 | associatedtype Body : SwiftUI.Commands |
| 12759 | @SwiftUI.CommandsBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 12760 | @available(iOS 15.0, macOS 12.0, *) |
| 12761 | nonisolated static func _makeCommands(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 12762 | @_Concurrency.MainActor @preconcurrency func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 17338 | @available(watchOS, unavailable) |
| 17339 | @preconcurrency @_Concurrency.MainActor public protocol Commands { |
| 17340 | associatedtype Body : SwiftUI.Commands |
| 17341 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 17342 | @available(iOS 15.0, macOS 12.0, *) |
| 17343 | nonisolated static func _makeCommands(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17344 | @_Concurrency.MainActor @preconcurrency func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 12769 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 12770 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 12771 | } |
| 12772 | @available(iOS 14.0, macOS 11.0, *) |
| 12773 | @available(tvOS, unavailable) |
| 12774 | @available(watchOS, unavailable) |
| 12775 | public struct EmptyCommands : SwiftUI.Commands { |
| 12776 | @available(iOS 15.0, macOS 12.0, *) |
| 12777 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.EmptyCommands>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 12778 | public init() |
| 12779 | @_Concurrency.MainActor @preconcurrency public func _resolve(into: inout SwiftUI._ResolvedCommands) |
| 12780 | @available(iOS 14.0, macOS 11.0, *) |
| 12781 | @available(tvOS, unavailable) |
| 12782 | @available(watchOS, unavailable) |
| 12783 | public typealias Body = Swift.Never |
| 12784 | } |
| 12785 | @available(*, unavailable) |
| 12786 | extension SwiftUI.EmptyCommands : Swift.Sendable { |
| 12787 | } |
| 12788 | @available(iOS 14.0, macOS 11.0, *) |
| 12789 | @available(tvOS, unavailable) |
| 12790 | @available(watchOS, unavailable) |
| 12791 | public struct _ResolvedCommands { |
| 12792 | } |
| 12793 | @available(*, unavailable) |
| 12794 | extension SwiftUI._ResolvedCommands : Swift.Sendable { |
| 12795 | } |
| 12796 | @available(iOS 14.0, macOS 11.0, *) |
| 12797 | @available(tvOS, unavailable) |
| 12798 | @available(watchOS, unavailable) |
| 12799 | extension SwiftUI.Scene { |
| 12800 | nonisolated public func commands<Content>(@SwiftUI.CommandsBuilder content: () -> Content) -> some SwiftUI.Scene where Content : SwiftUI.Commands |
| 12801 | |
| 12802 | } |
| 12803 | @available(iOS 14.0, macOS 11.0, *) |
| 12804 | @available(tvOS, unavailable) |
| 12805 | @available(watchOS, unavailable) |
| 12806 | @_functionBuilder public struct CommandsBuilder { |
| 12807 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Commands { |
| 12808 | content |
| 12809 | } |
| 12810 | @_alwaysEmitIntoClient public static func buildBlock() -> SwiftUI.EmptyCommands { |
| 12811 | EmptyCommands() |
| 12812 | } |
| 12813 | @_alwaysEmitIntoClient public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.Commands { |
| 12814 | content |
| 12815 | } |
| 12816 | } |
| 12817 | @available(*, unavailable) |
| 12818 | extension SwiftUI.CommandsBuilder : Swift.Sendable { |
| 12819 | } |
| 12820 | @available(iOS 16.0, *) |
| 12821 | @available(macOS, unavailable) |
| 12822 | @available(tvOS, unavailable) |
| 12823 | @available(watchOS, unavailable) |
| 12824 | public struct MultiDatePicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 12825 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 12826 | get |
| 12827 | } |
| 12828 | @available(iOS 16.0, *) |
| 12829 | @available(tvOS, unavailable) |
| 12830 | @available(watchOS, unavailable) |
| 12831 | @available(macOS, unavailable) |
| 12832 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15MultiDatePickerV4bodyQrvp", 0) __<Label> |
| 12833 | } |
| 12834 | @available(*, unavailable) |
| 12835 | extension SwiftUI.MultiDatePicker : Swift.Sendable { |
| 12836 | } |
| 12837 | @available(iOS 16.0, *) |
| 12838 | @available(macOS, unavailable) |
| 12839 | @available(tvOS, unavailable) |
| 12840 | @available(watchOS, unavailable) |
| 12841 | extension SwiftUI.MultiDatePicker { |
| 12842 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 12843 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.Range<Foundation.Date>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 12844 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.PartialRangeFrom<Foundation.Date>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 12845 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.PartialRangeUpTo<Foundation.Date>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 12846 | } |
| 12847 | @available(iOS 16.0, *) |
| 12848 | @available(macOS, unavailable) |
| 17351 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17352 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 17353 | } |
| 17354 | #if compiler(>=5.3) && $TildeSendable |
| 17355 | @available(iOS 14.0, macOS 11.0, *) |
| 17356 | @available(tvOS, unavailable) |
| 17357 | @available(watchOS, unavailable) |
| 17358 | nonisolated public struct EmptyCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 17359 | @available(iOS 15.0, macOS 12.0, *) |
| 17360 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.EmptyCommands>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17361 | nonisolated public init() |
| 17362 | nonisolated public func _resolve(into: inout SwiftUI._ResolvedCommands) |
| 17363 | @available(macOS 11.0, iOS 14.0, *) |
| 17364 | @available(tvOS, unavailable) |
| 17365 | @available(watchOS, unavailable) |
| 17366 | public typealias Body = Swift.Never |
| 17367 | } |
| 17368 | #else |
| 17369 | @available(iOS 14.0, macOS 11.0, *) |
| 17370 | @available(tvOS, unavailable) |
| 17371 | @available(watchOS, unavailable) |
| 17372 | nonisolated public struct EmptyCommands : SwiftUI.Commands { |
| 17373 | @available(iOS 15.0, macOS 12.0, *) |
| 17374 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.EmptyCommands>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17375 | nonisolated public init() |
| 17376 | nonisolated public func _resolve(into: inout SwiftUI._ResolvedCommands) |
| 17377 | @available(macOS 11.0, iOS 14.0, *) |
| 17378 | @available(tvOS, unavailable) |
| 17379 | @available(watchOS, unavailable) |
| 17380 | public typealias Body = Swift.Never |
| 17381 | } |
| 17382 | #endif |
| 17383 | #if compiler(>=5.3) && $TildeSendable |
| 17384 | @available(iOS 14.0, macOS 11.0, *) |
| 17385 | @available(tvOS, unavailable) |
| 17386 | @available(watchOS, unavailable) |
| 17387 | public struct _ResolvedCommands : ~Swift.Sendable { |
| 17388 | } |
| 17389 | #else |
| 17390 | @available(iOS 14.0, macOS 11.0, *) |
| 17391 | @available(tvOS, unavailable) |
| 17392 | @available(watchOS, unavailable) |
| 17393 | public struct _ResolvedCommands { |
| 17394 | } |
| 17395 | #endif |
| 17396 | @available(iOS 14.0, macOS 11.0, *) |
| 17397 | @available(tvOS, unavailable) |
| 17398 | @available(watchOS, unavailable) |
| 17399 | extension SwiftUI.Scene { |
| 17400 | nonisolated public func commands<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUI.Scene where Content : SwiftUI.Commands |
| 17401 | |
| 17402 | } |
| 17403 | #if compiler(>=5.3) && $TildeSendable |
| 17404 | @available(iOS 14.0, macOS 11.0, *) |
| 17405 | @available(tvOS, unavailable) |
| 17406 | @available(watchOS, unavailable) |
| 17407 | @_functionBuilder public struct CommandsBuilder : ~Swift.Sendable { |
| 17408 | #if compiler(>=5.3) && $InlineAlways |
| 17409 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Commands { |
| 17410 | content |
| 17411 | } |
| 17412 | #else |
| 17413 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Commands { |
| 17414 | content |
| 17415 | } |
| 17416 | #endif |
| 17417 | #if compiler(>=5.3) && $InlineAlways |
| 17418 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock() -> SwiftUI.EmptyCommands { |
| 17419 | EmptyCommands() |
| 17420 | } |
| 17421 | #else |
| 17422 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock() -> SwiftUI.EmptyCommands { |
| 17423 | EmptyCommands() |
| 17424 | } |
| 17425 | #endif |
| 17426 | #if compiler(>=5.3) && $InlineAlways |
| 17427 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.Commands { |
| 17428 | content |
| 17429 | } |
| 17430 | #else |
| 17431 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.Commands { |
| 17432 | content |
| 17433 | } |
| 17434 | #endif |
| 17435 | } |
| 17436 | #else |
| 17437 | @available(iOS 14.0, macOS 11.0, *) |
| 17438 | @available(tvOS, unavailable) |
| 17439 | @available(watchOS, unavailable) |
| 17440 | @_functionBuilder public struct CommandsBuilder { |
| 17441 | #if compiler(>=5.3) && $InlineAlways |
| 17442 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Commands { |
| 17443 | content |
| 17444 | } |
| 17445 | #else |
| 17446 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Commands { |
| 17447 | content |
| 17448 | } |
| 17449 | #endif |
| 17450 | #if compiler(>=5.3) && $InlineAlways |
| 17451 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock() -> SwiftUI.EmptyCommands { |
| 17452 | EmptyCommands() |
| 17453 | } |
| 17454 | #else |
| 17455 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock() -> SwiftUI.EmptyCommands { |
| 17456 | EmptyCommands() |
| 17457 | } |
| 17458 | #endif |
| 17459 | #if compiler(>=5.3) && $InlineAlways |
| 17460 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.Commands { |
| 17461 | content |
| 17462 | } |
| 17463 | #else |
| 17464 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.Commands { |
| 17465 | content |
| 17466 | } |
| 17467 | #endif |
| 17468 | } |
| 17469 | #endif |
| 17470 | #if compiler(>=5.3) && $TildeSendable |
| 17471 | @available(iOS 16.0, *) |
| 17472 | @available(macOS, unavailable) |
| 17473 | @available(tvOS, unavailable) |
| 17474 | @available(watchOS, unavailable) |
| 17475 | nonisolated public struct MultiDatePicker<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 17476 | nonisolated public var body: some SwiftUICore.View { |
| 17477 | get |
| 17478 | } |
| 17479 | @available(iOS 16.0, *) |
| 17480 | @available(macOS, unavailable) |
| 17481 | @available(tvOS, unavailable) |
| 17482 | @available(watchOS, unavailable) |
| 17483 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15MultiDatePickerV4bodyQrvp", 0) __<Label> |
| 17484 | } |
| 17485 | #else |
| 17486 | @available(iOS 16.0, *) |
| 17487 | @available(macOS, unavailable) |
| 17488 | @available(tvOS, unavailable) |
| 17489 | @available(watchOS, unavailable) |
| 17490 | nonisolated public struct MultiDatePicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 17491 | nonisolated public var body: some SwiftUICore.View { |
| 17492 | get |
| 17493 | } |
| 17494 | @available(iOS 16.0, *) |
| 17495 | @available(macOS, unavailable) |
| 17496 | @available(tvOS, unavailable) |
| 17497 | @available(watchOS, unavailable) |
| 17498 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15MultiDatePickerV4bodyQrvp", 0) __<Label> |
| 17499 | } |
| 17500 | #endif |
| 17501 | @available(iOS 16.0, *) |
| 17502 | @available(macOS, unavailable) |
| 17503 | @available(tvOS, unavailable) |
| 17504 | @available(watchOS, unavailable) |
| 17505 | extension SwiftUI.MultiDatePicker { |
| 17506 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 17507 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.Range<Foundation.Date>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 17508 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.PartialRangeFrom<Foundation.Date>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 17509 | nonisolated public init(selection: SwiftUICore.Binding<Swift.Set<Foundation.DateComponents>>, in bounds: Swift.PartialRangeUpTo<Foundation.Date>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 17510 | } |
| 17511 | @available(iOS 16.0, *) |
| 17512 | @available(macOS, unavailable) |
| 12892 | @available(macOS, unavailable) |
| 12893 | @available(tvOS, unavailable) |
| 12894 | @available(watchOS, unavailable) |
| 12895 | @_Concurrency.MainActor @preconcurrency public func documentBrowserContextMenu(@SwiftUICore.ViewBuilder _ menu: @escaping ([Foundation.URL]?) -> some View) -> some SwiftUICore.View |
| 12896 | |
| 12897 | } |
| 12898 | @available(iOS 18.1, *) |
| 12899 | @available(macOS, unavailable) |
| 12900 | @available(tvOS, unavailable) |
| 12901 | @available(watchOS, unavailable) |
| 12902 | extension SwiftUI.Scene { |
| 12903 | @_Concurrency.MainActor @preconcurrency public func documentBrowserContextMenu(@SwiftUICore.ViewBuilder _ menu: @escaping ([Foundation.URL]?) -> some View) -> some SwiftUI.Scene |
| 12904 | |
| 12905 | } |
| 12906 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17556 | @available(macOS, unavailable) |
| 17557 | @available(tvOS, unavailable) |
| 17558 | @available(watchOS, unavailable) |
| 17559 | @_Concurrency.MainActor @preconcurrency public func documentBrowserContextMenu(@SwiftUICore.ContentBuilder _ menu: @escaping ([Foundation.URL]?) -> some View) -> some SwiftUICore.View |
| 17560 | |
| 17561 | } |
| 17562 | @available(iOS 18.1, *) |
| 17563 | @available(macOS, unavailable) |
| 17564 | @available(tvOS, unavailable) |
| 17565 | @available(watchOS, unavailable) |
| 17566 | extension SwiftUI.Scene { |
| 17567 | @_Concurrency.MainActor @preconcurrency public func documentBrowserContextMenu(@SwiftUICore.ContentBuilder _ menu: @escaping ([Foundation.URL]?) -> some View) -> some SwiftUI.Scene |
| 17568 | |
| 17569 | } |
| 17570 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 12910 | nonisolated public func onPencilDoubleTap(perform action: @escaping (_ value: SwiftUI.PencilDoubleTapGestureValue) -> Swift.Void) -> some SwiftUICore.View |
| 12911 | |
| 12912 | } |
| 12913 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 12914 | @available(watchOS, unavailable) |
| 12915 | @available(tvOS, unavailable) |
| 17574 | nonisolated public func onPencilDoubleTap(perform action: @escaping (_ value: SwiftUI.PencilDoubleTapGestureValue) -> Swift.Void) -> some SwiftUICore.View |
| 17575 | |
| 17576 | } |
| 17577 | #if compiler(>=5.3) && $TildeSendable |
| 17578 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17579 | @available(watchOS, unavailable) |
| 17580 | @available(tvOS, unavailable) |
| 17581 | public struct PencilDoubleTapGestureValue : Swift.Hashable, ~Swift.Sendable { |
| 17582 | public let hoverPose: SwiftUI.PencilHoverPose? |
| 17583 | public static func == (a: SwiftUI.PencilDoubleTapGestureValue, b: SwiftUI.PencilDoubleTapGestureValue) -> Swift.Bool |
| 17584 | public func hash(into hasher: inout Swift.Hasher) |
| 17585 | public var hashValue: Swift.Int { |
| 17586 | get |
| 17587 | } |
| 17588 | } |
| 17589 | #else |
| 17590 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17591 | @available(watchOS, unavailable) |
| 17592 | @available(tvOS, unavailable) |
| 12921 | get |
| 12922 | } |
| 12923 | } |
| 12924 | @available(*, unavailable) |
| 12925 | extension SwiftUI.PencilDoubleTapGestureValue : Swift.Sendable { |
| 12926 | } |
| 12927 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 12928 | @available(watchOS, unavailable) |
| 12929 | @available(tvOS, unavailable) |
| 12930 | extension SwiftUICore.View { |
| 12931 | nonisolated public func onPencilSqueeze(perform action: @escaping (_ phase: SwiftUI.PencilSqueezeGesturePhase) -> Swift.Void) -> some SwiftUICore.View |
| 12932 | |
| 12933 | } |
| 12934 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 12935 | @available(watchOS, unavailable) |
| 12936 | @available(tvOS, unavailable) |
| 17598 | get |
| 17599 | } |
| 17600 | } |
| 17601 | #endif |
| 17602 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17603 | @available(watchOS, unavailable) |
| 17604 | @available(tvOS, unavailable) |
| 17605 | extension SwiftUICore.View { |
| 17606 | nonisolated public func onPencilSqueeze(perform action: @escaping (_ phase: SwiftUI.PencilSqueezeGesturePhase) -> Swift.Void) -> some SwiftUICore.View |
| 17607 | |
| 17608 | } |
| 17609 | #if compiler(>=5.3) && $TildeSendable |
| 17610 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17611 | @available(watchOS, unavailable) |
| 17612 | @available(tvOS, unavailable) |
| 17613 | @frozen public enum PencilSqueezeGesturePhase : Swift.Equatable, ~Swift.Sendable { |
| 17614 | case active(SwiftUI.PencilSqueezeGestureValue) |
| 17615 | case ended(SwiftUI.PencilSqueezeGestureValue) |
| 17616 | case failed |
| 17617 | public static func == (a: SwiftUI.PencilSqueezeGesturePhase, b: SwiftUI.PencilSqueezeGesturePhase) -> Swift.Bool |
| 17618 | } |
| 17619 | #else |
| 17620 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17621 | @available(watchOS, unavailable) |
| 17622 | @available(tvOS, unavailable) |
| 12940 | case failed |
| 12941 | public static func == (a: SwiftUI.PencilSqueezeGesturePhase, b: SwiftUI.PencilSqueezeGesturePhase) -> Swift.Bool |
| 12942 | } |
| 12943 | @available(*, unavailable) |
| 12944 | extension SwiftUI.PencilSqueezeGesturePhase : Swift.Sendable { |
| 12945 | } |
| 12946 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 12947 | @available(watchOS, unavailable) |
| 12948 | @available(tvOS, unavailable) |
| 17626 | case failed |
| 17627 | public static func == (a: SwiftUI.PencilSqueezeGesturePhase, b: SwiftUI.PencilSqueezeGesturePhase) -> Swift.Bool |
| 17628 | } |
| 17629 | #endif |
| 17630 | #if compiler(>=5.3) && $TildeSendable |
| 17631 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17632 | @available(watchOS, unavailable) |
| 17633 | @available(tvOS, unavailable) |
| 17634 | public struct PencilSqueezeGestureValue : Swift.Hashable, ~Swift.Sendable { |
| 17635 | public let hoverPose: SwiftUI.PencilHoverPose? |
| 17636 | public static func == (a: SwiftUI.PencilSqueezeGestureValue, b: SwiftUI.PencilSqueezeGestureValue) -> Swift.Bool |
| 17637 | public func hash(into hasher: inout Swift.Hasher) |
| 17638 | public var hashValue: Swift.Int { |
| 17639 | get |
| 17640 | } |
| 17641 | } |
| 17642 | #else |
| 17643 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17644 | @available(watchOS, unavailable) |
| 17645 | @available(tvOS, unavailable) |
| 12954 | get |
| 12955 | } |
| 12956 | } |
| 12957 | @available(*, unavailable) |
| 12958 | extension SwiftUI.PencilSqueezeGestureValue : Swift.Sendable { |
| 12959 | } |
| 12960 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12961 | public struct ScrollPhaseChangeContext { |
| 12962 | public var geometry: SwiftUICore.ScrollGeometry { |
| 17651 | get |
| 17652 | } |
| 17653 | } |
| 17654 | #endif |
| 17655 | #if compiler(>=5.3) && $TildeSendable |
| 17656 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 17657 | public struct ScrollPhaseChangeContext : ~Swift.Sendable { |
| 17658 | public var geometry: SwiftUICore.ScrollGeometry { |
| 17659 | get |
| 17660 | } |
| 17661 | public var velocity: CoreFoundation.CGVector? { |
| 17662 | get |
| 17663 | } |
| 17664 | } |
| 17665 | #else |
| 17666 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 17667 | public struct ScrollPhaseChangeContext { |
| 17668 | public var geometry: SwiftUICore.ScrollGeometry { |
| 12966 | get |
| 12967 | } |
| 12968 | } |
| 12969 | @available(*, unavailable) |
| 12970 | extension SwiftUI.ScrollPhaseChangeContext : Swift.Sendable { |
| 12971 | } |
| 12972 | extension SwiftUICore.View { |
| 12973 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 12974 | nonisolated public func onScrollPhaseChange(_ action: @escaping (_ oldPhase: SwiftUICore.ScrollPhase, _ newPhase: SwiftUICore.ScrollPhase) -> Swift.Void) -> some SwiftUICore.View |
| 17672 | get |
| 17673 | } |
| 17674 | } |
| 17675 | #endif |
| 17676 | extension SwiftUICore.View { |
| 17677 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 17678 | nonisolated public func onScrollPhaseChange(_ action: @escaping (_ oldPhase: SwiftUICore.ScrollPhase, _ newPhase: SwiftUICore.ScrollPhase) -> Swift.Void) -> some SwiftUICore.View |
| 12985 | public static var search: SwiftUI.TabRole { |
| 12986 | get |
| 12987 | } |
| 12988 | public static func == (a: SwiftUI.TabRole, b: SwiftUI.TabRole) -> Swift.Bool |
| 12989 | public func hash(into hasher: inout Swift.Hasher) |
| 12990 | public var hashValue: Swift.Int { |
| 12991 | get |
| 12992 | } |
| 12993 | } |
| 12994 | extension SwiftUICore.View { |
| 12995 | @available(iOS 26.0, *) |
| 12996 | @available(macOS, unavailable) |
| 12997 | @available(tvOS, unavailable) |
| 12998 | @available(watchOS, unavailable) |
| 12999 | @available(visionOS, unavailable) |
| 13000 | nonisolated public func tabViewBottomAccessory<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 13001 | |
| 13002 | @available(iOS 26.1, *) |
| 13003 | @available(macOS, unavailable) |
| 13004 | @available(tvOS, unavailable) |
| 13005 | @available(watchOS, unavailable) |
| 13006 | @available(visionOS, unavailable) |
| 13007 | nonisolated public func tabViewBottomAccessory<Content>(isEnabled: Swift.Bool, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 13008 | |
| 13009 | } |
| 13010 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17689 | public static var search: SwiftUI.TabRole { |
| 17690 | get |
| 17691 | } |
| 17692 | @available(anyAppleOS 27.0, *) |
| 17693 | public static var prominent: SwiftUI.TabRole { |
| 17694 | get |
| 17695 | } |
| 17696 | public static func == (a: SwiftUI.TabRole, b: SwiftUI.TabRole) -> Swift.Bool |
| 17697 | public func hash(into hasher: inout Swift.Hasher) |
| 17698 | public var hashValue: Swift.Int { |
| 17699 | get |
| 17700 | } |
| 17701 | } |
| 17702 | @available(iOS 27.0, *) |
| 17703 | @available(macCatalyst, unavailable) |
| 17704 | @available(macOS, unavailable) |
| 17705 | @available(tvOS, unavailable) |
| 17706 | @available(watchOS, unavailable) |
| 17707 | @available(visionOS, unavailable) |
| 17708 | extension SwiftUI.SceneAccessoryContent { |
| 17709 | nonisolated public func onAvailabilityChange(perform action: @escaping (_ isAvailable: Swift.Bool) -> Swift.Void) -> some SwiftUI.SceneAccessoryContent |
| 17710 | |
| 17711 | } |
| 17712 | extension SwiftUICore.View { |
| 17713 | @available(iOS 26.0, *) |
| 17714 | @available(macOS, unavailable) |
| 17715 | @available(tvOS, unavailable) |
| 17716 | @available(watchOS, unavailable) |
| 17717 | @available(visionOS, unavailable) |
| 17718 | nonisolated public func tabViewBottomAccessory<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 17719 | |
| 17720 | @available(iOS 26.1, *) |
| 17721 | @available(macOS, unavailable) |
| 17722 | @available(tvOS, unavailable) |
| 17723 | @available(watchOS, unavailable) |
| 17724 | @available(visionOS, unavailable) |
| 17725 | nonisolated public func tabViewBottomAccessory<Content>(isEnabled: Swift.Bool, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 17726 | |
| 17727 | } |
| 17728 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13015 | } |
| 13016 | public var rawValue: Swift.Int |
| 13017 | public init(rawValue: Swift.Int) |
| 13018 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 13019 | public typealias ArrayLiteralElement = SwiftUI.ToolbarCustomizationOptions |
| 13020 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 13021 | public typealias Element = SwiftUI.ToolbarCustomizationOptions |
| 13022 | } |
| 13023 | extension SwiftUI.CustomizableToolbarContent { |
| 17733 | } |
| 17734 | public var rawValue: Swift.Int |
| 17735 | public init(rawValue: Swift.Int) |
| 17736 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 17737 | public typealias ArrayLiteralElement = SwiftUI.ToolbarCustomizationOptions |
| 17738 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 17739 | public typealias Element = SwiftUI.ToolbarCustomizationOptions |
| 17740 | } |
| 17741 | extension SwiftUI.CustomizableToolbarContent { |
| 13036 | nonisolated public func menuActionDismissBehavior(_ behavior: SwiftUI.MenuActionDismissBehavior) -> some SwiftUICore.View |
| 13037 | |
| 13038 | } |
| 13039 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 13040 | public struct MenuActionDismissBehavior : Swift.Equatable { |
| 13041 | public static let automatic: SwiftUI.MenuActionDismissBehavior |
| 17754 | nonisolated public func menuActionDismissBehavior(_ behavior: SwiftUI.MenuActionDismissBehavior) -> some SwiftUICore.View |
| 17755 | |
| 17756 | } |
| 17757 | #if compiler(>=5.3) && $TildeSendable |
| 17758 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 17759 | public struct MenuActionDismissBehavior : Swift.Equatable, ~Swift.Sendable { |
| 17760 | public static let automatic: SwiftUI.MenuActionDismissBehavior |
| 17761 | public static let enabled: SwiftUI.MenuActionDismissBehavior |
| 17762 | @available(tvOS 17.0, *) |
| 17763 | @available(macOS, unavailable) |
| 17764 | @available(watchOS, unavailable) |
| 17765 | public static let disabled: SwiftUI.MenuActionDismissBehavior |
| 17766 | public static func == (a: SwiftUI.MenuActionDismissBehavior, b: SwiftUI.MenuActionDismissBehavior) -> Swift.Bool |
| 17767 | } |
| 17768 | #else |
| 17769 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 17770 | public struct MenuActionDismissBehavior : Swift.Equatable { |
| 17771 | public static let automatic: SwiftUI.MenuActionDismissBehavior |
| 13046 | public static let disabled: SwiftUI.MenuActionDismissBehavior |
| 13047 | public static func == (a: SwiftUI.MenuActionDismissBehavior, b: SwiftUI.MenuActionDismissBehavior) -> Swift.Bool |
| 13048 | } |
| 13049 | @available(*, unavailable) |
| 13050 | extension SwiftUI.MenuActionDismissBehavior : Swift.Sendable { |
| 13051 | } |
| 13052 | @available(iOS 13.4, macOS 10.15, *) |
| 13053 | @available(tvOS, unavailable) |
| 13054 | @available(watchOS, unavailable) |
| 13055 | public struct _DraggingModifier : SwiftUICore.ViewModifier { |
| 13056 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DraggingModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 13057 | @available(iOS 13.4, macOS 10.15, *) |
| 13058 | @available(tvOS, unavailable) |
| 13059 | @available(watchOS, unavailable) |
| 13060 | public typealias Body = Swift.Never |
| 13061 | } |
| 13062 | @available(*, unavailable) |
| 13063 | extension SwiftUI._DraggingModifier : Swift.Sendable { |
| 13064 | } |
| 13065 | @available(macOS 10.15, *) |
| 13066 | @available(iOS, unavailable) |
| 13067 | @available(tvOS, unavailable) |
| 13068 | @available(watchOS, unavailable) |
| 13069 | @available(visionOS, unavailable) |
| 13070 | public struct HSplitView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 13071 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 13072 | @available(macOS 10.15, *) |
| 13073 | @available(iOS, unavailable) |
| 13074 | @available(tvOS, unavailable) |
| 13075 | @available(watchOS, unavailable) |
| 13076 | @available(visionOS, unavailable) |
| 13077 | public typealias Body = Swift.Never |
| 13078 | } |
| 13079 | @available(*, unavailable) |
| 13080 | extension SwiftUI.HSplitView : Swift.Sendable { |
| 13081 | } |
| 13082 | @available(macOS 10.15, *) |
| 13083 | @available(iOS, unavailable) |
| 13084 | @available(tvOS, unavailable) |
| 13085 | @available(watchOS, unavailable) |
| 13086 | @available(visionOS, unavailable) |
| 13087 | public struct VSplitView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 13088 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 13089 | @available(macOS 10.15, *) |
| 13090 | @available(iOS, unavailable) |
| 13091 | @available(tvOS, unavailable) |
| 13092 | @available(watchOS, unavailable) |
| 13093 | @available(visionOS, unavailable) |
| 13094 | public typealias Body = Swift.Never |
| 13095 | } |
| 13096 | @available(*, unavailable) |
| 13097 | extension SwiftUI.VSplitView : Swift.Sendable { |
| 13098 | } |
| 13099 | @available(macOS 10.15, *) |
| 13100 | @available(iOS, unavailable) |
| 13101 | @available(tvOS, unavailable) |
| 17776 | public static let disabled: SwiftUI.MenuActionDismissBehavior |
| 17777 | public static func == (a: SwiftUI.MenuActionDismissBehavior, b: SwiftUI.MenuActionDismissBehavior) -> Swift.Bool |
| 17778 | } |
| 17779 | #endif |
| 17780 | #if compiler(>=5.3) && $TildeSendable |
| 17781 | @available(iOS 13.4, macOS 10.15, *) |
| 17782 | @available(tvOS, unavailable) |
| 17783 | @available(watchOS, unavailable) |
| 17784 | nonisolated public struct _DraggingModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 17785 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DraggingModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17786 | @available(macOS 10.15, iOS 13.4, *) |
| 17787 | @available(tvOS, unavailable) |
| 17788 | @available(watchOS, unavailable) |
| 17789 | public typealias Body = Swift.Never |
| 17790 | } |
| 17791 | #else |
| 17792 | @available(iOS 13.4, macOS 10.15, *) |
| 17793 | @available(tvOS, unavailable) |
| 17794 | @available(watchOS, unavailable) |
| 17795 | nonisolated public struct _DraggingModifier : SwiftUICore.ViewModifier { |
| 17796 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DraggingModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17797 | @available(macOS 10.15, iOS 13.4, *) |
| 17798 | @available(tvOS, unavailable) |
| 17799 | @available(watchOS, unavailable) |
| 17800 | public typealias Body = Swift.Never |
| 17801 | } |
| 17802 | #endif |
| 17803 | #if compiler(>=5.3) && $TildeSendable |
| 17804 | @available(macOS 10.15, *) |
| 17805 | @available(iOS, unavailable) |
| 17806 | @available(tvOS, unavailable) |
| 17807 | @available(watchOS, unavailable) |
| 17808 | @available(visionOS, unavailable) |
| 17809 | nonisolated public struct HSplitView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 17810 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17811 | @available(macOS 10.15, *) |
| 17812 | @available(iOS, unavailable) |
| 17813 | @available(tvOS, unavailable) |
| 17814 | @available(watchOS, unavailable) |
| 17815 | @available(visionOS, unavailable) |
| 17816 | public typealias Body = Swift.Never |
| 17817 | } |
| 17818 | #else |
| 17819 | @available(macOS 10.15, *) |
| 17820 | @available(iOS, unavailable) |
| 17821 | @available(tvOS, unavailable) |
| 17822 | @available(watchOS, unavailable) |
| 17823 | @available(visionOS, unavailable) |
| 17824 | nonisolated public struct HSplitView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 17825 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17826 | @available(macOS 10.15, *) |
| 17827 | @available(iOS, unavailable) |
| 17828 | @available(tvOS, unavailable) |
| 17829 | @available(watchOS, unavailable) |
| 17830 | @available(visionOS, unavailable) |
| 17831 | public typealias Body = Swift.Never |
| 17832 | } |
| 17833 | #endif |
| 17834 | #if compiler(>=5.3) && $TildeSendable |
| 17835 | @available(macOS 10.15, *) |
| 17836 | @available(iOS, unavailable) |
| 17837 | @available(tvOS, unavailable) |
| 17838 | @available(watchOS, unavailable) |
| 17839 | @available(visionOS, unavailable) |
| 17840 | nonisolated public struct VSplitView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 17841 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17842 | @available(macOS 10.15, *) |
| 17843 | @available(iOS, unavailable) |
| 17844 | @available(tvOS, unavailable) |
| 17845 | @available(watchOS, unavailable) |
| 17846 | @available(visionOS, unavailable) |
| 17847 | public typealias Body = Swift.Never |
| 17848 | } |
| 17849 | #else |
| 17850 | @available(macOS 10.15, *) |
| 17851 | @available(iOS, unavailable) |
| 17852 | @available(tvOS, unavailable) |
| 17853 | @available(watchOS, unavailable) |
| 17854 | @available(visionOS, unavailable) |
| 17855 | nonisolated public struct VSplitView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 17856 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 17857 | @available(macOS 10.15, *) |
| 17858 | @available(iOS, unavailable) |
| 17859 | @available(tvOS, unavailable) |
| 17860 | @available(watchOS, unavailable) |
| 17861 | @available(visionOS, unavailable) |
| 17862 | public typealias Body = Swift.Never |
| 17863 | } |
| 17864 | #endif |
| 17865 | #if compiler(>=5.3) && $TildeSendable |
| 17866 | @available(macOS 10.15, *) |
| 17867 | @available(iOS, unavailable) |
| 17868 | @available(tvOS, unavailable) |
| 17869 | @available(watchOS, unavailable) |
| 17870 | @available(visionOS, unavailable) |
| 17871 | @_Concurrency.MainActor @preconcurrency public struct _SplitViewContainer : SwiftUICore._VariadicView.UnaryViewRoot, ~Swift.Sendable { |
| 17872 | @_Concurrency.MainActor @preconcurrency public func body(children: SwiftUICore._VariadicView.Children) -> some SwiftUICore.View |
| 17873 | |
| 17874 | @_Concurrency.MainActor @preconcurrency public static var _viewListOptions: Swift.Int { |
| 17875 | get |
| 17876 | } |
| 17877 | @available(macOS 10.15, *) |
| 17878 | @available(iOS, unavailable) |
| 17879 | @available(tvOS, unavailable) |
| 17880 | @available(watchOS, unavailable) |
| 17881 | @available(visionOS, unavailable) |
| 17882 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19_SplitViewContainerV4body8childrenQrAA09_VariadicD9_ChildrenV_tF", 0) __ |
| 17883 | } |
| 17884 | #else |
| 17885 | @available(macOS 10.15, *) |
| 17886 | @available(iOS, unavailable) |
| 17887 | @available(tvOS, unavailable) |
| 13114 | @available(visionOS, unavailable) |
| 13115 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19_SplitViewContainerV4body8childrenQrAA09_VariadicD9_ChildrenV_tF", 0) __ |
| 13116 | } |
| 13117 | @available(*, unavailable) |
| 13118 | extension SwiftUI._SplitViewContainer : Swift.Sendable { |
| 13119 | } |
| 13120 | @available(iOS, unavailable) |
| 13121 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 13122 | @available(tvOS, unavailable) |
| 17900 | @available(visionOS, unavailable) |
| 17901 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19_SplitViewContainerV4body8childrenQrAA09_VariadicD9_ChildrenV_tF", 0) __ |
| 17902 | } |
| 17903 | #endif |
| 17904 | #if compiler(>=5.3) && $TildeSendable |
| 17905 | @available(iOS, unavailable) |
| 17906 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 17907 | @available(tvOS, unavailable) |
| 17908 | @available(watchOS, unavailable) |
| 17909 | @available(visionOS, unavailable) |
| 17910 | public struct PullDownMenuButtonStyle : SwiftUI.MenuButtonStyle, ~Swift.Sendable { |
| 17911 | public init() |
| 17912 | public func _body(configuration: SwiftUI.PullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 17913 | |
| 17914 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 17915 | @available(iOS, unavailable) |
| 17916 | @available(tvOS, unavailable) |
| 17917 | @available(watchOS, unavailable) |
| 17918 | @available(visionOS, unavailable) |
| 17919 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI23PullDownMenuButtonStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 17920 | } |
| 17921 | #else |
| 17922 | @available(iOS, unavailable) |
| 17923 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 17924 | @available(tvOS, unavailable) |
| 13126 | public init() |
| 13127 | public func _body(configuration: SwiftUI.PullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 13128 | |
| 13129 | @available(iOS, unavailable) |
| 13130 | @available(tvOS, unavailable) |
| 13131 | @available(watchOS, unavailable) |
| 13132 | @available(visionOS, unavailable) |
| 13133 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 13134 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI23PullDownMenuButtonStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 13135 | } |
| 13136 | @available(*, unavailable) |
| 13137 | extension SwiftUI.PullDownMenuButtonStyle : Swift.Sendable { |
| 13138 | } |
| 13139 | @available(iOS, unavailable) |
| 13140 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 13141 | @available(tvOS, unavailable) |
| 17928 | public init() |
| 17929 | public func _body(configuration: SwiftUI.PullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 17930 | |
| 17931 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderedButtonMenuStyle` instead.") |
| 17932 | @available(iOS, unavailable) |
| 17933 | @available(tvOS, unavailable) |
| 17934 | @available(watchOS, unavailable) |
| 17935 | @available(visionOS, unavailable) |
| 17936 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI23PullDownMenuButtonStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 17937 | } |
| 17938 | #endif |
| 17939 | #if compiler(>=5.3) && $TildeSendable |
| 17940 | @available(iOS, unavailable) |
| 17941 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17942 | @available(tvOS, unavailable) |
| 17943 | @available(watchOS, unavailable) |
| 17944 | @available(visionOS, unavailable) |
| 17945 | public struct BorderlessPullDownMenuButtonStyle : SwiftUI.MenuButtonStyle, ~Swift.Sendable { |
| 17946 | public init() |
| 17947 | public func _body(configuration: SwiftUI.BorderlessPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 17948 | |
| 17949 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17950 | @available(iOS, unavailable) |
| 17951 | @available(tvOS, unavailable) |
| 17952 | @available(watchOS, unavailable) |
| 17953 | @available(visionOS, unavailable) |
| 17954 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI33BorderlessPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 17955 | } |
| 17956 | #else |
| 17957 | @available(iOS, unavailable) |
| 17958 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17959 | @available(tvOS, unavailable) |
| 13145 | public init() |
| 13146 | public func _body(configuration: SwiftUI.BorderlessPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 13147 | |
| 13148 | @available(iOS, unavailable) |
| 13149 | @available(tvOS, unavailable) |
| 13150 | @available(watchOS, unavailable) |
| 13151 | @available(visionOS, unavailable) |
| 13152 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 13153 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI33BorderlessPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 13154 | } |
| 13155 | @available(*, unavailable) |
| 13156 | extension SwiftUI.BorderlessPullDownMenuButtonStyle : Swift.Sendable { |
| 13157 | } |
| 13158 | @available(iOS, unavailable) |
| 13159 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 13160 | @available(tvOS, unavailable) |
| 17963 | public init() |
| 17964 | public func _body(configuration: SwiftUI.BorderlessPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 17965 | |
| 17966 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17967 | @available(iOS, unavailable) |
| 17968 | @available(tvOS, unavailable) |
| 17969 | @available(watchOS, unavailable) |
| 17970 | @available(visionOS, unavailable) |
| 17971 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI33BorderlessPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 17972 | } |
| 17973 | #endif |
| 17974 | #if compiler(>=5.3) && $TildeSendable |
| 17975 | @available(iOS, unavailable) |
| 17976 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17977 | @available(tvOS, unavailable) |
| 17978 | @available(watchOS, unavailable) |
| 17979 | @available(visionOS, unavailable) |
| 17980 | public struct BorderlessButtonMenuButtonStyle : SwiftUI.MenuButtonStyle, ~Swift.Sendable { |
| 17981 | public init() |
| 17982 | public func _body(configuration: SwiftUI.BorderlessButtonMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 17983 | |
| 17984 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17985 | @available(iOS, unavailable) |
| 17986 | @available(tvOS, unavailable) |
| 17987 | @available(watchOS, unavailable) |
| 17988 | @available(visionOS, unavailable) |
| 17989 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI020BorderlessButtonMenuD5StyleV5_body13configurationQrAA01_edF13ConfigurationV_tF", 0) __ |
| 17990 | } |
| 17991 | #else |
| 17992 | @available(iOS, unavailable) |
| 17993 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 17994 | @available(tvOS, unavailable) |
| 13164 | public init() |
| 13165 | public func _body(configuration: SwiftUI.BorderlessButtonMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 13166 | |
| 13167 | @available(iOS, unavailable) |
| 13168 | @available(tvOS, unavailable) |
| 13169 | @available(watchOS, unavailable) |
| 13170 | @available(visionOS, unavailable) |
| 13171 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 13172 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI020BorderlessButtonMenuD5StyleV5_body13configurationQrAA01_edF13ConfigurationV_tF", 0) __ |
| 13173 | } |
| 13174 | @available(*, unavailable) |
| 13175 | extension SwiftUI.BorderlessButtonMenuButtonStyle : Swift.Sendable { |
| 13176 | } |
| 13177 | @available(iOS, unavailable) |
| 13178 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 13179 | @available(tvOS, unavailable) |
| 17998 | public init() |
| 17999 | public func _body(configuration: SwiftUI.BorderlessButtonMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 18000 | |
| 18001 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `BorderlessButtonMenuStyle` instead.") |
| 18002 | @available(iOS, unavailable) |
| 18003 | @available(tvOS, unavailable) |
| 18004 | @available(watchOS, unavailable) |
| 18005 | @available(visionOS, unavailable) |
| 18006 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI020BorderlessButtonMenuD5StyleV5_body13configurationQrAA01_edF13ConfigurationV_tF", 0) __ |
| 18007 | } |
| 18008 | #endif |
| 18009 | #if compiler(>=5.3) && $TildeSendable |
| 18010 | @available(iOS, unavailable) |
| 18011 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 18012 | @available(tvOS, unavailable) |
| 18013 | @available(watchOS, unavailable) |
| 18014 | @available(visionOS, unavailable) |
| 18015 | public struct _TexturedPullDownMenuButtonStyle : SwiftUI.MenuButtonStyle, ~Swift.Sendable { |
| 18016 | public init() |
| 18017 | public func _body(configuration: SwiftUI._TexturedPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 18018 | |
| 18019 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 18020 | @available(iOS, unavailable) |
| 18021 | @available(tvOS, unavailable) |
| 18022 | @available(watchOS, unavailable) |
| 18023 | @available(visionOS, unavailable) |
| 18024 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI32_TexturedPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 18025 | } |
| 18026 | #else |
| 18027 | @available(iOS, unavailable) |
| 18028 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 18029 | @available(tvOS, unavailable) |
| 13183 | public init() |
| 13184 | public func _body(configuration: SwiftUI._TexturedPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 13185 | |
| 13186 | @available(iOS, unavailable) |
| 13187 | @available(tvOS, unavailable) |
| 13188 | @available(watchOS, unavailable) |
| 13189 | @available(visionOS, unavailable) |
| 13190 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 13191 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI32_TexturedPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 13192 | } |
| 13193 | @available(*, unavailable) |
| 13194 | extension SwiftUI._TexturedPullDownMenuButtonStyle : Swift.Sendable { |
| 13195 | } |
| 13196 | @available(iOS 14.0, macOS 11.0, *) |
| 13197 | @available(tvOS, unavailable) |
| 13198 | @available(watchOS, unavailable) |
| 13199 | public struct TextEditingCommands : SwiftUI.Commands { |
| 13200 | public init() |
| 13201 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 13202 | get |
| 13203 | } |
| 13204 | @available(iOS 14.0, macOS 11.0, *) |
| 13205 | @available(tvOS, unavailable) |
| 13206 | @available(watchOS, unavailable) |
| 13207 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TextEditingCommandsV4bodyQrvp", 0) __ |
| 13208 | } |
| 13209 | @available(*, unavailable) |
| 13210 | extension SwiftUI.TextEditingCommands : Swift.Sendable { |
| 13211 | } |
| 13212 | @available(iOS 14.0, macOS 11.0, *) |
| 13213 | @available(tvOS, unavailable) |
| 13214 | @available(watchOS, unavailable) |
| 13215 | public struct TextFormattingCommands : SwiftUI.Commands { |
| 13216 | public init() |
| 13217 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 13218 | get |
| 13219 | } |
| 13220 | @available(iOS 14.0, macOS 11.0, *) |
| 13221 | @available(tvOS, unavailable) |
| 13222 | @available(watchOS, unavailable) |
| 13223 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TextFormattingCommandsV4bodyQrvp", 0) __ |
| 13224 | } |
| 13225 | @available(*, unavailable) |
| 13226 | extension SwiftUI.TextFormattingCommands : Swift.Sendable { |
| 13227 | } |
| 13228 | @available(iOS 17.0, macOS 14.0, *) |
| 13229 | @available(tvOS, unavailable) |
| 13230 | @available(watchOS, unavailable) |
| 18033 | public init() |
| 18034 | public func _body(configuration: SwiftUI._TexturedPullDownMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 18035 | |
| 18036 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `TexturedButtonMenuStyle` instead.") |
| 18037 | @available(iOS, unavailable) |
| 18038 | @available(tvOS, unavailable) |
| 18039 | @available(watchOS, unavailable) |
| 18040 | @available(visionOS, unavailable) |
| 18041 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI32_TexturedPullDownMenuButtonStyleV5_body13configurationQrAA01_fgH13ConfigurationV_tF", 0) __ |
| 18042 | } |
| 18043 | #endif |
| 18044 | #if compiler(>=5.3) && $TildeSendable |
| 18045 | @available(iOS 14.0, macOS 11.0, *) |
| 18046 | @available(tvOS, unavailable) |
| 18047 | @available(watchOS, unavailable) |
| 18048 | nonisolated public struct TextEditingCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 18049 | nonisolated public init() |
| 18050 | nonisolated public var body: some SwiftUI.Commands { |
| 18051 | get |
| 18052 | } |
| 18053 | @available(macOS 11.0, iOS 14.0, *) |
| 18054 | @available(tvOS, unavailable) |
| 18055 | @available(watchOS, unavailable) |
| 18056 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TextEditingCommandsV4bodyQrvp", 0) __ |
| 18057 | } |
| 18058 | #else |
| 18059 | @available(iOS 14.0, macOS 11.0, *) |
| 18060 | @available(tvOS, unavailable) |
| 18061 | @available(watchOS, unavailable) |
| 18062 | nonisolated public struct TextEditingCommands : SwiftUI.Commands { |
| 18063 | nonisolated public init() |
| 18064 | nonisolated public var body: some SwiftUI.Commands { |
| 18065 | get |
| 18066 | } |
| 18067 | @available(macOS 11.0, iOS 14.0, *) |
| 18068 | @available(tvOS, unavailable) |
| 18069 | @available(watchOS, unavailable) |
| 18070 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TextEditingCommandsV4bodyQrvp", 0) __ |
| 18071 | } |
| 18072 | #endif |
| 18073 | #if compiler(>=5.3) && $TildeSendable |
| 18074 | @available(iOS 14.0, macOS 11.0, *) |
| 18075 | @available(tvOS, unavailable) |
| 18076 | @available(watchOS, unavailable) |
| 18077 | nonisolated public struct TextFormattingCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 18078 | nonisolated public init() |
| 18079 | nonisolated public var body: some SwiftUI.Commands { |
| 18080 | get |
| 18081 | } |
| 18082 | @available(macOS 11.0, iOS 14.0, *) |
| 18083 | @available(tvOS, unavailable) |
| 18084 | @available(watchOS, unavailable) |
| 18085 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TextFormattingCommandsV4bodyQrvp", 0) __ |
| 18086 | } |
| 18087 | #else |
| 18088 | @available(iOS 14.0, macOS 11.0, *) |
| 18089 | @available(tvOS, unavailable) |
| 18090 | @available(watchOS, unavailable) |
| 18091 | nonisolated public struct TextFormattingCommands : SwiftUI.Commands { |
| 18092 | nonisolated public init() |
| 18093 | nonisolated public var body: some SwiftUI.Commands { |
| 18094 | get |
| 18095 | } |
| 18096 | @available(macOS 11.0, iOS 14.0, *) |
| 18097 | @available(tvOS, unavailable) |
| 18098 | @available(watchOS, unavailable) |
| 18099 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TextFormattingCommandsV4bodyQrvp", 0) __ |
| 18100 | } |
| 18101 | #endif |
| 18102 | @available(iOS 17.0, macOS 14.0, *) |
| 18103 | @available(tvOS, unavailable) |
| 18104 | @available(watchOS, unavailable) |
| 13258 | @_Concurrency.MainActor @preconcurrency public func alignment(_ alignment: SwiftUI.TableColumnAlignment) -> some SwiftUI.TableColumnContent<Self.TableRowValue, Self.TableColumnSortComparator> |
| 13259 | |
| 13260 | } |
| 13261 | @available(visionOS 26.0, *) |
| 13262 | @available(iOS, unavailable) |
| 13263 | @available(macOS, unavailable) |
| 18132 | @_Concurrency.MainActor @preconcurrency public func alignment(_ alignment: SwiftUI.TableColumnAlignment) -> some SwiftUI.TableColumnContent<Self.TableRowValue, Self.TableColumnSortComparator> |
| 18133 | |
| 18134 | } |
| 18135 | #if compiler(>=5.3) && $TildeSendable |
| 18136 | @available(visionOS 26.0, *) |
| 18137 | @available(iOS, unavailable) |
| 18138 | @available(macOS, unavailable) |
| 18139 | @available(watchOS, unavailable) |
| 18140 | @available(tvOS, unavailable) |
| 18141 | public struct HoverEffectPhaseOverride : Swift.Equatable, ~Swift.Sendable { |
| 18142 | public static var active: SwiftUI.HoverEffectPhaseOverride { |
| 18143 | get |
| 18144 | } |
| 18145 | public static var inactive: SwiftUI.HoverEffectPhaseOverride { |
| 18146 | get |
| 18147 | } |
| 18148 | public static func toggled(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 18149 | public static func activeTemporarily(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 18150 | public static func inactiveTemporarily(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 18151 | public static func toggledTemporarily(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 18152 | public static func == (a: SwiftUI.HoverEffectPhaseOverride, b: SwiftUI.HoverEffectPhaseOverride) -> Swift.Bool |
| 18153 | } |
| 18154 | #else |
| 18155 | @available(visionOS 26.0, *) |
| 18156 | @available(iOS, unavailable) |
| 18157 | @available(macOS, unavailable) |
| 13276 | public static func toggledTemporarily(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 13277 | public static func == (a: SwiftUI.HoverEffectPhaseOverride, b: SwiftUI.HoverEffectPhaseOverride) -> Swift.Bool |
| 13278 | } |
| 13279 | @available(*, unavailable) |
| 13280 | extension SwiftUI.HoverEffectPhaseOverride : Swift.Sendable { |
| 13281 | } |
| 13282 | @available(visionOS 26.0, *) |
| 13283 | @available(iOS, unavailable) |
| 13284 | @available(macOS, unavailable) |
| 18170 | public static func toggledTemporarily(trigger: some Equatable) -> SwiftUI.HoverEffectPhaseOverride |
| 18171 | public static func == (a: SwiftUI.HoverEffectPhaseOverride, b: SwiftUI.HoverEffectPhaseOverride) -> Swift.Bool |
| 18172 | } |
| 18173 | #endif |
| 18174 | @available(visionOS 26.0, *) |
| 18175 | @available(iOS, unavailable) |
| 18176 | @available(macOS, unavailable) |
| 13288 | public func hoverEffectPhaseOverride(_ override: SwiftUI.HoverEffectPhaseOverride?) -> some SwiftUICore.CustomHoverEffect |
| 13289 | |
| 13290 | } |
| 13291 | @available(iOS 14.0, macOS 11.0, *) |
| 13292 | @available(tvOS, unavailable) |
| 13293 | @available(watchOS, unavailable) |
| 13294 | public struct DisclosureGroup<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 13295 | public init(@SwiftUICore.ViewBuilder content: @escaping () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13296 | public init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13297 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 13298 | get |
| 13299 | } |
| 13300 | @available(iOS 14.0, macOS 11.0, *) |
| 13301 | @available(tvOS, unavailable) |
| 13302 | @available(watchOS, unavailable) |
| 13303 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DisclosureGroupV4bodyQrvp", 0) __<Label, Content> |
| 13304 | } |
| 13305 | @available(*, unavailable) |
| 13306 | extension SwiftUI.DisclosureGroup : Swift.Sendable { |
| 13307 | } |
| 13308 | @available(iOS 14.0, macOS 11.0, *) |
| 13309 | @available(tvOS, unavailable) |
| 13310 | @available(watchOS, unavailable) |
| 13311 | extension SwiftUI.DisclosureGroup where Label == SwiftUICore.Text { |
| 13312 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: @escaping () -> Content) |
| 13313 | @available(iOS 16.0, macOS 13.0, *) |
| 13314 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: @escaping () -> Content) { |
| 13315 | self.init(content: content, label: { Text(titleResource) }) |
| 13316 | } |
| 13317 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping () -> Content) |
| 13318 | @available(iOS 16.0, macOS 13.0, *) |
| 13319 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping () -> Content) { |
| 13320 | self.init( |
| 13321 | isExpanded: isExpanded, |
| 13322 | content: content, |
| 13323 | label: { Text(titleResource) } |
| 13324 | ) |
| 13325 | } |
| 13326 | @_disfavoredOverload nonisolated public init<S>(_ label: S, @SwiftUICore.ViewBuilder content: @escaping () -> Content) where S : Swift.StringProtocol |
| 13327 | @_disfavoredOverload nonisolated public init<S>(_ label: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping () -> Content) where S : Swift.StringProtocol |
| 13328 | } |
| 13329 | @available(macOS 15.0, *) |
| 13330 | @available(iOS, unavailable) |
| 18180 | public func hoverEffectPhaseOverride(_ override: SwiftUI.HoverEffectPhaseOverride?) -> some SwiftUICore.CustomHoverEffect |
| 18181 | |
| 18182 | } |
| 18183 | #if compiler(>=5.3) && $TildeSendable |
| 18184 | @available(iOS 14.0, macOS 11.0, *) |
| 18185 | @available(tvOS, unavailable) |
| 18186 | @available(watchOS, unavailable) |
| 18187 | nonisolated public struct DisclosureGroup<Label, Content> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 18188 | nonisolated public init(@SwiftUICore.ContentBuilder content: @escaping () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18189 | nonisolated public init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18190 | nonisolated public var body: some SwiftUICore.View { |
| 18191 | get |
| 18192 | } |
| 18193 | @available(macOS 11.0, iOS 14.0, *) |
| 18194 | @available(tvOS, unavailable) |
| 18195 | @available(watchOS, unavailable) |
| 18196 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DisclosureGroupV4bodyQrvp", 0) __<Label, Content> |
| 18197 | } |
| 18198 | #else |
| 18199 | @available(iOS 14.0, macOS 11.0, *) |
| 18200 | @available(tvOS, unavailable) |
| 18201 | @available(watchOS, unavailable) |
| 18202 | nonisolated public struct DisclosureGroup<Label, Content> : SwiftUICore.View where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 18203 | nonisolated public init(@SwiftUICore.ContentBuilder content: @escaping () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18204 | nonisolated public init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18205 | nonisolated public var body: some SwiftUICore.View { |
| 18206 | get |
| 18207 | } |
| 18208 | @available(macOS 11.0, iOS 14.0, *) |
| 18209 | @available(tvOS, unavailable) |
| 18210 | @available(watchOS, unavailable) |
| 18211 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DisclosureGroupV4bodyQrvp", 0) __<Label, Content> |
| 18212 | } |
| 18213 | #endif |
| 18214 | @available(iOS 14.0, macOS 11.0, *) |
| 18215 | @available(tvOS, unavailable) |
| 18216 | @available(watchOS, unavailable) |
| 18217 | extension SwiftUI.DisclosureGroup where Label == SwiftUICore.Text { |
| 18218 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: @escaping () -> Content) |
| 18219 | @available(iOS 16.0, macOS 13.0, *) |
| 18220 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: @escaping () -> Content) { |
| 18221 | self.init(content: content, label: { Text(titleResource) }) |
| 18222 | } |
| 18223 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content) |
| 18224 | @available(iOS 16.0, macOS 13.0, *) |
| 18225 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content) { |
| 18226 | self.init( |
| 18227 | isExpanded: isExpanded, |
| 18228 | content: content, |
| 18229 | label: { Text(titleResource) } |
| 18230 | ) |
| 18231 | } |
| 18232 | @_disfavoredOverload nonisolated public init<S>(_ label: S, @SwiftUICore.ContentBuilder content: @escaping () -> Content) where S : Swift.StringProtocol |
| 18233 | @_disfavoredOverload nonisolated public init<S>(_ label: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content) where S : Swift.StringProtocol |
| 18234 | } |
| 18235 | @available(macOS 15.0, *) |
| 18236 | @available(iOS, unavailable) |
| 13344 | get { .init() } |
| 13345 | } |
| 13346 | } |
| 13347 | @available(macOS 15.0, visionOS 1.0, *) |
| 13348 | @available(iOS, unavailable) |
| 13349 | @available(tvOS, unavailable) |
| 18250 | get { .init() } |
| 18251 | } |
| 18252 | } |
| 18253 | #if compiler(>=5.3) && $TildeSendable |
| 18254 | @available(macOS 15.0, visionOS 1.0, *) |
| 18255 | @available(iOS, unavailable) |
| 18256 | @available(tvOS, unavailable) |
| 18257 | @available(watchOS, unavailable) |
| 18258 | public struct PlainWindowStyle : SwiftUI.WindowStyle, ~Swift.Sendable { |
| 18259 | public typealias _Body = Swift.Never |
| 18260 | public init() |
| 18261 | } |
| 18262 | #else |
| 18263 | @available(macOS 15.0, visionOS 1.0, *) |
| 18264 | @available(iOS, unavailable) |
| 18265 | @available(tvOS, unavailable) |
| 13352 | public typealias _Body = Swift.Never |
| 13353 | public init() |
| 13354 | } |
| 13355 | @available(*, unavailable) |
| 13356 | extension SwiftUI.PlainWindowStyle : Swift.Sendable { |
| 13357 | } |
| 13358 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13359 | public struct Picker<Label, SelectionValue, Content> : SwiftUICore.View where Label : SwiftUICore.View, SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 13360 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 13361 | get |
| 13362 | } |
| 13363 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 13364 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6PickerV4bodyQrvp", 0) __<Label, SelectionValue, Content> |
| 13365 | } |
| 13366 | @available(*, unavailable) |
| 13367 | extension SwiftUI.Picker : Swift.Sendable { |
| 13368 | } |
| 13369 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13370 | extension SwiftUI.Picker { |
| 13371 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13372 | nonisolated public init<C>(sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) where C : Swift.RandomAccessCollection |
| 13373 | @_alwaysEmitIntoClient nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) { |
| 13374 | self.init(selection: selection, label: label(), content: content) |
| 13375 | } |
| 13376 | } |
| 13377 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13378 | extension SwiftUI.Picker where Label == SwiftUICore.Text { |
| 13379 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 13380 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13381 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 13382 | self.init( |
| 13383 | selection: selection, |
| 13384 | content: content, |
| 13385 | label: { Text(titleResource) }) |
| 13386 | } |
| 13387 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13388 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection |
| 13389 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13390 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection { |
| 13391 | self.init( |
| 13392 | sources: sources, |
| 13393 | selection: selection, |
| 13394 | content: content, |
| 13395 | label: { Text(titleResource) } |
| 13396 | ) |
| 13397 | } |
| 13398 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 13399 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13400 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol |
| 13401 | } |
| 13402 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 13403 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 13404 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 13405 | self.init( |
| 13406 | selection: selection, |
| 13407 | content: content |
| 18268 | public typealias _Body = Swift.Never |
| 18269 | public init() |
| 18270 | } |
| 18271 | #endif |
| 18272 | #if compiler(>=5.3) && $TildeSendable |
| 18273 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18274 | nonisolated public struct Picker<Label, SelectionValue, Content> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 18275 | nonisolated public var body: some SwiftUICore.View { |
| 18276 | get |
| 18277 | } |
| 18278 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 18279 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6PickerV4bodyQrvp", 0) __<Label, SelectionValue, Content> |
| 18280 | } |
| 18281 | #else |
| 18282 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18283 | nonisolated public struct Picker<Label, SelectionValue, Content> : SwiftUICore.View where Label : SwiftUICore.View, SelectionValue : Swift.Hashable, Content : SwiftUICore.View { |
| 18284 | nonisolated public var body: some SwiftUICore.View { |
| 18285 | get |
| 18286 | } |
| 18287 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 18288 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6PickerV4bodyQrvp", 0) __<Label, SelectionValue, Content> |
| 18289 | } |
| 18290 | #endif |
| 18291 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18292 | extension SwiftUI.Picker { |
| 18293 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18294 | nonisolated public init<C>(sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) where C : Swift.RandomAccessCollection |
| 18295 | @_alwaysEmitIntoClient nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 18296 | self.init(selection: selection, label: label(), content: content) |
| 18297 | } |
| 18298 | } |
| 18299 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18300 | extension SwiftUI.Picker where Label == SwiftUICore.Text { |
| 18301 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18302 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18303 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 18304 | self.init( |
| 18305 | selection: selection, |
| 18306 | content: content, |
| 18307 | label: { Text(titleResource) }) |
| 18308 | } |
| 18309 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18310 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection |
| 18311 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18312 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection { |
| 18313 | self.init( |
| 18314 | sources: sources, |
| 18315 | selection: selection, |
| 18316 | content: content, |
| 18317 | label: { Text(titleResource) } |
| 18318 | ) |
| 18319 | } |
| 18320 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 18321 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18322 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol |
| 18323 | } |
| 18324 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18325 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 18326 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 18327 | self.init( |
| 18328 | selection: selection, |
| 18329 | content: content |
| 13410 | } |
| 13411 | } |
| 13412 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13413 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 13414 | self.init( |
| 13415 | selection: selection, |
| 13416 | content: content |
| 18332 | } |
| 18333 | } |
| 18334 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18335 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 18336 | self.init( |
| 18337 | selection: selection, |
| 18338 | content: content |
| 13419 | } |
| 13420 | } |
| 13421 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13422 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13423 | self.init(sources: sources, selection: selection) { |
| 13424 | content() |
| 13425 | } label: { |
| 13426 | SwiftUI.Label(titleKey, systemImage: systemImage) |
| 13427 | } |
| 13428 | } |
| 13429 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13430 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13431 | self.init( |
| 13432 | sources: sources, |
| 13433 | selection: selection, |
| 18341 | } |
| 18342 | } |
| 18343 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18344 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18345 | self.init(sources: sources, selection: selection) { |
| 18346 | content() |
| 18347 | } label: { |
| 18348 | SwiftUI.Label(titleKey, systemImage: systemImage) |
| 18349 | } |
| 18350 | } |
| 18351 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18352 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18353 | self.init( |
| 18354 | sources: sources, |
| 18355 | selection: selection, |
| 13437 | } |
| 13438 | ) |
| 13439 | } |
| 13440 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 13441 | self.init(selection: selection) { |
| 13442 | content() |
| 13443 | } label: { |
| 13444 | SwiftUI.Label(title, systemImage: systemImage) |
| 13445 | } |
| 13446 | } |
| 13447 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 13448 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13449 | self.init(sources: sources, selection: selection) { |
| 13450 | content() |
| 13451 | } label: { |
| 18359 | } |
| 18360 | ) |
| 18361 | } |
| 18362 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol { |
| 18363 | self.init(selection: selection) { |
| 18364 | content() |
| 18365 | } label: { |
| 18366 | SwiftUI.Label(title, systemImage: systemImage) |
| 18367 | } |
| 18368 | } |
| 18369 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18370 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18371 | self.init(sources: sources, selection: selection) { |
| 18372 | content() |
| 18373 | } label: { |
| 13455 | } |
| 13456 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 13457 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 13458 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) |
| 13459 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 13460 | self.init( |
| 13461 | selection: selection, |
| 13462 | content: content |
| 13463 | ) { |
| 13464 | SwiftUI.Label(titleResource, image: image) |
| 13465 | } |
| 13466 | } |
| 13467 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> |
| 13468 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13469 | self.init(sources: sources, selection: selection) { |
| 13470 | content() |
| 13471 | } label: { |
| 13472 | SwiftUI.Label(titleResource, image: image) |
| 13473 | } |
| 13474 | } |
| 13475 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 13476 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> |
| 13477 | } |
| 13478 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13479 | extension SwiftUI.Picker { |
| 13480 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) |
| 13481 | nonisolated public init<C>(sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection |
| 13482 | } |
| 13483 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13484 | extension SwiftUI.Picker where Label == SwiftUICore.Text { |
| 13485 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) |
| 13486 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) { |
| 13487 | self.init( |
| 13488 | selection: selection, |
| 13489 | content: content, |
| 13490 | label: { Text(titleResource) }, |
| 13491 | currentValueLabel: currentValueLabel |
| 13492 | ) |
| 13493 | } |
| 13494 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection |
| 13495 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection { |
| 13496 | self.init( |
| 13497 | sources: sources, |
| 13498 | selection: selection, |
| 18377 | } |
| 18378 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 18379 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 18380 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18381 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 18382 | self.init( |
| 18383 | selection: selection, |
| 18384 | content: content |
| 18385 | ) { |
| 18386 | SwiftUI.Label(titleResource, image: image) |
| 18387 | } |
| 18388 | } |
| 18389 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> |
| 18390 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18391 | self.init(sources: sources, selection: selection) { |
| 18392 | content() |
| 18393 | } label: { |
| 18394 | SwiftUI.Label(titleResource, image: image) |
| 18395 | } |
| 18396 | } |
| 18397 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 18398 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> |
| 18399 | } |
| 18400 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18401 | extension SwiftUI.Picker { |
| 18402 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) |
| 18403 | nonisolated public init<C>(sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection |
| 18404 | } |
| 18405 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18406 | extension SwiftUI.Picker where Label == SwiftUICore.Text { |
| 18407 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) |
| 18408 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) { |
| 18409 | self.init( |
| 18410 | selection: selection, |
| 18411 | content: content, |
| 18412 | label: { Text(titleResource) }, |
| 18413 | currentValueLabel: currentValueLabel |
| 18414 | ) |
| 18415 | } |
| 18416 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection |
| 18417 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection { |
| 18418 | self.init( |
| 18419 | sources: sources, |
| 18420 | selection: selection, |
| 13501 | currentValueLabel: currentValueLabel |
| 13502 | ) |
| 13503 | } |
| 13504 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol |
| 13505 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol |
| 13506 | } |
| 13507 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13508 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 13509 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) { |
| 13510 | self.init( |
| 13511 | selection: selection, |
| 13512 | content: content, |
| 18423 | currentValueLabel: currentValueLabel |
| 18424 | ) |
| 18425 | } |
| 18426 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol |
| 18427 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol |
| 18428 | } |
| 18429 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18430 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 18431 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) { |
| 18432 | self.init( |
| 18433 | selection: selection, |
| 18434 | content: content, |
| 13515 | }, |
| 13516 | currentValueLabel: currentValueLabel) |
| 13517 | } |
| 13518 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) { |
| 13519 | self.init( |
| 13520 | selection: selection, |
| 13521 | content: content, |
| 18437 | }, |
| 18438 | currentValueLabel: currentValueLabel) |
| 18439 | } |
| 18440 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) { |
| 18441 | self.init( |
| 18442 | selection: selection, |
| 18443 | content: content, |
| 13524 | }, |
| 13525 | currentValueLabel: currentValueLabel) |
| 13526 | } |
| 13527 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13528 | self.init( |
| 13529 | sources: sources, |
| 13530 | selection: selection, |
| 18446 | }, |
| 18447 | currentValueLabel: currentValueLabel) |
| 18448 | } |
| 18449 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18450 | self.init( |
| 18451 | sources: sources, |
| 18452 | selection: selection, |
| 13534 | }, |
| 13535 | currentValueLabel: currentValueLabel) |
| 13536 | } |
| 13537 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13538 | self.init( |
| 13539 | sources: sources, |
| 13540 | selection: selection, |
| 18456 | }, |
| 18457 | currentValueLabel: currentValueLabel) |
| 18458 | } |
| 18459 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18460 | self.init( |
| 18461 | sources: sources, |
| 18462 | selection: selection, |
| 13544 | }, |
| 13545 | currentValueLabel: currentValueLabel) |
| 13546 | } |
| 13547 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol { |
| 13548 | self.init( |
| 13549 | selection: selection, |
| 13550 | content: content, |
| 18466 | }, |
| 18467 | currentValueLabel: currentValueLabel) |
| 18468 | } |
| 18469 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol { |
| 18470 | self.init( |
| 18471 | selection: selection, |
| 18472 | content: content, |
| 13553 | }, |
| 13554 | currentValueLabel: currentValueLabel) |
| 13555 | } |
| 13556 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13557 | self.init( |
| 13558 | sources: sources, |
| 13559 | selection: selection, |
| 18475 | }, |
| 18476 | currentValueLabel: currentValueLabel) |
| 18477 | } |
| 18478 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18479 | self.init( |
| 18480 | sources: sources, |
| 18481 | selection: selection, |
| 13566 | } |
| 13567 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13568 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 13569 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) |
| 13570 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) { |
| 13571 | self.init( |
| 13572 | selection: selection, |
| 13573 | content: content, |
| 18488 | } |
| 18489 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18490 | extension SwiftUI.Picker where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> { |
| 18491 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) |
| 18492 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) { |
| 18493 | self.init( |
| 18494 | selection: selection, |
| 18495 | content: content, |
| 13576 | }, |
| 13577 | currentValueLabel: currentValueLabel) |
| 13578 | } |
| 13579 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> |
| 13580 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 13581 | self.init( |
| 13582 | sources: sources, |
| 13583 | selection: selection, |
| 18498 | }, |
| 18499 | currentValueLabel: currentValueLabel) |
| 18500 | } |
| 18501 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> |
| 18502 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, C.Element == SwiftUICore.Binding<SelectionValue> { |
| 18503 | self.init( |
| 18504 | sources: sources, |
| 18505 | selection: selection, |
| 13587 | }, |
| 13588 | currentValueLabel: currentValueLabel) |
| 13589 | } |
| 13590 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol |
| 13591 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> |
| 13592 | } |
| 13593 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 13594 | extension SwiftUI.Picker { |
| 18509 | }, |
| 18510 | currentValueLabel: currentValueLabel) |
| 18511 | } |
| 18512 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: DeveloperToolsSupport.ImageResource, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where S : Swift.StringProtocol |
| 18513 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, sources: C, selection: Swift.KeyPath<C.Element, SwiftUICore.Binding<SelectionValue>>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View) where C : Swift.RandomAccessCollection, S : Swift.StringProtocol, C.Element == SwiftUICore.Binding<SelectionValue> |
| 18514 | } |
| 18515 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18516 | extension SwiftUI.Picker { |
| 13597 | @available(tvOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 13598 | @available(watchOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 13599 | @available(visionOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 13600 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, label: Label, @SwiftUICore.ViewBuilder content: () -> Content) |
| 13601 | } |
| 13602 | @available(iOS 17.0, macOS 14.0, *) |
| 13603 | @available(tvOS, unavailable) |
| 18519 | @available(tvOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 18520 | @available(watchOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 18521 | @available(visionOS, deprecated: 100000.0, renamed: "Picker(selection:content:label:)") |
| 18522 | nonisolated public init(selection: SwiftUICore.Binding<SelectionValue>, label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18523 | } |
| 18524 | @available(iOS 17.0, macOS 14.0, *) |
| 18525 | @available(tvOS, unavailable) |
| 13607 | get { .init() } |
| 13608 | } |
| 13609 | } |
| 13610 | @available(iOS 17.0, macOS 14.0, *) |
| 13611 | @available(tvOS, unavailable) |
| 13612 | @available(watchOS, unavailable) |
| 18529 | get { .init() } |
| 18530 | } |
| 18531 | } |
| 18532 | #if compiler(>=5.3) && $TildeSendable |
| 18533 | @available(iOS 17.0, macOS 14.0, *) |
| 18534 | @available(tvOS, unavailable) |
| 18535 | @available(watchOS, unavailable) |
| 18536 | public struct PalettePickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 18537 | public init() |
| 18538 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 18539 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 18540 | } |
| 18541 | #else |
| 18542 | @available(iOS 17.0, macOS 14.0, *) |
| 18543 | @available(tvOS, unavailable) |
| 18544 | @available(watchOS, unavailable) |
| 13615 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 13616 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 13617 | } |
| 13618 | @available(*, unavailable) |
| 13619 | extension SwiftUI.PalettePickerStyle : Swift.Sendable { |
| 13620 | } |
| 13621 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13622 | public struct Tab<Value, Content, Label> { |
| 13623 | } |
| 13624 | @available(*, unavailable) |
| 13625 | extension SwiftUI.Tab : Swift.Sendable { |
| 13626 | } |
| 13627 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13628 | extension SwiftUI.Tab : SwiftUI.TabContent where Value : Swift.Hashable, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 13629 | public typealias TabValue = Value |
| 13630 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13631 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13632 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 13633 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 13634 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13635 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13636 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13637 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13638 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13639 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13640 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13641 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13642 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13643 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13644 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13645 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13646 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13647 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13648 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 13649 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 13650 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13651 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13652 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13653 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13654 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13655 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13656 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13657 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13658 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13659 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13660 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13661 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 13662 | nonisolated public init(value: Value, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.EmptyView |
| 13663 | nonisolated public init<V>(value: V, @SwiftUICore.ViewBuilder content: () -> Content) where Value == V?, Label == SwiftUICore.EmptyView, V : Swift.Hashable |
| 13664 | nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13665 | nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Value == V?, Label == SwiftUI.DefaultTabLabel, V : Swift.Hashable |
| 13666 | nonisolated public init(value: Value, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13667 | nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13668 | nonisolated public init<V>(value: V, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) where Value == V?, V : Swift.Hashable |
| 13669 | nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) where Value == V?, V : Swift.Hashable |
| 13670 | @_Concurrency.MainActor @preconcurrency public var _identifiedView: some SwiftUICore.View { |
| 13671 | get |
| 13672 | } |
| 13673 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUI.Tab<Value, Content, Label> { |
| 13674 | get |
| 13675 | } |
| 13676 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 13677 | public typealias Body = SwiftUI.Tab<Value, Content, Label> |
| 13678 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 13679 | public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI3TabVAASHRzAA4ViewR_AaDR0_rlE011_identifiedD0Qrvp", 0) __<Value, Content, Label> |
| 13680 | } |
| 13681 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13682 | extension SwiftUI.Tab where Value == Swift.Never, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 13683 | @_disfavoredOverload public init<S>(_ title: S, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13684 | @_disfavoredOverload public init<S>(_ title: S, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13685 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13686 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13687 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13688 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13689 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13690 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13691 | @_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13692 | @_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 13693 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13694 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13695 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13696 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13697 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13698 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13699 | } |
| 13700 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 13701 | extension SwiftUI.Tab where Value == Swift.Never, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 13702 | public init(@SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUICore.EmptyView |
| 13703 | public init(role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 13704 | public init(@SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13705 | public init(role: SwiftUI.TabRole?, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder label: () -> Label) |
| 13706 | } |
| 13707 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 13708 | @available(tvOS, unavailable) |
| 13709 | @available(watchOS, unavailable) |
| 13710 | extension SwiftUICore.View { |
| 13711 | nonisolated public func tabViewSidebarHeader<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 13712 | |
| 13713 | nonisolated public func tabViewSidebarFooter<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 13714 | |
| 13715 | nonisolated public func tabViewSidebarBottomBar<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 13716 | |
| 13717 | } |
| 13718 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13719 | public struct AssistiveAccess<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 13720 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 13721 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 13722 | get |
| 13723 | } |
| 13724 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 13725 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15AssistiveAccessV4bodyQrvp", 0) __<Content> |
| 13726 | } |
| 13727 | @available(*, unavailable) |
| 13728 | extension SwiftUI.AssistiveAccess : Swift.Sendable { |
| 13729 | } |
| 13730 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 13731 | extension SwiftUICore.View { |
| 13732 | nonisolated public func accessibilityScrollStatus(_ status: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 18547 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 18548 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PalettePickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 18549 | } |
| 18550 | #endif |
| 18551 | #if compiler(>=5.3) && $TildeSendable |
| 18552 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18553 | public struct Tab<Value, Content, Label> : ~Swift.Sendable { |
| 18554 | } |
| 18555 | #else |
| 18556 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18557 | public struct Tab<Value, Content, Label> { |
| 18558 | } |
| 18559 | #endif |
| 18560 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18561 | extension SwiftUI.Tab : SwiftUI.TabContent where Value : Swift.Hashable, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 18562 | public typealias TabValue = Value |
| 18563 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18564 | @_disfavoredOverload nonisolated public init<S>(_ title: S, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18565 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 18566 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 18567 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18568 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18569 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18570 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18571 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18572 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18573 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18574 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18575 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18576 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18577 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18578 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18579 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18580 | @_disfavoredOverload nonisolated public init<S>(_ title: S, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18581 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 18582 | @_disfavoredOverload nonisolated public init<S, T>(_ title: S, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol, T : Swift.Hashable |
| 18583 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18584 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18585 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18586 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18587 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18588 | @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18589 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18590 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18591 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18592 | nonisolated public init<T>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18593 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18594 | @_disfavoredOverload nonisolated public init<T>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, value: T, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == T?, Label == SwiftUI.DefaultTabLabel, T : Swift.Hashable |
| 18595 | nonisolated public init(value: Value, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUICore.EmptyView |
| 18596 | nonisolated public init<V>(value: V, @SwiftUICore.ContentBuilder content: () -> Content) where Value == V?, Label == SwiftUICore.EmptyView, V : Swift.Hashable |
| 18597 | nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18598 | nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Value == V?, Label == SwiftUI.DefaultTabLabel, V : Swift.Hashable |
| 18599 | nonisolated public init(value: Value, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18600 | nonisolated public init(value: Value, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18601 | nonisolated public init<V>(value: V, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) where Value == V?, V : Swift.Hashable |
| 18602 | nonisolated public init<V>(value: V, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) where Value == V?, V : Swift.Hashable |
| 18603 | @_Concurrency.MainActor @preconcurrency public var _identifiedView: some SwiftUICore.View { |
| 18604 | get |
| 18605 | } |
| 18606 | @_Concurrency.MainActor @preconcurrency public var body: SwiftUI.Tab<Value, Content, Label> { |
| 18607 | get |
| 18608 | } |
| 18609 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18610 | public typealias Body = SwiftUI.Tab<Value, Content, Label> |
| 18611 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18612 | public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI3TabVAASHRzAA4ViewR_AaDR0_rlE011_identifiedD0Qrvp", 0) __<Value, Content, Label> |
| 18613 | } |
| 18614 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18615 | extension SwiftUI.Tab where Value == Swift.Never, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 18616 | @_disfavoredOverload public init<S>(_ title: S, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18617 | @_disfavoredOverload public init<S>(_ title: S, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18618 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18619 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18620 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18621 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18622 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18623 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, image: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18624 | @_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18625 | @_disfavoredOverload public init<S>(_ title: S, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel, S : Swift.StringProtocol |
| 18626 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18627 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18628 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18629 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18630 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18631 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18632 | } |
| 18633 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18634 | extension SwiftUI.Tab where Value == Swift.Never, Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 18635 | public init(@SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUICore.EmptyView |
| 18636 | public init(role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content) where Label == SwiftUI.DefaultTabLabel |
| 18637 | public init(@SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18638 | public init(role: SwiftUI.TabRole?, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder label: () -> Label) |
| 18639 | } |
| 18640 | @available(iOS 18.0, macOS 15.0, tvOS 27.0, visionOS 2.0, *) |
| 18641 | @available(watchOS, unavailable) |
| 18642 | extension SwiftUICore.View { |
| 18643 | nonisolated public func tabViewSidebarHeader<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 18644 | |
| 18645 | nonisolated public func tabViewSidebarFooter<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 18646 | |
| 18647 | } |
| 18648 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 18649 | @available(tvOS, unavailable) |
| 18650 | @available(watchOS, unavailable) |
| 18651 | extension SwiftUICore.View { |
| 18652 | nonisolated public func tabViewSidebarBottomBar<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 18653 | |
| 18654 | } |
| 18655 | #if compiler(>=5.3) && $TildeSendable |
| 18656 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18657 | nonisolated public struct AssistiveAccess<Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 18658 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 18659 | nonisolated public var body: some SwiftUI.Scene { |
| 18660 | get |
| 18661 | } |
| 18662 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18663 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15AssistiveAccessV4bodyQrvp", 0) __<Content> |
| 18664 | } |
| 18665 | #else |
| 18666 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18667 | nonisolated public struct AssistiveAccess<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 18668 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 18669 | nonisolated public var body: some SwiftUI.Scene { |
| 18670 | get |
| 18671 | } |
| 18672 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18673 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15AssistiveAccessV4bodyQrvp", 0) __<Content> |
| 18674 | } |
| 18675 | #endif |
| 18676 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 18677 | extension SwiftUICore.View { |
| 18678 | nonisolated public func accessibilityScrollStatus(_ status: SwiftUICore.Text, isEnabled: Swift.Bool = true) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 13747 | } |
| 13748 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 13749 | extension SwiftUICore.Group : SwiftUI.Scene where Content : SwiftUI.Scene { |
| 13750 | @inlinable nonisolated public init(@SwiftUI.SceneBuilder content: () -> Content) { |
| 13751 | self.init(_content: content()) |
| 13752 | } |
| 13753 | nonisolated public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 13754 | } |
| 13755 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 13756 | @usableFromInline |
| 13757 | @_Concurrency.MainActor @preconcurrency internal struct _TupleScene<T> : SwiftUI.Scene { |
| 18693 | } |
| 18694 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18695 | extension SwiftUICore.Group : SwiftUI.Scene where Content : SwiftUI.Scene { |
| 18696 | @_disfavoredOverload @inlinable nonisolated public init(@SwiftUI.SceneBuilder content: () -> Content) { |
| 18697 | self.init(_content: content()) |
| 18698 | } |
| 18699 | nonisolated public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 18700 | } |
| 18701 | #if compiler(>=5.3) && $TildeSendable |
| 18702 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18703 | @usableFromInline |
| 18704 | @_Concurrency.MainActor @preconcurrency internal struct _TupleScene<T> : SwiftUI.Scene, ~Swift.Sendable { |
| 18705 | @usableFromInline |
| 18706 | @_Concurrency.MainActor @preconcurrency internal var value: T |
| 18707 | @usableFromInline |
| 18708 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 18709 | get |
| 18710 | } |
| 18711 | @usableFromInline |
| 18712 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 18713 | @usableFromInline |
| 18714 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._TupleScene<T>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 18715 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 18716 | @usableFromInline |
| 18717 | internal typealias Body = Swift.Never |
| 18718 | } |
| 18719 | #else |
| 18720 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18721 | @usableFromInline |
| 18722 | @_Concurrency.MainActor @preconcurrency internal struct _TupleScene<T> : SwiftUI.Scene { |
| 13765 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 13766 | @usableFromInline |
| 13767 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._TupleScene<T>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 13768 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 13769 | @usableFromInline |
| 13770 | internal typealias Body = Swift.Never |
| 13771 | } |
| 13772 | @available(*, unavailable) |
| 13773 | extension SwiftUI._TupleScene : Swift.Sendable { |
| 13774 | } |
| 13775 | @available(iOS 16.0, macOS 13.0, *) |
| 13776 | @available(tvOS, unavailable) |
| 13777 | @available(watchOS, unavailable) |
| 18730 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 18731 | @usableFromInline |
| 18732 | nonisolated internal static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._TupleScene<T>>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 18733 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 18734 | @usableFromInline |
| 18735 | internal typealias Body = Swift.Never |
| 18736 | } |
| 18737 | #endif |
| 18738 | @available(iOS 16.0, macOS 13.0, *) |
| 18739 | @available(tvOS, unavailable) |
| 18740 | @available(watchOS, unavailable) |
| 13852 | nonisolated public func accessibilityInputLabels(_ inputLabelKeys: [SwiftUICore.LocalizedStringKey]) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 13853 | @_disfavoredOverload nonisolated public func accessibilityInputLabels<S>(_ inputLabels: [S]) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 13854 | } |
| 13855 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13856 | public struct AsyncImage<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 13857 | public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1) where Content == SwiftUICore.Image |
| 13858 | @_alwaysEmitIntoClient public init<I, P>(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Image) -> I, @SwiftUICore.ViewBuilder placeholder: @escaping () -> P) where Content == SwiftUICore._ConditionalContent<I, P>, I : SwiftUICore.View, P : SwiftUICore.View { |
| 13859 | self.init(url: url, scale: scale) { phase in |
| 13860 | if let i = phase.image { |
| 13861 | content(i) |
| 18815 | nonisolated public func accessibilityInputLabels(_ inputLabelKeys: [SwiftUICore.LocalizedStringKey]) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 18816 | @_disfavoredOverload nonisolated public func accessibilityInputLabels<S>(_ inputLabels: [S]) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 18817 | } |
| 18818 | #if compiler(>=5.3) && $TildeSendable |
| 18819 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 18820 | nonisolated public struct AsyncImage<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 18821 | nonisolated public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1) where Content == SwiftUICore.Image |
| 18822 | @_alwaysEmitIntoClient nonisolated public init<I, P>(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Image) -> I, @SwiftUICore.ContentBuilder placeholder: @escaping () -> P) where Content == SwiftUICore._ConditionalContent<I, P>, I : SwiftUICore.View, P : SwiftUICore.View { |
| 18823 | self.init(url: url, scale: scale) { phase in |
| 18824 | if let i = phase.image { |
| 18825 | content(i) |
| 13864 | } |
| 13865 | } |
| 13866 | } |
| 13867 | public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, transaction: SwiftUICore.Transaction = Transaction(), @SwiftUICore.ViewBuilder content: @escaping (SwiftUI.AsyncImagePhase) -> Content) |
| 13868 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 13869 | get |
| 13870 | } |
| 13871 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 13872 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AsyncImageV4bodyQrvp", 0) __<Content> |
| 13873 | } |
| 13874 | @available(*, unavailable) |
| 13875 | extension SwiftUI.AsyncImage : Swift.Sendable { |
| 13876 | } |
| 13877 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13878 | public enum AsyncImagePhase : Swift.Sendable { |
| 13879 | case empty |
| 18828 | } |
| 18829 | } |
| 18830 | } |
| 18831 | nonisolated public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, transaction: SwiftUICore.Transaction = Transaction(), @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.AsyncImagePhase) -> Content) |
| 18832 | @available(anyAppleOS 27.0, *) |
| 18833 | nonisolated public init(request: Foundation.URLRequest, scale: CoreFoundation.CGFloat = 1) where Content == SwiftUICore.Image |
| 18834 | @available(anyAppleOS 27.0, *) |
| 18835 | nonisolated public init<I, P>(request: Foundation.URLRequest?, scale: CoreFoundation.CGFloat = 1, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Image) -> I, @SwiftUICore.ContentBuilder placeholder: @escaping () -> P) where Content == SwiftUI._AsyncImageConditionalContent<I, P>, I : SwiftUICore.View, P : SwiftUICore.View |
| 18836 | @available(anyAppleOS 27.0, *) |
| 18837 | nonisolated public init(request: Foundation.URLRequest?, scale: CoreFoundation.CGFloat = 1, transaction: SwiftUICore.Transaction = Transaction(), @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.AsyncImagePhase) -> Content) |
| 18838 | nonisolated public var body: some SwiftUICore.View { |
| 18839 | get |
| 18840 | } |
| 18841 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 18842 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AsyncImageV4bodyQrvp", 0) __<Content> |
| 18843 | } |
| 18844 | #else |
| 18845 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 18846 | nonisolated public struct AsyncImage<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 18847 | nonisolated public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1) where Content == SwiftUICore.Image |
| 18848 | @_alwaysEmitIntoClient nonisolated public init<I, P>(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Image) -> I, @SwiftUICore.ContentBuilder placeholder: @escaping () -> P) where Content == SwiftUICore._ConditionalContent<I, P>, I : SwiftUICore.View, P : SwiftUICore.View { |
| 18849 | self.init(url: url, scale: scale) { phase in |
| 18850 | if let i = phase.image { |
| 18851 | content(i) |
| 18852 | } else { |
| 18853 | placeholder() |
| 18854 | } |
| 18855 | } |
| 18856 | } |
| 18857 | nonisolated public init(url: Foundation.URL?, scale: CoreFoundation.CGFloat = 1, transaction: SwiftUICore.Transaction = Transaction(), @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.AsyncImagePhase) -> Content) |
| 18858 | @available(anyAppleOS 27.0, *) |
| 18859 | nonisolated public init(request: Foundation.URLRequest, scale: CoreFoundation.CGFloat = 1) where Content == SwiftUICore.Image |
| 18860 | @available(anyAppleOS 27.0, *) |
| 18861 | nonisolated public init<I, P>(request: Foundation.URLRequest?, scale: CoreFoundation.CGFloat = 1, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Image) -> I, @SwiftUICore.ContentBuilder placeholder: @escaping () -> P) where Content == SwiftUI._AsyncImageConditionalContent<I, P>, I : SwiftUICore.View, P : SwiftUICore.View |
| 18862 | @available(anyAppleOS 27.0, *) |
| 18863 | nonisolated public init(request: Foundation.URLRequest?, scale: CoreFoundation.CGFloat = 1, transaction: SwiftUICore.Transaction = Transaction(), @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.AsyncImagePhase) -> Content) |
| 18864 | nonisolated public var body: some SwiftUICore.View { |
| 18865 | get |
| 18866 | } |
| 18867 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 18868 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10AsyncImageV4bodyQrvp", 0) __<Content> |
| 18869 | } |
| 18870 | #endif |
| 18871 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 18872 | public enum AsyncImagePhase : Swift.Sendable { |
| 18873 | case empty |
| 13886 | get |
| 13887 | } |
| 13888 | } |
| 13889 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 13890 | extension SwiftUICore.View { |
| 13891 | nonisolated public func searchCompletion(_ completion: Swift.String) -> some SwiftUICore.View |
| 18880 | get |
| 18881 | } |
| 18882 | } |
| 18883 | extension SwiftUICore.View { |
| 18884 | @available(anyAppleOS 27.0, *) |
| 18885 | nonisolated public func asyncImageURLSession(_ urlSession: Foundation.URLSession) -> some SwiftUICore.View |
| 18886 | |
| 18887 | } |
| 18888 | #if compiler(>=5.3) && $TildeSendable |
| 18889 | @available(anyAppleOS 27.0, *) |
| 18890 | nonisolated public struct _AsyncImageConditionalContent<Content, Placeholder> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View, Placeholder : SwiftUICore.View { |
| 18891 | nonisolated public var body: some SwiftUICore.View { |
| 18892 | get |
| 18893 | } |
| 18894 | @available(anyAppleOS 27.0, *) |
| 18895 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29_AsyncImageConditionalContentV4bodyQrvp", 0) __<Content, Placeholder> |
| 18896 | } |
| 18897 | #else |
| 18898 | @available(anyAppleOS 27.0, *) |
| 18899 | nonisolated public struct _AsyncImageConditionalContent<Content, Placeholder> : SwiftUICore.View where Content : SwiftUICore.View, Placeholder : SwiftUICore.View { |
| 18900 | nonisolated public var body: some SwiftUICore.View { |
| 18901 | get |
| 18902 | } |
| 18903 | @available(anyAppleOS 27.0, *) |
| 18904 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29_AsyncImageConditionalContentV4bodyQrvp", 0) __<Content, Placeholder> |
| 18905 | } |
| 18906 | #endif |
| 18907 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 18908 | extension SwiftUICore.View { |
| 18909 | nonisolated public func searchCompletion(_ completion: Swift.String) -> some SwiftUICore.View |
| 13924 | @available(watchOS, unavailable) |
| 13925 | @available(visionOS, unavailable) |
| 13926 | public typealias PullDownButton = SwiftUI._PullDownButton |
| 13927 | @available(macOS 10.15, *) |
| 13928 | @available(iOS, unavailable) |
| 13929 | @available(tvOS, unavailable) |
| 13930 | @available(watchOS, unavailable) |
| 13931 | @available(visionOS, unavailable) |
| 13932 | @_Concurrency.MainActor @preconcurrency public struct _PullDownButton<Label, Content> where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 13933 | @_Concurrency.MainActor @preconcurrency public init(label: Label, @SwiftUICore.ViewBuilder content: () -> Content) |
| 13934 | @available(macOS 10.15, *) |
| 13935 | @available(iOS, unavailable) |
| 13936 | @available(tvOS, unavailable) |
| 13937 | @available(watchOS, unavailable) |
| 13938 | @available(visionOS, unavailable) |
| 13939 | public typealias Body = Swift.Never |
| 13940 | } |
| 13941 | @available(*, unavailable) |
| 13942 | extension SwiftUI._PullDownButton : Swift.Sendable { |
| 13943 | } |
| 13944 | @available(iOS, unavailable) |
| 13945 | @available(macOS, deprecated, introduced: 10.15, message: "Use MenuButton instead.") |
| 13946 | @available(tvOS, unavailable) |
| 18942 | @available(watchOS, unavailable) |
| 18943 | @available(visionOS, unavailable) |
| 18944 | public typealias PullDownButton = SwiftUI._PullDownButton |
| 18945 | #if compiler(>=5.3) && $TildeSendable |
| 18946 | @available(macOS 10.15, *) |
| 18947 | @available(iOS, unavailable) |
| 18948 | @available(tvOS, unavailable) |
| 18949 | @available(watchOS, unavailable) |
| 18950 | @available(visionOS, unavailable) |
| 18951 | @_Concurrency.MainActor @preconcurrency public struct _PullDownButton<Label, Content> : ~Swift.Sendable where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 18952 | @_Concurrency.MainActor @preconcurrency public init(label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18953 | @available(macOS 10.15, *) |
| 18954 | @available(iOS, unavailable) |
| 18955 | @available(tvOS, unavailable) |
| 18956 | @available(watchOS, unavailable) |
| 18957 | @available(visionOS, unavailable) |
| 18958 | public typealias Body = Swift.Never |
| 18959 | } |
| 18960 | #else |
| 18961 | @available(macOS 10.15, *) |
| 18962 | @available(iOS, unavailable) |
| 18963 | @available(tvOS, unavailable) |
| 18964 | @available(watchOS, unavailable) |
| 18965 | @available(visionOS, unavailable) |
| 18966 | @_Concurrency.MainActor @preconcurrency public struct _PullDownButton<Label, Content> where Label : SwiftUICore.View, Content : SwiftUICore.View { |
| 18967 | @_Concurrency.MainActor @preconcurrency public init(label: Label, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18968 | @available(macOS 10.15, *) |
| 18969 | @available(iOS, unavailable) |
| 18970 | @available(tvOS, unavailable) |
| 18971 | @available(watchOS, unavailable) |
| 18972 | @available(visionOS, unavailable) |
| 18973 | public typealias Body = Swift.Never |
| 18974 | } |
| 18975 | #endif |
| 18976 | @available(iOS, unavailable) |
| 18977 | @available(macOS, deprecated, introduced: 10.15, message: "Use MenuButton instead.") |
| 18978 | @available(tvOS, unavailable) |
| 13951 | @available(tvOS, unavailable) |
| 13952 | @available(watchOS, unavailable) |
| 13953 | @available(visionOS, unavailable) |
| 13954 | @_Concurrency.MainActor @preconcurrency public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 13955 | @available(iOS, unavailable) |
| 13956 | @available(tvOS, unavailable) |
| 13957 | @available(watchOS, unavailable) |
| 13958 | @available(visionOS, unavailable) |
| 13959 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 13960 | } |
| 13961 | @available(iOS 15.0, macOS 12.0, *) |
| 13962 | @available(tvOS, unavailable) |
| 18983 | @available(tvOS, unavailable) |
| 18984 | @available(watchOS, unavailable) |
| 18985 | @available(visionOS, unavailable) |
| 18986 | @_Concurrency.MainActor @preconcurrency public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 18987 | @available(iOS, unavailable) |
| 18988 | @available(tvOS, unavailable) |
| 18989 | @available(watchOS, unavailable) |
| 18990 | @available(visionOS, unavailable) |
| 18991 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 18992 | } |
| 18993 | @available(iOS 15.0, macOS 12.0, *) |
| 18994 | @available(tvOS, unavailable) |
| 13980 | @_alwaysEmitIntoClient nonisolated public static func _makeView<S>(view: SwiftUICore._GraphValue<SwiftUICore._ShapeView<S, SwiftUI.SelectionShapeStyle>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where S : SwiftUICore.Shape { |
| 13981 | _ShapeView<S, Self>._makeView(view: view, inputs: inputs) |
| 13982 | } |
| 13983 | @available(iOS 17.0, macOS 14.0, *) |
| 13984 | @available(tvOS, unavailable, introduced: 17.0) |
| 13985 | @available(watchOS, unavailable, introduced: 10.0) |
| 13986 | public typealias Resolved = Swift.Never |
| 13987 | } |
| 13988 | @available(iOS, unavailable) |
| 13989 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 13990 | @available(tvOS, unavailable) |
| 19012 | @_alwaysEmitIntoClient nonisolated public static func _makeView<S>(view: SwiftUICore._GraphValue<SwiftUICore._ShapeView<S, SwiftUI.SelectionShapeStyle>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where S : SwiftUICore.Shape { |
| 19013 | _ShapeView<S, Self>._makeView(view: view, inputs: inputs) |
| 19014 | } |
| 19015 | @available(macOS 14.0, iOS 17.0, *) |
| 19016 | @available(tvOS, unavailable, introduced: 17.0) |
| 19017 | @available(watchOS, unavailable, introduced: 10.0) |
| 19018 | public typealias Resolved = Swift.Never |
| 19019 | } |
| 19020 | #if compiler(>=5.3) && $TildeSendable |
| 19021 | @available(iOS, unavailable) |
| 19022 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 19023 | @available(tvOS, unavailable) |
| 19024 | @available(watchOS, unavailable) |
| 19025 | @available(visionOS, unavailable) |
| 19026 | public struct DefaultMenuButtonStyle : SwiftUI.MenuButtonStyle, ~Swift.Sendable { |
| 19027 | public init() |
| 19028 | public func _body(configuration: SwiftUI.DefaultMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 19029 | |
| 19030 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 19031 | @available(iOS, unavailable) |
| 19032 | @available(tvOS, unavailable) |
| 19033 | @available(watchOS, unavailable) |
| 19034 | @available(visionOS, unavailable) |
| 19035 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultMenuButtonStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19036 | } |
| 19037 | #else |
| 19038 | @available(iOS, unavailable) |
| 19039 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 19040 | @available(tvOS, unavailable) |
| 13994 | public init() |
| 13995 | public func _body(configuration: SwiftUI.DefaultMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 13996 | |
| 13997 | @available(iOS, unavailable) |
| 13998 | @available(tvOS, unavailable) |
| 13999 | @available(watchOS, unavailable) |
| 14000 | @available(visionOS, unavailable) |
| 14001 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 14002 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultMenuButtonStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 14003 | } |
| 14004 | @available(*, unavailable) |
| 14005 | extension SwiftUI.DefaultMenuButtonStyle : Swift.Sendable { |
| 14006 | } |
| 14007 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 14008 | extension SwiftUI.LabelStyle where Self == SwiftUI.TitleAndIconLabelStyle { |
| 14009 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var titleAndIcon: SwiftUI.TitleAndIconLabelStyle { |
| 14010 | get { .init() } |
| 14011 | } |
| 14012 | } |
| 14013 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 14014 | public struct TitleAndIconLabelStyle : SwiftUI.LabelStyle { |
| 14015 | public init() |
| 14016 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.TitleAndIconLabelStyle.Configuration) -> some SwiftUICore.View |
| 14017 | |
| 14018 | @available(iOS 14.5, tvOS 14.5, watchOS 7.4, macOS 11.3, *) |
| 14019 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TitleAndIconLabelStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 14020 | } |
| 14021 | @available(*, unavailable) |
| 14022 | extension SwiftUI.TitleAndIconLabelStyle : Swift.Sendable { |
| 14023 | } |
| 14024 | @available(macOS 15.0, *) |
| 14025 | @available(iOS, unavailable) |
| 14026 | @available(tvOS, unavailable) |
| 14027 | @available(watchOS, unavailable) |
| 14028 | @available(visionOS, unavailable) |
| 14029 | public struct UtilityWindow<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 14030 | public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 14031 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 14032 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 14033 | self.init( |
| 14034 | Text(titleResource), id: id, content: content) |
| 14035 | } |
| 14036 | @_disfavoredOverload public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 14037 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 14038 | get |
| 14039 | } |
| 14040 | @available(macOS 15.0, *) |
| 19044 | public init() |
| 19045 | public func _body(configuration: SwiftUI.DefaultMenuButtonStyle._Configuration) -> some SwiftUICore.View |
| 19046 | |
| 19047 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(.automatic)` instead.") |
| 19048 | @available(iOS, unavailable) |
| 19049 | @available(tvOS, unavailable) |
| 19050 | @available(watchOS, unavailable) |
| 19051 | @available(visionOS, unavailable) |
| 19052 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultMenuButtonStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19053 | } |
| 19054 | #endif |
| 19055 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 19056 | extension SwiftUI.LabelStyle where Self == SwiftUI.TitleAndIconLabelStyle { |
| 19057 | @_alwaysEmitIntoClient nonisolated public static var titleAndIcon: SwiftUI.TitleAndIconLabelStyle { |
| 19058 | get { |
| 19059 | .init() |
| 19060 | } |
| 19061 | } |
| 19062 | } |
| 19063 | #if compiler(>=5.3) && $TildeSendable |
| 19064 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 19065 | nonisolated public struct TitleAndIconLabelStyle : SwiftUI.LabelStyle, ~Swift.Sendable { |
| 19066 | nonisolated public init() |
| 19067 | nonisolated public func makeBody(configuration: SwiftUI.TitleAndIconLabelStyle.Configuration) -> some SwiftUICore.View |
| 19068 | |
| 19069 | @available(macOS 11.3, iOS 14.5, tvOS 14.5, watchOS 7.4, *) |
| 19070 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TitleAndIconLabelStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 19071 | } |
| 19072 | #else |
| 19073 | @available(iOS 14.5, macOS 11.3, tvOS 14.5, watchOS 7.4, *) |
| 19074 | nonisolated public struct TitleAndIconLabelStyle : SwiftUI.LabelStyle { |
| 19075 | nonisolated public init() |
| 19076 | nonisolated public func makeBody(configuration: SwiftUI.TitleAndIconLabelStyle.Configuration) -> some SwiftUICore.View |
| 19077 | |
| 19078 | @available(macOS 11.3, iOS 14.5, tvOS 14.5, watchOS 7.4, *) |
| 19079 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22TitleAndIconLabelStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 19080 | } |
| 19081 | #endif |
| 19082 | #if compiler(>=5.3) && $TildeSendable |
| 19083 | @available(macOS 15.0, *) |
| 19084 | @available(iOS, unavailable) |
| 19085 | @available(tvOS, unavailable) |
| 19086 | @available(watchOS, unavailable) |
| 19087 | @available(visionOS, unavailable) |
| 19088 | nonisolated public struct UtilityWindow<Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 19089 | nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19090 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19091 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 19092 | self.init( |
| 19093 | Text(titleResource), id: id, content: content) |
| 19094 | } |
| 19095 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 19096 | nonisolated public var body: some SwiftUI.Scene { |
| 19097 | get |
| 19098 | } |
| 19099 | @available(macOS 15.0, *) |
| 14044 | @available(visionOS, unavailable) |
| 14045 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13UtilityWindowV4bodyQrvp", 0) __<Content> |
| 14046 | } |
| 14047 | @available(*, unavailable) |
| 14048 | extension SwiftUI.UtilityWindow : Swift.Sendable { |
| 14049 | } |
| 14050 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14051 | extension SwiftUICore.Image : CoreTransferable.Transferable { |
| 14052 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 14053 | get |
| 14054 | } |
| 14055 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 14056 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI5ImageV22transferRepresentationQrvpZ", 0) __ |
| 14057 | } |
| 14058 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14059 | public struct ScrollView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 14060 | public var content: Content |
| 14061 | public var axes: SwiftUICore.Axis.Set { |
| 14062 | get |
| 14063 | set |
| 14064 | } |
| 14065 | public var showsIndicators: Swift.Bool { |
| 14066 | get |
| 14067 | set |
| 14068 | } |
| 14069 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 14070 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 14071 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 14072 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 14073 | public init(_ axes: SwiftUICore.Axis.Set = .vertical, showsIndicators: Swift.Bool = true, @SwiftUICore.ViewBuilder content: () -> Content) |
| 14074 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14075 | get |
| 14076 | } |
| 14077 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 14078 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10ScrollViewV4bodyQrvp", 0) __<Content> |
| 14079 | } |
| 14080 | @available(*, unavailable) |
| 14081 | extension SwiftUI.ScrollView : Swift.Sendable { |
| 14082 | } |
| 14083 | extension SwiftUI.ScrollView { |
| 14084 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14085 | @_alwaysEmitIntoClient nonisolated public init(_ axes: SwiftUICore.Axis.Set = .vertical, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 14086 | self.init(axes, showsIndicators: true, content: content) |
| 14087 | } |
| 14088 | } |
| 14089 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 14090 | extension SwiftUI.ScrollView { |
| 14091 | @available(*, deprecated, message: "This SPI is no longer supported. Use scrollBounceBehavior() instead.") |
| 14092 | public var _alwaysBounceAxes: SwiftUICore.Axis.Set { |
| 14093 | get |
| 14094 | set |
| 14095 | } |
| 19103 | @available(visionOS, unavailable) |
| 19104 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13UtilityWindowV4bodyQrvp", 0) __<Content> |
| 19105 | } |
| 19106 | #else |
| 19107 | @available(macOS 15.0, *) |
| 19108 | @available(iOS, unavailable) |
| 19109 | @available(tvOS, unavailable) |
| 19110 | @available(watchOS, unavailable) |
| 19111 | @available(visionOS, unavailable) |
| 19112 | nonisolated public struct UtilityWindow<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 19113 | nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19114 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19115 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 19116 | self.init( |
| 19117 | Text(titleResource), id: id, content: content) |
| 19118 | } |
| 19119 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 19120 | nonisolated public var body: some SwiftUI.Scene { |
| 19121 | get |
| 19122 | } |
| 19123 | @available(macOS 15.0, *) |
| 19124 | @available(iOS, unavailable) |
| 19125 | @available(tvOS, unavailable) |
| 19126 | @available(watchOS, unavailable) |
| 19127 | @available(visionOS, unavailable) |
| 19128 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13UtilityWindowV4bodyQrvp", 0) __<Content> |
| 19129 | } |
| 19130 | #endif |
| 19131 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19132 | extension SwiftUICore.Image : CoreTransferable.Transferable { |
| 19133 | public static var transferRepresentation: some CoreTransferable.TransferRepresentation { |
| 19134 | get |
| 19135 | } |
| 19136 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19137 | public typealias Representation = @_opaqueReturnTypeOf("$s7SwiftUI5ImageV22transferRepresentationQrvpZ", 0) __ |
| 19138 | } |
| 19139 | #if compiler(>=5.3) && $TildeSendable |
| 19140 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19141 | nonisolated public struct ScrollView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 19142 | public var content: Content |
| 19143 | nonisolated public var axes: SwiftUICore.Axis.Set { |
| 19144 | get |
| 19145 | set |
| 19146 | } |
| 19147 | nonisolated public var showsIndicators: Swift.Bool { |
| 19148 | get |
| 19149 | set |
| 19150 | } |
| 19151 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19152 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19153 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19154 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19155 | nonisolated public init(_ axes: SwiftUICore.Axis.Set = .vertical, showsIndicators: Swift.Bool = true, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19156 | nonisolated public var body: some SwiftUICore.View { |
| 19157 | get |
| 19158 | } |
| 19159 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19160 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10ScrollViewV4bodyQrvp", 0) __<Content> |
| 19161 | } |
| 19162 | #else |
| 19163 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19164 | nonisolated public struct ScrollView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 19165 | public var content: Content |
| 19166 | nonisolated public var axes: SwiftUICore.Axis.Set { |
| 19167 | get |
| 19168 | set |
| 19169 | } |
| 19170 | nonisolated public var showsIndicators: Swift.Bool { |
| 19171 | get |
| 19172 | set |
| 19173 | } |
| 19174 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19175 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19176 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19177 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use the ScrollView(_:content:) initializer and the scrollIndicators(:_) modifier") |
| 19178 | nonisolated public init(_ axes: SwiftUICore.Axis.Set = .vertical, showsIndicators: Swift.Bool = true, @SwiftUICore.ContentBuilder content: () -> Content) |
| 19179 | nonisolated public var body: some SwiftUICore.View { |
| 19180 | get |
| 19181 | } |
| 19182 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19183 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10ScrollViewV4bodyQrvp", 0) __<Content> |
| 19184 | } |
| 19185 | #endif |
| 19186 | extension SwiftUI.ScrollView { |
| 19187 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19188 | @_alwaysEmitIntoClient nonisolated public init(_ axes: SwiftUICore.Axis.Set = .vertical, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 19189 | self.init(axes, showsIndicators: true, content: content) |
| 19190 | } |
| 19191 | } |
| 19192 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19193 | extension SwiftUI.ScrollView { |
| 19194 | @available(*, deprecated, message: "This SPI is no longer supported. Use scrollBounceBehavior() instead.") |
| 19195 | nonisolated public var _alwaysBounceAxes: SwiftUICore.Axis.Set { |
| 19196 | get |
| 19197 | set |
| 19198 | } |
| 14100 | get |
| 14101 | } |
| 14102 | } |
| 14103 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14104 | @_Concurrency.MainActor @preconcurrency public struct AutomaticNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 14105 | @_Concurrency.MainActor @preconcurrency public init() |
| 14106 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 14107 | |
| 14108 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 14109 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AutomaticNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 14110 | } |
| 14111 | @available(*, unavailable) |
| 14112 | extension SwiftUI.AutomaticNavigationSplitViewStyle : Swift.Sendable { |
| 14113 | } |
| 14114 | extension SwiftUICore.View { |
| 14115 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 14116 | nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View |
| 19203 | get |
| 19204 | } |
| 19205 | } |
| 19206 | #if compiler(>=5.3) && $TildeSendable |
| 19207 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19208 | @_Concurrency.MainActor @preconcurrency public struct AutomaticNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle, ~Swift.Sendable { |
| 19209 | @_Concurrency.MainActor @preconcurrency public init() |
| 19210 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 19211 | |
| 19212 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19213 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AutomaticNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 19214 | } |
| 19215 | #else |
| 19216 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19217 | @_Concurrency.MainActor @preconcurrency public struct AutomaticNavigationSplitViewStyle : SwiftUI.NavigationSplitViewStyle { |
| 19218 | @_Concurrency.MainActor @preconcurrency public init() |
| 19219 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticNavigationSplitViewStyle.Configuration) -> some SwiftUICore.View |
| 19220 | |
| 19221 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19222 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AutomaticNavigationSplitViewStyleV8makeBody13configurationQrAA0defG13ConfigurationV_tF", 0) __ |
| 19223 | } |
| 19224 | #endif |
| 19225 | extension SwiftUICore.View { |
| 19226 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 19227 | nonisolated public func matchedTransitionSource(id: some Hashable, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View |
| 14145 | public func background<S>(_ style: S) -> some SwiftUI.MatchedTransitionSourceConfiguration where S : SwiftUICore.ShapeStyle |
| 14146 | |
| 14147 | } |
| 14148 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 14149 | public struct AccessibilityRotorEntry<ID> where ID : Swift.Hashable { |
| 14150 | public init(_ label: SwiftUICore.Text, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 19256 | public func background<S>(_ style: S) -> some SwiftUI.MatchedTransitionSourceConfiguration where S : SwiftUICore.ShapeStyle |
| 19257 | |
| 19258 | } |
| 19259 | #if compiler(>=5.3) && $TildeSendable |
| 19260 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19261 | public struct AccessibilityRotorEntry<ID> : ~Swift.Sendable where ID : Swift.Hashable { |
| 19262 | public init(_ label: SwiftUICore.Text, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 19263 | public init(_ label: SwiftUICore.Text, id: ID, in namespace: SwiftUICore.Namespace.ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 19264 | public init(_ label: SwiftUICore.Text? = nil, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) where ID == Swift.Never |
| 19265 | public init(_ labelKey: SwiftUICore.LocalizedStringKey, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 19266 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19267 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ label: Foundation.LocalizedStringResource, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) { |
| 19268 | self.init( |
| 19269 | Text(label), id: id, textRange: textRange, |
| 19270 | prepare: prepare |
| 19271 | ) |
| 19272 | } |
| 19273 | @_disfavoredOverload public init<L>(_ label: L, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) where L : Swift.StringProtocol |
| 19274 | public init(_ labelKey: SwiftUICore.LocalizedStringKey, id: ID, in namespace: SwiftUICore.Namespace.ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 19275 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19276 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ label: Foundation.LocalizedStringResource, id: ID, in namespace: SwiftUICore.Namespace.ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) { |
| 19277 | self.init( |
| 19278 | Text(label), id: id, in: namespace, textRange: textRange, |
| 19279 | prepare: prepare |
| 19280 | ) |
| 19281 | } |
| 19282 | @_disfavoredOverload public init<L>(_ label: L, _ id: ID, in namespace: SwiftUICore.Namespace.ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) where L : Swift.StringProtocol |
| 19283 | public init(_ labelKey: SwiftUICore.LocalizedStringKey, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) |
| 19284 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19285 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ label: Foundation.LocalizedStringResource, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) where ID == Swift.Never { |
| 19286 | self.init(Text(label), textRange: textRange, prepare: prepare) |
| 19287 | } |
| 19288 | @_disfavoredOverload public init<L>(_ label: L, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) where ID == Swift.Never, L : Swift.StringProtocol |
| 19289 | } |
| 19290 | #else |
| 19291 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19292 | public struct AccessibilityRotorEntry<ID> where ID : Swift.Hashable { |
| 19293 | public init(_ label: SwiftUICore.Text, id: ID, textRange: Swift.Range<Swift.String.Index>? = nil, prepare: @escaping () -> Swift.Void = {}) |
| 14175 | } |
| 14176 | @_disfavoredOverload public init<L>(_ label: L, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) where ID == Swift.Never, L : Swift.StringProtocol |
| 14177 | } |
| 14178 | @available(*, unavailable) |
| 14179 | extension SwiftUI.AccessibilityRotorEntry : Swift.Sendable { |
| 14180 | } |
| 14181 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 14182 | extension SwiftUICore.View { |
| 14183 | nonisolated public func accessibilityRotorEntry<ID>(id: ID, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View where ID : Swift.Hashable |
| 14184 | |
| 14185 | } |
| 14186 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14187 | @_Concurrency.MainActor @preconcurrency public struct NavigationStack<Data, Root> : SwiftUICore.View where Root : SwiftUICore.View { |
| 14188 | @_Concurrency.MainActor @preconcurrency public init(@SwiftUICore.ViewBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 14189 | @_Concurrency.MainActor @preconcurrency public init(path: SwiftUICore.Binding<SwiftUI.NavigationPath>, @SwiftUICore.ViewBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 14190 | @_Concurrency.MainActor @preconcurrency public init(path: SwiftUICore.Binding<Data>, @SwiftUICore.ViewBuilder root: () -> Root) where Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, Data : Swift.RangeReplaceableCollection, Data.Element : Swift.Hashable |
| 14191 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14192 | get |
| 14193 | } |
| 14194 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 14195 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15NavigationStackV4bodyQrvp", 0) __<Data, Root> |
| 14196 | } |
| 14197 | @available(*, unavailable) |
| 14198 | extension SwiftUI.NavigationStack : Swift.Sendable { |
| 14199 | } |
| 14200 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14201 | extension SwiftUI.FormStyle where Self == SwiftUI.GroupedFormStyle { |
| 14202 | @_Concurrency.MainActor @preconcurrency public static var grouped: SwiftUI.GroupedFormStyle { |
| 14203 | get |
| 14204 | } |
| 14205 | } |
| 14206 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 14207 | public struct GroupedFormStyle : SwiftUI.FormStyle { |
| 14208 | public init() |
| 14209 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.GroupedFormStyle.Configuration) -> some SwiftUICore.View |
| 14210 | |
| 14211 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 14212 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GroupedFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 14213 | } |
| 14214 | @available(*, unavailable) |
| 14215 | extension SwiftUI.GroupedFormStyle : Swift.Sendable { |
| 14216 | } |
| 14217 | @available(visionOS 26.0, *) |
| 14218 | @available(iOS, unavailable) |
| 14219 | @available(macOS, unavailable) |
| 19318 | } |
| 19319 | @_disfavoredOverload public init<L>(_ label: L, textRange: Swift.Range<Swift.String.Index>, prepare: @escaping () -> Swift.Void = {}) where ID == Swift.Never, L : Swift.StringProtocol |
| 19320 | } |
| 19321 | #endif |
| 19322 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19323 | extension SwiftUICore.View { |
| 19324 | nonisolated public func accessibilityRotorEntry<ID>(id: ID, in namespace: SwiftUICore.Namespace.ID) -> some SwiftUICore.View where ID : Swift.Hashable |
| 19325 | |
| 19326 | } |
| 19327 | #if compiler(>=5.3) && $TildeSendable |
| 19328 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19329 | nonisolated public struct NavigationStack<Data, Root> : SwiftUICore.View, ~Swift.Sendable where Root : SwiftUICore.View { |
| 19330 | nonisolated public init(@SwiftUICore.ContentBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 19331 | nonisolated public init(path: SwiftUICore.Binding<SwiftUI.NavigationPath>, @SwiftUICore.ContentBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 19332 | nonisolated public init(path: SwiftUICore.Binding<Data>, @SwiftUICore.ContentBuilder root: () -> Root) where Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, Data : Swift.RangeReplaceableCollection, Data.Element : Swift.Hashable |
| 19333 | nonisolated public var body: some SwiftUICore.View { |
| 19334 | get |
| 19335 | } |
| 19336 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19337 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15NavigationStackV4bodyQrvp", 0) __<Data, Root> |
| 19338 | } |
| 19339 | #else |
| 19340 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19341 | nonisolated public struct NavigationStack<Data, Root> : SwiftUICore.View where Root : SwiftUICore.View { |
| 19342 | nonisolated public init(@SwiftUICore.ContentBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 19343 | nonisolated public init(path: SwiftUICore.Binding<SwiftUI.NavigationPath>, @SwiftUICore.ContentBuilder root: () -> Root) where Data == SwiftUI.NavigationPath |
| 19344 | nonisolated public init(path: SwiftUICore.Binding<Data>, @SwiftUICore.ContentBuilder root: () -> Root) where Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, Data : Swift.RangeReplaceableCollection, Data.Element : Swift.Hashable |
| 19345 | nonisolated public var body: some SwiftUICore.View { |
| 19346 | get |
| 19347 | } |
| 19348 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19349 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15NavigationStackV4bodyQrvp", 0) __<Data, Root> |
| 19350 | } |
| 19351 | #endif |
| 19352 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19353 | extension SwiftUI.FormStyle where Self == SwiftUI.GroupedFormStyle { |
| 19354 | nonisolated public static var grouped: SwiftUI.GroupedFormStyle { |
| 19355 | get |
| 19356 | } |
| 19357 | } |
| 19358 | #if compiler(>=5.3) && $TildeSendable |
| 19359 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19360 | nonisolated public struct GroupedFormStyle : SwiftUI.FormStyle, ~Swift.Sendable { |
| 19361 | nonisolated public init() |
| 19362 | nonisolated public func makeBody(configuration: SwiftUI.GroupedFormStyle.Configuration) -> some SwiftUICore.View |
| 19363 | |
| 19364 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19365 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GroupedFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 19366 | } |
| 19367 | #else |
| 19368 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19369 | nonisolated public struct GroupedFormStyle : SwiftUI.FormStyle { |
| 19370 | nonisolated public init() |
| 19371 | nonisolated public func makeBody(configuration: SwiftUI.GroupedFormStyle.Configuration) -> some SwiftUICore.View |
| 19372 | |
| 19373 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 19374 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16GroupedFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 19375 | } |
| 19376 | #endif |
| 19377 | @available(visionOS 26.0, *) |
| 19378 | @available(iOS, unavailable) |
| 19379 | @available(macOS, unavailable) |
| 14265 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 14266 | extension SwiftUI.ButtonBorderShape : SwiftUICore.Shape { |
| 14267 | nonisolated public func path(in rect: CoreFoundation.CGRect) -> SwiftUICore.Path |
| 14268 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14269 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 14270 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14271 | public typealias Body = SwiftUICore._ShapeView<SwiftUI.ButtonBorderShape, SwiftUICore.ForegroundStyle> |
| 14272 | } |
| 14273 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 19425 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 19426 | extension SwiftUI.ButtonBorderShape : SwiftUICore.Shape { |
| 19427 | nonisolated public func path(in rect: CoreFoundation.CGRect) -> SwiftUICore.Path |
| 19428 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19429 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 19430 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19431 | public typealias Body = SwiftUICore._ShapeView<SwiftUI.ButtonBorderShape, SwiftUICore.ForegroundStyle> |
| 19432 | } |
| 19433 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 14313 | copy.amount += amount |
| 14314 | return copy |
| 14315 | } |
| 14316 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14317 | @usableFromInline |
| 14318 | internal typealias AnimatableData = CoreFoundation.CGFloat |
| 14319 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14320 | @usableFromInline |
| 14321 | internal typealias Body = SwiftUICore._ShapeView<SwiftUI.ButtonBorderShape._Inset, SwiftUICore.ForegroundStyle> |
| 14322 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14323 | @usableFromInline |
| 14324 | internal typealias InsetShape = SwiftUI.ButtonBorderShape._Inset |
| 14325 | } |
| 14326 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 14327 | public typealias InsetShape = @_opaqueReturnTypeOf("$s7SwiftUI17ButtonBorderShapeV5inset2byQr12CoreGraphics7CGFloatV_tF", 0) __ |
| 14328 | } |
| 14329 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14330 | public struct AccessibilityAttachmentModifier : SwiftUICore.ViewModifier { |
| 14331 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 14332 | public typealias Body = Swift.Never |
| 14333 | } |
| 14334 | @available(*, unavailable) |
| 14335 | extension SwiftUI.AccessibilityAttachmentModifier : Swift.Sendable { |
| 14336 | } |
| 14337 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14338 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 14339 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19473 | copy.amount += amount |
| 19474 | return copy |
| 19475 | } |
| 19476 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19477 | @usableFromInline |
| 19478 | internal typealias AnimatableData = CoreFoundation.CGFloat |
| 19479 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19480 | @usableFromInline |
| 19481 | internal typealias Body = SwiftUICore._ShapeView<SwiftUI.ButtonBorderShape._Inset, SwiftUICore.ForegroundStyle> |
| 19482 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19483 | @usableFromInline |
| 19484 | internal typealias InsetShape = SwiftUI.ButtonBorderShape._Inset |
| 19485 | } |
| 19486 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 19487 | public typealias InsetShape = @_opaqueReturnTypeOf("$s7SwiftUI17ButtonBorderShapeV5inset2byQr12CoreGraphics7CGFloatV_tF", 0) __ |
| 19488 | } |
| 19489 | #if compiler(>=5.3) && $TildeSendable |
| 19490 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19491 | nonisolated public struct AccessibilityAttachmentModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 19492 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19493 | public typealias Body = Swift.Never |
| 19494 | } |
| 19495 | #else |
| 19496 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19497 | nonisolated public struct AccessibilityAttachmentModifier : SwiftUICore.ViewModifier { |
| 19498 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19499 | public typealias Body = Swift.Never |
| 19500 | } |
| 19501 | #endif |
| 19502 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19503 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19504 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14344 | get { .init() } |
| 14345 | } |
| 14346 | } |
| 14347 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14348 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 14349 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19509 | get { .init() } |
| 19510 | } |
| 19511 | } |
| 19512 | #if compiler(>=5.3) && $TildeSendable |
| 19513 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19514 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19515 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19516 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19517 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19518 | public struct DefaultNavigationViewStyle : SwiftUI.NavigationViewStyle, ~Swift.Sendable { |
| 19519 | public init() |
| 19520 | public func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 19521 | |
| 19522 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19523 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 19524 | |
| 19525 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19526 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19527 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19528 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19529 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19530 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19531 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19532 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19533 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19534 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19535 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19536 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19537 | } |
| 19538 | #else |
| 19539 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19540 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19541 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14356 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 14357 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 14358 | |
| 14359 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14360 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14361 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14362 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14363 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 14364 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 14365 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14366 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14367 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14368 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 14369 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 14370 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 14371 | } |
| 14372 | @available(*, unavailable) |
| 14373 | extension SwiftUI.DefaultNavigationViewStyle : Swift.Sendable { |
| 14374 | } |
| 14375 | @available(visionOS 2.0, *) |
| 14376 | @available(iOS, unavailable) |
| 14377 | @available(macOS, unavailable) |
| 19548 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19549 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 19550 | |
| 19551 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19552 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19553 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19554 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19555 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19556 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19557 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 19558 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19559 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19560 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19561 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 19562 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI26DefaultNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 19563 | } |
| 19564 | #endif |
| 19565 | @available(visionOS 2.0, *) |
| 19566 | @available(iOS, unavailable) |
| 19567 | @available(macOS, unavailable) |
| 14413 | public init(_ e: SwiftUI.SquareAzimuth) |
| 14414 | public func contains(_ e: SwiftUI.SquareAzimuth) -> Swift.Bool |
| 14415 | @available(visionOS 2.0, *) |
| 14416 | @available(iOS, unavailable) |
| 14417 | @available(tvOS, unavailable) |
| 14418 | @available(watchOS, unavailable) |
| 14419 | @available(macOS, unavailable) |
| 14420 | public typealias ArrayLiteralElement = SwiftUI.SquareAzimuth.Set.Element |
| 14421 | @available(visionOS 2.0, *) |
| 14422 | @available(iOS, unavailable) |
| 14423 | @available(tvOS, unavailable) |
| 14424 | @available(watchOS, unavailable) |
| 14425 | @available(macOS, unavailable) |
| 14426 | public typealias RawValue = Swift.Int |
| 14427 | } |
| 14428 | public static func == (a: SwiftUI.SquareAzimuth, b: SwiftUI.SquareAzimuth) -> Swift.Bool |
| 14429 | @available(visionOS 2.0, *) |
| 14430 | @available(iOS, unavailable) |
| 14431 | @available(tvOS, unavailable) |
| 14432 | @available(watchOS, unavailable) |
| 14433 | @available(macOS, unavailable) |
| 14434 | public typealias AllCases = [SwiftUI.SquareAzimuth] |
| 14435 | nonisolated public static var allCases: [SwiftUI.SquareAzimuth] { |
| 14436 | get |
| 19603 | public init(_ e: SwiftUI.SquareAzimuth) |
| 19604 | public func contains(_ e: SwiftUI.SquareAzimuth) -> Swift.Bool |
| 19605 | @available(visionOS 2.0, *) |
| 19606 | @available(macOS, unavailable) |
| 19607 | @available(iOS, unavailable) |
| 19608 | @available(tvOS, unavailable) |
| 19609 | @available(watchOS, unavailable) |
| 19610 | public typealias ArrayLiteralElement = SwiftUI.SquareAzimuth.Set.Element |
| 19611 | @available(visionOS 2.0, *) |
| 19612 | @available(macOS, unavailable) |
| 19613 | @available(iOS, unavailable) |
| 19614 | @available(tvOS, unavailable) |
| 19615 | @available(watchOS, unavailable) |
| 19616 | public typealias RawValue = Swift.Int |
| 19617 | } |
| 19618 | public static func == (a: SwiftUI.SquareAzimuth, b: SwiftUI.SquareAzimuth) -> Swift.Bool |
| 19619 | @available(visionOS 2.0, *) |
| 19620 | @available(macOS, unavailable) |
| 19621 | @available(iOS, unavailable) |
| 19622 | @available(tvOS, unavailable) |
| 19623 | @available(watchOS, unavailable) |
| 19624 | public typealias AllCases = [SwiftUI.SquareAzimuth] |
| 19625 | nonisolated public static var allCases: [SwiftUI.SquareAzimuth] { |
| 19626 | get |
| 14440 | get |
| 14441 | } |
| 14442 | } |
| 14443 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 14444 | @available(tvOS, unavailable) |
| 14445 | @available(watchOS, unavailable) |
| 19630 | get |
| 19631 | } |
| 19632 | } |
| 19633 | #if compiler(>=5.3) && $TildeSendable |
| 19634 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 19635 | @available(tvOS, unavailable) |
| 19636 | @available(watchOS, unavailable) |
| 19637 | public struct DragConfiguration : ~Swift.Sendable { |
| 19638 | public struct OperationsWithinApp : Swift.Sendable { |
| 19639 | @available(iOS, unavailable) |
| 19640 | @available(visionOS, unavailable) |
| 19641 | public var allowAlias: Swift.Bool { |
| 19642 | get |
| 19643 | set |
| 19644 | } |
| 19645 | @available(iOS, unavailable) |
| 19646 | @available(visionOS, unavailable) |
| 19647 | public init(allowCopy: Swift.Bool = true, allowMove: Swift.Bool = false, allowDelete: Swift.Bool = false) |
| 19648 | @available(macOS, unavailable) |
| 19649 | public init(allowMove: Swift.Bool = false) |
| 19650 | } |
| 19651 | public struct OperationsOutsideApp : Swift.Sendable { |
| 19652 | @available(iOS, unavailable) |
| 19653 | @available(visionOS, unavailable) |
| 19654 | public var allowAlias: Swift.Bool { |
| 19655 | get |
| 19656 | set |
| 19657 | } |
| 19658 | @available(iOS, unavailable) |
| 19659 | @available(visionOS, unavailable) |
| 19660 | public init(allowCopy: Swift.Bool = true, allowMove: Swift.Bool = false, allowDelete: Swift.Bool = false) |
| 19661 | @available(macOS, unavailable) |
| 19662 | public init(allowCopy: Swift.Bool = true) |
| 19663 | } |
| 19664 | public var operationsWithinApp: SwiftUI.DragConfiguration.OperationsWithinApp { |
| 19665 | get |
| 19666 | set |
| 19667 | } |
| 19668 | public var operationsOutsideApp: SwiftUI.DragConfiguration.OperationsOutsideApp { |
| 19669 | get |
| 19670 | set |
| 19671 | } |
| 19672 | public init(operationsWithinApp: SwiftUI.DragConfiguration.OperationsWithinApp = .init(), operationsOutsideApp: SwiftUI.DragConfiguration.OperationsOutsideApp = .init()) |
| 19673 | public init(allowMove: Swift.Bool) |
| 19674 | @available(iOS, unavailable) |
| 19675 | @available(visionOS, unavailable) |
| 19676 | public init(allowMove: Swift.Bool, allowDelete: Swift.Bool) |
| 19677 | } |
| 19678 | #else |
| 19679 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 19680 | @available(tvOS, unavailable) |
| 19681 | @available(watchOS, unavailable) |
| 14484 | @available(visionOS, unavailable) |
| 14485 | public init(allowMove: Swift.Bool, allowDelete: Swift.Bool) |
| 14486 | } |
| 14487 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 14488 | @available(tvOS, unavailable) |
| 14489 | @available(watchOS, unavailable) |
| 19720 | @available(visionOS, unavailable) |
| 19721 | public init(allowMove: Swift.Bool, allowDelete: Swift.Bool) |
| 19722 | } |
| 19723 | #endif |
| 19724 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 19725 | @available(tvOS, unavailable) |
| 19726 | @available(watchOS, unavailable) |
| 14492 | get |
| 14493 | } |
| 14494 | } |
| 14495 | @available(*, unavailable) |
| 14496 | extension SwiftUI.DragConfiguration : Swift.Sendable { |
| 14497 | } |
| 14498 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14499 | @frozen public struct _CoordinateSpaceModifier<Name> : SwiftUICore.ViewModifier, Swift.Equatable where Name : Swift.Hashable { |
| 14500 | public var name: Name |
| 14501 | @inlinable public init(name: Name) { |
| 14502 | self.name = name |
| 14503 | } |
| 14504 | nonisolated public static func _makeViewInputs(modifier: SwiftUICore._GraphValue<SwiftUI._CoordinateSpaceModifier<Name>>, inputs: inout SwiftUICore._ViewInputs) |
| 14505 | public static func == (a: SwiftUI._CoordinateSpaceModifier<Name>, b: SwiftUI._CoordinateSpaceModifier<Name>) -> Swift.Bool |
| 14506 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 14507 | public typealias Body = Swift.Never |
| 14508 | } |
| 14509 | @available(*, unavailable) |
| 14510 | extension SwiftUI._CoordinateSpaceModifier : Swift.Sendable { |
| 14511 | } |
| 14512 | extension SwiftUICore.View { |
| 14513 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use coordinateSpace(_:) instead") |
| 14514 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use coordinateSpace(_:) instead") |
| 19729 | get |
| 19730 | } |
| 19731 | } |
| 19732 | #if compiler(>=5.3) && $TildeSendable |
| 19733 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19734 | @frozen nonisolated public struct _CoordinateSpaceModifier<Name> : SwiftUICore.ViewModifier, Swift.Equatable, ~Swift.Sendable where Name : Swift.Hashable { |
| 19735 | public var name: Name |
| 19736 | @inlinable nonisolated public init(name: Name) { |
| 19737 | self.name = name |
| 19738 | } |
| 19739 | public static func _makeViewInputs(modifier: SwiftUICore._GraphValue<SwiftUI._CoordinateSpaceModifier<Name>>, inputs: inout SwiftUICore._ViewInputs) |
| 19740 | public static func == (a: SwiftUI._CoordinateSpaceModifier<Name>, b: SwiftUI._CoordinateSpaceModifier<Name>) -> Swift.Bool |
| 19741 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19742 | public typealias Body = Swift.Never |
| 19743 | } |
| 19744 | #else |
| 19745 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19746 | @frozen nonisolated public struct _CoordinateSpaceModifier<Name> : SwiftUICore.ViewModifier, Swift.Equatable where Name : Swift.Hashable { |
| 19747 | public var name: Name |
| 19748 | @inlinable nonisolated public init(name: Name) { |
| 19749 | self.name = name |
| 19750 | } |
| 19751 | public static func _makeViewInputs(modifier: SwiftUICore._GraphValue<SwiftUI._CoordinateSpaceModifier<Name>>, inputs: inout SwiftUICore._ViewInputs) |
| 19752 | public static func == (a: SwiftUI._CoordinateSpaceModifier<Name>, b: SwiftUI._CoordinateSpaceModifier<Name>) -> Swift.Bool |
| 19753 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 19754 | public typealias Body = Swift.Never |
| 19755 | } |
| 19756 | #endif |
| 19757 | extension SwiftUICore.View { |
| 19758 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use coordinateSpace(_:) instead") |
| 19759 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use coordinateSpace(_:) instead") |
| 14525 | nonisolated public func coordinateSpace(_ name: SwiftUICore.NamedCoordinateSpace) -> some SwiftUICore.View |
| 14526 | |
| 14527 | } |
| 14528 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 14529 | @available(watchOS, unavailable) |
| 14530 | public struct ControlGroup<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 14531 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 14532 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14533 | get |
| 14534 | } |
| 14535 | @available(iOS 15.0, tvOS 17.0, macOS 12.0, *) |
| 14536 | @available(watchOS, unavailable) |
| 14537 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ControlGroupV4bodyQrvp", 0) __<Content> |
| 14538 | } |
| 14539 | @available(*, unavailable) |
| 14540 | extension SwiftUI.ControlGroup : Swift.Sendable { |
| 14541 | } |
| 14542 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 14543 | @available(watchOS, unavailable) |
| 14544 | public struct LabeledControlGroupContent<Content, Label> : SwiftUICore.View where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 14545 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 14546 | get |
| 14547 | } |
| 14548 | @available(iOS 16.0, tvOS 17.0, macOS 13.0, *) |
| 14549 | @available(watchOS, unavailable) |
| 14550 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26LabeledControlGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 14551 | } |
| 14552 | @available(*, unavailable) |
| 14553 | extension SwiftUI.LabeledControlGroupContent : Swift.Sendable { |
| 14554 | } |
| 14555 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 14556 | @available(watchOS, unavailable) |
| 14557 | extension SwiftUI.ControlGroup where Content == SwiftUI.ControlGroupStyleConfiguration.Content { |
| 19770 | nonisolated public func coordinateSpace(_ name: SwiftUICore.NamedCoordinateSpace) -> some SwiftUICore.View |
| 19771 | |
| 19772 | } |
| 19773 | #if compiler(>=5.3) && $TildeSendable |
| 19774 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 19775 | @available(watchOS, unavailable) |
| 19776 | nonisolated public struct ControlGroup<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 19777 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 19778 | nonisolated public var body: some SwiftUICore.View { |
| 19779 | get |
| 19780 | } |
| 19781 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 19782 | @available(watchOS, unavailable) |
| 19783 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ControlGroupV4bodyQrvp", 0) __<Content> |
| 19784 | } |
| 19785 | #else |
| 19786 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 19787 | @available(watchOS, unavailable) |
| 19788 | nonisolated public struct ControlGroup<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 19789 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 19790 | nonisolated public var body: some SwiftUICore.View { |
| 19791 | get |
| 19792 | } |
| 19793 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 19794 | @available(watchOS, unavailable) |
| 19795 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12ControlGroupV4bodyQrvp", 0) __<Content> |
| 19796 | } |
| 19797 | #endif |
| 19798 | #if compiler(>=5.3) && $TildeSendable |
| 19799 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 19800 | @available(watchOS, unavailable) |
| 19801 | nonisolated public struct LabeledControlGroupContent<Content, Label> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 19802 | nonisolated public var body: some SwiftUICore.View { |
| 19803 | get |
| 19804 | } |
| 19805 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 19806 | @available(watchOS, unavailable) |
| 19807 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26LabeledControlGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 19808 | } |
| 19809 | #else |
| 19810 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 19811 | @available(watchOS, unavailable) |
| 19812 | nonisolated public struct LabeledControlGroupContent<Content, Label> : SwiftUICore.View where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 19813 | nonisolated public var body: some SwiftUICore.View { |
| 19814 | get |
| 19815 | } |
| 19816 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 19817 | @available(watchOS, unavailable) |
| 19818 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI26LabeledControlGroupContentV4bodyQrvp", 0) __<Content, Label> |
| 19819 | } |
| 19820 | #endif |
| 19821 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 19822 | @available(watchOS, unavailable) |
| 19823 | extension SwiftUI.ControlGroup where Content == SwiftUI.ControlGroupStyleConfiguration.Content { |
| 14560 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 14561 | @available(watchOS, unavailable) |
| 14562 | extension SwiftUI.ControlGroup { |
| 14563 | nonisolated public init<C, L>(@SwiftUICore.ViewBuilder content: () -> C, @SwiftUICore.ViewBuilder label: () -> L) where Content == SwiftUI.LabeledControlGroupContent<C, L>, C : SwiftUICore.View, L : SwiftUICore.View |
| 14564 | } |
| 14565 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 14566 | @available(watchOS, unavailable) |
| 14567 | extension SwiftUI.ControlGroup { |
| 14568 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View { |
| 14569 | self.init(content: content) { |
| 14570 | Text(titleKey) |
| 14571 | } |
| 14572 | } |
| 14573 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View { |
| 14574 | self.init(content: content) { |
| 14575 | Text(titleResource) |
| 14576 | } |
| 14577 | } |
| 14578 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View, S : Swift.StringProtocol { |
| 14579 | self.init(content: content) { |
| 14580 | Text(title) |
| 14581 | } |
| 19826 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 19827 | @available(watchOS, unavailable) |
| 19828 | extension SwiftUI.ControlGroup { |
| 19829 | nonisolated public init<C, L>(@SwiftUICore.ContentBuilder content: () -> C, @SwiftUICore.ContentBuilder label: () -> L) where Content == SwiftUI.LabeledControlGroupContent<C, L>, C : SwiftUICore.View, L : SwiftUICore.View |
| 19830 | } |
| 19831 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 19832 | @available(watchOS, unavailable) |
| 19833 | extension SwiftUI.ControlGroup { |
| 19834 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View { |
| 19835 | self.init(content: content) { |
| 19836 | Text(titleKey) |
| 19837 | } |
| 19838 | } |
| 19839 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View { |
| 19840 | self.init(content: content) { |
| 19841 | Text(titleResource) |
| 19842 | } |
| 19843 | } |
| 19844 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUICore.Text>, C : SwiftUICore.View, S : Swift.StringProtocol { |
| 19845 | self.init(content: content) { |
| 19846 | Text(title) |
| 19847 | } |
| 14584 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 14585 | @available(watchOS, unavailable) |
| 14586 | extension SwiftUI.ControlGroup { |
| 14587 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 14588 | self.init(content: content) { |
| 14589 | Label(titleKey, systemImage: systemImage) |
| 14590 | } |
| 14591 | } |
| 14592 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 14593 | self.init(content: content) { |
| 14594 | Label(titleResource, systemImage: systemImage) |
| 14595 | } |
| 14596 | } |
| 14597 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View, S : Swift.StringProtocol { |
| 14598 | self.init(content: content) { |
| 14599 | Label(title, systemImage: systemImage) |
| 14600 | } |
| 19850 | @available(iOS 16.0, macOS 13.0, tvOS 17.0, *) |
| 19851 | @available(watchOS, unavailable) |
| 19852 | extension SwiftUI.ControlGroup { |
| 19853 | @_alwaysEmitIntoClient nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 19854 | self.init(content: content) { |
| 19855 | Label(titleKey, systemImage: systemImage) |
| 19856 | } |
| 19857 | } |
| 19858 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 19859 | self.init(content: content) { |
| 19860 | Label(titleResource, systemImage: systemImage) |
| 19861 | } |
| 19862 | } |
| 19863 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init<C, S>(_ title: S, systemImage: Swift.String, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View, S : Swift.StringProtocol { |
| 19864 | self.init(content: content) { |
| 19865 | Label(title, systemImage: systemImage) |
| 19866 | } |
| 14603 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 14604 | @available(watchOS, unavailable) |
| 14605 | extension SwiftUI.ControlGroup { |
| 14606 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View |
| 14607 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 14608 | self.init(content: content) { |
| 14609 | Label(titleResource, image: image) |
| 14610 | } |
| 14611 | } |
| 14612 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ViewBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View, S : Swift.StringProtocol |
| 14613 | } |
| 14614 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 14615 | @available(macOS, unavailable) |
| 19869 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 19870 | @available(watchOS, unavailable) |
| 19871 | extension SwiftUI.ControlGroup { |
| 19872 | nonisolated public init<C>(_ titleKey: SwiftUICore.LocalizedStringKey, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View |
| 19873 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<C>(_ titleResource: Foundation.LocalizedStringResource, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View { |
| 19874 | self.init(content: content) { |
| 19875 | Label(titleResource, image: image) |
| 19876 | } |
| 19877 | } |
| 19878 | @_disfavoredOverload nonisolated public init<C, S>(_ title: S, image: DeveloperToolsSupport.ImageResource, @SwiftUICore.ContentBuilder content: () -> C) where Content == SwiftUI.LabeledControlGroupContent<C, SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>>, C : SwiftUICore.View, S : Swift.StringProtocol |
| 19879 | } |
| 19880 | @available(iOS 18.0, tvOS 18.0, visionOS 2.0, *) |
| 19881 | @available(macOS, unavailable) |
| 14650 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 14651 | extension SwiftUI.AttributedTextSelection { |
| 14652 | public func attributes(in text: Foundation.AttributedString) -> SwiftUI.AttributedTextSelection.Attributes<Foundation.AttributedString> |
| 14653 | public struct Attributes<Text> : Swift.Sequence { |
| 14654 | public func makeIterator() -> some Swift.IteratorProtocol<Foundation.AttributeContainer> |
| 14655 |
| 19916 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19917 | extension SwiftUI.AttributedTextSelection { |
| 19918 | public func attributes(in text: Foundation.AttributedString) -> SwiftUI.AttributedTextSelection.Attributes<Foundation.AttributedString> |
| 19919 | #if compiler(>=5.3) && $TildeSendable |
| 19920 | public struct Attributes<Text> : Swift.Sequence, ~Swift.Sendable { |
| 19921 | public func makeIterator() -> some Swift.IteratorProtocol<Foundation.AttributeContainer> |
| 19922 | |
| 19923 | public subscript<K>(type: Swift.KeyPath<Foundation.AttributeDynamicLookup, K>) -> some Swift.Sequence<Swift.Optional<K.Value>> where K : Foundation.AttributedStringKey, K.Value : Swift.Sendable { |
| 19924 | get |
| 19925 | } |
| 19926 | public subscript<K>(type: K.Type) -> some Swift.Sequence<Swift.Optional<K.Value>> where K : Foundation.AttributedStringKey, K.Value : Swift.Sendable { |
| 19927 | get |
| 19928 | } |
| 19929 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19930 | public typealias Element = Foundation.AttributeContainer |
| 19931 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19932 | public typealias Iterator = @_opaqueReturnTypeOf("$s7SwiftUI23AttributedTextSelectionV10AttributesV12makeIteratorQryF", 0) __<Text> |
| 19933 | } |
| 19934 | #else |
| 19935 | public struct Attributes<Text> : Swift.Sequence { |
| 19936 | public func makeIterator() -> some Swift.IteratorProtocol<Foundation.AttributeContainer> |
| 19937 |
| 14659 | public subscript<K>(type: K.Type) -> some Swift.Sequence<Swift.Optional<K.Value>> where K : Foundation.AttributedStringKey, K.Value : Swift.Sendable { |
| 14660 | get |
| 14661 | } |
| 14662 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 14663 | public typealias Element = Foundation.AttributeContainer |
| 14664 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 14665 | public typealias Iterator = @_opaqueReturnTypeOf("$s7SwiftUI23AttributedTextSelectionV10AttributesV12makeIteratorQryF", 0) __<Text> |
| 14666 | } |
| 14667 | } |
| 14668 | @available(*, unavailable) |
| 14669 | extension SwiftUI.AttributedTextSelection.Attributes : Swift.Sendable { |
| 14670 | } |
| 14671 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 14672 | extension Foundation.AttributedString { |
| 19941 | public subscript<K>(type: K.Type) -> some Swift.Sequence<Swift.Optional<K.Value>> where K : Foundation.AttributedStringKey, K.Value : Swift.Sendable { |
| 19942 | get |
| 19943 | } |
| 19944 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19945 | public typealias Element = Foundation.AttributeContainer |
| 19946 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19947 | public typealias Iterator = @_opaqueReturnTypeOf("$s7SwiftUI23AttributedTextSelectionV10AttributesV12makeIteratorQryF", 0) __<Text> |
| 19948 | } |
| 19949 | #endif |
| 19950 | } |
| 19951 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 19952 | extension Foundation.AttributedString { |
| 14697 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 14698 | @available(tvOS, unavailable) |
| 14699 | @available(watchOS, unavailable) |
| 14700 | extension SwiftUI.DocumentConfiguration : Swift.Sendable { |
| 14701 | } |
| 14702 | extension SwiftUICore.EnvironmentValues { |
| 14703 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 19977 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 19978 | @available(tvOS, unavailable) |
| 19979 | @available(watchOS, unavailable) |
| 19980 | extension SwiftUI.DocumentConfiguration : @unchecked Swift.Sendable { |
| 19981 | } |
| 19982 | extension SwiftUICore.EnvironmentValues { |
| 19983 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 14707 | get |
| 14708 | } |
| 14709 | } |
| 14710 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14711 | extension SwiftUI.NavigationLink { |
| 14712 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14713 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14714 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14715 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14716 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14717 | @_alwaysEmitIntoClient public init(isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder destination: () -> Destination, @SwiftUICore.ViewBuilder label: () -> Label) { |
| 14718 | self.init(destination: destination(), isActive: isActive, label: label) |
| 14719 | } |
| 14720 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14721 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14722 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14723 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14724 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14725 | @_alwaysEmitIntoClient public init<V>(tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ViewBuilder destination: () -> Destination, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.Hashable { |
| 14726 | self.init( |
| 14727 | destination: destination(), |
| 14728 | tag: tag, |
| 19987 | get |
| 19988 | } |
| 19989 | } |
| 19990 | @available(iOS 27.0, *) |
| 19991 | @available(macCatalyst, unavailable) |
| 19992 | @available(macOS, unavailable) |
| 19993 | @available(tvOS, unavailable) |
| 19994 | @available(watchOS, unavailable) |
| 19995 | @available(visionOS, unavailable) |
| 19996 | extension SwiftUICore.View { |
| 19997 | nonisolated public func sceneAccessory<C>(@SwiftUICore.ContentBuilder content: () -> C) -> some SwiftUICore.View where C : SwiftUI.SceneAccessoryContent |
| 19998 | |
| 19999 | } |
| 20000 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20001 | extension SwiftUI.NavigationLink { |
| 20002 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20003 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20004 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20005 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20006 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20007 | @_alwaysEmitIntoClient nonisolated public init(isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder destination: () -> Destination, @SwiftUICore.ContentBuilder label: () -> Label) { |
| 20008 | self.init(destination: destination(), isActive: isActive, label: label) |
| 20009 | } |
| 20010 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20011 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20012 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20013 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20014 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20015 | @_alwaysEmitIntoClient nonisolated public init<V>(tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ContentBuilder destination: () -> Destination, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.Hashable { |
| 20016 | self.init( |
| 20017 | destination: destination(), |
| 20018 | tag: tag, |
| 14734 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14735 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14736 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14737 | public init(destination: Destination, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 14738 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14739 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14740 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14741 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14742 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14743 | public init<V>(destination: Destination, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.Hashable |
| 14744 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 14745 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 14746 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 14747 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 14748 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 14749 | public init(destination: Destination, @SwiftUICore.ViewBuilder label: () -> Label) |
| 14750 | } |
| 14751 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 14752 | extension SwiftUI.NavigationLink where Label == SwiftUICore.Text { |
| 20024 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20025 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20026 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20027 | nonisolated public init(destination: Destination, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 20028 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20029 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20030 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20031 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20032 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20033 | nonisolated public init<V>(destination: Destination, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.Hashable |
| 20034 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 20035 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 20036 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 20037 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 20038 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Pass a closure as the destination") |
| 20039 | nonisolated public init(destination: Destination, @SwiftUICore.ContentBuilder label: () -> Label) |
| 20040 | } |
| 20041 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20042 | extension SwiftUI.NavigationLink where Label == SwiftUICore.Text { |
| 14755 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14756 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14757 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14758 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder destination: () -> Destination) { |
| 14759 | self.init(titleKey, destination: destination(), isActive: isActive) |
| 14760 | } |
| 14761 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14762 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14763 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14764 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14765 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14766 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder destination: () -> Destination) where S : Swift.StringProtocol { |
| 14767 | self.init(title, destination: destination(), isActive: isActive) |
| 14768 | } |
| 14769 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14770 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14771 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14772 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14773 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14774 | @_alwaysEmitIntoClient nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ViewBuilder destination: () -> Destination) where V : Swift.Hashable { |
| 14775 | self.init( |
| 14776 | titleKey, |
| 14777 | destination: destination(), |
| 20045 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20046 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20047 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20048 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder destination: () -> Destination) { |
| 20049 | self.init(titleKey, destination: destination(), isActive: isActive) |
| 20050 | } |
| 20051 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20052 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20053 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20054 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20055 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20056 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder destination: () -> Destination) where S : Swift.StringProtocol { |
| 20057 | self.init(title, destination: destination(), isActive: isActive) |
| 20058 | } |
| 20059 | @available(iOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20060 | @available(macOS, introduced: 10.15, deprecated: 13.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20061 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20062 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20063 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20064 | @_alwaysEmitIntoClient nonisolated public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ContentBuilder destination: () -> Destination) where V : Swift.Hashable { |
| 20065 | self.init( |
| 20066 | titleKey, |
| 20067 | destination: destination(), |
| 14782 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14783 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14784 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 14785 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S, V>(_ title: S, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ViewBuilder destination: () -> Destination) where S : Swift.StringProtocol, V : Swift.Hashable { |
| 14786 | self.init( |
| 14787 | title, |
| 14788 | destination: destination(), |
| 20072 | @available(tvOS, introduced: 13.0, deprecated: 16.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20073 | @available(watchOS, introduced: 6.0, deprecated: 9.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20074 | @available(visionOS, introduced: 1.0, deprecated: 1.0, message: "use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView") |
| 20075 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S, V>(_ title: S, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ContentBuilder destination: () -> Destination) where S : Swift.StringProtocol, V : Swift.Hashable { |
| 20076 | self.init( |
| 20077 | title, |
| 20078 | destination: destination(), |
| 14836 | @available(tvOS, unavailable) |
| 14837 | @available(visionOS, unavailable) |
| 14838 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 14839 | nonisolated public init(destinationName: Swift.String, @SwiftUICore.ViewBuilder label: () -> Label) |
| 14840 | @available(iOS, unavailable) |
| 14841 | @available(macOS, unavailable) |
| 14842 | @available(tvOS, unavailable) |
| 14843 | @available(visionOS, unavailable) |
| 14844 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 14845 | nonisolated public init(destinationName: Swift.String, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 14846 | @available(iOS, unavailable) |
| 14847 | @available(macOS, unavailable) |
| 14848 | @available(tvOS, unavailable) |
| 14849 | @available(visionOS, unavailable) |
| 14850 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 14851 | nonisolated public init<V>(destinationName: Swift.String, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.Hashable |
| 14852 | } |
| 14853 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 14854 | @available(tvOS, unavailable) |
| 20126 | @available(tvOS, unavailable) |
| 20127 | @available(visionOS, unavailable) |
| 20128 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 20129 | nonisolated public init(destinationName: Swift.String, @SwiftUICore.ContentBuilder label: () -> Label) |
| 20130 | @available(iOS, unavailable) |
| 20131 | @available(macOS, unavailable) |
| 20132 | @available(tvOS, unavailable) |
| 20133 | @available(visionOS, unavailable) |
| 20134 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 20135 | nonisolated public init(destinationName: Swift.String, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 20136 | @available(iOS, unavailable) |
| 20137 | @available(macOS, unavailable) |
| 20138 | @available(tvOS, unavailable) |
| 20139 | @available(visionOS, unavailable) |
| 20140 | @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "use NavigationLink(value:label:)") |
| 20141 | nonisolated public init<V>(destinationName: Swift.String, tag: V, selection: SwiftUICore.Binding<V?>, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.Hashable |
| 20142 | } |
| 20143 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 20144 | @available(tvOS, unavailable) |
| 14857 | get { .init() } |
| 14858 | } |
| 14859 | } |
| 14860 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 14861 | @available(tvOS, unavailable) |
| 14862 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearGaugeStyle : SwiftUI.GaugeStyle { |
| 14863 | @_Concurrency.MainActor @preconcurrency public init() |
| 14864 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 14865 | |
| 14866 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 14867 | @available(tvOS, unavailable) |
| 14868 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25AccessoryLinearGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 14869 | } |
| 14870 | @available(*, unavailable) |
| 14871 | extension SwiftUI.AccessoryLinearGaugeStyle : Swift.Sendable { |
| 14872 | } |
| 14873 | @available(iOS 16.0, macOS 13.0, *) |
| 14874 | @available(tvOS, unavailable) |
| 14875 | @available(watchOS, unavailable) |
| 14876 | extension SwiftUI.WindowGroup { |
| 14877 | nonisolated public init<D, C>(id: Swift.String, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14878 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, id: Swift.String, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14879 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14880 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 14881 | self.init(Text(titleResource), id: id, for: type, content: content) |
| 14882 | } |
| 14883 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, id: Swift.String, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14884 | nonisolated public init<D, C>(for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14885 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14886 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14887 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 14888 | self.init(Text(titleResource), for: type, content: content) |
| 14889 | } |
| 14890 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, for type: D.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14891 | nonisolated public init<D, C>(id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14892 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14893 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14894 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 14895 | self.init( |
| 14896 | Text(titleResource), |
| 14897 | id: id, |
| 20147 | get { .init() } |
| 20148 | } |
| 20149 | } |
| 20150 | #if compiler(>=5.3) && $TildeSendable |
| 20151 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 20152 | @available(tvOS, unavailable) |
| 20153 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 20154 | @_Concurrency.MainActor @preconcurrency public init() |
| 20155 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 20156 | |
| 20157 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 20158 | @available(tvOS, unavailable) |
| 20159 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25AccessoryLinearGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 20160 | } |
| 20161 | #else |
| 20162 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 20163 | @available(tvOS, unavailable) |
| 20164 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearGaugeStyle : SwiftUI.GaugeStyle { |
| 20165 | @_Concurrency.MainActor @preconcurrency public init() |
| 20166 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 20167 | |
| 20168 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 20169 | @available(tvOS, unavailable) |
| 20170 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25AccessoryLinearGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 20171 | } |
| 20172 | #endif |
| 20173 | @available(iOS 16.0, macOS 13.0, *) |
| 20174 | @available(tvOS, unavailable) |
| 20175 | @available(watchOS, unavailable) |
| 20176 | extension SwiftUI.WindowGroup { |
| 20177 | nonisolated public init<D, C>(id: Swift.String, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20178 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, id: Swift.String, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20179 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20180 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 20181 | self.init(Text(titleResource), id: id, for: type, content: content) |
| 20182 | } |
| 20183 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, id: Swift.String, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20184 | nonisolated public init<D, C>(for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20185 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20186 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20187 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 20188 | self.init(Text(titleResource), for: type, content: content) |
| 20189 | } |
| 20190 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, for type: D.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D?>) -> C) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20191 | nonisolated public init<D, C>(id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20192 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20193 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20194 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 20195 | self.init( |
| 20196 | Text(titleResource), |
| 20197 | id: id, |
| 14900 | defaultValue: defaultValue |
| 14901 | ) |
| 14902 | } |
| 14903 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14904 | nonisolated public init<D, C>(for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14905 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14906 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14907 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 14908 | self.init( |
| 14909 | Text(titleResource), |
| 14910 | for: type, |
| 14911 | content: content, |
| 14912 | defaultValue: defaultValue |
| 14913 | ) |
| 14914 | } |
| 14915 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, for type: D.Type = D.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 14916 | } |
| 14917 | @available(iOS 16.0, macOS 13.0, *) |
| 14918 | @available(tvOS, unavailable) |
| 14919 | @available(watchOS, unavailable) |
| 14920 | public struct PresentedWindowContent<Data, Content> : SwiftUICore.View where Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable, Content : SwiftUICore.View { |
| 14921 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PresentedWindowContent<Data, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 14922 | @available(iOS 16.0, macOS 13.0, *) |
| 14923 | @available(tvOS, unavailable) |
| 14924 | @available(watchOS, unavailable) |
| 14925 | public typealias Body = Swift.Never |
| 14926 | } |
| 14927 | @available(*, unavailable) |
| 14928 | extension SwiftUI.PresentedWindowContent : Swift.Sendable { |
| 14929 | } |
| 14930 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 14931 | @available(watchOS, unavailable) |
| 14932 | extension SwiftUI.MenuStyle where Self == SwiftUI.DefaultMenuStyle { |
| 14933 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var automatic: SwiftUI.DefaultMenuStyle { |
| 14934 | get { .init() } |
| 14935 | } |
| 14936 | } |
| 14937 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 14938 | @available(watchOS, unavailable) |
| 14939 | public struct DefaultMenuStyle : SwiftUI.MenuStyle { |
| 14940 | public init() |
| 14941 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultMenuStyle.Configuration) -> some SwiftUICore.View |
| 14942 | |
| 14943 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 14944 | @available(watchOS, unavailable) |
| 14945 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16DefaultMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 14946 | } |
| 14947 | @available(*, unavailable) |
| 14948 | extension SwiftUI.DefaultMenuStyle : Swift.Sendable { |
| 14949 | } |
| 14950 | @available(iOS 26.0, *) |
| 14951 | @available(macOS, unavailable) |
| 14952 | @available(tvOS, unavailable) |
| 20200 | defaultValue: defaultValue |
| 20201 | ) |
| 20202 | } |
| 20203 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, id: Swift.String, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20204 | nonisolated public init<D, C>(for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20205 | @_disfavoredOverload nonisolated public init<D, C>(_ title: SwiftUICore.Text, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20206 | nonisolated public init<D, C>(_ titleKey: SwiftUICore.LocalizedStringKey, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20207 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<D, C>(_ titleResource: Foundation.LocalizedStringResource, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View { |
| 20208 | self.init( |
| 20209 | Text(titleResource), |
| 20210 | for: type, |
| 20211 | content: content, |
| 20212 | defaultValue: defaultValue |
| 20213 | ) |
| 20214 | } |
| 20215 | @_disfavoredOverload nonisolated public init<S, D, C>(_ title: S, for type: D.Type = D.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<D>) -> C, defaultValue: @escaping () -> D) where Content == SwiftUI.PresentedWindowContent<D, C>, S : Swift.StringProtocol, D : Swift.Decodable, D : Swift.Encodable, D : Swift.Hashable, C : SwiftUICore.View |
| 20216 | } |
| 20217 | #if compiler(>=5.3) && $TildeSendable |
| 20218 | @available(iOS 16.0, macOS 13.0, *) |
| 20219 | @available(tvOS, unavailable) |
| 20220 | @available(watchOS, unavailable) |
| 20221 | nonisolated public struct PresentedWindowContent<Data, Content> : SwiftUICore.View, ~Swift.Sendable where Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable, Content : SwiftUICore.View { |
| 20222 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PresentedWindowContent<Data, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 20223 | @available(macOS 13.0, iOS 16.0, *) |
| 20224 | @available(tvOS, unavailable) |
| 20225 | @available(watchOS, unavailable) |
| 20226 | public typealias Body = Swift.Never |
| 20227 | } |
| 20228 | #else |
| 20229 | @available(iOS 16.0, macOS 13.0, *) |
| 20230 | @available(tvOS, unavailable) |
| 20231 | @available(watchOS, unavailable) |
| 20232 | nonisolated public struct PresentedWindowContent<Data, Content> : SwiftUICore.View where Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable, Content : SwiftUICore.View { |
| 20233 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.PresentedWindowContent<Data, Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 20234 | @available(macOS 13.0, iOS 16.0, *) |
| 20235 | @available(tvOS, unavailable) |
| 20236 | @available(watchOS, unavailable) |
| 20237 | public typealias Body = Swift.Never |
| 20238 | } |
| 20239 | #endif |
| 20240 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 20241 | @available(watchOS, unavailable) |
| 20242 | extension SwiftUI.MenuStyle where Self == SwiftUI.DefaultMenuStyle { |
| 20243 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var automatic: SwiftUI.DefaultMenuStyle { |
| 20244 | get { .init() } |
| 20245 | } |
| 20246 | } |
| 20247 | #if compiler(>=5.3) && $TildeSendable |
| 20248 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 20249 | @available(watchOS, unavailable) |
| 20250 | nonisolated public struct DefaultMenuStyle : SwiftUI.MenuStyle, ~Swift.Sendable { |
| 20251 | nonisolated public init() |
| 20252 | nonisolated public func makeBody(configuration: SwiftUI.DefaultMenuStyle.Configuration) -> some SwiftUICore.View |
| 20253 | |
| 20254 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 20255 | @available(watchOS, unavailable) |
| 20256 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16DefaultMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 20257 | } |
| 20258 | #else |
| 20259 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 20260 | @available(watchOS, unavailable) |
| 20261 | nonisolated public struct DefaultMenuStyle : SwiftUI.MenuStyle { |
| 20262 | nonisolated public init() |
| 20263 | nonisolated public func makeBody(configuration: SwiftUI.DefaultMenuStyle.Configuration) -> some SwiftUICore.View |
| 20264 | |
| 20265 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 20266 | @available(watchOS, unavailable) |
| 20267 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16DefaultMenuStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 20268 | } |
| 20269 | #endif |
| 20270 | @available(iOS 26.0, *) |
| 20271 | @available(macOS, unavailable) |
| 20272 | @available(tvOS, unavailable) |
| 14989 | } |
| 14990 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 14991 | extension SwiftUICore.View { |
| 14992 | nonisolated public func accessibilityRotor<Content>(_ label: SwiftUICore.Text, @SwiftUI.AccessibilityRotorContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 14993 | |
| 14994 | nonisolated public func accessibilityRotor<Content>(_ systemRotor: SwiftUI.AccessibilitySystemRotor, @SwiftUI.AccessibilityRotorContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 14995 | |
| 14996 | nonisolated public func accessibilityRotor<EntryModel>(_ rotorLabel: SwiftUICore.Text, entries: [EntryModel], entryLabel: Swift.KeyPath<EntryModel, Swift.String>) -> some SwiftUICore.View where EntryModel : Swift.Identifiable |
| 14997 |
| 20309 | } |
| 20310 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20311 | extension SwiftUICore.View { |
| 20312 | nonisolated public func accessibilityRotor<Content>(_ label: SwiftUICore.Text, @SwiftUICore.ContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 20313 | |
| 20314 | nonisolated public func accessibilityRotor<Content>(_ systemRotor: SwiftUI.AccessibilitySystemRotor, @SwiftUICore.ContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 20315 | |
| 20316 | nonisolated public func accessibilityRotor<EntryModel>(_ rotorLabel: SwiftUICore.Text, entries: [EntryModel], entryLabel: Swift.KeyPath<EntryModel, Swift.String>) -> some SwiftUICore.View where EntryModel : Swift.Identifiable |
| 20317 |
| 15008 | } |
| 15009 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15010 | extension SwiftUICore.View { |
| 15011 | nonisolated public func accessibilityRotor<Content>(_ labelKey: SwiftUICore.LocalizedStringKey, @SwiftUI.AccessibilityRotorContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 15012 | |
| 15013 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15014 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func accessibilityRotor<Content>(_ label: Foundation.LocalizedStringResource, @SwiftUI.AccessibilityRotorContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent { |
| 15015 | accessibilityRotor( |
| 15016 | Text(label), entries: entries |
| 15017 | ) |
| 15018 | } |
| 15019 | |
| 15020 | @_disfavoredOverload nonisolated public func accessibilityRotor<L, Content>(_ label: L, @SwiftUI.AccessibilityRotorContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where L : Swift.StringProtocol, Content : SwiftUI.AccessibilityRotorContent |
| 15021 | |
| 15022 | nonisolated public func accessibilityRotor<EntryModel>(_ rotorLabelKey: SwiftUICore.LocalizedStringKey, entries: [EntryModel], entryLabel: Swift.KeyPath<EntryModel, Swift.String>) -> some SwiftUICore.View where EntryModel : Swift.Identifiable |
| 15023 |
| 20328 | } |
| 20329 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20330 | extension SwiftUICore.View { |
| 20331 | nonisolated public func accessibilityRotor<Content>(_ labelKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent |
| 20332 | |
| 20333 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20334 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func accessibilityRotor<Content>(_ label: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUI.AccessibilityRotorContent { |
| 20335 | accessibilityRotor( |
| 20336 | Text(label), entries: entries |
| 20337 | ) |
| 20338 | } |
| 20339 | |
| 20340 | @_disfavoredOverload nonisolated public func accessibilityRotor<L, Content>(_ label: L, @SwiftUICore.ContentBuilder entries: @escaping () -> Content) -> some SwiftUICore.View where L : Swift.StringProtocol, Content : SwiftUI.AccessibilityRotorContent |
| 20341 | |
| 20342 | nonisolated public func accessibilityRotor<EntryModel>(_ rotorLabelKey: SwiftUICore.LocalizedStringKey, entries: [EntryModel], entryLabel: Swift.KeyPath<EntryModel, Swift.String>) -> some SwiftUICore.View where EntryModel : Swift.Identifiable |
| 20343 |
| 15108 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15109 | @preconcurrency @_Concurrency.MainActor public protocol FormStyle { |
| 15110 | associatedtype Body : SwiftUICore.View |
| 15111 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 15112 | typealias Configuration = SwiftUI.FormStyleConfiguration |
| 15113 | } |
| 15114 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15115 | public struct FormStyleConfiguration { |
| 15116 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 15117 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 15118 | public typealias Body = Swift.Never |
| 15119 | } |
| 15120 | public let content: SwiftUI.FormStyleConfiguration.Content |
| 15121 | } |
| 15122 | @available(*, unavailable) |
| 15123 | extension SwiftUI.FormStyleConfiguration : Swift.Sendable { |
| 15124 | } |
| 15125 | @available(*, unavailable) |
| 15126 | extension SwiftUI.FormStyleConfiguration.Content : Swift.Sendable { |
| 15127 | } |
| 15128 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15129 | extension SwiftUICore.View { |
| 15130 | nonisolated public func formStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.FormStyle |
| 20428 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20429 | @preconcurrency @_Concurrency.MainActor public protocol FormStyle { |
| 20430 | associatedtype Body : SwiftUICore.View |
| 20431 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 20432 | typealias Configuration = SwiftUI.FormStyleConfiguration |
| 20433 | } |
| 20434 | #if compiler(>=5.3) && $TildeSendable |
| 20435 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20436 | public struct FormStyleConfiguration : ~Swift.Sendable { |
| 20437 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 20438 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 20439 | public typealias Body = Swift.Never |
| 20440 | } |
| 20441 | public let content: SwiftUI.FormStyleConfiguration.Content |
| 20442 | } |
| 20443 | #else |
| 20444 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20445 | public struct FormStyleConfiguration { |
| 20446 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 20447 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 20448 | public typealias Body = Swift.Never |
| 20449 | } |
| 20450 | public let content: SwiftUI.FormStyleConfiguration.Content |
| 20451 | } |
| 20452 | #endif |
| 20453 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20454 | extension SwiftUICore.View { |
| 20455 | nonisolated public func formStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.FormStyle |
| 15134 | @available(tvOS, unavailable) |
| 15135 | @available(watchOS, unavailable) |
| 15136 | extension SwiftUI.TabContent { |
| 15137 | nonisolated public func swipeActions<T>(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ViewBuilder content: () -> T) -> some SwiftUI.TabContent<Self.TabValue> where T : SwiftUICore.View |
| 15138 | |
| 15139 | } |
| 15140 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 15141 | @available(tvOS, unavailable) |
| 15142 | @available(watchOS, unavailable) |
| 15143 | extension SwiftUI.TabContent { |
| 15144 | nonisolated public func contextMenu<M>(@SwiftUICore.ViewBuilder menuItems: () -> M) -> some SwiftUI.TabContent<Self.TabValue> where M : SwiftUICore.View |
| 15145 | |
| 15146 | } |
| 15147 | @available(iOS 16.0, macOS 12.0, *) |
| 20459 | @available(tvOS, unavailable) |
| 20460 | @available(watchOS, unavailable) |
| 20461 | extension SwiftUI.TabContent { |
| 20462 | nonisolated public func swipeActions<T>(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ContentBuilder content: () -> T) -> some SwiftUI.TabContent<Self.TabValue> where T : SwiftUICore.View |
| 20463 | |
| 20464 | } |
| 20465 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 20466 | @available(tvOS, unavailable) |
| 20467 | @available(watchOS, unavailable) |
| 20468 | extension SwiftUI.TabContent { |
| 20469 | nonisolated public func contextMenu<M>(@SwiftUICore.ContentBuilder menuItems: () -> M) -> some SwiftUI.TabContent<Self.TabValue> where M : SwiftUICore.View |
| 20470 | |
| 20471 | } |
| 20472 | @available(iOS 16.0, macOS 12.0, *) |
| 15156 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 15157 | nonisolated static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 15158 | } |
| 15159 | @available(iOS 16.0, macOS 12.0, *) |
| 15160 | @available(tvOS, unavailable) |
| 15161 | @available(watchOS, unavailable) |
| 15162 | public struct _TableColumnInputs { |
| 15163 | } |
| 15164 | @available(*, unavailable) |
| 15165 | extension SwiftUI._TableColumnInputs : Swift.Sendable { |
| 15166 | } |
| 15167 | @available(iOS 16.0, macOS 12.0, *) |
| 15168 | @available(tvOS, unavailable) |
| 15169 | @available(watchOS, unavailable) |
| 15170 | public struct _TableColumnOutputs { |
| 15171 | } |
| 15172 | @available(*, unavailable) |
| 15173 | extension SwiftUI._TableColumnOutputs : Swift.Sendable { |
| 15174 | } |
| 15175 | @available(iOS 16.0, macOS 12.0, *) |
| 15176 | @available(tvOS, unavailable) |
| 15177 | @available(watchOS, unavailable) |
| 20481 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 20482 | nonisolated static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 20483 | } |
| 20484 | #if compiler(>=5.3) && $TildeSendable |
| 20485 | @available(iOS 16.0, macOS 12.0, *) |
| 20486 | @available(tvOS, unavailable) |
| 20487 | @available(watchOS, unavailable) |
| 20488 | public struct _TableColumnInputs : ~Swift.Sendable { |
| 20489 | } |
| 20490 | #else |
| 20491 | @available(iOS 16.0, macOS 12.0, *) |
| 20492 | @available(tvOS, unavailable) |
| 20493 | @available(watchOS, unavailable) |
| 20494 | public struct _TableColumnInputs { |
| 20495 | } |
| 20496 | #endif |
| 20497 | #if compiler(>=5.3) && $TildeSendable |
| 20498 | @available(iOS 16.0, macOS 12.0, *) |
| 20499 | @available(tvOS, unavailable) |
| 20500 | @available(watchOS, unavailable) |
| 20501 | public struct _TableColumnOutputs : ~Swift.Sendable { |
| 20502 | } |
| 20503 | #else |
| 20504 | @available(iOS 16.0, macOS 12.0, *) |
| 20505 | @available(tvOS, unavailable) |
| 20506 | @available(watchOS, unavailable) |
| 20507 | public struct _TableColumnOutputs { |
| 20508 | } |
| 20509 | #endif |
| 20510 | @available(iOS 16.0, macOS 12.0, *) |
| 20511 | @available(tvOS, unavailable) |
| 20512 | @available(watchOS, unavailable) |
| 15196 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 15197 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 15198 | } |
| 15199 | @available(iOS 16.0, macOS 12.0, *) |
| 15200 | @available(tvOS, unavailable) |
| 15201 | @available(watchOS, unavailable) |
| 15202 | @_functionBuilder public struct TableColumnBuilder<RowValue, Sort> where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 15203 | @_alwaysEmitIntoClient public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Sort, Content, Label>) -> SwiftUI.TableColumn<RowValue, Sort, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 15204 | column |
| 15205 | } |
| 15206 | @_alwaysEmitIntoClient @_disfavoredOverload public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label>) -> SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 15207 | column |
| 15208 | } |
| 15209 | @_alwaysEmitIntoClient public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 15210 | column |
| 15211 | } |
| 15212 | @_alwaysEmitIntoClient @_disfavoredOverload public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 15213 | column |
| 15214 | } |
| 15215 | @_alwaysEmitIntoClient public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 15216 | column |
| 15217 | } |
| 15218 | @_alwaysEmitIntoClient @_disfavoredOverload public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 15219 | column |
| 15220 | } |
| 15221 | } |
| 15222 | @available(*, unavailable) |
| 15223 | extension SwiftUI.TableColumnBuilder : Swift.Sendable { |
| 15224 | } |
| 15225 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 15226 | public struct TabSection<Header, Content, Footer, SelectionValue> { |
| 15227 | } |
| 15228 | @available(*, unavailable) |
| 15229 | extension SwiftUI.TabSection : Swift.Sendable { |
| 15230 | } |
| 15231 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 15232 | extension SwiftUI.TabSection : SwiftUI.TabContent where Header : SwiftUICore.View, Content : SwiftUI.TabContent, Footer : SwiftUICore.View, SelectionValue == Content.TabValue { |
| 15233 | public typealias TabValue = Content.TabValue |
| 15234 | @_Concurrency.MainActor @preconcurrency public var _identifiedView: some SwiftUICore.View { |
| 15235 | get |
| 15236 | } |
| 15237 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 15238 | public typealias Body = SwiftUI.TabSection<Header, Content, Footer, SelectionValue> |
| 15239 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 15240 | public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI10TabSectionVA2A4ViewRzAA0C7ContentR_AaDR0_0C5ValueAaEPQy_Rs1_rlE011_identifiedE0Qrvp", 0) __<Header, Content, Footer, SelectionValue> |
| 15241 | } |
| 15242 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 15243 | extension SwiftUI.TabSection where Content : SwiftUI.TabContent, SelectionValue : Swift.Hashable { |
| 15244 | public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView |
| 15245 | public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView |
| 15246 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 15247 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView |
| 20531 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 20532 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 20533 | } |
| 20534 | #if compiler(>=5.3) && $TildeSendable |
| 20535 | @available(iOS 16.0, macOS 12.0, *) |
| 20536 | @available(tvOS, unavailable) |
| 20537 | @available(watchOS, unavailable) |
| 20538 | @_functionBuilder public struct TableColumnBuilder<RowValue, Sort> : ~Swift.Sendable where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 20539 | #if compiler(>=5.3) && $InlineAlways |
| 20540 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Sort, Content, Label>) -> SwiftUI.TableColumn<RowValue, Sort, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20541 | column |
| 20542 | } |
| 20543 | #else |
| 20544 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Sort, Content, Label>) -> SwiftUI.TableColumn<RowValue, Sort, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20545 | column |
| 20546 | } |
| 20547 | #endif |
| 20548 | #if compiler(>=5.3) && $InlineAlways |
| 20549 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label>) -> SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20550 | column |
| 20551 | } |
| 20552 | #else |
| 20553 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label>) -> SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20554 | column |
| 20555 | } |
| 20556 | #endif |
| 20557 | #if compiler(>=5.3) && $InlineAlways |
| 20558 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20559 | column |
| 20560 | } |
| 20561 | #else |
| 20562 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20563 | column |
| 20564 | } |
| 20565 | #endif |
| 20566 | #if compiler(>=5.3) && $InlineAlways |
| 20567 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20568 | column |
| 20569 | } |
| 20570 | #else |
| 20571 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20572 | column |
| 20573 | } |
| 20574 | #endif |
| 20575 | #if compiler(>=5.3) && $InlineAlways |
| 20576 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20577 | column |
| 20578 | } |
| 20579 | #else |
| 20580 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20581 | column |
| 20582 | } |
| 20583 | #endif |
| 20584 | #if compiler(>=5.3) && $InlineAlways |
| 20585 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20586 | column |
| 20587 | } |
| 20588 | #else |
| 20589 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20590 | column |
| 20591 | } |
| 20592 | #endif |
| 20593 | } |
| 20594 | #else |
| 20595 | @available(iOS 16.0, macOS 12.0, *) |
| 20596 | @available(tvOS, unavailable) |
| 20597 | @available(watchOS, unavailable) |
| 20598 | @_functionBuilder public struct TableColumnBuilder<RowValue, Sort> where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 20599 | #if compiler(>=5.3) && $InlineAlways |
| 20600 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Sort, Content, Label>) -> SwiftUI.TableColumn<RowValue, Sort, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20601 | column |
| 20602 | } |
| 20603 | #else |
| 20604 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Sort, Content, Label>) -> SwiftUI.TableColumn<RowValue, Sort, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20605 | column |
| 20606 | } |
| 20607 | #endif |
| 20608 | #if compiler(>=5.3) && $InlineAlways |
| 20609 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label>) -> SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20610 | column |
| 20611 | } |
| 20612 | #else |
| 20613 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildExpression<Content, Label>(_ column: SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label>) -> SwiftUI.TableColumn<RowValue, Swift.Never, Content, Label> where Content : SwiftUICore.View, Label : SwiftUICore.View { |
| 20614 | column |
| 20615 | } |
| 20616 | #endif |
| 20617 | #if compiler(>=5.3) && $InlineAlways |
| 20618 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20619 | column |
| 20620 | } |
| 20621 | #else |
| 20622 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20623 | column |
| 20624 | } |
| 20625 | #endif |
| 20626 | #if compiler(>=5.3) && $InlineAlways |
| 20627 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20628 | column |
| 20629 | } |
| 20630 | #else |
| 20631 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildExpression<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20632 | column |
| 20633 | } |
| 20634 | #endif |
| 20635 | #if compiler(>=5.3) && $InlineAlways |
| 20636 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20637 | column |
| 20638 | } |
| 20639 | #else |
| 20640 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Sort == Column.TableColumnSortComparator, Column : SwiftUI.TableColumnContent { |
| 20641 | column |
| 20642 | } |
| 20643 | #endif |
| 20644 | #if compiler(>=5.3) && $InlineAlways |
| 20645 | @_alwaysEmitIntoClient @inline(always) @_disfavoredOverload public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20646 | column |
| 20647 | } |
| 20648 | #else |
| 20649 | @_alwaysEmitIntoClient @inline(__always) @inlinable @_disfavoredOverload public static func buildBlock<Column>(_ column: Column) -> Column where RowValue == Column.TableRowValue, Column : SwiftUI.TableColumnContent, Column.TableColumnSortComparator == Swift.Never { |
| 20650 | column |
| 20651 | } |
| 20652 | #endif |
| 20653 | } |
| 20654 | #endif |
| 20655 | #if compiler(>=5.3) && $TildeSendable |
| 20656 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20657 | public struct TabSection<Header, Content, Footer, SelectionValue> : ~Swift.Sendable { |
| 20658 | } |
| 20659 | #else |
| 20660 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20661 | public struct TabSection<Header, Content, Footer, SelectionValue> { |
| 20662 | } |
| 20663 | #endif |
| 20664 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20665 | extension SwiftUI.TabSection : SwiftUI.TabContent where Header : SwiftUICore.View, Content : SwiftUI.TabContent, Footer : SwiftUICore.View, SelectionValue == Content.TabValue { |
| 20666 | public typealias TabValue = Content.TabValue |
| 20667 | @_Concurrency.MainActor @preconcurrency public var _identifiedView: some SwiftUICore.View { |
| 20668 | get |
| 20669 | } |
| 20670 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20671 | public typealias Body = SwiftUI.TabSection<Header, Content, Footer, SelectionValue> |
| 20672 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20673 | public typealias _IdentifiedView = @_opaqueReturnTypeOf("$s7SwiftUI10TabSectionVA2A4ViewRzAA0C7ContentR_AaDR0_0C5ValueAaEPQy_Rs1_rlE011_identifiedE0Qrvp", 0) __<Header, Content, Footer, SelectionValue> |
| 20674 | } |
| 20675 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20676 | extension SwiftUI.TabSection where Content : SwiftUI.TabContent, SelectionValue : Swift.Hashable { |
| 20677 | public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView |
| 20678 | public init(@SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView |
| 20679 | @_disfavoredOverload public init<S>(_ title: S, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, S : Swift.StringProtocol |
| 20680 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<SelectionValue> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView |
| 15251 | header: { Text(titleResource) } |
| 15252 | ) |
| 15253 | } |
| 15254 | @_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15255 | @_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15256 | @_disfavoredOverload public init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol |
| 15257 | @_disfavoredOverload public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20684 | header: { Text(titleResource) } |
| 20685 | ) |
| 20686 | } |
| 20687 | @_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20688 | @_disfavoredOverload public init<V>(@SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20689 | @_disfavoredOverload public init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol |
| 20690 | @_disfavoredOverload public init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15262 | ) |
| 15263 | } |
| 15264 | @usableFromInline |
| 15265 | @_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content, @SwiftUICore.ViewBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15266 | @usableFromInline |
| 15267 | @_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15268 | @usableFromInline |
| 15269 | @_disfavoredOverload internal init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol |
| 15270 | @usableFromInline |
| 15271 | @_disfavoredOverload internal init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 15272 | } |
| 15273 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 15274 | public struct DefaultTabLabel : SwiftUICore.View { |
| 15275 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 15276 | get |
| 15277 | } |
| 15278 | @available(iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, macOS 15.0, *) |
| 15279 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DefaultTabLabelV4bodyQrvp", 0) __ |
| 15280 | } |
| 15281 | @available(*, unavailable) |
| 15282 | extension SwiftUI.DefaultTabLabel : Swift.Sendable { |
| 15283 | } |
| 15284 | @available(watchOS 7.0, *) |
| 15285 | @available(iOS, unavailable) |
| 15286 | @available(macOS, unavailable) |
| 20695 | ) |
| 20696 | } |
| 20697 | @usableFromInline |
| 20698 | @_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Header) where Header : SwiftUICore.View, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20699 | @usableFromInline |
| 20700 | @_disfavoredOverload internal init<V>(@SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.EmptyView, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20701 | @usableFromInline |
| 20702 | @_disfavoredOverload internal init<V, S>(_ title: S, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable, S : Swift.StringProtocol |
| 20703 | @usableFromInline |
| 20704 | @_disfavoredOverload internal init<V>(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUI.TabContentBuilder<V?> liftedContent content: () -> Content) where Header == SwiftUICore.Text, Footer == SwiftUICore.EmptyView, SelectionValue == V?, V : Swift.Hashable |
| 20705 | } |
| 20706 | #if compiler(>=5.3) && $TildeSendable |
| 20707 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20708 | nonisolated public struct DefaultTabLabel : SwiftUICore.View, ~Swift.Sendable { |
| 20709 | nonisolated public var body: some SwiftUICore.View { |
| 20710 | get |
| 20711 | } |
| 20712 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20713 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DefaultTabLabelV4bodyQrvp", 0) __ |
| 20714 | } |
| 20715 | #else |
| 20716 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20717 | nonisolated public struct DefaultTabLabel : SwiftUICore.View { |
| 20718 | nonisolated public var body: some SwiftUICore.View { |
| 20719 | get |
| 20720 | } |
| 20721 | @available(macOS 15.0, iOS 18.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20722 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15DefaultTabLabelV4bodyQrvp", 0) __ |
| 20723 | } |
| 20724 | #endif |
| 20725 | @available(watchOS 7.0, *) |
| 20726 | @available(iOS, unavailable) |
| 20727 | @available(macOS, unavailable) |
| 15291 | get { .init() } |
| 15292 | } |
| 15293 | } |
| 15294 | @available(watchOS 7.0, *) |
| 15295 | @available(iOS, unavailable) |
| 15296 | @available(macOS, unavailable) |
| 20732 | get { .init() } |
| 20733 | } |
| 20734 | } |
| 20735 | #if compiler(>=5.3) && $TildeSendable |
| 20736 | @available(watchOS 7.0, *) |
| 20737 | @available(iOS, unavailable) |
| 20738 | @available(macOS, unavailable) |
| 20739 | @available(tvOS, unavailable) |
| 20740 | @available(visionOS, unavailable) |
| 20741 | public struct EllipticalListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 20742 | public init() |
| 20743 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 20744 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 20745 | } |
| 20746 | #else |
| 20747 | @available(watchOS 7.0, *) |
| 20748 | @available(iOS, unavailable) |
| 20749 | @available(macOS, unavailable) |
| 15301 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 15302 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 15303 | } |
| 15304 | @available(*, unavailable) |
| 15305 | extension SwiftUI.EllipticalListStyle : Swift.Sendable { |
| 15306 | } |
| 15307 | @available(iOS 15.0, macOS 12.0, *) |
| 15308 | @available(tvOS, unavailable) |
| 15309 | @available(watchOS, unavailable) |
| 20754 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 20755 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.EllipticalListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 20756 | } |
| 20757 | #endif |
| 20758 | @available(iOS 15.0, macOS 12.0, *) |
| 20759 | @available(tvOS, unavailable) |
| 20760 | @available(watchOS, unavailable) |
| 15312 | get { .init() } |
| 15313 | } |
| 15314 | } |
| 15315 | @available(iOS 15.0, macOS 12.0, *) |
| 15316 | @available(tvOS, unavailable) |
| 15317 | @available(watchOS, unavailable) |
| 15318 | public struct NavigationControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 15319 | public init() |
| 15320 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.NavigationControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 15321 | |
| 15322 | @available(iOS 15.0, macOS 12.0, *) |
| 15323 | @available(tvOS, unavailable) |
| 15324 | @available(watchOS, unavailable) |
| 15325 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27NavigationControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 15326 | } |
| 15327 | @available(*, unavailable) |
| 15328 | extension SwiftUI.NavigationControlGroupStyle : Swift.Sendable { |
| 15329 | } |
| 15330 | @available(watchOS 10.0, *) |
| 15331 | @available(iOS, unavailable) |
| 15332 | @available(macOS, unavailable) |
| 20763 | get { .init() } |
| 20764 | } |
| 20765 | } |
| 20766 | #if compiler(>=5.3) && $TildeSendable |
| 20767 | @available(iOS 15.0, macOS 12.0, *) |
| 20768 | @available(tvOS, unavailable) |
| 20769 | @available(watchOS, unavailable) |
| 20770 | nonisolated public struct NavigationControlGroupStyle : SwiftUI.ControlGroupStyle, ~Swift.Sendable { |
| 20771 | nonisolated public init() |
| 20772 | nonisolated public func makeBody(configuration: SwiftUI.NavigationControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 20773 | |
| 20774 | @available(macOS 12.0, iOS 15.0, *) |
| 20775 | @available(tvOS, unavailable) |
| 20776 | @available(watchOS, unavailable) |
| 20777 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27NavigationControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 20778 | } |
| 20779 | #else |
| 20780 | @available(iOS 15.0, macOS 12.0, *) |
| 20781 | @available(tvOS, unavailable) |
| 20782 | @available(watchOS, unavailable) |
| 20783 | nonisolated public struct NavigationControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 20784 | nonisolated public init() |
| 20785 | nonisolated public func makeBody(configuration: SwiftUI.NavigationControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 20786 | |
| 20787 | @available(macOS 12.0, iOS 15.0, *) |
| 20788 | @available(tvOS, unavailable) |
| 20789 | @available(watchOS, unavailable) |
| 20790 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27NavigationControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 20791 | } |
| 20792 | #endif |
| 20793 | @available(watchOS 10.0, *) |
| 20794 | @available(iOS, unavailable) |
| 20795 | @available(macOS, unavailable) |
| 15340 | .init(transitionStyle: transitionStyle) |
| 15341 | } |
| 15342 | } |
| 15343 | @available(watchOS 10.0, *) |
| 15344 | @available(iOS, unavailable) |
| 15345 | @available(macOS, unavailable) |
| 15346 | @available(tvOS, unavailable) |
| 15347 | @available(visionOS, unavailable) |
| 15348 | public struct VerticalPageTabViewStyle : SwiftUI.TabViewStyle { |
| 15349 | public init() |
| 15350 | public init(transitionStyle: SwiftUI.VerticalPageTabViewStyle.TransitionStyle) |
| 15351 | public struct TransitionStyle { |
| 15352 | public static let automatic: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 15353 | public static let blur: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 15354 | public static let identity: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 15355 | } |
| 15356 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 15357 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 15358 | } |
| 15359 | @available(*, unavailable) |
| 15360 | extension SwiftUI.VerticalPageTabViewStyle : Swift.Sendable { |
| 15361 | } |
| 15362 | @available(*, unavailable) |
| 15363 | extension SwiftUI.VerticalPageTabViewStyle.TransitionStyle : Swift.Sendable { |
| 15364 | } |
| 15365 | @available(iOS 14.0, macOS 11.0, *) |
| 15366 | @available(tvOS, unavailable) |
| 15367 | @available(watchOS, unavailable) |
| 15368 | public struct ToolbarCommands : SwiftUI.Commands { |
| 15369 | public init() |
| 15370 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 15371 | get |
| 15372 | } |
| 15373 | @available(iOS 14.0, macOS 11.0, *) |
| 15374 | @available(tvOS, unavailable) |
| 15375 | @available(watchOS, unavailable) |
| 15376 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ToolbarCommandsV4bodyQrvp", 0) __ |
| 15377 | } |
| 15378 | @available(*, unavailable) |
| 15379 | extension SwiftUI.ToolbarCommands : Swift.Sendable { |
| 15380 | } |
| 15381 | @available(iOS 14.0, macOS 11.0, *) |
| 15382 | @available(tvOS, unavailable) |
| 15383 | @available(watchOS, unavailable) |
| 15384 | public struct SidebarCommands : SwiftUI.Commands { |
| 15385 | public init() |
| 15386 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 15387 | get |
| 15388 | } |
| 15389 | @available(iOS 14.0, macOS 11.0, *) |
| 15390 | @available(tvOS, unavailable) |
| 15391 | @available(watchOS, unavailable) |
| 15392 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15SidebarCommandsV4bodyQrvp", 0) __ |
| 15393 | } |
| 15394 | @available(*, unavailable) |
| 15395 | extension SwiftUI.SidebarCommands : Swift.Sendable { |
| 15396 | } |
| 15397 | @available(iOS 17.0, macOS 14.0, *) |
| 15398 | @available(tvOS, unavailable) |
| 15399 | @available(watchOS, unavailable) |
| 15400 | public struct InspectorCommands : SwiftUI.Commands { |
| 15401 | public init() |
| 15402 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 15403 | get |
| 15404 | } |
| 15405 | @available(iOS 17.0, macOS 14.0, *) |
| 15406 | @available(tvOS, unavailable) |
| 15407 | @available(watchOS, unavailable) |
| 15408 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17InspectorCommandsV4bodyQrvp", 0) __ |
| 15409 | } |
| 15410 | @available(*, unavailable) |
| 15411 | extension SwiftUI.InspectorCommands : Swift.Sendable { |
| 15412 | } |
| 15413 | @available(macOS 12.0, *) |
| 15414 | @available(iOS, unavailable) |
| 15415 | @available(tvOS, unavailable) |
| 15416 | @available(watchOS, unavailable) |
| 15417 | @available(visionOS, unavailable) |
| 15418 | public struct ImportFromDevicesCommands : SwiftUI.Commands { |
| 15419 | public init() |
| 15420 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 15421 | get |
| 15422 | } |
| 15423 | @available(macOS 12.0, *) |
| 20803 | .init(transitionStyle: transitionStyle) |
| 20804 | } |
| 20805 | } |
| 20806 | #if compiler(>=5.3) && $TildeSendable |
| 20807 | @available(watchOS 10.0, *) |
| 20808 | @available(iOS, unavailable) |
| 20809 | @available(macOS, unavailable) |
| 20810 | @available(tvOS, unavailable) |
| 20811 | @available(visionOS, unavailable) |
| 20812 | nonisolated public struct VerticalPageTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 20813 | nonisolated public init() |
| 20814 | nonisolated public init(transitionStyle: SwiftUI.VerticalPageTabViewStyle.TransitionStyle) |
| 20815 | public struct TransitionStyle : ~Swift.Sendable { |
| 20816 | public static let automatic: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20817 | public static let blur: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20818 | public static let identity: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20819 | } |
| 20820 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 20821 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 20822 | } |
| 20823 | #else |
| 20824 | @available(watchOS 10.0, *) |
| 20825 | @available(iOS, unavailable) |
| 20826 | @available(macOS, unavailable) |
| 20827 | @available(tvOS, unavailable) |
| 20828 | @available(visionOS, unavailable) |
| 20829 | nonisolated public struct VerticalPageTabViewStyle : SwiftUI.TabViewStyle { |
| 20830 | nonisolated public init() |
| 20831 | nonisolated public init(transitionStyle: SwiftUI.VerticalPageTabViewStyle.TransitionStyle) |
| 20832 | public struct TransitionStyle { |
| 20833 | public static let automatic: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20834 | public static let blur: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20835 | public static let identity: SwiftUI.VerticalPageTabViewStyle.TransitionStyle |
| 20836 | } |
| 20837 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 20838 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.VerticalPageTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 20839 | } |
| 20840 | #endif |
| 20841 | #if compiler(>=5.3) && $TildeSendable |
| 20842 | @available(iOS 14.0, macOS 11.0, *) |
| 20843 | @available(tvOS, unavailable) |
| 20844 | @available(watchOS, unavailable) |
| 20845 | nonisolated public struct ToolbarCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 20846 | nonisolated public init() |
| 20847 | nonisolated public var body: some SwiftUI.Commands { |
| 20848 | get |
| 20849 | } |
| 20850 | @available(macOS 11.0, iOS 14.0, *) |
| 20851 | @available(tvOS, unavailable) |
| 20852 | @available(watchOS, unavailable) |
| 20853 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ToolbarCommandsV4bodyQrvp", 0) __ |
| 20854 | } |
| 20855 | #else |
| 20856 | @available(iOS 14.0, macOS 11.0, *) |
| 20857 | @available(tvOS, unavailable) |
| 20858 | @available(watchOS, unavailable) |
| 20859 | nonisolated public struct ToolbarCommands : SwiftUI.Commands { |
| 20860 | nonisolated public init() |
| 20861 | nonisolated public var body: some SwiftUI.Commands { |
| 20862 | get |
| 20863 | } |
| 20864 | @available(macOS 11.0, iOS 14.0, *) |
| 20865 | @available(tvOS, unavailable) |
| 20866 | @available(watchOS, unavailable) |
| 20867 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15ToolbarCommandsV4bodyQrvp", 0) __ |
| 20868 | } |
| 20869 | #endif |
| 20870 | #if compiler(>=5.3) && $TildeSendable |
| 20871 | @available(iOS 14.0, macOS 11.0, *) |
| 20872 | @available(tvOS, unavailable) |
| 20873 | @available(watchOS, unavailable) |
| 20874 | nonisolated public struct SidebarCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 20875 | nonisolated public init() |
| 20876 | nonisolated public var body: some SwiftUI.Commands { |
| 20877 | get |
| 20878 | } |
| 20879 | @available(macOS 11.0, iOS 14.0, *) |
| 20880 | @available(tvOS, unavailable) |
| 20881 | @available(watchOS, unavailable) |
| 20882 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15SidebarCommandsV4bodyQrvp", 0) __ |
| 20883 | } |
| 20884 | #else |
| 20885 | @available(iOS 14.0, macOS 11.0, *) |
| 20886 | @available(tvOS, unavailable) |
| 20887 | @available(watchOS, unavailable) |
| 20888 | nonisolated public struct SidebarCommands : SwiftUI.Commands { |
| 20889 | nonisolated public init() |
| 20890 | nonisolated public var body: some SwiftUI.Commands { |
| 20891 | get |
| 20892 | } |
| 20893 | @available(macOS 11.0, iOS 14.0, *) |
| 20894 | @available(tvOS, unavailable) |
| 20895 | @available(watchOS, unavailable) |
| 20896 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15SidebarCommandsV4bodyQrvp", 0) __ |
| 20897 | } |
| 20898 | #endif |
| 20899 | #if compiler(>=5.3) && $TildeSendable |
| 20900 | @available(iOS 17.0, macOS 14.0, *) |
| 20901 | @available(tvOS, unavailable) |
| 20902 | @available(watchOS, unavailable) |
| 20903 | nonisolated public struct InspectorCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 20904 | nonisolated public init() |
| 20905 | nonisolated public var body: some SwiftUI.Commands { |
| 20906 | get |
| 20907 | } |
| 20908 | @available(macOS 14.0, iOS 17.0, *) |
| 20909 | @available(tvOS, unavailable) |
| 20910 | @available(watchOS, unavailable) |
| 20911 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17InspectorCommandsV4bodyQrvp", 0) __ |
| 20912 | } |
| 20913 | #else |
| 20914 | @available(iOS 17.0, macOS 14.0, *) |
| 20915 | @available(tvOS, unavailable) |
| 20916 | @available(watchOS, unavailable) |
| 20917 | nonisolated public struct InspectorCommands : SwiftUI.Commands { |
| 20918 | nonisolated public init() |
| 20919 | nonisolated public var body: some SwiftUI.Commands { |
| 20920 | get |
| 20921 | } |
| 20922 | @available(macOS 14.0, iOS 17.0, *) |
| 20923 | @available(tvOS, unavailable) |
| 20924 | @available(watchOS, unavailable) |
| 20925 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17InspectorCommandsV4bodyQrvp", 0) __ |
| 20926 | } |
| 20927 | #endif |
| 20928 | #if compiler(>=5.3) && $TildeSendable |
| 20929 | @available(macOS 12.0, *) |
| 20930 | @available(iOS, unavailable) |
| 20931 | @available(tvOS, unavailable) |
| 20932 | @available(watchOS, unavailable) |
| 20933 | @available(visionOS, unavailable) |
| 20934 | nonisolated public struct ImportFromDevicesCommands : SwiftUI.Commands, ~Swift.Sendable { |
| 20935 | nonisolated public init() |
| 20936 | nonisolated public var body: some SwiftUI.Commands { |
| 20937 | get |
| 20938 | } |
| 20939 | @available(macOS 12.0, *) |
| 15427 | @available(visionOS, unavailable) |
| 15428 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25ImportFromDevicesCommandsV4bodyQrvp", 0) __ |
| 15429 | } |
| 15430 | @available(*, unavailable) |
| 15431 | extension SwiftUI.ImportFromDevicesCommands : Swift.Sendable { |
| 15432 | } |
| 15433 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15434 | @frozen public struct EquatableView<Content> : SwiftUICore.View where Content : Swift.Equatable, Content : SwiftUICore.View { |
| 15435 | public var content: Content |
| 15436 | @inlinable public init(content: Content) { |
| 15437 | self.content = content |
| 15438 | } |
| 15439 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.EquatableView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 15440 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 15441 | public typealias Body = Swift.Never |
| 15442 | } |
| 15443 | @available(*, unavailable) |
| 15444 | extension SwiftUI.EquatableView : Swift.Sendable { |
| 15445 | } |
| 15446 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15447 | extension SwiftUICore.View where Self : Swift.Equatable { |
| 15448 | @inlinable nonisolated public func equatable() -> SwiftUI.EquatableView<Self> { |
| 20943 | @available(visionOS, unavailable) |
| 20944 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25ImportFromDevicesCommandsV4bodyQrvp", 0) __ |
| 20945 | } |
| 20946 | #else |
| 20947 | @available(macOS 12.0, *) |
| 20948 | @available(iOS, unavailable) |
| 20949 | @available(tvOS, unavailable) |
| 20950 | @available(watchOS, unavailable) |
| 20951 | @available(visionOS, unavailable) |
| 20952 | nonisolated public struct ImportFromDevicesCommands : SwiftUI.Commands { |
| 20953 | nonisolated public init() |
| 20954 | nonisolated public var body: some SwiftUI.Commands { |
| 20955 | get |
| 20956 | } |
| 20957 | @available(macOS 12.0, *) |
| 20958 | @available(iOS, unavailable) |
| 20959 | @available(tvOS, unavailable) |
| 20960 | @available(watchOS, unavailable) |
| 20961 | @available(visionOS, unavailable) |
| 20962 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25ImportFromDevicesCommandsV4bodyQrvp", 0) __ |
| 20963 | } |
| 20964 | #endif |
| 20965 | @available(iOS 27.0, *) |
| 20966 | @available(macCatalyst, unavailable) |
| 20967 | @available(macOS, unavailable) |
| 20968 | @available(tvOS, unavailable) |
| 20969 | @available(watchOS, unavailable) |
| 20970 | @available(visionOS, unavailable) |
| 20971 | nonisolated public struct ExternalNonInteractiveAccessory<Content> : SwiftUI.SceneAccessoryContent where Content : SwiftUICore.View { |
| 20972 | nonisolated public init(@SwiftUICore.ContentBuilder content: @escaping () -> Content) |
| 20973 | nonisolated public init(isEnabled: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping () -> Content) |
| 20974 | nonisolated public var body: some SwiftUI.SceneAccessoryContent { |
| 20975 | get |
| 20976 | } |
| 20977 | @available(iOS 27.0, *) |
| 20978 | @available(macOS, unavailable) |
| 20979 | @available(tvOS, unavailable) |
| 20980 | @available(watchOS, unavailable) |
| 20981 | @available(macCatalyst, unavailable) |
| 20982 | @available(visionOS, unavailable) |
| 20983 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI31ExternalNonInteractiveAccessoryV4bodyQrvp", 0) __<Content> |
| 20984 | } |
| 20985 | @available(*, unavailable) |
| 20986 | extension SwiftUI.ExternalNonInteractiveAccessory : Swift.Sendable { |
| 20987 | } |
| 20988 | #if compiler(>=5.3) && $TildeSendable |
| 20989 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20990 | @frozen nonisolated public struct EquatableView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : Swift.Equatable, Content : SwiftUICore.View { |
| 20991 | public var content: Content |
| 20992 | @inlinable nonisolated public init(content: Content) { |
| 20993 | self.content = content |
| 20994 | } |
| 20995 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.EquatableView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 20996 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 20997 | public typealias Body = Swift.Never |
| 20998 | } |
| 20999 | #else |
| 21000 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21001 | @frozen nonisolated public struct EquatableView<Content> : SwiftUICore.View where Content : Swift.Equatable, Content : SwiftUICore.View { |
| 21002 | public var content: Content |
| 21003 | @inlinable nonisolated public init(content: Content) { |
| 21004 | self.content = content |
| 21005 | } |
| 21006 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.EquatableView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 21007 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21008 | public typealias Body = Swift.Never |
| 21009 | } |
| 21010 | #endif |
| 21011 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21012 | extension SwiftUICore.View where Self : Swift.Equatable { |
| 21013 | @inlinable nonisolated public func equatable() -> SwiftUI.EquatableView<Self> { |
| 15481 | @_Concurrency.MainActor @preconcurrency public func onVolumeViewpointChange(updateStrategy: SwiftUI.VolumeViewpointUpdateStrategy = .supported, initial: Swift.Bool = true, _ action: @escaping (_ oldValue: SwiftUI.Viewpoint3D, _ newValue: SwiftUI.Viewpoint3D) -> Swift.Void) -> some SwiftUICore.View |
| 15482 | |
| 15483 | } |
| 15484 | @available(macOS 13.0, *) |
| 15485 | @available(iOS, unavailable) |
| 15486 | @available(tvOS, unavailable) |
| 21046 | @_Concurrency.MainActor @preconcurrency public func onVolumeViewpointChange(updateStrategy: SwiftUI.VolumeViewpointUpdateStrategy = .supported, initial: Swift.Bool = true, _ action: @escaping (_ oldValue: SwiftUI.Viewpoint3D, _ newValue: SwiftUI.Viewpoint3D) -> Swift.Void) -> some SwiftUICore.View |
| 21047 | |
| 21048 | } |
| 21049 | #if compiler(>=5.3) && $TildeSendable |
| 21050 | @available(macOS 13.0, *) |
| 21051 | @available(iOS, unavailable) |
| 21052 | @available(tvOS, unavailable) |
| 21053 | @available(watchOS, unavailable) |
| 21054 | @available(visionOS, unavailable) |
| 21055 | public struct AutomaticMenuBarExtraStyle : SwiftUI.MenuBarExtraStyle, ~Swift.Sendable { |
| 21056 | public typealias _Body = Swift.Never |
| 21057 | public init() |
| 21058 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle> |
| 21059 | } |
| 21060 | #else |
| 21061 | @available(macOS 13.0, *) |
| 21062 | @available(iOS, unavailable) |
| 21063 | @available(tvOS, unavailable) |
| 15491 | public init() |
| 15492 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle> |
| 15493 | } |
| 15494 | @available(*, unavailable) |
| 15495 | extension SwiftUI.AutomaticMenuBarExtraStyle : Swift.Sendable { |
| 15496 | } |
| 15497 | @available(macOS 13.0, *) |
| 15498 | @available(iOS, unavailable) |
| 15499 | @available(tvOS, unavailable) |
| 21068 | public init() |
| 21069 | public func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle>) -> SwiftUI._MenuBarExtraValue<SwiftUI.AutomaticMenuBarExtraStyle> |
| 21070 | } |
| 21071 | #endif |
| 21072 | @available(macOS 13.0, *) |
| 21073 | @available(iOS, unavailable) |
| 21074 | @available(tvOS, unavailable) |
| 15510 | get { .init() } |
| 15511 | } |
| 15512 | } |
| 15513 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15514 | public struct DefaultProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 15515 | public init() |
| 15516 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 15517 | |
| 15518 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 15519 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 15520 | } |
| 15521 | @available(*, unavailable) |
| 15522 | extension SwiftUI.DefaultProgressViewStyle : Swift.Sendable { |
| 15523 | } |
| 15524 | @available(iOS 15.0, macOS 12.0, watchOS 8.0, *) |
| 15525 | @available(tvOS, unavailable) |
| 15526 | extension SwiftUICore.View { |
| 15527 | nonisolated public func swipeActions<T>(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ViewBuilder content: () -> T) -> some SwiftUICore.View where T : SwiftUICore.View |
| 15528 | |
| 15529 | } |
| 15530 | @available(macOS 26.0, visionOS 26.0, *) |
| 15531 | @available(iOS, unavailable) |
| 15532 | @available(tvOS, unavailable) |
| 15533 | @available(watchOS, unavailable) |
| 15534 | @_functionBuilder public struct CompositorContentBuilder { |
| 15535 | public struct Content<C> where C : SwiftUI.CompositorContent { |
| 15536 | } |
| 15537 | @_alwaysEmitIntoClient public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 15538 | return content |
| 15539 | } |
| 15540 | @_alwaysEmitIntoClient public static func buildExpression<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 15541 | return content |
| 15542 | } |
| 15543 | } |
| 15544 | @available(macOS 26.0, visionOS 26.0, *) |
| 15545 | @available(iOS, unavailable) |
| 15546 | @available(tvOS, unavailable) |
| 15547 | @available(watchOS, unavailable) |
| 15548 | extension SwiftUI.CompositorContentBuilder.Content : SwiftUI.CompositorContent { |
| 15549 | @available(visionOS 26.0, macOS 26.0, *) |
| 15550 | @available(iOS, unavailable) |
| 15551 | @available(tvOS, unavailable) |
| 15552 | @available(watchOS, unavailable) |
| 15553 | public typealias Body = Swift.Never |
| 15554 | @available(visionOS 26.0, macOS 26.0, *) |
| 15555 | @available(iOS, unavailable) |
| 15556 | @available(tvOS, unavailable) |
| 15557 | @available(watchOS, unavailable) |
| 21085 | get { .init() } |
| 21086 | } |
| 21087 | } |
| 21088 | #if compiler(>=5.3) && $TildeSendable |
| 21089 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21090 | nonisolated public struct DefaultProgressViewStyle : SwiftUI.ProgressViewStyle, ~Swift.Sendable { |
| 21091 | nonisolated public init() |
| 21092 | nonisolated public func makeBody(configuration: SwiftUI.DefaultProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 21093 | |
| 21094 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 21095 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 21096 | } |
| 21097 | #else |
| 21098 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21099 | nonisolated public struct DefaultProgressViewStyle : SwiftUI.ProgressViewStyle { |
| 21100 | nonisolated public init() |
| 21101 | nonisolated public func makeBody(configuration: SwiftUI.DefaultProgressViewStyle.Configuration) -> some SwiftUICore.View |
| 21102 | |
| 21103 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 21104 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DefaultProgressViewStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 21105 | } |
| 21106 | #endif |
| 21107 | @available(iOS 15.0, macOS 12.0, watchOS 8.0, *) |
| 21108 | @available(tvOS, unavailable) |
| 21109 | extension SwiftUICore.View { |
| 21110 | nonisolated public func swipeActions<T>(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ContentBuilder content: () -> T) -> some SwiftUICore.View where T : SwiftUICore.View |
| 21111 | |
| 21112 | } |
| 21113 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21114 | @available(tvOS, unavailable) |
| 21115 | extension SwiftUICore.View { |
| 21116 | nonisolated public func swipeActions(edge: SwiftUICore.HorizontalEdge = .trailing, allowsFullSwipe: Swift.Bool = true, @SwiftUICore.ContentBuilder content: () -> some View, onPresentationChanged: @escaping (Swift.Bool) -> Swift.Void) -> some SwiftUICore.View |
| 21117 | |
| 21118 | } |
| 21119 | @available(iOS 27.0, macOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21120 | @available(tvOS, unavailable) |
| 21121 | extension SwiftUICore.View { |
| 21122 | nonisolated public func swipeActionsContainer() -> some SwiftUICore.View |
| 21123 | |
| 21124 | } |
| 21125 | #if compiler(>=5.3) && $TildeSendable |
| 21126 | @available(macOS 26.0, visionOS 26.0, *) |
| 21127 | @available(iOS, unavailable) |
| 21128 | @available(tvOS, unavailable) |
| 21129 | @available(watchOS, unavailable) |
| 21130 | @_functionBuilder public struct CompositorContentBuilder : ~Swift.Sendable { |
| 21131 | public struct Content<C> : ~Swift.Sendable where C : SwiftUI.CompositorContent { |
| 21132 | } |
| 21133 | #if compiler(>=5.3) && $InlineAlways |
| 21134 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21135 | return content |
| 21136 | } |
| 21137 | #else |
| 21138 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21139 | return content |
| 21140 | } |
| 21141 | #endif |
| 21142 | #if compiler(>=5.3) && $InlineAlways |
| 21143 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21144 | return content |
| 21145 | } |
| 21146 | #else |
| 21147 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21148 | return content |
| 21149 | } |
| 21150 | #endif |
| 21151 | } |
| 21152 | #else |
| 21153 | @available(macOS 26.0, visionOS 26.0, *) |
| 21154 | @available(iOS, unavailable) |
| 21155 | @available(tvOS, unavailable) |
| 21156 | @available(watchOS, unavailable) |
| 21157 | @_functionBuilder public struct CompositorContentBuilder { |
| 21158 | public struct Content<C> where C : SwiftUI.CompositorContent { |
| 21159 | } |
| 21160 | #if compiler(>=5.3) && $InlineAlways |
| 21161 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21162 | return content |
| 21163 | } |
| 21164 | #else |
| 21165 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21166 | return content |
| 21167 | } |
| 21168 | #endif |
| 21169 | #if compiler(>=5.3) && $InlineAlways |
| 21170 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21171 | return content |
| 21172 | } |
| 21173 | #else |
| 21174 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<C>(_ content: C) -> C where C : SwiftUI.CompositorContent { |
| 21175 | return content |
| 21176 | } |
| 21177 | #endif |
| 21178 | } |
| 21179 | #endif |
| 21180 | @available(macOS 26.0, visionOS 26.0, *) |
| 21181 | @available(iOS, unavailable) |
| 21182 | @available(tvOS, unavailable) |
| 21183 | @available(watchOS, unavailable) |
| 21184 | extension SwiftUI.CompositorContentBuilder.Content : SwiftUI.CompositorContent { |
| 21185 | @available(macOS 26.0, visionOS 26.0, *) |
| 21186 | @available(iOS, unavailable) |
| 21187 | @available(tvOS, unavailable) |
| 21188 | @available(watchOS, unavailable) |
| 21189 | public typealias Body = Swift.Never |
| 21190 | @available(macOS 26.0, visionOS 26.0, *) |
| 21191 | @available(iOS, unavailable) |
| 21192 | @available(tvOS, unavailable) |
| 21193 | @available(watchOS, unavailable) |
| 15566 | get |
| 15567 | } |
| 15568 | } |
| 15569 | @available(*, unavailable) |
| 15570 | extension SwiftUI.CompositorContentBuilder.Content : Swift.Sendable { |
| 15571 | } |
| 15572 | @available(*, unavailable) |
| 15573 | extension SwiftUI.CompositorContentBuilder : Swift.Sendable { |
| 15574 | } |
| 15575 | @available(macOS 26.0, visionOS 26.0, *) |
| 15576 | @available(iOS, unavailable) |
| 15577 | @available(tvOS, unavailable) |
| 15578 | @available(watchOS, unavailable) |
| 15579 | extension SwiftUI.CompositorContentBuilder { |
| 15580 | @_alwaysEmitIntoClient public static func buildEither<F>(first: SwiftUI._LimitedAvailabilityCompositorContent) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 15581 | .init(storage: .trueContent(first)) |
| 15582 | } |
| 15583 | @_alwaysEmitIntoClient public static func buildEither<F>(first: SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, SwiftUI._LimitedAvailabilityCompositorContent>) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 15584 | .init(storage: .trueContent( |
| 15585 | _LimitedAvailabilityCompositorContent(first))) |
| 15586 | } |
| 15587 | @_alwaysEmitIntoClient public static func buildEither<F>(second: F) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 15588 | .init(storage: .falseContent(second)) |
| 15589 | } |
| 15590 | @available(*, unavailable, message: "conditional branching in a CompositorContentBuilder can only be used with #available clauses") |
| 15591 | public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where T : SwiftUI.CompositorContent, F : SwiftUI.CompositorContent |
| 15592 | @available(*, unavailable, message: "conditional branching in a CompositorContentBuilder can only be used with #available clauses") |
| 15593 | public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where T : SwiftUI.CompositorContent, F : SwiftUI.CompositorContent |
| 15594 | @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ content: some CompositorContent) -> SwiftUI._LimitedAvailabilityCompositorContent { |
| 15595 | return _LimitedAvailabilityCompositorContent(content) |
| 15596 | } |
| 15597 | } |
| 15598 | @available(macOS 26.0, visionOS 26.0, *) |
| 15599 | @available(iOS, unavailable) |
| 15600 | @available(tvOS, unavailable) |
| 15601 | @available(watchOS, unavailable) |
| 15602 | public struct _LimitedAvailabilityCompositorContent : SwiftUI.CompositorContent { |
| 15603 | @usableFromInline |
| 15604 | internal var storage: SwiftUI.AnyCompositorContent |
| 15605 | @usableFromInline |
| 15606 | internal init<C>(_ content: C) where C : SwiftUI.CompositorContent |
| 15607 | @_Concurrency.MainActor public var body: some SwiftUI.CompositorContent { |
| 15608 | get |
| 15609 | } |
| 15610 | @available(visionOS 26.0, macOS 26.0, *) |
| 15611 | @available(iOS, unavailable) |
| 15612 | @available(tvOS, unavailable) |
| 15613 | @available(watchOS, unavailable) |
| 15614 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_LimitedAvailabilityCompositorContentV4bodyQrvp", 0) __ |
| 15615 | @available(visionOS 26.0, macOS 26.0, *) |
| 15616 | @available(iOS, unavailable) |
| 15617 | @available(tvOS, unavailable) |
| 15618 | @available(watchOS, unavailable) |
| 15619 | public typealias _ViewRepresentation = SwiftUI._CompositorContentBodyAdaptor<SwiftUI._LimitedAvailabilityCompositorContent> |
| 15620 | } |
| 15621 | @available(*, unavailable) |
| 15622 | extension SwiftUI._LimitedAvailabilityCompositorContent : Swift.Sendable { |
| 15623 | } |
| 15624 | @available(macOS 26.0, visionOS 26.0, *) |
| 15625 | @available(iOS, unavailable) |
| 15626 | @available(tvOS, unavailable) |
| 21202 | get |
| 21203 | } |
| 21204 | } |
| 21205 | @available(macOS 26.0, visionOS 26.0, *) |
| 21206 | @available(iOS, unavailable) |
| 21207 | @available(tvOS, unavailable) |
| 21208 | @available(watchOS, unavailable) |
| 21209 | extension SwiftUI.CompositorContentBuilder { |
| 21210 | #if compiler(>=5.3) && $InlineAlways |
| 21211 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<F>(first: SwiftUI._LimitedAvailabilityCompositorContent) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21212 | .init(storage: .trueContent(first)) |
| 21213 | } |
| 21214 | #else |
| 21215 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<F>(first: SwiftUI._LimitedAvailabilityCompositorContent) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21216 | .init(storage: .trueContent(first)) |
| 21217 | } |
| 21218 | #endif |
| 21219 | #if compiler(>=5.3) && $InlineAlways |
| 21220 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<F>(first: SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, SwiftUI._LimitedAvailabilityCompositorContent>) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21221 | .init(storage: .trueContent( |
| 21222 | _LimitedAvailabilityCompositorContent(first))) |
| 21223 | } |
| 21224 | #else |
| 21225 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<F>(first: SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, SwiftUI._LimitedAvailabilityCompositorContent>) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21226 | .init(storage: .trueContent( |
| 21227 | _LimitedAvailabilityCompositorContent(first))) |
| 21228 | } |
| 21229 | #endif |
| 21230 | #if compiler(>=5.3) && $InlineAlways |
| 21231 | @_alwaysEmitIntoClient @inline(always) public static func buildEither<F>(second: F) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21232 | .init(storage: .falseContent(second)) |
| 21233 | } |
| 21234 | #else |
| 21235 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildEither<F>(second: F) -> SwiftUICore._ConditionalContent<SwiftUI._LimitedAvailabilityCompositorContent, F> where F : SwiftUI.CompositorContent { |
| 21236 | .init(storage: .falseContent(second)) |
| 21237 | } |
| 21238 | #endif |
| 21239 | @available(*, unavailable, message: "conditional branching in a CompositorContentBuilder can only be used with #available clauses") |
| 21240 | public static func buildEither<T, F>(first: T) -> SwiftUICore._ConditionalContent<T, F> where T : SwiftUI.CompositorContent, F : SwiftUI.CompositorContent |
| 21241 | @available(*, unavailable, message: "conditional branching in a CompositorContentBuilder can only be used with #available clauses") |
| 21242 | public static func buildEither<T, F>(second: F) -> SwiftUICore._ConditionalContent<T, F> where T : SwiftUI.CompositorContent, F : SwiftUI.CompositorContent |
| 21243 | #if compiler(>=5.3) && $InlineAlways |
| 21244 | @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ content: some CompositorContent) -> SwiftUI._LimitedAvailabilityCompositorContent { |
| 21245 | return _LimitedAvailabilityCompositorContent(content) |
| 21246 | } |
| 21247 | #else |
| 21248 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ content: some CompositorContent) -> SwiftUI._LimitedAvailabilityCompositorContent { |
| 21249 | return _LimitedAvailabilityCompositorContent(content) |
| 21250 | } |
| 21251 | #endif |
| 21252 | } |
| 21253 | #if compiler(>=5.3) && $TildeSendable |
| 21254 | @available(macOS 26.0, visionOS 26.0, *) |
| 21255 | @available(iOS, unavailable) |
| 21256 | @available(tvOS, unavailable) |
| 21257 | @available(watchOS, unavailable) |
| 21258 | nonisolated public struct _LimitedAvailabilityCompositorContent : SwiftUI.CompositorContent, ~Swift.Sendable { |
| 21259 | @usableFromInline |
| 21260 | internal var storage: SwiftUI.AnyCompositorContent |
| 21261 | @usableFromInline |
| 21262 | nonisolated internal init<C>(_ content: C) where C : SwiftUI.CompositorContent |
| 21263 | nonisolated public var body: some SwiftUI.CompositorContent { |
| 21264 | get |
| 21265 | } |
| 21266 | @available(macOS 26.0, visionOS 26.0, *) |
| 21267 | @available(iOS, unavailable) |
| 21268 | @available(tvOS, unavailable) |
| 21269 | @available(watchOS, unavailable) |
| 21270 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_LimitedAvailabilityCompositorContentV4bodyQrvp", 0) __ |
| 21271 | @available(macOS 26.0, visionOS 26.0, *) |
| 21272 | @available(iOS, unavailable) |
| 21273 | @available(tvOS, unavailable) |
| 21274 | @available(watchOS, unavailable) |
| 21275 | public typealias _ViewRepresentation = SwiftUI._CompositorContentBodyAdaptor<SwiftUI._LimitedAvailabilityCompositorContent> |
| 21276 | } |
| 21277 | #else |
| 21278 | @available(macOS 26.0, visionOS 26.0, *) |
| 21279 | @available(iOS, unavailable) |
| 21280 | @available(tvOS, unavailable) |
| 21281 | @available(watchOS, unavailable) |
| 21282 | nonisolated public struct _LimitedAvailabilityCompositorContent : SwiftUI.CompositorContent { |
| 21283 | @usableFromInline |
| 21284 | internal var storage: SwiftUI.AnyCompositorContent |
| 21285 | @usableFromInline |
| 21286 | nonisolated internal init<C>(_ content: C) where C : SwiftUI.CompositorContent |
| 21287 | nonisolated public var body: some SwiftUI.CompositorContent { |
| 21288 | get |
| 21289 | } |
| 21290 | @available(macOS 26.0, visionOS 26.0, *) |
| 21291 | @available(iOS, unavailable) |
| 21292 | @available(tvOS, unavailable) |
| 21293 | @available(watchOS, unavailable) |
| 21294 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI37_LimitedAvailabilityCompositorContentV4bodyQrvp", 0) __ |
| 21295 | @available(macOS 26.0, visionOS 26.0, *) |
| 21296 | @available(iOS, unavailable) |
| 21297 | @available(tvOS, unavailable) |
| 21298 | @available(watchOS, unavailable) |
| 21299 | public typealias _ViewRepresentation = SwiftUI._CompositorContentBodyAdaptor<SwiftUI._LimitedAvailabilityCompositorContent> |
| 21300 | } |
| 21301 | #endif |
| 21302 | @available(macOS 26.0, visionOS 26.0, *) |
| 21303 | @available(iOS, unavailable) |
| 21304 | @available(tvOS, unavailable) |
| 15631 | nonisolated public var _viewRepresentation: SwiftUICore._ConditionalContent<TrueContent._ViewRepresentation, FalseContent._ViewRepresentation> { |
| 15632 | get |
| 15633 | } |
| 15634 | @available(visionOS 26.0, macOS 26.0, *) |
| 15635 | @available(iOS, unavailable, introduced: 13.0) |
| 15636 | @available(tvOS, unavailable, introduced: 13.0) |
| 15637 | @available(watchOS, unavailable, introduced: 6.0) |
| 15638 | public typealias Body = Swift.Never |
| 15639 | @available(visionOS 26.0, macOS 26.0, *) |
| 15640 | @available(iOS, unavailable, introduced: 13.0) |
| 15641 | @available(tvOS, unavailable, introduced: 13.0) |
| 15642 | @available(watchOS, unavailable, introduced: 6.0) |
| 21309 | nonisolated public var _viewRepresentation: SwiftUICore._ConditionalContent<TrueContent._ViewRepresentation, FalseContent._ViewRepresentation> { |
| 21310 | get |
| 21311 | } |
| 21312 | @available(macOS 26.0, visionOS 26.0, *) |
| 21313 | @available(iOS, unavailable, introduced: 13.0) |
| 21314 | @available(tvOS, unavailable, introduced: 13.0) |
| 21315 | @available(watchOS, unavailable, introduced: 6.0) |
| 21316 | public typealias Body = Swift.Never |
| 21317 | @available(macOS 26.0, visionOS 26.0, *) |
| 21318 | @available(iOS, unavailable, introduced: 13.0) |
| 21319 | @available(tvOS, unavailable, introduced: 13.0) |
| 21320 | @available(watchOS, unavailable, introduced: 6.0) |
| 15672 | @available(tvOS, unavailable) |
| 15673 | @available(watchOS, unavailable) |
| 15674 | extension Swift.Never : SwiftUI.CompositorContent { |
| 15675 | @available(visionOS 26.0, macOS 26.0, *) |
| 15676 | @available(iOS, unavailable) |
| 15677 | @available(tvOS, unavailable) |
| 15678 | @available(watchOS, unavailable) |
| 15679 | public typealias _ViewRepresentation = SwiftUI._CompositorContentBodyAdaptor<Swift.Never> |
| 15680 | } |
| 15681 | @available(macOS 26.0, visionOS 26.0, *) |
| 15682 | @available(iOS, unavailable) |
| 15683 | @available(tvOS, unavailable) |
| 15684 | @available(watchOS, unavailable) |
| 15685 | public struct _CompositorContentBodyAdaptor<C> : SwiftUICore.View where C : SwiftUI.CompositorContent { |
| 15686 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 15687 | get |
| 15688 | } |
| 15689 | @available(visionOS 26.0, macOS 26.0, *) |
| 15690 | @available(iOS, unavailable) |
| 15691 | @available(tvOS, unavailable) |
| 15692 | @available(watchOS, unavailable) |
| 15693 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29_CompositorContentBodyAdaptorV4bodyQrvp", 0) __<C> |
| 15694 | } |
| 15695 | @available(*, unavailable) |
| 15696 | extension SwiftUI._CompositorContentBodyAdaptor : Swift.Sendable { |
| 15697 | } |
| 15698 | @available(macOS 15.0, *) |
| 15699 | @available(iOS, unavailable) |
| 15700 | @available(tvOS, unavailable) |
| 15701 | @available(watchOS, unavailable) |
| 15702 | @available(visionOS, unavailable) |
| 15703 | extension SwiftUICore.View { |
| 15704 | nonisolated public func dismissalConfirmationDialog<A>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 15705 | |
| 15706 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func dismissalConfirmationDialog<A>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 15707 | dismissalConfirmationDialog( |
| 15708 | Text(titleResource), shouldPresent: shouldPresent, actions: actions) |
| 15709 | } |
| 15710 | |
| 15711 | @_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 15712 | |
| 15713 | nonisolated public func dismissalConfirmationDialog<A>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 15714 | |
| 15715 | nonisolated public func dismissalConfirmationDialog<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 15716 | |
| 15717 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func dismissalConfirmationDialog<A, M>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 15718 | dismissalConfirmationDialog( |
| 15719 | Text(titleResource), shouldPresent: shouldPresent, |
| 15720 | actions: actions, message: message) |
| 15721 | } |
| 15722 | |
| 15723 | @_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A, M>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 15724 | |
| 15725 | nonisolated public func dismissalConfirmationDialog<A, M>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 15726 | |
| 15727 | } |
| 15728 | @available(macOS 13.0, *) |
| 21350 | @available(tvOS, unavailable) |
| 21351 | @available(watchOS, unavailable) |
| 21352 | extension Swift.Never : SwiftUI.CompositorContent { |
| 21353 | @available(macOS 26.0, visionOS 26.0, *) |
| 21354 | @available(iOS, unavailable) |
| 21355 | @available(tvOS, unavailable) |
| 21356 | @available(watchOS, unavailable) |
| 21357 | public typealias _ViewRepresentation = SwiftUI._CompositorContentBodyAdaptor<Swift.Never> |
| 21358 | } |
| 21359 | #if compiler(>=5.3) && $TildeSendable |
| 21360 | @available(macOS 26.0, visionOS 26.0, *) |
| 21361 | @available(iOS, unavailable) |
| 21362 | @available(tvOS, unavailable) |
| 21363 | @available(watchOS, unavailable) |
| 21364 | @_Concurrency.MainActor @preconcurrency public struct _CompositorContentBodyAdaptor<C> : SwiftUICore.View, ~Swift.Sendable where C : SwiftUI.CompositorContent { |
| 21365 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21366 | get |
| 21367 | } |
| 21368 | @available(macOS 26.0, visionOS 26.0, *) |
| 21369 | @available(iOS, unavailable) |
| 21370 | @available(tvOS, unavailable) |
| 21371 | @available(watchOS, unavailable) |
| 21372 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29_CompositorContentBodyAdaptorV4bodyQrvp", 0) __<C> |
| 21373 | } |
| 21374 | #else |
| 21375 | @available(macOS 26.0, visionOS 26.0, *) |
| 21376 | @available(iOS, unavailable) |
| 21377 | @available(tvOS, unavailable) |
| 21378 | @available(watchOS, unavailable) |
| 21379 | @_Concurrency.MainActor @preconcurrency public struct _CompositorContentBodyAdaptor<C> : SwiftUICore.View where C : SwiftUI.CompositorContent { |
| 21380 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21381 | get |
| 21382 | } |
| 21383 | @available(macOS 26.0, visionOS 26.0, *) |
| 21384 | @available(iOS, unavailable) |
| 21385 | @available(tvOS, unavailable) |
| 21386 | @available(watchOS, unavailable) |
| 21387 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI29_CompositorContentBodyAdaptorV4bodyQrvp", 0) __<C> |
| 21388 | } |
| 21389 | #endif |
| 21390 | @available(macOS 15.0, *) |
| 21391 | @available(iOS, unavailable) |
| 21392 | @available(tvOS, unavailable) |
| 21393 | @available(watchOS, unavailable) |
| 21394 | @available(visionOS, unavailable) |
| 21395 | extension SwiftUICore.View { |
| 21396 | nonisolated public func dismissalConfirmationDialog<A>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 21397 | |
| 21398 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func dismissalConfirmationDialog<A>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 21399 | dismissalConfirmationDialog( |
| 21400 | Text(titleResource), shouldPresent: shouldPresent, actions: actions) |
| 21401 | } |
| 21402 | |
| 21403 | @_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 21404 | |
| 21405 | nonisolated public func dismissalConfirmationDialog<A>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 21406 | |
| 21407 | nonisolated public func dismissalConfirmationDialog<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 21408 | |
| 21409 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func dismissalConfirmationDialog<A, M>(_ titleResource: Foundation.LocalizedStringResource, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 21410 | dismissalConfirmationDialog( |
| 21411 | Text(titleResource), shouldPresent: shouldPresent, |
| 21412 | actions: actions, message: message) |
| 21413 | } |
| 21414 | |
| 21415 | @_disfavoredOverload nonisolated public func dismissalConfirmationDialog<S, A, M>(_ title: S, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 21416 | |
| 21417 | nonisolated public func dismissalConfirmationDialog<A, M>(_ title: SwiftUICore.Text, shouldPresent: Swift.Bool, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 21418 | |
| 21419 | } |
| 21420 | @available(macOS 13.0, *) |
| 15734 | associatedtype _Body : SwiftUICore.View |
| 15735 | func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<Self>) -> SwiftUI._MenuBarExtraValue<Self> |
| 15736 | } |
| 15737 | @available(macOS 13.0, *) |
| 15738 | @available(iOS, unavailable) |
| 15739 | @available(tvOS, unavailable) |
| 15740 | @available(watchOS, unavailable) |
| 15741 | @available(visionOS, unavailable) |
| 15742 | public struct _MenuBarExtraValue<Style> where Style : SwiftUI.MenuBarExtraStyle { |
| 15743 | } |
| 15744 | @available(*, unavailable) |
| 15745 | extension SwiftUI._MenuBarExtraValue : Swift.Sendable { |
| 15746 | } |
| 15747 | @available(macOS 13.0, *) |
| 15748 | @available(iOS, unavailable) |
| 15749 | @available(tvOS, unavailable) |
| 21426 | associatedtype _Body : SwiftUICore.View |
| 21427 | func _makeMenuBarExtra(_ value: SwiftUI._MenuBarExtraValue<Self>) -> SwiftUI._MenuBarExtraValue<Self> |
| 21428 | } |
| 21429 | #if compiler(>=5.3) && $TildeSendable |
| 21430 | @available(macOS 13.0, *) |
| 21431 | @available(iOS, unavailable) |
| 21432 | @available(tvOS, unavailable) |
| 21433 | @available(watchOS, unavailable) |
| 21434 | @available(visionOS, unavailable) |
| 21435 | public struct _MenuBarExtraValue<Style> : ~Swift.Sendable where Style : SwiftUI.MenuBarExtraStyle { |
| 21436 | } |
| 21437 | #else |
| 21438 | @available(macOS 13.0, *) |
| 21439 | @available(iOS, unavailable) |
| 21440 | @available(tvOS, unavailable) |
| 21441 | @available(watchOS, unavailable) |
| 21442 | @available(visionOS, unavailable) |
| 21443 | public struct _MenuBarExtraValue<Style> where Style : SwiftUI.MenuBarExtraStyle { |
| 21444 | } |
| 21445 | #endif |
| 21446 | @available(macOS 13.0, *) |
| 21447 | @available(iOS, unavailable) |
| 21448 | @available(tvOS, unavailable) |
| 15753 | nonisolated public func menuBarExtraStyle<S>(_ style: S) -> some SwiftUI.Scene where S : SwiftUI.MenuBarExtraStyle |
| 15754 | |
| 15755 | } |
| 15756 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15757 | @usableFromInline |
| 15758 | internal struct OnDeleteTraitKey : SwiftUICore._ViewTraitKey { |
| 15759 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet) -> Swift.Void> { |
| 15760 | get { nil } |
| 15761 | } |
| 15762 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 15763 | @usableFromInline |
| 15764 | internal typealias Value = Swift.Optional<(Foundation.IndexSet) -> Swift.Void> |
| 15765 | } |
| 15766 | @available(*, unavailable) |
| 15767 | extension SwiftUI.OnDeleteTraitKey : Swift.Sendable { |
| 15768 | } |
| 15769 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15770 | extension SwiftUICore.DynamicViewContent { |
| 15771 | @inlinable nonisolated public func onDelete(perform action: Swift.Optional<(Foundation.IndexSet) -> Swift.Void>) -> some SwiftUICore.DynamicViewContent { |
| 15772 | return modifier(_TraitWritingModifier<OnDeleteTraitKey>(value: action)) |
| 15773 | } |
| 15774 | |
| 15775 | } |
| 15776 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15777 | @usableFromInline |
| 15778 | internal struct IsDeleteDisabledTraitKey : SwiftUICore._ViewTraitKey { |
| 15779 | @inlinable internal static var defaultValue: Swift.Bool { |
| 15780 | get { false } |
| 15781 | } |
| 15782 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 15783 | @usableFromInline |
| 15784 | internal typealias Value = Swift.Bool |
| 15785 | } |
| 15786 | @available(*, unavailable) |
| 15787 | extension SwiftUI.IsDeleteDisabledTraitKey : Swift.Sendable { |
| 15788 | } |
| 15789 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15790 | extension SwiftUICore.View { |
| 15791 | @inlinable nonisolated public func deleteDisabled(_ isDisabled: Swift.Bool) -> some SwiftUICore.View { |
| 15792 | return _trait(IsDeleteDisabledTraitKey.self, isDisabled) |
| 15793 | } |
| 15794 | |
| 15795 | } |
| 15796 | @available(iOS 14.0, macOS 11.0, *) |
| 15797 | @available(tvOS, unavailable) |
| 15798 | @available(watchOS, unavailable) |
| 15799 | public struct CommandMenu<Content> : SwiftUI.Commands where Content : SwiftUICore.View { |
| 15800 | @available(iOS 15.0, macOS 12.0, *) |
| 15801 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandMenu<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 15802 | public init(_ nameKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder content: () -> Content) |
| 15803 | @available(iOS 16.0, macOS 13.0, *) |
| 15804 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ name: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 15805 | self.init(Text(name), content: content) |
| 15806 | } |
| 15807 | public init(_ name: SwiftUICore.Text, @SwiftUICore.ViewBuilder content: () -> Content) |
| 15808 | @_disfavoredOverload public init<S>(_ name: S, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 15809 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 15810 | get |
| 15811 | } |
| 15812 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 15813 | @available(iOS 14.0, macOS 11.0, *) |
| 15814 | @available(tvOS, unavailable) |
| 15815 | @available(watchOS, unavailable) |
| 15816 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11CommandMenuV4bodyQrvp", 0) __<Content> |
| 15817 | } |
| 15818 | @available(*, unavailable) |
| 15819 | extension SwiftUI.CommandMenu : Swift.Sendable { |
| 15820 | } |
| 15821 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 15822 | @available(tvOS, unavailable) |
| 15823 | @preconcurrency @_Concurrency.MainActor public protocol WidgetConfiguration { |
| 21452 | nonisolated public func menuBarExtraStyle<S>(_ style: S) -> some SwiftUI.Scene where S : SwiftUI.MenuBarExtraStyle |
| 21453 | |
| 21454 | } |
| 21455 | #if compiler(>=5.3) && $TildeSendable |
| 21456 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21457 | @usableFromInline |
| 21458 | internal struct OnDeleteTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 21459 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet) -> Swift.Void> { |
| 21460 | get { nil } |
| 21461 | } |
| 21462 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21463 | @usableFromInline |
| 21464 | internal typealias Value = Swift.Optional<(Foundation.IndexSet) -> Swift.Void> |
| 21465 | } |
| 21466 | #else |
| 21467 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21468 | @usableFromInline |
| 21469 | internal struct OnDeleteTraitKey : SwiftUICore._ViewTraitKey { |
| 21470 | @inlinable internal static var defaultValue: Swift.Optional<(Foundation.IndexSet) -> Swift.Void> { |
| 21471 | get { nil } |
| 21472 | } |
| 21473 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21474 | @usableFromInline |
| 21475 | internal typealias Value = Swift.Optional<(Foundation.IndexSet) -> Swift.Void> |
| 21476 | } |
| 21477 | #endif |
| 21478 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21479 | extension SwiftUICore.DynamicViewContent { |
| 21480 | @inlinable nonisolated public func onDelete(perform action: Swift.Optional<(Foundation.IndexSet) -> Swift.Void>) -> some SwiftUICore.DynamicViewContent { |
| 21481 | return modifier(_TraitWritingModifier<OnDeleteTraitKey>(value: action)) |
| 21482 | } |
| 21483 | |
| 21484 | } |
| 21485 | #if compiler(>=5.3) && $TildeSendable |
| 21486 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21487 | @usableFromInline |
| 21488 | internal struct IsDeleteDisabledTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 21489 | @inlinable internal static var defaultValue: Swift.Bool { |
| 21490 | get { false } |
| 21491 | } |
| 21492 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21493 | @usableFromInline |
| 21494 | internal typealias Value = Swift.Bool |
| 21495 | } |
| 21496 | #else |
| 21497 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21498 | @usableFromInline |
| 21499 | internal struct IsDeleteDisabledTraitKey : SwiftUICore._ViewTraitKey { |
| 21500 | @inlinable internal static var defaultValue: Swift.Bool { |
| 21501 | get { false } |
| 21502 | } |
| 21503 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21504 | @usableFromInline |
| 21505 | internal typealias Value = Swift.Bool |
| 21506 | } |
| 21507 | #endif |
| 21508 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21509 | extension SwiftUICore.View { |
| 21510 | @inlinable nonisolated public func deleteDisabled(_ isDisabled: Swift.Bool) -> some SwiftUICore.View { |
| 21511 | return _trait(IsDeleteDisabledTraitKey.self, isDisabled) |
| 21512 | } |
| 21513 | |
| 21514 | } |
| 21515 | #if compiler(>=5.3) && $TildeSendable |
| 21516 | @available(iOS 14.0, macOS 11.0, *) |
| 21517 | @available(tvOS, unavailable) |
| 21518 | @available(watchOS, unavailable) |
| 21519 | nonisolated public struct CommandMenu<Content> : SwiftUI.Commands, ~Swift.Sendable where Content : SwiftUICore.View { |
| 21520 | @available(iOS 15.0, macOS 12.0, *) |
| 21521 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandMenu<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 21522 | nonisolated public init(_ nameKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 21523 | @available(iOS 16.0, macOS 13.0, *) |
| 21524 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ name: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 21525 | self.init(Text(name), content: content) |
| 21526 | } |
| 21527 | nonisolated public init(_ name: SwiftUICore.Text, @SwiftUICore.ContentBuilder content: () -> Content) |
| 21528 | @_disfavoredOverload nonisolated public init<S>(_ name: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 21529 | nonisolated public var body: some SwiftUI.Commands { |
| 21530 | get |
| 21531 | } |
| 21532 | nonisolated public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 21533 | @available(macOS 11.0, iOS 14.0, *) |
| 21534 | @available(tvOS, unavailable) |
| 21535 | @available(watchOS, unavailable) |
| 21536 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11CommandMenuV4bodyQrvp", 0) __<Content> |
| 21537 | } |
| 21538 | #else |
| 21539 | @available(iOS 14.0, macOS 11.0, *) |
| 21540 | @available(tvOS, unavailable) |
| 21541 | @available(watchOS, unavailable) |
| 21542 | nonisolated public struct CommandMenu<Content> : SwiftUI.Commands where Content : SwiftUICore.View { |
| 21543 | @available(iOS 15.0, macOS 12.0, *) |
| 21544 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandMenu<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 21545 | nonisolated public init(_ nameKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 21546 | @available(iOS 16.0, macOS 13.0, *) |
| 21547 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ name: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 21548 | self.init(Text(name), content: content) |
| 21549 | } |
| 21550 | nonisolated public init(_ name: SwiftUICore.Text, @SwiftUICore.ContentBuilder content: () -> Content) |
| 21551 | @_disfavoredOverload nonisolated public init<S>(_ name: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 21552 | nonisolated public var body: some SwiftUI.Commands { |
| 21553 | get |
| 21554 | } |
| 21555 | nonisolated public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 21556 | @available(macOS 11.0, iOS 14.0, *) |
| 21557 | @available(tvOS, unavailable) |
| 21558 | @available(watchOS, unavailable) |
| 21559 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11CommandMenuV4bodyQrvp", 0) __<Content> |
| 21560 | } |
| 21561 | #endif |
| 21562 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 21563 | @available(tvOS, unavailable) |
| 21564 | @preconcurrency @_Concurrency.MainActor public protocol WidgetConfiguration { |
| 15844 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15845 | extension SwiftUI.List { |
| 15846 | @available(watchOS, unavailable) |
| 15847 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 15848 | @available(macOS 13.0, *) |
| 15849 | @available(iOS, unavailable) |
| 15850 | @available(tvOS, unavailable) |
| 15851 | @available(watchOS, unavailable) |
| 15852 | @available(visionOS, unavailable) |
| 15853 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 15854 | @available(watchOS, unavailable) |
| 15855 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 15856 | @available(iOS, unavailable) |
| 15857 | @available(watchOS, unavailable) |
| 15858 | @available(tvOS, unavailable) |
| 15859 | @available(visionOS, unavailable) |
| 15860 | @_disfavoredOverload @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 15861 | } |
| 15862 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15863 | extension SwiftUI.List { |
| 15864 | @available(watchOS, unavailable) |
| 15865 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 15866 | @available(watchOS, unavailable) |
| 15867 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 15868 | } |
| 15869 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 15870 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 15871 | @_Concurrency.MainActor @preconcurrency public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 15872 | @_Concurrency.MainActor @preconcurrency public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, @SwiftUICore.ViewBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 15873 | } |
| 15874 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15875 | @frozen public struct _AccessibilityIgnoresInvertColorsViewModifier { |
| 15876 | public var active: Swift.Bool |
| 15877 | @inlinable public init(active: Swift.Bool) { self.active = active } |
| 15878 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._AccessibilityIgnoresInvertColorsViewModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 15879 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 15880 | public typealias Body = Swift.Never |
| 15881 | } |
| 15882 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21585 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21586 | extension SwiftUI.List { |
| 21587 | @available(watchOS, unavailable) |
| 21588 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 21589 | @available(macOS 13.0, *) |
| 21590 | @available(iOS, unavailable) |
| 21591 | @available(tvOS, unavailable) |
| 21592 | @available(watchOS, unavailable) |
| 21593 | @available(visionOS, unavailable) |
| 21594 | @_disfavoredOverload nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 21595 | @available(watchOS, unavailable) |
| 21596 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<Swift.Set<SelectionValue>>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 21597 | @available(iOS, unavailable) |
| 21598 | @available(watchOS, unavailable) |
| 21599 | @available(tvOS, unavailable) |
| 21600 | @available(visionOS, unavailable) |
| 21601 | @_disfavoredOverload nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 21602 | } |
| 21603 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21604 | extension SwiftUI.List { |
| 21605 | @available(watchOS, unavailable) |
| 21606 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 21607 | @available(watchOS, unavailable) |
| 21608 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, selection: SwiftUICore.Binding<SelectionValue?>?, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 21609 | } |
| 21610 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21611 | extension SwiftUI.List where SelectionValue == Swift.Never { |
| 21612 | nonisolated public init<Data, RowContent>(_ data: SwiftUICore.Binding<Data>, editActions: SwiftUI.EditActions<Data>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, Data.Element.ID>, Data.Element.ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, RowContent : SwiftUICore.View, Data.Element : Swift.Identifiable, Data.Index : Swift.Hashable |
| 21613 | nonisolated public init<Data, ID, RowContent>(_ data: SwiftUICore.Binding<Data>, id: Swift.KeyPath<Data.Element, ID>, editActions: SwiftUI.EditActions<Data>, @SwiftUICore.ContentBuilder rowContent: @escaping (SwiftUICore.Binding<Data.Element>) -> RowContent) where Content == SwiftUICore.ForEach<SwiftUI.IndexedIdentifierCollection<Data, ID>, ID, SwiftUI.EditableCollectionContent<RowContent, Data>>, Data : Swift.MutableCollection, Data : Swift.RandomAccessCollection, ID : Swift.Hashable, RowContent : SwiftUICore.View, Data.Index : Swift.Hashable |
| 21614 | } |
| 21615 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21616 | @frozen nonisolated public struct _AccessibilityIgnoresInvertColorsViewModifier { |
| 21617 | public var active: Swift.Bool |
| 21618 | @inlinable nonisolated public init(active: Swift.Bool) { self.active = active } |
| 21619 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._AccessibilityIgnoresInvertColorsViewModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 21620 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 21621 | public typealias Body = Swift.Never |
| 21622 | } |
| 21623 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 15887 | } |
| 15888 | |
| 15889 | } |
| 15890 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15891 | public struct SecureField<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 15892 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 15893 | get |
| 15894 | } |
| 15895 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 15896 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11SecureFieldV4bodyQrvp", 0) __<Label> |
| 15897 | } |
| 15898 | @available(*, unavailable) |
| 15899 | extension SwiftUI.SecureField : Swift.Sendable { |
| 15900 | } |
| 15901 | extension SwiftUI.SecureField where Label == SwiftUICore.Text { |
| 15902 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15903 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text?) |
| 21628 | } |
| 21629 | |
| 21630 | } |
| 21631 | #if compiler(>=5.3) && $TildeSendable |
| 21632 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21633 | nonisolated public struct SecureField<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 21634 | nonisolated public var body: some SwiftUICore.View { |
| 21635 | get |
| 21636 | } |
| 21637 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21638 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11SecureFieldV4bodyQrvp", 0) __<Label> |
| 21639 | } |
| 21640 | #else |
| 21641 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21642 | nonisolated public struct SecureField<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 21643 | nonisolated public var body: some SwiftUICore.View { |
| 21644 | get |
| 21645 | } |
| 21646 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 21647 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11SecureFieldV4bodyQrvp", 0) __<Label> |
| 21648 | } |
| 21649 | #endif |
| 21650 | extension SwiftUI.SecureField where Label == SwiftUICore.Text { |
| 21651 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21652 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text?) |
| 15914 | } |
| 15915 | extension SwiftUI.SecureField { |
| 15916 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 15917 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 15918 | } |
| 15919 | extension SwiftUI.SecureField where Label == SwiftUICore.Text { |
| 15920 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21663 | } |
| 21664 | extension SwiftUI.SecureField { |
| 21665 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21666 | nonisolated public init(text: SwiftUICore.Binding<Swift.String>, prompt: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 21667 | } |
| 21668 | extension SwiftUI.SecureField where Label == SwiftUICore.Text { |
| 21669 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 15954 | @available(watchOS, unavailable) |
| 15955 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15956 | extension SwiftUI.MenuStyle where Self == SwiftUI.BorderlessButtonMenuStyle { |
| 15957 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var borderlessButton: SwiftUI.BorderlessButtonMenuStyle { |
| 15958 | get { .init() } |
| 15959 | } |
| 15960 | } |
| 15961 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15962 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15963 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15964 | @available(watchOS, unavailable) |
| 15965 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15966 | public struct BorderlessButtonMenuStyle : SwiftUI.MenuStyle { |
| 15967 | public init() |
| 15968 | @available(iOS, unavailable) |
| 15969 | @available(macOS, introduced: 11.0, deprecated: 12.0, message: "Use ``View/menuIndicator(_)`` instead.") |
| 15970 | @available(visionOS, unavailable) |
| 15971 | public init(showsMenuIndicator: Swift.Bool) |
| 15972 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderlessButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 15973 | |
| 15974 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15975 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15976 | @available(watchOS, unavailable) |
| 15977 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15978 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 15979 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25BorderlessButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 15980 | } |
| 15981 | @available(*, unavailable) |
| 15982 | extension SwiftUI.BorderlessButtonMenuStyle : Swift.Sendable { |
| 15983 | } |
| 15984 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 15985 | @available(tvOS, unavailable) |
| 15986 | @available(visionOS, unavailable) |
| 21703 | @available(watchOS, unavailable) |
| 21704 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21705 | extension SwiftUI.MenuStyle where Self == SwiftUI.BorderlessButtonMenuStyle { |
| 21706 | @_alwaysEmitIntoClient nonisolated public static var borderlessButton: SwiftUI.BorderlessButtonMenuStyle { |
| 21707 | get { |
| 21708 | .init() |
| 21709 | } |
| 21710 | } |
| 21711 | } |
| 21712 | #if compiler(>=5.3) && $TildeSendable |
| 21713 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21714 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21715 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21716 | @available(watchOS, unavailable) |
| 21717 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21718 | nonisolated public struct BorderlessButtonMenuStyle : SwiftUI.MenuStyle, ~Swift.Sendable { |
| 21719 | nonisolated public init() |
| 21720 | @available(iOS, unavailable) |
| 21721 | @available(macOS, introduced: 11.0, deprecated: 12.0, message: "Use ``View/menuIndicator(_)`` instead.") |
| 21722 | @available(visionOS, unavailable) |
| 21723 | nonisolated public init(showsMenuIndicator: Swift.Bool) |
| 21724 | nonisolated public func makeBody(configuration: SwiftUI.BorderlessButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 21725 | |
| 21726 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21727 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21728 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21729 | @available(watchOS, unavailable) |
| 21730 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21731 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25BorderlessButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 21732 | } |
| 21733 | #else |
| 21734 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21735 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21736 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21737 | @available(watchOS, unavailable) |
| 21738 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21739 | nonisolated public struct BorderlessButtonMenuStyle : SwiftUI.MenuStyle { |
| 21740 | nonisolated public init() |
| 21741 | @available(iOS, unavailable) |
| 21742 | @available(macOS, introduced: 11.0, deprecated: 12.0, message: "Use ``View/menuIndicator(_)`` instead.") |
| 21743 | @available(visionOS, unavailable) |
| 21744 | nonisolated public init(showsMenuIndicator: Swift.Bool) |
| 21745 | nonisolated public func makeBody(configuration: SwiftUI.BorderlessButtonMenuStyle.Configuration) -> some SwiftUICore.View |
| 21746 | |
| 21747 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21748 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21749 | @available(tvOS, introduced: 17.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21750 | @available(watchOS, unavailable) |
| 21751 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use .menuStyle(.button) and .buttonStyle(.borderless).") |
| 21752 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI25BorderlessButtonMenuStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 21753 | } |
| 21754 | #endif |
| 21755 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 21756 | @available(tvOS, unavailable) |
| 21757 | @available(visionOS, unavailable) |
| 16007 | get |
| 16008 | } |
| 16009 | } |
| 16010 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 16011 | @available(tvOS, unavailable) |
| 16012 | @available(visionOS, unavailable) |
| 16013 | @_functionBuilder public struct ControlWidgetTemplateBuilder { |
| 16014 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetTemplate { |
| 16015 | content |
| 16016 | } |
| 16017 | @_alwaysEmitIntoClient public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetTemplate where Content : SwiftUI.ControlWidgetTemplate { |
| 16018 | return content |
| 16019 | } |
| 16020 | |
| 16021 | } |
| 16022 | @available(*, unavailable) |
| 16023 | extension SwiftUI.ControlWidgetTemplateBuilder : Swift.Sendable { |
| 16024 | } |
| 16025 | @available(iOS 17.0, macOS 13.0, tvOS 17.0, watchOS 10.0, *) |
| 16026 | public struct DialogSeverity : Swift.Equatable, Swift.Sendable { |
| 16027 | public static let automatic: SwiftUI.DialogSeverity |
| 21778 | get |
| 21779 | } |
| 21780 | } |
| 21781 | #if compiler(>=5.3) && $TildeSendable |
| 21782 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 21783 | @available(tvOS, unavailable) |
| 21784 | @available(visionOS, unavailable) |
| 21785 | @_functionBuilder public struct ControlWidgetTemplateBuilder : ~Swift.Sendable { |
| 21786 | #if compiler(>=5.3) && $InlineAlways |
| 21787 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetTemplate { |
| 21788 | content |
| 21789 | } |
| 21790 | #else |
| 21791 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetTemplate { |
| 21792 | content |
| 21793 | } |
| 21794 | #endif |
| 21795 | #if compiler(>=5.3) && $InlineAlways |
| 21796 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetTemplate where Content : SwiftUI.ControlWidgetTemplate { |
| 21797 | return content |
| 21798 | } |
| 21799 | |
| 21800 | #else |
| 21801 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetTemplate where Content : SwiftUI.ControlWidgetTemplate { |
| 21802 | return content |
| 21803 | } |
| 21804 | |
| 21805 | #endif |
| 21806 | } |
| 21807 | #else |
| 21808 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 21809 | @available(tvOS, unavailable) |
| 21810 | @available(visionOS, unavailable) |
| 21811 | @_functionBuilder public struct ControlWidgetTemplateBuilder { |
| 21812 | #if compiler(>=5.3) && $InlineAlways |
| 21813 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetTemplate { |
| 21814 | content |
| 21815 | } |
| 21816 | #else |
| 21817 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.ControlWidgetTemplate { |
| 21818 | content |
| 21819 | } |
| 21820 | #endif |
| 21821 | #if compiler(>=5.3) && $InlineAlways |
| 21822 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetTemplate where Content : SwiftUI.ControlWidgetTemplate { |
| 21823 | return content |
| 21824 | } |
| 21825 | |
| 21826 | #else |
| 21827 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.ControlWidgetTemplate where Content : SwiftUI.ControlWidgetTemplate { |
| 21828 | return content |
| 21829 | } |
| 21830 | |
| 21831 | #endif |
| 21832 | } |
| 21833 | #endif |
| 21834 | @available(iOS 17.0, macOS 13.0, tvOS 17.0, watchOS 10.0, *) |
| 21835 | public struct DialogSeverity : Swift.Equatable, Swift.Sendable { |
| 21836 | public static let automatic: SwiftUI.DialogSeverity |
| 16046 | nonisolated public func dialogSeverity(_ severity: SwiftUI.DialogSeverity) -> some SwiftUI.Scene |
| 16047 | |
| 16048 | } |
| 16049 | extension SwiftUICore.EnvironmentValues { |
| 16050 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16051 | public var undoManager: Foundation.UndoManager? { |
| 21855 | nonisolated public func dialogSeverity(_ severity: SwiftUI.DialogSeverity) -> some SwiftUI.Scene |
| 21856 | |
| 21857 | } |
| 21858 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21859 | extension SwiftUICore.EmptyView : SwiftUI.ToolbarContent { |
| 21860 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore.EmptyView>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 21861 | } |
| 21862 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21863 | extension SwiftUICore.EmptyView : SwiftUI.CustomizableToolbarContent { |
| 21864 | } |
| 21865 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21866 | extension SwiftUICore.TupleContent : SwiftUI.ToolbarContent where repeat each Content : SwiftUI.ToolbarContent { |
| 21867 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore.TupleContent<repeat each Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 21868 | @available(macOS 27.0, iOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21869 | public typealias Body = Swift.Never |
| 21870 | } |
| 21871 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 21872 | extension SwiftUICore.TupleContent : SwiftUI.CustomizableToolbarContent where repeat each Content : SwiftUI.CustomizableToolbarContent { |
| 21873 | } |
| 21874 | extension SwiftUICore.ViewBuilder { |
| 21875 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 21876 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ content: any SwiftUI.ToolbarContent) -> some SwiftUI.ToolbarContent { |
| 21877 | if #unavailable(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5) { |
| 21878 | return TupleToolbarContent(()) |
| 21879 | } else { |
| 21880 | return LimitedAvailabilityToolbarContent(erasing: content) |
| 21881 | } |
| 21882 | } |
| 21883 | |
| 21884 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, *) |
| 21885 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ content: any SwiftUI.CustomizableToolbarContent) -> some SwiftUI.CustomizableToolbarContent { |
| 21886 | if #unavailable(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5) { |
| 21887 | return TupleToolbarContent(()) |
| 21888 | } else { |
| 21889 | return LimitedAvailabilityToolbarContent(erasing: content) |
| 21890 | } |
| 21891 | } |
| 21892 | |
| 21893 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21894 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.ToolbarContent where repeat each Content : SwiftUI.ToolbarContent { |
| 21895 | TupleToolbarContent((repeat each content)) |
| 21896 | } |
| 21897 | |
| 21898 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21899 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.CustomizableToolbarContent where repeat each Content : SwiftUI.CustomizableToolbarContent { |
| 21900 | TupleToolbarContent((repeat each content)) |
| 21901 | } |
| 21902 | |
| 21903 | } |
| 21904 | extension SwiftUICore.EnvironmentValues { |
| 21905 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21906 | public var undoManager: Foundation.UndoManager? { |
| 16055 | @available(iOS 16.4, macOS 13.3, tvOS 17.0, *) |
| 16056 | @available(watchOS, unavailable) |
| 16057 | extension SwiftUI.ControlGroupStyle where Self == SwiftUI.MenuControlGroupStyle { |
| 16058 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var menu: SwiftUI.MenuControlGroupStyle { |
| 16059 | get { .init() } |
| 16060 | } |
| 16061 | } |
| 16062 | @available(iOS 16.4, macOS 13.3, tvOS 17.0, *) |
| 16063 | @available(watchOS, unavailable) |
| 16064 | public struct MenuControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 16065 | public init() |
| 16066 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.MenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 16067 | |
| 16068 | @available(iOS 16.4, tvOS 17.0, macOS 13.3, *) |
| 16069 | @available(watchOS, unavailable) |
| 16070 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21MenuControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 16071 | } |
| 16072 | @available(*, unavailable) |
| 16073 | extension SwiftUI.MenuControlGroupStyle : Swift.Sendable { |
| 16074 | } |
| 16075 | @available(iOS 16.4, macOS 13.3, *) |
| 16076 | @available(tvOS, unavailable) |
| 16077 | @available(watchOS, unavailable) |
| 16078 | extension SwiftUI.ControlGroupStyle where Self == SwiftUI.CompactMenuControlGroupStyle { |
| 16079 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var compactMenu: SwiftUI.CompactMenuControlGroupStyle { |
| 16080 | get { .init() } |
| 16081 | } |
| 16082 | } |
| 16083 | @available(iOS 16.4, macOS 13.3, *) |
| 16084 | @available(tvOS, unavailable) |
| 16085 | @available(watchOS, unavailable) |
| 16086 | public struct CompactMenuControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 16087 | public init() |
| 16088 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CompactMenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 16089 | |
| 16090 | @available(iOS 16.4, macOS 13.3, *) |
| 16091 | @available(tvOS, unavailable) |
| 16092 | @available(watchOS, unavailable) |
| 16093 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28CompactMenuControlGroupStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 16094 | } |
| 16095 | @available(*, unavailable) |
| 16096 | extension SwiftUI.CompactMenuControlGroupStyle : Swift.Sendable { |
| 16097 | } |
| 16098 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16099 | extension SwiftUICore.Group : SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent { |
| 16100 | nonisolated public init(@SwiftUI.ToolbarContentBuilder content: () -> Content) |
| 16101 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16102 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 16103 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 16104 | } |
| 16105 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16106 | extension SwiftUICore.Group : SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent { |
| 16107 | public init(@SwiftUI.ToolbarContentBuilder content: () -> Content) |
| 16108 | } |
| 16109 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16110 | @usableFromInline |
| 16111 | internal struct TupleToolbarContent<T> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 16112 | @usableFromInline |
| 16113 | internal init(_ value: T) |
| 16114 | @usableFromInline |
| 16115 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 16116 | get |
| 16117 | } |
| 16118 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16119 | @usableFromInline |
| 16120 | nonisolated internal static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 16121 | @usableFromInline |
| 16122 | nonisolated internal static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 16123 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 16124 | @usableFromInline |
| 16125 | internal typealias Body = Swift.Never |
| 16126 | } |
| 16127 | @available(*, unavailable) |
| 16128 | extension SwiftUI.TupleToolbarContent : Swift.Sendable { |
| 16129 | } |
| 16130 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16131 | extension Foundation.NSUserActivity { |
| 16132 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21910 | @available(iOS 16.4, macOS 13.3, tvOS 17.0, *) |
| 21911 | @available(watchOS, unavailable) |
| 21912 | extension SwiftUI.ControlGroupStyle where Self == SwiftUI.MenuControlGroupStyle { |
| 21913 | @_alwaysEmitIntoClient nonisolated public static var menu: SwiftUI.MenuControlGroupStyle { |
| 21914 | get { .init() } |
| 21915 | } |
| 21916 | } |
| 21917 | #if compiler(>=5.3) && $TildeSendable |
| 21918 | @available(iOS 16.4, macOS 13.3, tvOS 17.0, *) |
| 21919 | @available(watchOS, unavailable) |
| 21920 | nonisolated public struct MenuControlGroupStyle : SwiftUI.ControlGroupStyle, ~Swift.Sendable { |
| 21921 | nonisolated public init() |
| 21922 | nonisolated public func makeBody(configuration: SwiftUI.MenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 21923 | |
| 21924 | @available(macOS 13.3, iOS 16.4, tvOS 17.0, *) |
| 21925 | @available(watchOS, unavailable) |
| 21926 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21MenuControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 21927 | } |
| 21928 | #else |
| 21929 | @available(iOS 16.4, macOS 13.3, tvOS 17.0, *) |
| 21930 | @available(watchOS, unavailable) |
| 21931 | nonisolated public struct MenuControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 21932 | nonisolated public init() |
| 21933 | nonisolated public func makeBody(configuration: SwiftUI.MenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 21934 | |
| 21935 | @available(macOS 13.3, iOS 16.4, tvOS 17.0, *) |
| 21936 | @available(watchOS, unavailable) |
| 21937 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21MenuControlGroupStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 21938 | } |
| 21939 | #endif |
| 21940 | @available(iOS 16.4, macOS 13.3, *) |
| 21941 | @available(tvOS, unavailable) |
| 21942 | @available(watchOS, unavailable) |
| 21943 | extension SwiftUI.ControlGroupStyle where Self == SwiftUI.CompactMenuControlGroupStyle { |
| 21944 | @_alwaysEmitIntoClient nonisolated public static var compactMenu: SwiftUI.CompactMenuControlGroupStyle { |
| 21945 | get { |
| 21946 | .init() |
| 21947 | } |
| 21948 | } |
| 21949 | } |
| 21950 | #if compiler(>=5.3) && $TildeSendable |
| 21951 | @available(iOS 16.4, macOS 13.3, *) |
| 21952 | @available(tvOS, unavailable) |
| 21953 | @available(watchOS, unavailable) |
| 21954 | nonisolated public struct CompactMenuControlGroupStyle : SwiftUI.ControlGroupStyle, ~Swift.Sendable { |
| 21955 | nonisolated public init() |
| 21956 | nonisolated public func makeBody(configuration: SwiftUI.CompactMenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 21957 | |
| 21958 | @available(macOS 13.3, iOS 16.4, *) |
| 21959 | @available(tvOS, unavailable) |
| 21960 | @available(watchOS, unavailable) |
| 21961 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28CompactMenuControlGroupStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 21962 | } |
| 21963 | #else |
| 21964 | @available(iOS 16.4, macOS 13.3, *) |
| 21965 | @available(tvOS, unavailable) |
| 21966 | @available(watchOS, unavailable) |
| 21967 | nonisolated public struct CompactMenuControlGroupStyle : SwiftUI.ControlGroupStyle { |
| 21968 | nonisolated public init() |
| 21969 | nonisolated public func makeBody(configuration: SwiftUI.CompactMenuControlGroupStyle.Configuration) -> some SwiftUICore.View |
| 21970 | |
| 21971 | @available(macOS 13.3, iOS 16.4, *) |
| 21972 | @available(tvOS, unavailable) |
| 21973 | @available(watchOS, unavailable) |
| 21974 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28CompactMenuControlGroupStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 21975 | } |
| 21976 | #endif |
| 21977 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21978 | extension SwiftUICore.Group : SwiftUI.ToolbarContent where Content : SwiftUI.ToolbarContent { |
| 21979 | @usableFromInline |
| 21980 | nonisolated internal init(@SwiftUI.ToolbarContentBuilder content: () -> Content) |
| 21981 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21982 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 21983 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 21984 | } |
| 21985 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21986 | extension SwiftUICore.Group : SwiftUI.CustomizableToolbarContent where Content : SwiftUI.CustomizableToolbarContent { |
| 21987 | @usableFromInline |
| 21988 | internal init(@SwiftUI.ToolbarContentBuilder content: () -> Content) |
| 21989 | } |
| 21990 | #if compiler(>=5.3) && $TildeSendable |
| 21991 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21992 | @usableFromInline |
| 21993 | nonisolated internal struct TupleToolbarContent<T> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent, ~Swift.Sendable { |
| 21994 | @usableFromInline |
| 21995 | nonisolated internal init(_ value: T) |
| 21996 | @usableFromInline |
| 21997 | nonisolated internal var body: Swift.Never { |
| 21998 | get |
| 21999 | } |
| 22000 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22001 | @usableFromInline |
| 22002 | internal static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 22003 | @usableFromInline |
| 22004 | nonisolated internal static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 22005 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 22006 | @usableFromInline |
| 22007 | internal typealias Body = Swift.Never |
| 22008 | } |
| 22009 | #else |
| 22010 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22011 | @usableFromInline |
| 22012 | nonisolated internal struct TupleToolbarContent<T> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 22013 | @usableFromInline |
| 22014 | nonisolated internal init(_ value: T) |
| 22015 | @usableFromInline |
| 22016 | nonisolated internal var body: Swift.Never { |
| 22017 | get |
| 22018 | } |
| 22019 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22020 | @usableFromInline |
| 22021 | internal static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 22022 | @usableFromInline |
| 22023 | nonisolated internal static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleToolbarContent<T>>, inputs: SwiftUICore._GraphInputs, resolved: inout SwiftUI._ToolbarItemList) |
| 22024 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 22025 | @usableFromInline |
| 22026 | internal typealias Body = Swift.Never |
| 22027 | } |
| 22028 | #endif |
| 22029 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22030 | extension Foundation.NSUserActivity { |
| 22031 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16142 | public func typedPayload<T>(_ type: T.Type) throws -> T where T : Swift.Decodable, T : Swift.Encodable |
| 16143 | public func setTypedPayload<T>(_ payload: T) throws where T : Swift.Decodable, T : Swift.Encodable |
| 16144 | } |
| 16145 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16146 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 16147 | @frozen public struct _ScrollViewBoundsModifier<Result> : SwiftUICore.ViewModifier where Result : SwiftUICore.ViewModifier { |
| 16148 | public var transform: (CoreFoundation.CGRect?) -> Result |
| 16149 | @inlinable public init(transform: @escaping (CoreFoundation.CGRect?) -> Result) { |
| 16150 | self.transform = transform |
| 16151 | } |
| 16152 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 16153 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 16154 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 16155 | public typealias Body = Swift.Never |
| 16156 | } |
| 16157 | @available(*, unavailable) |
| 16158 | extension SwiftUI._ScrollViewBoundsModifier : Swift.Sendable { |
| 16159 | } |
| 16160 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16161 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 16162 | @frozen public struct _ScrollViewBoundsModifier2<Result> : SwiftUICore.ViewModifier where Result : SwiftUICore.ViewModifier { |
| 16163 | public var transform: (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result |
| 16164 | @inlinable public init(transform: @escaping (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result) { |
| 16165 | self.transform = transform |
| 16166 | } |
| 16167 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier2<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 16168 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 16169 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 16170 | public typealias Body = Swift.Never |
| 16171 | } |
| 16172 | @available(*, unavailable) |
| 16173 | extension SwiftUI._ScrollViewBoundsModifier2 : Swift.Sendable { |
| 16174 | } |
| 16175 | @available(iOS 13.0, tvOS 13.0, *) |
| 16176 | @available(macOS, unavailable) |
| 16177 | @available(watchOS, unavailable) |
| 22041 | public func typedPayload<T>(_ type: T.Type) throws -> T where T : Swift.Decodable, T : Swift.Encodable |
| 22042 | public func setTypedPayload<T>(_ payload: T) throws where T : Swift.Decodable, T : Swift.Encodable |
| 22043 | } |
| 22044 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 22045 | @available(tvOS, unavailable) |
| 22046 | @available(watchOS, unavailable) |
| 22047 | public struct NewDocumentButtonDataSource : Swift.Sendable, Swift.Hashable { |
| 22048 | public static func == (lhs: SwiftUI.NewDocumentButtonDataSource, rhs: SwiftUI.NewDocumentButtonDataSource) -> Swift.Bool |
| 22049 | public func hash(into hasher: inout Swift.Hasher) |
| 22050 | public var hashValue: Swift.Int { |
| 22051 | get |
| 22052 | } |
| 22053 | } |
| 22054 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 22055 | @available(tvOS, unavailable) |
| 22056 | @available(watchOS, unavailable) |
| 22057 | extension SwiftUI.NewDocumentButton where Label == SwiftUI.DefaultNewDocumentButtonLabel { |
| 22058 | nonisolated public init(source: SwiftUI.NewDocumentButtonDataSource) |
| 22059 | nonisolated public init<D>(for type: D.Type, source: SwiftUI.NewDocumentButtonDataSource) where D : SwiftUI.FileDocument |
| 22060 | nonisolated public init<D>(for type: D.Type, source: SwiftUI.NewDocumentButtonDataSource) where D : SwiftUI.ReferenceFileDocument |
| 22061 | } |
| 22062 | #if compiler(>=5.3) && $TildeSendable |
| 22063 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22064 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22065 | @frozen nonisolated public struct _ScrollViewBoundsModifier<Result> : SwiftUICore.ViewModifier, ~Swift.Sendable where Result : SwiftUICore.ViewModifier { |
| 22066 | public var transform: (CoreFoundation.CGRect?) -> Result |
| 22067 | @inlinable nonisolated public init(transform: @escaping (CoreFoundation.CGRect?) -> Result) { |
| 22068 | self.transform = transform |
| 22069 | } |
| 22070 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 22071 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 22072 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22073 | public typealias Body = Swift.Never |
| 22074 | } |
| 22075 | #else |
| 22076 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22077 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22078 | @frozen nonisolated public struct _ScrollViewBoundsModifier<Result> : SwiftUICore.ViewModifier where Result : SwiftUICore.ViewModifier { |
| 22079 | public var transform: (CoreFoundation.CGRect?) -> Result |
| 22080 | @inlinable nonisolated public init(transform: @escaping (CoreFoundation.CGRect?) -> Result) { |
| 22081 | self.transform = transform |
| 22082 | } |
| 22083 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 22084 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 22085 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22086 | public typealias Body = Swift.Never |
| 22087 | } |
| 22088 | #endif |
| 22089 | #if compiler(>=5.3) && $TildeSendable |
| 22090 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22091 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22092 | @frozen nonisolated public struct _ScrollViewBoundsModifier2<Result> : SwiftUICore.ViewModifier, ~Swift.Sendable where Result : SwiftUICore.ViewModifier { |
| 22093 | public var transform: (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result |
| 22094 | @inlinable nonisolated public init(transform: @escaping (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result) { |
| 22095 | self.transform = transform |
| 22096 | } |
| 22097 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier2<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 22098 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 22099 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22100 | public typealias Body = Swift.Never |
| 22101 | } |
| 22102 | #else |
| 22103 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22104 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22105 | @frozen nonisolated public struct _ScrollViewBoundsModifier2<Result> : SwiftUICore.ViewModifier where Result : SwiftUICore.ViewModifier { |
| 22106 | public var transform: (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result |
| 22107 | @inlinable nonisolated public init(transform: @escaping (CoreFoundation.CGSize, CoreFoundation.CGRect?) -> Result) { |
| 22108 | self.transform = transform |
| 22109 | } |
| 22110 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._ScrollViewBoundsModifier2<Result>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 22111 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 22112 | @available(*, deprecated, message: "Use visualEffect, scrollTransition, or onGeometryChange instead") |
| 22113 | public typealias Body = Swift.Never |
| 22114 | } |
| 22115 | #endif |
| 22116 | @available(iOS 13.0, tvOS 13.0, *) |
| 22117 | @available(macOS, unavailable) |
| 22118 | @available(watchOS, unavailable) |
| 16205 | get { .init() } |
| 16206 | } |
| 16207 | } |
| 16208 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 16209 | public struct PlainTextFieldStyle : SwiftUI.TextFieldStyle { |
| 16210 | public init() |
| 16211 | public func _body(configuration: SwiftUI.TextField<SwiftUI.PlainTextFieldStyle._Label>) -> some SwiftUICore.View |
| 16212 | |
| 16213 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 16214 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI19PlainTextFieldStyleV5_body13configurationQrAA0dE0VyAA01_deF5LabelVG_tF", 0) __ |
| 16215 | } |
| 16216 | @available(*, unavailable) |
| 16217 | extension SwiftUI.PlainTextFieldStyle : Swift.Sendable { |
| 16218 | } |
| 16219 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 16220 | public struct ToolbarDefaultItemKind { |
| 16221 | public static let sidebarToggle: SwiftUI.ToolbarDefaultItemKind |
| 22146 | get { .init() } |
| 22147 | } |
| 22148 | } |
| 22149 | #if compiler(>=5.3) && $TildeSendable |
| 22150 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 22151 | public struct PlainTextFieldStyle : SwiftUI.TextFieldStyle, ~Swift.Sendable { |
| 22152 | public init() |
| 22153 | public func _body(configuration: SwiftUI.TextField<SwiftUI.PlainTextFieldStyle._Label>) -> some SwiftUICore.View |
| 22154 | |
| 22155 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 22156 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI19PlainTextFieldStyleV5_body13configurationQrAA0dE0VyAA01_deF5LabelVG_tF", 0) __ |
| 22157 | } |
| 22158 | #else |
| 22159 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 22160 | public struct PlainTextFieldStyle : SwiftUI.TextFieldStyle { |
| 22161 | public init() |
| 22162 | public func _body(configuration: SwiftUI.TextField<SwiftUI.PlainTextFieldStyle._Label>) -> some SwiftUICore.View |
| 22163 | |
| 22164 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 22165 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI19PlainTextFieldStyleV5_body13configurationQrAA0dE0VyAA01_deF5LabelVG_tF", 0) __ |
| 22166 | } |
| 22167 | #endif |
| 22168 | #if compiler(>=5.3) && $TildeSendable |
| 22169 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22170 | public struct ToolbarDefaultItemKind : ~Swift.Sendable { |
| 22171 | public static let sidebarToggle: SwiftUI.ToolbarDefaultItemKind |
| 22172 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 22173 | @available(tvOS, unavailable) |
| 22174 | @available(watchOS, unavailable) |
| 22175 | public static let title: SwiftUI.ToolbarDefaultItemKind |
| 22176 | @available(iOS 26.0, macOS 26.0, visionOS 26.0, *) |
| 22177 | @available(tvOS, unavailable) |
| 22178 | @available(watchOS, unavailable) |
| 22179 | public static let search: SwiftUI.ToolbarDefaultItemKind |
| 22180 | } |
| 22181 | #else |
| 22182 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22183 | public struct ToolbarDefaultItemKind { |
| 22184 | public static let sidebarToggle: SwiftUI.ToolbarDefaultItemKind |
| 16228 | @available(watchOS, unavailable) |
| 16229 | public static let search: SwiftUI.ToolbarDefaultItemKind |
| 16230 | } |
| 16231 | @available(*, unavailable) |
| 16232 | extension SwiftUI.ToolbarDefaultItemKind : Swift.Sendable { |
| 16233 | } |
| 16234 | @available(iOS 15.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 16235 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderedButtonStyle { |
| 16236 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var bordered: SwiftUI.BorderedButtonStyle { |
| 16237 | get { .init() } |
| 16238 | } |
| 16239 | } |
| 16240 | @available(iOS 15.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 16241 | public struct BorderedButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 16242 | public init() |
| 16243 | @available(iOS, unavailable) |
| 16244 | @available(macOS, unavailable) |
| 16245 | @available(tvOS, unavailable) |
| 16246 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 16247 | @available(visionOS, unavailable) |
| 16248 | public init(tint: SwiftUICore.Color) |
| 16249 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderedButtonStyle.Configuration) -> some SwiftUICore.View |
| 16250 | |
| 16251 | @available(iOS 15.0, tvOS 13.0, watchOS 7.0, macOS 10.15, *) |
| 16252 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19BorderedButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 16253 | } |
| 16254 | @available(*, unavailable) |
| 16255 | extension SwiftUI.BorderedButtonStyle : Swift.Sendable { |
| 16256 | } |
| 16257 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16258 | extension SwiftUICore.Text.LineStyle { |
| 16259 | public init?(nsUnderlineStyle: UIKit.NSUnderlineStyle) |
| 22191 | @available(watchOS, unavailable) |
| 22192 | public static let search: SwiftUI.ToolbarDefaultItemKind |
| 22193 | } |
| 22194 | #endif |
| 22195 | @available(iOS 15.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 22196 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderedButtonStyle { |
| 22197 | @_alwaysEmitIntoClient nonisolated public static var bordered: SwiftUI.BorderedButtonStyle { |
| 22198 | get { .init() } |
| 22199 | } |
| 22200 | } |
| 22201 | #if compiler(>=5.3) && $TildeSendable |
| 22202 | @available(iOS 15.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 22203 | nonisolated public struct BorderedButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 22204 | nonisolated public init() |
| 22205 | @available(iOS, unavailable) |
| 22206 | @available(macOS, unavailable) |
| 22207 | @available(tvOS, unavailable) |
| 22208 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22209 | @available(visionOS, unavailable) |
| 22210 | nonisolated public init(tint: SwiftUICore.Color) |
| 22211 | nonisolated public func makeBody(configuration: SwiftUI.BorderedButtonStyle.Configuration) -> some SwiftUICore.View |
| 22212 | |
| 22213 | @available(macOS 10.15, iOS 15.0, tvOS 13.0, watchOS 7.0, *) |
| 22214 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19BorderedButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 22215 | } |
| 22216 | #else |
| 22217 | @available(iOS 15.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *) |
| 22218 | nonisolated public struct BorderedButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 22219 | nonisolated public init() |
| 22220 | @available(iOS, unavailable) |
| 22221 | @available(macOS, unavailable) |
| 22222 | @available(tvOS, unavailable) |
| 22223 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22224 | @available(visionOS, unavailable) |
| 22225 | nonisolated public init(tint: SwiftUICore.Color) |
| 22226 | nonisolated public func makeBody(configuration: SwiftUI.BorderedButtonStyle.Configuration) -> some SwiftUICore.View |
| 22227 | |
| 22228 | @available(macOS 10.15, iOS 15.0, tvOS 13.0, watchOS 7.0, *) |
| 22229 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19BorderedButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 22230 | } |
| 22231 | #endif |
| 22232 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22233 | extension SwiftUICore.Text.LineStyle { |
| 22234 | public init?(nsUnderlineStyle: UIKit.NSUnderlineStyle) |
| 16262 | extension UIKit.NSUnderlineStyle { |
| 16263 | public init(_ lineStyle: SwiftUICore.Text.LineStyle) |
| 16264 | } |
| 16265 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 16266 | @_functionBuilder public struct SceneBuilder { |
| 16267 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene { |
| 16268 | content |
| 16269 | } |
| 16270 | @available(*, unavailable, message: "Provide at leas one scene") |
| 16271 | public static func buildBlock() -> some SwiftUI.Scene |
| 16272 | |
| 16273 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene |
| 16274 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Scene where repeat each Content : SwiftUI.Scene { |
| 16275 | _TupleScene((repeat each content)) |
| 16276 | } |
| 16277 | |
| 16278 | } |
| 16279 | @available(*, unavailable) |
| 16280 | extension SwiftUI.SceneBuilder : Swift.Sendable { |
| 16281 | } |
| 16282 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 16283 | extension SwiftUI.SceneBuilder { |
| 16284 | @_alwaysEmitIntoClient public static func buildOptional(_ scene: (any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker)?) -> some SwiftUI.Scene { |
| 16285 | if #unavailable(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1) { |
| 16286 | return _EmptyScene() |
| 16287 | } else { |
| 22237 | extension UIKit.NSUnderlineStyle { |
| 22238 | public init(_ lineStyle: SwiftUICore.Text.LineStyle) |
| 22239 | } |
| 22240 | #if compiler(>=5.3) && $TildeSendable |
| 22241 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 22242 | @_functionBuilder public struct SceneBuilder : ~Swift.Sendable { |
| 22243 | #if compiler(>=5.3) && $InlineAlways |
| 22244 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene { |
| 22245 | content |
| 22246 | } |
| 22247 | #else |
| 22248 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene { |
| 22249 | content |
| 22250 | } |
| 22251 | #endif |
| 22252 | @available(*, unavailable, message: "Provide at leas one scene") |
| 22253 | public static func buildBlock() -> some SwiftUI.Scene |
| 22254 | |
| 22255 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene |
| 22256 | #if compiler(>=5.3) && $InlineAlways |
| 22257 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Scene where repeat each Content : SwiftUI.Scene { |
| 22258 | _TupleScene((repeat each content)) |
| 22259 | } |
| 22260 | |
| 22261 | #else |
| 22262 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Scene where repeat each Content : SwiftUI.Scene { |
| 22263 | _TupleScene((repeat each content)) |
| 22264 | } |
| 22265 | |
| 22266 | #endif |
| 22267 | } |
| 22268 | #else |
| 22269 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 22270 | @_functionBuilder public struct SceneBuilder { |
| 22271 | #if compiler(>=5.3) && $InlineAlways |
| 22272 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene { |
| 22273 | content |
| 22274 | } |
| 22275 | #else |
| 22276 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene { |
| 22277 | content |
| 22278 | } |
| 22279 | #endif |
| 22280 | @available(*, unavailable, message: "Provide at leas one scene") |
| 22281 | public static func buildBlock() -> some SwiftUI.Scene |
| 22282 | |
| 22283 | public static func buildBlock<Content>(_ content: Content) -> Content where Content : SwiftUI.Scene |
| 22284 | #if compiler(>=5.3) && $InlineAlways |
| 22285 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Scene where repeat each Content : SwiftUI.Scene { |
| 22286 | _TupleScene((repeat each content)) |
| 22287 | } |
| 22288 | |
| 22289 | #else |
| 22290 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Scene where repeat each Content : SwiftUI.Scene { |
| 22291 | _TupleScene((repeat each content)) |
| 22292 | } |
| 22293 | |
| 22294 | #endif |
| 22295 | } |
| 22296 | #endif |
| 22297 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 22298 | extension SwiftUI.SceneBuilder { |
| 22299 | #if compiler(>=5.3) && $InlineAlways |
| 22300 | @_alwaysEmitIntoClient @inline(always) public static func buildOptional(_ scene: (any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker)?) -> some SwiftUI.Scene { |
| 22301 | if #unavailable(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1) { |
| 22302 | return _EmptyScene() |
| 22303 | } else { |
| 16293 | } |
| 16294 | } |
| 16295 | |
| 16296 | @available(*, unavailable, message: "if statements in a SceneBuilder can only be used with #available clauses") |
| 16297 | public static func buildOptional<S>(_ scene: S?) where S : SwiftUI.Scene |
| 16298 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1, visionOS 1.0, *) |
| 16299 | @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ scene: some Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 16300 | return LimitedAvailabilityScene(scene) |
| 16301 | } |
| 16302 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 16303 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 16304 | @available(watchOS, deprecated: 7.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 16305 | @available(tvOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(tvOS 16.1, *)' or newer instead") |
| 16306 | @available(visionOS, unavailable) |
| 16307 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ scene: any SwiftUI.Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 16308 | fatalError("Unavailable") |
| 16309 | } |
| 16310 | } |
| 16311 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 16312 | @_marker public protocol _LimitedAvailabilitySceneMarker { |
| 22309 | } |
| 22310 | } |
| 22311 | |
| 22312 | #else |
| 22313 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildOptional(_ scene: (any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker)?) -> some SwiftUI.Scene { |
| 22314 | if #unavailable(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1) { |
| 22315 | return _EmptyScene() |
| 22316 | } else { |
| 22317 | return if let scene { |
| 22318 | scene as! LimitedAvailabilityScene |
| 22319 | } else { |
| 22320 | LimitedAvailabilityScene(_EmptyScene()) |
| 22321 | } |
| 22322 | } |
| 22323 | } |
| 22324 | |
| 22325 | #endif |
| 22326 | @available(*, unavailable, message: "if statements in a SceneBuilder can only be used with #available clauses") |
| 22327 | public static func buildOptional<S>(_ scene: S?) where S : SwiftUI.Scene |
| 22328 | #if compiler(>=5.3) && $InlineAlways |
| 22329 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1, visionOS 1.0, *) |
| 22330 | @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ scene: some Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 22331 | return LimitedAvailabilityScene(scene) |
| 22332 | } |
| 22333 | #else |
| 22334 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, tvOS 16.1, visionOS 1.0, *) |
| 22335 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ scene: some Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 22336 | return LimitedAvailabilityScene(scene) |
| 22337 | } |
| 22338 | #endif |
| 22339 | #if compiler(>=5.3) && $InlineAlways |
| 22340 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 22341 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 22342 | @available(watchOS, deprecated: 7.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 22343 | @available(tvOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(tvOS 16.1, *)' or newer instead") |
| 22344 | @available(visionOS, unavailable) |
| 22345 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ scene: any SwiftUI.Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 22346 | fatalError("Unavailable") |
| 22347 | } |
| 22348 | #else |
| 22349 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 22350 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 22351 | @available(watchOS, deprecated: 7.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 22352 | @available(tvOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(tvOS 16.1, *)' or newer instead") |
| 22353 | @available(visionOS, unavailable) |
| 22354 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ scene: any SwiftUI.Scene) -> any SwiftUI.Scene & SwiftUI._LimitedAvailabilitySceneMarker { |
| 22355 | fatalError("Unavailable") |
| 22356 | } |
| 22357 | #endif |
| 22358 | } |
| 22359 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 22360 | @_marker public protocol _LimitedAvailabilitySceneMarker { |
| 16343 | get { .init() } |
| 16344 | } |
| 16345 | } |
| 16346 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16347 | public struct DefaultTabViewStyle : SwiftUI.TabViewStyle { |
| 16348 | public init() |
| 16349 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 16350 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 16351 | } |
| 16352 | @available(*, unavailable) |
| 16353 | extension SwiftUI.DefaultTabViewStyle : Swift.Sendable { |
| 16354 | } |
| 16355 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 16356 | @available(tvOS, unavailable) |
| 16357 | @available(watchOS, unavailable) |
| 16358 | public struct PlainTextEditorStyle : SwiftUI.TextEditorStyle { |
| 16359 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.PlainTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 16360 | |
| 16361 | public init() |
| 16362 | @available(iOS 17.0, visionOS 1.0, macOS 14.0, *) |
| 16363 | @available(tvOS, unavailable) |
| 16364 | @available(watchOS, unavailable) |
| 16365 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20PlainTextEditorStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 16366 | } |
| 16367 | @available(*, unavailable) |
| 16368 | extension SwiftUI.PlainTextEditorStyle : Swift.Sendable { |
| 16369 | } |
| 16370 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 16371 | @available(tvOS, unavailable) |
| 16372 | @available(watchOS, unavailable) |
| 22391 | get { .init() } |
| 22392 | } |
| 22393 | } |
| 22394 | #if compiler(>=5.3) && $TildeSendable |
| 22395 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22396 | nonisolated public struct DefaultTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 22397 | nonisolated public init() |
| 22398 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 22399 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 22400 | } |
| 22401 | #else |
| 22402 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22403 | nonisolated public struct DefaultTabViewStyle : SwiftUI.TabViewStyle { |
| 22404 | nonisolated public init() |
| 22405 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 22406 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.DefaultTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 22407 | } |
| 22408 | #endif |
| 22409 | #if compiler(>=5.3) && $TildeSendable |
| 22410 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 22411 | @available(tvOS, unavailable) |
| 22412 | @available(watchOS, unavailable) |
| 22413 | nonisolated public struct PlainTextEditorStyle : SwiftUI.TextEditorStyle, ~Swift.Sendable { |
| 22414 | nonisolated public func makeBody(configuration: SwiftUI.PlainTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 22415 | |
| 22416 | nonisolated public init() |
| 22417 | @available(macOS 14.0, iOS 17.0, visionOS 1.0, *) |
| 22418 | @available(tvOS, unavailable) |
| 22419 | @available(watchOS, unavailable) |
| 22420 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20PlainTextEditorStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 22421 | } |
| 22422 | #else |
| 22423 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 22424 | @available(tvOS, unavailable) |
| 22425 | @available(watchOS, unavailable) |
| 22426 | nonisolated public struct PlainTextEditorStyle : SwiftUI.TextEditorStyle { |
| 22427 | nonisolated public func makeBody(configuration: SwiftUI.PlainTextEditorStyle.Configuration) -> some SwiftUICore.View |
| 22428 | |
| 22429 | nonisolated public init() |
| 22430 | @available(macOS 14.0, iOS 17.0, visionOS 1.0, *) |
| 22431 | @available(tvOS, unavailable) |
| 22432 | @available(watchOS, unavailable) |
| 22433 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20PlainTextEditorStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 22434 | } |
| 22435 | #endif |
| 22436 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 22437 | @available(tvOS, unavailable) |
| 22438 | @available(watchOS, unavailable) |
| 16383 | get { .init() } |
| 16384 | } |
| 16385 | } |
| 16386 | @available(iOS 13.0, watchOS 10.0, *) |
| 16387 | @available(macOS, unavailable) |
| 16388 | @available(tvOS, unavailable) |
| 22449 | get { .init() } |
| 22450 | } |
| 22451 | } |
| 22452 | #if compiler(>=5.3) && $TildeSendable |
| 22453 | @available(iOS 13.0, watchOS 10.0, *) |
| 22454 | @available(macOS, unavailable) |
| 22455 | @available(tvOS, unavailable) |
| 22456 | @_Concurrency.MainActor @preconcurrency public struct WheelDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 22457 | @_Concurrency.MainActor @preconcurrency public init() |
| 22458 | @available(iOS 16.0, *) |
| 22459 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.WheelDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 22460 | |
| 22461 | @available(iOS 13.0, watchOS 10.0, *) |
| 22462 | @available(macOS, unavailable) |
| 22463 | @available(tvOS, unavailable) |
| 22464 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20WheelDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 22465 | @available(iOS 13.0, watchOS 10.0, *) |
| 22466 | @available(macOS, unavailable) |
| 22467 | @available(tvOS, unavailable) |
| 22468 | public typealias _Body = SwiftUICore.EmptyView |
| 22469 | } |
| 22470 | #else |
| 22471 | @available(iOS 13.0, watchOS 10.0, *) |
| 22472 | @available(macOS, unavailable) |
| 22473 | @available(tvOS, unavailable) |
| 16392 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.WheelDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 16393 | |
| 16394 | @available(iOS 13.0, watchOS 10.0, *) |
| 16395 | @available(tvOS, unavailable) |
| 16396 | @available(macOS, unavailable) |
| 16397 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20WheelDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 16398 | @available(iOS 13.0, watchOS 10.0, *) |
| 16399 | @available(tvOS, unavailable) |
| 16400 | @available(macOS, unavailable) |
| 16401 | public typealias _Body = SwiftUICore.EmptyView |
| 16402 | } |
| 16403 | @available(*, unavailable) |
| 16404 | extension SwiftUI.WheelDatePickerStyle : Swift.Sendable { |
| 16405 | } |
| 16406 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 16407 | extension SwiftUICore.View { |
| 16408 | nonisolated public func accessibilityIdentifier(_ identifier: Swift.String, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 22477 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.WheelDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 22478 | |
| 22479 | @available(iOS 13.0, watchOS 10.0, *) |
| 22480 | @available(macOS, unavailable) |
| 22481 | @available(tvOS, unavailable) |
| 22482 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20WheelDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 22483 | @available(iOS 13.0, watchOS 10.0, *) |
| 22484 | @available(macOS, unavailable) |
| 22485 | @available(tvOS, unavailable) |
| 22486 | public typealias _Body = SwiftUICore.EmptyView |
| 22487 | } |
| 22488 | #endif |
| 22489 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 22490 | extension SwiftUICore.View { |
| 22491 | nonisolated public func accessibilityIdentifier(_ identifier: Swift.String, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 16424 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 16425 | nonisolated public func accessibilityIdentifier(_ identifier: Swift.String) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 16426 | } |
| 16427 | @available(iOS 15.0, *) |
| 16428 | @available(macOS, unavailable) |
| 16429 | @available(tvOS, unavailable) |
| 16430 | @available(watchOS, unavailable) |
| 16431 | extension SwiftUICore.View { |
| 16432 | @inlinable nonisolated public func listRowSpacing(_ spacing: CoreFoundation.CGFloat?) -> some SwiftUICore.View { |
| 16433 | environment(\.listRowSpacing, spacing) |
| 16434 | } |
| 16435 | |
| 16436 | } |
| 16437 | @available(iOS 15.0, *) |
| 16438 | @available(macOS, unavailable) |
| 16439 | @available(tvOS, unavailable) |
| 16440 | @available(watchOS, unavailable) |
| 16441 | extension SwiftUICore.EnvironmentValues { |
| 16442 | @usableFromInline |
| 22507 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 22508 | nonisolated public func accessibilityIdentifier(_ identifier: Swift.String) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 22509 | } |
| 22510 | @available(iOS 15.0, tvOS 27.0, *) |
| 22511 | @available(macOS, unavailable) |
| 22512 | @available(watchOS, unavailable) |
| 22513 | extension SwiftUICore.View { |
| 22514 | @inlinable nonisolated public func listRowSpacing(_ spacing: CoreFoundation.CGFloat?) -> some SwiftUICore.View { |
| 22515 | environment(\.listRowSpacing, spacing) |
| 22516 | } |
| 22517 | |
| 22518 | } |
| 22519 | @available(iOS 15.0, tvOS 27.0, *) |
| 22520 | @available(macOS, unavailable) |
| 22521 | @available(watchOS, unavailable) |
| 22522 | extension SwiftUICore.EnvironmentValues { |
| 22523 | @usableFromInline |
| 16452 | } |
| 16453 | extension SwiftUICore.View { |
| 16454 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 16455 | nonisolated public func safeAreaBar(edge: SwiftUICore.VerticalEdge, alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ViewBuilder content: () -> some View) -> some SwiftUICore.View |
| 16456 | |
| 16457 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 16458 | nonisolated public func safeAreaBar(edge: SwiftUICore.HorizontalEdge, alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ViewBuilder content: () -> some View) -> some SwiftUICore.View |
| 16459 | |
| 16460 | } |
| 16461 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 16462 | public struct LongPressGesture : SwiftUICore.Gesture { |
| 16463 | public var minimumDuration: Swift.Double |
| 16464 | @available(tvOS, unavailable) |
| 16465 | public var maximumDistance: CoreFoundation.CGFloat { |
| 16466 | get |
| 16467 | set |
| 16468 | } |
| 16469 | @available(tvOS, unavailable) |
| 16470 | public init(minimumDuration: Swift.Double = 0.5, maximumDistance: CoreFoundation.CGFloat = 10) |
| 16471 | @available(iOS, unavailable) |
| 16472 | @available(macOS, unavailable) |
| 16473 | @available(watchOS, unavailable) |
| 16474 | @available(visionOS, unavailable) |
| 16475 | public init(minimumDuration: Swift.Double = 0.5) |
| 16476 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.LongPressGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.LongPressGesture.Value> |
| 16477 | public typealias Value = Swift.Bool |
| 16478 | @available(iOS 13.0, tvOS 14.0, watchOS 6.0, macOS 10.15, *) |
| 16479 | public typealias Body = Swift.Never |
| 16480 | } |
| 16481 | @available(*, unavailable) |
| 16482 | extension SwiftUI.LongPressGesture : Swift.Sendable { |
| 16483 | } |
| 16484 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 16485 | extension SwiftUICore.View { |
| 22533 | } |
| 22534 | extension SwiftUICore.View { |
| 22535 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22536 | nonisolated public func safeAreaBar(edge: SwiftUICore.VerticalEdge, alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ContentBuilder content: () -> some View) -> some SwiftUICore.View |
| 22537 | |
| 22538 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22539 | nonisolated public func safeAreaBar(edge: SwiftUICore.HorizontalEdge, alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ContentBuilder content: () -> some View) -> some SwiftUICore.View |
| 22540 | |
| 22541 | } |
| 22542 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 22543 | @available(tvOS, unavailable) |
| 22544 | @available(watchOS, unavailable) |
| 22545 | public struct DocumentCreationSource : Swift.Sendable, Swift.Hashable { |
| 22546 | public let id: Swift.String |
| 22547 | @available(macOS, unavailable) |
| 22548 | public init(id: Swift.String) |
| 22549 | public static func == (a: SwiftUI.DocumentCreationSource, b: SwiftUI.DocumentCreationSource) -> Swift.Bool |
| 22550 | public func hash(into hasher: inout Swift.Hasher) |
| 22551 | public var hashValue: Swift.Int { |
| 22552 | get |
| 22553 | } |
| 22554 | } |
| 22555 | @available(iOS 27.0, visionOS 27.0, *) |
| 22556 | @available(macOS, unavailable) |
| 22557 | @available(tvOS, unavailable) |
| 22558 | @available(watchOS, unavailable) |
| 22559 | extension SwiftUI.NewDocumentButton where Label == SwiftUICore.Text { |
| 22560 | nonisolated public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource) |
| 22561 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource) |
| 22562 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource) |
| 22563 | @_disfavoredOverload nonisolated public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource) |
| 22564 | nonisolated public init<D>(_ label: SwiftUICore.Text? = nil, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource, _ prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 22565 | nonisolated public init<D>(_ title: SwiftUICore.LocalizedStringKey, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource, _ prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 22566 | @_disfavoredOverload nonisolated public init<D>(_ title: some StringProtocol, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource, _ prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 22567 | @_disfavoredOverload nonisolated public init<D>(_ title: Foundation.LocalizedStringResource, for documentType: D.Type = D.self, contentType: UniformTypeIdentifiers.UTType? = nil, source: SwiftUI.DocumentCreationSource, _ prepareDocument: @escaping () async throws -> D? = { nil }) where D : SwiftUI.FileDocument |
| 22568 | nonisolated public init(_ label: SwiftUICore.Text? = nil, contentType: UniformTypeIdentifiers.UTType, source: SwiftUI.DocumentCreationSource, _ prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 22569 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, contentType: UniformTypeIdentifiers.UTType, source: SwiftUI.DocumentCreationSource, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 22570 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, contentType: UniformTypeIdentifiers.UTType, source: SwiftUI.DocumentCreationSource, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 22571 | @_disfavoredOverload nonisolated public init(_ title: Foundation.LocalizedStringResource, contentType: UniformTypeIdentifiers.UTType, source: SwiftUI.DocumentCreationSource, prepareDocumentURL: @escaping () async throws -> Foundation.URL? = { nil }) |
| 22572 | } |
| 22573 | #if compiler(>=5.3) && $TildeSendable |
| 22574 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 22575 | nonisolated public struct LongPressGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 22576 | public var minimumDuration: Swift.Double |
| 22577 | @available(tvOS, unavailable) |
| 22578 | nonisolated public var maximumDistance: CoreFoundation.CGFloat { |
| 22579 | get |
| 22580 | set |
| 22581 | } |
| 22582 | @available(tvOS, unavailable) |
| 22583 | nonisolated public init(minimumDuration: Swift.Double = 0.5, maximumDistance: CoreFoundation.CGFloat = 10) |
| 22584 | @available(iOS, unavailable) |
| 22585 | @available(macOS, unavailable) |
| 22586 | @available(watchOS, unavailable) |
| 22587 | @available(visionOS, unavailable) |
| 22588 | nonisolated public init(minimumDuration: Swift.Double = 0.5) |
| 22589 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.LongPressGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.LongPressGesture.Value> |
| 22590 | public typealias Value = Swift.Bool |
| 22591 | @available(macOS 10.15, iOS 13.0, tvOS 14.0, watchOS 6.0, *) |
| 22592 | public typealias Body = Swift.Never |
| 22593 | } |
| 22594 | #else |
| 22595 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 22596 | nonisolated public struct LongPressGesture : SwiftUICore.Gesture { |
| 22597 | public var minimumDuration: Swift.Double |
| 22598 | @available(tvOS, unavailable) |
| 22599 | nonisolated public var maximumDistance: CoreFoundation.CGFloat { |
| 22600 | get |
| 22601 | set |
| 22602 | } |
| 22603 | @available(tvOS, unavailable) |
| 22604 | nonisolated public init(minimumDuration: Swift.Double = 0.5, maximumDistance: CoreFoundation.CGFloat = 10) |
| 22605 | @available(iOS, unavailable) |
| 22606 | @available(macOS, unavailable) |
| 22607 | @available(watchOS, unavailable) |
| 22608 | @available(visionOS, unavailable) |
| 22609 | nonisolated public init(minimumDuration: Swift.Double = 0.5) |
| 22610 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.LongPressGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.LongPressGesture.Value> |
| 22611 | public typealias Value = Swift.Bool |
| 22612 | @available(macOS 10.15, iOS 13.0, tvOS 14.0, watchOS 6.0, *) |
| 22613 | public typealias Body = Swift.Never |
| 22614 | } |
| 22615 | #endif |
| 22616 | @available(anyAppleOS 27.0, *) |
| 22617 | @available(tvOS, unavailable) |
| 22618 | extension SwiftUI.LongPressGesture { |
| 22619 | nonisolated public init(minimumDuration: Swift.Double = 0.5, maximumDistance: CoreFoundation.CGFloat = 10, inputKinds: SwiftUICore.GestureInputKinds = .all) |
| 22620 | } |
| 22621 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 22622 | extension SwiftUICore.View { |
| 16502 | pressing: onPressingChanged, |
| 16503 | perform: action) |
| 16504 | } |
| 16505 | |
| 16506 | } |
| 16507 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 22639 | pressing: onPressingChanged, |
| 22640 | perform: action) |
| 22641 | } |
| 22642 | |
| 22643 | } |
| 22644 | @available(anyAppleOS 27.0, *) |
| 22645 | @available(tvOS, unavailable) |
| 22646 | extension SwiftUICore.View { |
| 22647 | nonisolated public func onLongPressGesture(minimumDuration: Swift.Double = 0.5, maximumDistance: CoreFoundation.CGFloat = 10, inputKinds: SwiftUICore.GestureInputKinds = .all, perform action: @escaping () -> Swift.Void, onPressingChanged: ((Swift.Bool) -> Swift.Void)? = nil) -> some SwiftUICore.View |
| 22648 | |
| 22649 | } |
| 22650 | @available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 14.0, *) |
| 16528 | associatedtype Body : Swift.RandomAccessCollection where Self.Body.Element == SwiftUI.SliderTick<Self.Value> |
| 16529 | var body: Self.Body { get } |
| 16530 | } |
| 16531 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 16532 | @available(tvOS, unavailable) |
| 16533 | public struct SliderTickContentForEach<Data, ID, Content> : SwiftUI.SliderTickContent where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUI.SliderTickContent { |
| 22671 | associatedtype Body : Swift.RandomAccessCollection where Self.Body.Element == SwiftUI.SliderTick<Self.Value> |
| 22672 | var body: Self.Body { get } |
| 22673 | } |
| 22674 | #if compiler(>=5.3) && $TildeSendable |
| 22675 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22676 | @available(tvOS, unavailable) |
| 22677 | public struct SliderTickContentForEach<Data, ID, Content> : SwiftUI.SliderTickContent, ~Swift.Sendable where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUI.SliderTickContent { |
| 22678 | public typealias Value = Content.Value |
| 22679 | public typealias Body = [SwiftUI.SliderTick<SwiftUI.SliderTickContentForEach<Data, ID, Content>.Value>] |
| 22680 | nonisolated public init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.SliderTickBuilder<V> content: @escaping (Data.Element) -> Content) where V == Data.Element, Data.Element == Content.Value |
| 22681 | nonisolated public init<V>(_ data: Data, @SwiftUI.SliderTickBuilder<V> content: @escaping (Data.Element) -> Content) where ID == V.ID, V : Swift.Identifiable, V == Data.Element, Data.Element == Content.Value |
| 22682 | nonisolated public init<V>(_ data: Swift.Range<Swift.Int>, @SwiftUI.SliderTickBuilder<V> content: @escaping (Swift.Range<Swift.Int>.Element) -> Content) where Data == Swift.Range<Swift.Int>, V == Content.Value |
| 22683 | public var body: [SwiftUI.SliderTick<SwiftUI.SliderTickContentForEach<Data, ID, Content>.Value>] { |
| 22684 | get |
| 22685 | } |
| 22686 | } |
| 22687 | #else |
| 22688 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22689 | @available(tvOS, unavailable) |
| 22690 | public struct SliderTickContentForEach<Data, ID, Content> : SwiftUI.SliderTickContent where Data : Swift.RandomAccessCollection, ID : Swift.Hashable, Content : SwiftUI.SliderTickContent { |
| 16540 | get |
| 16541 | } |
| 16542 | } |
| 16543 | @available(*, unavailable) |
| 16544 | extension SwiftUI.SliderTickContentForEach : Swift.Sendable { |
| 16545 | } |
| 16546 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 16547 | @available(tvOS, unavailable) |
| 16548 | extension SwiftUICore._ConditionalContent : SwiftUI.SliderTickContent where TrueContent : SwiftUI.SliderTickContent, FalseContent : SwiftUI.SliderTickContent, TrueContent.Body == FalseContent.Body { |
| 22697 | get |
| 22698 | } |
| 22699 | } |
| 22700 | #endif |
| 22701 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22702 | @available(tvOS, unavailable) |
| 22703 | extension SwiftUICore._ConditionalContent : SwiftUI.SliderTickContent where TrueContent : SwiftUI.SliderTickContent, FalseContent : SwiftUI.SliderTickContent, TrueContent.Body == FalseContent.Body { |
| 16552 | public var body: TrueContent.Body { |
| 16553 | get |
| 16554 | } |
| 16555 | @available(iOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 16556 | @available(tvOS, unavailable) |
| 16557 | public typealias Body = TrueContent.Body |
| 16558 | } |
| 22707 | public var body: TrueContent.Body { |
| 22708 | get |
| 22709 | } |
| 22710 | @available(macOS 26.0, iOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22711 | @available(tvOS, unavailable) |
| 22712 | public typealias Body = TrueContent.Body |
| 22713 | } |
| 16564 | public var body: Swift.Optional<Wrapped>.TicksCollection { |
| 16565 | get |
| 16566 | } |
| 16567 | @available(iOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 16568 | @available(tvOS, unavailable) |
| 16569 | public typealias Body = Swift.Optional<Wrapped>.TicksCollection |
| 16570 | } |
| 16571 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16572 | extension SwiftUICore.View { |
| 16573 | nonisolated public func confirmationDialog<A>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 16574 | |
| 16575 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16576 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 16577 | confirmationDialog( |
| 16578 | Text(titleResource), isPresented: isPresented, |
| 16579 | titleVisibility: titleVisibility, actions: actions) |
| 16580 | } |
| 16581 | |
| 16582 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 16583 | |
| 16584 | nonisolated public func confirmationDialog<A>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 16585 | |
| 16586 | } |
| 16587 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16588 | extension SwiftUICore.View { |
| 16589 | nonisolated public func confirmationDialog<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 16590 | |
| 16591 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16592 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, M>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 16593 | confirmationDialog( |
| 16594 | Text(titleResource), isPresented: isPresented, |
| 16595 | titleVisibility: titleVisibility, actions: actions, |
| 16596 | message: message) |
| 16597 | } |
| 16598 | |
| 16599 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, M>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 16600 | |
| 16601 | nonisolated public func confirmationDialog<A, M>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ViewBuilder actions: () -> A, @SwiftUICore.ViewBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 16602 | |
| 16603 | } |
| 16604 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16605 | extension SwiftUICore.View { |
| 16606 | nonisolated public func confirmationDialog<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 16607 | |
| 16608 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16609 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 16610 | confirmationDialog( |
| 16611 | Text(titleResource), isPresented: isPresented, |
| 16612 | titleVisibility: titleVisibility, presenting: data, |
| 16613 | actions: actions) |
| 16614 | } |
| 16615 | |
| 16616 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 16617 | |
| 16618 | nonisolated public func confirmationDialog<A, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 16619 | |
| 16620 | } |
| 16621 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 16622 | extension SwiftUICore.View { |
| 16623 | nonisolated public func confirmationDialog<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 16624 | |
| 16625 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16626 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 16627 | confirmationDialog( |
| 16628 | Text(titleResource), isPresented: isPresented, |
| 16629 | titleVisibility: titleVisibility, presenting: data, |
| 16630 | actions: actions, message: message) |
| 16631 | } |
| 16632 | |
| 16633 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, M, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 16634 | |
| 16635 | nonisolated public func confirmationDialog<A, M, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ViewBuilder actions: (T) -> A, @SwiftUICore.ViewBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 16636 | |
| 16637 | } |
| 16638 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 16639 | public struct ContentUnavailableView<Label, Description, Actions> : SwiftUICore.View where Label : SwiftUICore.View, Description : SwiftUICore.View, Actions : SwiftUICore.View { |
| 16640 | public init(@SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder description: () -> Description = { EmptyView() }, @SwiftUICore.ViewBuilder actions: () -> Actions = { EmptyView() }) |
| 16641 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 16642 | get |
| 16643 | } |
| 16644 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 16645 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22ContentUnavailableViewV4bodyQrvp", 0) __<Label, Description, Actions> |
| 16646 | } |
| 16647 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 16648 | extension SwiftUI.ContentUnavailableView where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>, Description == SwiftUICore.Text?, Actions == SwiftUICore.EmptyView { |
| 16649 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, image name: Swift.String, description: SwiftUICore.Text? = nil) |
| 22719 | public var body: Swift.Optional<Wrapped>.TicksCollection { |
| 22720 | get |
| 22721 | } |
| 22722 | @available(macOS 26.0, iOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22723 | @available(tvOS, unavailable) |
| 22724 | public typealias Body = Swift.Optional<Wrapped>.TicksCollection |
| 22725 | } |
| 22726 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22727 | extension SwiftUICore.View { |
| 22728 | nonisolated public func confirmationDialog<A>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22729 | |
| 22730 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22731 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 22732 | confirmationDialog( |
| 22733 | Text(titleResource), isPresented: isPresented, |
| 22734 | titleVisibility: titleVisibility, actions: actions) |
| 22735 | } |
| 22736 | |
| 22737 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 22738 | |
| 22739 | nonisolated public func confirmationDialog<A>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22740 | |
| 22741 | } |
| 22742 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22743 | extension SwiftUICore.View { |
| 22744 | nonisolated public func confirmationDialog<A, M>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22745 | |
| 22746 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22747 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, M>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 22748 | confirmationDialog( |
| 22749 | Text(titleResource), isPresented: isPresented, |
| 22750 | titleVisibility: titleVisibility, actions: actions, |
| 22751 | message: message) |
| 22752 | } |
| 22753 | |
| 22754 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, M>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 22755 | |
| 22756 | nonisolated public func confirmationDialog<A, M>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: () -> A, @SwiftUICore.ContentBuilder message: () -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22757 | |
| 22758 | } |
| 22759 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22760 | extension SwiftUICore.View { |
| 22761 | nonisolated public func confirmationDialog<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22762 | |
| 22763 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22764 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View { |
| 22765 | confirmationDialog( |
| 22766 | Text(titleResource), isPresented: isPresented, |
| 22767 | titleVisibility: titleVisibility, presenting: data, |
| 22768 | actions: actions) |
| 22769 | } |
| 22770 | |
| 22771 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 22772 | |
| 22773 | nonisolated public func confirmationDialog<A, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22774 | |
| 22775 | @available(anyAppleOS 27.0, *) |
| 22776 | nonisolated public func confirmationDialog<A, T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22777 | |
| 22778 | @available(anyAppleOS 27.0, *) |
| 22779 | @_disfavoredOverload nonisolated public func confirmationDialog<A, T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22780 | |
| 22781 | @available(anyAppleOS 27.0, *) |
| 22782 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, T>(_ title: S, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View |
| 22783 | |
| 22784 | @available(anyAppleOS 27.0, *) |
| 22785 | nonisolated public func confirmationDialog<A, T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A) -> some SwiftUICore.View where A : SwiftUICore.View |
| 22786 | |
| 22787 | } |
| 22788 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22789 | extension SwiftUICore.View { |
| 22790 | nonisolated public func confirmationDialog<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22791 | |
| 22792 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22793 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public func confirmationDialog<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View { |
| 22794 | confirmationDialog( |
| 22795 | Text(titleResource), isPresented: isPresented, |
| 22796 | titleVisibility: titleVisibility, presenting: data, |
| 22797 | actions: actions, message: message) |
| 22798 | } |
| 22799 | |
| 22800 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, M, T>(_ title: S, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 22801 | |
| 22802 | nonisolated public func confirmationDialog<A, M, T>(_ title: SwiftUICore.Text, isPresented: SwiftUICore.Binding<Swift.Bool>, titleVisibility: SwiftUICore.Visibility = .automatic, presenting data: T?, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22803 | |
| 22804 | @available(anyAppleOS 27.0, *) |
| 22805 | nonisolated public func confirmationDialog<A, M, T>(_ titleKey: SwiftUICore.LocalizedStringKey, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22806 | |
| 22807 | @available(anyAppleOS 27.0, *) |
| 22808 | @_disfavoredOverload nonisolated public func confirmationDialog<A, M, T>(_ titleResource: Foundation.LocalizedStringResource, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22809 | |
| 22810 | @available(anyAppleOS 27.0, *) |
| 22811 | @_disfavoredOverload nonisolated public func confirmationDialog<S, A, M, T>(_ title: S, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where S : Swift.StringProtocol, A : SwiftUICore.View, M : SwiftUICore.View |
| 22812 | |
| 22813 | @available(anyAppleOS 27.0, *) |
| 22814 | nonisolated public func confirmationDialog<A, M, T>(_ title: SwiftUICore.Text, item data: SwiftUICore.Binding<T?>, titleVisibility: SwiftUICore.Visibility = .automatic, @SwiftUICore.ContentBuilder actions: (T) -> A, @SwiftUICore.ContentBuilder message: (T) -> M) -> some SwiftUICore.View where A : SwiftUICore.View, M : SwiftUICore.View |
| 22815 | |
| 22816 | } |
| 22817 | #if compiler(>=5.3) && $TildeSendable |
| 22818 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22819 | nonisolated public struct ContentUnavailableView<Label, Description, Actions> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, Description : SwiftUICore.View, Actions : SwiftUICore.View { |
| 22820 | nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder description: () -> Description = { EmptyView() }, @SwiftUICore.ContentBuilder actions: () -> Actions = { EmptyView() }) |
| 22821 | nonisolated public var body: some SwiftUICore.View { |
| 22822 | get |
| 22823 | } |
| 22824 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22825 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22ContentUnavailableViewV4bodyQrvp", 0) __<Label, Description, Actions> |
| 22826 | } |
| 22827 | #else |
| 22828 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22829 | nonisolated public struct ContentUnavailableView<Label, Description, Actions> : SwiftUICore.View where Label : SwiftUICore.View, Description : SwiftUICore.View, Actions : SwiftUICore.View { |
| 22830 | nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder description: () -> Description = { EmptyView() }, @SwiftUICore.ContentBuilder actions: () -> Actions = { EmptyView() }) |
| 22831 | nonisolated public var body: some SwiftUICore.View { |
| 22832 | get |
| 22833 | } |
| 22834 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22835 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22ContentUnavailableViewV4bodyQrvp", 0) __<Label, Description, Actions> |
| 22836 | } |
| 22837 | #endif |
| 22838 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22839 | extension SwiftUI.ContentUnavailableView where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image>, Description == SwiftUICore.Text?, Actions == SwiftUICore.EmptyView { |
| 22840 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, image name: Swift.String, description: SwiftUICore.Text? = nil) |
| 16676 | } |
| 16677 | public static func search(text: Swift.String) -> SwiftUI.ContentUnavailableView<Label, Description, Actions> |
| 16678 | } |
| 16679 | @available(*, unavailable) |
| 16680 | extension SwiftUI.ContentUnavailableView : Swift.Sendable { |
| 16681 | } |
| 16682 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 16683 | public struct SearchUnavailableContent { |
| 16684 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 16685 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 16686 | get |
| 16687 | } |
| 16688 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 16689 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV5LabelV4bodyQrvp", 0) __ |
| 16690 | } |
| 16691 | @_Concurrency.MainActor @preconcurrency public struct Description : SwiftUICore.View { |
| 16692 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 16693 | get |
| 16694 | } |
| 16695 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 16696 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV11DescriptionV4bodyQrvp", 0) __ |
| 16697 | } |
| 16698 | @_Concurrency.MainActor @preconcurrency public struct Actions : SwiftUICore.View { |
| 16699 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 16700 | get |
| 16701 | } |
| 16702 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 16703 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV7ActionsV4bodyQrvp", 0) __ |
| 16704 | } |
| 16705 | } |
| 16706 | @available(*, unavailable) |
| 16707 | extension SwiftUI.SearchUnavailableContent : Swift.Sendable { |
| 16708 | } |
| 16709 | @available(*, unavailable) |
| 16710 | extension SwiftUI.SearchUnavailableContent.Label : Swift.Sendable { |
| 16711 | } |
| 16712 | @available(*, unavailable) |
| 16713 | extension SwiftUI.SearchUnavailableContent.Description : Swift.Sendable { |
| 16714 | } |
| 16715 | @available(*, unavailable) |
| 16716 | extension SwiftUI.SearchUnavailableContent.Actions : Swift.Sendable { |
| 16717 | } |
| 16718 | @available(macOS 14.0, *) |
| 16719 | @available(iOS, unavailable) |
| 22867 | } |
| 22868 | public static func search(text: Swift.String) -> SwiftUI.ContentUnavailableView<Label, Description, Actions> |
| 22869 | } |
| 22870 | #if compiler(>=5.3) && $TildeSendable |
| 22871 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22872 | public struct SearchUnavailableContent : ~Swift.Sendable { |
| 22873 | nonisolated public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 22874 | nonisolated public var body: some SwiftUICore.View { |
| 22875 | get |
| 22876 | } |
| 22877 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22878 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV5LabelV4bodyQrvp", 0) __ |
| 22879 | } |
| 22880 | nonisolated public struct Description : SwiftUICore.View, ~Swift.Sendable { |
| 22881 | nonisolated public var body: some SwiftUICore.View { |
| 22882 | get |
| 22883 | } |
| 22884 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22885 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV11DescriptionV4bodyQrvp", 0) __ |
| 22886 | } |
| 22887 | nonisolated public struct Actions : SwiftUICore.View, ~Swift.Sendable { |
| 22888 | nonisolated public var body: some SwiftUICore.View { |
| 22889 | get |
| 22890 | } |
| 22891 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22892 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV7ActionsV4bodyQrvp", 0) __ |
| 22893 | } |
| 22894 | } |
| 22895 | #else |
| 22896 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 22897 | public struct SearchUnavailableContent { |
| 22898 | nonisolated public struct Label : SwiftUICore.View { |
| 22899 | nonisolated public var body: some SwiftUICore.View { |
| 22900 | get |
| 22901 | } |
| 22902 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22903 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV5LabelV4bodyQrvp", 0) __ |
| 22904 | } |
| 22905 | nonisolated public struct Description : SwiftUICore.View { |
| 22906 | nonisolated public var body: some SwiftUICore.View { |
| 22907 | get |
| 22908 | } |
| 22909 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22910 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV11DescriptionV4bodyQrvp", 0) __ |
| 22911 | } |
| 22912 | nonisolated public struct Actions : SwiftUICore.View { |
| 22913 | nonisolated public var body: some SwiftUICore.View { |
| 22914 | get |
| 22915 | } |
| 22916 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 22917 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24SearchUnavailableContentV7ActionsV4bodyQrvp", 0) __ |
| 22918 | } |
| 22919 | } |
| 22920 | #endif |
| 22921 | @available(iOS 27.0, *) |
| 22922 | @available(macCatalyst, unavailable) |
| 22923 | @available(macOS, unavailable) |
| 22924 | @available(tvOS, unavailable) |
| 22925 | @available(watchOS, unavailable) |
| 22926 | @available(visionOS, unavailable) |
| 22927 | @_Concurrency.MainActor public protocol SceneAccessoryContent { |
| 22928 | associatedtype Body : SwiftUI.SceneAccessoryContent |
| 22929 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor var body: Self.Body { get } |
| 22930 | nonisolated static func _makeSceneAccessory(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 22931 | } |
| 22932 | @available(iOS 27.0, *) |
| 22933 | @available(macCatalyst, unavailable) |
| 22934 | @available(macOS, unavailable) |
| 22935 | @available(tvOS, unavailable) |
| 22936 | @available(watchOS, unavailable) |
| 22937 | @available(visionOS, unavailable) |
| 22938 | extension SwiftUI.SceneAccessoryContent { |
| 22939 | nonisolated public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<Self>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 22940 | } |
| 22941 | @available(iOS 27.0, *) |
| 22942 | @available(macCatalyst, unavailable) |
| 22943 | @available(macOS, unavailable) |
| 22944 | @available(tvOS, unavailable) |
| 22945 | @available(watchOS, unavailable) |
| 22946 | @available(visionOS, unavailable) |
| 22947 | extension Swift.Never : SwiftUI.SceneAccessoryContent { |
| 22948 | } |
| 22949 | @available(iOS 27.0, *) |
| 22950 | @available(macCatalyst, unavailable) |
| 22951 | @available(macOS, unavailable) |
| 22952 | @available(tvOS, unavailable) |
| 22953 | @available(watchOS, unavailable) |
| 22954 | @available(visionOS, unavailable) |
| 22955 | public struct _SceneAccessoryInputs { |
| 22956 | } |
| 22957 | @available(*, unavailable) |
| 22958 | extension SwiftUI._SceneAccessoryInputs : Swift.Sendable { |
| 22959 | } |
| 22960 | @available(iOS 27.0, *) |
| 22961 | @available(macCatalyst, unavailable) |
| 22962 | @available(macOS, unavailable) |
| 22963 | @available(tvOS, unavailable) |
| 22964 | @available(watchOS, unavailable) |
| 22965 | @available(visionOS, unavailable) |
| 22966 | public struct _SceneAccessoryOutputs { |
| 22967 | } |
| 22968 | @available(*, unavailable) |
| 22969 | extension SwiftUI._SceneAccessoryOutputs : Swift.Sendable { |
| 22970 | } |
| 22971 | @available(macOS 14.0, *) |
| 22972 | @available(iOS, unavailable) |
| 16751 | @_Concurrency.MainActor @preconcurrency public func _prefersDefaultFocus(_ prefersDefaultFocus: Swift.Bool = true) -> some SwiftUICore.View |
| 16752 | |
| 16753 | } |
| 16754 | @available(iOS 16.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 16755 | public struct _DefaultFocusModifier : SwiftUICore.ViewModifier { |
| 16756 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DefaultFocusModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 16757 | @available(iOS 16.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 16758 | public typealias Body = Swift.Never |
| 16759 | } |
| 16760 | @available(*, unavailable) |
| 16761 | extension SwiftUI._DefaultFocusModifier : Swift.Sendable { |
| 16762 | } |
| 16763 | @available(macOS 11.0, watchOS 7.0, *) |
| 16764 | @available(iOS, unavailable) |
| 16765 | @available(tvOS, unavailable) |
| 23004 | @_Concurrency.MainActor @preconcurrency public func _prefersDefaultFocus(_ prefersDefaultFocus: Swift.Bool = true) -> some SwiftUICore.View |
| 23005 | |
| 23006 | } |
| 23007 | #if compiler(>=5.3) && $TildeSendable |
| 23008 | @available(iOS 16.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23009 | nonisolated public struct _DefaultFocusModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 23010 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DefaultFocusModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23011 | @available(macOS 11.0, iOS 16.0, tvOS 14.0, watchOS 7.0, *) |
| 23012 | public typealias Body = Swift.Never |
| 23013 | } |
| 23014 | #else |
| 23015 | @available(iOS 16.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23016 | nonisolated public struct _DefaultFocusModifier : SwiftUICore.ViewModifier { |
| 23017 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DefaultFocusModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23018 | @available(macOS 11.0, iOS 16.0, tvOS 14.0, watchOS 7.0, *) |
| 23019 | public typealias Body = Swift.Never |
| 23020 | } |
| 23021 | #endif |
| 23022 | #if compiler(>=5.3) && $TildeSendable |
| 23023 | @available(macOS 11.0, watchOS 7.0, *) |
| 23024 | @available(iOS, unavailable) |
| 23025 | @available(tvOS, unavailable) |
| 23026 | @available(visionOS, unavailable) |
| 23027 | public struct _FocusSystem : ~Swift.Sendable { |
| 23028 | @available(macOS, introduced: 11.0, deprecated: 11.0, message: "Prototype SPI, do not use.") |
| 23029 | public func resetToDefault() |
| 23030 | } |
| 23031 | #else |
| 23032 | @available(macOS 11.0, watchOS 7.0, *) |
| 23033 | @available(iOS, unavailable) |
| 23034 | @available(tvOS, unavailable) |
| 16768 | @available(macOS, introduced: 11.0, deprecated: 11.0, message: "Prototype SPI, do not use.") |
| 16769 | public func resetToDefault() |
| 16770 | } |
| 16771 | @available(*, unavailable) |
| 16772 | extension SwiftUI._FocusSystem : Swift.Sendable { |
| 16773 | } |
| 16774 | @available(macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 16775 | @available(iOS, unavailable) |
| 16776 | @available(visionOS, unavailable) |
| 16777 | public struct ResetFocusAction { |
| 16778 | public func callAsFunction(in namespace: SwiftUICore.Namespace.ID) |
| 16779 | } |
| 16780 | @available(*, unavailable) |
| 16781 | extension SwiftUI.ResetFocusAction : Swift.Sendable { |
| 16782 | } |
| 16783 | @available(macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 16784 | @available(iOS, unavailable) |
| 16785 | @available(visionOS, unavailable) |
| 23037 | @available(macOS, introduced: 11.0, deprecated: 11.0, message: "Prototype SPI, do not use.") |
| 23038 | public func resetToDefault() |
| 23039 | } |
| 23040 | #endif |
| 23041 | #if compiler(>=5.3) && $TildeSendable |
| 23042 | @available(macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 23043 | @available(iOS, unavailable) |
| 23044 | @available(visionOS, unavailable) |
| 23045 | public struct ResetFocusAction : ~Swift.Sendable { |
| 23046 | public func callAsFunction(in namespace: SwiftUICore.Namespace.ID) |
| 23047 | } |
| 23048 | #else |
| 23049 | @available(macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 23050 | @available(iOS, unavailable) |
| 23051 | @available(visionOS, unavailable) |
| 23052 | public struct ResetFocusAction { |
| 23053 | public func callAsFunction(in namespace: SwiftUICore.Namespace.ID) |
| 23054 | } |
| 23055 | #endif |
| 23056 | @available(macOS 12.0, tvOS 14.0, watchOS 7.0, *) |
| 23057 | @available(iOS, unavailable) |
| 23058 | @available(visionOS, unavailable) |
| 16799 | set |
| 16800 | } |
| 16801 | } |
| 16802 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 16803 | @available(tvOS, unavailable) |
| 16804 | @available(visionOS, unavailable) |
| 16805 | public struct _ControlWidgetAdaptor<Base> : SwiftUI.Widget where Base : SwiftUI.ControlWidget { |
| 16806 | @_Concurrency.MainActor @preconcurrency public init() |
| 16807 | public init(_ base: Base) |
| 16808 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.WidgetConfiguration { |
| 16809 | get |
| 16810 | } |
| 16811 | @available(iOS 18.0, watchOS 26.0, macOS 26.0, *) |
| 16812 | @available(tvOS, unavailable) |
| 16813 | @available(visionOS, unavailable) |
| 16814 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21_ControlWidgetAdaptorV4bodyQrvp", 0) __<Base> |
| 16815 | } |
| 16816 | @available(*, unavailable) |
| 16817 | extension SwiftUI._ControlWidgetAdaptor : Swift.Sendable { |
| 16818 | } |
| 16819 | @available(iOS 15.0, macOS 13.0, tvOS 15.0, watchOS 7.0, *) |
| 16820 | @usableFromInline |
| 16821 | internal struct ListItemReuseIdentifierTrait : SwiftUICore._ViewTraitKey { |
| 16822 | @inlinable internal static var defaultValue: Swift.String { |
| 16823 | get { "ListCell" } |
| 16824 | } |
| 16825 | @available(iOS 15.0, tvOS 15.0, watchOS 7.0, macOS 13.0, *) |
| 16826 | @usableFromInline |
| 16827 | internal typealias Value = Swift.String |
| 16828 | } |
| 16829 | @available(*, unavailable) |
| 16830 | extension SwiftUI.ListItemReuseIdentifierTrait : Swift.Sendable { |
| 16831 | } |
| 16832 | @available(macOS 10.15, *) |
| 16833 | @available(iOS, unavailable) |
| 16834 | @available(tvOS, unavailable) |
| 23072 | set |
| 23073 | } |
| 23074 | } |
| 23075 | #if compiler(>=5.3) && $TildeSendable |
| 23076 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 23077 | @available(tvOS, unavailable) |
| 23078 | @available(visionOS, unavailable) |
| 23079 | nonisolated public struct _ControlWidgetAdaptor<Base> : SwiftUI.Widget, ~Swift.Sendable where Base : SwiftUI.ControlWidget { |
| 23080 | nonisolated public init() |
| 23081 | nonisolated public init(_ base: Base) |
| 23082 | nonisolated public var body: some SwiftUI.WidgetConfiguration { |
| 23083 | get |
| 23084 | } |
| 23085 | @available(macOS 26.0, iOS 18.0, watchOS 26.0, *) |
| 23086 | @available(tvOS, unavailable) |
| 23087 | @available(visionOS, unavailable) |
| 23088 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21_ControlWidgetAdaptorV4bodyQrvp", 0) __<Base> |
| 23089 | } |
| 23090 | #else |
| 23091 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 23092 | @available(tvOS, unavailable) |
| 23093 | @available(visionOS, unavailable) |
| 23094 | nonisolated public struct _ControlWidgetAdaptor<Base> : SwiftUI.Widget where Base : SwiftUI.ControlWidget { |
| 23095 | nonisolated public init() |
| 23096 | nonisolated public init(_ base: Base) |
| 23097 | nonisolated public var body: some SwiftUI.WidgetConfiguration { |
| 23098 | get |
| 23099 | } |
| 23100 | @available(macOS 26.0, iOS 18.0, watchOS 26.0, *) |
| 23101 | @available(tvOS, unavailable) |
| 23102 | @available(visionOS, unavailable) |
| 23103 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21_ControlWidgetAdaptorV4bodyQrvp", 0) __<Base> |
| 23104 | } |
| 23105 | #endif |
| 23106 | #if compiler(>=5.3) && $TildeSendable |
| 23107 | @available(iOS 15.0, macOS 13.0, tvOS 15.0, watchOS 7.0, *) |
| 23108 | @usableFromInline |
| 23109 | internal struct ListItemReuseIdentifierTrait : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 23110 | @inlinable internal static var defaultValue: Swift.String { |
| 23111 | get { "ListCell" } |
| 23112 | } |
| 23113 | @available(macOS 13.0, iOS 15.0, tvOS 15.0, watchOS 7.0, *) |
| 23114 | @usableFromInline |
| 23115 | internal typealias Value = Swift.String |
| 23116 | } |
| 23117 | #else |
| 23118 | @available(iOS 15.0, macOS 13.0, tvOS 15.0, watchOS 7.0, *) |
| 23119 | @usableFromInline |
| 23120 | internal struct ListItemReuseIdentifierTrait : SwiftUICore._ViewTraitKey { |
| 23121 | @inlinable internal static var defaultValue: Swift.String { |
| 23122 | get { "ListCell" } |
| 23123 | } |
| 23124 | @available(macOS 13.0, iOS 15.0, tvOS 15.0, watchOS 7.0, *) |
| 23125 | @usableFromInline |
| 23126 | internal typealias Value = Swift.String |
| 23127 | } |
| 23128 | #endif |
| 23129 | @available(macOS 10.15, *) |
| 23130 | @available(iOS, unavailable) |
| 23131 | @available(tvOS, unavailable) |
| 16841 | @available(visionOS, unavailable) |
| 16842 | @_Concurrency.MainActor @preconcurrency public func modifiers(_ modifiers: SwiftUICore.EventModifiers) -> SwiftUI._ModifiersGesture<Self> |
| 16843 | } |
| 16844 | @available(macOS 10.15, *) |
| 16845 | @available(iOS, unavailable) |
| 16846 | @available(tvOS, unavailable) |
| 16847 | @available(watchOS, unavailable) |
| 16848 | @available(visionOS, unavailable) |
| 16849 | public struct _ModifiersGesture<Content> : SwiftUICore.Gesture where Content : SwiftUICore.Gesture { |
| 16850 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ModifiersGesture<Content>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Content.Value> |
| 16851 | @available(macOS 10.15, *) |
| 16852 | @available(iOS, unavailable) |
| 16853 | @available(tvOS, unavailable) |
| 23138 | @available(visionOS, unavailable) |
| 23139 | @_Concurrency.MainActor @preconcurrency public func modifiers(_ modifiers: SwiftUICore.EventModifiers) -> SwiftUI._ModifiersGesture<Self> |
| 23140 | } |
| 23141 | #if compiler(>=5.3) && $TildeSendable |
| 23142 | @available(macOS 10.15, *) |
| 23143 | @available(iOS, unavailable) |
| 23144 | @available(tvOS, unavailable) |
| 23145 | @available(watchOS, unavailable) |
| 23146 | @available(visionOS, unavailable) |
| 23147 | nonisolated public struct _ModifiersGesture<Content> : SwiftUICore.Gesture, ~Swift.Sendable where Content : SwiftUICore.Gesture { |
| 23148 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ModifiersGesture<Content>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Content.Value> |
| 23149 | @available(macOS 10.15, *) |
| 23150 | @available(iOS, unavailable) |
| 23151 | @available(tvOS, unavailable) |
| 16861 | @available(visionOS, unavailable) |
| 16862 | public typealias Value = Content.Value |
| 16863 | } |
| 16864 | @available(*, unavailable) |
| 16865 | extension SwiftUI._ModifiersGesture : Swift.Sendable { |
| 16866 | } |
| 16867 | @available(tvOS 14.0, *) |
| 16868 | @available(iOS, unavailable) |
| 16869 | @available(macOS, unavailable) |
| 23159 | @available(visionOS, unavailable) |
| 23160 | public typealias Value = Content.Value |
| 23161 | } |
| 23162 | #else |
| 23163 | @available(macOS 10.15, *) |
| 23164 | @available(iOS, unavailable) |
| 23165 | @available(tvOS, unavailable) |
| 23166 | @available(watchOS, unavailable) |
| 23167 | @available(visionOS, unavailable) |
| 23168 | nonisolated public struct _ModifiersGesture<Content> : SwiftUICore.Gesture where Content : SwiftUICore.Gesture { |
| 23169 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ModifiersGesture<Content>>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Content.Value> |
| 23170 | @available(macOS 10.15, *) |
| 23171 | @available(iOS, unavailable) |
| 23172 | @available(tvOS, unavailable) |
| 23173 | @available(watchOS, unavailable) |
| 23174 | @available(visionOS, unavailable) |
| 23175 | public typealias Body = Swift.Never |
| 23176 | @available(macOS 10.15, *) |
| 23177 | @available(iOS, unavailable) |
| 23178 | @available(tvOS, unavailable) |
| 23179 | @available(watchOS, unavailable) |
| 23180 | @available(visionOS, unavailable) |
| 23181 | public typealias Value = Content.Value |
| 23182 | } |
| 23183 | #endif |
| 23184 | @available(tvOS 14.0, *) |
| 23185 | @available(iOS, unavailable) |
| 23186 | @available(macOS, unavailable) |
| 16874 | get { .init() } |
| 16875 | } |
| 16876 | } |
| 16877 | @available(tvOS 14.0, *) |
| 16878 | @available(iOS, unavailable) |
| 16879 | @available(macOS, unavailable) |
| 16880 | @available(watchOS, unavailable) |
| 16881 | @available(visionOS, unavailable) |
| 16882 | public struct CardButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 16883 | public init() |
| 16884 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CardButtonStyle.Configuration) -> some SwiftUICore.View |
| 16885 | |
| 16886 | @available(tvOS 14.0, *) |
| 16887 | @available(iOS, unavailable) |
| 16888 | @available(watchOS, unavailable) |
| 16889 | @available(visionOS, unavailable) |
| 16890 | @available(macOS, unavailable) |
| 16891 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15CardButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 16892 | } |
| 16893 | @available(*, unavailable) |
| 16894 | extension SwiftUI.CardButtonStyle : Swift.Sendable { |
| 16895 | } |
| 16896 | @available(iOS 16.0, macOS 13.0, *) |
| 16897 | @available(tvOS, unavailable) |
| 16898 | @available(watchOS, unavailable) |
| 16899 | extension SwiftUI.Scene { |
| 16900 | nonisolated public func commandsRemoved() -> some SwiftUI.Scene |
| 16901 | |
| 16902 | nonisolated public func commandsReplaced<Content>(@SwiftUI.CommandsBuilder content: () -> Content) -> some SwiftUI.Scene where Content : SwiftUI.Commands |
| 16903 | |
| 16904 | } |
| 16905 | @available(watchOS 6.0, *) |
| 16906 | @available(iOS, unavailable) |
| 16907 | @available(macOS, unavailable) |
| 16908 | @available(tvOS, unavailable) |
| 16909 | @available(visionOS, unavailable) |
| 16910 | public struct _DigitalCrownModifier : SwiftUICore.ViewModifier { |
| 16911 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DigitalCrownModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 16912 | @available(watchOS 6.0, *) |
| 16913 | @available(iOS, unavailable) |
| 16914 | @available(tvOS, unavailable) |
| 16915 | @available(visionOS, unavailable) |
| 16916 | @available(macOS, unavailable) |
| 16917 | public typealias Body = Swift.Never |
| 16918 | } |
| 16919 | @available(*, unavailable) |
| 16920 | extension SwiftUI._DigitalCrownModifier : Swift.Sendable { |
| 16921 | } |
| 16922 | @available(iOS 14.0, macOS 11.0, *) |
| 16923 | @available(tvOS, unavailable) |
| 16924 | @available(watchOS, unavailable) |
| 23191 | get { .init() } |
| 23192 | } |
| 23193 | } |
| 23194 | #if compiler(>=5.3) && $TildeSendable |
| 23195 | @available(tvOS 14.0, *) |
| 23196 | @available(iOS, unavailable) |
| 23197 | @available(macOS, unavailable) |
| 23198 | @available(watchOS, unavailable) |
| 23199 | @available(visionOS, unavailable) |
| 23200 | nonisolated public struct CardButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 23201 | nonisolated public init() |
| 23202 | nonisolated public func makeBody(configuration: SwiftUI.CardButtonStyle.Configuration) -> some SwiftUICore.View |
| 23203 | |
| 23204 | @available(tvOS 14.0, *) |
| 23205 | @available(macOS, unavailable) |
| 23206 | @available(iOS, unavailable) |
| 23207 | @available(watchOS, unavailable) |
| 23208 | @available(visionOS, unavailable) |
| 23209 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15CardButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 23210 | } |
| 23211 | #else |
| 23212 | @available(tvOS 14.0, *) |
| 23213 | @available(iOS, unavailable) |
| 23214 | @available(macOS, unavailable) |
| 23215 | @available(watchOS, unavailable) |
| 23216 | @available(visionOS, unavailable) |
| 23217 | nonisolated public struct CardButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 23218 | nonisolated public init() |
| 23219 | nonisolated public func makeBody(configuration: SwiftUI.CardButtonStyle.Configuration) -> some SwiftUICore.View |
| 23220 | |
| 23221 | @available(tvOS 14.0, *) |
| 23222 | @available(macOS, unavailable) |
| 23223 | @available(iOS, unavailable) |
| 23224 | @available(watchOS, unavailable) |
| 23225 | @available(visionOS, unavailable) |
| 23226 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI15CardButtonStyleV8makeBody13configurationQrAA09PrimitivedE13ConfigurationV_tF", 0) __ |
| 23227 | } |
| 23228 | #endif |
| 23229 | @available(iOS 16.0, macOS 13.0, *) |
| 23230 | @available(tvOS, unavailable) |
| 23231 | @available(watchOS, unavailable) |
| 23232 | extension SwiftUI.Scene { |
| 23233 | nonisolated public func commandsRemoved() -> some SwiftUI.Scene |
| 23234 | |
| 23235 | nonisolated public func commandsReplaced<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUI.Scene where Content : SwiftUI.Commands |
| 23236 | |
| 23237 | } |
| 23238 | #if compiler(>=5.3) && $TildeSendable |
| 23239 | @available(watchOS 6.0, *) |
| 23240 | @available(iOS, unavailable) |
| 23241 | @available(macOS, unavailable) |
| 23242 | @available(tvOS, unavailable) |
| 23243 | @available(visionOS, unavailable) |
| 23244 | nonisolated public struct _DigitalCrownModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 23245 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DigitalCrownModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23246 | @available(watchOS 6.0, *) |
| 23247 | @available(macOS, unavailable) |
| 23248 | @available(iOS, unavailable) |
| 23249 | @available(tvOS, unavailable) |
| 23250 | @available(visionOS, unavailable) |
| 23251 | public typealias Body = Swift.Never |
| 23252 | } |
| 23253 | #else |
| 23254 | @available(watchOS 6.0, *) |
| 23255 | @available(iOS, unavailable) |
| 23256 | @available(macOS, unavailable) |
| 23257 | @available(tvOS, unavailable) |
| 23258 | @available(visionOS, unavailable) |
| 23259 | nonisolated public struct _DigitalCrownModifier : SwiftUICore.ViewModifier { |
| 23260 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._DigitalCrownModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23261 | @available(watchOS 6.0, *) |
| 23262 | @available(macOS, unavailable) |
| 23263 | @available(iOS, unavailable) |
| 23264 | @available(tvOS, unavailable) |
| 23265 | @available(visionOS, unavailable) |
| 23266 | public typealias Body = Swift.Never |
| 23267 | } |
| 23268 | #endif |
| 23269 | @available(iOS 14.0, macOS 11.0, *) |
| 23270 | @available(tvOS, unavailable) |
| 23271 | @available(watchOS, unavailable) |
| 16942 | @available(tvOS, unavailable) |
| 16943 | @available(watchOS, unavailable) |
| 16944 | extension SwiftUI.DocumentGroup where Document : SwiftUI.FileDocument { |
| 16945 | @preconcurrency nonisolated public init(newDocument: @autoclosure @escaping @Sendable () -> Document, @SwiftUICore.ViewBuilder editor: @escaping (SwiftUI.FileDocumentConfiguration<Document>) -> Content) |
| 16946 | nonisolated public init(viewing documentType: Document.Type, @SwiftUICore.ViewBuilder viewer: @escaping (SwiftUI.FileDocumentConfiguration<Document>) -> Content) |
| 16947 | } |
| 16948 | @available(iOS 14.0, macOS 11.0, *) |
| 16949 | @available(tvOS, unavailable) |
| 16950 | @available(watchOS, unavailable) |
| 16951 | public struct FileDocumentConfiguration<Document> where Document : SwiftUI.FileDocument { |
| 16952 | @SwiftUICore.Binding @_projectedValueProperty($document) public var document: Document { |
| 16953 | get |
| 16954 | @available(iOS 14.0, macOS 11.0, *) |
| 16955 | @available(tvOS, unavailable, introduced: 13.0) |
| 16956 | @available(watchOS, unavailable, introduced: 6.0) |
| 16957 | nonmutating set |
| 16958 | @available(iOS 14.0, macOS 11.0, *) |
| 16959 | @available(tvOS, unavailable, introduced: 13.0) |
| 16960 | @available(watchOS, unavailable, introduced: 6.0) |
| 16961 | nonmutating _modify |
| 23289 | @available(tvOS, unavailable) |
| 23290 | @available(watchOS, unavailable) |
| 23291 | extension SwiftUI.DocumentGroup where Document : SwiftUI.FileDocument { |
| 23292 | @preconcurrency nonisolated public init(newDocument: @autoclosure @escaping @Sendable () -> Document, @SwiftUICore.ContentBuilder editor: @escaping (SwiftUI.FileDocumentConfiguration<Document>) -> Content) |
| 23293 | nonisolated public init(viewing documentType: Document.Type, @SwiftUICore.ContentBuilder viewer: @escaping (SwiftUI.FileDocumentConfiguration<Document>) -> Content) |
| 23294 | } |
| 23295 | #if compiler(>=5.3) && $TildeSendable |
| 23296 | @available(iOS 14.0, macOS 11.0, *) |
| 23297 | @available(tvOS, unavailable) |
| 23298 | @available(watchOS, unavailable) |
| 23299 | public struct FileDocumentConfiguration<Document> : ~Swift.Sendable where Document : SwiftUI.FileDocument { |
| 23300 | @SwiftUICore.Binding @_projectedValueProperty($document) public var document: Document { |
| 23301 | get |
| 23302 | @available(macOS 11.0, iOS 14.0, *) |
| 23303 | @available(tvOS, unavailable, introduced: 13.0) |
| 23304 | @available(watchOS, unavailable, introduced: 6.0) |
| 23305 | nonmutating set |
| 23306 | @available(macOS 11.0, iOS 14.0, *) |
| 23307 | @available(tvOS, unavailable, introduced: 13.0) |
| 23308 | @available(watchOS, unavailable, introduced: 6.0) |
| 23309 | nonmutating _modify |
| 16966 | public var fileURL: Foundation.URL? |
| 16967 | public var isEditable: Swift.Bool |
| 16968 | } |
| 16969 | @available(*, unavailable) |
| 16970 | extension SwiftUI.FileDocumentConfiguration : Swift.Sendable { |
| 16971 | } |
| 16972 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16973 | @frozen public struct Grid<Content> where Content : SwiftUICore.View { |
| 16974 | @usableFromInline |
| 16975 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI.GridLayout, Content> |
| 16976 | @inlinable public init(alignment: SwiftUICore.Alignment = .center, horizontalSpacing: CoreFoundation.CGFloat? = nil, verticalSpacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 16977 | let root = GridLayout(alignment: alignment, |
| 16978 | horizontalSpacing: horizontalSpacing, |
| 16979 | verticalSpacing: verticalSpacing) |
| 16980 | _tree = .init(root) { content() } |
| 16981 | } |
| 16982 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Grid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 16983 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 16984 | public typealias Body = Swift.Never |
| 16985 | } |
| 16986 | @available(*, unavailable) |
| 16987 | extension SwiftUI.Grid : Swift.Sendable { |
| 16988 | } |
| 16989 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 16990 | @frozen public struct GridRow<Content> where Content : SwiftUICore.View { |
| 16991 | @usableFromInline |
| 16992 | internal var alignment: SwiftUICore.VerticalAlignment? |
| 16993 | @usableFromInline |
| 16994 | internal var content: Content |
| 16995 | @inlinable public init(alignment: SwiftUICore.VerticalAlignment? = nil, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 16996 | self.alignment = alignment |
| 16997 | self.content = content() |
| 16998 | } |
| 16999 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 17000 | nonisolated public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 17001 | nonisolated public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 17002 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17003 | public typealias Body = Swift.Never |
| 17004 | } |
| 17005 | @available(*, unavailable) |
| 17006 | extension SwiftUI.GridRow : Swift.Sendable { |
| 17007 | } |
| 17008 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17009 | extension SwiftUICore.View { |
| 17010 | @inlinable nonisolated public func gridCellColumns(_ count: Swift.Int) -> some SwiftUICore.View { |
| 23314 | public var fileURL: Foundation.URL? |
| 23315 | public var isEditable: Swift.Bool |
| 23316 | } |
| 23317 | #else |
| 23318 | @available(iOS 14.0, macOS 11.0, *) |
| 23319 | @available(tvOS, unavailable) |
| 23320 | @available(watchOS, unavailable) |
| 23321 | public struct FileDocumentConfiguration<Document> where Document : SwiftUI.FileDocument { |
| 23322 | @SwiftUICore.Binding @_projectedValueProperty($document) public var document: Document { |
| 23323 | get |
| 23324 | @available(macOS 11.0, iOS 14.0, *) |
| 23325 | @available(tvOS, unavailable, introduced: 13.0) |
| 23326 | @available(watchOS, unavailable, introduced: 6.0) |
| 23327 | nonmutating set |
| 23328 | @available(macOS 11.0, iOS 14.0, *) |
| 23329 | @available(tvOS, unavailable, introduced: 13.0) |
| 23330 | @available(watchOS, unavailable, introduced: 6.0) |
| 23331 | nonmutating _modify |
| 23332 | } |
| 23333 | public var $document: SwiftUICore.Binding<Document> { |
| 23334 | get |
| 23335 | } |
| 23336 | public var fileURL: Foundation.URL? |
| 23337 | public var isEditable: Swift.Bool |
| 23338 | } |
| 23339 | #endif |
| 23340 | @available(*, unavailable) |
| 23341 | extension SwiftUI.FileDocumentConfiguration : Swift.Sendable { |
| 23342 | } |
| 23343 | @available(iOS 27.0, visionOS 27.0, *) |
| 23344 | @available(macOS, unavailable) |
| 23345 | @available(tvOS, unavailable) |
| 23346 | @available(watchOS, unavailable) |
| 23347 | extension SwiftUI.FileDocumentConfiguration { |
| 23348 | public var creationSource: SwiftUI.DocumentCreationSource? { |
| 23349 | get |
| 23350 | } |
| 23351 | } |
| 23352 | #if compiler(>=5.3) && $TildeSendable |
| 23353 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23354 | @frozen nonisolated public struct Grid<Content> : ~Swift.Sendable where Content : SwiftUICore.View { |
| 23355 | @usableFromInline |
| 23356 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI.GridLayout, Content> |
| 23357 | @inlinable nonisolated public init(alignment: SwiftUICore.Alignment = .center, horizontalSpacing: CoreFoundation.CGFloat? = nil, verticalSpacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 23358 | let root = GridLayout(alignment: alignment, |
| 23359 | horizontalSpacing: horizontalSpacing, |
| 23360 | verticalSpacing: verticalSpacing) |
| 23361 | _tree = .init(root) { content() } |
| 23362 | } |
| 23363 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Grid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 23364 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23365 | public typealias Body = Swift.Never |
| 23366 | } |
| 23367 | #else |
| 23368 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23369 | @frozen nonisolated public struct Grid<Content> where Content : SwiftUICore.View { |
| 23370 | @usableFromInline |
| 23371 | internal var _tree: SwiftUICore._VariadicView.Tree<SwiftUI.GridLayout, Content> |
| 23372 | @inlinable nonisolated public init(alignment: SwiftUICore.Alignment = .center, horizontalSpacing: CoreFoundation.CGFloat? = nil, verticalSpacing: CoreFoundation.CGFloat? = nil, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 23373 | let root = GridLayout(alignment: alignment, |
| 23374 | horizontalSpacing: horizontalSpacing, |
| 23375 | verticalSpacing: verticalSpacing) |
| 23376 | _tree = .init(root) { content() } |
| 23377 | } |
| 23378 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.Grid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 23379 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23380 | public typealias Body = Swift.Never |
| 23381 | } |
| 23382 | #endif |
| 23383 | #if compiler(>=5.3) && $TildeSendable |
| 23384 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23385 | @frozen nonisolated public struct GridRow<Content> : ~Swift.Sendable where Content : SwiftUICore.View { |
| 23386 | @usableFromInline |
| 23387 | internal var alignment: SwiftUICore.VerticalAlignment? |
| 23388 | @usableFromInline |
| 23389 | internal var content: Content |
| 23390 | @inlinable nonisolated public init(alignment: SwiftUICore.VerticalAlignment? = nil, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 23391 | self.alignment = alignment |
| 23392 | self.content = content() |
| 23393 | } |
| 23394 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 23395 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 23396 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 23397 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23398 | public typealias Body = Swift.Never |
| 23399 | } |
| 23400 | #else |
| 23401 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23402 | @frozen nonisolated public struct GridRow<Content> where Content : SwiftUICore.View { |
| 23403 | @usableFromInline |
| 23404 | internal var alignment: SwiftUICore.VerticalAlignment? |
| 23405 | @usableFromInline |
| 23406 | internal var content: Content |
| 23407 | @inlinable nonisolated public init(alignment: SwiftUICore.VerticalAlignment? = nil, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 23408 | self.alignment = alignment |
| 23409 | self.content = content() |
| 23410 | } |
| 23411 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 23412 | public static func _makeViewList(view: SwiftUICore._GraphValue<SwiftUI.GridRow<Content>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs |
| 23413 | public static func _viewListCount(inputs: SwiftUICore._ViewListCountInputs) -> Swift.Int? |
| 23414 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23415 | public typealias Body = Swift.Never |
| 23416 | } |
| 23417 | #endif |
| 23418 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23419 | extension SwiftUICore.View { |
| 23420 | @inlinable nonisolated public func gridCellColumns(_ count: Swift.Int) -> some SwiftUICore.View { |
| 17026 | |
| 17027 | } |
| 17028 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17029 | @frozen public struct _GridCellSizeModifier : SwiftUICore.ViewModifier { |
| 17030 | @usableFromInline |
| 17031 | internal var count: Swift.Int |
| 17032 | @usableFromInline |
| 17033 | internal var axis: SwiftUICore.Axis |
| 17034 | @inlinable internal init(count: Swift.Int, axis: SwiftUICore.Axis) { |
| 17035 | self.count = count |
| 17036 | self.axis = axis |
| 17037 | } |
| 17038 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridCellSizeModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17039 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridCellSizeModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 17040 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17041 | public typealias Body = Swift.Never |
| 17042 | } |
| 17043 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17044 | @frozen public struct _GridAnchorModifier : SwiftUICore.ViewModifier { |
| 17045 | @usableFromInline |
| 17046 | internal var anchor: SwiftUICore.UnitPoint |
| 17047 | @inlinable internal init(anchor: SwiftUICore.UnitPoint) { self.anchor = anchor } |
| 17048 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridAnchorModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17049 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridAnchorModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 17050 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17051 | public typealias Body = Swift.Never |
| 17052 | } |
| 17053 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17054 | @frozen public struct _GridAlignmentModifier : SwiftUICore.ViewModifier { |
| 17055 | @usableFromInline |
| 17056 | internal var alignment: SwiftUICore.AlignmentKey |
| 17057 | @inlinable internal init(alignment: SwiftUICore.AlignmentKey) { self.alignment = alignment } |
| 17058 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridAlignmentModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17059 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridAlignmentModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 17060 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17061 | public typealias Body = Swift.Never |
| 17062 | } |
| 17063 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17064 | @frozen public struct _GridUnsizedAxesModifier : SwiftUICore.ViewModifier { |
| 17065 | @usableFromInline |
| 17066 | internal var axes: SwiftUICore.Axis.Set |
| 17067 | @inlinable internal init(axes: SwiftUICore.Axis.Set) { self.axes = axes } |
| 17068 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridUnsizedAxesModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 17069 | nonisolated public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridUnsizedAxesModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 17070 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17071 | public typealias Body = Swift.Never |
| 17072 | } |
| 17073 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17074 | @frozen public struct GridLayout : SwiftUICore._VariadicView.UnaryViewRoot { |
| 17075 | public var alignment: SwiftUICore.Alignment |
| 17076 | public var horizontalSpacing: CoreFoundation.CGFloat? |
| 17077 | public var verticalSpacing: CoreFoundation.CGFloat? |
| 17078 | @inlinable public init(alignment: SwiftUICore.Alignment = .center, horizontalSpacing: CoreFoundation.CGFloat? = nil, verticalSpacing: CoreFoundation.CGFloat? = nil) { |
| 17079 | self.alignment = alignment |
| 17080 | self.horizontalSpacing = horizontalSpacing |
| 17081 | self.verticalSpacing = verticalSpacing |
| 17082 | } |
| 17083 | nonisolated public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI.GridLayout>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 17084 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17085 | public typealias Body = Swift.Never |
| 17086 | } |
| 17087 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17088 | extension SwiftUI.GridLayout : SwiftUICore.Layout { |
| 17089 | public func makeCache(subviews: SwiftUI.GridLayout.Subviews) -> SwiftUI.GridLayout.Cache |
| 17090 | public func updateCache(_ cache: inout SwiftUI.GridLayout.Cache, subviews: SwiftUI.GridLayout.Subviews) |
| 17091 | public func spacing(subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> SwiftUICore.ViewSpacing |
| 17092 | public func sizeThatFits(proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGSize |
| 17093 | public func placeSubviews(in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) |
| 17094 | public func explicitAlignment(of guide: SwiftUICore.HorizontalAlignment, in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGFloat? |
| 17095 | public func explicitAlignment(of guide: SwiftUICore.VerticalAlignment, in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGFloat? |
| 17096 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17097 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 17098 | } |
| 17099 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17100 | extension SwiftUI.GridLayout { |
| 17101 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17102 | public struct Cache { |
| 17103 | } |
| 17104 | } |
| 17105 | @available(*, unavailable) |
| 17106 | extension SwiftUI.GridLayout.Cache : Swift.Sendable { |
| 17107 | } |
| 17108 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 17109 | public struct _EventDirections : Swift.OptionSet { |
| 17110 | public let rawValue: Swift.Int8 |
| 23436 | |
| 23437 | } |
| 23438 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23439 | @frozen nonisolated public struct _GridCellSizeModifier : SwiftUICore.ViewModifier { |
| 23440 | @usableFromInline |
| 23441 | internal var count: Swift.Int |
| 23442 | @usableFromInline |
| 23443 | internal var axis: SwiftUICore.Axis |
| 23444 | @inlinable nonisolated internal init(count: Swift.Int, axis: SwiftUICore.Axis) { |
| 23445 | self.count = count |
| 23446 | self.axis = axis |
| 23447 | } |
| 23448 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridCellSizeModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23449 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridCellSizeModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 23450 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23451 | public typealias Body = Swift.Never |
| 23452 | } |
| 23453 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23454 | @frozen nonisolated public struct _GridAnchorModifier : SwiftUICore.ViewModifier { |
| 23455 | @usableFromInline |
| 23456 | internal var anchor: SwiftUICore.UnitPoint |
| 23457 | @inlinable nonisolated internal init(anchor: SwiftUICore.UnitPoint) { self.anchor = anchor } |
| 23458 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridAnchorModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23459 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridAnchorModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 23460 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23461 | public typealias Body = Swift.Never |
| 23462 | } |
| 23463 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23464 | @frozen nonisolated public struct _GridAlignmentModifier : SwiftUICore.ViewModifier { |
| 23465 | @usableFromInline |
| 23466 | internal var alignment: SwiftUICore.AlignmentKey |
| 23467 | @inlinable nonisolated internal init(alignment: SwiftUICore.AlignmentKey) { self.alignment = alignment } |
| 23468 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridAlignmentModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23469 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridAlignmentModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 23470 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23471 | public typealias Body = Swift.Never |
| 23472 | } |
| 23473 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23474 | @frozen nonisolated public struct _GridUnsizedAxesModifier : SwiftUICore.ViewModifier { |
| 23475 | @usableFromInline |
| 23476 | internal var axes: SwiftUICore.Axis.Set |
| 23477 | @inlinable nonisolated internal init(axes: SwiftUICore.Axis.Set) { self.axes = axes } |
| 23478 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._GridUnsizedAxesModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 23479 | public static func _makeViewList(modifier: SwiftUICore._GraphValue<SwiftUI._GridUnsizedAxesModifier>, inputs: SwiftUICore._ViewListInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewListOutputs |
| 23480 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23481 | public typealias Body = Swift.Never |
| 23482 | } |
| 23483 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23484 | @frozen nonisolated public struct GridLayout : SwiftUICore._VariadicView.UnaryViewRoot { |
| 23485 | public var alignment: SwiftUICore.Alignment |
| 23486 | public var horizontalSpacing: CoreFoundation.CGFloat? |
| 23487 | public var verticalSpacing: CoreFoundation.CGFloat? |
| 23488 | @inlinable nonisolated public init(alignment: SwiftUICore.Alignment = .center, horizontalSpacing: CoreFoundation.CGFloat? = nil, verticalSpacing: CoreFoundation.CGFloat? = nil) { |
| 23489 | self.alignment = alignment |
| 23490 | self.horizontalSpacing = horizontalSpacing |
| 23491 | self.verticalSpacing = verticalSpacing |
| 23492 | } |
| 23493 | public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI.GridLayout>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 23494 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23495 | public typealias Body = Swift.Never |
| 23496 | } |
| 23497 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23498 | extension SwiftUI.GridLayout : SwiftUICore.Layout { |
| 23499 | nonisolated public func makeCache(subviews: SwiftUI.GridLayout.Subviews) -> SwiftUI.GridLayout.Cache |
| 23500 | nonisolated public func updateCache(_ cache: inout SwiftUI.GridLayout.Cache, subviews: SwiftUI.GridLayout.Subviews) |
| 23501 | nonisolated public func spacing(subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> SwiftUICore.ViewSpacing |
| 23502 | nonisolated public func sizeThatFits(proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGSize |
| 23503 | nonisolated public func placeSubviews(in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) |
| 23504 | nonisolated public func explicitAlignment(of guide: SwiftUICore.HorizontalAlignment, in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGFloat? |
| 23505 | nonisolated public func explicitAlignment(of guide: SwiftUICore.VerticalAlignment, in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI.GridLayout.Subviews, cache: inout SwiftUI.GridLayout.Cache) -> CoreFoundation.CGFloat? |
| 23506 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 23507 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 23508 | } |
| 23509 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23510 | extension SwiftUI.GridLayout { |
| 23511 | #if compiler(>=5.3) && $TildeSendable |
| 23512 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23513 | public struct Cache : ~Swift.Sendable { |
| 23514 | } |
| 23515 | #else |
| 23516 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23517 | public struct Cache { |
| 23518 | } |
| 23519 | #endif |
| 23520 | } |
| 23521 | #if compiler(>=5.3) && $TildeSendable |
| 23522 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23523 | public struct _EventDirections : Swift.OptionSet, ~Swift.Sendable { |
| 23524 | public let rawValue: Swift.Int8 |
| 23525 | public init(rawValue: Swift.Int8) |
| 23526 | public static let left: SwiftUI._EventDirections |
| 23527 | public static let right: SwiftUI._EventDirections |
| 23528 | public static let up: SwiftUI._EventDirections |
| 23529 | public static let down: SwiftUI._EventDirections |
| 23530 | public static let horizontal: SwiftUI._EventDirections |
| 23531 | public static let vertical: SwiftUI._EventDirections |
| 23532 | public static let all: SwiftUI._EventDirections |
| 23533 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23534 | public typealias ArrayLiteralElement = SwiftUI._EventDirections |
| 23535 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23536 | public typealias Element = SwiftUI._EventDirections |
| 23537 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23538 | public typealias RawValue = Swift.Int8 |
| 23539 | } |
| 23540 | #else |
| 23541 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23542 | public struct _EventDirections : Swift.OptionSet { |
| 23543 | public let rawValue: Swift.Int8 |
| 17116 | public static let horizontal: SwiftUI._EventDirections |
| 17117 | public static let vertical: SwiftUI._EventDirections |
| 17118 | public static let all: SwiftUI._EventDirections |
| 17119 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 17120 | public typealias ArrayLiteralElement = SwiftUI._EventDirections |
| 17121 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 17122 | public typealias Element = SwiftUI._EventDirections |
| 17123 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 17124 | public typealias RawValue = Swift.Int8 |
| 17125 | } |
| 17126 | @available(*, unavailable) |
| 17127 | extension SwiftUI._EventDirections : Swift.Sendable { |
| 17128 | } |
| 17129 | @available(watchOS 6.0, *) |
| 17130 | @available(iOS, unavailable) |
| 17131 | @available(macOS, unavailable) |
| 23549 | public static let horizontal: SwiftUI._EventDirections |
| 23550 | public static let vertical: SwiftUI._EventDirections |
| 23551 | public static let all: SwiftUI._EventDirections |
| 23552 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23553 | public typealias ArrayLiteralElement = SwiftUI._EventDirections |
| 23554 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23555 | public typealias Element = SwiftUI._EventDirections |
| 23556 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 23557 | public typealias RawValue = Swift.Int8 |
| 23558 | } |
| 23559 | #endif |
| 23560 | @available(watchOS 6.0, *) |
| 23561 | @available(iOS, unavailable) |
| 23562 | @available(macOS, unavailable) |
| 17161 | @usableFromInline |
| 17162 | internal static func create(isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, content: Content, header: Parent, footer: Footer) -> SwiftUI.Section<Parent, Content, Footer> |
| 17163 | } |
| 17164 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 17165 | extension SwiftUI.Scene { |
| 17166 | nonisolated public func backgroundTask<D, R>(_ task: SwiftUI.BackgroundTask<D, R>, action: @escaping @Sendable (D) async -> R) -> some SwiftUI.Scene where D : Swift.Sendable, R : Swift.Sendable |
| 23592 | @usableFromInline |
| 23593 | internal static func create(isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, content: Content, header: Parent, footer: Footer) -> SwiftUI.Section<Parent, Content, Footer> |
| 23594 | } |
| 23595 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 23596 | extension SwiftUI.Section where Footer == SwiftUICore.EmptyView { |
| 23597 | @_silgen_name("$s7SwiftUI7SectionVA2A9EmptyViewVRs0_rlE10isExpanded7content6headerACyxq_AEGAA7BindingVySbG_q_yXExyXEtcfC") |
| 23598 | @usableFromInline |
| 23599 | internal init(__isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Parent) |
| 23600 | } |
| 23601 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23602 | extension SwiftUI.Scene { |
| 23603 | nonisolated public func backgroundTask<D, R>(_ task: SwiftUI.BackgroundTask<D, R>, action: @escaping @Sendable (D) async -> R) -> some SwiftUI.Scene where D : Swift.Sendable, R : Swift.Sendable |
| 17180 | @available(macOS, unavailable) |
| 17181 | @available(tvOS, unavailable) |
| 17182 | @available(visionOS, unavailable) |
| 17183 | public static var appRefresh: SwiftUI.BackgroundTask<Swift.String?, Swift.Void> { |
| 17184 | get |
| 17185 | } |
| 17186 | @available(macOS, unavailable) |
| 17187 | public static func appRefresh(_ identifier: Swift.String) -> SwiftUI.BackgroundTask<Swift.Void, Swift.Void> |
| 17188 | } |
| 23617 | @available(macOS, unavailable) |
| 23618 | @available(tvOS, unavailable) |
| 23619 | @available(visionOS, unavailable) |
| 23620 | @available(*, deprecated, renamed: "appRefresh(_:)", message: "Use appRefresh(_ identifier: String)") |
| 23621 | public static var appRefresh: SwiftUI.BackgroundTask<Swift.String?, Swift.Void> { |
| 23622 | get |
| 23623 | } |
| 23624 | @available(iOS 27.0, tvOS 27.0, watchOS 27.0, *) |
| 23625 | @available(macOS, unavailable) |
| 23626 | @available(visionOS, unavailable) |
| 23627 | public static func processingTask(_ identifier: Swift.String) -> SwiftUI.BackgroundTask<Swift.Void, Swift.Void> |
| 23628 | @available(macOS, unavailable) |
| 23629 | public static func appRefresh(_ identifier: Swift.String) -> SwiftUI.BackgroundTask<Swift.Void, Swift.Void> |
| 23630 | } |
| 17224 | } |
| 17225 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 17226 | extension SwiftUICore.View { |
| 17227 | nonisolated public func contentToolbar<Content>(for placement: SwiftUI.ContentToolbarPlacement, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 17228 | |
| 17229 | nonisolated public func contentToolbar<Content>(for placement: SwiftUI.ContentToolbarPlacement, @SwiftUI.ToolbarContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.ToolbarContent |
| 17230 |
| 23666 | } |
| 23667 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *) |
| 23668 | extension SwiftUICore.View { |
| 23669 | nonisolated public func contentToolbar<Content>(for placement: SwiftUI.ContentToolbarPlacement, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 23670 | |
| 23671 | nonisolated public func contentToolbar<Content>(for placement: SwiftUI.ContentToolbarPlacement, @SwiftUI.ToolbarContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.ToolbarContent |
| 23672 |
| 17242 | get |
| 17243 | } |
| 17244 | } |
| 17245 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17246 | @available(watchOS, unavailable) |
| 17247 | @available(tvOS, unavailable) |
| 23684 | get |
| 23685 | } |
| 23686 | } |
| 23687 | #if compiler(>=5.3) && $TildeSendable |
| 23688 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 23689 | @available(watchOS, unavailable) |
| 23690 | @available(tvOS, unavailable) |
| 23691 | public struct PencilPreferredAction : Swift.Hashable, ~Swift.Sendable { |
| 23692 | public static let switchEraser: SwiftUI.PencilPreferredAction |
| 23693 | public static let switchPrevious: SwiftUI.PencilPreferredAction |
| 23694 | public static let showColorPalette: SwiftUI.PencilPreferredAction |
| 23695 | public static let showInkAttributes: SwiftUI.PencilPreferredAction |
| 23696 | public static let showContextualPalette: SwiftUI.PencilPreferredAction |
| 23697 | public static let runSystemShortcut: SwiftUI.PencilPreferredAction |
| 23698 | public static let ignore: SwiftUI.PencilPreferredAction |
| 23699 | public static func == (a: SwiftUI.PencilPreferredAction, b: SwiftUI.PencilPreferredAction) -> Swift.Bool |
| 23700 | public func hash(into hasher: inout Swift.Hasher) |
| 23701 | public var hashValue: Swift.Int { |
| 23702 | get |
| 23703 | } |
| 23704 | } |
| 23705 | #else |
| 23706 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 23707 | @available(watchOS, unavailable) |
| 23708 | @available(tvOS, unavailable) |
| 17259 | get |
| 17260 | } |
| 17261 | } |
| 17262 | @available(*, unavailable) |
| 17263 | extension SwiftUI.PencilPreferredAction : Swift.Sendable { |
| 17264 | } |
| 17265 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 17266 | @available(watchOS, unavailable) |
| 17267 | @available(tvOS, unavailable) |
| 23720 | get |
| 23721 | } |
| 23722 | } |
| 23723 | #endif |
| 23724 | @available(iOS 17.5, macOS 14.5, visionOS 26.2, *) |
| 23725 | @available(watchOS, unavailable) |
| 23726 | @available(tvOS, unavailable) |
| 17278 | get |
| 17279 | } |
| 17280 | } |
| 17281 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 17282 | public class _PreviewHost : Combine.ObservableObject { |
| 17283 | final public let objectWillChange: Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 23737 | get |
| 23738 | } |
| 23739 | } |
| 23740 | #if compiler(>=5.3) && $TildeSendable |
| 23741 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23742 | public class _PreviewHost : Combine.ObservableObject, ~Swift.Sendable { |
| 23743 | final public let objectWillChange: Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 23744 | public var environment: SwiftUICore.EnvironmentValues |
| 23745 | public var focusedValues: SwiftUI.FocusedValues |
| 23746 | public static func makeHost(providerType: any Any.Type) -> SwiftUI._PreviewHost? |
| 23747 | public func invalidatePreviews() |
| 23748 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23749 | public static func makeHost<T>(content: T) -> SwiftUI._PreviewHost where T : SwiftUICore.View |
| 23750 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23751 | final public func updateContent<T>(_ content: T) where T : SwiftUICore.View |
| 23752 | public func invalidateEverything() |
| 23753 | public var previews: [SwiftUI._Preview] { |
| 23754 | get |
| 23755 | } |
| 23756 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 23757 | public typealias ObjectWillChangePublisher = Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 23758 | @objc deinit |
| 23759 | } |
| 23760 | #else |
| 23761 | @_hasMissingDesignatedInitializers @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23762 | public class _PreviewHost : Combine.ObservableObject { |
| 23763 | final public let objectWillChange: Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 17293 | public var previews: [SwiftUI._Preview] { |
| 17294 | get |
| 17295 | } |
| 17296 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 17297 | public typealias ObjectWillChangePublisher = Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 17298 | @objc deinit |
| 17299 | } |
| 17300 | @available(*, unavailable) |
| 17301 | extension SwiftUI._PreviewHost : Swift.Sendable { |
| 17302 | } |
| 17303 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17304 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 17305 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23773 | public var previews: [SwiftUI._Preview] { |
| 23774 | get |
| 23775 | } |
| 23776 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 23777 | public typealias ObjectWillChangePublisher = Combine.PassthroughSubject<Swift.Void, Swift.Never> |
| 23778 | @objc deinit |
| 23779 | } |
| 23780 | #endif |
| 23781 | #if compiler(>=5.3) && $TildeSendable |
| 23782 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23783 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23784 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23785 | @available(watchOS, unavailable) |
| 23786 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23787 | public struct DoubleColumnNavigationViewStyle : SwiftUI.NavigationViewStyle, ~Swift.Sendable { |
| 23788 | public init() |
| 23789 | public func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 23790 | |
| 23791 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 23792 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 23793 | |
| 23794 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23795 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23796 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23797 | @available(watchOS, unavailable) |
| 23798 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23799 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 23800 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23801 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23802 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23803 | @available(watchOS, unavailable) |
| 23804 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23805 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 23806 | } |
| 23807 | #else |
| 23808 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23809 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23810 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17312 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 17313 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 17314 | |
| 17315 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17316 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17317 | @available(watchOS, unavailable) |
| 17318 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17319 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 17320 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 17321 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17322 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17323 | @available(watchOS, unavailable) |
| 17324 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 17325 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 17326 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 17327 | } |
| 17328 | @available(*, unavailable) |
| 17329 | extension SwiftUI.DoubleColumnNavigationViewStyle : Swift.Sendable { |
| 17330 | } |
| 17331 | @available(macOS 14.0, *) |
| 17332 | @available(iOS, unavailable) |
| 17333 | @available(tvOS, unavailable) |
| 17334 | @available(watchOS, unavailable) |
| 17335 | public struct HelpLink : SwiftUICore.View { |
| 17336 | public init(action: @escaping () -> Swift.Void) |
| 17337 | public init(destination: Foundation.URL) |
| 17338 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 17339 | get |
| 17340 | } |
| 23817 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 23818 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 23819 | |
| 23820 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23821 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23822 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23823 | @available(watchOS, unavailable) |
| 23824 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23825 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV5_body13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 23826 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "replace styled NavigationView with NavigationSplitView instead") |
| 23827 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23828 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23829 | @available(watchOS, unavailable) |
| 23830 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace styled NavigationView with NavigationStack or NavigationSplitView instead") |
| 23831 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI31DoubleColumnNavigationViewStyleV16_columnBasedBody13configurationQrAA01_efG13ConfigurationV_tF", 0) __ |
| 23832 | } |
| 23833 | #endif |
| 23834 | #if compiler(>=5.3) && $TildeSendable |
| 23835 | @available(macOS 14.0, *) |
| 23836 | @available(iOS, unavailable) |
| 23837 | @available(tvOS, unavailable) |
| 23838 | @available(watchOS, unavailable) |
| 23839 | @_Concurrency.MainActor @preconcurrency public struct HelpLink : SwiftUICore.View, ~Swift.Sendable { |
| 23840 | @_Concurrency.MainActor @preconcurrency public init(action: @escaping () -> Swift.Void) |
| 23841 | @_Concurrency.MainActor @preconcurrency public init(destination: Foundation.URL) |
| 23842 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 23843 | get |
| 23844 | } |
| 17344 | @available(watchOS, unavailable) |
| 17345 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8HelpLinkV4bodyQrvp", 0) __ |
| 17346 | } |
| 17347 | @available(*, unavailable) |
| 17348 | extension SwiftUI.HelpLink : Swift.Sendable { |
| 17349 | } |
| 17350 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 17351 | extension SwiftUICore.View { |
| 17352 | nonisolated public func toolbar<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 17353 | |
| 17354 | nonisolated public func toolbar<Content>(@SwiftUI.ToolbarContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.ToolbarContent |
| 17355 | |
| 17356 | nonisolated public func toolbar<Content>(id: Swift.String, @SwiftUI.ToolbarContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.CustomizableToolbarContent |
| 17357 | |
| 17358 | } |
| 17359 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17360 | @available(tvOS, unavailable) |
| 17361 | public struct ShareLink<Data, PreviewImage, PreviewIcon, Label> : SwiftUICore.View where Data : Swift.RandomAccessCollection, PreviewImage : CoreTransferable.Transferable, PreviewIcon : CoreTransferable.Transferable, Label : SwiftUICore.View, Data.Element : CoreTransferable.Transferable { |
| 17362 | public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, preview: @escaping (Data.Element) -> SwiftUI.SharePreview<PreviewImage, PreviewIcon>, @SwiftUICore.ViewBuilder label: () -> Label) |
| 17363 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 17364 | get |
| 17365 | } |
| 17366 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17367 | @available(tvOS, unavailable) |
| 17368 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9ShareLinkV4bodyQrvp", 0) __<Data, PreviewImage, PreviewIcon, Label> |
| 17369 | } |
| 17370 | @available(*, unavailable) |
| 17371 | extension SwiftUI.ShareLink : Swift.Sendable { |
| 17372 | } |
| 17373 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17374 | @available(tvOS, unavailable) |
| 17375 | extension SwiftUI.ShareLink { |
| 17376 | nonisolated public init<I>(item: I, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, preview: SwiftUI.SharePreview<PreviewImage, PreviewIcon>, @SwiftUICore.ViewBuilder label: () -> Label) where Data == Swift.CollectionOfOne<I>, I : CoreTransferable.Transferable |
| 17377 | } |
| 17378 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17379 | @available(tvOS, unavailable) |
| 17380 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never, Data.Element == Foundation.URL { |
| 17381 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 17382 | } |
| 17383 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17384 | @available(tvOS, unavailable) |
| 17385 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never, Data.Element == Swift.String { |
| 17386 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) |
| 17387 | } |
| 17388 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17389 | @available(tvOS, unavailable) |
| 17390 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never { |
| 17391 | nonisolated public init(item: Foundation.URL, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) where Data == Swift.CollectionOfOne<Foundation.URL> |
| 17392 | nonisolated public init(item: Swift.String, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder label: () -> Label) where Data == Swift.CollectionOfOne<Swift.String> |
| 17393 | } |
| 17394 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17395 | @available(tvOS, unavailable) |
| 17396 | public struct DefaultShareLinkLabel : SwiftUICore.View { |
| 17397 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 17398 | get |
| 17399 | } |
| 17400 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17401 | @available(tvOS, unavailable) |
| 17402 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultShareLinkLabelV4bodyQrvp", 0) __ |
| 17403 | } |
| 17404 | @available(*, unavailable) |
| 17405 | extension SwiftUI.DefaultShareLinkLabel : Swift.Sendable { |
| 17406 | } |
| 17407 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17408 | @available(tvOS, unavailable) |
| 17409 | extension SwiftUI.ShareLink where Label == SwiftUI.DefaultShareLinkLabel { |
| 23848 | @available(watchOS, unavailable) |
| 23849 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8HelpLinkV4bodyQrvp", 0) __ |
| 23850 | } |
| 23851 | #else |
| 23852 | @available(macOS 14.0, *) |
| 23853 | @available(iOS, unavailable) |
| 23854 | @available(tvOS, unavailable) |
| 23855 | @available(watchOS, unavailable) |
| 23856 | @_Concurrency.MainActor @preconcurrency public struct HelpLink : SwiftUICore.View { |
| 23857 | @_Concurrency.MainActor @preconcurrency public init(action: @escaping () -> Swift.Void) |
| 23858 | @_Concurrency.MainActor @preconcurrency public init(destination: Foundation.URL) |
| 23859 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 23860 | get |
| 23861 | } |
| 23862 | @available(macOS 14.0, *) |
| 23863 | @available(iOS, unavailable) |
| 23864 | @available(tvOS, unavailable) |
| 23865 | @available(watchOS, unavailable) |
| 23866 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI8HelpLinkV4bodyQrvp", 0) __ |
| 23867 | } |
| 23868 | #endif |
| 23869 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23870 | extension SwiftUICore.View { |
| 23871 | @_disfavoredOverload nonisolated public func toolbar<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 23872 | |
| 23873 | nonisolated public func toolbar<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.ToolbarContent |
| 23874 | |
| 23875 | nonisolated public func toolbar<Content>(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUI.CustomizableToolbarContent |
| 23876 | |
| 23877 | } |
| 23878 | #if compiler(>=5.3) && $TildeSendable |
| 23879 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23880 | @available(tvOS, unavailable) |
| 23881 | nonisolated public struct ShareLink<Data, PreviewImage, PreviewIcon, Label> : SwiftUICore.View, ~Swift.Sendable where Data : Swift.RandomAccessCollection, PreviewImage : CoreTransferable.Transferable, PreviewIcon : CoreTransferable.Transferable, Label : SwiftUICore.View, Data.Element : CoreTransferable.Transferable { |
| 23882 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, preview: @escaping (Data.Element) -> SwiftUI.SharePreview<PreviewImage, PreviewIcon>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 23883 | nonisolated public var body: some SwiftUICore.View { |
| 23884 | get |
| 23885 | } |
| 23886 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 23887 | @available(tvOS, unavailable) |
| 23888 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9ShareLinkV4bodyQrvp", 0) __<Data, PreviewImage, PreviewIcon, Label> |
| 23889 | } |
| 23890 | #else |
| 23891 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23892 | @available(tvOS, unavailable) |
| 23893 | nonisolated public struct ShareLink<Data, PreviewImage, PreviewIcon, Label> : SwiftUICore.View where Data : Swift.RandomAccessCollection, PreviewImage : CoreTransferable.Transferable, PreviewIcon : CoreTransferable.Transferable, Label : SwiftUICore.View, Data.Element : CoreTransferable.Transferable { |
| 23894 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, preview: @escaping (Data.Element) -> SwiftUI.SharePreview<PreviewImage, PreviewIcon>, @SwiftUICore.ContentBuilder label: () -> Label) |
| 23895 | nonisolated public var body: some SwiftUICore.View { |
| 23896 | get |
| 23897 | } |
| 23898 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 23899 | @available(tvOS, unavailable) |
| 23900 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI9ShareLinkV4bodyQrvp", 0) __<Data, PreviewImage, PreviewIcon, Label> |
| 23901 | } |
| 23902 | #endif |
| 23903 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23904 | @available(tvOS, unavailable) |
| 23905 | extension SwiftUI.ShareLink { |
| 23906 | nonisolated public init<I>(item: I, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, preview: SwiftUI.SharePreview<PreviewImage, PreviewIcon>, @SwiftUICore.ContentBuilder label: () -> Label) where Data == Swift.CollectionOfOne<I>, I : CoreTransferable.Transferable |
| 23907 | } |
| 23908 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23909 | @available(tvOS, unavailable) |
| 23910 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never, Data.Element == Foundation.URL { |
| 23911 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 23912 | } |
| 23913 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23914 | @available(tvOS, unavailable) |
| 23915 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never, Data.Element == Swift.String { |
| 23916 | nonisolated public init(items: Data, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) |
| 23917 | } |
| 23918 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23919 | @available(tvOS, unavailable) |
| 23920 | extension SwiftUI.ShareLink where PreviewImage == Swift.Never, PreviewIcon == Swift.Never { |
| 23921 | nonisolated public init(item: Foundation.URL, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) where Data == Swift.CollectionOfOne<Foundation.URL> |
| 23922 | nonisolated public init(item: Swift.String, subject: SwiftUICore.Text? = nil, message: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder label: () -> Label) where Data == Swift.CollectionOfOne<Swift.String> |
| 23923 | } |
| 23924 | #if compiler(>=5.3) && $TildeSendable |
| 23925 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23926 | @available(tvOS, unavailable) |
| 23927 | nonisolated public struct DefaultShareLinkLabel : SwiftUICore.View, ~Swift.Sendable { |
| 23928 | nonisolated public var body: some SwiftUICore.View { |
| 23929 | get |
| 23930 | } |
| 23931 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 23932 | @available(tvOS, unavailable) |
| 23933 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultShareLinkLabelV4bodyQrvp", 0) __ |
| 23934 | } |
| 23935 | #else |
| 23936 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23937 | @available(tvOS, unavailable) |
| 23938 | nonisolated public struct DefaultShareLinkLabel : SwiftUICore.View { |
| 23939 | nonisolated public var body: some SwiftUICore.View { |
| 23940 | get |
| 23941 | } |
| 23942 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 23943 | @available(tvOS, unavailable) |
| 23944 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI21DefaultShareLinkLabelV4bodyQrvp", 0) __ |
| 23945 | } |
| 23946 | #endif |
| 23947 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23948 | @available(tvOS, unavailable) |
| 23949 | extension SwiftUI.ShareLink where Label == SwiftUI.DefaultShareLinkLabel { |
| 17560 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore._ConditionalContent<TrueContent, FalseContent>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17561 | @usableFromInline |
| 17562 | internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage) |
| 17563 | @available(iOS 16.0, macOS 13.0, *) |
| 17564 | @available(tvOS, unavailable, introduced: 13.0) |
| 17565 | @available(watchOS, unavailable, introduced: 6.0) |
| 17566 | public typealias Body = Swift.Never |
| 24100 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore._ConditionalContent<TrueContent, FalseContent>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 24101 | @usableFromInline |
| 24102 | internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage) |
| 24103 | @available(macOS 13.0, iOS 16.0, *) |
| 24104 | @available(tvOS, unavailable, introduced: 13.0) |
| 24105 | @available(watchOS, unavailable, introduced: 6.0) |
| 24106 | public typealias Body = Swift.Never |
| 17570 | @available(watchOS, unavailable) |
| 17571 | extension Swift.Optional : SwiftUI.Commands where Wrapped : SwiftUI.Commands { |
| 17572 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 17573 | @available(iOS 16.0, macOS 13.0, *) |
| 17574 | @available(tvOS, unavailable) |
| 17575 | @available(watchOS, unavailable) |
| 17576 | public typealias Body = Swift.Never |
| 24110 | @available(watchOS, unavailable) |
| 24111 | extension Swift.Optional : SwiftUI.Commands where Wrapped : SwiftUI.Commands { |
| 24112 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 24113 | @available(macOS 13.0, iOS 16.0, *) |
| 24114 | @available(tvOS, unavailable) |
| 24115 | @available(watchOS, unavailable) |
| 24116 | public typealias Body = Swift.Never |
| 17608 | @available(macOS, unavailable) |
| 17609 | @available(tvOS, unavailable) |
| 17610 | @available(visionOS, unavailable) |
| 17611 | nonisolated public func navigationTitle<V>(@SwiftUICore.ViewBuilder _ title: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 17612 | |
| 17613 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 17614 | nonisolated public func assistiveAccessNavigationIcon(_ icon: SwiftUICore.Image) -> some SwiftUICore.View |
| 24148 | @available(macOS, unavailable) |
| 24149 | @available(tvOS, unavailable) |
| 24150 | @available(visionOS, unavailable) |
| 24151 | nonisolated public func navigationTitle<V>(@SwiftUICore.ContentBuilder _ title: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 24152 | |
| 24153 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 24154 | nonisolated public func assistiveAccessNavigationIcon(_ icon: SwiftUICore.Image) -> some SwiftUICore.View |
| 17646 | @_disfavoredOverload nonisolated public func navigationSubtitle<S>(_ subtitle: S) -> some SwiftUICore.View where S : Swift.StringProtocol |
| 17647 | |
| 17648 | } |
| 17649 | @available(visionOS 1.0, *) |
| 17650 | @available(iOS, unavailable) |
| 17651 | @available(macOS, unavailable) |
| 17652 | @available(tvOS, unavailable) |
| 17653 | @available(watchOS, unavailable) |
| 17654 | public struct ImmersiveSpace<Content, Data> : SwiftUI.Scene where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 17655 | public init(@SwiftUI.ImmersiveSpaceContentBuilder content: @escaping () -> Content) where Data == Swift.Never |
| 17656 | @available(visionOS, introduced: 1.0, deprecated: 26.0, renamed: "init(id:makeContent:)") |
| 17657 | @_disfavoredOverload public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder content: () -> Content) where Data == Swift.Never |
| 17658 | @_alwaysEmitIntoClient public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder makeContent: @escaping () -> Content) where Data == Swift.Never { |
| 17659 | fatalError("Not available on this platform") |
| 17660 | } |
| 17661 | public init(id: Swift.String, for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 17662 | public init(for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 17663 | public init(id: Swift.String, for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 17664 | public init(for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 17665 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 17666 | get |
| 17667 | } |
| 17668 | @available(visionOS 1.0, *) |
| 17669 | @available(iOS, unavailable) |
| 17670 | @available(tvOS, unavailable) |
| 17671 | @available(watchOS, unavailable) |
| 17672 | @available(macOS, unavailable) |
| 17673 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14ImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 17674 | } |
| 17675 | @available(*, unavailable) |
| 17676 | extension SwiftUI.ImmersiveSpace : Swift.Sendable { |
| 17677 | } |
| 17678 | @available(visionOS 1.0, *) |
| 17679 | @available(iOS, unavailable) |
| 17680 | @available(macOS, unavailable) |
| 17681 | @available(tvOS, unavailable) |
| 17682 | @available(watchOS, unavailable) |
| 17683 | extension SwiftUI.ImmersiveSpace { |
| 17684 | nonisolated public init<V>(@SwiftUICore.ViewBuilder content: @escaping () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View |
| 17685 | @available(visionOS, introduced: 1.0, deprecated: 26.0, renamed: "init(id:makeContent:)") |
| 17686 | @_disfavoredOverload nonisolated public init<V>(id: Swift.String, @SwiftUICore.ViewBuilder content: () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View |
| 17687 | @_alwaysEmitIntoClient nonisolated public init<V>(id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View { |
| 17688 | fatalError("Not available on this platform") |
| 17689 | } |
| 17690 | nonisolated public init<V>(id: Swift.String, for type: Data.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 17691 | nonisolated public init<V>(for type: Data.Type, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 17692 | nonisolated public init<V>(id: Swift.String, for type: Data.Type = Data.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<Data>) -> V, defaultValue: @escaping () -> Data) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 17693 | nonisolated public init<V>(for type: Data.Type = Data.self, @SwiftUICore.ViewBuilder content: @escaping (SwiftUICore.Binding<Data>) -> V, defaultValue: @escaping () -> Data) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 17694 | } |
| 17695 | @available(visionOS 1.1, *) |
| 17696 | @available(iOS, unavailable) |
| 24186 | @_disfavoredOverload nonisolated public func navigationSubtitle<S>(_ subtitle: S) -> some SwiftUICore.View where S : Swift.StringProtocol |
| 24187 | |
| 24188 | } |
| 24189 | #if compiler(>=5.3) && $TildeSendable |
| 24190 | @available(visionOS 1.0, *) |
| 24191 | @available(iOS, unavailable) |
| 24192 | @available(macOS, unavailable) |
| 24193 | @available(tvOS, unavailable) |
| 24194 | @available(watchOS, unavailable) |
| 24195 | nonisolated public struct ImmersiveSpace<Content, Data> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 24196 | nonisolated public init(@SwiftUI.ImmersiveSpaceContentBuilder content: @escaping () -> Content) where Data == Swift.Never |
| 24197 | @available(visionOS, introduced: 1.0, deprecated: 26.0, renamed: "init(id:makeContent:)") |
| 24198 | @_disfavoredOverload nonisolated public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder content: () -> Content) where Data == Swift.Never |
| 24199 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder makeContent: @escaping () -> Content) where Data == Swift.Never { |
| 24200 | fatalError("Not available on this platform") |
| 24201 | } |
| 24202 | nonisolated public init(id: Swift.String, for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 24203 | nonisolated public init(for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 24204 | nonisolated public init(id: Swift.String, for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 24205 | nonisolated public init(for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 24206 | nonisolated public var body: some SwiftUI.Scene { |
| 24207 | get |
| 24208 | } |
| 24209 | @available(visionOS 1.0, *) |
| 24210 | @available(macOS, unavailable) |
| 24211 | @available(iOS, unavailable) |
| 24212 | @available(tvOS, unavailable) |
| 24213 | @available(watchOS, unavailable) |
| 24214 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14ImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 24215 | } |
| 24216 | #else |
| 24217 | @available(visionOS 1.0, *) |
| 24218 | @available(iOS, unavailable) |
| 24219 | @available(macOS, unavailable) |
| 24220 | @available(tvOS, unavailable) |
| 24221 | @available(watchOS, unavailable) |
| 24222 | nonisolated public struct ImmersiveSpace<Content, Data> : SwiftUI.Scene where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 24223 | nonisolated public init(@SwiftUI.ImmersiveSpaceContentBuilder content: @escaping () -> Content) where Data == Swift.Never |
| 24224 | @available(visionOS, introduced: 1.0, deprecated: 26.0, renamed: "init(id:makeContent:)") |
| 24225 | @_disfavoredOverload nonisolated public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder content: () -> Content) where Data == Swift.Never |
| 24226 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder makeContent: @escaping () -> Content) where Data == Swift.Never { |
| 24227 | fatalError("Not available on this platform") |
| 24228 | } |
| 24229 | nonisolated public init(id: Swift.String, for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 24230 | nonisolated public init(for type: Data.Type, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> Content) |
| 24231 | nonisolated public init(id: Swift.String, for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 24232 | nonisolated public init(for type: Data.Type = Data.self, @SwiftUI.ImmersiveSpaceContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> Content, defaultValue: @escaping () -> Data) |
| 24233 | nonisolated public var body: some SwiftUI.Scene { |
| 24234 | get |
| 24235 | } |
| 24236 | @available(visionOS 1.0, *) |
| 24237 | @available(macOS, unavailable) |
| 24238 | @available(iOS, unavailable) |
| 24239 | @available(tvOS, unavailable) |
| 24240 | @available(watchOS, unavailable) |
| 24241 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14ImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 24242 | } |
| 24243 | #endif |
| 24244 | @available(visionOS 1.0, *) |
| 24245 | @available(iOS, unavailable) |
| 24246 | @available(macOS, unavailable) |
| 24247 | @available(tvOS, unavailable) |
| 24248 | @available(watchOS, unavailable) |
| 24249 | extension SwiftUI.ImmersiveSpace { |
| 24250 | nonisolated public init<V>(@SwiftUICore.ContentBuilder content: @escaping () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View |
| 24251 | @available(visionOS, introduced: 1.0, deprecated: 26.0, renamed: "init(id:makeContent:)") |
| 24252 | @_disfavoredOverload nonisolated public init<V>(id: Swift.String, @SwiftUICore.ContentBuilder content: () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View |
| 24253 | @_alwaysEmitIntoClient nonisolated public init<V>(id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, Data == Swift.Never, V : SwiftUICore.View { |
| 24254 | fatalError("Not available on this platform") |
| 24255 | } |
| 24256 | nonisolated public init<V>(id: Swift.String, for type: Data.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 24257 | nonisolated public init<V>(for type: Data.Type, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> V) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 24258 | nonisolated public init<V>(id: Swift.String, for type: Data.Type = Data.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> V, defaultValue: @escaping () -> Data) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 24259 | nonisolated public init<V>(for type: Data.Type = Data.self, @SwiftUICore.ContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> V, defaultValue: @escaping () -> Data) where Content == SwiftUI.ImmersiveSpaceViewContent<V>, V : SwiftUICore.View |
| 24260 | } |
| 24261 | @available(visionOS 1.1, *) |
| 24262 | @available(iOS, unavailable) |
| 17709 | @available(watchOS, unavailable) |
| 17710 | extension SwiftUI.ImmersiveSpace { |
| 17711 | @usableFromInline |
| 17712 | internal init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder lazyContent: @escaping () -> Content) where Data == Swift.Never |
| 17713 | } |
| 17714 | extension SwiftUICore.View { |
| 17715 | @available(iOS 16.0, *) |
| 24275 | @available(watchOS, unavailable) |
| 24276 | extension SwiftUI.ImmersiveSpace { |
| 24277 | @usableFromInline |
| 24278 | nonisolated internal init(id: Swift.String, @SwiftUI.ImmersiveSpaceContentBuilder lazyContent: @escaping () -> Content) where Data == Swift.Never |
| 24279 | } |
| 24280 | extension SwiftUICore.View { |
| 24281 | @available(iOS 16.0, *) |
| 17727 | get { .init() } |
| 17728 | } |
| 17729 | } |
| 17730 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 17731 | @available(tvOS, unavailable) |
| 17732 | @_Concurrency.MainActor @preconcurrency public struct DefaultDatePickerStyle : SwiftUI.DatePickerStyle { |
| 17733 | @_Concurrency.MainActor @preconcurrency public init() |
| 17734 | @available(iOS 16.0, macOS 13.0, *) |
| 17735 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 17736 | |
| 17737 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 17738 | @available(tvOS, unavailable) |
| 17739 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 17740 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 17741 | @available(tvOS, unavailable) |
| 17742 | public typealias _Body = SwiftUICore.EmptyView |
| 17743 | } |
| 17744 | @available(*, unavailable) |
| 17745 | extension SwiftUI.DefaultDatePickerStyle : Swift.Sendable { |
| 17746 | } |
| 17747 | @available(macOS 10.15, *) |
| 17748 | @available(iOS, unavailable) |
| 17749 | @available(tvOS, unavailable) |
| 24293 | get { .init() } |
| 24294 | } |
| 24295 | } |
| 24296 | #if compiler(>=5.3) && $TildeSendable |
| 24297 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 24298 | @available(tvOS, unavailable) |
| 24299 | @_Concurrency.MainActor @preconcurrency public struct DefaultDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 24300 | @_Concurrency.MainActor @preconcurrency public init() |
| 24301 | @available(iOS 16.0, macOS 13.0, *) |
| 24302 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24303 | |
| 24304 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 24305 | @available(tvOS, unavailable) |
| 24306 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 24307 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 24308 | @available(tvOS, unavailable) |
| 24309 | public typealias _Body = SwiftUICore.EmptyView |
| 24310 | } |
| 24311 | #else |
| 24312 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 24313 | @available(tvOS, unavailable) |
| 24314 | @_Concurrency.MainActor @preconcurrency public struct DefaultDatePickerStyle : SwiftUI.DatePickerStyle { |
| 24315 | @_Concurrency.MainActor @preconcurrency public init() |
| 24316 | @available(iOS 16.0, macOS 13.0, *) |
| 24317 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24318 | |
| 24319 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 24320 | @available(tvOS, unavailable) |
| 24321 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22DefaultDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 24322 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 24323 | @available(tvOS, unavailable) |
| 24324 | public typealias _Body = SwiftUICore.EmptyView |
| 24325 | } |
| 24326 | #endif |
| 24327 | @available(macOS 10.15, *) |
| 24328 | @available(iOS, unavailable) |
| 24329 | @available(tvOS, unavailable) |
| 17772 | get { .init() } |
| 17773 | } |
| 17774 | } |
| 17775 | @available(macOS 10.15, *) |
| 17776 | @available(iOS, unavailable) |
| 17777 | @available(tvOS, unavailable) |
| 17778 | @available(watchOS, unavailable) |
| 17779 | @available(visionOS, unavailable) |
| 17780 | public struct StepperFieldDatePickerStyle : SwiftUI.DatePickerStyle { |
| 17781 | public init() |
| 17782 | @available(macOS 13.0, *) |
| 17783 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.StepperFieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 17784 | |
| 17785 | @available(macOS 10.15, *) |
| 17786 | @available(iOS, unavailable) |
| 24352 | get { .init() } |
| 24353 | } |
| 24354 | } |
| 24355 | #if compiler(>=5.3) && $TildeSendable |
| 24356 | @available(macOS 10.15, *) |
| 24357 | @available(iOS, unavailable) |
| 24358 | @available(tvOS, unavailable) |
| 24359 | @available(watchOS, unavailable) |
| 24360 | @available(visionOS, unavailable) |
| 24361 | nonisolated public struct StepperFieldDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 24362 | nonisolated public init() |
| 24363 | @available(macOS 13.0, *) |
| 24364 | nonisolated public func makeBody(configuration: SwiftUI.StepperFieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24365 | |
| 24366 | @available(macOS 10.15, *) |
| 24367 | @available(iOS, unavailable) |
| 17795 | @available(visionOS, unavailable) |
| 17796 | public typealias _Body = SwiftUICore.EmptyView |
| 17797 | } |
| 17798 | @available(*, unavailable) |
| 17799 | extension SwiftUI.StepperFieldDatePickerStyle : Swift.Sendable { |
| 17800 | } |
| 17801 | @available(macOS 10.15, *) |
| 17802 | @available(iOS, unavailable) |
| 17803 | @available(tvOS, unavailable) |
| 17804 | @available(watchOS, unavailable) |
| 17805 | @available(visionOS, unavailable) |
| 17806 | public struct FieldDatePickerStyle : SwiftUI.DatePickerStyle { |
| 17807 | public init() |
| 17808 | @available(macOS 13.0, *) |
| 17809 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.FieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 17810 | |
| 17811 | @available(macOS 10.15, *) |
| 17812 | @available(iOS, unavailable) |
| 24376 | @available(visionOS, unavailable) |
| 24377 | public typealias _Body = SwiftUICore.EmptyView |
| 24378 | } |
| 24379 | #else |
| 24380 | @available(macOS 10.15, *) |
| 24381 | @available(iOS, unavailable) |
| 24382 | @available(tvOS, unavailable) |
| 24383 | @available(watchOS, unavailable) |
| 24384 | @available(visionOS, unavailable) |
| 24385 | nonisolated public struct StepperFieldDatePickerStyle : SwiftUI.DatePickerStyle { |
| 24386 | nonisolated public init() |
| 24387 | @available(macOS 13.0, *) |
| 24388 | nonisolated public func makeBody(configuration: SwiftUI.StepperFieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24389 | |
| 24390 | @available(macOS 10.15, *) |
| 24391 | @available(iOS, unavailable) |
| 24392 | @available(tvOS, unavailable) |
| 24393 | @available(watchOS, unavailable) |
| 24394 | @available(visionOS, unavailable) |
| 24395 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27StepperFieldDatePickerStyleV8makeBody13configurationQrAA0efG13ConfigurationV_tF", 0) __ |
| 24396 | @available(macOS 10.15, *) |
| 24397 | @available(iOS, unavailable) |
| 24398 | @available(tvOS, unavailable) |
| 24399 | @available(watchOS, unavailable) |
| 24400 | @available(visionOS, unavailable) |
| 24401 | public typealias _Body = SwiftUICore.EmptyView |
| 24402 | } |
| 24403 | #endif |
| 24404 | #if compiler(>=5.3) && $TildeSendable |
| 24405 | @available(macOS 10.15, *) |
| 24406 | @available(iOS, unavailable) |
| 24407 | @available(tvOS, unavailable) |
| 24408 | @available(watchOS, unavailable) |
| 24409 | @available(visionOS, unavailable) |
| 24410 | nonisolated public struct FieldDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 24411 | nonisolated public init() |
| 24412 | @available(macOS 13.0, *) |
| 24413 | nonisolated public func makeBody(configuration: SwiftUI.FieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24414 | |
| 24415 | @available(macOS 10.15, *) |
| 24416 | @available(iOS, unavailable) |
| 17821 | @available(visionOS, unavailable) |
| 17822 | public typealias _Body = SwiftUICore.EmptyView |
| 17823 | } |
| 17824 | @available(*, unavailable) |
| 17825 | extension SwiftUI.FieldDatePickerStyle : Swift.Sendable { |
| 17826 | } |
| 17827 | @available(iOS 14.0, macOS 10.15, *) |
| 17828 | @available(tvOS, unavailable) |
| 17829 | @available(watchOS, unavailable) |
| 17830 | public struct GraphicalDatePickerStyle : SwiftUI.DatePickerStyle { |
| 17831 | public init() |
| 17832 | @available(iOS 16.0, macOS 13.0, *) |
| 17833 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.GraphicalDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 17834 | |
| 17835 | @available(iOS 14.0, macOS 10.15, *) |
| 17836 | @available(tvOS, unavailable) |
| 17837 | @available(watchOS, unavailable) |
| 17838 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24GraphicalDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 17839 | @available(iOS 14.0, macOS 10.15, *) |
| 17840 | @available(tvOS, unavailable) |
| 17841 | @available(watchOS, unavailable) |
| 17842 | public typealias _Body = SwiftUICore.EmptyView |
| 17843 | } |
| 17844 | @available(*, unavailable) |
| 17845 | extension SwiftUI.GraphicalDatePickerStyle : Swift.Sendable { |
| 17846 | } |
| 17847 | @available(iOS 16.0, macOS 12.0, *) |
| 17848 | @available(tvOS, unavailable) |
| 17849 | @available(watchOS, unavailable) |
| 24425 | @available(visionOS, unavailable) |
| 24426 | public typealias _Body = SwiftUICore.EmptyView |
| 24427 | } |
| 24428 | #else |
| 24429 | @available(macOS 10.15, *) |
| 24430 | @available(iOS, unavailable) |
| 24431 | @available(tvOS, unavailable) |
| 24432 | @available(watchOS, unavailable) |
| 24433 | @available(visionOS, unavailable) |
| 24434 | nonisolated public struct FieldDatePickerStyle : SwiftUI.DatePickerStyle { |
| 24435 | nonisolated public init() |
| 24436 | @available(macOS 13.0, *) |
| 24437 | nonisolated public func makeBody(configuration: SwiftUI.FieldDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24438 | |
| 24439 | @available(macOS 10.15, *) |
| 24440 | @available(iOS, unavailable) |
| 24441 | @available(tvOS, unavailable) |
| 24442 | @available(watchOS, unavailable) |
| 24443 | @available(visionOS, unavailable) |
| 24444 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20FieldDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 24445 | @available(macOS 10.15, *) |
| 24446 | @available(iOS, unavailable) |
| 24447 | @available(tvOS, unavailable) |
| 24448 | @available(watchOS, unavailable) |
| 24449 | @available(visionOS, unavailable) |
| 24450 | public typealias _Body = SwiftUICore.EmptyView |
| 24451 | } |
| 24452 | #endif |
| 24453 | #if compiler(>=5.3) && $TildeSendable |
| 24454 | @available(iOS 14.0, macOS 10.15, *) |
| 24455 | @available(tvOS, unavailable) |
| 24456 | @available(watchOS, unavailable) |
| 24457 | nonisolated public struct GraphicalDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 24458 | nonisolated public init() |
| 24459 | @available(iOS 16.0, macOS 13.0, *) |
| 24460 | nonisolated public func makeBody(configuration: SwiftUI.GraphicalDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24461 | |
| 24462 | @available(macOS 10.15, iOS 14.0, *) |
| 24463 | @available(tvOS, unavailable) |
| 24464 | @available(watchOS, unavailable) |
| 24465 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24GraphicalDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 24466 | @available(macOS 10.15, iOS 14.0, *) |
| 24467 | @available(tvOS, unavailable) |
| 24468 | @available(watchOS, unavailable) |
| 24469 | public typealias _Body = SwiftUICore.EmptyView |
| 24470 | } |
| 24471 | #else |
| 24472 | @available(iOS 14.0, macOS 10.15, *) |
| 24473 | @available(tvOS, unavailable) |
| 24474 | @available(watchOS, unavailable) |
| 24475 | nonisolated public struct GraphicalDatePickerStyle : SwiftUI.DatePickerStyle { |
| 24476 | nonisolated public init() |
| 24477 | @available(iOS 16.0, macOS 13.0, *) |
| 24478 | nonisolated public func makeBody(configuration: SwiftUI.GraphicalDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 24479 | |
| 24480 | @available(macOS 10.15, iOS 14.0, *) |
| 24481 | @available(tvOS, unavailable) |
| 24482 | @available(watchOS, unavailable) |
| 24483 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24GraphicalDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 24484 | @available(macOS 10.15, iOS 14.0, *) |
| 24485 | @available(tvOS, unavailable) |
| 24486 | @available(watchOS, unavailable) |
| 24487 | public typealias _Body = SwiftUICore.EmptyView |
| 24488 | } |
| 24489 | #endif |
| 24490 | @available(iOS 16.0, macOS 12.0, *) |
| 24491 | @available(tvOS, unavailable) |
| 24492 | @available(watchOS, unavailable) |
| 17852 | get { .init() } |
| 17853 | } |
| 17854 | } |
| 17855 | @available(iOS 16.0, macOS 12.0, *) |
| 17856 | @available(tvOS, unavailable) |
| 17857 | @available(watchOS, unavailable) |
| 17858 | public struct AutomaticTableStyle : SwiftUI.TableStyle { |
| 17859 | @usableFromInline |
| 17860 | internal init() |
| 17861 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticTableStyle.Configuration) -> some SwiftUICore.View |
| 17862 | |
| 17863 | @available(iOS 16.0, macOS 12.0, *) |
| 17864 | @available(tvOS, unavailable) |
| 17865 | @available(watchOS, unavailable) |
| 17866 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19AutomaticTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 17867 | } |
| 17868 | @available(*, unavailable) |
| 17869 | extension SwiftUI.AutomaticTableStyle : Swift.Sendable { |
| 17870 | } |
| 17871 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17872 | @available(tvOS, unavailable) |
| 17873 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 17874 | @_Concurrency.MainActor @preconcurrency public init() |
| 17875 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 17876 | |
| 17877 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 17878 | @available(tvOS, unavailable) |
| 17879 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AccessoryLinearCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 17880 | } |
| 17881 | @available(*, unavailable) |
| 17882 | extension SwiftUI.AccessoryLinearCapacityGaugeStyle : Swift.Sendable { |
| 17883 | } |
| 17884 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 17885 | @available(tvOS, unavailable) |
| 17886 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryLinearCapacityGaugeStyle { |
| 24495 | get { .init() } |
| 24496 | } |
| 24497 | } |
| 24498 | #if compiler(>=5.3) && $TildeSendable |
| 24499 | @available(iOS 16.0, macOS 12.0, *) |
| 24500 | @available(tvOS, unavailable) |
| 24501 | @available(watchOS, unavailable) |
| 24502 | nonisolated public struct AutomaticTableStyle : SwiftUI.TableStyle, ~Swift.Sendable { |
| 24503 | @usableFromInline |
| 24504 | nonisolated internal init() |
| 24505 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticTableStyle.Configuration) -> some SwiftUICore.View |
| 24506 | |
| 24507 | @available(macOS 12.0, iOS 16.0, *) |
| 24508 | @available(tvOS, unavailable) |
| 24509 | @available(watchOS, unavailable) |
| 24510 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19AutomaticTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 24511 | } |
| 24512 | #else |
| 24513 | @available(iOS 16.0, macOS 12.0, *) |
| 24514 | @available(tvOS, unavailable) |
| 24515 | @available(watchOS, unavailable) |
| 24516 | nonisolated public struct AutomaticTableStyle : SwiftUI.TableStyle { |
| 24517 | @usableFromInline |
| 24518 | nonisolated internal init() |
| 24519 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticTableStyle.Configuration) -> some SwiftUICore.View |
| 24520 | |
| 24521 | @available(macOS 12.0, iOS 16.0, *) |
| 24522 | @available(tvOS, unavailable) |
| 24523 | @available(watchOS, unavailable) |
| 24524 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19AutomaticTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 24525 | } |
| 24526 | #endif |
| 24527 | #if compiler(>=5.3) && $TildeSendable |
| 24528 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 24529 | @available(tvOS, unavailable) |
| 24530 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearCapacityGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 24531 | @_Concurrency.MainActor @preconcurrency public init() |
| 24532 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 24533 | |
| 24534 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 24535 | @available(tvOS, unavailable) |
| 24536 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AccessoryLinearCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 24537 | } |
| 24538 | #else |
| 24539 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 24540 | @available(tvOS, unavailable) |
| 24541 | @_Concurrency.MainActor @preconcurrency public struct AccessoryLinearCapacityGaugeStyle : SwiftUI.GaugeStyle { |
| 24542 | @_Concurrency.MainActor @preconcurrency public init() |
| 24543 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryLinearCapacityGaugeStyle.Configuration) -> some SwiftUICore.View |
| 24544 | |
| 24545 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 24546 | @available(tvOS, unavailable) |
| 24547 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33AccessoryLinearCapacityGaugeStyleV8makeBody13configurationQrAA0fG13ConfigurationV_tF", 0) __ |
| 24548 | } |
| 24549 | #endif |
| 24550 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 24551 | @available(tvOS, unavailable) |
| 24552 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryLinearCapacityGaugeStyle { |
| 17896 | get { .init() } |
| 17897 | } |
| 17898 | } |
| 17899 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 17900 | public struct DefaultToggleStyle : SwiftUI.ToggleStyle { |
| 17901 | public init() |
| 17902 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultToggleStyle.Configuration) -> some SwiftUICore.View |
| 17903 | |
| 17904 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 17905 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 17906 | } |
| 17907 | @available(*, unavailable) |
| 17908 | extension SwiftUI.DefaultToggleStyle : Swift.Sendable { |
| 17909 | } |
| 17910 | @available(watchOS 9.0, *) |
| 17911 | @available(iOS, unavailable) |
| 17912 | @available(macOS, unavailable) |
| 17913 | @available(tvOS, unavailable) |
| 17914 | @available(visionOS, unavailable) |
| 17915 | extension SwiftUICore.View { |
| 17916 | nonisolated public func digitalCrownAccessory<Content>(@SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 17917 | |
| 17918 | nonisolated public func digitalCrownAccessory(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 17919 |
| 24562 | get { .init() } |
| 24563 | } |
| 24564 | } |
| 24565 | #if compiler(>=5.3) && $TildeSendable |
| 24566 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24567 | nonisolated public struct DefaultToggleStyle : SwiftUI.ToggleStyle, ~Swift.Sendable { |
| 24568 | nonisolated public init() |
| 24569 | nonisolated public func makeBody(configuration: SwiftUI.DefaultToggleStyle.Configuration) -> some SwiftUICore.View |
| 24570 | |
| 24571 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 24572 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 24573 | } |
| 24574 | #else |
| 24575 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24576 | nonisolated public struct DefaultToggleStyle : SwiftUI.ToggleStyle { |
| 24577 | nonisolated public init() |
| 24578 | nonisolated public func makeBody(configuration: SwiftUI.DefaultToggleStyle.Configuration) -> some SwiftUICore.View |
| 24579 | |
| 24580 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 24581 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 24582 | } |
| 24583 | #endif |
| 24584 | @available(watchOS 9.0, *) |
| 24585 | @available(iOS, unavailable) |
| 24586 | @available(macOS, unavailable) |
| 24587 | @available(tvOS, unavailable) |
| 24588 | @available(visionOS, unavailable) |
| 24589 | extension SwiftUICore.View { |
| 24590 | nonisolated public func digitalCrownAccessory<Content>(@SwiftUICore.ContentBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 24591 | |
| 24592 | nonisolated public func digitalCrownAccessory(_ visibility: SwiftUICore.Visibility) -> some SwiftUICore.View |
| 24593 |
| 18042 | get { .init() } |
| 18043 | } |
| 18044 | } |
| 18045 | @available(watchOS 6.0, *) |
| 18046 | @available(iOS, unavailable) |
| 18047 | @available(macOS, unavailable) |
| 24716 | get { .init() } |
| 24717 | } |
| 24718 | } |
| 24719 | #if compiler(>=5.3) && $TildeSendable |
| 24720 | @available(watchOS 6.0, *) |
| 24721 | @available(iOS, unavailable) |
| 24722 | @available(macOS, unavailable) |
| 24723 | @available(tvOS, unavailable) |
| 24724 | @available(visionOS, unavailable) |
| 24725 | public struct CarouselListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 24726 | public init() |
| 24727 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 24728 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 24729 | } |
| 24730 | #else |
| 24731 | @available(watchOS 6.0, *) |
| 24732 | @available(iOS, unavailable) |
| 24733 | @available(macOS, unavailable) |
| 18052 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 18053 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 18054 | } |
| 18055 | @available(*, unavailable) |
| 18056 | extension SwiftUI.CarouselListStyle : Swift.Sendable { |
| 18057 | } |
| 18058 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 18059 | @freestanding(declaration) public macro Preview(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>, _ additionalTraits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., @SwiftUICore.ViewBuilder body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) = #externalMacro(module: "PreviewsMacros", type: "SwiftUIView") |
| 18060 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18061 | @freestanding(declaration) public macro Preview(_ name: Swift.String? = nil, @SwiftUICore.ViewBuilder body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) = #externalMacro(module: "PreviewsMacros", type: "SwiftUIView") |
| 18062 | extension DeveloperToolsSupport.Preview { |
| 18063 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 18064 | @_Concurrency.MainActor public init(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) |
| 18065 | } |
| 18066 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 18067 | @attached(peer) public macro Previewable() = #externalMacro( |
| 18068 | module: "PreviewsMacros", |
| 18069 | type: "Previewable" |
| 18070 | ) |
| 18071 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 18072 | public struct _Previewable { |
| 18073 | public init() |
| 18074 | } |
| 18075 | @available(*, unavailable) |
| 18076 | extension SwiftUI._Previewable : Swift.Sendable { |
| 18077 | } |
| 18078 | @available(macOS 12.0, *) |
| 18079 | @available(iOS, unavailable) |
| 24738 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 24739 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.CarouselListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 24740 | } |
| 24741 | #endif |
| 24742 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 24743 | @freestanding(declaration) public macro Preview(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>, _ additionalTraits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., @SwiftUICore.ContentBuilder body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) = #externalMacro(module: "PreviewsMacros", type: "SwiftUIView") |
| 24744 | @available(iOS 26.0, macOS 27.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 24745 | @freestanding(declaration) public macro Preview<T>(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., arguments: [T], @SwiftUICore.ContentBuilder body: @escaping @_Concurrency.MainActor (T) -> any SwiftUICore.View) = #externalMacro(module: "PreviewsMacros", type: "SwiftUIViewGroup_1") |
| 24746 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24747 | @freestanding(declaration) public macro Preview(_ name: Swift.String? = nil, @SwiftUICore.ContentBuilder body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) = #externalMacro(module: "PreviewsMacros", type: "SwiftUIView") |
| 24748 | extension DeveloperToolsSupport.Preview { |
| 24749 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 24750 | @_Concurrency.MainActor public init(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., body: @escaping @_Concurrency.MainActor () -> any SwiftUICore.View) |
| 24751 | @available(iOS 26.0, macOS 27.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 24752 | @_Concurrency.MainActor public init<T>(_ name: Swift.String? = nil, traits: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>..., arguments: [T], @SwiftUICore.ContentBuilder body: @escaping @_Concurrency.MainActor (T) -> any SwiftUICore.View) |
| 24753 | } |
| 24754 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 24755 | @attached(peer) public macro Previewable() = #externalMacro( |
| 24756 | module: "PreviewsMacros", |
| 24757 | type: "Previewable" |
| 24758 | ) |
| 24759 | #if compiler(>=5.3) && $TildeSendable |
| 24760 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 24761 | public struct _Previewable : ~Swift.Sendable { |
| 24762 | public init() |
| 24763 | } |
| 24764 | #else |
| 24765 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 24766 | public struct _Previewable { |
| 24767 | public init() |
| 24768 | } |
| 24769 | #endif |
| 24770 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 24771 | extension SwiftUICore.TupleContent : SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 24772 | nonisolated public static func _entryCount(inputs: SwiftUI._AccessibilityRotorEntryInputs) -> Swift.Int? |
| 24773 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<SwiftUICore.TupleContent<repeat each Content>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 24774 | @available(macOS 27.0, iOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 24775 | public typealias Body = Swift.Never |
| 24776 | } |
| 24777 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 24778 | extension Swift.Optional : SwiftUI.AccessibilityRotorContent where Wrapped : SwiftUI.AccessibilityRotorContent { |
| 24779 | nonisolated public static func _makeEntries(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._AccessibilityRotorEntryInputs) -> SwiftUI._AccessibilityRotorEntryOutputs |
| 24780 | @available(macOS 27.0, iOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 24781 | public typealias Body = Swift.Never |
| 24782 | } |
| 24783 | extension SwiftUICore.ViewBuilder { |
| 24784 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 24785 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.AccessibilityRotorContent where repeat each Content : SwiftUI.AccessibilityRotorContent { |
| 24786 | AccessibilityTupleRotorContent((repeat each content)) |
| 24787 | } |
| 24788 | |
| 24789 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 24790 | @_alwaysEmitIntoClient @_disfavoredOverload public static func buildIf<Content>(_ content: Content?) -> some SwiftUI.AccessibilityRotorContent where Content : SwiftUI.AccessibilityRotorContent { |
| 24791 | AccessibilityOptionalRotorContent(content) |
| 24792 | } |
| 24793 | |
| 24794 | } |
| 24795 | @available(macOS 12.0, *) |
| 24796 | @available(iOS, unavailable) |
| 18091 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 18092 | } |
| 18093 | } |
| 18094 | @available(macOS 12.0, *) |
| 18095 | @available(iOS, unavailable) |
| 18096 | @available(tvOS, unavailable) |
| 24808 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 24809 | } |
| 24810 | } |
| 24811 | #if compiler(>=5.3) && $TildeSendable |
| 24812 | @available(macOS 12.0, *) |
| 24813 | @available(iOS, unavailable) |
| 24814 | @available(tvOS, unavailable) |
| 24815 | @available(watchOS, unavailable) |
| 24816 | @available(visionOS, unavailable) |
| 24817 | public struct BorderedListStyle : SwiftUI.ListStyle, ~Swift.Sendable { |
| 24818 | public init() |
| 24819 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.bordered` style with the `.alternatingRowBackgrounds()` view modifier") |
| 24820 | public init(alternatesRowBackgrounds: Swift.Bool) |
| 24821 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 24822 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 24823 | } |
| 24824 | #else |
| 24825 | @available(macOS 12.0, *) |
| 24826 | @available(iOS, unavailable) |
| 24827 | @available(tvOS, unavailable) |
| 18103 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 18104 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 18105 | } |
| 18106 | @available(*, unavailable) |
| 18107 | extension SwiftUI.BorderedListStyle : Swift.Sendable { |
| 18108 | } |
| 18109 | @available(iOS 16.0, macOS 12.0, *) |
| 18110 | @available(tvOS, unavailable) |
| 18111 | @available(watchOS, unavailable) |
| 24834 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 24835 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._ListValue<SwiftUI.BorderedListStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 24836 | } |
| 24837 | #endif |
| 24838 | @available(iOS 16.0, macOS 12.0, *) |
| 24839 | @available(tvOS, unavailable) |
| 24840 | @available(watchOS, unavailable) |
| 18118 | @available(iOS 17.0, macOS 14.0, *) |
| 18119 | nonisolated static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 18120 | } |
| 18121 | @available(iOS 16.0, macOS 12.0, *) |
| 18122 | @available(tvOS, unavailable) |
| 18123 | @available(watchOS, unavailable) |
| 18124 | public struct _TableRowInputs { |
| 18125 | } |
| 18126 | @available(*, unavailable) |
| 18127 | extension SwiftUI._TableRowInputs : Swift.Sendable { |
| 18128 | } |
| 18129 | @available(iOS 16.0, macOS 12.0, *) |
| 18130 | @available(tvOS, unavailable) |
| 18131 | @available(watchOS, unavailable) |
| 18132 | public struct _TableRowOutputs { |
| 18133 | } |
| 18134 | @available(*, unavailable) |
| 18135 | extension SwiftUI._TableRowOutputs : Swift.Sendable { |
| 18136 | } |
| 18137 | @available(iOS 16.0, macOS 12.0, *) |
| 18138 | @available(tvOS, unavailable) |
| 18139 | @available(watchOS, unavailable) |
| 24847 | @available(iOS 17.0, macOS 14.0, *) |
| 24848 | nonisolated static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 24849 | } |
| 24850 | #if compiler(>=5.3) && $TildeSendable |
| 24851 | @available(iOS 16.0, macOS 12.0, *) |
| 24852 | @available(tvOS, unavailable) |
| 24853 | @available(watchOS, unavailable) |
| 24854 | public struct _TableRowInputs : ~Swift.Sendable { |
| 24855 | } |
| 24856 | #else |
| 24857 | @available(iOS 16.0, macOS 12.0, *) |
| 24858 | @available(tvOS, unavailable) |
| 24859 | @available(watchOS, unavailable) |
| 24860 | public struct _TableRowInputs { |
| 24861 | } |
| 24862 | #endif |
| 24863 | #if compiler(>=5.3) && $TildeSendable |
| 24864 | @available(iOS 16.0, macOS 12.0, *) |
| 24865 | @available(tvOS, unavailable) |
| 24866 | @available(watchOS, unavailable) |
| 24867 | public struct _TableRowOutputs : ~Swift.Sendable { |
| 24868 | } |
| 24869 | #else |
| 24870 | @available(iOS 16.0, macOS 12.0, *) |
| 24871 | @available(tvOS, unavailable) |
| 24872 | @available(watchOS, unavailable) |
| 24873 | public struct _TableRowOutputs { |
| 24874 | } |
| 24875 | #endif |
| 24876 | @available(iOS 16.0, macOS 12.0, *) |
| 24877 | @available(tvOS, unavailable) |
| 24878 | @available(watchOS, unavailable) |
| 18165 | @available(watchOS, unavailable) |
| 18166 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 18167 | } |
| 18168 | @available(iOS 16.0, macOS 12.0, *) |
| 18169 | @available(tvOS, unavailable) |
| 18170 | @available(watchOS, unavailable) |
| 18171 | @_functionBuilder public struct TableRowBuilder<Value> where Value : Swift.Identifiable { |
| 18172 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Value == Content.TableRowValue, Content : SwiftUI.TableRowContent { |
| 18173 | content |
| 18174 | } |
| 18175 | @_alwaysEmitIntoClient public static func buildBlock<C>(_ content: C) -> C where Value == C.TableRowValue, C : SwiftUI.TableRowContent { |
| 18176 | content |
| 18177 | } |
| 18178 | } |
| 18179 | @available(*, unavailable) |
| 18180 | extension SwiftUI.TableRowBuilder : Swift.Sendable { |
| 18181 | } |
| 18182 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18183 | public enum _IdentifiedViewTree { |
| 18184 | case empty |
| 18185 | case proxy(SwiftUICore._IdentifiedViewProxy) |
| 18186 | case array([SwiftUI._IdentifiedViewTree]) |
| 18187 | public func forEach(_ body: (SwiftUICore._IdentifiedViewProxy) -> Swift.Void) |
| 18188 | } |
| 18189 | @available(*, unavailable) |
| 18190 | extension SwiftUI._IdentifiedViewTree : Swift.Sendable { |
| 18191 | } |
| 18192 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18193 | public struct _IdentifiedViewsKey { |
| 18194 | public typealias Value = SwiftUI._IdentifiedViewTree |
| 18195 | public static let defaultValue: SwiftUI._IdentifiedViewTree |
| 18196 | public static func reduce(value: inout SwiftUI._IdentifiedViewsKey.Value, nextValue: () -> SwiftUI._IdentifiedViewsKey.Value) |
| 18197 | } |
| 18198 | @available(*, unavailable) |
| 18199 | extension SwiftUI._IdentifiedViewsKey : Swift.Sendable { |
| 18200 | } |
| 18201 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18202 | @frozen public struct _IdentifiedModifier<Identifier> : SwiftUICore.ViewModifier, Swift.Equatable where Identifier : Swift.Hashable { |
| 18203 | public var identifier: Identifier |
| 18204 | @inlinable public init(identifier: Identifier) { |
| 18205 | self.identifier = identifier |
| 18206 | } |
| 18207 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._IdentifiedModifier<Identifier>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 18208 | public static func == (a: SwiftUI._IdentifiedModifier<Identifier>, b: SwiftUI._IdentifiedModifier<Identifier>) -> Swift.Bool |
| 18209 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 18210 | public typealias Body = Swift.Never |
| 18211 | } |
| 18212 | @available(*, unavailable) |
| 18213 | extension SwiftUI._IdentifiedModifier : Swift.Sendable { |
| 18214 | } |
| 18215 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18216 | extension SwiftUICore.View { |
| 18217 | @inlinable @_Concurrency.MainActor @preconcurrency public func _identified<I>(by identifier: I) -> some SwiftUICore.View where I : Swift.Hashable { |
| 24904 | @available(watchOS, unavailable) |
| 24905 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 24906 | } |
| 24907 | #if compiler(>=5.3) && $TildeSendable |
| 24908 | @available(iOS 16.0, macOS 12.0, *) |
| 24909 | @available(tvOS, unavailable) |
| 24910 | @available(watchOS, unavailable) |
| 24911 | @_functionBuilder public struct TableRowBuilder<Value> : ~Swift.Sendable where Value : Swift.Identifiable { |
| 24912 | #if compiler(>=5.3) && $InlineAlways |
| 24913 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Value == Content.TableRowValue, Content : SwiftUI.TableRowContent { |
| 24914 | content |
| 24915 | } |
| 24916 | #else |
| 24917 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Value == Content.TableRowValue, Content : SwiftUI.TableRowContent { |
| 24918 | content |
| 24919 | } |
| 24920 | #endif |
| 24921 | #if compiler(>=5.3) && $InlineAlways |
| 24922 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where Value == C.TableRowValue, C : SwiftUI.TableRowContent { |
| 24923 | content |
| 24924 | } |
| 24925 | #else |
| 24926 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where Value == C.TableRowValue, C : SwiftUI.TableRowContent { |
| 24927 | content |
| 24928 | } |
| 24929 | #endif |
| 24930 | } |
| 24931 | #else |
| 24932 | @available(iOS 16.0, macOS 12.0, *) |
| 24933 | @available(tvOS, unavailable) |
| 24934 | @available(watchOS, unavailable) |
| 24935 | @_functionBuilder public struct TableRowBuilder<Value> where Value : Swift.Identifiable { |
| 24936 | #if compiler(>=5.3) && $InlineAlways |
| 24937 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Value == Content.TableRowValue, Content : SwiftUI.TableRowContent { |
| 24938 | content |
| 24939 | } |
| 24940 | #else |
| 24941 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Value == Content.TableRowValue, Content : SwiftUI.TableRowContent { |
| 24942 | content |
| 24943 | } |
| 24944 | #endif |
| 24945 | #if compiler(>=5.3) && $InlineAlways |
| 24946 | @_alwaysEmitIntoClient @inline(always) public static func buildBlock<C>(_ content: C) -> C where Value == C.TableRowValue, C : SwiftUI.TableRowContent { |
| 24947 | content |
| 24948 | } |
| 24949 | #else |
| 24950 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<C>(_ content: C) -> C where Value == C.TableRowValue, C : SwiftUI.TableRowContent { |
| 24951 | content |
| 24952 | } |
| 24953 | #endif |
| 24954 | } |
| 24955 | #endif |
| 24956 | #if compiler(>=5.3) && $TildeSendable |
| 24957 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24958 | public enum _IdentifiedViewTree : ~Swift.Sendable { |
| 24959 | case empty |
| 24960 | case proxy(SwiftUICore._IdentifiedViewProxy) |
| 24961 | case array([SwiftUI._IdentifiedViewTree]) |
| 24962 | public func forEach(_ body: (SwiftUICore._IdentifiedViewProxy) -> Swift.Void) |
| 24963 | } |
| 24964 | #else |
| 24965 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24966 | public enum _IdentifiedViewTree { |
| 24967 | case empty |
| 24968 | case proxy(SwiftUICore._IdentifiedViewProxy) |
| 24969 | case array([SwiftUI._IdentifiedViewTree]) |
| 24970 | public func forEach(_ body: (SwiftUICore._IdentifiedViewProxy) -> Swift.Void) |
| 24971 | } |
| 24972 | #endif |
| 24973 | #if compiler(>=5.3) && $TildeSendable |
| 24974 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24975 | public struct _IdentifiedViewsKey : ~Swift.Sendable { |
| 24976 | public typealias Value = SwiftUI._IdentifiedViewTree |
| 24977 | public static let defaultValue: SwiftUI._IdentifiedViewTree |
| 24978 | public static func reduce(value: inout SwiftUI._IdentifiedViewsKey.Value, nextValue: () -> SwiftUI._IdentifiedViewsKey.Value) |
| 24979 | } |
| 24980 | #else |
| 24981 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24982 | public struct _IdentifiedViewsKey { |
| 24983 | public typealias Value = SwiftUI._IdentifiedViewTree |
| 24984 | public static let defaultValue: SwiftUI._IdentifiedViewTree |
| 24985 | public static func reduce(value: inout SwiftUI._IdentifiedViewsKey.Value, nextValue: () -> SwiftUI._IdentifiedViewsKey.Value) |
| 24986 | } |
| 24987 | #endif |
| 24988 | #if compiler(>=5.3) && $TildeSendable |
| 24989 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 24990 | @frozen nonisolated public struct _IdentifiedModifier<Identifier> : SwiftUICore.ViewModifier, Swift.Equatable, ~Swift.Sendable where Identifier : Swift.Hashable { |
| 24991 | public var identifier: Identifier |
| 24992 | @inlinable nonisolated public init(identifier: Identifier) { |
| 24993 | self.identifier = identifier |
| 24994 | } |
| 24995 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._IdentifiedModifier<Identifier>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 24996 | public static func == (a: SwiftUI._IdentifiedModifier<Identifier>, b: SwiftUI._IdentifiedModifier<Identifier>) -> Swift.Bool |
| 24997 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 24998 | public typealias Body = Swift.Never |
| 24999 | } |
| 25000 | #else |
| 25001 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25002 | @frozen nonisolated public struct _IdentifiedModifier<Identifier> : SwiftUICore.ViewModifier, Swift.Equatable where Identifier : Swift.Hashable { |
| 25003 | public var identifier: Identifier |
| 25004 | @inlinable nonisolated public init(identifier: Identifier) { |
| 25005 | self.identifier = identifier |
| 25006 | } |
| 25007 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._IdentifiedModifier<Identifier>>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 25008 | public static func == (a: SwiftUI._IdentifiedModifier<Identifier>, b: SwiftUI._IdentifiedModifier<Identifier>) -> Swift.Bool |
| 25009 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 25010 | public typealias Body = Swift.Never |
| 25011 | } |
| 25012 | #endif |
| 25013 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25014 | extension SwiftUICore.View { |
| 25015 | @inlinable @_Concurrency.MainActor @preconcurrency public func _identified<I>(by identifier: I) -> some SwiftUICore.View where I : Swift.Hashable { |
| 18236 | set |
| 18237 | } |
| 18238 | } |
| 18239 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, tvOS 16.0, *) |
| 18240 | public struct ToolbarTitleMenu<Content> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent where Content : SwiftUICore.View { |
| 18241 | public init() where Content == SwiftUICore.EmptyView |
| 18242 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 18243 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarTitleMenu<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 18244 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 18245 | public typealias Body = Swift.Never |
| 18246 | } |
| 18247 | @available(*, unavailable) |
| 18248 | extension SwiftUI.ToolbarTitleMenu : Swift.Sendable { |
| 18249 | } |
| 18250 | extension SwiftUICore.View { |
| 18251 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18252 | nonisolated public func toolbarTitleMenu<C>(@SwiftUICore.ViewBuilder content: () -> C) -> some SwiftUICore.View where C : SwiftUICore.View |
| 18253 | |
| 18254 | } |
| 18255 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18256 | @frozen public struct ScrollViewReader<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 18257 | public var content: (SwiftUI.ScrollViewProxy) -> Content |
| 18258 | @inlinable public init(@SwiftUICore.ViewBuilder content: @escaping (SwiftUI.ScrollViewProxy) -> Content) { |
| 18259 | self.content = content |
| 18260 | } |
| 18261 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 18262 | get |
| 18263 | } |
| 18264 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 18265 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ScrollViewReaderV4bodyQrvp", 0) __<Content> |
| 18266 | } |
| 18267 | @available(*, unavailable) |
| 18268 | extension SwiftUI.ScrollViewReader : Swift.Sendable { |
| 18269 | } |
| 18270 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 18271 | public struct ScrollViewProxy { |
| 18272 | public func scrollTo<ID>(_ id: ID, anchor: SwiftUICore.UnitPoint? = nil) where ID : Swift.Hashable |
| 18273 | } |
| 18274 | @available(*, unavailable) |
| 18275 | extension SwiftUI.ScrollViewProxy : Swift.Sendable { |
| 18276 | } |
| 18277 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 18278 | extension SwiftUICore.View { |
| 18279 | nonisolated public func accessibilityRepresentation<V>(@SwiftUICore.ViewBuilder representation: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 18280 | |
| 18281 | nonisolated public func accessibilityChildren<V>(@SwiftUICore.ViewBuilder children: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 18282 | |
| 18283 | } |
| 18284 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25034 | set |
| 25035 | } |
| 25036 | } |
| 25037 | #if compiler(>=5.3) && $TildeSendable |
| 25038 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, tvOS 16.0, *) |
| 25039 | nonisolated public struct ToolbarTitleMenu<Content> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent, ~Swift.Sendable where Content : SwiftUICore.View { |
| 25040 | nonisolated public init() where Content == SwiftUICore.EmptyView |
| 25041 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 25042 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarTitleMenu<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 25043 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25044 | public typealias Body = Swift.Never |
| 25045 | } |
| 25046 | #else |
| 25047 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, tvOS 16.0, *) |
| 25048 | nonisolated public struct ToolbarTitleMenu<Content> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent where Content : SwiftUICore.View { |
| 25049 | nonisolated public init() where Content == SwiftUICore.EmptyView |
| 25050 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 25051 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarTitleMenu<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 25052 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25053 | public typealias Body = Swift.Never |
| 25054 | } |
| 25055 | #endif |
| 25056 | extension SwiftUICore.View { |
| 25057 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 25058 | nonisolated public func toolbarTitleMenu<C>(@SwiftUICore.ContentBuilder content: () -> C) -> some SwiftUICore.View where C : SwiftUICore.View |
| 25059 | |
| 25060 | } |
| 25061 | #if compiler(>=5.3) && $TildeSendable |
| 25062 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 25063 | @frozen nonisolated public struct ScrollViewReader<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 25064 | public var content: (SwiftUI.ScrollViewProxy) -> Content |
| 25065 | @inlinable nonisolated public init(@SwiftUICore.ContentBuilder content: @escaping (SwiftUI.ScrollViewProxy) -> Content) { |
| 25066 | self.content = content |
| 25067 | } |
| 25068 | nonisolated public var body: some SwiftUICore.View { |
| 25069 | get |
| 25070 | } |
| 25071 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 25072 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ScrollViewReaderV4bodyQrvp", 0) __<Content> |
| 25073 | } |
| 25074 | #else |
| 25075 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 25076 | @frozen nonisolated public struct ScrollViewReader<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 25077 | public var content: (SwiftUI.ScrollViewProxy) -> Content |
| 25078 | @inlinable nonisolated public init(@SwiftUICore.ContentBuilder content: @escaping (SwiftUI.ScrollViewProxy) -> Content) { |
| 25079 | self.content = content |
| 25080 | } |
| 25081 | nonisolated public var body: some SwiftUICore.View { |
| 25082 | get |
| 25083 | } |
| 25084 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 25085 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16ScrollViewReaderV4bodyQrvp", 0) __<Content> |
| 25086 | } |
| 25087 | #endif |
| 25088 | #if compiler(>=5.3) && $TildeSendable |
| 25089 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 25090 | public struct ScrollViewProxy : ~Swift.Sendable { |
| 25091 | public func scrollTo<ID>(_ id: ID, anchor: SwiftUICore.UnitPoint? = nil) where ID : Swift.Hashable |
| 25092 | } |
| 25093 | #else |
| 25094 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 25095 | public struct ScrollViewProxy { |
| 25096 | public func scrollTo<ID>(_ id: ID, anchor: SwiftUICore.UnitPoint? = nil) where ID : Swift.Hashable |
| 25097 | } |
| 25098 | #endif |
| 25099 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 25100 | extension SwiftUICore.View { |
| 25101 | nonisolated public func accessibilityRepresentation<V>(@SwiftUICore.ContentBuilder representation: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 25102 | |
| 25103 | nonisolated public func accessibilityChildren<V>(@SwiftUICore.ContentBuilder children: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 25104 | |
| 25105 | } |
| 25106 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 18288 | get { .init() } |
| 18289 | } |
| 18290 | } |
| 18291 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 18292 | @available(macOS, unavailable) |
| 18293 | public struct NavigationLinkPickerStyle : SwiftUI.PickerStyle { |
| 18294 | public init() |
| 18295 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 18296 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 18297 | } |
| 18298 | @available(*, unavailable) |
| 18299 | extension SwiftUI.NavigationLinkPickerStyle : Swift.Sendable { |
| 18300 | } |
| 18301 | extension SwiftUICore.View { |
| 18302 | @available(macOS 26.0, *) |
| 18303 | @available(iOS, unavailable) |
| 25110 | get { .init() } |
| 25111 | } |
| 25112 | } |
| 25113 | #if compiler(>=5.3) && $TildeSendable |
| 25114 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25115 | @available(macOS, unavailable) |
| 25116 | public struct NavigationLinkPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 25117 | public init() |
| 25118 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 25119 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 25120 | } |
| 25121 | #else |
| 25122 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25123 | @available(macOS, unavailable) |
| 25124 | public struct NavigationLinkPickerStyle : SwiftUI.PickerStyle { |
| 25125 | public init() |
| 25126 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 25127 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.NavigationLinkPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 25128 | } |
| 25129 | #endif |
| 25130 | extension SwiftUICore.View { |
| 25131 | @available(macOS 26.0, *) |
| 25132 | @available(iOS, unavailable) |
| 18351 | @available(macOS, unavailable) |
| 18352 | @available(tvOS, unavailable) |
| 18353 | @available(visionOS, unavailable) |
| 18354 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 18355 | |
| 18356 | @available(iOS, unavailable) |
| 18357 | @available(macOS, unavailable) |
| 18358 | @available(tvOS, unavailable) |
| 18359 | @available(visionOS, unavailable) |
| 18360 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Item, Content>(item: SwiftUICore.Binding<Item?>, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 18361 | |
| 18362 | @available(iOS, unavailable) |
| 18363 | @available(macOS, unavailable) |
| 25180 | @available(macOS, unavailable) |
| 25181 | @available(tvOS, unavailable) |
| 25182 | @available(visionOS, unavailable) |
| 25183 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 25184 | |
| 25185 | @available(iOS, unavailable) |
| 25186 | @available(macOS, unavailable) |
| 25187 | @available(tvOS, unavailable) |
| 25188 | @available(visionOS, unavailable) |
| 25189 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Item, Content>(item: SwiftUICore.Binding<Item?>, @SwiftUICore.ContentBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View |
| 25190 | |
| 25191 | @available(iOS, unavailable) |
| 25192 | @available(macOS, unavailable) |
| 18372 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Item>(item: SwiftUICore.Binding<Item?>, storyboardName: Swift.String) -> some SwiftUICore.View where Item : Swift.Identifiable |
| 18373 | |
| 18374 | } |
| 18375 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18376 | public struct _AccessibilityQuickActionStyle { |
| 18377 | } |
| 18378 | @available(*, unavailable) |
| 18379 | extension SwiftUI._AccessibilityQuickActionStyle : Swift.Sendable { |
| 18380 | } |
| 18381 | @available(watchOS 9.0, *) |
| 18382 | @available(iOS, unavailable) |
| 18383 | @available(macOS, unavailable) |
| 25201 | @_Concurrency.MainActor @preconcurrency public func _navigationDestination<Item>(item: SwiftUICore.Binding<Item?>, storyboardName: Swift.String) -> some SwiftUICore.View where Item : Swift.Identifiable |
| 25202 | |
| 25203 | } |
| 25204 | #if compiler(>=5.3) && $TildeSendable |
| 25205 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 25206 | public struct _AccessibilityQuickActionStyle : ~Swift.Sendable { |
| 25207 | } |
| 25208 | #else |
| 25209 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 25210 | public struct _AccessibilityQuickActionStyle { |
| 25211 | } |
| 25212 | #endif |
| 25213 | @available(watchOS 9.0, *) |
| 25214 | @available(iOS, unavailable) |
| 25215 | @available(macOS, unavailable) |
| 18386 | public protocol AccessibilityQuickActionStyle { |
| 18387 | static var _style: SwiftUI._AccessibilityQuickActionStyle { get } |
| 18388 | } |
| 18389 | @available(watchOS 9.0, *) |
| 18390 | @available(iOS, unavailable) |
| 18391 | @available(macOS, unavailable) |
| 25218 | public protocol AccessibilityQuickActionStyle { |
| 25219 | static var _style: SwiftUI._AccessibilityQuickActionStyle { get } |
| 25220 | } |
| 25221 | #if compiler(>=5.3) && $TildeSendable |
| 25222 | @available(watchOS 9.0, *) |
| 25223 | @available(iOS, unavailable) |
| 25224 | @available(macOS, unavailable) |
| 25225 | @available(tvOS, unavailable) |
| 25226 | @available(visionOS, unavailable) |
| 25227 | public struct AccessibilityQuickActionPromptStyle : SwiftUI.AccessibilityQuickActionStyle, ~Swift.Sendable { |
| 25228 | public static var _style: SwiftUI._AccessibilityQuickActionStyle { |
| 25229 | get |
| 25230 | } |
| 25231 | @usableFromInline |
| 25232 | internal init() |
| 25233 | } |
| 25234 | #else |
| 25235 | @available(watchOS 9.0, *) |
| 25236 | @available(iOS, unavailable) |
| 25237 | @available(macOS, unavailable) |
| 18398 | @usableFromInline |
| 18399 | internal init() |
| 18400 | } |
| 18401 | @available(*, unavailable) |
| 18402 | extension SwiftUI.AccessibilityQuickActionPromptStyle : Swift.Sendable { |
| 18403 | } |
| 18404 | @available(watchOS 9.0, *) |
| 18405 | @available(iOS, unavailable) |
| 18406 | @available(macOS, unavailable) |
| 25244 | @usableFromInline |
| 25245 | internal init() |
| 25246 | } |
| 25247 | #endif |
| 25248 | @available(watchOS 9.0, *) |
| 25249 | @available(iOS, unavailable) |
| 25250 | @available(macOS, unavailable) |
| 18411 | get { .init() } |
| 18412 | } |
| 18413 | } |
| 18414 | @available(watchOS 9.0, *) |
| 18415 | @available(iOS, unavailable) |
| 18416 | @available(macOS, unavailable) |
| 25255 | get { .init() } |
| 25256 | } |
| 25257 | } |
| 25258 | #if compiler(>=5.3) && $TildeSendable |
| 25259 | @available(watchOS 9.0, *) |
| 25260 | @available(iOS, unavailable) |
| 25261 | @available(macOS, unavailable) |
| 25262 | @available(tvOS, unavailable) |
| 25263 | @available(visionOS, unavailable) |
| 25264 | public struct AccessibilityQuickActionOutlineStyle : SwiftUI.AccessibilityQuickActionStyle, ~Swift.Sendable { |
| 25265 | public static var _style: SwiftUI._AccessibilityQuickActionStyle { |
| 25266 | get |
| 25267 | } |
| 25268 | @usableFromInline |
| 25269 | internal init() |
| 25270 | } |
| 25271 | #else |
| 25272 | @available(watchOS 9.0, *) |
| 25273 | @available(iOS, unavailable) |
| 25274 | @available(macOS, unavailable) |
| 18423 | @usableFromInline |
| 18424 | internal init() |
| 18425 | } |
| 18426 | @available(*, unavailable) |
| 18427 | extension SwiftUI.AccessibilityQuickActionOutlineStyle : Swift.Sendable { |
| 18428 | } |
| 18429 | @available(watchOS 9.0, *) |
| 18430 | @available(iOS, unavailable) |
| 18431 | @available(macOS, unavailable) |
| 25281 | @usableFromInline |
| 25282 | internal init() |
| 25283 | } |
| 25284 | #endif |
| 25285 | @available(watchOS 9.0, *) |
| 25286 | @available(iOS, unavailable) |
| 25287 | @available(macOS, unavailable) |
| 18442 | @available(tvOS, unavailable) |
| 18443 | @available(visionOS, unavailable) |
| 18444 | extension SwiftUICore.View { |
| 18445 | nonisolated public func accessibilityQuickAction<Style, Content>(style: Style, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Style : SwiftUI.AccessibilityQuickActionStyle, Content : SwiftUICore.View |
| 18446 | |
| 18447 | nonisolated public func accessibilityQuickAction<Style, Content>(style: Style, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Style : SwiftUI.AccessibilityQuickActionStyle, Content : SwiftUICore.View |
| 18448 | |
| 18449 | } |
| 18450 | extension SwiftUICore.EnvironmentValues { |
| 25298 | @available(tvOS, unavailable) |
| 25299 | @available(visionOS, unavailable) |
| 25300 | extension SwiftUICore.View { |
| 25301 | nonisolated public func accessibilityQuickAction<Style, Content>(style: Style, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Style : SwiftUI.AccessibilityQuickActionStyle, Content : SwiftUICore.View |
| 25302 | |
| 25303 | nonisolated public func accessibilityQuickAction<Style, Content>(style: Style, isActive: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Style : SwiftUI.AccessibilityQuickActionStyle, Content : SwiftUICore.View |
| 25304 | |
| 25305 | } |
| 25306 | extension SwiftUICore.EnvironmentValues { |
| 18457 | get |
| 18458 | set |
| 18459 | } |
| 18460 | } |
| 18461 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 18462 | @available(watchOS, unavailable) |
| 25313 | get |
| 25314 | set |
| 25315 | } |
| 25316 | } |
| 25317 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 25318 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 25319 | @usableFromInline |
| 25320 | internal init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder content: () -> Content) |
| 25321 | @usableFromInline |
| 25322 | @_disfavoredOverload internal init<S>(_ title: S, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 25323 | } |
| 25324 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25325 | extension SwiftUI.Section where Parent == SwiftUICore.EmptyView, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 25326 | @usableFromInline |
| 25327 | internal init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 25328 | } |
| 25329 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 25330 | extension SwiftUI.Section where Parent : SwiftUICore.View, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 25331 | @usableFromInline |
| 25332 | internal init(isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder header: () -> Parent) |
| 25333 | } |
| 25334 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *) |
| 25335 | extension SwiftUI.Section where Parent == SwiftUICore.Text, Content : SwiftUICore.View, Footer == SwiftUICore.EmptyView { |
| 25336 | @usableFromInline |
| 25337 | internal init(_ titleKey: SwiftUICore.LocalizedStringKey, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) |
| 25338 | @usableFromInline |
| 25339 | @_disfavoredOverload internal init<S>(_ title: S, isExpanded: SwiftUICore.Binding<Swift.Bool>, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 25340 | } |
| 25341 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 25342 | @available(watchOS, unavailable) |
| 18493 | } |
| 18494 | public let rawValue: Swift.Int |
| 18495 | public init(rawValue: Swift.Int) |
| 18496 | @available(iOS 17.0, tvOS 17.0, macOS 14.0, *) |
| 18497 | @available(watchOS, unavailable) |
| 18498 | public typealias ArrayLiteralElement = SwiftUI.KeyPress.Phases |
| 18499 | @available(iOS 17.0, tvOS 17.0, macOS 14.0, *) |
| 18500 | @available(watchOS, unavailable) |
| 18501 | public typealias Element = SwiftUI.KeyPress.Phases |
| 18502 | @available(iOS 17.0, tvOS 17.0, macOS 14.0, *) |
| 18503 | @available(watchOS, unavailable) |
| 18504 | public typealias RawValue = Swift.Int |
| 18505 | } |
| 25373 | } |
| 25374 | public let rawValue: Swift.Int |
| 25375 | public init(rawValue: Swift.Int) |
| 25376 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, *) |
| 25377 | @available(watchOS, unavailable) |
| 25378 | public typealias ArrayLiteralElement = SwiftUI.KeyPress.Phases |
| 25379 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, *) |
| 25380 | @available(watchOS, unavailable) |
| 25381 | public typealias Element = SwiftUI.KeyPress.Phases |
| 25382 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, *) |
| 25383 | @available(watchOS, unavailable) |
| 25384 | public typealias RawValue = Swift.Int |
| 25385 | } |
| 18516 | get |
| 18517 | } |
| 18518 | } |
| 18519 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 18520 | @available(tvOS, unavailable) |
| 18521 | public struct Gauge<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> : SwiftUICore.View where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View, BoundsLabel : SwiftUICore.View, MarkedValueLabels : SwiftUICore.View { |
| 18522 | public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label) where CurrentValueLabel == SwiftUICore.EmptyView, BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 18523 | public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel) where BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 18524 | public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ViewBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ViewBuilder maximumValueLabel: () -> BoundsLabel) where MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 18525 | public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ViewBuilder markedValueLabels: () -> MarkedValueLabels) where BoundsLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 18526 | public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ViewBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ViewBuilder maximumValueLabel: () -> BoundsLabel, @SwiftUICore.ViewBuilder markedValueLabels: () -> MarkedValueLabels) where V : Swift.BinaryFloatingPoint |
| 18527 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 18528 | get |
| 18529 | } |
| 18530 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 18531 | @available(tvOS, unavailable) |
| 18532 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5GaugeV4bodyQrvp", 0) __<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> |
| 18533 | } |
| 18534 | @available(*, unavailable) |
| 18535 | extension SwiftUI.Gauge : Swift.Sendable { |
| 18536 | } |
| 18537 | @available(macOS 11.0, *) |
| 18538 | @available(iOS, unavailable) |
| 18539 | @available(tvOS, unavailable) |
| 25396 | get |
| 25397 | } |
| 25398 | } |
| 25399 | #if compiler(>=5.3) && $TildeSendable |
| 25400 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 25401 | @available(tvOS, unavailable) |
| 25402 | nonisolated public struct Gauge<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View, BoundsLabel : SwiftUICore.View, MarkedValueLabels : SwiftUICore.View { |
| 25403 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label) where CurrentValueLabel == SwiftUICore.EmptyView, BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25404 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel) where BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25405 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> BoundsLabel) where MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25406 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder markedValueLabels: () -> MarkedValueLabels) where BoundsLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25407 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder markedValueLabels: () -> MarkedValueLabels) where V : Swift.BinaryFloatingPoint |
| 25408 | nonisolated public var body: some SwiftUICore.View { |
| 25409 | get |
| 25410 | } |
| 25411 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 25412 | @available(tvOS, unavailable) |
| 25413 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5GaugeV4bodyQrvp", 0) __<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> |
| 25414 | } |
| 25415 | #else |
| 25416 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 25417 | @available(tvOS, unavailable) |
| 25418 | nonisolated public struct Gauge<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> : SwiftUICore.View where Label : SwiftUICore.View, CurrentValueLabel : SwiftUICore.View, BoundsLabel : SwiftUICore.View, MarkedValueLabels : SwiftUICore.View { |
| 25419 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label) where CurrentValueLabel == SwiftUICore.EmptyView, BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25420 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel) where BoundsLabel == SwiftUICore.EmptyView, MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25421 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> BoundsLabel) where MarkedValueLabels == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25422 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder markedValueLabels: () -> MarkedValueLabels) where BoundsLabel == SwiftUICore.EmptyView, V : Swift.BinaryFloatingPoint |
| 25423 | nonisolated public init<V>(value: V, in bounds: Swift.ClosedRange<V> = 0...1, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> CurrentValueLabel, @SwiftUICore.ContentBuilder minimumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder maximumValueLabel: () -> BoundsLabel, @SwiftUICore.ContentBuilder markedValueLabels: () -> MarkedValueLabels) where V : Swift.BinaryFloatingPoint |
| 25424 | nonisolated public var body: some SwiftUICore.View { |
| 25425 | get |
| 25426 | } |
| 25427 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 25428 | @available(tvOS, unavailable) |
| 25429 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5GaugeV4bodyQrvp", 0) __<Label, CurrentValueLabel, BoundsLabel, MarkedValueLabels> |
| 25430 | } |
| 25431 | #endif |
| 25432 | @available(macOS 11.0, *) |
| 25433 | @available(iOS, unavailable) |
| 25434 | @available(tvOS, unavailable) |
| 18547 | .init(showsTitle: showsTitle) |
| 18548 | } |
| 18549 | } |
| 18550 | @available(macOS 11.0, *) |
| 18551 | @available(iOS, unavailable) |
| 18552 | @available(tvOS, unavailable) |
| 25442 | .init(showsTitle: showsTitle) |
| 25443 | } |
| 25444 | } |
| 25445 | #if compiler(>=5.3) && $TildeSendable |
| 25446 | @available(macOS 11.0, *) |
| 25447 | @available(iOS, unavailable) |
| 25448 | @available(tvOS, unavailable) |
| 25449 | @available(watchOS, unavailable) |
| 25450 | @available(visionOS, unavailable) |
| 25451 | public struct UnifiedWindowToolbarStyle : SwiftUI.WindowToolbarStyle, ~Swift.Sendable { |
| 25452 | public typealias _Body = Swift.Never |
| 25453 | public init() |
| 25454 | public init(showsTitle: Swift.Bool) |
| 25455 | } |
| 25456 | #else |
| 25457 | @available(macOS 11.0, *) |
| 25458 | @available(iOS, unavailable) |
| 25459 | @available(tvOS, unavailable) |
| 18557 | public init() |
| 18558 | public init(showsTitle: Swift.Bool) |
| 18559 | } |
| 18560 | @available(*, unavailable) |
| 18561 | extension SwiftUI.UnifiedWindowToolbarStyle : Swift.Sendable { |
| 18562 | } |
| 18563 | @available(watchOS 9.0, *) |
| 18564 | @available(iOS, unavailable) |
| 18565 | @available(macOS, unavailable) |
| 18566 | @available(tvOS, unavailable) |
| 18567 | @available(visionOS, unavailable) |
| 18568 | extension SwiftUI.BackgroundTask { |
| 18569 | public static var snapshot: SwiftUI.BackgroundTask<SwiftUI.SnapshotData, SwiftUI.SnapshotResponse> { |
| 18570 | get |
| 18571 | } |
| 18572 | public static var intentDidRun: SwiftUI.BackgroundTask<Swift.Void, Swift.Void> { |
| 18573 | get |
| 18574 | } |
| 25464 | public init() |
| 25465 | public init(showsTitle: Swift.Bool) |
| 25466 | } |
| 25467 | #endif |
| 25468 | @available(watchOS 9.0, *) |
| 25469 | @available(iOS, unavailable) |
| 25470 | @available(macOS, unavailable) |
| 25471 | @available(tvOS, unavailable) |
| 25472 | @available(visionOS, unavailable) |
| 25473 | extension SwiftUI.BackgroundTask { |
| 25474 | public static var intentDidRun: SwiftUI.BackgroundTask<Swift.Void, Swift.Void> { |
| 25475 | get |
| 25476 | } |
| 18582 | get |
| 18583 | } |
| 18584 | } |
| 18585 | @available(watchOS 9.0, *) |
| 18586 | @available(iOS, unavailable) |
| 18587 | @available(macOS, unavailable) |
| 18588 | @available(tvOS, unavailable) |
| 18589 | @available(visionOS, unavailable) |
| 18590 | public struct SnapshotResponse : Swift.Sendable { |
| 18591 | public init(restoredDefaultState: Swift.Bool = false, estimatedSnapshotExpiration: Foundation.Date? = nil, identifier: Swift.String? = nil) |
| 18592 | } |
| 18593 | @available(watchOS 9.0, *) |
| 18594 | @available(iOS, unavailable) |
| 18595 | @available(macOS, unavailable) |
| 18596 | @available(tvOS, unavailable) |
| 18597 | @available(visionOS, unavailable) |
| 18598 | public struct SnapshotData : Swift.Sendable { |
| 18599 | public let reason: SwiftUI.SnapshotData.SnapshotReason |
| 18600 | public let identifier: Swift.String? |
| 18601 | @available(watchOS 9.0, *) |
| 18602 | @available(iOS, unavailable) |
| 18603 | @available(macOS, unavailable) |
| 18604 | @available(tvOS, unavailable) |
| 18605 | @available(visionOS, unavailable) |
| 18606 | public enum SnapshotReason : Swift.Sendable { |
| 18607 | case appScheduled |
| 18608 | case returnToDefaultState |
| 18609 | case complicationUpdate |
| 18610 | case prelaunch |
| 18611 | case appBackgrounded |
| 18612 | public static func == (a: SwiftUI.SnapshotData.SnapshotReason, b: SwiftUI.SnapshotData.SnapshotReason) -> Swift.Bool |
| 18613 | public func hash(into hasher: inout Swift.Hasher) |
| 18614 | public var hashValue: Swift.Int { |
| 18615 | get |
| 18616 | } |
| 18617 | } |
| 18618 | } |
| 18619 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18620 | @frozen public struct _HiddenModifier : SwiftUICore.ViewModifier { |
| 18621 | @inlinable public init() {} |
| 18622 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._HiddenModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 18623 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 18624 | public typealias Body = Swift.Never |
| 18625 | } |
| 18626 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25484 | get |
| 25485 | } |
| 25486 | } |
| 25487 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25488 | @frozen nonisolated public struct _HiddenModifier : SwiftUICore.ViewModifier { |
| 25489 | @inlinable nonisolated public init() {} |
| 25490 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._HiddenModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 25491 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 25492 | public typealias Body = Swift.Never |
| 25493 | } |
| 25494 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18630 | } |
| 18631 | |
| 18632 | } |
| 18633 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 18634 | @available(tvOS, unavailable) |
| 18635 | public struct DatePicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 18636 | public typealias Components = SwiftUI.DatePickerComponents |
| 18637 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 18638 | get |
| 18639 | } |
| 18640 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 18641 | @available(tvOS, unavailable) |
| 18642 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10DatePickerV4bodyQrvp", 0) __<Label> |
| 18643 | } |
| 18644 | @available(*, unavailable) |
| 18645 | extension SwiftUI.DatePicker : Swift.Sendable { |
| 18646 | } |
| 18647 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 18648 | @available(tvOS, unavailable) |
| 18649 | extension SwiftUI.DatePicker { |
| 18650 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ViewBuilder label: () -> Label) |
| 18651 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.ClosedRange<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ViewBuilder label: () -> Label) |
| 18652 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.PartialRangeFrom<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ViewBuilder label: () -> Label) |
| 18653 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.PartialRangeThrough<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ViewBuilder label: () -> Label) |
| 18654 | } |
| 18655 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 18656 | @available(tvOS, unavailable) |
| 25498 | } |
| 25499 | |
| 25500 | } |
| 25501 | #if compiler(>=5.3) && $TildeSendable |
| 25502 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 25503 | @available(tvOS, unavailable) |
| 25504 | nonisolated public struct DatePicker<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 25505 | public typealias Components = SwiftUI.DatePickerComponents |
| 25506 | nonisolated public var body: some SwiftUICore.View { |
| 25507 | get |
| 25508 | } |
| 25509 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 25510 | @available(tvOS, unavailable) |
| 25511 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10DatePickerV4bodyQrvp", 0) __<Label> |
| 25512 | } |
| 25513 | #else |
| 25514 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 25515 | @available(tvOS, unavailable) |
| 25516 | nonisolated public struct DatePicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 25517 | public typealias Components = SwiftUI.DatePickerComponents |
| 25518 | nonisolated public var body: some SwiftUICore.View { |
| 25519 | get |
| 25520 | } |
| 25521 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 25522 | @available(tvOS, unavailable) |
| 25523 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10DatePickerV4bodyQrvp", 0) __<Label> |
| 25524 | } |
| 25525 | #endif |
| 25526 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 25527 | @available(tvOS, unavailable) |
| 25528 | extension SwiftUI.DatePicker { |
| 25529 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ContentBuilder label: () -> Label) |
| 25530 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.ClosedRange<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ContentBuilder label: () -> Label) |
| 25531 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.PartialRangeFrom<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ContentBuilder label: () -> Label) |
| 25532 | nonisolated public init(selection: SwiftUICore.Binding<Foundation.Date>, in range: Swift.PartialRangeThrough<Foundation.Date>, displayedComponents: SwiftUI.DatePicker<Label>.Components = [.hourAndMinute, .date], @SwiftUICore.ContentBuilder label: () -> Label) |
| 25533 | } |
| 25534 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 25535 | @available(tvOS, unavailable) |
| 18715 | @available(macOS, unavailable) |
| 18716 | @available(visionOS, unavailable) |
| 18717 | public static let hourMinuteAndSecond: SwiftUI.DatePickerComponents |
| 18718 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 18719 | @available(tvOS, unavailable) |
| 18720 | public typealias ArrayLiteralElement = SwiftUI.DatePickerComponents |
| 18721 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 18722 | @available(tvOS, unavailable) |
| 18723 | public typealias Element = SwiftUI.DatePickerComponents |
| 18724 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 18725 | @available(tvOS, unavailable) |
| 18726 | public typealias RawValue = Swift.UInt |
| 18727 | } |
| 18728 | @available(macOS 10.15, *) |
| 18729 | @available(iOS, unavailable) |
| 18730 | @available(tvOS, unavailable) |
| 25594 | @available(macOS, unavailable) |
| 25595 | @available(visionOS, unavailable) |
| 25596 | public static let hourMinuteAndSecond: SwiftUI.DatePickerComponents |
| 25597 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 25598 | @available(tvOS, unavailable) |
| 25599 | public typealias ArrayLiteralElement = SwiftUI.DatePickerComponents |
| 25600 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 25601 | @available(tvOS, unavailable) |
| 25602 | public typealias Element = SwiftUI.DatePickerComponents |
| 25603 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 25604 | @available(tvOS, unavailable) |
| 25605 | public typealias RawValue = Swift.UInt |
| 25606 | } |
| 25607 | #if compiler(>=5.3) && $TildeSendable |
| 25608 | @available(macOS 10.15, *) |
| 25609 | @available(iOS, unavailable) |
| 25610 | @available(tvOS, unavailable) |
| 25611 | @available(watchOS, unavailable) |
| 25612 | @available(visionOS, unavailable) |
| 25613 | @usableFromInline |
| 25614 | internal struct TouchBarItemPresenceTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 25615 | @inlinable internal static var defaultValue: SwiftUI.TouchBarItemPresence? { |
| 25616 | get { nil } |
| 25617 | } |
| 25618 | @available(macOS 10.15, *) |
| 25619 | @usableFromInline |
| 25620 | @available(iOS, unavailable) |
| 25621 | @available(tvOS, unavailable) |
| 25622 | @available(watchOS, unavailable) |
| 25623 | @available(visionOS, unavailable) |
| 25624 | internal typealias Value = SwiftUI.TouchBarItemPresence? |
| 25625 | } |
| 25626 | #else |
| 25627 | @available(macOS 10.15, *) |
| 25628 | @available(iOS, unavailable) |
| 25629 | @available(tvOS, unavailable) |
| 18743 | @available(visionOS, unavailable) |
| 18744 | internal typealias Value = SwiftUI.TouchBarItemPresence? |
| 18745 | } |
| 18746 | @available(*, unavailable) |
| 18747 | extension SwiftUI.TouchBarItemPresenceTraitKey : Swift.Sendable { |
| 18748 | } |
| 18749 | @available(macOS 10.15, *) |
| 18750 | @available(iOS, unavailable) |
| 18751 | @available(tvOS, unavailable) |
| 25642 | @available(visionOS, unavailable) |
| 25643 | internal typealias Value = SwiftUI.TouchBarItemPresence? |
| 25644 | } |
| 25645 | #endif |
| 25646 | @available(macOS 10.15, *) |
| 25647 | @available(iOS, unavailable) |
| 25648 | @available(tvOS, unavailable) |
| 18761 | } |
| 18762 | |
| 18763 | } |
| 18764 | @available(macOS 10.15, *) |
| 18765 | @available(iOS, unavailable) |
| 18766 | @available(tvOS, unavailable) |
| 25658 | } |
| 25659 | |
| 25660 | } |
| 25661 | #if compiler(>=5.3) && $TildeSendable |
| 25662 | @available(macOS 10.15, *) |
| 25663 | @available(iOS, unavailable) |
| 25664 | @available(tvOS, unavailable) |
| 25665 | @available(watchOS, unavailable) |
| 25666 | @available(visionOS, unavailable) |
| 25667 | @usableFromInline |
| 25668 | internal struct TouchBarItemPrincipalTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 25669 | @inlinable internal static var defaultValue: Swift.Bool { |
| 25670 | get { false } |
| 25671 | } |
| 25672 | @available(macOS 10.15, *) |
| 25673 | @usableFromInline |
| 25674 | @available(iOS, unavailable) |
| 25675 | @available(tvOS, unavailable) |
| 25676 | @available(watchOS, unavailable) |
| 25677 | @available(visionOS, unavailable) |
| 25678 | internal typealias Value = Swift.Bool |
| 25679 | } |
| 25680 | #else |
| 25681 | @available(macOS 10.15, *) |
| 25682 | @available(iOS, unavailable) |
| 25683 | @available(tvOS, unavailable) |
| 18779 | @available(visionOS, unavailable) |
| 18780 | internal typealias Value = Swift.Bool |
| 18781 | } |
| 18782 | @available(*, unavailable) |
| 18783 | extension SwiftUI.TouchBarItemPrincipalTraitKey : Swift.Sendable { |
| 18784 | } |
| 18785 | @available(macOS 10.15, *) |
| 18786 | @available(iOS, unavailable) |
| 18787 | @available(tvOS, unavailable) |
| 25696 | @available(visionOS, unavailable) |
| 25697 | internal typealias Value = Swift.Bool |
| 25698 | } |
| 25699 | #endif |
| 25700 | @available(macOS 10.15, *) |
| 25701 | @available(iOS, unavailable) |
| 25702 | @available(tvOS, unavailable) |
| 18797 | } |
| 18798 | |
| 18799 | } |
| 18800 | @available(macOS 10.15, *) |
| 18801 | @available(iOS, unavailable) |
| 18802 | @available(tvOS, unavailable) |
| 25712 | } |
| 25713 | |
| 25714 | } |
| 25715 | #if compiler(>=5.3) && $TildeSendable |
| 25716 | @available(macOS 10.15, *) |
| 25717 | @available(iOS, unavailable) |
| 25718 | @available(tvOS, unavailable) |
| 25719 | @available(watchOS, unavailable) |
| 25720 | @available(visionOS, unavailable) |
| 25721 | @usableFromInline |
| 25722 | internal struct TouchBarCustomizationLabelTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 25723 | @inlinable internal static var defaultValue: SwiftUICore.Text { |
| 25724 | get { Text("") } |
| 25725 | } |
| 25726 | @available(macOS 10.15, *) |
| 25727 | @usableFromInline |
| 25728 | @available(iOS, unavailable) |
| 25729 | @available(tvOS, unavailable) |
| 25730 | @available(watchOS, unavailable) |
| 25731 | @available(visionOS, unavailable) |
| 25732 | internal typealias Value = SwiftUICore.Text |
| 25733 | } |
| 25734 | #else |
| 25735 | @available(macOS 10.15, *) |
| 25736 | @available(iOS, unavailable) |
| 25737 | @available(tvOS, unavailable) |
| 18815 | @available(visionOS, unavailable) |
| 18816 | internal typealias Value = SwiftUICore.Text |
| 18817 | } |
| 18818 | @available(*, unavailable) |
| 18819 | extension SwiftUI.TouchBarCustomizationLabelTraitKey : Swift.Sendable { |
| 18820 | } |
| 18821 | @available(macOS 10.15, *) |
| 18822 | @available(iOS, unavailable) |
| 18823 | @available(tvOS, unavailable) |
| 25750 | @available(visionOS, unavailable) |
| 25751 | internal typealias Value = SwiftUICore.Text |
| 25752 | } |
| 25753 | #endif |
| 25754 | @available(macOS 10.15, *) |
| 25755 | @available(iOS, unavailable) |
| 25756 | @available(tvOS, unavailable) |
| 18842 | nonisolated public func accessibilityChartDescriptor<R>(_ representable: R) -> some SwiftUICore.View where R : SwiftUICore.AXChartDescriptorRepresentable |
| 18843 | |
| 18844 | } |
| 18845 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 18846 | public struct SearchPresentationToolbarBehavior { |
| 18847 | public static var automatic: SwiftUI.SearchPresentationToolbarBehavior { |
| 25775 | nonisolated public func accessibilityChartDescriptor<R>(_ representable: R) -> some SwiftUICore.View where R : SwiftUICore.AXChartDescriptorRepresentable |
| 25776 | |
| 25777 | } |
| 25778 | #if compiler(>=5.3) && $TildeSendable |
| 25779 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 25780 | public struct SearchPresentationToolbarBehavior : ~Swift.Sendable { |
| 25781 | public static var automatic: SwiftUI.SearchPresentationToolbarBehavior { |
| 25782 | get |
| 25783 | } |
| 25784 | public static var avoidHidingContent: SwiftUI.SearchPresentationToolbarBehavior { |
| 25785 | get |
| 25786 | } |
| 25787 | } |
| 25788 | #else |
| 25789 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 25790 | public struct SearchPresentationToolbarBehavior { |
| 25791 | public static var automatic: SwiftUI.SearchPresentationToolbarBehavior { |
| 18851 | get |
| 18852 | } |
| 18853 | } |
| 18854 | @available(*, unavailable) |
| 18855 | extension SwiftUI.SearchPresentationToolbarBehavior : Swift.Sendable { |
| 18856 | } |
| 18857 | extension SwiftUICore.View { |
| 18858 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 18859 | nonisolated public func searchPresentationToolbarBehavior(_ behavior: SwiftUI.SearchPresentationToolbarBehavior) -> some SwiftUICore.View |
| 25795 | get |
| 25796 | } |
| 25797 | } |
| 25798 | #endif |
| 25799 | extension SwiftUICore.View { |
| 25800 | @available(iOS 17.1, macOS 14.1, tvOS 17.1, watchOS 10.1, *) |
| 25801 | nonisolated public func searchPresentationToolbarBehavior(_ behavior: SwiftUI.SearchPresentationToolbarBehavior) -> some SwiftUICore.View |
| 18898 | get { .init() } |
| 18899 | } |
| 18900 | } |
| 18901 | @available(iOS 14.0, macCatalyst 13.4, macOS 10.15.4, *) |
| 18902 | @available(tvOS, unavailable) |
| 18903 | @available(watchOS, unavailable) |
| 18904 | public struct CompactDatePickerStyle : SwiftUI.DatePickerStyle { |
| 18905 | public init() |
| 18906 | @available(iOS 16.0, macOS 13.0, *) |
| 18907 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.CompactDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 18908 | |
| 18909 | @available(iOS 14.0, macOS 10.15.4, macCatalyst 13.4, *) |
| 18910 | @available(tvOS, unavailable) |
| 18911 | @available(watchOS, unavailable) |
| 18912 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22CompactDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 18913 | @available(iOS 14.0, macOS 10.15.4, macCatalyst 13.4, *) |
| 18914 | @available(tvOS, unavailable) |
| 18915 | @available(watchOS, unavailable) |
| 18916 | public typealias _Body = SwiftUICore.EmptyView |
| 18917 | } |
| 18918 | @available(*, unavailable) |
| 18919 | extension SwiftUI.CompactDatePickerStyle : Swift.Sendable { |
| 18920 | } |
| 18921 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 18922 | public struct _OverlayLayout : SwiftUICore._VariadicView.UnaryViewRoot, SwiftUICore.Animatable { |
| 18923 | public init(contentIndex: Swift.Int? = nil) |
| 18924 | nonisolated public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI._OverlayLayout>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 18925 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 18926 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 18927 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 18928 | public typealias Body = Swift.Never |
| 18929 | } |
| 18930 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 18931 | extension SwiftUI._OverlayLayout : SwiftUICore.Layout { |
| 18932 | public func placeSubviews(in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI._OverlayLayout.Subviews, cache: inout Swift.Void) |
| 18933 | public static var layoutProperties: SwiftUICore.LayoutProperties { |
| 18934 | get |
| 18935 | } |
| 18936 | public func sizeThatFits(proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI._OverlayLayout.Subviews, cache: inout Swift.Void) -> CoreFoundation.CGSize |
| 18937 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 18938 | public typealias Cache = Swift.Void |
| 18939 | } |
| 18940 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 25840 | get { .init() } |
| 25841 | } |
| 25842 | } |
| 25843 | #if compiler(>=5.3) && $TildeSendable |
| 25844 | @available(iOS 14.0, macCatalyst 13.4, macOS 10.15.4, *) |
| 25845 | @available(tvOS, unavailable) |
| 25846 | @available(watchOS, unavailable) |
| 25847 | nonisolated public struct CompactDatePickerStyle : SwiftUI.DatePickerStyle, ~Swift.Sendable { |
| 25848 | nonisolated public init() |
| 25849 | @available(iOS 16.0, macOS 13.0, *) |
| 25850 | nonisolated public func makeBody(configuration: SwiftUI.CompactDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 25851 | |
| 25852 | @available(macOS 10.15.4, iOS 14.0, macCatalyst 13.4, *) |
| 25853 | @available(tvOS, unavailable) |
| 25854 | @available(watchOS, unavailable) |
| 25855 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22CompactDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 25856 | @available(macOS 10.15.4, iOS 14.0, macCatalyst 13.4, *) |
| 25857 | @available(tvOS, unavailable) |
| 25858 | @available(watchOS, unavailable) |
| 25859 | public typealias _Body = SwiftUICore.EmptyView |
| 25860 | } |
| 25861 | #else |
| 25862 | @available(iOS 14.0, macCatalyst 13.4, macOS 10.15.4, *) |
| 25863 | @available(tvOS, unavailable) |
| 25864 | @available(watchOS, unavailable) |
| 25865 | nonisolated public struct CompactDatePickerStyle : SwiftUI.DatePickerStyle { |
| 25866 | nonisolated public init() |
| 25867 | @available(iOS 16.0, macOS 13.0, *) |
| 25868 | nonisolated public func makeBody(configuration: SwiftUI.CompactDatePickerStyle.Configuration) -> some SwiftUICore.View |
| 25869 | |
| 25870 | @available(macOS 10.15.4, iOS 14.0, macCatalyst 13.4, *) |
| 25871 | @available(tvOS, unavailable) |
| 25872 | @available(watchOS, unavailable) |
| 25873 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI22CompactDatePickerStyleV8makeBody13configurationQrAA0deF13ConfigurationV_tF", 0) __ |
| 25874 | @available(macOS 10.15.4, iOS 14.0, macCatalyst 13.4, *) |
| 25875 | @available(tvOS, unavailable) |
| 25876 | @available(watchOS, unavailable) |
| 25877 | public typealias _Body = SwiftUICore.EmptyView |
| 25878 | } |
| 25879 | #endif |
| 25880 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25881 | nonisolated public struct _OverlayLayout : SwiftUICore._VariadicView.UnaryViewRoot, SwiftUICore.Animatable { |
| 25882 | nonisolated public init(contentIndex: Swift.Int? = nil) |
| 25883 | public static func _makeView(root: SwiftUICore._GraphValue<SwiftUI._OverlayLayout>, inputs: SwiftUICore._ViewInputs, body: (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewListOutputs) -> SwiftUICore._ViewOutputs |
| 25884 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 25885 | public typealias AnimatableData = SwiftUICore.EmptyAnimatableData |
| 25886 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 25887 | public typealias Body = Swift.Never |
| 25888 | } |
| 25889 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 25890 | extension SwiftUI._OverlayLayout : SwiftUICore.Layout { |
| 25891 | nonisolated public func placeSubviews(in bounds: CoreFoundation.CGRect, proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI._OverlayLayout.Subviews, cache: inout Swift.Void) |
| 25892 | public static var layoutProperties: SwiftUICore.LayoutProperties { |
| 25893 | get |
| 25894 | } |
| 25895 | nonisolated public func sizeThatFits(proposal: SwiftUICore.ProposedViewSize, subviews: SwiftUI._OverlayLayout.Subviews, cache: inout Swift.Void) -> CoreFoundation.CGSize |
| 25896 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 25897 | public typealias Cache = Swift.Void |
| 25898 | } |
| 25899 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19010 | @available(*, unavailable, message: "Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct.") |
| 19011 | @_disfavoredOverload nonisolated public func accessibilityCustomContent<L, V>(_ label: L, _ value: V, importance: Accessibility.AXCustomContent.Importance = .default) -> SwiftUICore.ModifiedContent<Content, Modifier> where L : Swift.StringProtocol, V : Swift.StringProtocol |
| 19012 | } |
| 19013 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 19014 | public struct TextSelection : Swift.Equatable, Swift.Hashable { |
| 19015 | public enum Indices : Swift.Equatable, Swift.Hashable { |
| 25969 | @available(*, unavailable, message: "Using non-localized strings for labels is not directly supported. Instead, wrap both the label and the value in a Text struct.") |
| 25970 | @_disfavoredOverload nonisolated public func accessibilityCustomContent<L, V>(_ label: L, _ value: V, importance: Accessibility.AXCustomContent.Importance = .default) -> SwiftUICore.ModifiedContent<Content, Modifier> where L : Swift.StringProtocol, V : Swift.StringProtocol |
| 25971 | } |
| 25972 | #if compiler(>=5.3) && $TildeSendable |
| 25973 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 25974 | public struct TextSelection : Swift.Equatable, Swift.Hashable, ~Swift.Sendable { |
| 25975 | public enum Indices : Swift.Equatable, Swift.Hashable, ~Swift.Sendable { |
| 25976 | case selection(Swift.Range<Swift.String.Index>) |
| 25977 | case multiSelection(Swift.RangeSet<Swift.String.Index>) |
| 25978 | public static func == (a: SwiftUI.TextSelection.Indices, b: SwiftUI.TextSelection.Indices) -> Swift.Bool |
| 25979 | public func hash(into hasher: inout Swift.Hasher) |
| 25980 | public var hashValue: Swift.Int { |
| 25981 | get |
| 25982 | } |
| 25983 | } |
| 25984 | public var indices: SwiftUI.TextSelection.Indices |
| 25985 | public var affinity: SwiftUI.TextSelectionAffinity { |
| 25986 | get |
| 25987 | } |
| 25988 | public init(range: Swift.Range<Swift.String.Index>) |
| 25989 | public init(ranges: Swift.RangeSet<Swift.String.Index>) |
| 25990 | public init(insertionPoint: Swift.String.Index) |
| 25991 | public var isInsertion: Swift.Bool { |
| 25992 | get |
| 25993 | } |
| 25994 | public static func == (a: SwiftUI.TextSelection, b: SwiftUI.TextSelection) -> Swift.Bool |
| 25995 | public func hash(into hasher: inout Swift.Hasher) |
| 25996 | public var hashValue: Swift.Int { |
| 25997 | get |
| 25998 | } |
| 25999 | } |
| 26000 | #else |
| 26001 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 26002 | public struct TextSelection : Swift.Equatable, Swift.Hashable { |
| 26003 | public enum Indices : Swift.Equatable, Swift.Hashable { |
| 19037 | get |
| 19038 | } |
| 19039 | } |
| 19040 | @available(*, unavailable) |
| 19041 | extension SwiftUI.TextSelection : Swift.Sendable { |
| 19042 | } |
| 19043 | @available(*, unavailable) |
| 19044 | extension SwiftUI.TextSelection.Indices : Swift.Sendable { |
| 19045 | } |
| 19046 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 19047 | extension SwiftUICore.View { |
| 19048 | nonisolated public func textSelectionAffinity(_ affinity: SwiftUI.TextSelectionAffinity) -> some SwiftUICore.View |
| 26025 | get |
| 26026 | } |
| 26027 | } |
| 26028 | #endif |
| 26029 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 26030 | extension SwiftUICore.View { |
| 26031 | nonisolated public func textSelectionAffinity(_ affinity: SwiftUI.TextSelectionAffinity) -> some SwiftUICore.View |
| 19085 | } |
| 19086 | |
| 19087 | } |
| 19088 | @available(iOS 16.0, macOS 12.0, *) |
| 19089 | @available(tvOS, unavailable) |
| 19090 | @available(watchOS, unavailable) |
| 19091 | @frozen public struct TupleTableColumnContent<RowValue, Sort, T> : SwiftUI.TableColumnContent where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 19092 | public typealias TableRowValue = RowValue |
| 19093 | public typealias TableColumnSortComparator = Sort |
| 19094 | public var value: T |
| 19095 | @inlinable internal init(_ value: T, valueType: RowValue.Type, sortType: Sort.Type) { |
| 19096 | self.value = value |
| 19097 | } |
| 19098 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleTableColumnContent<RowValue, Sort, T>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 19099 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 19100 | nonisolated public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 19101 | @available(iOS 16.0, macOS 12.0, *) |
| 19102 | @available(tvOS, unavailable) |
| 19103 | @available(watchOS, unavailable) |
| 19104 | public typealias TableColumnBody = Swift.Never |
| 19105 | } |
| 19106 | @available(*, unavailable) |
| 19107 | extension SwiftUI.TupleTableColumnContent : Swift.Sendable { |
| 19108 | } |
| 19109 | @available(iOS 16.0, macOS 12.0, *) |
| 19110 | @available(tvOS, unavailable) |
| 19111 | @available(watchOS, unavailable) |
| 26068 | } |
| 26069 | |
| 26070 | } |
| 26071 | #if compiler(>=5.3) && $TildeSendable |
| 26072 | @available(iOS 16.0, macOS 12.0, *) |
| 26073 | @available(tvOS, unavailable) |
| 26074 | @available(watchOS, unavailable) |
| 26075 | @frozen nonisolated public struct TupleTableColumnContent<RowValue, Sort, T> : SwiftUI.TableColumnContent, ~Swift.Sendable where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 26076 | public typealias TableRowValue = RowValue |
| 26077 | public typealias TableColumnSortComparator = Sort |
| 26078 | public var value: T |
| 26079 | @inlinable nonisolated internal init(_ value: T, valueType: RowValue.Type, sortType: Sort.Type) { |
| 26080 | self.value = value |
| 26081 | } |
| 26082 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleTableColumnContent<RowValue, Sort, T>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 26083 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 26084 | public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 26085 | @available(macOS 12.0, iOS 16.0, *) |
| 26086 | @available(tvOS, unavailable) |
| 26087 | @available(watchOS, unavailable) |
| 26088 | public typealias TableColumnBody = Swift.Never |
| 26089 | } |
| 26090 | #else |
| 26091 | @available(iOS 16.0, macOS 12.0, *) |
| 26092 | @available(tvOS, unavailable) |
| 26093 | @available(watchOS, unavailable) |
| 26094 | @frozen nonisolated public struct TupleTableColumnContent<RowValue, Sort, T> : SwiftUI.TableColumnContent where RowValue : Swift.Identifiable, Sort : Foundation.SortComparator { |
| 26095 | public typealias TableRowValue = RowValue |
| 26096 | public typealias TableColumnSortComparator = Sort |
| 26097 | public var value: T |
| 26098 | @inlinable nonisolated internal init(_ value: T, valueType: RowValue.Type, sortType: Sort.Type) { |
| 26099 | self.value = value |
| 26100 | } |
| 26101 | public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUI.TupleTableColumnContent<RowValue, Sort, T>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 26102 | @available(iOS 17.4, macOS 14.4, visionOS 1.1, *) |
| 26103 | public static func _tableColumnCount(inputs: SwiftUI._TableColumnInputs) -> Swift.Int? |
| 26104 | @available(macOS 12.0, iOS 16.0, *) |
| 26105 | @available(tvOS, unavailable) |
| 26106 | @available(watchOS, unavailable) |
| 26107 | public typealias TableColumnBody = Swift.Never |
| 26108 | } |
| 26109 | #endif |
| 26110 | @available(iOS 16.0, macOS 12.0, *) |
| 26111 | @available(tvOS, unavailable) |
| 26112 | @available(watchOS, unavailable) |
| 19118 | } |
| 19119 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 19120 | } |
| 19121 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19122 | @propertyWrapper public struct FocusedValue<Value> : SwiftUICore.DynamicProperty { |
| 19123 | @usableFromInline |
| 26119 | } |
| 26120 | nonisolated public static func _makeContent(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._TableColumnInputs) -> SwiftUI._TableColumnOutputs |
| 26121 | } |
| 26122 | #if compiler(>=5.3) && $TildeSendable |
| 26123 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26124 | @propertyWrapper public struct FocusedValue<Value> : SwiftUICore.DynamicProperty, ~Swift.Sendable { |
| 26125 | @usableFromInline |
| 26126 | @frozen internal enum Content : ~Swift.Sendable { |
| 26127 | case keyPath(Swift.KeyPath<SwiftUI.FocusedValues, Value?>) |
| 26128 | case value(Value?) |
| 26129 | } |
| 26130 | @usableFromInline |
| 26131 | internal var content: SwiftUI.FocusedValue<Value>.Content |
| 26132 | public init(_ keyPath: Swift.KeyPath<SwiftUI.FocusedValues, Value?>) |
| 26133 | @inlinable public var wrappedValue: Value? { |
| 26134 | get { |
| 26135 | if case .value(let value) = content { |
| 26136 | return value |
| 26137 | } else { |
| 26138 | return nil |
| 26139 | } |
| 26140 | } |
| 26141 | } |
| 26142 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 26143 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 26144 | public static var _propertyStorageSize: Swift.Int? { |
| 26145 | get |
| 26146 | } |
| 26147 | } |
| 26148 | #else |
| 26149 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26150 | @propertyWrapper public struct FocusedValue<Value> : SwiftUICore.DynamicProperty { |
| 26151 | @usableFromInline |
| 19138 | } |
| 19139 | } |
| 19140 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 19141 | } |
| 19142 | @available(*, unavailable) |
| 19143 | extension SwiftUI.FocusedValue : Swift.Sendable { |
| 19144 | } |
| 19145 | @available(*, unavailable) |
| 19146 | extension SwiftUI.FocusedValue.Content : Swift.Sendable { |
| 19147 | } |
| 19148 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19149 | @propertyWrapper public struct FocusedBinding<Value> : SwiftUICore.DynamicProperty { |
| 19150 | @usableFromInline |
| 26166 | } |
| 26167 | } |
| 26168 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 26169 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 26170 | public static var _propertyStorageSize: Swift.Int? { |
| 26171 | get |
| 26172 | } |
| 26173 | } |
| 26174 | #endif |
| 26175 | #if compiler(>=5.3) && $TildeSendable |
| 26176 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26177 | @propertyWrapper public struct FocusedBinding<Value> : SwiftUICore.DynamicProperty, ~Swift.Sendable { |
| 26178 | @usableFromInline |
| 26179 | @frozen internal enum Content : ~Swift.Sendable { |
| 26180 | case keyPath(Swift.KeyPath<SwiftUI.FocusedValues, SwiftUICore.Binding<Value>?>) |
| 26181 | case value(SwiftUICore.Binding<Value>?) |
| 26182 | } |
| 26183 | @usableFromInline |
| 26184 | internal var content: SwiftUI.FocusedBinding<Value>.Content |
| 26185 | public init(_ keyPath: Swift.KeyPath<SwiftUI.FocusedValues, SwiftUICore.Binding<Value>?>) |
| 26186 | @inlinable public var wrappedValue: Value? { |
| 26187 | get { |
| 26188 | if case .value(let value) = content { |
| 26189 | return value?.wrappedValue |
| 26190 | } else { |
| 26191 | return nil |
| 26192 | } |
| 26193 | } |
| 26194 | nonmutating set { |
| 26195 | if case .value(let value) = content, let newValue = newValue { |
| 26196 | value?.wrappedValue = newValue |
| 26197 | } |
| 26198 | } |
| 26199 | } |
| 26200 | public var projectedValue: SwiftUICore.Binding<Value?> { |
| 26201 | get |
| 26202 | } |
| 26203 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 26204 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 26205 | public static var _propertyStorageSize: Swift.Int? { |
| 26206 | get |
| 26207 | } |
| 26208 | } |
| 26209 | #else |
| 26210 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26211 | @propertyWrapper public struct FocusedBinding<Value> : SwiftUICore.DynamicProperty { |
| 26212 | @usableFromInline |
| 19173 | get |
| 19174 | } |
| 19175 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 19176 | } |
| 19177 | @available(*, unavailable) |
| 19178 | extension SwiftUI.FocusedBinding : Swift.Sendable { |
| 19179 | } |
| 19180 | @available(*, unavailable) |
| 19181 | extension SwiftUI.FocusedBinding.Content : Swift.Sendable { |
| 19182 | } |
| 19183 | extension SwiftUICore.View { |
| 19184 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19185 | nonisolated public func focusedValue<Value>(_ keyPath: Swift.WritableKeyPath<SwiftUI.FocusedValues, Value?>, _ value: Value) -> some SwiftUICore.View |
| 26235 | get |
| 26236 | } |
| 26237 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 26238 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 26239 | public static var _propertyStorageSize: Swift.Int? { |
| 26240 | get |
| 26241 | } |
| 26242 | } |
| 26243 | #endif |
| 26244 | extension SwiftUICore.View { |
| 26245 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26246 | nonisolated public func focusedValue<Value>(_ keyPath: Swift.WritableKeyPath<SwiftUI.FocusedValues, Value?>, _ value: Value) -> some SwiftUICore.View |
| 19198 | public protocol FocusedValueKey { |
| 19199 | associatedtype Value |
| 19200 | } |
| 19201 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19202 | public struct FocusedValues { |
| 19203 | @usableFromInline |
| 26259 | public protocol FocusedValueKey { |
| 26260 | associatedtype Value |
| 26261 | } |
| 26262 | #if compiler(>=5.3) && $TildeSendable |
| 26263 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26264 | public struct FocusedValues : ~Swift.Sendable { |
| 26265 | @usableFromInline |
| 26266 | internal init() |
| 26267 | public subscript<Key>(key: Key.Type) -> Key.Value? where Key : SwiftUI.FocusedValueKey { |
| 26268 | get |
| 26269 | set |
| 26270 | } |
| 26271 | } |
| 26272 | #else |
| 26273 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26274 | public struct FocusedValues { |
| 26275 | @usableFromInline |
| 19207 | set |
| 19208 | } |
| 19209 | } |
| 19210 | @available(*, unavailable) |
| 19211 | extension SwiftUI.FocusedValues : Swift.Sendable { |
| 19212 | } |
| 19213 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 19214 | extension SwiftUI.FocusedValues : Swift.Equatable { |
| 19215 | public static func == (lhs: SwiftUI.FocusedValues, rhs: SwiftUI.FocusedValues) -> Swift.Bool |
| 26279 | set |
| 26280 | } |
| 26281 | } |
| 26282 | #endif |
| 26283 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 26284 | extension SwiftUI.FocusedValues : Swift.Equatable { |
| 26285 | public static func == (lhs: SwiftUI.FocusedValues, rhs: SwiftUI.FocusedValues) -> Swift.Bool |
| 19223 | set |
| 19224 | } |
| 19225 | } |
| 19226 | @available(macOS 15.0, *) |
| 19227 | @available(iOS, unavailable) |
| 19228 | @available(tvOS, unavailable) |
| 26293 | set |
| 26294 | } |
| 26295 | } |
| 26296 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 26297 | extension SwiftUICore.EnvironmentValues { |
| 26298 | public var accessibilityLargeContentViewerEnabled: Swift.Bool { |
| 26299 | get |
| 26300 | } |
| 26301 | public var _accessibilityLargeContentViewerEnabled: Swift.Bool { |
| 26302 | get |
| 26303 | set |
| 26304 | } |
| 26305 | } |
| 26306 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 26307 | extension SwiftUICore.View { |
| 26308 | nonisolated public func accessibilityShowsLargeContentViewer<V>(@SwiftUICore.ContentBuilder _ largeContentView: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 26309 | |
| 26310 | nonisolated public func accessibilityShowsLargeContentViewer() -> some SwiftUICore.View |
| 26311 | |
| 26312 | } |
| 26313 | @available(macOS 15.0, *) |
| 26314 | @available(iOS, unavailable) |
| 26315 | @available(tvOS, unavailable) |
| 19233 | get { .init() } |
| 19234 | } |
| 19235 | } |
| 19236 | @available(macOS 15.0, *) |
| 19237 | @available(iOS, unavailable) |
| 19238 | @available(tvOS, unavailable) |
| 19239 | @available(watchOS, unavailable) |
| 19240 | @available(visionOS, unavailable) |
| 19241 | public struct GroupedTabViewStyle : SwiftUI.TabViewStyle { |
| 19242 | public init() |
| 19243 | nonisolated public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 19244 | nonisolated public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 19245 | } |
| 19246 | @available(*, unavailable) |
| 19247 | extension SwiftUI.GroupedTabViewStyle : Swift.Sendable { |
| 19248 | } |
| 19249 | @available(iOS 16.0, macOS 12.0, *) |
| 19250 | @available(tvOS, unavailable) |
| 19251 | @available(watchOS, unavailable) |
| 19252 | @preconcurrency @_Concurrency.MainActor public protocol TableStyle { |
| 19253 | associatedtype Body : SwiftUICore.View |
| 19254 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 19255 | typealias Configuration = SwiftUI.TableStyleConfiguration |
| 19256 | } |
| 19257 | @available(iOS 16.0, macOS 12.0, *) |
| 19258 | @available(tvOS, unavailable) |
| 19259 | @available(watchOS, unavailable) |
| 19260 | public struct TableStyleConfiguration { |
| 19261 | } |
| 19262 | @available(*, unavailable) |
| 19263 | extension SwiftUI.TableStyleConfiguration : Swift.Sendable { |
| 19264 | } |
| 19265 | @available(iOS 16.0, macOS 12.0, *) |
| 19266 | @available(tvOS, unavailable) |
| 19267 | @available(watchOS, unavailable) |
| 26320 | get { .init() } |
| 26321 | } |
| 26322 | } |
| 26323 | #if compiler(>=5.3) && $TildeSendable |
| 26324 | @available(macOS 15.0, *) |
| 26325 | @available(iOS, unavailable) |
| 26326 | @available(tvOS, unavailable) |
| 26327 | @available(watchOS, unavailable) |
| 26328 | @available(visionOS, unavailable) |
| 26329 | nonisolated public struct GroupedTabViewStyle : SwiftUI.TabViewStyle, ~Swift.Sendable { |
| 26330 | nonisolated public init() |
| 26331 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 26332 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 26333 | } |
| 26334 | #else |
| 26335 | @available(macOS 15.0, *) |
| 26336 | @available(iOS, unavailable) |
| 26337 | @available(tvOS, unavailable) |
| 26338 | @available(watchOS, unavailable) |
| 26339 | @available(visionOS, unavailable) |
| 26340 | nonisolated public struct GroupedTabViewStyle : SwiftUI.TabViewStyle { |
| 26341 | nonisolated public init() |
| 26342 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 26343 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._TabViewValue<SwiftUI.GroupedTabViewStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 26344 | } |
| 26345 | #endif |
| 26346 | @available(iOS 16.0, macOS 12.0, *) |
| 26347 | @available(tvOS, unavailable) |
| 26348 | @available(watchOS, unavailable) |
| 26349 | @preconcurrency @_Concurrency.MainActor public protocol TableStyle { |
| 26350 | associatedtype Body : SwiftUICore.View |
| 26351 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 26352 | typealias Configuration = SwiftUI.TableStyleConfiguration |
| 26353 | } |
| 26354 | #if compiler(>=5.3) && $TildeSendable |
| 26355 | @available(iOS 16.0, macOS 12.0, *) |
| 26356 | @available(tvOS, unavailable) |
| 26357 | @available(watchOS, unavailable) |
| 26358 | public struct TableStyleConfiguration : ~Swift.Sendable { |
| 26359 | } |
| 26360 | #else |
| 26361 | @available(iOS 16.0, macOS 12.0, *) |
| 26362 | @available(tvOS, unavailable) |
| 26363 | @available(watchOS, unavailable) |
| 26364 | public struct TableStyleConfiguration { |
| 26365 | } |
| 26366 | #endif |
| 26367 | @available(iOS 16.0, macOS 12.0, *) |
| 26368 | @available(tvOS, unavailable) |
| 26369 | @available(watchOS, unavailable) |
| 19274 | @available(tvOS, unavailable) |
| 19275 | @available(watchOS, unavailable) |
| 19276 | extension SwiftUICore.View { |
| 19277 | nonisolated public func modifierKeyAlternate<V>(_ modifiers: SwiftUICore.EventModifiers, @SwiftUICore.ViewBuilder _ alternate: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 19278 | |
| 19279 | } |
| 19280 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 19281 | @available(tvOS, unavailable) |
| 19282 | @preconcurrency @_Concurrency.MainActor public protocol GaugeStyle { |
| 19283 | associatedtype Body : SwiftUICore.View |
| 19284 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 19285 | typealias Configuration = SwiftUI.GaugeStyleConfiguration |
| 19286 | } |
| 19287 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 19288 | @available(tvOS, unavailable) |
| 19289 | public struct GaugeStyleConfiguration { |
| 19290 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 19291 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 19292 | @available(tvOS, unavailable) |
| 19293 | public typealias Body = Swift.Never |
| 19294 | } |
| 19295 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View { |
| 19296 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 19297 | @available(tvOS, unavailable) |
| 19298 | public typealias Body = Swift.Never |
| 19299 | } |
| 19300 | @_Concurrency.MainActor @preconcurrency public struct MinimumValueLabel : SwiftUICore.View { |
| 19301 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 19302 | @available(tvOS, unavailable) |
| 19303 | public typealias Body = Swift.Never |
| 19304 | } |
| 19305 | @_Concurrency.MainActor @preconcurrency public struct MaximumValueLabel : SwiftUICore.View { |
| 19306 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 19307 | @available(tvOS, unavailable) |
| 19308 | public typealias Body = Swift.Never |
| 19309 | } |
| 19310 | @_Concurrency.MainActor @preconcurrency public struct MarkedValueLabel : SwiftUICore.View { |
| 19311 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 19312 | @available(tvOS, unavailable) |
| 19313 | public typealias Body = Swift.Never |
| 19314 | } |
| 26376 | @available(tvOS, unavailable) |
| 26377 | @available(watchOS, unavailable) |
| 26378 | extension SwiftUICore.View { |
| 26379 | nonisolated public func modifierKeyAlternate<V>(_ modifiers: SwiftUICore.EventModifiers, @SwiftUICore.ContentBuilder _ alternate: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 26380 | |
| 26381 | } |
| 26382 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 26383 | @available(tvOS, unavailable) |
| 26384 | @preconcurrency @_Concurrency.MainActor public protocol GaugeStyle { |
| 26385 | associatedtype Body : SwiftUICore.View |
| 26386 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 26387 | typealias Configuration = SwiftUI.GaugeStyleConfiguration |
| 26388 | } |
| 26389 | #if compiler(>=5.3) && $TildeSendable |
| 26390 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 26391 | @available(tvOS, unavailable) |
| 26392 | public struct GaugeStyleConfiguration : ~Swift.Sendable { |
| 26393 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 26394 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26395 | @available(tvOS, unavailable) |
| 26396 | public typealias Body = Swift.Never |
| 26397 | } |
| 26398 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View, ~Swift.Sendable { |
| 26399 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26400 | @available(tvOS, unavailable) |
| 26401 | public typealias Body = Swift.Never |
| 26402 | } |
| 26403 | @_Concurrency.MainActor @preconcurrency public struct MinimumValueLabel : SwiftUICore.View, ~Swift.Sendable { |
| 26404 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26405 | @available(tvOS, unavailable) |
| 26406 | public typealias Body = Swift.Never |
| 26407 | } |
| 26408 | @_Concurrency.MainActor @preconcurrency public struct MaximumValueLabel : SwiftUICore.View, ~Swift.Sendable { |
| 26409 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26410 | @available(tvOS, unavailable) |
| 26411 | public typealias Body = Swift.Never |
| 26412 | } |
| 26413 | @_Concurrency.MainActor @preconcurrency public struct MarkedValueLabel : SwiftUICore.View, ~Swift.Sendable { |
| 26414 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26415 | @available(tvOS, unavailable) |
| 26416 | public typealias Body = Swift.Never |
| 26417 | } |
| 19318 | public var minimumValueLabel: SwiftUI.GaugeStyleConfiguration.MinimumValueLabel? |
| 19319 | public var maximumValueLabel: SwiftUI.GaugeStyleConfiguration.MaximumValueLabel? |
| 19320 | } |
| 19321 | @available(*, unavailable) |
| 19322 | extension SwiftUI.GaugeStyleConfiguration : Swift.Sendable { |
| 19323 | } |
| 19324 | @available(*, unavailable) |
| 19325 | extension SwiftUI.GaugeStyleConfiguration.MaximumValueLabel : Swift.Sendable { |
| 19326 | } |
| 19327 | @available(*, unavailable) |
| 19328 | extension SwiftUI.GaugeStyleConfiguration.Label : Swift.Sendable { |
| 19329 | } |
| 19330 | @available(*, unavailable) |
| 19331 | extension SwiftUI.GaugeStyleConfiguration.MinimumValueLabel : Swift.Sendable { |
| 19332 | } |
| 19333 | @available(*, unavailable) |
| 19334 | extension SwiftUI.GaugeStyleConfiguration.CurrentValueLabel : Swift.Sendable { |
| 19335 | } |
| 19336 | @available(*, unavailable) |
| 19337 | extension SwiftUI.GaugeStyleConfiguration.MarkedValueLabel : Swift.Sendable { |
| 19338 | } |
| 19339 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 19340 | @available(tvOS, unavailable) |
| 19341 | extension SwiftUICore.View { |
| 19342 | nonisolated public func gaugeStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.GaugeStyle |
| 19343 | |
| 19344 | } |
| 19345 | @available(iOS 13.0, macOS 10.15, watchOS 9.0, *) |
| 19346 | @available(tvOS, unavailable) |
| 19347 | public struct Stepper<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 19348 | @_alwaysEmitIntoClient public init(@SwiftUICore.ViewBuilder label: () -> Label, onIncrement: (() -> Swift.Void)?, onDecrement: (() -> Swift.Void)?, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) { |
| 19349 | self.init( |
| 19350 | onIncrement: onIncrement, |
| 19351 | onDecrement: onDecrement, |
| 19352 | onEditingChanged: onEditingChanged, |
| 19353 | label: label) |
| 19354 | } |
| 19355 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 19356 | get |
| 19357 | } |
| 19358 | @available(iOS 13.0, watchOS 9.0, macOS 10.15, *) |
| 19359 | @available(tvOS, unavailable) |
| 19360 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7StepperV4bodyQrvp", 0) __<Label> |
| 19361 | } |
| 19362 | @available(*, unavailable) |
| 19363 | extension SwiftUI.Stepper : Swift.Sendable { |
| 19364 | } |
| 19365 | @available(iOS 13.0, macOS 10.15, watchOS 9.0, *) |
| 19366 | @available(tvOS, unavailable) |
| 19367 | extension SwiftUI.Stepper { |
| 19368 | @available(watchOS 9.0, *) |
| 19369 | @available(tvOS, unavailable) |
| 19370 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, step: V.Stride = 1, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.Strideable { |
| 19371 | self.init( |
| 19372 | value: value, |
| 19373 | step: step, |
| 26421 | public var minimumValueLabel: SwiftUI.GaugeStyleConfiguration.MinimumValueLabel? |
| 26422 | public var maximumValueLabel: SwiftUI.GaugeStyleConfiguration.MaximumValueLabel? |
| 26423 | } |
| 26424 | #else |
| 26425 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 26426 | @available(tvOS, unavailable) |
| 26427 | public struct GaugeStyleConfiguration { |
| 26428 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 26429 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26430 | @available(tvOS, unavailable) |
| 26431 | public typealias Body = Swift.Never |
| 26432 | } |
| 26433 | @_Concurrency.MainActor @preconcurrency public struct CurrentValueLabel : SwiftUICore.View { |
| 26434 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26435 | @available(tvOS, unavailable) |
| 26436 | public typealias Body = Swift.Never |
| 26437 | } |
| 26438 | @_Concurrency.MainActor @preconcurrency public struct MinimumValueLabel : SwiftUICore.View { |
| 26439 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26440 | @available(tvOS, unavailable) |
| 26441 | public typealias Body = Swift.Never |
| 26442 | } |
| 26443 | @_Concurrency.MainActor @preconcurrency public struct MaximumValueLabel : SwiftUICore.View { |
| 26444 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26445 | @available(tvOS, unavailable) |
| 26446 | public typealias Body = Swift.Never |
| 26447 | } |
| 26448 | @_Concurrency.MainActor @preconcurrency public struct MarkedValueLabel : SwiftUICore.View { |
| 26449 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 26450 | @available(tvOS, unavailable) |
| 26451 | public typealias Body = Swift.Never |
| 26452 | } |
| 26453 | public var value: Swift.Double |
| 26454 | public var label: SwiftUI.GaugeStyleConfiguration.Label |
| 26455 | public var currentValueLabel: SwiftUI.GaugeStyleConfiguration.CurrentValueLabel? |
| 26456 | public var minimumValueLabel: SwiftUI.GaugeStyleConfiguration.MinimumValueLabel? |
| 26457 | public var maximumValueLabel: SwiftUI.GaugeStyleConfiguration.MaximumValueLabel? |
| 26458 | } |
| 26459 | #endif |
| 26460 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 26461 | @available(tvOS, unavailable) |
| 26462 | extension SwiftUICore.View { |
| 26463 | nonisolated public func gaugeStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.GaugeStyle |
| 26464 | |
| 26465 | } |
| 26466 | #if compiler(>=5.3) && $TildeSendable |
| 26467 | @available(iOS 13.0, macOS 10.15, watchOS 9.0, *) |
| 26468 | @available(tvOS, unavailable) |
| 26469 | nonisolated public struct Stepper<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 26470 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label, onIncrement: (() -> Swift.Void)?, onDecrement: (() -> Swift.Void)?, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) { |
| 26471 | self.init( |
| 26472 | onIncrement: onIncrement, |
| 26473 | onDecrement: onDecrement, |
| 26474 | onEditingChanged: onEditingChanged, |
| 26475 | label: label) |
| 26476 | } |
| 26477 | nonisolated public var body: some SwiftUICore.View { |
| 26478 | get |
| 26479 | } |
| 26480 | @available(macOS 10.15, iOS 13.0, watchOS 9.0, *) |
| 26481 | @available(tvOS, unavailable) |
| 26482 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7StepperV4bodyQrvp", 0) __<Label> |
| 26483 | } |
| 26484 | #else |
| 26485 | @available(iOS 13.0, macOS 10.15, watchOS 9.0, *) |
| 26486 | @available(tvOS, unavailable) |
| 26487 | nonisolated public struct Stepper<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 26488 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder label: () -> Label, onIncrement: (() -> Swift.Void)?, onDecrement: (() -> Swift.Void)?, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) { |
| 26489 | self.init( |
| 26490 | onIncrement: onIncrement, |
| 26491 | onDecrement: onDecrement, |
| 26492 | onEditingChanged: onEditingChanged, |
| 26493 | label: label) |
| 26494 | } |
| 26495 | nonisolated public var body: some SwiftUICore.View { |
| 26496 | get |
| 26497 | } |
| 26498 | @available(macOS 10.15, iOS 13.0, watchOS 9.0, *) |
| 26499 | @available(tvOS, unavailable) |
| 26500 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI7StepperV4bodyQrvp", 0) __<Label> |
| 26501 | } |
| 26502 | #endif |
| 26503 | @available(iOS 13.0, macOS 10.15, watchOS 9.0, *) |
| 26504 | @available(tvOS, unavailable) |
| 26505 | extension SwiftUI.Stepper { |
| 26506 | @available(watchOS 9.0, *) |
| 26507 | @available(tvOS, unavailable) |
| 26508 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, step: V.Stride = 1, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.Strideable { |
| 26509 | self.init( |
| 26510 | value: value, |
| 26511 | step: step, |
| 19376 | } |
| 19377 | @available(watchOS 9.0, *) |
| 19378 | @available(tvOS, unavailable) |
| 19379 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.Strideable { |
| 19380 | self.init( |
| 19381 | value: value, |
| 19382 | in: bounds, |
| 26514 | } |
| 26515 | @available(watchOS 9.0, *) |
| 26516 | @available(tvOS, unavailable) |
| 26517 | @_alwaysEmitIntoClient nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.Strideable { |
| 26518 | self.init( |
| 26519 | value: value, |
| 26520 | in: bounds, |
| 19441 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 19442 | @available(tvOS, unavailable) |
| 19443 | extension SwiftUI.Stepper { |
| 19444 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, step: F.FormatInput.Stride = 1, format: F, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where F : Foundation.ParseableFormatStyle, F.FormatInput : Swift.BinaryFloatingPoint, F.FormatOutput == Swift.String |
| 19445 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, in bounds: Swift.ClosedRange<F.FormatInput>, step: F.FormatInput.Stride = 1, format: F, @SwiftUICore.ViewBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where F : Foundation.ParseableFormatStyle, F.FormatInput : Swift.BinaryFloatingPoint, F.FormatOutput == Swift.String |
| 19446 | } |
| 19447 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 19448 | @available(tvOS, unavailable) |
| 26579 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 26580 | @available(tvOS, unavailable) |
| 26581 | extension SwiftUI.Stepper { |
| 26582 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, step: F.FormatInput.Stride = 1, format: F, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where F : Foundation.ParseableFormatStyle, F.FormatInput : Swift.BinaryFloatingPoint, F.FormatOutput == Swift.String |
| 26583 | nonisolated public init<F>(value: SwiftUICore.Binding<F.FormatInput>, in bounds: Swift.ClosedRange<F.FormatInput>, step: F.FormatInput.Stride = 1, format: F, @SwiftUICore.ContentBuilder label: () -> Label, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where F : Foundation.ParseableFormatStyle, F.FormatInput : Swift.BinaryFloatingPoint, F.FormatOutput == Swift.String |
| 26584 | } |
| 26585 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 26586 | @available(tvOS, unavailable) |
| 19477 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 19478 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 19479 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 19480 | @_disfavoredOverload nonisolated public init(onIncrement: (() -> Swift.Void)?, onDecrement: (() -> Swift.Void)?, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ViewBuilder label: () -> Label) |
| 19481 | @available(iOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 19482 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 19483 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 19484 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 19485 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.Strideable |
| 19486 | @available(iOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 19487 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 19488 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 19489 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 19490 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ViewBuilder label: () -> Label) where V : Swift.Strideable |
| 19491 | } |
| 19492 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 19493 | @frozen public struct _ShadowView<Content> : SwiftUICore.View where Content : SwiftUICore.Shape { |
| 19494 | public var shape: Content |
| 19495 | public var effect: SwiftUICore._ShadowEffect |
| 19496 | @inlinable public init(shape: Content, effect: SwiftUICore._ShadowEffect) { |
| 19497 | self.shape = shape |
| 19498 | self.effect = effect |
| 19499 | } |
| 19500 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ShadowView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 19501 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 19502 | public typealias Body = Swift.Never |
| 19503 | } |
| 19504 | @available(*, unavailable) |
| 19505 | extension SwiftUI._ShadowView : Swift.Sendable { |
| 19506 | } |
| 19507 | @available(iOS 17.0, macOS 14.0, *) |
| 19508 | @available(watchOS, unavailable) |
| 19509 | @available(tvOS, unavailable) |
| 26615 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 26616 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 26617 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(label:onIncrement:onDecrement:onEditingChanged:)") |
| 26618 | @_disfavoredOverload nonisolated public init(onIncrement: (() -> Swift.Void)?, onDecrement: (() -> Swift.Void)?, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ContentBuilder label: () -> Label) |
| 26619 | @available(iOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 26620 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 26621 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 26622 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(value:step:label:onEditingChanged:)") |
| 26623 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.Strideable |
| 26624 | @available(iOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 26625 | @available(macOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 26626 | @available(watchOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 26627 | @available(visionOS, deprecated: 100000.0, renamed: "Stepper(value:in:step:label:onEditingChanged:)") |
| 26628 | @_disfavoredOverload nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }, @SwiftUICore.ContentBuilder label: () -> Label) where V : Swift.Strideable |
| 26629 | } |
| 26630 | #if compiler(>=5.3) && $TildeSendable |
| 26631 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26632 | @frozen nonisolated public struct _ShadowView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.Shape { |
| 26633 | public var shape: Content |
| 26634 | public var effect: SwiftUICore._ShadowEffect |
| 26635 | @inlinable nonisolated public init(shape: Content, effect: SwiftUICore._ShadowEffect) { |
| 26636 | self.shape = shape |
| 26637 | self.effect = effect |
| 26638 | } |
| 26639 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ShadowView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 26640 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 26641 | public typealias Body = Swift.Never |
| 26642 | } |
| 26643 | #else |
| 26644 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 26645 | @frozen nonisolated public struct _ShadowView<Content> : SwiftUICore.View where Content : SwiftUICore.Shape { |
| 26646 | public var shape: Content |
| 26647 | public var effect: SwiftUICore._ShadowEffect |
| 26648 | @inlinable nonisolated public init(shape: Content, effect: SwiftUICore._ShadowEffect) { |
| 26649 | self.shape = shape |
| 26650 | self.effect = effect |
| 26651 | } |
| 26652 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ShadowView<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 26653 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 26654 | public typealias Body = Swift.Never |
| 26655 | } |
| 26656 | #endif |
| 26657 | @available(iOS 17.0, macOS 14.0, *) |
| 26658 | @available(watchOS, unavailable) |
| 26659 | @available(tvOS, unavailable) |
| 19532 | @_Concurrency.MainActor @preconcurrency public subscript(position: Swift.Int) -> Result { |
| 19533 | get |
| 19534 | } |
| 19535 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 19536 | public typealias Element = Result |
| 19537 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 19538 | public typealias Index = Swift.Int |
| 19539 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 19540 | public typealias Indices = Swift.Range<Swift.Int> |
| 19541 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 19542 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.FetchedResults<Result>> |
| 19543 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 19544 | public typealias SubSequence = Swift.Slice<SwiftUI.FetchedResults<Result>> |
| 19545 | } |
| 19546 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 26682 | @_Concurrency.MainActor @preconcurrency public subscript(position: Swift.Int) -> Result { |
| 26683 | get |
| 26684 | } |
| 26685 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 26686 | public typealias Element = Result |
| 26687 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 26688 | public typealias Index = Swift.Int |
| 26689 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 26690 | public typealias Indices = Swift.Range<Swift.Int> |
| 26691 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 26692 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.FetchedResults<Result>> |
| 26693 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 26694 | public typealias SubSequence = Swift.Slice<SwiftUI.FetchedResults<Result>> |
| 26695 | } |
| 26696 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 19638 | @available(tvOS, unavailable) |
| 19639 | @available(watchOS, unavailable) |
| 19640 | extension SwiftUI.TabViewCustomization { |
| 19641 | public struct TabCustomization { |
| 19642 | public var sidebarVisibility: SwiftUICore.Visibility { |
| 19643 | get |
| 26788 | @available(tvOS, unavailable) |
| 26789 | @available(watchOS, unavailable) |
| 26790 | extension SwiftUI.TabViewCustomization { |
| 26791 | #if compiler(>=5.3) && $TildeSendable |
| 26792 | public struct TabCustomization : ~Swift.Sendable { |
| 26793 | public var sidebarVisibility: SwiftUICore.Visibility { |
| 26794 | get |
| 26795 | set |
| 26796 | } |
| 26797 | @available(macOS, unavailable) |
| 26798 | @available(visionOS, unavailable) |
| 26799 | public var tabBarVisibility: SwiftUICore.Visibility { |
| 26800 | get |
| 26801 | } |
| 26802 | } |
| 26803 | #else |
| 26804 | public struct TabCustomization { |
| 26805 | public var sidebarVisibility: SwiftUICore.Visibility { |
| 26806 | get |
| 19649 | get |
| 19650 | } |
| 19651 | } |
| 19652 | } |
| 19653 | @available(*, unavailable) |
| 19654 | extension SwiftUI.TabViewCustomization.TabCustomization : Swift.Sendable { |
| 19655 | } |
| 19656 | @available(iOS 18.4, macOS 15.4, visionOS 2.4, *) |
| 19657 | @available(tvOS, unavailable) |
| 19658 | @available(watchOS, unavailable) |
| 19659 | extension SwiftUI.TabViewCustomization { |
| 19660 | public struct SectionCustomization { |
| 19661 | public var tabOrder: [Swift.String]? { |
| 19662 | get |
| 19663 | } |
| 19664 | public mutating func resetTabOrder() |
| 19665 | } |
| 19666 | } |
| 19667 | @available(*, unavailable) |
| 19668 | extension SwiftUI.TabViewCustomization.SectionCustomization : Swift.Sendable { |
| 19669 | } |
| 19670 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 19671 | @available(tvOS, unavailable) |
| 26812 | get |
| 26813 | } |
| 26814 | } |
| 26815 | #endif |
| 26816 | } |
| 26817 | @available(iOS 18.4, macOS 15.4, visionOS 2.4, *) |
| 26818 | @available(tvOS, unavailable) |
| 26819 | @available(watchOS, unavailable) |
| 26820 | extension SwiftUI.TabViewCustomization { |
| 26821 | #if compiler(>=5.3) && $TildeSendable |
| 26822 | public struct SectionCustomization : ~Swift.Sendable { |
| 26823 | public var tabOrder: [Swift.String]? { |
| 26824 | get |
| 26825 | } |
| 26826 | public mutating func resetTabOrder() |
| 26827 | } |
| 26828 | #else |
| 26829 | public struct SectionCustomization { |
| 26830 | public var tabOrder: [Swift.String]? { |
| 26831 | get |
| 26832 | } |
| 26833 | public mutating func resetTabOrder() |
| 26834 | } |
| 26835 | #endif |
| 26836 | } |
| 26837 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 26838 | @available(tvOS, unavailable) |
| 19679 | extension SwiftUI.AppStorage { |
| 19680 | public init(wrappedValue: Value = TabViewCustomization(), _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == SwiftUI.TabViewCustomization |
| 19681 | } |
| 19682 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 19683 | public struct ToolbarTitleDisplayMode { |
| 19684 | public static var automatic: SwiftUI.ToolbarTitleDisplayMode { |
| 26846 | extension SwiftUI.AppStorage { |
| 26847 | public init(wrappedValue: Value = TabViewCustomization(), _ key: Swift.String, store: Foundation.UserDefaults? = nil) where Value == SwiftUI.TabViewCustomization |
| 26848 | } |
| 26849 | #if compiler(>=5.3) && $TildeSendable |
| 26850 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 26851 | public struct ToolbarTitleDisplayMode : ~Swift.Sendable { |
| 26852 | public static var automatic: SwiftUI.ToolbarTitleDisplayMode { |
| 26853 | get |
| 26854 | } |
| 26855 | @available(macOS, unavailable) |
| 26856 | @available(tvOS, unavailable) |
| 26857 | public static var large: SwiftUI.ToolbarTitleDisplayMode { |
| 26858 | get |
| 26859 | } |
| 26860 | @available(tvOS, unavailable) |
| 26861 | @available(watchOS, unavailable) |
| 26862 | public static var inlineLarge: SwiftUI.ToolbarTitleDisplayMode { |
| 26863 | get |
| 26864 | } |
| 26865 | public static var inline: SwiftUI.ToolbarTitleDisplayMode { |
| 26866 | get |
| 26867 | } |
| 26868 | } |
| 26869 | #else |
| 26870 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 26871 | public struct ToolbarTitleDisplayMode { |
| 26872 | public static var automatic: SwiftUI.ToolbarTitleDisplayMode { |
| 19698 | get |
| 19699 | } |
| 19700 | } |
| 19701 | @available(*, unavailable) |
| 19702 | extension SwiftUI.ToolbarTitleDisplayMode : Swift.Sendable { |
| 19703 | } |
| 19704 | extension SwiftUICore.View { |
| 19705 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 19706 | nonisolated public func toolbarTitleDisplayMode(_ mode: SwiftUI.ToolbarTitleDisplayMode) -> some SwiftUICore.View |
| 26886 | get |
| 26887 | } |
| 26888 | } |
| 26889 | #endif |
| 26890 | extension SwiftUICore.View { |
| 26891 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 26892 | nonisolated public func toolbarTitleDisplayMode(_ mode: SwiftUI.ToolbarTitleDisplayMode) -> some SwiftUICore.View |
| 19728 | @available(watchOS, unavailable) |
| 19729 | @preconcurrency @_Concurrency.MainActor public protocol ControlGroupStyle { |
| 19730 | associatedtype Body : SwiftUICore.View |
| 19731 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 19732 | typealias Configuration = SwiftUI.ControlGroupStyleConfiguration |
| 19733 | } |
| 19734 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 19735 | @available(watchOS, unavailable) |
| 19736 | public struct ControlGroupStyleConfiguration { |
| 19737 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 19738 | @available(iOS 15.0, tvOS 17.0, macOS 12.0, *) |
| 19739 | @available(watchOS, unavailable) |
| 19740 | public typealias Body = Swift.Never |
| 19741 | } |
| 19742 | public let content: SwiftUI.ControlGroupStyleConfiguration.Content |
| 19743 | @available(iOS 16.0, macOS 13.0, *) |
| 19744 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 19745 | @available(iOS 16.0, tvOS 17.0, macOS 13.0, *) |
| 19746 | @available(watchOS, unavailable) |
| 19747 | public typealias Body = Swift.Never |
| 19748 | } |
| 19749 | @available(iOS 16.0, macOS 13.0, *) |
| 19750 | public let label: SwiftUI.ControlGroupStyleConfiguration.Label |
| 19751 | } |
| 19752 | @available(*, unavailable) |
| 19753 | extension SwiftUI.ControlGroupStyleConfiguration : Swift.Sendable { |
| 19754 | } |
| 19755 | @available(*, unavailable) |
| 19756 | extension SwiftUI.ControlGroupStyleConfiguration.Content : Swift.Sendable { |
| 19757 | } |
| 19758 | @available(*, unavailable) |
| 19759 | extension SwiftUI.ControlGroupStyleConfiguration.Label : Swift.Sendable { |
| 19760 | } |
| 19761 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 19762 | @available(watchOS, unavailable) |
| 19763 | extension SwiftUICore.View { |
| 19764 | nonisolated public func controlGroupStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ControlGroupStyle |
| 19765 | |
| 19766 | } |
| 19767 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 19768 | @available(tvOS, unavailable) |
| 19769 | @available(visionOS, unavailable) |
| 26914 | @available(watchOS, unavailable) |
| 26915 | @preconcurrency @_Concurrency.MainActor public protocol ControlGroupStyle { |
| 26916 | associatedtype Body : SwiftUICore.View |
| 26917 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 26918 | typealias Configuration = SwiftUI.ControlGroupStyleConfiguration |
| 26919 | } |
| 26920 | #if compiler(>=5.3) && $TildeSendable |
| 26921 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 26922 | @available(watchOS, unavailable) |
| 26923 | public struct ControlGroupStyleConfiguration : ~Swift.Sendable { |
| 26924 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 26925 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 26926 | @available(watchOS, unavailable) |
| 26927 | public typealias Body = Swift.Never |
| 26928 | } |
| 26929 | public let content: SwiftUI.ControlGroupStyleConfiguration.Content |
| 26930 | @available(iOS 16.0, macOS 13.0, *) |
| 26931 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 26932 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 26933 | @available(watchOS, unavailable) |
| 26934 | public typealias Body = Swift.Never |
| 26935 | } |
| 26936 | @available(iOS 16.0, macOS 13.0, *) |
| 26937 | public let label: SwiftUI.ControlGroupStyleConfiguration.Label |
| 26938 | } |
| 26939 | #else |
| 26940 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 26941 | @available(watchOS, unavailable) |
| 26942 | public struct ControlGroupStyleConfiguration { |
| 26943 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 26944 | @available(macOS 12.0, iOS 15.0, tvOS 17.0, *) |
| 26945 | @available(watchOS, unavailable) |
| 26946 | public typealias Body = Swift.Never |
| 26947 | } |
| 26948 | public let content: SwiftUI.ControlGroupStyleConfiguration.Content |
| 26949 | @available(iOS 16.0, macOS 13.0, *) |
| 26950 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 26951 | @available(macOS 13.0, iOS 16.0, tvOS 17.0, *) |
| 26952 | @available(watchOS, unavailable) |
| 26953 | public typealias Body = Swift.Never |
| 26954 | } |
| 26955 | @available(iOS 16.0, macOS 13.0, *) |
| 26956 | public let label: SwiftUI.ControlGroupStyleConfiguration.Label |
| 26957 | } |
| 26958 | #endif |
| 26959 | @available(iOS 15.0, macOS 12.0, tvOS 17.0, *) |
| 26960 | @available(watchOS, unavailable) |
| 26961 | extension SwiftUICore.View { |
| 26962 | nonisolated public func controlGroupStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.ControlGroupStyle |
| 26963 | |
| 26964 | } |
| 26965 | #if compiler(>=5.3) && $TildeSendable |
| 26966 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 26967 | @available(tvOS, unavailable) |
| 26968 | @available(visionOS, unavailable) |
| 26969 | @frozen @_Concurrency.MainActor @preconcurrency public struct EmptyControlWidgetTemplate : ~Swift.Sendable { |
| 26970 | public typealias Body = Swift.Never |
| 26971 | @inlinable @_Concurrency.MainActor @preconcurrency public init() {} |
| 26972 | @_Concurrency.MainActor @preconcurrency public static var _controlType: any Any.Type { |
| 26973 | get |
| 26974 | } |
| 26975 | @_Concurrency.MainActor @preconcurrency public static func _makeControlWidgetTemplate(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetTemplate>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 26976 | } |
| 26977 | #else |
| 26978 | @available(iOS 18.0, macOS 26.0, watchOS 26.0, *) |
| 26979 | @available(tvOS, unavailable) |
| 26980 | @available(visionOS, unavailable) |
| 19775 | } |
| 19776 | @_Concurrency.MainActor @preconcurrency public static func _makeControlWidgetTemplate(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetTemplate>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 19777 | } |
| 19778 | @available(*, unavailable) |
| 19779 | extension SwiftUI.EmptyControlWidgetTemplate : Swift.Sendable { |
| 19780 | } |
| 19781 | @available(iOS 14.0, macOS 11.0, *) |
| 19782 | @available(tvOS, unavailable) |
| 19783 | @available(watchOS, unavailable) |
| 26986 | } |
| 26987 | @_Concurrency.MainActor @preconcurrency public static func _makeControlWidgetTemplate(control: SwiftUICore._GraphValue<SwiftUI.EmptyControlWidgetTemplate>, inputs: SwiftUI._WidgetInputs) -> SwiftUI._WidgetOutputs |
| 26988 | } |
| 26989 | #endif |
| 26990 | @available(iOS 14.0, macOS 11.0, *) |
| 26991 | @available(tvOS, unavailable) |
| 26992 | @available(watchOS, unavailable) |
| 19870 | @available(watchOS, unavailable) |
| 19871 | extension SwiftUI.KeyEquivalent : Swift.ExpressibleByExtendedGraphemeClusterLiteral { |
| 19872 | public init(extendedGraphemeClusterLiteral: Swift.Character) |
| 19873 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 19874 | @available(watchOS, unavailable) |
| 19875 | public typealias ExtendedGraphemeClusterLiteralType = Swift.Character |
| 19876 | @available(iOS 14.0, tvOS 17.0, macOS 11.0, *) |
| 19877 | @available(watchOS, unavailable) |
| 19878 | public typealias UnicodeScalarLiteralType = Swift.Character |
| 19879 | } |
| 27079 | @available(watchOS, unavailable) |
| 27080 | extension SwiftUI.KeyEquivalent : Swift.ExpressibleByExtendedGraphemeClusterLiteral { |
| 27081 | public init(extendedGraphemeClusterLiteral: Swift.Character) |
| 27082 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 27083 | @available(watchOS, unavailable) |
| 27084 | public typealias ExtendedGraphemeClusterLiteralType = Swift.Character |
| 27085 | @available(macOS 11.0, iOS 14.0, tvOS 17.0, *) |
| 27086 | @available(watchOS, unavailable) |
| 27087 | public typealias UnicodeScalarLiteralType = Swift.Character |
| 27088 | } |
| 19929 | set |
| 19930 | } |
| 19931 | } |
| 19932 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19933 | public struct NavigationSplitView<Sidebar, Content, Detail> : SwiftUICore.View where Sidebar : SwiftUICore.View, Content : SwiftUICore.View, Detail : SwiftUICore.View { |
| 19934 | public init(@SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder detail: () -> Detail) |
| 19935 | public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder detail: () -> Detail) |
| 19936 | public init(@SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 19937 | public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 19938 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 19939 | get |
| 19940 | } |
| 19941 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 19942 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19NavigationSplitViewV4bodyQrvp", 0) __<Sidebar, Content, Detail> |
| 19943 | } |
| 19944 | @available(*, unavailable) |
| 19945 | extension SwiftUI.NavigationSplitView : Swift.Sendable { |
| 19946 | } |
| 19947 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 19948 | extension SwiftUI.NavigationSplitView { |
| 19949 | nonisolated public init(preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder detail: () -> Detail) |
| 19950 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder content: () -> Content, @SwiftUICore.ViewBuilder detail: () -> Detail) |
| 19951 | nonisolated public init(preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 19952 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ViewBuilder sidebar: () -> Sidebar, @SwiftUICore.ViewBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 19953 | } |
| 19954 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 19955 | public struct NavigationSplitViewVisibility : Swift.Equatable, Swift.Codable, Swift.Sendable { |
| 27138 | set |
| 27139 | } |
| 27140 | } |
| 27141 | #if compiler(>=5.3) && $TildeSendable |
| 27142 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27143 | nonisolated public struct NavigationSplitView<Sidebar, Content, Detail> : SwiftUICore.View, ~Swift.Sendable where Sidebar : SwiftUICore.View, Content : SwiftUICore.View, Detail : SwiftUICore.View { |
| 27144 | nonisolated public init(@SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27145 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27146 | nonisolated public init(@SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27147 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27148 | nonisolated public var body: some SwiftUICore.View { |
| 27149 | get |
| 27150 | } |
| 27151 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 27152 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19NavigationSplitViewV4bodyQrvp", 0) __<Sidebar, Content, Detail> |
| 27153 | } |
| 27154 | #else |
| 27155 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27156 | nonisolated public struct NavigationSplitView<Sidebar, Content, Detail> : SwiftUICore.View where Sidebar : SwiftUICore.View, Content : SwiftUICore.View, Detail : SwiftUICore.View { |
| 27157 | nonisolated public init(@SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27158 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27159 | nonisolated public init(@SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27160 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27161 | nonisolated public var body: some SwiftUICore.View { |
| 27162 | get |
| 27163 | } |
| 27164 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 27165 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19NavigationSplitViewV4bodyQrvp", 0) __<Sidebar, Content, Detail> |
| 27166 | } |
| 27167 | #endif |
| 27168 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 27169 | extension SwiftUI.NavigationSplitView { |
| 27170 | nonisolated public init(preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27171 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder content: () -> Content, @SwiftUICore.ContentBuilder detail: () -> Detail) |
| 27172 | nonisolated public init(preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27173 | nonisolated public init(columnVisibility: SwiftUICore.Binding<SwiftUI.NavigationSplitViewVisibility>, preferredCompactColumn: SwiftUICore.Binding<SwiftUI.NavigationSplitViewColumn>, @SwiftUICore.ContentBuilder sidebar: () -> Sidebar, @SwiftUICore.ContentBuilder detail: () -> Detail) where Content == SwiftUICore.EmptyView |
| 27174 | } |
| 27175 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27176 | public struct NavigationSplitViewVisibility : Swift.Equatable, Swift.Codable, Swift.Sendable { |
| 19968 | public static func == (lhs: SwiftUI.NavigationSplitViewVisibility, rhs: SwiftUI.NavigationSplitViewVisibility) -> Swift.Bool |
| 19969 | public func encode(to encoder: any Swift.Encoder) throws |
| 19970 | public init(from decoder: any Swift.Decoder) throws |
| 19971 | } |
| 19972 | @available(visionOS 2.0, *) |
| 19973 | @available(iOS, unavailable) |
| 27189 | public static func == (lhs: SwiftUI.NavigationSplitViewVisibility, rhs: SwiftUI.NavigationSplitViewVisibility) -> Swift.Bool |
| 27190 | public func encode(to encoder: any Swift.Encoder) throws |
| 27191 | public init(from decoder: any Swift.Decoder) throws |
| 27192 | } |
| 27193 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 27194 | @available(tvOS, unavailable) |
| 27195 | @available(watchOS, unavailable) |
| 27196 | extension SwiftUICore.EmptyView : SwiftUI.Commands { |
| 27197 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore.EmptyView>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 27198 | nonisolated public func _resolve(into: inout SwiftUI._ResolvedCommands) |
| 27199 | } |
| 27200 | @available(iOS 27.0, macOS 27.0, *) |
| 27201 | @available(tvOS, unavailable) |
| 27202 | @available(watchOS, unavailable) |
| 27203 | extension SwiftUICore.TupleContent : SwiftUI.Commands where repeat each Content : SwiftUI.Commands { |
| 27204 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore.TupleContent<repeat each Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 27205 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 27206 | @available(macOS 27.0, iOS 27.0, *) |
| 27207 | @available(tvOS, unavailable, introduced: 26.0) |
| 27208 | @available(watchOS, unavailable, introduced: 26.0) |
| 27209 | public typealias Body = Swift.Never |
| 27210 | } |
| 27211 | extension SwiftUICore.ViewBuilder { |
| 27212 | @available(iOS 14.0, macOS 11.0, *) |
| 27213 | @available(tvOS, unavailable) |
| 27214 | @available(watchOS, unavailable) |
| 27215 | @available(visionOS, unavailable) |
| 27216 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ content: any SwiftUI.Commands) -> some SwiftUI.Commands { |
| 27217 | if #unavailable(iOS 17.5, macOS 14.5, visionOS 1.2) { |
| 27218 | return EmptyCommands() |
| 27219 | } else { |
| 27220 | return LimitedAvailabilityCommandContent(erasing: content) |
| 27221 | } |
| 27222 | } |
| 27223 | |
| 27224 | @available(iOS 14.0, macOS 11.0, *) |
| 27225 | @available(tvOS, unavailable) |
| 27226 | @available(watchOS, unavailable) |
| 27227 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each Content>(_ content: repeat each Content) -> some SwiftUI.Commands where repeat each Content : SwiftUI.Commands { |
| 27228 | TupleCommandContent((repeat each content)) |
| 27229 | } |
| 27230 | |
| 27231 | } |
| 27232 | @available(visionOS 2.0, *) |
| 27233 | @available(iOS, unavailable) |
| 20025 | public static func hoverEffectGroup(id: Swift.String? = nil, in namespace: SwiftUICore.Namespace.ID, behavior: SwiftUI.HoverEffectGroup.Behavior = .activatesGroup) -> SwiftUI.GroupHoverEffect |
| 20026 | public static func hoverEffectGroup(_ group: SwiftUI.HoverEffectGroup?) -> SwiftUI.GroupHoverEffect |
| 20027 | } |
| 20028 | @available(visionOS 26.0, *) |
| 20029 | @available(iOS, unavailable) |
| 20030 | @available(macOS, unavailable) |
| 20031 | @available(watchOS, unavailable) |
| 20032 | @available(tvOS, unavailable) |
| 20033 | public struct GroupHoverEffect { |
| 20034 | } |
| 20035 | @available(visionOS 26.0, *) |
| 20036 | @available(iOS, unavailable) |
| 20037 | @available(macOS, unavailable) |
| 27285 | public static func hoverEffectGroup(id: Swift.String? = nil, in namespace: SwiftUICore.Namespace.ID, behavior: SwiftUI.HoverEffectGroup.Behavior = .activatesGroup) -> SwiftUI.GroupHoverEffect |
| 27286 | public static func hoverEffectGroup(_ group: SwiftUI.HoverEffectGroup?) -> SwiftUI.GroupHoverEffect |
| 27287 | } |
| 27288 | #if compiler(>=5.3) && $TildeSendable |
| 27289 | @available(visionOS 26.0, *) |
| 27290 | @available(iOS, unavailable) |
| 27291 | @available(macOS, unavailable) |
| 27292 | @available(watchOS, unavailable) |
| 27293 | @available(tvOS, unavailable) |
| 27294 | public struct GroupHoverEffect : ~Swift.Sendable { |
| 27295 | } |
| 27296 | #else |
| 27297 | @available(visionOS 26.0, *) |
| 27298 | @available(iOS, unavailable) |
| 27299 | @available(macOS, unavailable) |
| 27300 | @available(watchOS, unavailable) |
| 27301 | @available(tvOS, unavailable) |
| 27302 | public struct GroupHoverEffect { |
| 27303 | } |
| 27304 | #endif |
| 27305 | @available(visionOS 26.0, *) |
| 27306 | @available(iOS, unavailable) |
| 27307 | @available(macOS, unavailable) |
| 20041 | public typealias Body = Swift.Never |
| 20042 | public static func _makeCustomHoverEffect(effect: SwiftUICore._GraphValue<SwiftUI.GroupHoverEffect>, inputs: SwiftUICore._CustomHoverEffectInputs, body: @escaping (SwiftUICore._CustomHoverEffectInputs) -> SwiftUICore._CustomHoverEffectOutputs) -> SwiftUICore._CustomHoverEffectOutputs |
| 20043 | } |
| 20044 | @available(*, unavailable) |
| 20045 | extension SwiftUI.GroupHoverEffect : Swift.Sendable { |
| 20046 | } |
| 20047 | @available(iOS 13.0, *) |
| 20048 | @available(macOS, unavailable) |
| 20049 | @available(tvOS, unavailable) |
| 20050 | @available(watchOS, unavailable) |
| 20051 | public struct EditButton : SwiftUICore.View { |
| 20052 | public init() |
| 20053 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 20054 | get |
| 20055 | } |
| 20056 | @available(iOS 13.0, *) |
| 20057 | @available(tvOS, unavailable) |
| 20058 | @available(watchOS, unavailable) |
| 20059 | @available(macOS, unavailable) |
| 20060 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10EditButtonV4bodyQrvp", 0) __ |
| 20061 | } |
| 20062 | @available(*, unavailable) |
| 20063 | extension SwiftUI.EditButton : Swift.Sendable { |
| 20064 | } |
| 20065 | @available(watchOS 7.0, *) |
| 20066 | @available(iOS, unavailable) |
| 20067 | @available(macOS, unavailable) |
| 27311 | public typealias Body = Swift.Never |
| 27312 | public static func _makeCustomHoverEffect(effect: SwiftUICore._GraphValue<SwiftUI.GroupHoverEffect>, inputs: SwiftUICore._CustomHoverEffectInputs, body: @escaping (SwiftUICore._CustomHoverEffectInputs) -> SwiftUICore._CustomHoverEffectOutputs) -> SwiftUICore._CustomHoverEffectOutputs |
| 27313 | } |
| 27314 | #if compiler(>=5.3) && $TildeSendable |
| 27315 | @available(iOS 13.0, *) |
| 27316 | @available(macOS, unavailable) |
| 27317 | @available(tvOS, unavailable) |
| 27318 | @available(watchOS, unavailable) |
| 27319 | nonisolated public struct EditButton : SwiftUICore.View, ~Swift.Sendable { |
| 27320 | nonisolated public init() |
| 27321 | nonisolated public var body: some SwiftUICore.View { |
| 27322 | get |
| 27323 | } |
| 27324 | @available(iOS 13.0, *) |
| 27325 | @available(macOS, unavailable) |
| 27326 | @available(tvOS, unavailable) |
| 27327 | @available(watchOS, unavailable) |
| 27328 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10EditButtonV4bodyQrvp", 0) __ |
| 27329 | } |
| 27330 | #else |
| 27331 | @available(iOS 13.0, *) |
| 27332 | @available(macOS, unavailable) |
| 27333 | @available(tvOS, unavailable) |
| 27334 | @available(watchOS, unavailable) |
| 27335 | nonisolated public struct EditButton : SwiftUICore.View { |
| 27336 | nonisolated public init() |
| 27337 | nonisolated public var body: some SwiftUICore.View { |
| 27338 | get |
| 27339 | } |
| 27340 | @available(iOS 13.0, *) |
| 27341 | @available(macOS, unavailable) |
| 27342 | @available(tvOS, unavailable) |
| 27343 | @available(watchOS, unavailable) |
| 27344 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI10EditButtonV4bodyQrvp", 0) __ |
| 27345 | } |
| 27346 | #endif |
| 27347 | @available(watchOS 7.0, *) |
| 27348 | @available(iOS, unavailable) |
| 27349 | @available(macOS, unavailable) |
| 20072 | get { .init() } |
| 20073 | } |
| 20074 | } |
| 20075 | @available(watchOS 7.0, *) |
| 20076 | @available(iOS, unavailable) |
| 20077 | @available(macOS, unavailable) |
| 20078 | @available(tvOS, unavailable) |
| 20079 | @available(visionOS, unavailable) |
| 20080 | public struct LinearGaugeStyle : SwiftUI.GaugeStyle { |
| 20081 | public init() |
| 20082 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 20083 | public init(tint: SwiftUICore.Color) |
| 20084 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 20085 | public init(tint: SwiftUICore.Gradient) |
| 20086 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.LinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 20087 | |
| 20088 | @available(watchOS 7.0, *) |
| 20089 | @available(iOS, unavailable) |
| 20090 | @available(tvOS, unavailable) |
| 20091 | @available(visionOS, unavailable) |
| 20092 | @available(macOS, unavailable) |
| 20093 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16LinearGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 20094 | } |
| 20095 | @available(*, unavailable) |
| 20096 | extension SwiftUI.LinearGaugeStyle : Swift.Sendable { |
| 20097 | } |
| 20098 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 20099 | @frozen public struct _EmptyScene : SwiftUI.Scene { |
| 20100 | @inlinable public init() {} |
| 20101 | nonisolated public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._EmptyScene>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 20102 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 20103 | public typealias Body = Swift.Never |
| 20104 | } |
| 20105 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20106 | extension SwiftUI._ScrollView.Main { |
| 20107 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ScrollView<Provider>.Main>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 20108 | } |
| 20109 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20110 | public enum _ScrollViewAnimationMode { |
| 20111 | case never |
| 27354 | get { .init() } |
| 27355 | } |
| 27356 | } |
| 27357 | #if compiler(>=5.3) && $TildeSendable |
| 27358 | @available(watchOS 7.0, *) |
| 27359 | @available(iOS, unavailable) |
| 27360 | @available(macOS, unavailable) |
| 27361 | @available(tvOS, unavailable) |
| 27362 | @available(visionOS, unavailable) |
| 27363 | nonisolated public struct LinearGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 27364 | nonisolated public init() |
| 27365 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 27366 | nonisolated public init(tint: SwiftUICore.Color) |
| 27367 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 27368 | nonisolated public init(tint: SwiftUICore.Gradient) |
| 27369 | nonisolated public func makeBody(configuration: SwiftUI.LinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 27370 | |
| 27371 | @available(watchOS 7.0, *) |
| 27372 | @available(macOS, unavailable) |
| 27373 | @available(iOS, unavailable) |
| 27374 | @available(tvOS, unavailable) |
| 27375 | @available(visionOS, unavailable) |
| 27376 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16LinearGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 27377 | } |
| 27378 | #else |
| 27379 | @available(watchOS 7.0, *) |
| 27380 | @available(iOS, unavailable) |
| 27381 | @available(macOS, unavailable) |
| 27382 | @available(tvOS, unavailable) |
| 27383 | @available(visionOS, unavailable) |
| 27384 | nonisolated public struct LinearGaugeStyle : SwiftUI.GaugeStyle { |
| 27385 | nonisolated public init() |
| 27386 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 27387 | nonisolated public init(tint: SwiftUICore.Color) |
| 27388 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 27389 | nonisolated public init(tint: SwiftUICore.Gradient) |
| 27390 | nonisolated public func makeBody(configuration: SwiftUI.LinearGaugeStyle.Configuration) -> some SwiftUICore.View |
| 27391 | |
| 27392 | @available(watchOS 7.0, *) |
| 27393 | @available(macOS, unavailable) |
| 27394 | @available(iOS, unavailable) |
| 27395 | @available(tvOS, unavailable) |
| 27396 | @available(visionOS, unavailable) |
| 27397 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI16LinearGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 27398 | } |
| 27399 | #endif |
| 27400 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 27401 | @frozen nonisolated public struct _EmptyScene : SwiftUI.Scene { |
| 27402 | @inlinable nonisolated public init() {} |
| 27403 | public static func _makeScene(scene: SwiftUICore._GraphValue<SwiftUI._EmptyScene>, inputs: SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs |
| 27404 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 27405 | public typealias Body = Swift.Never |
| 27406 | } |
| 27407 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 27408 | extension SwiftUI._ScrollView.Main { |
| 27409 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI._ScrollView<Provider>.Main>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 27410 | } |
| 27411 | #if compiler(>=5.3) && $TildeSendable |
| 27412 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 27413 | public enum _ScrollViewAnimationMode : ~Swift.Sendable { |
| 27414 | case never |
| 27415 | case discreteChanges |
| 27416 | case always |
| 27417 | public static func == (a: SwiftUI._ScrollViewAnimationMode, b: SwiftUI._ScrollViewAnimationMode) -> Swift.Bool |
| 27418 | public func hash(into hasher: inout Swift.Hasher) |
| 27419 | public var hashValue: Swift.Int { |
| 27420 | get |
| 27421 | } |
| 27422 | } |
| 27423 | #else |
| 27424 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 27425 | public enum _ScrollViewAnimationMode { |
| 27426 | case never |
| 20117 | get |
| 20118 | } |
| 20119 | } |
| 20120 | @available(*, unavailable) |
| 20121 | extension SwiftUI._ScrollViewAnimationMode : Swift.Sendable { |
| 20122 | } |
| 20123 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 20124 | extension SwiftUICore.Transaction { |
| 20125 | public var _scrollViewAnimates: SwiftUI._ScrollViewAnimationMode { |
| 20126 | get |
| 20127 | set |
| 20128 | } |
| 20129 | } |
| 20130 | @available(iOS 14.0, macOS 11.0, *) |
| 20131 | @available(tvOS, unavailable) |
| 20132 | @available(watchOS, unavailable) |
| 20133 | public struct CommandGroup<Content> : SwiftUI.Commands where Content : SwiftUICore.View { |
| 20134 | @available(iOS 15.0, macOS 12.0, *) |
| 20135 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandGroup<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 20136 | public init(before group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ViewBuilder addition: () -> Content) |
| 20137 | public init(after group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ViewBuilder addition: () -> Content) |
| 20138 | public init(replacing group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ViewBuilder addition: () -> Content) |
| 20139 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Commands { |
| 20140 | get |
| 20141 | } |
| 20142 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 20143 | @available(iOS 14.0, macOS 11.0, *) |
| 20144 | @available(tvOS, unavailable) |
| 20145 | @available(watchOS, unavailable) |
| 20146 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12CommandGroupV4bodyQrvp", 0) __<Content> |
| 20147 | } |
| 20148 | @available(*, unavailable) |
| 20149 | extension SwiftUI.CommandGroup : Swift.Sendable { |
| 20150 | } |
| 20151 | @available(iOS 14.0, macOS 11.0, *) |
| 20152 | @available(tvOS, unavailable) |
| 20153 | @available(watchOS, unavailable) |
| 27432 | get |
| 27433 | } |
| 27434 | } |
| 27435 | #endif |
| 27436 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 27437 | extension SwiftUICore.Transaction { |
| 27438 | public var _scrollViewAnimates: SwiftUI._ScrollViewAnimationMode { |
| 27439 | get |
| 27440 | set |
| 27441 | } |
| 27442 | } |
| 27443 | #if compiler(>=5.3) && $TildeSendable |
| 27444 | @available(iOS 14.0, macOS 11.0, *) |
| 27445 | @available(tvOS, unavailable) |
| 27446 | @available(watchOS, unavailable) |
| 27447 | nonisolated public struct CommandGroup<Content> : SwiftUI.Commands, ~Swift.Sendable where Content : SwiftUICore.View { |
| 27448 | @available(iOS 15.0, macOS 12.0, *) |
| 27449 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandGroup<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 27450 | nonisolated public init(before group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27451 | nonisolated public init(after group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27452 | nonisolated public init(replacing group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27453 | nonisolated public var body: some SwiftUI.Commands { |
| 27454 | get |
| 27455 | } |
| 27456 | nonisolated public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 27457 | @available(macOS 11.0, iOS 14.0, *) |
| 27458 | @available(tvOS, unavailable) |
| 27459 | @available(watchOS, unavailable) |
| 27460 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12CommandGroupV4bodyQrvp", 0) __<Content> |
| 27461 | } |
| 27462 | #else |
| 27463 | @available(iOS 14.0, macOS 11.0, *) |
| 27464 | @available(tvOS, unavailable) |
| 27465 | @available(watchOS, unavailable) |
| 27466 | nonisolated public struct CommandGroup<Content> : SwiftUI.Commands where Content : SwiftUICore.View { |
| 27467 | @available(iOS 15.0, macOS 12.0, *) |
| 27468 | public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.CommandGroup<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 27469 | nonisolated public init(before group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27470 | nonisolated public init(after group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27471 | nonisolated public init(replacing group: SwiftUI.CommandGroupPlacement, @SwiftUICore.ContentBuilder addition: () -> Content) |
| 27472 | nonisolated public var body: some SwiftUI.Commands { |
| 27473 | get |
| 27474 | } |
| 27475 | nonisolated public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 27476 | @available(macOS 11.0, iOS 14.0, *) |
| 27477 | @available(tvOS, unavailable) |
| 27478 | @available(watchOS, unavailable) |
| 27479 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12CommandGroupV4bodyQrvp", 0) __<Content> |
| 27480 | } |
| 27481 | #endif |
| 27482 | @available(iOS 14.0, macOS 11.0, *) |
| 27483 | @available(tvOS, unavailable) |
| 27484 | @available(watchOS, unavailable) |
| 20191 | get { .init() } |
| 20192 | } |
| 20193 | } |
| 20194 | @available(macOS 10.15, *) |
| 20195 | @available(iOS, unavailable) |
| 20196 | @available(tvOS, unavailable) |
| 27522 | get { .init() } |
| 27523 | } |
| 27524 | } |
| 27525 | #if compiler(>=5.3) && $TildeSendable |
| 27526 | @available(macOS 10.15, *) |
| 27527 | @available(iOS, unavailable) |
| 27528 | @available(tvOS, unavailable) |
| 27529 | @available(watchOS, unavailable) |
| 27530 | @available(visionOS, unavailable) |
| 27531 | public struct SquareBorderTextFieldStyle : SwiftUI.TextFieldStyle, ~Swift.Sendable { |
| 27532 | public init() |
| 27533 | public func _body(configuration: SwiftUI.TextField<SwiftUI.SquareBorderTextFieldStyle._Label>) -> some SwiftUICore.View |
| 27534 | |
| 27535 | @available(macOS 10.15, *) |
| 27536 | @available(iOS, unavailable) |
| 27537 | @available(tvOS, unavailable) |
| 27538 | @available(watchOS, unavailable) |
| 27539 | @available(visionOS, unavailable) |
| 27540 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26SquareBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 27541 | } |
| 27542 | #else |
| 27543 | @available(macOS 10.15, *) |
| 27544 | @available(iOS, unavailable) |
| 27545 | @available(tvOS, unavailable) |
| 20207 | @available(visionOS, unavailable) |
| 20208 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26SquareBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 20209 | } |
| 20210 | @available(*, unavailable) |
| 20211 | extension SwiftUI.SquareBorderTextFieldStyle : Swift.Sendable { |
| 20212 | } |
| 20213 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20214 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20215 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20216 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20217 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20218 | public struct NavigationView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 20219 | public init(@SwiftUICore.ViewBuilder content: () -> Content) |
| 20220 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20221 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20222 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20223 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20224 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 20225 | public typealias Body = Swift.Never |
| 20226 | } |
| 20227 | @available(*, unavailable) |
| 20228 | extension SwiftUI.NavigationView : Swift.Sendable { |
| 20229 | } |
| 20230 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 20231 | @available(macOS, unavailable) |
| 20232 | extension SwiftUI.IndexViewStyle where Self == SwiftUI.PageIndexViewStyle { |
| 27556 | @available(visionOS, unavailable) |
| 27557 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI26SquareBorderTextFieldStyleV5_body13configurationQrAA0eF0VyAA01_efG5LabelVG_tF", 0) __ |
| 27558 | } |
| 27559 | #endif |
| 27560 | #if compiler(>=5.3) && $TildeSendable |
| 27561 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27562 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27563 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27564 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27565 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27566 | nonisolated public struct NavigationView<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 27567 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 27568 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27569 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27570 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27571 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27572 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27573 | public typealias Body = Swift.Never |
| 27574 | } |
| 27575 | #else |
| 27576 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27577 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27578 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27579 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27580 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27581 | nonisolated public struct NavigationView<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 27582 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 27583 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27584 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27585 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27586 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27587 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use NavigationStack or NavigationSplitView instead") |
| 27588 | public typealias Body = Swift.Never |
| 27589 | } |
| 27590 | #endif |
| 27591 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 27592 | @available(macOS, unavailable) |
| 27593 | extension SwiftUI.IndexViewStyle where Self == SwiftUI.PageIndexViewStyle { |
| 20237 | .init(backgroundDisplayMode: backgroundDisplayMode) |
| 20238 | } |
| 20239 | } |
| 20240 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 20241 | @available(macOS, unavailable) |
| 20242 | public struct PageIndexViewStyle : SwiftUI.IndexViewStyle { |
| 27598 | .init(backgroundDisplayMode: backgroundDisplayMode) |
| 27599 | } |
| 27600 | } |
| 27601 | #if compiler(>=5.3) && $TildeSendable |
| 27602 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 27603 | @available(macOS, unavailable) |
| 27604 | public struct PageIndexViewStyle : SwiftUI.IndexViewStyle, ~Swift.Sendable { |
| 27605 | public struct BackgroundDisplayMode : Swift.Sendable { |
| 27606 | public static let automatic: SwiftUI.PageIndexViewStyle.BackgroundDisplayMode |
| 27607 | @available(watchOS, unavailable) |
| 27608 | public static let interactive: SwiftUI.PageIndexViewStyle.BackgroundDisplayMode |
| 27609 | @available(watchOS, unavailable) |
| 27610 | public static let always: SwiftUI.PageIndexViewStyle.BackgroundDisplayMode |
| 27611 | public static let never: SwiftUI.PageIndexViewStyle.BackgroundDisplayMode |
| 27612 | } |
| 27613 | public init(backgroundDisplayMode: SwiftUI.PageIndexViewStyle.BackgroundDisplayMode = .automatic) |
| 27614 | public func _makeBody(configuration: SwiftUI.PageIndexViewStyle._Configuration) -> some SwiftUICore.View |
| 27615 | |
| 27616 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 27617 | @available(macOS, unavailable) |
| 27618 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI18PageIndexViewStyleV9_makeBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 27619 | } |
| 27620 | #else |
| 27621 | @available(iOS 14.0, tvOS 14.0, watchOS 8.0, *) |
| 27622 | @available(macOS, unavailable) |
| 27623 | public struct PageIndexViewStyle : SwiftUI.IndexViewStyle { |
| 20255 | @available(macOS, unavailable) |
| 20256 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI18PageIndexViewStyleV9_makeBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 20257 | } |
| 20258 | @available(*, unavailable) |
| 20259 | extension SwiftUI.PageIndexViewStyle : Swift.Sendable { |
| 20260 | } |
| 20261 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20262 | @propertyWrapper @frozen public struct AccessibilityFocusState<Value> : SwiftUICore.DynamicProperty where Value : Swift.Hashable { |
| 20263 | @propertyWrapper @frozen public struct Binding { |
| 20264 | private var _binding: SwiftUICore.Binding<Value> |
| 20265 | public var wrappedValue: Value { |
| 27636 | @available(macOS, unavailable) |
| 27637 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI18PageIndexViewStyleV9_makeBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 27638 | } |
| 27639 | #endif |
| 27640 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 27641 | @propertyWrapper @frozen public struct AccessibilityFocusState<Value> : SwiftUICore.DynamicProperty where Value : Swift.Hashable { |
| 27642 | #if compiler(>=5.3) && $TildeSendable |
| 27643 | @propertyWrapper @frozen public struct Binding : ~Swift.Sendable { |
| 27644 | private var _binding: SwiftUICore.Binding<Value> |
| 27645 | public var wrappedValue: Value { |
| 27646 | get |
| 27647 | nonmutating set |
| 27648 | } |
| 27649 | public var projectedValue: SwiftUI.AccessibilityFocusState<Value>.Binding { |
| 27650 | get |
| 27651 | } |
| 27652 | } |
| 27653 | #else |
| 27654 | @propertyWrapper @frozen public struct Binding { |
| 27655 | private var _binding: SwiftUICore.Binding<Value> |
| 27656 | public var wrappedValue: Value { |
| 20270 | get |
| 20271 | } |
| 20272 | } |
| 20273 | internal var technologies: SwiftUI.AccessibilityTechnologies? = nil |
| 20274 | internal var value: Value |
| 20275 | internal var location: SwiftUICore.AnyLocation<Value>? |
| 27661 | get |
| 27662 | } |
| 27663 | } |
| 27664 | #endif |
| 27665 | internal var technologies: SwiftUI.AccessibilityTechnologies? = nil |
| 27666 | internal var value: Value |
| 27667 | internal var location: SwiftUICore.AnyLocation<Value>? |
| 20282 | get |
| 20283 | } |
| 20284 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 20285 | public init() where Value == Swift.Bool |
| 20286 | public init(for technologies: SwiftUI.AccessibilityTechnologies) where Value == Swift.Bool |
| 20287 | public init<T>() where Value == T?, T : Swift.Hashable |
| 20288 | public init<T>(for technologies: SwiftUI.AccessibilityTechnologies) where Value == T?, T : Swift.Hashable |
| 20289 | } |
| 20290 | @available(*, unavailable) |
| 20291 | extension SwiftUI.AccessibilityFocusState.Binding : Swift.Sendable { |
| 20292 | } |
| 20293 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20294 | extension SwiftUI.AccessibilityFocusState : Swift.Sendable where Value : Swift.Sendable { |
| 27674 | get |
| 27675 | } |
| 27676 | public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 27677 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 27678 | public static var _propertyStorageSize: Swift.Int? { |
| 27679 | get |
| 27680 | } |
| 27681 | public init() where Value == Swift.Bool |
| 27682 | public init(for technologies: SwiftUI.AccessibilityTechnologies) where Value == Swift.Bool |
| 27683 | public init<T>() where Value == T?, T : Swift.Hashable |
| 27684 | public init<T>(for technologies: SwiftUI.AccessibilityTechnologies) where Value == T?, T : Swift.Hashable |
| 27685 | } |
| 27686 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 27687 | extension SwiftUI.AccessibilityFocusState : Swift.Sendable where Value : Swift.Sendable { |
| 20308 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20309 | extension SwiftUICore._ConditionalContent : SwiftUI.ToolbarContent where TrueContent : SwiftUI.ToolbarContent, FalseContent : SwiftUI.ToolbarContent { |
| 20310 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore._ConditionalContent<TrueContent, FalseContent>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 20311 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 20312 | public typealias Body = Swift.Never |
| 20313 | } |
| 20314 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27701 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27702 | extension SwiftUICore._ConditionalContent : SwiftUI.ToolbarContent where TrueContent : SwiftUI.ToolbarContent, FalseContent : SwiftUI.ToolbarContent { |
| 27703 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUICore._ConditionalContent<TrueContent, FalseContent>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 27704 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 27705 | public typealias Body = Swift.Never |
| 27706 | } |
| 27707 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20317 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20318 | extension Swift.Optional : SwiftUI.ToolbarContent where Wrapped : SwiftUI.ToolbarContent { |
| 20319 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 20320 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 20321 | public typealias Body = Swift.Never |
| 20322 | } |
| 20323 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27710 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 27711 | extension Swift.Optional : SwiftUI.ToolbarContent where Wrapped : SwiftUI.ToolbarContent { |
| 27712 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 27713 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 27714 | public typealias Body = Swift.Never |
| 27715 | } |
| 27716 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 20330 | @available(visionOS, unavailable) |
| 20331 | @preconcurrency @_Concurrency.MainActor public protocol NSGestureRecognizerRepresentable { |
| 20332 | } |
| 20333 | @available(macOS 26.0, *) |
| 20334 | @available(iOS, unavailable) |
| 20335 | @available(tvOS, unavailable) |
| 20336 | @available(watchOS, unavailable) |
| 20337 | @available(visionOS, unavailable) |
| 20338 | public struct NSGestureRecognizerRepresentableContext<Representable> where Representable : SwiftUI.NSGestureRecognizerRepresentable { |
| 20339 | } |
| 20340 | @available(*, unavailable) |
| 20341 | extension SwiftUI.NSGestureRecognizerRepresentableContext : Swift.Sendable { |
| 20342 | } |
| 20343 | @available(macOS 26.0, *) |
| 20344 | @available(iOS, unavailable) |
| 20345 | @available(tvOS, unavailable) |
| 27723 | @available(visionOS, unavailable) |
| 27724 | @preconcurrency @_Concurrency.MainActor public protocol NSGestureRecognizerRepresentable { |
| 27725 | } |
| 27726 | #if compiler(>=5.3) && $TildeSendable |
| 27727 | @available(macOS 26.0, *) |
| 27728 | @available(iOS, unavailable) |
| 27729 | @available(tvOS, unavailable) |
| 27730 | @available(watchOS, unavailable) |
| 27731 | @available(visionOS, unavailable) |
| 27732 | public struct NSGestureRecognizerRepresentableContext<Representable> : ~Swift.Sendable where Representable : SwiftUI.NSGestureRecognizerRepresentable { |
| 27733 | } |
| 27734 | #else |
| 27735 | @available(macOS 26.0, *) |
| 27736 | @available(iOS, unavailable) |
| 27737 | @available(tvOS, unavailable) |
| 27738 | @available(watchOS, unavailable) |
| 27739 | @available(visionOS, unavailable) |
| 27740 | public struct NSGestureRecognizerRepresentableContext<Representable> where Representable : SwiftUI.NSGestureRecognizerRepresentable { |
| 27741 | } |
| 27742 | #endif |
| 27743 | #if compiler(>=5.3) && $TildeSendable |
| 27744 | @available(macOS 26.0, *) |
| 27745 | @available(iOS, unavailable) |
| 27746 | @available(tvOS, unavailable) |
| 27747 | @available(watchOS, unavailable) |
| 27748 | @available(visionOS, unavailable) |
| 27749 | public struct NSGestureRecognizerRepresentableCoordinateSpaceConverter : ~Swift.Sendable { |
| 27750 | public func convert(globalPoint: CoreFoundation.CGPoint, to coordinateSpace: some CoordinateSpaceProtocol = .local) -> CoreFoundation.CGPoint |
| 27751 | @_alwaysEmitIntoClient public var localLocation: CoreFoundation.CGPoint { |
| 27752 | get { |
| 27753 | location(in: .local) |
| 27754 | } |
| 27755 | } |
| 27756 | public func location(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint |
| 27757 | @_alwaysEmitIntoClient public var localVelocity: CoreFoundation.CGPoint? { |
| 27758 | get { |
| 27759 | velocity(in: .local) |
| 27760 | } |
| 27761 | } |
| 27762 | public func velocity(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 27763 | @_alwaysEmitIntoClient public var localTranslation: CoreFoundation.CGPoint? { |
| 27764 | get { |
| 27765 | translation(in: .local) |
| 27766 | } |
| 27767 | } |
| 27768 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 27769 | } |
| 27770 | #else |
| 27771 | @available(macOS 26.0, *) |
| 27772 | @available(iOS, unavailable) |
| 27773 | @available(tvOS, unavailable) |
| 20366 | } |
| 20367 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 20368 | } |
| 20369 | @available(*, unavailable) |
| 20370 | extension SwiftUI.NSGestureRecognizerRepresentableCoordinateSpaceConverter : Swift.Sendable { |
| 20371 | } |
| 20372 | @available(macOS 26.0, *) |
| 20373 | @available(iOS, unavailable) |
| 20374 | @available(tvOS, unavailable) |
| 27794 | } |
| 27795 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 27796 | } |
| 27797 | #endif |
| 27798 | @available(macOS 26.0, *) |
| 27799 | @available(iOS, unavailable) |
| 27800 | @available(tvOS, unavailable) |
| 20392 | @available(iOS, unavailable) |
| 20393 | @available(watchOS, unavailable) |
| 20394 | @available(tvOS, unavailable) |
| 20395 | public static var iconOnly: SwiftUI.ToolbarLabelStyle { |
| 20396 | get |
| 20397 | } |
| 20398 | @available(iOS, unavailable) |
| 20399 | @available(watchOS, unavailable) |
| 20400 | @available(tvOS, unavailable) |
| 20401 | public static var titleOnly: SwiftUI.ToolbarLabelStyle { |
| 20402 | get |
| 20403 | } |
| 27818 | @available(iOS, unavailable) |
| 27819 | @available(watchOS, unavailable) |
| 27820 | @available(tvOS, unavailable) |
| 27821 | @available(visionOS, unavailable) |
| 27822 | public static var iconOnly: SwiftUI.ToolbarLabelStyle { |
| 27823 | get |
| 27824 | } |
| 27825 | @available(iOS, unavailable) |
| 27826 | @available(watchOS, unavailable) |
| 27827 | @available(tvOS, unavailable) |
| 27828 | @available(visionOS, unavailable) |
| 27829 | public static var titleOnly: SwiftUI.ToolbarLabelStyle { |
| 27830 | get |
| 27831 | } |
| 20418 | } |
| 20419 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20420 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderedProminentButtonStyle { |
| 20421 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var borderedProminent: SwiftUI.BorderedProminentButtonStyle { |
| 20422 | get { |
| 20423 | .init() |
| 20424 | } |
| 20425 | } |
| 20426 | } |
| 20427 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 20428 | public struct BorderedProminentButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 20429 | public init() |
| 20430 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderedProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 20431 | |
| 20432 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 20433 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28BorderedProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 20434 | } |
| 20435 | @available(*, unavailable) |
| 20436 | extension SwiftUI.BorderedProminentButtonStyle : Swift.Sendable { |
| 20437 | } |
| 20438 | @available(macOS 15.0, visionOS 2.0, *) |
| 20439 | @available(iOS, unavailable) |
| 20440 | @available(tvOS, unavailable) |
| 27846 | } |
| 27847 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 27848 | extension SwiftUI.PrimitiveButtonStyle where Self == SwiftUI.BorderedProminentButtonStyle { |
| 27849 | @_alwaysEmitIntoClient nonisolated public static var borderedProminent: SwiftUI.BorderedProminentButtonStyle { |
| 27850 | get { |
| 27851 | .init() |
| 27852 | } |
| 27853 | } |
| 27854 | } |
| 27855 | #if compiler(>=5.3) && $TildeSendable |
| 27856 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 27857 | nonisolated public struct BorderedProminentButtonStyle : SwiftUI.PrimitiveButtonStyle, ~Swift.Sendable { |
| 27858 | nonisolated public init() |
| 27859 | nonisolated public func makeBody(configuration: SwiftUI.BorderedProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 27860 | |
| 27861 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 27862 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28BorderedProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 27863 | } |
| 27864 | #else |
| 27865 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 27866 | nonisolated public struct BorderedProminentButtonStyle : SwiftUI.PrimitiveButtonStyle { |
| 27867 | nonisolated public init() |
| 27868 | nonisolated public func makeBody(configuration: SwiftUI.BorderedProminentButtonStyle.Configuration) -> some SwiftUICore.View |
| 27869 | |
| 27870 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 27871 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI28BorderedProminentButtonStyleV8makeBody13configurationQrAA09PrimitiveeF13ConfigurationV_tF", 0) __ |
| 27872 | } |
| 27873 | #endif |
| 27874 | @available(macOS 15.0, visionOS 2.0, *) |
| 27875 | @available(iOS, unavailable) |
| 27876 | @available(tvOS, unavailable) |
| 20496 | @available(watchOS, unavailable) |
| 20497 | @preconcurrency @_Concurrency.MainActor public protocol GroupBoxStyle { |
| 20498 | associatedtype Body : SwiftUICore.View |
| 20499 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 20500 | typealias Configuration = SwiftUI.GroupBoxStyleConfiguration |
| 20501 | } |
| 20502 | @available(iOS 14.0, macOS 11.0, *) |
| 20503 | @available(tvOS, unavailable) |
| 20504 | @available(watchOS, unavailable) |
| 20505 | public struct GroupBoxStyleConfiguration { |
| 20506 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 20507 | @available(iOS 14.0, macOS 11.0, *) |
| 20508 | @available(tvOS, unavailable) |
| 20509 | @available(watchOS, unavailable) |
| 20510 | public typealias Body = Swift.Never |
| 20511 | } |
| 20512 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 20513 | @available(iOS 14.0, macOS 11.0, *) |
| 20514 | @available(tvOS, unavailable) |
| 20515 | @available(watchOS, unavailable) |
| 20516 | public typealias Body = Swift.Never |
| 20517 | } |
| 20518 | public let label: SwiftUI.GroupBoxStyleConfiguration.Label |
| 20519 | public let content: SwiftUI.GroupBoxStyleConfiguration.Content |
| 20520 | } |
| 20521 | @available(*, unavailable) |
| 20522 | extension SwiftUI.GroupBoxStyleConfiguration : Swift.Sendable { |
| 20523 | } |
| 20524 | @available(*, unavailable) |
| 20525 | extension SwiftUI.GroupBoxStyleConfiguration.Content : Swift.Sendable { |
| 20526 | } |
| 20527 | @available(*, unavailable) |
| 20528 | extension SwiftUI.GroupBoxStyleConfiguration.Label : Swift.Sendable { |
| 20529 | } |
| 20530 | @available(iOS 14.0, macOS 11.0, *) |
| 20531 | @available(tvOS, unavailable) |
| 20532 | @available(watchOS, unavailable) |
| 27932 | @available(watchOS, unavailable) |
| 27933 | @preconcurrency @_Concurrency.MainActor public protocol GroupBoxStyle { |
| 27934 | associatedtype Body : SwiftUICore.View |
| 27935 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 27936 | typealias Configuration = SwiftUI.GroupBoxStyleConfiguration |
| 27937 | } |
| 27938 | #if compiler(>=5.3) && $TildeSendable |
| 27939 | @available(iOS 14.0, macOS 11.0, *) |
| 27940 | @available(tvOS, unavailable) |
| 27941 | @available(watchOS, unavailable) |
| 27942 | public struct GroupBoxStyleConfiguration : ~Swift.Sendable { |
| 27943 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 27944 | @available(macOS 11.0, iOS 14.0, *) |
| 27945 | @available(tvOS, unavailable) |
| 27946 | @available(watchOS, unavailable) |
| 27947 | public typealias Body = Swift.Never |
| 27948 | } |
| 27949 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 27950 | @available(macOS 11.0, iOS 14.0, *) |
| 27951 | @available(tvOS, unavailable) |
| 27952 | @available(watchOS, unavailable) |
| 27953 | public typealias Body = Swift.Never |
| 27954 | } |
| 27955 | public let label: SwiftUI.GroupBoxStyleConfiguration.Label |
| 27956 | public let content: SwiftUI.GroupBoxStyleConfiguration.Content |
| 27957 | } |
| 27958 | #else |
| 27959 | @available(iOS 14.0, macOS 11.0, *) |
| 27960 | @available(tvOS, unavailable) |
| 27961 | @available(watchOS, unavailable) |
| 27962 | public struct GroupBoxStyleConfiguration { |
| 27963 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 27964 | @available(macOS 11.0, iOS 14.0, *) |
| 27965 | @available(tvOS, unavailable) |
| 27966 | @available(watchOS, unavailable) |
| 27967 | public typealias Body = Swift.Never |
| 27968 | } |
| 27969 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 27970 | @available(macOS 11.0, iOS 14.0, *) |
| 27971 | @available(tvOS, unavailable) |
| 27972 | @available(watchOS, unavailable) |
| 27973 | public typealias Body = Swift.Never |
| 27974 | } |
| 27975 | public let label: SwiftUI.GroupBoxStyleConfiguration.Label |
| 27976 | public let content: SwiftUI.GroupBoxStyleConfiguration.Content |
| 27977 | } |
| 27978 | #endif |
| 27979 | @available(iOS 14.0, macOS 11.0, *) |
| 27980 | @available(tvOS, unavailable) |
| 27981 | @available(watchOS, unavailable) |
| 20554 | nonisolated public func disabled(_ disabled: Swift.Bool) -> some SwiftUI.TabContent<Self.TabValue> |
| 20555 | |
| 20556 | } |
| 20557 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 20558 | public struct TabPlacement : Swift.Hashable { |
| 20559 | public static let automatic: SwiftUI.TabPlacement |
| 28003 | nonisolated public func disabled(_ disabled: Swift.Bool) -> some SwiftUI.TabContent<Self.TabValue> |
| 28004 | |
| 28005 | } |
| 28006 | #if compiler(>=5.3) && $TildeSendable |
| 28007 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 28008 | public struct TabPlacement : Swift.Hashable, ~Swift.Sendable { |
| 28009 | public static let automatic: SwiftUI.TabPlacement |
| 28010 | public static let pinned: SwiftUI.TabPlacement |
| 28011 | public static let sidebarOnly: SwiftUI.TabPlacement |
| 28012 | public static func == (a: SwiftUI.TabPlacement, b: SwiftUI.TabPlacement) -> Swift.Bool |
| 28013 | public func hash(into hasher: inout Swift.Hasher) |
| 28014 | public var hashValue: Swift.Int { |
| 28015 | get |
| 28016 | } |
| 28017 | } |
| 28018 | #else |
| 28019 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 28020 | public struct TabPlacement : Swift.Hashable { |
| 28021 | public static let automatic: SwiftUI.TabPlacement |
| 20565 | get |
| 20566 | } |
| 20567 | } |
| 20568 | @available(*, unavailable) |
| 20569 | extension SwiftUI.TabPlacement : Swift.Sendable { |
| 20570 | } |
| 20571 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 20572 | @available(tvOS, unavailable) |
| 20573 | @available(watchOS, unavailable) |
| 20574 | extension SwiftUICore.View { |
| 20575 | nonisolated public func sectionActions<Content>(@SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 20576 | |
| 20577 | } |
| 20578 | @available(iOS 26.0, visionOS 26.0, *) |
| 28027 | get |
| 28028 | } |
| 28029 | } |
| 28030 | #endif |
| 28031 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 28032 | @available(tvOS, unavailable) |
| 28033 | @available(watchOS, unavailable) |
| 28034 | extension SwiftUICore.View { |
| 28035 | nonisolated public func sectionActions<Content>(@SwiftUICore.ContentBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 28036 | |
| 28037 | } |
| 28038 | @available(iOS 26.0, visionOS 26.0, *) |
| 20653 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var next: UIKit.UIResponder? { |
| 20654 | @objc get |
| 20655 | } |
| 20656 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open func focusItems(in rect: CoreFoundation.CGRect) -> [any UIKit.UIFocusItem] |
| 20657 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var preferredFocusEnvironments: [any UIKit.UIFocusEnvironment] { |
| 20658 | @objc get |
| 28113 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var next: UIKit.UIResponder? { |
| 28114 | @objc get |
| 28115 | } |
| 28116 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var keyCommands: [UIKit.UIKeyCommand]? { |
| 28117 | @objc get |
| 28118 | } |
| 28119 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open func target(forAction action: ObjectiveC.Selector, withSender sender: Any?) -> Any? |
| 28120 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open func focusItems(in rect: CoreFoundation.CGRect) -> [any UIKit.UIFocusItem] |
| 28121 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var preferredFocusEnvironments: [any UIKit.UIFocusEnvironment] { |
| 28122 | @objc get |
| 20670 | @_Concurrency.MainActor @preconcurrency public func _renderAsyncForTest(interval: Swift.Double) -> Swift.Bool |
| 20671 | @_Concurrency.MainActor @preconcurrency public func _performScrollTest(startOffset: CoreFoundation.CGFloat = 0.0, iterations: Swift.Int = 0, delta: CoreFoundation.CGFloat = 0.0, length: CoreFoundation.CGFloat = 0.0, completion: (() -> Swift.Void)? = nil) |
| 20672 | } |
| 20673 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 20674 | @available(tvOS, unavailable) |
| 20675 | @_functionBuilder public struct WidgetBundleBuilder { |
| 20676 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Widget { |
| 20677 | content |
| 20678 | } |
| 20679 | public static func buildBlock() -> some SwiftUI.Widget |
| 20680 | |
| 20681 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.Widget |
| 20682 | |
| 20683 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildBlock<each C>(_ c: repeat each C) -> some SwiftUI.Widget where repeat each C : SwiftUI.Widget { |
| 20684 | TupleWidget((repeat each c)) |
| 20685 | } |
| 20686 | |
| 20687 | } |
| 20688 | @available(*, unavailable) |
| 20689 | extension SwiftUI.WidgetBundleBuilder : Swift.Sendable { |
| 20690 | } |
| 20691 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, *) |
| 20692 | @available(tvOS, unavailable) |
| 20693 | extension SwiftUI.WidgetBundleBuilder { |
| 20694 | @_alwaysEmitIntoClient public static func buildOptional(_ widget: (any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker)?) -> some SwiftUI.Widget { |
| 20695 | if #available(iOS 16.1, macOS 13.0, watchOS 9.1, *) { |
| 20696 | return if let widget { |
| 20697 | widget as! LimitedAvailabilityWidget |
| 28134 | @_Concurrency.MainActor @preconcurrency public func _renderAsyncForTest(interval: Swift.Double) -> Swift.Bool |
| 28135 | @_Concurrency.MainActor @preconcurrency public func _performScrollTest(startOffset: CoreFoundation.CGFloat = 0.0, iterations: Swift.Int = 0, delta: CoreFoundation.CGFloat = 0.0, length: CoreFoundation.CGFloat = 0.0, completion: (() -> Swift.Void)? = nil) |
| 28136 | } |
| 28137 | #if compiler(>=5.3) && $TildeSendable |
| 28138 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 28139 | @available(tvOS, unavailable) |
| 28140 | @_functionBuilder public struct WidgetBundleBuilder : ~Swift.Sendable { |
| 28141 | #if compiler(>=5.3) && $InlineAlways |
| 28142 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Widget { |
| 28143 | content |
| 28144 | } |
| 28145 | #else |
| 28146 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Widget { |
| 28147 | content |
| 28148 | } |
| 28149 | #endif |
| 28150 | public static func buildBlock() -> some SwiftUI.Widget |
| 28151 | |
| 28152 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.Widget |
| 28153 | |
| 28154 | #if compiler(>=5.3) && $InlineAlways |
| 28155 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildBlock<each C>(_ c: repeat each C) -> some SwiftUI.Widget where repeat each C : SwiftUI.Widget { |
| 28156 | TupleWidget((repeat each c)) |
| 28157 | } |
| 28158 | |
| 28159 | #else |
| 28160 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<each C>(_ c: repeat each C) -> some SwiftUI.Widget where repeat each C : SwiftUI.Widget { |
| 28161 | TupleWidget((repeat each c)) |
| 28162 | } |
| 28163 | |
| 28164 | #endif |
| 28165 | } |
| 28166 | #else |
| 28167 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 28168 | @available(tvOS, unavailable) |
| 28169 | @_functionBuilder public struct WidgetBundleBuilder { |
| 28170 | #if compiler(>=5.3) && $InlineAlways |
| 28171 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Widget { |
| 28172 | content |
| 28173 | } |
| 28174 | #else |
| 28175 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> Content where Content : SwiftUI.Widget { |
| 28176 | content |
| 28177 | } |
| 28178 | #endif |
| 28179 | public static func buildBlock() -> some SwiftUI.Widget |
| 28180 | |
| 28181 | public static func buildBlock<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.Widget |
| 28182 | |
| 28183 | #if compiler(>=5.3) && $InlineAlways |
| 28184 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildBlock<each C>(_ c: repeat each C) -> some SwiftUI.Widget where repeat each C : SwiftUI.Widget { |
| 28185 | TupleWidget((repeat each c)) |
| 28186 | } |
| 28187 | |
| 28188 | #else |
| 28189 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildBlock<each C>(_ c: repeat each C) -> some SwiftUI.Widget where repeat each C : SwiftUI.Widget { |
| 28190 | TupleWidget((repeat each c)) |
| 28191 | } |
| 28192 | |
| 28193 | #endif |
| 28194 | } |
| 28195 | #endif |
| 28196 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, *) |
| 28197 | @available(tvOS, unavailable) |
| 28198 | extension SwiftUI.WidgetBundleBuilder { |
| 28199 | #if compiler(>=5.3) && $InlineAlways |
| 28200 | @_alwaysEmitIntoClient @inline(always) public static func buildOptional(_ widget: (any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker)?) -> some SwiftUI.Widget { |
| 28201 | if #available(iOS 16.1, macOS 13.0, watchOS 9.1, *) { |
| 28202 | return if let widget { |
| 28203 | widget as! LimitedAvailabilityWidget |
| 20709 | } |
| 20710 | } |
| 20711 | |
| 20712 | @available(*, unavailable, message: "if statements in a WidgetBundleBuilder can only be used with #available clauses") |
| 20713 | public static func buildOptional<W>(_ widget: W?) where W : SwiftUI.Widget |
| 20714 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 20715 | @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ widget: some Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 20716 | return LimitedAvailabilityWidget(widget) |
| 20717 | } |
| 20718 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 20719 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 20720 | @available(watchOS, deprecated: 9.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 20721 | @_disfavoredOverload @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ widget: any SwiftUI.Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 20722 | fatalError("Unavailable") |
| 20723 | } |
| 20724 | } |
| 20725 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, *) |
| 20726 | @available(tvOS, unavailable) |
| 28215 | } |
| 28216 | } |
| 28217 | |
| 28218 | #else |
| 28219 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildOptional(_ widget: (any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker)?) -> some SwiftUI.Widget { |
| 28220 | if #available(iOS 16.1, macOS 13.0, watchOS 9.1, *) { |
| 28221 | return if let widget { |
| 28222 | widget as! LimitedAvailabilityWidget |
| 28223 | } else { |
| 28224 | LimitedAvailabilityWidget(buildBlock()) |
| 28225 | } |
| 28226 | } else { |
| 28227 | |
| 28228 | |
| 28229 | |
| 28230 | |
| 28231 | |
| 28232 | |
| 28233 | return buildBlock() |
| 28234 | } |
| 28235 | } |
| 28236 | |
| 28237 | #endif |
| 28238 | @available(*, unavailable, message: "if statements in a WidgetBundleBuilder can only be used with #available clauses") |
| 28239 | public static func buildOptional<W>(_ widget: W?) where W : SwiftUI.Widget |
| 28240 | #if compiler(>=5.3) && $InlineAlways |
| 28241 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 28242 | @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ widget: some Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28243 | return LimitedAvailabilityWidget(widget) |
| 28244 | } |
| 28245 | #else |
| 28246 | @available(iOS 16.1, macOS 13.0, watchOS 9.1, *) |
| 28247 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ widget: some Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28248 | return LimitedAvailabilityWidget(widget) |
| 28249 | } |
| 28250 | #endif |
| 28251 | #if compiler(>=5.3) && $InlineAlways |
| 28252 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 28253 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 28254 | @available(watchOS, deprecated: 9.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 28255 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ widget: any SwiftUI.Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28256 | fatalError("Unavailable") |
| 28257 | } |
| 28258 | #else |
| 28259 | @available(iOS, deprecated: 14.0, obsoleted: 16.1, message: "this code may crash on earlier versions of the OS; specify '#available(iOS 16.1, *)' or newer instead") |
| 28260 | @available(macOS, deprecated: 11.0, obsoleted: 13.0, message: "this code may crash on earlier versions of the OS; specify '#available(macOS 13.0, *)' or newer instead") |
| 28261 | @available(watchOS, deprecated: 9.0, obsoleted: 9.1, message: "this code may crash on earlier versions of the OS; specify '#available(watchOS 9.1, *)' or newer instead") |
| 28262 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ widget: any SwiftUI.Widget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28263 | fatalError("Unavailable") |
| 28264 | } |
| 28265 | #endif |
| 28266 | } |
| 28267 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, *) |
| 28268 | @available(tvOS, unavailable) |
| 20730 | @available(tvOS, unavailable) |
| 20731 | @available(visionOS, unavailable) |
| 20732 | extension SwiftUI.WidgetBundleBuilder { |
| 20733 | @_alwaysEmitIntoClient public static func buildExpression<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.ControlWidget { |
| 20734 | _ControlWidgetAdaptor(content) |
| 20735 | } |
| 20736 | |
| 20737 | @_alwaysEmitIntoClient public static func buildLimitedAvailability(_ widget: some ControlWidget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 20738 | return LimitedAvailabilityWidget(_ControlWidgetAdaptor(widget)) |
| 20739 | } |
| 20740 | } |
| 20741 | @_hasMissingDesignatedInitializers @available(iOS 13.0, tvOS 13.0, *) |
| 20742 | @available(macOS, unavailable) |
| 20743 | @_Concurrency.MainActor @preconcurrency open class UIHostingController<Content> : UIKit.UIViewController where Content : SwiftUICore.View { |
| 20744 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var undoManager: Foundation.UndoManager? { |
| 20745 | @objc get |
| 20746 | } |
| 20747 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var keyCommands: [UIKit.UIKeyCommand]? { |
| 20748 | @objc get |
| 20749 | } |
| 28272 | @available(tvOS, unavailable) |
| 28273 | @available(visionOS, unavailable) |
| 28274 | extension SwiftUI.WidgetBundleBuilder { |
| 28275 | #if compiler(>=5.3) && $InlineAlways |
| 28276 | @_alwaysEmitIntoClient @inline(always) public static func buildExpression<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.ControlWidget { |
| 28277 | _ControlWidgetAdaptor(content) |
| 28278 | } |
| 28279 | |
| 28280 | #else |
| 28281 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildExpression<Content>(_ content: Content) -> some SwiftUI.Widget where Content : SwiftUI.ControlWidget { |
| 28282 | _ControlWidgetAdaptor(content) |
| 28283 | } |
| 28284 | |
| 28285 | #endif |
| 28286 | #if compiler(>=5.3) && $InlineAlways |
| 28287 | @_alwaysEmitIntoClient @inline(always) public static func buildLimitedAvailability(_ widget: some ControlWidget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28288 | return LimitedAvailabilityWidget(_ControlWidgetAdaptor(widget)) |
| 28289 | } |
| 28290 | #else |
| 28291 | @_alwaysEmitIntoClient @inline(__always) @inlinable public static func buildLimitedAvailability(_ widget: some ControlWidget) -> any SwiftUI.Widget & SwiftUI._LimitedAvailabilityWidgetMarker { |
| 28292 | return LimitedAvailabilityWidget(_ControlWidgetAdaptor(widget)) |
| 28293 | } |
| 28294 | #endif |
| 28295 | } |
| 28296 | @_hasMissingDesignatedInitializers @available(iOS 13.0, tvOS 13.0, *) |
| 28297 | @available(macOS, unavailable) |
| 28298 | @_Concurrency.MainActor @preconcurrency open class UIHostingController<Content> : UIKit.UIViewController where Content : SwiftUICore.View { |
| 28299 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var undoManager: Foundation.UndoManager? { |
| 28300 | @objc get |
| 28301 | } |
| 28302 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool |
| 28303 | @_Concurrency.MainActor @preconcurrency @objc override dynamic open var keyCommands: [UIKit.UIKeyCommand]? { |
| 28304 | @objc get |
| 28305 | } |
| 20840 | data, id: \Data.Element.id, content: content) |
| 20841 | } |
| 20842 | nonisolated public init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TableRowBuilder<V> content: @escaping (Data.Element) -> Content) where V == Content.TableRowValue |
| 20843 | @_alwaysEmitIntoClient nonisolated public init(_ data: Data) where ID == Data.Element.ID, Content == SwiftUI.TableRow<Data.Element>, Data.Element : Swift.Identifiable { |
| 20844 | self.init(data, id: \Data.Element.id) { |
| 20845 | TableRow($0) |
| 20846 | } |
| 28396 | data, id: \Data.Element.id, content: content) |
| 28397 | } |
| 28398 | nonisolated public init<V>(_ data: Data, id: Swift.KeyPath<Data.Element, ID>, @SwiftUI.TableRowBuilder<V> content: @escaping (Data.Element) -> Content) where V == Content.TableRowValue |
| 28399 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ data: Data) where ID == Data.Element.ID, Content == SwiftUI.TableRow<Data.Element>, Data.Element : Swift.Identifiable { |
| 28400 | self.init(data, id: \Data.Element.id) { |
| 28401 | TableRow($0) |
| 28402 | } |
| 20903 | public static func fraction(_ fraction: CoreFoundation.CGFloat) -> SwiftUI.PresentationDetent |
| 20904 | public static func height(_ height: CoreFoundation.CGFloat) -> SwiftUI.PresentationDetent |
| 20905 | public static func custom<D>(_ type: D.Type) -> SwiftUI.PresentationDetent where D : SwiftUI.CustomPresentationDetent |
| 20906 | @dynamicMemberLookup public struct Context { |
| 20907 | public var maxDetentValue: CoreFoundation.CGFloat { |
| 20908 | get |
| 28459 | public static func fraction(_ fraction: CoreFoundation.CGFloat) -> SwiftUI.PresentationDetent |
| 28460 | public static func height(_ height: CoreFoundation.CGFloat) -> SwiftUI.PresentationDetent |
| 28461 | public static func custom<D>(_ type: D.Type) -> SwiftUI.PresentationDetent where D : SwiftUI.CustomPresentationDetent |
| 28462 | #if compiler(>=5.3) && $TildeSendable |
| 28463 | @dynamicMemberLookup public struct Context : ~Swift.Sendable { |
| 28464 | public var maxDetentValue: CoreFoundation.CGFloat { |
| 28465 | get |
| 28466 | } |
| 28467 | public subscript<T>(dynamicMember keyPath: Swift.KeyPath<SwiftUICore.EnvironmentValues, T>) -> T { |
| 28468 | get |
| 28469 | } |
| 28470 | } |
| 28471 | #else |
| 28472 | @dynamicMemberLookup public struct Context { |
| 28473 | public var maxDetentValue: CoreFoundation.CGFloat { |
| 28474 | get |
| 20911 | get |
| 20912 | } |
| 20913 | } |
| 20914 | public static func == (a: SwiftUI.PresentationDetent, b: SwiftUI.PresentationDetent) -> Swift.Bool |
| 20915 | public func hash(into hasher: inout Swift.Hasher) |
| 20916 | public var hashValue: Swift.Int { |
| 20917 | get |
| 20918 | } |
| 20919 | } |
| 20920 | @available(*, unavailable) |
| 20921 | extension SwiftUI.PresentationDetent.Context : Swift.Sendable { |
| 20922 | } |
| 20923 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 20924 | public struct PresentationAdaptation : Swift.Sendable { |
| 28477 | get |
| 28478 | } |
| 28479 | } |
| 28480 | #endif |
| 28481 | public static func == (a: SwiftUI.PresentationDetent, b: SwiftUI.PresentationDetent) -> Swift.Bool |
| 28482 | public func hash(into hasher: inout Swift.Hasher) |
| 28483 | public var hashValue: Swift.Int { |
| 28484 | get |
| 28485 | } |
| 28486 | } |
| 28487 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 28488 | public struct PresentationAdaptation : Swift.Sendable { |
| 20977 | nonisolated public func tabPlacement(_ placement: SwiftUI.TabPlacement) -> some SwiftUI.TabContent<Self.TabValue> |
| 20978 | |
| 20979 | } |
| 20980 | @available(macOS 12.0, *) |
| 20981 | @available(iOS, unavailable) |
| 20982 | @available(tvOS, unavailable) |
| 28541 | nonisolated public func tabPlacement(_ placement: SwiftUI.TabPlacement) -> some SwiftUI.TabContent<Self.TabValue> |
| 28542 | |
| 28543 | } |
| 28544 | extension SwiftUI.TabContent { |
| 28545 | @available(anyAppleOS 27.0, *) |
| 28546 | nonisolated public func defaultSectionExpansion(_ expansion: SwiftUI.TabSectionExpansion) -> some SwiftUI.TabContent<Self.TabValue> |
| 28547 | |
| 28548 | } |
| 28549 | @available(anyAppleOS 27.0, *) |
| 28550 | public struct TabSectionExpansion : Swift.Sendable, Swift.Hashable { |
| 28551 | public static let automatic: SwiftUI.TabSectionExpansion |
| 28552 | @available(macOS, unavailable) |
| 28553 | @available(tvOS, unavailable) |
| 28554 | @available(watchOS, unavailable) |
| 28555 | public static let expanded: SwiftUI.TabSectionExpansion |
| 28556 | @available(macOS, unavailable) |
| 28557 | @available(tvOS, unavailable) |
| 28558 | @available(watchOS, unavailable) |
| 28559 | public static let collapsed: SwiftUI.TabSectionExpansion |
| 28560 | public static func == (a: SwiftUI.TabSectionExpansion, b: SwiftUI.TabSectionExpansion) -> Swift.Bool |
| 28561 | public func hash(into hasher: inout Swift.Hasher) |
| 28562 | public var hashValue: Swift.Int { |
| 28563 | get |
| 28564 | } |
| 28565 | } |
| 28566 | @available(macOS 12.0, *) |
| 28567 | @available(iOS, unavailable) |
| 28568 | @available(tvOS, unavailable) |
| 20991 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 20992 | } |
| 20993 | } |
| 20994 | @available(macOS 12.0, *) |
| 20995 | @available(iOS, unavailable) |
| 20996 | @available(tvOS, unavailable) |
| 20997 | @available(watchOS, unavailable) |
| 20998 | @available(visionOS, unavailable) |
| 20999 | public struct BorderedTableStyle : SwiftUI.TableStyle { |
| 21000 | public init() |
| 21001 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.bordered` style with the `.alternatingRowBackgrounds()` view modifier") |
| 21002 | public init(alternatesRowBackgrounds: Swift.Bool) |
| 21003 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.BorderedTableStyle.Configuration) -> some SwiftUICore.View |
| 21004 | |
| 21005 | @available(macOS 12.0, *) |
| 21006 | @available(iOS, unavailable) |
| 28577 | .init(alternatesRowBackgrounds: alternatesRowBackgrounds) |
| 28578 | } |
| 28579 | } |
| 28580 | #if compiler(>=5.3) && $TildeSendable |
| 28581 | @available(macOS 12.0, *) |
| 28582 | @available(iOS, unavailable) |
| 28583 | @available(tvOS, unavailable) |
| 28584 | @available(watchOS, unavailable) |
| 28585 | @available(visionOS, unavailable) |
| 28586 | nonisolated public struct BorderedTableStyle : SwiftUI.TableStyle, ~Swift.Sendable { |
| 28587 | nonisolated public init() |
| 28588 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.bordered` style with the `.alternatingRowBackgrounds()` view modifier") |
| 28589 | nonisolated public init(alternatesRowBackgrounds: Swift.Bool) |
| 28590 | nonisolated public func makeBody(configuration: SwiftUI.BorderedTableStyle.Configuration) -> some SwiftUICore.View |
| 28591 | |
| 28592 | @available(macOS 12.0, *) |
| 28593 | @available(iOS, unavailable) |
| 21009 | @available(visionOS, unavailable) |
| 21010 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18BorderedTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 21011 | } |
| 21012 | @available(*, unavailable) |
| 21013 | extension SwiftUI.BorderedTableStyle : Swift.Sendable { |
| 21014 | } |
| 21015 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 21016 | public struct ButtonRepeatBehavior : Swift.Hashable, Swift.Sendable { |
| 21017 | public static let automatic: SwiftUI.ButtonRepeatBehavior |
| 28596 | @available(visionOS, unavailable) |
| 28597 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18BorderedTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 28598 | } |
| 28599 | #else |
| 28600 | @available(macOS 12.0, *) |
| 28601 | @available(iOS, unavailable) |
| 28602 | @available(tvOS, unavailable) |
| 28603 | @available(watchOS, unavailable) |
| 28604 | @available(visionOS, unavailable) |
| 28605 | nonisolated public struct BorderedTableStyle : SwiftUI.TableStyle { |
| 28606 | nonisolated public init() |
| 28607 | @available(macOS, introduced: 12.0, deprecated: 100000.0, message: "Use the `.bordered` style with the `.alternatingRowBackgrounds()` view modifier") |
| 28608 | nonisolated public init(alternatesRowBackgrounds: Swift.Bool) |
| 28609 | nonisolated public func makeBody(configuration: SwiftUI.BorderedTableStyle.Configuration) -> some SwiftUICore.View |
| 28610 | |
| 28611 | @available(macOS 12.0, *) |
| 28612 | @available(iOS, unavailable) |
| 28613 | @available(tvOS, unavailable) |
| 28614 | @available(watchOS, unavailable) |
| 28615 | @available(visionOS, unavailable) |
| 28616 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18BorderedTableStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 28617 | } |
| 28618 | #endif |
| 28619 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 28620 | public struct ButtonRepeatBehavior : Swift.Hashable, Swift.Sendable { |
| 28621 | public static let automatic: SwiftUI.ButtonRepeatBehavior |
| 21034 | get |
| 21035 | } |
| 21036 | } |
| 21037 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21038 | public struct _ButtonGesture : SwiftUICore.Gesture { |
| 21039 | @preconcurrency public var action: @_Concurrency.MainActor () -> Swift.Void |
| 21040 | @preconcurrency public var pressingAction: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? |
| 21041 | @preconcurrency public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, pressing: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? = nil) |
| 21042 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ButtonGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Swift.Void> |
| 21043 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 21044 | public typealias Body = Swift.Never |
| 21045 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 21046 | public typealias Value = Swift.Void |
| 21047 | } |
| 21048 | @available(*, unavailable) |
| 21049 | extension SwiftUI._ButtonGesture : Swift.Sendable { |
| 21050 | } |
| 21051 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21052 | extension SwiftUICore.View { |
| 21053 | @_Concurrency.MainActor @preconcurrency public func _onButtonGesture(pressing: ((Swift.Bool) -> Swift.Void)? = nil, perform action: @escaping () -> Swift.Void) -> some SwiftUICore.View |
| 28638 | get |
| 28639 | } |
| 28640 | } |
| 28641 | #if compiler(>=5.3) && $TildeSendable |
| 28642 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 28643 | nonisolated public struct _ButtonGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 28644 | @preconcurrency public var action: @_Concurrency.MainActor () -> Swift.Void |
| 28645 | @preconcurrency public var pressingAction: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? |
| 28646 | @preconcurrency nonisolated public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, pressing: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? = nil) |
| 28647 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ButtonGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Swift.Void> |
| 28648 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 28649 | public typealias Body = Swift.Never |
| 28650 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 28651 | public typealias Value = Swift.Void |
| 28652 | } |
| 28653 | #else |
| 28654 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 28655 | nonisolated public struct _ButtonGesture : SwiftUICore.Gesture { |
| 28656 | @preconcurrency public var action: @_Concurrency.MainActor () -> Swift.Void |
| 28657 | @preconcurrency public var pressingAction: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? |
| 28658 | @preconcurrency nonisolated public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, pressing: (@_Concurrency.MainActor (Swift.Bool) -> Swift.Void)? = nil) |
| 28659 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI._ButtonGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<Swift.Void> |
| 28660 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 28661 | public typealias Body = Swift.Never |
| 28662 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 28663 | public typealias Value = Swift.Void |
| 28664 | } |
| 28665 | #endif |
| 28666 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 28667 | extension SwiftUICore.View { |
| 28668 | @_Concurrency.MainActor @preconcurrency public func _onButtonGesture(pressing: ((Swift.Bool) -> Swift.Void)? = nil, perform action: @escaping () -> Swift.Void) -> some SwiftUICore.View |
| 21057 | @available(tvOS, unavailable) |
| 21058 | @available(watchOS, unavailable) |
| 21059 | extension SwiftUICore.View { |
| 21060 | nonisolated public func contextMenu<I, M>(forSelectionType itemType: I.Type = I.self, @SwiftUICore.ViewBuilder menu: @escaping (Swift.Set<I>) -> M, primaryAction: ((Swift.Set<I>) -> Swift.Void)? = nil) -> some SwiftUICore.View where I : Swift.Hashable, M : SwiftUICore.View |
| 21061 | |
| 21062 | } |
| 21063 | @available(iOS 18.0, *) |
| 28672 | @available(tvOS, unavailable) |
| 28673 | @available(watchOS, unavailable) |
| 28674 | extension SwiftUICore.View { |
| 28675 | nonisolated public func contextMenu<I, M>(forSelectionType itemType: I.Type = I.self, @SwiftUICore.ContentBuilder menu: @escaping (Swift.Set<I>) -> M, primaryAction: ((Swift.Set<I>) -> Swift.Void)? = nil) -> some SwiftUICore.View where I : Swift.Hashable, M : SwiftUICore.View |
| 28676 | |
| 28677 | } |
| 28678 | @available(iOS 18.0, *) |
| 21092 | extension SwiftUI.UIGestureRecognizerRepresentable where Self.Coordinator == () { |
| 21093 | @_Concurrency.MainActor @preconcurrency public func makeCoordinator(converter: Self.CoordinateSpaceConverter) |
| 21094 | } |
| 21095 | @available(iOS 18.0, *) |
| 21096 | @available(macOS, unavailable) |
| 21097 | @available(tvOS, unavailable) |
| 28707 | extension SwiftUI.UIGestureRecognizerRepresentable where Self.Coordinator == () { |
| 28708 | @_Concurrency.MainActor @preconcurrency public func makeCoordinator(converter: Self.CoordinateSpaceConverter) |
| 28709 | } |
| 28710 | #if compiler(>=5.3) && $TildeSendable |
| 28711 | @available(iOS 18.0, *) |
| 28712 | @available(macOS, unavailable) |
| 28713 | @available(tvOS, unavailable) |
| 28714 | @available(watchOS, unavailable) |
| 28715 | @available(visionOS, unavailable) |
| 28716 | public struct UIGestureRecognizerRepresentableContext<Representable> : ~Swift.Sendable where Representable : SwiftUI.UIGestureRecognizerRepresentable { |
| 28717 | public let coordinator: Representable.Coordinator |
| 28718 | public let converter: SwiftUI.UIGestureRecognizerRepresentableCoordinateSpaceConverter |
| 28719 | } |
| 28720 | #else |
| 28721 | @available(iOS 18.0, *) |
| 28722 | @available(macOS, unavailable) |
| 28723 | @available(tvOS, unavailable) |
| 21101 | public let coordinator: Representable.Coordinator |
| 21102 | public let converter: SwiftUI.UIGestureRecognizerRepresentableCoordinateSpaceConverter |
| 21103 | } |
| 21104 | @available(*, unavailable) |
| 21105 | extension SwiftUI.UIGestureRecognizerRepresentableContext : Swift.Sendable { |
| 21106 | } |
| 21107 | @available(iOS 18.0, *) |
| 21108 | @available(macOS, unavailable) |
| 21109 | @available(tvOS, unavailable) |
| 28727 | public let coordinator: Representable.Coordinator |
| 28728 | public let converter: SwiftUI.UIGestureRecognizerRepresentableCoordinateSpaceConverter |
| 28729 | } |
| 28730 | #endif |
| 28731 | #if compiler(>=5.3) && $TildeSendable |
| 28732 | @available(iOS 18.0, *) |
| 28733 | @available(macOS, unavailable) |
| 28734 | @available(tvOS, unavailable) |
| 28735 | @available(watchOS, unavailable) |
| 28736 | @available(visionOS, unavailable) |
| 28737 | public struct UIGestureRecognizerRepresentableCoordinateSpaceConverter : ~Swift.Sendable { |
| 28738 | @_alwaysEmitIntoClient public var localLocation: CoreFoundation.CGPoint { |
| 28739 | get { location(in: .local) } |
| 28740 | } |
| 28741 | public func convert(globalPoint: CoreFoundation.CGPoint, to coordinateSpace: some CoordinateSpaceProtocol = .local) -> CoreFoundation.CGPoint |
| 28742 | public func location(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint |
| 28743 | @_alwaysEmitIntoClient public var localVelocity: CoreFoundation.CGPoint? { |
| 28744 | get { velocity(in: .local) } |
| 28745 | } |
| 28746 | public func velocity(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 28747 | @_alwaysEmitIntoClient public var localTranslation: CoreFoundation.CGPoint? { |
| 28748 | get { translation(in: .local) } |
| 28749 | } |
| 28750 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 28751 | } |
| 28752 | #else |
| 28753 | @available(iOS 18.0, *) |
| 28754 | @available(macOS, unavailable) |
| 28755 | @available(tvOS, unavailable) |
| 21124 | } |
| 21125 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 21126 | } |
| 21127 | @available(*, unavailable) |
| 21128 | extension SwiftUI.UIGestureRecognizerRepresentableCoordinateSpaceConverter : Swift.Sendable { |
| 21129 | } |
| 21130 | @available(iOS 18.0, *) |
| 21131 | @available(macOS, unavailable) |
| 21132 | @available(tvOS, unavailable) |
| 28770 | } |
| 28771 | public func translation(in coordinateSpace: some CoordinateSpaceProtocol) -> CoreFoundation.CGPoint? |
| 28772 | } |
| 28773 | #endif |
| 28774 | @available(iOS 18.0, *) |
| 28775 | @available(macOS, unavailable) |
| 28776 | @available(tvOS, unavailable) |
| 21143 | @available(visionOS, unavailable) |
| 21144 | public protocol MenuButtonStyle { |
| 21145 | associatedtype _Body : SwiftUICore.View |
| 21146 | @SwiftUICore.ViewBuilder func _body(configuration: Self._Configuration) -> Self._Body |
| 21147 | typealias _Configuration = SwiftUI._MenuButtonStyleConfiguration |
| 21148 | } |
| 21149 | @available(iOS, unavailable) |
| 21150 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 21151 | @available(tvOS, unavailable) |
| 21152 | @available(watchOS, unavailable) |
| 21153 | @available(visionOS, unavailable) |
| 21154 | public struct _MenuButtonStyleConfiguration { |
| 21155 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 21156 | @available(iOS, unavailable) |
| 21157 | @available(tvOS, unavailable) |
| 21158 | @available(watchOS, unavailable) |
| 21159 | @available(visionOS, unavailable) |
| 21160 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 21161 | public typealias Body = Swift.Never |
| 21162 | } |
| 21163 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 21164 | @available(iOS, unavailable) |
| 21165 | @available(tvOS, unavailable) |
| 21166 | @available(watchOS, unavailable) |
| 21167 | @available(visionOS, unavailable) |
| 21168 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 21169 | public typealias Body = Swift.Never |
| 21170 | } |
| 21171 | public var label: SwiftUI._MenuButtonStyleConfiguration.Label |
| 21172 | public var content: SwiftUI._MenuButtonStyleConfiguration.Content |
| 21173 | public init() |
| 21174 | } |
| 21175 | @available(*, unavailable) |
| 21176 | extension SwiftUI._MenuButtonStyleConfiguration.Label : Swift.Sendable { |
| 21177 | } |
| 21178 | @available(*, unavailable) |
| 21179 | extension SwiftUI._MenuButtonStyleConfiguration.Content : Swift.Sendable { |
| 21180 | } |
| 21181 | @available(*, unavailable) |
| 21182 | extension SwiftUI._MenuButtonStyleConfiguration : Swift.Sendable { |
| 21183 | } |
| 21184 | @available(iOS, unavailable) |
| 21185 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(_:)` instead.") |
| 21186 | @available(tvOS, unavailable) |
| 28787 | @available(visionOS, unavailable) |
| 28788 | public protocol MenuButtonStyle { |
| 28789 | associatedtype _Body : SwiftUICore.View |
| 28790 | @SwiftUICore.ContentBuilder func _body(configuration: Self._Configuration) -> Self._Body |
| 28791 | typealias _Configuration = SwiftUI._MenuButtonStyleConfiguration |
| 28792 | } |
| 28793 | #if compiler(>=5.3) && $TildeSendable |
| 28794 | @available(iOS, unavailable) |
| 28795 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28796 | @available(tvOS, unavailable) |
| 28797 | @available(watchOS, unavailable) |
| 28798 | @available(visionOS, unavailable) |
| 28799 | public struct _MenuButtonStyleConfiguration : ~Swift.Sendable { |
| 28800 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 28801 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28802 | @available(iOS, unavailable) |
| 28803 | @available(tvOS, unavailable) |
| 28804 | @available(watchOS, unavailable) |
| 28805 | @available(visionOS, unavailable) |
| 28806 | public typealias Body = Swift.Never |
| 28807 | } |
| 28808 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 28809 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28810 | @available(iOS, unavailable) |
| 28811 | @available(tvOS, unavailable) |
| 28812 | @available(watchOS, unavailable) |
| 28813 | @available(visionOS, unavailable) |
| 28814 | public typealias Body = Swift.Never |
| 28815 | } |
| 28816 | public var label: SwiftUI._MenuButtonStyleConfiguration.Label |
| 28817 | public var content: SwiftUI._MenuButtonStyleConfiguration.Content |
| 28818 | public init() |
| 28819 | } |
| 28820 | #else |
| 28821 | @available(iOS, unavailable) |
| 28822 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28823 | @available(tvOS, unavailable) |
| 28824 | @available(watchOS, unavailable) |
| 28825 | @available(visionOS, unavailable) |
| 28826 | public struct _MenuButtonStyleConfiguration { |
| 28827 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 28828 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28829 | @available(iOS, unavailable) |
| 28830 | @available(tvOS, unavailable) |
| 28831 | @available(watchOS, unavailable) |
| 28832 | @available(visionOS, unavailable) |
| 28833 | public typealias Body = Swift.Never |
| 28834 | } |
| 28835 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 28836 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `MenuStyle.Configuration` instead.") |
| 28837 | @available(iOS, unavailable) |
| 28838 | @available(tvOS, unavailable) |
| 28839 | @available(watchOS, unavailable) |
| 28840 | @available(visionOS, unavailable) |
| 28841 | public typealias Body = Swift.Never |
| 28842 | } |
| 28843 | public var label: SwiftUI._MenuButtonStyleConfiguration.Label |
| 28844 | public var content: SwiftUI._MenuButtonStyleConfiguration.Content |
| 28845 | public init() |
| 28846 | } |
| 28847 | #endif |
| 28848 | @available(iOS, unavailable) |
| 28849 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use `menuStyle(_:)` instead.") |
| 28850 | @available(tvOS, unavailable) |
| 21207 | get |
| 21208 | } |
| 21209 | } |
| 21210 | @available(iOS 14.0, macOS 11.0, *) |
| 21211 | @available(tvOS, unavailable) |
| 21212 | @available(watchOS, unavailable) |
| 28871 | get |
| 28872 | } |
| 28873 | } |
| 28874 | #if compiler(>=5.3) && $TildeSendable |
| 28875 | @available(iOS 14.0, macOS 11.0, *) |
| 28876 | @available(tvOS, unavailable) |
| 28877 | @available(watchOS, unavailable) |
| 28878 | @usableFromInline |
| 28879 | @_Concurrency.MainActor @preconcurrency internal struct TupleCommandContent<T> : SwiftUI.Commands, ~Swift.Sendable { |
| 28880 | @usableFromInline |
| 28881 | @_Concurrency.MainActor @preconcurrency internal var body: Swift.Never { |
| 28882 | get |
| 28883 | } |
| 28884 | @available(iOS 15.0, macOS 12.0, *) |
| 28885 | @usableFromInline |
| 28886 | nonisolated internal static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUI.TupleCommandContent<T>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 28887 | @usableFromInline |
| 28888 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 28889 | @usableFromInline |
| 28890 | @_Concurrency.MainActor @preconcurrency internal func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 28891 | @available(macOS 11.0, iOS 14.0, *) |
| 28892 | @usableFromInline |
| 28893 | @available(tvOS, unavailable) |
| 28894 | @available(watchOS, unavailable) |
| 28895 | internal typealias Body = Swift.Never |
| 28896 | } |
| 28897 | #else |
| 28898 | @available(iOS 14.0, macOS 11.0, *) |
| 28899 | @available(tvOS, unavailable) |
| 28900 | @available(watchOS, unavailable) |
| 21223 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 21224 | @usableFromInline |
| 21225 | @_Concurrency.MainActor @preconcurrency internal func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 21226 | @available(iOS 14.0, macOS 11.0, *) |
| 21227 | @usableFromInline |
| 21228 | @available(tvOS, unavailable) |
| 21229 | @available(watchOS, unavailable) |
| 21230 | internal typealias Body = Swift.Never |
| 21231 | } |
| 21232 | @available(*, unavailable) |
| 21233 | extension SwiftUI.TupleCommandContent : Swift.Sendable { |
| 21234 | } |
| 21235 | @available(iOS 14.0, macOS 11.0, *) |
| 21236 | @available(tvOS, unavailable) |
| 21237 | @available(watchOS, unavailable) |
| 21238 | extension SwiftUICore.Group : SwiftUI.Commands where Content : SwiftUI.Commands { |
| 21239 | @available(iOS 15.0, macOS 12.0, *) |
| 21240 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 21241 | @inlinable nonisolated public init(@SwiftUI.CommandsBuilder content: () -> Content) { |
| 21242 | self.init(_content: content()) |
| 21243 | } |
| 21244 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 21245 | } |
| 21246 | @available(iOS 16.0, macOS 10.15, *) |
| 21247 | @available(tvOS, unavailable) |
| 21248 | @available(watchOS, unavailable) |
| 21249 | @_Concurrency.MainActor @preconcurrency public struct PasteButton : SwiftUICore.View { |
| 21250 | @available(iOS 16.0, macOS 11.0, *) |
| 21251 | @_Concurrency.MainActor @preconcurrency public init(supportedContentTypes: [UniformTypeIdentifiers.UTType], payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) |
| 21252 | @available(iOS, unavailable) |
| 21253 | @available(macOS, introduced: 11.0, deprecated: 100000.0) |
| 21254 | @available(visionOS, unavailable) |
| 21255 | @_Concurrency.MainActor @preconcurrency public init<Payload>(supportedContentTypes: [UniformTypeIdentifiers.UTType], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, payloadAction: @escaping (Payload) -> Swift.Void) |
| 21256 | @available(iOS 16.0, macOS 13.0, *) |
| 21257 | @_Concurrency.MainActor @preconcurrency public init<T>(payloadType: T.Type, onPaste: @escaping ([T]) -> Swift.Void) where T : CoreTransferable.Transferable |
| 21258 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21259 | get |
| 21260 | } |
| 21261 | @available(iOS 16.0, macOS 10.15, *) |
| 21262 | @available(tvOS, unavailable) |
| 21263 | @available(watchOS, unavailable) |
| 21264 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11PasteButtonV4bodyQrvp", 0) __ |
| 21265 | } |
| 21266 | @available(*, unavailable) |
| 21267 | extension SwiftUI.PasteButton : Swift.Sendable { |
| 21268 | } |
| 21269 | @available(iOS, unavailable) |
| 21270 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Provide `UTType`s as the `supportedContentTypes` instead.") |
| 21271 | @available(tvOS, unavailable) |
| 21272 | @available(watchOS, unavailable) |
| 21273 | @available(visionOS, unavailable) |
| 21274 | extension SwiftUI.PasteButton { |
| 21275 | @_Concurrency.MainActor @preconcurrency public init(supportedTypes: [Swift.String], payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) |
| 21276 | @_Concurrency.MainActor @preconcurrency public init<Payload>(supportedTypes: [Swift.String], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, payloadAction: @escaping (Payload) -> Swift.Void) |
| 21277 | } |
| 21278 | @available(iOS 14.0, macOS 11.0, *) |
| 21279 | @available(tvOS, unavailable) |
| 28911 | @_Concurrency.MainActor @preconcurrency internal init(_ value: T) |
| 28912 | @usableFromInline |
| 28913 | @_Concurrency.MainActor @preconcurrency internal func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 28914 | @available(macOS 11.0, iOS 14.0, *) |
| 28915 | @usableFromInline |
| 28916 | @available(tvOS, unavailable) |
| 28917 | @available(watchOS, unavailable) |
| 28918 | internal typealias Body = Swift.Never |
| 28919 | } |
| 28920 | #endif |
| 28921 | @available(iOS 14.0, macOS 11.0, *) |
| 28922 | @available(tvOS, unavailable) |
| 28923 | @available(watchOS, unavailable) |
| 28924 | extension SwiftUICore.Group : SwiftUI.Commands where Content : SwiftUI.Commands { |
| 28925 | @available(iOS 15.0, macOS 12.0, *) |
| 28926 | nonisolated public static func _makeCommands(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._CommandsInputs) -> SwiftUI._CommandsOutputs |
| 28927 | @inlinable nonisolated internal init(@SwiftUICore.ContentBuilder content: () -> Content) { |
| 28928 | self.init(_content: content()) |
| 28929 | } |
| 28930 | @_Concurrency.MainActor @preconcurrency public func _resolve(into resolved: inout SwiftUI._ResolvedCommands) |
| 28931 | } |
| 28932 | #if compiler(>=5.3) && $TildeSendable |
| 28933 | @available(iOS 16.0, macOS 10.15, *) |
| 28934 | @available(tvOS, unavailable) |
| 28935 | @available(watchOS, unavailable) |
| 28936 | nonisolated public struct PasteButton : SwiftUICore.View, ~Swift.Sendable { |
| 28937 | @available(iOS 16.0, macOS 11.0, *) |
| 28938 | nonisolated public init(supportedContentTypes: [UniformTypeIdentifiers.UTType], payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) |
| 28939 | @available(iOS, unavailable) |
| 28940 | @available(macOS, introduced: 11.0, deprecated: 100000.0) |
| 28941 | @available(visionOS, unavailable) |
| 28942 | nonisolated public init<Payload>(supportedContentTypes: [UniformTypeIdentifiers.UTType], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, payloadAction: @escaping (Payload) -> Swift.Void) |
| 28943 | @available(iOS 16.0, macOS 13.0, *) |
| 28944 | nonisolated public init<T>(payloadType: T.Type, onPaste: @escaping ([T]) -> Swift.Void) where T : CoreTransferable.Transferable |
| 28945 | nonisolated public var body: some SwiftUICore.View { |
| 28946 | get |
| 28947 | } |
| 28948 | @available(macOS 10.15, iOS 16.0, *) |
| 28949 | @available(tvOS, unavailable) |
| 28950 | @available(watchOS, unavailable) |
| 28951 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11PasteButtonV4bodyQrvp", 0) __ |
| 28952 | } |
| 28953 | #else |
| 28954 | @available(iOS 16.0, macOS 10.15, *) |
| 28955 | @available(tvOS, unavailable) |
| 28956 | @available(watchOS, unavailable) |
| 28957 | nonisolated public struct PasteButton : SwiftUICore.View { |
| 28958 | @available(iOS 16.0, macOS 11.0, *) |
| 28959 | nonisolated public init(supportedContentTypes: [UniformTypeIdentifiers.UTType], payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) |
| 28960 | @available(iOS, unavailable) |
| 28961 | @available(macOS, introduced: 11.0, deprecated: 100000.0) |
| 28962 | @available(visionOS, unavailable) |
| 28963 | nonisolated public init<Payload>(supportedContentTypes: [UniformTypeIdentifiers.UTType], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, payloadAction: @escaping (Payload) -> Swift.Void) |
| 28964 | @available(iOS 16.0, macOS 13.0, *) |
| 28965 | nonisolated public init<T>(payloadType: T.Type, onPaste: @escaping ([T]) -> Swift.Void) where T : CoreTransferable.Transferable |
| 28966 | nonisolated public var body: some SwiftUICore.View { |
| 28967 | get |
| 28968 | } |
| 28969 | @available(macOS 10.15, iOS 16.0, *) |
| 28970 | @available(tvOS, unavailable) |
| 28971 | @available(watchOS, unavailable) |
| 28972 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11PasteButtonV4bodyQrvp", 0) __ |
| 28973 | } |
| 28974 | #endif |
| 28975 | @available(iOS, unavailable) |
| 28976 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Provide `UTType`s as the `supportedContentTypes` instead.") |
| 28977 | @available(tvOS, unavailable) |
| 28978 | @available(watchOS, unavailable) |
| 28979 | @available(visionOS, unavailable) |
| 28980 | extension SwiftUI.PasteButton { |
| 28981 | nonisolated public init(supportedTypes: [Swift.String], payloadAction: @escaping ([Foundation.NSItemProvider]) -> Swift.Void) |
| 28982 | nonisolated public init<Payload>(supportedTypes: [Swift.String], validator: @escaping ([Foundation.NSItemProvider]) -> Payload?, payloadAction: @escaping (Payload) -> Swift.Void) |
| 28983 | } |
| 28984 | @available(iOS 14.0, macOS 11.0, *) |
| 28985 | @available(tvOS, unavailable) |
| 21293 | nonisolated public func fileMover<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, files: C, onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void) -> some SwiftUICore.View where C : Swift.Collection, C.Element == Foundation.URL |
| 21294 | |
| 21295 | } |
| 21296 | @available(iOS 14.0, macOS 11.0, *) |
| 21297 | @available(tvOS, unavailable) |
| 21298 | @available(watchOS, unavailable) |
| 21299 | public struct DocumentGroup<Document, Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 21300 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 21301 | get |
| 21302 | } |
| 21303 | @available(iOS 14.0, macOS 11.0, *) |
| 21304 | @available(tvOS, unavailable) |
| 21305 | @available(watchOS, unavailable) |
| 21306 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13DocumentGroupV4bodyQrvp", 0) __<Document, Content> |
| 21307 | } |
| 21308 | @available(*, unavailable) |
| 21309 | extension SwiftUI.DocumentGroup : Swift.Sendable { |
| 21310 | } |
| 21311 | @available(iOS 13.0, tvOS 13.0, *) |
| 21312 | @available(macOS, unavailable) |
| 21313 | @available(watchOS, unavailable) |
| 28999 | nonisolated public func fileMover<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, files: C, onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void) -> some SwiftUICore.View where C : Swift.Collection, C.Element == Foundation.URL |
| 29000 | |
| 29001 | } |
| 29002 | #if compiler(>=5.3) && $TildeSendable |
| 29003 | @available(iOS 14.0, macOS 11.0, *) |
| 29004 | @available(tvOS, unavailable) |
| 29005 | @available(watchOS, unavailable) |
| 29006 | nonisolated public struct DocumentGroup<Document, Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 29007 | nonisolated public var body: some SwiftUI.Scene { |
| 29008 | get |
| 29009 | } |
| 29010 | @available(macOS 11.0, iOS 14.0, *) |
| 29011 | @available(tvOS, unavailable) |
| 29012 | @available(watchOS, unavailable) |
| 29013 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13DocumentGroupV4bodyQrvp", 0) __<Document, Content> |
| 29014 | } |
| 29015 | #else |
| 29016 | @available(iOS 14.0, macOS 11.0, *) |
| 29017 | @available(tvOS, unavailable) |
| 29018 | @available(watchOS, unavailable) |
| 29019 | nonisolated public struct DocumentGroup<Document, Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 29020 | nonisolated public var body: some SwiftUI.Scene { |
| 29021 | get |
| 29022 | } |
| 29023 | @available(macOS 11.0, iOS 14.0, *) |
| 29024 | @available(tvOS, unavailable) |
| 29025 | @available(watchOS, unavailable) |
| 29026 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI13DocumentGroupV4bodyQrvp", 0) __<Document, Content> |
| 29027 | } |
| 29028 | #endif |
| 29029 | @available(iOS 13.0, tvOS 13.0, *) |
| 29030 | @available(macOS, unavailable) |
| 29031 | @available(watchOS, unavailable) |
| 21374 | @available(watchOS, unavailable) |
| 21375 | @_Concurrency.MainActor @preconcurrency public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil) |
| 21376 | } |
| 21377 | @available(iOS 16.0, macOS 12.0, *) |
| 21378 | @available(tvOS, unavailable) |
| 21379 | @available(watchOS, unavailable) |
| 21380 | @frozen public struct TupleTableRowContent<Value, T> : SwiftUI.TableRowContent where Value : Swift.Identifiable { |
| 21381 | public typealias TableRowValue = Value |
| 21382 | public var value: T |
| 21383 | @inlinable internal init(_ value: T, ofType: SwiftUI.TupleTableRowContent<Value, T>.TableRowValue.Type) { self.value = value } |
| 21384 | nonisolated public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TupleTableRowContent<Value, T>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 21385 | nonisolated public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 21386 | @available(iOS 17.0, macOS 14.0, *) |
| 21387 | @available(tvOS, unavailable) |
| 21388 | @available(watchOS, unavailable) |
| 21389 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 21390 | @available(iOS 16.0, macOS 12.0, *) |
| 21391 | @available(tvOS, unavailable) |
| 21392 | @available(watchOS, unavailable) |
| 21393 | public typealias TableRowBody = Swift.Never |
| 21394 | } |
| 21395 | @available(*, unavailable) |
| 21396 | extension SwiftUI.TupleTableRowContent : Swift.Sendable { |
| 21397 | } |
| 21398 | @available(iOS 16.0, macOS 12.0, *) |
| 21399 | @available(tvOS, unavailable) |
| 21400 | @available(watchOS, unavailable) |
| 29092 | @available(watchOS, unavailable) |
| 29093 | @_Concurrency.MainActor @preconcurrency public func animate(changes: () -> Swift.Void, completion: (() -> Swift.Void)? = nil) |
| 29094 | } |
| 29095 | #if compiler(>=5.3) && $TildeSendable |
| 29096 | @available(iOS 16.0, macOS 12.0, *) |
| 29097 | @available(tvOS, unavailable) |
| 29098 | @available(watchOS, unavailable) |
| 29099 | @frozen nonisolated public struct TupleTableRowContent<Value, T> : SwiftUI.TableRowContent, ~Swift.Sendable where Value : Swift.Identifiable { |
| 29100 | public typealias TableRowValue = Value |
| 29101 | public var value: T |
| 29102 | @inlinable nonisolated internal init(_ value: T, ofType: SwiftUI.TupleTableRowContent<Value, T>.TableRowValue.Type) { self.value = value } |
| 29103 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TupleTableRowContent<Value, T>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 29104 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 29105 | @available(iOS 17.0, macOS 14.0, *) |
| 29106 | @available(tvOS, unavailable) |
| 29107 | @available(watchOS, unavailable) |
| 29108 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 29109 | @available(macOS 12.0, iOS 16.0, *) |
| 29110 | @available(tvOS, unavailable) |
| 29111 | @available(watchOS, unavailable) |
| 29112 | public typealias TableRowBody = Swift.Never |
| 29113 | } |
| 29114 | #else |
| 29115 | @available(iOS 16.0, macOS 12.0, *) |
| 29116 | @available(tvOS, unavailable) |
| 29117 | @available(watchOS, unavailable) |
| 29118 | @frozen nonisolated public struct TupleTableRowContent<Value, T> : SwiftUI.TableRowContent where Value : Swift.Identifiable { |
| 29119 | public typealias TableRowValue = Value |
| 29120 | public var value: T |
| 29121 | @inlinable nonisolated internal init(_ value: T, ofType: SwiftUI.TupleTableRowContent<Value, T>.TableRowValue.Type) { self.value = value } |
| 29122 | public static func _makeRows(content: SwiftUICore._GraphValue<SwiftUI.TupleTableRowContent<Value, T>>, inputs: SwiftUI._TableRowInputs) -> SwiftUI._TableRowOutputs |
| 29123 | public static func _tableRowCount(inputs: SwiftUI._TableRowInputs) -> Swift.Int? |
| 29124 | @available(iOS 17.0, macOS 14.0, *) |
| 29125 | @available(tvOS, unavailable) |
| 29126 | @available(watchOS, unavailable) |
| 29127 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 29128 | @available(macOS 12.0, iOS 16.0, *) |
| 29129 | @available(tvOS, unavailable) |
| 29130 | @available(watchOS, unavailable) |
| 29131 | public typealias TableRowBody = Swift.Never |
| 29132 | } |
| 29133 | #endif |
| 29134 | @available(iOS 16.0, macOS 12.0, *) |
| 29135 | @available(tvOS, unavailable) |
| 29136 | @available(watchOS, unavailable) |
| 21413 | } |
| 21414 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21415 | extension SwiftUI.LabelStyle where Self == SwiftUI.TitleOnlyLabelStyle { |
| 21416 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var titleOnly: SwiftUI.TitleOnlyLabelStyle { |
| 21417 | get { .init() } |
| 21418 | } |
| 21419 | } |
| 21420 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21421 | public struct TitleOnlyLabelStyle : SwiftUI.LabelStyle { |
| 21422 | public init() |
| 21423 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.TitleOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 21424 | |
| 21425 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 21426 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TitleOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 21427 | } |
| 21428 | @available(*, unavailable) |
| 21429 | extension SwiftUI.TitleOnlyLabelStyle : Swift.Sendable { |
| 21430 | } |
| 21431 | extension SwiftUICore.View { |
| 21432 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 21433 | nonisolated public func scrollPosition(_ position: SwiftUICore.Binding<SwiftUICore.ScrollPosition>, anchor: SwiftUICore.UnitPoint? = nil) -> some SwiftUICore.View |
| 29149 | } |
| 29150 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 29151 | extension SwiftUI.LabelStyle where Self == SwiftUI.TitleOnlyLabelStyle { |
| 29152 | @_alwaysEmitIntoClient nonisolated public static var titleOnly: SwiftUI.TitleOnlyLabelStyle { |
| 29153 | get { .init() } |
| 29154 | } |
| 29155 | } |
| 29156 | #if compiler(>=5.3) && $TildeSendable |
| 29157 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 29158 | nonisolated public struct TitleOnlyLabelStyle : SwiftUI.LabelStyle, ~Swift.Sendable { |
| 29159 | nonisolated public init() |
| 29160 | nonisolated public func makeBody(configuration: SwiftUI.TitleOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 29161 | |
| 29162 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 29163 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TitleOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 29164 | } |
| 29165 | #else |
| 29166 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 29167 | nonisolated public struct TitleOnlyLabelStyle : SwiftUI.LabelStyle { |
| 29168 | nonisolated public init() |
| 29169 | nonisolated public func makeBody(configuration: SwiftUI.TitleOnlyLabelStyle.Configuration) -> some SwiftUICore.View |
| 29170 | |
| 29171 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 29172 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI19TitleOnlyLabelStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 29173 | } |
| 29174 | #endif |
| 29175 | extension SwiftUICore.View { |
| 29176 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 29177 | nonisolated public func scrollPosition(_ position: SwiftUICore.Binding<SwiftUICore.ScrollPosition>, anchor: SwiftUICore.UnitPoint? = nil) -> some SwiftUICore.View |
| 21465 | } |
| 21466 | public var rawValue: Swift.Int |
| 21467 | public init(rawValue: Swift.Int) |
| 21468 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 21469 | public typealias ArrayLiteralElement = SwiftUI.FocusInteractions |
| 21470 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 21471 | public typealias Element = SwiftUI.FocusInteractions |
| 21472 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 21473 | public typealias RawValue = Swift.Int |
| 21474 | } |
| 21475 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 29209 | } |
| 29210 | public var rawValue: Swift.Int |
| 29211 | public init(rawValue: Swift.Int) |
| 29212 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 29213 | public typealias ArrayLiteralElement = SwiftUI.FocusInteractions |
| 29214 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 29215 | public typealias Element = SwiftUI.FocusInteractions |
| 29216 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 29217 | public typealias RawValue = Swift.Int |
| 29218 | } |
| 29219 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 21480 | set |
| 21481 | } |
| 21482 | } |
| 21483 | @available(iOS 13.4, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21484 | public struct _FocusableModifier : SwiftUICore.ViewModifier { |
| 21485 | nonisolated public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._FocusableModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 21486 | @available(iOS 13.4, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 21487 | public typealias Body = Swift.Never |
| 21488 | } |
| 21489 | @available(*, unavailable) |
| 21490 | extension SwiftUI._FocusableModifier : Swift.Sendable { |
| 21491 | } |
| 21492 | extension SwiftUICore.EnvironmentValues { |
| 21493 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 21494 | public var isFocused: Swift.Bool { |
| 29224 | set |
| 29225 | } |
| 29226 | } |
| 29227 | #if compiler(>=5.3) && $TildeSendable |
| 29228 | @available(iOS 13.4, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29229 | nonisolated public struct _FocusableModifier : SwiftUICore.ViewModifier, ~Swift.Sendable { |
| 29230 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._FocusableModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 29231 | @available(macOS 10.15, iOS 13.4, tvOS 13.0, watchOS 6.0, *) |
| 29232 | public typealias Body = Swift.Never |
| 29233 | } |
| 29234 | #else |
| 29235 | @available(iOS 13.4, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29236 | nonisolated public struct _FocusableModifier : SwiftUICore.ViewModifier { |
| 29237 | public static func _makeView(modifier: SwiftUICore._GraphValue<SwiftUI._FocusableModifier>, inputs: SwiftUICore._ViewInputs, body: @escaping (SwiftUICore._Graph, SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs) -> SwiftUICore._ViewOutputs |
| 29238 | @available(macOS 10.15, iOS 13.4, tvOS 13.0, watchOS 6.0, *) |
| 29239 | public typealias Body = Swift.Never |
| 29240 | } |
| 29241 | #endif |
| 29242 | extension SwiftUICore.EnvironmentValues { |
| 29243 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 29244 | public var isFocused: Swift.Bool { |
| 21520 | @available(macOS, unavailable) |
| 21521 | @available(watchOS, unavailable) |
| 21522 | public typealias UITraitBridgedEnvironmentKey = UIKit.UITraitBridgedEnvironmentKey |
| 21523 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21524 | public struct TimelineView<Schedule, Content> where Schedule : SwiftUICore.TimelineSchedule { |
| 21525 | public struct Context { |
| 29270 | @available(macOS, unavailable) |
| 29271 | @available(watchOS, unavailable) |
| 29272 | public typealias UITraitBridgedEnvironmentKey = UIKit.UITraitBridgedEnvironmentKey |
| 29273 | #if compiler(>=5.3) && $TildeSendable |
| 29274 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29275 | public struct TimelineView<Schedule, Content> : ~Swift.Sendable where Schedule : SwiftUICore.TimelineSchedule { |
| 29276 | public struct Context : ~Swift.Sendable { |
| 29277 | public enum Cadence : Swift.Comparable, Swift.Sendable { |
| 29278 | case live |
| 29279 | case seconds |
| 29280 | case minutes |
| 29281 | public static func < (a: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence, b: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence) -> Swift.Bool |
| 29282 | public static func == (a: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence, b: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence) -> Swift.Bool |
| 29283 | public func hash(into hasher: inout Swift.Hasher) |
| 29284 | public var hashValue: Swift.Int { |
| 29285 | get |
| 29286 | } |
| 29287 | } |
| 29288 | public let date: Foundation.Date |
| 29289 | public let cadence: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence |
| 29290 | } |
| 29291 | } |
| 29292 | #else |
| 29293 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29294 | public struct TimelineView<Schedule, Content> where Schedule : SwiftUICore.TimelineSchedule { |
| 29295 | public struct Context { |
| 21538 | public let cadence: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence |
| 21539 | } |
| 21540 | } |
| 21541 | @available(*, unavailable) |
| 21542 | extension SwiftUI.TimelineView : Swift.Sendable { |
| 21543 | } |
| 21544 | @available(*, unavailable) |
| 21545 | extension SwiftUI.TimelineView.Context : Swift.Sendable { |
| 21546 | } |
| 21547 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21548 | public typealias TimelineViewDefaultContext = SwiftUI.TimelineView<SwiftUICore.EveryMinuteTimelineSchedule, Swift.Never>.Context |
| 21549 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21550 | extension SwiftUI.TimelineView : SwiftUICore.View where Content : SwiftUICore.View { |
| 21551 | public typealias Body = Swift.Never |
| 21552 | @_alwaysEmitIntoClient nonisolated public init(_ schedule: Schedule, @SwiftUICore.ViewBuilder content: @escaping (SwiftUI.TimelineViewDefaultContext) -> Content) { |
| 21553 | self.init(schedule) { (context: Context) -> Content in |
| 21554 | |
| 21555 |
| 29308 | public let cadence: SwiftUI.TimelineView<Schedule, Content>.Context.Cadence |
| 29309 | } |
| 29310 | } |
| 29311 | #endif |
| 29312 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29313 | public typealias TimelineViewDefaultContext = SwiftUI.TimelineView<SwiftUICore.EveryMinuteTimelineSchedule, Swift.Never>.Context |
| 29314 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29315 | extension SwiftUI.TimelineView : SwiftUICore.View where Content : SwiftUICore.View { |
| 29316 | public typealias Body = Swift.Never |
| 29317 | @_alwaysEmitIntoClient nonisolated public init(_ schedule: Schedule, @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.TimelineViewDefaultContext) -> Content) { |
| 29318 | self.init(schedule) { (context: Context) -> Content in |
| 29319 | |
| 29320 |
| 21564 | @available(watchOS, deprecated, introduced: 8.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 21565 | @available(tvOS, deprecated, introduced: 15.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 21566 | @available(visionOS, deprecated, introduced: 1.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 21567 | @_disfavoredOverload nonisolated public init(_ schedule: Schedule, @SwiftUICore.ViewBuilder content: @escaping (SwiftUI.TimelineView<Schedule, Content>.Context) -> Content) |
| 21568 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.TimelineView<Schedule, Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 21569 | } |
| 21570 | @available(iOS 26.0, macOS 26.0, *) |
| 21571 | @available(tvOS, unavailable) |
| 21572 | @available(watchOS, unavailable) |
| 21573 | @available(visionOS, unavailable) |
| 21574 | public struct ToolbarSpacer : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 21575 | public init(_ sizing: SwiftUI.SpacerSizing = .flexible, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 21576 | nonisolated public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarSpacer>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 21577 | @available(iOS 26.0, macOS 26.0, *) |
| 21578 | @available(tvOS, unavailable) |
| 21579 | @available(watchOS, unavailable) |
| 21580 | @available(visionOS, unavailable) |
| 21581 | public typealias Body = Swift.Never |
| 21582 | } |
| 21583 | @available(*, unavailable) |
| 21584 | extension SwiftUI.ToolbarSpacer : Swift.Sendable { |
| 21585 | } |
| 21586 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 21587 | @available(tvOS, unavailable) |
| 21588 | extension SwiftUI.GaugeStyle where Self == SwiftUI.DefaultGaugeStyle { |
| 21589 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var automatic: SwiftUI.DefaultGaugeStyle { |
| 21590 | get { .init() } |
| 21591 | } |
| 21592 | } |
| 21593 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 21594 | @available(tvOS, unavailable) |
| 21595 | @_Concurrency.MainActor @preconcurrency public struct DefaultGaugeStyle : SwiftUI.GaugeStyle { |
| 21596 | @_Concurrency.MainActor @preconcurrency public init() |
| 21597 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultGaugeStyle.Configuration) -> some SwiftUICore.View |
| 21598 | |
| 21599 | @available(iOS 16.0, watchOS 7.0, macOS 13.0, *) |
| 21600 | @available(tvOS, unavailable) |
| 21601 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 21602 | } |
| 21603 | @available(*, unavailable) |
| 21604 | extension SwiftUI.DefaultGaugeStyle : Swift.Sendable { |
| 21605 | } |
| 21606 | extension SwiftUICore.View { |
| 21607 | @available(visionOS 2.0, *) |
| 21608 | @available(iOS, unavailable) |
| 29329 | @available(watchOS, deprecated, introduced: 8.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 29330 | @available(tvOS, deprecated, introduced: 15.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 29331 | @available(visionOS, deprecated, introduced: 1.0, message: "Use TimelineViewDefaultContext for the type of the context parameter passed into TimelineView's content closure to resolve this warning. The new version of this initializer, using TimelineViewDefaultContext, improves compilation performance by using an independent generic type signature, which helps avoid unintended cyclical type dependencies.") |
| 29332 | @_disfavoredOverload nonisolated public init(_ schedule: Schedule, @SwiftUICore.ContentBuilder content: @escaping (SwiftUI.TimelineView<Schedule, Content>.Context) -> Content) |
| 29333 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.TimelineView<Schedule, Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 29334 | } |
| 29335 | #if compiler(>=5.3) && $TildeSendable |
| 29336 | @available(iOS 26.0, macOS 26.0, *) |
| 29337 | @available(tvOS, unavailable) |
| 29338 | @available(watchOS, unavailable) |
| 29339 | @available(visionOS, unavailable) |
| 29340 | nonisolated public struct ToolbarSpacer : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent, ~Swift.Sendable { |
| 29341 | nonisolated public init(_ sizing: SwiftUI.SpacerSizing = .flexible, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 29342 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarSpacer>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 29343 | @available(macOS 26.0, iOS 26.0, *) |
| 29344 | @available(tvOS, unavailable) |
| 29345 | @available(watchOS, unavailable) |
| 29346 | @available(visionOS, unavailable) |
| 29347 | public typealias Body = Swift.Never |
| 29348 | } |
| 29349 | #else |
| 29350 | @available(iOS 26.0, macOS 26.0, *) |
| 29351 | @available(tvOS, unavailable) |
| 29352 | @available(watchOS, unavailable) |
| 29353 | @available(visionOS, unavailable) |
| 29354 | nonisolated public struct ToolbarSpacer : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent { |
| 29355 | nonisolated public init(_ sizing: SwiftUI.SpacerSizing = .flexible, placement: SwiftUI.ToolbarItemPlacement = .automatic) |
| 29356 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarSpacer>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 29357 | @available(macOS 26.0, iOS 26.0, *) |
| 29358 | @available(tvOS, unavailable) |
| 29359 | @available(watchOS, unavailable) |
| 29360 | @available(visionOS, unavailable) |
| 29361 | public typealias Body = Swift.Never |
| 29362 | } |
| 29363 | #endif |
| 29364 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 29365 | @available(tvOS, unavailable) |
| 29366 | extension SwiftUI.GaugeStyle where Self == SwiftUI.DefaultGaugeStyle { |
| 29367 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var automatic: SwiftUI.DefaultGaugeStyle { |
| 29368 | get { .init() } |
| 29369 | } |
| 29370 | } |
| 29371 | #if compiler(>=5.3) && $TildeSendable |
| 29372 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 29373 | @available(tvOS, unavailable) |
| 29374 | @_Concurrency.MainActor @preconcurrency public struct DefaultGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 29375 | @_Concurrency.MainActor @preconcurrency public init() |
| 29376 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultGaugeStyle.Configuration) -> some SwiftUICore.View |
| 29377 | |
| 29378 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 29379 | @available(tvOS, unavailable) |
| 29380 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 29381 | } |
| 29382 | #else |
| 29383 | @available(iOS 16.0, macOS 13.0, watchOS 7.0, *) |
| 29384 | @available(tvOS, unavailable) |
| 29385 | @_Concurrency.MainActor @preconcurrency public struct DefaultGaugeStyle : SwiftUI.GaugeStyle { |
| 29386 | @_Concurrency.MainActor @preconcurrency public init() |
| 29387 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.DefaultGaugeStyle.Configuration) -> some SwiftUICore.View |
| 29388 | |
| 29389 | @available(macOS 13.0, iOS 16.0, watchOS 7.0, *) |
| 29390 | @available(tvOS, unavailable) |
| 29391 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17DefaultGaugeStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 29392 | } |
| 29393 | #endif |
| 29394 | extension SwiftUICore.View { |
| 29395 | @available(visionOS 2.0, *) |
| 29396 | @available(iOS, unavailable) |
| 21612 | nonisolated public func supportedVolumeViewpoints(_ viewpoints: SwiftUI.SquareAzimuth.Set) -> some SwiftUICore.View |
| 21613 | |
| 21614 | } |
| 21615 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21616 | public struct Button<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 21617 | @preconcurrency public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, @SwiftUICore.ViewBuilder label: () -> Label) |
| 21618 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21619 | get |
| 21620 | } |
| 21621 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 21622 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ButtonV4bodyQrvp", 0) __<Label> |
| 21623 | } |
| 21624 | @available(*, unavailable) |
| 21625 | extension SwiftUI.Button : Swift.Sendable { |
| 21626 | } |
| 21627 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21628 | extension SwiftUI.Button where Label == SwiftUICore.Text { |
| 21629 | @preconcurrency nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, action: @escaping @_Concurrency.MainActor () -> Swift.Void) |
| 29400 | nonisolated public func supportedVolumeViewpoints(_ viewpoints: SwiftUI.SquareAzimuth.Set) -> some SwiftUICore.View |
| 29401 | |
| 29402 | } |
| 29403 | #if compiler(>=5.3) && $TildeSendable |
| 29404 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29405 | nonisolated public struct Button<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 29406 | @preconcurrency nonisolated public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, @SwiftUICore.ContentBuilder label: () -> Label) |
| 29407 | nonisolated public var body: some SwiftUICore.View { |
| 29408 | get |
| 29409 | } |
| 29410 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 29411 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ButtonV4bodyQrvp", 0) __<Label> |
| 29412 | } |
| 29413 | #else |
| 29414 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29415 | nonisolated public struct Button<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 29416 | @preconcurrency nonisolated public init(action: @escaping @_Concurrency.MainActor () -> Swift.Void, @SwiftUICore.ContentBuilder label: () -> Label) |
| 29417 | nonisolated public var body: some SwiftUICore.View { |
| 29418 | get |
| 29419 | } |
| 29420 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 29421 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6ButtonV4bodyQrvp", 0) __<Label> |
| 29422 | } |
| 29423 | #endif |
| 29424 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29425 | extension SwiftUI.Button where Label == SwiftUICore.Text { |
| 29426 | @preconcurrency nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, action: @escaping @_Concurrency.MainActor () -> Swift.Void) |
| 21669 | } |
| 21670 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21671 | extension SwiftUI.Button { |
| 21672 | @preconcurrency nonisolated public init(role: SwiftUI.ButtonRole?, action: @escaping @_Concurrency.MainActor () -> Swift.Void, @SwiftUICore.ViewBuilder label: () -> Label) |
| 21673 | } |
| 21674 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 21675 | extension SwiftUI.Button where Label == SwiftUICore.Text { |
| 29466 | } |
| 29467 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29468 | extension SwiftUI.Button { |
| 29469 | @preconcurrency nonisolated public init(role: SwiftUI.ButtonRole?, action: @escaping @_Concurrency.MainActor () -> Swift.Void, @SwiftUICore.ContentBuilder label: () -> Label) |
| 29470 | } |
| 29471 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 29472 | extension SwiftUI.Button where Label == SwiftUICore.Text { |
| 21711 | } |
| 21712 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 21713 | extension SwiftUI.Button where Label == SwiftUI.DefaultButtonLabel { |
| 21714 | @preconcurrency public init(role: SwiftUI.ButtonRole, action: @escaping @_Concurrency.MainActor () -> Swift.Void) |
| 21715 | } |
| 21716 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 21717 | public struct DefaultButtonLabel : SwiftUICore.View { |
| 21718 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21719 | get |
| 21720 | } |
| 21721 | @available(iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, macOS 26.0, *) |
| 21722 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonLabelV4bodyQrvp", 0) __ |
| 21723 | } |
| 21724 | @available(*, unavailable) |
| 21725 | extension SwiftUI.DefaultButtonLabel : Swift.Sendable { |
| 21726 | } |
| 21727 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 21728 | public struct AccessibilityChildBehavior : Swift.Hashable { |
| 21729 | public func hash(into hasher: inout Swift.Hasher) |
| 29508 | } |
| 29509 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 29510 | extension SwiftUI.Button where Label == SwiftUI.DefaultButtonLabel { |
| 29511 | @preconcurrency nonisolated public init(role: SwiftUI.ButtonRole, action: @escaping @_Concurrency.MainActor () -> Swift.Void) |
| 29512 | } |
| 29513 | #if compiler(>=5.3) && $TildeSendable |
| 29514 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 29515 | nonisolated public struct DefaultButtonLabel : SwiftUICore.View, ~Swift.Sendable { |
| 29516 | nonisolated public var body: some SwiftUICore.View { |
| 29517 | get |
| 29518 | } |
| 29519 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 29520 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonLabelV4bodyQrvp", 0) __ |
| 29521 | } |
| 29522 | #else |
| 29523 | @available(iOS 26.0, macOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 29524 | nonisolated public struct DefaultButtonLabel : SwiftUICore.View { |
| 29525 | nonisolated public var body: some SwiftUICore.View { |
| 29526 | get |
| 29527 | } |
| 29528 | @available(macOS 26.0, iOS 26.0, tvOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 29529 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DefaultButtonLabelV4bodyQrvp", 0) __ |
| 29530 | } |
| 29531 | #endif |
| 29532 | #if compiler(>=5.3) && $TildeSendable |
| 29533 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29534 | public struct AccessibilityChildBehavior : Swift.Hashable, ~Swift.Sendable { |
| 29535 | public func hash(into hasher: inout Swift.Hasher) |
| 29536 | public static func == (lhs: SwiftUI.AccessibilityChildBehavior, rhs: SwiftUI.AccessibilityChildBehavior) -> Swift.Bool |
| 29537 | public var hashValue: Swift.Int { |
| 29538 | get |
| 29539 | } |
| 29540 | } |
| 29541 | #else |
| 29542 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 29543 | public struct AccessibilityChildBehavior : Swift.Hashable { |
| 29544 | public func hash(into hasher: inout Swift.Hasher) |
| 21732 | get |
| 21733 | } |
| 21734 | } |
| 21735 | @available(*, unavailable) |
| 21736 | extension SwiftUI.AccessibilityChildBehavior : Swift.Sendable { |
| 21737 | } |
| 21738 | @available(macOS 26.0, visionOS 26.0, *) |
| 21739 | @available(iOS, unavailable) |
| 21740 | @available(tvOS, unavailable) |
| 29547 | get |
| 29548 | } |
| 29549 | } |
| 29550 | #endif |
| 29551 | @available(macOS 26.0, visionOS 26.0, *) |
| 29552 | @available(iOS, unavailable) |
| 29553 | @available(tvOS, unavailable) |
| 21773 | nonisolated public func onChange<V>(of value: V, initial: Swift.Bool = false, _ action: @escaping () -> Swift.Void) -> some SwiftUI.CompositorContent where V : Swift.Equatable |
| 21774 | |
| 21775 | } |
| 21776 | @available(iOS, unavailable) |
| 21777 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the `menu` style instead.") |
| 21778 | @available(tvOS, unavailable) |
| 29586 | nonisolated public func onChange<V>(of value: V, initial: Swift.Bool = false, _ action: @escaping () -> Swift.Void) -> some SwiftUI.CompositorContent where V : Swift.Equatable |
| 29587 | |
| 29588 | } |
| 29589 | #if compiler(>=5.3) && $TildeSendable |
| 29590 | @available(iOS, unavailable) |
| 29591 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the `menu` style instead.") |
| 29592 | @available(tvOS, unavailable) |
| 29593 | @available(watchOS, unavailable) |
| 29594 | @available(visionOS, unavailable) |
| 29595 | public struct PopUpButtonPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 29596 | public init() |
| 29597 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 29598 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 29599 | } |
| 29600 | #else |
| 29601 | @available(iOS, unavailable) |
| 29602 | @available(macOS, introduced: 10.15, deprecated: 100000.0, message: "Use the `menu` style instead.") |
| 29603 | @available(tvOS, unavailable) |
| 21783 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 21784 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 21785 | } |
| 21786 | @available(*, unavailable) |
| 21787 | extension SwiftUI.PopUpButtonPickerStyle : Swift.Sendable { |
| 21788 | } |
| 21789 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21790 | public struct ToolbarRole : Swift.Sendable { |
| 21791 | public static var automatic: SwiftUI.ToolbarRole { |
| 29608 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 29609 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.PopUpButtonPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 29610 | } |
| 29611 | #endif |
| 29612 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 29613 | public struct ToolbarRole : Swift.Sendable { |
| 29614 | public static var automatic: SwiftUI.ToolbarRole { |
| 21810 | extension SwiftUICore.View { |
| 21811 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 21812 | nonisolated public func toolbarRole(_ role: SwiftUI.ToolbarRole) -> some SwiftUICore.View |
| 21813 | |
| 21814 | } |
| 21815 | @available(iOS 14.0, macOS 11.0, *) |
| 29633 | extension SwiftUICore.View { |
| 29634 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 29635 | nonisolated public func toolbarRole(_ role: SwiftUI.ToolbarRole) -> some SwiftUICore.View |
| 29636 | |
| 29637 | } |
| 29638 | @available(iOS 27.0, *) |
| 29639 | @available(macCatalyst, unavailable) |
| 29640 | @available(macOS, unavailable) |
| 29641 | @available(tvOS, unavailable) |
| 29642 | @available(watchOS, unavailable) |
| 29643 | @available(visionOS, unavailable) |
| 29644 | extension SwiftUICore.EmptyView : SwiftUI.SceneAccessoryContent { |
| 29645 | public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<SwiftUICore.EmptyView>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 29646 | } |
| 29647 | @available(iOS 27.0, *) |
| 29648 | @available(macCatalyst, unavailable) |
| 29649 | @available(macOS, unavailable) |
| 29650 | @available(tvOS, unavailable) |
| 29651 | @available(watchOS, unavailable) |
| 29652 | @available(visionOS, unavailable) |
| 29653 | extension SwiftUICore.TupleContent : SwiftUI.SceneAccessoryContent where repeat each Content : SwiftUI.SceneAccessoryContent { |
| 29654 | nonisolated public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<SwiftUICore.TupleContent<repeat each Content>>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 29655 | @available(iOS 27.0, *) |
| 29656 | @available(macOS, unavailable, introduced: 26.0) |
| 29657 | @available(tvOS, unavailable, introduced: 26.0) |
| 29658 | @available(watchOS, unavailable, introduced: 26.0) |
| 29659 | @available(macCatalyst, unavailable) |
| 29660 | @available(visionOS, unavailable) |
| 29661 | public typealias Body = Swift.Never |
| 29662 | } |
| 29663 | @available(iOS 27.0, *) |
| 29664 | @available(macCatalyst, unavailable) |
| 29665 | @available(macOS, unavailable) |
| 29666 | @available(tvOS, unavailable) |
| 29667 | @available(watchOS, unavailable) |
| 29668 | @available(visionOS, unavailable) |
| 29669 | extension Swift.Optional : SwiftUI.SceneAccessoryContent where Wrapped : SwiftUI.SceneAccessoryContent { |
| 29670 | nonisolated public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<Swift.Optional<Wrapped>>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 29671 | @available(iOS 27.0, *) |
| 29672 | @available(macOS, unavailable) |
| 29673 | @available(tvOS, unavailable) |
| 29674 | @available(watchOS, unavailable) |
| 29675 | @available(macCatalyst, unavailable) |
| 29676 | @available(visionOS, unavailable) |
| 29677 | public typealias Body = Swift.Never |
| 29678 | } |
| 29679 | @available(iOS 27.0, *) |
| 29680 | @available(macCatalyst, unavailable) |
| 29681 | @available(macOS, unavailable) |
| 29682 | @available(tvOS, unavailable) |
| 29683 | @available(watchOS, unavailable) |
| 29684 | @available(visionOS, unavailable) |
| 29685 | extension SwiftUICore._ConditionalContent : SwiftUI.SceneAccessoryContent where TrueContent : SwiftUI.SceneAccessoryContent, FalseContent : SwiftUI.SceneAccessoryContent { |
| 29686 | nonisolated public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<SwiftUICore._ConditionalContent<TrueContent, FalseContent>>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 29687 | @usableFromInline |
| 29688 | internal init(storage: SwiftUICore._ConditionalContent<TrueContent, FalseContent>.Storage) |
| 29689 | @available(iOS 27.0, *) |
| 29690 | @available(macOS, unavailable, introduced: 10.15) |
| 29691 | @available(tvOS, unavailable, introduced: 13.0) |
| 29692 | @available(watchOS, unavailable, introduced: 6.0) |
| 29693 | @available(macCatalyst, unavailable) |
| 29694 | @available(visionOS, unavailable) |
| 29695 | public typealias Body = Swift.Never |
| 29696 | } |
| 29697 | @available(iOS 27.0, *) |
| 29698 | @available(macCatalyst, unavailable) |
| 29699 | @available(macOS, unavailable) |
| 29700 | @available(tvOS, unavailable) |
| 29701 | @available(watchOS, unavailable) |
| 29702 | @available(visionOS, unavailable) |
| 29703 | extension SwiftUICore.Group : SwiftUI.SceneAccessoryContent where Content : SwiftUI.SceneAccessoryContent { |
| 29704 | nonisolated public static func _makeSceneAccessory(content: SwiftUICore._GraphValue<SwiftUICore.Group<Content>>, inputs: SwiftUI._SceneAccessoryInputs) -> SwiftUI._SceneAccessoryOutputs |
| 29705 | } |
| 29706 | @available(iOS 27.0, *) |
| 29707 | @available(macCatalyst, unavailable) |
| 29708 | @available(macOS, unavailable) |
| 29709 | @available(tvOS, unavailable) |
| 29710 | @available(watchOS, unavailable) |
| 29711 | @available(visionOS, unavailable) |
| 29712 | extension SwiftUICore.ViewBuilder { |
| 29713 | @_disfavoredOverload @_alwaysEmitIntoClient @inline(__always) public static func buildLimitedAvailability(_ content: any SwiftUI.SceneAccessoryContent) -> some SwiftUI.SceneAccessoryContent { |
| 29714 | return LimitedAvailabilitySceneAccessoryContent(erasing: content) |
| 29715 | } |
| 29716 | |
| 29717 | } |
| 29718 | @available(iOS 14.0, macOS 11.0, *) |
| 21840 | nonisolated public func fileExporter<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, documents: C, contentTypes: [UniformTypeIdentifiers.UTType] = [], onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void = {}) -> some SwiftUICore.View where C : Swift.Collection, C.Element : SwiftUI.FileDocument |
| 21841 | |
| 21842 | nonisolated public func fileExporter<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, documents: C, contentTypes: [UniformTypeIdentifiers.UTType] = [], onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void = {}) -> some SwiftUICore.View where C : Swift.Collection, C.Element : SwiftUI.ReferenceFileDocument |
| 21843 | |
| 21844 | } |
| 21845 | @available(visionOS 2.0, *) |
| 29743 | nonisolated public func fileExporter<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, documents: C, contentTypes: [UniformTypeIdentifiers.UTType] = [], onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void = {}) -> some SwiftUICore.View where C : Swift.Collection, C.Element : SwiftUI.FileDocument |
| 29744 | |
| 29745 | nonisolated public func fileExporter<C>(isPresented: SwiftUICore.Binding<Swift.Bool>, documents: C, contentTypes: [UniformTypeIdentifiers.UTType] = [], onCompletion: @escaping (Swift.Result<[Foundation.URL], any Swift.Error>) -> Swift.Void, onCancellation: @escaping () -> Swift.Void = {}) -> some SwiftUICore.View where C : Swift.Collection, C.Element : SwiftUI.ReferenceFileDocument |
| 29746 | |
| 29747 | } |
| 29748 | @available(iOS 27.0, macOS 27.0, visionOS 27.0, *) |
| 29749 | @available(watchOS, unavailable) |
| 29750 | @available(tvOS, unavailable) |
| 29751 | extension SwiftUICore.View { |
| 29752 | nonisolated public func fileExporter<D>(isPresented: SwiftUICore.Binding<Swift.Bool>, document: D?, contentType: UniformTypeIdentifiers.UTType? = nil, defaultFilename: Swift.String? = nil, onCompletion: @escaping (Swift.Result<Foundation.URL, any Swift.Error>) -> Swift.Void, onCancellation: (() -> Swift.Void)? = nil) -> some SwiftUICore.View where D : SwiftUI.WritableDocument, D.Writer.Destination == Foundation.URL |
| 29753 | |
| 29754 | } |
| 29755 | @available(visionOS 2.0, *) |
| 21889 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityRemoveTraits(_:)") |
| 21890 | nonisolated public func accessibility(removeTraits traits: SwiftUICore.AccessibilityTraits) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 21891 | } |
| 21892 | @available(iOS 18.0, visionOS 2.0, *) |
| 21893 | @available(macOS, unavailable) |
| 21894 | @available(tvOS, unavailable) |
| 29799 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, renamed: "accessibilityRemoveTraits(_:)") |
| 29800 | nonisolated public func accessibility(removeTraits traits: SwiftUICore.AccessibilityTraits) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 29801 | } |
| 29802 | #if compiler(>=5.3) && $TildeSendable |
| 29803 | @available(iOS 18.0, visionOS 2.0, *) |
| 29804 | @available(macOS, unavailable) |
| 29805 | @available(tvOS, unavailable) |
| 29806 | @available(watchOS, unavailable) |
| 29807 | @usableFromInline |
| 29808 | internal struct NavigationSplitViewExtraWidePrimaryColumnTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 29809 | @inlinable internal static var defaultValue: Swift.Bool { |
| 29810 | get { false } |
| 29811 | } |
| 29812 | @available(iOS 18.0, visionOS 2.0, *) |
| 29813 | @usableFromInline |
| 29814 | @available(macOS, unavailable) |
| 29815 | @available(tvOS, unavailable) |
| 29816 | @available(watchOS, unavailable) |
| 29817 | internal typealias Value = Swift.Bool |
| 29818 | } |
| 29819 | #else |
| 29820 | @available(iOS 18.0, visionOS 2.0, *) |
| 29821 | @available(macOS, unavailable) |
| 29822 | @available(tvOS, unavailable) |
| 21900 | } |
| 21901 | @available(iOS 18.0, visionOS 2.0, *) |
| 21902 | @usableFromInline |
| 21903 | @available(tvOS, unavailable) |
| 21904 | @available(watchOS, unavailable) |
| 21905 | @available(macOS, unavailable) |
| 21906 | internal typealias Value = Swift.Bool |
| 21907 | } |
| 21908 | @available(*, unavailable) |
| 21909 | extension SwiftUI.NavigationSplitViewExtraWidePrimaryColumnTraitKey : Swift.Sendable { |
| 21910 | } |
| 21911 | @available(iOS 18.0, *) |
| 21912 | @available(macOS, unavailable) |
| 21913 | @available(tvOS, unavailable) |
| 21914 | @available(watchOS, unavailable) |
| 21915 | @available(visionOS, unavailable) |
| 21916 | @available(macCatalyst, unavailable) |
| 21917 | public struct DocumentLaunchView<Actions, DocumentView> : SwiftUICore.View where Actions : SwiftUICore.View, DocumentView : SwiftUICore.View { |
| 21918 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 21919 | get |
| 21920 | } |
| 21921 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21922 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 21923 | self.init( |
| 21924 | Text(title), |
| 21925 | for: contentTypes, |
| 29828 | } |
| 29829 | @available(iOS 18.0, visionOS 2.0, *) |
| 29830 | @usableFromInline |
| 29831 | @available(macOS, unavailable) |
| 29832 | @available(tvOS, unavailable) |
| 29833 | @available(watchOS, unavailable) |
| 29834 | internal typealias Value = Swift.Bool |
| 29835 | } |
| 29836 | #endif |
| 29837 | #if compiler(>=5.3) && $TildeSendable |
| 29838 | @available(iOS 18.0, *) |
| 29839 | @available(macOS, unavailable) |
| 29840 | @available(tvOS, unavailable) |
| 29841 | @available(watchOS, unavailable) |
| 29842 | @available(visionOS, unavailable) |
| 29843 | @available(macCatalyst, unavailable) |
| 29844 | nonisolated public struct DocumentLaunchView<Actions, DocumentView> : SwiftUICore.View, ~Swift.Sendable where Actions : SwiftUICore.View, DocumentView : SwiftUICore.View { |
| 29845 | nonisolated public var body: some SwiftUICore.View { |
| 29846 | get |
| 29847 | } |
| 29848 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29849 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29850 | self.init( |
| 29851 | Text(title), |
| 29852 | for: contentTypes, |
| 21930 | overlayAccessoryView: overlayAccessoryView |
| 21931 | ) |
| 21932 | } |
| 21933 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21934 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 21935 | self.init( |
| 21936 | Text(title), |
| 21937 | for: contentTypes, |
| 29857 | overlayAccessoryView: overlayAccessoryView |
| 29858 | ) |
| 29859 | } |
| 29860 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29861 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29862 | self.init( |
| 29863 | Text(title), |
| 29864 | for: contentTypes, |
| 21941 | backgroundAccessoryView: backgroundAccessoryView |
| 21942 | ) |
| 21943 | } |
| 21944 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21945 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 21946 | self.init( |
| 21947 | Text(title), |
| 21948 | for: contentTypes, |
| 29868 | backgroundAccessoryView: backgroundAccessoryView |
| 29869 | ) |
| 29870 | } |
| 29871 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29872 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29873 | self.init( |
| 29874 | Text(title), |
| 29875 | for: contentTypes, |
| 21951 | background: background |
| 21952 | ) |
| 21953 | } |
| 21954 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View) |
| 21955 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View) { |
| 21956 | self.init( |
| 21957 | Text(title), |
| 21958 | for: contentTypes, |
| 29878 | background: background |
| 29879 | ) |
| 29880 | } |
| 29881 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 29882 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) { |
| 29883 | self.init( |
| 29884 | Text(title), |
| 29885 | for: contentTypes, |
| 21961 | background: background |
| 21962 | ) |
| 21963 | } |
| 21964 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21965 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21966 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21967 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View) |
| 21968 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21969 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21970 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 21971 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder background: () -> some View) |
| 21972 | public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 21973 | @_disfavoredOverload @_alwaysEmitIntoClient public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 21974 | self.init( |
| 21975 | Text(title), |
| 21976 | for: contentTypes, |
| 29888 | background: background |
| 29889 | ) |
| 29890 | } |
| 29891 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29892 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29893 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29894 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 29895 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29896 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29897 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29898 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 29899 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29900 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 29901 | self.init( |
| 29902 | Text(title), |
| 29903 | for: contentTypes, |
| 21980 | overlayAccessoryView: overlayAccessoryView |
| 21981 | ) |
| 21982 | } |
| 21983 | public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 21984 | @_disfavoredOverload @_alwaysEmitIntoClient public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 21985 | self.init( |
| 21986 | Text(title), |
| 21987 | for: contentTypes, |
| 29907 | overlayAccessoryView: overlayAccessoryView |
| 29908 | ) |
| 29909 | } |
| 29910 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29911 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 29912 | self.init( |
| 29913 | Text(title), |
| 29914 | for: contentTypes, |
| 21990 | backgroundAccessoryView: backgroundAccessoryView |
| 21991 | ) |
| 21992 | } |
| 21993 | public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 21994 | @_disfavoredOverload @_alwaysEmitIntoClient public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 21995 | self.init( |
| 21996 | Text(title), |
| 21997 | for: contentTypes, |
| 29917 | backgroundAccessoryView: backgroundAccessoryView |
| 29918 | ) |
| 29919 | } |
| 29920 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29921 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 29922 | self.init( |
| 29923 | Text(title), |
| 29924 | for: contentTypes, |
| 22000 | overlayAccessoryView: overlayAccessoryView |
| 22001 | ) |
| 22002 | } |
| 22003 | public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 22004 | @_disfavoredOverload @_alwaysEmitIntoClient public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle { |
| 22005 | self.init( |
| 22006 | Text(title), |
| 22007 | for: contentTypes, |
| 22008 | actions, |
| 22009 | onDocumentOpen: onDocumentOpen |
| 22010 | ) |
| 22011 | } |
| 22012 | @_disfavoredOverload public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22013 | @_disfavoredOverload public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22014 | @_disfavoredOverload public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22015 | @_disfavoredOverload public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 22016 | public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22017 | public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22018 | public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 22019 | public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 22020 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22021 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 22022 | self.init( |
| 22023 | Text(title), |
| 22024 | for: contentTypes, |
| 29927 | overlayAccessoryView: overlayAccessoryView |
| 29928 | ) |
| 29929 | } |
| 29930 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 29931 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle { |
| 29932 | self.init( |
| 29933 | Text(title), |
| 29934 | for: contentTypes, |
| 29935 | actions, |
| 29936 | onDocumentOpen: onDocumentOpen |
| 29937 | ) |
| 29938 | } |
| 29939 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29940 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29941 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29942 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 29943 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29944 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29945 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 29946 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 29947 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29948 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29949 | self.init( |
| 29950 | Text(title), |
| 29951 | for: contentTypes, |
| 22028 | overlayAccessoryView: overlayAccessoryView |
| 22029 | ) |
| 22030 | } |
| 22031 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22032 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 22033 | self.init( |
| 22034 | Text(title), |
| 22035 | for: contentTypes, |
| 29955 | overlayAccessoryView: overlayAccessoryView |
| 29956 | ) |
| 29957 | } |
| 29958 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29959 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29960 | self.init( |
| 29961 | Text(title), |
| 29962 | for: contentTypes, |
| 22038 | overlayAccessoryView: overlayAccessoryView |
| 22039 | ) |
| 22040 | } |
| 22041 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22042 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 22043 | self.init( |
| 22044 | Text(title), |
| 22045 | for: contentTypes, |
| 29965 | overlayAccessoryView: overlayAccessoryView |
| 29966 | ) |
| 29967 | } |
| 29968 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29969 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 29970 | self.init( |
| 29971 | Text(title), |
| 29972 | for: contentTypes, |
| 22048 | backgroundAccessoryView: backgroundAccessoryView |
| 22049 | ) |
| 22050 | } |
| 22051 | public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 22052 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) { |
| 22053 | self.init( |
| 22054 | Text(title), |
| 22055 | for: contentTypes, |
| 22056 | actions, |
| 22057 | onDocumentOpen: onDocumentOpen |
| 22058 | ) |
| 22059 | } |
| 22060 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22061 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22062 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22063 | @_disfavoredOverload public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 22064 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22065 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22066 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 22067 | public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 22068 | @available(iOS 18.0, *) |
| 22069 | @available(tvOS, unavailable) |
| 22070 | @available(watchOS, unavailable) |
| 22071 | @available(visionOS, unavailable) |
| 22072 | @available(macOS, unavailable) |
| 22073 | @available(macCatalyst, unavailable) |
| 22074 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DocumentLaunchViewV4bodyQrvp", 0) __<Actions, DocumentView> |
| 22075 | } |
| 22076 | @available(*, unavailable) |
| 22077 | extension SwiftUI.DocumentLaunchView : Swift.Sendable { |
| 22078 | } |
| 22079 | @available(iOS 18.0, visionOS 2.0, *) |
| 22080 | @available(macOS, unavailable) |
| 22081 | @available(tvOS, unavailable) |
| 29975 | backgroundAccessoryView: backgroundAccessoryView |
| 29976 | ) |
| 29977 | } |
| 29978 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 29979 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) { |
| 29980 | self.init( |
| 29981 | Text(title), |
| 29982 | for: contentTypes, |
| 29983 | actions, |
| 29984 | onDocumentOpen: onDocumentOpen |
| 29985 | ) |
| 29986 | } |
| 29987 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29988 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29989 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29990 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 29991 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29992 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29993 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 29994 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 29995 | @available(iOS 18.0, *) |
| 29996 | @available(macOS, unavailable) |
| 29997 | @available(tvOS, unavailable) |
| 29998 | @available(watchOS, unavailable) |
| 29999 | @available(macCatalyst, unavailable) |
| 30000 | @available(visionOS, unavailable) |
| 30001 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DocumentLaunchViewV4bodyQrvp", 0) __<Actions, DocumentView> |
| 30002 | } |
| 30003 | #else |
| 30004 | @available(iOS 18.0, *) |
| 30005 | @available(macOS, unavailable) |
| 30006 | @available(tvOS, unavailable) |
| 30007 | @available(watchOS, unavailable) |
| 30008 | @available(visionOS, unavailable) |
| 30009 | @available(macCatalyst, unavailable) |
| 30010 | nonisolated public struct DocumentLaunchView<Actions, DocumentView> : SwiftUICore.View where Actions : SwiftUICore.View, DocumentView : SwiftUICore.View { |
| 30011 | nonisolated public var body: some SwiftUICore.View { |
| 30012 | get |
| 30013 | } |
| 30014 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30015 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30016 | self.init( |
| 30017 | Text(title), |
| 30018 | for: contentTypes, |
| 30019 | actions, |
| 30020 | onDocumentOpen: onDocumentOpen, |
| 30021 | background: background, |
| 30022 | backgroundAccessoryView: backgroundAccessoryView, |
| 30023 | overlayAccessoryView: overlayAccessoryView |
| 30024 | ) |
| 30025 | } |
| 30026 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30027 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30028 | self.init( |
| 30029 | Text(title), |
| 30030 | for: contentTypes, |
| 30031 | actions, |
| 30032 | onDocumentOpen: onDocumentOpen, |
| 30033 | background: background, |
| 30034 | backgroundAccessoryView: backgroundAccessoryView |
| 30035 | ) |
| 30036 | } |
| 30037 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30038 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30039 | self.init( |
| 30040 | Text(title), |
| 30041 | for: contentTypes, |
| 30042 | actions, |
| 30043 | onDocumentOpen: onDocumentOpen, |
| 30044 | background: background |
| 30045 | ) |
| 30046 | } |
| 30047 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 30048 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) { |
| 30049 | self.init( |
| 30050 | Text(title), |
| 30051 | for: contentTypes, |
| 30052 | actions, |
| 30053 | onDocumentOpen: onDocumentOpen, |
| 30054 | background: background |
| 30055 | ) |
| 30056 | } |
| 30057 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30058 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30059 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30060 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 30061 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30062 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30063 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30064 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder background: () -> some View) |
| 30065 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30066 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 30067 | self.init( |
| 30068 | Text(title), |
| 30069 | for: contentTypes, |
| 30070 | actions, |
| 30071 | onDocumentOpen: onDocumentOpen, |
| 30072 | backgroundAccessoryView: backgroundAccessoryView, |
| 30073 | overlayAccessoryView: overlayAccessoryView |
| 30074 | ) |
| 30075 | } |
| 30076 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30077 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 30078 | self.init( |
| 30079 | Text(title), |
| 30080 | for: contentTypes, |
| 30081 | actions, |
| 30082 | onDocumentOpen: onDocumentOpen, |
| 30083 | backgroundAccessoryView: backgroundAccessoryView |
| 30084 | ) |
| 30085 | } |
| 30086 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30087 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 30088 | self.init( |
| 30089 | Text(title), |
| 30090 | for: contentTypes, |
| 30091 | actions, |
| 30092 | onDocumentOpen: onDocumentOpen, |
| 30093 | overlayAccessoryView: overlayAccessoryView |
| 30094 | ) |
| 30095 | } |
| 30096 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 30097 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle { |
| 30098 | self.init( |
| 30099 | Text(title), |
| 30100 | for: contentTypes, |
| 30101 | actions, |
| 30102 | onDocumentOpen: onDocumentOpen |
| 30103 | ) |
| 30104 | } |
| 30105 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30106 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30107 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30108 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 30109 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30110 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30111 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 30112 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], backgroundStyle: B, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) where B : SwiftUICore.ShapeStyle |
| 30113 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30114 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30115 | self.init( |
| 30116 | Text(title), |
| 30117 | for: contentTypes, |
| 30118 | actions, |
| 30119 | onDocumentOpen: onDocumentOpen, |
| 30120 | backgroundAccessoryView: backgroundAccessoryView, |
| 30121 | overlayAccessoryView: overlayAccessoryView |
| 30122 | ) |
| 30123 | } |
| 30124 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30125 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30126 | self.init( |
| 30127 | Text(title), |
| 30128 | for: contentTypes, |
| 30129 | actions, |
| 30130 | onDocumentOpen: onDocumentOpen, |
| 30131 | overlayAccessoryView: overlayAccessoryView |
| 30132 | ) |
| 30133 | } |
| 30134 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30135 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 30136 | self.init( |
| 30137 | Text(title), |
| 30138 | for: contentTypes, |
| 30139 | actions, |
| 30140 | onDocumentOpen: onDocumentOpen, |
| 30141 | backgroundAccessoryView: backgroundAccessoryView |
| 30142 | ) |
| 30143 | } |
| 30144 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 30145 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) { |
| 30146 | self.init( |
| 30147 | Text(title), |
| 30148 | for: contentTypes, |
| 30149 | actions, |
| 30150 | onDocumentOpen: onDocumentOpen |
| 30151 | ) |
| 30152 | } |
| 30153 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30154 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30155 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30156 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 30157 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30158 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30159 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 30160 | nonisolated public init(_ title: SwiftUICore.Text? = nil, for contentTypes: [UniformTypeIdentifiers.UTType], @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder onDocumentOpen: @escaping (Foundation.URL) -> DocumentView) |
| 30161 | @available(iOS 18.0, *) |
| 30162 | @available(macOS, unavailable) |
| 30163 | @available(tvOS, unavailable) |
| 30164 | @available(watchOS, unavailable) |
| 30165 | @available(macCatalyst, unavailable) |
| 30166 | @available(visionOS, unavailable) |
| 30167 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18DocumentLaunchViewV4bodyQrvp", 0) __<Actions, DocumentView> |
| 30168 | } |
| 30169 | #endif |
| 30170 | #if compiler(>=5.3) && $TildeSendable |
| 30171 | @available(iOS 18.0, visionOS 2.0, *) |
| 30172 | @available(macOS, unavailable) |
| 30173 | @available(tvOS, unavailable) |
| 30174 | @available(watchOS, unavailable) |
| 30175 | public struct DocumentLaunchGeometryProxy : ~Swift.Sendable { |
| 30176 | public var frame: CoreFoundation.CGRect |
| 30177 | public var titleViewFrame: CoreFoundation.CGRect |
| 30178 | } |
| 30179 | #else |
| 30180 | @available(iOS 18.0, visionOS 2.0, *) |
| 30181 | @available(macOS, unavailable) |
| 30182 | @available(tvOS, unavailable) |
| 22084 | public var frame: CoreFoundation.CGRect |
| 22085 | public var titleViewFrame: CoreFoundation.CGRect |
| 22086 | } |
| 22087 | @available(*, unavailable) |
| 22088 | extension SwiftUI.DocumentLaunchGeometryProxy : Swift.Sendable { |
| 22089 | } |
| 22090 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 22091 | @available(tvOS, unavailable) |
| 22092 | @available(watchOS, unavailable) |
| 22093 | public struct DefaultDocumentGroupLaunchActions : SwiftUICore.View { |
| 22094 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 22095 | get |
| 22096 | } |
| 22097 | public init() |
| 22098 | @available(iOS 18.0, visionOS 2.0, macOS 15.0, *) |
| 22099 | @available(tvOS, unavailable) |
| 22100 | @available(watchOS, unavailable) |
| 22101 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33DefaultDocumentGroupLaunchActionsV4bodyQrvp", 0) __ |
| 22102 | } |
| 22103 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22104 | @available(tvOS, unavailable) |
| 22105 | public struct SliderTick<V> : SwiftUI.SliderTickContent, Swift.Identifiable, Swift.Comparable where V : Swift.BinaryFloatingPoint { |
| 30185 | public var frame: CoreFoundation.CGRect |
| 30186 | public var titleViewFrame: CoreFoundation.CGRect |
| 30187 | } |
| 30188 | #endif |
| 30189 | #if compiler(>=5.3) && $TildeSendable |
| 30190 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 30191 | @available(tvOS, unavailable) |
| 30192 | @available(watchOS, unavailable) |
| 30193 | nonisolated public struct DefaultDocumentGroupLaunchActions : SwiftUICore.View, ~Swift.Sendable { |
| 30194 | nonisolated public var body: some SwiftUICore.View { |
| 30195 | get |
| 30196 | } |
| 30197 | nonisolated public init() |
| 30198 | @available(macOS 15.0, iOS 18.0, visionOS 2.0, *) |
| 30199 | @available(tvOS, unavailable) |
| 30200 | @available(watchOS, unavailable) |
| 30201 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33DefaultDocumentGroupLaunchActionsV4bodyQrvp", 0) __ |
| 30202 | } |
| 30203 | #else |
| 30204 | @available(iOS 18.0, macOS 15.0, visionOS 2.0, *) |
| 30205 | @available(tvOS, unavailable) |
| 30206 | @available(watchOS, unavailable) |
| 30207 | nonisolated public struct DefaultDocumentGroupLaunchActions : SwiftUICore.View { |
| 30208 | nonisolated public var body: some SwiftUICore.View { |
| 30209 | get |
| 30210 | } |
| 30211 | nonisolated public init() |
| 30212 | @available(macOS 15.0, iOS 18.0, visionOS 2.0, *) |
| 30213 | @available(tvOS, unavailable) |
| 30214 | @available(watchOS, unavailable) |
| 30215 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI33DefaultDocumentGroupLaunchActionsV4bodyQrvp", 0) __ |
| 30216 | } |
| 30217 | #endif |
| 30218 | #if compiler(>=5.3) && $TildeSendable |
| 30219 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 30220 | @available(tvOS, unavailable) |
| 30221 | public struct SliderTick<V> : SwiftUI.SliderTickContent, Swift.Identifiable, Swift.Comparable, ~Swift.Sendable where V : Swift.BinaryFloatingPoint { |
| 30222 | public typealias Value = V |
| 30223 | public typealias Body = Swift.Array<SwiftUI.SliderTick<V>> |
| 30224 | public struct ID : Swift.Hashable, ~Swift.Sendable { |
| 30225 | public static func == (a: SwiftUI.SliderTick<V>.ID, b: SwiftUI.SliderTick<V>.ID) -> Swift.Bool |
| 30226 | public func hash(into hasher: inout Swift.Hasher) |
| 30227 | public var hashValue: Swift.Int { |
| 30228 | get |
| 30229 | } |
| 30230 | } |
| 30231 | public init(_ value: V) |
| 30232 | public init(_ value: V, @SwiftUICore.ContentBuilder label: () -> some View) |
| 30233 | public var id: SwiftUI.SliderTick<V>.ID { |
| 30234 | get |
| 30235 | } |
| 30236 | public static func < (lhs: SwiftUI.SliderTick<V>, rhs: SwiftUI.SliderTick<V>) -> Swift.Bool |
| 30237 | public static func == (lhs: SwiftUI.SliderTick<V>, rhs: SwiftUI.SliderTick<V>) -> Swift.Bool |
| 30238 | public var body: SwiftUI.SliderTick<V>.Body { |
| 30239 | get |
| 30240 | } |
| 30241 | } |
| 30242 | #else |
| 30243 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 30244 | @available(tvOS, unavailable) |
| 30245 | public struct SliderTick<V> : SwiftUI.SliderTickContent, Swift.Identifiable, Swift.Comparable where V : Swift.BinaryFloatingPoint { |
| 22113 | } |
| 22114 | } |
| 22115 | public init(_ value: V) |
| 22116 | public init(_ value: V, @SwiftUICore.ViewBuilder label: () -> some View) |
| 22117 | public var id: SwiftUI.SliderTick<V>.ID { |
| 22118 | get |
| 22119 | } |
| 30253 | } |
| 30254 | } |
| 30255 | public init(_ value: V) |
| 30256 | public init(_ value: V, @SwiftUICore.ContentBuilder label: () -> some View) |
| 30257 | public var id: SwiftUI.SliderTick<V>.ID { |
| 30258 | get |
| 30259 | } |
| 22123 | get |
| 22124 | } |
| 22125 | } |
| 22126 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22127 | @available(tvOS, unavailable) |
| 22128 | extension SwiftUI.SliderTick { |
| 22129 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, _ value: V) |
| 22130 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, _ value: V) |
| 22131 | @_disfavoredOverload public init<S>(_ title: S, _ value: V) where S : Swift.StringProtocol |
| 22132 | } |
| 22133 | @available(*, unavailable) |
| 22134 | extension SwiftUI.SliderTick.ID : Swift.Sendable { |
| 22135 | } |
| 22136 | @available(*, unavailable) |
| 22137 | extension SwiftUI.SliderTick : Swift.Sendable { |
| 22138 | } |
| 22139 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 22140 | @available(tvOS, unavailable) |
| 22141 | extension SwiftUI.Slider { |
| 22142 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 22143 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUI.SliderTickBuilder<V> ticks: () -> some SliderTickContent<V>, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V.Stride : Swift.BinaryFloatingPoint |
| 22144 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ViewBuilder label: () -> Label, @SwiftUICore.ViewBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ViewBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ViewBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, tick: (V) -> SwiftUI.SliderTick<V>? = { _ in nil }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 22145 | } |
| 22146 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22147 | public struct GridItem : Swift.Sendable { |
| 30263 | get |
| 30264 | } |
| 30265 | } |
| 30266 | #endif |
| 30267 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 30268 | @available(tvOS, unavailable) |
| 30269 | extension SwiftUI.SliderTick { |
| 30270 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, _ value: V) |
| 30271 | @_disfavoredOverload public init(_ titleResource: Foundation.LocalizedStringResource, _ value: V) |
| 30272 | @_disfavoredOverload public init<S>(_ title: S, _ value: V) where S : Swift.StringProtocol |
| 30273 | } |
| 30274 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 30275 | @available(tvOS, unavailable) |
| 30276 | extension SwiftUI.Slider { |
| 30277 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ContentBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ContentBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 30278 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V> = 0...1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ContentBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ContentBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUI.SliderTickBuilder<V> ticks: () -> some SliderTickContent<V>, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V.Stride : Swift.BinaryFloatingPoint |
| 30279 | nonisolated public init<V>(value: SwiftUICore.Binding<V>, in bounds: Swift.ClosedRange<V>, step: V.Stride = 1, neutralValue: V? = nil, enabledBounds: Swift.ClosedRange<V>? = nil, @SwiftUICore.ContentBuilder label: () -> Label, @SwiftUICore.ContentBuilder currentValueLabel: () -> some View = { EmptyView() }, @SwiftUICore.ContentBuilder minimumValueLabel: () -> ValueLabel = { EmptyView() }, @SwiftUICore.ContentBuilder maximumValueLabel: () -> ValueLabel = { EmptyView() }, tick: (V) -> SwiftUI.SliderTick<V>? = { _ in nil }, onEditingChanged: @escaping (Swift.Bool) -> Swift.Void = { _ in }) where V : Swift.BinaryFloatingPoint, V.Stride : Swift.BinaryFloatingPoint |
| 30280 | } |
| 30281 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 30282 | public struct GridItem : Swift.Sendable { |
| 22163 | extension SwiftUI.GridItem : Swift.Equatable { |
| 22164 | public static func == (a: SwiftUI.GridItem, b: SwiftUI.GridItem) -> Swift.Bool |
| 22165 | } |
| 22166 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22167 | public struct LazyHGrid<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 22168 | public init(rows: [SwiftUI.GridItem], alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ViewBuilder content: () -> Content) |
| 22169 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyHGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 22170 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 22171 | public typealias Body = Swift.Never |
| 22172 | } |
| 22173 | @available(*, unavailable) |
| 22174 | extension SwiftUI.LazyHGrid : Swift.Sendable { |
| 22175 | } |
| 22176 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22177 | public struct LazyVGrid<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 22178 | public init(columns: [SwiftUI.GridItem], alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ViewBuilder content: () -> Content) |
| 22179 | nonisolated public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyVGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 22180 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 22181 | public typealias Body = Swift.Never |
| 22182 | } |
| 22183 | @available(*, unavailable) |
| 22184 | extension SwiftUI.LazyVGrid : Swift.Sendable { |
| 22185 | } |
| 22186 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 22187 | @available(tvOS, unavailable) |
| 22188 | @available(watchOS, unavailable) |
| 30298 | extension SwiftUI.GridItem : Swift.Equatable { |
| 30299 | public static func == (a: SwiftUI.GridItem, b: SwiftUI.GridItem) -> Swift.Bool |
| 30300 | } |
| 30301 | #if compiler(>=5.3) && $TildeSendable |
| 30302 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 30303 | nonisolated public struct LazyHGrid<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 30304 | nonisolated public init(rows: [SwiftUI.GridItem], alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ContentBuilder content: () -> Content) |
| 30305 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyHGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 30306 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 30307 | public typealias Body = Swift.Never |
| 30308 | } |
| 30309 | #else |
| 30310 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 30311 | nonisolated public struct LazyHGrid<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 30312 | nonisolated public init(rows: [SwiftUI.GridItem], alignment: SwiftUICore.VerticalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ContentBuilder content: () -> Content) |
| 30313 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyHGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 30314 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 30315 | public typealias Body = Swift.Never |
| 30316 | } |
| 30317 | #endif |
| 30318 | #if compiler(>=5.3) && $TildeSendable |
| 30319 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 30320 | nonisolated public struct LazyVGrid<Content> : SwiftUICore.View, ~Swift.Sendable where Content : SwiftUICore.View { |
| 30321 | nonisolated public init(columns: [SwiftUI.GridItem], alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ContentBuilder content: () -> Content) |
| 30322 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyVGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 30323 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 30324 | public typealias Body = Swift.Never |
| 30325 | } |
| 30326 | #else |
| 30327 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 30328 | nonisolated public struct LazyVGrid<Content> : SwiftUICore.View where Content : SwiftUICore.View { |
| 30329 | nonisolated public init(columns: [SwiftUI.GridItem], alignment: SwiftUICore.HorizontalAlignment = .center, spacing: CoreFoundation.CGFloat? = nil, pinnedViews: SwiftUICore.PinnedScrollableViews = .init(), @SwiftUICore.ContentBuilder content: () -> Content) |
| 30330 | public static func _makeView(view: SwiftUICore._GraphValue<SwiftUI.LazyVGrid<Content>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs |
| 30331 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 30332 | public typealias Body = Swift.Never |
| 30333 | } |
| 30334 | #endif |
| 30335 | @available(iOS 17.0, macOS 14.0, visionOS 1.0, *) |
| 30336 | @available(tvOS, unavailable) |
| 30337 | @available(watchOS, unavailable) |
| 22218 | get |
| 22219 | } |
| 22220 | @_Concurrency.MainActor @preconcurrency public let id: SectionIdentifier |
| 22221 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22222 | public typealias Element = Result |
| 22223 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22224 | public typealias ID = SectionIdentifier |
| 22225 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22226 | public typealias Index = Swift.Int |
| 22227 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22228 | public typealias Indices = Swift.Range<Swift.Int> |
| 22229 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22230 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section> |
| 22231 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22232 | public typealias SubSequence = Swift.Slice<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section> |
| 22233 | } |
| 22234 | @_Concurrency.MainActor @preconcurrency public var nsSortDescriptors: [Foundation.NSSortDescriptor] { |
| 30367 | get |
| 30368 | } |
| 30369 | @_Concurrency.MainActor @preconcurrency public let id: SectionIdentifier |
| 30370 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30371 | public typealias Element = Result |
| 30372 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30373 | public typealias ID = SectionIdentifier |
| 30374 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30375 | public typealias Index = Swift.Int |
| 30376 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30377 | public typealias Indices = Swift.Range<Swift.Int> |
| 30378 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30379 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section> |
| 30380 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30381 | public typealias SubSequence = Swift.Slice<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section> |
| 30382 | } |
| 30383 | @_Concurrency.MainActor @preconcurrency public var nsSortDescriptors: [Foundation.NSSortDescriptor] { |
| 22252 | nonisolated public subscript(position: Swift.Int) -> SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section { |
| 22253 | get |
| 22254 | } |
| 22255 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22256 | public typealias Element = SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section |
| 22257 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22258 | public typealias Index = Swift.Int |
| 22259 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22260 | public typealias Indices = Swift.Range<Swift.Int> |
| 22261 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22262 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>> |
| 22263 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *) |
| 22264 | public typealias SubSequence = Swift.Slice<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>> |
| 22265 | } |
| 22266 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22267 | @propertyWrapper @_Concurrency.MainActor @preconcurrency public struct SectionedFetchRequest<SectionIdentifier, Result> where SectionIdentifier : Swift.Hashable, Result : CoreData.NSFetchRequestResult { |
| 22268 | @_Concurrency.MainActor @preconcurrency public var wrappedValue: SwiftUI.SectionedFetchResults<SectionIdentifier, Result> { |
| 30401 | nonisolated public subscript(position: Swift.Int) -> SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section { |
| 30402 | get |
| 30403 | } |
| 30404 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30405 | public typealias Element = SwiftUI.SectionedFetchResults<SectionIdentifier, Result>.Section |
| 30406 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30407 | public typealias Index = Swift.Int |
| 30408 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30409 | public typealias Indices = Swift.Range<Swift.Int> |
| 30410 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30411 | public typealias Iterator = Swift.IndexingIterator<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>> |
| 30412 | @available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 30413 | public typealias SubSequence = Swift.Slice<SwiftUI.SectionedFetchResults<SectionIdentifier, Result>> |
| 30414 | } |
| 30415 | #if compiler(>=5.3) && $TildeSendable |
| 30416 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 30417 | @propertyWrapper @_Concurrency.MainActor @preconcurrency public struct SectionedFetchRequest<SectionIdentifier, Result> : ~Swift.Sendable where SectionIdentifier : Swift.Hashable, Result : CoreData.NSFetchRequestResult { |
| 30418 | @_Concurrency.MainActor @preconcurrency public var wrappedValue: SwiftUI.SectionedFetchResults<SectionIdentifier, Result> { |
| 30419 | get |
| 30420 | } |
| 30421 | public struct Configuration : ~Swift.Sendable { |
| 30422 | public var sectionIdentifier: Swift.KeyPath<Result, SectionIdentifier> |
| 30423 | public var nsSortDescriptors: [Foundation.NSSortDescriptor] |
| 30424 | public var nsPredicate: Foundation.NSPredicate? |
| 30425 | } |
| 30426 | @_Concurrency.MainActor @preconcurrency public var projectedValue: SwiftUICore.Binding<SwiftUI.SectionedFetchRequest<SectionIdentifier, Result>.Configuration> { |
| 30427 | get |
| 30428 | } |
| 30429 | } |
| 30430 | #else |
| 30431 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 30432 | @propertyWrapper @_Concurrency.MainActor @preconcurrency public struct SectionedFetchRequest<SectionIdentifier, Result> where SectionIdentifier : Swift.Hashable, Result : CoreData.NSFetchRequestResult { |
| 30433 | @_Concurrency.MainActor @preconcurrency public var wrappedValue: SwiftUI.SectionedFetchResults<SectionIdentifier, Result> { |
| 22277 | get |
| 22278 | } |
| 22279 | } |
| 22280 | @available(*, unavailable) |
| 22281 | extension SwiftUI.SectionedFetchRequest : Swift.Sendable { |
| 22282 | } |
| 22283 | @available(*, unavailable) |
| 22284 | extension SwiftUI.SectionedFetchRequest.Configuration : Swift.Sendable { |
| 22285 | } |
| 22286 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 22287 | extension SwiftUI.SectionedFetchRequest : SwiftUICore.DynamicProperty { |
| 22288 | @_Concurrency.MainActor @preconcurrency public static var _propertyBehaviors: Swift.UInt32 { |
| 30442 | get |
| 30443 | } |
| 30444 | } |
| 30445 | #endif |
| 30446 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 30447 | extension SwiftUI.SectionedFetchRequest : SwiftUICore.DynamicProperty { |
| 30448 | @_Concurrency.MainActor @preconcurrency public static var _propertyBehaviors: Swift.UInt32 { |
| 22315 | nonmutating set |
| 22316 | } |
| 22317 | } |
| 22318 | @available(watchOS 6.0, *) |
| 22319 | @available(iOS, unavailable) |
| 22320 | @available(macOS, unavailable) |
| 22321 | @available(tvOS, unavailable) |
| 22322 | @available(visionOS, unavailable) |
| 22323 | public struct _WKStoryboardContent : SwiftUICore.View { |
| 22324 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 22325 | get |
| 22326 | } |
| 22327 | @available(watchOS 6.0, *) |
| 22328 | @available(iOS, unavailable) |
| 22329 | @available(tvOS, unavailable) |
| 22330 | @available(visionOS, unavailable) |
| 22331 | @available(macOS, unavailable) |
| 22332 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_WKStoryboardContentV4bodyQrvp", 0) __ |
| 22333 | } |
| 22334 | @available(*, unavailable) |
| 22335 | extension SwiftUI._WKStoryboardContent : Swift.Sendable { |
| 22336 | } |
| 22337 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 22338 | extension SwiftUICore.View { |
| 22339 | nonisolated public func accessibilityElement(children: SwiftUI.AccessibilityChildBehavior = .ignore) -> some SwiftUICore.View |
| 30475 | nonmutating set |
| 30476 | } |
| 30477 | } |
| 30478 | #if compiler(>=5.3) && $TildeSendable |
| 30479 | @available(watchOS 6.0, *) |
| 30480 | @available(iOS, unavailable) |
| 30481 | @available(macOS, unavailable) |
| 30482 | @available(tvOS, unavailable) |
| 30483 | @available(visionOS, unavailable) |
| 30484 | nonisolated public struct _WKStoryboardContent : SwiftUICore.View, ~Swift.Sendable { |
| 30485 | nonisolated public var body: some SwiftUICore.View { |
| 30486 | get |
| 30487 | } |
| 30488 | @available(watchOS 6.0, *) |
| 30489 | @available(macOS, unavailable) |
| 30490 | @available(iOS, unavailable) |
| 30491 | @available(tvOS, unavailable) |
| 30492 | @available(visionOS, unavailable) |
| 30493 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_WKStoryboardContentV4bodyQrvp", 0) __ |
| 30494 | } |
| 30495 | #else |
| 30496 | @available(watchOS 6.0, *) |
| 30497 | @available(iOS, unavailable) |
| 30498 | @available(macOS, unavailable) |
| 30499 | @available(tvOS, unavailable) |
| 30500 | @available(visionOS, unavailable) |
| 30501 | nonisolated public struct _WKStoryboardContent : SwiftUICore.View { |
| 30502 | nonisolated public var body: some SwiftUICore.View { |
| 30503 | get |
| 30504 | } |
| 30505 | @available(watchOS 6.0, *) |
| 30506 | @available(macOS, unavailable) |
| 30507 | @available(iOS, unavailable) |
| 30508 | @available(tvOS, unavailable) |
| 30509 | @available(visionOS, unavailable) |
| 30510 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_WKStoryboardContentV4bodyQrvp", 0) __ |
| 30511 | } |
| 30512 | #endif |
| 30513 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 30514 | extension SwiftUICore.View { |
| 30515 | nonisolated public func accessibilityElement(children: SwiftUI.AccessibilityChildBehavior = .ignore) -> some SwiftUICore.View |
| 22366 | get |
| 22367 | } |
| 22368 | public init(rawValue: Swift.Int) |
| 22369 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22370 | public typealias ArrayLiteralElement = SwiftUI.SearchSuggestionsPlacement.Set.Element |
| 22371 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22372 | public typealias RawValue = Swift.Int |
| 22373 | } |
| 22374 | public static func == (a: SwiftUI.SearchSuggestionsPlacement, b: SwiftUI.SearchSuggestionsPlacement) -> Swift.Bool |
| 30542 | get |
| 30543 | } |
| 30544 | public init(rawValue: Swift.Int) |
| 30545 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30546 | public typealias ArrayLiteralElement = SwiftUI.SearchSuggestionsPlacement.Set.Element |
| 30547 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30548 | public typealias RawValue = Swift.Int |
| 30549 | } |
| 30550 | public static func == (a: SwiftUI.SearchSuggestionsPlacement, b: SwiftUI.SearchSuggestionsPlacement) -> Swift.Bool |
| 22379 | get { .init() } |
| 22380 | } |
| 22381 | } |
| 22382 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22383 | public struct AutomaticFormStyle : SwiftUI.FormStyle { |
| 22384 | public init() |
| 22385 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AutomaticFormStyle.Configuration) -> some SwiftUICore.View |
| 22386 | |
| 22387 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22388 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18AutomaticFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 22389 | } |
| 22390 | @available(*, unavailable) |
| 22391 | extension SwiftUI.AutomaticFormStyle : Swift.Sendable { |
| 22392 | } |
| 22393 | @available(macOS 26.0, *) |
| 22394 | @available(iOS, unavailable) |
| 22395 | @available(tvOS, unavailable) |
| 22396 | @available(watchOS, unavailable) |
| 22397 | @available(visionOS, unavailable) |
| 22398 | public struct RemoteImmersiveSpace<Content, Data> : SwiftUI.Scene where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 22399 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 22400 | get |
| 22401 | } |
| 22402 | nonisolated public init<C>(@SwiftUI.CompositorContentBuilder content: @escaping () -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, Data == Swift.Never, C : SwiftUI.CompositorContent |
| 30555 | get { .init() } |
| 30556 | } |
| 30557 | } |
| 30558 | #if compiler(>=5.3) && $TildeSendable |
| 30559 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30560 | nonisolated public struct AutomaticFormStyle : SwiftUI.FormStyle, ~Swift.Sendable { |
| 30561 | nonisolated public init() |
| 30562 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticFormStyle.Configuration) -> some SwiftUICore.View |
| 30563 | |
| 30564 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30565 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18AutomaticFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 30566 | } |
| 30567 | #else |
| 30568 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30569 | nonisolated public struct AutomaticFormStyle : SwiftUI.FormStyle { |
| 30570 | nonisolated public init() |
| 30571 | nonisolated public func makeBody(configuration: SwiftUI.AutomaticFormStyle.Configuration) -> some SwiftUICore.View |
| 30572 | |
| 30573 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30574 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI18AutomaticFormStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 30575 | } |
| 30576 | #endif |
| 30577 | #if compiler(>=5.3) && $TildeSendable |
| 30578 | @available(macOS 26.0, *) |
| 30579 | @available(iOS, unavailable) |
| 30580 | @available(tvOS, unavailable) |
| 30581 | @available(watchOS, unavailable) |
| 30582 | @available(visionOS, unavailable) |
| 30583 | nonisolated public struct RemoteImmersiveSpace<Content, Data> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 30584 | nonisolated public var body: some SwiftUI.Scene { |
| 30585 | get |
| 30586 | } |
| 30587 | nonisolated public init<C>(@SwiftUI.CompositorContentBuilder content: @escaping () -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, Data == Swift.Never, C : SwiftUI.CompositorContent |
| 22412 | @available(visionOS, unavailable) |
| 22413 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20RemoteImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 22414 | } |
| 22415 | @available(*, unavailable) |
| 22416 | extension SwiftUI.RemoteImmersiveSpace : Swift.Sendable { |
| 22417 | } |
| 22418 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22419 | @preconcurrency @_Concurrency.MainActor public protocol LabeledContentStyle { |
| 22420 | associatedtype Body : SwiftUICore.View |
| 22421 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 22422 | typealias Configuration = SwiftUI.LabeledContentStyleConfiguration |
| 22423 | } |
| 22424 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22425 | public struct LabeledContentStyleConfiguration { |
| 22426 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 22427 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22428 | public typealias Body = Swift.Never |
| 22429 | } |
| 22430 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 22431 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22432 | public typealias Body = Swift.Never |
| 22433 | } |
| 22434 | public let label: SwiftUI.LabeledContentStyleConfiguration.Label |
| 22435 | public let content: SwiftUI.LabeledContentStyleConfiguration.Content |
| 22436 | } |
| 22437 | @available(*, unavailable) |
| 22438 | extension SwiftUI.LabeledContentStyleConfiguration : Swift.Sendable { |
| 22439 | } |
| 22440 | @available(*, unavailable) |
| 22441 | extension SwiftUI.LabeledContentStyleConfiguration.Label : Swift.Sendable { |
| 22442 | } |
| 22443 | @available(*, unavailable) |
| 22444 | extension SwiftUI.LabeledContentStyleConfiguration.Content : Swift.Sendable { |
| 22445 | } |
| 22446 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22447 | extension SwiftUICore.View { |
| 22448 | nonisolated public func labeledContentStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.LabeledContentStyle |
| 30597 | @available(visionOS, unavailable) |
| 30598 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20RemoteImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 30599 | } |
| 30600 | #else |
| 30601 | @available(macOS 26.0, *) |
| 30602 | @available(iOS, unavailable) |
| 30603 | @available(tvOS, unavailable) |
| 30604 | @available(watchOS, unavailable) |
| 30605 | @available(visionOS, unavailable) |
| 30606 | nonisolated public struct RemoteImmersiveSpace<Content, Data> : SwiftUI.Scene where Content : SwiftUI.ImmersiveSpaceContent, Data : Swift.Decodable, Data : Swift.Encodable, Data : Swift.Hashable { |
| 30607 | nonisolated public var body: some SwiftUI.Scene { |
| 30608 | get |
| 30609 | } |
| 30610 | nonisolated public init<C>(@SwiftUI.CompositorContentBuilder content: @escaping () -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, Data == Swift.Never, C : SwiftUI.CompositorContent |
| 30611 | nonisolated public init<C>(id: Swift.String, @SwiftUI.CompositorContentBuilder content: @escaping () -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, Data == Swift.Never, C : SwiftUI.CompositorContent |
| 30612 | nonisolated public init<C>(id: Swift.String, for type: Data.Type, @SwiftUI.CompositorContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, C : SwiftUI.CompositorContent |
| 30613 | nonisolated public init<C>(for type: Data.Type, @SwiftUI.CompositorContentBuilder content: @escaping (SwiftUICore.Binding<Data?>) -> C) where Content == SwiftUI.CompositorContentBuilder.Content<C>, C : SwiftUI.CompositorContent |
| 30614 | nonisolated public init<C>(id: Swift.String, for type: Data.Type = Data.self, @SwiftUI.CompositorContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> C, defaultValue: @escaping () -> Data) where Content == SwiftUI.CompositorContentBuilder.Content<C>, C : SwiftUI.CompositorContent |
| 30615 | nonisolated public init<C>(for type: Data.Type = Data.self, @SwiftUI.CompositorContentBuilder content: @escaping (SwiftUICore.Binding<Data>) -> C, defaultValue: @escaping () -> Data) where Content == SwiftUI.CompositorContentBuilder.Content<C>, C : SwiftUI.CompositorContent |
| 30616 | @available(macOS 26.0, *) |
| 30617 | @available(iOS, unavailable) |
| 30618 | @available(tvOS, unavailable) |
| 30619 | @available(watchOS, unavailable) |
| 30620 | @available(visionOS, unavailable) |
| 30621 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20RemoteImmersiveSpaceV4bodyQrvp", 0) __<Content, Data> |
| 30622 | } |
| 30623 | #endif |
| 30624 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30625 | @preconcurrency @_Concurrency.MainActor public protocol LabeledContentStyle { |
| 30626 | associatedtype Body : SwiftUICore.View |
| 30627 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 30628 | typealias Configuration = SwiftUI.LabeledContentStyleConfiguration |
| 30629 | } |
| 30630 | #if compiler(>=5.3) && $TildeSendable |
| 30631 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30632 | public struct LabeledContentStyleConfiguration : ~Swift.Sendable { |
| 30633 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 30634 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30635 | public typealias Body = Swift.Never |
| 30636 | } |
| 30637 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View, ~Swift.Sendable { |
| 30638 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30639 | public typealias Body = Swift.Never |
| 30640 | } |
| 30641 | public let label: SwiftUI.LabeledContentStyleConfiguration.Label |
| 30642 | public let content: SwiftUI.LabeledContentStyleConfiguration.Content |
| 30643 | } |
| 30644 | #else |
| 30645 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30646 | public struct LabeledContentStyleConfiguration { |
| 30647 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 30648 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30649 | public typealias Body = Swift.Never |
| 30650 | } |
| 30651 | @_Concurrency.MainActor @preconcurrency public struct Content : SwiftUICore.View { |
| 30652 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30653 | public typealias Body = Swift.Never |
| 30654 | } |
| 30655 | public let label: SwiftUI.LabeledContentStyleConfiguration.Label |
| 30656 | public let content: SwiftUI.LabeledContentStyleConfiguration.Content |
| 30657 | } |
| 30658 | #endif |
| 30659 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30660 | extension SwiftUICore.View { |
| 30661 | nonisolated public func labeledContentStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.LabeledContentStyle |
| 22458 | get { .init() } |
| 22459 | } |
| 22460 | } |
| 22461 | @available(macOS 11.0, *) |
| 22462 | @available(iOS, unavailable) |
| 22463 | @available(tvOS, unavailable) |
| 30671 | get { .init() } |
| 30672 | } |
| 30673 | } |
| 30674 | #if compiler(>=5.3) && $TildeSendable |
| 30675 | @available(macOS 11.0, *) |
| 30676 | @available(iOS, unavailable) |
| 30677 | @available(tvOS, unavailable) |
| 30678 | @available(watchOS, unavailable) |
| 30679 | @available(visionOS, unavailable) |
| 30680 | public struct ExpandedWindowToolbarStyle : SwiftUI.WindowToolbarStyle, ~Swift.Sendable { |
| 30681 | public typealias _Body = Swift.Never |
| 30682 | public init() |
| 30683 | } |
| 30684 | #else |
| 30685 | @available(macOS 11.0, *) |
| 30686 | @available(iOS, unavailable) |
| 30687 | @available(tvOS, unavailable) |
| 22467 | public typealias _Body = Swift.Never |
| 22468 | public init() |
| 22469 | } |
| 22470 | @available(*, unavailable) |
| 22471 | extension SwiftUI.ExpandedWindowToolbarStyle : Swift.Sendable { |
| 22472 | } |
| 22473 | @available(iOS 16.0, tvOS 16.0, *) |
| 22474 | @available(macOS, unavailable) |
| 22475 | public struct UIHostingControllerSizingOptions : Swift.OptionSet, Swift.Sendable { |
| 30691 | public typealias _Body = Swift.Never |
| 30692 | public init() |
| 30693 | } |
| 30694 | #endif |
| 30695 | @available(iOS 16.0, tvOS 16.0, *) |
| 30696 | @available(macOS, unavailable) |
| 30697 | public struct UIHostingControllerSizingOptions : Swift.OptionSet, Swift.Sendable { |
| 22500 | public init() |
| 22501 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 22502 | public static func _apply(to type: inout SwiftUICore._ShapeStyle_ShapeType) |
| 22503 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 22504 | @available(visionOS, unavailable) |
| 22505 | public typealias Resolved = Swift.Never |
| 22506 | } |
| 30722 | public init() |
| 30723 | public func _apply(to shape: inout SwiftUICore._ShapeStyle_Shape) |
| 30724 | public static func _apply(to type: inout SwiftUICore._ShapeStyle_ShapeType) |
| 30725 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 30726 | @available(visionOS, unavailable) |
| 30727 | public typealias Resolved = Swift.Never |
| 30728 | } |
| 22511 | get { .init() } |
| 22512 | } |
| 22513 | } |
| 22514 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 22515 | @available(watchOS, unavailable) |
| 22516 | public struct MenuPickerStyle : SwiftUI.PickerStyle { |
| 22517 | public init() |
| 22518 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 22519 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 22520 | } |
| 22521 | @available(*, unavailable) |
| 22522 | extension SwiftUI.MenuPickerStyle : Swift.Sendable { |
| 22523 | } |
| 22524 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, visionOS 1.0, *) |
| 22525 | @available(tvOS, unavailable) |
| 22526 | public struct SpatialTapGesture : SwiftUICore.Gesture { |
| 22527 | public struct Value : Swift.Equatable, @unchecked Swift.Sendable { |
| 22528 | public var location: CoreFoundation.CGPoint |
| 22529 | public static func == (a: SwiftUI.SpatialTapGesture.Value, b: SwiftUI.SpatialTapGesture.Value) -> Swift.Bool |
| 30733 | get { .init() } |
| 30734 | } |
| 30735 | } |
| 30736 | #if compiler(>=5.3) && $TildeSendable |
| 30737 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 30738 | @available(watchOS, unavailable) |
| 30739 | public struct MenuPickerStyle : SwiftUI.PickerStyle, ~Swift.Sendable { |
| 30740 | public init() |
| 30741 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 30742 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 30743 | } |
| 30744 | #else |
| 30745 | @available(iOS 14.0, macOS 11.0, tvOS 17.0, *) |
| 30746 | @available(watchOS, unavailable) |
| 30747 | public struct MenuPickerStyle : SwiftUI.PickerStyle { |
| 30748 | public init() |
| 30749 | public static func _makeView<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewInputs) -> SwiftUICore._ViewOutputs where SelectionValue : Swift.Hashable |
| 30750 | public static func _makeViewList<SelectionValue>(value: SwiftUICore._GraphValue<SwiftUI._PickerValue<SwiftUI.MenuPickerStyle, SelectionValue>>, inputs: SwiftUICore._ViewListInputs) -> SwiftUICore._ViewListOutputs where SelectionValue : Swift.Hashable |
| 30751 | } |
| 30752 | #endif |
| 30753 | #if compiler(>=5.3) && $TildeSendable |
| 30754 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, visionOS 1.0, *) |
| 30755 | @available(tvOS, unavailable) |
| 30756 | nonisolated public struct SpatialTapGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 30757 | public struct Value : Swift.Equatable, @unchecked Swift.Sendable { |
| 30758 | public var location: CoreFoundation.CGPoint |
| 30759 | public static func == (a: SwiftUI.SpatialTapGesture.Value, b: SwiftUI.SpatialTapGesture.Value) -> Swift.Bool |
| 22535 | @available(watchOS, introduced: 9.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 22536 | @available(tvOS, unavailable) |
| 22537 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 22538 | @_disfavoredOverload public init(count: Swift.Int = 1, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 22539 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 22540 | @available(tvOS, unavailable) |
| 22541 | public init(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 22542 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialTapGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialTapGesture.Value> |
| 22543 | @available(iOS 16.0, watchOS 9.0, visionOS 1.0, macOS 13.0, *) |
| 22544 | @available(tvOS, unavailable) |
| 22545 | public typealias Body = Swift.Never |
| 22546 | } |
| 22547 | @available(*, unavailable) |
| 22548 | extension SwiftUI.SpatialTapGesture : Swift.Sendable { |
| 22549 | } |
| 22550 | extension SwiftUICore.View { |
| 22551 | @available(iOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30765 | @available(watchOS, introduced: 9.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30766 | @available(tvOS, unavailable) |
| 30767 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30768 | @_disfavoredOverload nonisolated public init(count: Swift.Int = 1, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 30769 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 30770 | @available(tvOS, unavailable) |
| 30771 | nonisolated public init(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 30772 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialTapGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialTapGesture.Value> |
| 30773 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, visionOS 1.0, *) |
| 30774 | @available(tvOS, unavailable) |
| 30775 | public typealias Body = Swift.Never |
| 30776 | } |
| 30777 | #else |
| 30778 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, visionOS 1.0, *) |
| 30779 | @available(tvOS, unavailable) |
| 30780 | nonisolated public struct SpatialTapGesture : SwiftUICore.Gesture { |
| 30781 | public struct Value : Swift.Equatable, @unchecked Swift.Sendable { |
| 30782 | public var location: CoreFoundation.CGPoint |
| 30783 | public static func == (a: SwiftUI.SpatialTapGesture.Value, b: SwiftUI.SpatialTapGesture.Value) -> Swift.Bool |
| 30784 | } |
| 30785 | public var count: Swift.Int |
| 30786 | public var coordinateSpace: SwiftUICore.CoordinateSpace |
| 30787 | @available(iOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30788 | @available(macOS, introduced: 13.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30789 | @available(watchOS, introduced: 9.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30790 | @available(tvOS, unavailable) |
| 30791 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 30792 | @_disfavoredOverload nonisolated public init(count: Swift.Int = 1, coordinateSpace: SwiftUICore.CoordinateSpace = .local) |
| 30793 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 30794 | @available(tvOS, unavailable) |
| 30795 | nonisolated public init(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local) |
| 30796 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialTapGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialTapGesture.Value> |
| 30797 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, visionOS 1.0, *) |
| 30798 | @available(tvOS, unavailable) |
| 30799 | public typealias Body = Swift.Never |
| 30800 | } |
| 30801 | #endif |
| 30802 | @available(anyAppleOS 27.0, *) |
| 30803 | @available(tvOS, unavailable) |
| 30804 | extension SwiftUI.SpatialTapGesture { |
| 30805 | nonisolated public init(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local, inputKinds: SwiftUICore.GestureInputKinds = .all) |
| 30806 | } |
| 30807 | extension SwiftUICore.View { |
| 30808 | @available(iOS, introduced: 16.0, deprecated: 100000.0, message: "use overload that accepts a CoordinateSpaceProtocol instead") |
| 22560 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 22561 | @available(tvOS, unavailable) |
| 22562 | nonisolated public func onTapGesture(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local, perform action: @escaping (CoreFoundation.CGPoint) -> Swift.Void) -> some SwiftUICore.View |
| 22563 | |
| 22564 | } |
| 22565 | extension SwiftUICore.View { |
| 30817 | @available(iOS 17.0, macOS 14.0, watchOS 10.0, *) |
| 30818 | @available(tvOS, unavailable) |
| 30819 | nonisolated public func onTapGesture(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local, perform action: @escaping (CoreFoundation.CGPoint) -> Swift.Void) -> some SwiftUICore.View |
| 30820 | |
| 30821 | } |
| 30822 | @available(anyAppleOS 27.0, *) |
| 30823 | extension SwiftUICore.View { |
| 30824 | nonisolated public func onTapGesture(count: Swift.Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local, inputKinds: SwiftUICore.GestureInputKinds = .all, perform action: @escaping (CoreFoundation.CGPoint) -> Swift.Void) -> some SwiftUICore.View |
| 30825 | |
| 30826 | } |
| 30827 | extension SwiftUICore.View { |
| 22597 | public func _makeWatchKitUIHostingController(_ view: SwiftUICore.AnyView) -> any ObjectiveC.NSObject & SwiftUI._UIHostingViewable |
| 22598 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 22599 | extension SwiftUI.WindowGroup { |
| 22600 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22601 | if #available( |
| 22602 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 22603 | ) { |
| 22604 | self.init(id: id, lazyContent: makeContent) |
| 22605 | } else { |
| 22606 | self.init(id: id, content: makeContent) |
| 22607 | } |
| 22608 | } |
| 22609 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22610 | if #available( |
| 22611 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 22612 | ) { |
| 22613 | self.init(id: id, title: title, lazyContent: makeContent) |
| 22614 | } else { |
| 22615 | self.init(title, id: id, content: makeContent) |
| 22616 | } |
| 22617 | } |
| 22618 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22619 | self.init(Text(titleKey), id: id, makeContent: makeContent) |
| 22620 | } |
| 22621 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22622 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22623 | self.init(Text(titleResource), id: id, makeContent: makeContent) |
| 22624 | } |
| 22625 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) where S : Swift.StringProtocol { |
| 22626 | self.init(Text(title), id: id, makeContent: makeContent) |
| 22627 | } |
| 22628 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22629 | if #available( |
| 22630 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 22631 | ) { |
| 22632 | self.init(lazyContent: makeContent) |
| 22633 | } else { |
| 22634 | self.init(content: makeContent) |
| 22635 | } |
| 22636 | } |
| 22637 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: SwiftUICore.Text, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22638 | if #available( |
| 22639 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 22640 | ) { |
| 22641 | self.init(title: title, lazyContent: makeContent) |
| 22642 | } else { |
| 22643 | self.init(title, content: makeContent) |
| 22644 | } |
| 22645 | } |
| 22646 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22647 | self.init(Text(titleKey), makeContent: makeContent) |
| 22648 | } |
| 22649 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22650 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) { |
| 22651 | self.init(Text(titleResource), makeContent: makeContent) |
| 22652 | } |
| 22653 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, @SwiftUICore.ViewBuilder makeContent: @escaping () -> Content) where S : Swift.StringProtocol { |
| 22654 | self.init(Text(title), makeContent: makeContent) |
| 22655 | } |
| 22656 | } |
| 22657 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, *) |
| 22658 | extension SwiftUI.WindowGroup { |
| 22659 | @usableFromInline |
| 22660 | nonisolated internal init(id: Swift.String? = nil, title: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder lazyContent: @escaping () -> Content) |
| 22661 | } |
| 22662 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 22663 | extension SwiftUICore.View { |
| 22664 | nonisolated public func presentationBackground<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 22665 | |
| 22666 | nonisolated public func presentationBackground<V>(alignment: SwiftUICore.Alignment = .center, @SwiftUICore.ViewBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 22667 | |
| 22668 | } |
| 22669 | @available(macOS 15.0, *) |
| 22670 | @available(iOS, unavailable) |
| 22671 | @available(watchOS, unavailable) |
| 22672 | @available(tvOS, unavailable) |
| 22673 | @available(visionOS, unavailable) |
| 22674 | public struct WindowDragGesture : SwiftUICore.Gesture { |
| 22675 | public struct Value : Swift.Equatable { |
| 22676 | public static func == (a: SwiftUI.WindowDragGesture.Value, b: SwiftUI.WindowDragGesture.Value) -> Swift.Bool |
| 22677 | } |
| 22678 | public init() |
| 22679 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.Gesture<SwiftUI.WindowDragGesture.Value> { |
| 22680 | get |
| 22681 | } |
| 22682 | @available(macOS 15.0, *) |
| 30859 | public func _makeWatchKitUIHostingController(_ view: SwiftUICore.AnyView) -> any ObjectiveC.NSObject & SwiftUI._UIHostingViewable |
| 30860 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, visionOS 1.0, *) |
| 30861 | extension SwiftUI.WindowGroup { |
| 30862 | @_alwaysEmitIntoClient nonisolated public init(id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30863 | if #available( |
| 30864 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 30865 | ) { |
| 30866 | self.init(id: id, lazyContent: makeContent) |
| 30867 | } else { |
| 30868 | |
| 30869 | |
| 30870 | |
| 30871 | self.init(id: id, content: makeContent) |
| 30872 | } |
| 30873 | } |
| 30874 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30875 | if #available( |
| 30876 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 30877 | ) { |
| 30878 | self.init(id: id, title: title, lazyContent: makeContent) |
| 30879 | } else { |
| 30880 | |
| 30881 | |
| 30882 | |
| 30883 | self.init(title, id: id, content: makeContent) |
| 30884 | } |
| 30885 | } |
| 30886 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30887 | self.init(Text(titleKey), id: id, makeContent: makeContent) |
| 30888 | } |
| 30889 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30890 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30891 | self.init(Text(titleResource), id: id, makeContent: makeContent) |
| 30892 | } |
| 30893 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) where S : Swift.StringProtocol { |
| 30894 | self.init(Text(title), id: id, makeContent: makeContent) |
| 30895 | } |
| 30896 | @_alwaysEmitIntoClient nonisolated public init(@SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30897 | if #available( |
| 30898 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 30899 | ) { |
| 30900 | self.init(lazyContent: makeContent) |
| 30901 | } else { |
| 30902 | |
| 30903 | |
| 30904 | |
| 30905 | self.init(content: makeContent) |
| 30906 | } |
| 30907 | } |
| 30908 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: SwiftUICore.Text, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30909 | if #available( |
| 30910 | iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, * |
| 30911 | ) { |
| 30912 | self.init(title: title, lazyContent: makeContent) |
| 30913 | } else { |
| 30914 | |
| 30915 | |
| 30916 | |
| 30917 | self.init(title, content: makeContent) |
| 30918 | } |
| 30919 | } |
| 30920 | @_alwaysEmitIntoClient nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30921 | self.init(Text(titleKey), makeContent: makeContent) |
| 30922 | } |
| 30923 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30924 | @_alwaysEmitIntoClient @_disfavoredOverload nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) { |
| 30925 | self.init(Text(titleResource), makeContent: makeContent) |
| 30926 | } |
| 30927 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<S>(_ title: S, @SwiftUICore.ContentBuilder makeContent: @escaping () -> Content) where S : Swift.StringProtocol { |
| 30928 | self.init(Text(title), makeContent: makeContent) |
| 30929 | } |
| 30930 | } |
| 30931 | @available(iOS 17.5, macOS 14.5, tvOS 17.5, watchOS 10.5, visionOS 1.3, *) |
| 30932 | extension SwiftUI.WindowGroup { |
| 30933 | @usableFromInline |
| 30934 | nonisolated internal init(id: Swift.String? = nil, title: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder lazyContent: @escaping () -> Content) |
| 30935 | } |
| 30936 | @available(iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4, *) |
| 30937 | extension SwiftUICore.View { |
| 30938 | nonisolated public func presentationBackground<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUICore.ShapeStyle |
| 30939 | |
| 30940 | nonisolated public func presentationBackground<V>(alignment: SwiftUICore.Alignment = .center, @SwiftUICore.ContentBuilder content: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 30941 | |
| 30942 | } |
| 30943 | #if compiler(>=5.3) && $TildeSendable |
| 30944 | @available(macOS 15.0, *) |
| 30945 | @available(iOS, unavailable) |
| 30946 | @available(watchOS, unavailable) |
| 30947 | @available(tvOS, unavailable) |
| 30948 | @available(visionOS, unavailable) |
| 30949 | nonisolated public struct WindowDragGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 30950 | public struct Value : Swift.Equatable, ~Swift.Sendable { |
| 30951 | public static func == (a: SwiftUI.WindowDragGesture.Value, b: SwiftUI.WindowDragGesture.Value) -> Swift.Bool |
| 30952 | } |
| 30953 | nonisolated public init() |
| 30954 | nonisolated public var body: some SwiftUICore.Gesture<SwiftUI.WindowDragGesture.Value> { |
| 30955 | get |
| 30956 | } |
| 30957 | @available(macOS 15.0, *) |
| 22686 | @available(visionOS, unavailable) |
| 22687 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17WindowDragGestureV4bodyQrvp", 0) __ |
| 22688 | } |
| 22689 | @available(*, unavailable) |
| 22690 | extension SwiftUI.WindowDragGesture : Swift.Sendable { |
| 22691 | } |
| 22692 | @available(*, unavailable) |
| 22693 | extension SwiftUI.WindowDragGesture.Value : Swift.Sendable { |
| 22694 | } |
| 22695 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22696 | public struct RenameButton<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 22697 | public init() where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> |
| 22698 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 22699 | get |
| 22700 | } |
| 22701 | @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 22702 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12RenameButtonV4bodyQrvp", 0) __<Label> |
| 22703 | } |
| 22704 | @available(*, unavailable) |
| 22705 | extension SwiftUI.RenameButton : Swift.Sendable { |
| 22706 | } |
| 22707 | extension SwiftUICore.View { |
| 22708 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22709 | nonisolated public func renameAction(_ isFocused: SwiftUI.FocusState<Swift.Bool>.Binding) -> some SwiftUICore.View |
| 30961 | @available(visionOS, unavailable) |
| 30962 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17WindowDragGestureV4bodyQrvp", 0) __ |
| 30963 | } |
| 30964 | #else |
| 30965 | @available(macOS 15.0, *) |
| 30966 | @available(iOS, unavailable) |
| 30967 | @available(watchOS, unavailable) |
| 30968 | @available(tvOS, unavailable) |
| 30969 | @available(visionOS, unavailable) |
| 30970 | nonisolated public struct WindowDragGesture : SwiftUICore.Gesture { |
| 30971 | public struct Value : Swift.Equatable { |
| 30972 | public static func == (a: SwiftUI.WindowDragGesture.Value, b: SwiftUI.WindowDragGesture.Value) -> Swift.Bool |
| 30973 | } |
| 30974 | nonisolated public init() |
| 30975 | nonisolated public var body: some SwiftUICore.Gesture<SwiftUI.WindowDragGesture.Value> { |
| 30976 | get |
| 30977 | } |
| 30978 | @available(macOS 15.0, *) |
| 30979 | @available(iOS, unavailable) |
| 30980 | @available(tvOS, unavailable) |
| 30981 | @available(watchOS, unavailable) |
| 30982 | @available(visionOS, unavailable) |
| 30983 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17WindowDragGestureV4bodyQrvp", 0) __ |
| 30984 | } |
| 30985 | #endif |
| 30986 | #if compiler(>=5.3) && $TildeSendable |
| 30987 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30988 | nonisolated public struct RenameButton<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 30989 | nonisolated public init() where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> |
| 30990 | nonisolated public var body: some SwiftUICore.View { |
| 30991 | get |
| 30992 | } |
| 30993 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 30994 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12RenameButtonV4bodyQrvp", 0) __<Label> |
| 30995 | } |
| 30996 | #else |
| 30997 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 30998 | nonisolated public struct RenameButton<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 30999 | nonisolated public init() where Label == SwiftUI.Label<SwiftUICore.Text, SwiftUICore.Image> |
| 31000 | nonisolated public var body: some SwiftUICore.View { |
| 31001 | get |
| 31002 | } |
| 31003 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 31004 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI12RenameButtonV4bodyQrvp", 0) __<Label> |
| 31005 | } |
| 31006 | #endif |
| 31007 | extension SwiftUICore.View { |
| 31008 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31009 | nonisolated public func renameAction(_ isFocused: SwiftUI.FocusState<Swift.Bool>.Binding) -> some SwiftUICore.View |
| 22712 | nonisolated public func renameAction(_ action: @escaping () -> Swift.Void) -> some SwiftUICore.View |
| 22713 | |
| 22714 | } |
| 22715 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22716 | public struct RenameAction { |
| 22717 | public func callAsFunction() |
| 22718 | } |
| 22719 | @available(*, unavailable) |
| 22720 | extension SwiftUI.RenameAction : Swift.Sendable { |
| 22721 | } |
| 22722 | extension SwiftUICore.EnvironmentValues { |
| 22723 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 22724 | public var rename: SwiftUI.RenameAction? { |
| 31012 | nonisolated public func renameAction(_ action: @escaping () -> Swift.Void) -> some SwiftUICore.View |
| 31013 | |
| 31014 | } |
| 31015 | #if compiler(>=5.3) && $TildeSendable |
| 31016 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31017 | public struct RenameAction : ~Swift.Sendable { |
| 31018 | public func callAsFunction() |
| 31019 | } |
| 31020 | #else |
| 31021 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31022 | public struct RenameAction { |
| 31023 | public func callAsFunction() |
| 31024 | } |
| 31025 | #endif |
| 31026 | extension SwiftUICore.EnvironmentValues { |
| 31027 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31028 | public var rename: SwiftUI.RenameAction? { |
| 22735 | get { .init() } |
| 22736 | } |
| 22737 | } |
| 22738 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22739 | @available(macOS, unavailable) |
| 22740 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31039 | get { .init() } |
| 31040 | } |
| 31041 | } |
| 31042 | #if compiler(>=5.3) && $TildeSendable |
| 31043 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31044 | @available(macOS, unavailable) |
| 31045 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31046 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31047 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31048 | public struct StackNavigationViewStyle : SwiftUI.NavigationViewStyle, ~Swift.Sendable { |
| 31049 | public init() |
| 31050 | public func _body(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 31051 | |
| 31052 | @available(iOS 15.0, tvOS 15.0, watchOS 8.0, *) |
| 31053 | @available(macOS, unavailable) |
| 31054 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 31055 | |
| 31056 | @available(macOS, unavailable) |
| 31057 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31058 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31059 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31060 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31061 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 31062 | @available(macOS, unavailable) |
| 31063 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31064 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31065 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31066 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31067 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 31068 | } |
| 31069 | #else |
| 31070 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31071 | @available(macOS, unavailable) |
| 31072 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22748 | @available(macOS, unavailable) |
| 22749 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 22750 | |
| 22751 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22752 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22753 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22754 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22755 | @available(macOS, unavailable) |
| 22756 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 22757 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22758 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22759 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22760 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 22761 | @available(macOS, unavailable) |
| 22762 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 22763 | } |
| 22764 | @available(*, unavailable) |
| 22765 | extension SwiftUI.StackNavigationViewStyle : Swift.Sendable { |
| 22766 | } |
| 22767 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22768 | public struct Label<Title, Icon> : SwiftUICore.View where Title : SwiftUICore.View, Icon : SwiftUICore.View { |
| 22769 | public init(@SwiftUICore.ViewBuilder title: () -> Title, @SwiftUICore.ViewBuilder icon: () -> Icon) |
| 22770 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 22771 | get |
| 22772 | } |
| 22773 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 22774 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5LabelV4bodyQrvp", 0) __<Title, Icon> |
| 22775 | } |
| 22776 | @available(*, unavailable) |
| 22777 | extension SwiftUI.Label : Swift.Sendable { |
| 22778 | } |
| 22779 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 22780 | extension SwiftUI.Label where Title == SwiftUICore.Text, Icon == SwiftUICore.Image { |
| 22781 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image name: Swift.String) |
| 31080 | @available(macOS, unavailable) |
| 31081 | public func _columnBasedBody(configuration: SwiftUI._NavigationViewStyleConfiguration) -> some SwiftUICore.View |
| 31082 | |
| 31083 | @available(macOS, unavailable) |
| 31084 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31085 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31086 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31087 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31088 | public typealias _Body = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV5_body13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 31089 | @available(macOS, unavailable) |
| 31090 | @available(iOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31091 | @available(tvOS, introduced: 13.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31092 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31093 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "replace stack-styled NavigationView with NavigationStack") |
| 31094 | public typealias _Body2 = @_opaqueReturnTypeOf("$s7SwiftUI24StackNavigationViewStyleV16_columnBasedBody13configurationQrAA01_deF13ConfigurationV_tF", 0) __ |
| 31095 | } |
| 31096 | #endif |
| 31097 | #if compiler(>=5.3) && $TildeSendable |
| 31098 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 31099 | nonisolated public struct Label<Title, Icon> : SwiftUICore.View, ~Swift.Sendable where Title : SwiftUICore.View, Icon : SwiftUICore.View { |
| 31100 | nonisolated public init(@SwiftUICore.ContentBuilder title: () -> Title, @SwiftUICore.ContentBuilder icon: () -> Icon) |
| 31101 | nonisolated public var body: some SwiftUICore.View { |
| 31102 | get |
| 31103 | } |
| 31104 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 31105 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5LabelV4bodyQrvp", 0) __<Title, Icon> |
| 31106 | } |
| 31107 | #else |
| 31108 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 31109 | nonisolated public struct Label<Title, Icon> : SwiftUICore.View where Title : SwiftUICore.View, Icon : SwiftUICore.View { |
| 31110 | nonisolated public init(@SwiftUICore.ContentBuilder title: () -> Title, @SwiftUICore.ContentBuilder icon: () -> Icon) |
| 31111 | nonisolated public var body: some SwiftUICore.View { |
| 31112 | get |
| 31113 | } |
| 31114 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 31115 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI5LabelV4bodyQrvp", 0) __<Title, Icon> |
| 31116 | } |
| 31117 | #endif |
| 31118 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 31119 | extension SwiftUI.Label where Title == SwiftUICore.Text, Icon == SwiftUICore.Image { |
| 31120 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, image name: Swift.String) |
| 22819 | nonisolated public func labelIconToTitleSpacing(_ value: CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 22820 | |
| 22821 | } |
| 22822 | @available(iOS 17.0, macOS 14.0, *) |
| 22823 | @available(tvOS, unavailable) |
| 22824 | @available(watchOS, unavailable) |
| 22825 | public struct DisclosureTableRow<Label, Content> : SwiftUI.TableRowContent where Label : SwiftUI.TableRowContent, Content : SwiftUI.TableRowContent, Label.TableRowValue == Content.TableRowValue { |
| 22826 | public typealias TableRowValue = Label.TableRowValue |
| 22827 | public init<Value>(_ value: Value, isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, @SwiftUI.TableRowBuilder<Value> content: @escaping () -> Content) where Label == SwiftUI.TableRow<Value>, Value == Content.TableRowValue |
| 22828 | @_Concurrency.MainActor @preconcurrency public var tableRowBody: some SwiftUI.TableRowContent { |
| 22829 | get |
| 22830 | } |
| 22831 | @available(iOS 17.0, macOS 14.0, *) |
| 22832 | @available(tvOS, unavailable) |
| 22833 | @available(watchOS, unavailable) |
| 22834 | nonisolated public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 22835 | @available(iOS 17.0, macOS 14.0, *) |
| 22836 | @available(tvOS, unavailable) |
| 22837 | @available(watchOS, unavailable) |
| 22838 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI18DisclosureTableRowV05tableE4BodyQrvp", 0) __<Label, Content> |
| 22839 | } |
| 22840 | @available(*, unavailable) |
| 22841 | extension SwiftUI.DisclosureTableRow : Swift.Sendable { |
| 22842 | } |
| 22843 | @available(iOS 17.0, macOS 14.0, *) |
| 22844 | @available(watchOS, unavailable) |
| 22845 | @available(tvOS, unavailable) |
| 31158 | nonisolated public func labelIconToTitleSpacing(_ value: CoreFoundation.CGFloat) -> some SwiftUICore.View |
| 31159 | |
| 31160 | } |
| 31161 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 31162 | extension SwiftUI.TabContent { |
| 31163 | nonisolated public func help(_ textKey: SwiftUICore.LocalizedStringKey) -> some SwiftUI.TabContent<Self.TabValue> |
| 31164 | |
| 31165 | @_disfavoredOverload nonisolated public func help(_ textResource: Foundation.LocalizedStringResource) -> some SwiftUI.TabContent<Self.TabValue> |
| 31166 | |
| 31167 | @_disfavoredOverload nonisolated public func help<S>(_ text: S) -> some SwiftUI.TabContent<Self.TabValue> where S : Swift.StringProtocol |
| 31168 | |
| 31169 | nonisolated public func help(_ text: SwiftUICore.Text) -> some SwiftUI.TabContent<Self.TabValue> |
| 31170 | |
| 31171 | } |
| 31172 | #if compiler(>=5.3) && $TildeSendable |
| 31173 | @available(iOS 17.0, macOS 14.0, *) |
| 31174 | @available(tvOS, unavailable) |
| 31175 | @available(watchOS, unavailable) |
| 31176 | nonisolated public struct DisclosureTableRow<Label, Content> : SwiftUI.TableRowContent, ~Swift.Sendable where Label : SwiftUI.TableRowContent, Content : SwiftUI.TableRowContent, Label.TableRowValue == Content.TableRowValue { |
| 31177 | public typealias TableRowValue = Label.TableRowValue |
| 31178 | nonisolated public init<Value>(_ value: Value, isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, @SwiftUI.TableRowBuilder<Value> content: @escaping () -> Content) where Label == SwiftUI.TableRow<Value>, Value == Content.TableRowValue |
| 31179 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 31180 | get |
| 31181 | } |
| 31182 | @available(iOS 17.0, macOS 14.0, *) |
| 31183 | @available(tvOS, unavailable) |
| 31184 | @available(watchOS, unavailable) |
| 31185 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 31186 | @available(macOS 14.0, iOS 17.0, *) |
| 31187 | @available(tvOS, unavailable) |
| 31188 | @available(watchOS, unavailable) |
| 31189 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI18DisclosureTableRowV05tableE4BodyQrvp", 0) __<Label, Content> |
| 31190 | } |
| 31191 | #else |
| 31192 | @available(iOS 17.0, macOS 14.0, *) |
| 31193 | @available(tvOS, unavailable) |
| 31194 | @available(watchOS, unavailable) |
| 31195 | nonisolated public struct DisclosureTableRow<Label, Content> : SwiftUI.TableRowContent where Label : SwiftUI.TableRowContent, Content : SwiftUI.TableRowContent, Label.TableRowValue == Content.TableRowValue { |
| 31196 | public typealias TableRowValue = Label.TableRowValue |
| 31197 | nonisolated public init<Value>(_ value: Value, isExpanded: SwiftUICore.Binding<Swift.Bool>? = nil, @SwiftUI.TableRowBuilder<Value> content: @escaping () -> Content) where Label == SwiftUI.TableRow<Value>, Value == Content.TableRowValue |
| 31198 | nonisolated public var tableRowBody: some SwiftUI.TableRowContent { |
| 31199 | get |
| 31200 | } |
| 31201 | @available(iOS 17.0, macOS 14.0, *) |
| 31202 | @available(tvOS, unavailable) |
| 31203 | @available(watchOS, unavailable) |
| 31204 | public static func _containsOutlineSymbol(inputs: SwiftUI._TableRowInputs) -> Swift.Bool |
| 31205 | @available(macOS 14.0, iOS 17.0, *) |
| 31206 | @available(tvOS, unavailable) |
| 31207 | @available(watchOS, unavailable) |
| 31208 | public typealias TableRowBody = @_opaqueReturnTypeOf("$s7SwiftUI18DisclosureTableRowV05tableE4BodyQrvp", 0) __<Label, Content> |
| 31209 | } |
| 31210 | #endif |
| 31211 | @available(iOS 17.0, macOS 14.0, *) |
| 31212 | @available(watchOS, unavailable) |
| 31213 | @available(tvOS, unavailable) |
| 22871 | set |
| 22872 | } |
| 22873 | } |
| 22874 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 22875 | public struct AccessibilityZoomGestureAction { |
| 22876 | @frozen public enum Direction { |
| 31239 | set |
| 31240 | } |
| 31241 | } |
| 31242 | #if compiler(>=5.3) && $TildeSendable |
| 31243 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 31244 | public struct AccessibilityZoomGestureAction : ~Swift.Sendable { |
| 31245 | @frozen public enum Direction { |
| 31246 | case zoomIn |
| 31247 | case zoomOut |
| 31248 | public static func == (a: SwiftUI.AccessibilityZoomGestureAction.Direction, b: SwiftUI.AccessibilityZoomGestureAction.Direction) -> Swift.Bool |
| 31249 | public func hash(into hasher: inout Swift.Hasher) |
| 31250 | public var hashValue: Swift.Int { |
| 31251 | get |
| 31252 | } |
| 31253 | } |
| 31254 | public let direction: SwiftUI.AccessibilityZoomGestureAction.Direction |
| 31255 | public let location: SwiftUICore.UnitPoint |
| 31256 | public let point: CoreFoundation.CGPoint |
| 31257 | } |
| 31258 | #else |
| 31259 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 31260 | public struct AccessibilityZoomGestureAction { |
| 31261 | @frozen public enum Direction { |
| 22886 | public let location: SwiftUICore.UnitPoint |
| 22887 | public let point: CoreFoundation.CGPoint |
| 22888 | } |
| 22889 | @available(*, unavailable) |
| 22890 | extension SwiftUI.AccessibilityZoomGestureAction : Swift.Sendable { |
| 22891 | } |
| 22892 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 22893 | extension SwiftUICore.View { |
| 22894 | nonisolated public func accessibilityZoomAction(_ handler: @escaping (SwiftUI.AccessibilityZoomGestureAction) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 31271 | public let location: SwiftUICore.UnitPoint |
| 31272 | public let point: CoreFoundation.CGPoint |
| 31273 | } |
| 31274 | #endif |
| 31275 | @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *) |
| 31276 | extension SwiftUICore.View { |
| 31277 | nonisolated public func accessibilityZoomAction(_ handler: @escaping (SwiftUI.AccessibilityZoomGestureAction) -> Swift.Void) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 22897 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 22898 | nonisolated public func accessibilityZoomAction(_ handler: @escaping (SwiftUI.AccessibilityZoomGestureAction) -> Swift.Void) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 22899 | } |
| 22900 | @available(iOS 13.0, macOS 10.15, tvOS 18.0, watchOS 6.0, *) |
| 22901 | extension SwiftUI.ToggleStyle where Self == SwiftUI.SwitchToggleStyle { |
| 22902 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var `switch`: SwiftUI.SwitchToggleStyle { |
| 22903 | get { .init() } |
| 22904 | } |
| 22905 | } |
| 22906 | @available(iOS 13.0, macOS 10.15, tvOS 18.0, watchOS 6.0, *) |
| 22907 | public struct SwitchToggleStyle : SwiftUI.ToggleStyle { |
| 22908 | public init() |
| 22909 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22910 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22911 | @available(tvOS, unavailable) |
| 22912 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22913 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 22914 | public init(tint: SwiftUICore.Color) |
| 22915 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.SwitchToggleStyle.Configuration) -> some SwiftUICore.View |
| 22916 | |
| 22917 | @available(iOS 13.0, tvOS 18.0, watchOS 6.0, macOS 10.15, *) |
| 22918 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17SwitchToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 22919 | } |
| 22920 | @available(*, unavailable) |
| 22921 | extension SwiftUI.SwitchToggleStyle : Swift.Sendable { |
| 22922 | } |
| 22923 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 22924 | extension SwiftUICore.View { |
| 22925 | nonisolated public func accessibilityActivationPoint(_ activationPoint: CoreFoundation.CGPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 31280 | extension SwiftUICore.ModifiedContent where Modifier == SwiftUI.AccessibilityAttachmentModifier { |
| 31281 | nonisolated public func accessibilityZoomAction(_ handler: @escaping (SwiftUI.AccessibilityZoomGestureAction) -> Swift.Void) -> SwiftUICore.ModifiedContent<Content, Modifier> |
| 31282 | } |
| 31283 | extension SwiftUICore.View { |
| 31284 | @available(iOS 27.0, visionOS 27.0, *) |
| 31285 | @available(macOS, unavailable) |
| 31286 | @available(tvOS, unavailable) |
| 31287 | @available(watchOS, unavailable) |
| 31288 | nonisolated public func toolbarOverflowMenu<C>(@SwiftUICore.ContentBuilder content: () -> C) -> some SwiftUICore.View where C : SwiftUICore.View |
| 31289 | |
| 31290 | } |
| 31291 | #if compiler(>=5.3) && $TildeSendable |
| 31292 | @available(iOS 27.0, visionOS 27.0, *) |
| 31293 | @available(macOS, unavailable) |
| 31294 | @available(tvOS, unavailable) |
| 31295 | @available(watchOS, unavailable) |
| 31296 | nonisolated public struct ToolbarOverflowMenu<Content> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent, ~Swift.Sendable where Content : SwiftUICore.View { |
| 31297 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 31298 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarOverflowMenu<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 31299 | @available(iOS 27.0, visionOS 27.0, *) |
| 31300 | @available(macOS, unavailable) |
| 31301 | @available(tvOS, unavailable) |
| 31302 | @available(watchOS, unavailable) |
| 31303 | public typealias Body = Swift.Never |
| 31304 | } |
| 31305 | #else |
| 31306 | @available(iOS 27.0, visionOS 27.0, *) |
| 31307 | @available(macOS, unavailable) |
| 31308 | @available(tvOS, unavailable) |
| 31309 | @available(watchOS, unavailable) |
| 31310 | nonisolated public struct ToolbarOverflowMenu<Content> : SwiftUI.ToolbarContent, SwiftUI.CustomizableToolbarContent where Content : SwiftUICore.View { |
| 31311 | nonisolated public init(@SwiftUICore.ContentBuilder content: () -> Content) |
| 31312 | public static func _makeToolbar(content: SwiftUICore._GraphValue<SwiftUI.ToolbarOverflowMenu<Content>>, inputs: SwiftUI._ToolbarInputs) -> SwiftUI._ToolbarOutputs |
| 31313 | @available(iOS 27.0, visionOS 27.0, *) |
| 31314 | @available(macOS, unavailable) |
| 31315 | @available(tvOS, unavailable) |
| 31316 | @available(watchOS, unavailable) |
| 31317 | public typealias Body = Swift.Never |
| 31318 | } |
| 31319 | #endif |
| 31320 | @available(iOS 13.0, macOS 10.15, tvOS 18.0, watchOS 6.0, *) |
| 31321 | extension SwiftUI.ToggleStyle where Self == SwiftUI.SwitchToggleStyle { |
| 31322 | @_alwaysEmitIntoClient nonisolated public static var `switch`: SwiftUI.SwitchToggleStyle { |
| 31323 | get { .init() } |
| 31324 | } |
| 31325 | } |
| 31326 | #if compiler(>=5.3) && $TildeSendable |
| 31327 | @available(iOS 13.0, macOS 10.15, tvOS 18.0, watchOS 6.0, *) |
| 31328 | nonisolated public struct SwitchToggleStyle : SwiftUI.ToggleStyle, ~Swift.Sendable { |
| 31329 | nonisolated public init() |
| 31330 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31331 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31332 | @available(tvOS, unavailable) |
| 31333 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31334 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31335 | nonisolated public init(tint: SwiftUICore.Color) |
| 31336 | nonisolated public func makeBody(configuration: SwiftUI.SwitchToggleStyle.Configuration) -> some SwiftUICore.View |
| 31337 | |
| 31338 | @available(macOS 10.15, iOS 13.0, tvOS 18.0, watchOS 6.0, *) |
| 31339 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17SwitchToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 31340 | } |
| 31341 | #else |
| 31342 | @available(iOS 13.0, macOS 10.15, tvOS 18.0, watchOS 6.0, *) |
| 31343 | nonisolated public struct SwitchToggleStyle : SwiftUI.ToggleStyle { |
| 31344 | nonisolated public init() |
| 31345 | @available(iOS, introduced: 14.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31346 | @available(macOS, introduced: 11.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31347 | @available(tvOS, unavailable) |
| 31348 | @available(watchOS, introduced: 7.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31349 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use ``View/tint(_)`` instead.") |
| 31350 | nonisolated public init(tint: SwiftUICore.Color) |
| 31351 | nonisolated public func makeBody(configuration: SwiftUI.SwitchToggleStyle.Configuration) -> some SwiftUICore.View |
| 31352 | |
| 31353 | @available(macOS 10.15, iOS 13.0, tvOS 18.0, watchOS 6.0, *) |
| 31354 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI17SwitchToggleStyleV8makeBody13configurationQrAA0dE13ConfigurationV_tF", 0) __ |
| 31355 | } |
| 31356 | #endif |
| 31357 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 31358 | extension SwiftUICore.View { |
| 31359 | nonisolated public func accessibilityActivationPoint(_ activationPoint: CoreFoundation.CGPoint, isEnabled: Swift.Bool) -> SwiftUICore.ModifiedContent<Self, SwiftUI.AccessibilityAttachmentModifier> |
| 23021 | nonisolated public func defaultAdaptableTabBarPlacement(_ defaultPlacement: SwiftUI.AdaptableTabBarPlacement = .automatic) -> some SwiftUICore.View |
| 23022 | |
| 23023 | } |
| 23024 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 23025 | public struct AdaptableTabBarPlacement : Swift.Hashable { |
| 23026 | public static let automatic: SwiftUI.AdaptableTabBarPlacement |
| 31455 | nonisolated public func defaultAdaptableTabBarPlacement(_ defaultPlacement: SwiftUI.AdaptableTabBarPlacement = .automatic) -> some SwiftUICore.View |
| 31456 | |
| 31457 | } |
| 31458 | @available(anyAppleOS 27.0, *) |
| 31459 | extension SwiftUICore.View { |
| 31460 | nonisolated public func defaultTabBarPlacement(_ defaultPlacement: SwiftUI.AdaptableTabBarPlacement) -> some SwiftUICore.View |
| 31461 | |
| 31462 | } |
| 31463 | #if compiler(>=5.3) && $TildeSendable |
| 31464 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 31465 | public struct AdaptableTabBarPlacement : Swift.Hashable, ~Swift.Sendable { |
| 31466 | public static let automatic: SwiftUI.AdaptableTabBarPlacement |
| 31467 | public static let tabBar: SwiftUI.AdaptableTabBarPlacement |
| 31468 | @available(macOS, unavailable) |
| 31469 | @available(tvOS, unavailable) |
| 31470 | @available(watchOS, unavailable) |
| 31471 | public static let sidebar: SwiftUI.AdaptableTabBarPlacement |
| 31472 | public static func == (a: SwiftUI.AdaptableTabBarPlacement, b: SwiftUI.AdaptableTabBarPlacement) -> Swift.Bool |
| 31473 | public func hash(into hasher: inout Swift.Hasher) |
| 31474 | public var hashValue: Swift.Int { |
| 31475 | get |
| 31476 | } |
| 31477 | } |
| 31478 | #else |
| 31479 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 31480 | public struct AdaptableTabBarPlacement : Swift.Hashable { |
| 31481 | public static let automatic: SwiftUI.AdaptableTabBarPlacement |
| 23035 | get |
| 23036 | } |
| 23037 | } |
| 23038 | @available(*, unavailable) |
| 23039 | extension SwiftUI.AdaptableTabBarPlacement : Swift.Sendable { |
| 23040 | } |
| 23041 | @available(iOS 14.0, macOS 11.0, *) |
| 23042 | @available(tvOS, unavailable) |
| 23043 | @available(watchOS, unavailable) |
| 23044 | public struct ColorPicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 23045 | public init(selection: SwiftUICore.Binding<SwiftUICore.Color>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ViewBuilder label: () -> Label) |
| 23046 | public init(selection: SwiftUICore.Binding<CoreGraphics.CGColor>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ViewBuilder label: () -> Label) |
| 23047 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 23048 | get |
| 23049 | } |
| 23050 | @available(iOS 14.0, macOS 11.0, *) |
| 23051 | @available(tvOS, unavailable) |
| 23052 | @available(watchOS, unavailable) |
| 23053 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11ColorPickerV4bodyQrvp", 0) __<Label> |
| 23054 | } |
| 23055 | @available(*, unavailable) |
| 23056 | extension SwiftUI.ColorPicker : Swift.Sendable { |
| 23057 | } |
| 23058 | @available(iOS 14.0, macOS 11.0, *) |
| 23059 | @available(tvOS, unavailable) |
| 23060 | @available(watchOS, unavailable) |
| 31490 | get |
| 31491 | } |
| 31492 | } |
| 31493 | #endif |
| 31494 | #if compiler(>=5.3) && $TildeSendable |
| 31495 | @available(iOS 14.0, macOS 11.0, *) |
| 31496 | @available(tvOS, unavailable) |
| 31497 | @available(watchOS, unavailable) |
| 31498 | nonisolated public struct ColorPicker<Label> : SwiftUICore.View, ~Swift.Sendable where Label : SwiftUICore.View { |
| 31499 | nonisolated public init(selection: SwiftUICore.Binding<SwiftUICore.Color>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label) |
| 31500 | nonisolated public init(selection: SwiftUICore.Binding<CoreGraphics.CGColor>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label) |
| 31501 | nonisolated public var body: some SwiftUICore.View { |
| 31502 | get |
| 31503 | } |
| 31504 | @available(macOS 11.0, iOS 14.0, *) |
| 31505 | @available(tvOS, unavailable) |
| 31506 | @available(watchOS, unavailable) |
| 31507 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11ColorPickerV4bodyQrvp", 0) __<Label> |
| 31508 | } |
| 31509 | #else |
| 31510 | @available(iOS 14.0, macOS 11.0, *) |
| 31511 | @available(tvOS, unavailable) |
| 31512 | @available(watchOS, unavailable) |
| 31513 | nonisolated public struct ColorPicker<Label> : SwiftUICore.View where Label : SwiftUICore.View { |
| 31514 | nonisolated public init(selection: SwiftUICore.Binding<SwiftUICore.Color>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label) |
| 31515 | nonisolated public init(selection: SwiftUICore.Binding<CoreGraphics.CGColor>, supportsOpacity: Swift.Bool = true, @SwiftUICore.ContentBuilder label: () -> Label) |
| 31516 | nonisolated public var body: some SwiftUICore.View { |
| 31517 | get |
| 31518 | } |
| 31519 | @available(macOS 11.0, iOS 14.0, *) |
| 31520 | @available(tvOS, unavailable) |
| 31521 | @available(watchOS, unavailable) |
| 31522 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI11ColorPickerV4bodyQrvp", 0) __<Label> |
| 31523 | } |
| 31524 | #endif |
| 31525 | @available(iOS 14.0, macOS 11.0, *) |
| 31526 | @available(tvOS, unavailable) |
| 31527 | @available(watchOS, unavailable) |
| 23076 | } |
| 23077 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<CoreGraphics.CGColor>, supportsOpacity: Swift.Bool = true) where S : Swift.StringProtocol |
| 23078 | } |
| 23079 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23080 | @frozen @propertyWrapper @preconcurrency @_Concurrency.MainActor public struct FocusedObject<ObjectType> : SwiftUICore.DynamicProperty where ObjectType : Combine.ObservableObject { |
| 23081 | @preconcurrency @_Concurrency.MainActor @dynamicMemberLookup @frozen public struct Wrapper { |
| 31543 | } |
| 31544 | @_disfavoredOverload nonisolated public init<S>(_ title: S, selection: SwiftUICore.Binding<CoreGraphics.CGColor>, supportsOpacity: Swift.Bool = true) where S : Swift.StringProtocol |
| 31545 | } |
| 31546 | #if compiler(>=5.3) && $TildeSendable |
| 31547 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31548 | @frozen @propertyWrapper @preconcurrency @_Concurrency.MainActor public struct FocusedObject<ObjectType> : SwiftUICore.DynamicProperty, ~Swift.Sendable where ObjectType : Combine.ObservableObject { |
| 31549 | @preconcurrency @_Concurrency.MainActor @dynamicMemberLookup @frozen public struct Wrapper : ~Swift.Sendable { |
| 31550 | @_Concurrency.MainActor @preconcurrency internal let root: ObjectType |
| 31551 | @_Concurrency.MainActor @preconcurrency public subscript<T>(dynamicMember keyPath: Swift.ReferenceWritableKeyPath<ObjectType, T>) -> SwiftUICore.Binding<T> { |
| 31552 | get |
| 31553 | } |
| 31554 | } |
| 31555 | @usableFromInline |
| 31556 | @_Concurrency.MainActor @preconcurrency internal var _store: ObjectType? |
| 31557 | @usableFromInline |
| 31558 | @_Concurrency.MainActor @preconcurrency internal var _seed: Swift.Int = 0 |
| 31559 | @inlinable @_Concurrency.MainActor @preconcurrency public var wrappedValue: ObjectType? { |
| 31560 | get { _store } |
| 31561 | } |
| 31562 | @_Concurrency.MainActor @preconcurrency public var projectedValue: SwiftUI.FocusedObject<ObjectType>.Wrapper? { |
| 31563 | get |
| 31564 | } |
| 31565 | nonisolated public static var _propertyBehaviors: Swift.UInt32 { |
| 31566 | get |
| 31567 | } |
| 31568 | @_Concurrency.MainActor @preconcurrency public init() |
| 31569 | nonisolated public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 31570 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 31571 | nonisolated public static var _propertyStorageSize: Swift.Int? { |
| 31572 | get |
| 31573 | } |
| 31574 | } |
| 31575 | #else |
| 31576 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31577 | @frozen @propertyWrapper @preconcurrency @_Concurrency.MainActor public struct FocusedObject<ObjectType> : SwiftUICore.DynamicProperty where ObjectType : Combine.ObservableObject { |
| 31578 | @preconcurrency @_Concurrency.MainActor @dynamicMemberLookup @frozen public struct Wrapper { |
| 23099 | } |
| 23100 | @_Concurrency.MainActor @preconcurrency public init() |
| 23101 | nonisolated public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 23102 | } |
| 23103 | @available(*, unavailable) |
| 23104 | extension SwiftUI.FocusedObject.Wrapper : Swift.Sendable { |
| 23105 | } |
| 23106 | @available(*, unavailable) |
| 23107 | extension SwiftUI.FocusedObject : Swift.Sendable { |
| 23108 | } |
| 23109 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23110 | extension SwiftUICore.View { |
| 23111 | @inlinable nonisolated public func focusedObject<T>(_ object: T) -> some SwiftUICore.View where T : Combine.ObservableObject { |
| 31596 | } |
| 31597 | @_Concurrency.MainActor @preconcurrency public init() |
| 31598 | nonisolated public static func _makeProperty<V>(in buffer: inout SwiftUICore._DynamicPropertyBuffer, container: SwiftUICore._GraphValue<V>, fieldOffset: Swift.Int, inputs: inout SwiftUICore._GraphInputs) |
| 31599 | @available(iOS 27.0, macOS 27.0, tvOS 27.0, watchOS 27.0, visionOS 27.0, *) |
| 31600 | nonisolated public static var _propertyStorageSize: Swift.Int? { |
| 31601 | get |
| 31602 | } |
| 31603 | } |
| 31604 | #endif |
| 31605 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31606 | extension SwiftUICore.View { |
| 31607 | @inlinable nonisolated public func focusedObject<T>(_ object: T) -> some SwiftUICore.View where T : Combine.ObservableObject { |
| 23128 | get |
| 23129 | } |
| 23130 | } |
| 23131 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23132 | public struct ToolbarPlacement { |
| 23133 | public static var automatic: SwiftUI.ToolbarPlacement { |
| 31624 | get |
| 31625 | } |
| 31626 | } |
| 31627 | #if compiler(>=5.3) && $TildeSendable |
| 31628 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31629 | public struct ToolbarPlacement : ~Swift.Sendable { |
| 31630 | public static var automatic: SwiftUI.ToolbarPlacement { |
| 31631 | get |
| 31632 | } |
| 31633 | @available(watchOS 10.0, *) |
| 31634 | @available(macOS, unavailable) |
| 31635 | @available(tvOS, unavailable) |
| 31636 | public static var bottomBar: SwiftUI.ToolbarPlacement { |
| 31637 | get |
| 31638 | } |
| 31639 | @available(macOS, unavailable) |
| 31640 | public static var navigationBar: SwiftUI.ToolbarPlacement { |
| 31641 | get |
| 31642 | } |
| 31643 | @available(iOS, unavailable) |
| 31644 | @available(tvOS, unavailable) |
| 31645 | @available(watchOS, unavailable) |
| 31646 | @available(visionOS, unavailable) |
| 31647 | public static var windowToolbar: SwiftUI.ToolbarPlacement { |
| 31648 | get |
| 31649 | } |
| 31650 | @available(macOS, unavailable) |
| 31651 | @available(watchOS, unavailable) |
| 31652 | public static var tabBar: SwiftUI.ToolbarPlacement { |
| 31653 | get |
| 31654 | } |
| 31655 | @backDeployed(before: macOS 14.0) |
| 31656 | @available(iOS, unavailable) |
| 31657 | @available(tvOS, unavailable) |
| 31658 | @available(watchOS, unavailable) |
| 31659 | @available(visionOS, unavailable) |
| 31660 | public static func accessoryBar<ID>(id: ID) -> SwiftUI.ToolbarPlacement where ID : Swift.Hashable |
| 31661 | @available(macOS 14.0, *) |
| 31662 | @available(iOS, unavailable) |
| 31663 | @available(tvOS, unavailable) |
| 31664 | @available(watchOS, unavailable) |
| 31665 | @available(visionOS, unavailable) |
| 31666 | @usableFromInline |
| 31667 | internal static func backDeployable_accessoryBar<ID>(id: ID) -> SwiftUI.ToolbarPlacement where ID : Swift.Hashable |
| 31668 | @available(visionOS 1.0, *) |
| 31669 | @available(iOS, unavailable) |
| 31670 | @available(macOS, unavailable) |
| 31671 | @available(tvOS, unavailable) |
| 31672 | @available(watchOS, unavailable) |
| 31673 | public static var bottomOrnament: SwiftUI.ToolbarPlacement { |
| 31674 | get |
| 31675 | } |
| 31676 | @available(iOS 27.0, *) |
| 31677 | @available(macOS, unavailable) |
| 31678 | @available(tvOS, unavailable) |
| 31679 | @available(watchOS, unavailable) |
| 31680 | @available(visionOS, unavailable) |
| 31681 | public static var statusBar: SwiftUI.ToolbarPlacement { |
| 31682 | get |
| 31683 | } |
| 31684 | } |
| 31685 | #else |
| 31686 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31687 | public struct ToolbarPlacement { |
| 31688 | public static var automatic: SwiftUI.ToolbarPlacement { |
| 23176 | public static var bottomOrnament: SwiftUI.ToolbarPlacement { |
| 23177 | get |
| 23178 | } |
| 23179 | } |
| 23180 | @available(*, unavailable) |
| 23181 | extension SwiftUI.ToolbarPlacement : Swift.Sendable { |
| 23182 | } |
| 23183 | extension SwiftUI.ToolbarPlacement { |
| 23184 | @available(iOS, unavailable) |
| 23185 | @available(macOS, introduced: 13.0, deprecated: 14.0, renamed: "accessoryBar") |
| 31731 | public static var bottomOrnament: SwiftUI.ToolbarPlacement { |
| 31732 | get |
| 31733 | } |
| 31734 | @available(iOS 27.0, *) |
| 31735 | @available(macOS, unavailable) |
| 31736 | @available(tvOS, unavailable) |
| 31737 | @available(watchOS, unavailable) |
| 31738 | @available(visionOS, unavailable) |
| 31739 | public static var statusBar: SwiftUI.ToolbarPlacement { |
| 31740 | get |
| 31741 | } |
| 31742 | } |
| 31743 | #endif |
| 31744 | extension SwiftUI.ToolbarPlacement { |
| 31745 | @available(iOS, unavailable) |
| 31746 | @available(macOS, introduced: 13.0, deprecated: 14.0, renamed: "accessoryBar") |
| 23188 | @available(visionOS, unavailable) |
| 23189 | public init<ID>(id: ID) where ID : Swift.Hashable |
| 23190 | } |
| 23191 | @available(iOS 18.0, visionOS 2.0, *) |
| 23192 | @available(macOS, unavailable) |
| 23193 | @available(tvOS, unavailable) |
| 23194 | @available(watchOS, unavailable) |
| 23195 | public struct DocumentGroupLaunchScene<Actions> : SwiftUI.Scene where Actions : SwiftUICore.View { |
| 23196 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 23197 | get |
| 23198 | } |
| 23199 | @available(iOS 18.0, visionOS 2.0, *) |
| 23200 | @available(tvOS, unavailable) |
| 23201 | @available(watchOS, unavailable) |
| 23202 | @available(macOS, unavailable) |
| 23203 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DocumentGroupLaunchSceneV4bodyQrvp", 0) __<Actions> |
| 23204 | } |
| 23205 | @available(iOS 18.0, visionOS 2.0, *) |
| 23206 | @available(macOS, unavailable) |
| 23207 | @available(tvOS, unavailable) |
| 23208 | @available(watchOS, unavailable) |
| 23209 | extension SwiftUI.DocumentGroupLaunchScene { |
| 23210 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23211 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 23212 | self.init( |
| 23213 | Text(title), |
| 23214 | actions, |
| 31749 | @available(visionOS, unavailable) |
| 31750 | public init<ID>(id: ID) where ID : Swift.Hashable |
| 31751 | } |
| 31752 | #if compiler(>=5.3) && $TildeSendable |
| 31753 | @available(iOS 18.0, visionOS 2.0, *) |
| 31754 | @available(macOS, unavailable) |
| 31755 | @available(tvOS, unavailable) |
| 31756 | @available(watchOS, unavailable) |
| 31757 | nonisolated public struct DocumentGroupLaunchScene<Actions> : SwiftUI.Scene, ~Swift.Sendable where Actions : SwiftUICore.View { |
| 31758 | nonisolated public var body: some SwiftUI.Scene { |
| 31759 | get |
| 31760 | } |
| 31761 | @available(iOS 18.0, visionOS 2.0, *) |
| 31762 | @available(macOS, unavailable) |
| 31763 | @available(tvOS, unavailable) |
| 31764 | @available(watchOS, unavailable) |
| 31765 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DocumentGroupLaunchSceneV4bodyQrvp", 0) __<Actions> |
| 31766 | } |
| 31767 | #else |
| 31768 | @available(iOS 18.0, visionOS 2.0, *) |
| 31769 | @available(macOS, unavailable) |
| 31770 | @available(tvOS, unavailable) |
| 31771 | @available(watchOS, unavailable) |
| 31772 | nonisolated public struct DocumentGroupLaunchScene<Actions> : SwiftUI.Scene where Actions : SwiftUICore.View { |
| 31773 | nonisolated public var body: some SwiftUI.Scene { |
| 31774 | get |
| 31775 | } |
| 31776 | @available(iOS 18.0, visionOS 2.0, *) |
| 31777 | @available(macOS, unavailable) |
| 31778 | @available(tvOS, unavailable) |
| 31779 | @available(watchOS, unavailable) |
| 31780 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI24DocumentGroupLaunchSceneV4bodyQrvp", 0) __<Actions> |
| 31781 | } |
| 31782 | #endif |
| 31783 | @available(iOS 18.0, visionOS 2.0, *) |
| 31784 | @available(macOS, unavailable) |
| 31785 | @available(tvOS, unavailable) |
| 31786 | @available(watchOS, unavailable) |
| 31787 | extension SwiftUI.DocumentGroupLaunchScene { |
| 31788 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31789 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 31790 | self.init( |
| 31791 | Text(title), |
| 31792 | actions, |
| 23217 | overlayAccessoryView: overlayAccessoryView |
| 23218 | ) |
| 23219 | } |
| 23220 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23221 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 23222 | self.init( |
| 23223 | Text(title), |
| 23224 | actions, |
| 23225 | background: background, |
| 23226 | backgroundAccessoryView: backgroundAccessoryView |
| 23227 | ) |
| 23228 | } |
| 23229 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23230 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 23231 | self.init( |
| 23232 | Text(title), |
| 23233 | actions, |
| 23234 | background: background, |
| 23235 | overlayAccessoryView: overlayAccessoryView |
| 23236 | ) |
| 23237 | } |
| 23238 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View) |
| 23239 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View) { |
| 23240 | self.init( |
| 23241 | Text(title), |
| 23242 | actions, |
| 23243 | background: background |
| 23244 | ) |
| 23245 | } |
| 23246 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23247 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23248 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23249 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View) |
| 23250 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23251 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23252 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 23253 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ViewBuilder _ actions: () -> Actions, @SwiftUICore.ViewBuilder background: () -> some View) |
| 23254 | } |
| 23255 | @available(iOS 18.0, visionOS 2.0, *) |
| 23256 | @available(macOS, unavailable) |
| 23257 | @available(tvOS, unavailable) |
| 23258 | @available(watchOS, unavailable) |
| 23259 | extension SwiftUI.DocumentGroupLaunchScene { |
| 23260 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23261 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 23262 | self.init( |
| 23263 | Text(title), |
| 23264 | backgroundStyle: backgroundStyle, |
| 31795 | overlayAccessoryView: overlayAccessoryView |
| 31796 | ) |
| 31797 | } |
| 31798 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31799 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 31800 | self.init( |
| 31801 | Text(title), |
| 31802 | actions, |
| 31803 | background: background, |
| 31804 | backgroundAccessoryView: backgroundAccessoryView |
| 31805 | ) |
| 31806 | } |
| 31807 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31808 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) { |
| 31809 | self.init( |
| 31810 | Text(title), |
| 31811 | actions, |
| 31812 | background: background, |
| 31813 | overlayAccessoryView: overlayAccessoryView |
| 31814 | ) |
| 31815 | } |
| 31816 | nonisolated public init(_ title: SwiftUICore.LocalizedStringKey, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View) |
| 31817 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ title: Foundation.LocalizedStringResource, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View) { |
| 31818 | self.init( |
| 31819 | Text(title), |
| 31820 | actions, |
| 31821 | background: background |
| 31822 | ) |
| 31823 | } |
| 31824 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31825 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31826 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31827 | @_disfavoredOverload nonisolated public init(_ title: some StringProtocol, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View) |
| 31828 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31829 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31830 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) |
| 31831 | nonisolated public init(_ title: SwiftUICore.Text? = nil, @SwiftUICore.ContentBuilder _ actions: () -> Actions, @SwiftUICore.ContentBuilder background: () -> some View) |
| 31832 | } |
| 31833 | @available(iOS 18.0, visionOS 2.0, *) |
| 31834 | @available(macOS, unavailable) |
| 31835 | @available(tvOS, unavailable) |
| 31836 | @available(watchOS, unavailable) |
| 31837 | extension SwiftUI.DocumentGroupLaunchScene { |
| 31838 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31839 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 31840 | self.init( |
| 31841 | Text(title), |
| 31842 | backgroundStyle: backgroundStyle, |
| 23267 | overlayAccessoryView: overlayAccessoryView |
| 23268 | ) |
| 23269 | } |
| 23270 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23271 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 23272 | self.init( |
| 23273 | Text(title), |
| 23274 | backgroundStyle: backgroundStyle, |
| 23275 | actions, |
| 23276 | backgroundAccessoryView: backgroundAccessoryView |
| 23277 | ) |
| 23278 | } |
| 23279 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23280 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 23281 | self.init( |
| 23282 | Text(title), |
| 23283 | backgroundStyle: backgroundStyle, |
| 23284 | actions, |
| 23285 | overlayAccessoryView: overlayAccessoryView |
| 23286 | ) |
| 23287 | } |
| 23288 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 23289 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle { |
| 23290 | self.init( |
| 23291 | Text(title), |
| 23292 | backgroundStyle: backgroundStyle, |
| 23293 | actions |
| 23294 | ) |
| 23295 | } |
| 23296 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23297 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23298 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23299 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 23300 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23301 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23302 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ViewBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 23303 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ViewBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 23304 | } |
| 23305 | @available(*, unavailable) |
| 23306 | extension SwiftUI.DocumentGroupLaunchScene : Swift.Sendable { |
| 23307 | } |
| 23308 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23309 | public struct AccessibilityActionKind : Swift.Equatable, Swift.Sendable { |
| 31845 | overlayAccessoryView: overlayAccessoryView |
| 31846 | ) |
| 31847 | } |
| 31848 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31849 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 31850 | self.init( |
| 31851 | Text(title), |
| 31852 | backgroundStyle: backgroundStyle, |
| 31853 | actions, |
| 31854 | backgroundAccessoryView: backgroundAccessoryView |
| 31855 | ) |
| 31856 | } |
| 31857 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31858 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle { |
| 31859 | self.init( |
| 31860 | Text(title), |
| 31861 | backgroundStyle: backgroundStyle, |
| 31862 | actions, |
| 31863 | overlayAccessoryView: overlayAccessoryView |
| 31864 | ) |
| 31865 | } |
| 31866 | nonisolated public init<B>(_ title: SwiftUICore.LocalizedStringKey, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 31867 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init<B>(_ title: Foundation.LocalizedStringResource, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle { |
| 31868 | self.init( |
| 31869 | Text(title), |
| 31870 | backgroundStyle: backgroundStyle, |
| 31871 | actions |
| 31872 | ) |
| 31873 | } |
| 31874 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31875 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31876 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31877 | @_disfavoredOverload nonisolated public init<B>(_ title: some StringProtocol, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 31878 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31879 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder backgroundAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31880 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }, @SwiftUICore.ContentBuilder overlayAccessoryView: @escaping (SwiftUI.DocumentLaunchGeometryProxy) -> some View) where B : SwiftUICore.ShapeStyle |
| 31881 | nonisolated public init<B>(_ title: SwiftUICore.Text? = nil, backgroundStyle: B = BackgroundStyle(), @SwiftUICore.ContentBuilder _ actions: () -> Actions = { DefaultDocumentGroupLaunchActions() }) where B : SwiftUICore.ShapeStyle |
| 31882 | } |
| 31883 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 31884 | public struct AccessibilityActionKind : Swift.Equatable, Swift.Sendable { |
| 23339 | } |
| 23340 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 23341 | extension SwiftUICore.View { |
| 23342 | nonisolated public func accessibilityAction<Label>(action: @escaping () -> Swift.Void, @SwiftUICore.ViewBuilder label: () -> Label) -> some SwiftUICore.View where Label : SwiftUICore.View |
| 23343 | |
| 23344 | } |
| 23345 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 23346 | extension SwiftUICore.View { |
| 23347 | nonisolated public func accessibilityActions<Content>(@SwiftUICore.ViewBuilder _ content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 23348 | |
| 23349 | } |
| 23350 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 31914 | } |
| 31915 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 31916 | extension SwiftUICore.View { |
| 31917 | nonisolated public func accessibilityAction<Label>(action: @escaping () -> Swift.Void, @SwiftUICore.ContentBuilder label: () -> Label) -> some SwiftUICore.View where Label : SwiftUICore.View |
| 31918 | |
| 31919 | } |
| 31920 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *) |
| 31921 | extension SwiftUICore.View { |
| 31922 | nonisolated public func accessibilityActions<Content>(@SwiftUICore.ContentBuilder _ content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View |
| 31923 | |
| 31924 | } |
| 31925 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23365 | } |
| 23366 | @_disfavoredOverload nonisolated public func accessibilityAction<S>(named name: S, _ handler: @escaping () -> Swift.Void) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 23367 | } |
| 23368 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 23369 | @available(watchOS, unavailable) |
| 23370 | public struct _DisclosureIndicator : SwiftUICore.View { |
| 23371 | public init() |
| 23372 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View { |
| 23373 | get |
| 23374 | } |
| 23375 | @available(iOS 13.0, tvOS 13.0, macOS 10.15, *) |
| 23376 | @available(watchOS, unavailable) |
| 23377 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_DisclosureIndicatorV4bodyQrvp", 0) __ |
| 23378 | } |
| 23379 | @available(*, unavailable) |
| 23380 | extension SwiftUI._DisclosureIndicator : Swift.Sendable { |
| 23381 | } |
| 23382 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 23383 | @available(tvOS, unavailable) |
| 23384 | public struct SpatialEventGesture : SwiftUICore.Gesture { |
| 23385 | public init(coordinateSpace: any SwiftUICore.CoordinateSpaceProtocol = .local) |
| 23386 | public typealias Value = SwiftUI.SpatialEventCollection |
| 23387 | public let coordinateSpace: SwiftUICore.CoordinateSpace |
| 23388 | nonisolated public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialEventGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialEventGesture.Value> |
| 23389 | @available(iOS 18.0, watchOS 11.0, visionOS 1.0, macOS 15.0, *) |
| 23390 | @available(tvOS, unavailable) |
| 23391 | public typealias Body = Swift.Never |
| 23392 | } |
| 23393 | @available(*, unavailable) |
| 23394 | extension SwiftUI.SpatialEventGesture : Swift.Sendable { |
| 23395 | } |
| 23396 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23397 | extension SwiftUICore.View { |
| 23398 | nonisolated public func help(_ textKey: SwiftUICore.LocalizedStringKey) -> some SwiftUICore.View |
| 31940 | } |
| 31941 | @_disfavoredOverload nonisolated public func accessibilityAction<S>(named name: S, _ handler: @escaping () -> Swift.Void) -> SwiftUICore.ModifiedContent<Content, Modifier> where S : Swift.StringProtocol |
| 31942 | } |
| 31943 | #if compiler(>=5.3) && $TildeSendable |
| 31944 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 31945 | @available(watchOS, unavailable) |
| 31946 | nonisolated public struct _DisclosureIndicator : SwiftUICore.View, ~Swift.Sendable { |
| 31947 | nonisolated public init() |
| 31948 | nonisolated public var body: some SwiftUICore.View { |
| 31949 | get |
| 31950 | } |
| 31951 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, *) |
| 31952 | @available(watchOS, unavailable) |
| 31953 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_DisclosureIndicatorV4bodyQrvp", 0) __ |
| 31954 | } |
| 31955 | #else |
| 31956 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, *) |
| 31957 | @available(watchOS, unavailable) |
| 31958 | nonisolated public struct _DisclosureIndicator : SwiftUICore.View { |
| 31959 | nonisolated public init() |
| 31960 | nonisolated public var body: some SwiftUICore.View { |
| 31961 | get |
| 31962 | } |
| 31963 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, *) |
| 31964 | @available(watchOS, unavailable) |
| 31965 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI20_DisclosureIndicatorV4bodyQrvp", 0) __ |
| 31966 | } |
| 31967 | #endif |
| 31968 | #if compiler(>=5.3) && $TildeSendable |
| 31969 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 31970 | @available(tvOS, unavailable) |
| 31971 | nonisolated public struct SpatialEventGesture : SwiftUICore.Gesture, ~Swift.Sendable { |
| 31972 | nonisolated public init(coordinateSpace: any SwiftUICore.CoordinateSpaceProtocol = .local) |
| 31973 | public typealias Value = SwiftUI.SpatialEventCollection |
| 31974 | public let coordinateSpace: SwiftUICore.CoordinateSpace |
| 31975 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialEventGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialEventGesture.Value> |
| 31976 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 31977 | @available(tvOS, unavailable) |
| 31978 | public typealias Body = Swift.Never |
| 31979 | } |
| 31980 | #else |
| 31981 | @available(visionOS 1.0, iOS 18.0, macOS 15.0, watchOS 11.0, *) |
| 31982 | @available(tvOS, unavailable) |
| 31983 | nonisolated public struct SpatialEventGesture : SwiftUICore.Gesture { |
| 31984 | nonisolated public init(coordinateSpace: any SwiftUICore.CoordinateSpaceProtocol = .local) |
| 31985 | public typealias Value = SwiftUI.SpatialEventCollection |
| 31986 | public let coordinateSpace: SwiftUICore.CoordinateSpace |
| 31987 | public static func _makeGesture(gesture: SwiftUICore._GraphValue<SwiftUI.SpatialEventGesture>, inputs: SwiftUICore._GestureInputs) -> SwiftUICore._GestureOutputs<SwiftUI.SpatialEventGesture.Value> |
| 31988 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, visionOS 1.0, *) |
| 31989 | @available(tvOS, unavailable) |
| 31990 | public typealias Body = Swift.Never |
| 31991 | } |
| 31992 | #endif |
| 31993 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 31994 | extension SwiftUICore.View { |
| 31995 | nonisolated public func help(_ textKey: SwiftUICore.LocalizedStringKey) -> some SwiftUICore.View |
| 23407 | @_disfavoredOverload nonisolated public func help<S>(_ text: S) -> some SwiftUICore.View where S : Swift.StringProtocol |
| 23408 | |
| 23409 | } |
| 23410 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23411 | @usableFromInline |
| 23412 | internal struct ListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 23413 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 23414 | get { nil } |
| 23415 | } |
| 23416 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23417 | @usableFromInline |
| 23418 | internal typealias Value = SwiftUICore.AnyView? |
| 23419 | } |
| 23420 | @available(*, unavailable) |
| 23421 | extension SwiftUI.ListRowBackgroundTraitKey : Swift.Sendable { |
| 23422 | } |
| 23423 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23424 | extension SwiftUICore.View { |
| 23425 | @inlinable nonisolated public func listRowBackground<V>(_ view: V?) -> some SwiftUICore.View where V : SwiftUICore.View { |
| 23426 | return _trait(ListRowBackgroundTraitKey.self, view.map { AnyView($0) }) |
| 23427 | } |
| 23428 | |
| 23429 | } |
| 23430 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 23431 | @usableFromInline |
| 23432 | internal struct ClipsListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 23433 | @inlinable internal static var defaultValue: Swift.Bool { |
| 23434 | get { false } |
| 23435 | } |
| 23436 | @available(iOS 17.0, tvOS 17.0, watchOS 10.0, macOS 14.0, *) |
| 23437 | @usableFromInline |
| 23438 | internal typealias Value = Swift.Bool |
| 23439 | } |
| 23440 | @available(*, unavailable) |
| 23441 | extension SwiftUI.ClipsListRowBackgroundTraitKey : Swift.Sendable { |
| 23442 | } |
| 23443 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 23444 | @available(tvOS, unavailable) |
| 23445 | @preconcurrency @_Concurrency.MainActor public protocol Widget { |
| 23446 | associatedtype Body : SwiftUI.WidgetConfiguration |
| 23447 | @_Concurrency.MainActor @preconcurrency init() |
| 23448 | @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 23449 | } |
| 23450 | @available(iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0, *) |
| 23451 | extension SwiftUICore.AppearsActiveKey : SwiftUI.UITraitBridgedEnvironmentKey { |
| 23452 | @usableFromInline |
| 23453 | package static func read(from traitCollection: UIKit.UITraitCollection) -> Swift.Bool |
| 23454 | @usableFromInline |
| 23455 | package static func write(to mutableTraits: inout any UIKit.UIMutableTraits, value: Swift.Bool) |
| 23456 | } |
| 23457 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23458 | public protocol _ScrollableLayout : SwiftUICore.Animatable { |
| 32004 | @_disfavoredOverload nonisolated public func help<S>(_ text: S) -> some SwiftUICore.View where S : Swift.StringProtocol |
| 32005 | |
| 32006 | } |
| 32007 | #if compiler(>=5.3) && $TildeSendable |
| 32008 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32009 | @usableFromInline |
| 32010 | internal struct ListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 32011 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 32012 | get { nil } |
| 32013 | } |
| 32014 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32015 | @usableFromInline |
| 32016 | internal typealias Value = SwiftUICore.AnyView? |
| 32017 | } |
| 32018 | #else |
| 32019 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32020 | @usableFromInline |
| 32021 | internal struct ListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 32022 | @inlinable internal static var defaultValue: SwiftUICore.AnyView? { |
| 32023 | get { nil } |
| 32024 | } |
| 32025 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32026 | @usableFromInline |
| 32027 | internal typealias Value = SwiftUICore.AnyView? |
| 32028 | } |
| 32029 | #endif |
| 32030 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32031 | extension SwiftUICore.View { |
| 32032 | @inlinable nonisolated public func listRowBackground<V>(_ view: V?) -> some SwiftUICore.View where V : SwiftUICore.View { |
| 32033 | return _trait(ListRowBackgroundTraitKey.self, view.map { AnyView($0) }) |
| 32034 | } |
| 32035 | |
| 32036 | } |
| 32037 | #if compiler(>=5.3) && $TildeSendable |
| 32038 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 32039 | @usableFromInline |
| 32040 | internal struct ClipsListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 32041 | @inlinable internal static var defaultValue: Swift.Bool { |
| 32042 | get { false } |
| 32043 | } |
| 32044 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 32045 | @usableFromInline |
| 32046 | internal typealias Value = Swift.Bool |
| 32047 | } |
| 32048 | #else |
| 32049 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 32050 | @usableFromInline |
| 32051 | internal struct ClipsListRowBackgroundTraitKey : SwiftUICore._ViewTraitKey { |
| 32052 | @inlinable internal static var defaultValue: Swift.Bool { |
| 32053 | get { false } |
| 32054 | } |
| 32055 | @available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *) |
| 32056 | @usableFromInline |
| 32057 | internal typealias Value = Swift.Bool |
| 32058 | } |
| 32059 | #endif |
| 32060 | #if compiler(>=5.3) && $TildeSendable |
| 32061 | @available(iOS 27.0, *) |
| 32062 | @available(macOS, unavailable) |
| 32063 | @available(tvOS, unavailable) |
| 32064 | @available(visionOS, unavailable) |
| 32065 | @available(watchOS, unavailable) |
| 32066 | @usableFromInline |
| 32067 | internal struct ListRowBackgroundHighlightTraitKey : SwiftUICore._ViewTraitKey, ~Swift.Sendable { |
| 32068 | @inlinable internal static var defaultValue: Swift.Bool { |
| 32069 | get { false } |
| 32070 | } |
| 32071 | @available(iOS 27.0, *) |
| 32072 | @usableFromInline |
| 32073 | @available(macOS, unavailable) |
| 32074 | @available(tvOS, unavailable) |
| 32075 | @available(watchOS, unavailable) |
| 32076 | @available(visionOS, unavailable) |
| 32077 | internal typealias Value = Swift.Bool |
| 32078 | } |
| 32079 | #else |
| 32080 | @available(iOS 27.0, *) |
| 32081 | @available(macOS, unavailable) |
| 32082 | @available(tvOS, unavailable) |
| 32083 | @available(visionOS, unavailable) |
| 32084 | @available(watchOS, unavailable) |
| 32085 | @usableFromInline |
| 32086 | internal struct ListRowBackgroundHighlightTraitKey : SwiftUICore._ViewTraitKey { |
| 32087 | @inlinable internal static var defaultValue: Swift.Bool { |
| 32088 | get { false } |
| 32089 | } |
| 32090 | @available(iOS 27.0, *) |
| 32091 | @usableFromInline |
| 32092 | @available(macOS, unavailable) |
| 32093 | @available(tvOS, unavailable) |
| 32094 | @available(watchOS, unavailable) |
| 32095 | @available(visionOS, unavailable) |
| 32096 | internal typealias Value = Swift.Bool |
| 32097 | } |
| 32098 | #endif |
| 32099 | @available(iOS 14.0, macOS 11.0, watchOS 9.0, visionOS 1.0, *) |
| 32100 | @available(tvOS, unavailable) |
| 32101 | @preconcurrency @_Concurrency.MainActor public protocol Widget { |
| 32102 | associatedtype Body : SwiftUI.WidgetConfiguration |
| 32103 | @_Concurrency.MainActor @preconcurrency init() |
| 32104 | @_Concurrency.MainActor @preconcurrency var body: Self.Body { get } |
| 32105 | } |
| 32106 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32107 | public protocol _ScrollableLayout : SwiftUICore.Animatable { |
| 23484 | get |
| 23485 | } |
| 23486 | } |
| 23487 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23488 | public struct _ScrollableLayoutProxy : Swift.RandomAccessCollection { |
| 23489 | public let size: CoreFoundation.CGSize |
| 32133 | get |
| 32134 | } |
| 32135 | } |
| 32136 | #if compiler(>=5.3) && $TildeSendable |
| 32137 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32138 | public struct _ScrollableLayoutProxy : Swift.RandomAccessCollection, ~Swift.Sendable { |
| 32139 | public let size: CoreFoundation.CGSize |
| 32140 | public let visibleRect: CoreFoundation.CGRect |
| 32141 | public let count: Swift.Int |
| 32142 | public var visibleItems: [SwiftUI._ScrollableLayoutItem] |
| 32143 | public var contentSize: CoreFoundation.CGSize |
| 32144 | public var validRect: CoreFoundation.CGRect |
| 32145 | public var startIndex: Swift.Int { |
| 32146 | get |
| 32147 | } |
| 32148 | public var endIndex: Swift.Int { |
| 32149 | get |
| 32150 | } |
| 32151 | public subscript(index: Swift.Int) -> Swift.AnyHashable { |
| 32152 | get |
| 32153 | } |
| 32154 | public mutating func size(of identifier: Swift.AnyHashable, in size: CoreFoundation.CGSize, validatingContent: Swift.Bool = true) -> CoreFoundation.CGSize |
| 32155 | public mutating func size(at index: Swift.Int, in size: CoreFoundation.CGSize, validatingContent: Swift.Bool = true) -> CoreFoundation.CGSize |
| 32156 | public mutating func removeSize(of identifier: Swift.AnyHashable) |
| 32157 | public mutating func removeAllSizes() |
| 32158 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32159 | public typealias Element = Swift.AnyHashable |
| 32160 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32161 | public typealias Index = Swift.Int |
| 32162 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32163 | public typealias Indices = Swift.Range<Swift.Int> |
| 32164 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32165 | public typealias Iterator = Swift.IndexingIterator<SwiftUI._ScrollableLayoutProxy> |
| 32166 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32167 | public typealias SubSequence = Swift.Slice<SwiftUI._ScrollableLayoutProxy> |
| 32168 | } |
| 32169 | #else |
| 32170 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32171 | public struct _ScrollableLayoutProxy : Swift.RandomAccessCollection { |
| 32172 | public let size: CoreFoundation.CGSize |
| 23505 | public mutating func size(at index: Swift.Int, in size: CoreFoundation.CGSize, validatingContent: Swift.Bool = true) -> CoreFoundation.CGSize |
| 23506 | public mutating func removeSize(of identifier: Swift.AnyHashable) |
| 23507 | public mutating func removeAllSizes() |
| 23508 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23509 | public typealias Element = Swift.AnyHashable |
| 23510 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23511 | public typealias Index = Swift.Int |
| 23512 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23513 | public typealias Indices = Swift.Range<Swift.Int> |
| 23514 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23515 | public typealias Iterator = Swift.IndexingIterator<SwiftUI._ScrollableLayoutProxy> |
| 23516 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) |
| 23517 | public typealias SubSequence = Swift.Slice<SwiftUI._ScrollableLayoutProxy> |
| 23518 | } |
| 23519 | @available(*, unavailable) |
| 23520 | extension SwiftUI._ScrollableLayoutProxy : Swift.Sendable { |
| 23521 | } |
| 23522 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23523 | public struct _ScrollableLayoutItem : Swift.Equatable { |
| 23524 | public var id: Swift.AnyHashable |
| 32188 | public mutating func size(at index: Swift.Int, in size: CoreFoundation.CGSize, validatingContent: Swift.Bool = true) -> CoreFoundation.CGSize |
| 32189 | public mutating func removeSize(of identifier: Swift.AnyHashable) |
| 32190 | public mutating func removeAllSizes() |
| 32191 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32192 | public typealias Element = Swift.AnyHashable |
| 32193 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32194 | public typealias Index = Swift.Int |
| 32195 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32196 | public typealias Indices = Swift.Range<Swift.Int> |
| 32197 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32198 | public typealias Iterator = Swift.IndexingIterator<SwiftUI._ScrollableLayoutProxy> |
| 32199 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *) |
| 32200 | public typealias SubSequence = Swift.Slice<SwiftUI._ScrollableLayoutProxy> |
| 32201 | } |
| 32202 | #endif |
| 32203 | #if compiler(>=5.3) && $TildeSendable |
| 32204 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32205 | public struct _ScrollableLayoutItem : Swift.Equatable, ~Swift.Sendable { |
| 32206 | public var id: Swift.AnyHashable |
| 32207 | public var proposedSize: CoreFoundation.CGSize { |
| 32208 | get |
| 32209 | } |
| 32210 | public var anchor: SwiftUICore.UnitPoint { |
| 32211 | get |
| 32212 | } |
| 32213 | public var anchorPosition: CoreFoundation.CGPoint { |
| 32214 | get |
| 32215 | } |
| 32216 | public init(id: Swift.AnyHashable, proposedSize: CoreFoundation.CGSize, anchoring anchor: SwiftUICore.UnitPoint = .topLeading, at position: CoreFoundation.CGPoint) |
| 32217 | public static func == (a: SwiftUI._ScrollableLayoutItem, b: SwiftUI._ScrollableLayoutItem) -> Swift.Bool |
| 32218 | } |
| 32219 | #else |
| 32220 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32221 | public struct _ScrollableLayoutItem : Swift.Equatable { |
| 32222 | public var id: Swift.AnyHashable |
| 23534 | public init(id: Swift.AnyHashable, proposedSize: CoreFoundation.CGSize, anchoring anchor: SwiftUICore.UnitPoint = .topLeading, at position: CoreFoundation.CGPoint) |
| 23535 | public static func == (a: SwiftUI._ScrollableLayoutItem, b: SwiftUI._ScrollableLayoutItem) -> Swift.Bool |
| 23536 | } |
| 23537 | @available(*, unavailable) |
| 23538 | extension SwiftUI._ScrollableLayoutItem : Swift.Sendable { |
| 23539 | } |
| 23540 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23541 | @preconcurrency @_Concurrency.MainActor public protocol LabelStyle { |
| 23542 | associatedtype Body : SwiftUICore.View |
| 23543 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 23544 | typealias Configuration = SwiftUI.LabelStyleConfiguration |
| 23545 | } |
| 23546 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23547 | public struct LabelStyleConfiguration { |
| 23548 | @_Concurrency.MainActor @preconcurrency public struct Title { |
| 23549 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 23550 | public typealias Body = Swift.Never |
| 23551 | } |
| 23552 | @_Concurrency.MainActor @preconcurrency public struct Icon { |
| 23553 | @available(iOS 14.0, tvOS 14.0, watchOS 7.0, macOS 11.0, *) |
| 23554 | public typealias Body = Swift.Never |
| 23555 | } |
| 23556 | public var title: SwiftUI.LabelStyleConfiguration.Title { |
| 32232 | public init(id: Swift.AnyHashable, proposedSize: CoreFoundation.CGSize, anchoring anchor: SwiftUICore.UnitPoint = .topLeading, at position: CoreFoundation.CGPoint) |
| 32233 | public static func == (a: SwiftUI._ScrollableLayoutItem, b: SwiftUI._ScrollableLayoutItem) -> Swift.Bool |
| 32234 | } |
| 32235 | #endif |
| 32236 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 32237 | @preconcurrency @_Concurrency.MainActor public protocol LabelStyle { |
| 32238 | associatedtype Body : SwiftUICore.View |
| 32239 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 32240 | typealias Configuration = SwiftUI.LabelStyleConfiguration |
| 32241 | } |
| 32242 | #if compiler(>=5.3) && $TildeSendable |
| 32243 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 32244 | public struct LabelStyleConfiguration : ~Swift.Sendable { |
| 32245 | public struct Title : ~Swift.Sendable { |
| 32246 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 32247 | public typealias Body = Swift.Never |
| 32248 | } |
| 32249 | public struct Icon : ~Swift.Sendable { |
| 32250 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 32251 | public typealias Body = Swift.Never |
| 32252 | } |
| 32253 | public var title: SwiftUI.LabelStyleConfiguration.Title { |
| 23560 | get |
| 23561 | } |
| 23562 | } |
| 23563 | @available(*, unavailable) |
| 23564 | extension SwiftUI.LabelStyleConfiguration : Swift.Sendable { |
| 23565 | } |
| 23566 | @available(*, unavailable) |
| 23567 | extension SwiftUI.LabelStyleConfiguration.Icon : Swift.Sendable { |
| 23568 | } |
| 23569 | @available(*, unavailable) |
| 23570 | extension SwiftUI.LabelStyleConfiguration.Title : Swift.Sendable { |
| 23571 | } |
| 23572 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23573 | extension SwiftUICore.View { |
| 23574 | nonisolated public func labelStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.LabelStyle |
| 32257 | get |
| 32258 | } |
| 32259 | } |
| 32260 | #else |
| 32261 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 32262 | public struct LabelStyleConfiguration { |
| 32263 | public struct Title { |
| 32264 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 32265 | public typealias Body = Swift.Never |
| 32266 | } |
| 32267 | public struct Icon { |
| 32268 | @available(macOS 11.0, iOS 14.0, tvOS 14.0, watchOS 7.0, *) |
| 32269 | public typealias Body = Swift.Never |
| 32270 | } |
| 32271 | public var title: SwiftUI.LabelStyleConfiguration.Title { |
| 32272 | get |
| 32273 | } |
| 32274 | public var icon: SwiftUI.LabelStyleConfiguration.Icon { |
| 32275 | get |
| 32276 | } |
| 32277 | } |
| 32278 | #endif |
| 32279 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 32280 | extension SwiftUICore.View { |
| 32281 | nonisolated public func labelStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.LabelStyle |
| 23589 | .init(showsTitle: showsTitle) |
| 23590 | } |
| 23591 | } |
| 23592 | @available(macOS 11.0, *) |
| 23593 | @available(iOS, unavailable) |
| 23594 | @available(tvOS, unavailable) |
| 32296 | .init(showsTitle: showsTitle) |
| 32297 | } |
| 32298 | } |
| 32299 | #if compiler(>=5.3) && $TildeSendable |
| 32300 | @available(macOS 11.0, *) |
| 32301 | @available(iOS, unavailable) |
| 32302 | @available(tvOS, unavailable) |
| 32303 | @available(watchOS, unavailable) |
| 32304 | @available(visionOS, unavailable) |
| 32305 | public struct UnifiedCompactWindowToolbarStyle : SwiftUI.WindowToolbarStyle, ~Swift.Sendable { |
| 32306 | public typealias _Body = Swift.Never |
| 32307 | public init() |
| 32308 | public init(showsTitle: Swift.Bool) |
| 32309 | } |
| 32310 | #else |
| 32311 | @available(macOS 11.0, *) |
| 32312 | @available(iOS, unavailable) |
| 32313 | @available(tvOS, unavailable) |
| 23599 | public init() |
| 23600 | public init(showsTitle: Swift.Bool) |
| 23601 | } |
| 23602 | @available(*, unavailable) |
| 23603 | extension SwiftUI.UnifiedCompactWindowToolbarStyle : Swift.Sendable { |
| 23604 | } |
| 23605 | @available(iOS 13.4, macOS 10.15, *) |
| 23606 | @available(tvOS, unavailable) |
| 23607 | @available(watchOS, unavailable) |
| 32318 | public init() |
| 32319 | public init(showsTitle: Swift.Bool) |
| 32320 | } |
| 32321 | #endif |
| 32322 | @available(iOS 13.4, macOS 10.15, *) |
| 32323 | @available(tvOS, unavailable) |
| 32324 | @available(watchOS, unavailable) |
| 23615 | @available(tvOS, unavailable) |
| 23616 | @available(watchOS, unavailable) |
| 23617 | extension SwiftUICore.View { |
| 23618 | nonisolated public func onDrag<V>(_ data: @escaping () -> Foundation.NSItemProvider, @SwiftUICore.ViewBuilder preview: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 23619 | |
| 23620 | } |
| 23621 | @available(macOS 26.0, *) |
| 23622 | @available(iOS, unavailable) |
| 23623 | @available(tvOS, unavailable) |
| 23624 | @available(watchOS, unavailable) |
| 23625 | @available(visionOS, unavailable) |
| 23626 | extension SwiftUICore.View { |
| 23627 | nonisolated public func draggable<ItemID>(containerItemID: ItemID, containerNamespace: SwiftUICore.Namespace.ID? = nil) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable |
| 23628 |
| 32332 | @available(tvOS, unavailable) |
| 32333 | @available(watchOS, unavailable) |
| 32334 | extension SwiftUICore.View { |
| 32335 | nonisolated public func onDrag<V>(_ data: @escaping () -> Foundation.NSItemProvider, @SwiftUICore.ContentBuilder preview: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View |
| 32336 | |
| 32337 | } |
| 32338 | @available(iOS 27.0, macOS 26.0, visionOS 27.0, *) |
| 32339 | @available(tvOS, unavailable) |
| 32340 | @available(watchOS, unavailable) |
| 32341 | extension SwiftUICore.View { |
| 32342 | nonisolated public func draggable<ItemID>(containerItemID: ItemID, containerNamespace: SwiftUICore.Namespace.ID? = nil) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable |
| 32343 |
| 23645 | nonisolated public func dragContainer<ItemID, Item, Data>(for itemType: Item.Type = Item.self, itemID: Swift.KeyPath<Item, ItemID>, in namespace: SwiftUICore.Namespace.ID? = nil, _ payload: @escaping (_ draggedItemIDs: Swift.Array<ItemID>) -> Data) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable, Item : CoreTransferable.Transferable, Item == Data.Element, Data : Swift.Collection |
| 23646 | |
| 23647 | } |
| 23648 | @available(macOS 26.0, *) |
| 23649 | @available(iOS, unavailable) |
| 23650 | @available(tvOS, unavailable) |
| 23651 | @available(watchOS, unavailable) |
| 23652 | @available(visionOS, unavailable) |
| 23653 | extension SwiftUICore.View { |
| 23654 | nonisolated public func onDragSessionUpdated(_ onUpdate: @escaping (SwiftUI.DragSession) -> Swift.Void) -> some SwiftUICore.View |
| 23655 | |
| 23656 | nonisolated public func dragConfiguration(_ configuration: SwiftUI.DragConfiguration) -> some SwiftUICore.View |
| 23657 | |
| 23658 | } |
| 32360 | nonisolated public func dragContainer<ItemID, Item, Data>(for itemType: Item.Type = Item.self, itemID: Swift.KeyPath<Item, ItemID>, in namespace: SwiftUICore.Namespace.ID? = nil, _ payload: @escaping (_ draggedItemIDs: Swift.Array<ItemID>) -> Data) -> some SwiftUICore.View where ItemID : Swift.Hashable, ItemID : Swift.Sendable, Item : CoreTransferable.Transferable, Item == Data.Element, Data : Swift.Collection |
| 32361 | |
| 32362 | } |
| 32363 | extension SwiftUICore.View { |
| 32364 | @available(iOS 27.0, macOS 26.0, visionOS 27.0, *) |
| 32365 | @available(tvOS, unavailable) |
| 32366 | @available(watchOS, unavailable) |
| 32367 | nonisolated public func onDragSessionUpdated(_ onUpdate: @escaping (SwiftUI.DragSession) -> Swift.Void) -> some SwiftUICore.View |
| 32368 | |
| 32369 | @available(macOS 26.0, *) |
| 32370 | @available(iOS, unavailable) |
| 32371 | @available(tvOS, unavailable) |
| 32372 | @available(watchOS, unavailable) |
| 32373 | @available(visionOS, unavailable) |
| 32374 | nonisolated public func dragConfiguration(_ configuration: SwiftUI.DragConfiguration) -> some SwiftUICore.View |
| 32375 | |
| 32376 | } |
| 23662 | extension SwiftUICore.View { |
| 23663 | nonisolated public func draggable<T>(_ payload: @autoclosure @escaping () -> T) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 23664 | |
| 23665 | nonisolated public func draggable<V, T>(_ payload: @autoclosure @escaping () -> T, @SwiftUICore.ViewBuilder preview: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View, T : CoreTransferable.Transferable |
| 23666 | |
| 23667 | } |
| 23668 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23669 | public struct _ScrollViewProxy : Swift.Equatable { |
| 23670 | public var config: SwiftUI._ScrollViewConfig { |
| 32380 | extension SwiftUICore.View { |
| 32381 | nonisolated public func draggable<T>(_ payload: @autoclosure @escaping () -> T) -> some SwiftUICore.View where T : CoreTransferable.Transferable |
| 32382 | |
| 32383 | nonisolated public func draggable<V, T>(_ payload: @autoclosure @escaping () -> T, @SwiftUICore.ContentBuilder preview: () -> V) -> some SwiftUICore.View where V : SwiftUICore.View, T : CoreTransferable.Transferable |
| 32384 | |
| 32385 | } |
| 32386 | #if compiler(>=5.3) && $TildeSendable |
| 32387 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32388 | public struct _ScrollViewProxy : Swift.Equatable, ~Swift.Sendable { |
| 32389 | public var config: SwiftUI._ScrollViewConfig { |
| 32390 | get |
| 32391 | } |
| 32392 | public var contentOffset: CoreFoundation.CGPoint { |
| 32393 | get |
| 32394 | set |
| 32395 | } |
| 32396 | public var minContentOffset: CoreFoundation.CGPoint { |
| 32397 | get |
| 32398 | } |
| 32399 | public var maxContentOffset: CoreFoundation.CGPoint { |
| 32400 | get |
| 32401 | } |
| 32402 | public var contentSize: CoreFoundation.CGSize { |
| 32403 | get |
| 32404 | } |
| 32405 | public var pageSize: CoreFoundation.CGSize { |
| 32406 | get |
| 32407 | } |
| 32408 | public var visibleRect: CoreFoundation.CGRect { |
| 32409 | get |
| 32410 | } |
| 32411 | public var isDragging: Swift.Bool { |
| 32412 | get |
| 32413 | } |
| 32414 | public var isDecelerating: Swift.Bool { |
| 32415 | get |
| 32416 | } |
| 32417 | public var isScrolling: Swift.Bool { |
| 32418 | get |
| 32419 | } |
| 32420 | public var isScrollingHorizontally: Swift.Bool { |
| 32421 | get |
| 32422 | } |
| 32423 | public var isScrollingVertically: Swift.Bool { |
| 32424 | get |
| 32425 | } |
| 32426 | public func setContentOffset(_ newOffset: CoreFoundation.CGPoint, animated: Swift.Bool, completion: ((Swift.Bool) -> Swift.Void)? = nil) |
| 32427 | public func scrollRectToVisible(_ rect: CoreFoundation.CGRect, animated: Swift.Bool, completion: ((Swift.Bool) -> Swift.Void)? = nil) |
| 32428 | public func contentOffsetOfNextPage(_ directions: SwiftUI._EventDirections) -> CoreFoundation.CGPoint |
| 32429 | public static func == (lhs: SwiftUI._ScrollViewProxy, rhs: SwiftUI._ScrollViewProxy) -> Swift.Bool |
| 32430 | } |
| 32431 | #else |
| 32432 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32433 | public struct _ScrollViewProxy : Swift.Equatable { |
| 32434 | public var config: SwiftUI._ScrollViewConfig { |
| 23709 | public func contentOffsetOfNextPage(_ directions: SwiftUI._EventDirections) -> CoreFoundation.CGPoint |
| 23710 | public static func == (lhs: SwiftUI._ScrollViewProxy, rhs: SwiftUI._ScrollViewProxy) -> Swift.Bool |
| 23711 | } |
| 23712 | @available(*, unavailable) |
| 23713 | extension SwiftUI._ScrollViewProxy : Swift.Sendable { |
| 23714 | } |
| 23715 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 23716 | public struct _ContainedScrollViewKey { |
| 23717 | public typealias Value = SwiftUI._ScrollViewProxy? |
| 23718 | public static func reduce(value: inout SwiftUI._ContainedScrollViewKey.Value, nextValue: () -> SwiftUI._ContainedScrollViewKey.Value) |
| 23719 | } |
| 23720 | @available(*, unavailable) |
| 23721 | extension SwiftUI._ContainedScrollViewKey : Swift.Sendable { |
| 23722 | } |
| 23723 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 23724 | extension SwiftUICore._PreferenceWritingModifier : SwiftUI._SceneModifier { |
| 23725 | public static func _makeScene(modifier: SwiftUICore._GraphValue<SwiftUICore._PreferenceWritingModifier<Key>>, inputs: SwiftUI._SceneInputs, body: @escaping (SwiftUICore._Graph, SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs) -> SwiftUI._SceneOutputs |
| 32473 | public func contentOffsetOfNextPage(_ directions: SwiftUI._EventDirections) -> CoreFoundation.CGPoint |
| 32474 | public static func == (lhs: SwiftUI._ScrollViewProxy, rhs: SwiftUI._ScrollViewProxy) -> Swift.Bool |
| 32475 | } |
| 32476 | #endif |
| 32477 | #if compiler(>=5.3) && $TildeSendable |
| 32478 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32479 | public struct _ContainedScrollViewKey : ~Swift.Sendable { |
| 32480 | public typealias Value = SwiftUI._ScrollViewProxy? |
| 32481 | public static func reduce(value: inout SwiftUI._ContainedScrollViewKey.Value, nextValue: () -> SwiftUI._ContainedScrollViewKey.Value) |
| 32482 | } |
| 32483 | #else |
| 32484 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 32485 | public struct _ContainedScrollViewKey { |
| 32486 | public typealias Value = SwiftUI._ScrollViewProxy? |
| 32487 | public static func reduce(value: inout SwiftUI._ContainedScrollViewKey.Value, nextValue: () -> SwiftUI._ContainedScrollViewKey.Value) |
| 32488 | } |
| 32489 | #endif |
| 32490 | @available(iOS 14.0, macOS 11.0, tvOS 14.0, watchOS 7.0, *) |
| 32491 | extension SwiftUICore._PreferenceWritingModifier : SwiftUI._SceneModifier { |
| 32492 | public static func _makeScene(modifier: SwiftUICore._GraphValue<SwiftUICore._PreferenceWritingModifier<Key>>, inputs: SwiftUI._SceneInputs, body: @escaping (SwiftUICore._Graph, SwiftUI._SceneInputs) -> SwiftUI._SceneOutputs) -> SwiftUI._SceneOutputs |
| 23742 | } |
| 23743 | |
| 23744 | } |
| 23745 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23746 | @available(tvOS, unavailable) |
| 23747 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularGaugeStyle : SwiftUI.GaugeStyle { |
| 23748 | @_Concurrency.MainActor @preconcurrency public init() |
| 23749 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 23750 | |
| 23751 | @available(iOS 16.0, watchOS 9.0, macOS 13.0, *) |
| 23752 | @available(tvOS, unavailable) |
| 23753 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27AccessoryCircularGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 23754 | } |
| 23755 | @available(*, unavailable) |
| 23756 | extension SwiftUI.AccessoryCircularGaugeStyle : Swift.Sendable { |
| 23757 | } |
| 23758 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 23759 | @available(tvOS, unavailable) |
| 23760 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryCircularGaugeStyle { |
| 23761 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var accessoryCircular: SwiftUI.AccessoryCircularGaugeStyle { |
| 23762 | get { .init() } |
| 23763 | } |
| 23764 | } |
| 23765 | @available(macOS 13.0, visionOS 26.0, *) |
| 23766 | @available(iOS, unavailable) |
| 23767 | @available(tvOS, unavailable) |
| 23768 | @available(watchOS, unavailable) |
| 23769 | public struct Window<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 23770 | @_Concurrency.MainActor @preconcurrency public var body: some SwiftUI.Scene { |
| 23771 | get |
| 23772 | } |
| 23773 | public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 23774 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) |
| 23775 | @_disfavoredOverload @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) { |
| 23776 | self.init(Text(titleResource), id: id, content: content) |
| 23777 | } |
| 23778 | @_disfavoredOverload public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ViewBuilder content: () -> Content) where S : Swift.StringProtocol |
| 23779 | @available(visionOS 26.0, macOS 13.0, *) |
| 23780 | @available(iOS, unavailable) |
| 23781 | @available(tvOS, unavailable) |
| 23782 | @available(watchOS, unavailable) |
| 23783 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6WindowV4bodyQrvp", 0) __<Content> |
| 23784 | } |
| 23785 | @available(*, unavailable) |
| 23786 | extension SwiftUI.Window : Swift.Sendable { |
| 23787 | } |
| 23788 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 23789 | @available(tvOS, unavailable) |
| 23790 | @preconcurrency @_Concurrency.MainActor public protocol DatePickerStyle { |
| 23791 | associatedtype Body : SwiftUICore.View |
| 23792 | @available(iOS 16.0, macOS 13.0, *) |
| 23793 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 23794 | @available(iOS 16.0, macOS 13.0, *) |
| 23795 | typealias Configuration = SwiftUI.DatePickerStyleConfiguration |
| 23796 | associatedtype _Body : SwiftUICore.View = SwiftUICore.EmptyView |
| 23797 | @SwiftUICore.ViewBuilder @_Concurrency.MainActor @preconcurrency func _body(configuration: SwiftUI.DatePicker<Self._Label>) -> Self._Body |
| 23798 | typealias _Label = SwiftUI._DatePickerStyleLabel |
| 23799 | } |
| 23800 | @available(iOS 16.0, macOS 13.0, watchOS 10.0, *) |
| 23801 | @available(tvOS, unavailable) |
| 23802 | public struct DatePickerStyleConfiguration { |
| 23803 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 23804 | @available(iOS 16.0, watchOS 10.0, macOS 13.0, *) |
| 23805 | @available(tvOS, unavailable) |
| 23806 | public typealias Body = Swift.Never |
| 23807 | } |
| 23808 | public let label: SwiftUI.DatePickerStyleConfiguration.Label |
| 23809 | @SwiftUICore.Binding @_projectedValueProperty($selection) public var selection: Foundation.Date { |
| 23810 | get |
| 23811 | @available(iOS 16.0, watchOS 10.0, macOS 13.0, *) |
| 23812 | @available(tvOS, unavailable) |
| 23813 | nonmutating set |
| 23814 | @available(iOS 16.0, watchOS 10.0, macOS 13.0, *) |
| 23815 | @available(tvOS, unavailable) |
| 23816 | nonmutating _modify |
| 23817 | } |
| 32509 | } |
| 32510 | |
| 32511 | } |
| 32512 | #if compiler(>=5.3) && $TildeSendable |
| 32513 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 32514 | @available(tvOS, unavailable) |
| 32515 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularGaugeStyle : SwiftUI.GaugeStyle, ~Swift.Sendable { |
| 32516 | @_Concurrency.MainActor @preconcurrency public init() |
| 32517 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 32518 | |
| 32519 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 32520 | @available(tvOS, unavailable) |
| 32521 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27AccessoryCircularGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 32522 | } |
| 32523 | #else |
| 32524 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 32525 | @available(tvOS, unavailable) |
| 32526 | @_Concurrency.MainActor @preconcurrency public struct AccessoryCircularGaugeStyle : SwiftUI.GaugeStyle { |
| 32527 | @_Concurrency.MainActor @preconcurrency public init() |
| 32528 | @_Concurrency.MainActor @preconcurrency public func makeBody(configuration: SwiftUI.AccessoryCircularGaugeStyle.Configuration) -> some SwiftUICore.View |
| 32529 | |
| 32530 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, *) |
| 32531 | @available(tvOS, unavailable) |
| 32532 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI27AccessoryCircularGaugeStyleV8makeBody13configurationQrAA0eF13ConfigurationV_tF", 0) __ |
| 32533 | } |
| 32534 | #endif |
| 32535 | @available(iOS 16.0, macOS 13.0, watchOS 9.0, *) |
| 32536 | @available(tvOS, unavailable) |
| 32537 | extension SwiftUI.GaugeStyle where Self == SwiftUI.AccessoryCircularGaugeStyle { |
| 32538 | @_alwaysEmitIntoClient @_Concurrency.MainActor @preconcurrency public static var accessoryCircular: SwiftUI.AccessoryCircularGaugeStyle { |
| 32539 | get { .init() } |
| 32540 | } |
| 32541 | } |
| 32542 | #if compiler(>=5.3) && $TildeSendable |
| 32543 | @available(macOS 13.0, visionOS 26.0, *) |
| 32544 | @available(iOS, unavailable) |
| 32545 | @available(tvOS, unavailable) |
| 32546 | @available(watchOS, unavailable) |
| 32547 | nonisolated public struct Window<Content> : SwiftUI.Scene, ~Swift.Sendable where Content : SwiftUICore.View { |
| 32548 | nonisolated public var body: some SwiftUI.Scene { |
| 32549 | get |
| 32550 | } |
| 32551 | nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 32552 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 32553 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 32554 | self.init(Text(titleResource), id: id, content: content) |
| 32555 | } |
| 32556 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 32557 | @available(macOS 13.0, visionOS 26.0, *) |
| 32558 | @available(iOS, unavailable) |
| 32559 | @available(tvOS, unavailable) |
| 32560 | @available(watchOS, unavailable) |
| 32561 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6WindowV4bodyQrvp", 0) __<Content> |
| 32562 | } |
| 32563 | #else |
| 32564 | @available(macOS 13.0, visionOS 26.0, *) |
| 32565 | @available(iOS, unavailable) |
| 32566 | @available(tvOS, unavailable) |
| 32567 | @available(watchOS, unavailable) |
| 32568 | nonisolated public struct Window<Content> : SwiftUI.Scene where Content : SwiftUICore.View { |
| 32569 | nonisolated public var body: some SwiftUI.Scene { |
| 32570 | get |
| 32571 | } |
| 32572 | nonisolated public init(_ title: SwiftUICore.Text, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 32573 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) |
| 32574 | @_disfavoredOverload @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) { |
| 32575 | self.init(Text(titleResource), id: id, content: content) |
| 32576 | } |
| 32577 | @_disfavoredOverload nonisolated public init<S>(_ title: S, id: Swift.String, @SwiftUICore.ContentBuilder content: () -> Content) where S : Swift.StringProtocol |
| 32578 | @available(macOS 13.0, visionOS 26.0, *) |
| 32579 | @available(iOS, unavailable) |
| 32580 | @available(tvOS, unavailable) |
| 32581 | @available(watchOS, unavailable) |
| 32582 | public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI6WindowV4bodyQrvp", 0) __<Content> |
| 32583 | } |
| 32584 | #endif |
| 32585 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 32586 | @available(tvOS, unavailable) |
| 32587 | @preconcurrency @_Concurrency.MainActor public protocol DatePickerStyle { |
| 32588 | associatedtype Body : SwiftUICore.View |
| 32589 | @available(iOS 16.0, macOS 13.0, *) |
| 32590 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.Body |
| 32591 | @available(iOS 16.0, macOS 13.0, *) |
| 32592 | typealias Configuration = SwiftUI.DatePickerStyleConfiguration |
| 32593 | associatedtype _Body : SwiftUICore.View = SwiftUICore.EmptyView |
| 32594 | @SwiftUICore.ContentBuilder @_Concurrency.MainActor @preconcurrency func _body(configuration: SwiftUI.DatePicker<Self._Label>) -> Self._Body |
| 32595 | typealias _Label = SwiftUI._DatePickerStyleLabel |
| 32596 | } |
| 32597 | #if compiler(>=5.3) && $TildeSendable |
| 32598 | @available(iOS 16.0, macOS 13.0, watchOS 10.0, *) |
| 32599 | @available(tvOS, unavailable) |
| 32600 | public struct DatePickerStyleConfiguration : ~Swift.Sendable { |
| 32601 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View, ~Swift.Sendable { |
| 32602 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32603 | @available(tvOS, unavailable) |
| 32604 | public typealias Body = Swift.Never |
| 32605 | } |
| 32606 | public let label: SwiftUI.DatePickerStyleConfiguration.Label |
| 32607 | @SwiftUICore.Binding @_projectedValueProperty($selection) public var selection: Foundation.Date { |
| 32608 | get |
| 32609 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32610 | @available(tvOS, unavailable) |
| 32611 | nonmutating set |
| 32612 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32613 | @available(tvOS, unavailable) |
| 32614 | nonmutating _modify |
| 32615 | } |
| 23822 | public var maximumDate: Foundation.Date? |
| 23823 | public var displayedComponents: SwiftUI.DatePickerComponents |
| 23824 | } |
| 23825 | @available(*, unavailable) |
| 23826 | extension SwiftUI.DatePickerStyleConfiguration : Swift.Sendable { |
| 23827 | } |
| 23828 | @available(*, unavailable) |
| 23829 | extension SwiftUI.DatePickerStyleConfiguration.Label : Swift.Sendable { |
| 23830 | } |
| 23831 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 23832 | @available(tvOS, unavailable) |
| 23833 | extension SwiftUICore.View { |
| 23834 | nonisolated public func datePickerStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.DatePickerStyle |
| 23835 | |
| 23836 | } |
| 23837 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 23838 | @available(tvOS, unavailable) |
| 23839 | public struct _DatePickerStyleLabel : SwiftUICore.View { |
| 23840 | @available(iOS 13.0, watchOS 10.0, macOS 10.15, *) |
| 23841 | @available(tvOS, unavailable) |
| 23842 | public typealias Body = Swift.Never |
| 23843 | } |
| 23844 | @available(*, unavailable) |
| 23845 | extension SwiftUI._DatePickerStyleLabel : Swift.Sendable { |
| 23846 | } |
| 23847 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 23848 | @available(tvOS, unavailable) |
| 23849 | extension SwiftUI.DatePickerStyle where Self._Body == SwiftUICore.EmptyView { |
| 32620 | public var maximumDate: Foundation.Date? |
| 32621 | public var displayedComponents: SwiftUI.DatePickerComponents |
| 32622 | } |
| 32623 | #else |
| 32624 | @available(iOS 16.0, macOS 13.0, watchOS 10.0, *) |
| 32625 | @available(tvOS, unavailable) |
| 32626 | public struct DatePickerStyleConfiguration { |
| 32627 | @_Concurrency.MainActor @preconcurrency public struct Label : SwiftUICore.View { |
| 32628 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32629 | @available(tvOS, unavailable) |
| 32630 | public typealias Body = Swift.Never |
| 32631 | } |
| 32632 | public let label: SwiftUI.DatePickerStyleConfiguration.Label |
| 32633 | @SwiftUICore.Binding @_projectedValueProperty($selection) public var selection: Foundation.Date { |
| 32634 | get |
| 32635 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32636 | @available(tvOS, unavailable) |
| 32637 | nonmutating set |
| 32638 | @available(macOS 13.0, iOS 16.0, watchOS 10.0, *) |
| 32639 | @available(tvOS, unavailable) |
| 32640 | nonmutating _modify |
| 32641 | } |
| 32642 | public var $selection: SwiftUICore.Binding<Foundation.Date> { |
| 32643 | get |
| 32644 | } |
| 32645 | public var minimumDate: Foundation.Date? |
| 32646 | public var maximumDate: Foundation.Date? |
| 32647 | public var displayedComponents: SwiftUI.DatePickerComponents |
| 32648 | } |
| 32649 | #endif |
| 32650 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 32651 | @available(tvOS, unavailable) |
| 32652 | extension SwiftUICore.View { |
| 32653 | nonisolated public func datePickerStyle<S>(_ style: S) -> some SwiftUICore.View where S : SwiftUI.DatePickerStyle |
| 32654 | |
| 32655 | } |
| 32656 | #if compiler(>=5.3) && $TildeSendable |
| 32657 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 32658 | @available(tvOS, unavailable) |
| 32659 | nonisolated public struct _DatePickerStyleLabel : SwiftUICore.View, ~Swift.Sendable { |
| 32660 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 32661 | @available(tvOS, unavailable) |
| 32662 | public typealias Body = Swift.Never |
| 32663 | } |
| 32664 | #else |
| 32665 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 32666 | @available(tvOS, unavailable) |
| 32667 | nonisolated public struct _DatePickerStyleLabel : SwiftUICore.View { |
| 32668 | @available(macOS 10.15, iOS 13.0, watchOS 10.0, *) |
| 32669 | @available(tvOS, unavailable) |
| 32670 | public typealias Body = Swift.Never |
| 32671 | } |
| 32672 | #endif |
| 32673 | @available(iOS 13.0, macOS 10.15, watchOS 10.0, *) |
| 32674 | @available(tvOS, unavailable) |
| 32675 | extension SwiftUI.DatePickerStyle where Self._Body == SwiftUICore.EmptyView { |
| 24231 | @available(tvOS, unavailable) |
| 24232 | @available(watchOS, unavailable) |
| 24233 | extension SwiftUI.TableColumn where RowValue : ObjectiveC.NSObject, Sort == Foundation.SortDescriptor<RowValue>, Label == SwiftUICore.Text { |
| 24234 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24235 | @available(iOS 16.6, macOS 13.5, *) |
| 24236 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24237 | self.init( |
| 24238 | Text(titleResource), |
| 24239 | value: value, |
| 24240 | content: content |
| 24241 | ) |
| 24242 | } |
| 24243 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24244 | @available(iOS 16.6, macOS 13.5, *) |
| 24245 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24246 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24247 | @available(iOS 16.6, macOS 13.5, *) |
| 24248 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24249 | self.init( |
| 24250 | Text(titleResource), |
| 24251 | value: value, |
| 24252 | content: content |
| 24253 | ) |
| 24254 | } |
| 24255 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24256 | @available(iOS 16.6, macOS 13.5, *) |
| 24257 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24258 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24259 | @available(iOS 16.6, macOS 13.5, *) |
| 24260 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24261 | self.init( |
| 24262 | Text(titleResource), |
| 24263 | value: value, |
| 24264 | content: content |
| 24265 | ) |
| 24266 | } |
| 24267 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24268 | @available(iOS 16.6, macOS 13.5, *) |
| 24269 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24270 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24271 | @available(iOS 16.6, macOS 13.5, *) |
| 24272 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24273 | self.init( |
| 24274 | Text(titleResource), |
| 24275 | value: value, |
| 24276 | content: content |
| 24277 | ) |
| 24278 | } |
| 24279 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24280 | @available(iOS 16.6, macOS 13.5, *) |
| 24281 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24282 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24283 | @available(iOS 16.6, macOS 13.5, *) |
| 24284 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24285 | self.init( |
| 24286 | Text(titleResource), |
| 24287 | value: value, |
| 24288 | content: content |
| 24289 | ) |
| 24290 | } |
| 24291 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24292 | @available(iOS 16.6, macOS 13.5, *) |
| 24293 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24294 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24295 | @available(iOS 16.6, macOS 13.5, *) |
| 24296 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24297 | self.init( |
| 24298 | Text(titleResource), |
| 24299 | value: value, |
| 24300 | content: content |
| 24301 | ) |
| 24302 | } |
| 24303 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24304 | @available(iOS 16.6, macOS 13.5, *) |
| 24305 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24306 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24307 | @available(iOS 16.6, macOS 13.5, *) |
| 24308 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24309 | self.init( |
| 24310 | Text(titleResource), |
| 24311 | value: value, |
| 24312 | content: content |
| 24313 | ) |
| 24314 | } |
| 24315 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24316 | @available(iOS 16.6, macOS 13.5, *) |
| 24317 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24318 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24319 | @available(iOS 16.6, macOS 13.5, *) |
| 24320 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24321 | self.init( |
| 24322 | Text(titleResource), |
| 24323 | value: value, |
| 24324 | content: content |
| 24325 | ) |
| 24326 | } |
| 24327 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24328 | @available(iOS 16.6, macOS 13.5, *) |
| 24329 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24330 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24331 | @available(iOS 16.6, macOS 13.5, *) |
| 24332 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24333 | self.init( |
| 24334 | Text(titleResource), |
| 24335 | value: value, |
| 24336 | content: content |
| 24337 | ) |
| 24338 | } |
| 24339 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24340 | @available(iOS 16.6, macOS 13.5, *) |
| 24341 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24342 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24343 | @available(iOS 16.6, macOS 13.5, *) |
| 24344 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24345 | self.init( |
| 24346 | Text(titleResource), |
| 24347 | value: value, |
| 24348 | content: content |
| 24349 | ) |
| 24350 | } |
| 24351 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24352 | @available(iOS 16.6, macOS 13.5, *) |
| 24353 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24354 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24355 | @available(iOS 16.6, macOS 13.5, *) |
| 24356 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24357 | self.init( |
| 24358 | Text(titleResource), |
| 24359 | value: value, |
| 24360 | content: content |
| 24361 | ) |
| 24362 | } |
| 24363 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24364 | @available(iOS 16.6, macOS 13.5, *) |
| 24365 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24366 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24367 | @available(iOS 16.6, macOS 13.5, *) |
| 24368 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24369 | self.init( |
| 24370 | Text(titleResource), |
| 24371 | value: value, |
| 24372 | content: content |
| 24373 | ) |
| 24374 | } |
| 24375 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24376 | @available(iOS 16.6, macOS 13.5, *) |
| 24377 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24378 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24379 | @available(iOS 16.6, macOS 13.5, *) |
| 24380 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24381 | self.init( |
| 24382 | Text(titleResource), |
| 24383 | value: value, |
| 24384 | content: content |
| 24385 | ) |
| 24386 | } |
| 24387 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24388 | @available(iOS 16.6, macOS 13.5, *) |
| 24389 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24390 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24391 | @available(iOS 16.6, macOS 13.5, *) |
| 24392 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24393 | self.init( |
| 24394 | Text(titleResource), |
| 24395 | value: value, |
| 24396 | content: content |
| 24397 | ) |
| 24398 | } |
| 24399 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24400 | @available(iOS 16.6, macOS 13.5, *) |
| 24401 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24402 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24403 | @available(iOS 16.6, macOS 13.5, *) |
| 24404 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24405 | self.init( |
| 24406 | Text(titleResource), |
| 24407 | value: value, |
| 24408 | content: content |
| 24409 | ) |
| 24410 | } |
| 24411 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24412 | @available(iOS 16.6, macOS 13.5, *) |
| 24413 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24414 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24415 | @available(iOS 16.6, macOS 13.5, *) |
| 24416 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24417 | self.init( |
| 24418 | Text(titleResource), |
| 24419 | value: value, |
| 24420 | content: content |
| 24421 | ) |
| 24422 | } |
| 24423 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24424 | @available(iOS 16.6, macOS 13.5, *) |
| 24425 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24426 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24427 | @available(iOS 16.6, macOS 13.5, *) |
| 24428 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24429 | self.init( |
| 24430 | Text(titleResource), |
| 24431 | value: value, |
| 24432 | content: content |
| 24433 | ) |
| 24434 | } |
| 24435 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24436 | @available(iOS 16.6, macOS 13.5, *) |
| 24437 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24438 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24439 | @available(iOS 16.6, macOS 13.5, *) |
| 24440 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24441 | self.init( |
| 24442 | Text(titleResource), |
| 24443 | value: value, |
| 24444 | content: content |
| 24445 | ) |
| 24446 | } |
| 24447 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24448 | @available(iOS 16.6, macOS 13.5, *) |
| 24449 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24450 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24451 | @available(iOS 16.6, macOS 13.5, *) |
| 24452 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24453 | self.init( |
| 24454 | Text(titleResource), |
| 24455 | value: value, |
| 24456 | content: content |
| 24457 | ) |
| 24458 | } |
| 24459 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24460 | @available(iOS 16.6, macOS 13.5, *) |
| 24461 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24462 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24463 | @available(iOS 16.6, macOS 13.5, *) |
| 24464 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24465 | self.init( |
| 24466 | Text(titleResource), |
| 24467 | value: value, |
| 24468 | content: content |
| 24469 | ) |
| 24470 | } |
| 24471 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24472 | @available(iOS 16.6, macOS 13.5, *) |
| 24473 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24474 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24475 | @available(iOS 16.6, macOS 13.5, *) |
| 24476 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24477 | self.init( |
| 24478 | Text(titleResource), |
| 24479 | value: value, |
| 24480 | content: content |
| 24481 | ) |
| 24482 | } |
| 24483 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24484 | @available(iOS 16.6, macOS 13.5, *) |
| 24485 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24486 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24487 | @available(iOS 16.6, macOS 13.5, *) |
| 24488 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24489 | self.init( |
| 24490 | Text(titleResource), |
| 24491 | value: value, |
| 24492 | content: content |
| 24493 | ) |
| 24494 | } |
| 24495 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24496 | @available(iOS 16.6, macOS 13.5, *) |
| 24497 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24498 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24499 | @available(iOS 16.6, macOS 13.5, *) |
| 24500 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24501 | self.init( |
| 24502 | Text(titleResource), |
| 24503 | value: value, |
| 24504 | content: content |
| 24505 | ) |
| 24506 | } |
| 24507 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24508 | @available(iOS 16.6, macOS 13.5, *) |
| 24509 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24510 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24511 | @available(iOS 16.6, macOS 13.5, *) |
| 24512 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24513 | self.init( |
| 24514 | Text(titleResource), |
| 24515 | value: value, |
| 24516 | content: content |
| 24517 | ) |
| 24518 | } |
| 24519 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24520 | @available(iOS 16.6, macOS 13.5, *) |
| 24521 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24522 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24523 | @available(iOS 16.6, macOS 13.5, *) |
| 24524 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24525 | self.init( |
| 24526 | Text(titleResource), |
| 24527 | value: value, |
| 24528 | content: content |
| 24529 | ) |
| 24530 | } |
| 24531 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24532 | @available(iOS 16.6, macOS 13.5, *) |
| 24533 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24534 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24535 | @available(iOS 16.6, macOS 13.5, *) |
| 24536 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24537 | self.init( |
| 24538 | Text(titleResource), |
| 24539 | value: value, |
| 24540 | content: content |
| 24541 | ) |
| 24542 | } |
| 24543 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24544 | @available(iOS 16.6, macOS 13.5, *) |
| 24545 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24546 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24547 | @available(iOS 16.6, macOS 13.5, *) |
| 24548 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24549 | self.init( |
| 24550 | Text(titleResource), |
| 24551 | value: value, |
| 24552 | content: content |
| 24553 | ) |
| 24554 | } |
| 24555 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24556 | @available(iOS 16.6, macOS 13.5, *) |
| 24557 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24558 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24559 | @available(iOS 16.6, macOS 13.5, *) |
| 24560 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24561 | self.init( |
| 24562 | Text(titleResource), |
| 24563 | value: value, |
| 24564 | content: content |
| 24565 | ) |
| 24566 | } |
| 24567 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24568 | @available(iOS 16.6, macOS 13.5, *) |
| 24569 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24570 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24571 | @available(iOS 16.6, macOS 13.5, *) |
| 24572 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24573 | self.init( |
| 24574 | Text(titleResource), |
| 24575 | value: value, |
| 24576 | content: content |
| 24577 | ) |
| 24578 | } |
| 24579 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24580 | @available(iOS 16.6, macOS 13.5, *) |
| 24581 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24582 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24583 | @available(iOS 16.6, macOS 13.5, *) |
| 24584 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24585 | self.init( |
| 24586 | Text(titleResource), |
| 24587 | value: value, |
| 24588 | content: content |
| 24589 | ) |
| 24590 | } |
| 24591 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24592 | @available(iOS 16.6, macOS 13.5, *) |
| 24593 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24594 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24595 | @available(iOS 16.6, macOS 13.5, *) |
| 24596 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24597 | self.init( |
| 24598 | Text(titleResource), |
| 24599 | value: value, |
| 24600 | comparator: comparator, |
| 24601 | content: content |
| 24602 | ) |
| 24603 | } |
| 24604 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24605 | @available(iOS 16.6, macOS 13.5, *) |
| 24606 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24607 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24608 | @available(iOS 16.6, macOS 13.5, *) |
| 24609 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) { |
| 24610 | self.init( |
| 24611 | Text(titleResource), |
| 24612 | value: value, |
| 24613 | comparator: comparator, |
| 24614 | content: content |
| 24615 | ) |
| 24616 | } |
| 24617 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 24618 | @available(iOS 16.6, macOS 13.5, *) |
| 24619 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ViewBuilder content: @escaping (RowValue) -> Content) |
| 24620 | public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 24621 | @available(iOS 16.6, macOS 13.5, *) |
| 24622 | @_alwaysEmitIntoClient public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text { |
| 24623 | self.init( |
| 24624 | Text(titleResource), |
| 24625 | value: value, |
| 24626 | comparator: comparator |
| 24627 | ) |
| 24628 | } |
| 24629 | @_disfavoredOverload public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text, S : Swift.StringProtocol |
| 24630 | @available(iOS 16.6, macOS 13.5, *) |
| 24631 | public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 24632 | } |
| 24633 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 24634 | @available(tvOS, unavailable) |
| 33057 | @available(tvOS, unavailable) |
| 33058 | @available(watchOS, unavailable) |
| 33059 | extension SwiftUI.TableColumn where RowValue : ObjectiveC.NSObject, Sort == Foundation.SortDescriptor<RowValue>, Label == SwiftUICore.Text { |
| 33060 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33061 | @available(iOS 16.6, macOS 13.5, *) |
| 33062 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33063 | self.init( |
| 33064 | Text(titleResource), |
| 33065 | value: value, |
| 33066 | content: content |
| 33067 | ) |
| 33068 | } |
| 33069 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33070 | @available(iOS 16.6, macOS 13.5, *) |
| 33071 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Bool>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33072 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33073 | @available(iOS 16.6, macOS 13.5, *) |
| 33074 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33075 | self.init( |
| 33076 | Text(titleResource), |
| 33077 | value: value, |
| 33078 | content: content |
| 33079 | ) |
| 33080 | } |
| 33081 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33082 | @available(iOS 16.6, macOS 13.5, *) |
| 33083 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Bool?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33084 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33085 | @available(iOS 16.6, macOS 13.5, *) |
| 33086 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33087 | self.init( |
| 33088 | Text(titleResource), |
| 33089 | value: value, |
| 33090 | content: content |
| 33091 | ) |
| 33092 | } |
| 33093 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33094 | @available(iOS 16.6, macOS 13.5, *) |
| 33095 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Double>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33096 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33097 | @available(iOS 16.6, macOS 13.5, *) |
| 33098 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33099 | self.init( |
| 33100 | Text(titleResource), |
| 33101 | value: value, |
| 33102 | content: content |
| 33103 | ) |
| 33104 | } |
| 33105 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33106 | @available(iOS 16.6, macOS 13.5, *) |
| 33107 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Double?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33108 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33109 | @available(iOS 16.6, macOS 13.5, *) |
| 33110 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33111 | self.init( |
| 33112 | Text(titleResource), |
| 33113 | value: value, |
| 33114 | content: content |
| 33115 | ) |
| 33116 | } |
| 33117 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33118 | @available(iOS 16.6, macOS 13.5, *) |
| 33119 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Float>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33120 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33121 | @available(iOS 16.6, macOS 13.5, *) |
| 33122 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33123 | self.init( |
| 33124 | Text(titleResource), |
| 33125 | value: value, |
| 33126 | content: content |
| 33127 | ) |
| 33128 | } |
| 33129 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33130 | @available(iOS 16.6, macOS 13.5, *) |
| 33131 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Float?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33132 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33133 | @available(iOS 16.6, macOS 13.5, *) |
| 33134 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33135 | self.init( |
| 33136 | Text(titleResource), |
| 33137 | value: value, |
| 33138 | content: content |
| 33139 | ) |
| 33140 | } |
| 33141 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33142 | @available(iOS 16.6, macOS 13.5, *) |
| 33143 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33144 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33145 | @available(iOS 16.6, macOS 13.5, *) |
| 33146 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33147 | self.init( |
| 33148 | Text(titleResource), |
| 33149 | value: value, |
| 33150 | content: content |
| 33151 | ) |
| 33152 | } |
| 33153 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33154 | @available(iOS 16.6, macOS 13.5, *) |
| 33155 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33156 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33157 | @available(iOS 16.6, macOS 13.5, *) |
| 33158 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33159 | self.init( |
| 33160 | Text(titleResource), |
| 33161 | value: value, |
| 33162 | content: content |
| 33163 | ) |
| 33164 | } |
| 33165 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33166 | @available(iOS 16.6, macOS 13.5, *) |
| 33167 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33168 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33169 | @available(iOS 16.6, macOS 13.5, *) |
| 33170 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33171 | self.init( |
| 33172 | Text(titleResource), |
| 33173 | value: value, |
| 33174 | content: content |
| 33175 | ) |
| 33176 | } |
| 33177 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33178 | @available(iOS 16.6, macOS 13.5, *) |
| 33179 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33180 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33181 | @available(iOS 16.6, macOS 13.5, *) |
| 33182 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33183 | self.init( |
| 33184 | Text(titleResource), |
| 33185 | value: value, |
| 33186 | content: content |
| 33187 | ) |
| 33188 | } |
| 33189 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33190 | @available(iOS 16.6, macOS 13.5, *) |
| 33191 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33192 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33193 | @available(iOS 16.6, macOS 13.5, *) |
| 33194 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33195 | self.init( |
| 33196 | Text(titleResource), |
| 33197 | value: value, |
| 33198 | content: content |
| 33199 | ) |
| 33200 | } |
| 33201 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33202 | @available(iOS 16.6, macOS 13.5, *) |
| 33203 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33204 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33205 | @available(iOS 16.6, macOS 13.5, *) |
| 33206 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33207 | self.init( |
| 33208 | Text(titleResource), |
| 33209 | value: value, |
| 33210 | content: content |
| 33211 | ) |
| 33212 | } |
| 33213 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33214 | @available(iOS 16.6, macOS 13.5, *) |
| 33215 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33216 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33217 | @available(iOS 16.6, macOS 13.5, *) |
| 33218 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33219 | self.init( |
| 33220 | Text(titleResource), |
| 33221 | value: value, |
| 33222 | content: content |
| 33223 | ) |
| 33224 | } |
| 33225 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33226 | @available(iOS 16.6, macOS 13.5, *) |
| 33227 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33228 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33229 | @available(iOS 16.6, macOS 13.5, *) |
| 33230 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33231 | self.init( |
| 33232 | Text(titleResource), |
| 33233 | value: value, |
| 33234 | content: content |
| 33235 | ) |
| 33236 | } |
| 33237 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33238 | @available(iOS 16.6, macOS 13.5, *) |
| 33239 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33240 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33241 | @available(iOS 16.6, macOS 13.5, *) |
| 33242 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33243 | self.init( |
| 33244 | Text(titleResource), |
| 33245 | value: value, |
| 33246 | content: content |
| 33247 | ) |
| 33248 | } |
| 33249 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33250 | @available(iOS 16.6, macOS 13.5, *) |
| 33251 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.Int?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33252 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33253 | @available(iOS 16.6, macOS 13.5, *) |
| 33254 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33255 | self.init( |
| 33256 | Text(titleResource), |
| 33257 | value: value, |
| 33258 | content: content |
| 33259 | ) |
| 33260 | } |
| 33261 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33262 | @available(iOS 16.6, macOS 13.5, *) |
| 33263 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt8>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33264 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33265 | @available(iOS 16.6, macOS 13.5, *) |
| 33266 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33267 | self.init( |
| 33268 | Text(titleResource), |
| 33269 | value: value, |
| 33270 | content: content |
| 33271 | ) |
| 33272 | } |
| 33273 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33274 | @available(iOS 16.6, macOS 13.5, *) |
| 33275 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt8?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33276 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33277 | @available(iOS 16.6, macOS 13.5, *) |
| 33278 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33279 | self.init( |
| 33280 | Text(titleResource), |
| 33281 | value: value, |
| 33282 | content: content |
| 33283 | ) |
| 33284 | } |
| 33285 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33286 | @available(iOS 16.6, macOS 13.5, *) |
| 33287 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt16>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33288 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33289 | @available(iOS 16.6, macOS 13.5, *) |
| 33290 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33291 | self.init( |
| 33292 | Text(titleResource), |
| 33293 | value: value, |
| 33294 | content: content |
| 33295 | ) |
| 33296 | } |
| 33297 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33298 | @available(iOS 16.6, macOS 13.5, *) |
| 33299 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt16?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33300 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33301 | @available(iOS 16.6, macOS 13.5, *) |
| 33302 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33303 | self.init( |
| 33304 | Text(titleResource), |
| 33305 | value: value, |
| 33306 | content: content |
| 33307 | ) |
| 33308 | } |
| 33309 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33310 | @available(iOS 16.6, macOS 13.5, *) |
| 33311 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt32>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33312 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33313 | @available(iOS 16.6, macOS 13.5, *) |
| 33314 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33315 | self.init( |
| 33316 | Text(titleResource), |
| 33317 | value: value, |
| 33318 | content: content |
| 33319 | ) |
| 33320 | } |
| 33321 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33322 | @available(iOS 16.6, macOS 13.5, *) |
| 33323 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt32?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33324 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33325 | @available(iOS 16.6, macOS 13.5, *) |
| 33326 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33327 | self.init( |
| 33328 | Text(titleResource), |
| 33329 | value: value, |
| 33330 | content: content |
| 33331 | ) |
| 33332 | } |
| 33333 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33334 | @available(iOS 16.6, macOS 13.5, *) |
| 33335 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt64>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33336 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33337 | @available(iOS 16.6, macOS 13.5, *) |
| 33338 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33339 | self.init( |
| 33340 | Text(titleResource), |
| 33341 | value: value, |
| 33342 | content: content |
| 33343 | ) |
| 33344 | } |
| 33345 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33346 | @available(iOS 16.6, macOS 13.5, *) |
| 33347 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt64?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33348 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33349 | @available(iOS 16.6, macOS 13.5, *) |
| 33350 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33351 | self.init( |
| 33352 | Text(titleResource), |
| 33353 | value: value, |
| 33354 | content: content |
| 33355 | ) |
| 33356 | } |
| 33357 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33358 | @available(iOS 16.6, macOS 13.5, *) |
| 33359 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33360 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33361 | @available(iOS 16.6, macOS 13.5, *) |
| 33362 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33363 | self.init( |
| 33364 | Text(titleResource), |
| 33365 | value: value, |
| 33366 | content: content |
| 33367 | ) |
| 33368 | } |
| 33369 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33370 | @available(iOS 16.6, macOS 13.5, *) |
| 33371 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.UInt?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33372 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33373 | @available(iOS 16.6, macOS 13.5, *) |
| 33374 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33375 | self.init( |
| 33376 | Text(titleResource), |
| 33377 | value: value, |
| 33378 | content: content |
| 33379 | ) |
| 33380 | } |
| 33381 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33382 | @available(iOS 16.6, macOS 13.5, *) |
| 33383 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.Date>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33384 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33385 | @available(iOS 16.6, macOS 13.5, *) |
| 33386 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33387 | self.init( |
| 33388 | Text(titleResource), |
| 33389 | value: value, |
| 33390 | content: content |
| 33391 | ) |
| 33392 | } |
| 33393 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33394 | @available(iOS 16.6, macOS 13.5, *) |
| 33395 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.Date?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33396 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33397 | @available(iOS 16.6, macOS 13.5, *) |
| 33398 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33399 | self.init( |
| 33400 | Text(titleResource), |
| 33401 | value: value, |
| 33402 | content: content |
| 33403 | ) |
| 33404 | } |
| 33405 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33406 | @available(iOS 16.6, macOS 13.5, *) |
| 33407 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.UUID>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33408 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33409 | @available(iOS 16.6, macOS 13.5, *) |
| 33410 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33411 | self.init( |
| 33412 | Text(titleResource), |
| 33413 | value: value, |
| 33414 | content: content |
| 33415 | ) |
| 33416 | } |
| 33417 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33418 | @available(iOS 16.6, macOS 13.5, *) |
| 33419 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Foundation.UUID?>, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33420 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33421 | @available(iOS 16.6, macOS 13.5, *) |
| 33422 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33423 | self.init( |
| 33424 | Text(titleResource), |
| 33425 | value: value, |
| 33426 | comparator: comparator, |
| 33427 | content: content |
| 33428 | ) |
| 33429 | } |
| 33430 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33431 | @available(iOS 16.6, macOS 13.5, *) |
| 33432 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33433 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33434 | @available(iOS 16.6, macOS 13.5, *) |
| 33435 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) { |
| 33436 | self.init( |
| 33437 | Text(titleResource), |
| 33438 | value: value, |
| 33439 | comparator: comparator, |
| 33440 | content: content |
| 33441 | ) |
| 33442 | } |
| 33443 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) where S : Swift.StringProtocol |
| 33444 | @available(iOS 16.6, macOS 13.5, *) |
| 33445 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String?>, comparator: Swift.String.StandardComparator = .localizedStandard, @SwiftUICore.ContentBuilder content: @escaping (RowValue) -> Content) |
| 33446 | nonisolated public init(_ titleKey: SwiftUICore.LocalizedStringKey, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 33447 | @available(iOS 16.6, macOS 13.5, *) |
| 33448 | @_alwaysEmitIntoClient nonisolated public init(_ titleResource: Foundation.LocalizedStringResource, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text { |
| 33449 | self.init( |
| 33450 | Text(titleResource), |
| 33451 | value: value, |
| 33452 | comparator: comparator |
| 33453 | ) |
| 33454 | } |
| 33455 | @_disfavoredOverload nonisolated public init<S>(_ title: S, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text, S : Swift.StringProtocol |
| 33456 | @available(iOS 16.6, macOS 13.5, *) |
| 33457 | nonisolated public init(_ text: SwiftUICore.Text, value: Swift.KeyPath<RowValue, Swift.String>, comparator: Swift.String.StandardComparator = .localizedStandard) where Content == SwiftUICore.Text |
| 33458 | } |
| 33459 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, visionOS 26.0, *) |
| 33460 | @available(tvOS, unavailable) |
| 24741 | } |
| 24742 | |
| 24743 | } |
| 24744 | @available(iOS 13.0, tvOS 13.0, *) |
| 24745 | @available(macOS, unavailable) |
| 24746 | extension SwiftUI._UIHostingView : SwiftUICore._BenchmarkHost {} |
| 33567 | } |
| 33568 | |
| 33569 | } |
| 33570 | @available(watchOS 9.0, *) |
| 33571 | @available(*, deprecated, message: "Snapshotting is deprecated") |
| 33572 | @available(iOS, unavailable) |
| 33573 | @available(macOS, unavailable) |
| 33574 | @available(tvOS, unavailable) |
| 33575 | @available(visionOS, unavailable) |
| 33576 | extension SwiftUI.SnapshotData.SnapshotReason : Swift.Equatable {} |
| 33577 | @available(watchOS 9.0, *) |
| 33578 | @available(*, deprecated, message: "Snapshotting is deprecated") |
| 33579 | @available(iOS, unavailable) |
| 33580 | @available(macOS, unavailable) |
| 33581 | @available(tvOS, unavailable) |
| 33582 | @available(visionOS, unavailable) |
| 33583 | extension SwiftUI.SnapshotData.SnapshotReason : Swift.Hashable {} |
| 33584 | @available(iOS 13.0, tvOS 13.0, *) |
| 33585 | @available(macOS, unavailable) |
| 33586 | extension SwiftUI._UIHostingView : SwiftUICore._BenchmarkHost {} |
| 24828 | extension SwiftUI.ScrollTransitionPhase : Swift.Hashable {} |
| 24829 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 24830 | extension SwiftUI.ScrollTransitionPhase : Swift.BitwiseCopyable {} |
| 24831 | @available(watchOS 6.0, *) |
| 24832 | @available(iOS, unavailable) |
| 24833 | @available(macOS, unavailable) |
| 33668 | extension SwiftUI.ScrollTransitionPhase : Swift.Hashable {} |
| 33669 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *) |
| 33670 | extension SwiftUI.ScrollTransitionPhase : Swift.BitwiseCopyable {} |
| 33671 | @available(iOS 14.0, macOS 11.0, *) |
| 33672 | @available(tvOS, unavailable) |
| 33673 | @available(watchOS, unavailable) |
| 33674 | extension Swift.Never : SwiftUI.Commands {} |
| 33675 | @available(watchOS 6.0, *) |
| 33676 | @available(iOS, unavailable) |
| 33677 | @available(macOS, unavailable) |
| 24864 | @available(macOS, unavailable) |
| 24865 | @available(watchOS, unavailable) |
| 24866 | extension SwiftUI.UIApplicationDelegateAdaptor : Swift.Sendable {} |
| 24867 | @available(iOS 14.0, macOS 11.0, *) |
| 24868 | @available(tvOS, unavailable) |
| 24869 | @available(watchOS, unavailable) |
| 24870 | extension Swift.Never : SwiftUI.Commands {} |
| 24871 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 24872 | extension SwiftUI.AccessibilityOptionalRotorContent : SwiftUI.AccessibilityRotorContent {} |
| 24873 | @available(macOS 15.0, *) |
| 33708 | @available(macOS, unavailable) |
| 33709 | @available(watchOS, unavailable) |
| 33710 | extension SwiftUI.UIApplicationDelegateAdaptor : Swift.Sendable {} |
| 33711 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) |
| 33712 | extension SwiftUI.AccessibilityOptionalRotorContent : SwiftUI.AccessibilityRotorContent {} |
| 33713 | @available(macOS 15.0, *) |
| 25083 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 25084 | @available(watchOS, unavailable) |
| 25085 | extension SwiftUI.KeyPress.Result : Swift.Hashable {} |
| 25086 | @available(watchOS 9.0, *) |
| 25087 | @available(iOS, unavailable) |
| 25088 | @available(macOS, unavailable) |
| 25089 | @available(tvOS, unavailable) |
| 25090 | @available(visionOS, unavailable) |
| 25091 | extension SwiftUI.SnapshotData.SnapshotReason : Swift.Equatable {} |
| 25092 | @available(watchOS 9.0, *) |
| 25093 | @available(iOS, unavailable) |
| 25094 | @available(macOS, unavailable) |
| 25095 | @available(tvOS, unavailable) |
| 25096 | @available(visionOS, unavailable) |
| 25097 | extension SwiftUI.SnapshotData.SnapshotReason : Swift.Hashable {} |
| 25098 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 25099 | extension SwiftUI._HiddenModifier : Swift.Sendable {} |
| 25100 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 33923 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, *) |
| 33924 | @available(watchOS, unavailable) |
| 33925 | extension SwiftUI.KeyPress.Result : Swift.Hashable {} |
| 33926 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |
| 33927 | extension SwiftUI._HiddenModifier : Swift.Sendable {} |
| 33928 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) |