@triniwiz/nativescript-masonkit 1.0.0-alpha.6 → 1.0.0-alpha.8
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 -28
- package/common.js +355 -704
- package/common.js.map +1 -1
- package/helpers.d.ts +98 -98
- package/helpers.js +395 -2945
- package/helpers.js.map +1 -1
- package/index.android.d.ts +28 -24
- package/index.android.js +109 -82
- package/index.android.js.map +1 -1
- package/index.d.ts +56 -19
- package/index.ios.d.ts +42 -24
- package/index.ios.js +279 -121
- 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/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 +251 -267
- 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 +213 -843
- 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 +17954 -22685
- package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.private.swiftinterface +404 -310
- 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 +404 -310
- 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 +502 -534
- 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 +213 -843
- 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 +17954 -22685
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +404 -310
- 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 +404 -310
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +17954 -22685
- package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +404 -310
- 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 +404 -310
- 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 +5 -1
- package/platforms/ios/prebuild.sh +101 -0
- package/{pods → src-native/pods}/NativeScript.podspec +1 -1
- package/style.d.ts +166 -0
- package/style.js +1686 -0
- package/style.js.map +1 -0
- package/platforms/ios/src/MasonV8Module.h +0 -583
- package/platforms/ios/src/MasonV8Module.mm +0 -1005
- package/platforms/ios/src/cpp/include/mason_native.h +0 -972
- package/platforms/ios/src/cpp/include/robin_hood.h +0 -2544
- package/platforms/ios/src/module.modulemap +0 -4
- /package/{pods → src-native/pods}/Headers/include/APIDesign.md +0 -0
- /package/{pods → src-native/pods}/Headers/include/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/DIR_METADATA +0 -0
- /package/{pods → src-native/pods}/Headers/include/OWNERS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/OWNERS +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/README.md +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/allocation.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/common.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/cross-thread-persistent.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/custom-space.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/default-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/ephemeron-pair.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/explicit-management.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/garbage-collected.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-consistency.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-state.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/heap.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/api-constants.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/compiler-specific.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/finalizer-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/gc-info.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/logging.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/name-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/persistent-node.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/pointer-policies.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/internal/write-barrier.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/liveness-broker.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/macros.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/member.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/name-provider.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/object-size-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/persistent.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/prefinalizer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/process-heap-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/sentinel-pointer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/source-location.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/testing.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/trace-trait.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/type-traits.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/cppgc/visitor.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol-1.2.json +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol-1.3.json +0 -0
- /package/{pods → src-native/pods}/Headers/include/js_protocol.pdl +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/arm64/ffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/arm64/ffitarget.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/x86_64/ffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi/x86_64/ffitarget.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libffi.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/DEPS +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/libplatform-export.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/libplatform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/libplatform/v8-tracing.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-array-buffer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-callbacks.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-container.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-context.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-cppgc.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-data.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-date.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-debug.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-embedder-heap.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-embedder-state-scope.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-exception.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-extension.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-external.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-fast-api-calls.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-forward.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-function-callback.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-function.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-initialization.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-inspector-protocol.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-inspector.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-internal.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-isolate.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-json.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-local-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-locker.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-maybe.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-memory-span.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-message.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-metrics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-microtask-queue.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-microtask.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-object.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-persistent-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-primitive-object.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-primitive.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-profiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-promise.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-proxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-regexp.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-snapshot.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-statistics.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-template.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-traced-handle.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-typed-array.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-unwinder-state.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-unwinder.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value-serializer-version.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value-serializer.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-value.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-version-string.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-version.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm-trap-handler-posix.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm-trap-handler-win.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-wasm.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8-weak-callback-info.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8.h +0 -0
- /package/{pods → src-native/pods}/Headers/include/v8config.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/InspectorServer.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/JsV8InspectorClient.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/base64.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/address-region.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomic-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomicops.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/base-export.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/bits.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/build_config.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/compiler-specific.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/export-template.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/flags.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/immediate-crash.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/lazy-instance.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/logging.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/macros.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/memory.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/once.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/optional.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/mutex.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/semaphore.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/v8-time.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/platform/wrappers.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/safe_conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/safe_conversions_impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/template-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/base/v8-fallthrough.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/common/checks.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/common/globals.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/debug/debug-interface.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/debug/interface-types.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/init/v8.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/custom-preview.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/injected-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/inspected-context.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/CSS.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Console.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/DOM.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Debugger.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Forward.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Log.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Network.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Overlay.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Page.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Profiler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Protocol.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Schema.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/protocol/Security.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/remote-object-id.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/search-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/string-16.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/string-util.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console-message.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-console.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-id.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger-script.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-debugger.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-regex.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-string-conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/v8-value-utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/inspector/value-mirror.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/libplatform/default-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/logging/tracing-flags.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/numbers/conversions.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/tracing/trace-event.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/utils/allocation.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/src/utils/vector.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/utils.h +0 -0
- /package/{pods → src-native/pods}/Headers/inspector/v8-inspector-platform.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/decorator.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/instrumentation.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsi-inl.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsi.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/jsilib.h +0 -0
- /package/{pods → src-native/pods}/Headers/jsi/threadsafe.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ArgConverter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ArrayAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Caches.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ClassBuilder.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Common.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ConcurrentMap.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ConcurrentQueue.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Console.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Constants.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/DataWrapper.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/DictionaryAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ExtVector.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FFICall.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FastEnumerationAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/FunctionReference.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Helpers.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/InlineFunctions.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Interop.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/KnownUnknownClassPair.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Metadata.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/MetadataBuilder.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/MetadataInlines.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ModuleInternal.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/NSDataAdapter.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/NativeScriptException.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/ObjectManager.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/OneByteStringResource.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Pointer.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/PromiseProxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Reference.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/RuntimeConfig.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SetTimeout.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SimpleAllocator.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/StringHasher.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SymbolIterator.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/SymbolLoader.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/TNSDerivedClass.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/TSHelpers.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Tasks.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/UnmanagedType.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/WeakRef.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/Worker.h +0 -0
- /package/{pods → src-native/pods}/Headers/runtime/robin_hood.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/HostProxy.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/JSIV8ValueConverter.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8PointerValue.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8Runtime.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8RuntimeConfig.h +0 -0
- /package/{pods → src-native/pods}/Headers/v8runtime/V8RuntimeFactory.h +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version
|
|
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 -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
|
}
|
|
@@ -39,16 +41,21 @@ public struct Line<T> {
|
|
|
39
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()
|
|
@@ -76,27 +83,35 @@ public struct Line<T> {
|
|
|
76
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,13 +155,6 @@ 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 rootComputeWithViewSize(layout: Swift.Bool)
|
|
149
|
-
@objc public func rootComputeWithMaxContent()
|
|
150
158
|
@objc public func compute()
|
|
151
159
|
@objc public func compute(_ width: Swift.Float, _ height: Swift.Float)
|
|
152
160
|
@objc public func computeMaxContent()
|
|
@@ -157,11 +165,8 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
157
165
|
@objc public func computeWithMaxContent()
|
|
158
166
|
@objc public func computeWithMinContent()
|
|
159
167
|
@objc public func attachAndApply()
|
|
160
|
-
@objc public func setChildren(
|
|
168
|
+
@objc public func setChildren(value: [Mason.MasonNode])
|
|
161
169
|
@objc public func addChildren(_ children: [Mason.MasonNode])
|
|
162
|
-
@objc public var isLeaf: Swift.Bool {
|
|
163
|
-
@objc get
|
|
164
|
-
}
|
|
165
170
|
@objc public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
166
171
|
}
|
|
167
172
|
@_hasMissingDesignatedInitializers @objcMembers @objc(MinSizing) public class MinSizing : ObjectiveC.NSObject, Swift.Codable {
|
|
@@ -183,12 +188,107 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
183
188
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
184
189
|
@objc deinit
|
|
185
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)
|
|
269
|
+
@objc deinit
|
|
270
|
+
}
|
|
186
271
|
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(MasonLayout) @objcMembers public class MasonLayout : ObjectiveC.NSObject, Swift.Codable {
|
|
187
272
|
@objc final public let order: Swift.Int
|
|
188
273
|
@objc final public let x: Swift.Float
|
|
189
274
|
@objc final public let y: Swift.Float
|
|
190
275
|
@objc final public let width: Swift.Float
|
|
191
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
|
+
}
|
|
192
292
|
@objc final public let children: [Mason.MasonLayout]
|
|
193
293
|
@objc override dynamic public var description: Swift.String {
|
|
194
294
|
@objc get
|
|
@@ -197,136 +297,6 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
197
297
|
public func encode(to encoder: any Swift.Encoder) throws
|
|
198
298
|
required public init(from decoder: any Swift.Decoder) throws
|
|
199
299
|
}
|
|
200
|
-
@_inheritsConvenienceInitializers @objcMembers @objc(MasonReexports) public class MasonReexports : ObjectiveC.NSObject {
|
|
201
|
-
@objc public static func node_set_style(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, _ style: Swift.UnsafeMutableRawPointer)
|
|
202
|
-
@objc public static func node_compute(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
203
|
-
@objc public static func node_compute_wh(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer, width: Swift.Float, height: Swift.Float)
|
|
204
|
-
@objc public static func node_compute_max_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
205
|
-
@objc public static func node_compute_min_content(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
206
|
-
@objc public static func node_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer) -> Swift.Bool
|
|
207
|
-
@objc public static func node_mark_dirty(_ mason: Swift.UnsafeMutableRawPointer, _ node: Swift.UnsafeMutableRawPointer)
|
|
208
|
-
@objc public static func style_get_display(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
209
|
-
@objc public static func style_set_display(_ style: Swift.UnsafeMutableRawPointer, _ display: Swift.Int32)
|
|
210
|
-
@objc public static func style_get_position(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
211
|
-
@objc public static func style_set_position(_ style: Swift.UnsafeMutableRawPointer, _ position: Swift.Int32)
|
|
212
|
-
@objc public static func style_get_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
213
|
-
@objc public static func style_set_direction(_ style: Swift.UnsafeMutableRawPointer, _ direction: Swift.Int32)
|
|
214
|
-
@objc public static func style_get_flex_direction(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
215
|
-
@objc public static func style_set_flex_direction(_ style: Swift.UnsafeMutableRawPointer, _ flex_direction: Swift.Int32)
|
|
216
|
-
@objc public static func style_get_flex_wrap(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
217
|
-
@objc public static func style_set_flex_wrap(_ style: Swift.UnsafeMutableRawPointer, _ flex_wrap: Swift.Int32)
|
|
218
|
-
@objc public static func style_set_overflow(_ style: Swift.UnsafeMutableRawPointer, _ overflow: Swift.Int32)
|
|
219
|
-
@objc public static func style_set_overflow_x(_ style: Swift.UnsafeMutableRawPointer, _ overflow: Swift.Int32)
|
|
220
|
-
@objc public static func style_set_overflow_y(_ style: Swift.UnsafeMutableRawPointer, _ overflow: Swift.Int32)
|
|
221
|
-
@objc public static func style_get_overflow_x(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
222
|
-
@objc public static func style_get_overflow_y(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
223
|
-
@objc public static func style_get_align_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
224
|
-
@objc public static func style_set_align_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
225
|
-
@objc public static func style_get_align_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
226
|
-
@objc public static func style_set_align_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
227
|
-
@objc public static func style_get_align_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
228
|
-
@objc public static func style_set_align_content(_ style: Swift.UnsafeMutableRawPointer, _ align_content: Swift.Int32)
|
|
229
|
-
@objc public static func style_get_justify_items(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
230
|
-
@objc public static func style_set_justify_items(_ style: Swift.UnsafeMutableRawPointer, _ align_items: Swift.Int32)
|
|
231
|
-
@objc public static func style_get_justify_self(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
232
|
-
@objc public static func style_set_justify_self(_ style: Swift.UnsafeMutableRawPointer, _ align_self: Swift.Int32)
|
|
233
|
-
@objc public static func style_get_justify_content(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
234
|
-
@objc public static func style_set_justify_content(_ style: Swift.UnsafeMutableRawPointer, _ justify_content: Swift.Int32)
|
|
235
|
-
@objc public static func style_set_inset(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
236
|
-
@objc public static func style_get_inset_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
237
|
-
@objc public static func style_set_inset_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
238
|
-
@objc public static func style_get_inset_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
239
|
-
@objc public static func style_set_inset_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
240
|
-
@objc public static func style_get_inset_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
241
|
-
@objc public static func style_set_inset_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
242
|
-
@objc public static func style_get_inset_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
243
|
-
@objc public static func style_set_inset_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
244
|
-
@objc public static func style_set_margin(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
245
|
-
@objc public static func style_get_margin_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
246
|
-
@objc public static func style_set_margin_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
247
|
-
@objc public static func style_get_margin_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
248
|
-
@objc public static func style_set_margin_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
249
|
-
@objc public static func style_get_margin_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
250
|
-
@objc public static func style_set_margin_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
251
|
-
@objc public static func style_get_margin_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageAuto
|
|
252
|
-
@objc public static func style_set_margin_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageAutoType)
|
|
253
|
-
@objc public static func style_set_padding(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
254
|
-
@objc public static func style_get_padding_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
255
|
-
@objc public static func style_set_padding_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
256
|
-
@objc public static func style_get_padding_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
257
|
-
@objc public static func style_set_padding_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
258
|
-
@objc public static func style_get_padding_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
259
|
-
@objc public static func style_set_padding_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
260
|
-
@objc public static func style_get_padding_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
261
|
-
@objc public static func style_set_padding_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
262
|
-
@objc public static func style_set_border(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
263
|
-
@objc public static func style_get_border_left(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
264
|
-
@objc public static func style_set_border_left(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
265
|
-
@objc public static func style_get_border_right(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
266
|
-
@objc public static func style_set_border_right(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
267
|
-
@objc public static func style_get_border_top(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
268
|
-
@objc public static func style_set_border_top(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
269
|
-
@objc public static func style_get_border_bottom(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
270
|
-
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
271
|
-
@objc public static func style_get_flex_grow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
272
|
-
@objc public static func style_set_flex_grow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
273
|
-
@objc public static func style_set_border_bottom(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
274
|
-
@objc public static func style_get_flex_shrink(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
275
|
-
@objc public static func style_set_flex_shrink(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
276
|
-
@objc public static func style_set_flex_basis(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
277
|
-
@objc public static func style_get_flex_basis(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
278
|
-
@objc public static func style_set_scrollbar_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
279
|
-
@objc public static func style_get_scrollbar_width(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
280
|
-
@objc public static func style_get_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
281
|
-
@objc public static func style_set_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
282
|
-
@objc public static func style_get_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
283
|
-
@objc public static func style_set_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
284
|
-
@objc public static func style_get_min_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
285
|
-
@objc public static func style_set_min_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
286
|
-
@objc public static func style_get_min_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
287
|
-
@objc public static func style_set_min_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
288
|
-
@objc public static func style_get_max_width(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
289
|
-
@objc public static func style_set_max_width(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
290
|
-
@objc public static func style_get_max_height(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonDimension
|
|
291
|
-
@objc public static func style_set_max_height(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonDimensionType)
|
|
292
|
-
@objc public static func style_get_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentageSize
|
|
293
|
-
@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)
|
|
294
|
-
@objc public static func style_get_row_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
295
|
-
@objc public static func style_set_row_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
296
|
-
@objc public static func style_get_column_gap(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonLengthPercentage
|
|
297
|
-
@objc public static func style_set_column_gap(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float, _ value_type: Mason.CMasonLengthPercentageType)
|
|
298
|
-
@objc public static func style_get_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Float
|
|
299
|
-
@objc public static func style_set_aspect_ratio(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Float)
|
|
300
|
-
@objc public static func style_get_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
301
|
-
@objc public static func style_set_grid_auto_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
302
|
-
@objc public static func style_get_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>
|
|
303
|
-
@objc public static func style_set_grid_auto_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
304
|
-
@objc public static func style_get_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer) -> Swift.Int32
|
|
305
|
-
@objc public static func style_set_grid_auto_flow(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.Int32)
|
|
306
|
-
@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)
|
|
307
|
-
@objc public static func style_set_grid_column(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
308
|
-
@objc public static func style_get_grid_column_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
309
|
-
@objc public static func style_set_grid_column_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
310
|
-
@objc public static func style_get_grid_column_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
311
|
-
@objc public static func style_set_grid_column_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
312
|
-
@objc public static func style_set_grid_row(_ style: Swift.UnsafeMutableRawPointer, _ start: Mason.CMasonGridPlacement, _ end: Mason.CMasonGridPlacement)
|
|
313
|
-
@objc public static func style_get_grid_row_start(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
314
|
-
@objc public static func style_set_grid_row_start(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
315
|
-
@objc public static func style_get_grid_row_end(_ style: Swift.UnsafeMutableRawPointer) -> Mason.CMasonGridPlacement
|
|
316
|
-
@objc public static func style_set_grid_row_end(_ style: Swift.UnsafeMutableRawPointer, _ value: Mason.CMasonGridPlacement)
|
|
317
|
-
@objc public static func style_get_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
318
|
-
@objc public static func style_set_grid_template_rows(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
319
|
-
@objc public static func style_get_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer) -> Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>
|
|
320
|
-
@objc public static func style_set_grid_template_columns(_ style: Swift.UnsafeMutableRawPointer, _ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
321
|
-
@objc public static func destroy(nonRepeatedTrackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>)
|
|
322
|
-
@objc public static func destroy(trackSizingFunctionArray: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>)
|
|
323
|
-
@objc public static func util_parse_non_repeated_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonNonRepeatedTrackSizingFunctionArray>) -> Swift.String
|
|
324
|
-
@objc public static func util_parse_auto_repeating_track_sizing_function(_ value: Swift.UnsafeMutablePointer<Mason.CMasonTrackSizingFunctionArray>) -> Swift.String
|
|
325
|
-
@objc public static func util_create_non_repeated_track_sizing_function_with_type_value(_ track_type: Swift.Int32, _ track_value: Swift.Float) -> Mason.CMasonMinMax
|
|
326
|
-
@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>, _ overflowX: Swift.Int32, _ overflowY: Swift.Int32, scrollBarWidth: Swift.Float)
|
|
327
|
-
@objc override dynamic public init()
|
|
328
|
-
@objc deinit
|
|
329
|
-
}
|
|
330
300
|
@_hasMissingDesignatedInitializers @objc(TrackSizingFunction) @objcMembers public class TrackSizingFunction : ObjectiveC.NSObject {
|
|
331
301
|
@objc public var isRepeating: Swift.Bool {
|
|
332
302
|
get
|
|
@@ -338,7 +308,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
338
308
|
@objc deinit
|
|
339
309
|
@objc public static func AutoRepeat(_ gridTrackRepetition: Mason.GridTrackRepetition, _ value: Swift.Array<Mason.MinMax>) -> Mason.TrackSizingFunction
|
|
340
310
|
}
|
|
341
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject {
|
|
311
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonDimensionCompat) public class MasonDimensionCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
342
312
|
@objc public init(points: Swift.Float)
|
|
343
313
|
@objc public init(percent: Swift.Float)
|
|
344
314
|
@objc public var type: Mason.MasonDimensionCompatType {
|
|
@@ -356,8 +326,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
356
326
|
@objc public static let Auto: Mason.MasonDimensionCompat
|
|
357
327
|
@objc public static let Zero: Mason.MasonDimensionCompat
|
|
358
328
|
@objc deinit
|
|
329
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
330
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
359
331
|
}
|
|
360
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoCompat) public class MasonLengthPercentageAutoCompat : ObjectiveC.NSObject {
|
|
332
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageAutoCompat) public class MasonLengthPercentageAutoCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
361
333
|
@objc public init(points: Swift.Float)
|
|
362
334
|
@objc public init(percent: Swift.Float)
|
|
363
335
|
@objc public var type: Mason.MasonLengthPercentageAutoCompatType {
|
|
@@ -375,8 +347,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
375
347
|
@objc public static let Auto: Mason.MasonLengthPercentageAutoCompat
|
|
376
348
|
@objc public static let Zero: Mason.MasonLengthPercentageAutoCompat
|
|
377
349
|
@objc deinit
|
|
350
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
351
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
378
352
|
}
|
|
379
|
-
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageCompat) public class MasonLengthPercentageCompat : ObjectiveC.NSObject {
|
|
353
|
+
@_hasMissingDesignatedInitializers @objcMembers @objc(MasonLengthPercentageCompat) public class MasonLengthPercentageCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
380
354
|
@objc public init(points: Swift.Float)
|
|
381
355
|
@objc public init(percent: Swift.Float)
|
|
382
356
|
@objc public var type: Mason.MasonLengthPercentageCompatType {
|
|
@@ -393,6 +367,8 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
393
367
|
}
|
|
394
368
|
@objc public static let Zero: Mason.MasonLengthPercentageCompat
|
|
395
369
|
@objc deinit
|
|
370
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
371
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
396
372
|
}
|
|
397
373
|
@_hasMissingDesignatedInitializers @objcMembers @objc(GridPlacementCompat) public class GridPlacementCompat : ObjectiveC.NSObject {
|
|
398
374
|
@objc public init(span: Swift.Int16)
|
|
@@ -412,7 +388,7 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
412
388
|
@objc public static let Auto: Mason.GridPlacementCompat
|
|
413
389
|
@objc deinit
|
|
414
390
|
}
|
|
415
|
-
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject {
|
|
391
|
+
@objcMembers @objc(MasonDimensionRectCompat) public class MasonDimensionRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
416
392
|
@objc public var left: Mason.MasonDimensionCompat
|
|
417
393
|
@objc public var right: Mason.MasonDimensionCompat
|
|
418
394
|
@objc public var top: Mason.MasonDimensionCompat
|
|
@@ -420,8 +396,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
420
396
|
@objc public init(_ left: Mason.MasonDimensionCompat, _ right: Mason.MasonDimensionCompat, _ top: Mason.MasonDimensionCompat, _ bottom: Mason.MasonDimensionCompat)
|
|
421
397
|
public init(_ rect: Mason.MasonRect<Mason.MasonDimension>)
|
|
422
398
|
@objc deinit
|
|
399
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
400
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
423
401
|
}
|
|
424
|
-
@objcMembers @objc(MasonLengthPercentageAutoRectCompat) public class MasonLengthPercentageAutoRectCompat : ObjectiveC.NSObject {
|
|
402
|
+
@objcMembers @objc(MasonLengthPercentageAutoRectCompat) public class MasonLengthPercentageAutoRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
425
403
|
@objc public var left: Mason.MasonLengthPercentageAutoCompat
|
|
426
404
|
@objc public var right: Mason.MasonLengthPercentageAutoCompat
|
|
427
405
|
@objc public var top: Mason.MasonLengthPercentageAutoCompat
|
|
@@ -429,8 +407,10 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
429
407
|
@objc public init(_ left: Mason.MasonLengthPercentageAutoCompat, _ right: Mason.MasonLengthPercentageAutoCompat, _ top: Mason.MasonLengthPercentageAutoCompat, _ bottom: Mason.MasonLengthPercentageAutoCompat)
|
|
430
408
|
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentageAuto>)
|
|
431
409
|
@objc deinit
|
|
410
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
411
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
432
412
|
}
|
|
433
|
-
@objcMembers @objc(MasonLengthPercentageRectCompat) public class MasonLengthPercentageRectCompat : ObjectiveC.NSObject {
|
|
413
|
+
@objcMembers @objc(MasonLengthPercentageRectCompat) public class MasonLengthPercentageRectCompat : ObjectiveC.NSObject, Swift.Codable {
|
|
434
414
|
@objc public var left: Mason.MasonLengthPercentageCompat
|
|
435
415
|
@objc public var right: Mason.MasonLengthPercentageCompat
|
|
436
416
|
@objc public var top: Mason.MasonLengthPercentageCompat
|
|
@@ -438,10 +418,14 @@ public let MasonLengthPercentageSizeZero: Mason.MasonSize<Mason.MasonLengthPerce
|
|
|
438
418
|
@objc public init(_ left: Mason.MasonLengthPercentageCompat, _ right: Mason.MasonLengthPercentageCompat, _ top: Mason.MasonLengthPercentageCompat, _ bottom: Mason.MasonLengthPercentageCompat)
|
|
439
419
|
public init(_ rect: Mason.MasonRect<Mason.MasonLengthPercentage>)
|
|
440
420
|
@objc deinit
|
|
421
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
422
|
+
required public init(from decoder: any Swift.Decoder) throws
|
|
441
423
|
}
|
|
442
|
-
public struct MasonRect<T> {
|
|
424
|
+
public struct MasonRect<T> : Swift.Codable where T : Swift.Decodable, T : Swift.Encodable {
|
|
443
425
|
public init(_ left: T, _ right: T, _ top: T, _ bottom: T)
|
|
444
426
|
public init(uniform: T)
|
|
427
|
+
public func encode(to encoder: any Swift.Encoder) throws
|
|
428
|
+
public init(from decoder: any Swift.Decoder) throws
|
|
445
429
|
}
|
|
446
430
|
public let MasonDimensionRectAuto: Mason.MasonRect<Mason.MasonDimension>
|
|
447
431
|
public let MasonLengthPercentageAutoRectAuto: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
@@ -451,12 +435,16 @@ public let MasonLengthPercentageRectMaxPercentWH: Mason.MasonRect<Mason.MasonLen
|
|
|
451
435
|
public let MasonDimensionRectZero: Mason.MasonRect<Mason.MasonDimension>
|
|
452
436
|
public let MasonLengthPercentageAutoRectZero: Mason.MasonRect<Mason.MasonLengthPercentageAuto>
|
|
453
437
|
public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPercentage>
|
|
454
|
-
@
|
|
455
|
-
@objc public var
|
|
456
|
-
get
|
|
438
|
+
@objc(MasonStyle) @objcMembers public class MasonStyle : ObjectiveC.NSObject {
|
|
439
|
+
@objc public var valuesCompat: Foundation.NSMutableData {
|
|
440
|
+
@objc get
|
|
441
|
+
@objc set
|
|
457
442
|
}
|
|
458
|
-
@objc
|
|
459
|
-
|
|
443
|
+
@objc public var values: Foundation.Data {
|
|
444
|
+
@objc get
|
|
445
|
+
@objc set
|
|
446
|
+
}
|
|
447
|
+
@objc public init(node: Mason.MasonNode)
|
|
460
448
|
@objc public var display: Mason.Display {
|
|
461
449
|
@objc get
|
|
462
450
|
@objc set
|
|
@@ -477,10 +465,6 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
477
465
|
@objc get
|
|
478
466
|
@objc set
|
|
479
467
|
}
|
|
480
|
-
@objc public var overflow: Mason.Overflow {
|
|
481
|
-
@objc get
|
|
482
|
-
@objc set
|
|
483
|
-
}
|
|
484
468
|
@objc public var overflowX: Mason.Overflow {
|
|
485
469
|
@objc get
|
|
486
470
|
@objc set
|
|
@@ -599,6 +583,14 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
599
583
|
set
|
|
600
584
|
}
|
|
601
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
|
+
}
|
|
602
594
|
public var minSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
603
595
|
get
|
|
604
596
|
set
|
|
@@ -628,6 +620,8 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
628
620
|
}
|
|
629
621
|
@objc public func setSizeWidth(_ value: Swift.Float, _ type: Swift.Int)
|
|
630
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)
|
|
631
625
|
@objc public func setSizeWidthHeight(_ value: Swift.Float, _ type: Swift.Int)
|
|
632
626
|
public var maxSize: Mason.MasonSize<Mason.MasonDimension> {
|
|
633
627
|
get
|
|
@@ -724,11 +718,13 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
724
718
|
@objc get
|
|
725
719
|
@objc set
|
|
726
720
|
}
|
|
721
|
+
@objc public func updateNativeStyle()
|
|
727
722
|
@objc override dynamic public var description: Swift.String {
|
|
728
723
|
@objc get
|
|
729
724
|
}
|
|
725
|
+
@objc deinit
|
|
730
726
|
}
|
|
731
|
-
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable {
|
|
727
|
+
@objc(MasonDimensionCompatType) public enum MasonDimensionCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
732
728
|
case Auto
|
|
733
729
|
case Points
|
|
734
730
|
case Percent
|
|
@@ -738,7 +734,7 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
738
734
|
}
|
|
739
735
|
public init?(rawValue: Mason.MasonDimensionCompatType.RawValue)
|
|
740
736
|
}
|
|
741
|
-
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable {
|
|
737
|
+
@objc(MasonLengthPercentageAutoCompatType) public enum MasonLengthPercentageAutoCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
742
738
|
case Auto
|
|
743
739
|
case Points
|
|
744
740
|
case Percent
|
|
@@ -748,7 +744,7 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
748
744
|
}
|
|
749
745
|
public init?(rawValue: Mason.MasonLengthPercentageAutoCompatType.RawValue)
|
|
750
746
|
}
|
|
751
|
-
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable {
|
|
747
|
+
@objc(MasonLengthPercentageCompatType) public enum MasonLengthPercentageCompatType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
|
|
752
748
|
case Points
|
|
753
749
|
case Percent
|
|
754
750
|
public typealias RawValue = Swift.Int32
|
|
@@ -757,6 +753,29 @@ public let MasonLengthPercentageRectZero: Mason.MasonRect<Mason.MasonLengthPerce
|
|
|
757
753
|
}
|
|
758
754
|
public init?(rawValue: Mason.MasonLengthPercentageCompatType.RawValue)
|
|
759
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
|
+
}
|
|
760
779
|
public func MasonDimensionFromPoints(value: Swift.Float) -> Mason.MasonDimension
|
|
761
780
|
public func MasonDimensionFromPercent(value: Swift.Float) -> Mason.MasonDimension
|
|
762
781
|
public let MasonDimensionAuto: Mason.MasonDimension
|
|
@@ -862,7 +881,7 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
862
881
|
}
|
|
863
882
|
public init?(rawValue: Mason.Direction.RawValue)
|
|
864
883
|
}
|
|
865
|
-
@objc(Display) public enum Display : Swift.Int, Swift.RawRepresentable {
|
|
884
|
+
@objc(Display) public enum Display : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
866
885
|
case None
|
|
867
886
|
case Flex
|
|
868
887
|
case Grid
|
|
@@ -872,8 +891,11 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
872
891
|
get
|
|
873
892
|
}
|
|
874
893
|
public init?(rawValue: Mason.Display.RawValue)
|
|
894
|
+
public var description: Swift.String {
|
|
895
|
+
get
|
|
896
|
+
}
|
|
875
897
|
}
|
|
876
|
-
@objc(FlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable {
|
|
898
|
+
@objc(FlexDirection) public enum FlexDirection : Swift.Int, Swift.RawRepresentable, Swift.CustomStringConvertible {
|
|
877
899
|
case Row
|
|
878
900
|
case Column
|
|
879
901
|
case RowReverse
|
|
@@ -883,6 +905,9 @@ public enum MasonLengthPercentageAuto : Swift.Codable {
|
|
|
883
905
|
get
|
|
884
906
|
}
|
|
885
907
|
public init?(rawValue: Mason.FlexDirection.RawValue)
|
|
908
|
+
public var description: Swift.String {
|
|
909
|
+
get
|
|
910
|
+
}
|
|
886
911
|
}
|
|
887
912
|
@objc(JustifyItems) public enum JustifyItems : Swift.Int, Swift.RawRepresentable {
|
|
888
913
|
case Normal = -1
|
|
@@ -1004,256 +1029,313 @@ public enum GridPlacement : Swift.Codable {
|
|
|
1004
1029
|
@objc public static func Count(_ value: Swift.UInt16) -> Mason.GridTrackRepetition
|
|
1005
1030
|
@objc deinit
|
|
1006
1031
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
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
|
|
1010
1040
|
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
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
|
|
1016
1054
|
}
|
|
1017
|
-
|
|
1018
|
-
|
|
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
|
|
1019
1068
|
}
|
|
1020
|
-
|
|
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 {
|
|
1021
1093
|
@objc get
|
|
1022
1094
|
}
|
|
1023
|
-
@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 {
|
|
1024
1103
|
@objc get
|
|
1025
1104
|
}
|
|
1026
|
-
@objc @_Concurrency.MainActor
|
|
1105
|
+
@objc @_Concurrency.MainActor @preconcurrency public var masonNodePtr: Swift.Int64 {
|
|
1027
1106
|
@objc get
|
|
1028
1107
|
}
|
|
1029
|
-
@objc @_Concurrency.MainActor
|
|
1108
|
+
@objc @_Concurrency.MainActor @preconcurrency public var masonPtrs: Swift.String {
|
|
1030
1109
|
@objc get
|
|
1031
|
-
@objc set
|
|
1032
1110
|
}
|
|
1033
|
-
@objc @_Concurrency.MainActor
|
|
1034
|
-
@objc @_Concurrency.MainActor(unsafe) dynamic public func addSubviews(_ views: [UIKit.UIView], at index: Swift.Int)
|
|
1035
|
-
@objc @_Concurrency.MainActor(unsafe) dynamic public func configure(_ block: (Mason.MasonNode) -> Swift.Void)
|
|
1036
|
-
@objc @_Concurrency.MainActor(unsafe) dynamic public var inBatch: Swift.Bool {
|
|
1111
|
+
@objc @_Concurrency.MainActor @preconcurrency public var style: Mason.MasonStyle {
|
|
1037
1112
|
@objc get
|
|
1038
|
-
@objc set
|
|
1113
|
+
@objc set
|
|
1039
1114
|
}
|
|
1040
|
-
@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 {
|
|
1041
1122
|
@objc get
|
|
1042
1123
|
@objc set(value)
|
|
1043
1124
|
}
|
|
1044
|
-
@objc @_Concurrency.MainActor
|
|
1125
|
+
@objc @_Concurrency.MainActor @preconcurrency public var display: Mason.Display {
|
|
1045
1126
|
@objc get
|
|
1046
1127
|
@objc set(value)
|
|
1047
1128
|
}
|
|
1048
|
-
@objc @_Concurrency.MainActor
|
|
1129
|
+
@objc @_Concurrency.MainActor @preconcurrency public var _position: Mason.Position {
|
|
1049
1130
|
@objc get
|
|
1050
1131
|
@objc set(value)
|
|
1051
1132
|
}
|
|
1052
|
-
@objc @_Concurrency.MainActor
|
|
1133
|
+
@objc @_Concurrency.MainActor @preconcurrency public var direction: Mason.Direction {
|
|
1053
1134
|
@objc get
|
|
1054
1135
|
@objc set(value)
|
|
1055
1136
|
}
|
|
1056
|
-
@objc @_Concurrency.MainActor
|
|
1137
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexDirection: Mason.FlexDirection {
|
|
1057
1138
|
@objc get
|
|
1058
1139
|
@objc set(value)
|
|
1059
1140
|
}
|
|
1060
|
-
@objc @_Concurrency.MainActor
|
|
1141
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexWrap: Mason.FlexWrap {
|
|
1061
1142
|
@objc get
|
|
1062
1143
|
@objc set(value)
|
|
1063
1144
|
}
|
|
1064
|
-
@objc @_Concurrency.MainActor
|
|
1145
|
+
@objc @_Concurrency.MainActor @preconcurrency public var overflowX: Mason.Overflow {
|
|
1065
1146
|
@objc get
|
|
1066
1147
|
@objc set(value)
|
|
1067
1148
|
}
|
|
1068
|
-
@objc @_Concurrency.MainActor
|
|
1149
|
+
@objc @_Concurrency.MainActor @preconcurrency public var overflowY: Mason.Overflow {
|
|
1069
1150
|
@objc get
|
|
1070
1151
|
@objc set(value)
|
|
1071
1152
|
}
|
|
1072
|
-
@objc @_Concurrency.MainActor
|
|
1153
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignItems: Mason.AlignItems {
|
|
1073
1154
|
@objc get
|
|
1074
1155
|
@objc set(value)
|
|
1075
1156
|
}
|
|
1076
|
-
@objc @_Concurrency.MainActor
|
|
1157
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignSelf: Mason.AlignSelf {
|
|
1077
1158
|
@objc get
|
|
1078
1159
|
@objc set(value)
|
|
1079
1160
|
}
|
|
1080
|
-
@objc @_Concurrency.MainActor
|
|
1161
|
+
@objc @_Concurrency.MainActor @preconcurrency public var alignContent: Mason.AlignContent {
|
|
1081
1162
|
@objc get
|
|
1082
1163
|
@objc set(value)
|
|
1083
1164
|
}
|
|
1084
|
-
@objc @_Concurrency.MainActor
|
|
1165
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifyItems: Mason.JustifyItems {
|
|
1085
1166
|
@objc get
|
|
1086
1167
|
@objc set(value)
|
|
1087
1168
|
}
|
|
1088
|
-
@objc @_Concurrency.MainActor
|
|
1169
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifySelf: Mason.JustifySelf {
|
|
1089
1170
|
@objc get
|
|
1090
1171
|
@objc set(value)
|
|
1091
1172
|
}
|
|
1092
|
-
@objc @_Concurrency.MainActor
|
|
1173
|
+
@objc @_Concurrency.MainActor @preconcurrency public var justifyContent: Mason.JustifyContent {
|
|
1093
1174
|
@objc get
|
|
1094
1175
|
@objc set(value)
|
|
1095
1176
|
}
|
|
1096
|
-
@objc @_Concurrency.MainActor
|
|
1177
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexGrow: Swift.Float {
|
|
1097
1178
|
@objc get
|
|
1098
1179
|
@objc set(value)
|
|
1099
1180
|
}
|
|
1100
|
-
@objc @_Concurrency.MainActor
|
|
1181
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexShrink: Swift.Float {
|
|
1101
1182
|
@objc get
|
|
1102
1183
|
@objc set(value)
|
|
1103
1184
|
}
|
|
1104
|
-
@_Concurrency.MainActor
|
|
1185
|
+
@_Concurrency.MainActor @preconcurrency public var scrollBarWidth: Mason.MasonDimension {
|
|
1105
1186
|
get
|
|
1106
1187
|
set(value)
|
|
1107
1188
|
}
|
|
1108
|
-
@objc @_Concurrency.MainActor
|
|
1189
|
+
@objc @_Concurrency.MainActor @preconcurrency public var scrollBarWidthCompat: Mason.MasonDimensionCompat {
|
|
1109
1190
|
@objc get
|
|
1110
1191
|
@objc set(value)
|
|
1111
1192
|
}
|
|
1112
|
-
@_Concurrency.MainActor
|
|
1193
|
+
@_Concurrency.MainActor @preconcurrency public var flexBasis: Mason.MasonDimension {
|
|
1113
1194
|
get
|
|
1114
1195
|
set(value)
|
|
1115
1196
|
}
|
|
1116
|
-
@objc @_Concurrency.MainActor
|
|
1197
|
+
@objc @_Concurrency.MainActor @preconcurrency public var flexBasisCompat: Mason.MasonDimensionCompat {
|
|
1117
1198
|
@objc get
|
|
1118
1199
|
@objc set(value)
|
|
1119
1200
|
}
|
|
1120
|
-
@objc @_Concurrency.MainActor
|
|
1201
|
+
@objc @_Concurrency.MainActor @preconcurrency public var aspectRatio: Swift.Float {
|
|
1121
1202
|
@objc get
|
|
1122
1203
|
@objc set(value)
|
|
1123
1204
|
}
|
|
1124
|
-
@objc @_Concurrency.MainActor
|
|
1205
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoRows: Swift.Array<Mason.MinMax> {
|
|
1125
1206
|
@objc get
|
|
1126
1207
|
@objc set(value)
|
|
1127
1208
|
}
|
|
1128
|
-
@objc @_Concurrency.MainActor
|
|
1209
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoColumns: Swift.Array<Mason.MinMax> {
|
|
1129
1210
|
@objc get
|
|
1130
1211
|
@objc set(value)
|
|
1131
1212
|
}
|
|
1132
|
-
@objc @_Concurrency.MainActor
|
|
1213
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridAutoFlow: Mason.GridAutoFlow {
|
|
1133
1214
|
@objc get
|
|
1134
1215
|
@objc set(value)
|
|
1135
1216
|
}
|
|
1136
|
-
@_Concurrency.MainActor
|
|
1217
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumn: Mason.Line<Mason.GridPlacement> {
|
|
1137
1218
|
get
|
|
1138
1219
|
set(value)
|
|
1139
1220
|
}
|
|
1140
|
-
@_Concurrency.MainActor
|
|
1221
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumnStart: Mason.GridPlacement {
|
|
1141
1222
|
get
|
|
1142
1223
|
set
|
|
1143
1224
|
}
|
|
1144
|
-
@_Concurrency.MainActor
|
|
1225
|
+
@_Concurrency.MainActor @preconcurrency public var gridColumnEnd: Mason.GridPlacement {
|
|
1145
1226
|
get
|
|
1146
1227
|
set
|
|
1147
1228
|
}
|
|
1148
|
-
@objc @_Concurrency.MainActor
|
|
1229
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnCompat: Mason.LineGridPlacementCompat {
|
|
1149
1230
|
@objc get
|
|
1150
1231
|
@objc set
|
|
1151
1232
|
}
|
|
1152
|
-
@objc @_Concurrency.MainActor
|
|
1233
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnStartCompat: Mason.GridPlacementCompat {
|
|
1153
1234
|
@objc get
|
|
1154
1235
|
@objc set
|
|
1155
1236
|
}
|
|
1156
|
-
@objc @_Concurrency.MainActor
|
|
1237
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridColumnEndCompat: Mason.GridPlacementCompat {
|
|
1157
1238
|
@objc get
|
|
1158
1239
|
@objc set
|
|
1159
1240
|
}
|
|
1160
|
-
@_Concurrency.MainActor
|
|
1241
|
+
@_Concurrency.MainActor @preconcurrency public var gridRow: Mason.Line<Mason.GridPlacement> {
|
|
1161
1242
|
get
|
|
1162
1243
|
set(value)
|
|
1163
1244
|
}
|
|
1164
|
-
@_Concurrency.MainActor
|
|
1245
|
+
@_Concurrency.MainActor @preconcurrency public var gridRowStart: Mason.GridPlacement {
|
|
1165
1246
|
get
|
|
1166
1247
|
set
|
|
1167
1248
|
}
|
|
1168
|
-
@_Concurrency.MainActor
|
|
1249
|
+
@_Concurrency.MainActor @preconcurrency public var gridRowEnd: Mason.GridPlacement {
|
|
1169
1250
|
get
|
|
1170
1251
|
set
|
|
1171
1252
|
}
|
|
1172
|
-
@objc @_Concurrency.MainActor
|
|
1253
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowCompat: Mason.LineGridPlacementCompat {
|
|
1173
1254
|
@objc get
|
|
1174
1255
|
@objc set
|
|
1175
1256
|
}
|
|
1176
|
-
@objc @_Concurrency.MainActor
|
|
1257
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowStartCompat: Mason.GridPlacementCompat {
|
|
1177
1258
|
@objc get
|
|
1178
1259
|
@objc set
|
|
1179
1260
|
}
|
|
1180
|
-
@objc @_Concurrency.MainActor
|
|
1261
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridRowEndCompat: Mason.GridPlacementCompat {
|
|
1181
1262
|
@objc get
|
|
1182
1263
|
@objc set
|
|
1183
1264
|
}
|
|
1184
|
-
@objc @_Concurrency.MainActor
|
|
1265
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateRows: Swift.Array<Mason.TrackSizingFunction> {
|
|
1185
1266
|
@objc get
|
|
1186
1267
|
@objc set(value)
|
|
1187
1268
|
}
|
|
1188
|
-
@objc @_Concurrency.MainActor
|
|
1269
|
+
@objc @_Concurrency.MainActor @preconcurrency public var gridTemplateColumns: Swift.Array<Mason.TrackSizingFunction> {
|
|
1189
1270
|
@objc get
|
|
1190
1271
|
@objc set(value)
|
|
1191
1272
|
}
|
|
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
|
|
1215
|
-
@objc @_Concurrency.MainActor
|
|
1216
|
-
@objc @_Concurrency.MainActor
|
|
1217
|
-
@objc @_Concurrency.MainActor
|
|
1218
|
-
@objc @_Concurrency.MainActor
|
|
1219
|
-
@objc @_Concurrency.MainActor
|
|
1220
|
-
@objc @_Concurrency.MainActor
|
|
1221
|
-
@objc @_Concurrency.MainActor
|
|
1222
|
-
@objc @_Concurrency.MainActor
|
|
1223
|
-
@objc @_Concurrency.MainActor
|
|
1224
|
-
@objc @_Concurrency.MainActor
|
|
1225
|
-
@objc @_Concurrency.MainActor
|
|
1226
|
-
@objc @_Concurrency.MainActor
|
|
1227
|
-
@objc @_Concurrency.MainActor
|
|
1228
|
-
@objc @_Concurrency.MainActor
|
|
1229
|
-
@objc @_Concurrency.MainActor
|
|
1230
|
-
@objc @_Concurrency.MainActor
|
|
1231
|
-
@objc @_Concurrency.MainActor
|
|
1232
|
-
@objc @_Concurrency.MainActor
|
|
1233
|
-
@objc @_Concurrency.MainActor
|
|
1234
|
-
@objc @_Concurrency.MainActor
|
|
1235
|
-
@objc @_Concurrency.MainActor
|
|
1236
|
-
@objc @_Concurrency.MainActor
|
|
1237
|
-
@objc @_Concurrency.MainActor
|
|
1238
|
-
@objc @_Concurrency.MainActor
|
|
1239
|
-
@objc @_Concurrency.MainActor
|
|
1240
|
-
@objc @_Concurrency.MainActor
|
|
1241
|
-
@objc @_Concurrency.MainActor
|
|
1242
|
-
@objc @_Concurrency.MainActor
|
|
1243
|
-
@objc @_Concurrency.MainActor
|
|
1244
|
-
@objc @_Concurrency.MainActor
|
|
1245
|
-
@objc @_Concurrency.MainActor
|
|
1246
|
-
@objc @_Concurrency.MainActor
|
|
1247
|
-
@objc @_Concurrency.MainActor
|
|
1248
|
-
@objc @_Concurrency.MainActor
|
|
1249
|
-
@objc @_Concurrency.MainActor
|
|
1250
|
-
@objc @_Concurrency.MainActor
|
|
1251
|
-
@objc @_Concurrency.MainActor
|
|
1252
|
-
@objc @_Concurrency.MainActor
|
|
1253
|
-
@objc @_Concurrency.MainActor
|
|
1254
|
-
@objc @_Concurrency.MainActor
|
|
1255
|
-
@objc @_Concurrency.MainActor
|
|
1256
|
-
@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
|
|
1257
1339
|
}
|
|
1258
1340
|
extension Mason.MasonDimensionCompatType : Swift.Equatable {}
|
|
1259
1341
|
extension Mason.MasonDimensionCompatType : Swift.Hashable {}
|
|
@@ -1261,6 +1343,10 @@ extension Mason.MasonLengthPercentageAutoCompatType : Swift.Equatable {}
|
|
|
1261
1343
|
extension Mason.MasonLengthPercentageAutoCompatType : Swift.Hashable {}
|
|
1262
1344
|
extension Mason.MasonLengthPercentageCompatType : Swift.Equatable {}
|
|
1263
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 {}
|
|
1264
1350
|
extension Mason.AlignItems : Swift.Equatable {}
|
|
1265
1351
|
extension Mason.AlignItems : Swift.Hashable {}
|
|
1266
1352
|
extension Mason.AlignSelf : Swift.Equatable {}
|
|
@@ -1289,3 +1375,11 @@ extension Mason.GridAutoFlow : Swift.Equatable {}
|
|
|
1289
1375
|
extension Mason.GridAutoFlow : Swift.Hashable {}
|
|
1290
1376
|
extension Mason.GridPlacementCompatType : Swift.Equatable {}
|
|
1291
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 {}
|