@triniwiz/nativescript-masonkit 1.0.0-alpha.0
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/LICENSE +201 -0
- package/README.md +31 -0
- package/common.d.ts +66 -0
- package/common.js +1523 -0
- package/common.js.map +1 -0
- package/helpers.d.ts +233 -0
- package/helpers.js +3382 -0
- package/helpers.js.map +1 -0
- package/index.android.d.ts +26 -0
- package/index.android.js +82 -0
- package/index.android.js.map +1 -0
- package/index.d.ts +87 -0
- package/index.ios.d.ts +27 -0
- package/index.ios.js +124 -0
- package/index.ios.js.map +1 -0
- package/package.json +36 -0
- package/platforms/android/include.gradle +1 -0
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +44 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +1022 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason.h +19 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/mason_native.h +945 -0
- 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 +32942 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +1249 -0
- 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 +1249 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/module.modulemap +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/PrivateHeaders/mason_native.h +676 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +2040 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason.h +19 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/mason_native.h +945 -0
- 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 +32942 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1249 -0
- 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 +1249 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +32942 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1249 -0
- 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 +1249 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/module.modulemap +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/PrivateHeaders/mason_native.h +676 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +342 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Info.plist +20 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Podfile +1 -0
- package/platforms/ios/build.xcconfig +2 -0
- package/platforms/ios/src/JSIModule.h +217 -0
- package/platforms/ios/src/JSIModule.mm +2788 -0
- package/platforms/ios/src/include/mason_native.h +945 -0
- package/platforms/ios/src/module.modulemap +4 -0
|
@@ -0,0 +1,1249 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name Mason
|
|
4
|
+
// swift-module-flags-ignorable: -enable-bare-slash-regex
|
|
5
|
+
import Foundation
|
|
6
|
+
@_exported import Mason
|
|
7
|
+
import Swift
|
|
8
|
+
import UIKit
|
|
9
|
+
import _Concurrency
|
|
10
|
+
import _StringProcessing
|
|
11
|
+
public struct Line<T> {
|
|
12
|
+
public init(_ start: T, _ end: T)
|
|
13
|
+
}
|
|
14
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(LineGridPlacementCompat) public class LineGridPlacementCompat : ObjectiveC.NSObject {
|
|
15
|
+
@objc public var start: Mason.GridPlacementCompat {
|
|
16
|
+
get
|
|
17
|
+
}
|
|
18
|
+
@objc public var end: Mason.GridPlacementCompat {
|
|
19
|
+
get
|
|
20
|
+
}
|
|
21
|
+
@objc deinit
|
|
22
|
+
}
|
|
23
|
+
@objcMembers @objc(MinMax) public class MinMax : ObjectiveC.NSObject, Swift.Codable {
|
|
24
|
+
@objc public init(_ min: Mason.MinSizing, _ max: Mason.MaxSizing)
|
|
25
|
+
@objc public static func Points(points: Swift.Float) -> Mason.MinMax
|
|
26
|
+
@objc public static func Percent(percent: Swift.Float) -> Mason.MinMax
|
|
27
|
+
@objc public static func Flex(flex: Swift.Float) -> Mason.MinMax
|
|
28
|
+
@objc public static func FitContent(fit: Swift.Float) -> Mason.MinMax
|
|
29
|
+
@objc public static func FitContentPercent(fit: Swift.Float) -> Mason.MinMax
|
|
30
|
+
@objc public static let Auto: Mason.MinMax
|
|
31
|
+
@objc public static func fromTypeValue(_ minType: Swift.Int, _ minValue: Swift.Float, _ maxType: Swift.Int, _ maxValue: Swift.Float) -> Mason.MinMax?
|
|
32
|
+
@objc public var cssValue: Swift.String {
|
|
33
|
+
@objc get
|
|
34
|
+
}
|
|
35
|
+
@objc public var jsonValue: Swift.String? {
|
|
36
|
+
@objc get
|
|
37
|
+
}
|
|
38
|
+
required public init(from decoder: Swift.Decoder) throws
|
|
39
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
40
|
+
@objc deinit
|
|
41
|
+
}
|
|
42
|
+
@_inheritsConvenienceInitializers @objc(TSCMason) @objcMembers public class TSCMason : ObjectiveC.NSObject {
|
|
43
|
+
@objc public var nativePtr: Swift.UnsafeMutableRawPointer! {
|
|
44
|
+
get
|
|
45
|
+
}
|
|
46
|
+
@objc override dynamic public init()
|
|
47
|
+
@objc deinit
|
|
48
|
+
@objc public func clear()
|
|
49
|
+
@objc public static let instance: Mason.TSCMason
|
|
50
|
+
@objc public static var shared: Swift.Bool
|
|
51
|
+
@objc public static var alwaysEnable: Swift.Bool
|
|
52
|
+
}
|
|
53
|
+
@_inheritsConvenienceInitializers @objcMembers @objc(MeasureOutput) public class MeasureOutput : ObjectiveC.NSObject {
|
|
54
|
+
@objc override dynamic public init()
|
|
55
|
+
@objc deinit
|
|
56
|
+
}
|
|
57
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MaxSizing) public class MaxSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
58
|
+
@objc public var value: Swift.Float {
|
|
59
|
+
get
|
|
60
|
+
}
|
|
61
|
+
@objc public static func Points(_ points: Swift.Float) -> Mason.MaxSizing
|
|
62
|
+
@objc public static func Percent(_ percent: Swift.Float) -> Mason.MaxSizing
|
|
63
|
+
@objc public static func FitContent(_ fit: Swift.Float) -> Mason.MaxSizing
|
|
64
|
+
@objc public static func FitContentPercent(_ fit: Swift.Float) -> Mason.MaxSizing
|
|
65
|
+
@objc public static func Flex(_ flex: Swift.Float) -> Mason.MaxSizing
|
|
66
|
+
@objc public static let Auto: Mason.MaxSizing
|
|
67
|
+
@objc public static let MinContent: Mason.MaxSizing
|
|
68
|
+
@objc public static let MaxContent: Mason.MaxSizing
|
|
69
|
+
@objc public var cssValue: Swift.String {
|
|
70
|
+
@objc get
|
|
71
|
+
}
|
|
72
|
+
@objc public var jsonValue: Swift.String? {
|
|
73
|
+
@objc get
|
|
74
|
+
}
|
|
75
|
+
required public init(from decoder: Swift.Decoder) throws
|
|
76
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
77
|
+
@objc deinit
|
|
78
|
+
}
|
|
79
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionSizeCompat) public class MasonDimensionSizeCompat : ObjectiveC.NSObject {
|
|
80
|
+
@objc public var width: Mason.MasonDimensionCompat
|
|
81
|
+
@objc public var height: Mason.MasonDimensionCompat
|
|
82
|
+
public init(_ size: Mason.MasonSize<Mason.MasonDimension>)
|
|
83
|
+
@objc deinit
|
|
84
|
+
}
|
|
85
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoSizeCompat) public class MasonLengthPercentageAutoSizeCompat : ObjectiveC.NSObject {
|
|
86
|
+
@objc public var width: Mason.MasonLengthPercentageAutoCompat
|
|
87
|
+
@objc public var height: Mason.MasonLengthPercentageAutoCompat
|
|
88
|
+
public init(_ size: Mason.MasonSize<Mason.MasonLengthPercentageAuto>)
|
|
89
|
+
@objc deinit
|
|
90
|
+
}
|
|
91
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageSizeCompat) public class MasonLengthPercentageSizeCompat : ObjectiveC.NSObject {
|
|
92
|
+
@objc public var width: Mason.MasonLengthPercentageCompat
|
|
93
|
+
@objc public var height: Mason.MasonLengthPercentageCompat
|
|
94
|
+
public init(_ size: Mason.MasonSize<Mason.MasonLengthPercentage>)
|
|
95
|
+
@objc deinit
|
|
96
|
+
}
|
|
97
|
+
public struct MasonSize<T> {
|
|
98
|
+
public init(_ width: T, _ height: T)
|
|
99
|
+
public init(uniform: T)
|
|
100
|
+
}
|
|
101
|
+
public let MasonDimensionSizeAuto: Mason.MasonSize<Mason.MasonDimension>
|
|
102
|
+
public let MasonLengthPercentageAutoSizeAuto: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
103
|
+
public let MasonDimensionSizeMaxPercentWH: Mason.MasonSize<Mason.MasonDimension>
|
|
104
|
+
public let MasonLengthPercentageAutoSizeMaxPercentWH: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
105
|
+
public let MasonLengthPercentageSizeMaxPercentWH: Mason.MasonSize<Mason.MasonLengthPercentage>
|
|
106
|
+
public let MasonDimensionSizeZero: Mason.MasonSize<Mason.MasonDimension>
|
|
107
|
+
public let MasonLengthPercentageAutoSizeZero: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
108
|
+
public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPercentage>
|
|
109
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(MasonNode) @objcMembers public class MasonNode : ObjectiveC.NSObject {
|
|
110
|
+
@objc public var nativePtr: Swift.UnsafeMutableRawPointer! {
|
|
111
|
+
get
|
|
112
|
+
}
|
|
113
|
+
public typealias MeasureFunc = (CoreFoundation.CGSize?, CoreFoundation.CGSize) -> CoreFoundation.CGSize
|
|
114
|
+
@objc public var style: Mason.MasonStyle {
|
|
115
|
+
@objc get
|
|
116
|
+
@objc set
|
|
117
|
+
}
|
|
118
|
+
@objc public var includeInLayout: Swift.Bool
|
|
119
|
+
@objc public var isEnabled: Swift.Bool
|
|
120
|
+
@objc public var data: Swift.AnyObject? {
|
|
121
|
+
@objc get
|
|
122
|
+
@objc set
|
|
123
|
+
}
|
|
124
|
+
@objc public var owner: Mason.MasonNode? {
|
|
125
|
+
get
|
|
126
|
+
}
|
|
127
|
+
@objc public var children: [Mason.MasonNode] {
|
|
128
|
+
get
|
|
129
|
+
}
|
|
130
|
+
@objc override dynamic public init()
|
|
131
|
+
@objc public init(style: Mason.MasonStyle)
|
|
132
|
+
@objc public init(style: Mason.MasonStyle, children: [Mason.MasonNode])
|
|
133
|
+
public init(style: Mason.MasonStyle, measureFunc: @escaping Mason.MasonNode.MeasureFunc)
|
|
134
|
+
@objc deinit
|
|
135
|
+
@objc public func updateNodeStyle()
|
|
136
|
+
@objc @discardableResult
|
|
137
|
+
public func layout() -> Mason.MasonLayout
|
|
138
|
+
@objc public var isDirty: Swift.Bool {
|
|
139
|
+
@objc get
|
|
140
|
+
}
|
|
141
|
+
@objc public func markDirty()
|
|
142
|
+
@objc public func getRoot() -> Mason.MasonNode?
|
|
143
|
+
@objc public func rootCompute()
|
|
144
|
+
@objc public func rootCompute(_ width: Swift.Float, _ height: Swift.Float)
|
|
145
|
+
@objc public func rootComputeMaxContent()
|
|
146
|
+
@objc public func rootComputeMinContent()
|
|
147
|
+
@objc public func rootComputeWithViewSize()
|
|
148
|
+
@objc public func rootComputeWithMaxContent()
|
|
149
|
+
@objc public func compute()
|
|
150
|
+
@objc public func compute(_ width: Swift.Float, _ height: Swift.Float)
|
|
151
|
+
@objc public func computeMaxContent()
|
|
152
|
+
@objc public func computeMinContent()
|
|
153
|
+
@objc public func computeWithSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
154
|
+
@objc public func computeWithViewSize()
|
|
155
|
+
@objc public func computeWithMaxContent()
|
|
156
|
+
@objc public func computeWithMinContent()
|
|
157
|
+
@objc public func attachAndApply()
|
|
158
|
+
@objc public func setChildren(children: [Mason.MasonNode])
|
|
159
|
+
@objc public func addChildren(_ children: [Mason.MasonNode])
|
|
160
|
+
@objc public var isLeaf: Swift.Bool {
|
|
161
|
+
@objc get
|
|
162
|
+
}
|
|
163
|
+
@objc public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
164
|
+
}
|
|
165
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MinSizing) public class MinSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
166
|
+
@objc public var value: Swift.Float {
|
|
167
|
+
get
|
|
168
|
+
}
|
|
169
|
+
@objc public static func Points(_ points: Swift.Float) -> Mason.MinSizing
|
|
170
|
+
@objc public static func Percent(_ percent: Swift.Float) -> Mason.MinSizing
|
|
171
|
+
@objc public static let Auto: Mason.MinSizing
|
|
172
|
+
@objc public static let MinContent: Mason.MinSizing
|
|
173
|
+
@objc public static let MaxContent: Mason.MinSizing
|
|
174
|
+
@objc public var cssValue: Swift.String {
|
|
175
|
+
@objc get
|
|
176
|
+
}
|
|
177
|
+
@objc public var jsonValue: Swift.String? {
|
|
178
|
+
@objc get
|
|
179
|
+
}
|
|
180
|
+
required public init(from decoder: Swift.Decoder) throws
|
|
181
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
182
|
+
@objc deinit
|
|
183
|
+
}
|
|
184
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(MasonLayout) @objcMembers public class MasonLayout : ObjectiveC.NSObject, Swift.Codable {
|
|
185
|
+
@objc final public let order: Swift.Int
|
|
186
|
+
@objc final public let x: Swift.Float
|
|
187
|
+
@objc final public let y: Swift.Float
|
|
188
|
+
@objc final public let width: Swift.Float
|
|
189
|
+
@objc final public let height: Swift.Float
|
|
190
|
+
@objc final public let children: [Mason.MasonLayout]
|
|
191
|
+
@objc override dynamic public var description: Swift.String {
|
|
192
|
+
@objc get
|
|
193
|
+
}
|
|
194
|
+
@objc deinit
|
|
195
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
196
|
+
required public init(from decoder: Swift.Decoder) throws
|
|
197
|
+
}
|
|
198
|
+
@_inheritsConvenienceInitializers @objcMembers @objc(MasonReexports) public class MasonReexports : ObjectiveC.NSObject {
|
|
199
|
+
@objc public static func node_set_style(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, _ style: Swift.UnsafeMutableRawPointer)
|
|
200
|
+
@objc public static func node_compute(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
201
|
+
@objc public static func node_compute_wh(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, width: Swift.Float, height: Swift.Float)
|
|
202
|
+
@objc public static func node_compute_max_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
203
|
+
@objc public static func node_compute_min_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
204
|
+
@objc public static func node_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer) -> Swift.Bool
|
|
205
|
+
@objc public static func node_mark_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
206
|
+
@objc public static func style_get_display(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
207
|
+
@objc public static func style_set_display(_ style: Swift.UnsafeMutableRawPointer, _ display: Swift.Int32)
|
|
208
|
+
@objc public static func style_get_position(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
209
|
+
@objc public static func style_set_position(_ style: Swift.UnsafeMutableRawPointer, _ position: Swift.Int32)
|
|
210
|
+
@objc public static func style_get_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
211
|
+
@objc public static func style_set_direction(_ style: Swift.UnsafeMutableRawPointer, _ direction: Swift.Int32)
|
|
212
|
+
@objc public static func style_get_flex_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
213
|
+
@objc public static func style_set_flex_direction(_ style: Swift.UnsafeMutableRawPointer, _ flex_direction: Swift.Int32)
|
|
214
|
+
@objc public static func style_get_flex_wrap(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
215
|
+
@objc public static func style_set_flex_wrap(_ style: Swift.UnsafeMutableRawPointer, _ flex_wrap: Swift.Int32)
|
|
216
|
+
@objc public static func style_get_overflow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
217
|
+
@objc public static func style_set_overflow(_ style: Swift.UnsafeMutableRawPointer, _ overflow: Swift.Int32)
|
|
218
|
+
@objc public static func style_get_align_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
219
|
+
@objc public static func style_set_align_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
220
|
+
@objc public static func style_get_align_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
221
|
+
@objc public static func style_set_align_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
222
|
+
@objc public static func style_get_align_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
223
|
+
@objc public static func style_set_align_content(_ style: Swift.UnsafeMutableRawPointer, _ align_content: Swift.Int32)
|
|
224
|
+
@objc public static func style_get_justify_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
225
|
+
@objc public static func style_set_justify_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
226
|
+
@objc public static func style_get_justify_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
227
|
+
@objc public static func style_set_justify_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
228
|
+
@objc public static func style_get_justify_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
229
|
+
@objc public static func style_set_justify_content(_ style: Swift.UnsafeMutableRawPointer, _ justify_content: Swift.Int32)
|
|
230
|
+
@objc public static func style_set_inset(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
231
|
+
@objc public static func style_get_inset_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
232
|
+
@objc public static func style_set_inset_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
233
|
+
@objc public static func style_get_inset_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
234
|
+
@objc public static func style_set_inset_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
235
|
+
@objc public static func style_get_inset_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
236
|
+
@objc public static func style_set_inset_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
237
|
+
@objc public static func style_get_inset_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
238
|
+
@objc public static func style_set_inset_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
239
|
+
@objc public static func style_set_margin(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
240
|
+
@objc public static func style_get_margin_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
241
|
+
@objc public static func style_set_margin_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
242
|
+
@objc public static func style_get_margin_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
243
|
+
@objc public static func style_set_margin_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
244
|
+
@objc public static func style_get_margin_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
245
|
+
@objc public static func style_set_margin_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
246
|
+
@objc public static func style_get_margin_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
247
|
+
@objc public static func style_set_margin_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
248
|
+
@objc public static func style_set_padding(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
249
|
+
@objc public static func style_get_padding_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
250
|
+
@objc public static func style_set_padding_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
251
|
+
@objc public static func style_get_padding_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
252
|
+
@objc public static func style_set_padding_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
253
|
+
@objc public static func style_get_padding_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
254
|
+
@objc public static func style_set_padding_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
255
|
+
@objc public static func style_get_padding_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
256
|
+
@objc public static func style_set_padding_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
257
|
+
@objc public static func style_set_border(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
258
|
+
@objc public static func style_get_border_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
259
|
+
@objc public static func style_set_border_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
260
|
+
@objc public static func style_get_border_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
261
|
+
@objc public static func style_set_border_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
262
|
+
@objc public static func style_get_border_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
263
|
+
@objc public static func style_set_border_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
264
|
+
@objc public static func style_get_border_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
265
|
+
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
266
|
+
@objc public static func style_get_flex_grow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
267
|
+
@objc public static func style_set_flex_grow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
268
|
+
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
269
|
+
@objc public static func style_get_flex_shrink(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
270
|
+
@objc public static func style_set_flex_shrink(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
271
|
+
@objc public static func style_set_flex_basis(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
272
|
+
@objc public static func style_get_flex_basis(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
273
|
+
@objc public static func style_get_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
274
|
+
@objc public static func style_set_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
275
|
+
@objc public static func style_get_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
276
|
+
@objc public static func style_set_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
277
|
+
@objc public static func style_get_min_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
278
|
+
@objc public static func style_set_min_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
279
|
+
@objc public static func style_get_min_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
280
|
+
@objc public static func style_set_min_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
281
|
+
@objc public static func style_get_max_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
282
|
+
@objc public static func style_set_max_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
283
|
+
@objc public static func style_get_max_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
284
|
+
@objc public static func style_set_max_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
285
|
+
@objc public static func style_get_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageSize
|
|
286
|
+
@objc public static func style_set_gap(_ style: Swift.UnsafeMutableRawPointer, _ width_value: Swift.Float, _ width_type: Mason.CMasonLengthPercentageType, _ height_value: Swift.Float, _ height_type: Mason.CMasonLengthPercentageType)
|
|
287
|
+
@objc public static func style_get_row_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
288
|
+
@objc public static func style_set_row_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
289
|
+
@objc public static func style_get_column_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
290
|
+
@objc public static func style_set_column_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
291
|
+
@objc public static func style_get_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
292
|
+
@objc public static func style_set_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
293
|
+
@objc public static func style_get_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
294
|
+
@objc public static func style_set_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
295
|
+
@objc public static func style_get_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
296
|
+
@objc public static func style_set_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
297
|
+
@objc public static func style_get_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
298
|
+
@objc public static func style_set_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Int32)
|
|
299
|
+
@objc public static func style_set_grid_area(_ style: Swift.UnsafeMutableRawPointer, _ row_start: Mason.CMasonGridPlacement, _ row_end: Mason.CMasonGridPlacement, _ column_start: Mason.CMasonGridPlacement, _ column_end: Mason.CMasonGridPlacement)
|
|
300
|
+
@objc public static func style_set_grid_column(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
301
|
+
@objc public static func style_get_grid_column_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
302
|
+
@objc public static func style_set_grid_column_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
303
|
+
@objc public static func style_get_grid_column_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
304
|
+
@objc public static func style_set_grid_column_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
305
|
+
@objc public static func style_set_grid_row(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
306
|
+
@objc public static func style_get_grid_row_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
307
|
+
@objc public static func style_set_grid_row_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
308
|
+
@objc public static func style_get_grid_row_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
309
|
+
@objc public static func style_set_grid_row_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
310
|
+
@objc public static func style_get_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
311
|
+
@objc public static func style_set_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
312
|
+
@objc public static func style_get_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
313
|
+
@objc public static func style_set_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
314
|
+
@objc public static func destroy(nonRepeatedTrackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
315
|
+
@objc public static func destroy(trackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
316
|
+
@objc public static func util_parse_non_repeated_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>) -> Swift.String
|
|
317
|
+
@objc public static func util_parse_auto_repeating_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>) -> Swift.String
|
|
318
|
+
@objc public static func util_create_non_repeated_track_sizing_function_with_type_value(_ track_type: Swift.Int32, _ track_value: Swift.Float) -> Mason.CMasonMinMax
|
|
319
|
+
@objc public static func style_update_with_values(_ style: Swift.UnsafeMutableRawPointer, _ display: Swift.Int32, _ position: Swift.Int32, _ direction: Swift.Int32, _ flexDirection: Swift.Int32, _ flexWrap: Swift.Int32, _ overflow: Swift.Int32, _ alignItems: Swift.Int32, _ alignSelf: Swift.Int32, _ alignContent: Swift.Int32, _ justifyItems: Swift.Int32, _ justifySelf: Swift.Int32, _ justifyContent: Swift.Int32, _ insetLeftType: Swift.Int32, _ insetLeftValue: Swift.Float, _ insetRightType: Swift.Int32, _ insetRightValue: Swift.Float, _ insetTopType: Swift.Int32, _ insetTopValue: Swift.Float, _ insetBottomType: Swift.Int32, _ insetBottomValue: Swift.Float, _ marginLeftType: Swift.Int32, _ marginLeftValue: Swift.Float, _ marginRightType: Swift.Int32, _ marginRightValue: Swift.Float, _ marginTopType: Swift.Int32, _ marginTopValue: Swift.Float, _ marginBottomType: Swift.Int32, _ marginBottomValue: Swift.Float, _ paddingLeftType: Swift.Int32, _ paddingLeftValue: Swift.Float, _ paddingRightType: Swift.Int32, _ paddingRightValue: Swift.Float, _ paddingTopType: Swift.Int32, _ paddingTopValue: Swift.Float, _ paddingBottomType: Swift.Int32, _ paddingBottomValue: Swift.Float, _ borderLeftType: Swift.Int32, _ borderLeftValue: Swift.Float, _ borderRightType: Swift.Int32, _ borderRightValue: Swift.Float, _ borderTopType: Swift.Int32, _ borderTopValue: Swift.Float, _ borderBottomType: Swift.Int32, _ borderBottomValue: Swift.Float, _ flexGrow: Swift.Float, _ flexShrink: Swift.Float, _ flexBasisType: Swift.Int32, _ flexBasisValue: Swift.Float, _ widthType: Swift.Int32, _ widthValue: Swift.Float, _ heightType: Swift.Int32, _ heightValue: Swift.Float, _ minWidthType: Swift.Int32, _ minWidthValue: Swift.Float, _ minHeightType: Swift.Int32, _ minHeightValue: Swift.Float, _ maxWidthType: Swift.Int32, _ maxWidthValue: Swift.Float, _ maxHeightType: Swift.Int32, _ maxHeightValue: Swift.Float, _ gapRowType: Swift.Int32, _ gapRowValue: Swift.Float, _ gapColumnType: Swift.Int32, _ gapColumnValue: Swift.Float, _ aspectRatio: Swift.Float, _ gridAutoRows: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>, _ gridAutoColumns: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>, _ gridAutoFlow: Swift.Int32, _ gridColumnStartType: Swift.Int32, _ gridColumnStartValue: Swift.Int16, _ gridColumnEndType: Swift.Int32, _ gridColumnEndValue: Swift.Int16, _ gridRowStartType: Swift.Int32, _ gridRowStartValue: Swift.Int16, _ gridRowEndType: Swift.Int32, _ gridRowEndValue: Swift.Int16, _ gridTemplateRows: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>, gridTemplateColumns: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
320
|
+
@objc override dynamic public init()
|
|
321
|
+
@objc deinit
|
|
322
|
+
}
|
|
323
|
+
@_hasMissingDesignatedInitializers @objc(TrackSizingFunction) @objcMembers public class TrackSizingFunction : ObjectiveC.NSObject {
|
|
324
|
+
@objc public var isRepeating: Swift.Bool {
|
|
325
|
+
get
|
|
326
|
+
}
|
|
327
|
+
@objc public var value: Any? {
|
|
328
|
+
@objc get
|
|
329
|
+
}
|
|
330
|
+
@objc public static func Single(_ value: Mason.MinMax) -> Mason.TrackSizingFunction
|
|
331
|
+
@objc deinit
|
|
332
|
+
@objc public static func AutoRepeat(_ gridTrackRepetition: Mason.GridTrackRepetition, _ value: Swift.Array<Mason.MinMax>) -> Mason.TrackSizingFunction
|
|
333
|
+
}
|
|
334
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject {
|
|
335
|
+
@objc public init(points: Swift.Float)
|
|
336
|
+
@objc public init(percent: Swift.Float)
|
|
337
|
+
@objc public var type: Mason.MasonDimensionCompatType {
|
|
338
|
+
@objc get
|
|
339
|
+
}
|
|
340
|
+
@objc public var value: Swift.Float {
|
|
341
|
+
@objc get
|
|
342
|
+
}
|
|
343
|
+
@objc public var cssValue: Swift.String {
|
|
344
|
+
@objc get
|
|
345
|
+
}
|
|
346
|
+
@objc public var jsonValue: Swift.String? {
|
|
347
|
+
@objc get
|
|
348
|
+
}
|
|
349
|
+
@objc public static let Auto: Mason.MasonDimensionCompat
|
|
350
|
+
@objc public static let Zero: Mason.MasonDimensionCompat
|
|
351
|
+
@objc deinit
|
|
352
|
+
}
|
|
353
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoCompat) public class MasonLengthPercentageAutoCompat : ObjectiveC.NSObject {
|
|
354
|
+
@objc public init(points: Swift.Float)
|
|
355
|
+
@objc public init(percent: Swift.Float)
|
|
356
|
+
@objc public var type: Mason.MasonLengthPercentageAutoCompatType {
|
|
357
|
+
@objc get
|
|
358
|
+
}
|
|
359
|
+
@objc public var value: Swift.Float {
|
|
360
|
+
@objc get
|
|
361
|
+
}
|
|
362
|
+
@objc public var cssValue: Swift.String {
|
|
363
|
+
@objc get
|
|
364
|
+
}
|
|
365
|
+
@objc public var jsonValue: Swift.String? {
|
|
366
|
+
@objc get
|
|
367
|
+
}
|
|
368
|
+
@objc public static let Auto: Mason.MasonLengthPercentageAutoCompat
|
|
369
|
+
@objc public static let Zero: Mason.MasonLengthPercentageAutoCompat
|
|
370
|
+
@objc deinit
|
|
371
|
+
}
|
|
372
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageCompat) public class MasonLengthPercentageCompat : ObjectiveC.NSObject {
|
|
373
|
+
@objc public init(points: Swift.Float)
|
|
374
|
+
@objc public init(percent: Swift.Float)
|
|
375
|
+
@objc public var type: Mason.MasonLengthPercentageCompatType {
|
|
376
|
+
@objc get
|
|
377
|
+
}
|
|
378
|
+
@objc public var value: Swift.Float {
|
|
379
|
+
@objc get
|
|
380
|
+
}
|
|
381
|
+
@objc public var cssValue: Swift.String {
|
|
382
|
+
@objc get
|
|
383
|
+
}
|
|
384
|
+
@objc public var jsonValue: Swift.String? {
|
|
385
|
+
@objc get
|
|
386
|
+
}
|
|
387
|
+
@objc public static let Zero: Mason.MasonLengthPercentageCompat
|
|
388
|
+
@objc deinit
|
|
389
|
+
}
|
|
390
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(GridPlacementCompat) public class GridPlacementCompat : ObjectiveC.NSObject {
|
|
391
|
+
@objc public init(span: Swift.Int16)
|
|
392
|
+
@objc public init(line: Swift.Int16)
|
|
393
|
+
@objc public var type: Mason.GridPlacementCompatType {
|
|
394
|
+
@objc get
|
|
395
|
+
}
|
|
396
|
+
@objc public var value: Swift.Int16 {
|
|
397
|
+
@objc get
|
|
398
|
+
}
|
|
399
|
+
@objc public var cssValue: Swift.String {
|
|
400
|
+
@objc get
|
|
401
|
+
}
|
|
402
|
+
@objc public var jsonValue: Swift.String? {
|
|
403
|
+
@objc get
|
|
404
|
+
}
|
|
405
|
+
@objc public static let Auto: Mason.GridPlacementCompat
|
|
406
|
+
@objc deinit
|
|
407
|
+
}
|
|
408
|
+
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject {
|
|
409
|
+
@objc public var left: Mason.MasonDimensionCompat
|
|
410
|
+
@objc public var right: Mason.MasonDimensionCompat
|
|
411
|
+
@objc public var top: Mason.MasonDimensionCompat
|
|
412
|
+
@objc public var bottom: Mason.MasonDimensionCompat
|
|
413
|
+
@objc public init(_ left: Mason.MasonDimensionCompat, _ right: Mason.MasonDimensionCompat, _ top: Mason.MasonDimensionCompat, _ bottom: Mason.MasonDimensionCompat)
|
|
414
|
+
public init(_ rect: Mason.MasonRect<Mason.MasonDimension>)
|
|
415
|
+
@objc deinit
|
|
416
|
+
}
|
|
417
|
+
@objcMembers @objc(MasonLengthPercentageAutoRectCompat) public class MasonLengthPercentageAutoRectCompat : ObjectiveC.NSObject {
|
|
418
|
+
@objc public var left: Mason.MasonLengthPercentageAutoCompat
|
|
419
|
+
@objc public var right: Mason.MasonLengthPercentageAutoCompat
|
|
420
|
+
@objc public var top: Mason.MasonLengthPercentageAutoCompat
|
|
421
|
+
@objc public var bottom: Mason.MasonLengthPercentageAutoCompat
|
|
422
|
+
@objc public init(_ left: Mason.MasonLengthPercentageAutoCompat, _ right: Mason.MasonLengthPercentageAutoCompat, _ top: Mason.MasonLengthPercentageAutoCompat, _ bottom: Mason.MasonLengthPercentageAutoCompat)
|
|
423
|
+
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentageAuto>)
|
|
424
|
+
@objc deinit
|
|
425
|
+
}
|
|
426
|
+
@objcMembers @objc(MasonLengthPercentageRectCompat) public class MasonLengthPercentageRectCompat : ObjectiveC.NSObject {
|
|
427
|
+
@objc public var left: Mason.MasonLengthPercentageCompat
|
|
428
|
+
@objc public var right: Mason.MasonLengthPercentageCompat
|
|
429
|
+
@objc public var top: Mason.MasonLengthPercentageCompat
|
|
430
|
+
@objc public var bottom: Mason.MasonLengthPercentageCompat
|
|
431
|
+
@objc public init(_ left: Mason.MasonLengthPercentageCompat, _ right: Mason.MasonLengthPercentageCompat, _ top: Mason.MasonLengthPercentageCompat, _ bottom: Mason.MasonLengthPercentageCompat)
|
|
432
|
+
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentage>)
|
|
433
|
+
@objc deinit
|
|
434
|
+
}
|
|
435
|
+
public struct MasonRect<T> {
|
|
436
|
+
public init(_ left: T, _ right: T, _ top: T, _ bottom: T)
|
|
437
|
+
public init(uniform: T)
|
|
438
|
+
}
|
|
439
|
+
public let MasonDimensionRectAuto: Mason.MasonRect<Mason.MasonDimension>
|
|
440
|
+
public let MasonLengthPercentageAutoRectAuto: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
441
|
+
public let MasonDimensionRectMaxPercentWH: Mason.MasonRect<Mason.MasonDimension>
|
|
442
|
+
public let MasonLengthPercentageAutoRectMaxPercentWH: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
443
|
+
public let MasonLengthPercentageRectMaxPercentWH: Mason.MasonRect<Mason.MasonLengthPercentage>
|
|
444
|
+
public let MasonDimensionRectZero: Mason.MasonRect<Mason.MasonDimension>
|
|
445
|
+
public let MasonLengthPercentageAutoRectZero: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
446
|
+
public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPercentage>
|
|
447
|
+
@_inheritsConvenienceInitializers @objc(MasonStyle) @objcMembers public class MasonStyle : ObjectiveC.NSObject {
|
|
448
|
+
@objc public var nativePtr: Swift.UnsafeMutableRawPointer! {
|
|
449
|
+
get
|
|
450
|
+
}
|
|
451
|
+
@objc override dynamic public init()
|
|
452
|
+
@objc deinit
|
|
453
|
+
@objc public var display: Mason.Display {
|
|
454
|
+
@objc get
|
|
455
|
+
@objc set
|
|
456
|
+
}
|
|
457
|
+
@objc public var position: Mason.Position {
|
|
458
|
+
@objc get
|
|
459
|
+
@objc set
|
|
460
|
+
}
|
|
461
|
+
@objc public var direction: Mason.Direction {
|
|
462
|
+
@objc get
|
|
463
|
+
@objc set
|
|
464
|
+
}
|
|
465
|
+
@objc public var flexDirection: Mason.FlexDirection {
|
|
466
|
+
@objc get
|
|
467
|
+
@objc set
|
|
468
|
+
}
|
|
469
|
+
@objc public var flexWrap: Mason.FlexWrap {
|
|
470
|
+
@objc get
|
|
471
|
+
@objc set
|
|
472
|
+
}
|
|
473
|
+
@objc public var overflow: Mason.Overflow {
|
|
474
|
+
@objc get
|
|
475
|
+
@objc set
|
|
476
|
+
}
|
|
477
|
+
@objc public var alignItems: Mason.AlignItems {
|
|
478
|
+
@objc get
|
|
479
|
+
@objc set
|
|
480
|
+
}
|
|
481
|
+
@objc public var alignSelf: Mason.AlignSelf {
|
|
482
|
+
@objc get
|
|
483
|
+
@objc set
|
|
484
|
+
}
|
|
485
|
+
@objc public var alignContent: Mason.AlignContent {
|
|
486
|
+
@objc get
|
|
487
|
+
@objc set
|
|
488
|
+
}
|
|
489
|
+
@objc public var justifyItems: Mason.JustifyItems {
|
|
490
|
+
@objc get
|
|
491
|
+
@objc set
|
|
492
|
+
}
|
|
493
|
+
@objc public var justifySelf: Mason.JustifySelf {
|
|
494
|
+
@objc get
|
|
495
|
+
@objc set
|
|
496
|
+
}
|
|
497
|
+
@objc public var justifyContent: Mason.JustifyContent {
|
|
498
|
+
@objc get
|
|
499
|
+
@objc set
|
|
500
|
+
}
|
|
501
|
+
public var inset: Mason.MasonRect<Mason.MasonLengthPercentageAuto> {
|
|
502
|
+
get
|
|
503
|
+
set
|
|
504
|
+
}
|
|
505
|
+
@objc public var insetCompat: Mason.MasonLengthPercentageAutoRectCompat {
|
|
506
|
+
@objc get
|
|
507
|
+
@objc set
|
|
508
|
+
}
|
|
509
|
+
@objc public func setInsetLeft(_ value: Swift.Float, _ type: Swift.Int)
|
|
510
|
+
public var leftInset: Mason.MasonLengthPercentageAuto {
|
|
511
|
+
get
|
|
512
|
+
set
|
|
513
|
+
}
|
|
514
|
+
@objc public func setInsetRight(_ value: Swift.Float, _ type: Swift.Int)
|
|
515
|
+
public var rightInset: Mason.MasonLengthPercentageAuto {
|
|
516
|
+
get
|
|
517
|
+
set
|
|
518
|
+
}
|
|
519
|
+
@objc public func setInsetTop(_ value: Swift.Float, _ type: Swift.Int)
|
|
520
|
+
public var topInset: Mason.MasonLengthPercentageAuto {
|
|
521
|
+
get
|
|
522
|
+
set
|
|
523
|
+
}
|
|
524
|
+
@objc public func setInsetBottom(_ value: Swift.Float, _ type: Swift.Int)
|
|
525
|
+
public var bottomInset: Mason.MasonLengthPercentageAuto {
|
|
526
|
+
get
|
|
527
|
+
set
|
|
528
|
+
}
|
|
529
|
+
@objc public func setInsetWithValueType(_ value: Swift.Float, _ type: Swift.Int)
|
|
530
|
+
public var margin: Mason.MasonRect<Mason.MasonLengthPercentageAuto> {
|
|
531
|
+
get
|
|
532
|
+
set
|
|
533
|
+
}
|
|
534
|
+
@objc public var marginCompat: Mason.MasonLengthPercentageAutoRectCompat {
|
|
535
|
+
@objc get
|
|
536
|
+
@objc set
|
|
537
|
+
}
|
|
538
|
+
@objc public func setMarginLeft(_ value: Swift.Float, _ type: Swift.Int)
|
|
539
|
+
@objc public func setMarginRight(_ value: Swift.Float, _ type: Swift.Int)
|
|
540
|
+
@objc public func setMarginTop(_ value: Swift.Float, _ type: Swift.Int)
|
|
541
|
+
@objc public func setMarginBottom(_ value: Swift.Float, _ type: Swift.Int)
|
|
542
|
+
@objc public func setMarginWithValueType(_ value: Swift.Float, _ type: Swift.Int)
|
|
543
|
+
public var padding: Mason.MasonRect<Mason.MasonLengthPercentage> {
|
|
544
|
+
get
|
|
545
|
+
set
|
|
546
|
+
}
|
|
547
|
+
@objc public var paddingCompat: Mason.MasonLengthPercentageRectCompat {
|
|
548
|
+
@objc get
|
|
549
|
+
@objc set
|
|
550
|
+
}
|
|
551
|
+
@objc public func setPaddingLeft(_ value: Swift.Float, _ type: Swift.Int)
|
|
552
|
+
@objc public func setPaddingRight(_ value: Swift.Float, _ type: Swift.Int)
|
|
553
|
+
@objc public func setPaddingTop(_ value: Swift.Float, _ type: Swift.Int)
|
|
554
|
+
@objc public func setPaddingBottom(_ value: Swift.Float, _ type: Swift.Int)
|
|
555
|
+
@objc public func setPaddingWithValueType(_ value: Swift.Float, _ type: Swift.Int)
|
|
556
|
+
public var border: Mason.MasonRect<Mason.MasonLengthPercentage> {
|
|
557
|
+
get
|
|
558
|
+
set
|
|
559
|
+
}
|
|
560
|
+
@objc public var borderCompat: Mason.MasonLengthPercentageRectCompat {
|
|
561
|
+
@objc get
|
|
562
|
+
@objc set
|
|
563
|
+
}
|
|
564
|
+
@objc public func setBorderLeft(_ value: Swift.Float, _ type: Swift.Int)
|
|
565
|
+
@objc public func setBorderRight(_ value: Swift.Float, _ type: Swift.Int)
|
|
566
|
+
@objc public func setBorderTop(_ value: Swift.Float, _ type: Swift.Int)
|
|
567
|
+
@objc public func setBorderBottom(_ value: Swift.Float, _ type: Swift.Int)
|
|
568
|
+
@objc public func setBorderWithValueType(_ value: Swift.Float, _ type: Swift.Int)
|
|
569
|
+
@objc public var flexGrow: Swift.Float {
|
|
570
|
+
@objc get
|
|
571
|
+
@objc set
|
|
572
|
+
}
|
|
573
|
+
@objc public var flexShrink: Swift.Float {
|
|
574
|
+
@objc get
|
|
575
|
+
@objc set
|
|
576
|
+
}
|
|
577
|
+
public var flexBasis: Mason.MasonDimension {
|
|
578
|
+
get
|
|
579
|
+
set
|
|
580
|
+
}
|
|
581
|
+
@objc public func setFlexBasis(_ value: Swift.Float, _ type: Swift.Int)
|
|
582
|
+
public var minSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
583
|
+
get
|
|
584
|
+
set
|
|
585
|
+
}
|
|
586
|
+
@objc public var minSizeCompat: Mason.MasonDimensionSizeCompat {
|
|
587
|
+
@objc get
|
|
588
|
+
@objc set
|
|
589
|
+
}
|
|
590
|
+
@objc public func setMinSizeWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
591
|
+
@objc public func setMinSizeHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
592
|
+
@objc public func setMinSizeWidthHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
593
|
+
public var size: Mason.MasonSize<Mason.MasonDimension> {
|
|
594
|
+
get
|
|
595
|
+
set
|
|
596
|
+
}
|
|
597
|
+
@objc public var sizeCompat: Mason.MasonDimensionSizeCompat {
|
|
598
|
+
@objc get
|
|
599
|
+
@objc set
|
|
600
|
+
}
|
|
601
|
+
@objc public var sizeCompatWidth: Mason.MasonDimensionCompat {
|
|
602
|
+
@objc get
|
|
603
|
+
@objc set
|
|
604
|
+
}
|
|
605
|
+
@objc public var sizeCompatHeight: Mason.MasonDimensionCompat {
|
|
606
|
+
@objc get
|
|
607
|
+
@objc set
|
|
608
|
+
}
|
|
609
|
+
@objc public func setSizeWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
610
|
+
@objc public func setSizeHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
611
|
+
@objc public func setSizeWidthHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
612
|
+
public var maxSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
613
|
+
get
|
|
614
|
+
set
|
|
615
|
+
}
|
|
616
|
+
@objc public var maxSizeCompat: Mason.MasonDimensionSizeCompat {
|
|
617
|
+
@objc get
|
|
618
|
+
@objc set
|
|
619
|
+
}
|
|
620
|
+
@objc public func setMaxSizeWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
621
|
+
@objc public func setMaxSizeHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
622
|
+
@objc public func setMaxSizeWidthHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
623
|
+
public var gap: Mason.MasonSize<Mason.MasonLengthPercentage> {
|
|
624
|
+
get
|
|
625
|
+
set
|
|
626
|
+
}
|
|
627
|
+
@objc public var gapCompat: Mason.MasonLengthPercentageSizeCompat {
|
|
628
|
+
@objc get
|
|
629
|
+
@objc set
|
|
630
|
+
}
|
|
631
|
+
@objc public func setGapRow(_ value: Swift.Float, _ type: Swift.Int)
|
|
632
|
+
@objc public func setGapColumn(_ value: Swift.Float, _ type: Swift.Int)
|
|
633
|
+
@objc public func setRowGap(_ value: Swift.Float, _ type: Swift.Int)
|
|
634
|
+
@objc public func setColumnGap(_ value: Swift.Float, _ type: Swift.Int)
|
|
635
|
+
public var aspectRatio: Swift.Float? {
|
|
636
|
+
get
|
|
637
|
+
set
|
|
638
|
+
}
|
|
639
|
+
@objc public var gridAutoRows: [Mason.MinMax] {
|
|
640
|
+
@objc get
|
|
641
|
+
@objc set
|
|
642
|
+
}
|
|
643
|
+
@objc public var gridAutoColumns: [Mason.MinMax] {
|
|
644
|
+
@objc get
|
|
645
|
+
@objc set
|
|
646
|
+
}
|
|
647
|
+
@objc public var gridAutoFlow: Mason.GridAutoFlow {
|
|
648
|
+
@objc get
|
|
649
|
+
@objc set
|
|
650
|
+
}
|
|
651
|
+
public var gridColumn: Mason.Line<Mason.GridPlacement> {
|
|
652
|
+
get
|
|
653
|
+
set
|
|
654
|
+
}
|
|
655
|
+
public var gridColumnStart: Mason.GridPlacement {
|
|
656
|
+
get
|
|
657
|
+
set
|
|
658
|
+
}
|
|
659
|
+
public var gridColumnEnd: Mason.GridPlacement {
|
|
660
|
+
get
|
|
661
|
+
set
|
|
662
|
+
}
|
|
663
|
+
@objc public var gridColumnCompat: Mason.LineGridPlacementCompat {
|
|
664
|
+
@objc get
|
|
665
|
+
@objc set
|
|
666
|
+
}
|
|
667
|
+
@objc public var gridColumnStartCompat: Mason.GridPlacementCompat {
|
|
668
|
+
@objc get
|
|
669
|
+
@objc set
|
|
670
|
+
}
|
|
671
|
+
@objc public var gridColumnEndCompat: Mason.GridPlacementCompat {
|
|
672
|
+
@objc get
|
|
673
|
+
@objc set
|
|
674
|
+
}
|
|
675
|
+
public var gridRow: Mason.Line<Mason.GridPlacement> {
|
|
676
|
+
get
|
|
677
|
+
set
|
|
678
|
+
}
|
|
679
|
+
public var gridRowStart: Mason.GridPlacement {
|
|
680
|
+
get
|
|
681
|
+
set
|
|
682
|
+
}
|
|
683
|
+
public var gridRowEnd: Mason.GridPlacement {
|
|
684
|
+
get
|
|
685
|
+
set
|
|
686
|
+
}
|
|
687
|
+
@objc public var gridRowCompat: Mason.LineGridPlacementCompat {
|
|
688
|
+
@objc get
|
|
689
|
+
@objc set
|
|
690
|
+
}
|
|
691
|
+
@objc public var gridRowStartCompat: Mason.GridPlacementCompat {
|
|
692
|
+
@objc get
|
|
693
|
+
@objc set
|
|
694
|
+
}
|
|
695
|
+
@objc public var gridRowEndCompat: Mason.GridPlacementCompat {
|
|
696
|
+
@objc get
|
|
697
|
+
@objc set
|
|
698
|
+
}
|
|
699
|
+
@objc public var gridTemplateRows: [Mason.TrackSizingFunction] {
|
|
700
|
+
@objc get
|
|
701
|
+
@objc set
|
|
702
|
+
}
|
|
703
|
+
@objc public var gridTemplateColumns: [Mason.TrackSizingFunction] {
|
|
704
|
+
@objc get
|
|
705
|
+
@objc set
|
|
706
|
+
}
|
|
707
|
+
@objc override dynamic public var description: Swift.String {
|
|
708
|
+
@objc get
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable {
|
|
712
|
+
case Auto
|
|
713
|
+
case Points
|
|
714
|
+
case Percent
|
|
715
|
+
public typealias RawValue = Swift.Int32
|
|
716
|
+
public var rawValue: Mason.MasonDimensionCompatType.RawValue {
|
|
717
|
+
get
|
|
718
|
+
}
|
|
719
|
+
public init?(rawValue: Mason.MasonDimensionCompatType.RawValue)
|
|
720
|
+
}
|
|
721
|
+
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable {
|
|
722
|
+
case Auto
|
|
723
|
+
case Points
|
|
724
|
+
case Percent
|
|
725
|
+
public typealias RawValue = Swift.Int32
|
|
726
|
+
public var rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue {
|
|
727
|
+
get
|
|
728
|
+
}
|
|
729
|
+
public init?(rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue)
|
|
730
|
+
}
|
|
731
|
+
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable {
|
|
732
|
+
case Points
|
|
733
|
+
case Percent
|
|
734
|
+
public typealias RawValue = Swift.Int32
|
|
735
|
+
public var rawValue: Mason.MasonLengthPercentageCompatType.RawValue {
|
|
736
|
+
get
|
|
737
|
+
}
|
|
738
|
+
public init?(rawValue: Mason.MasonLengthPercentageCompatType.RawValue)
|
|
739
|
+
}
|
|
740
|
+
public func MasonDimensionFromPoints(value: Swift.Float) -> Mason.MasonDimension
|
|
741
|
+
public func MasonDimensionFromPercent(value: Swift.Float) -> Mason.MasonDimension
|
|
742
|
+
public let MasonDimensionAuto: Mason.MasonDimension
|
|
743
|
+
public enum MasonDimension : Swift.Codable {
|
|
744
|
+
case Auto
|
|
745
|
+
case Points(Swift.Float)
|
|
746
|
+
case Percent(Swift.Float)
|
|
747
|
+
public var cssValue: Swift.String {
|
|
748
|
+
get
|
|
749
|
+
}
|
|
750
|
+
public var jsonValue: Swift.String? {
|
|
751
|
+
get
|
|
752
|
+
}
|
|
753
|
+
public init(from decoder: Swift.Decoder) throws
|
|
754
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
755
|
+
}
|
|
756
|
+
public func MasonLengthPercentageFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
757
|
+
public func MasonLengthPercentageFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
758
|
+
public let MasonLengthPercentageZero: Mason.MasonLengthPercentage
|
|
759
|
+
public enum MasonLengthPercentage : Swift.Codable {
|
|
760
|
+
case Points(Swift.Float)
|
|
761
|
+
case Percent(Swift.Float)
|
|
762
|
+
public var cssValue: Swift.String {
|
|
763
|
+
get
|
|
764
|
+
}
|
|
765
|
+
public var jsonValue: Swift.String? {
|
|
766
|
+
get
|
|
767
|
+
}
|
|
768
|
+
public init(from decoder: Swift.Decoder) throws
|
|
769
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
770
|
+
}
|
|
771
|
+
public func MasonLengthPercentageAutoFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
772
|
+
public func MasonLengthPercentageAutoFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
773
|
+
public let MasonLengthPercentageAutoAuto: Mason.MasonLengthPercentageAuto
|
|
774
|
+
public let MasonLengthPercentageAutoZero: Mason.MasonLengthPercentageAuto
|
|
775
|
+
public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
776
|
+
case Auto
|
|
777
|
+
case Points(Swift.Float)
|
|
778
|
+
case Percent(Swift.Float)
|
|
779
|
+
public var cssValue: Swift.String {
|
|
780
|
+
get
|
|
781
|
+
}
|
|
782
|
+
public var jsonValue: Swift.String? {
|
|
783
|
+
get
|
|
784
|
+
}
|
|
785
|
+
public init(from decoder: Swift.Decoder) throws
|
|
786
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
787
|
+
}
|
|
788
|
+
@objc(AlignItems) public enum AlignItems : Swift.Int, Swift.RawRepresentable {
|
|
789
|
+
case Normal = -1
|
|
790
|
+
case Start
|
|
791
|
+
case End
|
|
792
|
+
case Center
|
|
793
|
+
case Baseline
|
|
794
|
+
case Stretch
|
|
795
|
+
case FlexStart
|
|
796
|
+
case FlexEnd
|
|
797
|
+
public typealias RawValue = Swift.Int32
|
|
798
|
+
public var rawValue: Mason.AlignItems.RawValue {
|
|
799
|
+
get
|
|
800
|
+
}
|
|
801
|
+
public init?(rawValue: Mason.AlignItems.RawValue)
|
|
802
|
+
}
|
|
803
|
+
@objc(AlignSelf) public enum AlignSelf : Swift.Int, Swift.RawRepresentable {
|
|
804
|
+
case Normal = -1
|
|
805
|
+
case Start
|
|
806
|
+
case End
|
|
807
|
+
case Center
|
|
808
|
+
case Baseline
|
|
809
|
+
case Stretch
|
|
810
|
+
case FlexStart
|
|
811
|
+
case FlexEnd
|
|
812
|
+
public typealias RawValue = Swift.Int32
|
|
813
|
+
public var rawValue: Mason.AlignSelf.RawValue {
|
|
814
|
+
get
|
|
815
|
+
}
|
|
816
|
+
public init?(rawValue: Mason.AlignSelf.RawValue)
|
|
817
|
+
}
|
|
818
|
+
@objc(AlignContent) public enum AlignContent : Swift.Int, Swift.RawRepresentable {
|
|
819
|
+
case Normal = -1
|
|
820
|
+
case Start
|
|
821
|
+
case End
|
|
822
|
+
case Center
|
|
823
|
+
case Stretch
|
|
824
|
+
case SpaceBetween
|
|
825
|
+
case SpaceAround
|
|
826
|
+
case SpaceEvenly
|
|
827
|
+
case FlexStart
|
|
828
|
+
case FlexEnd
|
|
829
|
+
public typealias RawValue = Swift.Int32
|
|
830
|
+
public var rawValue: Mason.AlignContent.RawValue {
|
|
831
|
+
get
|
|
832
|
+
}
|
|
833
|
+
public init?(rawValue: Mason.AlignContent.RawValue)
|
|
834
|
+
}
|
|
835
|
+
@objc(Direction) public enum Direction : Swift.Int, Swift.RawRepresentable {
|
|
836
|
+
case Inherit
|
|
837
|
+
case LTR
|
|
838
|
+
case RTL
|
|
839
|
+
public typealias RawValue = Swift.Int32
|
|
840
|
+
public var rawValue: Mason.Direction.RawValue {
|
|
841
|
+
get
|
|
842
|
+
}
|
|
843
|
+
public init?(rawValue: Mason.Direction.RawValue)
|
|
844
|
+
}
|
|
845
|
+
@objc(Display) public enum Display : Swift.Int, Swift.RawRepresentable {
|
|
846
|
+
case None
|
|
847
|
+
case Flex
|
|
848
|
+
case Grid
|
|
849
|
+
public typealias RawValue = Swift.Int32
|
|
850
|
+
public var rawValue: Mason.Display.RawValue {
|
|
851
|
+
get
|
|
852
|
+
}
|
|
853
|
+
public init?(rawValue: Mason.Display.RawValue)
|
|
854
|
+
}
|
|
855
|
+
@objc(FlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable {
|
|
856
|
+
case Row
|
|
857
|
+
case Column
|
|
858
|
+
case RowReverse
|
|
859
|
+
case ColumnReverse
|
|
860
|
+
public typealias RawValue = Swift.Int32
|
|
861
|
+
public var rawValue: Mason.FlexDirection.RawValue {
|
|
862
|
+
get
|
|
863
|
+
}
|
|
864
|
+
public init?(rawValue: Mason.FlexDirection.RawValue)
|
|
865
|
+
}
|
|
866
|
+
@objc(JustifyItems) public enum JustifyItems : Swift.Int, Swift.RawRepresentable {
|
|
867
|
+
case Normal = -1
|
|
868
|
+
case Start
|
|
869
|
+
case End
|
|
870
|
+
case Center
|
|
871
|
+
case Baseline
|
|
872
|
+
case Stretch
|
|
873
|
+
case FlexStart
|
|
874
|
+
case FlexEnd
|
|
875
|
+
public typealias RawValue = Swift.Int32
|
|
876
|
+
public var rawValue: Mason.JustifyItems.RawValue {
|
|
877
|
+
get
|
|
878
|
+
}
|
|
879
|
+
public init?(rawValue: Mason.JustifyItems.RawValue)
|
|
880
|
+
}
|
|
881
|
+
@objc(JustifySelf) public enum JustifySelf : Swift.Int, Swift.RawRepresentable {
|
|
882
|
+
case Normal = -1
|
|
883
|
+
case Start
|
|
884
|
+
case End
|
|
885
|
+
case Center
|
|
886
|
+
case Baseline
|
|
887
|
+
case Stretch
|
|
888
|
+
case FlexStart
|
|
889
|
+
case FlexEnd
|
|
890
|
+
public typealias RawValue = Swift.Int32
|
|
891
|
+
public var rawValue: Mason.JustifySelf.RawValue {
|
|
892
|
+
get
|
|
893
|
+
}
|
|
894
|
+
public init?(rawValue: Mason.JustifySelf.RawValue)
|
|
895
|
+
}
|
|
896
|
+
@objc(JustifyContent) public enum JustifyContent : Swift.Int, Swift.RawRepresentable {
|
|
897
|
+
case Normal = -1
|
|
898
|
+
case Start
|
|
899
|
+
case End
|
|
900
|
+
case Center
|
|
901
|
+
case Stretch
|
|
902
|
+
case SpaceBetween
|
|
903
|
+
case SpaceAround
|
|
904
|
+
case SpaceEvenly
|
|
905
|
+
case FlexStart
|
|
906
|
+
case FlexEnd
|
|
907
|
+
public typealias RawValue = Swift.Int32
|
|
908
|
+
public var rawValue: Mason.JustifyContent.RawValue {
|
|
909
|
+
get
|
|
910
|
+
}
|
|
911
|
+
public init?(rawValue: Mason.JustifyContent.RawValue)
|
|
912
|
+
}
|
|
913
|
+
@objc(Overflow) public enum Overflow : Swift.Int, Swift.RawRepresentable {
|
|
914
|
+
case Visible
|
|
915
|
+
case Hidden
|
|
916
|
+
case Scroll
|
|
917
|
+
public typealias RawValue = Swift.Int32
|
|
918
|
+
public var rawValue: Mason.Overflow.RawValue {
|
|
919
|
+
get
|
|
920
|
+
}
|
|
921
|
+
public init?(rawValue: Mason.Overflow.RawValue)
|
|
922
|
+
}
|
|
923
|
+
@objc(Position) public enum Position : Swift.Int, Swift.RawRepresentable {
|
|
924
|
+
case Relative
|
|
925
|
+
case Absolute
|
|
926
|
+
public typealias RawValue = Swift.Int32
|
|
927
|
+
public var rawValue: Mason.Position.RawValue {
|
|
928
|
+
get
|
|
929
|
+
}
|
|
930
|
+
public init?(rawValue: Mason.Position.RawValue)
|
|
931
|
+
}
|
|
932
|
+
@objc(FlexWrap) public enum FlexWrap : Swift.Int, Swift.RawRepresentable {
|
|
933
|
+
case NoWrap
|
|
934
|
+
case Wrap
|
|
935
|
+
case WrapReverse
|
|
936
|
+
public typealias RawValue = Swift.Int32
|
|
937
|
+
public var rawValue: Mason.FlexWrap.RawValue {
|
|
938
|
+
get
|
|
939
|
+
}
|
|
940
|
+
public init?(rawValue: Mason.FlexWrap.RawValue)
|
|
941
|
+
}
|
|
942
|
+
@objc(FlexGridAutoFlowWrap) public enum GridAutoFlow : Swift.Int, Swift.RawRepresentable {
|
|
943
|
+
case Row
|
|
944
|
+
case Column
|
|
945
|
+
case RowDense
|
|
946
|
+
case ColumnDense
|
|
947
|
+
public typealias RawValue = Swift.Int32
|
|
948
|
+
public var rawValue: Mason.GridAutoFlow.RawValue {
|
|
949
|
+
get
|
|
950
|
+
}
|
|
951
|
+
public init?(rawValue: Mason.GridAutoFlow.RawValue)
|
|
952
|
+
}
|
|
953
|
+
public enum GridPlacement : Swift.Codable {
|
|
954
|
+
case Auto
|
|
955
|
+
case Line(Swift.Int16)
|
|
956
|
+
case Span(Swift.Int16)
|
|
957
|
+
public var jsonValue: Swift.String? {
|
|
958
|
+
get
|
|
959
|
+
}
|
|
960
|
+
public init(from decoder: Swift.Decoder) throws
|
|
961
|
+
public func encode(to encoder: Swift.Encoder) throws
|
|
962
|
+
}
|
|
963
|
+
@objc(GridPlacementCompatType) public enum GridPlacementCompatType : Swift.Int, Swift.RawRepresentable {
|
|
964
|
+
case Auto
|
|
965
|
+
case Line
|
|
966
|
+
case Span
|
|
967
|
+
public typealias RawValue = Swift.Int32
|
|
968
|
+
public var rawValue: Mason.GridPlacementCompatType.RawValue {
|
|
969
|
+
get
|
|
970
|
+
}
|
|
971
|
+
public init?(rawValue: Mason.GridPlacementCompatType.RawValue)
|
|
972
|
+
}
|
|
973
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(GridTrackRepetition) public class GridTrackRepetition : ObjectiveC.NSObject {
|
|
974
|
+
@objc public var type: Swift.Int32 {
|
|
975
|
+
@objc get
|
|
976
|
+
}
|
|
977
|
+
@objc public var value: Swift.UInt16 {
|
|
978
|
+
@objc get
|
|
979
|
+
}
|
|
980
|
+
@objc public static let AutoFill: Mason.GridTrackRepetition
|
|
981
|
+
@objc public static let AutoFit: Mason.GridTrackRepetition
|
|
982
|
+
@objc public static func Count(_ value: Swift.UInt16) -> Mason.GridTrackRepetition
|
|
983
|
+
@objc deinit
|
|
984
|
+
}
|
|
985
|
+
extension UIKit.UIView {
|
|
986
|
+
@objc @_Concurrency.MainActor(unsafe) public static func createGridView() -> UIKit.UIView
|
|
987
|
+
@objc @_Concurrency.MainActor(unsafe) public static func createFlexView() -> UIKit.UIView
|
|
988
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var mason: Mason.MasonNode {
|
|
989
|
+
@objc get
|
|
990
|
+
}
|
|
991
|
+
@objc @_Concurrency.MainActor(unsafe) public static var masonPtr: Swift.Int {
|
|
992
|
+
@objc get
|
|
993
|
+
}
|
|
994
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var masonNodePtr: Swift.Int {
|
|
995
|
+
@objc get
|
|
996
|
+
}
|
|
997
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var masonStylePtr: Swift.Int {
|
|
998
|
+
@objc get
|
|
999
|
+
}
|
|
1000
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var isMasonEnabled: Swift.Bool {
|
|
1001
|
+
@objc get
|
|
1002
|
+
}
|
|
1003
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var style: Mason.MasonStyle {
|
|
1004
|
+
@objc get
|
|
1005
|
+
@objc set
|
|
1006
|
+
}
|
|
1007
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func addSubviews(_ views: [UIKit.UIView])
|
|
1008
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func addSubviews(_ views: [UIKit.UIView], at index: Swift.Int)
|
|
1009
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
1010
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var inBatch: Swift.Bool {
|
|
1011
|
+
@objc get
|
|
1012
|
+
@objc set(value)
|
|
1013
|
+
}
|
|
1014
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var display: Mason.Display {
|
|
1015
|
+
@objc get
|
|
1016
|
+
@objc set(value)
|
|
1017
|
+
}
|
|
1018
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var position: Mason.Position {
|
|
1019
|
+
@objc get
|
|
1020
|
+
@objc set(value)
|
|
1021
|
+
}
|
|
1022
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var direction: Mason.Direction {
|
|
1023
|
+
@objc get
|
|
1024
|
+
@objc set(value)
|
|
1025
|
+
}
|
|
1026
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var flexDirection: Mason.FlexDirection {
|
|
1027
|
+
@objc get
|
|
1028
|
+
@objc set(value)
|
|
1029
|
+
}
|
|
1030
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var flexWrap: Mason.FlexWrap {
|
|
1031
|
+
@objc get
|
|
1032
|
+
@objc set(value)
|
|
1033
|
+
}
|
|
1034
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var overflow: Mason.Overflow {
|
|
1035
|
+
@objc get
|
|
1036
|
+
@objc set(value)
|
|
1037
|
+
}
|
|
1038
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var alignItems: Mason.AlignItems {
|
|
1039
|
+
@objc get
|
|
1040
|
+
@objc set(value)
|
|
1041
|
+
}
|
|
1042
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var alignSelf: Mason.AlignSelf {
|
|
1043
|
+
@objc get
|
|
1044
|
+
@objc set(value)
|
|
1045
|
+
}
|
|
1046
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var alignContent: Mason.AlignContent {
|
|
1047
|
+
@objc get
|
|
1048
|
+
@objc set(value)
|
|
1049
|
+
}
|
|
1050
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var justifyItems: Mason.JustifyItems {
|
|
1051
|
+
@objc get
|
|
1052
|
+
@objc set(value)
|
|
1053
|
+
}
|
|
1054
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var justifySelf: Mason.JustifySelf {
|
|
1055
|
+
@objc get
|
|
1056
|
+
@objc set(value)
|
|
1057
|
+
}
|
|
1058
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var justifyContent: Mason.JustifyContent {
|
|
1059
|
+
@objc get
|
|
1060
|
+
@objc set(value)
|
|
1061
|
+
}
|
|
1062
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var flexGrow: Swift.Float {
|
|
1063
|
+
@objc get
|
|
1064
|
+
@objc set(value)
|
|
1065
|
+
}
|
|
1066
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var flexShrink: Swift.Float {
|
|
1067
|
+
@objc get
|
|
1068
|
+
@objc set(value)
|
|
1069
|
+
}
|
|
1070
|
+
@_Concurrency.MainActor(unsafe) public var flexBasis: Mason.MasonDimension {
|
|
1071
|
+
get
|
|
1072
|
+
set(value)
|
|
1073
|
+
}
|
|
1074
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var flexBasisCompat: Mason.MasonDimensionCompat {
|
|
1075
|
+
@objc get
|
|
1076
|
+
@objc set(value)
|
|
1077
|
+
}
|
|
1078
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var aspectRatio: Swift.Float {
|
|
1079
|
+
@objc get
|
|
1080
|
+
@objc set(value)
|
|
1081
|
+
}
|
|
1082
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridAutoRows: Swift.Array<Mason.MinMax> {
|
|
1083
|
+
@objc get
|
|
1084
|
+
@objc set(value)
|
|
1085
|
+
}
|
|
1086
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridAutoColumns: Swift.Array<Mason.MinMax> {
|
|
1087
|
+
@objc get
|
|
1088
|
+
@objc set(value)
|
|
1089
|
+
}
|
|
1090
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridAutoFlow: Mason.GridAutoFlow {
|
|
1091
|
+
@objc get
|
|
1092
|
+
@objc set(value)
|
|
1093
|
+
}
|
|
1094
|
+
@_Concurrency.MainActor(unsafe) public var gridColumn: Mason.Line<Mason.GridPlacement> {
|
|
1095
|
+
get
|
|
1096
|
+
set(value)
|
|
1097
|
+
}
|
|
1098
|
+
@_Concurrency.MainActor(unsafe) public var gridColumnStart: Mason.GridPlacement {
|
|
1099
|
+
get
|
|
1100
|
+
set
|
|
1101
|
+
}
|
|
1102
|
+
@_Concurrency.MainActor(unsafe) public var gridColumnEnd: Mason.GridPlacement {
|
|
1103
|
+
get
|
|
1104
|
+
set
|
|
1105
|
+
}
|
|
1106
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridColumnCompat: Mason.LineGridPlacementCompat {
|
|
1107
|
+
@objc get
|
|
1108
|
+
@objc set
|
|
1109
|
+
}
|
|
1110
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridColumnStartCompat: Mason.GridPlacementCompat {
|
|
1111
|
+
@objc get
|
|
1112
|
+
@objc set
|
|
1113
|
+
}
|
|
1114
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridColumnEndCompat: Mason.GridPlacementCompat {
|
|
1115
|
+
@objc get
|
|
1116
|
+
@objc set
|
|
1117
|
+
}
|
|
1118
|
+
@_Concurrency.MainActor(unsafe) public var gridRow: Mason.Line<Mason.GridPlacement> {
|
|
1119
|
+
get
|
|
1120
|
+
set(value)
|
|
1121
|
+
}
|
|
1122
|
+
@_Concurrency.MainActor(unsafe) public var gridRowStart: Mason.GridPlacement {
|
|
1123
|
+
get
|
|
1124
|
+
set
|
|
1125
|
+
}
|
|
1126
|
+
@_Concurrency.MainActor(unsafe) public var gridRowEnd: Mason.GridPlacement {
|
|
1127
|
+
get
|
|
1128
|
+
set
|
|
1129
|
+
}
|
|
1130
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridRowCompat: Mason.LineGridPlacementCompat {
|
|
1131
|
+
@objc get
|
|
1132
|
+
@objc set
|
|
1133
|
+
}
|
|
1134
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridRowStartCompat: Mason.GridPlacementCompat {
|
|
1135
|
+
@objc get
|
|
1136
|
+
@objc set
|
|
1137
|
+
}
|
|
1138
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridRowEndCompat: Mason.GridPlacementCompat {
|
|
1139
|
+
@objc get
|
|
1140
|
+
@objc set
|
|
1141
|
+
}
|
|
1142
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridTemplateRows: Swift.Array<Mason.TrackSizingFunction> {
|
|
1143
|
+
@objc get
|
|
1144
|
+
@objc set(value)
|
|
1145
|
+
}
|
|
1146
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public var gridTemplateColumns: Swift.Array<Mason.TrackSizingFunction> {
|
|
1147
|
+
@objc get
|
|
1148
|
+
@objc set(value)
|
|
1149
|
+
}
|
|
1150
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setPadding(_ left: Swift.Float, _ right: Swift.Float, _ top: Swift.Float, _ bottom: Swift.Float)
|
|
1151
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getPadding() -> Mason.MasonLengthPercentageRectCompat
|
|
1152
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setPaddingLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1153
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setPaddingRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1154
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setPaddingTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1155
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setPaddingBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1156
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getPaddingLeft() -> Mason.MasonLengthPercentageCompat
|
|
1157
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getPaddingRight() -> Mason.MasonLengthPercentageCompat
|
|
1158
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getPaddingTop() -> Mason.MasonLengthPercentageCompat
|
|
1159
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getPaddingBottom() -> Mason.MasonLengthPercentageCompat
|
|
1160
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setBorder(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1161
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getBorder() -> Mason.MasonLengthPercentageRectCompat
|
|
1162
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setBorderLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1163
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setBorderRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1164
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setBorderTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1165
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setBorderBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1166
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getBorderLeft() -> Mason.MasonLengthPercentageCompat
|
|
1167
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getBorderRight() -> Mason.MasonLengthPercentageCompat
|
|
1168
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getBorderBottom() -> Mason.MasonLengthPercentageCompat
|
|
1169
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getBorderTop() -> Mason.MasonLengthPercentageCompat
|
|
1170
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMargin(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1171
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMargin() -> Mason.MasonLengthPercentageAutoRectCompat
|
|
1172
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMarginLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1173
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMarginRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1174
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMarginTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1175
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMarginBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1176
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMarginLeft() -> Mason.MasonLengthPercentageAutoCompat
|
|
1177
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMarginRight() -> Mason.MasonLengthPercentageAutoCompat
|
|
1178
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMarginTop() -> Mason.MasonLengthPercentageAutoCompat
|
|
1179
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMarginBottom() -> Mason.MasonLengthPercentageAutoCompat
|
|
1180
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setInset(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1181
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getInset() -> Mason.MasonLengthPercentageAutoRectCompat
|
|
1182
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setInsetLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1183
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setInsetRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1184
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setInsetTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1185
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setInsetBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1186
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getInsetLeft() -> Mason.MasonLengthPercentageAutoCompat
|
|
1187
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getInsetRight() -> Mason.MasonLengthPercentageAutoCompat
|
|
1188
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getInsetTop() -> Mason.MasonLengthPercentageAutoCompat
|
|
1189
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getInsetBottom() -> Mason.MasonLengthPercentageAutoCompat
|
|
1190
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMinSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1191
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMinSize() -> Mason.MasonDimensionSizeCompat
|
|
1192
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMinSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1193
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMinSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1194
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMinSizeWidth() -> Mason.MasonDimensionCompat
|
|
1195
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMinSizeHeight() -> Mason.MasonDimensionCompat
|
|
1196
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1197
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1198
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1199
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getSize() -> Mason.MasonDimensionSizeCompat
|
|
1200
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getSizeWidth() -> Mason.MasonDimensionCompat
|
|
1201
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getSizeHeight() -> Mason.MasonDimensionCompat
|
|
1202
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMaxSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1203
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMaxSize() -> Mason.MasonDimensionSizeCompat
|
|
1204
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMaxSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1205
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setMaxSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1206
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMaxSizeWidth() -> Mason.MasonDimensionCompat
|
|
1207
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getMaxSizeHeight() -> Mason.MasonDimensionCompat
|
|
1208
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setGap(_ width: Swift.Float, _ height: Swift.Float)
|
|
1209
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setGapWithWidthHeightType(_ width: Swift.Float, _ width_type: Swift.Int, _ height: Swift.Float, _ height_type: Swift.Int)
|
|
1210
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getGap() -> Mason.MasonLengthPercentageSizeCompat
|
|
1211
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setRowGap(_ row: Swift.Float, _ type: Swift.Int)
|
|
1212
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func setColumnGap(_ column: Swift.Float, _ type: Swift.Int)
|
|
1213
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getRowGap() -> Mason.MasonLengthPercentageCompat
|
|
1214
|
+
@objc @_Concurrency.MainActor(unsafe) dynamic public func getColumnGap() -> Mason.MasonLengthPercentageCompat
|
|
1215
|
+
}
|
|
1216
|
+
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
1217
|
+
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
1218
|
+
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
1219
|
+
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Hashable {}
|
|
1220
|
+
extension Mason.MasonLengthPercentageCompatType : Swift.Equatable {}
|
|
1221
|
+
extension Mason.MasonLengthPercentageCompatType : Swift.Hashable {}
|
|
1222
|
+
extension Mason.AlignItems : Swift.Equatable {}
|
|
1223
|
+
extension Mason.AlignItems : Swift.Hashable {}
|
|
1224
|
+
extension Mason.AlignSelf : Swift.Equatable {}
|
|
1225
|
+
extension Mason.AlignSelf : Swift.Hashable {}
|
|
1226
|
+
extension Mason.AlignContent : Swift.Equatable {}
|
|
1227
|
+
extension Mason.AlignContent : Swift.Hashable {}
|
|
1228
|
+
extension Mason.Direction : Swift.Equatable {}
|
|
1229
|
+
extension Mason.Direction : Swift.Hashable {}
|
|
1230
|
+
extension Mason.Display : Swift.Equatable {}
|
|
1231
|
+
extension Mason.Display : Swift.Hashable {}
|
|
1232
|
+
extension Mason.FlexDirection : Swift.Equatable {}
|
|
1233
|
+
extension Mason.FlexDirection : Swift.Hashable {}
|
|
1234
|
+
extension Mason.JustifyItems : Swift.Equatable {}
|
|
1235
|
+
extension Mason.JustifyItems : Swift.Hashable {}
|
|
1236
|
+
extension Mason.JustifySelf : Swift.Equatable {}
|
|
1237
|
+
extension Mason.JustifySelf : Swift.Hashable {}
|
|
1238
|
+
extension Mason.JustifyContent : Swift.Equatable {}
|
|
1239
|
+
extension Mason.JustifyContent : Swift.Hashable {}
|
|
1240
|
+
extension Mason.Overflow : Swift.Equatable {}
|
|
1241
|
+
extension Mason.Overflow : Swift.Hashable {}
|
|
1242
|
+
extension Mason.Position : Swift.Equatable {}
|
|
1243
|
+
extension Mason.Position : Swift.Hashable {}
|
|
1244
|
+
extension Mason.FlexWrap : Swift.Equatable {}
|
|
1245
|
+
extension Mason.FlexWrap : Swift.Hashable {}
|
|
1246
|
+
extension Mason.GridAutoFlow : Swift.Equatable {}
|
|
1247
|
+
extension Mason.GridAutoFlow : Swift.Hashable {}
|
|
1248
|
+
extension Mason.GridPlacementCompatType : Swift.Equatable {}
|
|
1249
|
+
extension Mason.GridPlacementCompatType : Swift.Hashable {}
|