@triniwiz/nativescript-masonkit 1.0.0-alpha.1 → 1.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +53 -30
- package/common.js +489 -1113
- package/common.js.map +1 -1
- package/helpers.d.ts +116 -94
- package/helpers.js +474 -2538
- package/helpers.js.map +1 -1
- package/index.android.d.ts +28 -20
- package/index.android.js +110 -65
- package/index.android.js.map +1 -1
- package/index.d.ts +112 -18
- package/index.ios.d.ts +42 -21
- package/index.ios.js +316 -96
- package/index.ios.js.map +1 -1
- package/node.d.ts +2 -0
- package/node.js +3 -0
- package/node.js.map +1 -0
- package/package.json +3 -3
- package/platforms/android/include.gradle +18 -1
- package/platforms/android/masonkit-release.aar +0 -0
- package/platforms/ios/Mason.xcframework/Info.plist +4 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason-Swift.h +345 -314
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/Mason.h +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Headers/mason_native.h +215 -818
- 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 +20667 -16180
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +444 -308
- 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 +444 -308
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/module.modulemap +1 -1
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1937 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason-Swift.h +690 -628
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/Mason.h +11 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Headers/mason_native.h +215 -818
- 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 +20667 -16180
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +444 -308
- 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 +444 -308
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +20667 -16180
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +444 -308
- 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 +444 -308
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/module.modulemap +1 -1
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/_CodeSignature/CodeResources +33 -97
- 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 +1937 -0
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +1888 -0
- package/platforms/ios/Podfile +1 -1
- package/platforms/ios/build.xcconfig +4 -1
- package/platforms/ios/prebuild.sh +101 -0
- package/platforms/new_native_src/cpp/Caches.cpp +36 -0
- package/platforms/new_native_src/cpp/Caches.h +42 -0
- package/platforms/new_native_src/cpp/Common.h +34 -0
- package/platforms/new_native_src/cpp/ConcurrentMap.h +57 -0
- package/platforms/new_native_src/cpp/Helpers.cpp +101 -0
- package/platforms/new_native_src/cpp/Helpers.h +364 -0
- package/platforms/new_native_src/cpp/MasonImpl.cpp +68 -0
- package/platforms/new_native_src/cpp/MasonImpl.h +40 -0
- package/platforms/new_native_src/cpp/MasonNodeImpl.cpp +89 -0
- package/platforms/new_native_src/cpp/MasonNodeImpl.h +47 -0
- package/platforms/new_native_src/cpp/MasonStyleImpl.cpp +2181 -0
- package/platforms/new_native_src/cpp/MasonStyleImpl.h +420 -0
- package/platforms/{ios/src → new_native_src/cpp}/include/mason_native.h +47 -20
- package/platforms/new_native_src/cpp/include/robin_hood.h +2544 -0
- package/src-native/pods/Headers/include/APIDesign.md +72 -0
- package/src-native/pods/Headers/include/DEPS +10 -0
- package/src-native/pods/Headers/include/DIR_METADATA +11 -0
- package/src-native/pods/Headers/include/OWNERS +23 -0
- package/src-native/pods/Headers/include/cppgc/DEPS +8 -0
- package/src-native/pods/Headers/include/cppgc/OWNERS +2 -0
- package/src-native/pods/Headers/include/cppgc/README.md +133 -0
- package/src-native/pods/Headers/include/cppgc/allocation.h +310 -0
- package/src-native/pods/Headers/include/cppgc/common.h +29 -0
- package/src-native/pods/Headers/include/cppgc/cross-thread-persistent.h +465 -0
- package/src-native/pods/Headers/include/cppgc/custom-space.h +97 -0
- package/src-native/pods/Headers/include/cppgc/default-platform.h +67 -0
- package/src-native/pods/Headers/include/cppgc/ephemeron-pair.h +30 -0
- package/src-native/pods/Headers/include/cppgc/explicit-management.h +100 -0
- package/src-native/pods/Headers/include/cppgc/garbage-collected.h +106 -0
- package/src-native/pods/Headers/include/cppgc/heap-consistency.h +266 -0
- package/src-native/pods/Headers/include/cppgc/heap-state.h +82 -0
- package/src-native/pods/Headers/include/cppgc/heap-statistics.h +120 -0
- package/src-native/pods/Headers/include/cppgc/heap.h +206 -0
- package/src-native/pods/Headers/include/cppgc/internal/api-constants.h +55 -0
- package/src-native/pods/Headers/include/cppgc/internal/atomic-entry-flag.h +48 -0
- package/src-native/pods/Headers/include/cppgc/internal/caged-heap-local-data.h +79 -0
- package/src-native/pods/Headers/include/cppgc/internal/compiler-specific.h +38 -0
- package/src-native/pods/Headers/include/cppgc/internal/finalizer-trait.h +93 -0
- package/src-native/pods/Headers/include/cppgc/internal/gc-info.h +156 -0
- package/src-native/pods/Headers/include/cppgc/internal/logging.h +50 -0
- package/src-native/pods/Headers/include/cppgc/internal/name-trait.h +122 -0
- package/src-native/pods/Headers/include/cppgc/internal/persistent-node.h +216 -0
- package/src-native/pods/Headers/include/cppgc/internal/pointer-policies.h +186 -0
- package/src-native/pods/Headers/include/cppgc/internal/write-barrier.h +435 -0
- package/src-native/pods/Headers/include/cppgc/liveness-broker.h +77 -0
- package/src-native/pods/Headers/include/cppgc/macros.h +26 -0
- package/src-native/pods/Headers/include/cppgc/member.h +291 -0
- package/src-native/pods/Headers/include/cppgc/name-provider.h +65 -0
- package/src-native/pods/Headers/include/cppgc/object-size-trait.h +58 -0
- package/src-native/pods/Headers/include/cppgc/persistent.h +370 -0
- package/src-native/pods/Headers/include/cppgc/platform.h +156 -0
- package/src-native/pods/Headers/include/cppgc/prefinalizer.h +75 -0
- package/src-native/pods/Headers/include/cppgc/process-heap-statistics.h +36 -0
- package/src-native/pods/Headers/include/cppgc/sentinel-pointer.h +32 -0
- package/src-native/pods/Headers/include/cppgc/source-location.h +92 -0
- package/src-native/pods/Headers/include/cppgc/testing.h +106 -0
- package/src-native/pods/Headers/include/cppgc/trace-trait.h +116 -0
- package/src-native/pods/Headers/include/cppgc/type-traits.h +240 -0
- package/src-native/pods/Headers/include/cppgc/visitor.h +379 -0
- package/src-native/pods/Headers/include/js_protocol-1.2.json +936 -0
- package/src-native/pods/Headers/include/js_protocol-1.3.json +1112 -0
- package/src-native/pods/Headers/include/js_protocol.pdl +1709 -0
- package/src-native/pods/Headers/include/libffi/arm64/ffi.h +524 -0
- package/src-native/pods/Headers/include/libffi/arm64/ffitarget.h +92 -0
- package/src-native/pods/Headers/include/libffi/x86_64/ffi.h +524 -0
- package/src-native/pods/Headers/include/libffi/x86_64/ffitarget.h +147 -0
- package/src-native/pods/Headers/include/libffi.h +12 -0
- package/src-native/pods/Headers/include/libplatform/DEPS +9 -0
- package/src-native/pods/Headers/include/libplatform/libplatform-export.h +29 -0
- package/src-native/pods/Headers/include/libplatform/libplatform.h +106 -0
- package/src-native/pods/Headers/include/libplatform/v8-tracing.h +333 -0
- package/src-native/pods/Headers/include/v8-array-buffer.h +433 -0
- package/src-native/pods/Headers/include/v8-callbacks.h +397 -0
- package/src-native/pods/Headers/include/v8-container.h +129 -0
- package/src-native/pods/Headers/include/v8-context.h +407 -0
- package/src-native/pods/Headers/include/v8-cppgc.h +215 -0
- package/src-native/pods/Headers/include/v8-data.h +80 -0
- package/src-native/pods/Headers/include/v8-date.h +43 -0
- package/src-native/pods/Headers/include/v8-debug.h +168 -0
- package/src-native/pods/Headers/include/v8-embedder-heap.h +218 -0
- package/src-native/pods/Headers/include/v8-embedder-state-scope.h +51 -0
- package/src-native/pods/Headers/include/v8-exception.h +217 -0
- package/src-native/pods/Headers/include/v8-extension.h +62 -0
- package/src-native/pods/Headers/include/v8-external.h +37 -0
- package/src-native/pods/Headers/include/v8-fast-api-calls.h +939 -0
- package/src-native/pods/Headers/include/v8-forward.h +81 -0
- package/src-native/pods/Headers/include/v8-function-callback.h +475 -0
- package/src-native/pods/Headers/include/v8-function.h +125 -0
- package/src-native/pods/Headers/include/v8-initialization.h +315 -0
- package/src-native/pods/Headers/include/v8-inspector-protocol.h +13 -0
- package/src-native/pods/Headers/include/v8-inspector.h +376 -0
- package/src-native/pods/Headers/include/v8-internal.h +661 -0
- package/src-native/pods/Headers/include/v8-isolate.h +1709 -0
- package/src-native/pods/Headers/include/v8-json.h +47 -0
- package/src-native/pods/Headers/include/v8-local-handle.h +455 -0
- package/src-native/pods/Headers/include/v8-locker.h +149 -0
- package/src-native/pods/Headers/include/v8-maybe.h +137 -0
- package/src-native/pods/Headers/include/v8-memory-span.h +43 -0
- package/src-native/pods/Headers/include/v8-message.h +216 -0
- package/src-native/pods/Headers/include/v8-metrics.h +255 -0
- package/src-native/pods/Headers/include/v8-microtask-queue.h +152 -0
- package/src-native/pods/Headers/include/v8-microtask.h +28 -0
- package/src-native/pods/Headers/include/v8-object.h +775 -0
- package/src-native/pods/Headers/include/v8-persistent-handle.h +590 -0
- package/src-native/pods/Headers/include/v8-platform.h +1092 -0
- package/src-native/pods/Headers/include/v8-primitive-object.h +118 -0
- package/src-native/pods/Headers/include/v8-primitive.h +866 -0
- package/src-native/pods/Headers/include/v8-profiler.h +1198 -0
- package/src-native/pods/Headers/include/v8-promise.h +174 -0
- package/src-native/pods/Headers/include/v8-proxy.h +50 -0
- package/src-native/pods/Headers/include/v8-regexp.h +105 -0
- package/src-native/pods/Headers/include/v8-script.h +748 -0
- package/src-native/pods/Headers/include/v8-snapshot.h +196 -0
- package/src-native/pods/Headers/include/v8-statistics.h +217 -0
- package/src-native/pods/Headers/include/v8-template.h +1079 -0
- package/src-native/pods/Headers/include/v8-traced-handle.h +420 -0
- package/src-native/pods/Headers/include/v8-typed-array.h +282 -0
- package/src-native/pods/Headers/include/v8-unwinder-state.h +31 -0
- package/src-native/pods/Headers/include/v8-unwinder.h +132 -0
- package/src-native/pods/Headers/include/v8-util.h +658 -0
- package/src-native/pods/Headers/include/v8-value-serializer-version.h +24 -0
- package/src-native/pods/Headers/include/v8-value-serializer.h +279 -0
- package/src-native/pods/Headers/include/v8-value.h +526 -0
- package/src-native/pods/Headers/include/v8-version-string.h +38 -0
- package/src-native/pods/Headers/include/v8-version.h +20 -0
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-posix.h +31 -0
- package/src-native/pods/Headers/include/v8-wasm-trap-handler-win.h +28 -0
- package/src-native/pods/Headers/include/v8-wasm.h +257 -0
- package/src-native/pods/Headers/include/v8-weak-callback-info.h +86 -0
- package/src-native/pods/Headers/include/v8.h +88 -0
- package/src-native/pods/Headers/include/v8config.h +605 -0
- package/src-native/pods/Headers/inspector/InspectorServer.h +20 -0
- package/src-native/pods/Headers/inspector/JsV8InspectorClient.h +66 -0
- package/src-native/pods/Headers/inspector/base/trace_event/common/trace_event_common.h +1123 -0
- package/src-native/pods/Headers/inspector/base64.h +9 -0
- package/src-native/pods/Headers/inspector/src/base/address-region.h +95 -0
- package/src-native/pods/Headers/inspector/src/base/atomic-utils.h +219 -0
- package/src-native/pods/Headers/inspector/src/base/atomicops.h +332 -0
- package/src-native/pods/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +89 -0
- package/src-native/pods/Headers/inspector/src/base/base-export.h +31 -0
- package/src-native/pods/Headers/inspector/src/base/bits.h +343 -0
- package/src-native/pods/Headers/inspector/src/base/build_config.h +234 -0
- package/src-native/pods/Headers/inspector/src/base/compiler-specific.h +136 -0
- package/src-native/pods/Headers/inspector/src/base/export-template.h +163 -0
- package/src-native/pods/Headers/inspector/src/base/flags.h +130 -0
- package/src-native/pods/Headers/inspector/src/base/immediate-crash.h +162 -0
- package/src-native/pods/Headers/inspector/src/base/lazy-instance.h +258 -0
- package/src-native/pods/Headers/inspector/src/base/logging.h +417 -0
- package/src-native/pods/Headers/inspector/src/base/macros.h +423 -0
- package/src-native/pods/Headers/inspector/src/base/memory.h +89 -0
- package/src-native/pods/Headers/inspector/src/base/once.h +108 -0
- package/src-native/pods/Headers/inspector/src/base/optional.h +882 -0
- package/src-native/pods/Headers/inspector/src/base/platform/mutex.h +370 -0
- package/src-native/pods/Headers/inspector/src/base/platform/platform.h +476 -0
- package/src-native/pods/Headers/inspector/src/base/platform/semaphore.h +108 -0
- package/src-native/pods/Headers/inspector/src/base/platform/v8-time.h +513 -0
- package/src-native/pods/Headers/inspector/src/base/platform/wrappers.h +73 -0
- package/src-native/pods/Headers/inspector/src/base/safe_conversions.h +389 -0
- package/src-native/pods/Headers/inspector/src/base/safe_conversions_impl.h +822 -0
- package/src-native/pods/Headers/inspector/src/base/template-utils.h +113 -0
- package/src-native/pods/Headers/inspector/src/base/v8-fallthrough.h +21 -0
- package/src-native/pods/Headers/inspector/src/common/checks.h +38 -0
- package/src-native/pods/Headers/inspector/src/common/globals.h +1842 -0
- package/src-native/pods/Headers/inspector/src/debug/debug-interface.h +667 -0
- package/src-native/pods/Headers/inspector/src/debug/interface-types.h +175 -0
- package/src-native/pods/Headers/inspector/src/init/v8.h +52 -0
- package/src-native/pods/Headers/inspector/src/inspector/custom-preview.h +24 -0
- package/src-native/pods/Headers/inspector/src/inspector/injected-script.h +251 -0
- package/src-native/pods/Headers/inspector/src/inspector/inspected-context.h +79 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/CSS.h +2148 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Console.h +211 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/DOM.h +1008 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Debugger.h +892 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Forward.h +75 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/HeapProfiler.h +346 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Log.h +342 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Network.h +2528 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Overlay.h +281 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Page.h +1189 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Profiler.h +1001 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Protocol.h +617 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Runtime.h +1696 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Schema.h +146 -0
- package/src-native/pods/Headers/inspector/src/inspector/protocol/Security.h +793 -0
- package/src-native/pods/Headers/inspector/src/inspector/remote-object-id.h +54 -0
- package/src-native/pods/Headers/inspector/src/inspector/search-util.h +26 -0
- package/src-native/pods/Headers/inspector/src/inspector/string-16.h +180 -0
- package/src-native/pods/Headers/inspector/src/inspector/string-util.h +128 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-agent-impl.h +48 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-console-message.h +147 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-console.h +173 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-css-agent-impl.h +62 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +248 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-id.h +44 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-script.h +123 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-debugger.h +257 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-dom-agent-impl.h +91 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +80 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-impl.h +191 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-session-impl.h +156 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-log-agent-impl.h +34 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-network-agent-impl.h +71 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +24 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +70 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-page-agent-impl.h +88 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +104 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-regex.h +38 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +157 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-schema-agent-impl.h +38 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-stack-trace-impl.h +164 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-string-conversions.h +17 -0
- package/src-native/pods/Headers/inspector/src/inspector/v8-value-utils.h +23 -0
- package/src-native/pods/Headers/inspector/src/inspector/value-mirror.h +87 -0
- package/src-native/pods/Headers/inspector/src/libplatform/default-platform.h +92 -0
- package/src-native/pods/Headers/inspector/src/logging/tracing-flags.h +50 -0
- package/src-native/pods/Headers/inspector/src/numbers/conversions.h +183 -0
- package/src-native/pods/Headers/inspector/src/tracing/trace-event.h +664 -0
- package/src-native/pods/Headers/inspector/src/utils/allocation.h +367 -0
- package/src-native/pods/Headers/inspector/src/utils/vector.h +324 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +305 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +314 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +62 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +6 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +58 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +47 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +80 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +52 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +26 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +104 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +39 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +406 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +32 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +158 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +99 -0
- package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +139 -0
- package/src-native/pods/Headers/inspector/utils.h +32 -0
- package/src-native/pods/Headers/inspector/v8-inspector-platform.h +44 -0
- package/src-native/pods/Headers/jsi/decorator.h +762 -0
- package/src-native/pods/Headers/jsi/instrumentation.h +117 -0
- package/src-native/pods/Headers/jsi/jsi-inl.h +322 -0
- package/src-native/pods/Headers/jsi/jsi.h +1387 -0
- package/src-native/pods/Headers/jsi/jsilib.h +59 -0
- package/src-native/pods/Headers/jsi/threadsafe.h +79 -0
- package/src-native/pods/Headers/runtime/ArgConverter.h +61 -0
- package/src-native/pods/Headers/runtime/ArrayAdapter.h +13 -0
- package/src-native/pods/Headers/runtime/Caches.h +98 -0
- package/src-native/pods/Headers/runtime/ClassBuilder.h +61 -0
- package/src-native/pods/Headers/runtime/Common.h +9 -0
- package/src-native/pods/Headers/runtime/ConcurrentMap.h +55 -0
- package/src-native/pods/Headers/runtime/ConcurrentQueue.h +28 -0
- package/src-native/pods/Headers/runtime/Console.h +27 -0
- package/src-native/pods/Headers/runtime/Constants.h +15 -0
- package/src-native/pods/Headers/runtime/DataWrapper.h +671 -0
- package/src-native/pods/Headers/runtime/DictionaryAdapter.h +13 -0
- package/src-native/pods/Headers/runtime/ExtVector.h +21 -0
- package/src-native/pods/Headers/runtime/FFICall.h +105 -0
- package/src-native/pods/Headers/runtime/FastEnumerationAdapter.h +13 -0
- package/src-native/pods/Headers/runtime/FunctionReference.h +18 -0
- package/src-native/pods/Headers/runtime/Helpers.h +84 -0
- package/src-native/pods/Headers/runtime/InlineFunctions.h +16 -0
- package/src-native/pods/Headers/runtime/Interop.h +202 -0
- package/src-native/pods/Headers/runtime/KnownUnknownClassPair.h +35 -0
- package/src-native/pods/Headers/runtime/Metadata.h +981 -0
- package/src-native/pods/Headers/runtime/MetadataBuilder.h +72 -0
- package/src-native/pods/Headers/runtime/MetadataInlines.h +157 -0
- package/src-native/pods/Headers/runtime/ModuleInternal.h +59 -0
- package/src-native/pods/Headers/runtime/NSDataAdapter.h +13 -0
- package/src-native/pods/Headers/runtime/NativeScriptException.h +27 -0
- package/src-native/pods/Headers/runtime/ObjectManager.h +31 -0
- package/src-native/pods/Headers/runtime/OneByteStringResource.h +21 -0
- package/src-native/pods/Headers/runtime/Pointer.h +26 -0
- package/src-native/pods/Headers/runtime/PromiseProxy.h +15 -0
- package/src-native/pods/Headers/runtime/Reference.h +38 -0
- package/src-native/pods/Headers/runtime/Runtime.h +67 -0
- package/src-native/pods/Headers/runtime/RuntimeConfig.h +17 -0
- package/src-native/pods/Headers/runtime/SetTimeout.h +34 -0
- package/src-native/pods/Headers/runtime/SimpleAllocator.h +23 -0
- package/src-native/pods/Headers/runtime/StringHasher.h +315 -0
- package/src-native/pods/Headers/runtime/SymbolIterator.h +18 -0
- package/src-native/pods/Headers/runtime/SymbolLoader.h +27 -0
- package/src-native/pods/Headers/runtime/TNSDerivedClass.h +8 -0
- package/src-native/pods/Headers/runtime/TSHelpers.h +15 -0
- package/src-native/pods/Headers/runtime/Tasks.h +19 -0
- package/src-native/pods/Headers/runtime/UnmanagedType.h +21 -0
- package/src-native/pods/Headers/runtime/WeakRef.h +15 -0
- package/src-native/pods/Headers/runtime/Worker.h +26 -0
- package/src-native/pods/Headers/runtime/robin_hood.h +2184 -0
- package/src-native/pods/Headers/v8runtime/HostProxy.h +71 -0
- package/src-native/pods/Headers/v8runtime/JSIV8ValueConverter.h +70 -0
- package/src-native/pods/Headers/v8runtime/V8PointerValue.h +44 -0
- package/src-native/pods/Headers/v8runtime/V8Runtime.h +215 -0
- package/src-native/pods/Headers/v8runtime/V8RuntimeConfig.h +26 -0
- package/src-native/pods/Headers/v8runtime/V8RuntimeFactory.h +21 -0
- package/src-native/pods/NativeScript.podspec +68 -0
- package/style.d.ts +166 -0
- package/style.js +1686 -0
- package/style.js.map +1 -0
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/PrivateHeaders/mason_native.h +0 -676
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/PrivateHeaders/mason_native.h +0 -676
- package/platforms/ios/src/JSIModule.h +0 -217
- package/platforms/ios/src/JSIModule.mm +0 -2788
- package/platforms/ios/src/module.modulemap +0 -4
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-
|
|
4
|
-
// swift-module-flags-ignorable: -
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios15.6-simulator -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
|
|
5
|
+
import CoreText
|
|
5
6
|
import Foundation
|
|
6
7
|
@_exported import Mason
|
|
7
8
|
import Swift
|
|
8
9
|
import UIKit
|
|
9
10
|
import _Concurrency
|
|
10
11
|
import _StringProcessing
|
|
12
|
+
import _SwiftConcurrencyShims
|
|
11
13
|
public struct Line<T> {
|
|
12
14
|
public init(_ start: T, _ end: T)
|
|
13
15
|
}
|
|
@@ -35,20 +37,25 @@ public struct Line<T> {
|
|
|
35
37
|
@objc public var jsonValue: Swift.String? {
|
|
36
38
|
@objc get
|
|
37
39
|
}
|
|
38
|
-
required public init(from decoder: Swift.Decoder) throws
|
|
39
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
40
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
41
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
40
42
|
@objc deinit
|
|
41
43
|
}
|
|
42
|
-
@_inheritsConvenienceInitializers @objc(
|
|
43
|
-
@objc public var nativePtr: Swift.
|
|
44
|
+
@_inheritsConvenienceInitializers @objc(NSCMason) @objcMembers public class NSCMason : ObjectiveC.NSObject {
|
|
45
|
+
@objc public var nativePtr: Swift.OpaquePointer? {
|
|
44
46
|
get
|
|
45
47
|
}
|
|
48
|
+
@objc public static var shared: Mason.NSCMason
|
|
46
49
|
@objc override dynamic public init()
|
|
47
50
|
@objc deinit
|
|
51
|
+
@objc public func nodeForView(_ view: UIKit.UIView, _ isLeaf: Swift.Bool = true) -> Mason.MasonNode
|
|
48
52
|
@objc public func clear()
|
|
49
|
-
@objc public
|
|
50
|
-
@objc public
|
|
51
|
-
@objc public
|
|
53
|
+
@objc public func createView() -> Mason.MasonUIView
|
|
54
|
+
@objc public func createTextView() -> Mason.MasonText
|
|
55
|
+
@objc public func createNode() -> Mason.MasonNode
|
|
56
|
+
public func createNode(measure: @escaping Mason.MasonNode.MeasureFunc) -> Mason.MasonNode
|
|
57
|
+
@objc public func printTree(_ node: Mason.MasonNode)
|
|
58
|
+
@objc public func createTextNode() -> Mason.MasonNode
|
|
52
59
|
}
|
|
53
60
|
@_inheritsConvenienceInitializers @objcMembers @objc(MeasureOutput) public class MeasureOutput : ObjectiveC.NSObject {
|
|
54
61
|
@objc override dynamic public init()
|
|
@@ -62,7 +69,7 @@ public struct Line<T> {
|
|
|
62
69
|
@objc public static func Percent(_ percent: Swift.Float) -> Mason.MaxSizing
|
|
63
70
|
@objc public static func FitContent(_ fit: Swift.Float) -> Mason.MaxSizing
|
|
64
71
|
@objc public static func FitContentPercent(_ fit: Swift.Float) -> Mason.MaxSizing
|
|
65
|
-
@objc public static func
|
|
72
|
+
@objc public static func Fraction(_ flex: Swift.Float) -> Mason.MaxSizing
|
|
66
73
|
@objc public static let Auto: Mason.MaxSizing
|
|
67
74
|
@objc public static let MinContent: Mason.MaxSizing
|
|
68
75
|
@objc public static let MaxContent: Mason.MaxSizing
|
|
@@ -72,31 +79,39 @@ public struct Line<T> {
|
|
|
72
79
|
@objc public var jsonValue: Swift.String? {
|
|
73
80
|
@objc get
|
|
74
81
|
}
|
|
75
|
-
required public init(from decoder: Swift.Decoder) throws
|
|
76
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
82
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
83
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
77
84
|
@objc deinit
|
|
78
85
|
}
|
|
79
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionSizeCompat) public class MasonDimensionSizeCompat : ObjectiveC.NSObject {
|
|
86
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionSizeCompat) public class MasonDimensionSizeCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
80
87
|
@objc public var width: Mason.MasonDimensionCompat
|
|
81
88
|
@objc public var height: Mason.MasonDimensionCompat
|
|
82
89
|
public init(_ size: Mason.MasonSize<Mason.MasonDimension>)
|
|
83
90
|
@objc deinit
|
|
91
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
92
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
84
93
|
}
|
|
85
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoSizeCompat) public class MasonLengthPercentageAutoSizeCompat : ObjectiveC.NSObject {
|
|
94
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoSizeCompat) public class MasonLengthPercentageAutoSizeCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
86
95
|
@objc public var width: Mason.MasonLengthPercentageAutoCompat
|
|
87
96
|
@objc public var height: Mason.MasonLengthPercentageAutoCompat
|
|
88
97
|
public init(_ size: Mason.MasonSize<Mason.MasonLengthPercentageAuto>)
|
|
89
98
|
@objc deinit
|
|
99
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
100
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
90
101
|
}
|
|
91
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageSizeCompat) public class MasonLengthPercentageSizeCompat : ObjectiveC.NSObject {
|
|
102
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageSizeCompat) public class MasonLengthPercentageSizeCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
92
103
|
@objc public var width: Mason.MasonLengthPercentageCompat
|
|
93
104
|
@objc public var height: Mason.MasonLengthPercentageCompat
|
|
94
105
|
public init(_ size: Mason.MasonSize<Mason.MasonLengthPercentage>)
|
|
95
106
|
@objc deinit
|
|
107
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
108
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
96
109
|
}
|
|
97
|
-
public struct MasonSize<T> {
|
|
110
|
+
public struct MasonSize<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
98
111
|
public init(_ width: T, _ height: T)
|
|
99
112
|
public init(uniform: T)
|
|
113
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
114
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
100
115
|
}
|
|
101
116
|
public let MasonDimensionSizeAuto: Mason.MasonSize<Mason.MasonDimension>
|
|
102
117
|
public let MasonLengthPercentageAutoSizeAuto: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
@@ -106,33 +121,33 @@ public let MasonLengthPercentageSizeMaxPercentWH: Mason.MasonSize<Mason.MasonLen
|
|
|
106
121
|
public let MasonDimensionSizeZero: Mason.MasonSize<Mason.MasonDimension>
|
|
107
122
|
public let MasonLengthPercentageAutoSizeZero: Mason.MasonSize<Mason.MasonLengthPercentageAuto>
|
|
108
123
|
public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPercentage>
|
|
109
|
-
@
|
|
110
|
-
@objc public var nativePtr: Swift.
|
|
124
|
+
@_hasMissingDesignatedInitializers @objc(MasonNode) @objcMembers public class MasonNode : ObjectiveC.NSObject {
|
|
125
|
+
@objc public var nativePtr: Swift.OpaquePointer? {
|
|
126
|
+
get
|
|
127
|
+
}
|
|
128
|
+
@objc public var layoutCache: Mason.MasonLayout? {
|
|
129
|
+
get
|
|
130
|
+
}
|
|
131
|
+
public var lastMeasureKnownSize: CoreFoundation.CGSize? {
|
|
132
|
+
get
|
|
133
|
+
}
|
|
134
|
+
public var lastMeasureAvailableSize: CoreFoundation.CGSize? {
|
|
111
135
|
get
|
|
112
136
|
}
|
|
113
137
|
public typealias MeasureFunc = (CoreFoundation.CGSize?, CoreFoundation.CGSize) -> CoreFoundation.CGSize
|
|
138
|
+
@objc public var data: Any?
|
|
114
139
|
@objc public var style: Mason.MasonStyle {
|
|
115
140
|
@objc get
|
|
116
141
|
@objc set
|
|
117
142
|
}
|
|
118
|
-
@objc public var includeInLayout: Swift.Bool
|
|
119
|
-
@objc public var isEnabled: Swift.Bool
|
|
120
|
-
@objc public var data: Swift.AnyObject? {
|
|
121
|
-
@objc get
|
|
122
|
-
@objc set
|
|
123
|
-
}
|
|
124
143
|
@objc public var owner: Mason.MasonNode? {
|
|
125
144
|
get
|
|
126
145
|
}
|
|
127
146
|
@objc public var children: [Mason.MasonNode] {
|
|
128
147
|
get
|
|
129
148
|
}
|
|
130
|
-
@objc
|
|
131
|
-
@objc public init(style: Mason.MasonStyle)
|
|
132
|
-
@objc public init(style: Mason.MasonStyle, children: [Mason.MasonNode])
|
|
133
|
-
public init(style: Mason.MasonStyle, measureFunc: @escaping Mason.MasonNode.MeasureFunc)
|
|
149
|
+
@objc public init(mason doc: Mason.NSCMason, children nodes: [Mason.MasonNode])
|
|
134
150
|
@objc deinit
|
|
135
|
-
@objc public func updateNodeStyle()
|
|
136
151
|
@objc @discardableResult
|
|
137
152
|
public func layout() -> Mason.MasonLayout
|
|
138
153
|
@objc public var isDirty: Swift.Bool {
|
|
@@ -140,26 +155,18 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
140
155
|
}
|
|
141
156
|
@objc public func markDirty()
|
|
142
157
|
@objc public func getRoot() -> Mason.MasonNode?
|
|
143
|
-
@objc public func rootCompute()
|
|
144
|
-
@objc public func rootCompute(_ width: Swift.Float, _ height: Swift.Float)
|
|
145
|
-
@objc public func rootComputeMaxContent()
|
|
146
|
-
@objc public func rootComputeMinContent()
|
|
147
|
-
@objc public func rootComputeWithViewSize()
|
|
148
|
-
@objc public func rootComputeWithMaxContent()
|
|
149
158
|
@objc public func compute()
|
|
150
159
|
@objc public func compute(_ width: Swift.Float, _ height: Swift.Float)
|
|
151
160
|
@objc public func computeMaxContent()
|
|
152
161
|
@objc public func computeMinContent()
|
|
153
162
|
@objc public func computeWithSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
154
163
|
@objc public func computeWithViewSize()
|
|
164
|
+
@objc public func computeWithViewSize(layout: Swift.Bool)
|
|
155
165
|
@objc public func computeWithMaxContent()
|
|
156
166
|
@objc public func computeWithMinContent()
|
|
157
167
|
@objc public func attachAndApply()
|
|
158
|
-
@objc public func setChildren(
|
|
168
|
+
@objc public func setChildren(value: [Mason.MasonNode])
|
|
159
169
|
@objc public func addChildren(_ children: [Mason.MasonNode])
|
|
160
|
-
@objc public var isLeaf: Swift.Bool {
|
|
161
|
-
@objc get
|
|
162
|
-
}
|
|
163
170
|
@objc public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
164
171
|
}
|
|
165
172
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MinSizing) public class MinSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
@@ -177,8 +184,88 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
177
184
|
@objc public var jsonValue: Swift.String? {
|
|
178
185
|
@objc get
|
|
179
186
|
}
|
|
180
|
-
required public init(from decoder: Swift.Decoder) throws
|
|
181
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
187
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
188
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
189
|
+
@objc deinit
|
|
190
|
+
}
|
|
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)
|
|
182
269
|
@objc deinit
|
|
183
270
|
}
|
|
184
271
|
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(MasonLayout) @objcMembers public class MasonLayout : ObjectiveC.NSObject, Swift.Codable {
|
|
@@ -187,138 +274,28 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
187
274
|
@objc final public let y: Swift.Float
|
|
188
275
|
@objc final public let width: Swift.Float
|
|
189
276
|
@objc final public let height: Swift.Float
|
|
277
|
+
public var border: Mason.MasonRect<Swift.Float> {
|
|
278
|
+
get
|
|
279
|
+
}
|
|
280
|
+
public var margin: Mason.MasonRect<Swift.Float> {
|
|
281
|
+
get
|
|
282
|
+
}
|
|
283
|
+
public var padding: Mason.MasonRect<Swift.Float> {
|
|
284
|
+
get
|
|
285
|
+
}
|
|
286
|
+
public var contentSize: Mason.MasonSize<Swift.Float> {
|
|
287
|
+
get
|
|
288
|
+
}
|
|
289
|
+
public var scrollbarSize: Mason.MasonSize<Swift.Float> {
|
|
290
|
+
get
|
|
291
|
+
}
|
|
190
292
|
@objc final public let children: [Mason.MasonLayout]
|
|
191
293
|
@objc override dynamic public var description: Swift.String {
|
|
192
294
|
@objc get
|
|
193
295
|
}
|
|
194
296
|
@objc deinit
|
|
195
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
196
|
-
required public init(from decoder: Swift.Decoder) throws
|
|
197
|
-
}
|
|
198
|
-
@_inheritsConvenienceInitializers @objcMembers @objc(MasonReexports) public class MasonReexports : ObjectiveC.NSObject {
|
|
199
|
-
@objc public static func node_set_style(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, _ style: Swift.UnsafeMutableRawPointer)
|
|
200
|
-
@objc public static func node_compute(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
201
|
-
@objc public static func node_compute_wh(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, width: Swift.Float, height: Swift.Float)
|
|
202
|
-
@objc public static func node_compute_max_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
203
|
-
@objc public static func node_compute_min_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
204
|
-
@objc public static func node_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer) -> Swift.Bool
|
|
205
|
-
@objc public static func node_mark_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
206
|
-
@objc public static func style_get_display(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
207
|
-
@objc public static func style_set_display(_ style: Swift.UnsafeMutableRawPointer, _ display: Swift.Int32)
|
|
208
|
-
@objc public static func style_get_position(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
209
|
-
@objc public static func style_set_position(_ style: Swift.UnsafeMutableRawPointer, _ position: Swift.Int32)
|
|
210
|
-
@objc public static func style_get_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
211
|
-
@objc public static func style_set_direction(_ style: Swift.UnsafeMutableRawPointer, _ direction: Swift.Int32)
|
|
212
|
-
@objc public static func style_get_flex_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
213
|
-
@objc public static func style_set_flex_direction(_ style: Swift.UnsafeMutableRawPointer, _ flex_direction: Swift.Int32)
|
|
214
|
-
@objc public static func style_get_flex_wrap(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
215
|
-
@objc public static func style_set_flex_wrap(_ style: Swift.UnsafeMutableRawPointer, _ flex_wrap: Swift.Int32)
|
|
216
|
-
@objc public static func style_get_overflow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
217
|
-
@objc public static func style_set_overflow(_ style: Swift.UnsafeMutableRawPointer, _ overflow: Swift.Int32)
|
|
218
|
-
@objc public static func style_get_align_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
219
|
-
@objc public static func style_set_align_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
220
|
-
@objc public static func style_get_align_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
221
|
-
@objc public static func style_set_align_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
222
|
-
@objc public static func style_get_align_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
223
|
-
@objc public static func style_set_align_content(_ style: Swift.UnsafeMutableRawPointer, _ align_content: Swift.Int32)
|
|
224
|
-
@objc public static func style_get_justify_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
225
|
-
@objc public static func style_set_justify_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
226
|
-
@objc public static func style_get_justify_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
227
|
-
@objc public static func style_set_justify_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
228
|
-
@objc public static func style_get_justify_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
229
|
-
@objc public static func style_set_justify_content(_ style: Swift.UnsafeMutableRawPointer, _ justify_content: Swift.Int32)
|
|
230
|
-
@objc public static func style_set_inset(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
231
|
-
@objc public static func style_get_inset_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
232
|
-
@objc public static func style_set_inset_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
233
|
-
@objc public static func style_get_inset_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
234
|
-
@objc public static func style_set_inset_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
235
|
-
@objc public static func style_get_inset_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
236
|
-
@objc public static func style_set_inset_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
237
|
-
@objc public static func style_get_inset_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
238
|
-
@objc public static func style_set_inset_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
239
|
-
@objc public static func style_set_margin(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
240
|
-
@objc public static func style_get_margin_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
241
|
-
@objc public static func style_set_margin_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
242
|
-
@objc public static func style_get_margin_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
243
|
-
@objc public static func style_set_margin_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
244
|
-
@objc public static func style_get_margin_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
245
|
-
@objc public static func style_set_margin_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
246
|
-
@objc public static func style_get_margin_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
247
|
-
@objc public static func style_set_margin_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
248
|
-
@objc public static func style_set_padding(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
249
|
-
@objc public static func style_get_padding_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
250
|
-
@objc public static func style_set_padding_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
251
|
-
@objc public static func style_get_padding_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
252
|
-
@objc public static func style_set_padding_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
253
|
-
@objc public static func style_get_padding_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
254
|
-
@objc public static func style_set_padding_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
255
|
-
@objc public static func style_get_padding_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
256
|
-
@objc public static func style_set_padding_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
257
|
-
@objc public static func style_set_border(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
258
|
-
@objc public static func style_get_border_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
259
|
-
@objc public static func style_set_border_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
260
|
-
@objc public static func style_get_border_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
261
|
-
@objc public static func style_set_border_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
262
|
-
@objc public static func style_get_border_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
263
|
-
@objc public static func style_set_border_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
264
|
-
@objc public static func style_get_border_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
265
|
-
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
266
|
-
@objc public static func style_get_flex_grow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
267
|
-
@objc public static func style_set_flex_grow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
268
|
-
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
269
|
-
@objc public static func style_get_flex_shrink(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
270
|
-
@objc public static func style_set_flex_shrink(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
271
|
-
@objc public static func style_set_flex_basis(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
272
|
-
@objc public static func style_get_flex_basis(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
273
|
-
@objc public static func style_get_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
274
|
-
@objc public static func style_set_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
275
|
-
@objc public static func style_get_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
276
|
-
@objc public static func style_set_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
277
|
-
@objc public static func style_get_min_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
278
|
-
@objc public static func style_set_min_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
279
|
-
@objc public static func style_get_min_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
280
|
-
@objc public static func style_set_min_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
281
|
-
@objc public static func style_get_max_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
282
|
-
@objc public static func style_set_max_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
283
|
-
@objc public static func style_get_max_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
284
|
-
@objc public static func style_set_max_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
285
|
-
@objc public static func style_get_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageSize
|
|
286
|
-
@objc public static func style_set_gap(_ style: Swift.UnsafeMutableRawPointer, _ width_value: Swift.Float, _ width_type: Mason.CMasonLengthPercentageType, _ height_value: Swift.Float, _ height_type: Mason.CMasonLengthPercentageType)
|
|
287
|
-
@objc public static func style_get_row_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
288
|
-
@objc public static func style_set_row_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
289
|
-
@objc public static func style_get_column_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
290
|
-
@objc public static func style_set_column_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
291
|
-
@objc public static func style_get_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
292
|
-
@objc public static func style_set_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
293
|
-
@objc public static func style_get_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
294
|
-
@objc public static func style_set_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
295
|
-
@objc public static func style_get_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
296
|
-
@objc public static func style_set_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
297
|
-
@objc public static func style_get_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
298
|
-
@objc public static func style_set_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Int32)
|
|
299
|
-
@objc public static func style_set_grid_area(_ style: Swift.UnsafeMutableRawPointer, _ row_start: Mason.CMasonGridPlacement, _ row_end: Mason.CMasonGridPlacement, _ column_start: Mason.CMasonGridPlacement, _ column_end: Mason.CMasonGridPlacement)
|
|
300
|
-
@objc public static func style_set_grid_column(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
301
|
-
@objc public static func style_get_grid_column_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
302
|
-
@objc public static func style_set_grid_column_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
303
|
-
@objc public static func style_get_grid_column_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
304
|
-
@objc public static func style_set_grid_column_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
305
|
-
@objc public static func style_set_grid_row(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
306
|
-
@objc public static func style_get_grid_row_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
307
|
-
@objc public static func style_set_grid_row_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
308
|
-
@objc public static func style_get_grid_row_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
309
|
-
@objc public static func style_set_grid_row_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
310
|
-
@objc public static func style_get_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
311
|
-
@objc public static func style_set_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
312
|
-
@objc public static func style_get_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
313
|
-
@objc public static func style_set_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
314
|
-
@objc public static func destroy(nonRepeatedTrackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
315
|
-
@objc public static func destroy(trackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
316
|
-
@objc public static func util_parse_non_repeated_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>) -> Swift.String
|
|
317
|
-
@objc public static func util_parse_auto_repeating_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>) -> Swift.String
|
|
318
|
-
@objc public static func util_create_non_repeated_track_sizing_function_with_type_value(_ track_type: Swift.Int32, _ track_value: Swift.Float) -> Mason.CMasonMinMax
|
|
319
|
-
@objc public static func style_update_with_values(_ style: Swift.UnsafeMutableRawPointer, _ display: Swift.Int32, _ position: Swift.Int32, _ direction: Swift.Int32, _ flexDirection: Swift.Int32, _ flexWrap: Swift.Int32, _ overflow: Swift.Int32, _ alignItems: Swift.Int32, _ alignSelf: Swift.Int32, _ alignContent: Swift.Int32, _ justifyItems: Swift.Int32, _ justifySelf: Swift.Int32, _ justifyContent: Swift.Int32, _ insetLeftType: Swift.Int32, _ insetLeftValue: Swift.Float, _ insetRightType: Swift.Int32, _ insetRightValue: Swift.Float, _ insetTopType: Swift.Int32, _ insetTopValue: Swift.Float, _ insetBottomType: Swift.Int32, _ insetBottomValue: Swift.Float, _ marginLeftType: Swift.Int32, _ marginLeftValue: Swift.Float, _ marginRightType: Swift.Int32, _ marginRightValue: Swift.Float, _ marginTopType: Swift.Int32, _ marginTopValue: Swift.Float, _ marginBottomType: Swift.Int32, _ marginBottomValue: Swift.Float, _ paddingLeftType: Swift.Int32, _ paddingLeftValue: Swift.Float, _ paddingRightType: Swift.Int32, _ paddingRightValue: Swift.Float, _ paddingTopType: Swift.Int32, _ paddingTopValue: Swift.Float, _ paddingBottomType: Swift.Int32, _ paddingBottomValue: Swift.Float, _ borderLeftType: Swift.Int32, _ borderLeftValue: Swift.Float, _ borderRightType: Swift.Int32, _ borderRightValue: Swift.Float, _ borderTopType: Swift.Int32, _ borderTopValue: Swift.Float, _ borderBottomType: Swift.Int32, _ borderBottomValue: Swift.Float, _ flexGrow: Swift.Float, _ flexShrink: Swift.Float, _ flexBasisType: Swift.Int32, _ flexBasisValue: Swift.Float, _ widthType: Swift.Int32, _ widthValue: Swift.Float, _ heightType: Swift.Int32, _ heightValue: Swift.Float, _ minWidthType: Swift.Int32, _ minWidthValue: Swift.Float, _ minHeightType: Swift.Int32, _ minHeightValue: Swift.Float, _ maxWidthType: Swift.Int32, _ maxWidthValue: Swift.Float, _ maxHeightType: Swift.Int32, _ maxHeightValue: Swift.Float, _ gapRowType: Swift.Int32, _ gapRowValue: Swift.Float, _ gapColumnType: Swift.Int32, _ gapColumnValue: Swift.Float, _ aspectRatio: Swift.Float, _ gridAutoRows: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>, _ gridAutoColumns: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>, _ gridAutoFlow: Swift.Int32, _ gridColumnStartType: Swift.Int32, _ gridColumnStartValue: Swift.Int16, _ gridColumnEndType: Swift.Int32, _ gridColumnEndValue: Swift.Int16, _ gridRowStartType: Swift.Int32, _ gridRowStartValue: Swift.Int16, _ gridRowEndType: Swift.Int32, _ gridRowEndValue: Swift.Int16, _ gridTemplateRows: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>, gridTemplateColumns: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
320
|
-
@objc override dynamic public init()
|
|
321
|
-
@objc deinit
|
|
297
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
298
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
322
299
|
}
|
|
323
300
|
@_hasMissingDesignatedInitializers @objc(TrackSizingFunction) @objcMembers public class TrackSizingFunction : ObjectiveC.NSObject {
|
|
324
301
|
@objc public var isRepeating: Swift.Bool {
|
|
@@ -331,7 +308,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
331
308
|
@objc deinit
|
|
332
309
|
@objc public static func AutoRepeat(_ gridTrackRepetition: Mason.GridTrackRepetition, _ value: Swift.Array<Mason.MinMax>) -> Mason.TrackSizingFunction
|
|
333
310
|
}
|
|
334
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject {
|
|
311
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
335
312
|
@objc public init(points: Swift.Float)
|
|
336
313
|
@objc public init(percent: Swift.Float)
|
|
337
314
|
@objc public var type: Mason.MasonDimensionCompatType {
|
|
@@ -349,8 +326,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
349
326
|
@objc public static let Auto: Mason.MasonDimensionCompat
|
|
350
327
|
@objc public static let Zero: Mason.MasonDimensionCompat
|
|
351
328
|
@objc deinit
|
|
329
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
330
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
352
331
|
}
|
|
353
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoCompat) public class MasonLengthPercentageAutoCompat : ObjectiveC.NSObject {
|
|
332
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoCompat) public class MasonLengthPercentageAutoCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
354
333
|
@objc public init(points: Swift.Float)
|
|
355
334
|
@objc public init(percent: Swift.Float)
|
|
356
335
|
@objc public var type: Mason.MasonLengthPercentageAutoCompatType {
|
|
@@ -368,8 +347,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
368
347
|
@objc public static let Auto: Mason.MasonLengthPercentageAutoCompat
|
|
369
348
|
@objc public static let Zero: Mason.MasonLengthPercentageAutoCompat
|
|
370
349
|
@objc deinit
|
|
350
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
351
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
371
352
|
}
|
|
372
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageCompat) public class MasonLengthPercentageCompat : ObjectiveC.NSObject {
|
|
353
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageCompat) public class MasonLengthPercentageCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
373
354
|
@objc public init(points: Swift.Float)
|
|
374
355
|
@objc public init(percent: Swift.Float)
|
|
375
356
|
@objc public var type: Mason.MasonLengthPercentageCompatType {
|
|
@@ -386,6 +367,8 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
386
367
|
}
|
|
387
368
|
@objc public static let Zero: Mason.MasonLengthPercentageCompat
|
|
388
369
|
@objc deinit
|
|
370
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
371
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
389
372
|
}
|
|
390
373
|
@_hasMissingDesignatedInitializers @objcMembers @objc(GridPlacementCompat) public class GridPlacementCompat : ObjectiveC.NSObject {
|
|
391
374
|
@objc public init(span: Swift.Int16)
|
|
@@ -405,7 +388,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
405
388
|
@objc public static let Auto: Mason.GridPlacementCompat
|
|
406
389
|
@objc deinit
|
|
407
390
|
}
|
|
408
|
-
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject {
|
|
391
|
+
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
409
392
|
@objc public var left: Mason.MasonDimensionCompat
|
|
410
393
|
@objc public var right: Mason.MasonDimensionCompat
|
|
411
394
|
@objc public var top: Mason.MasonDimensionCompat
|
|
@@ -413,8 +396,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
413
396
|
@objc public init(_ left: Mason.MasonDimensionCompat, _ right: Mason.MasonDimensionCompat, _ top: Mason.MasonDimensionCompat, _ bottom: Mason.MasonDimensionCompat)
|
|
414
397
|
public init(_ rect: Mason.MasonRect<Mason.MasonDimension>)
|
|
415
398
|
@objc deinit
|
|
399
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
400
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
416
401
|
}
|
|
417
|
-
@objcMembers @objc(MasonLengthPercentageAutoRectCompat) public class MasonLengthPercentageAutoRectCompat : ObjectiveC.NSObject {
|
|
402
|
+
@objcMembers @objc(MasonLengthPercentageAutoRectCompat) public class MasonLengthPercentageAutoRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
418
403
|
@objc public var left: Mason.MasonLengthPercentageAutoCompat
|
|
419
404
|
@objc public var right: Mason.MasonLengthPercentageAutoCompat
|
|
420
405
|
@objc public var top: Mason.MasonLengthPercentageAutoCompat
|
|
@@ -422,8 +407,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
422
407
|
@objc public init(_ left: Mason.MasonLengthPercentageAutoCompat, _ right: Mason.MasonLengthPercentageAutoCompat, _ top: Mason.MasonLengthPercentageAutoCompat, _ bottom: Mason.MasonLengthPercentageAutoCompat)
|
|
423
408
|
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentageAuto>)
|
|
424
409
|
@objc deinit
|
|
410
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
411
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
425
412
|
}
|
|
426
|
-
@objcMembers @objc(MasonLengthPercentageRectCompat) public class MasonLengthPercentageRectCompat : ObjectiveC.NSObject {
|
|
413
|
+
@objcMembers @objc(MasonLengthPercentageRectCompat) public class MasonLengthPercentageRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
427
414
|
@objc public var left: Mason.MasonLengthPercentageCompat
|
|
428
415
|
@objc public var right: Mason.MasonLengthPercentageCompat
|
|
429
416
|
@objc public var top: Mason.MasonLengthPercentageCompat
|
|
@@ -431,10 +418,14 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
431
418
|
@objc public init(_ left: Mason.MasonLengthPercentageCompat, _ right: Mason.MasonLengthPercentageCompat, _ top: Mason.MasonLengthPercentageCompat, _ bottom: Mason.MasonLengthPercentageCompat)
|
|
432
419
|
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentage>)
|
|
433
420
|
@objc deinit
|
|
421
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
422
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
434
423
|
}
|
|
435
|
-
public struct MasonRect<T> {
|
|
424
|
+
public struct MasonRect<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
436
425
|
public init(_ left: T, _ right: T, _ top: T, _ bottom: T)
|
|
437
426
|
public init(uniform: T)
|
|
427
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
428
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
438
429
|
}
|
|
439
430
|
public let MasonDimensionRectAuto: Mason.MasonRect<Mason.MasonDimension>
|
|
440
431
|
public let MasonLengthPercentageAutoRectAuto: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
@@ -444,12 +435,16 @@ public let MasonLengthPercentageRectMaxPercentWH: Mason.MasonRect<Mason.MasonLen
|
|
|
444
435
|
public let MasonDimensionRectZero: Mason.MasonRect<Mason.MasonDimension>
|
|
445
436
|
public let MasonLengthPercentageAutoRectZero: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
446
437
|
public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPercentage>
|
|
447
|
-
@
|
|
448
|
-
@objc public var
|
|
449
|
-
get
|
|
438
|
+
@objc(MasonStyle) @objcMembers public class MasonStyle : ObjectiveC.NSObject {
|
|
439
|
+
@objc public var valuesCompat: Foundation.NSMutableData {
|
|
440
|
+
@objc get
|
|
441
|
+
@objc set
|
|
450
442
|
}
|
|
451
|
-
@objc
|
|
452
|
-
|
|
443
|
+
@objc public var values: Foundation.Data {
|
|
444
|
+
@objc get
|
|
445
|
+
@objc set
|
|
446
|
+
}
|
|
447
|
+
@objc public init(node: Mason.MasonNode)
|
|
453
448
|
@objc public var display: Mason.Display {
|
|
454
449
|
@objc get
|
|
455
450
|
@objc set
|
|
@@ -470,7 +465,11 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
470
465
|
@objc get
|
|
471
466
|
@objc set
|
|
472
467
|
}
|
|
473
|
-
@objc public var
|
|
468
|
+
@objc public var overflowX: Mason.Overflow {
|
|
469
|
+
@objc get
|
|
470
|
+
@objc set
|
|
471
|
+
}
|
|
472
|
+
@objc public var overflowY: Mason.Overflow {
|
|
474
473
|
@objc get
|
|
475
474
|
@objc set
|
|
476
475
|
}
|
|
@@ -579,6 +578,19 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
579
578
|
set
|
|
580
579
|
}
|
|
581
580
|
@objc public func setFlexBasis(_ value: Swift.Float, _ type: Swift.Int)
|
|
581
|
+
public var scrollBarWidth: Mason.MasonDimension {
|
|
582
|
+
get
|
|
583
|
+
set
|
|
584
|
+
}
|
|
585
|
+
@objc public func setScrollBarWidth(_ value: Swift.Float)
|
|
586
|
+
@objc public var textAlign: Mason.MasonTextAlign {
|
|
587
|
+
@objc get
|
|
588
|
+
@objc set
|
|
589
|
+
}
|
|
590
|
+
@objc public var boxSizing: Mason.MasonBoxSizing {
|
|
591
|
+
@objc get
|
|
592
|
+
@objc set
|
|
593
|
+
}
|
|
582
594
|
public var minSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
583
595
|
get
|
|
584
596
|
set
|
|
@@ -608,6 +620,8 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
608
620
|
}
|
|
609
621
|
@objc public func setSizeWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
610
622
|
@objc public func setSizeHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
623
|
+
public func setSizeWidth(_ width: Mason.MasonDimension)
|
|
624
|
+
public func setSizeHeight(_ height: Mason.MasonDimension)
|
|
611
625
|
@objc public func setSizeWidthHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
612
626
|
public var maxSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
613
627
|
get
|
|
@@ -704,11 +718,13 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
704
718
|
@objc get
|
|
705
719
|
@objc set
|
|
706
720
|
}
|
|
721
|
+
@objc public func updateNativeStyle()
|
|
707
722
|
@objc override dynamic public var description: Swift.String {
|
|
708
723
|
@objc get
|
|
709
724
|
}
|
|
725
|
+
@objc deinit
|
|
710
726
|
}
|
|
711
|
-
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable {
|
|
727
|
+
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
712
728
|
case Auto
|
|
713
729
|
case Points
|
|
714
730
|
case Percent
|
|
@@ -718,7 +734,7 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
718
734
|
}
|
|
719
735
|
public init?(rawValue: Mason.MasonDimensionCompatType.RawValue)
|
|
720
736
|
}
|
|
721
|
-
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable {
|
|
737
|
+
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
722
738
|
case Auto
|
|
723
739
|
case Points
|
|
724
740
|
case Percent
|
|
@@ -728,7 +744,7 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
728
744
|
}
|
|
729
745
|
public init?(rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue)
|
|
730
746
|
}
|
|
731
|
-
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable {
|
|
747
|
+
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
732
748
|
case Points
|
|
733
749
|
case Percent
|
|
734
750
|
public typealias RawValue = Swift.Int32
|
|
@@ -737,6 +753,29 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
737
753
|
}
|
|
738
754
|
public init?(rawValue: Mason.MasonLengthPercentageCompatType.RawValue)
|
|
739
755
|
}
|
|
756
|
+
@objc(MasonBoxSizing) public enum MasonBoxSizing : Swift.Int, Swift.RawRepresentable {
|
|
757
|
+
case BorderBox
|
|
758
|
+
case ContentBox
|
|
759
|
+
public typealias RawValue = Swift.Int32
|
|
760
|
+
public var rawValue: Mason.MasonBoxSizing.RawValue {
|
|
761
|
+
get
|
|
762
|
+
}
|
|
763
|
+
public init?(rawValue: Mason.MasonBoxSizing.RawValue)
|
|
764
|
+
}
|
|
765
|
+
@objc(MasonTextAlign) public enum MasonTextAlign : Swift.Int, Swift.RawRepresentable {
|
|
766
|
+
case Auto
|
|
767
|
+
case Left
|
|
768
|
+
case Right
|
|
769
|
+
case Center
|
|
770
|
+
case Justify
|
|
771
|
+
case Start
|
|
772
|
+
case End
|
|
773
|
+
public typealias RawValue = Swift.Int32
|
|
774
|
+
public var rawValue: Mason.MasonTextAlign.RawValue {
|
|
775
|
+
get
|
|
776
|
+
}
|
|
777
|
+
public init?(rawValue: Mason.MasonTextAlign.RawValue)
|
|
778
|
+
}
|
|
740
779
|
public func MasonDimensionFromPoints(value: Swift.Float) -> Mason.MasonDimension
|
|
741
780
|
public func MasonDimensionFromPercent(value: Swift.Float) -> Mason.MasonDimension
|
|
742
781
|
public let MasonDimensionAuto: Mason.MasonDimension
|
|
@@ -750,8 +789,8 @@ public enum MasonDimension : Swift.Codable {
|
|
|
750
789
|
public var jsonValue: Swift.String? {
|
|
751
790
|
get
|
|
752
791
|
}
|
|
753
|
-
public init(from decoder: Swift.Decoder) throws
|
|
754
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
792
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
793
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
755
794
|
}
|
|
756
795
|
public func MasonLengthPercentageFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
757
796
|
public func MasonLengthPercentageFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentage
|
|
@@ -765,8 +804,8 @@ public enum MasonLengthPercentage : Swift.Codable {
|
|
|
765
804
|
public var jsonValue: Swift.String? {
|
|
766
805
|
get
|
|
767
806
|
}
|
|
768
|
-
public init(from decoder: Swift.Decoder) throws
|
|
769
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
807
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
808
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
770
809
|
}
|
|
771
810
|
public func MasonLengthPercentageAutoFromPoints(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
772
811
|
public func MasonLengthPercentageAutoFromPercent(value: Swift.Float) -> Mason.MasonLengthPercentageAuto
|
|
@@ -782,8 +821,8 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
782
821
|
public var jsonValue: Swift.String? {
|
|
783
822
|
get
|
|
784
823
|
}
|
|
785
|
-
public init(from decoder: Swift.Decoder) throws
|
|
786
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
824
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
825
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
787
826
|
}
|
|
788
827
|
@objc(AlignItems) public enum AlignItems : Swift.Int, Swift.RawRepresentable {
|
|
789
828
|
case Normal = -1
|
|
@@ -842,17 +881,21 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
842
881
|
}
|
|
843
882
|
public init?(rawValue: Mason.Direction.RawValue)
|
|
844
883
|
}
|
|
845
|
-
@objc(Display) public enum Display : Swift.Int, Swift.RawRepresentable {
|
|
884
|
+
@objc(Display) public enum Display : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
846
885
|
case None
|
|
847
886
|
case Flex
|
|
848
887
|
case Grid
|
|
888
|
+
case Block
|
|
849
889
|
public typealias RawValue = Swift.Int32
|
|
850
890
|
public var rawValue: Mason.Display.RawValue {
|
|
851
891
|
get
|
|
852
892
|
}
|
|
853
893
|
public init?(rawValue: Mason.Display.RawValue)
|
|
894
|
+
public var description: Swift.String {
|
|
895
|
+
get
|
|
896
|
+
}
|
|
854
897
|
}
|
|
855
|
-
@objc(FlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable {
|
|
898
|
+
@objc(FlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
856
899
|
case Row
|
|
857
900
|
case Column
|
|
858
901
|
case RowReverse
|
|
@@ -862,6 +905,9 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
862
905
|
get
|
|
863
906
|
}
|
|
864
907
|
public init?(rawValue: Mason.FlexDirection.RawValue)
|
|
908
|
+
public var description: Swift.String {
|
|
909
|
+
get
|
|
910
|
+
}
|
|
865
911
|
}
|
|
866
912
|
@objc(JustifyItems) public enum JustifyItems : Swift.Int, Swift.RawRepresentable {
|
|
867
913
|
case Normal = -1
|
|
@@ -911,6 +957,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
911
957
|
public init?(rawValue: Mason.JustifyContent.RawValue)
|
|
912
958
|
}
|
|
913
959
|
@objc(Overflow) public enum Overflow : Swift.Int, Swift.RawRepresentable {
|
|
960
|
+
case Unset
|
|
914
961
|
case Visible
|
|
915
962
|
case Hidden
|
|
916
963
|
case Scroll
|
|
@@ -957,8 +1004,8 @@ public enum GridPlacement : Swift.Codable {
|
|
|
957
1004
|
public var jsonValue: Swift.String? {
|
|
958
1005
|
get
|
|
959
1006
|
}
|
|
960
|
-
public init(from decoder: Swift.Decoder) throws
|
|
961
|
-
public func encode(to encoder: Swift.Encoder) throws
|
|
1007
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
1008
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
962
1009
|
}
|
|
963
1010
|
@objc(GridPlacementCompatType) public enum GridPlacementCompatType : Swift.Int, Swift.RawRepresentable {
|
|
964
1011
|
case Auto
|
|
@@ -982,236 +1029,313 @@ public enum GridPlacement : Swift.Codable {
|
|
|
982
1029
|
@objc public static func Count(_ value: Swift.UInt16) -> Mason.GridTrackRepetition
|
|
983
1030
|
@objc deinit
|
|
984
1031
|
}
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
1032
|
+
@objc(DecorationLine) public enum DecorationLine : Swift.Int, Swift.RawRepresentable {
|
|
1033
|
+
case None
|
|
1034
|
+
case Underline
|
|
1035
|
+
case Overline
|
|
1036
|
+
case LineThrough
|
|
1037
|
+
public typealias RawValue = Swift.Int32
|
|
1038
|
+
public var rawValue: Mason.DecorationLine.RawValue {
|
|
1039
|
+
get
|
|
1040
|
+
}
|
|
1041
|
+
public init?(rawValue: Mason.DecorationLine.RawValue)
|
|
1042
|
+
}
|
|
1043
|
+
@objc(TextTransform) public enum TextTransform : Swift.Int, Swift.RawRepresentable {
|
|
1044
|
+
case None
|
|
1045
|
+
case Capitalize
|
|
1046
|
+
case Uppercase
|
|
1047
|
+
case Lowercase
|
|
1048
|
+
case FullWidth
|
|
1049
|
+
case FullSizeKana
|
|
1050
|
+
case MathAuto
|
|
1051
|
+
public typealias RawValue = Swift.Int32
|
|
1052
|
+
public var rawValue: Mason.TextTransform.RawValue {
|
|
1053
|
+
get
|
|
990
1054
|
}
|
|
991
|
-
|
|
1055
|
+
public init?(rawValue: Mason.TextTransform.RawValue)
|
|
1056
|
+
}
|
|
1057
|
+
@objc(FontStyle) public enum FontStyle : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1058
|
+
case Normal
|
|
1059
|
+
case Italic
|
|
1060
|
+
case Oblique
|
|
1061
|
+
public typealias RawValue = Swift.Int32
|
|
1062
|
+
public var rawValue: Mason.FontStyle.RawValue {
|
|
1063
|
+
get
|
|
1064
|
+
}
|
|
1065
|
+
public init?(rawValue: Mason.FontStyle.RawValue)
|
|
1066
|
+
public var description: Swift.String {
|
|
1067
|
+
get
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
@objc(TextWrap) public enum TextWrap : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
1071
|
+
case NoWrap
|
|
1072
|
+
case Wrap
|
|
1073
|
+
case Balance
|
|
1074
|
+
public typealias RawValue = Swift.Int32
|
|
1075
|
+
public var rawValue: Mason.TextWrap.RawValue {
|
|
1076
|
+
get
|
|
1077
|
+
}
|
|
1078
|
+
public init?(rawValue: Mason.TextWrap.RawValue)
|
|
1079
|
+
public var description: Swift.String {
|
|
1080
|
+
get
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
public protocol MasonView {
|
|
1084
|
+
var style: Mason.MasonStyle { get }
|
|
1085
|
+
var node: Mason.MasonNode { get }
|
|
1086
|
+
func markNodeDirty()
|
|
1087
|
+
func isNodeDirty() -> Swift.Bool
|
|
1088
|
+
func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
1089
|
+
var uiView: UIKit.UIView { get }
|
|
1090
|
+
}
|
|
1091
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonUIView) @_Concurrency.MainActor @preconcurrency public class MasonUIView : UIKit.UIView, Mason.MasonView {
|
|
1092
|
+
@objc @_Concurrency.MainActor @preconcurrency public var uiView: UIKit.UIView {
|
|
992
1093
|
@objc get
|
|
993
1094
|
}
|
|
994
|
-
@objc @_Concurrency.MainActor
|
|
1095
|
+
@objc @_Concurrency.MainActor @preconcurrency public func markNodeDirty()
|
|
1096
|
+
@objc @_Concurrency.MainActor @preconcurrency public func isNodeDirty() -> Swift.Bool
|
|
1097
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let node: Mason.MasonNode
|
|
1098
|
+
@objc @_Concurrency.MainActor @preconcurrency final public let mason: Mason.NSCMason
|
|
1099
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createGridView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
1100
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createFlexView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
1101
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func createBlockView(_ mason: Mason.NSCMason) -> Mason.MasonUIView
|
|
1102
|
+
@objc @_Concurrency.MainActor @preconcurrency public var masonPtr: Swift.Int64 {
|
|
995
1103
|
@objc get
|
|
996
1104
|
}
|
|
997
|
-
@objc @_Concurrency.MainActor
|
|
1105
|
+
@objc @_Concurrency.MainActor @preconcurrency public var masonNodePtr: Swift.Int64 {
|
|
998
1106
|
@objc get
|
|
999
1107
|
}
|
|
1000
|
-
@objc @_Concurrency.MainActor
|
|
1108
|
+
@objc @_Concurrency.MainActor @preconcurrency public var masonPtrs: Swift.String {
|
|
1001
1109
|
@objc get
|
|
1002
1110
|
}
|
|
1003
|
-
@objc @_Concurrency.MainActor
|
|
1111
|
+
@objc @_Concurrency.MainActor @preconcurrency public var style: Mason.MasonStyle {
|
|
1004
1112
|
@objc get
|
|
1005
1113
|
@objc set
|
|
1006
1114
|
}
|
|
1007
|
-
@objc @_Concurrency.MainActor
|
|
1008
|
-
@objc @_Concurrency.MainActor
|
|
1009
|
-
@objc @_Concurrency.MainActor
|
|
1010
|
-
@objc @_Concurrency.MainActor
|
|
1115
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addView(_ view: UIKit.UIView)
|
|
1116
|
+
@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
|
+
@objc @_Concurrency.MainActor @preconcurrency public func addSubviews(_ views: [UIKit.UIView])
|
|
1119
|
+
@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
|
+
@objc @_Concurrency.MainActor @preconcurrency public var inBatch: Swift.Bool {
|
|
1011
1122
|
@objc get
|
|
1012
1123
|
@objc set(value)
|
|
1013
1124
|
}
|
|
1014
|
-
@objc @_Concurrency.MainActor
|
|
1125
|
+
@objc @_Concurrency.MainActor @preconcurrency public var display: Mason.Display {
|
|
1015
1126
|
@objc get
|
|
1016
1127
|
@objc set(value)
|
|
1017
1128
|
}
|
|
1018
|
-
@objc @_Concurrency.MainActor
|
|
1129
|
+
@objc @_Concurrency.MainActor @preconcurrency public var _position: Mason.Position {
|
|
1019
1130
|
@objc get
|
|
1020
1131
|
@objc set(value)
|
|
1021
1132
|
}
|
|
1022
|
-
@objc @_Concurrency.MainActor
|
|
1133
|
+
@objc @_Concurrency.MainActor @preconcurrency public var direction: Mason.Direction {
|
|
1023
1134
|
@objc get
|
|
1024
1135
|
@objc set(value)
|
|
1025
1136
|
}
|
|
1026
|
-
@objc @_Concurrency.MainActor
|
|
1137
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexDirection: Mason.FlexDirection {
|
|
1027
1138
|
@objc get
|
|
1028
1139
|
@objc set(value)
|
|
1029
1140
|
}
|
|
1030
|
-
@objc @_Concurrency.MainActor
|
|
1141
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexWrap: Mason.FlexWrap {
|
|
1031
1142
|
@objc get
|
|
1032
1143
|
@objc set(value)
|
|
1033
1144
|
}
|
|
1034
|
-
@objc @_Concurrency.MainActor
|
|
1145
|
+
@objc @_Concurrency.MainActor @preconcurrency public var overflowX: Mason.Overflow {
|
|
1035
1146
|
@objc get
|
|
1036
1147
|
@objc set(value)
|
|
1037
1148
|
}
|
|
1038
|
-
@objc @_Concurrency.MainActor
|
|
1149
|
+
@objc @_Concurrency.MainActor @preconcurrency public var overflowY: Mason.Overflow {
|
|
1039
1150
|
@objc get
|
|
1040
1151
|
@objc set(value)
|
|
1041
1152
|
}
|
|
1042
|
-
@objc @_Concurrency.MainActor
|
|
1153
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignItems: Mason.AlignItems {
|
|
1043
1154
|
@objc get
|
|
1044
1155
|
@objc set(value)
|
|
1045
1156
|
}
|
|
1046
|
-
@objc @_Concurrency.MainActor
|
|
1157
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignSelf: Mason.AlignSelf {
|
|
1047
1158
|
@objc get
|
|
1048
1159
|
@objc set(value)
|
|
1049
1160
|
}
|
|
1050
|
-
@objc @_Concurrency.MainActor
|
|
1161
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignContent: Mason.AlignContent {
|
|
1051
1162
|
@objc get
|
|
1052
1163
|
@objc set(value)
|
|
1053
1164
|
}
|
|
1054
|
-
@objc @_Concurrency.MainActor
|
|
1165
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifyItems: Mason.JustifyItems {
|
|
1055
1166
|
@objc get
|
|
1056
1167
|
@objc set(value)
|
|
1057
1168
|
}
|
|
1058
|
-
@objc @_Concurrency.MainActor
|
|
1169
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifySelf: Mason.JustifySelf {
|
|
1059
1170
|
@objc get
|
|
1060
1171
|
@objc set(value)
|
|
1061
1172
|
}
|
|
1062
|
-
@objc @_Concurrency.MainActor
|
|
1173
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifyContent: Mason.JustifyContent {
|
|
1063
1174
|
@objc get
|
|
1064
1175
|
@objc set(value)
|
|
1065
1176
|
}
|
|
1066
|
-
@objc @_Concurrency.MainActor
|
|
1177
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexGrow: Swift.Float {
|
|
1067
1178
|
@objc get
|
|
1068
1179
|
@objc set(value)
|
|
1069
1180
|
}
|
|
1070
|
-
@_Concurrency.MainActor
|
|
1181
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexShrink: Swift.Float {
|
|
1182
|
+
@objc get
|
|
1183
|
+
@objc set(value)
|
|
1184
|
+
}
|
|
1185
|
+
@_Concurrency.MainActor @preconcurrency public var scrollBarWidth: Mason.MasonDimension {
|
|
1186
|
+
get
|
|
1187
|
+
set(value)
|
|
1188
|
+
}
|
|
1189
|
+
@objc @_Concurrency.MainActor @preconcurrency public var scrollBarWidthCompat: Mason.MasonDimensionCompat {
|
|
1190
|
+
@objc get
|
|
1191
|
+
@objc set(value)
|
|
1192
|
+
}
|
|
1193
|
+
@_Concurrency.MainActor @preconcurrency public var flexBasis: Mason.MasonDimension {
|
|
1071
1194
|
get
|
|
1072
1195
|
set(value)
|
|
1073
1196
|
}
|
|
1074
|
-
@objc @_Concurrency.MainActor
|
|
1197
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexBasisCompat: Mason.MasonDimensionCompat {
|
|
1075
1198
|
@objc get
|
|
1076
1199
|
@objc set(value)
|
|
1077
1200
|
}
|
|
1078
|
-
@objc @_Concurrency.MainActor
|
|
1201
|
+
@objc @_Concurrency.MainActor @preconcurrency public var aspectRatio: Swift.Float {
|
|
1079
1202
|
@objc get
|
|
1080
1203
|
@objc set(value)
|
|
1081
1204
|
}
|
|
1082
|
-
@objc @_Concurrency.MainActor
|
|
1205
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoRows: Swift.Array<Mason.MinMax> {
|
|
1083
1206
|
@objc get
|
|
1084
1207
|
@objc set(value)
|
|
1085
1208
|
}
|
|
1086
|
-
@objc @_Concurrency.MainActor
|
|
1209
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoColumns: Swift.Array<Mason.MinMax> {
|
|
1087
1210
|
@objc get
|
|
1088
1211
|
@objc set(value)
|
|
1089
1212
|
}
|
|
1090
|
-
@objc @_Concurrency.MainActor
|
|
1213
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoFlow: Mason.GridAutoFlow {
|
|
1091
1214
|
@objc get
|
|
1092
1215
|
@objc set(value)
|
|
1093
1216
|
}
|
|
1094
|
-
@_Concurrency.MainActor
|
|
1217
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumn: Mason.Line<Mason.GridPlacement> {
|
|
1095
1218
|
get
|
|
1096
1219
|
set(value)
|
|
1097
1220
|
}
|
|
1098
|
-
@_Concurrency.MainActor
|
|
1221
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumnStart: Mason.GridPlacement {
|
|
1099
1222
|
get
|
|
1100
1223
|
set
|
|
1101
1224
|
}
|
|
1102
|
-
@_Concurrency.MainActor
|
|
1225
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumnEnd: Mason.GridPlacement {
|
|
1103
1226
|
get
|
|
1104
1227
|
set
|
|
1105
1228
|
}
|
|
1106
|
-
@objc @_Concurrency.MainActor
|
|
1229
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnCompat: Mason.LineGridPlacementCompat {
|
|
1107
1230
|
@objc get
|
|
1108
1231
|
@objc set
|
|
1109
1232
|
}
|
|
1110
|
-
@objc @_Concurrency.MainActor
|
|
1233
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnStartCompat: Mason.GridPlacementCompat {
|
|
1111
1234
|
@objc get
|
|
1112
1235
|
@objc set
|
|
1113
1236
|
}
|
|
1114
|
-
@objc @_Concurrency.MainActor
|
|
1237
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnEndCompat: Mason.GridPlacementCompat {
|
|
1115
1238
|
@objc get
|
|
1116
1239
|
@objc set
|
|
1117
1240
|
}
|
|
1118
|
-
@_Concurrency.MainActor
|
|
1241
|
+
@_Concurrency.MainActor @preconcurrency public var gridRow: Mason.Line<Mason.GridPlacement> {
|
|
1119
1242
|
get
|
|
1120
1243
|
set(value)
|
|
1121
1244
|
}
|
|
1122
|
-
@_Concurrency.MainActor
|
|
1245
|
+
@_Concurrency.MainActor @preconcurrency public var gridRowStart: Mason.GridPlacement {
|
|
1123
1246
|
get
|
|
1124
1247
|
set
|
|
1125
1248
|
}
|
|
1126
|
-
@_Concurrency.MainActor
|
|
1249
|
+
@_Concurrency.MainActor @preconcurrency public var gridRowEnd: Mason.GridPlacement {
|
|
1127
1250
|
get
|
|
1128
1251
|
set
|
|
1129
1252
|
}
|
|
1130
|
-
@objc @_Concurrency.MainActor
|
|
1253
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowCompat: Mason.LineGridPlacementCompat {
|
|
1131
1254
|
@objc get
|
|
1132
1255
|
@objc set
|
|
1133
1256
|
}
|
|
1134
|
-
@objc @_Concurrency.MainActor
|
|
1257
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowStartCompat: Mason.GridPlacementCompat {
|
|
1135
1258
|
@objc get
|
|
1136
1259
|
@objc set
|
|
1137
1260
|
}
|
|
1138
|
-
@objc @_Concurrency.MainActor
|
|
1261
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowEndCompat: Mason.GridPlacementCompat {
|
|
1139
1262
|
@objc get
|
|
1140
1263
|
@objc set
|
|
1141
1264
|
}
|
|
1142
|
-
@objc @_Concurrency.MainActor
|
|
1265
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateRows: Swift.Array<Mason.TrackSizingFunction> {
|
|
1143
1266
|
@objc get
|
|
1144
1267
|
@objc set(value)
|
|
1145
1268
|
}
|
|
1146
|
-
@objc @_Concurrency.MainActor
|
|
1269
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateColumns: Swift.Array<Mason.TrackSizingFunction> {
|
|
1147
1270
|
@objc get
|
|
1148
1271
|
@objc set(value)
|
|
1149
1272
|
}
|
|
1150
|
-
@objc @_Concurrency.MainActor
|
|
1151
|
-
@objc @_Concurrency.MainActor
|
|
1152
|
-
@objc @_Concurrency.MainActor
|
|
1153
|
-
@objc @_Concurrency.MainActor
|
|
1154
|
-
@objc @_Concurrency.MainActor
|
|
1155
|
-
@objc @_Concurrency.MainActor
|
|
1156
|
-
@objc @_Concurrency.MainActor
|
|
1157
|
-
@objc @_Concurrency.MainActor
|
|
1158
|
-
@objc @_Concurrency.MainActor
|
|
1159
|
-
@objc @_Concurrency.MainActor
|
|
1160
|
-
@objc @_Concurrency.MainActor
|
|
1161
|
-
@objc @_Concurrency.MainActor
|
|
1162
|
-
@objc @_Concurrency.MainActor
|
|
1163
|
-
@objc @_Concurrency.MainActor
|
|
1164
|
-
@objc @_Concurrency.MainActor
|
|
1165
|
-
@objc @_Concurrency.MainActor
|
|
1166
|
-
@objc @_Concurrency.MainActor
|
|
1167
|
-
@objc @_Concurrency.MainActor
|
|
1168
|
-
@objc @_Concurrency.MainActor
|
|
1169
|
-
@objc @_Concurrency.MainActor
|
|
1170
|
-
@objc @_Concurrency.MainActor
|
|
1171
|
-
@objc @_Concurrency.MainActor
|
|
1172
|
-
@objc @_Concurrency.MainActor
|
|
1173
|
-
@objc @_Concurrency.MainActor
|
|
1174
|
-
@objc @_Concurrency.MainActor
|
|
1175
|
-
@objc @_Concurrency.MainActor
|
|
1176
|
-
@objc @_Concurrency.MainActor
|
|
1177
|
-
@objc @_Concurrency.MainActor
|
|
1178
|
-
@objc @_Concurrency.MainActor
|
|
1179
|
-
@objc @_Concurrency.MainActor
|
|
1180
|
-
@objc @_Concurrency.MainActor
|
|
1181
|
-
@objc @_Concurrency.MainActor
|
|
1182
|
-
@objc @_Concurrency.MainActor
|
|
1183
|
-
@objc @_Concurrency.MainActor
|
|
1184
|
-
@objc @_Concurrency.MainActor
|
|
1185
|
-
@objc @_Concurrency.MainActor
|
|
1186
|
-
@objc @_Concurrency.MainActor
|
|
1187
|
-
@objc @_Concurrency.MainActor
|
|
1188
|
-
@objc @_Concurrency.MainActor
|
|
1189
|
-
@objc @_Concurrency.MainActor
|
|
1190
|
-
@objc @_Concurrency.MainActor
|
|
1191
|
-
@objc @_Concurrency.MainActor
|
|
1192
|
-
@objc @_Concurrency.MainActor
|
|
1193
|
-
@objc @_Concurrency.MainActor
|
|
1194
|
-
@objc @_Concurrency.MainActor
|
|
1195
|
-
@objc @_Concurrency.MainActor
|
|
1196
|
-
@objc @_Concurrency.MainActor
|
|
1197
|
-
@objc @_Concurrency.MainActor
|
|
1198
|
-
@objc @_Concurrency.MainActor
|
|
1199
|
-
@objc @_Concurrency.MainActor
|
|
1200
|
-
@objc @_Concurrency.MainActor
|
|
1201
|
-
@objc @_Concurrency.MainActor
|
|
1202
|
-
@objc @_Concurrency.MainActor
|
|
1203
|
-
@objc @_Concurrency.MainActor
|
|
1204
|
-
@objc @_Concurrency.MainActor
|
|
1205
|
-
@objc @_Concurrency.MainActor
|
|
1206
|
-
@objc @_Concurrency.MainActor
|
|
1207
|
-
@objc @_Concurrency.MainActor
|
|
1208
|
-
@objc @_Concurrency.MainActor
|
|
1209
|
-
@objc @_Concurrency.MainActor
|
|
1210
|
-
@objc @_Concurrency.MainActor
|
|
1211
|
-
@objc @_Concurrency.MainActor
|
|
1212
|
-
@objc @_Concurrency.MainActor
|
|
1213
|
-
@objc @_Concurrency.MainActor
|
|
1214
|
-
@objc @_Concurrency.MainActor
|
|
1273
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setPadding(_ left: Swift.Float, _ right: Swift.Float, _ top: Swift.Float, _ bottom: Swift.Float)
|
|
1274
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getPadding() -> Mason.MasonLengthPercentageRectCompat
|
|
1275
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setPaddingLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1276
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setPaddingRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1277
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setPaddingTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1278
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setPaddingBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1279
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingLeft() -> Mason.MasonLengthPercentageCompat
|
|
1280
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingRight() -> Mason.MasonLengthPercentageCompat
|
|
1281
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingTop() -> Mason.MasonLengthPercentageCompat
|
|
1282
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getPaddingBottom() -> Mason.MasonLengthPercentageCompat
|
|
1283
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorder(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1284
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorder() -> Mason.MasonLengthPercentageRectCompat
|
|
1285
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1286
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1287
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1288
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setBorderBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1289
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorderLeft() -> Mason.MasonLengthPercentageCompat
|
|
1290
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorderRight() -> Mason.MasonLengthPercentageCompat
|
|
1291
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorderBottom() -> Mason.MasonLengthPercentageCompat
|
|
1292
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getBorderTop() -> Mason.MasonLengthPercentageCompat
|
|
1293
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMargin(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1294
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMargin() -> Mason.MasonLengthPercentageAutoRectCompat
|
|
1295
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMarginLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1296
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMarginRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1297
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMarginTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1298
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMarginBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1299
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMarginLeft() -> Mason.MasonLengthPercentageAutoCompat
|
|
1300
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMarginRight() -> Mason.MasonLengthPercentageAutoCompat
|
|
1301
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMarginTop() -> Mason.MasonLengthPercentageAutoCompat
|
|
1302
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMarginBottom() -> Mason.MasonLengthPercentageAutoCompat
|
|
1303
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setInset(_ left: Swift.Float, _ top: Swift.Float, _ right: Swift.Float, _ bottom: Swift.Float)
|
|
1304
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getInset() -> Mason.MasonLengthPercentageAutoRectCompat
|
|
1305
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setInsetLeft(_ left: Swift.Float, _ type: Swift.Int)
|
|
1306
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setInsetRight(_ right: Swift.Float, _ type: Swift.Int)
|
|
1307
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setInsetTop(_ top: Swift.Float, _ type: Swift.Int)
|
|
1308
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setInsetBottom(_ bottom: Swift.Float, _ type: Swift.Int)
|
|
1309
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getInsetLeft() -> Mason.MasonLengthPercentageAutoCompat
|
|
1310
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getInsetRight() -> Mason.MasonLengthPercentageAutoCompat
|
|
1311
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getInsetTop() -> Mason.MasonLengthPercentageAutoCompat
|
|
1312
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getInsetBottom() -> Mason.MasonLengthPercentageAutoCompat
|
|
1313
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMinSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1314
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMinSize() -> Mason.MasonDimensionSizeCompat
|
|
1315
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMinSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1316
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMinSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1317
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMinSizeWidth() -> Mason.MasonDimensionCompat
|
|
1318
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMinSizeHeight() -> Mason.MasonDimensionCompat
|
|
1319
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1320
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1321
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1322
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getSize() -> Mason.MasonDimensionSizeCompat
|
|
1323
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getSizeWidth() -> Mason.MasonDimensionCompat
|
|
1324
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getSizeHeight() -> Mason.MasonDimensionCompat
|
|
1325
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMaxSize(_ width: Swift.Float, _ height: Swift.Float)
|
|
1326
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMaxSize() -> Mason.MasonDimensionSizeCompat
|
|
1327
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMaxSizeWidth(_ width: Swift.Float, _ type: Swift.Int)
|
|
1328
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setMaxSizeHeight(_ height: Swift.Float, _ type: Swift.Int)
|
|
1329
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMaxSizeWidth() -> Mason.MasonDimensionCompat
|
|
1330
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getMaxSizeHeight() -> Mason.MasonDimensionCompat
|
|
1331
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setGap(_ width: Swift.Float, _ height: Swift.Float)
|
|
1332
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setGapWithWidthHeightType(_ width: Swift.Float, _ width_type: Swift.Int, _ height: Swift.Float, _ height_type: Swift.Int)
|
|
1333
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getGap() -> Mason.MasonLengthPercentageSizeCompat
|
|
1334
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setRowGap(_ row: Swift.Float, _ type: Swift.Int)
|
|
1335
|
+
@objc @_Concurrency.MainActor @preconcurrency public func setColumnGap(_ column: Swift.Float, _ type: Swift.Int)
|
|
1336
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getRowGap() -> Mason.MasonLengthPercentageCompat
|
|
1337
|
+
@objc @_Concurrency.MainActor @preconcurrency public func getColumnGap() -> Mason.MasonLengthPercentageCompat
|
|
1338
|
+
@objc deinit
|
|
1215
1339
|
}
|
|
1216
1340
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
1217
1341
|
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
@@ -1219,6 +1343,10 @@ extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
|
1219
1343
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Hashable {}
|
|
1220
1344
|
extension Mason.MasonLengthPercentageCompatType : Swift.Equatable {}
|
|
1221
1345
|
extension Mason.MasonLengthPercentageCompatType : Swift.Hashable {}
|
|
1346
|
+
extension Mason.MasonBoxSizing : Swift.Equatable {}
|
|
1347
|
+
extension Mason.MasonBoxSizing : Swift.Hashable {}
|
|
1348
|
+
extension Mason.MasonTextAlign : Swift.Equatable {}
|
|
1349
|
+
extension Mason.MasonTextAlign : Swift.Hashable {}
|
|
1222
1350
|
extension Mason.AlignItems : Swift.Equatable {}
|
|
1223
1351
|
extension Mason.AlignItems : Swift.Hashable {}
|
|
1224
1352
|
extension Mason.AlignSelf : Swift.Equatable {}
|
|
@@ -1247,3 +1375,11 @@ extension Mason.GridAutoFlow : Swift.Equatable {}
|
|
|
1247
1375
|
extension Mason.GridAutoFlow : Swift.Hashable {}
|
|
1248
1376
|
extension Mason.GridPlacementCompatType : Swift.Equatable {}
|
|
1249
1377
|
extension Mason.GridPlacementCompatType : Swift.Hashable {}
|
|
1378
|
+
extension Mason.DecorationLine : Swift.Equatable {}
|
|
1379
|
+
extension Mason.DecorationLine : Swift.Hashable {}
|
|
1380
|
+
extension Mason.TextTransform : Swift.Equatable {}
|
|
1381
|
+
extension Mason.TextTransform : Swift.Hashable {}
|
|
1382
|
+
extension Mason.FontStyle : Swift.Equatable {}
|
|
1383
|
+
extension Mason.FontStyle : Swift.Hashable {}
|
|
1384
|
+
extension Mason.TextWrap : Swift.Equatable {}
|
|
1385
|
+
extension Mason.TextWrap : Swift.Hashable {}
|