@triniwiz/nativescript-masonkit 1.0.0-alpha.12 → 1.0.0-alpha.14

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.
Files changed (323) hide show
  1. package/common.js.map +1 -1
  2. package/helpers.d.ts +5 -5
  3. package/helpers.js +0 -3
  4. package/helpers.js.map +1 -1
  5. package/index.android.js +2 -2
  6. package/index.android.js.map +1 -1
  7. package/index.ios.js +2 -2
  8. package/index.ios.js.map +1 -1
  9. package/package.json +2 -2
  10. package/platforms/android/masonkit-release.aar +0 -0
  11. package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Mason +0 -0
  12. package/platforms/ios/Mason.xcframework/ios-arm64/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios.abi.json +4559 -1456
  13. package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
  14. package/platforms/ios/Mason.xcframework/ios-arm64/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1932 -1932
  15. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Mason +0 -0
  16. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/arm64-apple-ios-simulator.abi.json +4559 -1456
  17. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/Mason.framework/Modules/Mason.swiftmodule/x86_64-apple-ios-simulator.abi.json +4559 -1456
  18. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/DWARF/Mason +0 -0
  19. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/aarch64/Mason.yml +1932 -1932
  20. package/platforms/ios/Mason.xcframework/ios-arm64_x86_64-simulator/dSYMs/Mason.framework.dSYM/Contents/Resources/Relocations/x86_64/Mason.yml +1883 -1883
  21. package/style.d.ts +1 -1
  22. package/style.js +0 -1
  23. package/style.js.map +1 -1
  24. package/node.d.ts +0 -2
  25. package/node.js +0 -3
  26. package/node.js.map +0 -1
  27. package/platforms/ios/Podfile +0 -1
  28. package/platforms/ios/build.xcconfig +0 -5
  29. package/platforms/ios/prebuild.sh +0 -101
  30. package/platforms/new_native_src/cpp/Caches.cpp +0 -36
  31. package/platforms/new_native_src/cpp/Caches.h +0 -42
  32. package/platforms/new_native_src/cpp/Common.h +0 -34
  33. package/platforms/new_native_src/cpp/ConcurrentMap.h +0 -57
  34. package/platforms/new_native_src/cpp/Helpers.cpp +0 -101
  35. package/platforms/new_native_src/cpp/Helpers.h +0 -364
  36. package/platforms/new_native_src/cpp/MasonImpl.cpp +0 -68
  37. package/platforms/new_native_src/cpp/MasonImpl.h +0 -40
  38. package/platforms/new_native_src/cpp/MasonNodeImpl.cpp +0 -89
  39. package/platforms/new_native_src/cpp/MasonNodeImpl.h +0 -47
  40. package/platforms/new_native_src/cpp/MasonStyleImpl.cpp +0 -2181
  41. package/platforms/new_native_src/cpp/MasonStyleImpl.h +0 -420
  42. package/platforms/new_native_src/cpp/include/mason_native.h +0 -972
  43. package/platforms/new_native_src/cpp/include/robin_hood.h +0 -2544
  44. package/src-native/pods/Headers/include/APIDesign.md +0 -72
  45. package/src-native/pods/Headers/include/DEPS +0 -10
  46. package/src-native/pods/Headers/include/DIR_METADATA +0 -11
  47. package/src-native/pods/Headers/include/OWNERS +0 -23
  48. package/src-native/pods/Headers/include/cppgc/DEPS +0 -8
  49. package/src-native/pods/Headers/include/cppgc/OWNERS +0 -2
  50. package/src-native/pods/Headers/include/cppgc/README.md +0 -133
  51. package/src-native/pods/Headers/include/cppgc/allocation.h +0 -310
  52. package/src-native/pods/Headers/include/cppgc/common.h +0 -29
  53. package/src-native/pods/Headers/include/cppgc/cross-thread-persistent.h +0 -465
  54. package/src-native/pods/Headers/include/cppgc/custom-space.h +0 -97
  55. package/src-native/pods/Headers/include/cppgc/default-platform.h +0 -67
  56. package/src-native/pods/Headers/include/cppgc/ephemeron-pair.h +0 -30
  57. package/src-native/pods/Headers/include/cppgc/explicit-management.h +0 -100
  58. package/src-native/pods/Headers/include/cppgc/garbage-collected.h +0 -106
  59. package/src-native/pods/Headers/include/cppgc/heap-consistency.h +0 -266
  60. package/src-native/pods/Headers/include/cppgc/heap-state.h +0 -82
  61. package/src-native/pods/Headers/include/cppgc/heap-statistics.h +0 -120
  62. package/src-native/pods/Headers/include/cppgc/heap.h +0 -206
  63. package/src-native/pods/Headers/include/cppgc/internal/api-constants.h +0 -55
  64. package/src-native/pods/Headers/include/cppgc/internal/atomic-entry-flag.h +0 -48
  65. package/src-native/pods/Headers/include/cppgc/internal/caged-heap-local-data.h +0 -79
  66. package/src-native/pods/Headers/include/cppgc/internal/compiler-specific.h +0 -38
  67. package/src-native/pods/Headers/include/cppgc/internal/finalizer-trait.h +0 -93
  68. package/src-native/pods/Headers/include/cppgc/internal/gc-info.h +0 -156
  69. package/src-native/pods/Headers/include/cppgc/internal/logging.h +0 -50
  70. package/src-native/pods/Headers/include/cppgc/internal/name-trait.h +0 -122
  71. package/src-native/pods/Headers/include/cppgc/internal/persistent-node.h +0 -216
  72. package/src-native/pods/Headers/include/cppgc/internal/pointer-policies.h +0 -186
  73. package/src-native/pods/Headers/include/cppgc/internal/write-barrier.h +0 -435
  74. package/src-native/pods/Headers/include/cppgc/liveness-broker.h +0 -77
  75. package/src-native/pods/Headers/include/cppgc/macros.h +0 -26
  76. package/src-native/pods/Headers/include/cppgc/member.h +0 -291
  77. package/src-native/pods/Headers/include/cppgc/name-provider.h +0 -65
  78. package/src-native/pods/Headers/include/cppgc/object-size-trait.h +0 -58
  79. package/src-native/pods/Headers/include/cppgc/persistent.h +0 -370
  80. package/src-native/pods/Headers/include/cppgc/platform.h +0 -156
  81. package/src-native/pods/Headers/include/cppgc/prefinalizer.h +0 -75
  82. package/src-native/pods/Headers/include/cppgc/process-heap-statistics.h +0 -36
  83. package/src-native/pods/Headers/include/cppgc/sentinel-pointer.h +0 -32
  84. package/src-native/pods/Headers/include/cppgc/source-location.h +0 -92
  85. package/src-native/pods/Headers/include/cppgc/testing.h +0 -106
  86. package/src-native/pods/Headers/include/cppgc/trace-trait.h +0 -116
  87. package/src-native/pods/Headers/include/cppgc/type-traits.h +0 -240
  88. package/src-native/pods/Headers/include/cppgc/visitor.h +0 -379
  89. package/src-native/pods/Headers/include/js_protocol-1.2.json +0 -936
  90. package/src-native/pods/Headers/include/js_protocol-1.3.json +0 -1112
  91. package/src-native/pods/Headers/include/js_protocol.pdl +0 -1709
  92. package/src-native/pods/Headers/include/libffi/arm64/ffi.h +0 -524
  93. package/src-native/pods/Headers/include/libffi/arm64/ffitarget.h +0 -92
  94. package/src-native/pods/Headers/include/libffi/x86_64/ffi.h +0 -524
  95. package/src-native/pods/Headers/include/libffi/x86_64/ffitarget.h +0 -147
  96. package/src-native/pods/Headers/include/libffi.h +0 -12
  97. package/src-native/pods/Headers/include/libplatform/DEPS +0 -9
  98. package/src-native/pods/Headers/include/libplatform/libplatform-export.h +0 -29
  99. package/src-native/pods/Headers/include/libplatform/libplatform.h +0 -106
  100. package/src-native/pods/Headers/include/libplatform/v8-tracing.h +0 -333
  101. package/src-native/pods/Headers/include/v8-array-buffer.h +0 -433
  102. package/src-native/pods/Headers/include/v8-callbacks.h +0 -397
  103. package/src-native/pods/Headers/include/v8-container.h +0 -129
  104. package/src-native/pods/Headers/include/v8-context.h +0 -407
  105. package/src-native/pods/Headers/include/v8-cppgc.h +0 -215
  106. package/src-native/pods/Headers/include/v8-data.h +0 -80
  107. package/src-native/pods/Headers/include/v8-date.h +0 -43
  108. package/src-native/pods/Headers/include/v8-debug.h +0 -168
  109. package/src-native/pods/Headers/include/v8-embedder-heap.h +0 -218
  110. package/src-native/pods/Headers/include/v8-embedder-state-scope.h +0 -51
  111. package/src-native/pods/Headers/include/v8-exception.h +0 -217
  112. package/src-native/pods/Headers/include/v8-extension.h +0 -62
  113. package/src-native/pods/Headers/include/v8-external.h +0 -37
  114. package/src-native/pods/Headers/include/v8-fast-api-calls.h +0 -939
  115. package/src-native/pods/Headers/include/v8-forward.h +0 -81
  116. package/src-native/pods/Headers/include/v8-function-callback.h +0 -475
  117. package/src-native/pods/Headers/include/v8-function.h +0 -125
  118. package/src-native/pods/Headers/include/v8-initialization.h +0 -315
  119. package/src-native/pods/Headers/include/v8-inspector-protocol.h +0 -13
  120. package/src-native/pods/Headers/include/v8-inspector.h +0 -376
  121. package/src-native/pods/Headers/include/v8-internal.h +0 -661
  122. package/src-native/pods/Headers/include/v8-isolate.h +0 -1709
  123. package/src-native/pods/Headers/include/v8-json.h +0 -47
  124. package/src-native/pods/Headers/include/v8-local-handle.h +0 -455
  125. package/src-native/pods/Headers/include/v8-locker.h +0 -149
  126. package/src-native/pods/Headers/include/v8-maybe.h +0 -137
  127. package/src-native/pods/Headers/include/v8-memory-span.h +0 -43
  128. package/src-native/pods/Headers/include/v8-message.h +0 -216
  129. package/src-native/pods/Headers/include/v8-metrics.h +0 -255
  130. package/src-native/pods/Headers/include/v8-microtask-queue.h +0 -152
  131. package/src-native/pods/Headers/include/v8-microtask.h +0 -28
  132. package/src-native/pods/Headers/include/v8-object.h +0 -775
  133. package/src-native/pods/Headers/include/v8-persistent-handle.h +0 -590
  134. package/src-native/pods/Headers/include/v8-platform.h +0 -1092
  135. package/src-native/pods/Headers/include/v8-primitive-object.h +0 -118
  136. package/src-native/pods/Headers/include/v8-primitive.h +0 -866
  137. package/src-native/pods/Headers/include/v8-profiler.h +0 -1198
  138. package/src-native/pods/Headers/include/v8-promise.h +0 -174
  139. package/src-native/pods/Headers/include/v8-proxy.h +0 -50
  140. package/src-native/pods/Headers/include/v8-regexp.h +0 -105
  141. package/src-native/pods/Headers/include/v8-script.h +0 -748
  142. package/src-native/pods/Headers/include/v8-snapshot.h +0 -196
  143. package/src-native/pods/Headers/include/v8-statistics.h +0 -217
  144. package/src-native/pods/Headers/include/v8-template.h +0 -1079
  145. package/src-native/pods/Headers/include/v8-traced-handle.h +0 -420
  146. package/src-native/pods/Headers/include/v8-typed-array.h +0 -282
  147. package/src-native/pods/Headers/include/v8-unwinder-state.h +0 -31
  148. package/src-native/pods/Headers/include/v8-unwinder.h +0 -132
  149. package/src-native/pods/Headers/include/v8-util.h +0 -658
  150. package/src-native/pods/Headers/include/v8-value-serializer-version.h +0 -24
  151. package/src-native/pods/Headers/include/v8-value-serializer.h +0 -279
  152. package/src-native/pods/Headers/include/v8-value.h +0 -526
  153. package/src-native/pods/Headers/include/v8-version-string.h +0 -38
  154. package/src-native/pods/Headers/include/v8-version.h +0 -20
  155. package/src-native/pods/Headers/include/v8-wasm-trap-handler-posix.h +0 -31
  156. package/src-native/pods/Headers/include/v8-wasm-trap-handler-win.h +0 -28
  157. package/src-native/pods/Headers/include/v8-wasm.h +0 -257
  158. package/src-native/pods/Headers/include/v8-weak-callback-info.h +0 -86
  159. package/src-native/pods/Headers/include/v8.h +0 -88
  160. package/src-native/pods/Headers/include/v8config.h +0 -605
  161. package/src-native/pods/Headers/inspector/InspectorServer.h +0 -20
  162. package/src-native/pods/Headers/inspector/JsV8InspectorClient.h +0 -66
  163. package/src-native/pods/Headers/inspector/base/trace_event/common/trace_event_common.h +0 -1123
  164. package/src-native/pods/Headers/inspector/base64.h +0 -9
  165. package/src-native/pods/Headers/inspector/src/base/address-region.h +0 -95
  166. package/src-native/pods/Headers/inspector/src/base/atomic-utils.h +0 -219
  167. package/src-native/pods/Headers/inspector/src/base/atomicops.h +0 -332
  168. package/src-native/pods/Headers/inspector/src/base/atomicops_internals_atomicword_compat.h +0 -89
  169. package/src-native/pods/Headers/inspector/src/base/base-export.h +0 -31
  170. package/src-native/pods/Headers/inspector/src/base/bits.h +0 -343
  171. package/src-native/pods/Headers/inspector/src/base/build_config.h +0 -234
  172. package/src-native/pods/Headers/inspector/src/base/compiler-specific.h +0 -136
  173. package/src-native/pods/Headers/inspector/src/base/export-template.h +0 -163
  174. package/src-native/pods/Headers/inspector/src/base/flags.h +0 -130
  175. package/src-native/pods/Headers/inspector/src/base/immediate-crash.h +0 -162
  176. package/src-native/pods/Headers/inspector/src/base/lazy-instance.h +0 -258
  177. package/src-native/pods/Headers/inspector/src/base/logging.h +0 -417
  178. package/src-native/pods/Headers/inspector/src/base/macros.h +0 -423
  179. package/src-native/pods/Headers/inspector/src/base/memory.h +0 -89
  180. package/src-native/pods/Headers/inspector/src/base/once.h +0 -108
  181. package/src-native/pods/Headers/inspector/src/base/optional.h +0 -882
  182. package/src-native/pods/Headers/inspector/src/base/platform/mutex.h +0 -370
  183. package/src-native/pods/Headers/inspector/src/base/platform/platform.h +0 -476
  184. package/src-native/pods/Headers/inspector/src/base/platform/semaphore.h +0 -108
  185. package/src-native/pods/Headers/inspector/src/base/platform/v8-time.h +0 -513
  186. package/src-native/pods/Headers/inspector/src/base/platform/wrappers.h +0 -73
  187. package/src-native/pods/Headers/inspector/src/base/safe_conversions.h +0 -389
  188. package/src-native/pods/Headers/inspector/src/base/safe_conversions_impl.h +0 -822
  189. package/src-native/pods/Headers/inspector/src/base/template-utils.h +0 -113
  190. package/src-native/pods/Headers/inspector/src/base/v8-fallthrough.h +0 -21
  191. package/src-native/pods/Headers/inspector/src/common/checks.h +0 -38
  192. package/src-native/pods/Headers/inspector/src/common/globals.h +0 -1842
  193. package/src-native/pods/Headers/inspector/src/debug/debug-interface.h +0 -667
  194. package/src-native/pods/Headers/inspector/src/debug/interface-types.h +0 -175
  195. package/src-native/pods/Headers/inspector/src/init/v8.h +0 -52
  196. package/src-native/pods/Headers/inspector/src/inspector/custom-preview.h +0 -24
  197. package/src-native/pods/Headers/inspector/src/inspector/injected-script.h +0 -251
  198. package/src-native/pods/Headers/inspector/src/inspector/inspected-context.h +0 -79
  199. package/src-native/pods/Headers/inspector/src/inspector/protocol/CSS.h +0 -2148
  200. package/src-native/pods/Headers/inspector/src/inspector/protocol/Console.h +0 -211
  201. package/src-native/pods/Headers/inspector/src/inspector/protocol/DOM.h +0 -1008
  202. package/src-native/pods/Headers/inspector/src/inspector/protocol/Debugger.h +0 -892
  203. package/src-native/pods/Headers/inspector/src/inspector/protocol/Forward.h +0 -75
  204. package/src-native/pods/Headers/inspector/src/inspector/protocol/HeapProfiler.h +0 -346
  205. package/src-native/pods/Headers/inspector/src/inspector/protocol/Log.h +0 -342
  206. package/src-native/pods/Headers/inspector/src/inspector/protocol/Network.h +0 -2528
  207. package/src-native/pods/Headers/inspector/src/inspector/protocol/Overlay.h +0 -281
  208. package/src-native/pods/Headers/inspector/src/inspector/protocol/Page.h +0 -1189
  209. package/src-native/pods/Headers/inspector/src/inspector/protocol/Profiler.h +0 -1001
  210. package/src-native/pods/Headers/inspector/src/inspector/protocol/Protocol.h +0 -617
  211. package/src-native/pods/Headers/inspector/src/inspector/protocol/Runtime.h +0 -1696
  212. package/src-native/pods/Headers/inspector/src/inspector/protocol/Schema.h +0 -146
  213. package/src-native/pods/Headers/inspector/src/inspector/protocol/Security.h +0 -793
  214. package/src-native/pods/Headers/inspector/src/inspector/remote-object-id.h +0 -54
  215. package/src-native/pods/Headers/inspector/src/inspector/search-util.h +0 -26
  216. package/src-native/pods/Headers/inspector/src/inspector/string-16.h +0 -180
  217. package/src-native/pods/Headers/inspector/src/inspector/string-util.h +0 -128
  218. package/src-native/pods/Headers/inspector/src/inspector/v8-console-agent-impl.h +0 -48
  219. package/src-native/pods/Headers/inspector/src/inspector/v8-console-message.h +0 -147
  220. package/src-native/pods/Headers/inspector/src/inspector/v8-console.h +0 -173
  221. package/src-native/pods/Headers/inspector/src/inspector/v8-css-agent-impl.h +0 -62
  222. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-agent-impl.h +0 -248
  223. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-id.h +0 -44
  224. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger-script.h +0 -123
  225. package/src-native/pods/Headers/inspector/src/inspector/v8-debugger.h +0 -257
  226. package/src-native/pods/Headers/inspector/src/inspector/v8-dom-agent-impl.h +0 -91
  227. package/src-native/pods/Headers/inspector/src/inspector/v8-heap-profiler-agent-impl.h +0 -80
  228. package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-impl.h +0 -191
  229. package/src-native/pods/Headers/inspector/src/inspector/v8-inspector-session-impl.h +0 -156
  230. package/src-native/pods/Headers/inspector/src/inspector/v8-log-agent-impl.h +0 -34
  231. package/src-native/pods/Headers/inspector/src/inspector/v8-network-agent-impl.h +0 -71
  232. package/src-native/pods/Headers/inspector/src/inspector/v8-ns-debugger-agent-impl.h +0 -24
  233. package/src-native/pods/Headers/inspector/src/inspector/v8-overlay-agent-impl.h +0 -70
  234. package/src-native/pods/Headers/inspector/src/inspector/v8-page-agent-impl.h +0 -88
  235. package/src-native/pods/Headers/inspector/src/inspector/v8-profiler-agent-impl.h +0 -104
  236. package/src-native/pods/Headers/inspector/src/inspector/v8-regex.h +0 -38
  237. package/src-native/pods/Headers/inspector/src/inspector/v8-runtime-agent-impl.h +0 -157
  238. package/src-native/pods/Headers/inspector/src/inspector/v8-schema-agent-impl.h +0 -38
  239. package/src-native/pods/Headers/inspector/src/inspector/v8-stack-trace-impl.h +0 -164
  240. package/src-native/pods/Headers/inspector/src/inspector/v8-string-conversions.h +0 -17
  241. package/src-native/pods/Headers/inspector/src/inspector/v8-value-utils.h +0 -23
  242. package/src-native/pods/Headers/inspector/src/inspector/value-mirror.h +0 -87
  243. package/src-native/pods/Headers/inspector/src/libplatform/default-platform.h +0 -92
  244. package/src-native/pods/Headers/inspector/src/logging/tracing-flags.h +0 -50
  245. package/src-native/pods/Headers/inspector/src/numbers/conversions.h +0 -183
  246. package/src-native/pods/Headers/inspector/src/tracing/trace-event.h +0 -664
  247. package/src-native/pods/Headers/inspector/src/utils/allocation.h +0 -367
  248. package/src-native/pods/Headers/inspector/src/utils/vector.h +0 -324
  249. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/cbor.h +0 -305
  250. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/dispatch.h +0 -314
  251. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/error_support.h +0 -62
  252. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/export.h +0 -6
  253. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/find_by_first.h +0 -58
  254. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/frontend_channel.h +0 -47
  255. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/glue.h +0 -80
  256. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json.h +0 -52
  257. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/json_platform.h +0 -26
  258. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/maybe.h +0 -104
  259. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/parser_handler.h +0 -39
  260. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/protocol_core.h +0 -406
  261. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializable.h +0 -32
  262. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/serializer_traits.h +0 -158
  263. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/span.h +0 -99
  264. package/src-native/pods/Headers/inspector/third_party/inspector_protocol/crdtp/status.h +0 -139
  265. package/src-native/pods/Headers/inspector/utils.h +0 -32
  266. package/src-native/pods/Headers/inspector/v8-inspector-platform.h +0 -44
  267. package/src-native/pods/Headers/jsi/decorator.h +0 -762
  268. package/src-native/pods/Headers/jsi/instrumentation.h +0 -117
  269. package/src-native/pods/Headers/jsi/jsi-inl.h +0 -322
  270. package/src-native/pods/Headers/jsi/jsi.h +0 -1387
  271. package/src-native/pods/Headers/jsi/jsilib.h +0 -59
  272. package/src-native/pods/Headers/jsi/threadsafe.h +0 -79
  273. package/src-native/pods/Headers/runtime/ArgConverter.h +0 -61
  274. package/src-native/pods/Headers/runtime/ArrayAdapter.h +0 -13
  275. package/src-native/pods/Headers/runtime/Caches.h +0 -98
  276. package/src-native/pods/Headers/runtime/ClassBuilder.h +0 -61
  277. package/src-native/pods/Headers/runtime/Common.h +0 -9
  278. package/src-native/pods/Headers/runtime/ConcurrentMap.h +0 -55
  279. package/src-native/pods/Headers/runtime/ConcurrentQueue.h +0 -28
  280. package/src-native/pods/Headers/runtime/Console.h +0 -27
  281. package/src-native/pods/Headers/runtime/Constants.h +0 -15
  282. package/src-native/pods/Headers/runtime/DataWrapper.h +0 -671
  283. package/src-native/pods/Headers/runtime/DictionaryAdapter.h +0 -13
  284. package/src-native/pods/Headers/runtime/ExtVector.h +0 -21
  285. package/src-native/pods/Headers/runtime/FFICall.h +0 -105
  286. package/src-native/pods/Headers/runtime/FastEnumerationAdapter.h +0 -13
  287. package/src-native/pods/Headers/runtime/FunctionReference.h +0 -18
  288. package/src-native/pods/Headers/runtime/Helpers.h +0 -84
  289. package/src-native/pods/Headers/runtime/InlineFunctions.h +0 -16
  290. package/src-native/pods/Headers/runtime/Interop.h +0 -202
  291. package/src-native/pods/Headers/runtime/KnownUnknownClassPair.h +0 -35
  292. package/src-native/pods/Headers/runtime/Metadata.h +0 -981
  293. package/src-native/pods/Headers/runtime/MetadataBuilder.h +0 -72
  294. package/src-native/pods/Headers/runtime/MetadataInlines.h +0 -157
  295. package/src-native/pods/Headers/runtime/ModuleInternal.h +0 -59
  296. package/src-native/pods/Headers/runtime/NSDataAdapter.h +0 -13
  297. package/src-native/pods/Headers/runtime/NativeScriptException.h +0 -27
  298. package/src-native/pods/Headers/runtime/ObjectManager.h +0 -31
  299. package/src-native/pods/Headers/runtime/OneByteStringResource.h +0 -21
  300. package/src-native/pods/Headers/runtime/Pointer.h +0 -26
  301. package/src-native/pods/Headers/runtime/PromiseProxy.h +0 -15
  302. package/src-native/pods/Headers/runtime/Reference.h +0 -38
  303. package/src-native/pods/Headers/runtime/Runtime.h +0 -67
  304. package/src-native/pods/Headers/runtime/RuntimeConfig.h +0 -17
  305. package/src-native/pods/Headers/runtime/SetTimeout.h +0 -34
  306. package/src-native/pods/Headers/runtime/SimpleAllocator.h +0 -23
  307. package/src-native/pods/Headers/runtime/StringHasher.h +0 -315
  308. package/src-native/pods/Headers/runtime/SymbolIterator.h +0 -18
  309. package/src-native/pods/Headers/runtime/SymbolLoader.h +0 -27
  310. package/src-native/pods/Headers/runtime/TNSDerivedClass.h +0 -8
  311. package/src-native/pods/Headers/runtime/TSHelpers.h +0 -15
  312. package/src-native/pods/Headers/runtime/Tasks.h +0 -19
  313. package/src-native/pods/Headers/runtime/UnmanagedType.h +0 -21
  314. package/src-native/pods/Headers/runtime/WeakRef.h +0 -15
  315. package/src-native/pods/Headers/runtime/Worker.h +0 -26
  316. package/src-native/pods/Headers/runtime/robin_hood.h +0 -2184
  317. package/src-native/pods/Headers/v8runtime/HostProxy.h +0 -71
  318. package/src-native/pods/Headers/v8runtime/JSIV8ValueConverter.h +0 -70
  319. package/src-native/pods/Headers/v8runtime/V8PointerValue.h +0 -44
  320. package/src-native/pods/Headers/v8runtime/V8Runtime.h +0 -215
  321. package/src-native/pods/Headers/v8runtime/V8RuntimeConfig.h +0 -26
  322. package/src-native/pods/Headers/v8runtime/V8RuntimeFactory.h +0 -21
  323. package/src-native/pods/NativeScript.podspec +0 -68
@@ -1,972 +0,0 @@
1
- #ifndef CBINDGEN_BINDINGS_H
2
- #define CBINDGEN_BINDINGS_H
3
-
4
- /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
5
-
6
- #include <stdarg.h>
7
- #include <stdbool.h>
8
- #include <stdint.h>
9
- #include <stdlib.h>
10
-
11
- typedef enum CMasonDimensionType {
12
- MasonDimensionAuto,
13
- MasonDimensionPoints,
14
- MasonDimensionPercent,
15
- } CMasonDimensionType;
16
-
17
- typedef enum CMasonGridPlacementType {
18
- MasonGridPlacementTypeAuto,
19
- MasonGridPlacementTypeLine,
20
- MasonGridPlacementTypeSpan,
21
- } CMasonGridPlacementType;
22
-
23
- typedef enum CMasonLengthPercentageAutoType {
24
- MasonLengthPercentageAutoAuto,
25
- MasonLengthPercentageAutoPoints,
26
- MasonLengthPercentageAutoPercent,
27
- } CMasonLengthPercentageAutoType;
28
-
29
- typedef enum CMasonLengthPercentageType {
30
- MasonLengthPercentagePoints,
31
- MasonLengthPercentagePercent,
32
- } CMasonLengthPercentageType;
33
-
34
- typedef struct NodeArray {
35
- void **array;
36
- uintptr_t length;
37
- } NodeArray;
38
-
39
- typedef enum AvailableSpace_Tag {
40
- Definite,
41
- MinContent,
42
- MaxContent,
43
- } AvailableSpace_Tag;
44
-
45
- typedef struct AvailableSpace {
46
- AvailableSpace_Tag tag;
47
- union {
48
- struct {
49
- float definite;
50
- };
51
- };
52
- } AvailableSpace;
53
-
54
- typedef struct CMasonMinMax {
55
- int32_t min_type;
56
- float min_value;
57
- int32_t max_type;
58
- float max_value;
59
- } CMasonMinMax;
60
-
61
- typedef struct CMasonNonRepeatedTrackSizingFunctionArray {
62
- struct CMasonMinMax *array;
63
- uintptr_t length;
64
- } CMasonNonRepeatedTrackSizingFunctionArray;
65
-
66
- typedef enum CMasonTrackSizingFunction_Tag {
67
- Single,
68
- Repeat,
69
- } CMasonTrackSizingFunction_Tag;
70
-
71
- typedef struct Repeat_Body {
72
- int32_t _0;
73
- uint16_t _1;
74
- struct CMasonNonRepeatedTrackSizingFunctionArray *_2;
75
- } Repeat_Body;
76
-
77
- typedef struct CMasonTrackSizingFunction {
78
- CMasonTrackSizingFunction_Tag tag;
79
- union {
80
- struct {
81
- struct CMasonMinMax single;
82
- };
83
- Repeat_Body repeat;
84
- };
85
- } CMasonTrackSizingFunction;
86
-
87
- typedef struct CMasonTrackSizingFunctionArray {
88
- struct CMasonTrackSizingFunction *array;
89
- uintptr_t length;
90
- } CMasonTrackSizingFunctionArray;
91
-
92
- typedef struct CMasonLengthPercentageAuto {
93
- float value;
94
- enum CMasonLengthPercentageAutoType value_type;
95
- } CMasonLengthPercentageAuto;
96
-
97
- typedef struct CMasonLengthPercentage {
98
- float value;
99
- enum CMasonLengthPercentageType value_type;
100
- } CMasonLengthPercentage;
101
-
102
- typedef struct CMasonDimension {
103
- float value;
104
- enum CMasonDimensionType value_type;
105
- } CMasonDimension;
106
-
107
- typedef struct CMasonLengthPercentageSize {
108
- struct CMasonLengthPercentage width;
109
- struct CMasonLengthPercentage height;
110
- } CMasonLengthPercentageSize;
111
-
112
- typedef struct CMasonGridPlacement {
113
- int16_t value;
114
- enum CMasonGridPlacementType value_type;
115
- } CMasonGridPlacement;
116
-
117
- void *mason_init(void);
118
-
119
- void *mason_init_with_capacity(uintptr_t capacity);
120
-
121
- void mason_destroy(void *mason);
122
-
123
- void mason_clear(void *mason);
124
-
125
- void *mason_node_get_style(void *mason, void *node);
126
-
127
- bool mason_node_is_equal(void *node_a, void *node_b);
128
-
129
- void mason_node_array_destroy(struct NodeArray array);
130
-
131
- void mason_node_destroy(void *node);
132
-
133
- void *mason_node_new_node(void *mason, void *style);
134
-
135
- void *mason_node_new_node_with_context(void *mason,
136
- void *style,
137
- void *measure_data,
138
- long long (*measure)(const void*, float, float, float, float));
139
-
140
- void *mason_node_new_node_with_children(void *mason,
141
- void *style,
142
- const void *children,
143
- uintptr_t children_size);
144
-
145
- void *mason_node_layout(void *mason, void *node, void *(*layout)(const float*));
146
-
147
- void mason_node_compute_wh(void *mason, void *node, float width, float height);
148
-
149
- void mason_node_compute_size(void *mason,
150
- void *node,
151
- struct AvailableSpace width,
152
- struct AvailableSpace height);
153
-
154
- void mason_node_compute_max_content(void *mason, void *node);
155
-
156
- void mason_node_compute_min_content(void *mason, void *node);
157
-
158
- void mason_node_compute(void *mason, void *node);
159
-
160
- void mason_node_set_style(void *mason, void *node, void *style);
161
-
162
- void mason_node_update_and_set_style(void *mason, void *node, void *style);
163
-
164
- void mason_node_update_and_set_style_with_values(void *mason,
165
- void *node,
166
- void *style,
167
- int display,
168
- int position,
169
- int direction,
170
- int flex_direction,
171
- int flex_wrap,
172
- int overflow,
173
- int align_items,
174
- int align_self,
175
- int align_content,
176
- int justify_items,
177
- int justify_self,
178
- int justify_content,
179
- int inset_left_type,
180
- float inset_left_value,
181
- int inset_right_type,
182
- float inset_right_value,
183
- int inset_top_type,
184
- float inset_top_value,
185
- int inset_bottom_type,
186
- float inset_bottom_value,
187
- int margin_left_type,
188
- float margin_left_value,
189
- int margin_right_type,
190
- float margin_right_value,
191
- int margin_top_type,
192
- float margin_top_value,
193
- int margin_bottom_type,
194
- float margin_bottom_value,
195
- int padding_left_type,
196
- float padding_left_value,
197
- int padding_right_type,
198
- float padding_right_value,
199
- int padding_top_type,
200
- float padding_top_value,
201
- int padding_bottom_type,
202
- float padding_bottom_value,
203
- int border_left_type,
204
- float border_left_value,
205
- int border_right_type,
206
- float border_right_value,
207
- int border_top_type,
208
- float border_top_value,
209
- int border_bottom_type,
210
- float border_bottom_value,
211
- float flex_grow,
212
- float flex_shrink,
213
- int flex_basis_type,
214
- float flex_basis_value,
215
- int width_type,
216
- float width_value,
217
- int height_type,
218
- float height_value,
219
- int min_width_type,
220
- float min_width_value,
221
- int min_height_type,
222
- float min_height_value,
223
- int max_width_type,
224
- float max_width_value,
225
- int max_height_type,
226
- float max_height_value,
227
- int gap_row_type,
228
- float gap_row_value,
229
- int gap_column_type,
230
- float gap_column_value,
231
- float aspect_ratio,
232
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
233
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
234
- int grid_auto_flow,
235
- int grid_column_start_type,
236
- short grid_column_start_value,
237
- int grid_column_end_type,
238
- short grid_column_end_value,
239
- int grid_row_start_type,
240
- short grid_row_start_value,
241
- int grid_row_end_type,
242
- short grid_row_end_value,
243
- struct CMasonTrackSizingFunctionArray *grid_template_rows,
244
- struct CMasonTrackSizingFunctionArray *grid_template_columns,
245
- int32_t overflow_x,
246
- int32_t overflow_y,
247
- float scrollbar_width);
248
-
249
- void *mason_node_update_style_with_values_compute_and_layout(void *mason,
250
- void *node,
251
- void *style,
252
- int display,
253
- int position_type,
254
- int direction,
255
- int flex_direction,
256
- int flex_wrap,
257
- int overflow,
258
- int align_items,
259
- int align_self,
260
- int align_content,
261
- int justify_items,
262
- int justify_self,
263
- int justify_content,
264
- int inset_left_type,
265
- float inset_left_value,
266
- int inset_right_type,
267
- float inset_right_value,
268
- int inset_top_type,
269
- float inset_top_value,
270
- int inset_bottom_type,
271
- float inset_bottom_value,
272
- int margin_left_type,
273
- float margin_left_value,
274
- int margin_right_type,
275
- float margin_right_value,
276
- int margin_top_type,
277
- float margin_top_value,
278
- int margin_bottom_type,
279
- float margin_bottom_value,
280
- int padding_left_type,
281
- float padding_left_value,
282
- int padding_right_type,
283
- float padding_right_value,
284
- int padding_top_type,
285
- float padding_top_value,
286
- int padding_bottom_type,
287
- float padding_bottom_value,
288
- int border_left_type,
289
- float border_left_value,
290
- int border_right_type,
291
- float border_right_value,
292
- int border_top_type,
293
- float border_top_value,
294
- int border_bottom_type,
295
- float border_bottom_value,
296
- float flex_grow,
297
- float flex_shrink,
298
- int flex_basis_type,
299
- float flex_basis_value,
300
- int width_type,
301
- float width_value,
302
- int height_type,
303
- float height_value,
304
- int min_width_type,
305
- float min_width_value,
306
- int min_height_type,
307
- float min_height_value,
308
- int max_width_type,
309
- float max_width_value,
310
- int max_height_type,
311
- float max_height_value,
312
- int32_t gap_row_type,
313
- float gap_row_value,
314
- int32_t gap_column_type,
315
- float gap_column_value,
316
- float aspect_ratio,
317
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
318
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
319
- int32_t grid_auto_flow,
320
- int32_t grid_column_start_type,
321
- int16_t grid_column_start_value,
322
- int32_t grid_column_end_type,
323
- int16_t grid_column_end_value,
324
- int32_t grid_row_start_type,
325
- int16_t grid_row_start_value,
326
- int32_t grid_row_end_type,
327
- int16_t grid_row_end_value,
328
- struct CMasonTrackSizingFunctionArray *grid_template_rows,
329
- struct CMasonTrackSizingFunctionArray *grid_template_columns,
330
- int32_t overflow_x,
331
- int32_t overflow_y,
332
- float scrollbar_width,
333
- void *(*layout)(const float*));
334
-
335
- void *mason_node_update_style_with_values_size_compute_and_layout(void *mason,
336
- void *node,
337
- void *style,
338
- float width,
339
- float height,
340
- int display,
341
- int position,
342
- int direction,
343
- int flex_direction,
344
- int flex_wrap,
345
- int overflow,
346
- int align_items,
347
- int align_self,
348
- int align_content,
349
- int justify_items,
350
- int justify_self,
351
- int justify_content,
352
- int inset_left_type,
353
- float inset_left_value,
354
- int inset_right_type,
355
- float inset_right_value,
356
- int inset_top_type,
357
- float inset_top_value,
358
- int inset_bottom_type,
359
- float inset_bottom_value,
360
- int margin_left_type,
361
- float margin_left_value,
362
- int margin_right_type,
363
- float margin_right_value,
364
- int margin_top_type,
365
- float margin_top_value,
366
- int margin_bottom_type,
367
- float margin_bottom_value,
368
- int padding_left_type,
369
- float padding_left_value,
370
- int padding_right_type,
371
- float padding_right_value,
372
- int padding_top_type,
373
- float padding_top_value,
374
- int padding_bottom_type,
375
- float padding_bottom_value,
376
- int border_left_type,
377
- float border_left_value,
378
- int border_right_type,
379
- float border_right_value,
380
- int border_top_type,
381
- float border_top_value,
382
- int border_bottom_type,
383
- float border_bottom_value,
384
- float flex_grow,
385
- float flex_shrink,
386
- int flex_basis_type,
387
- float flex_basis_value,
388
- int width_type,
389
- float width_value,
390
- int height_type,
391
- float height_value,
392
- int min_width_type,
393
- float min_width_value,
394
- int min_height_type,
395
- float min_height_value,
396
- int max_width_type,
397
- float max_width_value,
398
- int max_height_type,
399
- float max_height_value,
400
- int32_t gap_row_type,
401
- float gap_row_value,
402
- int32_t gap_column_type,
403
- float gap_column_value,
404
- float aspect_ratio,
405
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
406
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
407
- int32_t grid_auto_flow,
408
- int32_t grid_column_start_type,
409
- int16_t grid_column_start_value,
410
- int32_t grid_column_end_type,
411
- int16_t grid_column_end_value,
412
- int32_t grid_row_start_type,
413
- int16_t grid_row_start_value,
414
- int32_t grid_row_end_type,
415
- int16_t grid_row_end_value,
416
- struct CMasonTrackSizingFunctionArray *grid_template_rows,
417
- struct CMasonTrackSizingFunctionArray *grid_template_columns,
418
- int32_t overflow_x,
419
- int32_t overflow_y,
420
- float scrollbar_width,
421
- void *(*layout)(const float*));
422
-
423
- void *mason_node_update_set_style_compute_and_layout(void *mason,
424
- void *node,
425
- void *style,
426
- void *(*layout)(const float*));
427
-
428
- void *mason_node_update_set_style_compute_with_size_and_layout(void *mason,
429
- void *node,
430
- void *style,
431
- float width,
432
- float height,
433
- void *(*layout)(const float*));
434
-
435
- void *mason_node_get_child_at(void *mason, void *node, uintptr_t index);
436
-
437
- void mason_node_set_children(void *mason,
438
- void *node,
439
- const void *children,
440
- uintptr_t children_size);
441
-
442
- void mason_node_add_children(void *mason,
443
- void *node,
444
- const void *children,
445
- uintptr_t children_size);
446
-
447
- void mason_node_add_child(void *mason, void *node, void *child);
448
-
449
- void *mason_node_replace_child_at(void *mason, void *node, void *child, uintptr_t index);
450
-
451
- void mason_node_add_child_at(void *mason, void *node, void *child, uintptr_t index);
452
-
453
- void mason_node_insert_child_before(void *mason, void *node, void *child, void *reference);
454
-
455
- void mason_node_insert_child_after(void *mason, void *node, void *child, void *reference);
456
-
457
- bool mason_node_dirty(void *mason, void *node);
458
-
459
- void mason_node_mark_dirty(void *mason, void *node);
460
-
461
- bool mason_node_is_children_same(void *mason,
462
- void *node,
463
- const void *children,
464
- uintptr_t children_size);
465
-
466
- void mason_node_remove_children(void *mason, void *node);
467
-
468
- void *mason_node_remove_child_at(void *mason, void *node, uintptr_t index);
469
-
470
- void *mason_node_remove_child(void *mason, void *node, void *child);
471
-
472
- struct NodeArray mason_node_get_children(void *mason, void *node);
473
-
474
- void mason_node_set_context(void *mason,
475
- void *node,
476
- void *measure_data,
477
- long long (*measure)(const void*, float, float, float, float));
478
-
479
- void mason_node_remove_context(void *mason, void *node);
480
-
481
- void mason_destroy_non_repeated_track_sizing_function_array(struct CMasonNonRepeatedTrackSizingFunctionArray *array);
482
-
483
- void mason_destroy_track_sizing_function_array(struct CMasonTrackSizingFunctionArray *array);
484
-
485
- void *mason_style_init(void);
486
-
487
- void mason_style_destroy(void *style);
488
-
489
- int mason_style_get_display(void *style);
490
-
491
- void mason_style_set_display(void *style, int display);
492
-
493
- void mason_style_set_position(void *style, int position);
494
-
495
- int mason_style_get_position(void *style);
496
-
497
- void mason_style_set_direction(void *_style, int _direction);
498
-
499
- int mason_style_get_direction(void *_style);
500
-
501
- void mason_style_set_flex_direction(void *style, int direction);
502
-
503
- int mason_style_get_flex_direction(void *style);
504
-
505
- void mason_style_set_flex_wrap(void *style, int wrap);
506
-
507
- int mason_style_get_flex_wrap(void *style);
508
-
509
- void mason_style_set_align_items(void *style, int align);
510
-
511
- int mason_style_get_align_items(void *style);
512
-
513
- void mason_style_set_align_self(void *style, int align);
514
-
515
- int mason_style_get_align_self(void *style);
516
-
517
- void mason_style_set_align_content(void *style, int align);
518
-
519
- int mason_style_get_align_content(void *style);
520
-
521
- void mason_style_set_justify_items(void *style, int align);
522
-
523
- int mason_style_get_justify_items(void *style);
524
-
525
- void mason_style_set_justify_self(void *style, int align);
526
-
527
- int mason_style_get_justify_self(void *style);
528
-
529
- void mason_style_set_justify_content(void *style, int justify);
530
-
531
- int mason_style_get_justify_content(void *style);
532
-
533
- void mason_style_set_inset(void *style,
534
- float value,
535
- enum CMasonLengthPercentageAutoType value_type);
536
-
537
- void mason_style_set_inset_lrtb(void *style,
538
- float left_value,
539
- enum CMasonLengthPercentageAutoType left_value_type,
540
- float right_value,
541
- enum CMasonLengthPercentageAutoType right_value_type,
542
- float top_value,
543
- enum CMasonLengthPercentageAutoType top_value_type,
544
- float bottom_value,
545
- enum CMasonLengthPercentageAutoType bottom_value_type);
546
-
547
- void mason_style_set_inset_left(void *style,
548
- float value,
549
- enum CMasonLengthPercentageAutoType value_type);
550
-
551
- struct CMasonLengthPercentageAuto mason_style_get_inset_left(void *style);
552
-
553
- void mason_style_set_inset_right(void *style,
554
- float value,
555
- enum CMasonLengthPercentageAutoType value_type);
556
-
557
- struct CMasonLengthPercentageAuto mason_style_get_inset_right(void *style);
558
-
559
- void mason_style_set_inset_top(void *style,
560
- float value,
561
- enum CMasonLengthPercentageAutoType value_type);
562
-
563
- struct CMasonLengthPercentageAuto mason_style_get_inset_top(void *style);
564
-
565
- void mason_style_set_inset_bottom(void *style,
566
- float value,
567
- enum CMasonLengthPercentageAutoType value_type);
568
-
569
- struct CMasonLengthPercentageAuto mason_style_get_inset_bottom(void *style);
570
-
571
- void mason_style_set_margin(void *style,
572
- float left_value,
573
- enum CMasonLengthPercentageAutoType left_value_type,
574
- float right_value,
575
- enum CMasonLengthPercentageAutoType right_value_type,
576
- float top_value,
577
- enum CMasonLengthPercentageAutoType top_value_type,
578
- float bottom_value,
579
- enum CMasonLengthPercentageAutoType bottom_value_type);
580
-
581
- void mason_style_set_margin_left(void *style,
582
- float value,
583
- enum CMasonLengthPercentageAutoType value_type);
584
-
585
- struct CMasonLengthPercentageAuto mason_style_get_margin_left(void *style);
586
-
587
- void mason_style_set_margin_right(void *style,
588
- float value,
589
- enum CMasonLengthPercentageAutoType value_type);
590
-
591
- struct CMasonLengthPercentageAuto mason_style_get_margin_right(void *style);
592
-
593
- void mason_style_set_margin_top(void *style,
594
- float value,
595
- enum CMasonLengthPercentageAutoType value_type);
596
-
597
- struct CMasonLengthPercentageAuto mason_style_get_margin_top(void *style);
598
-
599
- void mason_style_set_margin_bottom(void *style,
600
- float value,
601
- enum CMasonLengthPercentageAutoType value_type);
602
-
603
- struct CMasonLengthPercentageAuto mason_style_get_margin_bottom(void *style);
604
-
605
- void mason_style_set_padding(void *style,
606
- float left_value,
607
- enum CMasonLengthPercentageType left_value_type,
608
- float right_value,
609
- enum CMasonLengthPercentageType right_value_type,
610
- float top_value,
611
- enum CMasonLengthPercentageType top_value_type,
612
- float bottom_value,
613
- enum CMasonLengthPercentageType bottom_value_type);
614
-
615
- void mason_style_set_padding_left(void *style,
616
- float value,
617
- enum CMasonLengthPercentageType value_type);
618
-
619
- struct CMasonLengthPercentage mason_style_get_padding_left(void *style);
620
-
621
- void mason_style_set_padding_right(void *style,
622
- float value,
623
- enum CMasonLengthPercentageType value_type);
624
-
625
- struct CMasonLengthPercentage mason_style_get_padding_right(void *style);
626
-
627
- void mason_style_set_padding_top(void *style,
628
- float value,
629
- enum CMasonLengthPercentageType value_type);
630
-
631
- struct CMasonLengthPercentage mason_style_get_padding_top(void *style);
632
-
633
- void mason_style_set_padding_bottom(void *style,
634
- float value,
635
- enum CMasonLengthPercentageType value_type);
636
-
637
- struct CMasonLengthPercentage mason_style_get_padding_bottom(void *style);
638
-
639
- void mason_style_set_border(void *style,
640
- float left_value,
641
- enum CMasonLengthPercentageType left_value_type,
642
- float right_value,
643
- enum CMasonLengthPercentageType right_value_type,
644
- float top_value,
645
- enum CMasonLengthPercentageType top_value_type,
646
- float bottom_value,
647
- enum CMasonLengthPercentageType bottom_value_type);
648
-
649
- void mason_style_set_border_left(void *style,
650
- float value,
651
- enum CMasonLengthPercentageType value_type);
652
-
653
- struct CMasonLengthPercentage mason_style_get_border_left(void *style);
654
-
655
- void mason_style_set_border_right(void *style,
656
- float value,
657
- enum CMasonLengthPercentageType value_type);
658
-
659
- struct CMasonLengthPercentage mason_style_get_border_right(void *style);
660
-
661
- void mason_style_set_border_top(void *style,
662
- float value,
663
- enum CMasonLengthPercentageType value_type);
664
-
665
- struct CMasonLengthPercentage mason_style_get_border_top(void *style);
666
-
667
- void mason_style_set_border_bottom(void *style,
668
- float value,
669
- enum CMasonLengthPercentageType value_type);
670
-
671
- struct CMasonLengthPercentage mason_style_get_border_bottom(void *style);
672
-
673
- void mason_style_set_flex_grow(void *style, float grow);
674
-
675
- float mason_style_get_flex_grow(void *style);
676
-
677
- void mason_style_set_flex_shrink(void *style, float shrink);
678
-
679
- float mason_style_get_flex_shrink(void *style);
680
-
681
- void mason_style_set_flex_basis(void *style, float value, enum CMasonDimensionType value_type);
682
-
683
- struct CMasonDimension mason_style_get_flex_basis(void *style);
684
-
685
- void mason_style_set_width(void *style, float value, enum CMasonDimensionType value_type);
686
-
687
- struct CMasonDimension mason_style_get_width(void *style);
688
-
689
- void mason_style_set_height(void *style, float value, enum CMasonDimensionType value_type);
690
-
691
- struct CMasonDimension mason_style_get_height(void *style);
692
-
693
- void mason_style_set_min_width(void *style, float value, enum CMasonDimensionType value_type);
694
-
695
- struct CMasonDimension mason_style_get_min_width(void *style);
696
-
697
- void mason_style_set_min_height(void *style, float value, enum CMasonDimensionType value_type);
698
-
699
- struct CMasonDimension mason_style_get_min_height(void *style);
700
-
701
- void mason_style_set_max_width(void *style, float value, enum CMasonDimensionType value_type);
702
-
703
- struct CMasonDimension mason_style_get_max_width(void *style);
704
-
705
- void mason_style_set_max_height(void *style, float value, enum CMasonDimensionType value_type);
706
-
707
- struct CMasonDimension mason_style_get_max_height(void *style);
708
-
709
- struct CMasonLengthPercentageSize mason_style_get_gap(void *style);
710
-
711
- void mason_style_set_gap(void *style,
712
- float width_value,
713
- enum CMasonLengthPercentageType width_type,
714
- float height_value,
715
- enum CMasonLengthPercentageType height_type);
716
-
717
- void mason_style_set_row_gap(void *style, float value, enum CMasonLengthPercentageType value_type);
718
-
719
- struct CMasonLengthPercentage mason_style_get_row_gap(void *style);
720
-
721
- void mason_style_set_column_gap(void *style,
722
- float value,
723
- enum CMasonLengthPercentageType value_type);
724
-
725
- struct CMasonLengthPercentage mason_style_get_column_gap(void *style);
726
-
727
- void mason_style_set_aspect_ratio(void *style, float ratio);
728
-
729
- float mason_style_get_aspect_ratio(void *style);
730
-
731
- struct CMasonNonRepeatedTrackSizingFunctionArray *mason_style_get_grid_auto_rows(void *style);
732
-
733
- void mason_style_set_grid_auto_rows(void *style,
734
- struct CMasonNonRepeatedTrackSizingFunctionArray *value);
735
-
736
- struct CMasonNonRepeatedTrackSizingFunctionArray *mason_style_get_grid_auto_columns(void *style);
737
-
738
- void mason_style_set_grid_auto_columns(void *style,
739
- struct CMasonNonRepeatedTrackSizingFunctionArray *value);
740
-
741
- int32_t mason_style_get_grid_auto_flow(void *style);
742
-
743
- void mason_style_set_grid_auto_flow(void *style, int32_t value);
744
-
745
- void mason_style_set_grid_area(void *style,
746
- struct CMasonGridPlacement row_start,
747
- struct CMasonGridPlacement row_end,
748
- struct CMasonGridPlacement column_start,
749
- struct CMasonGridPlacement column_end);
750
-
751
- struct CMasonGridPlacement mason_style_get_grid_column_start(void *style);
752
-
753
- void mason_style_set_grid_column(void *style,
754
- struct CMasonGridPlacement start,
755
- struct CMasonGridPlacement end);
756
-
757
- void mason_style_set_grid_column_start(void *style, struct CMasonGridPlacement value);
758
-
759
- struct CMasonGridPlacement mason_style_get_grid_column_end(void *style);
760
-
761
- void mason_style_set_grid_column_end(void *style, struct CMasonGridPlacement value);
762
-
763
- struct CMasonGridPlacement mason_style_get_grid_row_start(void *style);
764
-
765
- void mason_style_set_grid_row(void *style,
766
- struct CMasonGridPlacement start,
767
- struct CMasonGridPlacement end);
768
-
769
- void mason_style_set_grid_row_start(void *style, struct CMasonGridPlacement value);
770
-
771
- struct CMasonGridPlacement mason_style_get_grid_row_end(void *style);
772
-
773
- void mason_style_set_grid_row_end(void *style, struct CMasonGridPlacement value);
774
-
775
- struct CMasonTrackSizingFunctionArray *mason_style_get_grid_template_rows(void *style);
776
-
777
- void mason_style_set_grid_template_rows(void *style, struct CMasonTrackSizingFunctionArray *value);
778
-
779
- struct CMasonTrackSizingFunctionArray *mason_style_get_grid_template_columns(void *style);
780
-
781
- void mason_style_set_grid_template_columns(void *style,
782
- struct CMasonTrackSizingFunctionArray *value);
783
-
784
- void mason_style_set_scrollbar_width(void *style, float value);
785
-
786
- float mason_style_get_scrollbar_width(void *style);
787
-
788
- void mason_style_set_overflow(void *style, int32_t value);
789
-
790
- void mason_style_set_overflow_x(void *style, int32_t value);
791
-
792
- int32_t mason_style_get_overflow_x(void *style);
793
-
794
- void mason_style_set_overflow_y(void *style, int32_t value);
795
-
796
- int32_t mason_style_get_overflow_y(void *style);
797
-
798
- void *mason_style_init_with_values(int display,
799
- int position_type,
800
- int direction,
801
- int flex_direction,
802
- int flex_wrap,
803
- int overflow,
804
- int align_items,
805
- int align_self,
806
- int align_content,
807
- int justify_items,
808
- int justify_self,
809
- int justify_content,
810
- int inset_left_type,
811
- float inset_left_value,
812
- int inset_right_type,
813
- float inset_right_value,
814
- int inset_top_type,
815
- float inset_top_value,
816
- int inset_bottom_type,
817
- float inset_bottom_value,
818
- int margin_left_type,
819
- float margin_left_value,
820
- int margin_right_type,
821
- float margin_right_value,
822
- int margin_top_type,
823
- float margin_top_value,
824
- int margin_bottom_type,
825
- float margin_bottom_value,
826
- int padding_left_type,
827
- float padding_left_value,
828
- int padding_right_type,
829
- float padding_right_value,
830
- int padding_top_type,
831
- float padding_top_value,
832
- int padding_bottom_type,
833
- float padding_bottom_value,
834
- int border_left_type,
835
- float border_left_value,
836
- int border_right_type,
837
- float border_right_value,
838
- int border_top_type,
839
- float border_top_value,
840
- int border_bottom_type,
841
- float border_bottom_value,
842
- float flex_grow,
843
- float flex_shrink,
844
- int flex_basis_type,
845
- float flex_basis_value,
846
- int width_type,
847
- float width_value,
848
- int height_type,
849
- float height_value,
850
- int min_width_type,
851
- float min_width_value,
852
- int min_height_type,
853
- float min_height_value,
854
- int max_width_type,
855
- float max_width_value,
856
- int max_height_type,
857
- float max_height_value,
858
- int32_t gap_row_type,
859
- float gap_row_value,
860
- int32_t gap_column_type,
861
- float gap_column_value,
862
- float aspect_ratio,
863
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
864
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
865
- int32_t grid_auto_flow,
866
- int32_t grid_column_start_type,
867
- int16_t grid_column_start_value,
868
- int32_t grid_column_end_type,
869
- int16_t grid_column_end_value,
870
- int32_t grid_row_start_type,
871
- int16_t grid_row_start_value,
872
- int32_t grid_row_end_type,
873
- int16_t grid_row_end_value,
874
- const struct CMasonTrackSizingFunctionArray *grid_template_rows,
875
- const struct CMasonTrackSizingFunctionArray *grid_template_columns,
876
- int32_t overflow_x,
877
- int32_t overflow_y,
878
- float scrollbar_width);
879
-
880
- void mason_style_update_with_values(void *style,
881
- int display,
882
- int position_type,
883
- int direction,
884
- int flex_direction,
885
- int flex_wrap,
886
- int overflow,
887
- int align_items,
888
- int align_self,
889
- int align_content,
890
- int justify_items,
891
- int justify_self,
892
- int justify_content,
893
- int inset_left_type,
894
- float inset_left_value,
895
- int inset_right_type,
896
- float inset_right_value,
897
- int inset_top_type,
898
- float inset_top_value,
899
- int inset_bottom_type,
900
- float inset_bottom_value,
901
- int margin_left_type,
902
- float margin_left_value,
903
- int margin_right_type,
904
- float margin_right_value,
905
- int margin_top_type,
906
- float margin_top_value,
907
- int margin_bottom_type,
908
- float margin_bottom_value,
909
- int padding_left_type,
910
- float padding_left_value,
911
- int padding_right_type,
912
- float padding_right_value,
913
- int padding_top_type,
914
- float padding_top_value,
915
- int padding_bottom_type,
916
- float padding_bottom_value,
917
- int border_left_type,
918
- float border_left_value,
919
- int border_right_type,
920
- float border_right_value,
921
- int border_top_type,
922
- float border_top_value,
923
- int border_bottom_type,
924
- float border_bottom_value,
925
- float flex_grow,
926
- float flex_shrink,
927
- int flex_basis_type,
928
- float flex_basis_value,
929
- int width_type,
930
- float width_value,
931
- int height_type,
932
- float height_value,
933
- int min_width_type,
934
- float min_width_value,
935
- int min_height_type,
936
- float min_height_value,
937
- int max_width_type,
938
- float max_width_value,
939
- int max_height_type,
940
- float max_height_value,
941
- int32_t gap_row_type,
942
- float gap_row_value,
943
- int32_t gap_column_type,
944
- float gap_column_value,
945
- float aspect_ratio,
946
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_rows,
947
- struct CMasonNonRepeatedTrackSizingFunctionArray *grid_auto_columns,
948
- int32_t grid_auto_flow,
949
- int32_t grid_column_start_type,
950
- int16_t grid_column_start_value,
951
- int32_t grid_column_end_type,
952
- int16_t grid_column_end_value,
953
- int32_t grid_row_start_type,
954
- int16_t grid_row_start_value,
955
- int32_t grid_row_end_type,
956
- int16_t grid_row_end_value,
957
- struct CMasonTrackSizingFunctionArray *grid_template_rows,
958
- struct CMasonTrackSizingFunctionArray *grid_template_columns,
959
- int32_t overflow_x,
960
- int32_t overflow_y,
961
- float scrollbar_width);
962
-
963
- struct CMasonMinMax mason_util_create_non_repeated_track_sizing_function_with_type_value(int32_t track_type,
964
- float track_value);
965
-
966
- char *mason_util_parse_non_repeated_track_sizing_function(struct CMasonNonRepeatedTrackSizingFunctionArray *value);
967
-
968
- char *mason_util_parse_auto_repeating_track_sizing_function(struct CMasonTrackSizingFunctionArray *value);
969
-
970
- void mason_util_destroy_string(char *string);
971
-
972
- #endif /* CBINDGEN_BINDINGS_H */