@triniwiz/nativescript-masonkit 1.0.0-alpha.8 → 1.0.0-beta.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/button/index.android.d.ts +13 -0
- package/button/index.android.js +56 -0
- package/button/index.android.js.map +1 -0
- package/button/index.ios.d.ts +21 -0
- package/button/index.ios.js +216 -0
- package/button/index.ios.js.map +1 -0
- package/common.d.ts +78 -33
- package/common.js +1121 -251
- package/common.js.map +1 -1
- package/img/index.android.d.ts +10 -0
- package/img/index.android.js +40 -0
- package/img/index.android.js.map +1 -0
- package/img/index.ios.d.ts +13 -0
- package/img/index.ios.js +102 -0
- package/img/index.ios.js.map +1 -0
- package/index.android.d.ts +6 -34
- package/index.android.js +6 -139
- package/index.android.js.map +1 -1
- package/index.d.ts +88 -60
- package/index.ios.d.ts +6 -48
- package/index.ios.js +6 -355
- package/index.ios.js.map +1 -1
- package/package.json +5 -2
- package/platforms/android/include.gradle +5 -1
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +794 -284
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason.h +0 -5
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/NSObject+MasonElement_Defaults.h +100 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/mason_native.h +118 -93
- 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 +58079 -23135
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +1234 -255
- 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 +1234 -255
- 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 +4252 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +1588 -568
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason.h +0 -5
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/NSObject+MasonElement_Defaults.h +100 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/mason_native.h +118 -93
- 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 +58076 -23132
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1211 -232
- 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 +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +58076 -23132
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1211 -232
- 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 +1211 -232
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +31 -31
- 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 +4246 -1932
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +4124 -1883
- package/scroll/index.android.d.ts +12 -0
- package/scroll/index.android.js +50 -0
- package/scroll/index.android.js.map +1 -0
- package/scroll/index.ios.d.ts +14 -0
- package/scroll/index.ios.js +120 -0
- package/scroll/index.ios.js.map +1 -0
- package/style.d.ts +110 -53
- package/style.js +1176 -110
- package/style.js.map +1 -1
- package/text/index.android.d.ts +30 -0
- package/text/index.android.js +124 -0
- package/text/index.android.js.map +1 -0
- package/text/index.ios.d.ts +38 -0
- package/text/index.ios.js +251 -0
- package/text/index.ios.js.map +1 -0
- package/tree/index.android.d.ts +28 -0
- package/tree/index.android.js +77 -0
- package/tree/index.android.js.map +1 -0
- package/tree/index.ios.d.ts +29 -0
- package/tree/index.ios.js +76 -0
- package/tree/index.ios.js.map +1 -0
- package/utils/index.android.d.ts +187 -0
- package/utils/index.android.js +514 -0
- package/utils/index.android.js.map +1 -0
- package/utils/index.ios.d.ts +198 -0
- package/utils/index.ios.js +710 -0
- package/utils/index.ios.js.map +1 -0
- package/view/index.android.d.ts +12 -0
- package/view/index.android.js +50 -0
- package/view/index.android.js.map +1 -0
- package/view/index.ios.d.ts +16 -0
- package/view/index.ios.js +124 -0
- package/view/index.ios.js.map +1 -0
- package/web.d.ts +55 -0
- package/web.js +189 -0
- package/web.js.map +1 -0
- package/helpers.d.ts +0 -255
- package/helpers.js +0 -1318
- package/helpers.js.map +0 -1
- package/node.d.ts +0 -2
- package/node.js +0 -3
- package/node.js.map +0 -1
- package/platforms/ios/Podfile +0 -1
- package/platforms/ios/build.xcconfig +0 -5
- package/platforms/ios/prebuild.sh +0 -101
- package/platforms/new_native_src/cpp/Caches.cpp +0 -36
- package/platforms/new_native_src/cpp/Caches.h +0 -42
- package/platforms/new_native_src/cpp/Common.h +0 -34
- package/platforms/new_native_src/cpp/ConcurrentMap.h +0 -57
- package/platforms/new_native_src/cpp/Helpers.cpp +0 -101
- package/platforms/new_native_src/cpp/Helpers.h +0 -364
- package/platforms/new_native_src/cpp/MasonImpl.cpp +0 -68
- package/platforms/new_native_src/cpp/MasonImpl.h +0 -40
- package/platforms/new_native_src/cpp/MasonNodeImpl.cpp +0 -89
- package/platforms/new_native_src/cpp/MasonNodeImpl.h +0 -47
- package/platforms/new_native_src/cpp/MasonStyleImpl.cpp +0 -2181
- package/platforms/new_native_src/cpp/MasonStyleImpl.h +0 -420
- package/platforms/new_native_src/cpp/include/mason_native.h +0 -972
- package/platforms/new_native_src/cpp/include/robin_hood.h +0 -2544
- package/src-native/pods/Headers/include/APIDesign.md +0 -72
- package/src-native/pods/Headers/include/DEPS +0 -10
- package/src-native/pods/Headers/include/DIR_METADATA +0 -11
- package/src-native/pods/Headers/include/OWNERS +0 -23
- package/src-native/pods/Headers/include/cppgc/DEPS +0 -8
- package/src-native/pods/Headers/include/cppgc/OWNERS +0 -2
- package/src-native/pods/Headers/include/cppgc/README.md +0 -133
- package/src-native/pods/Headers/include/cppgc/allocation.h +0 -310
- package/src-native/pods/Headers/include/cppgc/common.h +0 -29
- package/src-native/pods/Headers/include/cppgc/cross-thread-persistent.h +0 -465
- package/src-native/pods/Headers/include/cppgc/custom-space.h +0 -97
- package/src-native/pods/Headers/include/cppgc/default-platform.h +0 -67
- package/src-native/pods/Headers/include/cppgc/ephemeron-pair.h +0 -30
- package/src-native/pods/Headers/include/cppgc/explicit-management.h +0 -100
- package/src-native/pods/Headers/include/cppgc/garbage-collected.h +0 -106
- package/src-native/pods/Headers/include/cppgc/heap-consistency.h +0 -266
- package/src-native/pods/Headers/include/cppgc/heap-state.h +0 -82
- package/src-native/pods/Headers/include/cppgc/heap-statistics.h +0 -120
- package/src-native/pods/Headers/include/cppgc/heap.h +0 -206
- package/src-native/pods/Headers/include/cppgc/internal/api-constants.h +0 -55
- package/src-native/pods/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -48
- package/src-native/pods/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -79
- package/src-native/pods/Headers/include/cppgc/internal/compiler-specific.h +0 -38
- package/src-native/pods/Headers/include/cppgc/internal/finalizer-trait.h +0 -93
- package/src-native/pods/Headers/include/cppgc/internal/gc-info.h +0 -156
- package/src-native/pods/Headers/include/cppgc/internal/logging.h +0 -50
- package/src-native/pods/Headers/include/cppgc/internal/name-trait.h +0 -122
- package/src-native/pods/Headers/include/cppgc/internal/persistent-node.h +0 -216
- package/src-native/pods/Headers/include/cppgc/internal/pointer-policies.h +0 -186
- package/src-native/pods/Headers/include/cppgc/internal/write-barrier.h +0 -435
- package/src-native/pods/Headers/include/cppgc/liveness-broker.h +0 -77
- package/src-native/pods/Headers/include/cppgc/macros.h +0 -26
- package/src-native/pods/Headers/include/cppgc/member.h +0 -291
- package/src-native/pods/Headers/include/cppgc/name-provider.h +0 -65
- package/src-native/pods/Headers/include/cppgc/object-size-trait.h +0 -58
- package/src-native/pods/Headers/include/cppgc/persistent.h +0 -370
- package/src-native/pods/Headers/include/cppgc/platform.h +0 -156
- package/src-native/pods/Headers/include/cppgc/prefinalizer.h +0 -75
- package/src-native/pods/Headers/include/cppgc/process-heap-statistics.h +0 -36
- package/src-native/pods/Headers/include/cppgc/sentinel-pointer.h +0 -32
- package/src-native/pods/Headers/include/cppgc/source-location.h +0 -92
- package/src-native/pods/Headers/include/cppgc/testing.h +0 -106
- package/src-native/pods/Headers/include/cppgc/trace-trait.h +0 -116
- package/src-native/pods/Headers/include/cppgc/type-traits.h +0 -240
- package/src-native/pods/Headers/include/cppgc/visitor.h +0 -379
- package/src-native/pods/Headers/include/js_protocol-1.2.json +0 -936
- package/src-native/pods/Headers/include/js_protocol-1.3.json +0 -1112
- package/src-native/pods/Headers/include/js_protocol.pdl +0 -1709
- package/src-native/pods/Headers/include/libffi/arm64/ffi.h +0 -524
- package/src-native/pods/Headers/include/libffi/arm64/ffitarget.h +0 -92
- package/src-native/pods/Headers/include/libffi/x86_64/ffi.h +0 -524
- package/src-native/pods/Headers/include/libffi/x86_64/ffitarget.h +0 -147
- package/src-native/pods/Headers/include/libffi.h +0 -12
- package/src-native/pods/Headers/include/libplatform/DEPS +0 -9
- package/src-native/pods/Headers/include/libplatform/libplatform-export.h +0 -29
- package/src-native/pods/Headers/include/libplatform/libplatform.h +0 -106
- package/src-native/pods/Headers/include/libplatform/v8-tracing.h +0 -333
- package/src-native/pods/Headers/include/v8-array-buffer.h +0 -433
- package/src-native/pods/Headers/include/v8-callbacks.h +0 -397
- package/src-native/pods/Headers/include/v8-container.h +0 -129
- package/src-native/pods/Headers/include/v8-context.h +0 -407
- package/src-native/pods/Headers/include/v8-cppgc.h +0 -215
- package/src-native/pods/Headers/include/v8-data.h +0 -80
- package/src-native/pods/Headers/include/v8-date.h +0 -43
- package/src-native/pods/Headers/include/v8-debug.h +0 -168
- package/src-native/pods/Headers/include/v8-embedder-heap.h +0 -218
- package/src-native/pods/Headers/include/v8-embedder-state-scope.h +0 -51
- package/src-native/pods/Headers/include/v8-exception.h +0 -217
- package/src-native/pods/Headers/include/v8-extension.h +0 -62
- package/src-native/pods/Headers/include/v8-external.h +0 -37
- package/src-native/pods/Headers/include/v8-fast-api-calls.h +0 -939
- package/src-native/pods/Headers/include/v8-forward.h +0 -81
- package/src-native/pods/Headers/include/v8-function-callback.h +0 -475
- package/src-native/pods/Headers/include/v8-function.h +0 -125
- package/src-native/pods/Headers/include/v8-initialization.h +0 -315
- package/src-native/pods/Headers/include/v8-inspector-protocol.h +0 -13
- package/src-native/pods/Headers/include/v8-inspector.h +0 -376
- package/src-native/pods/Headers/include/v8-internal.h +0 -661
- package/src-native/pods/Headers/include/v8-isolate.h +0 -1709
- package/src-native/pods/Headers/include/v8-json.h +0 -47
- package/src-native/pods/Headers/include/v8-local-handle.h +0 -455
- package/src-native/pods/Headers/include/v8-locker.h +0 -149
- package/src-native/pods/Headers/include/v8-maybe.h +0 -137
- package/src-native/pods/Headers/include/v8-memory-span.h +0 -43
- package/src-native/pods/Headers/include/v8-message.h +0 -216
- package/src-native/pods/Headers/include/v8-metrics.h +0 -255
- package/src-native/pods/Headers/include/v8-microtask-queue.h +0 -152
- package/src-native/pods/Headers/include/v8-microtask.h +0 -28
- package/src-native/pods/Headers/include/v8-object.h +0 -775
- package/src-native/pods/Headers/include/v8-persistent-handle.h +0 -590
- package/src-native/pods/Headers/include/v8-platform.h +0 -1092
- package/src-native/pods/Headers/include/v8-primitive-object.h +0 -118
- package/src-native/pods/Headers/include/v8-primitive.h +0 -866
- package/src-native/pods/Headers/include/v8-profiler.h +0 -1198
- package/src-native/pods/Headers/include/v8-promise.h +0 -174
- package/src-native/pods/Headers/include/v8-proxy.h +0 -50
- package/src-native/pods/Headers/include/v8-regexp.h +0 -105
- package/src-native/pods/Headers/include/v8-script.h +0 -748
- package/src-native/pods/Headers/include/v8-snapshot.h +0 -196
- package/src-native/pods/Headers/include/v8-statistics.h +0 -217
- package/src-native/pods/Headers/include/v8-template.h +0 -1079
- package/src-native/pods/Headers/include/v8-traced-handle.h +0 -420
- package/src-native/pods/Headers/include/v8-typed-array.h +0 -282
- package/src-native/pods/Headers/include/v8-unwinder-state.h +0 -31
- package/src-native/pods/Headers/include/v8-unwinder.h +0 -132
- package/src-native/pods/Headers/include/v8-util.h +0 -658
- package/src-native/pods/Headers/include/v8-value-serializer-version.h +0 -24
- package/src-native/pods/Headers/include/v8-value-serializer.h +0 -279
- package/src-native/pods/Headers/include/v8-value.h +0 -526
- package/src-native/pods/Headers/include/v8-version-string.h +0 -38
- package/src-native/pods/Headers/include/v8-version.h +0 -20
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-posix.h +0 -31
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-win.h +0 -28
- package/src-native/pods/Headers/include/v8-wasm.h +0 -257
- package/src-native/pods/Headers/include/v8-weak-callback-info.h +0 -86
- package/src-native/pods/Headers/include/v8.h +0 -88
- package/src-native/pods/Headers/include/v8config.h +0 -605
- package/src-native/pods/Headers/inspector/InspectorServer.h +0 -20
- package/src-native/pods/Headers/inspector/JsV8InspectorClient.h +0 -66
- package/src-native/pods/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -1123
- package/src-native/pods/Headers/inspector/base64.h +0 -9
- package/src-native/pods/Headers/inspector/src/base/address-region.h +0 -95
- package/src-native/pods/Headers/inspector/src/base/atomic-utils.h +0 -219
- package/src-native/pods/Headers/inspector/src/base/atomicops.h +0 -332
- package/src-native/pods/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -89
- package/src-native/pods/Headers/inspector/src/base/base-export.h +0 -31
- package/src-native/pods/Headers/inspector/src/base/bits.h +0 -343
- package/src-native/pods/Headers/inspector/src/base/build_config.h +0 -234
- package/src-native/pods/Headers/inspector/src/base/compiler-specific.h +0 -136
- package/src-native/pods/Headers/inspector/src/base/export-template.h +0 -163
- package/src-native/pods/Headers/inspector/src/base/flags.h +0 -130
- package/src-native/pods/Headers/inspector/src/base/immediate-crash.h +0 -162
- package/src-native/pods/Headers/inspector/src/base/lazy-instance.h +0 -258
- package/src-native/pods/Headers/inspector/src/base/logging.h +0 -417
- package/src-native/pods/Headers/inspector/src/base/macros.h +0 -423
- package/src-native/pods/Headers/inspector/src/base/memory.h +0 -89
- package/src-native/pods/Headers/inspector/src/base/once.h +0 -108
- package/src-native/pods/Headers/inspector/src/base/optional.h +0 -882
- package/src-native/pods/Headers/inspector/src/base/platform/mutex.h +0 -370
- package/src-native/pods/Headers/inspector/src/base/platform/platform.h +0 -476
- package/src-native/pods/Headers/inspector/src/base/platform/semaphore.h +0 -108
- package/src-native/pods/Headers/inspector/src/base/platform/v8-time.h +0 -513
- package/src-native/pods/Headers/inspector/src/base/platform/wrappers.h +0 -73
- package/src-native/pods/Headers/inspector/src/base/safe_conversions.h +0 -389
- package/src-native/pods/Headers/inspector/src/base/safe_conversions_impl.h +0 -822
- package/src-native/pods/Headers/inspector/src/base/template-utils.h +0 -113
- package/src-native/pods/Headers/inspector/src/base/v8-fallthrough.h +0 -21
- package/src-native/pods/Headers/inspector/src/common/checks.h +0 -38
- package/src-native/pods/Headers/inspector/src/common/globals.h +0 -1842
- package/src-native/pods/Headers/inspector/src/debug/debug-interface.h +0 -667
- package/src-native/pods/Headers/inspector/src/debug/interface-types.h +0 -175
- package/src-native/pods/Headers/inspector/src/init/v8.h +0 -52
- package/src-native/pods/Headers/inspector/src/inspector/custom-preview.h +0 -24
- package/src-native/pods/Headers/inspector/src/inspector/injected-script.h +0 -251
- package/src-native/pods/Headers/inspector/src/inspector/inspected-context.h +0 -79
- package/src-native/pods/Headers/inspector/src/inspector/protocol/CSS.h +0 -2148
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Console.h +0 -211
- package/src-native/pods/Headers/inspector/src/inspector/protocol/DOM.h +0 -1008
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Debugger.h +0 -892
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Forward.h +0 -75
- package/src-native/pods/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -346
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Log.h +0 -342
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Network.h +0 -2528
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Overlay.h +0 -281
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Page.h +0 -1189
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Profiler.h +0 -1001
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Protocol.h +0 -617
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Runtime.h +0 -1696
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Schema.h +0 -146
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Security.h +0 -793
- package/src-native/pods/Headers/inspector/src/inspector/remote-object-id.h +0 -54
- package/src-native/pods/Headers/inspector/src/inspector/search-util.h +0 -26
- package/src-native/pods/Headers/inspector/src/inspector/string-16.h +0 -180
- package/src-native/pods/Headers/inspector/src/inspector/string-util.h +0 -128
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -48
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-message.h +0 -147
- package/src-native/pods/Headers/inspector/src/inspector/v8-console.h +0 -173
- package/src-native/pods/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -62
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -248
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-id.h +0 -44
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-script.h +0 -123
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger.h +0 -257
- package/src-native/pods/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -91
- package/src-native/pods/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -80
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -191
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -156
- package/src-native/pods/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -34
- package/src-native/pods/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -71
- package/src-native/pods/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -24
- package/src-native/pods/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -70
- package/src-native/pods/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -88
- package/src-native/pods/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -104
- package/src-native/pods/Headers/inspector/src/inspector/v8-regex.h +0 -38
- package/src-native/pods/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -157
- package/src-native/pods/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -38
- package/src-native/pods/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -164
- package/src-native/pods/Headers/inspector/src/inspector/v8-string-conversions.h +0 -17
- package/src-native/pods/Headers/inspector/src/inspector/v8-value-utils.h +0 -23
- package/src-native/pods/Headers/inspector/src/inspector/value-mirror.h +0 -87
- package/src-native/pods/Headers/inspector/src/libplatform/default-platform.h +0 -92
- package/src-native/pods/Headers/inspector/src/logging/tracing-flags.h +0 -50
- package/src-native/pods/Headers/inspector/src/numbers/conversions.h +0 -183
- package/src-native/pods/Headers/inspector/src/tracing/trace-event.h +0 -664
- package/src-native/pods/Headers/inspector/src/utils/allocation.h +0 -367
- package/src-native/pods/Headers/inspector/src/utils/vector.h +0 -324
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -305
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -314
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -62
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -6
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -58
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -47
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -80
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -52
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -26
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -104
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -39
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -406
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -32
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -158
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -99
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -139
- package/src-native/pods/Headers/inspector/utils.h +0 -32
- package/src-native/pods/Headers/inspector/v8-inspector-platform.h +0 -44
- package/src-native/pods/Headers/jsi/decorator.h +0 -762
- package/src-native/pods/Headers/jsi/instrumentation.h +0 -117
- package/src-native/pods/Headers/jsi/jsi-inl.h +0 -322
- package/src-native/pods/Headers/jsi/jsi.h +0 -1387
- package/src-native/pods/Headers/jsi/jsilib.h +0 -59
- package/src-native/pods/Headers/jsi/threadsafe.h +0 -79
- package/src-native/pods/Headers/runtime/ArgConverter.h +0 -61
- package/src-native/pods/Headers/runtime/ArrayAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/Caches.h +0 -98
- package/src-native/pods/Headers/runtime/ClassBuilder.h +0 -61
- package/src-native/pods/Headers/runtime/Common.h +0 -9
- package/src-native/pods/Headers/runtime/ConcurrentMap.h +0 -55
- package/src-native/pods/Headers/runtime/ConcurrentQueue.h +0 -28
- package/src-native/pods/Headers/runtime/Console.h +0 -27
- package/src-native/pods/Headers/runtime/Constants.h +0 -15
- package/src-native/pods/Headers/runtime/DataWrapper.h +0 -671
- package/src-native/pods/Headers/runtime/DictionaryAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/ExtVector.h +0 -21
- package/src-native/pods/Headers/runtime/FFICall.h +0 -105
- package/src-native/pods/Headers/runtime/FastEnumerationAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/FunctionReference.h +0 -18
- package/src-native/pods/Headers/runtime/Helpers.h +0 -84
- package/src-native/pods/Headers/runtime/InlineFunctions.h +0 -16
- package/src-native/pods/Headers/runtime/Interop.h +0 -202
- package/src-native/pods/Headers/runtime/KnownUnknownClassPair.h +0 -35
- package/src-native/pods/Headers/runtime/Metadata.h +0 -981
- package/src-native/pods/Headers/runtime/MetadataBuilder.h +0 -72
- package/src-native/pods/Headers/runtime/MetadataInlines.h +0 -157
- package/src-native/pods/Headers/runtime/ModuleInternal.h +0 -59
- package/src-native/pods/Headers/runtime/NSDataAdapter.h +0 -13
- package/src-native/pods/Headers/runtime/NativeScriptException.h +0 -27
- package/src-native/pods/Headers/runtime/ObjectManager.h +0 -31
- package/src-native/pods/Headers/runtime/OneByteStringResource.h +0 -21
- package/src-native/pods/Headers/runtime/Pointer.h +0 -26
- package/src-native/pods/Headers/runtime/PromiseProxy.h +0 -15
- package/src-native/pods/Headers/runtime/Reference.h +0 -38
- package/src-native/pods/Headers/runtime/Runtime.h +0 -67
- package/src-native/pods/Headers/runtime/RuntimeConfig.h +0 -17
- package/src-native/pods/Headers/runtime/SetTimeout.h +0 -34
- package/src-native/pods/Headers/runtime/SimpleAllocator.h +0 -23
- package/src-native/pods/Headers/runtime/StringHasher.h +0 -315
- package/src-native/pods/Headers/runtime/SymbolIterator.h +0 -18
- package/src-native/pods/Headers/runtime/SymbolLoader.h +0 -27
- package/src-native/pods/Headers/runtime/TNSDerivedClass.h +0 -8
- package/src-native/pods/Headers/runtime/TSHelpers.h +0 -15
- package/src-native/pods/Headers/runtime/Tasks.h +0 -19
- package/src-native/pods/Headers/runtime/UnmanagedType.h +0 -21
- package/src-native/pods/Headers/runtime/WeakRef.h +0 -15
- package/src-native/pods/Headers/runtime/Worker.h +0 -26
- package/src-native/pods/Headers/runtime/robin_hood.h +0 -2184
- package/src-native/pods/Headers/v8runtime/HostProxy.h +0 -71
- package/src-native/pods/Headers/v8runtime/JSIV8ValueConverter.h +0 -70
- package/src-native/pods/Headers/v8runtime/V8PointerValue.h +0 -44
- package/src-native/pods/Headers/v8runtime/V8Runtime.h +0 -215
- package/src-native/pods/Headers/v8runtime/V8RuntimeConfig.h +0 -26
- package/src-native/pods/Headers/v8runtime/V8RuntimeFactory.h +0 -21
- package/src-native/pods/NativeScript.podspec +0 -68
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios15.6 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name Mason
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios15.6 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Mason
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
|
+
import CoreImage.CIFilterBuiltins
|
|
6
|
+
import CoreGraphics
|
|
7
|
+
import CoreImage
|
|
5
8
|
import CoreText
|
|
6
9
|
import Foundation
|
|
7
10
|
@_exported import Mason
|
|
@@ -10,6 +13,111 @@ import UIKit
|
|
|
10
13
|
import _Concurrency
|
|
11
14
|
import _StringProcessing
|
|
12
15
|
import _SwiftConcurrencyShims
|
|
16
|
+
@objc(NSCFontDisplay) public enum NSCFontDisplay : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
17
|
+
case auto
|
|
18
|
+
case block
|
|
19
|
+
case fallback
|
|
20
|
+
case optional
|
|
21
|
+
case swap
|
|
22
|
+
public typealias RawValue = Swift.Int
|
|
23
|
+
public init?(rawValue: Swift.Int)
|
|
24
|
+
public var rawValue: Swift.Int {
|
|
25
|
+
get
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
@objc(NSCFontWeight) public enum NSCFontWeight : Swift.Int, Swift.RawRepresentable, Swift.Codable, Swift.CustomStringConvertible {
|
|
29
|
+
case thin
|
|
30
|
+
case extraLight
|
|
31
|
+
case light
|
|
32
|
+
case normal
|
|
33
|
+
case medium
|
|
34
|
+
case semiBold
|
|
35
|
+
case bold
|
|
36
|
+
case extraBold
|
|
37
|
+
case black
|
|
38
|
+
public var description: Swift.String {
|
|
39
|
+
get
|
|
40
|
+
}
|
|
41
|
+
public typealias RawValue = Swift.Int
|
|
42
|
+
public init?(rawValue: Swift.Int)
|
|
43
|
+
public var rawValue: Swift.Int {
|
|
44
|
+
get
|
|
45
|
+
}
|
|
46
|
+
public var uiFontWeight: UIKit.UIFont.Weight {
|
|
47
|
+
get
|
|
48
|
+
}
|
|
49
|
+
public static func from(uiFontWeight: UIKit.UIFont.Weight) -> Mason.NSCFontWeight
|
|
50
|
+
}
|
|
51
|
+
@objcMembers @objc(NSCFontDescriptors) public class NSCFontDescriptors : ObjectiveC.NSObject, Swift.Codable {
|
|
52
|
+
@objc public init(family: Swift.String)
|
|
53
|
+
@objc public func update(_ value: Swift.String)
|
|
54
|
+
@objc public func setFontWeight(_ value: Swift.String)
|
|
55
|
+
@objc public func setFontStyle(_ value: Swift.String)
|
|
56
|
+
@objc deinit
|
|
57
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
58
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
59
|
+
}
|
|
60
|
+
@objc(NSCFontFaceStatus) public enum NSCFontFaceStatus : Swift.Int, Swift.RawRepresentable {
|
|
61
|
+
case unloaded
|
|
62
|
+
case loading
|
|
63
|
+
case loaded
|
|
64
|
+
case error
|
|
65
|
+
public typealias RawValue = Swift.Int
|
|
66
|
+
public init?(rawValue: Swift.Int)
|
|
67
|
+
public var rawValue: Swift.Int {
|
|
68
|
+
get
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
@objcMembers @objc(NSCFontFace) public class NSCFontFace : ObjectiveC.NSObject {
|
|
72
|
+
@objc public var font: CoreGraphics.CGFont? {
|
|
73
|
+
get
|
|
74
|
+
}
|
|
75
|
+
@objc public var fontData: Foundation.NSData? {
|
|
76
|
+
get
|
|
77
|
+
}
|
|
78
|
+
@objc public func updateDescriptor(value: Swift.String)
|
|
79
|
+
@objc public static func loadFromStyle(style: Swift.String) -> Mason.NSCFontFace?
|
|
80
|
+
@objc public static func importFromRemote(url: Swift.String, load: Swift.Bool, callback: @escaping ([Mason.NSCFontFace]?, Swift.String?) -> Swift.Void)
|
|
81
|
+
@objc public init(family: Swift.String)
|
|
82
|
+
@objc public init(family: Swift.String, owner style: Mason.MasonStyle)
|
|
83
|
+
@objc public init(family: Swift.String, source: Swift.String)
|
|
84
|
+
@objc public init(family: Swift.String, data source: Foundation.NSData)
|
|
85
|
+
@objc public init(_ family: Swift.String, _ source: Swift.String? = nil, _ descriptors: Mason.NSCFontDescriptors? = nil)
|
|
86
|
+
@objc public init(_ family: Swift.String, data: Foundation.NSData? = nil, _ descriptors: Mason.NSCFontDescriptors? = nil)
|
|
87
|
+
@objc public var status: Mason.NSCFontFaceStatus
|
|
88
|
+
@objc public var display: Mason.NSCFontDisplay
|
|
89
|
+
@objc public func setFontDisplay(value: Swift.String)
|
|
90
|
+
@objc public var style: Swift.String {
|
|
91
|
+
@objc get
|
|
92
|
+
@objc set
|
|
93
|
+
}
|
|
94
|
+
@objc public func setFontStyle(value: Swift.String, angle: Swift.String?)
|
|
95
|
+
@objc public var weight: Mason.NSCFontWeight {
|
|
96
|
+
@objc get
|
|
97
|
+
@objc set
|
|
98
|
+
}
|
|
99
|
+
@objc public func setFontWeight(value: Swift.String)
|
|
100
|
+
@objc public var family: Swift.String {
|
|
101
|
+
@objc get
|
|
102
|
+
}
|
|
103
|
+
@objc public var ascentOverride: Swift.String {
|
|
104
|
+
@objc get
|
|
105
|
+
}
|
|
106
|
+
@objc public var descentOverride: Swift.String {
|
|
107
|
+
@objc get
|
|
108
|
+
}
|
|
109
|
+
@objc public func load(_ callback: @escaping (Swift.String?) -> Swift.Void)
|
|
110
|
+
@objc deinit
|
|
111
|
+
}
|
|
112
|
+
@objcMembers @objc(MasonDocument) public class MasonDocument : ObjectiveC.NSObject {
|
|
113
|
+
@objc final public let node: Mason.MasonNode
|
|
114
|
+
@objc final public let mason: Mason.NSCMason
|
|
115
|
+
public var documentElement: (any Mason.MasonElement)? {
|
|
116
|
+
get
|
|
117
|
+
}
|
|
118
|
+
@objc public init(mason instance: Mason.NSCMason)
|
|
119
|
+
@objc deinit
|
|
120
|
+
}
|
|
13
121
|
public struct Line<T> {
|
|
14
122
|
public init(_ start: T, _ end: T)
|
|
15
123
|
}
|
|
@@ -41,6 +149,121 @@ public struct Line<T> {
|
|
|
41
149
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
42
150
|
@objc deinit
|
|
43
151
|
}
|
|
152
|
+
final public class CSSBorderRenderer {
|
|
153
|
+
@objc @_inheritsConvenienceInitializers public class BorderLayer : QuartzCore.CALayer {
|
|
154
|
+
@objc override dynamic public func draw(in ctx: CoreGraphics.CGContext)
|
|
155
|
+
public func invalidate()
|
|
156
|
+
@objc override dynamic public func layoutSublayers()
|
|
157
|
+
@objc override dynamic public init()
|
|
158
|
+
@objc override dynamic public init(layer: Any)
|
|
159
|
+
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
160
|
+
@objc deinit
|
|
161
|
+
}
|
|
162
|
+
public enum BorderStyle : Swift.Equatable {
|
|
163
|
+
case none
|
|
164
|
+
case hidden
|
|
165
|
+
case dotted(dot: CoreFoundation.CGFloat = 1, gap: CoreFoundation.CGFloat = 3)
|
|
166
|
+
case dashed(dash: CoreFoundation.CGFloat = 6, gap: CoreFoundation.CGFloat = 6)
|
|
167
|
+
case solid
|
|
168
|
+
case double(spacing: CoreFoundation.CGFloat = 3)
|
|
169
|
+
case groove
|
|
170
|
+
case ridge
|
|
171
|
+
case inset
|
|
172
|
+
case outset
|
|
173
|
+
public init?(rawValue: Swift.Int32)
|
|
174
|
+
public var rawValue: Swift.Int32 {
|
|
175
|
+
get
|
|
176
|
+
}
|
|
177
|
+
public init?(name: Swift.String)
|
|
178
|
+
public static func == (a: Mason.CSSBorderRenderer.BorderStyle, b: Mason.CSSBorderRenderer.BorderStyle) -> Swift.Bool
|
|
179
|
+
}
|
|
180
|
+
public struct BorderSide : Swift.CustomStringConvertible {
|
|
181
|
+
public var description: Swift.String {
|
|
182
|
+
get
|
|
183
|
+
}
|
|
184
|
+
public var width: Mason.MasonLengthPercentage {
|
|
185
|
+
get
|
|
186
|
+
set
|
|
187
|
+
}
|
|
188
|
+
public func setColor(color: Swift.UInt32)
|
|
189
|
+
public var color: UIKit.UIColor {
|
|
190
|
+
get
|
|
191
|
+
set
|
|
192
|
+
}
|
|
193
|
+
public var style: Mason.CSSBorderRenderer.BorderStyle {
|
|
194
|
+
get
|
|
195
|
+
set
|
|
196
|
+
}
|
|
197
|
+
public init(style: Mason.MasonStyle, side sideType: Mason.CSSBorderRenderer.Side)
|
|
198
|
+
}
|
|
199
|
+
public struct CornerRadius : Swift.Equatable {
|
|
200
|
+
public var horizontal: Mason.MasonLengthPercentage
|
|
201
|
+
public var vertical: Mason.MasonLengthPercentage
|
|
202
|
+
public var exponent: CoreFoundation.CGFloat
|
|
203
|
+
public static var zero: Mason.CSSBorderRenderer.CornerRadius {
|
|
204
|
+
get
|
|
205
|
+
}
|
|
206
|
+
public static func == (a: Mason.CSSBorderRenderer.CornerRadius, b: Mason.CSSBorderRenderer.CornerRadius) -> Swift.Bool
|
|
207
|
+
}
|
|
208
|
+
public struct BorderRadius {
|
|
209
|
+
public var topLeft: Mason.CSSBorderRenderer.CornerRadius
|
|
210
|
+
public var topRight: Mason.CSSBorderRenderer.CornerRadius
|
|
211
|
+
public var bottomRight: Mason.CSSBorderRenderer.CornerRadius
|
|
212
|
+
public var bottomLeft: Mason.CSSBorderRenderer.CornerRadius
|
|
213
|
+
public static var zero: Mason.CSSBorderRenderer.BorderRadius {
|
|
214
|
+
get
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
final public var top: Mason.CSSBorderRenderer.BorderSide
|
|
218
|
+
final public var right: Mason.CSSBorderRenderer.BorderSide
|
|
219
|
+
final public var bottom: Mason.CSSBorderRenderer.BorderSide
|
|
220
|
+
final public var left: Mason.CSSBorderRenderer.BorderSide
|
|
221
|
+
final public var radius: Mason.CSSBorderRenderer.BorderRadius
|
|
222
|
+
public init(style: Mason.MasonStyle)
|
|
223
|
+
final public func draw(in ctx: CoreGraphics.CGContext, rect: CoreFoundation.CGRect)
|
|
224
|
+
public enum Side {
|
|
225
|
+
case top, right, bottom, left
|
|
226
|
+
public static func == (a: Mason.CSSBorderRenderer.Side, b: Mason.CSSBorderRenderer.Side) -> Swift.Bool
|
|
227
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
228
|
+
public var hashValue: Swift.Int {
|
|
229
|
+
get
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
@objc deinit
|
|
233
|
+
}
|
|
234
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(MasonButton) @_Concurrency.MainActor @preconcurrency public class Button : UIKit.UIControl, Mason.MasonElement, Mason.MasonElementObjc, Mason.TextContainer {
|
|
235
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
236
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
237
|
+
@_Concurrency.MainActor @preconcurrency @objc public var engine: Mason.TextEngine {
|
|
238
|
+
@objc get
|
|
239
|
+
@objc set
|
|
240
|
+
}
|
|
241
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
242
|
+
@objc get
|
|
243
|
+
}
|
|
244
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
245
|
+
@objc get
|
|
246
|
+
}
|
|
247
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textContent: Swift.String {
|
|
248
|
+
@objc get
|
|
249
|
+
@objc set
|
|
250
|
+
}
|
|
251
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
252
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
253
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
254
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
|
|
255
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textValues: Foundation.NSMutableData {
|
|
256
|
+
@objc get
|
|
257
|
+
}
|
|
258
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
259
|
+
@objc deinit
|
|
260
|
+
}
|
|
261
|
+
extension Mason.Button {
|
|
262
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesBegan(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
263
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesMoved(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
264
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesEnded(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
265
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func touchesCancelled(_ touches: Swift.Set<UIKit.UITouch>, with event: UIKit.UIEvent?)
|
|
266
|
+
}
|
|
44
267
|
@_inheritsConvenienceInitializers @objc(NSCMason) @objcMembers public class NSCMason : ObjectiveC.NSObject {
|
|
45
268
|
@objc public var nativePtr: Swift.OpaquePointer? {
|
|
46
269
|
get
|
|
@@ -48,19 +271,212 @@ public struct Line<T> {
|
|
|
48
271
|
@objc public static var shared: Mason.NSCMason
|
|
49
272
|
@objc override dynamic public init()
|
|
50
273
|
@objc deinit
|
|
274
|
+
@objc public func setDeviceScale(_ value: Swift.Float)
|
|
51
275
|
@objc public func nodeForView(_ view: UIKit.UIView, _ isLeaf: Swift.Bool = true) -> Mason.MasonNode
|
|
276
|
+
@objc public func configureStyleForView(_ view: UIKit.UIView, _ block: (Mason.MasonStyle) -> Swift.Void)
|
|
277
|
+
@objc public func styleForView(_ view: UIKit.UIView) -> Mason.MasonStyle
|
|
278
|
+
@objc @discardableResult
|
|
279
|
+
public func layoutForView(_ view: UIKit.UIView) -> Mason.MasonLayout
|
|
52
280
|
@objc public func clear()
|
|
281
|
+
@objc public func createDocument() -> Mason.MasonDocument
|
|
53
282
|
@objc public func createView() -> Mason.MasonUIView
|
|
54
283
|
@objc public func createTextView() -> Mason.MasonText
|
|
284
|
+
@objc public func createTextNode(_ data: Swift.String) -> Mason.MasonTextNode
|
|
285
|
+
@objc public func createTextView(type: Mason.MasonTextType) -> Mason.MasonText
|
|
286
|
+
@objc public func createImageView() -> Mason.Img
|
|
287
|
+
@objc public func createScrollView() -> Mason.Scroll
|
|
288
|
+
@objc public func createButton() -> Mason.Button
|
|
55
289
|
@objc public func createNode() -> Mason.MasonNode
|
|
56
290
|
public func createNode(measure: @escaping Mason.MasonNode.MeasureFunc) -> Mason.MasonNode
|
|
57
291
|
@objc public func printTree(_ node: Mason.MasonNode)
|
|
58
292
|
@objc public func createTextNode() -> Mason.MasonNode
|
|
293
|
+
@objc public func createImageNode() -> Mason.MasonNode
|
|
59
294
|
}
|
|
60
295
|
@_inheritsConvenienceInitializers @objcMembers @objc(MeasureOutput) public class MeasureOutput : ObjectiveC.NSObject {
|
|
61
296
|
@objc override dynamic public init()
|
|
62
297
|
@objc deinit
|
|
63
298
|
}
|
|
299
|
+
@objc(MasonTextContainer) public protocol TextContainer : ObjectiveC.NSObjectProtocol {
|
|
300
|
+
@objc var engine: Mason.TextEngine { get }
|
|
301
|
+
@objc var node: Mason.MasonNode { get }
|
|
302
|
+
}
|
|
303
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextEngine) public class TextEngine : ObjectiveC.NSObject {
|
|
304
|
+
public var textContent: Swift.String {
|
|
305
|
+
get
|
|
306
|
+
set
|
|
307
|
+
}
|
|
308
|
+
@objc deinit
|
|
309
|
+
}
|
|
310
|
+
@objc(MasonTextType) public enum MasonTextType : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
311
|
+
case None
|
|
312
|
+
case P
|
|
313
|
+
case Span
|
|
314
|
+
case Code
|
|
315
|
+
case H1
|
|
316
|
+
case H2
|
|
317
|
+
case H3
|
|
318
|
+
case H4
|
|
319
|
+
case H5
|
|
320
|
+
case H6
|
|
321
|
+
case Li
|
|
322
|
+
case Blockquote
|
|
323
|
+
case B
|
|
324
|
+
case Pre
|
|
325
|
+
public typealias RawValue = Swift.Int32
|
|
326
|
+
public var rawValue: Mason.MasonTextType.RawValue {
|
|
327
|
+
get
|
|
328
|
+
}
|
|
329
|
+
public init?(rawValue: Mason.MasonTextType.RawValue)
|
|
330
|
+
public var description: Swift.String {
|
|
331
|
+
get
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
public enum InlineSegmentPayload {
|
|
335
|
+
case text(width: Swift.Float, ascent: Swift.Float, descent: Swift.Float)
|
|
336
|
+
case inline(id: Swift.OpaquePointer, width: Swift.Float, height: Swift.Float, baseline: Swift.Float)
|
|
337
|
+
}
|
|
338
|
+
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonTextLayer : QuartzCore.CALayer {
|
|
339
|
+
@objc override dynamic public init()
|
|
340
|
+
@objc override dynamic public init(layer: Any)
|
|
341
|
+
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
342
|
+
@objc deinit
|
|
343
|
+
}
|
|
344
|
+
@_hasMissingDesignatedInitializers @objc(MasonText) @objcMembers @_Concurrency.MainActor @preconcurrency public class MasonText : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc, Mason.TextContainer {
|
|
345
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
346
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let type: Mason.MasonTextType
|
|
347
|
+
@_Concurrency.MainActor @preconcurrency @objc public var engine: Mason.TextEngine {
|
|
348
|
+
@objc get
|
|
349
|
+
@objc set
|
|
350
|
+
}
|
|
351
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
352
|
+
@objc get
|
|
353
|
+
}
|
|
354
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textValues: Foundation.NSMutableData {
|
|
355
|
+
@objc get
|
|
356
|
+
}
|
|
357
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
358
|
+
@objc get
|
|
359
|
+
}
|
|
360
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
361
|
+
@objc get
|
|
362
|
+
}
|
|
363
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason, type textType: Mason.MasonTextType)
|
|
364
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason)
|
|
365
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func setNeedsDisplay()
|
|
366
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
367
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
368
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
369
|
+
@_Concurrency.MainActor @preconcurrency public var textOverflow: Mason.TextOverflow {
|
|
370
|
+
get
|
|
371
|
+
set
|
|
372
|
+
}
|
|
373
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textOverflowCompat: Mason.TextOverflowCompat {
|
|
374
|
+
@objc get
|
|
375
|
+
@objc set
|
|
376
|
+
}
|
|
377
|
+
@objc @_Concurrency.MainActor @preconcurrency public var color: Swift.UInt32 {
|
|
378
|
+
@objc get
|
|
379
|
+
@objc set
|
|
380
|
+
}
|
|
381
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setColor(ui color: UIKit.UIColor)
|
|
382
|
+
@objc @_Concurrency.MainActor @preconcurrency public var backgroundColorValue: Swift.UInt32 {
|
|
383
|
+
@objc get
|
|
384
|
+
@objc set
|
|
385
|
+
}
|
|
386
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBackgroundColor(ui color: UIKit.UIColor)
|
|
387
|
+
@objc @_Concurrency.MainActor @preconcurrency public var decorationColor: Swift.UInt32 {
|
|
388
|
+
@objc get
|
|
389
|
+
@objc set
|
|
390
|
+
}
|
|
391
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setDecorationColor(ui color: UIKit.UIColor)
|
|
392
|
+
@objc @_Concurrency.MainActor @preconcurrency public var decorationLine: Mason.DecorationLine {
|
|
393
|
+
@objc get
|
|
394
|
+
@objc set
|
|
395
|
+
}
|
|
396
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontSize: Swift.Int32 {
|
|
397
|
+
@objc get
|
|
398
|
+
@objc set
|
|
399
|
+
}
|
|
400
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontStyle: Mason.FontStyle {
|
|
401
|
+
@objc get
|
|
402
|
+
@objc set
|
|
403
|
+
}
|
|
404
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setFontStyle(_ style: Mason.FontStyle, slant: Swift.Int32)
|
|
405
|
+
@objc @_Concurrency.MainActor @preconcurrency public var fontWeight: Swift.String {
|
|
406
|
+
@objc get
|
|
407
|
+
@objc set
|
|
408
|
+
}
|
|
409
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textTransform: Mason.TextTransform {
|
|
410
|
+
@objc get
|
|
411
|
+
@objc set
|
|
412
|
+
}
|
|
413
|
+
@objc @_Concurrency.MainActor @preconcurrency public var whiteSpace: Mason.WhiteSpace {
|
|
414
|
+
@objc get
|
|
415
|
+
@objc set
|
|
416
|
+
}
|
|
417
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textWrap: Mason.TextWrap {
|
|
418
|
+
@objc get
|
|
419
|
+
@objc set
|
|
420
|
+
}
|
|
421
|
+
@objc @_Concurrency.MainActor @preconcurrency public var lineHeight: Swift.Float {
|
|
422
|
+
@objc get
|
|
423
|
+
@objc set
|
|
424
|
+
}
|
|
425
|
+
@objc @_Concurrency.MainActor @preconcurrency public var textContent: Swift.String {
|
|
426
|
+
@objc get
|
|
427
|
+
@objc set
|
|
428
|
+
}
|
|
429
|
+
@objc deinit
|
|
430
|
+
}
|
|
431
|
+
extension Mason.MasonText {
|
|
432
|
+
@objc @discardableResult
|
|
433
|
+
@_Concurrency.MainActor @preconcurrency dynamic public func removeChild(_ child: Mason.MasonNode) -> Mason.MasonNode?
|
|
434
|
+
}
|
|
435
|
+
extension Mason.MasonText {
|
|
436
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func addChild(_ child: Mason.MasonNode)
|
|
437
|
+
}
|
|
438
|
+
@objc public protocol MasonCharacterData {
|
|
439
|
+
@objc var data: Swift.String { get set }
|
|
440
|
+
@objc var length: Swift.Int { get }
|
|
441
|
+
@objc @discardableResult
|
|
442
|
+
func appendData(_ s: Swift.String) -> Self
|
|
443
|
+
@objc @discardableResult
|
|
444
|
+
func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
445
|
+
@objc @discardableResult
|
|
446
|
+
func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
447
|
+
@objc @discardableResult
|
|
448
|
+
func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
449
|
+
@objc func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
450
|
+
@objc @discardableResult
|
|
451
|
+
func deleteData(range: Foundation.NSRange) -> Self
|
|
452
|
+
@objc @discardableResult
|
|
453
|
+
func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
454
|
+
}
|
|
455
|
+
@_hasMissingDesignatedInitializers @objc(MasonTextNode) @objcMembers public class MasonTextNode : Mason.MasonNode, Mason.MasonCharacterData {
|
|
456
|
+
@objc public var data: Swift.String
|
|
457
|
+
@objc public init(mason doc: Mason.NSCMason, data text: Swift.String, attributes attrs: [Foundation.NSAttributedString.Key : Any]? = nil)
|
|
458
|
+
@objc override dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
459
|
+
@objc public var length: Swift.Int {
|
|
460
|
+
@objc get
|
|
461
|
+
}
|
|
462
|
+
@objc public func substringData(offset: Swift.Int, count: Swift.Int) -> Swift.String
|
|
463
|
+
@discardableResult
|
|
464
|
+
@objc public func appendData(_ s: Swift.String) -> Self
|
|
465
|
+
@discardableResult
|
|
466
|
+
@objc public func insertData(_ s: Swift.String, at offset: Swift.Int) -> Self
|
|
467
|
+
@discardableResult
|
|
468
|
+
@objc public func deleteData(offset: Swift.Int, count: Swift.Int) -> Self
|
|
469
|
+
@discardableResult
|
|
470
|
+
@objc public func replaceData(offset: Swift.Int, count: Swift.Int, with s: Swift.String) -> Self
|
|
471
|
+
@discardableResult
|
|
472
|
+
@objc public func deleteData(range: Foundation.NSRange) -> Self
|
|
473
|
+
@discardableResult
|
|
474
|
+
@objc public func replaceData(range: Foundation.NSRange, with s: Swift.String) -> Self
|
|
475
|
+
@objc deinit
|
|
476
|
+
}
|
|
477
|
+
extension Mason.MasonTextNode {
|
|
478
|
+
@objc dynamic public func attributed() -> Foundation.NSAttributedString
|
|
479
|
+
}
|
|
64
480
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MaxSizing) public class MaxSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
65
481
|
@objc public var value: Swift.Float {
|
|
66
482
|
get
|
|
@@ -108,6 +524,8 @@ public struct Line<T> {
|
|
|
108
524
|
required public init(from decoder: any Swift.Decoder) throws
|
|
109
525
|
}
|
|
110
526
|
public struct MasonSize<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
527
|
+
public var width: T
|
|
528
|
+
public var height: T
|
|
111
529
|
public init(_ width: T, _ height: T)
|
|
112
530
|
public init(uniform: T)
|
|
113
531
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -121,53 +539,154 @@ public let MasonLengthPercentageSizeMaxPercentWH: Mason.MasonSize<Mason.MasonLen
|
|
|
121
539
|
public let MasonDimensionSizeZero: Mason.MasonSize<Mason.MasonDimension>
|
|
122
540
|
public let MasonLengthPercentageAutoSizeZero: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
123
541
|
public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPercentage>
|
|
542
|
+
@objc(MasonNodeType) public enum MasonNodeType : Swift.Int32, Swift.RawRepresentable {
|
|
543
|
+
case element
|
|
544
|
+
case text
|
|
545
|
+
case document
|
|
546
|
+
public typealias RawValue = Swift.Int32
|
|
547
|
+
public var rawValue: Swift.Int32 {
|
|
548
|
+
get
|
|
549
|
+
}
|
|
550
|
+
public init?(rawValue: Swift.Int32)
|
|
551
|
+
}
|
|
124
552
|
@_hasMissingDesignatedInitializers @objc(MasonNode) @objcMembers public class MasonNode : ObjectiveC.NSObject {
|
|
125
|
-
@objc public var
|
|
553
|
+
@objc public var mason: Mason.NSCMason {
|
|
126
554
|
get
|
|
127
555
|
}
|
|
128
|
-
@objc public var
|
|
556
|
+
@objc public var onNodeAttached: (() -> Swift.Void)?
|
|
557
|
+
@objc public var onNodeDetached: (() -> Swift.Void)?
|
|
558
|
+
@objc public var nativePtr: Swift.OpaquePointer? {
|
|
129
559
|
get
|
|
130
560
|
}
|
|
131
|
-
public var
|
|
561
|
+
@objc public var computedLayout: Mason.MasonLayout {
|
|
132
562
|
get
|
|
133
563
|
}
|
|
134
|
-
public var
|
|
564
|
+
@objc public var document: Mason.MasonDocument? {
|
|
135
565
|
get
|
|
136
566
|
}
|
|
137
567
|
public typealias MeasureFunc = (CoreFoundation.CGSize?, CoreFoundation.CGSize) -> CoreFoundation.CGSize
|
|
138
|
-
@objc public
|
|
139
|
-
@objc public var
|
|
568
|
+
@objc public func getRootNode() -> Mason.MasonNode
|
|
569
|
+
@objc public var parent: Mason.MasonNode? {
|
|
570
|
+
@objc get
|
|
571
|
+
}
|
|
572
|
+
@objc public var parentNode: Mason.MasonNode? {
|
|
140
573
|
@objc get
|
|
141
|
-
@objc set
|
|
142
574
|
}
|
|
143
|
-
|
|
575
|
+
public var parentElement: (any Mason.MasonElement)? {
|
|
144
576
|
get
|
|
145
577
|
}
|
|
146
|
-
@objc public var
|
|
578
|
+
@objc public var type: Mason.MasonNodeType {
|
|
147
579
|
get
|
|
148
580
|
}
|
|
581
|
+
@objc public func getChildren() -> [Mason.MasonNode]
|
|
582
|
+
@objc public func getLayoutChildren() -> [Mason.MasonNode]
|
|
583
|
+
@objc public var inBatch: Swift.Bool {
|
|
584
|
+
@objc get
|
|
585
|
+
@objc set
|
|
586
|
+
}
|
|
149
587
|
@objc public init(mason doc: Mason.NSCMason, children nodes: [Mason.MasonNode])
|
|
150
588
|
@objc deinit
|
|
151
|
-
@objc @discardableResult
|
|
152
|
-
public func layout() -> Mason.MasonLayout
|
|
153
589
|
@objc public var isDirty: Swift.Bool {
|
|
154
590
|
@objc get
|
|
155
591
|
}
|
|
156
592
|
@objc public func markDirty()
|
|
157
|
-
@objc public func getRoot() ->
|
|
158
|
-
@objc public func
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
@objc public func
|
|
162
|
-
@objc public func
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
@objc
|
|
166
|
-
@objc
|
|
167
|
-
@objc
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
593
|
+
@objc public func getRoot() -> UIKit.UIView?
|
|
594
|
+
@objc public func getDefaultAttributes() -> [Foundation.NSAttributedString.Key : Any]
|
|
595
|
+
}
|
|
596
|
+
extension Mason.MasonNode {
|
|
597
|
+
@objc dynamic public func setChildren(value: [Mason.MasonNode])
|
|
598
|
+
@objc dynamic public func appendChild(_ child: Mason.MasonNode)
|
|
599
|
+
}
|
|
600
|
+
@objc public protocol MasonElementObjc : ObjectiveC.NSObjectProtocol {
|
|
601
|
+
@objc var style: Mason.MasonStyle { get }
|
|
602
|
+
@objc var node: Mason.MasonNode { get }
|
|
603
|
+
@objc var uiView: UIKit.UIView { get }
|
|
604
|
+
}
|
|
605
|
+
public protocol MasonElement : ObjectiveC.NSObjectProtocol {
|
|
606
|
+
var style: Mason.MasonStyle { get }
|
|
607
|
+
var node: Mason.MasonNode { get }
|
|
608
|
+
var uiView: UIKit.UIView { get }
|
|
609
|
+
func markNodeDirty()
|
|
610
|
+
func isNodeDirty() -> Swift.Bool
|
|
611
|
+
func configure(_ block: (Mason.MasonStyle) -> Swift.Void)
|
|
612
|
+
@discardableResult
|
|
613
|
+
func layout() -> Mason.MasonLayout
|
|
614
|
+
func compute()
|
|
615
|
+
func compute(_ width: Swift.Float, _ height: Swift.Float)
|
|
616
|
+
func computeMaxContent()
|
|
617
|
+
func computeMinContent()
|
|
618
|
+
func computeWithSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
619
|
+
func computeWithViewSize()
|
|
620
|
+
func computeWithViewSize(layout: Swift.Bool)
|
|
621
|
+
func computeWithMaxContent()
|
|
622
|
+
func computeWithMinContent()
|
|
623
|
+
func attachAndApply()
|
|
624
|
+
func requestLayout()
|
|
625
|
+
func append(_ element: any Mason.MasonElement)
|
|
626
|
+
func append(text: Swift.String)
|
|
627
|
+
func append(node: Mason.MasonNode)
|
|
628
|
+
func append(texts: [Swift.String])
|
|
629
|
+
func append(elements: [any Mason.MasonElement])
|
|
630
|
+
func append(nodes: [Mason.MasonNode])
|
|
631
|
+
func prepend(_ element: any Mason.MasonElement)
|
|
632
|
+
func prepend(string: Swift.String)
|
|
633
|
+
func prepend(node: Mason.MasonNode)
|
|
634
|
+
func prepend(strings: [Swift.String])
|
|
635
|
+
func prepend(elements: [any Mason.MasonElement])
|
|
636
|
+
func prepend(nodes: [Mason.MasonNode])
|
|
637
|
+
func addChildAt(text: Swift.String, _ index: Swift.Int)
|
|
638
|
+
func addChildAt(element: any Mason.MasonElement, _ index: Swift.Int)
|
|
639
|
+
func addChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
640
|
+
func replaceChildAt(text: Swift.String, _ index: Swift.Int)
|
|
641
|
+
func replaceChildAt(element: any Mason.MasonElement, _ index: Swift.Int)
|
|
642
|
+
func replaceChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
643
|
+
}
|
|
644
|
+
extension Mason.MasonElement {
|
|
645
|
+
public func getDefaultAttributes() -> [Foundation.NSAttributedString.Key : Any]
|
|
646
|
+
public func syncStyle(_ state: Swift.String, _ textState: Swift.String)
|
|
647
|
+
public func addChildAt(text: Swift.String, _ index: Swift.Int)
|
|
648
|
+
public func addChildAt(element: any Mason.MasonElement, _ index: Swift.Int)
|
|
649
|
+
public func addChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
650
|
+
public func replaceChildAt(text: Swift.String, _ index: Swift.Int)
|
|
651
|
+
public func replaceChildAt(element: any Mason.MasonElement, _ index: Swift.Int)
|
|
652
|
+
public func replaceChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
653
|
+
public var style: Mason.MasonStyle {
|
|
654
|
+
get
|
|
655
|
+
}
|
|
656
|
+
public func configure(_ block: (Mason.MasonStyle) -> Swift.Void)
|
|
657
|
+
public func requestLayout()
|
|
658
|
+
public func invalidate(markDirty: Swift.Bool = false)
|
|
659
|
+
public func invalidateLayout()
|
|
660
|
+
public func addView(_ view: UIKit.UIView)
|
|
661
|
+
public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
662
|
+
public func append(_ element: any Mason.MasonElement)
|
|
663
|
+
public func append(text: Swift.String)
|
|
664
|
+
public func append(node childNode: Mason.MasonNode)
|
|
665
|
+
public func append(texts: [Swift.String])
|
|
666
|
+
public func append(nodes: [Mason.MasonNode])
|
|
667
|
+
public func append(elements: [any Mason.MasonElement])
|
|
668
|
+
public func markNodeDirty()
|
|
669
|
+
public func isNodeDirty() -> Swift.Bool
|
|
670
|
+
@discardableResult
|
|
671
|
+
public func layout() -> Mason.MasonLayout
|
|
672
|
+
public func compute()
|
|
673
|
+
public func compute(_ width: Swift.Float, _ height: Swift.Float)
|
|
674
|
+
public func computeMaxContent()
|
|
675
|
+
public func computeMinContent()
|
|
676
|
+
public func computeWithSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
677
|
+
public func computeWithViewSize()
|
|
678
|
+
public func computeWithViewSize(layout: Swift.Bool)
|
|
679
|
+
public func computeWithMaxContent()
|
|
680
|
+
public func computeWithMinContent()
|
|
681
|
+
public func attachAndApply()
|
|
682
|
+
}
|
|
683
|
+
extension Mason.MasonElement {
|
|
684
|
+
public func prepend(_ element: any Mason.MasonElement)
|
|
685
|
+
public func prepend(string: Swift.String)
|
|
686
|
+
public func prepend(node childNode: Mason.MasonNode)
|
|
687
|
+
public func prepend(strings: [Swift.String])
|
|
688
|
+
public func prepend(elements: [any Mason.MasonElement])
|
|
689
|
+
public func prepend(nodes: [Mason.MasonNode])
|
|
171
690
|
}
|
|
172
691
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MinSizing) public class MinSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
173
692
|
@objc public var value: Swift.Float {
|
|
@@ -188,86 +707,6 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
188
707
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
189
708
|
@objc deinit
|
|
190
709
|
}
|
|
191
|
-
extension UIKit.UIColor {
|
|
192
|
-
public static func colorFromARGB(_ argb: Swift.UInt32) -> UIKit.UIColor
|
|
193
|
-
public static func colorFromRGBA(_ rgba: Swift.UInt32) -> UIKit.UIColor
|
|
194
|
-
public func toUInt32() -> Swift.UInt32
|
|
195
|
-
}
|
|
196
|
-
@_hasMissingDesignatedInitializers @objc(MasonText) @objcMembers @_Concurrency.MainActor @preconcurrency public class MasonText : UIKit.UIView, Mason.MasonView {
|
|
197
|
-
@objc @_Concurrency.MainActor @preconcurrency public var owner: Mason.MasonText? {
|
|
198
|
-
get
|
|
199
|
-
}
|
|
200
|
-
@objc @_Concurrency.MainActor @preconcurrency final public let node: Mason.MasonNode
|
|
201
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textValues: Foundation.Data {
|
|
202
|
-
get
|
|
203
|
-
}
|
|
204
|
-
@objc @_Concurrency.MainActor @preconcurrency public init(mason: Mason.NSCMason)
|
|
205
|
-
@objc @_Concurrency.MainActor @preconcurrency public init(node masonNode: Mason.MasonNode)
|
|
206
|
-
@objc @_Concurrency.MainActor @preconcurrency public var uiView: UIKit.UIView {
|
|
207
|
-
@objc get
|
|
208
|
-
}
|
|
209
|
-
@objc @_Concurrency.MainActor @preconcurrency public var style: Mason.MasonStyle {
|
|
210
|
-
@objc get
|
|
211
|
-
}
|
|
212
|
-
@objc @_Concurrency.MainActor @preconcurrency public func markNodeDirty()
|
|
213
|
-
@objc @_Concurrency.MainActor @preconcurrency public func isNodeDirty() -> Swift.Bool
|
|
214
|
-
@objc @_Concurrency.MainActor @preconcurrency public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
215
|
-
@objc @_Concurrency.MainActor @preconcurrency public func updateText(_ value: Swift.String?)
|
|
216
|
-
@objc @_Concurrency.MainActor @preconcurrency public var txtToRender: Foundation.NSMutableAttributedString
|
|
217
|
-
@objc @_Concurrency.MainActor @preconcurrency public var font: UIKit.UIFont {
|
|
218
|
-
get
|
|
219
|
-
}
|
|
220
|
-
@objc @_Concurrency.MainActor @preconcurrency public func invalidateStyle(_ state: Swift.Int64)
|
|
221
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textTransform: Mason.TextTransform {
|
|
222
|
-
@objc get
|
|
223
|
-
@objc set
|
|
224
|
-
}
|
|
225
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontSize: CoreFoundation.CGFloat {
|
|
226
|
-
@objc get
|
|
227
|
-
@objc set
|
|
228
|
-
}
|
|
229
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontStyle: Mason.FontStyle {
|
|
230
|
-
@objc get
|
|
231
|
-
@objc set
|
|
232
|
-
}
|
|
233
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setFontStyle(_ style: Mason.FontStyle, slant: Swift.Int32)
|
|
234
|
-
@objc @_Concurrency.MainActor @preconcurrency public var fontWeight: Swift.String {
|
|
235
|
-
@objc get
|
|
236
|
-
@objc set
|
|
237
|
-
}
|
|
238
|
-
@objc @_Concurrency.MainActor @preconcurrency public var color: Swift.UInt32 {
|
|
239
|
-
@objc get
|
|
240
|
-
@objc set
|
|
241
|
-
}
|
|
242
|
-
@objc @_Concurrency.MainActor @preconcurrency public var backgroundColorValue: Swift.UInt32 {
|
|
243
|
-
@objc get
|
|
244
|
-
@objc set
|
|
245
|
-
}
|
|
246
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setColor(ui color: UIKit.UIColor)
|
|
247
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setBackgroundColor(ui color: UIKit.UIColor)
|
|
248
|
-
@objc @_Concurrency.MainActor @preconcurrency public func setDecorationColor(ui color: UIKit.UIColor)
|
|
249
|
-
@objc @_Concurrency.MainActor @preconcurrency public var decorationColor: Swift.UInt32 {
|
|
250
|
-
@objc get
|
|
251
|
-
@objc set
|
|
252
|
-
}
|
|
253
|
-
@objc @_Concurrency.MainActor @preconcurrency public var decorationLine: Mason.DecorationLine {
|
|
254
|
-
@objc get
|
|
255
|
-
@objc set
|
|
256
|
-
}
|
|
257
|
-
@objc @_Concurrency.MainActor @preconcurrency public var textWrap: Mason.TextWrap {
|
|
258
|
-
@objc get
|
|
259
|
-
@objc set
|
|
260
|
-
}
|
|
261
|
-
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
|
|
262
|
-
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, _ index: Swift.Int = -1)
|
|
263
|
-
@objc @_Concurrency.MainActor @preconcurrency public func removeView(_ view: UIKit.UIView)
|
|
264
|
-
@objc @_Concurrency.MainActor @preconcurrency public var text: Swift.String? {
|
|
265
|
-
@objc get
|
|
266
|
-
@objc set
|
|
267
|
-
}
|
|
268
|
-
@objc @_Concurrency.MainActor @preconcurrency public func syncStyle(_ state: Swift.String, _ textState: Swift.String)
|
|
269
|
-
@objc deinit
|
|
270
|
-
}
|
|
271
710
|
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(MasonLayout) @objcMembers public class MasonLayout : ObjectiveC.NSObject, Swift.Codable {
|
|
272
711
|
@objc final public let order: Swift.Int
|
|
273
712
|
@objc final public let x: Swift.Float
|
|
@@ -290,6 +729,10 @@ extension UIKit.UIColor {
|
|
|
290
729
|
get
|
|
291
730
|
}
|
|
292
731
|
@objc final public let children: [Mason.MasonLayout]
|
|
732
|
+
@objc public static let zero: Mason.MasonLayout
|
|
733
|
+
@objc public var hasChildren: Swift.Bool {
|
|
734
|
+
@objc get
|
|
735
|
+
}
|
|
293
736
|
@objc override dynamic public var description: Swift.String {
|
|
294
737
|
@objc get
|
|
295
738
|
}
|
|
@@ -305,8 +748,11 @@ extension UIKit.UIColor {
|
|
|
305
748
|
@objc get
|
|
306
749
|
}
|
|
307
750
|
@objc public static func Single(_ value: Mason.MinMax) -> Mason.TrackSizingFunction
|
|
308
|
-
@objc deinit
|
|
309
751
|
@objc public static func AutoRepeat(_ gridTrackRepetition: Mason.GridTrackRepetition, _ value: Swift.Array<Mason.MinMax>) -> Mason.TrackSizingFunction
|
|
752
|
+
@objc public var cssValue: Swift.String {
|
|
753
|
+
@objc get
|
|
754
|
+
}
|
|
755
|
+
@objc deinit
|
|
310
756
|
}
|
|
311
757
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
312
758
|
@objc public init(points: Swift.Float)
|
|
@@ -388,12 +834,38 @@ extension UIKit.UIColor {
|
|
|
388
834
|
@objc public static let Auto: Mason.GridPlacementCompat
|
|
389
835
|
@objc deinit
|
|
390
836
|
}
|
|
837
|
+
@objc(NSCFontFaceSetStatus) public enum NSCFontFaceSetStatus : Swift.Int, Swift.RawRepresentable {
|
|
838
|
+
case loading
|
|
839
|
+
case loaded
|
|
840
|
+
public typealias RawValue = Swift.Int
|
|
841
|
+
public init?(rawValue: Swift.Int)
|
|
842
|
+
public var rawValue: Swift.Int {
|
|
843
|
+
get
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
@_inheritsConvenienceInitializers @objcMembers @objc(NSCFontFaceSet) public class NSCFontFaceSet : ObjectiveC.NSObject {
|
|
847
|
+
@objc public static let instance: Mason.NSCFontFaceSet
|
|
848
|
+
@objc public var status: Mason.NSCFontFaceSetStatus
|
|
849
|
+
@objc public var onStatus: ((Mason.NSCFontFaceSetStatus) -> Swift.Void)?
|
|
850
|
+
@objc public func iter() -> Foundation.NSEnumerator
|
|
851
|
+
@objc public func array() -> [Any]
|
|
852
|
+
@objc public func add(_ font: Mason.NSCFontFace)
|
|
853
|
+
@objc public func clear()
|
|
854
|
+
@objc public func delete(_ font: Mason.NSCFontFace)
|
|
855
|
+
@objc public func check(_ font: Swift.String, _ text: Swift.String?) -> Swift.Bool
|
|
856
|
+
@objc public func load(_ font: Swift.String, _ text: Swift.String?, _ callback: @escaping ([Mason.NSCFontFace], Swift.String?) -> Swift.Void)
|
|
857
|
+
@objc public var size: Swift.Int {
|
|
858
|
+
@objc get
|
|
859
|
+
}
|
|
860
|
+
@objc override dynamic public init()
|
|
861
|
+
@objc deinit
|
|
862
|
+
}
|
|
391
863
|
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
392
864
|
@objc public var left: Mason.MasonDimensionCompat
|
|
393
865
|
@objc public var right: Mason.MasonDimensionCompat
|
|
394
866
|
@objc public var top: Mason.MasonDimensionCompat
|
|
395
867
|
@objc public var bottom: Mason.MasonDimensionCompat
|
|
396
|
-
@objc public init(_ left: Mason.MasonDimensionCompat, _
|
|
868
|
+
@objc public init(_ left: Mason.MasonDimensionCompat, _ top: Mason.MasonDimensionCompat, _ right: Mason.MasonDimensionCompat, _ bottom: Mason.MasonDimensionCompat)
|
|
397
869
|
public init(_ rect: Mason.MasonRect<Mason.MasonDimension>)
|
|
398
870
|
@objc deinit
|
|
399
871
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -404,7 +876,7 @@ extension UIKit.UIColor {
|
|
|
404
876
|
@objc public var right: Mason.MasonLengthPercentageAutoCompat
|
|
405
877
|
@objc public var top: Mason.MasonLengthPercentageAutoCompat
|
|
406
878
|
@objc public var bottom: Mason.MasonLengthPercentageAutoCompat
|
|
407
|
-
@objc public init(_ left: Mason.MasonLengthPercentageAutoCompat, _
|
|
879
|
+
@objc public init(_ left: Mason.MasonLengthPercentageAutoCompat, _ top: Mason.MasonLengthPercentageAutoCompat, _ right: Mason.MasonLengthPercentageAutoCompat, _ bottom: Mason.MasonLengthPercentageAutoCompat)
|
|
408
880
|
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentageAuto>)
|
|
409
881
|
@objc deinit
|
|
410
882
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
@@ -422,7 +894,7 @@ extension UIKit.UIColor {
|
|
|
422
894
|
required public init(from decoder: any Swift.Decoder) throws
|
|
423
895
|
}
|
|
424
896
|
public struct MasonRect<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
425
|
-
public init(_
|
|
897
|
+
public init(_ top: T, _ right: T, _ bottom: T, _ left: T)
|
|
426
898
|
public init(uniform: T)
|
|
427
899
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
428
900
|
public init(from decoder: any Swift.Decoder) throws
|
|
@@ -436,15 +908,132 @@ public let MasonDimensionRectZero: Mason.MasonRect<Mason.MasonDimension>
|
|
|
436
908
|
public let MasonLengthPercentageAutoRectZero: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
437
909
|
public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPercentage>
|
|
438
910
|
@objc(MasonStyle) @objcMembers public class MasonStyle : ObjectiveC.NSObject {
|
|
439
|
-
@objc public var
|
|
911
|
+
@objc public var font: Mason.NSCFontFace! {
|
|
912
|
+
get
|
|
913
|
+
}
|
|
914
|
+
@objc public var values: Foundation.NSMutableData {
|
|
440
915
|
@objc get
|
|
441
916
|
@objc set
|
|
442
917
|
}
|
|
443
|
-
@objc public var
|
|
918
|
+
@objc public var textValues: Foundation.NSMutableData {
|
|
444
919
|
@objc get
|
|
445
920
|
@objc set
|
|
446
921
|
}
|
|
447
922
|
@objc public init(node: Mason.MasonNode)
|
|
923
|
+
@objc public var verticalAlign: Mason.MasonVerticalAlignValue {
|
|
924
|
+
@objc get
|
|
925
|
+
@objc set
|
|
926
|
+
}
|
|
927
|
+
@objc public var objectFit: Mason.ObjectFit {
|
|
928
|
+
@objc get
|
|
929
|
+
@objc set
|
|
930
|
+
}
|
|
931
|
+
@objc public var float: Mason.MasonFloat {
|
|
932
|
+
@objc get
|
|
933
|
+
@objc set
|
|
934
|
+
}
|
|
935
|
+
@objc public var clear: Mason.Clear {
|
|
936
|
+
@objc get
|
|
937
|
+
@objc set
|
|
938
|
+
}
|
|
939
|
+
@objc public var color: Swift.UInt32 {
|
|
940
|
+
@objc get
|
|
941
|
+
@objc set
|
|
942
|
+
}
|
|
943
|
+
@objc public func setColor(ui color: UIKit.UIColor)
|
|
944
|
+
@objc public var filter: Swift.String {
|
|
945
|
+
@objc get
|
|
946
|
+
@objc set
|
|
947
|
+
}
|
|
948
|
+
@objc public var background: Swift.String {
|
|
949
|
+
@objc get
|
|
950
|
+
@objc set
|
|
951
|
+
}
|
|
952
|
+
@objc public var backgroundImage: Swift.String {
|
|
953
|
+
@objc get
|
|
954
|
+
@objc set
|
|
955
|
+
}
|
|
956
|
+
@objc public var backgroundRepeat: Swift.String {
|
|
957
|
+
@objc get
|
|
958
|
+
@objc set
|
|
959
|
+
}
|
|
960
|
+
@objc public var backgroundPosition: Swift.String {
|
|
961
|
+
@objc get
|
|
962
|
+
@objc set
|
|
963
|
+
}
|
|
964
|
+
@objc public var backgroundSize: Swift.String {
|
|
965
|
+
@objc get
|
|
966
|
+
@objc set
|
|
967
|
+
}
|
|
968
|
+
@objc public var backgroundClip: Swift.String {
|
|
969
|
+
@objc get
|
|
970
|
+
@objc set
|
|
971
|
+
}
|
|
972
|
+
@objc public var backgroundColor: Swift.UInt32 {
|
|
973
|
+
@objc get
|
|
974
|
+
@objc set
|
|
975
|
+
}
|
|
976
|
+
@objc public func setBackgroundColor(ui color: UIKit.UIColor)
|
|
977
|
+
@objc public func setLineHeight(_ value: Swift.Float, _ isRelative: Swift.Bool)
|
|
978
|
+
@objc public var lineHeight: Swift.Float {
|
|
979
|
+
@objc get
|
|
980
|
+
@objc set
|
|
981
|
+
}
|
|
982
|
+
@objc public var letterSpacing: Swift.Float {
|
|
983
|
+
@objc get
|
|
984
|
+
@objc set
|
|
985
|
+
}
|
|
986
|
+
@objc public var decorationColor: Swift.UInt32 {
|
|
987
|
+
@objc get
|
|
988
|
+
@objc set
|
|
989
|
+
}
|
|
990
|
+
@objc public func setDecorationColor(ui color: UIKit.UIColor)
|
|
991
|
+
@objc public var decorationLine: Mason.DecorationLine {
|
|
992
|
+
@objc get
|
|
993
|
+
@objc set
|
|
994
|
+
}
|
|
995
|
+
@objc public var fontSize: Swift.Int32 {
|
|
996
|
+
@objc get
|
|
997
|
+
@objc set
|
|
998
|
+
}
|
|
999
|
+
@objc public func setFontStyle(_ style: Mason.FontStyle, _ slant: Swift.Int32)
|
|
1000
|
+
@objc public var textJustify: Mason.TextJustify {
|
|
1001
|
+
@objc get
|
|
1002
|
+
@objc set
|
|
1003
|
+
}
|
|
1004
|
+
@objc public var fontStyle: Mason.FontStyle {
|
|
1005
|
+
@objc get
|
|
1006
|
+
@objc set
|
|
1007
|
+
}
|
|
1008
|
+
@objc public var fontFamily: Swift.String {
|
|
1009
|
+
@objc get
|
|
1010
|
+
@objc set
|
|
1011
|
+
}
|
|
1012
|
+
@objc public var fontWeight: Swift.String {
|
|
1013
|
+
@objc get
|
|
1014
|
+
@objc set
|
|
1015
|
+
}
|
|
1016
|
+
public var textOverflow: Mason.TextOverflow {
|
|
1017
|
+
get
|
|
1018
|
+
set
|
|
1019
|
+
}
|
|
1020
|
+
public func setTextOverflow(_ flow: Mason.TextOverflow, _ value: Swift.String)
|
|
1021
|
+
@objc public var textOverflowCompat: Mason.TextOverflowCompat {
|
|
1022
|
+
@objc get
|
|
1023
|
+
@objc set
|
|
1024
|
+
}
|
|
1025
|
+
@objc public var textTransform: Mason.TextTransform {
|
|
1026
|
+
@objc get
|
|
1027
|
+
@objc set
|
|
1028
|
+
}
|
|
1029
|
+
@objc public var whiteSpace: Mason.WhiteSpace {
|
|
1030
|
+
@objc get
|
|
1031
|
+
@objc set
|
|
1032
|
+
}
|
|
1033
|
+
@objc public var textWrap: Mason.TextWrap {
|
|
1034
|
+
@objc get
|
|
1035
|
+
@objc set
|
|
1036
|
+
}
|
|
448
1037
|
@objc public var display: Mason.Display {
|
|
449
1038
|
@objc get
|
|
450
1039
|
@objc set
|
|
@@ -465,6 +1054,14 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
465
1054
|
@objc get
|
|
466
1055
|
@objc set
|
|
467
1056
|
}
|
|
1057
|
+
@objc public var overflowCompat: Mason.MasonOverflowPointCompat {
|
|
1058
|
+
@objc get
|
|
1059
|
+
@objc set
|
|
1060
|
+
}
|
|
1061
|
+
public var overflow: Mason.MasonPoint<Mason.Overflow> {
|
|
1062
|
+
get
|
|
1063
|
+
set
|
|
1064
|
+
}
|
|
468
1065
|
@objc public var overflowX: Mason.Overflow {
|
|
469
1066
|
@objc get
|
|
470
1067
|
@objc set
|
|
@@ -530,6 +1127,22 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
530
1127
|
get
|
|
531
1128
|
set
|
|
532
1129
|
}
|
|
1130
|
+
public var marginLeft: Mason.MasonLengthPercentageAuto {
|
|
1131
|
+
get
|
|
1132
|
+
set
|
|
1133
|
+
}
|
|
1134
|
+
public var marginTop: Mason.MasonLengthPercentageAuto {
|
|
1135
|
+
get
|
|
1136
|
+
set
|
|
1137
|
+
}
|
|
1138
|
+
public var marginRight: Mason.MasonLengthPercentageAuto {
|
|
1139
|
+
get
|
|
1140
|
+
set
|
|
1141
|
+
}
|
|
1142
|
+
public var marginBottom: Mason.MasonLengthPercentageAuto {
|
|
1143
|
+
get
|
|
1144
|
+
set
|
|
1145
|
+
}
|
|
533
1146
|
@objc public var marginCompat: Mason.MasonLengthPercentageAutoRectCompat {
|
|
534
1147
|
@objc get
|
|
535
1148
|
@objc set
|
|
@@ -552,19 +1165,27 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
552
1165
|
@objc public func setPaddingTop(_ value: Swift.Float, _ type: Swift.Int)
|
|
553
1166
|
@objc public func setPaddingBottom(_ value: Swift.Float, _ type: Swift.Int)
|
|
554
1167
|
@objc public func setPaddingWithValueType(_ value: Swift.Float, _ type: Swift.Int)
|
|
555
|
-
public var
|
|
1168
|
+
@objc public var borderRadius: Swift.String {
|
|
1169
|
+
@objc get
|
|
1170
|
+
@objc set
|
|
1171
|
+
}
|
|
1172
|
+
@objc public var border: Swift.String {
|
|
1173
|
+
@objc get
|
|
1174
|
+
@objc set
|
|
1175
|
+
}
|
|
1176
|
+
public var borderWidth: Mason.MasonRect<Mason.MasonLengthPercentage> {
|
|
556
1177
|
get
|
|
557
1178
|
set
|
|
558
1179
|
}
|
|
559
|
-
@objc public var
|
|
1180
|
+
@objc public var borderWidthCompat: Mason.MasonLengthPercentageRectCompat {
|
|
560
1181
|
@objc get
|
|
561
1182
|
@objc set
|
|
562
1183
|
}
|
|
563
|
-
@objc public func
|
|
564
|
-
@objc public func
|
|
565
|
-
@objc public func
|
|
566
|
-
@objc public func
|
|
567
|
-
@objc public func
|
|
1184
|
+
@objc public func setBorderLeftWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
1185
|
+
@objc public func setBorderRightWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
1186
|
+
@objc public func setBorderTopWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
1187
|
+
@objc public func setBorderBottomWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
1188
|
+
@objc public func setBorderWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
568
1189
|
@objc public var flexGrow: Swift.Float {
|
|
569
1190
|
@objc get
|
|
570
1191
|
@objc set
|
|
@@ -583,11 +1204,15 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
583
1204
|
set
|
|
584
1205
|
}
|
|
585
1206
|
@objc public func setScrollBarWidth(_ value: Swift.Float)
|
|
586
|
-
@objc public var
|
|
1207
|
+
@objc public var align: Mason.Align {
|
|
587
1208
|
@objc get
|
|
588
1209
|
@objc set
|
|
589
1210
|
}
|
|
590
|
-
@objc public var
|
|
1211
|
+
@objc public var textAlign: Mason.TextAlign {
|
|
1212
|
+
@objc get
|
|
1213
|
+
@objc set
|
|
1214
|
+
}
|
|
1215
|
+
@objc public var boxSizing: Mason.BoxSizing {
|
|
591
1216
|
@objc get
|
|
592
1217
|
@objc set
|
|
593
1218
|
}
|
|
@@ -650,71 +1275,55 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
650
1275
|
get
|
|
651
1276
|
set
|
|
652
1277
|
}
|
|
653
|
-
@objc public var
|
|
1278
|
+
@objc public var gridArea: Swift.String {
|
|
654
1279
|
@objc get
|
|
655
1280
|
@objc set
|
|
656
1281
|
}
|
|
657
|
-
@objc public var
|
|
1282
|
+
@objc public var gridTemplateAreas: Swift.String {
|
|
658
1283
|
@objc get
|
|
659
1284
|
@objc set
|
|
660
1285
|
}
|
|
661
|
-
@objc public var
|
|
1286
|
+
@objc public var gridAutoRows: Swift.String {
|
|
662
1287
|
@objc get
|
|
663
1288
|
@objc set
|
|
664
1289
|
}
|
|
665
|
-
public var
|
|
666
|
-
get
|
|
667
|
-
set
|
|
668
|
-
}
|
|
669
|
-
public var gridColumnStart: Mason.GridPlacement {
|
|
670
|
-
get
|
|
671
|
-
set
|
|
672
|
-
}
|
|
673
|
-
public var gridColumnEnd: Mason.GridPlacement {
|
|
674
|
-
get
|
|
675
|
-
set
|
|
676
|
-
}
|
|
677
|
-
@objc public var gridColumnCompat: Mason.LineGridPlacementCompat {
|
|
1290
|
+
@objc public var gridAutoColumns: Swift.String {
|
|
678
1291
|
@objc get
|
|
679
1292
|
@objc set
|
|
680
1293
|
}
|
|
681
|
-
@objc public var
|
|
1294
|
+
@objc public var gridAutoFlow: Mason.GridAutoFlow {
|
|
682
1295
|
@objc get
|
|
683
1296
|
@objc set
|
|
684
1297
|
}
|
|
685
|
-
@objc public var
|
|
1298
|
+
@objc public var gridColumn: Swift.String {
|
|
686
1299
|
@objc get
|
|
687
1300
|
@objc set
|
|
688
1301
|
}
|
|
689
|
-
public var
|
|
690
|
-
get
|
|
691
|
-
set
|
|
692
|
-
}
|
|
693
|
-
public var gridRowStart: Mason.GridPlacement {
|
|
694
|
-
get
|
|
695
|
-
set
|
|
1302
|
+
@objc public var gridColumnStart: Swift.String {
|
|
1303
|
+
@objc get
|
|
1304
|
+
@objc set
|
|
696
1305
|
}
|
|
697
|
-
public var
|
|
698
|
-
get
|
|
699
|
-
set
|
|
1306
|
+
@objc public var gridColumnEnd: Swift.String {
|
|
1307
|
+
@objc get
|
|
1308
|
+
@objc set
|
|
700
1309
|
}
|
|
701
|
-
@objc public var
|
|
1310
|
+
@objc public var gridRow: Swift.String {
|
|
702
1311
|
@objc get
|
|
703
1312
|
@objc set
|
|
704
1313
|
}
|
|
705
|
-
@objc public var
|
|
1314
|
+
@objc public var gridRowStart: Swift.String {
|
|
706
1315
|
@objc get
|
|
707
1316
|
@objc set
|
|
708
1317
|
}
|
|
709
|
-
@objc public var
|
|
1318
|
+
@objc public var gridRowEnd: Swift.String {
|
|
710
1319
|
@objc get
|
|
711
1320
|
@objc set
|
|
712
1321
|
}
|
|
713
|
-
@objc public var gridTemplateRows:
|
|
1322
|
+
@objc public var gridTemplateRows: Swift.String {
|
|
714
1323
|
@objc get
|
|
715
1324
|
@objc set
|
|
716
1325
|
}
|
|
717
|
-
@objc public var gridTemplateColumns:
|
|
1326
|
+
@objc public var gridTemplateColumns: Swift.String {
|
|
718
1327
|
@objc get
|
|
719
1328
|
@objc set
|
|
720
1329
|
}
|
|
@@ -724,6 +1333,181 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
724
1333
|
}
|
|
725
1334
|
@objc deinit
|
|
726
1335
|
}
|
|
1336
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonOverflowPointCompat) public class MasonOverflowPointCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
1337
|
+
@objc public var x: Mason.Overflow
|
|
1338
|
+
@objc public var y: Mason.Overflow
|
|
1339
|
+
public init(_ points: Mason.MasonPoint<Mason.Overflow>)
|
|
1340
|
+
@objc public var cssValue: Swift.String {
|
|
1341
|
+
@objc get
|
|
1342
|
+
}
|
|
1343
|
+
@objc deinit
|
|
1344
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
1345
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
1346
|
+
}
|
|
1347
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionPointCompat) public class MasonDimensionPointCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
1348
|
+
@objc public var x: Mason.MasonDimensionCompat
|
|
1349
|
+
@objc public var y: Mason.MasonDimensionCompat
|
|
1350
|
+
public init(_ points: Mason.MasonPoint<Mason.MasonDimension>)
|
|
1351
|
+
@objc deinit
|
|
1352
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
1353
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
1354
|
+
}
|
|
1355
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoPointCompat) public class MasonLengthPercentageAutoPointCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
1356
|
+
@objc public var x: Mason.MasonLengthPercentageAutoCompat
|
|
1357
|
+
@objc public var y: Mason.MasonLengthPercentageAutoCompat
|
|
1358
|
+
public init(_ points: Mason.MasonPoint<Mason.MasonLengthPercentageAuto>)
|
|
1359
|
+
@objc deinit
|
|
1360
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
1361
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
1362
|
+
}
|
|
1363
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentagePointCompat) public class MasonLengthPercentagePointCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
1364
|
+
@objc public var x: Mason.MasonLengthPercentageCompat
|
|
1365
|
+
@objc public var y: Mason.MasonLengthPercentageCompat
|
|
1366
|
+
public init(_ points: Mason.MasonPoint<Mason.MasonLengthPercentage>)
|
|
1367
|
+
@objc deinit
|
|
1368
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
1369
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
1370
|
+
}
|
|
1371
|
+
public struct MasonPoint<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
1372
|
+
public init(_ x: T, _ y: T)
|
|
1373
|
+
public init(uniform: T)
|
|
1374
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
1375
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
1376
|
+
}
|
|
1377
|
+
@_inheritsConvenienceInitializers @objcMembers @objc(MasonSwiftHelpers) public class SwiftHelpers : ObjectiveC.NSObject {
|
|
1378
|
+
@objc public static func markNodeDirty(_ element: any Mason.MasonElementObjc)
|
|
1379
|
+
@objc public static func isNodeDirty(_ element: any Mason.MasonElementObjc) -> Swift.Bool
|
|
1380
|
+
@objc public static func configure(_ element: any Mason.MasonElementObjc, _ block: (Mason.MasonStyle) -> Swift.Void)
|
|
1381
|
+
@objc @discardableResult
|
|
1382
|
+
public static func layout(_ element: any Mason.MasonElementObjc) -> Mason.MasonLayout
|
|
1383
|
+
@objc public static func compute(_ element: any Mason.MasonElementObjc)
|
|
1384
|
+
@objc public static func compute(_ element: any Mason.MasonElementObjc, _ width: Swift.Float, _ height: Swift.Float)
|
|
1385
|
+
@objc public static func computeMaxContent(_ element: any Mason.MasonElementObjc)
|
|
1386
|
+
@objc public static func computeMinContent(_ element: any Mason.MasonElementObjc)
|
|
1387
|
+
@objc public static func computeWithSize(_ element: any Mason.MasonElementObjc, _ width: Swift.Float, _ height: Swift.Float)
|
|
1388
|
+
@objc public static func computeWithViewSize(_ element: any Mason.MasonElementObjc)
|
|
1389
|
+
@objc public static func computeWithViewSize(_ element: any Mason.MasonElementObjc, layout: Swift.Bool)
|
|
1390
|
+
@objc public static func computeWithMaxContent(_ element: any Mason.MasonElementObjc)
|
|
1391
|
+
@objc public static func computeWithMinContent(_ element: any Mason.MasonElementObjc)
|
|
1392
|
+
@objc public static func attachAndApply(_ element: any Mason.MasonElementObjc)
|
|
1393
|
+
@objc public static func requestLayout(_ element: any Mason.MasonElementObjc)
|
|
1394
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, _ element: any Mason.MasonElementObjc)
|
|
1395
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, text: Swift.String)
|
|
1396
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, node: Mason.MasonNode)
|
|
1397
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, texts: [Swift.String])
|
|
1398
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, elements: [any Mason.MasonElementObjc])
|
|
1399
|
+
@objc public static func append(_ parent: any Mason.MasonElementObjc, nodes: [Mason.MasonNode])
|
|
1400
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, _ element: any Mason.MasonElementObjc)
|
|
1401
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, string: Swift.String)
|
|
1402
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, node: Mason.MasonNode)
|
|
1403
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, strings: [Swift.String])
|
|
1404
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, elements: [any Mason.MasonElementObjc])
|
|
1405
|
+
@objc public static func prepend(_ parent: any Mason.MasonElementObjc, nodes: [Mason.MasonNode])
|
|
1406
|
+
@objc public static func addChildAt(_ parent: any Mason.MasonElementObjc, text: Swift.String, _ index: Swift.Int)
|
|
1407
|
+
@objc public static func addChildAt(_ parent: any Mason.MasonElementObjc, element: any Mason.MasonElementObjc, _ index: Swift.Int)
|
|
1408
|
+
@objc public static func addChildAt(_ parent: any Mason.MasonElementObjc, node: Mason.MasonNode, _ index: Swift.Int)
|
|
1409
|
+
@objc override dynamic public init()
|
|
1410
|
+
@objc deinit
|
|
1411
|
+
}
|
|
1412
|
+
extension UIKit.UIColor {
|
|
1413
|
+
public static func colorFromARGB(_ argb: Swift.UInt32) -> UIKit.UIColor
|
|
1414
|
+
public static func colorFromRGBA(_ rgba: Swift.UInt32) -> UIKit.UIColor
|
|
1415
|
+
public func toUInt32() -> Swift.UInt32
|
|
1416
|
+
}
|
|
1417
|
+
extension UIKit.UIImage {
|
|
1418
|
+
public func mason_resize(to size: CoreFoundation.CGSize) -> UIKit.UIImage?
|
|
1419
|
+
}
|
|
1420
|
+
@objc extension ObjectiveC.NSObject {
|
|
1421
|
+
@objc dynamic public func mason_syncStyle(_ state: Swift.String, _ textState: Swift.String)
|
|
1422
|
+
@objc dynamic public func mason_addView(_ view: UIKit.UIView)
|
|
1423
|
+
@objc dynamic public func mason_addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
1424
|
+
@objc dynamic public func mason_markNodeDirty()
|
|
1425
|
+
@objc dynamic public func mason_isNodeDirty() -> Swift.Bool
|
|
1426
|
+
@objc dynamic public func mason_configure(_ block: (Mason.MasonStyle) -> Swift.Void)
|
|
1427
|
+
@discardableResult
|
|
1428
|
+
@objc dynamic public func mason_layout() -> Mason.MasonLayout
|
|
1429
|
+
@objc dynamic public func mason_compute()
|
|
1430
|
+
@objc dynamic public func mason_compute(width: Swift.Float, height: Swift.Float)
|
|
1431
|
+
@objc dynamic public func mason_computeMaxContent()
|
|
1432
|
+
@objc dynamic public func mason_computeMinContent()
|
|
1433
|
+
@objc dynamic public func mason_computeWithSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1434
|
+
@objc dynamic public func mason_computeWithViewSize()
|
|
1435
|
+
@objc dynamic public func mason_computeWithViewSize(layout: Swift.Bool)
|
|
1436
|
+
@objc dynamic public func mason_computeWithMaxContent()
|
|
1437
|
+
@objc dynamic public func mason_computeWithMinContent()
|
|
1438
|
+
@objc dynamic public func mason_attachAndApply()
|
|
1439
|
+
@objc dynamic public func mason_requestLayout()
|
|
1440
|
+
@objc dynamic public func mason_invalidateLayout()
|
|
1441
|
+
@objc dynamic public func mason_append(_ element: any Mason.MasonElementObjc)
|
|
1442
|
+
@objc dynamic public func mason_append(text: Swift.String)
|
|
1443
|
+
@objc dynamic public func mason_append(node: Mason.MasonNode)
|
|
1444
|
+
@objc dynamic public func mason_append(texts: [Swift.String])
|
|
1445
|
+
@objc dynamic public func mason_append(elements: [any Mason.MasonElementObjc])
|
|
1446
|
+
@objc dynamic public func mason_append(nodes: [Mason.MasonNode])
|
|
1447
|
+
@objc dynamic public func mason_prepend(_ element: any Mason.MasonElementObjc)
|
|
1448
|
+
@objc dynamic public func mason_prepend(text: Swift.String)
|
|
1449
|
+
@objc dynamic public func mason_prepend(node: Mason.MasonNode)
|
|
1450
|
+
@objc dynamic public func mason_prepend(texts: [Swift.String])
|
|
1451
|
+
@objc dynamic public func mason_prepend(elements: [any Mason.MasonElementObjc])
|
|
1452
|
+
@objc dynamic public func mason_prepend(nodes: [Mason.MasonNode])
|
|
1453
|
+
@objc dynamic public func mason_addChildAt(text: Swift.String, _ index: Swift.Int)
|
|
1454
|
+
@objc dynamic public func mason_addChildAt(element: any Mason.MasonElementObjc, _ index: Swift.Int)
|
|
1455
|
+
@objc dynamic public func mason_addChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
1456
|
+
@objc dynamic public func mason_replaceChildAt(text: Swift.String, _ index: Swift.Int)
|
|
1457
|
+
@objc dynamic public func mason_replaceChildAt(element: any Mason.MasonElementObjc, _ index: Swift.Int)
|
|
1458
|
+
@objc dynamic public func mason_replaceChildAt(node: Mason.MasonNode, _ index: Swift.Int)
|
|
1459
|
+
}
|
|
1460
|
+
@objc @_inheritsConvenienceInitializers public class BackgroundCALayer : QuartzCore.CALayer {
|
|
1461
|
+
@objc override dynamic public func draw(in ctx: CoreGraphics.CGContext)
|
|
1462
|
+
public func invalidate()
|
|
1463
|
+
@objc override dynamic public func layoutSublayers()
|
|
1464
|
+
@objc override dynamic public init()
|
|
1465
|
+
@objc override dynamic public init(layer: Any)
|
|
1466
|
+
@objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1467
|
+
@objc deinit
|
|
1468
|
+
}
|
|
1469
|
+
@objc(MasonLoadingState) public enum LoadingState : Swift.Int, Swift.RawRepresentable {
|
|
1470
|
+
case Loading
|
|
1471
|
+
case Loaded
|
|
1472
|
+
case Error
|
|
1473
|
+
public typealias RawValue = Swift.Int32
|
|
1474
|
+
public var rawValue: Mason.LoadingState.RawValue {
|
|
1475
|
+
get
|
|
1476
|
+
}
|
|
1477
|
+
public init?(rawValue: Mason.LoadingState.RawValue)
|
|
1478
|
+
}
|
|
1479
|
+
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class MasonImageLayer : QuartzCore.CALayer {
|
|
1480
|
+
@objc override dynamic public init()
|
|
1481
|
+
@objc override dynamic public init(layer: Any)
|
|
1482
|
+
@objc override dynamic public func draw(in context: CoreGraphics.CGContext)
|
|
1483
|
+
@objc deinit
|
|
1484
|
+
}
|
|
1485
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonImg) @_Concurrency.MainActor @preconcurrency public class Img : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
1486
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
1487
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1488
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1489
|
+
@objc get
|
|
1490
|
+
}
|
|
1491
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1492
|
+
@objc get
|
|
1493
|
+
}
|
|
1494
|
+
@objc @_Concurrency.MainActor @preconcurrency public var didLayout: (() -> Swift.Void)?
|
|
1495
|
+
@objc @_Concurrency.MainActor @preconcurrency public var onStateChange: ((Mason.LoadingState, (any Swift.Error)?) -> Swift.Void)?
|
|
1496
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public class var layerClass: Swift.AnyClass {
|
|
1497
|
+
@objc get
|
|
1498
|
+
}
|
|
1499
|
+
@objc @_Concurrency.MainActor @preconcurrency public var image: UIKit.UIImage? {
|
|
1500
|
+
@objc get
|
|
1501
|
+
@objc set
|
|
1502
|
+
}
|
|
1503
|
+
@objc @_Concurrency.MainActor @preconcurrency public func requestLayout()
|
|
1504
|
+
@objc @_Concurrency.MainActor @preconcurrency public var src: Swift.String? {
|
|
1505
|
+
@objc get
|
|
1506
|
+
@objc set
|
|
1507
|
+
}
|
|
1508
|
+
@objc @_Concurrency.MainActor @preconcurrency public func updateImage(_ image: UIKit.UIImage?)
|
|
1509
|
+
@objc deinit
|
|
1510
|
+
}
|
|
727
1511
|
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
728
1512
|
case Auto
|
|
729
1513
|
case Points
|
|
@@ -753,16 +1537,27 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
753
1537
|
}
|
|
754
1538
|
public init?(rawValue: Mason.MasonLengthPercentageCompatType.RawValue)
|
|
755
1539
|
}
|
|
756
|
-
@objc(MasonBoxSizing) public enum
|
|
1540
|
+
@objc(MasonBoxSizing) public enum BoxSizing : Swift.Int, Swift.RawRepresentable {
|
|
757
1541
|
case BorderBox
|
|
758
1542
|
case ContentBox
|
|
759
1543
|
public typealias RawValue = Swift.Int32
|
|
760
|
-
public var rawValue: Mason.
|
|
1544
|
+
public var rawValue: Mason.BoxSizing.RawValue {
|
|
1545
|
+
get
|
|
1546
|
+
}
|
|
1547
|
+
public init?(rawValue: Mason.BoxSizing.RawValue)
|
|
1548
|
+
}
|
|
1549
|
+
@objc(MasonAlign) public enum Align : Swift.Int, Swift.RawRepresentable {
|
|
1550
|
+
case Auto
|
|
1551
|
+
case Left
|
|
1552
|
+
case Right
|
|
1553
|
+
case Center
|
|
1554
|
+
public typealias RawValue = Swift.Int32
|
|
1555
|
+
public var rawValue: Mason.Align.RawValue {
|
|
761
1556
|
get
|
|
762
1557
|
}
|
|
763
|
-
public init?(rawValue: Mason.
|
|
1558
|
+
public init?(rawValue: Mason.Align.RawValue)
|
|
764
1559
|
}
|
|
765
|
-
@objc(MasonTextAlign) public enum
|
|
1560
|
+
@objc(MasonTextAlign) public enum TextAlign : Swift.Int, Swift.RawRepresentable {
|
|
766
1561
|
case Auto
|
|
767
1562
|
case Left
|
|
768
1563
|
case Right
|
|
@@ -771,15 +1566,15 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
771
1566
|
case Start
|
|
772
1567
|
case End
|
|
773
1568
|
public typealias RawValue = Swift.Int32
|
|
774
|
-
public var rawValue: Mason.
|
|
1569
|
+
public var rawValue: Mason.TextAlign.RawValue {
|
|
775
1570
|
get
|
|
776
1571
|
}
|
|
777
|
-
public init?(rawValue: Mason.
|
|
1572
|
+
public init?(rawValue: Mason.TextAlign.RawValue)
|
|
778
1573
|
}
|
|
779
1574
|
public func MasonDimensionFromPoints(value: Swift.Float) -> Mason.MasonDimension
|
|
780
1575
|
public func MasonDimensionFromPercent(value: Swift.Float) -> Mason.MasonDimension
|
|
781
1576
|
public let MasonDimensionAuto: Mason.MasonDimension
|
|
782
|
-
public enum MasonDimension : Swift.Codable {
|
|
1577
|
+
public enum MasonDimension : Swift.Codable, Swift.Equatable {
|
|
783
1578
|
case Auto
|
|
784
1579
|
case Points(Swift.Float)
|
|
785
1580
|
case Percent(Swift.Float)
|
|
@@ -791,13 +1586,15 @@ public enum MasonDimension : Swift.Codable {
|
|
|
791
1586
|
}
|
|
792
1587
|
public init(from decoder: any Swift.Decoder) throws
|
|
793
1588
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
1589
|
+
public static func == (a: Mason.MasonDimension, b: Mason.MasonDimension) -> Swift.Bool
|
|
794
1590
|
}
|
|
795
1591
|
public func MasonLengthPercentageFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
796
1592
|
public func MasonLengthPercentageFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
797
1593
|
public let MasonLengthPercentageZero: Mason.MasonLengthPercentage
|
|
798
|
-
public enum MasonLengthPercentage : Swift.Codable {
|
|
1594
|
+
public enum MasonLengthPercentage : Swift.Codable, Swift.Equatable {
|
|
799
1595
|
case Points(Swift.Float)
|
|
800
1596
|
case Percent(Swift.Float)
|
|
1597
|
+
case Zero
|
|
801
1598
|
public var cssValue: Swift.String {
|
|
802
1599
|
get
|
|
803
1600
|
}
|
|
@@ -806,6 +1603,7 @@ public enum MasonLengthPercentage : Swift.Codable {
|
|
|
806
1603
|
}
|
|
807
1604
|
public init(from decoder: any Swift.Decoder) throws
|
|
808
1605
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
1606
|
+
public static func == (a: Mason.MasonLengthPercentage, b: Mason.MasonLengthPercentage) -> Swift.Bool
|
|
809
1607
|
}
|
|
810
1608
|
public func MasonLengthPercentageAutoFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
811
1609
|
public func MasonLengthPercentageAutoFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
@@ -824,7 +1622,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
824
1622
|
public init(from decoder: any Swift.Decoder) throws
|
|
825
1623
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
826
1624
|
}
|
|
827
|
-
@objc(
|
|
1625
|
+
@objc(MasonAlignItems) public enum AlignItems : Swift.Int, Swift.RawRepresentable {
|
|
828
1626
|
case Normal = -1
|
|
829
1627
|
case Start
|
|
830
1628
|
case End
|
|
@@ -839,7 +1637,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
839
1637
|
}
|
|
840
1638
|
public init?(rawValue: Mason.AlignItems.RawValue)
|
|
841
1639
|
}
|
|
842
|
-
@objc(
|
|
1640
|
+
@objc(MasonAlignSelf) public enum AlignSelf : Swift.Int, Swift.RawRepresentable {
|
|
843
1641
|
case Normal = -1
|
|
844
1642
|
case Start
|
|
845
1643
|
case End
|
|
@@ -854,7 +1652,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
854
1652
|
}
|
|
855
1653
|
public init?(rawValue: Mason.AlignSelf.RawValue)
|
|
856
1654
|
}
|
|
857
|
-
@objc(
|
|
1655
|
+
@objc(MasonAlignContent) public enum AlignContent : Swift.Int, Swift.RawRepresentable {
|
|
858
1656
|
case Normal = -1
|
|
859
1657
|
case Start
|
|
860
1658
|
case End
|
|
@@ -871,7 +1669,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
871
1669
|
}
|
|
872
1670
|
public init?(rawValue: Mason.AlignContent.RawValue)
|
|
873
1671
|
}
|
|
874
|
-
@objc(
|
|
1672
|
+
@objc(MasonDirection) public enum Direction : Swift.Int, Swift.RawRepresentable {
|
|
875
1673
|
case Inherit
|
|
876
1674
|
case LTR
|
|
877
1675
|
case RTL
|
|
@@ -881,11 +1679,15 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
881
1679
|
}
|
|
882
1680
|
public init?(rawValue: Mason.Direction.RawValue)
|
|
883
1681
|
}
|
|
884
|
-
@objc(
|
|
1682
|
+
@objc(MasonDisplay) public enum Display : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
885
1683
|
case None
|
|
886
1684
|
case Flex
|
|
887
1685
|
case Grid
|
|
888
1686
|
case Block
|
|
1687
|
+
case Inline
|
|
1688
|
+
case InlineBlock
|
|
1689
|
+
case InlineFlex
|
|
1690
|
+
case InlineGrid
|
|
889
1691
|
public typealias RawValue = Swift.Int32
|
|
890
1692
|
public var rawValue: Mason.Display.RawValue {
|
|
891
1693
|
get
|
|
@@ -895,7 +1697,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
895
1697
|
get
|
|
896
1698
|
}
|
|
897
1699
|
}
|
|
898
|
-
@objc(
|
|
1700
|
+
@objc(MasonFlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
899
1701
|
case Row
|
|
900
1702
|
case Column
|
|
901
1703
|
case RowReverse
|
|
@@ -909,7 +1711,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
909
1711
|
get
|
|
910
1712
|
}
|
|
911
1713
|
}
|
|
912
|
-
@objc(
|
|
1714
|
+
@objc(MasonJustifyItems) public enum JustifyItems : Swift.Int, Swift.RawRepresentable {
|
|
913
1715
|
case Normal = -1
|
|
914
1716
|
case Start
|
|
915
1717
|
case End
|
|
@@ -924,7 +1726,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
924
1726
|
}
|
|
925
1727
|
public init?(rawValue: Mason.JustifyItems.RawValue)
|
|
926
1728
|
}
|
|
927
|
-
@objc(
|
|
1729
|
+
@objc(MasonJustifySelf) public enum JustifySelf : Swift.Int, Swift.RawRepresentable {
|
|
928
1730
|
case Normal = -1
|
|
929
1731
|
case Start
|
|
930
1732
|
case End
|
|
@@ -939,7 +1741,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
939
1741
|
}
|
|
940
1742
|
public init?(rawValue: Mason.JustifySelf.RawValue)
|
|
941
1743
|
}
|
|
942
|
-
@objc(
|
|
1744
|
+
@objc(MasonJustifyContent) public enum JustifyContent : Swift.Int, Swift.RawRepresentable {
|
|
943
1745
|
case Normal = -1
|
|
944
1746
|
case Start
|
|
945
1747
|
case End
|
|
@@ -956,18 +1758,19 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
956
1758
|
}
|
|
957
1759
|
public init?(rawValue: Mason.JustifyContent.RawValue)
|
|
958
1760
|
}
|
|
959
|
-
@objc(
|
|
960
|
-
case Unset
|
|
1761
|
+
@objc(MasonOverflow) public enum Overflow : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
961
1762
|
case Visible
|
|
962
1763
|
case Hidden
|
|
963
1764
|
case Scroll
|
|
1765
|
+
case Clip
|
|
1766
|
+
case Auto
|
|
964
1767
|
public typealias RawValue = Swift.Int32
|
|
965
1768
|
public var rawValue: Mason.Overflow.RawValue {
|
|
966
1769
|
get
|
|
967
1770
|
}
|
|
968
1771
|
public init?(rawValue: Mason.Overflow.RawValue)
|
|
969
1772
|
}
|
|
970
|
-
@objc(
|
|
1773
|
+
@objc(MasonPosition) public enum Position : Swift.Int, Swift.RawRepresentable {
|
|
971
1774
|
case Relative
|
|
972
1775
|
case Absolute
|
|
973
1776
|
public typealias RawValue = Swift.Int32
|
|
@@ -976,7 +1779,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
976
1779
|
}
|
|
977
1780
|
public init?(rawValue: Mason.Position.RawValue)
|
|
978
1781
|
}
|
|
979
|
-
@objc(
|
|
1782
|
+
@objc(MasonFlexWrap) public enum FlexWrap : Swift.Int, Swift.RawRepresentable {
|
|
980
1783
|
case NoWrap
|
|
981
1784
|
case Wrap
|
|
982
1785
|
case WrapReverse
|
|
@@ -986,7 +1789,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
986
1789
|
}
|
|
987
1790
|
public init?(rawValue: Mason.FlexWrap.RawValue)
|
|
988
1791
|
}
|
|
989
|
-
@objc(
|
|
1792
|
+
@objc(MasonGridAutoFlowWrap) public enum GridAutoFlow : Swift.Int, Swift.RawRepresentable {
|
|
990
1793
|
case Row
|
|
991
1794
|
case Column
|
|
992
1795
|
case RowDense
|
|
@@ -1007,7 +1810,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1007
1810
|
public init(from decoder: any Swift.Decoder) throws
|
|
1008
1811
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
1009
1812
|
}
|
|
1010
|
-
@objc(
|
|
1813
|
+
@objc(MasonGridPlacementCompatType) public enum GridPlacementCompatType : Swift.Int, Swift.RawRepresentable {
|
|
1011
1814
|
case Auto
|
|
1012
1815
|
case Line
|
|
1013
1816
|
case Span
|
|
@@ -1017,7 +1820,10 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1017
1820
|
}
|
|
1018
1821
|
public init?(rawValue: Mason.GridPlacementCompatType.RawValue)
|
|
1019
1822
|
}
|
|
1020
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(
|
|
1823
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonGridTrackRepetition) public class GridTrackRepetition : ObjectiveC.NSObject {
|
|
1824
|
+
@objc public var cssValue: Swift.String {
|
|
1825
|
+
@objc get
|
|
1826
|
+
}
|
|
1021
1827
|
@objc public var type: Swift.Int32 {
|
|
1022
1828
|
@objc get
|
|
1023
1829
|
}
|
|
@@ -1029,7 +1835,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1029
1835
|
@objc public static func Count(_ value: Swift.UInt16) -> Mason.GridTrackRepetition
|
|
1030
1836
|
@objc deinit
|
|
1031
1837
|
}
|
|
1032
|
-
@objc(
|
|
1838
|
+
@objc(MasonDecorationLine) public enum DecorationLine : Swift.Int, Swift.RawRepresentable {
|
|
1033
1839
|
case None
|
|
1034
1840
|
case Underline
|
|
1035
1841
|
case Overline
|
|
@@ -1040,7 +1846,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1040
1846
|
}
|
|
1041
1847
|
public init?(rawValue: Mason.DecorationLine.RawValue)
|
|
1042
1848
|
}
|
|
1043
|
-
@objc(
|
|
1849
|
+
@objc(MasonTextTransform) public enum TextTransform : Swift.Int, Swift.RawRepresentable {
|
|
1044
1850
|
case None
|
|
1045
1851
|
case Capitalize
|
|
1046
1852
|
case Uppercase
|
|
@@ -1054,7 +1860,7 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1054
1860
|
}
|
|
1055
1861
|
public init?(rawValue: Mason.TextTransform.RawValue)
|
|
1056
1862
|
}
|
|
1057
|
-
@objc(
|
|
1863
|
+
@objc(MasonFontStyle) public enum FontStyle : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1058
1864
|
case Normal
|
|
1059
1865
|
case Italic
|
|
1060
1866
|
case Oblique
|
|
@@ -1067,10 +1873,11 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1067
1873
|
get
|
|
1068
1874
|
}
|
|
1069
1875
|
}
|
|
1070
|
-
@objc(
|
|
1071
|
-
case NoWrap
|
|
1876
|
+
@objc(MasonTextWrap) public enum TextWrap : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1072
1877
|
case Wrap
|
|
1878
|
+
case NoWrap
|
|
1073
1879
|
case Balance
|
|
1880
|
+
case Pretty
|
|
1074
1881
|
public typealias RawValue = Swift.Int32
|
|
1075
1882
|
public var rawValue: Mason.TextWrap.RawValue {
|
|
1076
1883
|
get
|
|
@@ -1080,48 +1887,186 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1080
1887
|
get
|
|
1081
1888
|
}
|
|
1082
1889
|
}
|
|
1083
|
-
public
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1890
|
+
@objc(MasonWhiteSpace) public enum WhiteSpace : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1891
|
+
case Normal
|
|
1892
|
+
case Pre
|
|
1893
|
+
case PreWrap
|
|
1894
|
+
case PreLine
|
|
1895
|
+
case NoWrap
|
|
1896
|
+
case BreakSpaces
|
|
1897
|
+
public typealias RawValue = Swift.Int32
|
|
1898
|
+
public var rawValue: Mason.WhiteSpace.RawValue {
|
|
1899
|
+
get
|
|
1900
|
+
}
|
|
1901
|
+
public init?(rawValue: Mason.WhiteSpace.RawValue)
|
|
1902
|
+
public var description: Swift.String {
|
|
1903
|
+
get
|
|
1904
|
+
}
|
|
1090
1905
|
}
|
|
1091
|
-
@
|
|
1092
|
-
|
|
1093
|
-
|
|
1906
|
+
@objc(MasonLineHeight) public enum LineHeight : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1907
|
+
case Normal
|
|
1908
|
+
case Pre
|
|
1909
|
+
case PreWrap
|
|
1910
|
+
case PreLine
|
|
1911
|
+
public typealias RawValue = Swift.Int32
|
|
1912
|
+
public var rawValue: Mason.LineHeight.RawValue {
|
|
1913
|
+
get
|
|
1094
1914
|
}
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1915
|
+
public init?(rawValue: Mason.LineHeight.RawValue)
|
|
1916
|
+
public var description: Swift.String {
|
|
1917
|
+
get
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
public enum TextOverflow : Swift.CustomStringConvertible {
|
|
1921
|
+
case Clip
|
|
1922
|
+
case Ellipse(Swift.String?)
|
|
1923
|
+
case Custom(Swift.String)
|
|
1924
|
+
public typealias RawValue = Swift.Int32
|
|
1925
|
+
public var description: Swift.String {
|
|
1926
|
+
get
|
|
1104
1927
|
}
|
|
1105
|
-
|
|
1928
|
+
}
|
|
1929
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonTextOverflowCompat) public class TextOverflowCompat : ObjectiveC.NSObject {
|
|
1930
|
+
@objc public static let Clip: Mason.TextOverflowCompat
|
|
1931
|
+
@objc public static func Ellipse(_ value: Swift.String? = nil) -> Mason.TextOverflowCompat
|
|
1932
|
+
@objc public static func Custom(_ value: Swift.String) -> Mason.TextOverflowCompat
|
|
1933
|
+
@objc override dynamic public var description: Swift.String {
|
|
1106
1934
|
@objc get
|
|
1107
1935
|
}
|
|
1108
|
-
@objc
|
|
1936
|
+
@objc deinit
|
|
1937
|
+
}
|
|
1938
|
+
@objc(MasonTextJustify) public enum TextJustify : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1939
|
+
case None
|
|
1940
|
+
case Auto
|
|
1941
|
+
case InterWord
|
|
1942
|
+
case InterCharacter
|
|
1943
|
+
case Distribute
|
|
1944
|
+
public typealias RawValue = Swift.Int32
|
|
1945
|
+
public var rawValue: Mason.TextJustify.RawValue {
|
|
1946
|
+
get
|
|
1947
|
+
}
|
|
1948
|
+
public init?(rawValue: Mason.TextJustify.RawValue)
|
|
1949
|
+
public var description: Swift.String {
|
|
1950
|
+
get
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
@objc(MasonDecorationStyle) public enum DecorationStyle : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1954
|
+
case Solid
|
|
1955
|
+
case Double
|
|
1956
|
+
case Dotted
|
|
1957
|
+
case Dashed
|
|
1958
|
+
case Wavy
|
|
1959
|
+
public typealias RawValue = Swift.Int32
|
|
1960
|
+
public var rawValue: Mason.DecorationStyle.RawValue {
|
|
1961
|
+
get
|
|
1962
|
+
}
|
|
1963
|
+
public init?(rawValue: Mason.DecorationStyle.RawValue)
|
|
1964
|
+
public var description: Swift.String {
|
|
1965
|
+
get
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
@objc(MasonFloat) public enum MasonFloat : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1969
|
+
case None
|
|
1970
|
+
case Left
|
|
1971
|
+
case Right
|
|
1972
|
+
public typealias RawValue = Swift.Int32
|
|
1973
|
+
public var rawValue: Mason.MasonFloat.RawValue {
|
|
1974
|
+
get
|
|
1975
|
+
}
|
|
1976
|
+
public init?(rawValue: Mason.MasonFloat.RawValue)
|
|
1977
|
+
public var description: Swift.String {
|
|
1978
|
+
get
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
@objc(MasonClear) public enum Clear : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1982
|
+
case None
|
|
1983
|
+
case Left
|
|
1984
|
+
case Right
|
|
1985
|
+
case Both
|
|
1986
|
+
public typealias RawValue = Swift.Int32
|
|
1987
|
+
public var rawValue: Mason.Clear.RawValue {
|
|
1988
|
+
get
|
|
1989
|
+
}
|
|
1990
|
+
public init?(rawValue: Mason.Clear.RawValue)
|
|
1991
|
+
public var description: Swift.String {
|
|
1992
|
+
get
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
@objc(MasonObjectFit) public enum ObjectFit : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1996
|
+
case Contain
|
|
1997
|
+
case Cover
|
|
1998
|
+
case Fill
|
|
1999
|
+
case None
|
|
2000
|
+
case ScaleDown
|
|
2001
|
+
public typealias RawValue = Swift.Int32
|
|
2002
|
+
public var rawValue: Mason.ObjectFit.RawValue {
|
|
2003
|
+
get
|
|
2004
|
+
}
|
|
2005
|
+
public init?(rawValue: Mason.ObjectFit.RawValue)
|
|
2006
|
+
public var description: Swift.String {
|
|
2007
|
+
get
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
public enum VerticalAlign {
|
|
2011
|
+
case Baseline
|
|
2012
|
+
case Length
|
|
2013
|
+
case Percent
|
|
2014
|
+
case Sub
|
|
2015
|
+
case Super
|
|
2016
|
+
case Top
|
|
2017
|
+
case TextTop
|
|
2018
|
+
case Middle
|
|
2019
|
+
case Bottom
|
|
2020
|
+
case TextBottom
|
|
2021
|
+
public var rawValue: Swift.Int32 {
|
|
2022
|
+
get
|
|
2023
|
+
}
|
|
2024
|
+
public static func == (a: Mason.VerticalAlign, b: Mason.VerticalAlign) -> Swift.Bool
|
|
2025
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
2026
|
+
public var hashValue: Swift.Int {
|
|
2027
|
+
get
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
@_hasMissingDesignatedInitializers @objc(MasonVerticalAlignValue) public class MasonVerticalAlignValue : ObjectiveC.NSObject {
|
|
2031
|
+
public static let Baseline: Mason.MasonVerticalAlignValue
|
|
2032
|
+
public static func length(_ value: Swift.Float) -> Mason.MasonVerticalAlignValue
|
|
2033
|
+
public static func percent(_ value: Swift.Float) -> Mason.MasonVerticalAlignValue
|
|
2034
|
+
public static let Sub: Mason.MasonVerticalAlignValue
|
|
2035
|
+
public static let Super: Mason.MasonVerticalAlignValue
|
|
2036
|
+
public static let Top: Mason.MasonVerticalAlignValue
|
|
2037
|
+
public static let TextTop: Mason.MasonVerticalAlignValue
|
|
2038
|
+
public static let Middle: Mason.MasonVerticalAlignValue
|
|
2039
|
+
public static let Bottom: Mason.MasonVerticalAlignValue
|
|
2040
|
+
public static let TextBottom: Mason.MasonVerticalAlignValue
|
|
2041
|
+
public init(style: Mason.MasonStyle)
|
|
2042
|
+
@objc deinit
|
|
2043
|
+
}
|
|
2044
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonUIView) @_Concurrency.MainActor @preconcurrency public class MasonUIView : UIKit.UIView, Mason.MasonElement, Mason.MasonElementObjc {
|
|
2045
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
2046
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
2047
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
1109
2048
|
@objc get
|
|
1110
2049
|
}
|
|
1111
|
-
@
|
|
2050
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
1112
2051
|
@objc get
|
|
1113
|
-
@objc set
|
|
1114
2052
|
}
|
|
2053
|
+
@objc @_Concurrency.MainActor @preconcurrency public func markNodeDirty()
|
|
2054
|
+
@objc @_Concurrency.MainActor @preconcurrency public func isNodeDirty() -> Swift.Bool
|
|
2055
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createGridView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
2056
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createFlexView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
2057
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createBlockView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
1115
2058
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
1116
2059
|
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
1117
|
-
@objc @_Concurrency.MainActor @preconcurrency public func syncStyle(_ state: Swift.String)
|
|
1118
2060
|
@objc @_Concurrency.MainActor @preconcurrency public func addSubviews(_ views: [UIKit.UIView])
|
|
1119
2061
|
@objc @_Concurrency.MainActor @preconcurrency public func addSubviews(_ views: [UIKit.UIView], at index: Swift.Int)
|
|
1120
|
-
@objc @_Concurrency.MainActor @preconcurrency public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
1121
2062
|
@objc @_Concurrency.MainActor @preconcurrency public var inBatch: Swift.Bool {
|
|
1122
2063
|
@objc get
|
|
1123
2064
|
@objc set(value)
|
|
1124
2065
|
}
|
|
2066
|
+
@objc @_Concurrency.MainActor @preconcurrency public var background: Swift.String {
|
|
2067
|
+
@objc get
|
|
2068
|
+
@objc set(value)
|
|
2069
|
+
}
|
|
1125
2070
|
@objc @_Concurrency.MainActor @preconcurrency public var display: Mason.Display {
|
|
1126
2071
|
@objc get
|
|
1127
2072
|
@objc set(value)
|
|
@@ -1202,71 +2147,55 @@ public protocol MasonView {
|
|
|
1202
2147
|
@objc get
|
|
1203
2148
|
@objc set(value)
|
|
1204
2149
|
}
|
|
1205
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2150
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridArea: Swift.String {
|
|
1206
2151
|
@objc get
|
|
1207
2152
|
@objc set(value)
|
|
1208
2153
|
}
|
|
1209
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2154
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateAreas: Swift.String {
|
|
1210
2155
|
@objc get
|
|
1211
2156
|
@objc set(value)
|
|
1212
2157
|
}
|
|
1213
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2158
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoRows: Swift.String {
|
|
1214
2159
|
@objc get
|
|
1215
2160
|
@objc set(value)
|
|
1216
2161
|
}
|
|
1217
|
-
@_Concurrency.MainActor @preconcurrency public var
|
|
1218
|
-
get
|
|
1219
|
-
set(value)
|
|
1220
|
-
}
|
|
1221
|
-
@_Concurrency.MainActor @preconcurrency public var gridColumnStart: Mason.GridPlacement {
|
|
1222
|
-
get
|
|
1223
|
-
set
|
|
2162
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoColumns: Swift.String {
|
|
2163
|
+
@objc get
|
|
2164
|
+
@objc set(value)
|
|
1224
2165
|
}
|
|
1225
|
-
@_Concurrency.MainActor @preconcurrency public var
|
|
1226
|
-
get
|
|
1227
|
-
set
|
|
2166
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoFlow: Mason.GridAutoFlow {
|
|
2167
|
+
@objc get
|
|
2168
|
+
@objc set(value)
|
|
1228
2169
|
}
|
|
1229
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2170
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumn: Swift.String {
|
|
1230
2171
|
@objc get
|
|
1231
|
-
@objc set
|
|
2172
|
+
@objc set(value)
|
|
1232
2173
|
}
|
|
1233
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2174
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnStart: Swift.String {
|
|
1234
2175
|
@objc get
|
|
1235
2176
|
@objc set
|
|
1236
2177
|
}
|
|
1237
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2178
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnEnd: Swift.String {
|
|
1238
2179
|
@objc get
|
|
1239
2180
|
@objc set
|
|
1240
2181
|
}
|
|
1241
|
-
@_Concurrency.MainActor @preconcurrency public var gridRow:
|
|
1242
|
-
get
|
|
1243
|
-
set(value)
|
|
1244
|
-
}
|
|
1245
|
-
@_Concurrency.MainActor @preconcurrency public var gridRowStart: Mason.GridPlacement {
|
|
1246
|
-
get
|
|
1247
|
-
set
|
|
1248
|
-
}
|
|
1249
|
-
@_Concurrency.MainActor @preconcurrency public var gridRowEnd: Mason.GridPlacement {
|
|
1250
|
-
get
|
|
1251
|
-
set
|
|
1252
|
-
}
|
|
1253
|
-
@objc @_Concurrency.MainActor @preconcurrency public var gridRowCompat: Mason.LineGridPlacementCompat {
|
|
2182
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRow: Swift.String {
|
|
1254
2183
|
@objc get
|
|
1255
|
-
@objc set
|
|
2184
|
+
@objc set(value)
|
|
1256
2185
|
}
|
|
1257
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2186
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowStart: Swift.String {
|
|
1258
2187
|
@objc get
|
|
1259
2188
|
@objc set
|
|
1260
2189
|
}
|
|
1261
|
-
@objc @_Concurrency.MainActor @preconcurrency public var
|
|
2190
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowEnd: Swift.String {
|
|
1262
2191
|
@objc get
|
|
1263
2192
|
@objc set
|
|
1264
2193
|
}
|
|
1265
|
-
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateRows: Swift.
|
|
2194
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateRows: Swift.String {
|
|
1266
2195
|
@objc get
|
|
1267
2196
|
@objc set(value)
|
|
1268
2197
|
}
|
|
1269
|
-
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateColumns: Swift.
|
|
2198
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateColumns: Swift.String {
|
|
1270
2199
|
@objc get
|
|
1271
2200
|
@objc set(value)
|
|
1272
2201
|
}
|
|
@@ -1280,12 +2209,12 @@ public protocol MasonView {
|
|
|
1280
2209
|
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingRight() -> Mason.MasonLengthPercentageCompat
|
|
1281
2210
|
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingTop() -> Mason.MasonLengthPercentageCompat
|
|
1282
2211
|
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingBottom() -> Mason.MasonLengthPercentageCompat
|
|
1283
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
1284
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
1285
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
1286
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
1287
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
1288
|
-
@objc @_Concurrency.MainActor @preconcurrency public func
|
|
2212
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderWidth(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
2213
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorderWidth() -> Mason.MasonLengthPercentageRectCompat
|
|
2214
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderLeftWidth(_ left: Swift.Float, _ type: Swift.Int)
|
|
2215
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderRightWidth(_ right: Swift.Float, _ type: Swift.Int)
|
|
2216
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderTopWidth(_ top: Swift.Float, _ type: Swift.Int)
|
|
2217
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderBottomWidth(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1289
2218
|
@objc @_Concurrency.MainActor @preconcurrency public func getBorderLeft() -> Mason.MasonLengthPercentageCompat
|
|
1290
2219
|
@objc @_Concurrency.MainActor @preconcurrency public func getBorderRight() -> Mason.MasonLengthPercentageCompat
|
|
1291
2220
|
@objc @_Concurrency.MainActor @preconcurrency public func getBorderBottom() -> Mason.MasonLengthPercentageCompat
|
|
@@ -1337,16 +2266,50 @@ public protocol MasonView {
|
|
|
1337
2266
|
@objc @_Concurrency.MainActor @preconcurrency public func getColumnGap() -> Mason.MasonLengthPercentageCompat
|
|
1338
2267
|
@objc deinit
|
|
1339
2268
|
}
|
|
2269
|
+
@_hasMissingDesignatedInitializers @objc(MasonScroll) @objcMembers @_Concurrency.MainActor @preconcurrency public class Scroll : UIKit.UIScrollView, UIKit.UIScrollViewDelegate, Mason.MasonElement, Mason.MasonElementObjc {
|
|
2270
|
+
@_Concurrency.MainActor @preconcurrency @objc final public let node: Mason.MasonNode
|
|
2271
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
2272
|
+
@_Concurrency.MainActor @preconcurrency @objc public var uiView: UIKit.UIView {
|
|
2273
|
+
@objc get
|
|
2274
|
+
}
|
|
2275
|
+
@_Concurrency.MainActor @preconcurrency @objc public var style: Mason.MasonStyle {
|
|
2276
|
+
@objc get
|
|
2277
|
+
}
|
|
2278
|
+
@_Concurrency.MainActor @preconcurrency @objc public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView)
|
|
2279
|
+
@_Concurrency.MainActor @preconcurrency @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
|
|
2280
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
2281
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView, at: Swift.Int)
|
|
2282
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
2283
|
+
@objc deinit
|
|
2284
|
+
}
|
|
2285
|
+
extension Mason.NSCFontDisplay : Swift.Equatable {}
|
|
2286
|
+
extension Mason.NSCFontDisplay : Swift.Hashable {}
|
|
2287
|
+
extension Mason.NSCFontWeight : Swift.Equatable {}
|
|
2288
|
+
extension Mason.NSCFontWeight : Swift.Hashable {}
|
|
2289
|
+
extension Mason.NSCFontFaceStatus : Swift.Equatable {}
|
|
2290
|
+
extension Mason.NSCFontFaceStatus : Swift.Hashable {}
|
|
2291
|
+
extension Mason.CSSBorderRenderer.Side : Swift.Equatable {}
|
|
2292
|
+
extension Mason.CSSBorderRenderer.Side : Swift.Hashable {}
|
|
2293
|
+
extension Mason.MasonTextType : Swift.Equatable {}
|
|
2294
|
+
extension Mason.MasonTextType : Swift.Hashable {}
|
|
2295
|
+
extension Mason.MasonNodeType : Swift.Equatable {}
|
|
2296
|
+
extension Mason.MasonNodeType : Swift.Hashable {}
|
|
2297
|
+
extension Mason.NSCFontFaceSetStatus : Swift.Equatable {}
|
|
2298
|
+
extension Mason.NSCFontFaceSetStatus : Swift.Hashable {}
|
|
2299
|
+
extension Mason.LoadingState : Swift.Equatable {}
|
|
2300
|
+
extension Mason.LoadingState : Swift.Hashable {}
|
|
1340
2301
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
1341
2302
|
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
1342
2303
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
1343
2304
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Hashable {}
|
|
1344
2305
|
extension Mason.MasonLengthPercentageCompatType : Swift.Equatable {}
|
|
1345
2306
|
extension Mason.MasonLengthPercentageCompatType : Swift.Hashable {}
|
|
1346
|
-
extension Mason.
|
|
1347
|
-
extension Mason.
|
|
1348
|
-
extension Mason.
|
|
1349
|
-
extension Mason.
|
|
2307
|
+
extension Mason.BoxSizing : Swift.Equatable {}
|
|
2308
|
+
extension Mason.BoxSizing : Swift.Hashable {}
|
|
2309
|
+
extension Mason.Align : Swift.Equatable {}
|
|
2310
|
+
extension Mason.Align : Swift.Hashable {}
|
|
2311
|
+
extension Mason.TextAlign : Swift.Equatable {}
|
|
2312
|
+
extension Mason.TextAlign : Swift.Hashable {}
|
|
1350
2313
|
extension Mason.AlignItems : Swift.Equatable {}
|
|
1351
2314
|
extension Mason.AlignItems : Swift.Hashable {}
|
|
1352
2315
|
extension Mason.AlignSelf : Swift.Equatable {}
|
|
@@ -1383,3 +2346,19 @@ extension Mason.FontStyle : Swift.Equatable {}
|
|
|
1383
2346
|
extension Mason.FontStyle : Swift.Hashable {}
|
|
1384
2347
|
extension Mason.TextWrap : Swift.Equatable {}
|
|
1385
2348
|
extension Mason.TextWrap : Swift.Hashable {}
|
|
2349
|
+
extension Mason.WhiteSpace : Swift.Equatable {}
|
|
2350
|
+
extension Mason.WhiteSpace : Swift.Hashable {}
|
|
2351
|
+
extension Mason.LineHeight : Swift.Equatable {}
|
|
2352
|
+
extension Mason.LineHeight : Swift.Hashable {}
|
|
2353
|
+
extension Mason.TextJustify : Swift.Equatable {}
|
|
2354
|
+
extension Mason.TextJustify : Swift.Hashable {}
|
|
2355
|
+
extension Mason.DecorationStyle : Swift.Equatable {}
|
|
2356
|
+
extension Mason.DecorationStyle : Swift.Hashable {}
|
|
2357
|
+
extension Mason.MasonFloat : Swift.Equatable {}
|
|
2358
|
+
extension Mason.MasonFloat : Swift.Hashable {}
|
|
2359
|
+
extension Mason.Clear : Swift.Equatable {}
|
|
2360
|
+
extension Mason.Clear : Swift.Hashable {}
|
|
2361
|
+
extension Mason.ObjectFit : Swift.Equatable {}
|
|
2362
|
+
extension Mason.ObjectFit : Swift.Hashable {}
|
|
2363
|
+
extension Mason.VerticalAlign : Swift.Equatable {}
|
|
2364
|
+
extension Mason.VerticalAlign : Swift.Hashable {}
|