@triniwiz/nativescript-masonkit 1.0.0-beta.70 → 1.0.0-beta.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +34 -12
- package/common.js +193 -7
- package/common.js.map +1 -1
- package/index.d.ts +9 -0
- package/package.json +1 -1
- package/platforms/android/include.gradle +1 -0
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +5 -5
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +101 -119
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +38643 -42603
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/module.modulemap +0 -1
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +8340 -8694
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +202 -238
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +38643 -42603
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +38643 -42603
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +212 -551
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/module.modulemap +0 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +29 -29
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +8335 -8689
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +7982 -8321
- package/properties.js +11 -0
- package/properties.js.map +1 -1
- package/scroll/index.android.js +4 -1
- package/scroll/index.android.js.map +1 -1
- package/scroll/index.ios.js +10 -1
- package/scroll/index.ios.js.map +1 -1
- package/style.d.ts +6 -6
- package/style.js +7 -4
- package/style.js.map +1 -1
- package/symbols.d.ts +1 -0
- package/symbols.js +1 -0
- package/symbols.js.map +1 -1
- package/text/index.android.js +12 -1
- package/text/index.android.js.map +1 -1
- package/text/index.ios.js +5 -1
- package/text/index.ios.js.map +1 -1
- package/tree/index.android.js +5 -7
- package/tree/index.android.js.map +1 -1
- package/tree/index.ios.js +4 -6
- package/tree/index.ios.js.map +1 -1
- package/view/index.android.js +4 -1
- package/view/index.android.js.map +1 -1
- package/view/index.ios.js +16 -1
- package/view/index.ios.js.map +1 -1
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Headers/Mason-Swift.h +0 -1995
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Headers/Mason.h +0 -25
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Headers/mason_native.h +0 -499
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Info.plist +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -102460
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -3807
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -3807
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/Modules/module.modulemap +0 -11
- package/platforms/ios/Mason.xcframework/ios-arm64-simulator/Mason.framework/_CodeSignature/CodeResources +0 -212
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios15.6 -enable-objc-interop -enable-library-evolution -swift-version 5 -
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.3.1 effective-5.10 (swiftlang-6.3.1.1.2 clang-2100.0.123.102)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios15.6 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Mason
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.1
|
|
5
5
|
import CoreImage.CIFilterBuiltins
|
|
6
6
|
import CoreGraphics
|
|
7
7
|
import CoreImage
|
|
8
8
|
import CoreText
|
|
9
|
+
import FontManager
|
|
9
10
|
import Foundation
|
|
10
11
|
@_exported import Mason
|
|
11
12
|
import MetalKit
|
|
@@ -18,123 +19,6 @@ import _Concurrency
|
|
|
18
19
|
import _StringProcessing
|
|
19
20
|
import _SwiftConcurrencyShims
|
|
20
21
|
import simd
|
|
21
|
-
@objc(NSCFontDisplay) public enum NSCFontDisplay : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
22
|
-
case auto
|
|
23
|
-
case block
|
|
24
|
-
case fallback
|
|
25
|
-
case optional
|
|
26
|
-
case swap
|
|
27
|
-
public typealias RawValue = Swift.Int
|
|
28
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
29
|
-
public init?(rawValue: Swift.Int)
|
|
30
|
-
#endif
|
|
31
|
-
public var rawValue: Swift.Int {
|
|
32
|
-
get
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
@objc(NSCFontWeight) public enum NSCFontWeight : Swift.Int, Swift.RawRepresentable, Swift.Codable, Swift.CustomStringConvertible {
|
|
36
|
-
case thin
|
|
37
|
-
case extraLight
|
|
38
|
-
case light
|
|
39
|
-
case normal
|
|
40
|
-
case medium
|
|
41
|
-
case semiBold
|
|
42
|
-
case bold
|
|
43
|
-
case extraBold
|
|
44
|
-
case black
|
|
45
|
-
public var description: Swift.String {
|
|
46
|
-
get
|
|
47
|
-
}
|
|
48
|
-
public typealias RawValue = Swift.Int
|
|
49
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
50
|
-
public init?(rawValue: Swift.Int)
|
|
51
|
-
#endif
|
|
52
|
-
public var rawValue: Swift.Int {
|
|
53
|
-
get
|
|
54
|
-
}
|
|
55
|
-
public var uiFontWeight: UIKit.UIFont.Weight {
|
|
56
|
-
get
|
|
57
|
-
}
|
|
58
|
-
public static func from(uiFontWeight: UIKit.UIFont.Weight) -> Mason.NSCFontWeight
|
|
59
|
-
}
|
|
60
|
-
@objcMembers @objc(NSCFontDescriptors) public class NSCFontDescriptors : ObjectiveC.NSObject, Swift.Codable, Foundation.NSMutableCopying {
|
|
61
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
62
|
-
@objc public func mutableCopy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
63
|
-
#endif
|
|
64
|
-
@objc public init(family: Swift.String)
|
|
65
|
-
@objc public func update(_ value: Swift.String)
|
|
66
|
-
@objc public func setFontWeight(_ value: Swift.String)
|
|
67
|
-
@objc public func setFontStyle(_ value: Swift.String)
|
|
68
|
-
@objc deinit
|
|
69
|
-
public func encode(to encoder: any Swift.Encoder) throws
|
|
70
|
-
required public init(from decoder: any Swift.Decoder) throws
|
|
71
|
-
}
|
|
72
|
-
@objc(NSCFontFaceStatus) public enum NSCFontFaceStatus : Swift.Int, Swift.RawRepresentable {
|
|
73
|
-
case unloaded
|
|
74
|
-
case loading
|
|
75
|
-
case loaded
|
|
76
|
-
case error
|
|
77
|
-
public typealias RawValue = Swift.Int
|
|
78
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
79
|
-
public init?(rawValue: Swift.Int)
|
|
80
|
-
#endif
|
|
81
|
-
public var rawValue: Swift.Int {
|
|
82
|
-
get
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(NSCFontFace) public class NSCFontFace : ObjectiveC.NSObject {
|
|
86
|
-
@objc public var font: CoreGraphics.CGFont? {
|
|
87
|
-
get
|
|
88
|
-
}
|
|
89
|
-
@objc public var fontData: Foundation.NSData? {
|
|
90
|
-
get
|
|
91
|
-
}
|
|
92
|
-
@objc public func updateDescriptor(value: Swift.String)
|
|
93
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
94
|
-
@objc public static func loadFromStyle(style: Swift.String) -> Mason.NSCFontFace?
|
|
95
|
-
#endif
|
|
96
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
97
|
-
@objc public static func importFromRemote(url: Swift.String, load: Swift.Bool, callback: @escaping ([Mason.NSCFontFace]?, Swift.String?) -> Swift.Void)
|
|
98
|
-
#endif
|
|
99
|
-
@objc public init(family: Swift.String)
|
|
100
|
-
@objc public init(family: Swift.String, owner style: Mason.MasonStyle)
|
|
101
|
-
@objc public init(family: Swift.String, source: Swift.String)
|
|
102
|
-
@objc public init(family: Swift.String, data source: Foundation.NSData)
|
|
103
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
104
|
-
@objc public init(_ family: Swift.String, _ source: Swift.String? = nil, _ descriptors: Mason.NSCFontDescriptors? = nil)
|
|
105
|
-
#endif
|
|
106
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
107
|
-
@objc public init(_ family: Swift.String, data: Foundation.NSData? = nil, _ descriptors: Mason.NSCFontDescriptors? = nil)
|
|
108
|
-
#endif
|
|
109
|
-
@objc public var status: Mason.NSCFontFaceStatus
|
|
110
|
-
@objc public var display: Mason.NSCFontDisplay
|
|
111
|
-
@objc public func setFontDisplay(value: Swift.String)
|
|
112
|
-
@objc public var style: Swift.String {
|
|
113
|
-
@objc get
|
|
114
|
-
@objc set
|
|
115
|
-
}
|
|
116
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
117
|
-
@objc public func setFontStyle(value: Swift.String, angle: Swift.String?)
|
|
118
|
-
#endif
|
|
119
|
-
@objc public var weight: Mason.NSCFontWeight {
|
|
120
|
-
@objc get
|
|
121
|
-
@objc set
|
|
122
|
-
}
|
|
123
|
-
@objc public func setFontWeight(value: Swift.String)
|
|
124
|
-
@objc public var family: Swift.String {
|
|
125
|
-
@objc get
|
|
126
|
-
}
|
|
127
|
-
@objc public var ascentOverride: Swift.String {
|
|
128
|
-
@objc get
|
|
129
|
-
}
|
|
130
|
-
@objc public var descentOverride: Swift.String {
|
|
131
|
-
@objc get
|
|
132
|
-
}
|
|
133
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
134
|
-
@objc public func load(_ callback: @escaping (Swift.String?) -> Swift.Void)
|
|
135
|
-
#endif
|
|
136
|
-
@objc deinit
|
|
137
|
-
}
|
|
138
22
|
@objcMembers @objc(MasonDocument) public class MasonDocument : ObjectiveC.NSObject {
|
|
139
23
|
@objc final public let node: Mason.MasonNode
|
|
140
24
|
@objc final public let mason: Mason.NSCMason
|
|
@@ -164,17 +48,13 @@ public struct Line<T> {
|
|
|
164
48
|
@objc public static func FitContent(fit: Swift.Float) -> Mason.MinMax
|
|
165
49
|
@objc public static func FitContentPercent(fit: Swift.Float) -> Mason.MinMax
|
|
166
50
|
@objc public static let Auto: Mason.MinMax
|
|
167
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
168
51
|
@objc public static func fromTypeValue(_ minType: Swift.Int, _ minValue: Swift.Float, _ maxType: Swift.Int, _ maxValue: Swift.Float) -> Mason.MinMax?
|
|
169
|
-
#endif
|
|
170
52
|
@objc public var cssValue: Swift.String {
|
|
171
53
|
@objc get
|
|
172
54
|
}
|
|
173
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
174
55
|
@objc public var jsonValue: Swift.String? {
|
|
175
56
|
@objc get
|
|
176
57
|
}
|
|
177
|
-
#endif
|
|
178
58
|
required public init(from decoder: any Swift.Decoder) throws
|
|
179
59
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
180
60
|
@objc deinit
|
|
@@ -186,9 +66,7 @@ final public class CSSBorderRenderer {
|
|
|
186
66
|
@objc override dynamic public func layoutSublayers()
|
|
187
67
|
@objc override dynamic public init()
|
|
188
68
|
@objc override dynamic public init(layer: Any)
|
|
189
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
190
69
|
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
191
|
-
#endif
|
|
192
70
|
@objc deinit
|
|
193
71
|
}
|
|
194
72
|
public enum BorderStyle : Swift.Equatable {
|
|
@@ -202,15 +80,11 @@ final public class CSSBorderRenderer {
|
|
|
202
80
|
case ridge
|
|
203
81
|
case inset
|
|
204
82
|
case outset
|
|
205
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
206
83
|
public init?(rawValue: Swift.Int8)
|
|
207
|
-
#endif
|
|
208
84
|
public var rawValue: Swift.Int8 {
|
|
209
85
|
get
|
|
210
86
|
}
|
|
211
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
212
87
|
public init?(name: Swift.String)
|
|
213
|
-
#endif
|
|
214
88
|
public static func == (a: Mason.CSSBorderRenderer.BorderStyle, b: Mason.CSSBorderRenderer.BorderStyle) -> Swift.Bool
|
|
215
89
|
}
|
|
216
90
|
public class BorderSide : Swift.CustomStringConvertible {
|
|
@@ -305,225 +179,11 @@ final public class CSSBorderRenderer {
|
|
|
305
179
|
@objc deinit
|
|
306
180
|
}
|
|
307
181
|
extension Mason.Button {
|
|
308
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
309
182
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesBegan(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
310
|
-
#endif
|
|
311
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
312
183
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesEnded(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
313
|
-
#endif
|
|
314
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
315
184
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesCancelled(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
316
|
-
#endif
|
|
317
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
318
185
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesMoved(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
319
|
-
#endif
|
|
320
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
321
186
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?)
|
|
322
|
-
#endif
|
|
323
|
-
}
|
|
324
|
-
@objc(MasonTextType) public enum MasonTextType : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
325
|
-
case None
|
|
326
|
-
case P
|
|
327
|
-
case Span
|
|
328
|
-
case Code
|
|
329
|
-
case H1
|
|
330
|
-
case H2
|
|
331
|
-
case H3
|
|
332
|
-
case H4
|
|
333
|
-
case H5
|
|
334
|
-
case H6
|
|
335
|
-
case Li
|
|
336
|
-
case Blockquote
|
|
337
|
-
case B
|
|
338
|
-
case Pre
|
|
339
|
-
case Strong
|
|
340
|
-
case Em
|
|
341
|
-
case I
|
|
342
|
-
case A
|
|
343
|
-
public typealias RawValue = Swift.Int32
|
|
344
|
-
public var rawValue: Mason.MasonTextType.RawValue {
|
|
345
|
-
get
|
|
346
|
-
}
|
|
347
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
348
|
-
public init?(rawValue: Mason.MasonTextType.RawValue)
|
|
349
|
-
#endif
|
|
350
|
-
public var description: Swift.String {
|
|
351
|
-
get
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
public enum InlineSegmentPayload {
|
|
355
|
-
case text(width: Swift.Float, ascent: Swift.Float, descent: Swift.Float)
|
|
356
|
-
case inline(id: Swift.OpaquePointer, width: Swift.Float, height: Swift.Float, baseline: Swift.Float)
|
|
357
|
-
}
|
|
358
|
-
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonTextLayer : QuartzCore.CALayer {
|
|
359
|
-
@objc override dynamic public init()
|
|
360
|
-
@objc override dynamic public init(layer: Any)
|
|
361
|
-
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
362
|
-
@objc deinit
|
|
363
|
-
}
|
|
364
|
-
@_hasMissingDesignatedInitializers @objc(MasonText) @objcMembers @_Concurrency.MainActor @preconcurrency public class MasonText : UIKit.UIView, Mason.MasonEventTarget, Mason.MasonElement, Mason.MasonElementObjc, Mason.TextContainer {
|
|
365
|
-
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
366
|
-
@objc @_Concurrency.MainActor @preconcurrency final public let type: Mason.MasonTextType
|
|
367
|
-
@_Concurrency.MainActor @preconcurrency @objc public var engine: Mason.TextEngine {
|
|
368
|
-
@objc get
|
|
369
|
-
@objc set
|
|
370
|
-
}
|
|
371
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
372
|
-
@objc get
|
|
373
|
-
}
|
|
374
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textValues: Foundation.NSMutableData {
|
|
375
|
-
@objc get
|
|
376
|
-
}
|
|
377
|
-
@_Concurrency.MainActor @preconcurrency @objc public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
378
|
-
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
379
|
-
@objc get
|
|
380
|
-
}
|
|
381
|
-
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
382
|
-
@objc get
|
|
383
|
-
}
|
|
384
|
-
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason, type textType: Mason.MasonTextType)
|
|
385
|
-
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason)
|
|
386
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func setNeedsDisplay()
|
|
387
|
-
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
388
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
389
|
-
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
390
|
-
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
391
|
-
@objc @_Concurrency.MainActor @preconcurrency public func removeView(_ view: UIKit.UIView)
|
|
392
|
-
@objc @_Concurrency.MainActor @preconcurrency public func removeView(at index: Swift.Int)
|
|
393
|
-
@objc @_Concurrency.MainActor @preconcurrency public func removeAllViews()
|
|
394
|
-
@_Concurrency.MainActor @preconcurrency public var textOverflow: Mason.TextOverflow {
|
|
395
|
-
get
|
|
396
|
-
set
|
|
397
|
-
}
|
|
398
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textOverflowCompat: Mason.TextOverflowCompat {
|
|
399
|
-
@objc get
|
|
400
|
-
@objc set
|
|
401
|
-
}
|
|
402
|
-
@objc @_Concurrency.MainActor @preconcurrency public var color: Swift.UInt32 {
|
|
403
|
-
@objc get
|
|
404
|
-
@objc set
|
|
405
|
-
}
|
|
406
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setColor(ui color: UIKit.UIColor)
|
|
407
|
-
@objc @_Concurrency.MainActor @preconcurrency public var backgroundColorValue: Swift.UInt32 {
|
|
408
|
-
@objc get
|
|
409
|
-
@objc set
|
|
410
|
-
}
|
|
411
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setBackgroundColor(ui color: UIKit.UIColor)
|
|
412
|
-
@objc @_Concurrency.MainActor @preconcurrency public var decorationColor: Swift.UInt32 {
|
|
413
|
-
@objc get
|
|
414
|
-
@objc set
|
|
415
|
-
}
|
|
416
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setDecorationColor(ui color: UIKit.UIColor)
|
|
417
|
-
@objc @_Concurrency.MainActor @preconcurrency public var decorationLine: Mason.DecorationLine {
|
|
418
|
-
@objc get
|
|
419
|
-
@objc set
|
|
420
|
-
}
|
|
421
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontSize: Swift.Int32 {
|
|
422
|
-
@objc get
|
|
423
|
-
@objc set
|
|
424
|
-
}
|
|
425
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontStyle: Mason.FontStyle {
|
|
426
|
-
@objc get
|
|
427
|
-
@objc set
|
|
428
|
-
}
|
|
429
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setFontStyle(_ style: Mason.FontStyle, slant: Swift.Int32)
|
|
430
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontWeight: Swift.String {
|
|
431
|
-
@objc get
|
|
432
|
-
@objc set
|
|
433
|
-
}
|
|
434
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textTransform: Mason.TextTransform {
|
|
435
|
-
@objc get
|
|
436
|
-
@objc set
|
|
437
|
-
}
|
|
438
|
-
@objc @_Concurrency.MainActor @preconcurrency public var whiteSpace: Mason.WhiteSpace {
|
|
439
|
-
@objc get
|
|
440
|
-
@objc set
|
|
441
|
-
}
|
|
442
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textWrap: Mason.TextWrap {
|
|
443
|
-
@objc get
|
|
444
|
-
@objc set
|
|
445
|
-
}
|
|
446
|
-
@objc @_Concurrency.MainActor @preconcurrency public var lineHeight: Swift.Float {
|
|
447
|
-
@objc get
|
|
448
|
-
@objc set
|
|
449
|
-
}
|
|
450
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textContent: Swift.String {
|
|
451
|
-
@objc get
|
|
452
|
-
@objc set
|
|
453
|
-
}
|
|
454
|
-
@objc deinit
|
|
455
|
-
}
|
|
456
|
-
extension Mason.MasonText {
|
|
457
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
458
|
-
@objc @discardableResult
|
|
459
|
-
@_Concurrency.MainActor @preconcurrency dynamic public func removeChild(_ child: Mason.MasonNode) -> Mason.MasonNode?
|
|
460
|
-
#endif
|
|
461
|
-
}
|
|
462
|
-
extension Mason.MasonText {
|
|
463
|
-
@objc @_Concurrency.MainActor @preconcurrency dynamic public func addChild(_ child: Mason.MasonNode)
|
|
464
|
-
}
|
|
465
|
-
@objc public protocol MasonCharacterData {
|
|
466
|
-
@objc var data: Swift.String { get set }
|
|
467
|
-
@objc var length: Swift.Int { get }
|
|
468
|
-
@objc @discardableResult
|
|
469
|
-
func appendData(_ s: Swift.String) -> Self
|
|
470
|
-
@objc @discardableResult
|
|
471
|
-
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
472
|
-
@objc @discardableResult
|
|
473
|
-
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
474
|
-
@objc @discardableResult
|
|
475
|
-
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
476
|
-
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
477
|
-
@objc @discardableResult
|
|
478
|
-
func deleteData(range: Foundation.NSRange) -> Self
|
|
479
|
-
@objc @discardableResult
|
|
480
|
-
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
481
|
-
}
|
|
482
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
483
|
-
@objc public var data: Swift.String {
|
|
484
|
-
@objc get
|
|
485
|
-
@objc set
|
|
486
|
-
}
|
|
487
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
488
|
-
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
489
|
-
#endif
|
|
490
|
-
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
491
|
-
@objc public var length: Swift.Int {
|
|
492
|
-
@objc get
|
|
493
|
-
}
|
|
494
|
-
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
495
|
-
@discardableResult
|
|
496
|
-
@objc public func appendData(_ s: Swift.String) -> Self
|
|
497
|
-
@discardableResult
|
|
498
|
-
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
499
|
-
@discardableResult
|
|
500
|
-
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
501
|
-
@discardableResult
|
|
502
|
-
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
503
|
-
@discardableResult
|
|
504
|
-
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
505
|
-
@discardableResult
|
|
506
|
-
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
507
|
-
@objc deinit
|
|
508
|
-
}
|
|
509
|
-
extension Mason.MasonTextNode {
|
|
510
|
-
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
511
|
-
}
|
|
512
|
-
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
513
|
-
@objc var engine: Mason.TextEngine { get }
|
|
514
|
-
@objc var node: Mason.MasonNode { get }
|
|
515
|
-
@objc func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
516
|
-
}
|
|
517
|
-
extension Mason.TextContainer {
|
|
518
|
-
public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
519
|
-
}
|
|
520
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
521
|
-
public var textContent: Swift.String {
|
|
522
|
-
get
|
|
523
|
-
set
|
|
524
|
-
}
|
|
525
|
-
public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
526
|
-
@objc deinit
|
|
527
187
|
}
|
|
528
188
|
@_inheritsConvenienceInitializers @objc(NSCMason) @objcMembers public class NSCMason : ObjectiveC.NSObject {
|
|
529
189
|
@objc public var nativePtr: Swift.OpaquePointer? {
|
|
@@ -536,9 +196,7 @@ extension Mason.TextContainer {
|
|
|
536
196
|
@objc public func nodeForView(_ view: UIKit.UIView, _ isLeaf: Swift.Bool = true) -> Mason.MasonNode
|
|
537
197
|
@objc public func configureStyleForView(_ view: UIKit.UIView, _ block: (Mason.MasonStyle) -> Swift.Void)
|
|
538
198
|
@objc public func styleForView(_ view: UIKit.UIView) -> Mason.MasonStyle
|
|
539
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
540
199
|
@objc public func styleForViewOrNode(_ viewOrNode: Any?) -> Mason.MasonStyle?
|
|
541
|
-
#endif
|
|
542
200
|
@objc @discardableResult
|
|
543
201
|
public func layoutForView(_ view: UIKit.UIView) -> Mason.MasonLayout
|
|
544
202
|
@objc @discardableResult
|
|
@@ -600,11 +258,9 @@ extension Mason.TextContainer {
|
|
|
600
258
|
@objc public var cssValue: Swift.String {
|
|
601
259
|
@objc get
|
|
602
260
|
}
|
|
603
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
604
261
|
@objc public var jsonValue: Swift.String? {
|
|
605
262
|
@objc get
|
|
606
263
|
}
|
|
607
|
-
#endif
|
|
608
264
|
required public init(from decoder: any Swift.Decoder) throws
|
|
609
265
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
610
266
|
@objc deinit
|
|
@@ -657,9 +313,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
657
313
|
public var rawValue: Swift.Int32 {
|
|
658
314
|
get
|
|
659
315
|
}
|
|
660
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
661
316
|
public init?(rawValue: Swift.Int32)
|
|
662
|
-
#endif
|
|
663
317
|
}
|
|
664
318
|
@objc(PseudoState) public enum PseudoState : Swift.UInt16 {
|
|
665
319
|
case `default` = 0
|
|
@@ -670,9 +324,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
670
324
|
case focusVisible = 0x10
|
|
671
325
|
case disabled = 0x40
|
|
672
326
|
case checked = 0x80
|
|
673
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
674
327
|
public init?(rawValue: Swift.UInt16)
|
|
675
|
-
#endif
|
|
676
328
|
public typealias RawValue = Swift.UInt16
|
|
677
329
|
public var rawValue: Swift.UInt16 {
|
|
678
330
|
get
|
|
@@ -696,18 +348,14 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
696
348
|
}
|
|
697
349
|
public typealias MeasureFunc = (CoreFoundation.CGSize?, CoreFoundation.CGSize) -> CoreFoundation.CGSize
|
|
698
350
|
@objc public func setPseudoString(_ pseudoState: Swift.UInt16, _ key: Swift.String, _ value: Swift.String)
|
|
699
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
700
351
|
@objc public func getPseudoString(_ pseudoState: Swift.UInt16, _ key: Swift.String) -> Swift.String?
|
|
701
|
-
#endif
|
|
702
352
|
@objc public func clearPseudoString(_ pseudoState: Swift.UInt16, _ key: Swift.String)
|
|
703
353
|
@objc public var pseudoMask: Swift.UInt16 {
|
|
704
354
|
@objc get
|
|
705
355
|
}
|
|
706
356
|
@objc public func hasPseudo(_ state: Mason.PseudoState) -> Swift.Bool
|
|
707
357
|
@objc public func setPseudo(_ state: Mason.PseudoState, _ enabled: Swift.Bool, autoDirty: Swift.Bool = true)
|
|
708
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
709
358
|
@objc public func getPseudoBuffer(_ flags: Swift.UInt16) -> Foundation.NSMutableData?
|
|
710
|
-
#endif
|
|
711
359
|
@objc public func preparePseudoBuffer(_ flags: Swift.UInt16) -> Foundation.NSMutableData
|
|
712
360
|
public func hasPseudoSetFor(_ key: Mason.StateKeys) -> Swift.Bool
|
|
713
361
|
public func hasPseudoSetInBuffer(_ flags: Swift.UInt16, _ key: Mason.StateKeys) -> Swift.Bool
|
|
@@ -715,21 +363,15 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
715
363
|
public static func markPseudoSet(buf: Swift.UnsafeMutableBufferPointer<Swift.UInt8>, key: Mason.StateKeys)
|
|
716
364
|
public static func markPseudoSet(_ buf: Foundation.NSMutableData, _ key: Mason.StateKeys)
|
|
717
365
|
@objc public func getRootNode() -> Mason.MasonNode
|
|
718
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
719
366
|
@objc public var parent: Mason.MasonNode? {
|
|
720
367
|
@objc get
|
|
721
368
|
}
|
|
722
|
-
#endif
|
|
723
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
724
369
|
@objc public var parentNode: Mason.MasonNode? {
|
|
725
370
|
@objc get
|
|
726
371
|
}
|
|
727
|
-
#endif
|
|
728
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
729
372
|
public var parentElement: (any Mason.MasonElement)? {
|
|
730
373
|
get
|
|
731
374
|
}
|
|
732
|
-
#endif
|
|
733
375
|
@objc public var type: Mason.MasonNodeType {
|
|
734
376
|
get
|
|
735
377
|
}
|
|
@@ -745,9 +387,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
745
387
|
@objc get
|
|
746
388
|
}
|
|
747
389
|
@objc public func markDirty()
|
|
748
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
749
390
|
@objc public func getRoot() -> UIKit.UIView?
|
|
750
|
-
#endif
|
|
751
391
|
@objc public func getDefaultAttributes() -> [Foundation.NSAttributedString.Key : Any]
|
|
752
392
|
}
|
|
753
393
|
extension Mason.MasonNode {
|
|
@@ -866,11 +506,9 @@ extension Mason.MasonElement {
|
|
|
866
506
|
@objc public var cssValue: Swift.String {
|
|
867
507
|
@objc get
|
|
868
508
|
}
|
|
869
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
870
509
|
@objc public var jsonValue: Swift.String? {
|
|
871
510
|
@objc get
|
|
872
511
|
}
|
|
873
|
-
#endif
|
|
874
512
|
required public init(from decoder: any Swift.Decoder) throws
|
|
875
513
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
876
514
|
@objc deinit
|
|
@@ -923,12 +561,10 @@ extension Mason.MasonEventTarget {
|
|
|
923
561
|
@objc get
|
|
924
562
|
@objc set
|
|
925
563
|
}
|
|
926
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
927
564
|
@objc @_Concurrency.MainActor @preconcurrency public var valueAsDate: Foundation.Date? {
|
|
928
565
|
@objc get
|
|
929
566
|
@objc set
|
|
930
567
|
}
|
|
931
|
-
#endif
|
|
932
568
|
@objc @_Concurrency.MainActor @preconcurrency public var placeholder: Swift.String {
|
|
933
569
|
@objc get
|
|
934
570
|
@objc set
|
|
@@ -1149,22 +785,14 @@ public struct MasonNodeView {
|
|
|
1149
785
|
get
|
|
1150
786
|
}
|
|
1151
787
|
@objc @_Concurrency.MainActor @preconcurrency public static func initWithEmptyBackground() -> Mason.MasonList.MasonListCell
|
|
1152
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1153
788
|
@_Concurrency.MainActor @preconcurrency public func setView(_ newView: (any Mason.MasonElement)?)
|
|
1154
|
-
#endif
|
|
1155
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1156
789
|
@objc @_Concurrency.MainActor @preconcurrency public func setView(compat view: (any Mason.MasonElementObjc)?)
|
|
1157
|
-
#endif
|
|
1158
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1159
790
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func willMove(toSuperview newSuperview: UIKit.UIView?)
|
|
1160
|
-
#endif
|
|
1161
791
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func prepareForReuse()
|
|
1162
792
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func preferredLayoutAttributesFitting(_ layoutAttributes: UIKit.UICollectionViewLayoutAttributes) -> UIKit.UICollectionViewLayoutAttributes
|
|
1163
793
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
1164
794
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
1165
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1166
795
|
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1167
|
-
#endif
|
|
1168
796
|
@objc deinit
|
|
1169
797
|
}
|
|
1170
798
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
|
|
@@ -1192,9 +820,7 @@ public struct MasonNodeView {
|
|
|
1192
820
|
@objc set
|
|
1193
821
|
}
|
|
1194
822
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
1195
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1196
823
|
@objc @_Concurrency.MainActor @preconcurrency public func register(cellClass: Swift.AnyClass?, forCellWithReuseIdentifier identifier: Swift.String)
|
|
1197
|
-
#endif
|
|
1198
824
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ item: Mason.MasonLi)
|
|
1199
825
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ item: Mason.MasonLi, at index: Swift.Int)
|
|
1200
826
|
@objc @_Concurrency.MainActor @preconcurrency public func reload()
|
|
@@ -1212,11 +838,9 @@ public struct MasonNodeView {
|
|
|
1212
838
|
@objc public var isRepeating: Swift.Bool {
|
|
1213
839
|
get
|
|
1214
840
|
}
|
|
1215
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1216
841
|
@objc public var value: Any? {
|
|
1217
842
|
@objc get
|
|
1218
843
|
}
|
|
1219
|
-
#endif
|
|
1220
844
|
@objc public static func Single(_ value: Mason.MinMax) -> Mason.TrackSizingFunction
|
|
1221
845
|
@objc public static func AutoRepeat(_ gridTrackRepetition: Mason.GridTrackRepetition, _ value: Swift.Array<Mason.MinMax>) -> Mason.TrackSizingFunction
|
|
1222
846
|
@objc public var cssValue: Swift.String {
|
|
@@ -1249,11 +873,9 @@ public struct MasonNodeView {
|
|
|
1249
873
|
@objc public var cssValue: Swift.String {
|
|
1250
874
|
@objc get
|
|
1251
875
|
}
|
|
1252
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1253
876
|
@objc public var jsonValue: Swift.String? {
|
|
1254
877
|
@objc get
|
|
1255
878
|
}
|
|
1256
|
-
#endif
|
|
1257
879
|
@objc public static let Auto: Mason.MasonDimensionCompat
|
|
1258
880
|
@objc public static let Zero: Mason.MasonDimensionCompat
|
|
1259
881
|
@objc deinit
|
|
@@ -1272,11 +894,9 @@ public struct MasonNodeView {
|
|
|
1272
894
|
@objc public var cssValue: Swift.String {
|
|
1273
895
|
@objc get
|
|
1274
896
|
}
|
|
1275
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1276
897
|
@objc public var jsonValue: Swift.String? {
|
|
1277
898
|
@objc get
|
|
1278
899
|
}
|
|
1279
|
-
#endif
|
|
1280
900
|
@objc public static let Auto: Mason.MasonLengthPercentageAutoCompat
|
|
1281
901
|
@objc public static let Zero: Mason.MasonLengthPercentageAutoCompat
|
|
1282
902
|
@objc deinit
|
|
@@ -1295,11 +915,9 @@ public struct MasonNodeView {
|
|
|
1295
915
|
@objc public var cssValue: Swift.String {
|
|
1296
916
|
@objc get
|
|
1297
917
|
}
|
|
1298
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1299
918
|
@objc public var jsonValue: Swift.String? {
|
|
1300
919
|
@objc get
|
|
1301
920
|
}
|
|
1302
|
-
#endif
|
|
1303
921
|
@objc public static let Zero: Mason.MasonLengthPercentageCompat
|
|
1304
922
|
@objc deinit
|
|
1305
923
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -1317,11 +935,9 @@ public struct MasonNodeView {
|
|
|
1317
935
|
@objc public var cssValue: Swift.String {
|
|
1318
936
|
@objc get
|
|
1319
937
|
}
|
|
1320
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1321
938
|
@objc public var jsonValue: Swift.String? {
|
|
1322
939
|
@objc get
|
|
1323
940
|
}
|
|
1324
|
-
#endif
|
|
1325
941
|
@objc public static let Auto: Mason.GridPlacementCompat
|
|
1326
942
|
@objc deinit
|
|
1327
943
|
}
|
|
@@ -1349,9 +965,7 @@ public struct MasonNodeView {
|
|
|
1349
965
|
@objc set
|
|
1350
966
|
}
|
|
1351
967
|
@objc @_Concurrency.MainActor @preconcurrency public init(mason doc: Mason.NSCMason)
|
|
1352
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1353
968
|
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1354
|
-
#endif
|
|
1355
969
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
|
|
1356
970
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
1357
971
|
@_Concurrency.MainActor @preconcurrency @objc override public func textViewDidChange(_ textView: UIKit.UITextView)
|
|
@@ -1359,42 +973,6 @@ public struct MasonNodeView {
|
|
|
1359
973
|
@_Concurrency.MainActor @preconcurrency @objc override public func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool
|
|
1360
974
|
@objc deinit
|
|
1361
975
|
}
|
|
1362
|
-
@objc(NSCFontFaceSetStatus) public enum NSCFontFaceSetStatus : Swift.Int, Swift.RawRepresentable {
|
|
1363
|
-
case loading
|
|
1364
|
-
case loaded
|
|
1365
|
-
public typealias RawValue = Swift.Int
|
|
1366
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1367
|
-
public init?(rawValue: Swift.Int)
|
|
1368
|
-
#endif
|
|
1369
|
-
public var rawValue: Swift.Int {
|
|
1370
|
-
get
|
|
1371
|
-
}
|
|
1372
|
-
}
|
|
1373
|
-
@_inheritsConvenienceInitializers @objcMembers @objc(NSCFontFaceSet) public class NSCFontFaceSet : ObjectiveC.NSObject {
|
|
1374
|
-
@objc public static let instance: Mason.NSCFontFaceSet
|
|
1375
|
-
@objc public var status: Mason.NSCFontFaceSetStatus
|
|
1376
|
-
@objc public var onStatus: ((Mason.NSCFontFaceSetStatus) -> Swift.Void)?
|
|
1377
|
-
@objc public func iter() -> Foundation.NSEnumerator
|
|
1378
|
-
@objc public func array() -> [Any]
|
|
1379
|
-
@objc public func get(_ fontFamily: Swift.String) -> Mason.NSCFontFace
|
|
1380
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1381
|
-
@objc public func getOrNil(_ fontFamily: Swift.String) -> Mason.NSCFontFace?
|
|
1382
|
-
#endif
|
|
1383
|
-
@objc public func add(_ font: Mason.NSCFontFace)
|
|
1384
|
-
@objc public func clear()
|
|
1385
|
-
@objc public func delete(_ font: Mason.NSCFontFace)
|
|
1386
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1387
|
-
@objc public func check(_ font: Swift.String, _ text: Swift.String?) -> Swift.Bool
|
|
1388
|
-
#endif
|
|
1389
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1390
|
-
@objc public func load(_ font: Swift.String, _ text: Swift.String?, _ callback: @escaping ([Mason.NSCFontFace], Swift.String?) -> Swift.Void)
|
|
1391
|
-
#endif
|
|
1392
|
-
@objc public var size: Swift.Int {
|
|
1393
|
-
@objc get
|
|
1394
|
-
}
|
|
1395
|
-
@objc override dynamic public init()
|
|
1396
|
-
@objc deinit
|
|
1397
|
-
}
|
|
1398
976
|
@_inheritsConvenienceInitializers @objcMembers @objc(MasonEventOptions) public class MasonEventOptions : ObjectiveC.NSObject {
|
|
1399
977
|
@objc public var isComposing: Swift.Bool
|
|
1400
978
|
@objc override dynamic public init()
|
|
@@ -1433,9 +1011,7 @@ public struct MasonNodeView {
|
|
|
1433
1011
|
@objc public var currentTarget: Any? {
|
|
1434
1012
|
get
|
|
1435
1013
|
}
|
|
1436
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1437
1014
|
@objc public init(type eventType: Swift.String, bubbles eventBubbles: Swift.Bool = false, cancelable eventCancelable: Swift.Bool = false, options: Mason.MasonEventOptions? = nil)
|
|
1438
|
-
#endif
|
|
1439
1015
|
@objc public func preventDefault()
|
|
1440
1016
|
@objc public func stopPropagation()
|
|
1441
1017
|
@objc public func stopImmediatePropagation()
|
|
@@ -1444,18 +1020,14 @@ public struct MasonNodeView {
|
|
|
1444
1020
|
@objcMembers @objc(MasonInputEvent) public class MasonInputEvent : Mason.MasonEvent {
|
|
1445
1021
|
@objc final public let data: Swift.String?
|
|
1446
1022
|
@objc final public let inputType: Swift.String?
|
|
1447
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1448
1023
|
@objc public init(type: Swift.String, data inputData: Swift.String? = nil, inputType masonInputType: Swift.String? = nil, options: Mason.MasonEventOptions? = nil)
|
|
1449
|
-
#endif
|
|
1450
1024
|
@objc deinit
|
|
1451
1025
|
}
|
|
1452
1026
|
@objcMembers @objc(MasonFileInputEvent) public class MasonFileInputEvent : Mason.MasonEvent {
|
|
1453
1027
|
@objc final public let data: Swift.String?
|
|
1454
1028
|
@objc final public let inputType: Swift.String?
|
|
1455
1029
|
@objc final public let rawData: [Foundation.URL]
|
|
1456
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1457
1030
|
@objc public init(type: Swift.String, data inputData: Swift.String? = nil, inputType masonInputType: Swift.String? = nil, options: Mason.MasonEventOptions? = nil, rawData inputRawData: [Foundation.URL])
|
|
1458
|
-
#endif
|
|
1459
1031
|
@objc deinit
|
|
1460
1032
|
}
|
|
1461
1033
|
@objcMembers @objc(MasonMouseEvent) public class MasonMouseEvent : Mason.MasonEvent {
|
|
@@ -1510,9 +1082,7 @@ public struct MasonNodeView {
|
|
|
1510
1082
|
@objc public var pageY: Swift.Float {
|
|
1511
1083
|
get
|
|
1512
1084
|
}
|
|
1513
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1514
1085
|
@objc public init(type: Swift.String, options: Mason.MasonMouseEventOptions? = nil)
|
|
1515
|
-
#endif
|
|
1516
1086
|
@objc deinit
|
|
1517
1087
|
}
|
|
1518
1088
|
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
@@ -1791,9 +1361,7 @@ public struct StyleKeys {
|
|
|
1791
1361
|
case rotate = 7
|
|
1792
1362
|
case skewX = 8
|
|
1793
1363
|
case skewY = 9
|
|
1794
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
1795
1364
|
public init?(rawValue: Swift.UInt8)
|
|
1796
|
-
#endif
|
|
1797
1365
|
public typealias RawValue = Swift.UInt8
|
|
1798
1366
|
public var rawValue: Swift.UInt8 {
|
|
1799
1367
|
get
|
|
@@ -1890,7 +1458,7 @@ public struct StateKeys : Swift.Equatable {
|
|
|
1890
1458
|
public static func == (a: Mason.StateKeys, b: Mason.StateKeys) -> Swift.Bool
|
|
1891
1459
|
}
|
|
1892
1460
|
@objc(MasonStyle) @objcMembers public class MasonStyle : ObjectiveC.NSObject {
|
|
1893
|
-
@objc public var font:
|
|
1461
|
+
@objc public var font: FontManager.NSCFontFace! {
|
|
1894
1462
|
get
|
|
1895
1463
|
}
|
|
1896
1464
|
@objc public func prepareMut()
|
|
@@ -2370,12 +1938,10 @@ public struct StateKeys : Swift.Equatable {
|
|
|
2370
1938
|
@objc public func setGapColumn(_ value: Swift.Float, _ type: Swift.Int)
|
|
2371
1939
|
@objc public func setRowGap(_ value: Swift.Float, _ type: Swift.Int)
|
|
2372
1940
|
@objc public func setColumnGap(_ value: Swift.Float, _ type: Swift.Int)
|
|
2373
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2374
1941
|
public var aspectRatio: Swift.Float? {
|
|
2375
1942
|
get
|
|
2376
1943
|
set
|
|
2377
1944
|
}
|
|
2378
|
-
#endif
|
|
2379
1945
|
@objc public var gridArea: Swift.String {
|
|
2380
1946
|
@objc get
|
|
2381
1947
|
@objc set
|
|
@@ -2551,9 +2117,7 @@ extension UIKit.UIImage {
|
|
|
2551
2117
|
}
|
|
2552
2118
|
}
|
|
2553
2119
|
public static func chevron(direction: UIKit.UIImage.ChevronDirection, color: UIKit.UIColor, size: CoreFoundation.CGSize = CGSize(width: 16, height: 6), lineWidth: CoreFoundation.CGFloat = 1.5, scale: CoreFoundation.CGFloat = UIScreen.main.scale) -> UIKit.UIImage
|
|
2554
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2555
2120
|
public func mason_resize(to size: CoreFoundation.CGSize) -> UIKit.UIImage?
|
|
2556
|
-
#endif
|
|
2557
2121
|
}
|
|
2558
2122
|
@objc extension ObjectiveC.NSObject {
|
|
2559
2123
|
@objc dynamic public var mason_innerHTML: Swift.String {
|
|
@@ -2605,30 +2169,224 @@ extension UIKit.UIImage {
|
|
|
2605
2169
|
@objc dynamic public func mason_replaceChildAt(text: Swift.String, _ index: Swift.Int)
|
|
2606
2170
|
@objc dynamic public func mason_replaceChildAt(element: any Mason.MasonElementObjc, _ index: Swift.Int)
|
|
2607
2171
|
@objc dynamic public func mason_replaceChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
2172
|
+
@objc dynamic public func mason_removeChildAt(_ index: Swift.Int)
|
|
2173
|
+
@objc dynamic public func mason_removeChildNode(_ node: Mason.MasonNode)
|
|
2174
|
+
}
|
|
2175
|
+
@objc(MasonTextType) public enum MasonTextType : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
2176
|
+
case None
|
|
2177
|
+
case P
|
|
2178
|
+
case Span
|
|
2179
|
+
case Code
|
|
2180
|
+
case H1
|
|
2181
|
+
case H2
|
|
2182
|
+
case H3
|
|
2183
|
+
case H4
|
|
2184
|
+
case H5
|
|
2185
|
+
case H6
|
|
2186
|
+
case Li
|
|
2187
|
+
case Blockquote
|
|
2188
|
+
case B
|
|
2189
|
+
case Pre
|
|
2190
|
+
case Strong
|
|
2191
|
+
case Em
|
|
2192
|
+
case I
|
|
2193
|
+
case A
|
|
2194
|
+
public typealias RawValue = Swift.Int32
|
|
2195
|
+
public var rawValue: Mason.MasonTextType.RawValue {
|
|
2196
|
+
get
|
|
2197
|
+
}
|
|
2198
|
+
public init?(rawValue: Mason.MasonTextType.RawValue)
|
|
2199
|
+
public var description: Swift.String {
|
|
2200
|
+
get
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
public enum InlineSegmentPayload {
|
|
2204
|
+
case text(width: Swift.Float, ascent: Swift.Float, descent: Swift.Float)
|
|
2205
|
+
case inline(id: Swift.OpaquePointer, width: Swift.Float, height: Swift.Float, baseline: Swift.Float)
|
|
2206
|
+
}
|
|
2207
|
+
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonTextLayer : QuartzCore.CALayer {
|
|
2208
|
+
@objc override dynamic public init()
|
|
2209
|
+
@objc override dynamic public init(layer: Any)
|
|
2210
|
+
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
2211
|
+
@objc deinit
|
|
2212
|
+
}
|
|
2213
|
+
@_hasMissingDesignatedInitializers @objc(MasonText) @objcMembers @_Concurrency.MainActor @preconcurrency public class MasonText : UIKit.UIView, Mason.MasonEventTarget, Mason.MasonElement, Mason.MasonElementObjc, Mason.TextContainer {
|
|
2214
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
2215
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let type: Mason.MasonTextType
|
|
2216
|
+
@_Concurrency.MainActor @preconcurrency @objc public var engine: Mason.TextEngine {
|
|
2217
|
+
@objc get
|
|
2218
|
+
@objc set
|
|
2219
|
+
}
|
|
2220
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
2221
|
+
@objc get
|
|
2222
|
+
}
|
|
2223
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textValues: Foundation.NSMutableData {
|
|
2224
|
+
@objc get
|
|
2225
|
+
}
|
|
2226
|
+
@_Concurrency.MainActor @preconcurrency @objc public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
2227
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
2228
|
+
@objc get
|
|
2229
|
+
}
|
|
2230
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
2231
|
+
@objc get
|
|
2232
|
+
}
|
|
2233
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason, type textType: Mason.MasonTextType)
|
|
2234
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason)
|
|
2235
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func setNeedsDisplay()
|
|
2236
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
2237
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
2238
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
2239
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
2240
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(_ view: UIKit.UIView)
|
|
2241
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(at index: Swift.Int)
|
|
2242
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeAllViews()
|
|
2243
|
+
@_Concurrency.MainActor @preconcurrency public var textOverflow: Mason.TextOverflow {
|
|
2244
|
+
get
|
|
2245
|
+
set
|
|
2246
|
+
}
|
|
2247
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textOverflowCompat: Mason.TextOverflowCompat {
|
|
2248
|
+
@objc get
|
|
2249
|
+
@objc set
|
|
2250
|
+
}
|
|
2251
|
+
@objc @_Concurrency.MainActor @preconcurrency public var color: Swift.UInt32 {
|
|
2252
|
+
@objc get
|
|
2253
|
+
@objc set
|
|
2254
|
+
}
|
|
2255
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setColor(ui color: UIKit.UIColor)
|
|
2256
|
+
@objc @_Concurrency.MainActor @preconcurrency public var backgroundColorValue: Swift.UInt32 {
|
|
2257
|
+
@objc get
|
|
2258
|
+
@objc set
|
|
2259
|
+
}
|
|
2260
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBackgroundColor(ui color: UIKit.UIColor)
|
|
2261
|
+
@objc @_Concurrency.MainActor @preconcurrency public var decorationColor: Swift.UInt32 {
|
|
2262
|
+
@objc get
|
|
2263
|
+
@objc set
|
|
2264
|
+
}
|
|
2265
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setDecorationColor(ui color: UIKit.UIColor)
|
|
2266
|
+
@objc @_Concurrency.MainActor @preconcurrency public var decorationLine: Mason.DecorationLine {
|
|
2267
|
+
@objc get
|
|
2268
|
+
@objc set
|
|
2269
|
+
}
|
|
2270
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontSize: Swift.Int32 {
|
|
2271
|
+
@objc get
|
|
2272
|
+
@objc set
|
|
2273
|
+
}
|
|
2274
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontStyle: Mason.FontStyle {
|
|
2275
|
+
@objc get
|
|
2276
|
+
@objc set
|
|
2277
|
+
}
|
|
2278
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setFontStyle(_ style: Mason.FontStyle, slant: Swift.Int32)
|
|
2279
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontWeight: Swift.String {
|
|
2280
|
+
@objc get
|
|
2281
|
+
@objc set
|
|
2282
|
+
}
|
|
2283
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textTransform: Mason.TextTransform {
|
|
2284
|
+
@objc get
|
|
2285
|
+
@objc set
|
|
2286
|
+
}
|
|
2287
|
+
@objc @_Concurrency.MainActor @preconcurrency public var whiteSpace: Mason.WhiteSpace {
|
|
2288
|
+
@objc get
|
|
2289
|
+
@objc set
|
|
2290
|
+
}
|
|
2291
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textWrap: Mason.TextWrap {
|
|
2292
|
+
@objc get
|
|
2293
|
+
@objc set
|
|
2294
|
+
}
|
|
2295
|
+
@objc @_Concurrency.MainActor @preconcurrency public var lineHeight: Swift.Float {
|
|
2296
|
+
@objc get
|
|
2297
|
+
@objc set
|
|
2298
|
+
}
|
|
2299
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textContent: Swift.String {
|
|
2300
|
+
@objc get
|
|
2301
|
+
@objc set
|
|
2302
|
+
}
|
|
2303
|
+
@objc deinit
|
|
2304
|
+
}
|
|
2305
|
+
extension Mason.MasonText {
|
|
2306
|
+
@objc @discardableResult
|
|
2307
|
+
@_Concurrency.MainActor @preconcurrency dynamic public func removeChild(_ child: Mason.MasonNode) -> Mason.MasonNode?
|
|
2308
|
+
}
|
|
2309
|
+
extension Mason.MasonText {
|
|
2310
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func addChild(_ child: Mason.MasonNode)
|
|
2311
|
+
}
|
|
2312
|
+
@objc public protocol MasonCharacterData {
|
|
2313
|
+
@objc var data: Swift.String { get set }
|
|
2314
|
+
@objc var length: Swift.Int { get }
|
|
2315
|
+
@objc @discardableResult
|
|
2316
|
+
func appendData(_ s: Swift.String) -> Self
|
|
2317
|
+
@objc @discardableResult
|
|
2318
|
+
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
2319
|
+
@objc @discardableResult
|
|
2320
|
+
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
2321
|
+
@objc @discardableResult
|
|
2322
|
+
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
2323
|
+
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
2324
|
+
@objc @discardableResult
|
|
2325
|
+
func deleteData(range: Foundation.NSRange) -> Self
|
|
2326
|
+
@objc @discardableResult
|
|
2327
|
+
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
2328
|
+
}
|
|
2329
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
2330
|
+
@objc public var data: Swift.String {
|
|
2331
|
+
@objc get
|
|
2332
|
+
@objc set
|
|
2333
|
+
}
|
|
2334
|
+
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
2335
|
+
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
2336
|
+
@objc public var length: Swift.Int {
|
|
2337
|
+
@objc get
|
|
2338
|
+
}
|
|
2339
|
+
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
2340
|
+
@discardableResult
|
|
2341
|
+
@objc public func appendData(_ s: Swift.String) -> Self
|
|
2342
|
+
@discardableResult
|
|
2343
|
+
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
2344
|
+
@discardableResult
|
|
2345
|
+
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
2346
|
+
@discardableResult
|
|
2347
|
+
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
2348
|
+
@discardableResult
|
|
2349
|
+
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
2350
|
+
@discardableResult
|
|
2351
|
+
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
2352
|
+
@objc deinit
|
|
2353
|
+
}
|
|
2354
|
+
extension Mason.MasonTextNode {
|
|
2355
|
+
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
2356
|
+
}
|
|
2357
|
+
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
2358
|
+
@objc var engine: Mason.TextEngine { get }
|
|
2359
|
+
@objc var node: Mason.MasonNode { get }
|
|
2360
|
+
@objc func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
2361
|
+
}
|
|
2362
|
+
extension Mason.TextContainer {
|
|
2363
|
+
public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
2364
|
+
}
|
|
2365
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
2366
|
+
public var textContent: Swift.String {
|
|
2367
|
+
get
|
|
2368
|
+
set
|
|
2369
|
+
}
|
|
2370
|
+
public func onStyleChange(_ low: Swift.UInt64, _ high: Swift.UInt64)
|
|
2371
|
+
@objc deinit
|
|
2608
2372
|
}
|
|
2609
2373
|
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(MasonTextInput) @_Concurrency.MainActor @preconcurrency public class MasonTextInput : UIKit.UITextView, UIKit.UITextViewDelegate {
|
|
2610
2374
|
@objc @_Concurrency.MainActor @preconcurrency public var placeholder: Swift.String? {
|
|
2611
2375
|
@objc get
|
|
2612
2376
|
@objc set
|
|
2613
2377
|
}
|
|
2614
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2615
2378
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public var text: Swift.String! {
|
|
2616
2379
|
@objc get
|
|
2617
2380
|
@objc set
|
|
2618
2381
|
}
|
|
2619
|
-
#endif
|
|
2620
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2621
2382
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public var attributedText: Foundation.NSAttributedString! {
|
|
2622
2383
|
@objc get
|
|
2623
2384
|
@objc set
|
|
2624
2385
|
}
|
|
2625
|
-
#endif
|
|
2626
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2627
2386
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public var font: UIKit.UIFont? {
|
|
2628
2387
|
@objc get
|
|
2629
2388
|
@objc set
|
|
2630
2389
|
}
|
|
2631
|
-
#endif
|
|
2632
2390
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public var textAlignment: UIKit.NSTextAlignment {
|
|
2633
2391
|
@objc get
|
|
2634
2392
|
@objc set
|
|
@@ -2638,12 +2396,8 @@ extension UIKit.UIImage {
|
|
|
2638
2396
|
@_Concurrency.MainActor @preconcurrency @objc public func textViewDidChange(_ textView: UIKit.UITextView)
|
|
2639
2397
|
@_Concurrency.MainActor @preconcurrency @objc public func textViewDidBeginEditing(_ textView: UIKit.UITextView)
|
|
2640
2398
|
@_Concurrency.MainActor @preconcurrency @objc public func textViewDidEndEditing(_ textView: UIKit.UITextView)
|
|
2641
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2642
2399
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func paste(_ sender: Any?)
|
|
2643
|
-
#endif
|
|
2644
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2645
2400
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func cut(_ sender: Any?)
|
|
2646
|
-
#endif
|
|
2647
2401
|
@_Concurrency.MainActor @preconcurrency @objc public func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool
|
|
2648
2402
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func caretRect(for position: UIKit.UITextPosition) -> CoreFoundation.CGRect
|
|
2649
2403
|
}
|
|
@@ -2653,9 +2407,7 @@ extension UIKit.UIImage {
|
|
|
2653
2407
|
@objc override dynamic public func layoutSublayers()
|
|
2654
2408
|
@objc override dynamic public init()
|
|
2655
2409
|
@objc override dynamic public init(layer: Any)
|
|
2656
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2657
2410
|
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
2658
|
-
#endif
|
|
2659
2411
|
@objc deinit
|
|
2660
2412
|
}
|
|
2661
2413
|
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
@@ -2666,9 +2418,7 @@ extension UIKit.UIImage {
|
|
|
2666
2418
|
public var rawValue: Mason.LoadingState.RawValue {
|
|
2667
2419
|
get
|
|
2668
2420
|
}
|
|
2669
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2670
2421
|
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
2671
|
-
#endif
|
|
2672
2422
|
}
|
|
2673
2423
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
2674
2424
|
@objc override dynamic public init()
|
|
@@ -2701,9 +2451,7 @@ extension UIKit.UIImage {
|
|
|
2701
2451
|
@objc get
|
|
2702
2452
|
@objc set
|
|
2703
2453
|
}
|
|
2704
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2705
2454
|
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
2706
|
-
#endif
|
|
2707
2455
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
2708
2456
|
@objc deinit
|
|
2709
2457
|
}
|
|
@@ -2715,9 +2463,7 @@ extension UIKit.UIImage {
|
|
|
2715
2463
|
public var rawValue: Mason.MasonDimensionCompatType.RawValue {
|
|
2716
2464
|
get
|
|
2717
2465
|
}
|
|
2718
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2719
2466
|
public init?(rawValue: Mason.MasonDimensionCompatType.RawValue)
|
|
2720
|
-
#endif
|
|
2721
2467
|
}
|
|
2722
2468
|
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
2723
2469
|
case Auto
|
|
@@ -2727,9 +2473,7 @@ extension UIKit.UIImage {
|
|
|
2727
2473
|
public var rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue {
|
|
2728
2474
|
get
|
|
2729
2475
|
}
|
|
2730
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2731
2476
|
public init?(rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue)
|
|
2732
|
-
#endif
|
|
2733
2477
|
}
|
|
2734
2478
|
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
2735
2479
|
case Points
|
|
@@ -2738,9 +2482,7 @@ extension UIKit.UIImage {
|
|
|
2738
2482
|
public var rawValue: Mason.MasonLengthPercentageCompatType.RawValue {
|
|
2739
2483
|
get
|
|
2740
2484
|
}
|
|
2741
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2742
2485
|
public init?(rawValue: Mason.MasonLengthPercentageCompatType.RawValue)
|
|
2743
|
-
#endif
|
|
2744
2486
|
}
|
|
2745
2487
|
@objc(MasonBoxSizing) public enum BoxSizing : Swift.Int, Swift.RawRepresentable {
|
|
2746
2488
|
case BorderBox
|
|
@@ -2749,9 +2491,7 @@ extension UIKit.UIImage {
|
|
|
2749
2491
|
public var rawValue: Mason.BoxSizing.RawValue {
|
|
2750
2492
|
get
|
|
2751
2493
|
}
|
|
2752
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2753
2494
|
public init?(rawValue: Mason.BoxSizing.RawValue)
|
|
2754
|
-
#endif
|
|
2755
2495
|
}
|
|
2756
2496
|
@objc(MasonAlign) public enum Align : Swift.Int, Swift.RawRepresentable {
|
|
2757
2497
|
case Auto
|
|
@@ -2762,9 +2502,7 @@ extension UIKit.UIImage {
|
|
|
2762
2502
|
public var rawValue: Mason.Align.RawValue {
|
|
2763
2503
|
get
|
|
2764
2504
|
}
|
|
2765
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2766
2505
|
public init?(rawValue: Mason.Align.RawValue)
|
|
2767
|
-
#endif
|
|
2768
2506
|
}
|
|
2769
2507
|
@objc(MasonTextAlign) public enum TextAlign : Swift.Int, Swift.RawRepresentable {
|
|
2770
2508
|
case Auto
|
|
@@ -2778,9 +2516,7 @@ extension UIKit.UIImage {
|
|
|
2778
2516
|
public var rawValue: Mason.TextAlign.RawValue {
|
|
2779
2517
|
get
|
|
2780
2518
|
}
|
|
2781
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2782
2519
|
public init?(rawValue: Mason.TextAlign.RawValue)
|
|
2783
|
-
#endif
|
|
2784
2520
|
}
|
|
2785
2521
|
public func MasonDimensionFromPoints(value: Swift.Float) -> Mason.MasonDimension
|
|
2786
2522
|
public func MasonDimensionFromPercent(value: Swift.Float) -> Mason.MasonDimension
|
|
@@ -2794,9 +2530,7 @@ public enum MasonDimension : Swift.Codable, Swift.Equatable {
|
|
|
2794
2530
|
case Points
|
|
2795
2531
|
case Percent
|
|
2796
2532
|
public typealias RawValue = Swift.Int8
|
|
2797
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2798
2533
|
public init?(rawValue: Swift.Int8)
|
|
2799
|
-
#endif
|
|
2800
2534
|
public var rawValue: Swift.Int8 {
|
|
2801
2535
|
get
|
|
2802
2536
|
}
|
|
@@ -2804,11 +2538,9 @@ public enum MasonDimension : Swift.Codable, Swift.Equatable {
|
|
|
2804
2538
|
public var cssValue: Swift.String {
|
|
2805
2539
|
get
|
|
2806
2540
|
}
|
|
2807
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2808
2541
|
public var jsonValue: Swift.String? {
|
|
2809
2542
|
get
|
|
2810
2543
|
}
|
|
2811
|
-
#endif
|
|
2812
2544
|
public init(from decoder: any Swift.Decoder) throws
|
|
2813
2545
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
2814
2546
|
public static func == (a: Mason.MasonDimension, b: Mason.MasonDimension) -> Swift.Bool
|
|
@@ -2823,11 +2555,9 @@ public enum MasonLengthPercentage : Swift.Codable, Swift.Equatable {
|
|
|
2823
2555
|
public var cssValue: Swift.String {
|
|
2824
2556
|
get
|
|
2825
2557
|
}
|
|
2826
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2827
2558
|
public var jsonValue: Swift.String? {
|
|
2828
2559
|
get
|
|
2829
2560
|
}
|
|
2830
|
-
#endif
|
|
2831
2561
|
public init(from decoder: any Swift.Decoder) throws
|
|
2832
2562
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
2833
2563
|
public static func == (a: Mason.MasonLengthPercentage, b: Mason.MasonLengthPercentage) -> Swift.Bool
|
|
@@ -2844,11 +2574,9 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2844
2574
|
public var cssValue: Swift.String {
|
|
2845
2575
|
get
|
|
2846
2576
|
}
|
|
2847
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2848
2577
|
public var jsonValue: Swift.String? {
|
|
2849
2578
|
get
|
|
2850
2579
|
}
|
|
2851
|
-
#endif
|
|
2852
2580
|
public init(from decoder: any Swift.Decoder) throws
|
|
2853
2581
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
2854
2582
|
public static func == (a: Mason.MasonLengthPercentageAuto, b: Mason.MasonLengthPercentageAuto) -> Swift.Bool
|
|
@@ -2866,9 +2594,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2866
2594
|
public var rawValue: Mason.AlignItems.RawValue {
|
|
2867
2595
|
get
|
|
2868
2596
|
}
|
|
2869
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2870
2597
|
public init?(rawValue: Mason.AlignItems.RawValue)
|
|
2871
|
-
#endif
|
|
2872
2598
|
}
|
|
2873
2599
|
@objc(MasonAlignSelf) public enum AlignSelf : Swift.Int, Swift.RawRepresentable {
|
|
2874
2600
|
case Normal = -1
|
|
@@ -2883,9 +2609,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2883
2609
|
public var rawValue: Mason.AlignSelf.RawValue {
|
|
2884
2610
|
get
|
|
2885
2611
|
}
|
|
2886
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2887
2612
|
public init?(rawValue: Mason.AlignSelf.RawValue)
|
|
2888
|
-
#endif
|
|
2889
2613
|
}
|
|
2890
2614
|
@objc(MasonAlignContent) public enum AlignContent : Swift.Int, Swift.RawRepresentable {
|
|
2891
2615
|
case Normal = -1
|
|
@@ -2902,9 +2626,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2902
2626
|
public var rawValue: Mason.AlignContent.RawValue {
|
|
2903
2627
|
get
|
|
2904
2628
|
}
|
|
2905
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2906
2629
|
public init?(rawValue: Mason.AlignContent.RawValue)
|
|
2907
|
-
#endif
|
|
2908
2630
|
}
|
|
2909
2631
|
@objc(MasonDirection) public enum Direction : Swift.Int, Swift.RawRepresentable {
|
|
2910
2632
|
case Inherit
|
|
@@ -2914,9 +2636,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2914
2636
|
public var rawValue: Mason.Direction.RawValue {
|
|
2915
2637
|
get
|
|
2916
2638
|
}
|
|
2917
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2918
2639
|
public init?(rawValue: Mason.Direction.RawValue)
|
|
2919
|
-
#endif
|
|
2920
2640
|
}
|
|
2921
2641
|
@objc(MasonDisplay) public enum Display : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
2922
2642
|
case None
|
|
@@ -2931,9 +2651,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2931
2651
|
public var rawValue: Mason.Display.RawValue {
|
|
2932
2652
|
get
|
|
2933
2653
|
}
|
|
2934
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2935
2654
|
public init?(rawValue: Mason.Display.RawValue)
|
|
2936
|
-
#endif
|
|
2937
2655
|
public var description: Swift.String {
|
|
2938
2656
|
get
|
|
2939
2657
|
}
|
|
@@ -2947,9 +2665,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2947
2665
|
public var rawValue: Mason.FlexDirection.RawValue {
|
|
2948
2666
|
get
|
|
2949
2667
|
}
|
|
2950
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2951
2668
|
public init?(rawValue: Mason.FlexDirection.RawValue)
|
|
2952
|
-
#endif
|
|
2953
2669
|
public var description: Swift.String {
|
|
2954
2670
|
get
|
|
2955
2671
|
}
|
|
@@ -2967,9 +2683,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2967
2683
|
public var rawValue: Mason.JustifyItems.RawValue {
|
|
2968
2684
|
get
|
|
2969
2685
|
}
|
|
2970
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2971
2686
|
public init?(rawValue: Mason.JustifyItems.RawValue)
|
|
2972
|
-
#endif
|
|
2973
2687
|
}
|
|
2974
2688
|
@objc(MasonJustifySelf) public enum JustifySelf : Swift.Int, Swift.RawRepresentable {
|
|
2975
2689
|
case Normal = -1
|
|
@@ -2984,9 +2698,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
2984
2698
|
public var rawValue: Mason.JustifySelf.RawValue {
|
|
2985
2699
|
get
|
|
2986
2700
|
}
|
|
2987
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
2988
2701
|
public init?(rawValue: Mason.JustifySelf.RawValue)
|
|
2989
|
-
#endif
|
|
2990
2702
|
}
|
|
2991
2703
|
@objc(MasonJustifyContent) public enum JustifyContent : Swift.Int, Swift.RawRepresentable {
|
|
2992
2704
|
case Normal = -1
|
|
@@ -3003,9 +2715,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
3003
2715
|
public var rawValue: Mason.JustifyContent.RawValue {
|
|
3004
2716
|
get
|
|
3005
2717
|
}
|
|
3006
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3007
2718
|
public init?(rawValue: Mason.JustifyContent.RawValue)
|
|
3008
|
-
#endif
|
|
3009
2719
|
}
|
|
3010
2720
|
@objc(MasonOverflow) public enum Overflow : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
3011
2721
|
case Visible
|
|
@@ -3017,9 +2727,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
3017
2727
|
public var rawValue: Mason.Overflow.RawValue {
|
|
3018
2728
|
get
|
|
3019
2729
|
}
|
|
3020
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3021
2730
|
public init?(rawValue: Mason.Overflow.RawValue)
|
|
3022
|
-
#endif
|
|
3023
2731
|
}
|
|
3024
2732
|
@objc(MasonPosition) public enum Position : Swift.Int, Swift.RawRepresentable {
|
|
3025
2733
|
case Relative
|
|
@@ -3028,9 +2736,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
3028
2736
|
public var rawValue: Mason.Position.RawValue {
|
|
3029
2737
|
get
|
|
3030
2738
|
}
|
|
3031
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3032
2739
|
public init?(rawValue: Mason.Position.RawValue)
|
|
3033
|
-
#endif
|
|
3034
2740
|
}
|
|
3035
2741
|
@objc(MasonFlexWrap) public enum FlexWrap : Swift.Int, Swift.RawRepresentable {
|
|
3036
2742
|
case NoWrap
|
|
@@ -3040,9 +2746,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
3040
2746
|
public var rawValue: Mason.FlexWrap.RawValue {
|
|
3041
2747
|
get
|
|
3042
2748
|
}
|
|
3043
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3044
2749
|
public init?(rawValue: Mason.FlexWrap.RawValue)
|
|
3045
|
-
#endif
|
|
3046
2750
|
}
|
|
3047
2751
|
@objc(MasonGridAutoFlowWrap) public enum GridAutoFlow : Swift.Int, Swift.RawRepresentable {
|
|
3048
2752
|
case Row
|
|
@@ -3053,19 +2757,15 @@ public enum MasonLengthPercentageAuto : Swift.Codable, Swift.Equatable {
|
|
|
3053
2757
|
public var rawValue: Mason.GridAutoFlow.RawValue {
|
|
3054
2758
|
get
|
|
3055
2759
|
}
|
|
3056
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3057
2760
|
public init?(rawValue: Mason.GridAutoFlow.RawValue)
|
|
3058
|
-
#endif
|
|
3059
2761
|
}
|
|
3060
2762
|
public enum GridPlacement : Swift.Codable {
|
|
3061
2763
|
case Auto
|
|
3062
2764
|
case Line(Swift.Int16)
|
|
3063
2765
|
case Span(Swift.Int16)
|
|
3064
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3065
2766
|
public var jsonValue: Swift.String? {
|
|
3066
2767
|
get
|
|
3067
2768
|
}
|
|
3068
|
-
#endif
|
|
3069
2769
|
public init(from decoder: any Swift.Decoder) throws
|
|
3070
2770
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
3071
2771
|
}
|
|
@@ -3077,9 +2777,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3077
2777
|
public var rawValue: Mason.GridPlacementCompatType.RawValue {
|
|
3078
2778
|
get
|
|
3079
2779
|
}
|
|
3080
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3081
2780
|
public init?(rawValue: Mason.GridPlacementCompatType.RawValue)
|
|
3082
|
-
#endif
|
|
3083
2781
|
}
|
|
3084
2782
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonGridTrackRepetition) public class GridTrackRepetition : ObjectiveC.NSObject {
|
|
3085
2783
|
@objc public var cssValue: Swift.String {
|
|
@@ -3105,9 +2803,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3105
2803
|
public var rawValue: Mason.DecorationLine.RawValue {
|
|
3106
2804
|
get
|
|
3107
2805
|
}
|
|
3108
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3109
2806
|
public init?(rawValue: Mason.DecorationLine.RawValue)
|
|
3110
|
-
#endif
|
|
3111
2807
|
}
|
|
3112
2808
|
@objc(MasonTextTransform) public enum TextTransform : Swift.Int, Swift.RawRepresentable {
|
|
3113
2809
|
case None
|
|
@@ -3121,9 +2817,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3121
2817
|
public var rawValue: Mason.TextTransform.RawValue {
|
|
3122
2818
|
get
|
|
3123
2819
|
}
|
|
3124
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3125
2820
|
public init?(rawValue: Mason.TextTransform.RawValue)
|
|
3126
|
-
#endif
|
|
3127
2821
|
}
|
|
3128
2822
|
@objc(MasonFontStyle) public enum FontStyle : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
3129
2823
|
case Normal
|
|
@@ -3133,9 +2827,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3133
2827
|
public var rawValue: Mason.FontStyle.RawValue {
|
|
3134
2828
|
get
|
|
3135
2829
|
}
|
|
3136
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3137
2830
|
public init?(rawValue: Mason.FontStyle.RawValue)
|
|
3138
|
-
#endif
|
|
3139
2831
|
public var description: Swift.String {
|
|
3140
2832
|
get
|
|
3141
2833
|
}
|
|
@@ -3149,9 +2841,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3149
2841
|
public var rawValue: Mason.TextWrap.RawValue {
|
|
3150
2842
|
get
|
|
3151
2843
|
}
|
|
3152
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3153
2844
|
public init?(rawValue: Mason.TextWrap.RawValue)
|
|
3154
|
-
#endif
|
|
3155
2845
|
public var description: Swift.String {
|
|
3156
2846
|
get
|
|
3157
2847
|
}
|
|
@@ -3167,9 +2857,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3167
2857
|
public var rawValue: Mason.WhiteSpace.RawValue {
|
|
3168
2858
|
get
|
|
3169
2859
|
}
|
|
3170
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3171
2860
|
public init?(rawValue: Mason.WhiteSpace.RawValue)
|
|
3172
|
-
#endif
|
|
3173
2861
|
public var description: Swift.String {
|
|
3174
2862
|
get
|
|
3175
2863
|
}
|
|
@@ -3183,9 +2871,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
3183
2871
|
public var rawValue: Mason.LineHeight.RawValue {
|
|
3184
2872
|
get
|
|
3185
2873
|
}
|
|
3186
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3187
2874
|
public init?(rawValue: Mason.LineHeight.RawValue)
|
|
3188
|
-
#endif
|
|
3189
2875
|
public var description: Swift.String {
|
|
3190
2876
|
get
|
|
3191
2877
|
}
|
|
@@ -3201,9 +2887,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3201
2887
|
}
|
|
3202
2888
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonTextOverflowCompat) public class TextOverflowCompat : ObjectiveC.NSObject {
|
|
3203
2889
|
@objc public static let Clip: Mason.TextOverflowCompat
|
|
3204
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3205
2890
|
@objc public static func Ellipse(_ value: Swift.String? = nil) -> Mason.TextOverflowCompat
|
|
3206
|
-
#endif
|
|
3207
2891
|
@objc public static func Custom(_ value: Swift.String) -> Mason.TextOverflowCompat
|
|
3208
2892
|
@objc override dynamic public var description: Swift.String {
|
|
3209
2893
|
@objc get
|
|
@@ -3220,9 +2904,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3220
2904
|
public var rawValue: Mason.TextJustify.RawValue {
|
|
3221
2905
|
get
|
|
3222
2906
|
}
|
|
3223
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3224
2907
|
public init?(rawValue: Mason.TextJustify.RawValue)
|
|
3225
|
-
#endif
|
|
3226
2908
|
public var description: Swift.String {
|
|
3227
2909
|
get
|
|
3228
2910
|
}
|
|
@@ -3237,9 +2919,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3237
2919
|
public var rawValue: Mason.DecorationStyle.RawValue {
|
|
3238
2920
|
get
|
|
3239
2921
|
}
|
|
3240
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3241
2922
|
public init?(rawValue: Mason.DecorationStyle.RawValue)
|
|
3242
|
-
#endif
|
|
3243
2923
|
public var description: Swift.String {
|
|
3244
2924
|
get
|
|
3245
2925
|
}
|
|
@@ -3252,9 +2932,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3252
2932
|
public var rawValue: Mason.MasonFloat.RawValue {
|
|
3253
2933
|
get
|
|
3254
2934
|
}
|
|
3255
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3256
2935
|
public init?(rawValue: Mason.MasonFloat.RawValue)
|
|
3257
|
-
#endif
|
|
3258
2936
|
public var description: Swift.String {
|
|
3259
2937
|
get
|
|
3260
2938
|
}
|
|
@@ -3268,9 +2946,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3268
2946
|
public var rawValue: Mason.Clear.RawValue {
|
|
3269
2947
|
get
|
|
3270
2948
|
}
|
|
3271
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3272
2949
|
public init?(rawValue: Mason.Clear.RawValue)
|
|
3273
|
-
#endif
|
|
3274
2950
|
public var description: Swift.String {
|
|
3275
2951
|
get
|
|
3276
2952
|
}
|
|
@@ -3285,9 +2961,7 @@ public enum TextOverflow : Swift.CustomStringConvertible {
|
|
|
3285
2961
|
public var rawValue: Mason.ObjectFit.RawValue {
|
|
3286
2962
|
get
|
|
3287
2963
|
}
|
|
3288
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3289
2964
|
public init?(rawValue: Mason.ObjectFit.RawValue)
|
|
3290
|
-
#endif
|
|
3291
2965
|
public var description: Swift.String {
|
|
3292
2966
|
get
|
|
3293
2967
|
}
|
|
@@ -3345,15 +3019,11 @@ public enum VerticalAlign {
|
|
|
3345
3019
|
public var description: Swift.String {
|
|
3346
3020
|
get
|
|
3347
3021
|
}
|
|
3348
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3349
3022
|
public init?(rawValue: Swift.Int32)
|
|
3350
|
-
#endif
|
|
3351
3023
|
public var rawValue: Swift.Int32 {
|
|
3352
3024
|
get
|
|
3353
3025
|
}
|
|
3354
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3355
3026
|
public init?(rawValue: Swift.Int8)
|
|
3356
|
-
#endif
|
|
3357
3027
|
public var rawValue: Swift.Int8 {
|
|
3358
3028
|
get
|
|
3359
3029
|
}
|
|
@@ -3365,9 +3035,7 @@ public enum VerticalAlign {
|
|
|
3365
3035
|
public var rawValue: Mason.ListStylePosition.RawValue {
|
|
3366
3036
|
get
|
|
3367
3037
|
}
|
|
3368
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3369
3038
|
public init?(rawValue: Mason.ListStylePosition.RawValue)
|
|
3370
|
-
#endif
|
|
3371
3039
|
public var description: Swift.String {
|
|
3372
3040
|
get
|
|
3373
3041
|
}
|
|
@@ -3383,9 +3051,7 @@ public enum VerticalAlign {
|
|
|
3383
3051
|
public var rawValue: Mason.ListStyleType.RawValue {
|
|
3384
3052
|
get
|
|
3385
3053
|
}
|
|
3386
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3387
3054
|
public init?(rawValue: Mason.ListStyleType.RawValue)
|
|
3388
|
-
#endif
|
|
3389
3055
|
public var description: Swift.String {
|
|
3390
3056
|
get
|
|
3391
3057
|
}
|
|
@@ -3434,14 +3100,15 @@ public struct FontVariantNumeric : Swift.OptionSet, Swift.CustomStringConvertibl
|
|
|
3434
3100
|
@objc @_Concurrency.MainActor @preconcurrency public func markNodeDirty()
|
|
3435
3101
|
@objc @_Concurrency.MainActor @preconcurrency public func isNodeDirty() -> Swift.Bool
|
|
3436
3102
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
3437
|
-
#if compiler(>=5.3) && $NonescapableTypes
|
|
3438
3103
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?)
|
|
3439
|
-
|
|
3104
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func willMove(toSuperview newSuperview: UIKit.UIView?)
|
|
3440
3105
|
@objc @_Concurrency.MainActor @preconcurrency public static func createGridView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
3441
3106
|
@objc @_Concurrency.MainActor @preconcurrency public static func createFlexView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
3442
3107
|
@objc @_Concurrency.MainActor @preconcurrency public static func createBlockView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
3443
3108
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
3444
3109
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
3110
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(_ view: UIKit.UIView)
|
|
3111
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(at index: Swift.Int)
|
|
3445
3112
|
@objc @_Concurrency.MainActor @preconcurrency public func addSubviews(_ views: [UIKit.UIView])
|
|
3446
3113
|
@objc @_Concurrency.MainActor @preconcurrency public func addSubviews(_ views: [UIKit.UIView], at index: Swift.Int)
|
|
3447
3114
|
@objc @_Concurrency.MainActor @preconcurrency public var inBatch: Swift.Bool {
|
|
@@ -3666,6 +3333,8 @@ public struct FontVariantNumeric : Swift.OptionSet, Swift.CustomStringConvertibl
|
|
|
3666
3333
|
@_Concurrency.MainActor @preconcurrency @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
|
|
3667
3334
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
3668
3335
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
3336
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(_ view: UIKit.UIView)
|
|
3337
|
+
@objc @_Concurrency.MainActor @preconcurrency public func removeView(at index: Swift.Int)
|
|
3669
3338
|
@objc @_Concurrency.MainActor @preconcurrency public func setSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
3670
3339
|
@objc deinit
|
|
3671
3340
|
}
|
|
@@ -3707,23 +3376,13 @@ public struct FontVariantNumeric : Swift.OptionSet, Swift.CustomStringConvertibl
|
|
|
3707
3376
|
@objc @_Concurrency.MainActor @preconcurrency public func bind(position: Swift.Int, isOrdered: Swift.Bool)
|
|
3708
3377
|
@objc deinit
|
|
3709
3378
|
}
|
|
3710
|
-
extension Mason.NSCFontDisplay : Swift.Equatable {}
|
|
3711
|
-
extension Mason.NSCFontDisplay : Swift.Hashable {}
|
|
3712
|
-
extension Mason.NSCFontWeight : Swift.Equatable {}
|
|
3713
|
-
extension Mason.NSCFontWeight : Swift.Hashable {}
|
|
3714
|
-
extension Mason.NSCFontFaceStatus : Swift.Equatable {}
|
|
3715
|
-
extension Mason.NSCFontFaceStatus : Swift.Hashable {}
|
|
3716
3379
|
extension Mason.CSSBorderRenderer.Side : Swift.Equatable {}
|
|
3717
3380
|
extension Mason.CSSBorderRenderer.Side : Swift.Hashable {}
|
|
3718
|
-
extension Mason.MasonTextType : Swift.Equatable {}
|
|
3719
|
-
extension Mason.MasonTextType : Swift.Hashable {}
|
|
3720
3381
|
extension Mason.MasonNodeType : Swift.Equatable {}
|
|
3721
3382
|
extension Mason.MasonNodeType : Swift.Hashable {}
|
|
3722
3383
|
extension Mason.PseudoState : Swift.Equatable {}
|
|
3723
3384
|
extension Mason.PseudoState : Swift.Hashable {}
|
|
3724
3385
|
extension Mason.PseudoState : Swift.RawRepresentable {}
|
|
3725
|
-
extension Mason.NSCFontFaceSetStatus : Swift.Equatable {}
|
|
3726
|
-
extension Mason.NSCFontFaceSetStatus : Swift.Hashable {}
|
|
3727
3386
|
extension Mason.TransformOpType : Swift.Equatable {}
|
|
3728
3387
|
extension Mason.TransformOpType : Swift.Hashable {}
|
|
3729
3388
|
extension Mason.TransformOpType : Swift.RawRepresentable {}
|
|
@@ -3731,6 +3390,8 @@ extension UIKit.UIImage.Direction : Swift.Equatable {}
|
|
|
3731
3390
|
extension UIKit.UIImage.Direction : Swift.Hashable {}
|
|
3732
3391
|
extension UIKit.UIImage.ChevronDirection : Swift.Equatable {}
|
|
3733
3392
|
extension UIKit.UIImage.ChevronDirection : Swift.Hashable {}
|
|
3393
|
+
extension Mason.MasonTextType : Swift.Equatable {}
|
|
3394
|
+
extension Mason.MasonTextType : Swift.Hashable {}
|
|
3734
3395
|
extension Mason.LoadingState : Swift.Equatable {}
|
|
3735
3396
|
extension Mason.LoadingState : Swift.Hashable {}
|
|
3736
3397
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|