@triniwiz/nativescript-masonkit 1.0.0-beta.4 → 1.0.0-beta.6
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 +1 -0
- package/common.js +153 -13
- package/common.js.map +1 -1
- package/index.android.d.ts +1 -1
- package/index.android.js +1 -1
- package/index.android.js.map +1 -1
- package/index.d.ts +2 -0
- package/index.ios.d.ts +1 -1
- package/index.ios.js +1 -1
- package/index.ios.js.map +1 -1
- package/package.json +1 -1
- 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/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 +19206 -19178
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +188 -188
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.swiftinterface +188 -188
- 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 +3678 -3676
- 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 +4116 -4088
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +101 -101
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface +101 -101
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +4116 -4088
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +101 -101
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +101 -101
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +20 -20
- 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 +3162 -3162
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +3079 -3079
- package/style.d.ts +1 -0
- package/style.js +24 -16
- package/style.js.map +1 -1
- package/text/index.android.d.ts +10 -0
- package/text/index.android.js +67 -1
- package/text/index.android.js.map +1 -1
- package/text/index.ios.d.ts +10 -0
- package/text/index.ios.js +88 -3
- package/text/index.ios.js.map +1 -1
- package/tree/index.android.d.ts +1 -0
- package/tree/index.android.js +4 -0
- package/tree/index.android.js.map +1 -1
- package/tree/index.ios.d.ts +1 -0
- package/tree/index.ios.js +4 -0
- package/tree/index.ios.js.map +1 -1
- package/view/index.ios.js +2 -1
- package/view/index.ios.js.map +1 -1
|
@@ -1294,105 +1294,6 @@ extension UIKit.UIImage {
|
|
|
1294
1294
|
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1295
1295
|
@objc deinit
|
|
1296
1296
|
}
|
|
1297
|
-
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
1298
|
-
case Loading
|
|
1299
|
-
case Loaded
|
|
1300
|
-
case Error
|
|
1301
|
-
public typealias RawValue = Swift.Int32
|
|
1302
|
-
public var rawValue: Mason.LoadingState.RawValue {
|
|
1303
|
-
get
|
|
1304
|
-
}
|
|
1305
|
-
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
1306
|
-
}
|
|
1307
|
-
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
1308
|
-
@objc override dynamic public init()
|
|
1309
|
-
@objc override dynamic public init(layer: Any)
|
|
1310
|
-
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
1311
|
-
@objc deinit
|
|
1312
|
-
}
|
|
1313
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonImg) @_Concurrency.MainActor @preconcurrency public class Img : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
1314
|
-
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
1315
|
-
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1316
|
-
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1317
|
-
@objc get
|
|
1318
|
-
}
|
|
1319
|
-
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1320
|
-
@objc get
|
|
1321
|
-
}
|
|
1322
|
-
@objc @_Concurrency.MainActor @preconcurrency public var didLayout: (() -> Swift.Void)?
|
|
1323
|
-
@objc @_Concurrency.MainActor @preconcurrency public var onStateChange: ((Mason.LoadingState, (any Swift.Error)?) -> Swift.Void)?
|
|
1324
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
1325
|
-
@objc get
|
|
1326
|
-
}
|
|
1327
|
-
@objc @_Concurrency.MainActor @preconcurrency public var image: UIKit.UIImage? {
|
|
1328
|
-
@objc get
|
|
1329
|
-
@objc set
|
|
1330
|
-
}
|
|
1331
|
-
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
1332
|
-
@objc @_Concurrency.MainActor @preconcurrency public var src: Swift.String? {
|
|
1333
|
-
@objc get
|
|
1334
|
-
@objc set
|
|
1335
|
-
}
|
|
1336
|
-
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
1337
|
-
@objc deinit
|
|
1338
|
-
}
|
|
1339
|
-
@objc public protocol MasonCharacterData {
|
|
1340
|
-
@objc var data: Swift.String { get set }
|
|
1341
|
-
@objc var length: Swift.Int { get }
|
|
1342
|
-
@objc @discardableResult
|
|
1343
|
-
func appendData(_ s: Swift.String) -> Self
|
|
1344
|
-
@objc @discardableResult
|
|
1345
|
-
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1346
|
-
@objc @discardableResult
|
|
1347
|
-
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1348
|
-
@objc @discardableResult
|
|
1349
|
-
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1350
|
-
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1351
|
-
@objc @discardableResult
|
|
1352
|
-
func deleteData(range: Foundation.NSRange) -> Self
|
|
1353
|
-
@objc @discardableResult
|
|
1354
|
-
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1355
|
-
}
|
|
1356
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
1357
|
-
@objc public var data: Swift.String
|
|
1358
|
-
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
1359
|
-
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
1360
|
-
@objc public var length: Swift.Int {
|
|
1361
|
-
@objc get
|
|
1362
|
-
}
|
|
1363
|
-
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1364
|
-
@discardableResult
|
|
1365
|
-
@objc public func appendData(_ s: Swift.String) -> Self
|
|
1366
|
-
@discardableResult
|
|
1367
|
-
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1368
|
-
@discardableResult
|
|
1369
|
-
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1370
|
-
@discardableResult
|
|
1371
|
-
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1372
|
-
@discardableResult
|
|
1373
|
-
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
1374
|
-
@discardableResult
|
|
1375
|
-
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1376
|
-
@objc deinit
|
|
1377
|
-
}
|
|
1378
|
-
extension Mason.MasonTextNode {
|
|
1379
|
-
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
1380
|
-
}
|
|
1381
|
-
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
1382
|
-
@objc var engine: Mason.TextEngine { get }
|
|
1383
|
-
@objc var node: Mason.MasonNode { get }
|
|
1384
|
-
@objc func onTextStyleChanged(change: Swift.Int64)
|
|
1385
|
-
}
|
|
1386
|
-
extension Mason.TextContainer {
|
|
1387
|
-
public func onTextStyleChanged(change: Swift.Int64)
|
|
1388
|
-
}
|
|
1389
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
1390
|
-
public var textContent: Swift.String {
|
|
1391
|
-
get
|
|
1392
|
-
set
|
|
1393
|
-
}
|
|
1394
|
-
@objc deinit
|
|
1395
|
-
}
|
|
1396
1297
|
@objc(MasonTextType) public enum MasonTextType : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1397
1298
|
case None
|
|
1398
1299
|
case P
|
|
@@ -1522,6 +1423,105 @@ extension Mason.MasonText {
|
|
|
1522
1423
|
extension Mason.MasonText {
|
|
1523
1424
|
@objc @_Concurrency.MainActor @preconcurrency dynamic public func addChild(_ child: Mason.MasonNode)
|
|
1524
1425
|
}
|
|
1426
|
+
@objc public protocol MasonCharacterData {
|
|
1427
|
+
@objc var data: Swift.String { get set }
|
|
1428
|
+
@objc var length: Swift.Int { get }
|
|
1429
|
+
@objc @discardableResult
|
|
1430
|
+
func appendData(_ s: Swift.String) -> Self
|
|
1431
|
+
@objc @discardableResult
|
|
1432
|
+
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1433
|
+
@objc @discardableResult
|
|
1434
|
+
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1435
|
+
@objc @discardableResult
|
|
1436
|
+
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1437
|
+
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1438
|
+
@objc @discardableResult
|
|
1439
|
+
func deleteData(range: Foundation.NSRange) -> Self
|
|
1440
|
+
@objc @discardableResult
|
|
1441
|
+
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1442
|
+
}
|
|
1443
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
1444
|
+
@objc public var data: Swift.String
|
|
1445
|
+
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
1446
|
+
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
1447
|
+
@objc public var length: Swift.Int {
|
|
1448
|
+
@objc get
|
|
1449
|
+
}
|
|
1450
|
+
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1451
|
+
@discardableResult
|
|
1452
|
+
@objc public func appendData(_ s: Swift.String) -> Self
|
|
1453
|
+
@discardableResult
|
|
1454
|
+
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1455
|
+
@discardableResult
|
|
1456
|
+
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1457
|
+
@discardableResult
|
|
1458
|
+
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1459
|
+
@discardableResult
|
|
1460
|
+
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
1461
|
+
@discardableResult
|
|
1462
|
+
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1463
|
+
@objc deinit
|
|
1464
|
+
}
|
|
1465
|
+
extension Mason.MasonTextNode {
|
|
1466
|
+
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
1467
|
+
}
|
|
1468
|
+
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
1469
|
+
@objc var engine: Mason.TextEngine { get }
|
|
1470
|
+
@objc var node: Mason.MasonNode { get }
|
|
1471
|
+
@objc func onTextStyleChanged(change: Swift.Int64)
|
|
1472
|
+
}
|
|
1473
|
+
extension Mason.TextContainer {
|
|
1474
|
+
public func onTextStyleChanged(change: Swift.Int64)
|
|
1475
|
+
}
|
|
1476
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
1477
|
+
public var textContent: Swift.String {
|
|
1478
|
+
get
|
|
1479
|
+
set
|
|
1480
|
+
}
|
|
1481
|
+
@objc deinit
|
|
1482
|
+
}
|
|
1483
|
+
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
1484
|
+
case Loading
|
|
1485
|
+
case Loaded
|
|
1486
|
+
case Error
|
|
1487
|
+
public typealias RawValue = Swift.Int32
|
|
1488
|
+
public var rawValue: Mason.LoadingState.RawValue {
|
|
1489
|
+
get
|
|
1490
|
+
}
|
|
1491
|
+
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
1492
|
+
}
|
|
1493
|
+
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
1494
|
+
@objc override dynamic public init()
|
|
1495
|
+
@objc override dynamic public init(layer: Any)
|
|
1496
|
+
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
1497
|
+
@objc deinit
|
|
1498
|
+
}
|
|
1499
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonImg) @_Concurrency.MainActor @preconcurrency public class Img : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
1500
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
1501
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1502
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1503
|
+
@objc get
|
|
1504
|
+
}
|
|
1505
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1506
|
+
@objc get
|
|
1507
|
+
}
|
|
1508
|
+
@objc @_Concurrency.MainActor @preconcurrency public var didLayout: (() -> Swift.Void)?
|
|
1509
|
+
@objc @_Concurrency.MainActor @preconcurrency public var onStateChange: ((Mason.LoadingState, (any Swift.Error)?) -> Swift.Void)?
|
|
1510
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
1511
|
+
@objc get
|
|
1512
|
+
}
|
|
1513
|
+
@objc @_Concurrency.MainActor @preconcurrency public var image: UIKit.UIImage? {
|
|
1514
|
+
@objc get
|
|
1515
|
+
@objc set
|
|
1516
|
+
}
|
|
1517
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
1518
|
+
@objc @_Concurrency.MainActor @preconcurrency public var src: Swift.String? {
|
|
1519
|
+
@objc get
|
|
1520
|
+
@objc set
|
|
1521
|
+
}
|
|
1522
|
+
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
1523
|
+
@objc deinit
|
|
1524
|
+
}
|
|
1525
1525
|
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
1526
1526
|
case Auto
|
|
1527
1527
|
case Points
|
|
@@ -2314,10 +2314,10 @@ extension Mason.MasonNodeType : Swift.Equatable {}
|
|
|
2314
2314
|
extension Mason.MasonNodeType : Swift.Hashable {}
|
|
2315
2315
|
extension Mason.NSCFontFaceSetStatus : Swift.Equatable {}
|
|
2316
2316
|
extension Mason.NSCFontFaceSetStatus : Swift.Hashable {}
|
|
2317
|
-
extension Mason.LoadingState : Swift.Equatable {}
|
|
2318
|
-
extension Mason.LoadingState : Swift.Hashable {}
|
|
2319
2317
|
extension Mason.MasonTextType : Swift.Equatable {}
|
|
2320
2318
|
extension Mason.MasonTextType : Swift.Hashable {}
|
|
2319
|
+
extension Mason.LoadingState : Swift.Equatable {}
|
|
2320
|
+
extension Mason.LoadingState : Swift.Hashable {}
|
|
2321
2321
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
2322
2322
|
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
2323
2323
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
@@ -1294,105 +1294,6 @@ extension UIKit.UIImage {
|
|
|
1294
1294
|
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1295
1295
|
@objc deinit
|
|
1296
1296
|
}
|
|
1297
|
-
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
1298
|
-
case Loading
|
|
1299
|
-
case Loaded
|
|
1300
|
-
case Error
|
|
1301
|
-
public typealias RawValue = Swift.Int32
|
|
1302
|
-
public var rawValue: Mason.LoadingState.RawValue {
|
|
1303
|
-
get
|
|
1304
|
-
}
|
|
1305
|
-
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
1306
|
-
}
|
|
1307
|
-
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
1308
|
-
@objc override dynamic public init()
|
|
1309
|
-
@objc override dynamic public init(layer: Any)
|
|
1310
|
-
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
1311
|
-
@objc deinit
|
|
1312
|
-
}
|
|
1313
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonImg) @_Concurrency.MainActor @preconcurrency public class Img : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
1314
|
-
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
1315
|
-
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1316
|
-
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1317
|
-
@objc get
|
|
1318
|
-
}
|
|
1319
|
-
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1320
|
-
@objc get
|
|
1321
|
-
}
|
|
1322
|
-
@objc @_Concurrency.MainActor @preconcurrency public var didLayout: (() -> Swift.Void)?
|
|
1323
|
-
@objc @_Concurrency.MainActor @preconcurrency public var onStateChange: ((Mason.LoadingState, (any Swift.Error)?) -> Swift.Void)?
|
|
1324
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
1325
|
-
@objc get
|
|
1326
|
-
}
|
|
1327
|
-
@objc @_Concurrency.MainActor @preconcurrency public var image: UIKit.UIImage? {
|
|
1328
|
-
@objc get
|
|
1329
|
-
@objc set
|
|
1330
|
-
}
|
|
1331
|
-
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
1332
|
-
@objc @_Concurrency.MainActor @preconcurrency public var src: Swift.String? {
|
|
1333
|
-
@objc get
|
|
1334
|
-
@objc set
|
|
1335
|
-
}
|
|
1336
|
-
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
1337
|
-
@objc deinit
|
|
1338
|
-
}
|
|
1339
|
-
@objc public protocol MasonCharacterData {
|
|
1340
|
-
@objc var data: Swift.String { get set }
|
|
1341
|
-
@objc var length: Swift.Int { get }
|
|
1342
|
-
@objc @discardableResult
|
|
1343
|
-
func appendData(_ s: Swift.String) -> Self
|
|
1344
|
-
@objc @discardableResult
|
|
1345
|
-
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1346
|
-
@objc @discardableResult
|
|
1347
|
-
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1348
|
-
@objc @discardableResult
|
|
1349
|
-
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1350
|
-
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1351
|
-
@objc @discardableResult
|
|
1352
|
-
func deleteData(range: Foundation.NSRange) -> Self
|
|
1353
|
-
@objc @discardableResult
|
|
1354
|
-
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1355
|
-
}
|
|
1356
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
1357
|
-
@objc public var data: Swift.String
|
|
1358
|
-
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
1359
|
-
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
1360
|
-
@objc public var length: Swift.Int {
|
|
1361
|
-
@objc get
|
|
1362
|
-
}
|
|
1363
|
-
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1364
|
-
@discardableResult
|
|
1365
|
-
@objc public func appendData(_ s: Swift.String) -> Self
|
|
1366
|
-
@discardableResult
|
|
1367
|
-
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1368
|
-
@discardableResult
|
|
1369
|
-
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1370
|
-
@discardableResult
|
|
1371
|
-
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1372
|
-
@discardableResult
|
|
1373
|
-
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
1374
|
-
@discardableResult
|
|
1375
|
-
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1376
|
-
@objc deinit
|
|
1377
|
-
}
|
|
1378
|
-
extension Mason.MasonTextNode {
|
|
1379
|
-
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
1380
|
-
}
|
|
1381
|
-
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
1382
|
-
@objc var engine: Mason.TextEngine { get }
|
|
1383
|
-
@objc var node: Mason.MasonNode { get }
|
|
1384
|
-
@objc func onTextStyleChanged(change: Swift.Int64)
|
|
1385
|
-
}
|
|
1386
|
-
extension Mason.TextContainer {
|
|
1387
|
-
public func onTextStyleChanged(change: Swift.Int64)
|
|
1388
|
-
}
|
|
1389
|
-
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
1390
|
-
public var textContent: Swift.String {
|
|
1391
|
-
get
|
|
1392
|
-
set
|
|
1393
|
-
}
|
|
1394
|
-
@objc deinit
|
|
1395
|
-
}
|
|
1396
1297
|
@objc(MasonTextType) public enum MasonTextType : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1397
1298
|
case None
|
|
1398
1299
|
case P
|
|
@@ -1522,6 +1423,105 @@ extension Mason.MasonText {
|
|
|
1522
1423
|
extension Mason.MasonText {
|
|
1523
1424
|
@objc @_Concurrency.MainActor @preconcurrency dynamic public func addChild(_ child: Mason.MasonNode)
|
|
1524
1425
|
}
|
|
1426
|
+
@objc public protocol MasonCharacterData {
|
|
1427
|
+
@objc var data: Swift.String { get set }
|
|
1428
|
+
@objc var length: Swift.Int { get }
|
|
1429
|
+
@objc @discardableResult
|
|
1430
|
+
func appendData(_ s: Swift.String) -> Self
|
|
1431
|
+
@objc @discardableResult
|
|
1432
|
+
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1433
|
+
@objc @discardableResult
|
|
1434
|
+
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1435
|
+
@objc @discardableResult
|
|
1436
|
+
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1437
|
+
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1438
|
+
@objc @discardableResult
|
|
1439
|
+
func deleteData(range: Foundation.NSRange) -> Self
|
|
1440
|
+
@objc @discardableResult
|
|
1441
|
+
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1442
|
+
}
|
|
1443
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
1444
|
+
@objc public var data: Swift.String
|
|
1445
|
+
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
1446
|
+
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
1447
|
+
@objc public var length: Swift.Int {
|
|
1448
|
+
@objc get
|
|
1449
|
+
}
|
|
1450
|
+
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
1451
|
+
@discardableResult
|
|
1452
|
+
@objc public func appendData(_ s: Swift.String) -> Self
|
|
1453
|
+
@discardableResult
|
|
1454
|
+
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
1455
|
+
@discardableResult
|
|
1456
|
+
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
1457
|
+
@discardableResult
|
|
1458
|
+
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
1459
|
+
@discardableResult
|
|
1460
|
+
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
1461
|
+
@discardableResult
|
|
1462
|
+
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
1463
|
+
@objc deinit
|
|
1464
|
+
}
|
|
1465
|
+
extension Mason.MasonTextNode {
|
|
1466
|
+
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
1467
|
+
}
|
|
1468
|
+
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
1469
|
+
@objc var engine: Mason.TextEngine { get }
|
|
1470
|
+
@objc var node: Mason.MasonNode { get }
|
|
1471
|
+
@objc func onTextStyleChanged(change: Swift.Int64)
|
|
1472
|
+
}
|
|
1473
|
+
extension Mason.TextContainer {
|
|
1474
|
+
public func onTextStyleChanged(change: Swift.Int64)
|
|
1475
|
+
}
|
|
1476
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
1477
|
+
public var textContent: Swift.String {
|
|
1478
|
+
get
|
|
1479
|
+
set
|
|
1480
|
+
}
|
|
1481
|
+
@objc deinit
|
|
1482
|
+
}
|
|
1483
|
+
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
1484
|
+
case Loading
|
|
1485
|
+
case Loaded
|
|
1486
|
+
case Error
|
|
1487
|
+
public typealias RawValue = Swift.Int32
|
|
1488
|
+
public var rawValue: Mason.LoadingState.RawValue {
|
|
1489
|
+
get
|
|
1490
|
+
}
|
|
1491
|
+
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
1492
|
+
}
|
|
1493
|
+
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
1494
|
+
@objc override dynamic public init()
|
|
1495
|
+
@objc override dynamic public init(layer: Any)
|
|
1496
|
+
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
1497
|
+
@objc deinit
|
|
1498
|
+
}
|
|
1499
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonImg) @_Concurrency.MainActor @preconcurrency public class Img : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
1500
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
1501
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1502
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1503
|
+
@objc get
|
|
1504
|
+
}
|
|
1505
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1506
|
+
@objc get
|
|
1507
|
+
}
|
|
1508
|
+
@objc @_Concurrency.MainActor @preconcurrency public var didLayout: (() -> Swift.Void)?
|
|
1509
|
+
@objc @_Concurrency.MainActor @preconcurrency public var onStateChange: ((Mason.LoadingState, (any Swift.Error)?) -> Swift.Void)?
|
|
1510
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
1511
|
+
@objc get
|
|
1512
|
+
}
|
|
1513
|
+
@objc @_Concurrency.MainActor @preconcurrency public var image: UIKit.UIImage? {
|
|
1514
|
+
@objc get
|
|
1515
|
+
@objc set
|
|
1516
|
+
}
|
|
1517
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
1518
|
+
@objc @_Concurrency.MainActor @preconcurrency public var src: Swift.String? {
|
|
1519
|
+
@objc get
|
|
1520
|
+
@objc set
|
|
1521
|
+
}
|
|
1522
|
+
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
1523
|
+
@objc deinit
|
|
1524
|
+
}
|
|
1525
1525
|
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
1526
1526
|
case Auto
|
|
1527
1527
|
case Points
|
|
@@ -2314,10 +2314,10 @@ extension Mason.MasonNodeType : Swift.Equatable {}
|
|
|
2314
2314
|
extension Mason.MasonNodeType : Swift.Hashable {}
|
|
2315
2315
|
extension Mason.NSCFontFaceSetStatus : Swift.Equatable {}
|
|
2316
2316
|
extension Mason.NSCFontFaceSetStatus : Swift.Hashable {}
|
|
2317
|
-
extension Mason.LoadingState : Swift.Equatable {}
|
|
2318
|
-
extension Mason.LoadingState : Swift.Hashable {}
|
|
2319
2317
|
extension Mason.MasonTextType : Swift.Equatable {}
|
|
2320
2318
|
extension Mason.MasonTextType : Swift.Hashable {}
|
|
2319
|
+
extension Mason.LoadingState : Swift.Equatable {}
|
|
2320
|
+
extension Mason.LoadingState : Swift.Hashable {}
|
|
2321
2321
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
2322
2322
|
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
2323
2323
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/Mason.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
uuyVQ/MOhBi7YfOq46KBvIE5cmI=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
wRoChA7vTPd7uOwxlqMmhkhm42I=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
1gUd4O+hkB3lCXsiXe62EW10W4c=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
gHQpaaAAnbDRUCH+gtuECdvKj18=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
40
40
|
<data>
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
gHQpaaAAnbDRUCH+gtuECdvKj18=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
Ct7cIB8JjDpPguooMI8LnZPdFHc=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
1gUd4O+hkB3lCXsiXe62EW10W4c=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
8+XHMtQl52bcWDKWhhhIwLtY6hs=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
60
60
|
<data>
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
</data>
|
|
63
63
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
64
64
|
<data>
|
|
65
|
-
|
|
65
|
+
8+XHMtQl52bcWDKWhhhIwLtY6hs=
|
|
66
66
|
</data>
|
|
67
67
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
VJJxKIIjmqNsiOQ3n8NGz9NwmPg=
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/module.modulemap</key>
|
|
72
72
|
<data>
|
|
@@ -100,28 +100,28 @@
|
|
|
100
100
|
<dict>
|
|
101
101
|
<key>hash2</key>
|
|
102
102
|
<data>
|
|
103
|
-
|
|
103
|
+
KmORT0WEVQYobRROd7t86wS1vBQ5fOPd0gvfwc7ecFI=
|
|
104
104
|
</data>
|
|
105
105
|
</dict>
|
|
106
106
|
<key>Modules/Mason.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
107
107
|
<dict>
|
|
108
108
|
<key>hash2</key>
|
|
109
109
|
<data>
|
|
110
|
-
|
|
110
|
+
aZZ8kBmnEbVoE8ylc1ZGc3Fel9Y48KdOHRw6xbq5jM0=
|
|
111
111
|
</data>
|
|
112
112
|
</dict>
|
|
113
113
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
114
114
|
<dict>
|
|
115
115
|
<key>hash2</key>
|
|
116
116
|
<data>
|
|
117
|
-
|
|
117
|
+
egzMN5/t6vpRJqTM1zOHmWlH3evAdqAjIf8HuStsKUE=
|
|
118
118
|
</data>
|
|
119
119
|
</dict>
|
|
120
120
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
121
121
|
<dict>
|
|
122
122
|
<key>hash2</key>
|
|
123
123
|
<data>
|
|
124
|
-
|
|
124
|
+
s0Urak7m5WmzSo/6WgIVNy3pT3ONp05LUz5Q1qvXbGo=
|
|
125
125
|
</data>
|
|
126
126
|
</dict>
|
|
127
127
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -135,28 +135,28 @@
|
|
|
135
135
|
<dict>
|
|
136
136
|
<key>hash2</key>
|
|
137
137
|
<data>
|
|
138
|
-
|
|
138
|
+
s0Urak7m5WmzSo/6WgIVNy3pT3ONp05LUz5Q1qvXbGo=
|
|
139
139
|
</data>
|
|
140
140
|
</dict>
|
|
141
141
|
<key>Modules/Mason.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
142
142
|
<dict>
|
|
143
143
|
<key>hash2</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
Ip7edmCLo8vAAeUqIxF5L84aFUD2sjfKY4PenAYu94w=
|
|
146
146
|
</data>
|
|
147
147
|
</dict>
|
|
148
148
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
149
149
|
<dict>
|
|
150
150
|
<key>hash2</key>
|
|
151
151
|
<data>
|
|
152
|
-
|
|
152
|
+
egzMN5/t6vpRJqTM1zOHmWlH3evAdqAjIf8HuStsKUE=
|
|
153
153
|
</data>
|
|
154
154
|
</dict>
|
|
155
155
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
156
156
|
<dict>
|
|
157
157
|
<key>hash2</key>
|
|
158
158
|
<data>
|
|
159
|
-
|
|
159
|
+
ElxEmd7hxSk2zHwa2PqvMpNO5S/Gf/UhqpLi5UFhbT8=
|
|
160
160
|
</data>
|
|
161
161
|
</dict>
|
|
162
162
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
@@ -170,14 +170,14 @@
|
|
|
170
170
|
<dict>
|
|
171
171
|
<key>hash2</key>
|
|
172
172
|
<data>
|
|
173
|
-
|
|
173
|
+
ElxEmd7hxSk2zHwa2PqvMpNO5S/Gf/UhqpLi5UFhbT8=
|
|
174
174
|
</data>
|
|
175
175
|
</dict>
|
|
176
176
|
<key>Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
177
177
|
<dict>
|
|
178
178
|
<key>hash2</key>
|
|
179
179
|
<data>
|
|
180
|
-
|
|
180
|
+
7fuI2NxC0Bd6pVrK6a8N4KO1CFsL78LdHE9M9YFKyZs=
|
|
181
181
|
</data>
|
|
182
182
|
</dict>
|
|
183
183
|
<key>Modules/module.modulemap</key>
|