diff --git a/arkoala-arkts/arkui/src/generated/ArkActionSheetMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkActionSheetMaterialized.ts index 9ac404174536749e4281e95a6e87b61de21b3865..014385a4daded6b49211d7186c4e09465c106f78 100644 --- a/arkoala-arkts/arkui/src/generated/ArkActionSheetMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkActionSheetMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ActionSheetInternal { + public static fromPtr(ptr: KPointer): ActionSheet { + const obj : ActionSheet = new ActionSheet() + obj.peer = new Finalizable(ptr, ActionSheet.getFinalizer()) + return obj + } +} export class ActionSheet implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class ActionSheet implements MaterializedBase { return retval } } -export class ActionSheetInternal { - public static fromPtr(ptr: KPointer): ActionSheet { - const obj : ActionSheet = new ActionSheet() - obj.peer = new Finalizable(ptr, ActionSheet.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkAlertDialogMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkAlertDialogMaterialized.ts index e64cd1df3fa7e626ebdf32ad1e6deddda495e621..9107c1acc878db1650109a5c5f5850cd72dc3208 100644 --- a/arkoala-arkts/arkui/src/generated/ArkAlertDialogMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkAlertDialogMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class AlertDialogInternal { + public static fromPtr(ptr: KPointer): AlertDialog { + const obj : AlertDialog = new AlertDialog() + obj.peer = new Finalizable(ptr, AlertDialog.getFinalizer()) + return obj + } +} export class AlertDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -72,10 +79,3 @@ export class AlertDialog implements MaterializedBase { return retval } } -export class AlertDialogInternal { - public static fromPtr(ptr: KPointer): AlertDialog { - const obj : AlertDialog = new AlertDialog() - obj.peer = new Finalizable(ptr, AlertDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkAnimationExtenderMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkAnimationExtenderMaterialized.ts index 79734c88ffa7530a813f0d7549c2ede80c7b93d3..0d82fcf17382969af92a5f50cc9922cc5595b458 100644 --- a/arkoala-arkts/arkui/src/generated/ArkAnimationExtenderMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkAnimationExtenderMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class AnimationExtenderInternal { + public static fromPtr(ptr: KPointer): AnimationExtender { + const obj : AnimationExtender = new AnimationExtender() + obj.peer = new Finalizable(ptr, AnimationExtender.getFinalizer()) + return obj + } +} export class AnimationExtender implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -100,10 +107,3 @@ export class AnimationExtender implements MaterializedBase { thisSerializer.release() } } -export class AnimationExtenderInternal { - public static fromPtr(ptr: KPointer): AnimationExtender { - const obj : AnimationExtender = new AnimationExtender() - obj.peer = new Finalizable(ptr, AnimationExtender.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkAppearSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkAppearSymbolEffectMaterialized.ts index cad049b502c380863508c9de27bee6c09b216752..28984d83948e15165c0079af0bd3328285ac1bbb 100644 --- a/arkoala-arkts/arkui/src/generated/ArkAppearSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkAppearSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class AppearSymbolEffectInternal { + public static fromPtr(ptr: KPointer): AppearSymbolEffect { + const obj : AppearSymbolEffect = new AppearSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, AppearSymbolEffect.getFinalizer()) + return obj + } +} export class AppearSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class AppearSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._AppearSymbolEffect_setScope(this.peer!.ptr, (scope.valueOf() as int32)) } } -export class AppearSymbolEffectInternal { - public static fromPtr(ptr: KPointer): AppearSymbolEffect { - const obj : AppearSymbolEffect = new AppearSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, AppearSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkBackgroundColorStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkBackgroundColorStyleMaterialized.ts index b03958918145c3c83ba93e6ad653edfaf7f1b752..1d74a7d52b09f15611b01a2326a181f200b2c528 100644 --- a/arkoala-arkts/arkui/src/generated/ArkBackgroundColorStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkBackgroundColorStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class BackgroundColorStyleInternal { + public static fromPtr(ptr: KPointer): BackgroundColorStyle { + const obj : BackgroundColorStyle = new BackgroundColorStyle(undefined) + obj.peer = new Finalizable(ptr, BackgroundColorStyle.getFinalizer()) + return obj + } +} export class BackgroundColorStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class BackgroundColorStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._BackgroundColorStyle_getFinalizer() } } -export class BackgroundColorStyleInternal { - public static fromPtr(ptr: KPointer): BackgroundColorStyle { - const obj : BackgroundColorStyle = new BackgroundColorStyle(undefined) - obj.peer = new Finalizable(ptr, BackgroundColorStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkBaselineOffsetStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkBaselineOffsetStyleMaterialized.ts index b277873cdef42ad1bc1de7032c787fb1df043833..8a80084c289f84225fc83a8bb67eb854f255ff86 100644 --- a/arkoala-arkts/arkui/src/generated/ArkBaselineOffsetStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkBaselineOffsetStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class BaselineOffsetStyleInternal { + public static fromPtr(ptr: KPointer): BaselineOffsetStyle { + const obj : BaselineOffsetStyle = new BaselineOffsetStyle(undefined) + obj.peer = new Finalizable(ptr, BaselineOffsetStyle.getFinalizer()) + return obj + } +} export class BaselineOffsetStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class BaselineOffsetStyle implements MaterializedBase { return retval } } -export class BaselineOffsetStyleInternal { - public static fromPtr(ptr: KPointer): BaselineOffsetStyle { - const obj : BaselineOffsetStyle = new BaselineOffsetStyle(undefined) - obj.peer = new Finalizable(ptr, BaselineOffsetStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkBounceSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkBounceSymbolEffectMaterialized.ts index 23a2ed49a8a011f939aedfd7a4e41bf4db36399e..605031cd4afc98635bd724c9fae57f51f392a55e 100644 --- a/arkoala-arkts/arkui/src/generated/ArkBounceSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkBounceSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class BounceSymbolEffectInternal { + public static fromPtr(ptr: KPointer): BounceSymbolEffect { + const obj : BounceSymbolEffect = new BounceSymbolEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, BounceSymbolEffect.getFinalizer()) + return obj + } +} export class BounceSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -102,10 +109,3 @@ export class BounceSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._BounceSymbolEffect_setDirection(this.peer!.ptr, (direction.valueOf() as int32)) } } -export class BounceSymbolEffectInternal { - public static fromPtr(ptr: KPointer): BounceSymbolEffect { - const obj : BounceSymbolEffect = new BounceSymbolEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, BounceSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCalendarControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCalendarControllerMaterialized.ts index 6f56f43adc8cbfaa451b23c5f053b7e46c5dac78..09bca42f7450f84407a9d26f4d8f64f61df0425d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCalendarControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCalendarControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CalendarControllerInternal { + public static fromPtr(ptr: KPointer): CalendarController { + const obj : CalendarController = new CalendarController() + obj.peer = new Finalizable(ptr, CalendarController.getFinalizer()) + return obj + } +} export class CalendarController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -65,10 +72,3 @@ export class CalendarController implements MaterializedBase { return retval } } -export class CalendarControllerInternal { - public static fromPtr(ptr: KPointer): CalendarController { - const obj : CalendarController = new CalendarController() - obj.peer = new Finalizable(ptr, CalendarController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCalendarPickerDialogMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCalendarPickerDialogMaterialized.ts index 70f501a1a76defd24f0dbee4f4edbbc418628f74..fa4c5695f06cb3d971cbc32e3c45819b3f989f17 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCalendarPickerDialogMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCalendarPickerDialogMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CalendarPickerDialogInternal { + public static fromPtr(ptr: KPointer): CalendarPickerDialog { + const obj : CalendarPickerDialog = new CalendarPickerDialog() + obj.peer = new Finalizable(ptr, CalendarPickerDialog.getFinalizer()) + return obj + } +} export class CalendarPickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class CalendarPickerDialog implements MaterializedBase { thisSerializer.release() } } -export class CalendarPickerDialogInternal { - public static fromPtr(ptr: KPointer): CalendarPickerDialog { - const obj : CalendarPickerDialog = new CalendarPickerDialog() - obj.peer = new Finalizable(ptr, CalendarPickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCanvasGradientMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCanvasGradientMaterialized.ts index 786d0b06b4c2acb6990fd39d73f14babf566a386..3da7518d21c852b0793456cef8361629e9b14e9a 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCanvasGradientMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCanvasGradientMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CanvasGradientInternal { + public static fromPtr(ptr: KPointer): CanvasGradient { + const obj : CanvasGradient = new CanvasGradient() + obj.peer = new Finalizable(ptr, CanvasGradient.getFinalizer()) + return obj + } +} export class CanvasGradient implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -50,10 +57,3 @@ export class CanvasGradient implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasGradient_addColorStop(this.peer!.ptr, offset, color) } } -export class CanvasGradientInternal { - public static fromPtr(ptr: KPointer): CanvasGradient { - const obj : CanvasGradient = new CanvasGradient() - obj.peer = new Finalizable(ptr, CanvasGradient.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCanvasPathMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCanvasPathMaterialized.ts index 7c0260f97c6f2a29de36115bda332d253b3ba0e4..578658be5e0ce1c0b5422435df99eb48b03f86c5 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCanvasPathMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCanvasPathMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CanvasPathInternal { + public static fromPtr(ptr: KPointer): CanvasPath { + const obj : CanvasPath = new CanvasPath() + obj.peer = new Finalizable(ptr, CanvasPath.getFinalizer()) + return obj + } +} export class CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -159,10 +166,3 @@ export class CanvasPath implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasPath_rect(this.peer!.ptr, x, y, w, h) } } -export class CanvasPathInternal { - public static fromPtr(ptr: KPointer): CanvasPath { - const obj : CanvasPath = new CanvasPath() - obj.peer = new Finalizable(ptr, CanvasPath.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCanvasRendererMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCanvasRendererMaterialized.ts index 44c5b72f97b9a7aa25711de7ad4a946739ee60f2..21051daa8abe4f1400a8fe27186c59ad7684a4c1 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCanvasRendererMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCanvasRendererMaterialized.ts @@ -33,6 +33,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CanvasRendererInternal { + public static fromPtr(ptr: KPointer): CanvasRenderer { + const obj : CanvasRenderer = new CanvasRenderer() + obj.peer = new Finalizable(ptr, CanvasRenderer.getFinalizer()) + return obj + } +} export class CanvasRenderer extends CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -1202,10 +1209,3 @@ export class CanvasRenderer extends CanvasPath implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasRenderer_setTextBaseline(this.peer!.ptr, textBaseline) } } -export class CanvasRendererInternal { - public static fromPtr(ptr: KPointer): CanvasRenderer { - const obj : CanvasRenderer = new CanvasRenderer() - obj.peer = new Finalizable(ptr, CanvasRenderer.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCanvasRenderingContext2DMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCanvasRenderingContext2DMaterialized.ts index efbd855c9b675689df81a5a0c0a13b8145220e59..d85ca26c927e2e7842eed2041512c5316fdc523f 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCanvasRenderingContext2DMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCanvasRenderingContext2DMaterialized.ts @@ -30,6 +30,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CanvasRenderingContext2DInternal { + public static fromPtr(ptr: KPointer): CanvasRenderingContext2D { + const obj : CanvasRenderingContext2D = new CanvasRenderingContext2D(undefined) + obj.peer = new Finalizable(ptr, CanvasRenderingContext2D.getFinalizer()) + return obj + } +} export class CanvasRenderingContext2D extends CanvasRenderer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -186,10 +193,3 @@ export class CanvasRenderingContext2D extends CanvasRenderer implements Material return retval } } -export class CanvasRenderingContext2DInternal { - public static fromPtr(ptr: KPointer): CanvasRenderingContext2D { - const obj : CanvasRenderingContext2D = new CanvasRenderingContext2D(undefined) - obj.peer = new Finalizable(ptr, CanvasRenderingContext2D.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkChildrenMainSizeMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkChildrenMainSizeMaterialized.ts index bd5c468a61fb946711dfa24333d3069f08290202..75dd3cc7f3b8a8b7ab9839e9bbb28cab973bf704 100644 --- a/arkoala-arkts/arkui/src/generated/ArkChildrenMainSizeMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkChildrenMainSizeMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ChildrenMainSizeInternal { + public static fromPtr(ptr: KPointer): ChildrenMainSize { + const obj : ChildrenMainSize = new ChildrenMainSize(undefined) + obj.peer = new Finalizable(ptr, ChildrenMainSize.getFinalizer()) + return obj + } +} export class ChildrenMainSize implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -104,10 +111,3 @@ export class ChildrenMainSize implements MaterializedBase { ArkUIGeneratedNativeModule._ChildrenMainSize_setChildDefaultSize(this.peer!.ptr, childDefaultSize) } } -export class ChildrenMainSizeInternal { - public static fromPtr(ptr: KPointer): ChildrenMainSize { - const obj : ChildrenMainSize = new ChildrenMainSize(undefined) - obj.peer = new Finalizable(ptr, ChildrenMainSize.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkClientAuthenticationHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkClientAuthenticationHandlerMaterialized.ts index 5f325ce81b26aa4b65f968705a4a45466938b504..a945115fbd775866bc76c9f847018aac487cb520 100644 --- a/arkoala-arkts/arkui/src/generated/ArkClientAuthenticationHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkClientAuthenticationHandlerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ClientAuthenticationHandlerInternal { + public static fromPtr(ptr: KPointer): ClientAuthenticationHandler { + const obj : ClientAuthenticationHandler = new ClientAuthenticationHandler() + obj.peer = new Finalizable(ptr, ClientAuthenticationHandler.getFinalizer()) + return obj + } +} export class ClientAuthenticationHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -77,10 +84,3 @@ export class ClientAuthenticationHandler implements MaterializedBase { ArkUIGeneratedNativeModule._ClientAuthenticationHandler_ignore(this.peer!.ptr) } } -export class ClientAuthenticationHandlerInternal { - public static fromPtr(ptr: KPointer): ClientAuthenticationHandler { - const obj : ClientAuthenticationHandler = new ClientAuthenticationHandler() - obj.peer = new Finalizable(ptr, ClientAuthenticationHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkColorFilterMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkColorFilterMaterialized.ts index 04dcbd8d80ba5a9c522cfabdf25d0014b3afa912..9a82271d3a77c60b52654c0f29a0e0dd927cfcb3 100644 --- a/arkoala-arkts/arkui/src/generated/ArkColorFilterMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkColorFilterMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ColorFilterInternal { + public static fromPtr(ptr: KPointer): ColorFilter { + const obj : ColorFilter = new ColorFilter(undefined) + obj.peer = new Finalizable(ptr, ColorFilter.getFinalizer()) + return obj + } +} export class ColorFilter implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class ColorFilter implements MaterializedBase { return ArkUIGeneratedNativeModule._ColorFilter_getFinalizer() } } -export class ColorFilterInternal { - public static fromPtr(ptr: KPointer): ColorFilter { - const obj : ColorFilter = new ColorFilter(undefined) - obj.peer = new Finalizable(ptr, ColorFilter.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkConsoleMessageMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkConsoleMessageMaterialized.ts index eec7f6d43d5be8403d923222d789048223065946..601cffc8ca19cb83d3fe65ae28b66346f2085dd9 100644 --- a/arkoala-arkts/arkui/src/generated/ArkConsoleMessageMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkConsoleMessageMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ConsoleMessageInternal { + public static fromPtr(ptr: KPointer): ConsoleMessage { + const obj : ConsoleMessage = new ConsoleMessage(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ConsoleMessage.getFinalizer()) + return obj + } +} export class ConsoleMessage implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class ConsoleMessage implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ConsoleMessageInternal { - public static fromPtr(ptr: KPointer): ConsoleMessage { - const obj : ConsoleMessage = new ConsoleMessage(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ConsoleMessage.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkContextMenuMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkContextMenuMaterialized.ts index 6d57b59725f94aa61d38a4bcd1ac5c529d8f1712..89b528898f474f11506f6ad2a6709bb05d53f3bb 100644 --- a/arkoala-arkts/arkui/src/generated/ArkContextMenuMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkContextMenuMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ContextMenuInternal { + public static fromPtr(ptr: KPointer): ContextMenu { + const obj : ContextMenu = new ContextMenu() + obj.peer = new Finalizable(ptr, ContextMenu.getFinalizer()) + return obj + } +} export class ContextMenu implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class ContextMenu implements MaterializedBase { return retval } } -export class ContextMenuInternal { - public static fromPtr(ptr: KPointer): ContextMenu { - const obj : ContextMenu = new ContextMenu() - obj.peer = new Finalizable(ptr, ContextMenu.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkControllerHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkControllerHandlerMaterialized.ts index e761e8c4a3b1610ef45ec6a88f6acd195cea9aa4..e2fbb8548e02e98ebddcd6ffd7ce7a1a029285b7 100644 --- a/arkoala-arkts/arkui/src/generated/ArkControllerHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkControllerHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ControllerHandlerInternal { + public static fromPtr(ptr: KPointer): ControllerHandler { + const obj : ControllerHandler = new ControllerHandler() + obj.peer = new Finalizable(ptr, ControllerHandler.getFinalizer()) + return obj + } +} export class ControllerHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -53,10 +60,3 @@ export class ControllerHandler implements MaterializedBase { thisSerializer.release() } } -export class ControllerHandlerInternal { - public static fromPtr(ptr: KPointer): ControllerHandler { - const obj : ControllerHandler = new ControllerHandler() - obj.peer = new Finalizable(ptr, ControllerHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCustomDialogControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCustomDialogControllerMaterialized.ts index e578dd70cdc7205365fc37aecd951a0aa32d419b..f592cd9740be77fc8cfb0c0f8b7e9270c13241d8 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCustomDialogControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCustomDialogControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CustomDialogControllerInternal { + public static fromPtr(ptr: KPointer): CustomDialogController { + const obj : CustomDialogController = new CustomDialogController(undefined) + obj.peer = new Finalizable(ptr, CustomDialogController.getFinalizer()) + return obj + } +} export class CustomDialogController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class CustomDialogController implements MaterializedBase { return retval } } -export class CustomDialogControllerInternal { - public static fromPtr(ptr: KPointer): CustomDialogController { - const obj : CustomDialogController = new CustomDialogController(undefined) - obj.peer = new Finalizable(ptr, CustomDialogController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkCustomSpanMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkCustomSpanMaterialized.ts index 6b5146ad7ecb5df10e64142f88840c1c3afc7959..082971e07a78bb07304e5c2874ccc003f20413ee 100644 --- a/arkoala-arkts/arkui/src/generated/ArkCustomSpanMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkCustomSpanMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class CustomSpanInternal { + public static fromPtr(ptr: KPointer): CustomSpan { + const obj : CustomSpan = new CustomSpan() + obj.peer = new Finalizable(ptr, CustomSpan.getFinalizer()) + return obj + } +} export class CustomSpan implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class CustomSpan implements MaterializedBase { ArkUIGeneratedNativeModule._CustomSpan_invalidate(this.peer!.ptr) } } -export class CustomSpanInternal { - public static fromPtr(ptr: KPointer): CustomSpan { - const obj : CustomSpan = new CustomSpan() - obj.peer = new Finalizable(ptr, CustomSpan.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDataResubmissionHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDataResubmissionHandlerMaterialized.ts index b8268eb9561d8a0102b515eef3738d6c35387945..b2b11ab79084de959f505d4b33f41d5c6651ee09 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDataResubmissionHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDataResubmissionHandlerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DataResubmissionHandlerInternal { + public static fromPtr(ptr: KPointer): DataResubmissionHandler { + const obj : DataResubmissionHandler = new DataResubmissionHandler() + obj.peer = new Finalizable(ptr, DataResubmissionHandler.getFinalizer()) + return obj + } +} export class DataResubmissionHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class DataResubmissionHandler implements MaterializedBase { ArkUIGeneratedNativeModule._DataResubmissionHandler_cancel(this.peer!.ptr) } } -export class DataResubmissionHandlerInternal { - public static fromPtr(ptr: KPointer): DataResubmissionHandler { - const obj : DataResubmissionHandler = new DataResubmissionHandler() - obj.peer = new Finalizable(ptr, DataResubmissionHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDatePickerDialogMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDatePickerDialogMaterialized.ts index 358fc4eb619da68108a176de54c1b248d61e2815..db243d2c99adc3c7856bf749fc5e89cfece3fc36 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDatePickerDialogMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDatePickerDialogMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DatePickerDialogInternal { + public static fromPtr(ptr: KPointer): DatePickerDialog { + const obj : DatePickerDialog = new DatePickerDialog() + obj.peer = new Finalizable(ptr, DatePickerDialog.getFinalizer()) + return obj + } +} export class DatePickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class DatePickerDialog implements MaterializedBase { return retval } } -export class DatePickerDialogInternal { - public static fromPtr(ptr: KPointer): DatePickerDialog { - const obj : DatePickerDialog = new DatePickerDialog() - obj.peer = new Finalizable(ptr, DatePickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDecorationStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDecorationStyleMaterialized.ts index 90f3e855023c8c80f36875f88e1c1caebf9e775c..d6a048b6ea8317c89b29a1b6952cd6d3cb968c46 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDecorationStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDecorationStyleMaterialized.ts @@ -28,6 +28,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DecorationStyleInternal { + public static fromPtr(ptr: KPointer): DecorationStyle { + const obj : DecorationStyle = new DecorationStyle(undefined) + obj.peer = new Finalizable(ptr, DecorationStyle.getFinalizer()) + return obj + } +} export class DecorationStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class DecorationStyle implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class DecorationStyleInternal { - public static fromPtr(ptr: KPointer): DecorationStyle { - const obj : DecorationStyle = new DecorationStyle(undefined) - obj.peer = new Finalizable(ptr, DecorationStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDisappearSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDisappearSymbolEffectMaterialized.ts index b2a78b8ce8cb2b13abbe2ab97558db7ebf35de04..e33980d53d156f96bd1c2d70ac740e4b41df86fd 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDisappearSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDisappearSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DisappearSymbolEffectInternal { + public static fromPtr(ptr: KPointer): DisappearSymbolEffect { + const obj : DisappearSymbolEffect = new DisappearSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, DisappearSymbolEffect.getFinalizer()) + return obj + } +} export class DisappearSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class DisappearSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._DisappearSymbolEffect_setScope(this.peer!.ptr, (scope.valueOf() as int32)) } } -export class DisappearSymbolEffectInternal { - public static fromPtr(ptr: KPointer): DisappearSymbolEffect { - const obj : DisappearSymbolEffect = new DisappearSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, DisappearSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDrawModifierMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDrawModifierMaterialized.ts index 8edf5d3879b7175f643b75fb76a1e538903d89c2..5faeeeb15d91d5f2040910d0d62725e268a15263 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDrawModifierMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDrawModifierMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DrawModifierInternal { + public static fromPtr(ptr: KPointer): DrawModifier { + const obj : DrawModifier = new DrawModifier() + obj.peer = new Finalizable(ptr, DrawModifier.getFinalizer()) + return obj + } +} export class DrawModifier implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -82,10 +89,3 @@ export class DrawModifier implements MaterializedBase { ArkUIGeneratedNativeModule._DrawModifier_invalidate(this.peer!.ptr) } } -export class DrawModifierInternal { - public static fromPtr(ptr: KPointer): DrawModifier { - const obj : DrawModifier = new DrawModifier() - obj.peer = new Finalizable(ptr, DrawModifier.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDrawingCanvasMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDrawingCanvasMaterialized.ts index ef12425fa120fa55390106e3fa9f5ba3d8474cc1..5b250397bd458c7fe5ed105b0f2d630a4d85fbcf 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDrawingCanvasMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDrawingCanvasMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DrawingCanvasInternal { + public static fromPtr(ptr: KPointer): DrawingCanvas { + const obj : DrawingCanvas = new DrawingCanvas(undefined) + obj.peer = new Finalizable(ptr, DrawingCanvas.getFinalizer()) + return obj + } +} export class DrawingCanvas implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -59,10 +66,3 @@ export class DrawingCanvas implements MaterializedBase { ArkUIGeneratedNativeModule._DrawingCanvas_drawRect(this.peer!.ptr, left, top, right, bottom) } } -export class DrawingCanvasInternal { - public static fromPtr(ptr: KPointer): DrawingCanvas { - const obj : DrawingCanvas = new DrawingCanvas(undefined) - obj.peer = new Finalizable(ptr, DrawingCanvas.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDrawingRenderingContextMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDrawingRenderingContextMaterialized.ts index c12f2fd48dde9713fabb4753a1605be6de5e149a..91efe32c0abbbbb98c12ef7bb274f2582e2aa913 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDrawingRenderingContextMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDrawingRenderingContextMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DrawingRenderingContextInternal { + public static fromPtr(ptr: KPointer): DrawingRenderingContext { + const obj : DrawingRenderingContext = new DrawingRenderingContext(undefined) + obj.peer = new Finalizable(ptr, DrawingRenderingContext.getFinalizer()) + return obj + } +} export class DrawingRenderingContext implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -66,10 +73,3 @@ export class DrawingRenderingContext implements MaterializedBase { ArkUIGeneratedNativeModule._DrawingRenderingContext_invalidate(this.peer!.ptr) } } -export class DrawingRenderingContextInternal { - public static fromPtr(ptr: KPointer): DrawingRenderingContext { - const obj : DrawingRenderingContext = new DrawingRenderingContext(undefined) - obj.peer = new Finalizable(ptr, DrawingRenderingContext.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkDynamicNodeMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkDynamicNodeMaterialized.ts index fc67175412534791cded6d8281d408c67e9b1ffe..6370165f61b25f13c65a07d9c7bf50f129f73536 100644 --- a/arkoala-arkts/arkui/src/generated/ArkDynamicNodeMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkDynamicNodeMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class DynamicNodeInternal { + public static fromPtr(ptr: KPointer): DynamicNode { + const obj : DynamicNode = new DynamicNode() + obj.peer = new Finalizable(ptr, DynamicNode.getFinalizer()) + return obj + } +} export class DynamicNode implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -59,10 +66,3 @@ export class DynamicNode implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class DynamicNodeInternal { - public static fromPtr(ptr: KPointer): DynamicNode { - const obj : DynamicNode = new DynamicNode() - obj.peer = new Finalizable(ptr, DynamicNode.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkEventEmulatorMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkEventEmulatorMaterialized.ts index 04169d4ba61f28a560a3a2b2b3c23c535884c422..991e2e5af0b98827649d4958043f39d4cf7bd5d4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkEventEmulatorMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkEventEmulatorMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class EventEmulatorInternal { + public static fromPtr(ptr: KPointer): EventEmulator { + const obj : EventEmulator = new EventEmulator() + obj.peer = new Finalizable(ptr, EventEmulator.getFinalizer()) + return obj + } +} export class EventEmulator implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -66,10 +73,3 @@ export class EventEmulator implements MaterializedBase { ArkUIGeneratedNativeModule._EventEmulator_emitTextInputEvent(node, text) } } -export class EventEmulatorInternal { - public static fromPtr(ptr: KPointer): EventEmulator { - const obj : EventEmulator = new EventEmulator() - obj.peer = new Finalizable(ptr, EventEmulator.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkEventResultMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkEventResultMaterialized.ts index 7df3a441d7009ae3627a7dec2749d109c0c2e196..9a77709fa11d6d6b58e626a9e705a885e25d9800 100644 --- a/arkoala-arkts/arkui/src/generated/ArkEventResultMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkEventResultMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class EventResultInternal { + public static fromPtr(ptr: KPointer): EventResult { + const obj : EventResult = new EventResult() + obj.peer = new Finalizable(ptr, EventResult.getFinalizer()) + return obj + } +} export class EventResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class EventResult implements MaterializedBase { ArkUIGeneratedNativeModule._EventResult_setGestureEventResult(this.peer!.ptr, result ? 1 : 0) } } -export class EventResultInternal { - public static fromPtr(ptr: KPointer): EventResult { - const obj : EventResult = new EventResult() - obj.peer = new Finalizable(ptr, EventResult.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkEventTargetInfoMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkEventTargetInfoMaterialized.ts index 6d36d78ff752403c5560edb3988db00c2c473e97..788aeaf09f6a07a583a6b6ece9aaa08694926bc1 100644 --- a/arkoala-arkts/arkui/src/generated/ArkEventTargetInfoMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkEventTargetInfoMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class EventTargetInfoInternal { + public static fromPtr(ptr: KPointer): EventTargetInfo { + const obj : EventTargetInfo = new EventTargetInfo() + obj.peer = new Finalizable(ptr, EventTargetInfo.getFinalizer()) + return obj + } +} export class EventTargetInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -48,10 +55,3 @@ export class EventTargetInfo implements MaterializedBase { return retval } } -export class EventTargetInfoInternal { - public static fromPtr(ptr: KPointer): EventTargetInfo { - const obj : EventTargetInfo = new EventTargetInfo() - obj.peer = new Finalizable(ptr, EventTargetInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkFileSelectorParamMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkFileSelectorParamMaterialized.ts index d74707bdd3f66297b962f12f5ca4f8a7c07b0737..f969c69d78d9cb195c5a7e0119bf41bf4db15d9e 100644 --- a/arkoala-arkts/arkui/src/generated/ArkFileSelectorParamMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkFileSelectorParamMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class FileSelectorParamInternal { + public static fromPtr(ptr: KPointer): FileSelectorParam { + const obj : FileSelectorParam = new FileSelectorParam() + obj.peer = new Finalizable(ptr, FileSelectorParam.getFinalizer()) + return obj + } +} export class FileSelectorParam implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -70,10 +77,3 @@ export class FileSelectorParam implements MaterializedBase { return retval } } -export class FileSelectorParamInternal { - public static fromPtr(ptr: KPointer): FileSelectorParam { - const obj : FileSelectorParam = new FileSelectorParam() - obj.peer = new Finalizable(ptr, FileSelectorParam.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkFileSelectorResultMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkFileSelectorResultMaterialized.ts index c175d67d0aea7a0a1a328f3f6d9a8fa5833ad915..066725955a08311885090672b5c0c65d3b3e978c 100644 --- a/arkoala-arkts/arkui/src/generated/ArkFileSelectorResultMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkFileSelectorResultMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class FileSelectorResultInternal { + public static fromPtr(ptr: KPointer): FileSelectorResult { + const obj : FileSelectorResult = new FileSelectorResult() + obj.peer = new Finalizable(ptr, FileSelectorResult.getFinalizer()) + return obj + } +} export class FileSelectorResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class FileSelectorResult implements MaterializedBase { thisSerializer.release() } } -export class FileSelectorResultInternal { - public static fromPtr(ptr: KPointer): FileSelectorResult { - const obj : FileSelectorResult = new FileSelectorResult() - obj.peer = new Finalizable(ptr, FileSelectorResult.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkFrameNodeMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkFrameNodeMaterialized.ts index db81f25e4e29457dc868f29e7587ae5bb4b5ae86..21bb1e42315f6f4e72af6133e9e7d29682b3cb7c 100644 --- a/arkoala-arkts/arkui/src/generated/ArkFrameNodeMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkFrameNodeMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class FrameNodeInternal { + public static fromPtr(ptr: KPointer): FrameNode { + const obj : FrameNode = new FrameNode(undefined) + obj.peer = new Finalizable(ptr, FrameNode.getFinalizer()) + return obj + } +} export class FrameNode implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -167,10 +174,3 @@ export class FrameNode implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class FrameNodeInternal { - public static fromPtr(ptr: KPointer): FrameNode { - const obj : FrameNode = new FrameNode(undefined) - obj.peer = new Finalizable(ptr, FrameNode.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkFrictionMotionMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkFrictionMotionMaterialized.ts index db1c43c8dd00d20ac6be2ee9a8efb1d5abe21cfa..c2b66b89640f963e5bee0e749d17ede0e4d5cc7e 100644 --- a/arkoala-arkts/arkui/src/generated/ArkFrictionMotionMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkFrictionMotionMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class FrictionMotionInternal { + public static fromPtr(ptr: KPointer): FrictionMotion { + const obj : FrictionMotion = new FrictionMotion(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, FrictionMotion.getFinalizer()) + return obj + } +} export class FrictionMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -44,10 +51,3 @@ export class FrictionMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._FrictionMotion_getFinalizer() } } -export class FrictionMotionInternal { - public static fromPtr(ptr: KPointer): FrictionMotion { - const obj : FrictionMotion = new FrictionMotion(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, FrictionMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkFullScreenExitHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkFullScreenExitHandlerMaterialized.ts index 9c82890476ee7d948e4d18eef81d7b484e1627e9..dddb359f2eb7414851caf19aa6bc0881f6f44c3c 100644 --- a/arkoala-arkts/arkui/src/generated/ArkFullScreenExitHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkFullScreenExitHandlerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class FullScreenExitHandlerInternal { + public static fromPtr(ptr: KPointer): FullScreenExitHandler { + const obj : FullScreenExitHandler = new FullScreenExitHandler() + obj.peer = new Finalizable(ptr, FullScreenExitHandler.getFinalizer()) + return obj + } +} export class FullScreenExitHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -48,10 +55,3 @@ export class FullScreenExitHandler implements MaterializedBase { ArkUIGeneratedNativeModule._FullScreenExitHandler_exitFullScreen(this.peer!.ptr) } } -export class FullScreenExitHandlerInternal { - public static fromPtr(ptr: KPointer): FullScreenExitHandler { - const obj : FullScreenExitHandler = new FullScreenExitHandler() - obj.peer = new Finalizable(ptr, FullScreenExitHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkGestureRecognizerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkGestureRecognizerMaterialized.ts index 0c7ee4457be1014f3be6f6141024c466fdb553ac..84ab0a71829cb57a170143ee8596788a04996fee 100644 --- a/arkoala-arkts/arkui/src/generated/ArkGestureRecognizerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkGestureRecognizerMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class GestureRecognizerInternal { + public static fromPtr(ptr: KPointer): GestureRecognizer { + const obj : GestureRecognizer = new GestureRecognizer() + obj.peer = new Finalizable(ptr, GestureRecognizer.getFinalizer()) + return obj + } +} export class GestureRecognizer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -101,10 +108,3 @@ export class GestureRecognizer implements MaterializedBase { return retval } } -export class GestureRecognizerInternal { - public static fromPtr(ptr: KPointer): GestureRecognizer { - const obj : GestureRecognizer = new GestureRecognizer() - obj.peer = new Finalizable(ptr, GestureRecognizer.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkGestureStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkGestureStyleMaterialized.ts index 0f2f82c49ca9246a5eb73820fa82952f4b8b193c..c700b8a04abd3e300fcffe4081fc74c5bf813451 100644 --- a/arkoala-arkts/arkui/src/generated/ArkGestureStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkGestureStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class GestureStyleInternal { + public static fromPtr(ptr: KPointer): GestureStyle { + const obj : GestureStyle = new GestureStyle(undefined) + obj.peer = new Finalizable(ptr, GestureStyle.getFinalizer()) + return obj + } +} export class GestureStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class GestureStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._GestureStyle_getFinalizer() } } -export class GestureStyleInternal { - public static fromPtr(ptr: KPointer): GestureStyle { - const obj : GestureStyle = new GestureStyle(undefined) - obj.peer = new Finalizable(ptr, GestureStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts index 657dd6ebcf5e183c50e5444de0c40116d10e1dae..b9dabef54bc145c7ff05157f72924fdda0eaa8d1 100644 --- a/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class GlobalScope_ohos_arkui_componentSnapshotInternal { + public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_componentSnapshot { + const obj : GlobalScope_ohos_arkui_componentSnapshot = new GlobalScope_ohos_arkui_componentSnapshot() + obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_componentSnapshot.getFinalizer()) + return obj + } +} export class GlobalScope_ohos_arkui_componentSnapshot implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -67,10 +74,3 @@ export class GlobalScope_ohos_arkui_componentSnapshot implements MaterializedBas thisSerializer.release() } } -export class GlobalScope_ohos_arkui_componentSnapshotInternal { - public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_componentSnapshot { - const obj : GlobalScope_ohos_arkui_componentSnapshot = new GlobalScope_ohos_arkui_componentSnapshot() - obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_componentSnapshot.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts index 64a2e2c24a6227aa9bffb6c2b5b659b145826f8a..dcb6bde5a1cd141668fb6f2aa5079b0dbf3c8240 100644 --- a/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class GlobalScope_ohos_arkui_performanceMonitorInternal { + public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_performanceMonitor { + const obj : GlobalScope_ohos_arkui_performanceMonitor = new GlobalScope_ohos_arkui_performanceMonitor() + obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_performanceMonitor.getFinalizer()) + return obj + } +} export class GlobalScope_ohos_arkui_performanceMonitor implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -82,10 +89,3 @@ export class GlobalScope_ohos_arkui_performanceMonitor implements MaterializedBa ArkUIGeneratedNativeModule._GlobalScope_ohos_arkui_performanceMonitor_recordInputEventTime((actionType.valueOf() as int32), (sourceType.valueOf() as int32), time) } } -export class GlobalScope_ohos_arkui_performanceMonitorInternal { - public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_performanceMonitor { - const obj : GlobalScope_ohos_arkui_performanceMonitor = new GlobalScope_ohos_arkui_performanceMonitor() - obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_performanceMonitor.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkHierarchicalSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkHierarchicalSymbolEffectMaterialized.ts index 6c90c2b20200a0a6158d872ee1fd2c8434dedb94..307a76e9e41138d4af6fa9a24d6240da683f5cc3 100644 --- a/arkoala-arkts/arkui/src/generated/ArkHierarchicalSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkHierarchicalSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class HierarchicalSymbolEffectInternal { + public static fromPtr(ptr: KPointer): HierarchicalSymbolEffect { + const obj : HierarchicalSymbolEffect = new HierarchicalSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, HierarchicalSymbolEffect.getFinalizer()) + return obj + } +} export class HierarchicalSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class HierarchicalSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._HierarchicalSymbolEffect_setFillStyle(this.peer!.ptr, (fillStyle.valueOf() as int32)) } } -export class HierarchicalSymbolEffectInternal { - public static fromPtr(ptr: KPointer): HierarchicalSymbolEffect { - const obj : HierarchicalSymbolEffect = new HierarchicalSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, HierarchicalSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkHttpAuthHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkHttpAuthHandlerMaterialized.ts index c79016df95f17d61d4a20306782d1c7c9f58dfd0..14054358c00742d8595706d3354deea13a5aaaa3 100644 --- a/arkoala-arkts/arkui/src/generated/ArkHttpAuthHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkHttpAuthHandlerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class HttpAuthHandlerInternal { + public static fromPtr(ptr: KPointer): HttpAuthHandler { + const obj : HttpAuthHandler = new HttpAuthHandler() + obj.peer = new Finalizable(ptr, HttpAuthHandler.getFinalizer()) + return obj + } +} export class HttpAuthHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -64,10 +71,3 @@ export class HttpAuthHandler implements MaterializedBase { return retval } } -export class HttpAuthHandlerInternal { - public static fromPtr(ptr: KPointer): HttpAuthHandler { - const obj : HttpAuthHandler = new HttpAuthHandler() - obj.peer = new Finalizable(ptr, HttpAuthHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkImageAnalyzerControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkImageAnalyzerControllerMaterialized.ts index 9ba90ec57d82dd96cf0ce05c25e3a65838022e82..e23e6f661ea83447944ffbf3dc4bfa9e8616e4d5 100644 --- a/arkoala-arkts/arkui/src/generated/ArkImageAnalyzerControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkImageAnalyzerControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ImageAnalyzerControllerInternal { + public static fromPtr(ptr: KPointer): ImageAnalyzerController { + const obj : ImageAnalyzerController = new ImageAnalyzerController() + obj.peer = new Finalizable(ptr, ImageAnalyzerController.getFinalizer()) + return obj + } +} export class ImageAnalyzerController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class ImageAnalyzerController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ImageAnalyzerControllerInternal { - public static fromPtr(ptr: KPointer): ImageAnalyzerController { - const obj : ImageAnalyzerController = new ImageAnalyzerController() - obj.peer = new Finalizable(ptr, ImageAnalyzerController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkImageAttachmentMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkImageAttachmentMaterialized.ts index f9c80cb609c0c5359bf9cc99e072d606a4e9ac31..1e7acbc3c92e6b4323d3164bf500d9ad37ca95f1 100644 --- a/arkoala-arkts/arkui/src/generated/ArkImageAttachmentMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkImageAttachmentMaterialized.ts @@ -28,6 +28,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ImageAttachmentInternal { + public static fromPtr(ptr: KPointer): ImageAttachment { + const obj : ImageAttachment = new ImageAttachment(undefined) + obj.peer = new Finalizable(ptr, ImageAttachment.getFinalizer()) + return obj + } +} export class ImageAttachment implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -80,10 +87,3 @@ export class ImageAttachment implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ImageAttachmentInternal { - public static fromPtr(ptr: KPointer): ImageAttachment { - const obj : ImageAttachment = new ImageAttachment(undefined) - obj.peer = new Finalizable(ptr, ImageAttachment.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkImageBitmapMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkImageBitmapMaterialized.ts index a841afa7c0f95c81ee8edc1ad9269b14e654d174..9c2b6f5730bba55380ea99733a97d0b39a1ea635 100644 --- a/arkoala-arkts/arkui/src/generated/ArkImageBitmapMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkImageBitmapMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ImageBitmapInternal { + public static fromPtr(ptr: KPointer): ImageBitmap { + const obj : ImageBitmap = new ImageBitmap(undefined) + obj.peer = new Finalizable(ptr, ImageBitmap.getFinalizer()) + return obj + } +} export class ImageBitmap implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class ImageBitmap implements MaterializedBase { return retval } } -export class ImageBitmapInternal { - public static fromPtr(ptr: KPointer): ImageBitmap { - const obj : ImageBitmap = new ImageBitmap(undefined) - obj.peer = new Finalizable(ptr, ImageBitmap.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkImageDataMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkImageDataMaterialized.ts index 6813a9b88dbccb7b018637173ddab2deb005ae79..d25610ff36f1bb1054e01789a5a422f3d046605d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkImageDataMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkImageDataMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ImageDataInternal { + public static fromPtr(ptr: KPointer): ImageData { + const obj : ImageData = new ImageData(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ImageData.getFinalizer()) + return obj + } +} export class ImageData implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -77,10 +84,3 @@ export class ImageData implements MaterializedBase { return retval } } -export class ImageDataInternal { - public static fromPtr(ptr: KPointer): ImageData { - const obj : ImageData = new ImageData(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ImageData.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkIndicatorComponentControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkIndicatorComponentControllerMaterialized.ts index 1bae20eb448cfbd841f6d3d75b167f4969142861..e83b8fe5dbb4f1b24ce4a9f4b8a6b0175b25e6fe 100644 --- a/arkoala-arkts/arkui/src/generated/ArkIndicatorComponentControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkIndicatorComponentControllerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class IndicatorComponentControllerInternal { + public static fromPtr(ptr: KPointer): IndicatorComponentController { + const obj : IndicatorComponentController = new IndicatorComponentController() + obj.peer = new Finalizable(ptr, IndicatorComponentController.getFinalizer()) + return obj + } +} export class IndicatorComponentController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class IndicatorComponentController implements MaterializedBase { thisSerializer.release() } } -export class IndicatorComponentControllerInternal { - public static fromPtr(ptr: KPointer): IndicatorComponentController { - const obj : IndicatorComponentController = new IndicatorComponentController() - obj.peer = new Finalizable(ptr, IndicatorComponentController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkJsGeolocationMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkJsGeolocationMaterialized.ts index bad3ca31d75276c4fb5713c30c5c49f358ecc47d..75de3ab7fc9d9e878df6701ba24761bfd93f325c 100644 --- a/arkoala-arkts/arkui/src/generated/ArkJsGeolocationMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkJsGeolocationMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class JsGeolocationInternal { + public static fromPtr(ptr: KPointer): JsGeolocation { + const obj : JsGeolocation = new JsGeolocation() + obj.peer = new Finalizable(ptr, JsGeolocation.getFinalizer()) + return obj + } +} export class JsGeolocation implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class JsGeolocation implements MaterializedBase { ArkUIGeneratedNativeModule._JsGeolocation_invoke(this.peer!.ptr, origin, allow ? 1 : 0, retain ? 1 : 0) } } -export class JsGeolocationInternal { - public static fromPtr(ptr: KPointer): JsGeolocation { - const obj : JsGeolocation = new JsGeolocation() - obj.peer = new Finalizable(ptr, JsGeolocation.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkJsResultMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkJsResultMaterialized.ts index 5e1a9f69b11429f4e8ed0777a3467fea75a0f0c7..c8b4012e264e94883a08ddf68088481be3f4f5d7 100644 --- a/arkoala-arkts/arkui/src/generated/ArkJsResultMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkJsResultMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class JsResultInternal { + public static fromPtr(ptr: KPointer): JsResult { + const obj : JsResult = new JsResult() + obj.peer = new Finalizable(ptr, JsResult.getFinalizer()) + return obj + } +} export class JsResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -63,10 +70,3 @@ export class JsResult implements MaterializedBase { ArkUIGeneratedNativeModule._JsResult_handlePromptConfirm(this.peer!.ptr, result) } } -export class JsResultInternal { - public static fromPtr(ptr: KPointer): JsResult { - const obj : JsResult = new JsResult() - obj.peer = new Finalizable(ptr, JsResult.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLazyForEachOpsMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLazyForEachOpsMaterialized.ts index ad0a742f99576658a750282e35fd92d0ab971603..1339539df21e93da5a8107aeaa6c5fb7ed14d796 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLazyForEachOpsMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLazyForEachOpsMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LazyForEachOpsInternal { + public static fromPtr(ptr: KPointer): LazyForEachOps { + const obj : LazyForEachOps = new LazyForEachOps() + obj.peer = new Finalizable(ptr, LazyForEachOps.getFinalizer()) + return obj + } +} export class LazyForEachOps implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -85,10 +92,3 @@ export class LazyForEachOps implements MaterializedBase { ArkUIGeneratedNativeModule._LazyForEachOps_Prepare(node) } } -export class LazyForEachOpsInternal { - public static fromPtr(ptr: KPointer): LazyForEachOps { - const obj : LazyForEachOps = new LazyForEachOps() - obj.peer = new Finalizable(ptr, LazyForEachOps.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLengthMetricsMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLengthMetricsMaterialized.ts index 5d2579f6cff1b6bbbd4720e5428250e5f8e60bb8..d7f1dbe9534ad2aafcc1ec3ae6180cb6901c8167 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLengthMetricsMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLengthMetricsMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LengthMetricsInternal { + public static fromPtr(ptr: KPointer): LengthMetrics { + const obj : LengthMetrics = new LengthMetrics() + obj.peer = new Finalizable(ptr, LengthMetrics.getFinalizer()) + return obj + } +} export class LengthMetrics implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -109,10 +116,3 @@ export class LengthMetrics implements MaterializedBase { ArkUIGeneratedNativeModule._LengthMetrics_setValue(this.peer!.ptr, value) } } -export class LengthMetricsInternal { - public static fromPtr(ptr: KPointer): LengthMetrics { - const obj : LengthMetrics = new LengthMetrics() - obj.peer = new Finalizable(ptr, LengthMetrics.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLetterSpacingStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLetterSpacingStyleMaterialized.ts index 8208b6b7c754226fb7e9b6d148f6d6c1aca74333..7f7201fc5378f09451c6966f7f62fbabfa2b1b0d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLetterSpacingStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLetterSpacingStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LetterSpacingStyleInternal { + public static fromPtr(ptr: KPointer): LetterSpacingStyle { + const obj : LetterSpacingStyle = new LetterSpacingStyle(undefined) + obj.peer = new Finalizable(ptr, LetterSpacingStyle.getFinalizer()) + return obj + } +} export class LetterSpacingStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class LetterSpacingStyle implements MaterializedBase { return retval } } -export class LetterSpacingStyleInternal { - public static fromPtr(ptr: KPointer): LetterSpacingStyle { - const obj : LetterSpacingStyle = new LetterSpacingStyle(undefined) - obj.peer = new Finalizable(ptr, LetterSpacingStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLineHeightStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLineHeightStyleMaterialized.ts index afe1b2a6f34811806151a3d055c4dbce94bab791..acfd6326939f441526ed5e08727057293c300dd1 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLineHeightStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLineHeightStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LineHeightStyleInternal { + public static fromPtr(ptr: KPointer): LineHeightStyle { + const obj : LineHeightStyle = new LineHeightStyle(undefined) + obj.peer = new Finalizable(ptr, LineHeightStyle.getFinalizer()) + return obj + } +} export class LineHeightStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class LineHeightStyle implements MaterializedBase { return retval } } -export class LineHeightStyleInternal { - public static fromPtr(ptr: KPointer): LineHeightStyle { - const obj : LineHeightStyle = new LineHeightStyle(undefined) - obj.peer = new Finalizable(ptr, LineHeightStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLinearGradientMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLinearGradientMaterialized.ts index d9ee08eb50f583f9b9b31a45b7c78bfd0b76e3ff..beea2b31c17c297fb3e6300a3d97676ccab31cff 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLinearGradientMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLinearGradientMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LinearGradientInternal { + public static fromPtr(ptr: KPointer): LinearGradient { + const obj : LinearGradient = new LinearGradient(undefined) + obj.peer = new Finalizable(ptr, LinearGradient.getFinalizer()) + return obj + } +} export class LinearGradient implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -52,10 +59,3 @@ export class LinearGradient implements MaterializedBase { return ArkUIGeneratedNativeModule._LinearGradient_getFinalizer() } } -export class LinearGradientInternal { - public static fromPtr(ptr: KPointer): LinearGradient { - const obj : LinearGradient = new LinearGradient(undefined) - obj.peer = new Finalizable(ptr, LinearGradient.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkLinearIndicatorControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkLinearIndicatorControllerMaterialized.ts index 61a4ae87fa7bbe439409d9582e7336b4b06d315a..33b9bb4914bf0dc10950d6334daeb88ce3f7db20 100644 --- a/arkoala-arkts/arkui/src/generated/ArkLinearIndicatorControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkLinearIndicatorControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class LinearIndicatorControllerInternal { + public static fromPtr(ptr: KPointer): LinearIndicatorController { + const obj : LinearIndicatorController = new LinearIndicatorController() + obj.peer = new Finalizable(ptr, LinearIndicatorController.getFinalizer()) + return obj + } +} export class LinearIndicatorController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -82,10 +89,3 @@ export class LinearIndicatorController implements MaterializedBase { ArkUIGeneratedNativeModule._LinearIndicatorController_stop(this.peer!.ptr) } } -export class LinearIndicatorControllerInternal { - public static fromPtr(ptr: KPointer): LinearIndicatorController { - const obj : LinearIndicatorController = new LinearIndicatorController() - obj.peer = new Finalizable(ptr, LinearIndicatorController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkListScrollerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkListScrollerMaterialized.ts index 4958d21886e9175fdad5a243c50055dfb9cf34c1..e65826f2da14f43fd315e02da62eeae7ce7210a2 100644 --- a/arkoala-arkts/arkui/src/generated/ArkListScrollerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkListScrollerMaterialized.ts @@ -28,6 +28,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ListScrollerInternal { + public static fromPtr(ptr: KPointer): ListScroller { + const obj : ListScroller = new ListScroller() + obj.peer = new Finalizable(ptr, ListScroller.getFinalizer()) + return obj + } +} export class ListScroller extends Scroller implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -108,10 +115,3 @@ export class ListScroller extends Scroller implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ListScrollerInternal { - public static fromPtr(ptr: KPointer): ListScroller { - const obj : ListScroller = new ListScroller() - obj.peer = new Finalizable(ptr, ListScroller.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkMatrix2DMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkMatrix2DMaterialized.ts index e29c3b486276461c7f577cc2816228cc96c2dd22..6714f4562af682bef4079261a961ded45c12763d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkMatrix2DMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkMatrix2DMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class Matrix2DInternal { + public static fromPtr(ptr: KPointer): Matrix2D { + const obj : Matrix2D = new Matrix2D() + obj.peer = new Finalizable(ptr, Matrix2D.getFinalizer()) + return obj + } +} export class Matrix2D implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -319,10 +326,3 @@ export class Matrix2D implements MaterializedBase { ArkUIGeneratedNativeModule._Matrix2D_setTranslateY(this.peer!.ptr, translateY) } } -export class Matrix2DInternal { - public static fromPtr(ptr: KPointer): Matrix2D { - const obj : Matrix2D = new Matrix2D() - obj.peer = new Finalizable(ptr, Matrix2D.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkMeasurableMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkMeasurableMaterialized.ts index b1c493762b7b8b600c81672e0ade7bdcbcf8f641..6f2a4010fa603afb1d44a293ceb383bfc1c37208 100644 --- a/arkoala-arkts/arkui/src/generated/ArkMeasurableMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkMeasurableMaterialized.ts @@ -28,9 +28,9 @@ import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" export interface Measurable { measure(constraint: ConstraintSizeOptions): MeasureResult - getMargin(): DirectionalEdgesT - getPadding(): DirectionalEdgesT - getBorderWidth(): DirectionalEdgesT + getMargin(): DirectionalEdgesT + getPadding(): DirectionalEdgesT + getBorderWidth(): DirectionalEdgesT } export class MeasurableInternal implements MaterializedBase,Measurable { peer?: Finalizable | undefined @@ -52,13 +52,13 @@ export class MeasurableInternal implements MaterializedBase,Measurable { const constraint_casted = constraint as (ConstraintSizeOptions) return this.measure_serialize(constraint_casted) } - public getMargin(): DirectionalEdgesT { + public getMargin(): DirectionalEdgesT { return this.getMargin_serialize() } - public getPadding(): DirectionalEdgesT { + public getPadding(): DirectionalEdgesT { return this.getPadding_serialize() } - public getBorderWidth(): DirectionalEdgesT { + public getBorderWidth(): DirectionalEdgesT { return this.getBorderWidth_serialize() } private measure_serialize(constraint: ConstraintSizeOptions): MeasureResult { @@ -68,15 +68,15 @@ export class MeasurableInternal implements MaterializedBase,Measurable { thisSerializer.release() throw new Error("Object deserialization is not implemented.") } - private getMargin_serialize(): DirectionalEdgesT { + private getMargin_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getMargin(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } - private getPadding_serialize(): DirectionalEdgesT { + private getPadding_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getPadding(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } - private getBorderWidth_serialize(): DirectionalEdgesT { + private getBorderWidth_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getBorderWidth(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } diff --git a/arkoala-arkts/arkui/src/generated/ArkMutableStyledStringMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkMutableStyledStringMaterialized.ts index 6aed747673c1d6d3370a57f255cc3673d29ce0f9..58333aa71021ad4243c13774f86a0415532d0c01 100644 --- a/arkoala-arkts/arkui/src/generated/ArkMutableStyledStringMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkMutableStyledStringMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class MutableStyledStringInternal { + public static fromPtr(ptr: KPointer): MutableStyledString { + const obj : MutableStyledString = new MutableStyledString() + obj.peer = new Finalizable(ptr, MutableStyledString.getFinalizer()) + return obj + } +} export class MutableStyledString extends StyledString implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -156,10 +163,3 @@ export class MutableStyledString extends StyledString implements MaterializedBas thisSerializer.release() } } -export class MutableStyledStringInternal { - public static fromPtr(ptr: KPointer): MutableStyledString { - const obj : MutableStyledString = new MutableStyledString() - obj.peer = new Finalizable(ptr, MutableStyledString.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkNavExtenderMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkNavExtenderMaterialized.ts index 15b1f1e10f75802694daa4f27b9b6ea76824247e..a72198449dda0e1b4855b3223585f2daf329bd40 100644 --- a/arkoala-arkts/arkui/src/generated/ArkNavExtenderMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkNavExtenderMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class NavExtenderInternal { + public static fromPtr(ptr: KPointer): NavExtender { + const obj : NavExtender = new NavExtender() + obj.peer = new Finalizable(ptr, NavExtender.getFinalizer()) + return obj + } +} export class NavExtender implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -59,10 +66,3 @@ export class NavExtender implements MaterializedBase { thisSerializer.release() } } -export class NavExtenderInternal { - public static fromPtr(ptr: KPointer): NavExtender { - const obj : NavExtender = new NavExtender() - obj.peer = new Finalizable(ptr, NavExtender.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkNavPathInfoMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkNavPathInfoMaterialized.ts index 6209225c32a65891edddf43029c3db2e1b282745..091510cf6fd284033b8a54c9c29aab900af626d4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkNavPathInfoMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkNavPathInfoMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class NavPathInfoInternal { + public static fromPtr(ptr: KPointer): NavPathInfo { + const obj : NavPathInfo = new NavPathInfo(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, NavPathInfo.getFinalizer()) + return obj + } +} export class NavPathInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -149,10 +156,3 @@ export class NavPathInfo implements MaterializedBase { ArkUIGeneratedNativeModule._NavPathInfo_setIsEntry(this.peer!.ptr, isEntry ? 1 : 0) } } -export class NavPathInfoInternal { - public static fromPtr(ptr: KPointer): NavPathInfo { - const obj : NavPathInfo = new NavPathInfo(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, NavPathInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkNavPathStackMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkNavPathStackMaterialized.ts index 64d198134bdcd33a911694e37706fe1261a4092b..51b866438964f258e28f11cceb845fa1f43f055e 100644 --- a/arkoala-arkts/arkui/src/generated/ArkNavPathStackMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkNavPathStackMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class NavPathStackInternal { + public static fromPtr(ptr: KPointer): NavPathStack { + const obj : NavPathStack = new NavPathStack() + obj.peer = new Finalizable(ptr, NavPathStack.getFinalizer()) + return obj + } +} export class NavPathStack implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -599,10 +606,3 @@ export class NavPathStack implements MaterializedBase { thisSerializer.release() } } -export class NavPathStackInternal { - public static fromPtr(ptr: KPointer): NavPathStack { - const obj : NavPathStack = new NavPathStack() - obj.peer = new Finalizable(ptr, NavPathStack.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkPanGestureOptionsMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkPanGestureOptionsMaterialized.ts index 35d5e8e3635e7e49da3ae72940e86076a53fd40e..2ff69d2d05e8ccc74215a1c6bdffa92a23151c21 100644 --- a/arkoala-arkts/arkui/src/generated/ArkPanGestureOptionsMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkPanGestureOptionsMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class PanGestureOptionsInternal { + public static fromPtr(ptr: KPointer): PanGestureOptions { + const obj : PanGestureOptions = new PanGestureOptions(undefined) + obj.peer = new Finalizable(ptr, PanGestureOptions.getFinalizer()) + return obj + } +} export class PanGestureOptions implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -106,10 +113,3 @@ export class PanGestureOptions implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class PanGestureOptionsInternal { - public static fromPtr(ptr: KPointer): PanGestureOptions { - const obj : PanGestureOptions = new PanGestureOptions(undefined) - obj.peer = new Finalizable(ptr, PanGestureOptions.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkPanRecognizerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkPanRecognizerMaterialized.ts index 63789f007f9027c766f7ccf3482b1bfcd44a01b5..94aed6960507b1a6ee4a9dca413072d5d7f4ed71 100644 --- a/arkoala-arkts/arkui/src/generated/ArkPanRecognizerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkPanRecognizerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class PanRecognizerInternal { + public static fromPtr(ptr: KPointer): PanRecognizer { + const obj : PanRecognizer = new PanRecognizer() + obj.peer = new Finalizable(ptr, PanRecognizer.getFinalizer()) + return obj + } +} export class PanRecognizer extends GestureRecognizer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class PanRecognizer extends GestureRecognizer implements MaterializedBase throw new Error("Object deserialization is not implemented.") } } -export class PanRecognizerInternal { - public static fromPtr(ptr: KPointer): PanRecognizer { - const obj : PanRecognizer = new PanRecognizer() - obj.peer = new Finalizable(ptr, PanRecognizer.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkParagraphStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkParagraphStyleMaterialized.ts index 4a578ced9f6d90db592c4c15ff4b1af069e0f7f7..c892ee33891d8f1a711df2ffbc1f02be36e8f561 100644 --- a/arkoala-arkts/arkui/src/generated/ArkParagraphStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkParagraphStyleMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ParagraphStyleInternal { + public static fromPtr(ptr: KPointer): ParagraphStyle { + const obj : ParagraphStyle = new ParagraphStyle(undefined) + obj.peer = new Finalizable(ptr, ParagraphStyle.getFinalizer()) + return obj + } +} export class ParagraphStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -106,10 +113,3 @@ export class ParagraphStyle implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ParagraphStyleInternal { - public static fromPtr(ptr: KPointer): ParagraphStyle { - const obj : ParagraphStyle = new ParagraphStyle(undefined) - obj.peer = new Finalizable(ptr, ParagraphStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkPath2DMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkPath2DMaterialized.ts index 30765915eb163962c20158c7424af72997eabe3f..04fa4783ac8bbf1bad1dd515d6188c7df4b51f67 100644 --- a/arkoala-arkts/arkui/src/generated/ArkPath2DMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkPath2DMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class Path2DInternal { + public static fromPtr(ptr: KPointer): Path2D { + const obj : Path2D = new Path2D() + obj.peer = new Finalizable(ptr, Path2D.getFinalizer()) + return obj + } +} export class Path2D extends CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -64,10 +71,3 @@ export class Path2D extends CanvasPath implements MaterializedBase { thisSerializer.release() } } -export class Path2DInternal { - public static fromPtr(ptr: KPointer): Path2D { - const obj : Path2D = new Path2D() - obj.peer = new Finalizable(ptr, Path2D.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkPatternLockControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkPatternLockControllerMaterialized.ts index 43c5419f6afcf52bae60445989ca137ab08364b5..c90f3c4e2e6aa066faf58989741ee1af003463f5 100644 --- a/arkoala-arkts/arkui/src/generated/ArkPatternLockControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkPatternLockControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class PatternLockControllerInternal { + public static fromPtr(ptr: KPointer): PatternLockController { + const obj : PatternLockController = new PatternLockController() + obj.peer = new Finalizable(ptr, PatternLockController.getFinalizer()) + return obj + } +} export class PatternLockController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -57,10 +64,3 @@ export class PatternLockController implements MaterializedBase { ArkUIGeneratedNativeModule._PatternLockController_setChallengeResult(this.peer!.ptr, (result.valueOf() as int32)) } } -export class PatternLockControllerInternal { - public static fromPtr(ptr: KPointer): PatternLockController { - const obj : PatternLockController = new PatternLockController() - obj.peer = new Finalizable(ptr, PatternLockController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkPermissionRequestMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkPermissionRequestMaterialized.ts index 7d39a9c0b0b260c76ff216ff73fe8ae990feb787..76ab53c204189bb8836e18ce2a64efbd9e5d9f0a 100644 --- a/arkoala-arkts/arkui/src/generated/ArkPermissionRequestMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkPermissionRequestMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class PermissionRequestInternal { + public static fromPtr(ptr: KPointer): PermissionRequest { + const obj : PermissionRequest = new PermissionRequest() + obj.peer = new Finalizable(ptr, PermissionRequest.getFinalizer()) + return obj + } +} export class PermissionRequest implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -77,10 +84,3 @@ export class PermissionRequest implements MaterializedBase { thisSerializer.release() } } -export class PermissionRequestInternal { - public static fromPtr(ptr: KPointer): PermissionRequest { - const obj : PermissionRequest = new PermissionRequest() - obj.peer = new Finalizable(ptr, PermissionRequest.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkProgressMaskMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkProgressMaskMaterialized.ts index 9781cf9fd18bce41b1069c0638c21296aa4809ce..b1b6134992fa11806a117c82fff4e37b7e4e5b36 100644 --- a/arkoala-arkts/arkui/src/generated/ArkProgressMaskMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkProgressMaskMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ProgressMaskInternal { + public static fromPtr(ptr: KPointer): ProgressMask { + const obj : ProgressMask = new ProgressMask(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ProgressMask.getFinalizer()) + return obj + } +} export class ProgressMask implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -119,10 +126,3 @@ export class ProgressMask implements MaterializedBase { ArkUIGeneratedNativeModule._ProgressMask_enableBreathingAnimation(this.peer!.ptr, value ? 1 : 0) } } -export class ProgressMaskInternal { - public static fromPtr(ptr: KPointer): ProgressMask { - const obj : ProgressMask = new ProgressMask(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ProgressMask.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkRenderingContextSettingsMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkRenderingContextSettingsMaterialized.ts index 893f9d9d7a66e63c283e4c4ad90d91fb34e7becd..cc9005e31375805dcc1073673fc060c0c1359445 100644 --- a/arkoala-arkts/arkui/src/generated/ArkRenderingContextSettingsMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkRenderingContextSettingsMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class RenderingContextSettingsInternal { + public static fromPtr(ptr: KPointer): RenderingContextSettings { + const obj : RenderingContextSettings = new RenderingContextSettings(undefined) + obj.peer = new Finalizable(ptr, RenderingContextSettings.getFinalizer()) + return obj + } +} export class RenderingContextSettings implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -72,10 +79,3 @@ export class RenderingContextSettings implements MaterializedBase { ArkUIGeneratedNativeModule._RenderingContextSettings_setAntialias(this.peer!.ptr, antialias ? 1 : 0) } } -export class RenderingContextSettingsInternal { - public static fromPtr(ptr: KPointer): RenderingContextSettings { - const obj : RenderingContextSettings = new RenderingContextSettings(undefined) - obj.peer = new Finalizable(ptr, RenderingContextSettings.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkReplaceSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkReplaceSymbolEffectMaterialized.ts index 5d7ca60bcf2f64952c8cece0a9a05b70550cfda9..ad3a16d318458af7b0409b0ab473333bc5c78d87 100644 --- a/arkoala-arkts/arkui/src/generated/ArkReplaceSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkReplaceSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ReplaceSymbolEffectInternal { + public static fromPtr(ptr: KPointer): ReplaceSymbolEffect { + const obj : ReplaceSymbolEffect = new ReplaceSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, ReplaceSymbolEffect.getFinalizer()) + return obj + } +} export class ReplaceSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class ReplaceSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._ReplaceSymbolEffect_setScope(this.peer!.ptr, (scope.valueOf() as int32)) } } -export class ReplaceSymbolEffectInternal { - public static fromPtr(ptr: KPointer): ReplaceSymbolEffect { - const obj : ReplaceSymbolEffect = new ReplaceSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, ReplaceSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkRichEditorBaseControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkRichEditorBaseControllerMaterialized.ts index b2f9c1c21811b5f980f073715894cd7d95d84693..0c4aa62fb69d70201af78994826684e0be01f0cd 100644 --- a/arkoala-arkts/arkui/src/generated/ArkRichEditorBaseControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkRichEditorBaseControllerMaterialized.ts @@ -29,6 +29,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class RichEditorBaseControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorBaseController { + const obj : RichEditorBaseController = new RichEditorBaseController() + obj.peer = new Finalizable(ptr, RichEditorBaseController.getFinalizer()) + return obj + } +} export class RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -133,10 +140,3 @@ export class RichEditorBaseController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class RichEditorBaseControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorBaseController { - const obj : RichEditorBaseController = new RichEditorBaseController() - obj.peer = new Finalizable(ptr, RichEditorBaseController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkRichEditorControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkRichEditorControllerMaterialized.ts index af499452ba0f1edde62b8daab4e8662d203c3cd5..d5be5c467b8bc877bdb1e2d349347027df127ed8 100644 --- a/arkoala-arkts/arkui/src/generated/ArkRichEditorControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkRichEditorControllerMaterialized.ts @@ -32,6 +32,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class RichEditorControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorController { + const obj : RichEditorController = new RichEditorController() + obj.peer = new Finalizable(ptr, RichEditorController.getFinalizer()) + return obj + } +} export class RichEditorController extends RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -265,10 +272,3 @@ export class RichEditorController extends RichEditorBaseController implements Ma throw new Error("Object deserialization is not implemented.") } } -export class RichEditorControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorController { - const obj : RichEditorController = new RichEditorController() - obj.peer = new Finalizable(ptr, RichEditorController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkRichEditorStyledStringControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkRichEditorStyledStringControllerMaterialized.ts index 23d7423766f08e923bf823d99dcab93c41dfa474..258c551c199b51869369000c8ae2db94605060c4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkRichEditorStyledStringControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkRichEditorStyledStringControllerMaterialized.ts @@ -30,6 +30,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class RichEditorStyledStringControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorStyledStringController { + const obj : RichEditorStyledStringController = new RichEditorStyledStringController() + obj.peer = new Finalizable(ptr, RichEditorStyledStringController.getFinalizer()) + return obj + } +} export class RichEditorStyledStringController extends RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -84,10 +91,3 @@ export class RichEditorStyledStringController extends RichEditorBaseController i thisSerializer.release() } } -export class RichEditorStyledStringControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorStyledStringController { - const obj : RichEditorStyledStringController = new RichEditorStyledStringController() - obj.peer = new Finalizable(ptr, RichEditorStyledStringController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkScaleSymbolEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkScaleSymbolEffectMaterialized.ts index 02fafe11b97bd3085a9e67f07190d398defcb252..05ac4425508c3f22f8aef59b0843d11939d6791e 100644 --- a/arkoala-arkts/arkui/src/generated/ArkScaleSymbolEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkScaleSymbolEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ScaleSymbolEffectInternal { + public static fromPtr(ptr: KPointer): ScaleSymbolEffect { + const obj : ScaleSymbolEffect = new ScaleSymbolEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, ScaleSymbolEffect.getFinalizer()) + return obj + } +} export class ScaleSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -102,10 +109,3 @@ export class ScaleSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._ScaleSymbolEffect_setDirection(this.peer!.ptr, (direction.valueOf() as int32)) } } -export class ScaleSymbolEffectInternal { - public static fromPtr(ptr: KPointer): ScaleSymbolEffect { - const obj : ScaleSymbolEffect = new ScaleSymbolEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, ScaleSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkScreenCaptureHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkScreenCaptureHandlerMaterialized.ts index 88af118890b56f03d4b16d2a42ba25a41c8821bc..3728df591a78e70fb87e6eb38f0e7c9d4aacef36 100644 --- a/arkoala-arkts/arkui/src/generated/ArkScreenCaptureHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkScreenCaptureHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ScreenCaptureHandlerInternal { + public static fromPtr(ptr: KPointer): ScreenCaptureHandler { + const obj : ScreenCaptureHandler = new ScreenCaptureHandler() + obj.peer = new Finalizable(ptr, ScreenCaptureHandler.getFinalizer()) + return obj + } +} export class ScreenCaptureHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -67,10 +74,3 @@ export class ScreenCaptureHandler implements MaterializedBase { ArkUIGeneratedNativeModule._ScreenCaptureHandler_deny(this.peer!.ptr) } } -export class ScreenCaptureHandlerInternal { - public static fromPtr(ptr: KPointer): ScreenCaptureHandler { - const obj : ScreenCaptureHandler = new ScreenCaptureHandler() - obj.peer = new Finalizable(ptr, ScreenCaptureHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkScrollMotionMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkScrollMotionMaterialized.ts index 8c93d599141624432b1c90f5794cab8bc1da473c..3cd00a53e276c58819d04be1ed112069c4de51d3 100644 --- a/arkoala-arkts/arkui/src/generated/ArkScrollMotionMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkScrollMotionMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ScrollMotionInternal { + public static fromPtr(ptr: KPointer): ScrollMotion { + const obj : ScrollMotion = new ScrollMotion(undefined, undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ScrollMotion.getFinalizer()) + return obj + } +} export class ScrollMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -48,10 +55,3 @@ export class ScrollMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._ScrollMotion_getFinalizer() } } -export class ScrollMotionInternal { - public static fromPtr(ptr: KPointer): ScrollMotion { - const obj : ScrollMotion = new ScrollMotion(undefined, undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ScrollMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkScrollableTargetInfoMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkScrollableTargetInfoMaterialized.ts index 8c2ffb5f64fb3bade40a67685af6f5515e6421a8..f0d3bf3030d4d57d4b0269ea765eb37274b47fd3 100644 --- a/arkoala-arkts/arkui/src/generated/ArkScrollableTargetInfoMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkScrollableTargetInfoMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ScrollableTargetInfoInternal { + public static fromPtr(ptr: KPointer): ScrollableTargetInfo { + const obj : ScrollableTargetInfo = new ScrollableTargetInfo() + obj.peer = new Finalizable(ptr, ScrollableTargetInfo.getFinalizer()) + return obj + } +} export class ScrollableTargetInfo extends EventTargetInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -57,10 +64,3 @@ export class ScrollableTargetInfo extends EventTargetInfo implements Materialize return retval } } -export class ScrollableTargetInfoInternal { - public static fromPtr(ptr: KPointer): ScrollableTargetInfo { - const obj : ScrollableTargetInfo = new ScrollableTargetInfo() - obj.peer = new Finalizable(ptr, ScrollableTargetInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkScrollerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkScrollerMaterialized.ts index 24f4702417b14a85ff73805c6d742d1a66529873..4200d7b927df143b3fdb68d0818577a604122c1b 100644 --- a/arkoala-arkts/arkui/src/generated/ArkScrollerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkScrollerMaterialized.ts @@ -30,6 +30,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ScrollerInternal { + public static fromPtr(ptr: KPointer): Scroller { + const obj : Scroller = new Scroller() + obj.peer = new Finalizable(ptr, Scroller.getFinalizer()) + return obj + } +} export class Scroller implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -193,10 +200,3 @@ export class Scroller implements MaterializedBase { return retval } } -export class ScrollerInternal { - public static fromPtr(ptr: KPointer): Scroller { - const obj : Scroller = new Scroller() - obj.peer = new Finalizable(ptr, Scroller.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkSearchControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkSearchControllerMaterialized.ts index c2d0977b17ae5f11c1d666f9371e77304468e107..375a34c60d20866345077d264d4cb8761825240a 100644 --- a/arkoala-arkts/arkui/src/generated/ArkSearchControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkSearchControllerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class SearchControllerInternal { + public static fromPtr(ptr: KPointer): SearchController { + const obj : SearchController = new SearchController() + obj.peer = new Finalizable(ptr, SearchController.getFinalizer()) + return obj + } +} export class SearchController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class SearchController extends TextContentControllerBase implements Mater thisSerializer.release() } } -export class SearchControllerInternal { - public static fromPtr(ptr: KPointer): SearchController { - const obj : SearchController = new SearchController() - obj.peer = new Finalizable(ptr, SearchController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkSpringMotionMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkSpringMotionMaterialized.ts index 0e6e1278ca5e1703dc97ce68220c727bba4a928f..dae91d615bf41c73f24e60b1ab915fc11ab04f2a 100644 --- a/arkoala-arkts/arkui/src/generated/ArkSpringMotionMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkSpringMotionMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class SpringMotionInternal { + public static fromPtr(ptr: KPointer): SpringMotion { + const obj : SpringMotion = new SpringMotion(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, SpringMotion.getFinalizer()) + return obj + } +} export class SpringMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -48,10 +55,3 @@ export class SpringMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._SpringMotion_getFinalizer() } } -export class SpringMotionInternal { - public static fromPtr(ptr: KPointer): SpringMotion { - const obj : SpringMotion = new SpringMotion(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, SpringMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkSpringPropMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkSpringPropMaterialized.ts index ae44f78446b8a582553d4da2849d2c55c067580c..ccdeb2b5923c7e916b5ecd609fa2e88b92ac8adc 100644 --- a/arkoala-arkts/arkui/src/generated/ArkSpringPropMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkSpringPropMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class SpringPropInternal { + public static fromPtr(ptr: KPointer): SpringProp { + const obj : SpringProp = new SpringProp(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, SpringProp.getFinalizer()) + return obj + } +} export class SpringProp implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -44,10 +51,3 @@ export class SpringProp implements MaterializedBase { return ArkUIGeneratedNativeModule._SpringProp_getFinalizer() } } -export class SpringPropInternal { - public static fromPtr(ptr: KPointer): SpringProp { - const obj : SpringProp = new SpringProp(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, SpringProp.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkSslErrorHandlerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkSslErrorHandlerMaterialized.ts index da0d9d31d5907820a1e960f67ee09b741f9eed99..c1ccd1fdb44226f12b857c8f81b03d1c8d4be164 100644 --- a/arkoala-arkts/arkui/src/generated/ArkSslErrorHandlerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkSslErrorHandlerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class SslErrorHandlerInternal { + public static fromPtr(ptr: KPointer): SslErrorHandler { + const obj : SslErrorHandler = new SslErrorHandler() + obj.peer = new Finalizable(ptr, SslErrorHandler.getFinalizer()) + return obj + } +} export class SslErrorHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class SslErrorHandler implements MaterializedBase { ArkUIGeneratedNativeModule._SslErrorHandler_handleCancel(this.peer!.ptr) } } -export class SslErrorHandlerInternal { - public static fromPtr(ptr: KPointer): SslErrorHandler { - const obj : SslErrorHandler = new SslErrorHandler() - obj.peer = new Finalizable(ptr, SslErrorHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkStyledStringMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkStyledStringMaterialized.ts index 2fd6c3fa9a14f9652a3c6337dd25f00a251264be..80b98ecdee0c2a2731a904a4ce06bb19c9102b55 100644 --- a/arkoala-arkts/arkui/src/generated/ArkStyledStringMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkStyledStringMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class StyledStringInternal { + public static fromPtr(ptr: KPointer): StyledString { + const obj : StyledString = new StyledString(undefined, undefined) + obj.peer = new Finalizable(ptr, StyledString.getFinalizer()) + return obj + } +} export class StyledString implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -188,10 +195,3 @@ export class StyledString implements MaterializedBase { return retval } } -export class StyledStringInternal { - public static fromPtr(ptr: KPointer): StyledString { - const obj : StyledString = new StyledString(undefined, undefined) - obj.peer = new Finalizable(ptr, StyledString.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkSwiperControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkSwiperControllerMaterialized.ts index d7adebdbe02c0ddc736ac7615ab3057b7e852f08..b69e742edac7035004098adc1a165a06993e9741 100644 --- a/arkoala-arkts/arkui/src/generated/ArkSwiperControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkSwiperControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class SwiperControllerInternal { + public static fromPtr(ptr: KPointer): SwiperController { + const obj : SwiperController = new SwiperController() + obj.peer = new Finalizable(ptr, SwiperController.getFinalizer()) + return obj + } +} export class SwiperController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -91,10 +98,3 @@ export class SwiperController implements MaterializedBase { return retval } } -export class SwiperControllerInternal { - public static fromPtr(ptr: KPointer): SwiperController { - const obj : SwiperController = new SwiperController() - obj.peer = new Finalizable(ptr, SwiperController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTabsControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTabsControllerMaterialized.ts index 9574aac0118c513374c686390c8ec5d837fcb905..c2b3f276606beaa202d51db4748426a384ff1302 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTabsControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTabsControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TabsControllerInternal { + public static fromPtr(ptr: KPointer): TabsController { + const obj : TabsController = new TabsController() + obj.peer = new Finalizable(ptr, TabsController.getFinalizer()) + return obj + } +} export class TabsController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -91,10 +98,3 @@ export class TabsController implements MaterializedBase { ArkUIGeneratedNativeModule._TabsController_setTabBarOpacity(this.peer!.ptr, opacity) } } -export class TabsControllerInternal { - public static fromPtr(ptr: KPointer): TabsController { - const obj : TabsController = new TabsController() - obj.peer = new Finalizable(ptr, TabsController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextAreaControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextAreaControllerMaterialized.ts index 8c6d72cbd9f16881f5faf4693f63cb2ee59af51e..8016c531e24e88ab8089a6231dc24ce21065d4ef 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextAreaControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextAreaControllerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextAreaControllerInternal { + public static fromPtr(ptr: KPointer): TextAreaController { + const obj : TextAreaController = new TextAreaController() + obj.peer = new Finalizable(ptr, TextAreaController.getFinalizer()) + return obj + } +} export class TextAreaController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class TextAreaController extends TextContentControllerBase implements Mat ArkUIGeneratedNativeModule._TextAreaController_stopEditing(this.peer!.ptr) } } -export class TextAreaControllerInternal { - public static fromPtr(ptr: KPointer): TextAreaController { - const obj : TextAreaController = new TextAreaController() - obj.peer = new Finalizable(ptr, TextAreaController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextClockControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextClockControllerMaterialized.ts index d20e42f8ee1bb4e43c2ff32f560fea94ad9464bb..97525698dae3571d233e5874344b41e566db3ab0 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextClockControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextClockControllerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextClockControllerInternal { + public static fromPtr(ptr: KPointer): TextClockController { + const obj : TextClockController = new TextClockController() + obj.peer = new Finalizable(ptr, TextClockController.getFinalizer()) + return obj + } +} export class TextClockController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class TextClockController implements MaterializedBase { return retval } } -export class TextClockControllerInternal { - public static fromPtr(ptr: KPointer): TextClockController { - const obj : TextClockController = new TextClockController() - obj.peer = new Finalizable(ptr, TextClockController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextContentControllerBaseMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextContentControllerBaseMaterialized.ts index 8a22629b4126136b27a0a29ca86c80bc36b2f1e8..9a76fc3c90f041e9aededb23aa9658f7b7cc627c 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextContentControllerBaseMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextContentControllerBaseMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextContentControllerBaseInternal { + public static fromPtr(ptr: KPointer): TextContentControllerBase { + const obj : TextContentControllerBase = new TextContentControllerBase() + obj.peer = new Finalizable(ptr, TextContentControllerBase.getFinalizer()) + return obj + } +} export class TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -63,10 +70,3 @@ export class TextContentControllerBase implements MaterializedBase { return retval } } -export class TextContentControllerBaseInternal { - public static fromPtr(ptr: KPointer): TextContentControllerBase { - const obj : TextContentControllerBase = new TextContentControllerBase() - obj.peer = new Finalizable(ptr, TextContentControllerBase.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextControllerMaterialized.ts index ecd311f344e2d4d53c544ac41bc07cf5b667b256..6caa533c8cacc5b9dc6659ce8b009ca623fd94c7 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextControllerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextControllerInternal { + public static fromPtr(ptr: KPointer): TextController { + const obj : TextController = new TextController() + obj.peer = new Finalizable(ptr, TextController.getFinalizer()) + return obj + } +} export class TextController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -68,10 +75,3 @@ export class TextController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class TextControllerInternal { - public static fromPtr(ptr: KPointer): TextController { - const obj : TextController = new TextController() - obj.peer = new Finalizable(ptr, TextController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextInputControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextInputControllerMaterialized.ts index 63bf8c749b6d9fd7e3d2dfb109c518786fb070b2..505c42897a19553342e5afa33d4cd278eca7f132 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextInputControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextInputControllerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextInputControllerInternal { + public static fromPtr(ptr: KPointer): TextInputController { + const obj : TextInputController = new TextInputController() + obj.peer = new Finalizable(ptr, TextInputController.getFinalizer()) + return obj + } +} export class TextInputController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class TextInputController extends TextContentControllerBase implements Ma ArkUIGeneratedNativeModule._TextInputController_stopEditing(this.peer!.ptr) } } -export class TextInputControllerInternal { - public static fromPtr(ptr: KPointer): TextInputController { - const obj : TextInputController = new TextInputController() - obj.peer = new Finalizable(ptr, TextInputController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextMenuItemIdMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextMenuItemIdMaterialized.ts index fe0889b1803980525f1f44424a4e7acf2d019696..5ac1b543b41673d1ce088de4dffe31606b2beda6 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextMenuItemIdMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextMenuItemIdMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextMenuItemIdInternal { + public static fromPtr(ptr: KPointer): TextMenuItemId { + const obj : TextMenuItemId = new TextMenuItemId() + obj.peer = new Finalizable(ptr, TextMenuItemId.getFinalizer()) + return obj + } +} export class TextMenuItemId implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -101,10 +108,3 @@ export class TextMenuItemId implements MaterializedBase { return retval } } -export class TextMenuItemIdInternal { - public static fromPtr(ptr: KPointer): TextMenuItemId { - const obj : TextMenuItemId = new TextMenuItemId() - obj.peer = new Finalizable(ptr, TextMenuItemId.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextPickerDialogMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextPickerDialogMaterialized.ts index f609b4a0d39b1790279e9e9dd5a0416a9320e3c1..ad161e1351be6538151fca5dc9bec07c4c2c4153 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextPickerDialogMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextPickerDialogMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextPickerDialogInternal { + public static fromPtr(ptr: KPointer): TextPickerDialog { + const obj : TextPickerDialog = new TextPickerDialog() + obj.peer = new Finalizable(ptr, TextPickerDialog.getFinalizer()) + return obj + } +} export class TextPickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class TextPickerDialog implements MaterializedBase { return retval } } -export class TextPickerDialogInternal { - public static fromPtr(ptr: KPointer): TextPickerDialog { - const obj : TextPickerDialog = new TextPickerDialog() - obj.peer = new Finalizable(ptr, TextPickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextShadowStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextShadowStyleMaterialized.ts index 100712dc4e4cae97e8604e1c01281bebdbb0d2e1..cc263e13f97bb6bfc0fd4cadf1e740549fc4b8ae 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextShadowStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextShadowStyleMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextShadowStyleInternal { + public static fromPtr(ptr: KPointer): TextShadowStyle { + const obj : TextShadowStyle = new TextShadowStyle(undefined) + obj.peer = new Finalizable(ptr, TextShadowStyle.getFinalizer()) + return obj + } +} export class TextShadowStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -66,10 +73,3 @@ export class TextShadowStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._TextShadowStyle_getFinalizer() } } -export class TextShadowStyleInternal { - public static fromPtr(ptr: KPointer): TextShadowStyle { - const obj : TextShadowStyle = new TextShadowStyle(undefined) - obj.peer = new Finalizable(ptr, TextShadowStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextStyleStyledStringMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextStyleStyledStringMaterialized.ts index be7f4de55d4424c355b38f44bd8b952bc88ba5c8..6a22db38aa926ca420c8e13e45f50af76f40c4af 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextStyleStyledStringMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextStyleStyledStringMaterialized.ts @@ -28,6 +28,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextStyle_styled_stringInternal { + public static fromPtr(ptr: KPointer): TextStyle_styled_string { + const obj : TextStyle_styled_string = new TextStyle_styled_string(undefined) + obj.peer = new Finalizable(ptr, TextStyle_styled_string.getFinalizer()) + return obj + } +} export class TextStyle_styled_string implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -97,10 +104,3 @@ export class TextStyle_styled_string implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class TextStyle_styled_stringInternal { - public static fromPtr(ptr: KPointer): TextStyle_styled_string { - const obj : TextStyle_styled_string = new TextStyle_styled_string(undefined) - obj.peer = new Finalizable(ptr, TextStyle_styled_string.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTextTimerControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTextTimerControllerMaterialized.ts index 8ffcb28e90235d1df810573fb44819317a85aac3..ed11b8a96b9065248802e6f1a2ec47db0f8cbceb 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTextTimerControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTextTimerControllerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TextTimerControllerInternal { + public static fromPtr(ptr: KPointer): TextTimerController { + const obj : TextTimerController = new TextTimerController() + obj.peer = new Finalizable(ptr, TextTimerController.getFinalizer()) + return obj + } +} export class TextTimerController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class TextTimerController implements MaterializedBase { return retval } } -export class TextTimerControllerInternal { - public static fromPtr(ptr: KPointer): TextTimerController { - const obj : TextTimerController = new TextTimerController() - obj.peer = new Finalizable(ptr, TextTimerController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTimePickerDialogMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTimePickerDialogMaterialized.ts index 0a72b60175a77842cf4095d8674016e510358875..302dce04b5dfdf1a9f576cf39784bc7747e20b5d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTimePickerDialogMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTimePickerDialogMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TimePickerDialogInternal { + public static fromPtr(ptr: KPointer): TimePickerDialog { + const obj : TimePickerDialog = new TimePickerDialog() + obj.peer = new Finalizable(ptr, TimePickerDialog.getFinalizer()) + return obj + } +} export class TimePickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class TimePickerDialog implements MaterializedBase { return retval } } -export class TimePickerDialogInternal { - public static fromPtr(ptr: KPointer): TimePickerDialog { - const obj : TimePickerDialog = new TimePickerDialog() - obj.peer = new Finalizable(ptr, TimePickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkTransitionEffectMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkTransitionEffectMaterialized.ts index 06926a454512c429e8aa87c8ad9c21920c76b38d..14c534ac5615a48241938ccdf72922ef2b98833d 100644 --- a/arkoala-arkts/arkui/src/generated/ArkTransitionEffectMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkTransitionEffectMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class TransitionEffectInternal { + public static fromPtr(ptr: KPointer): TransitionEffect { + const obj : TransitionEffect = new TransitionEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, TransitionEffect.getFinalizer()) + return obj + } +} export class TransitionEffect implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -168,10 +175,3 @@ export class TransitionEffect implements MaterializedBase { return obj } } -export class TransitionEffectInternal { - public static fromPtr(ptr: KPointer): TransitionEffect { - const obj : TransitionEffect = new TransitionEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, TransitionEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkUnifiedDataMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkUnifiedDataMaterialized.ts index 531d5bf718df8ee05783e65c4574101008ca268d..724ac62e3b9c45364192146ae8ad2b5ba2738e7b 100644 --- a/arkoala-arkts/arkui/src/generated/ArkUnifiedDataMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkUnifiedDataMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class UnifiedDataInternal { + public static fromPtr(ptr: KPointer): UnifiedData { + const obj : UnifiedData = new UnifiedData() + obj.peer = new Finalizable(ptr, UnifiedData.getFinalizer()) + return obj + } +} export class UnifiedData implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class UnifiedData implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class UnifiedDataInternal { - public static fromPtr(ptr: KPointer): UnifiedData { - const obj : UnifiedData = new UnifiedData() - obj.peer = new Finalizable(ptr, UnifiedData.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkUnitsInterfaces.ts b/arkoala-arkts/arkui/src/generated/ArkUnitsInterfaces.ts index 4f53ba5915755e2508b7b95eec1cc0f524a1ec95..a64e218fcd53963bbee60c7c4f658ce9d7b1de22 100644 --- a/arkoala-arkts/arkui/src/generated/ArkUnitsInterfaces.ts +++ b/arkoala-arkts/arkui/src/generated/ArkUnitsInterfaces.ts @@ -189,11 +189,11 @@ export interface TouchPoint { x: Dimension; y: Dimension; } -export interface DirectionalEdgesT { - start: T; - end: T; - top: T; - bottom: T; +export interface DirectionalEdgesT { + start: number; + end: number; + top: number; + bottom: number; } export interface DividerStyleOptions { strokeWidth?: LengthMetrics; diff --git a/arkoala-arkts/arkui/src/generated/ArkUrlStyleMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkUrlStyleMaterialized.ts index 0e97a8fec03086fe5661b690b3aef12c00a04570..03aff3f631df231cf289433e9e7cc8315e37ba5f 100644 --- a/arkoala-arkts/arkui/src/generated/ArkUrlStyleMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkUrlStyleMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class UrlStyleInternal { + public static fromPtr(ptr: KPointer): UrlStyle { + const obj : UrlStyle = new UrlStyle(undefined) + obj.peer = new Finalizable(ptr, UrlStyle.getFinalizer()) + return obj + } +} export class UrlStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -54,10 +61,3 @@ export class UrlStyle implements MaterializedBase { return retval } } -export class UrlStyleInternal { - public static fromPtr(ptr: KPointer): UrlStyle { - const obj : UrlStyle = new UrlStyle(undefined) - obj.peer = new Finalizable(ptr, UrlStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkVideoControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkVideoControllerMaterialized.ts index f3accf5bc53eec96a718dd73b927eacd3ca0129e..69f9625e0955a98ccf08a8488e4d0c2fd07d7f07 100644 --- a/arkoala-arkts/arkui/src/generated/ArkVideoControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkVideoControllerMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class VideoControllerInternal { + public static fromPtr(ptr: KPointer): VideoController { + const obj : VideoController = new VideoController() + obj.peer = new Finalizable(ptr, VideoController.getFinalizer()) + return obj + } +} export class VideoController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -107,10 +114,3 @@ export class VideoController implements MaterializedBase { ArkUIGeneratedNativeModule._VideoController_reset(this.peer!.ptr) } } -export class VideoControllerInternal { - public static fromPtr(ptr: KPointer): VideoController { - const obj : VideoController = new VideoController() - obj.peer = new Finalizable(ptr, VideoController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkViewMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkViewMaterialized.ts index fcac8311384c5fde2cf303363862bf8ba55ed18b..81a7dcdf5db6163a9b2efa9d4598363b74a96231 100644 --- a/arkoala-arkts/arkui/src/generated/ArkViewMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkViewMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class ViewInternal { + public static fromPtr(ptr: KPointer): View { + const obj : View = new View() + obj.peer = new Finalizable(ptr, View.getFinalizer()) + return obj + } +} export class View implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -52,10 +59,3 @@ export class View implements MaterializedBase { return retval } } -export class ViewInternal { - public static fromPtr(ptr: KPointer): View { - const obj : View = new View() - obj.peer = new Finalizable(ptr, View.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWaterFlowSectionsMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWaterFlowSectionsMaterialized.ts index 5abbd5055a04867525cd018cd05ffe407bc72f1d..14a0314151fea29712c9907f08b77d5030ee1605 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWaterFlowSectionsMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWaterFlowSectionsMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WaterFlowSectionsInternal { + public static fromPtr(ptr: KPointer): WaterFlowSections { + const obj : WaterFlowSections = new WaterFlowSections() + obj.peer = new Finalizable(ptr, WaterFlowSections.getFinalizer()) + return obj + } +} export class WaterFlowSections implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -109,10 +116,3 @@ export class WaterFlowSections implements MaterializedBase { return retval } } -export class WaterFlowSectionsInternal { - public static fromPtr(ptr: KPointer): WaterFlowSections { - const obj : WaterFlowSections = new WaterFlowSections() - obj.peer = new Finalizable(ptr, WaterFlowSections.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebContextMenuParamMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebContextMenuParamMaterialized.ts index ab35c30b8752d155f1d29bf83d1a88970e77b5ef..cc75ad5a296621ac8d790135196c9fcc1a2a6cce 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebContextMenuParamMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebContextMenuParamMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebContextMenuParamInternal { + public static fromPtr(ptr: KPointer): WebContextMenuParam { + const obj : WebContextMenuParam = new WebContextMenuParam() + obj.peer = new Finalizable(ptr, WebContextMenuParam.getFinalizer()) + return obj + } +} export class WebContextMenuParam implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -140,10 +147,3 @@ export class WebContextMenuParam implements MaterializedBase { return retval } } -export class WebContextMenuParamInternal { - public static fromPtr(ptr: KPointer): WebContextMenuParam { - const obj : WebContextMenuParam = new WebContextMenuParam() - obj.peer = new Finalizable(ptr, WebContextMenuParam.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebContextMenuResultMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebContextMenuResultMaterialized.ts index 126ac4f1c2e145cdb0afd8f154d7c927f289e0f2..e014d50f96445c02b8b70d6c87c26de2149a1647 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebContextMenuResultMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebContextMenuResultMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebContextMenuResultInternal { + public static fromPtr(ptr: KPointer): WebContextMenuResult { + const obj : WebContextMenuResult = new WebContextMenuResult() + obj.peer = new Finalizable(ptr, WebContextMenuResult.getFinalizer()) + return obj + } +} export class WebContextMenuResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -83,10 +90,3 @@ export class WebContextMenuResult implements MaterializedBase { ArkUIGeneratedNativeModule._WebContextMenuResult_selectAll(this.peer!.ptr) } } -export class WebContextMenuResultInternal { - public static fromPtr(ptr: KPointer): WebContextMenuResult { - const obj : WebContextMenuResult = new WebContextMenuResult() - obj.peer = new Finalizable(ptr, WebContextMenuResult.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebControllerMaterialized.ts index 82b5c51b4336feec6f317e83636538cc3e0cd33c..b742a4c06b85c9f9034d4dc84cc835669b627d2a 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebControllerMaterialized.ts @@ -28,6 +28,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebControllerInternal { + public static fromPtr(ptr: KPointer): WebController { + const obj : WebController = new WebController() + obj.peer = new Finalizable(ptr, WebController.getFinalizer()) + return obj + } +} export class WebController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -260,10 +267,3 @@ export class WebController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class WebControllerInternal { - public static fromPtr(ptr: KPointer): WebController { - const obj : WebController = new WebController() - obj.peer = new Finalizable(ptr, WebController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebCookieMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebCookieMaterialized.ts index 41f99abb7031a8387aa8e3529fb077e56955b731..8cdf3ad006057b1fb9810a1b0c71f29f45738045 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebCookieMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebCookieMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebCookieInternal { + public static fromPtr(ptr: KPointer): WebCookie { + const obj : WebCookie = new WebCookie() + obj.peer = new Finalizable(ptr, WebCookie.getFinalizer()) + return obj + } +} export class WebCookie implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class WebCookie implements MaterializedBase { return retval } } -export class WebCookieInternal { - public static fromPtr(ptr: KPointer): WebCookie { - const obj : WebCookie = new WebCookie() - obj.peer = new Finalizable(ptr, WebCookie.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebKeyboardControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebKeyboardControllerMaterialized.ts index 53edef511d7dd6c7076a1f738f2e9c25131d58a1..7a7c7c2a945c569efa5dddef0c855c37c30c1ba4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebKeyboardControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebKeyboardControllerMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebKeyboardControllerInternal { + public static fromPtr(ptr: KPointer): WebKeyboardController { + const obj : WebKeyboardController = new WebKeyboardController() + obj.peer = new Finalizable(ptr, WebKeyboardController.getFinalizer()) + return obj + } +} export class WebKeyboardController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -80,10 +87,3 @@ export class WebKeyboardController implements MaterializedBase { ArkUIGeneratedNativeModule._WebKeyboardController_close(this.peer!.ptr) } } -export class WebKeyboardControllerInternal { - public static fromPtr(ptr: KPointer): WebKeyboardController { - const obj : WebKeyboardController = new WebKeyboardController() - obj.peer = new Finalizable(ptr, WebKeyboardController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebResourceErrorMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebResourceErrorMaterialized.ts index 07a3061b7ea030a6cddb08e0ab41c9126e0f3f6a..0e923a38a043ebaa4c09bbb10ea0c73d31d916b4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebResourceErrorMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebResourceErrorMaterialized.ts @@ -24,6 +24,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebResourceErrorInternal { + public static fromPtr(ptr: KPointer): WebResourceError { + const obj : WebResourceError = new WebResourceError() + obj.peer = new Finalizable(ptr, WebResourceError.getFinalizer()) + return obj + } +} export class WebResourceError implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class WebResourceError implements MaterializedBase { return retval } } -export class WebResourceErrorInternal { - public static fromPtr(ptr: KPointer): WebResourceError { - const obj : WebResourceError = new WebResourceError() - obj.peer = new Finalizable(ptr, WebResourceError.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebResourceRequestMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebResourceRequestMaterialized.ts index 913f2c978d92fec763aa2518132fa7db427e828d..28a9f8ae19cf49727db0793c0084bbe614ae15d4 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebResourceRequestMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebResourceRequestMaterialized.ts @@ -25,6 +25,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebResourceRequestInternal { + public static fromPtr(ptr: KPointer): WebResourceRequest { + const obj : WebResourceRequest = new WebResourceRequest() + obj.peer = new Finalizable(ptr, WebResourceRequest.getFinalizer()) + return obj + } +} export class WebResourceRequest implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -84,10 +91,3 @@ export class WebResourceRequest implements MaterializedBase { return retval } } -export class WebResourceRequestInternal { - public static fromPtr(ptr: KPointer): WebResourceRequest { - const obj : WebResourceRequest = new WebResourceRequest() - obj.peer = new Finalizable(ptr, WebResourceRequest.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebResourceResponseMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebResourceResponseMaterialized.ts index 90ea91aaeb64844e090eb1e02d3d0cf4d23489b5..af4d943f8ce244ac87b169a6ada9236919135063 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebResourceResponseMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebResourceResponseMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebResourceResponseInternal { + public static fromPtr(ptr: KPointer): WebResourceResponse { + const obj : WebResourceResponse = new WebResourceResponse() + obj.peer = new Finalizable(ptr, WebResourceResponse.getFinalizer()) + return obj + } +} export class WebResourceResponse implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -186,10 +193,3 @@ export class WebResourceResponse implements MaterializedBase { return retval } } -export class WebResourceResponseInternal { - public static fromPtr(ptr: KPointer): WebResourceResponse { - const obj : WebResourceResponse = new WebResourceResponse() - obj.peer = new Finalizable(ptr, WebResourceResponse.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkWebviewControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkWebviewControllerMaterialized.ts index f2bd86a417e83cf7602e1c5c8c16f06314c5e8f1..6fc2f29dd3146020165a75a5012683a84227ec57 100644 --- a/arkoala-arkts/arkui/src/generated/ArkWebviewControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkWebviewControllerMaterialized.ts @@ -26,6 +26,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class WebviewControllerInternal { + public static fromPtr(ptr: KPointer): WebviewController { + const obj : WebviewController = new WebviewController() + obj.peer = new Finalizable(ptr, WebviewController.getFinalizer()) + return obj + } +} export class WebviewController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -87,10 +94,3 @@ export class WebviewController implements MaterializedBase { thisSerializer.release() } } -export class WebviewControllerInternal { - public static fromPtr(ptr: KPointer): WebviewController { - const obj : WebviewController = new WebviewController() - obj.peer = new Finalizable(ptr, WebviewController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/ArkXComponentControllerMaterialized.ts b/arkoala-arkts/arkui/src/generated/ArkXComponentControllerMaterialized.ts index c75d2bb3ea8f7551774eeee329a0b0f6dafb71cc..91cd4cf5b36985d575acc6c66f3207abd48d4915 100644 --- a/arkoala-arkts/arkui/src/generated/ArkXComponentControllerMaterialized.ts +++ b/arkoala-arkts/arkui/src/generated/ArkXComponentControllerMaterialized.ts @@ -27,6 +27,13 @@ import { unsafeCast } from "./shared/generated-utils" import { CallbackKind } from "./peers/CallbackKind" import { int32, float32 } from "@koalaui/common" import { CallbackTransformer } from "./peers/CallbackTransformer" +export class XComponentControllerInternal { + public static fromPtr(ptr: KPointer): XComponentController { + const obj : XComponentController = new XComponentController() + obj.peer = new Finalizable(ptr, XComponentController.getFinalizer()) + return obj + } +} export class XComponentController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -155,10 +162,3 @@ export class XComponentController implements MaterializedBase { ArkUIGeneratedNativeModule._XComponentController_stopImageAnalyzer(this.peer!.ptr) } } -export class XComponentControllerInternal { - public static fromPtr(ptr: KPointer): XComponentController { - const obj : XComponentController = new XComponentController() - obj.peer = new Finalizable(ptr, XComponentController.getFinalizer()) - return obj - } -} diff --git a/arkoala-arkts/arkui/src/generated/peers/Deserializer.ts b/arkoala-arkts/arkui/src/generated/peers/Deserializer.ts index 3817de40688129da613262962e8efa8c1f8b9b14..d142871553e2688be2d3b5167666a3381a10d277 100644 --- a/arkoala-arkts/arkui/src/generated/peers/Deserializer.ts +++ b/arkoala-arkts/arkui/src/generated/peers/Deserializer.ts @@ -22,48 +22,48 @@ import { CallbackKind } from "./CallbackKind" import { TypeChecker } from "#components" import { KUint8ArrayPtr, NativeBuffer, InteropNativeModule } from "@koalaui/interop" import { CallbackTransformer } from "./CallbackTransformer" -import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, ShadowType, SymbolGlyphModifier, ShadowOptions, SheetSize, ShadowStyle, ComponentContent, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, MenuPreviewMode, DismissPopupAction, DragPreviewMode, OutlineStyle, SourceTool, SourceType, EventTarget, HoverModeAreaType, BlurStyle, Rectangle, PickerTextStyle, PickerDialogButtonStyle, MenuPolicy, BlurStyleActivePolicy, BlurOptions, AdaptiveColor, ThemeColorMode, ExpectedFrameRateRange, FinishCallbackType, SheetKeyboardAvoidMode, UIContext, SheetType, ScrollSizeMode, SheetMode, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ModalTransition, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, TransitionHierarchyStrategy, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, DrawContext, RectResult, TouchObject, HistoricalPoint, NestedScrollOptions, InputCounterOptions, SelectionOptions, BackgroundBlurStyleOptions, BlurStyleOptions, EdgeEffectOptions, KeyboardAvoidMode, UIGestureEvent, VisibleAreaEventOptions, FadingEdgeOptions, RectShape, ContentClipMode, DismissReason, SheetOptions, BindOptions, ContentCoverOptions, ContextMenuOptions, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, BlendApplyType, Blender, BlendMode, OverlayOptions, DragInteractionOptions, DragPreviewOptions, ChainStyle, sharedTransitionOptions, EffectType, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, RepeatMode, TouchTestStrategy, IntentionCode, DragResult, DragBehavior, LightSource, TouchResult, CommonMethod, TextDecorationOptions, ItemDragInfo, MultiShadowOptions, CaretOffset, MeasureResult, MenuElement, BackgroundBrightnessOptions, PixelStretchEffectOptions, StateStyles, PreDragStatus, UniformDataType, LocalizedAlignRuleOptions, AlignRuleOption, MotionBlurOptions, BorderImageOption, Filter, VisualEffect, ForegroundEffectOptions, BackgroundEffectOptions, PixelRoundPolicy, TouchTestInfo, Summary, LayoutSafeAreaEdge, LayoutSafeAreaType, SafeAreaEdge, SafeAreaType, PointLightStyle } from "./../ArkCommonInterfaces" +import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, ShadowType, SymbolGlyphModifier, ShadowOptions, SheetSize, ShadowStyle, ComponentContent, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, MenuPreviewMode, DismissPopupAction, DragPreviewMode, OutlineStyle, SourceTool, SourceType, EventTarget, HoverModeAreaType, BlurStyle, Rectangle, PickerTextStyle, PickerDialogButtonStyle, MenuPolicy, BlurStyleActivePolicy, BlurOptions, AdaptiveColor, ThemeColorMode, ExpectedFrameRateRange, FinishCallbackType, SheetKeyboardAvoidMode, UIContext, SheetType, ScrollSizeMode, SheetMode, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ModalTransition, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, TransitionHierarchyStrategy, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, DrawContext, ScrollableCommonMethod, NestedScrollOptions, RectResult, CommonMethod, TouchObject, HistoricalPoint, TextDecorationOptions, InputCounterOptions, SelectionOptions, BackgroundEffectOptions, BackgroundBlurStyleOptions, BlurStyleOptions, ContentModifier, EdgeEffectOptions, LayoutSafeAreaType, LayoutSafeAreaEdge, ItemDragInfo, KeyboardAvoidMode, Context, UIGestureEvent, VisibleAreaEventOptions, FadingEdgeOptions, RectShape, ContentClipMode, CaretOffset, MeasureResult, SizeResult, DismissReason, SheetOptions, BindOptions, ContentCoverOptions, ContextMenuOptions, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, BlendApplyType, Blender, BlendMode, OverlayOptions, DragInteractionOptions, DragPreviewOptions, ChainStyle, sharedTransitionOptions, EffectType, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, RepeatMode, TouchTestStrategy, IntentionCode, DragResult, Summary, DragBehavior, LightSource, TouchResult, MultiShadowOptions, MenuElement, BackgroundBrightnessOptions, PixelStretchEffectOptions, StateStyles, PreDragStatus, UniformDataType, LocalizedAlignRuleOptions, AlignRuleOption, MotionBlurOptions, BorderImageOption, Filter, VisualEffect, ForegroundEffectOptions, PixelRoundPolicy, TouchTestInfo, SafeAreaEdge, SafeAreaType, PointLightStyle } from "./../ArkCommonInterfaces" import { ButtonTriggerClickCallback, ButtonRole, ButtonStyleMode, ButtonType, LabelStyle, ControlSize, ButtonOptions } from "./../ArkButtonInterfaces" import { Callback_Extender_OnFinish, Callback_Extender_OnProgress, DoubleAnimationParam } from "./../ArkAnimationExtenderInterfaces" import { Callback_RangeUpdate, PointerStyle } from "./../ArkArkuiCustomInterfaces" -import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAutoFill, ArrowStyle, SwiperContentAnimatedTransition, SwiperAnimationEvent, SwiperNestedScrollMode, SwiperDisplayMode } from "./../ArkSwiperInterfaces" -import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, MenuType, TextRange, StyledStringChangeValue, TextMenuItem, FontSettingOptions, TextDeleteDirection, StyledStringChangedListener, PositionWithAffinity, LineMetrics, TextBox, PreviewText, DeleteValue, InsertValue, CaretStyle, TextDataDetectorType, TextDataDetectorConfig } from "./../ArkTextCommonInterfaces" -import { GetItemMainSizeByIndex, WaterFlowLayoutMode, SectionOptions, WaterFlowOptions } from "./../ArkWaterFlowInterfaces" +import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAttribute, SwiperDisplayMode, SwiperNestedScrollMode, SwiperContentAnimatedTransition, ArrowStyle, SwiperAutoFill, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" +import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, MenuType, Affinity, TextRange, StyledStringChangeValue, CaretStyle, InsertValue, DeleteValue, TextMenuItem, LineMetrics, PositionWithAffinity, PreviewText, TextBox, TextDataDetectorConfig, FontSettingOptions, TextDeleteDirection, StyledStringChangedListener, TextDataDetectorType } from "./../ArkTextCommonInterfaces" +import { GetItemMainSizeByIndex, WaterFlowAttribute, WaterFlowLayoutMode, SectionOptions, WaterFlowOptions } from "./../ArkWaterFlowInterfaces" import { ImageCompleteCallback, ImageLoadResult } from "./../ArkImageSpanInterfaces" import { ImageErrorCallback, DrawableDescriptor, DrawingColorFilter, ImageContent, DrawingLattice, ResolutionQuality, ImageError, ImageSourceSize, ImageInterpolation, DynamicRangeMode, ImageRenderMode, ResizableOptions } from "./../ArkImageInterfaces" -import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavigationOptions, NavigationInterception, NavigationMode, NavBar, NavigationOperation, LaunchMode, BarStyle, NavigationAnimatedTransition, NavContentInfo, NavigationToolbarOptions, ToolbarItemStatus, NavigationTitleOptions, SystemBarStyle, NavigationTitleMode, NavBarPosition, ToolbarItem, NavigationMenuItem } from "./../ArkNavigationInterfaces" +import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavigationOptions, NavigationInterception, NavigationMode, NavBar, NavigationOperation, LaunchMode, BarStyle, NavigationAnimatedTransition, NavContentInfo, NavigationMenuItem, SystemBarStyle, NavigationTitleOptions, ToolbarItem, NavigationToolbarOptions, ToolbarItemStatus, NavigationTitleMode, NavBarPosition } from "./../ArkNavigationInterfaces" import { IsolatedComponentInterface, RestrictedWorker, IsolatedOptions, IsolatedComponentAttribute, ErrorCallback } from "./../ArkIsolatedComponentInterfaces" -import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, PlaceholderStyle, RichEditorResponseType, RichEditorSpanType, RichEditorDeleteDirection, RichEditorSpanStyleOptions, PasteEvent, RichEditorStyledStringOptions, RichEditorOptions, CopyEvent, CutEvent, RichEditorChangeValue, RichEditorDeleteValue, RichEditorInsertValue } from "./../ArkRichEditorInterfaces" +import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, PasteEvent, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorAttribute, RichEditorInsertValue, RichEditorDeleteValue, RichEditorChangeValue, CutEvent, CopyEvent, RichEditorSpanType, RichEditorResponseType, PlaceholderStyle, RichEditorDeleteDirection, RichEditorSpanStyleOptions, RichEditorStyledStringOptions, RichEditorOptions } from "./../ArkRichEditorInterfaces" import { NavExtender_OnUpdateStack } from "./../ArkNavigationExtenderInterfaces" -import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebCaptureMode, SelectionMenuOptionsExt, WebResponseType, WebElementType, RenderProcessNotRespondingReason, NativeEmbedInfo, NativeEmbedStatus, NestedScrollOptionsExt, WebNavigationType, SslError, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, FileSelectorMode, RenderExitReason, MessageLevel, RenderMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, ExpandedMenuItemOptions, RenderProcessNotRespondingData, NativeMediaPlayerConfig, NativeEmbedTouchInfo, NativeEmbedVisibilityInfo, NativeEmbedDataInfo, ScriptItem, IntelligentTrackingPreventionDetails, LoadCommittedDetails, ThreatType, OnOverScrollEvent, OnLoadInterceptEvent, LargestContentfulPaint, FirstMeaningfulPaint, OnFirstContentfulPaintEvent, OnAudioStateChangedEvent, OnDataResubmittedEvent, OnPageVisibleEvent, OnFaviconReceivedEvent, OnTouchIconUrlReceivedEvent, OnWindowNewEvent, OnClientAuthenticationEvent, SslErrorEvent, OnSslErrorEventReceiveEvent, OnScrollEvent, OnSearchResultReceiveEvent, OnContextMenuShowEvent, OnScreenCaptureRequestEvent, OnPermissionRequestEvent, OnInterceptRequestEvent, OnHttpAuthRequestEvent, OnScaleChangeEvent, FullScreenEnterEvent, OnResourceLoadEvent, OnShowFileSelectorEvent, OnRenderExitedEvent, OnRefreshAccessedHistoryEvent, OnDownloadStartEvent, OnHttpErrorReceiveEvent, OnErrorReceiveEvent, OnConsoleEvent, OnPromptEvent, OnConfirmEvent, OnBeforeUnloadEvent, OnAlertEvent, OnGeolocationShowEvent, OnTitleReceiveEvent, OnProgressChangeEvent, OnPageBeginEvent, OnPageEndEvent, WebMediaOptions, JavaScriptProxy, WebKeyboardAvoidMode, WebOptions, ContextMenuEditStateFlags, ProtectedResourceType, WebLayoutMode, WebDarkMode, OverScrollMode, CacheMode, MixedMode } from "./../ArkWebInterfaces" -import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" +import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebCaptureMode, WebAttribute, MixedMode, JavaScriptProxy, CacheMode, WebDarkMode, WebMediaOptions, OverScrollMode, OnPageEndEvent, OnPageBeginEvent, OnProgressChangeEvent, OnTitleReceiveEvent, OnGeolocationShowEvent, OnAlertEvent, OnBeforeUnloadEvent, OnConfirmEvent, OnPromptEvent, OnConsoleEvent, OnErrorReceiveEvent, OnHttpErrorReceiveEvent, OnDownloadStartEvent, OnRefreshAccessedHistoryEvent, OnRenderExitedEvent, OnShowFileSelectorEvent, OnResourceLoadEvent, OnScaleChangeEvent, OnHttpAuthRequestEvent, OnInterceptRequestEvent, OnPermissionRequestEvent, OnScreenCaptureRequestEvent, OnContextMenuShowEvent, OnSearchResultReceiveEvent, OnScrollEvent, OnSslErrorEventReceiveEvent, OnClientAuthenticationEvent, OnWindowNewEvent, OnTouchIconUrlReceivedEvent, OnFaviconReceivedEvent, OnPageVisibleEvent, OnDataResubmittedEvent, OnAudioStateChangedEvent, OnFirstContentfulPaintEvent, OnLoadInterceptEvent, OnOverScrollEvent, ScriptItem, WebLayoutMode, NestedScrollOptionsExt, NativeEmbedDataInfo, NativeEmbedTouchInfo, NativeMediaPlayerConfig, ExpandedMenuItemOptions, WebKeyboardAvoidMode, WebElementType, WebResponseType, SelectionMenuOptionsExt, RenderProcessNotRespondingReason, NativeEmbedInfo, NativeEmbedStatus, WebNavigationType, SslError, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, FileSelectorMode, RenderExitReason, MessageLevel, RenderMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, RenderProcessNotRespondingData, NativeEmbedVisibilityInfo, IntelligentTrackingPreventionDetails, LoadCommittedDetails, ThreatType, LargestContentfulPaint, FirstMeaningfulPaint, SslErrorEvent, FullScreenEnterEvent, WebOptions, ContextMenuEditStateFlags, ProtectedResourceType } from "./../ArkWebInterfaces" +import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerAttribute, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" import { OnCheckboxChangeCallback, CheckboxOptions } from "./../ArkCheckboxInterfaces" import { OnCheckboxGroupChangeCallback, SelectStatus, CheckboxGroupResult, CheckboxGroupOptions } from "./../ArkCheckboxgroupInterfaces" -import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, UnderlineColor, TextInputStyle, PasswordIcon, EnterKeyType, TextInputOptions, InputType } from "./../ArkTextInputInterfaces" +import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, TextInputAttribute, InputType, EnterKeyType, TextInputStyle, PasswordIcon, UnderlineColor, TextInputOptions } from "./../ArkTextInputInterfaces" import { OnFoldStatusChangeCallback, OnHoverStatusChangeCallback, WindowStatusType, HoverEventParam, OnFoldStatusChangeInfo, FolderStackOptions } from "./../ArkFolderStackInterfaces" import { OnLinearIndicatorChangeCallback, LinearIndicatorStyle, LinearIndicatorStartOptions } from "./../ArkLinearindicatorInterfaces" import { OnNativeLoadCallback, SurfaceRect, SurfaceRotationOptions, XComponentOptions } from "./../ArkXcomponentInterfaces" -import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, OnScrollFrameBeginHandlerResult, OffsetOptions, ScrollSnapOptions, ScrollDirection } from "./../ArkScrollInterfaces" -import { OnScrollVisibleContentChangeCallback, ScrollSnapAlign, ScrollState, ListDividerOptions, ListItemGroupArea, ChainEdgeEffect, CloseSwipeActionOptions, VisibleListContentInfo, ChainAnimationOptions, ListOptions, StickyStyle, ListItemAlign } from "./../ArkListInterfaces" -import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, LayoutStyle, DividerStyle, ScrollableBarModeOptions, BarMode, TabContentAnimatedTransition, AnimationMode, BarPosition, BarGridColumnOptions, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" +import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, ScrollAttribute, ScrollDirection, ScrollSnapOptions, OffsetOptions, OnScrollFrameBeginHandlerResult } from "./../ArkScrollInterfaces" +import { OnScrollVisibleContentChangeCallback, ListItemGroupArea, ScrollState, ScrollSnapAlign, ListDividerOptions, ListAttribute, ListItemAlign, ChainAnimationOptions, StickyStyle, ChainEdgeEffect, VisibleListContentInfo, CloseSwipeActionOptions, ListOptions } from "./../ArkListInterfaces" +import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, LayoutStyle, DividerStyle, TabsAttribute, BarPosition, BarMode, AnimationMode, BarGridColumnOptions, ScrollableBarModeOptions, TabContentAnimatedTransition, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" import { PageTransitionCallback, RouteType, SlideEffect } from "./../ArkPageTransitionInterfaces" import { PluginErrorCallback, PluginComponentTemplate, PluginErrorData, PluginComponentOptions } from "./../ArkPluginComponentInterfaces" -import { SearchSubmitCallback, CancelButtonStyle, IconOptions, SearchButtonOptions, CancelButtonSymbolOptions, CancelButtonOptions, SearchOptions, SearchType } from "./../ArkSearchInterfaces" -import { SliderTriggerChangeCallback, SliderBlockType, SliderStyle, SliderChangeMode, SlideRange, SliderBlockStyle, SliderOptions, SliderInteraction } from "./../ArkSliderInterfaces" -import { TextAreaSubmitCallback, ContentType, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" -import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, ColorMetrics, SizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, LengthMetricsUnit, ConstraintSizeOptions, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, DirectionalEdgesT, OutlineOptions, EdgeOutlineWidths, OutlineRadiuses, EdgeOutlineStyles, BorderOptions, ChainWeightOptions, MarkStyle } from "./../ArkUnitsInterfaces" +import { SearchSubmitCallback, CancelButtonStyle, IconOptions, CancelButtonOptions, CancelButtonSymbolOptions, SearchAttribute, SearchType, SearchButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" +import { SliderTriggerChangeCallback, SliderAttribute, SliderChangeMode, SliderBlockStyle, SliderInteraction, SliderConfiguration, SlideRange, SliderBlockType, SliderStyle, SliderOptions } from "./../ArkSliderInterfaces" +import { TextAreaSubmitCallback, ContentType, TextAreaAttribute, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" +import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, ColorMetrics, SizeOptions, ConstraintSizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, LengthMetricsUnit, LengthConstrain, DirectionalEdgesT, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, OutlineOptions, EdgeOutlineWidths, OutlineRadiuses, EdgeOutlineStyles, BorderOptions, ChainWeightOptions, MarkStyle } from "./../ArkUnitsInterfaces" import { WithThemeInterface, CustomTheme, WithThemeOptions, WithThemeAttribute } from "./../ArkWithThemeInterfaces" import { Resource } from "./../ArkResourceInterfaces" -import { ColoringStrategy, Color, FontWeight, Curve, FontStyle, TextDecorationStyle, TextDecorationType, BorderStyle, TextHeightAdaptivePolicy, TextOverflow, ImageFit, ImageSpanAlignment, LineBreakStrategy, WordBreak, TextAlign, TitleHeight, GradientDirection, DialogButtonStyle, TouchType, NestedScrollMode, VerticalAlign, Axis, PlayMode, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, Edge, XComponentType, TextContentStyle, EdgeEffect, OptionWidthMode, BarState, ScrollSource, ResponseType, AppRotation, FoldStatus, FlexAlign, ItemAlign, FlexWrap, FlexDirection, FunctionKey, ImageRepeat, ImageSize, PixelRoundCalcPolicy, KeySource, KeyType, AccessibilityHoverType, MouseAction, MouseButton, IlluminatedType, HitTestMode, HeightBreakpoint, WidthBreakpoint, TextSelectableMode, MarqueeUpdateStrategy, EllipsisMode, CopyOptions, TextCase, RelateType, Week, EmbeddedType, LineJoinStyle, LineCapStyle, ModifierKey, RenderFit, ObscuredReasons, Direction, Visibility, HoverEffect, CheckBoxShape, FillMode, AnimationStatus } from "./../ArkEnumsInterfaces" +import { ColoringStrategy, Color, FontWeight, Curve, FontStyle, TextDecorationStyle, TextDecorationType, BorderStyle, TextHeightAdaptivePolicy, TextOverflow, ImageFit, ImageSpanAlignment, LineBreakStrategy, WordBreak, TextAlign, TitleHeight, GradientDirection, DialogButtonStyle, TouchType, NestedScrollMode, VerticalAlign, Axis, PlayMode, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, FlexDirection, Edge, XComponentType, CopyOptions, TextContentStyle, BarState, TextCase, EllipsisMode, TextSelectableMode, EdgeEffect, LineCapStyle, LineJoinStyle, OptionWidthMode, ScrollSource, ResponseType, AppRotation, FoldStatus, FlexAlign, ItemAlign, FlexWrap, FunctionKey, ImageRepeat, ImageSize, PixelRoundCalcPolicy, KeySource, KeyType, AccessibilityHoverType, MouseAction, MouseButton, IlluminatedType, HitTestMode, HeightBreakpoint, WidthBreakpoint, MarqueeUpdateStrategy, RelateType, Week, EmbeddedType, ModifierKey, RenderFit, ObscuredReasons, Direction, Visibility, HoverEffect, CheckBoxShape, FillMode, AnimationStatus } from "./../ArkEnumsInterfaces" import { LengthUnit, WebHeader, TextModifier, Want, RectHeightStyle, RectWidthStyle, PerfMonitorSourceType, PerfMonitorActionType, SnapshotOptions, NodeController } from "./../ArkArkuiExternalInterfaces" import { ICurve, ICurveInternal } from "./../ArkICurveMaterialized" import { PixelMap, PixelMapInternal } from "./../ArkPixelMapMaterialized" import { LengthMetrics, LengthMetricsInternal } from "./../ArkLengthMetricsMaterialized" -import { Tuple_Dimension_Dimension, Callback_GestureEvent_Void, Callback_ClickEvent_Void, Callback_PopInfo_Void, Callback_SwipeActionState_Void, Callback_Void, CustomNodeBuilder, Callback_DismissPopupAction_Void, Callback_NavigationTransitionProxy_Void, Callback_Boolean_Void, Literal_String_script_Callback_String_Void_callback_, Callback_String_Void, Literal_String_baseUrl_data_encoding_historyUrl_mimeType, Literal_Union_String_Resource_url_Array_Header_headers, Literal_Object_object__String_name_Array_String_methodList, Callback_TimePickerResult_Void, Callback_TextPickerResult_Void, Tuple_Number_Number, Callback_TabContentTransitionProxy_Void, Callback_StyledStringChangeValue_Boolean, Callback_Date_Void, Callback_DatePickerResult_Void, Callback_SheetType_Void, Callback_Number_Void, Callback_SpringBackAction_Void, Callback_DismissSheetAction_Void, Callback_SheetDismiss_Void, Callback_DismissContentCoverAction_Void, Callback_Literal_Boolean_isVisible_Void, Literal_Boolean_isVisible, Literal_Number_angle_fingers, Literal_Number_fingers_speed_SwipeDirection_direction, Literal_Number_distance_fingers, Literal_Number_distance_fingers_PanDirection_direction, Literal_Number_duration_fingers_Boolean_repeat, Tuple_ResourceColor_Number, Callback_DismissDialogAction_Void, Callback_UIExtensionProxy_Void, Literal_Boolean_next_Axis_direction, Literal_Number_surfaceHeight_surfaceWidth, Callback_Literal_String_plainText_Void, Literal_String_plainText, Callback_Union_String_Array_String_Void, Callback_Union_Number_Array_Number_Void, Callback_ResourceStr_Void, Callback_SwiperContentTransitionProxy_Void, Callback_Union_Number_Resource_Void, Callback_PanelMode_Void, Callback_Number_Tuple_Number_Number_Number_Number, Tuple_Number_Number_Number_Number, Callback_Number_Tuple_Number_Number, Callback_MouseEvent_Void, Callback_KeyEvent_Void, Callback_TouchEvent_Void, Type_SheetOptions_detents, Literal_ResourceColor_color, Literal_String_value_Callback_Void_action, Literal_Number_day_month_year, AsyncCallback_image_PixelMap_Void, Type_NavigationAttribute_customNavContentTransition_delegate, Callback_WithThemeAttribute_Void, Callback_WebResourceResponse_Void, Callback_WebKeyboardOptions_Void, Callback_Union_CustomBuilder_DragItemInfo_Void, Callback_Tuple_Number_Number_Void, Callback_Tuple_Number_Number_Number_Number_Void, Callback_TouchResult_Void, Callback_String_Unknown_Void, Callback_Pointer_Void, Callback_Opt_TabContentAnimatedTransition_Void, Callback_Opt_StyledString_Opt_Array_String_Void, Callback_Opt_NavigationAnimatedTransition_Void, Callback_Opt_Array_String_Void, Callback_OnScrollFrameBeginHandlerResult_Void, Callback_OffsetResult_Void, Callback_NavigationTitleMode_Void, Callback_NavigationMode_Void, Callback_Literal_Number_offsetRemain_Void, Literal_Number_offsetRemain, Callback_IsolatedComponentAttribute_Void, Callback_HitTestMode_Void, Callback_GestureRecognizer_Void, Callback_GestureJudgeResult_Void, Callback_CustomBuilder_Void, Callback_ComputedBarAttribute_Void, Callback_Array_String_Void, Callback_Literal_Number_code_Want_want_Void, Literal_Number_code_Want_want, Callback_NativeEmbedTouchInfo_Void, Callback_NativeEmbedDataInfo_Void, Callback_OnOverScrollEvent_Void, Callback_OnLoadInterceptEvent_Boolean, Callback_OnFirstContentfulPaintEvent_Void, Callback_OnAudioStateChangedEvent_Void, Callback_OnDataResubmittedEvent_Void, Callback_OnPageVisibleEvent_Void, Callback_OnFaviconReceivedEvent_Void, Callback_OnTouchIconUrlReceivedEvent_Void, Callback_OnWindowNewEvent_Void, Callback_OnClientAuthenticationEvent_Void, Callback_OnSslErrorEventReceiveEvent_Void, Callback_OnScrollEvent_Void, Callback_OnSearchResultReceiveEvent_Void, Callback_OnContextMenuShowEvent_Boolean, Callback_OnScreenCaptureRequestEvent_Void, Callback_OnPermissionRequestEvent_Void, Callback_OnInterceptRequestEvent_WebResourceResponse, Callback_OnHttpAuthRequestEvent_Boolean, Callback_OnScaleChangeEvent_Void, Callback_OnResourceLoadEvent_Void, Type_WebAttribute_onFileSelectorShow_callback, Literal_Function_callback__Object_fileSelector, Callback_Literal_Object_detail_Boolean, Literal_Object_detail, Callback_OnShowFileSelectorEvent_Boolean, Callback_OnRenderExitedEvent_Void, Callback_Literal_Function_handler_Object_error_Void, Literal_Function_handler_Object_error, Type_WebAttribute_onUrlLoadIntercept_callback, Literal_Union_String_WebResourceRequest_data, Callback_OnRefreshAccessedHistoryEvent_Void, Callback_OnDownloadStartEvent_Void, Callback_OnHttpErrorReceiveEvent_Void, Callback_OnErrorReceiveEvent_Void, Callback_OnConsoleEvent_Boolean, Callback_OnPromptEvent_Boolean, Callback_OnConfirmEvent_Boolean, Callback_OnBeforeUnloadEvent_Boolean, Callback_OnAlertEvent_Boolean, Callback_OnGeolocationShowEvent_Void, Callback_OnTitleReceiveEvent_Void, Callback_OnProgressChangeEvent_Void, Callback_OnPageBeginEvent_Void, Callback_OnPageEndEvent_Void, Callback_PlaybackInfo_Void, Callback_PreparedInfo_Void, Callback_FullscreenInfo_Void, Type_TextPickerAttribute_onChange_callback, Callback_String_Number_Void, Callback_String_PasteEvent_Void, Callback_EnterKeyType_Void, Callback_Number_SliderChangeMode_Void, Callback_Number_String_Void, Callback_DeleteValue_Void, Callback_DeleteValue_Boolean, Callback_InsertValue_Void, Callback_InsertValue_Boolean, Callback_ClickEvent_SaveButtonOnClickResult_Void, Callback_CopyEvent_Void, Callback_CutEvent_Void, Callback_RichEditorChangeValue_Boolean, Callback_RichEditorDeleteValue_Boolean, Callback_TextRange_Void, Callback_RichEditorTextSpanResult_Void, Callback_RichEditorInsertValue_Boolean, Callback_RichEditorRange_Void, Callback_RichEditorSelection_Void, Callback_RefreshStatus_Void, Callback_Array_Number_Void, Callback_ClickEvent_PasteButtonOnClickResult_Void, Callback_Number_Number_PanelMode_Void, Callback_NavDestinationContext_Void, Callback_Boolean, Callback_ClickEvent_LocationButtonOnClickResult_Void, Callback_Number_Number_Boolean, Callback_Number_Boolean, Callback_Number_Number_Number_Void, Callback_Type_ImageAttribute_onComplete_callback_event_Void, Type_ImageAttribute_onComplete_callback_event, Callback_Number_ScrollState_Literal_Number_offsetRemain, Callback_ItemDragInfo_Number_Number_Boolean_Void, Callback_ItemDragInfo_Number_Void, Callback_ItemDragInfo_Number_Number_Void, Callback_ItemDragInfo_Void, Callback_ItemDragInfo_Number_CustomBuilder, Callback_Number_Number_ComputedBarAttribute, Callback_Any_Void, Callback_Literal_Number_errcode_String_msg_Void, Literal_Number_errcode_String_msg, Callback_FormCallbackInfo_Void, Callback_TerminationInfo_Void, Callback_Number_Number_Void, Callback_TouchEvent_HitTestMode, Callback_GestureInfo_BaseGestureEvent_GestureJudgeResult, Callback_PreDragStatus_Void, Callback_DragEvent_String_Void, Callback_DragEvent_String_Union_CustomBuilder_DragItemInfo, Literal_String_anchor_HorizontalAlign_align, Literal_String_anchor_VerticalAlign_align, Callback_Area_Area_Void, Callback_KeyEvent_Boolean, Callback_Boolean_HoverEvent_Void, Callback_Array_TouchTestInfo_TouchResult, Callback_CalendarRequestedData_Void, Callback_CalendarSelectedDate_Void } from "./../SyntheticDeclarations" +import { Tuple_Dimension_Dimension, Callback_GestureEvent_Void, Callback_ClickEvent_Void, Callback_PopInfo_Void, Callback_SwipeActionState_Void, Callback_Void, CustomNodeBuilder, Callback_DismissPopupAction_Void, Callback_NavigationTransitionProxy_Void, Callback_Boolean_Void, Literal_String_script_Callback_String_Void_callback_, Callback_String_Void, Literal_String_baseUrl_data_encoding_historyUrl_mimeType, Literal_Union_String_Resource_url_Array_Header_headers, Literal_Object_object__String_name_Array_String_methodList, Callback_TimePickerResult_Void, Callback_TextPickerResult_Void, Tuple_Number_Number, Callback_TabContentTransitionProxy_Void, Callback_StyledStringChangeValue_Boolean, Callback_Date_Void, Callback_DatePickerResult_Void, Callback_SheetType_Void, Callback_Number_Void, Callback_SpringBackAction_Void, Callback_DismissSheetAction_Void, Callback_SheetDismiss_Void, Callback_DismissContentCoverAction_Void, Callback_Literal_Boolean_isVisible_Void, Literal_Boolean_isVisible, Literal_Number_angle_fingers, Literal_Number_fingers_speed_SwipeDirection_direction, Literal_Number_distance_fingers, Literal_Number_distance_fingers_PanDirection_direction, Literal_Number_duration_fingers_Boolean_repeat, Tuple_ResourceColor_Number, Callback_DismissDialogAction_Void, Callback_UIExtensionProxy_Void, Callback_Number_ScrollState_Literal_Number_offsetRemain, Literal_Number_offsetRemain, Callback_Number_Number_Void, Literal_Boolean_next_Axis_direction, Literal_Number_surfaceHeight_surfaceWidth, Callback_OnPageEndEvent_Void, Callback_OnPageBeginEvent_Void, Callback_OnProgressChangeEvent_Void, Callback_OnTitleReceiveEvent_Void, Callback_OnGeolocationShowEvent_Void, Callback_OnAlertEvent_Boolean, Callback_OnBeforeUnloadEvent_Boolean, Callback_OnConfirmEvent_Boolean, Callback_OnPromptEvent_Boolean, Callback_OnConsoleEvent_Boolean, Callback_OnErrorReceiveEvent_Void, Callback_OnHttpErrorReceiveEvent_Void, Callback_OnDownloadStartEvent_Void, Callback_OnRefreshAccessedHistoryEvent_Void, Type_WebAttribute_onUrlLoadIntercept_callback, Literal_Union_String_WebResourceRequest_data, Callback_Literal_Function_handler_Object_error_Void, Literal_Function_handler_Object_error, Callback_OnRenderExitedEvent_Void, Callback_OnShowFileSelectorEvent_Boolean, Callback_Literal_Object_detail_Boolean, Literal_Object_detail, Type_WebAttribute_onFileSelectorShow_callback, Literal_Function_callback__Object_fileSelector, Callback_OnResourceLoadEvent_Void, Callback_OnScaleChangeEvent_Void, Callback_OnHttpAuthRequestEvent_Boolean, Callback_OnInterceptRequestEvent_WebResourceResponse, Callback_OnPermissionRequestEvent_Void, Callback_OnScreenCaptureRequestEvent_Void, Callback_OnContextMenuShowEvent_Boolean, Callback_OnSearchResultReceiveEvent_Void, Callback_OnScrollEvent_Void, Callback_OnSslErrorEventReceiveEvent_Void, Callback_OnClientAuthenticationEvent_Void, Callback_OnWindowNewEvent_Void, Callback_KeyEvent_Boolean, Callback_OnTouchIconUrlReceivedEvent_Void, Callback_OnFaviconReceivedEvent_Void, Callback_OnPageVisibleEvent_Void, Callback_OnDataResubmittedEvent_Void, Callback_OnAudioStateChangedEvent_Void, Callback_OnFirstContentfulPaintEvent_Void, Callback_OnLoadInterceptEvent_Boolean, Callback_OnOverScrollEvent_Void, Callback_NativeEmbedDataInfo_Void, Callback_NativeEmbedTouchInfo_Void, Callback_Literal_String_plainText_Void, Literal_String_plainText, Callback_Union_String_Array_String_Void, Callback_Union_Number_Array_Number_Void, Callback_ResourceStr_Void, Callback_InsertValue_Boolean, Callback_InsertValue_Void, Callback_DeleteValue_Boolean, Callback_DeleteValue_Void, Callback_EnterKeyType_Void, Callback_String_PasteEvent_Void, Callback_SwiperContentTransitionProxy_Void, Callback_Number_SliderChangeMode_Void, Callback_Union_Number_Resource_Void, Callback_Number_String_Void, Callback_RichEditorSelection_Void, Callback_RichEditorRange_Void, Callback_RichEditorInsertValue_Boolean, Callback_RichEditorTextSpanResult_Void, Callback_TextRange_Void, Callback_RichEditorDeleteValue_Boolean, Callback_RichEditorChangeValue_Boolean, Callback_CutEvent_Void, Callback_CopyEvent_Void, Callback_PanelMode_Void, Callback_Boolean, Callback_NavDestinationContext_Void, Callback_Number_Number_Number_Void, Callback_Number_Boolean, Callback_Number_Number_Boolean, Callback_ItemDragInfo_Number_CustomBuilder, Callback_ItemDragInfo_Void, Callback_ItemDragInfo_Number_Number_Void, Callback_ItemDragInfo_Number_Void, Callback_ItemDragInfo_Number_Number_Boolean_Void, Callback_Number_Number_ComputedBarAttribute, Callback_Number_Tuple_Number_Number_Number_Number, Tuple_Number_Number_Number_Number, Callback_Number_Tuple_Number_Number, Callback_MouseEvent_Void, Callback_KeyEvent_Void, Callback_TouchEvent_Void, Type_SheetOptions_detents, Literal_ResourceColor_color, Literal_String_value_Callback_Void_action, Literal_Number_day_month_year, AsyncCallback_image_PixelMap_Void, Type_NavigationAttribute_customNavContentTransition_delegate, Callback_WithThemeAttribute_Void, Callback_WebResourceResponse_Void, Callback_WebKeyboardOptions_Void, Callback_Union_CustomBuilder_DragItemInfo_Void, Callback_Tuple_Number_Number_Void, Callback_Tuple_Number_Number_Number_Number_Void, Callback_TouchResult_Void, Callback_String_Unknown_Void, Callback_Pointer_Void, Callback_Opt_TabContentAnimatedTransition_Void, Callback_Opt_StyledString_Opt_Array_String_Void, Callback_Opt_NavigationAnimatedTransition_Void, Callback_Opt_Array_String_Void, Callback_OnScrollFrameBeginHandlerResult_Void, Callback_OffsetResult_Void, Callback_NavigationTitleMode_Void, Callback_NavigationMode_Void, Callback_Literal_Number_offsetRemain_Void, Callback_IsolatedComponentAttribute_Void, Callback_HitTestMode_Void, Callback_GestureRecognizer_Void, Callback_GestureJudgeResult_Void, Callback_CustomBuilder_Void, Callback_ComputedBarAttribute_Void, Callback_Array_String_Void, Callback_Literal_Number_code_Want_want_Void, Literal_Number_code_Want_want, Callback_PlaybackInfo_Void, Callback_PreparedInfo_Void, Callback_FullscreenInfo_Void, Type_TextPickerAttribute_onChange_callback, Callback_String_Number_Void, Callback_ClickEvent_SaveButtonOnClickResult_Void, Callback_RefreshStatus_Void, Callback_Array_Number_Void, Callback_ClickEvent_PasteButtonOnClickResult_Void, Callback_Number_Number_PanelMode_Void, Callback_ClickEvent_LocationButtonOnClickResult_Void, Callback_Type_ImageAttribute_onComplete_callback_event_Void, Type_ImageAttribute_onComplete_callback_event, Callback_Any_Void, Callback_Literal_Number_errcode_String_msg_Void, Literal_Number_errcode_String_msg, Callback_FormCallbackInfo_Void, Callback_TerminationInfo_Void, Callback_TouchEvent_HitTestMode, Callback_GestureInfo_BaseGestureEvent_GestureJudgeResult, Callback_PreDragStatus_Void, Callback_DragEvent_String_Void, Callback_DragEvent_String_Union_CustomBuilder_DragItemInfo, Literal_String_anchor_HorizontalAlign_align, Literal_String_anchor_VerticalAlign_align, Callback_Area_Area_Void, Callback_Boolean_HoverEvent_Void, Callback_Array_TouchTestInfo_TouchResult, Callback_CalendarRequestedData_Void, Callback_CalendarSelectedDate_Void } from "./../SyntheticDeclarations" import { GridRowSizeOption, BreakpointsReference, GridRowColumnOption, GutterOption, GridRowDirection, BreakPoints, GridRowOptions } from "./../ArkGridRowInterfaces" import { TabBarSymbol, TabBarIconStyle, LayoutMode, BoardStyle, SelectedMode, TabBarOptions } from "./../ArkTabContentInterfaces" -import { SymbolRenderingStrategy, SymbolEffectStrategy, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" -import { DecorationStyleInterface, StyledStringValue, StyledStringKey, ImageAttachmentLayoutStyle, StyleOptions, SpanStyle, CustomSpanDrawInfo, CustomSpanMeasureInfo, CustomSpanMetrics, ImageAttachmentInterface, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" +import { SymbolRenderingStrategy, SymbolEffectStrategy, SymbolGlyphAttribute, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" +import { DecorationStyleInterface, StyledStringValue, StyledStringKey, ImageAttachmentLayoutStyle, StyleOptions, SpanStyle, CustomSpanDrawInfo, CustomSpanMetrics, CustomSpanMeasureInfo, ImageAttachmentInterface, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" import { GestureEvent, GestureEventInternal } from "./../ArkGestureEventMaterialized" import { ClickEvent, ClickEventInternal } from "./../ArkClickEventMaterialized" import { SwipeActionState, SwipeActionItem, SwipeEdgeEffect, EditMode, ListItemStyle, SwipeActionOptions, ListItemOptions, Sticky } from "./../ArkListItemInterfaces" @@ -85,7 +85,7 @@ import { TextPickerResult, TextPickerDialogOptions, TextPickerOptions, DividerOp import { TextMenuItemId, TextMenuItemIdInternal } from "./../ArkTextMenuItemIdMaterialized" import { TabContentTransitionProxy, TabContentTransitionProxyInternal } from "./../ArkTabContentTransitionProxyMaterialized" import { ProgressStatus, ProgressStyleOptions, CommonProgressStyleOptions, CapsuleStyleOptions, ScanEffectOptions, RingStyleOptions, LinearStyleOptions, ProgressType, ProgressStyle, ProgressOptions } from "./../ArkProgressInterfaces" -import { NavDestinationMode, RouteMapConfig, NavDestinationCustomTitle, NavDestinationCommonTitle, NavigationSystemTransitionType } from "./../ArkNavDestinationInterfaces" +import { NavDestinationMode, RouteMapConfig, NavDestinationAttribute, NavigationSystemTransitionType, NavDestinationCommonTitle, NavDestinationCustomTitle } from "./../ArkNavDestinationInterfaces" import { NavPathStack, NavPathStackInternal } from "./../ArkNavPathStackMaterialized" import { NavPathInfo, NavPathInfoInternal } from "./../ArkNavPathInfoMaterialized" import { NavDestinationContext, NavDestinationContextInternal } from "./../ArkNavDestinationContextMaterialized" @@ -93,11 +93,11 @@ import { GridColColumnOption, GridColOptions } from "./../ArkGridColInterfaces" import { LinearGradient, LinearGradientInternal } from "./../ArkLinearGradientMaterialized" import { ColorStop, DataPanelType, DataPanelShadowOptions, DataPanelOptions } from "./../ArkDataPanelInterfaces" import { DatePickerResult, LunarSwitchStyle, DatePickerDialogOptions, DatePickerOptions } from "./../ArkDatePickerInterfaces" -import { Scene, ModelType, SceneOptions } from "./../ArkComponent3dInterfaces" -import { GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, SwipeDirection, PanDirection, TapGestureParameters, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, GestureRecognizerState, FingerInfo, GestureInfo } from "./../ArkGestureInterfaces" +import { Scene, Component3DAttribute, ModelType, SceneOptions } from "./../ArkComponent3dInterfaces" +import { GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, SwipeDirection, PanDirection, TapGestureParameters, GestureRecognizerState, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, FingerInfo, GestureInfo } from "./../ArkGestureInterfaces" import { PanGestureOptions, PanGestureOptionsInternal } from "./../ArkPanGestureOptionsMaterialized" import { DrawingCanvas, DrawingCanvasInternal } from "./../ArkDrawingCanvasMaterialized" -import { Size, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule, TextMetrics } from "./../ArkCanvasInterfaces" +import { Size, TextMetrics, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule } from "./../ArkCanvasInterfaces" import { FrameNode, FrameNodeInternal } from "./../ArkFrameNodeMaterialized" import { BadgePosition, BadgeStyle, BadgeParamWithString, BadgeParam, BadgeParamWithNumber } from "./../ArkBadgeInterfaces" import { DismissDialogAction, ActionSheetOffset, ActionSheetButtonOptions, ActionSheetOptions, SheetInfo } from "./../ArkActionSheetInterfaces" @@ -112,6 +112,10 @@ import { Scroller, ScrollerInternal } from "./../ArkScrollerMaterialized" import { RRect, WindowAnimationTarget } from "./../ArkRemoteWindowInterfaces" import { ButtonIconOptions, ButtonStyle, SideBarPosition, SideBarContainerType } from "./../ArkSidebarInterfaces" import { XComponentController, XComponentControllerInternal } from "./../ArkXComponentControllerMaterialized" +import { WindowSceneAttribute } from "./../ArkWindowSceneInterfaces" +import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" +import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" +import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" @@ -128,7 +132,6 @@ import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandle import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" -import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" @@ -138,26 +141,28 @@ import { ToggleType, SwitchStyle, ToggleOptions } from "./../ArkToggleInterfaces import { TextTimerController, TextTimerControllerInternal } from "./../ArkTextTimerControllerMaterialized" import { TextInputController, TextInputControllerInternal } from "./../ArkTextInputControllerMaterialized" import { TextContentControllerBase, TextContentControllerBaseInternal } from "./../ArkTextContentControllerBaseMaterialized" +import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" +import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { TextClockController, TextClockControllerInternal } from "./../ArkTextClockControllerMaterialized" import { TextAreaController, TextAreaControllerInternal } from "./../ArkTextAreaControllerMaterialized" -import { TextResponseType, TextSpanType, TextOverflowOptions, TextOptions } from "./../ArkTextInterfaces" +import { TextAttribute, TextOverflowOptions, TextSpanType, TextResponseType, TextOptions } from "./../ArkTextInterfaces" import { TextController, TextControllerInternal } from "./../ArkTextControllerMaterialized" -import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { BottomTabBarStyle } from "./../ArkBottomTabBarStyleBuilder" import { SubTabBarStyle } from "./../ArkSubTabBarStyleBuilder" import { TabsController, TabsControllerInternal } from "./../ArkTabsControllerMaterialized" import { DigitIndicator } from "./../ArkDigitIndicatorBuilder" import { Indicator } from "./../ArkIndicatorBuilder" import { DotIndicator } from "./../ArkDotIndicatorBuilder" +import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperContentTransitionProxy, SwiperContentTransitionProxyInternal } from "./../ArkSwiperContentTransitionProxyMaterialized" -import { MenuAlignType, ArrowPosition, SelectOption } from "./../ArkSelectInterfaces" +import { ShapeAttribute, ViewportRect } from "./../ArkShapeInterfaces" +import { SelectAttribute, ArrowPosition, MenuItemConfiguration, MenuAlignType, SelectOption } from "./../ArkSelectInterfaces" import { SearchController, SearchControllerInternal } from "./../ArkSearchControllerMaterialized" import { ScrollBarDirection, ScrollBarOptions } from "./../ArkScrollBarInterfaces" import { SaveDescription, SaveIconStyle, SaveButtonOnClickResult, SaveButtonOptions } from "./../ArkSaveButtonInterfaces" import { RichEditorStyledStringController, RichEditorStyledStringControllerInternal } from "./../ArkRichEditorStyledStringControllerMaterialized" import { RichEditorBaseController, RichEditorBaseControllerInternal } from "./../ArkRichEditorBaseControllerMaterialized" import { StyledStringController, StyledStringControllerInternal } from "./../ArkStyledStringControllerMaterialized" -import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" import { RichEditorController, RichEditorControllerInternal } from "./../ArkRichEditorControllerMaterialized" import { LocalizedBarrierDirection, BarrierDirection, GuideLinePosition, LocalizedBarrierStyle, BarrierStyle, GuideLineStyle } from "./../ArkRelativeContainerInterfaces" import { RoundedRectOptions, RectOptions } from "./../ArkRectInterfaces" @@ -170,19 +175,20 @@ import { MenuItemOptions } from "./../ArkMenuItemInterfaces" import { ASTCResource } from "./../ArkMediaCachedImageInterfaces" import { LocationDescription, LocationIconStyle, LocationButtonOnClickResult, LocationButtonOptions } from "./../ArkLocationButtonInterfaces" import { ListItemGroupStyle, ListItemGroupOptions } from "./../ArkListItemGroupInterfaces" +import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { ColorFilter, ColorFilterInternal } from "./../ArkColorFilterMaterialized" import { SizeType, GridContainerOptions } from "./../ArkGridContainerInterfaces" import { GridItemStyle, GridItemOptions } from "./../ArkGridItemInterfaces" -import { GridItemAlignment, ComputedBarAttribute, GridDirection, GridLayoutOptions } from "./../ArkGridInterfaces" +import { GridAttribute, ComputedBarAttribute, GridDirection, GridItemAlignment, GridLayoutOptions } from "./../ArkGridInterfaces" +import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" +import { GestureControl_GestureType } from "./../ArkGestureControlNamespace" import { FormShape, FormRenderingMode, FormDimension, FormCallbackInfo, FormInfo } from "./../ArkFormComponentInterfaces" import { FlexSpaceOptions, FlexOptions } from "./../ArkFlexInterfaces" import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" -import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" import { GestureRecognizer, GestureRecognizerInternal } from "./../ArkGestureRecognizerMaterialized" import { FocusPriority, FocusBoxStyle } from "./../ArkFocusInterfaces" -import { GestureControl_GestureType } from "./../ArkGestureControlNamespace" import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" @@ -195,7 +201,7 @@ import { ImageBitmap, ImageBitmapInternal } from "./../ArkImageBitmapMaterialize import { ImageData, ImageDataInternal } from "./../ArkImageDataMaterialized" import { Path2D, Path2DInternal } from "./../ArkPath2DMaterialized" import { CanvasPath, CanvasPathInternal } from "./../ArkCanvasPathMaterialized" -import { CalendarDialogOptions, CalendarOptions, CalendarAlign } from "./../ArkCalendarPickerInterfaces" +import { CalendarDialogOptions, CalendarOptions, CalendarPickerAttribute, CalendarAlign } from "./../ArkCalendarPickerInterfaces" import { CalendarController, CalendarControllerInternal } from "./../ArkCalendarControllerMaterialized" import { MonthData, CalendarDay, CalendarRequestedData, CalendarSelectedDate, WorkStateStyle, WeekStyle, TodayStyle, NonCurrentDayStyle, CurrentDayStyle } from "./../ArkCalendarInterfaces" import { LinearIndicatorController, LinearIndicatorControllerInternal } from "./../ArkLinearIndicatorControllerMaterialized" @@ -222,16 +228,13 @@ import { DisappearSymbolEffect, DisappearSymbolEffectInternal } from "./../ArkDi import { AppearSymbolEffect, AppearSymbolEffectInternal } from "./../ArkAppearSymbolEffectMaterialized" import { HierarchicalSymbolEffect, HierarchicalSymbolEffectInternal } from "./../ArkHierarchicalSymbolEffectMaterialized" import { ScaleSymbolEffect, ScaleSymbolEffectInternal } from "./../ArkScaleSymbolEffectMaterialized" -import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperController, SwiperControllerInternal } from "./../ArkSwiperControllerMaterialized" import { ItemState } from "./../ArkStepperItemInterfaces" import { LayoutDirection, ColorMode } from "./../ArkStateManagementInterfaces" import { StackOptions } from "./../ArkStackInterfaces" -import { ViewportRect } from "./../ArkShapeInterfaces" import { SecurityComponentLayoutDirection } from "./../ArkSecurityComponentInterfaces" import { RowOptions } from "./../ArkRowInterfaces" import { RootSceneSession } from "./../ArkRootSceneInterfaces" -import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { RefreshStatus, RefreshOptions } from "./../ArkRefreshInterfaces" import { StarStyleOptions, RatingOptions } from "./../ArkRatingInterfaces" import { PolylineOptions } from "./../ArkPolylineInterfaces" @@ -250,7 +253,6 @@ import { LineOptions } from "./../ArkLineInterfaces" import { DataOperationType } from "./../ArkLazyForEachInterfaces" import { ImageFrameInfo } from "./../ArkImageAnimatorInterfaces" import { PanRecognizer, PanRecognizerInternal } from "./../ArkPanRecognizerMaterialized" -import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" import { ScrollableTargetInfo, ScrollableTargetInfoInternal } from "./../ArkScrollableTargetInfoMaterialized" import { SwipeGestureEvent, SwipeGestureEventInternal } from "./../ArkSwipeGestureEventMaterialized" import { RotationGestureEvent, RotationGestureEventInternal } from "./../ArkRotationGestureEventMaterialized" @@ -267,7 +269,6 @@ import { CustomDialogControllerOptions } from "./../ArkCustomDialogControllerInt import { CustomDialogController, CustomDialogControllerInternal } from "./../ArkCustomDialogControllerMaterialized" import { ContextMenu, ContextMenuInternal } from "./../ArkContextMenuMaterialized" import { UICommonEvent, UICommonEventInternal } from "./../ArkUICommonEventMaterialized" -import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { View, ViewInternal } from "./../ArkViewMaterialized" import { Measurable, MeasurableInternal } from "./../ArkMeasurableMaterialized" import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" @@ -806,81 +807,87 @@ export class Deserializer extends DeserializerBase { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: GestureEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: GestureEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ClickEvent_Void(isSync: boolean = false): ((event: ClickEvent) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ClickEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1097178637, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1097178637, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1097178637, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1097178637, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_PopInfo_Void(isSync: boolean = false): ((parameter: PopInfo) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: PopInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePopInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(624053870, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(624053870, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PopInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePopInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(624053870, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(624053870, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SwipeActionState_Void(isSync: boolean = false): ((state: SwipeActionState) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (state: SwipeActionState):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((state.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-301561698, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-301561698, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (state: SwipeActionState):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((state.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-301561698, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-301561698, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Void(isSync: boolean = false): (() => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return ():void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCustomNodeBuilder(isSync: boolean = false): ((parentNode: KPointer) => KPointer) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parentNode: KPointer):KPointer => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePointer(parentNode); -let _continuationValue : KPointer | undefined; -const _continuationCallback : ((value: KPointer) => void) = (value: KPointer):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1766817632, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1766817632, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as KPointer); } + return (parentNode: KPointer):KPointer => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePointer(parentNode); + let _continuationValue : KPointer | undefined; + const _continuationCallback : ((value: KPointer) => void) = (value: KPointer):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1766817632, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1766817632, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as KPointer); } } readLocalizedEdgeColors(): LocalizedEdgeColors { let valueDeserializer : Deserializer = this @@ -1093,14 +1100,15 @@ return (_continuationValue as KPointer); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DismissPopupAction):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissPopupAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissPopupAction):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissPopupAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCanvasPattern(): CanvasPattern { let valueDeserializer : Deserializer = this @@ -1116,39 +1124,42 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return ():void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationTransitionProxy_Void(isSync: boolean = false): ((transitionProxy: NavigationTransitionProxy) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (transitionProxy: NavigationTransitionProxy):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavigationTransitionProxy(transitionProxy); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (transitionProxy: NavigationTransitionProxy):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavigationTransitionProxy(transitionProxy); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Boolean_Void(isSync: boolean = false): ((parameter: boolean) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: boolean):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(313269291, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(313269291, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: boolean):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(313269291, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(313269291, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readColorMetrics(): ColorMetrics { let valueDeserializer : Deserializer = this @@ -1328,17 +1339,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):number => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue : number | undefined; -const _continuationCallback : ((index: number) => void) = (value: number):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as number); } + return (index: number):number => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue : number | undefined; + const _continuationCallback : ((index: number) => void) = (value: number):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as number); } } readImageAnalyzerController(): ImageAnalyzerController { let valueDeserializer : Deserializer = this @@ -1370,14 +1382,15 @@ return (_continuationValue as number); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (breakpoints: string):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(breakpoints); -(isSync) ? (InteropNativeModule._CallCallbackSync(814634522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(814634522, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (breakpoints: string):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(breakpoints); + (isSync) ? (InteropNativeModule._CallCallbackSync(814634522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(814634522, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDateTimeOptions(): DateTimeOptions { let valueDeserializer : Deserializer = this @@ -1389,14 +1402,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: TimePickerResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTimePickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1557859605, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1557859605, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TimePickerResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTimePickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1557859605, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1557859605, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRectangle(): Rectangle { let valueDeserializer : Deserializer = this @@ -1651,33 +1665,41 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: TextPickerResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextPickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1290504509, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1290504509, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TextPickerResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextPickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1290504509, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1290504509, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextMenuItemId(): TextMenuItemId { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() return TextMenuItemIdInternal.fromPtr(ptr) } + readAffinity(): Affinity { + let valueDeserializer : Deserializer = this + const _AffinityStub_result : string = (valueDeserializer.readString() as string) + let value : Affinity = ({_AffinityStub: _AffinityStub_result} as Affinity) + return value + } readMenuOnAppearCallback(isSync: boolean = false): MenuOnAppearCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (start: number, end: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(start); -_argsSerializer.writeNumber(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(-614475458, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-614475458, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: number, end: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(start); + _argsSerializer.writeNumber(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(-614475458, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-614475458, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabBarIconStyle(): TabBarIconStyle { let valueDeserializer : Deserializer = this @@ -1942,14 +1964,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: TabContentTransitionProxy):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTabContentTransitionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TabContentTransitionProxy):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTabContentTransitionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIconOptions(): IconOptions { let valueDeserializer : Deserializer = this @@ -2230,31 +2253,33 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (rangeBefore: TextRange, rangeAfter: TextRange):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextRange(rangeBefore); -_argsSerializer.writeTextRange(rangeAfter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1648184341, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1648184341, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (rangeBefore: TextRange, rangeAfter: TextRange):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextRange(rangeBefore); + _argsSerializer.writeTextRange(rangeAfter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1648184341, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1648184341, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_StyledStringChangeValue_Boolean(isSync: boolean = false): ((parameter: StyledStringChangeValue) => boolean) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: StyledStringChangeValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeStyledStringChangeValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2116745428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2116745428, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: StyledStringChangeValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeStyledStringChangeValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2116745428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2116745428, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readRichEditorImageSpanStyle(): RichEditorImageSpanStyle { let valueDeserializer : Deserializer = this @@ -2493,52 +2518,54 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (mode: NavigationMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1502213270, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1502213270, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: NavigationMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1502213270, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1502213270, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readInterceptionShowCallback(isSync: boolean = false): InterceptionShowCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (from: NavDestinationContext | NavBar, to: NavDestinationContext | NavBar, operation: NavigationOperation, isAnimated: boolean):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let from_type : int32 = RuntimeType.UNDEFINED; -from_type = runtimeType(from); -if (((RuntimeType.OBJECT == from_type))) { - _argsSerializer.writeInt8(0 as int32); - const from_0 = from as NavDestinationContext; - _argsSerializer.writeNavDestinationContext(from_0); -} -else if (((RuntimeType.STRING == from_type))) { - _argsSerializer.writeInt8(1 as int32); - const from_1 = from as NavBar; - _argsSerializer.writeString(from_1); -} -let to_type : int32 = RuntimeType.UNDEFINED; -to_type = runtimeType(to); -if (((RuntimeType.OBJECT == to_type))) { - _argsSerializer.writeInt8(0 as int32); - const to_0 = to as NavDestinationContext; - _argsSerializer.writeNavDestinationContext(to_0); -} -else if (((RuntimeType.STRING == to_type))) { - _argsSerializer.writeInt8(1 as int32); - const to_1 = to as NavBar; - _argsSerializer.writeString(to_1); -} -_argsSerializer.writeInt32((operation.valueOf() as int32)); -_argsSerializer.writeBoolean(isAnimated); -(isSync) ? (InteropNativeModule._CallCallbackSync(1852781814, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1852781814, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (from: NavDestinationContext | NavBar, to: NavDestinationContext | NavBar, operation: NavigationOperation, isAnimated: boolean):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let from_type : int32 = RuntimeType.UNDEFINED; + from_type = runtimeType(from); + if (((RuntimeType.OBJECT == from_type))) { + _argsSerializer.writeInt8(0 as int32); + const from_0 = from as NavDestinationContext; + _argsSerializer.writeNavDestinationContext(from_0); + } + else if (((RuntimeType.STRING == from_type))) { + _argsSerializer.writeInt8(1 as int32); + const from_1 = from as NavBar; + _argsSerializer.writeString(from_1); + } + let to_type : int32 = RuntimeType.UNDEFINED; + to_type = runtimeType(to); + if (((RuntimeType.OBJECT == to_type))) { + _argsSerializer.writeInt8(0 as int32); + const to_0 = to as NavDestinationContext; + _argsSerializer.writeNavDestinationContext(to_0); + } + else if (((RuntimeType.STRING == to_type))) { + _argsSerializer.writeInt8(1 as int32); + const to_1 = to as NavBar; + _argsSerializer.writeString(to_1); + } + _argsSerializer.writeInt32((operation.valueOf() as int32)); + _argsSerializer.writeBoolean(isAnimated); + (isSync) ? (InteropNativeModule._CallCallbackSync(1852781814, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1852781814, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextModifier(): TextModifier { let value : TextModifier = ({} as TextModifier) @@ -2735,27 +2762,29 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: Date):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt64((parameter.getTime() as int64)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1405382363, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1405382363, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: Date):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt64((parameter.getTime() as int64)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1405382363, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1405382363, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DatePickerResult_Void(isSync: boolean = false): ((value: DatePickerResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: DatePickerResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDatePickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1280920532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1280920532, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: DatePickerResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDatePickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1280920532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1280920532, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLunarSwitchStyle(): LunarSwitchStyle { let valueDeserializer : Deserializer = this @@ -2858,79 +2887,85 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: SheetType):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((parameter.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-224451112, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-224451112, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SheetType):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((parameter.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-224451112, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-224451112, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Void(isSync: boolean = false): ((index: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(36519084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(36519084, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(36519084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(36519084, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SpringBackAction_Void(isSync: boolean = false): ((parameter: SpringBackAction) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: SpringBackAction):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSpringBackAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1536231691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1536231691, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SpringBackAction):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSpringBackAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1536231691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1536231691, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DismissSheetAction_Void(isSync: boolean = false): ((parameter: DismissSheetAction) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DismissSheetAction):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissSheetAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(889549796, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(889549796, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissSheetAction):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissSheetAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(889549796, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(889549796, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SheetDismiss_Void(isSync: boolean = false): ((sheetDismiss: SheetDismiss) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (sheetDismiss: SheetDismiss):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSheetDismiss(sheetDismiss); -(isSync) ? (InteropNativeModule._CallCallbackSync(22609082, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(22609082, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (sheetDismiss: SheetDismiss):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSheetDismiss(sheetDismiss); + (isSync) ? (InteropNativeModule._CallCallbackSync(22609082, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(22609082, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DismissContentCoverAction_Void(isSync: boolean = false): ((parameter: DismissContentCoverAction) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DismissContentCoverAction):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissContentCoverAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissContentCoverAction):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissContentCoverAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readContextMenuAnimationOptions(): ContextMenuAnimationOptions { let valueDeserializer : Deserializer = this @@ -2962,15 +2997,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: Literal_Boolean_isVisible):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const event_isVisible = event.isVisible; -_argsSerializer.writeBoolean(event_isVisible); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: Literal_Boolean_isVisible):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const event_isVisible = event.isVisible; + _argsSerializer.writeBoolean(event_isVisible); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPopupMessageOptions(): PopupMessageOptions { let valueDeserializer : Deserializer = this @@ -3385,14 +3421,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DismissDialogAction):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissDialogAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissDialogAction):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissDialogAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readAlertDialogButtonBaseOptions(): AlertDialogButtonBaseOptions { let valueDeserializer : Deserializer = this @@ -3559,26 +3596,28 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-733525640, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-733525640, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return ():void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-733525640, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-733525640, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Extender_OnProgress(isSync: boolean = false): Callback_Extender_OnProgress { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: float32):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFloat32(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1264236374, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1264236374, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: float32):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFloat32(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1264236374, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1264236374, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCustomTheme(): CustomTheme { let valueDeserializer : Deserializer = this @@ -3716,15 +3755,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, progress: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(progress); -(isSync) ? (InteropNativeModule._CallCallbackSync(-968773856, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-968773856, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, progress: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(progress); + (isSync) ? (InteropNativeModule._CallCallbackSync(-968773856, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-968773856, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLinearIndicatorStyle(): LinearIndicatorStyle { let valueDeserializer : Deserializer = this @@ -3800,6 +3840,19 @@ return; } let value : DrawContext = ({_DrawContextStub: _DrawContextStub_result} as DrawContext) return value } + readCustomSpanMetrics(): CustomSpanMetrics { + let valueDeserializer : Deserializer = this + const width_result : number = (valueDeserializer.readNumber() as number) + const height_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let height_buf : number | undefined + if ((RuntimeType.UNDEFINED) != (height_buf_runtimeType)) + { + height_buf = (valueDeserializer.readNumber() as number) + } + const height_result : number | undefined = height_buf + let value : CustomSpanMetrics = ({width: width_result,height: height_result} as CustomSpanMetrics) + return value + } readCustomSpanMeasureInfo(): CustomSpanMeasureInfo { let valueDeserializer : Deserializer = this const fontSize_result : number = (valueDeserializer.readNumber() as number) @@ -3904,14 +3957,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: UIExtensionProxy):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeUIExtensionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: UIExtensionProxy):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeUIExtensionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readWaterFlowAttribute(): WaterFlowAttribute { + throw new Error("Interface with functions is not supported") } readWaterFlowSections(): WaterFlowSections { let valueDeserializer : Deserializer = this @@ -4186,6 +4243,12 @@ return; } let value : SurfaceRotationOptions = ({lock: lock_result} as SurfaceRotationOptions) return value } + readWindowSceneAttribute(): WindowSceneAttribute { + throw new Error("Interface with functions is not supported") + } + readWebAttribute(): WebAttribute { + throw new Error("Interface with functions is not supported") + } readSelectionMenuOptionsExt(): SelectionMenuOptionsExt { let valueDeserializer : Deserializer = this const onAppear_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -4228,15 +4291,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (selectedText: Literal_String_plainText):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const selectedText_plainText = selectedText.plainText; -_argsSerializer.writeString(selectedText_plainText); -(isSync) ? (InteropNativeModule._CallCallbackSync(-122223466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-122223466, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selectedText: Literal_String_plainText):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const selectedText_plainText = selectedText.plainText; + _argsSerializer.writeString(selectedText_plainText); + (isSync) ? (InteropNativeModule._CallCallbackSync(-122223466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-122223466, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEventResult(): EventResult { let valueDeserializer : Deserializer = this @@ -4449,6 +4513,11 @@ return; } let ptr : KPointer = valueDeserializer.readPointer() return JsGeolocationInternal.fromPtr(ptr) } + readWebCookie(): WebCookie { + let valueDeserializer : Deserializer = this + let ptr : KPointer = valueDeserializer.readPointer() + return WebCookieInternal.fromPtr(ptr) + } readScreenCaptureConfig(): ScreenCaptureConfig { let valueDeserializer : Deserializer = this const captureMode_result : WebCaptureMode = (valueDeserializer.readInt32() as WebCaptureMode) @@ -4964,57 +5033,59 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string | Array):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0 as int32); - const value_0 = value as string; - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1 as int32); - const value_1 = value as Array; - _argsSerializer.writeInt32(value_1.length as int32); - for (let i = 0; i < value_1.length; i++) { - const value_1_element : string = value_1[i]; - _argsSerializer.writeString(value_1_element); + return (value: string | Array):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0 as int32); + const value_0 = value as string; + _argsSerializer.writeString(value_0); } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-720435526, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-720435526, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1 as int32); + const value_1 = value as Array; + _argsSerializer.writeInt32(value_1.length as int32); + for (let i = 0; i < value_1.length; i++) { + const value_1_element : string = value_1[i]; + _argsSerializer.writeString(value_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-720435526, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-720435526, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Union_Number_Array_Number_Void(isSync: boolean = false): ((selected: number | Array) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (selected: number | Array):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let selected_type : int32 = RuntimeType.UNDEFINED; -selected_type = runtimeType(selected); -if (((RuntimeType.NUMBER == selected_type))) { - _argsSerializer.writeInt8(0 as int32); - const selected_0 = selected as number; - _argsSerializer.writeNumber(selected_0); -} -else if (((RuntimeType.OBJECT == selected_type))) { - _argsSerializer.writeInt8(1 as int32); - const selected_1 = selected as Array; - _argsSerializer.writeInt32(selected_1.length as int32); - for (let i = 0; i < selected_1.length; i++) { - const selected_1_element : number = selected_1[i]; - _argsSerializer.writeNumber(selected_1_element); + return (selected: number | Array):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let selected_type : int32 = RuntimeType.UNDEFINED; + selected_type = runtimeType(selected); + if (((RuntimeType.NUMBER == selected_type))) { + _argsSerializer.writeInt8(0 as int32); + const selected_0 = selected as number; + _argsSerializer.writeNumber(selected_0); } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + else if (((RuntimeType.OBJECT == selected_type))) { + _argsSerializer.writeInt8(1 as int32); + const selected_1 = selected as Array; + _argsSerializer.writeInt32(selected_1.length as int32); + for (let i = 0; i < selected_1.length; i++) { + const selected_1_element : number = selected_1[i]; + _argsSerializer.writeNumber(selected_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDividerOptions(): DividerOptions { let valueDeserializer : Deserializer = this @@ -5070,25 +5141,29 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: ResourceStr):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0 as int32); - const value_0 = value as string; - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1 as int32); - const value_1 = value as Resource; - _argsSerializer.writeResource(value_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(188373904, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(188373904, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: ResourceStr):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0 as int32); + const value_0 = value as string; + _argsSerializer.writeString(value_0); + } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1 as int32); + const value_1 = value as Resource; + _argsSerializer.writeResource(value_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(188373904, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(188373904, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readTextInputAttribute(): TextInputAttribute { + throw new Error("Interface with functions is not supported") } readInputCounterOptions(): InputCounterOptions { let valueDeserializer : Deserializer = this @@ -5294,16 +5369,52 @@ return; } let value : TextMenuItem = ({content: content_result,icon: icon_result,id: id_result} as TextMenuItem) return value } + readLineMetrics(): LineMetrics { + let valueDeserializer : Deserializer = this + const _LineMetricsStub_result : string = (valueDeserializer.readString() as string) + let value : LineMetrics = ({_LineMetricsStub: _LineMetricsStub_result} as LineMetrics) + return value + } + readPositionWithAffinity(): PositionWithAffinity { + let valueDeserializer : Deserializer = this + const position_result : number = (valueDeserializer.readNumber() as number) + const affinity_result : Affinity = valueDeserializer.readAffinity() + let value : PositionWithAffinity = ({position: position_result,affinity: affinity_result} as PositionWithAffinity) + return value + } + readMutableStyledString(): MutableStyledString { + let valueDeserializer : Deserializer = this + let ptr : KPointer = valueDeserializer.readPointer() + return MutableStyledStringInternal.fromPtr(ptr) + } + readPreviewText(): PreviewText { + let valueDeserializer : Deserializer = this + const offset_result : number = (valueDeserializer.readNumber() as number) + const value_result : string = (valueDeserializer.readString() as string) + let value : PreviewText = ({offset: offset_result,value: value_result} as PreviewText) + return value + } + readLayoutManager(): LayoutManager { + let valueDeserializer : Deserializer = this + let ptr : KPointer = valueDeserializer.readPointer() + return LayoutManagerInternal.fromPtr(ptr) + } readTextClockController(): TextClockController { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() return TextClockControllerInternal.fromPtr(ptr) } + readTextAreaAttribute(): TextAreaAttribute { + throw new Error("Interface with functions is not supported") + } readTextAreaController(): TextAreaController { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() return TextAreaControllerInternal.fromPtr(ptr) } + readTextAttribute(): TextAttribute { + throw new Error("Interface with functions is not supported") + } readSelectionMenuOptions(): SelectionMenuOptions { let valueDeserializer : Deserializer = this const onAppear_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5394,6 +5505,9 @@ return; } let value : TabBarOptions = ({icon: icon_result,text: text_result} as TabBarOptions) return value } + readTabsAttribute(): TabsAttribute { + throw new Error("Interface with functions is not supported") + } readBackgroundBlurStyleOptions(): BackgroundBlurStyleOptions { let valueDeserializer : Deserializer = this const colorMode_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5495,6 +5609,9 @@ return; } let ptr : KPointer = valueDeserializer.readPointer() return TabsControllerInternal.fromPtr(ptr) } + readSymbolGlyphAttribute(): SymbolGlyphAttribute { + throw new Error("Interface with functions is not supported") + } readSymbolEffect(): SymbolEffect { let value : SymbolEffect = ({} as SymbolEffect) return value @@ -5505,6 +5622,9 @@ return; } readDotIndicator(): DotIndicator { throw new Error("Can not deserialize builder class") } + readSwiperAttribute(): SwiperAttribute { + throw new Error("Interface with functions is not supported") + } readSwiperAutoFill(): SwiperAutoFill { let valueDeserializer : Deserializer = this const minSize_buf_selector : int32 = valueDeserializer.readInt8() @@ -5607,38 +5727,49 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: SwiperContentTransitionProxy):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSwiperContentTransitionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-416053361, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-416053361, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SwiperContentTransitionProxy):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSwiperContentTransitionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-416053361, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-416053361, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readSliderAttribute(): SliderAttribute { + throw new Error("Interface with functions is not supported") + } + readShapeAttribute(): ShapeAttribute { + throw new Error("Interface with functions is not supported") } readCallback_Union_Number_Resource_Void(isSync: boolean = false): ((selected: number | Resource) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (selected: number | Resource):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let selected_type : int32 = RuntimeType.UNDEFINED; -selected_type = runtimeType(selected); -if (((RuntimeType.NUMBER == selected_type))) { - _argsSerializer.writeInt8(0 as int32); - const selected_0 = selected as number; - _argsSerializer.writeNumber(selected_0); -} -else if (((RuntimeType.OBJECT == selected_type))) { - _argsSerializer.writeInt8(1 as int32); - const selected_1 = selected as Resource; - _argsSerializer.writeResource(selected_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-956455499, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-956455499, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selected: number | Resource):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let selected_type : int32 = RuntimeType.UNDEFINED; + selected_type = runtimeType(selected); + if (((RuntimeType.NUMBER == selected_type))) { + _argsSerializer.writeInt8(0 as int32); + const selected_0 = selected as number; + _argsSerializer.writeNumber(selected_0); + } + else if (((RuntimeType.OBJECT == selected_type))) { + _argsSerializer.writeInt8(1 as int32); + const selected_1 = selected as Resource; + _argsSerializer.writeResource(selected_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-956455499, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-956455499, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readSelectAttribute(): SelectAttribute { + throw new Error("Interface with functions is not supported") } readLocalizedEdges(): LocalizedEdges { let valueDeserializer : Deserializer = this @@ -5706,6 +5837,9 @@ return; } let value : Edges = ({top: top_result,left: left_result,bottom: bottom_result,right: right_result} as Edges) return value } + readSearchAttribute(): SearchAttribute { + throw new Error("Interface with functions is not supported") + } readSearchButtonOptions(): SearchButtonOptions { let valueDeserializer : Deserializer = this const fontSize_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5792,6 +5926,9 @@ return; } let ptr : KPointer = valueDeserializer.readPointer() return SearchControllerInternal.fromPtr(ptr) } + readScrollAttribute(): ScrollAttribute { + throw new Error("Interface with functions is not supported") + } readEdgeEffectOptions(): EdgeEffectOptions { let valueDeserializer : Deserializer = this const alwaysEnabled_result : boolean = valueDeserializer.readBoolean() @@ -5802,20 +5939,30 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (xOffset: number, yOffset: number, scrollState: ScrollState, scrollSource: ScrollSource):OffsetResult => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xOffset); -_argsSerializer.writeNumber(yOffset); -_argsSerializer.writeInt32((scrollState.valueOf() as int32)); -_argsSerializer.writeInt32((scrollSource.valueOf() as int32)); -let _continuationValue : OffsetResult | undefined; -const _continuationCallback : ((value: OffsetResult) => void) = (value: OffsetResult):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-721521596, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721521596, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as OffsetResult); } + return (xOffset: number, yOffset: number, scrollState: ScrollState, scrollSource: ScrollSource):OffsetResult => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xOffset); + _argsSerializer.writeNumber(yOffset); + _argsSerializer.writeInt32((scrollState.valueOf() as int32)); + _argsSerializer.writeInt32((scrollSource.valueOf() as int32)); + let _continuationValue : OffsetResult | undefined; + const _continuationCallback : ((value: OffsetResult) => void) = (value: OffsetResult):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-721521596, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721521596, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as OffsetResult); } + } + readRectResult(): RectResult { + let valueDeserializer : Deserializer = this + const x_result : number = (valueDeserializer.readNumber() as number) + const y_result : number = (valueDeserializer.readNumber() as number) + const width_result : number = (valueDeserializer.readNumber() as number) + const height_result : number = (valueDeserializer.readNumber() as number) + let value : RectResult = ({x: x_result,y: y_result,width: width_result,height: height_result} as RectResult) + return value } readScrollToIndexOptions(): ScrollToIndexOptions { let valueDeserializer : Deserializer = this @@ -5829,6 +5976,13 @@ return (_continuationValue as OffsetResult); } let value : ScrollToIndexOptions = ({extraOffset: extraOffset_result} as ScrollToIndexOptions) return value } + readOffsetResult(): OffsetResult { + let valueDeserializer : Deserializer = this + const xOffset_result : number = (valueDeserializer.readNumber() as number) + const yOffset_result : number = (valueDeserializer.readNumber() as number) + let value : OffsetResult = ({xOffset: xOffset_result,yOffset: yOffset_result} as OffsetResult) + return value + } readScrollPageOptions(): ScrollPageOptions { let valueDeserializer : Deserializer = this const next_result : boolean = valueDeserializer.readBoolean() @@ -5911,6 +6065,9 @@ return (_continuationValue as OffsetResult); } let ptr : KPointer = valueDeserializer.readPointer() return RichEditorControllerInternal.fromPtr(ptr) } + readRichEditorAttribute(): RichEditorAttribute { + throw new Error("Interface with functions is not supported") + } readPlaceholderStyle(): PlaceholderStyle { let valueDeserializer : Deserializer = this const font_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6059,6 +6216,31 @@ return (_continuationValue as OffsetResult); } let value : RichEditorRange = ({start: start_result,end: end_result} as RichEditorRange) return value } + readRichEditorSelection(): RichEditorSelection { + let valueDeserializer : Deserializer = this + const selection_buf_value0 : number = (valueDeserializer.readNumber() as number) + const selection_buf_value1 : number = (valueDeserializer.readNumber() as number) + const selection_result : [ number, number ] = ([selection_buf_value0, selection_buf_value1] as [ number, number ]) + const spans_buf_length : int32 = valueDeserializer.readInt32() + let spans_buf : Array = new Array() + for (let spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { + const spans_buf_buf_selector : int32 = valueDeserializer.readInt8() + let spans_buf_buf : RichEditorTextSpanResult | RichEditorImageSpanResult | undefined + if (spans_buf_buf_selector == 0) { + spans_buf_buf = valueDeserializer.readRichEditorTextSpanResult() + } + else if (spans_buf_buf_selector == 1) { + spans_buf_buf = valueDeserializer.readRichEditorImageSpanResult() + } + else { + throw new Error("One of the branches for spans_buf_buf has to be chosen through deserialisation.") + } + spans_buf[spans_buf_i] = (spans_buf_buf as RichEditorTextSpanResult | RichEditorImageSpanResult) + } + const spans_result : Array = spans_buf + let value : RichEditorSelection = ({selection: selection_result,spans: spans_result} as RichEditorSelection) + return value + } readRichEditorParagraphStyleOptions(): RichEditorParagraphStyleOptions { let valueDeserializer : Deserializer = this const start_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6651,14 +6833,15 @@ return (_continuationValue as OffsetResult); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (mode: PanelMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(388680218, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(388680218, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: PanelMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(388680218, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(388680218, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNavContentInfo(): NavContentInfo { let valueDeserializer : Deserializer = this @@ -6744,6 +6927,9 @@ return; } let value : NavigationOptions = ({launchMode: launchMode_result,animated: animated_result} as NavigationOptions) return value } + readNavDestinationAttribute(): NavDestinationAttribute { + throw new Error("Interface with functions is not supported") + } readNavigationToolbarOptions(): NavigationToolbarOptions { let valueDeserializer : Deserializer = this const backgroundColor_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6918,6 +7104,14 @@ return; } let value : SystemBarStyle = ({_SystemBarStyleStub: _SystemBarStyleStub_result} as SystemBarStyle) return value } + readRouteMapConfig(): RouteMapConfig { + let valueDeserializer : Deserializer = this + const name_result : string = (valueDeserializer.readString() as string) + const pageSourceFile_result : string = (valueDeserializer.readString() as string) + const data_result : Object = (valueDeserializer.readCustomObject("Object") as Object) + let value : RouteMapConfig = ({name: name_result,pageSourceFile: pageSourceFile_result,data: data_result} as RouteMapConfig) + return value + } readMenuItemOptions(): MenuItemOptions { let valueDeserializer : Deserializer = this const startIcon_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7133,6 +7327,29 @@ return; } let value : ListDividerOptions = ({strokeWidth: strokeWidth_result,color: color_result,startMargin: startMargin_result,endMargin: endMargin_result} as ListDividerOptions) return value } + readListAttribute(): ListAttribute { + throw new Error("Interface with functions is not supported") + } + readVisibleListContentInfo(): VisibleListContentInfo { + let valueDeserializer : Deserializer = this + const index_result : number = (valueDeserializer.readNumber() as number) + const itemGroupArea_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let itemGroupArea_buf : ListItemGroupArea | undefined + if ((RuntimeType.UNDEFINED) != (itemGroupArea_buf_runtimeType)) + { + itemGroupArea_buf = (valueDeserializer.readInt32() as ListItemGroupArea) + } + const itemGroupArea_result : ListItemGroupArea | undefined = itemGroupArea_buf + const itemIndexInGroup_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let itemIndexInGroup_buf : number | undefined + if ((RuntimeType.UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) + { + itemIndexInGroup_buf = (valueDeserializer.readNumber() as number) + } + const itemIndexInGroup_result : number | undefined = itemIndexInGroup_buf + let value : VisibleListContentInfo = ({index: index_result,itemGroupArea: itemGroupArea_result,itemIndexInGroup: itemIndexInGroup_result} as VisibleListContentInfo) + return value + } readCloseSwipeActionOptions(): CloseSwipeActionOptions { let valueDeserializer : Deserializer = this const onFinish_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7180,37 +7397,52 @@ return; } let value : BreakPoints = ({value: value_result,reference: reference_result} as BreakPoints) return value } + readGridAttribute(): GridAttribute { + throw new Error("Interface with functions is not supported") + } readCallback_Number_Tuple_Number_Number_Number_Number(isSync: boolean = false): ((index: number) => [ number, number, number, number ]) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):[ number, number, number, number ] => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue : [ number, number, number, number ] | undefined; -const _continuationCallback : ((value: [ number, number, number, number ]) => void) = (value: [ number, number, number, number ]):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1618565120, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1618565120, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as [ number, number, number, number ]); } + return (index: number):[ number, number, number, number ] => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue : [ number, number, number, number ] | undefined; + const _continuationCallback : ((value: [ number, number, number, number ]) => void) = (value: [ number, number, number, number ]):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1618565120, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1618565120, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as [ number, number, number, number ]); } } readCallback_Number_Tuple_Number_Number(isSync: boolean = false): ((index: number) => [ number, number ]) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):[ number, number ] => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue : [ number, number ] | undefined; -const _continuationCallback : ((value: [ number, number ]) => void) = (value: [ number, number ]):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1602877440, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1602877440, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as [ number, number ]); } + return (index: number):[ number, number ] => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue : [ number, number ] | undefined; + const _continuationCallback : ((value: [ number, number ]) => void) = (value: [ number, number ]):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1602877440, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1602877440, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as [ number, number ]); } + } + readPanGestureOptions(): PanGestureOptions { + let valueDeserializer : Deserializer = this + let ptr : KPointer = valueDeserializer.readPointer() + return PanGestureOptionsInternal.fromPtr(ptr) + } + readEventTargetInfo(): EventTargetInfo { + let valueDeserializer : Deserializer = this + let ptr : KPointer = valueDeserializer.readPointer() + return EventTargetInfoInternal.fromPtr(ptr) } readWindowStatusType(): WindowStatusType { let valueDeserializer : Deserializer = this @@ -7571,6 +7803,15 @@ return (_continuationValue as [ number, number ]); } let value : AnimateParam = ({duration: duration_result,tempo: tempo_result,curve: curve_result,delay: delay_result,iterations: iterations_result,playMode: playMode_result,onFinish: onFinish_result,finishCallbackType: finishCallbackType_result,expectedFrameRateRange: expectedFrameRateRange_result} as AnimateParam) return value } + readComponent3DAttribute(): Component3DAttribute { + throw new Error("Interface with functions is not supported") + } + readContext(): Context { + let valueDeserializer : Deserializer = this + const _ContextStub_result : string = (valueDeserializer.readString() as string) + let value : Context = ({_ContextStub: _ContextStub_result} as Context) + return value + } readUIGestureEvent(): UIGestureEvent { throw new Error("Interface with functions is not supported") } @@ -7578,15 +7819,16 @@ return (_continuationValue as [ number, number ]); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (isExpanding: boolean, currentRatio: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isExpanding); -_argsSerializer.writeNumber(currentRatio); -(isSync) ? (InteropNativeModule._CallCallbackSync(541663396, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(541663396, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isExpanding: boolean, currentRatio: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isExpanding); + _argsSerializer.writeNumber(currentRatio); + (isSync) ? (InteropNativeModule._CallCallbackSync(541663396, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(541663396, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readVisibleAreaEventOptions(): VisibleAreaEventOptions { let valueDeserializer : Deserializer = this @@ -7610,82 +7852,88 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (oldValue: SizeOptions, newValue: SizeOptions):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSizeOptions(oldValue); -_argsSerializer.writeSizeOptions(newValue); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (oldValue: SizeOptions, newValue: SizeOptions):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSizeOptions(oldValue); + _argsSerializer.writeSizeOptions(newValue); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_MouseEvent_Void(isSync: boolean = false): ((event: MouseEvent) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: MouseEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeMouseEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: MouseEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeMouseEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readHoverCallback(isSync: boolean = false): HoverCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (isHover: boolean, event: HoverEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(68560477, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(68560477, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: HoverEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(68560477, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(68560477, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_KeyEvent_Void(isSync: boolean = false): ((event: KeyEvent) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: KeyEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeKeyEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(707696468, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(707696468, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: KeyEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeKeyEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(707696468, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(707696468, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_TouchEvent_Void(isSync: boolean = false): ((event: TouchEvent) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: TouchEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: TouchEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnMoveHandler(isSync: boolean = false): OnMoveHandler { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (from: number, to: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (from: number, to: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFadingEdgeOptions(): FadingEdgeOptions { let valueDeserializer : Deserializer = this @@ -7705,6 +7953,30 @@ return; } let value : RectShape = ({_RectShapeStub: _RectShapeStub_result} as RectShape) return value } + readCaretOffset(): CaretOffset { + let valueDeserializer : Deserializer = this + const index_result : number = (valueDeserializer.readNumber() as number) + const x_result : number = (valueDeserializer.readNumber() as number) + const y_result : number = (valueDeserializer.readNumber() as number) + let value : CaretOffset = ({index: index_result,x: x_result,y: y_result} as CaretOffset) + return value + } + readDirectionalEdgesT(): DirectionalEdgesT { + let valueDeserializer : Deserializer = this + const start_result : number = (valueDeserializer.readNumber() as number) + const end_result : number = (valueDeserializer.readNumber() as number) + const top_result : number = (valueDeserializer.readNumber() as number) + const bottom_result : number = (valueDeserializer.readNumber() as number) + let value : DirectionalEdgesT = ({start: start_result,end: end_result,top: top_result,bottom: bottom_result} as DirectionalEdgesT) + return value + } + readMeasureResult(): MeasureResult { + let valueDeserializer : Deserializer = this + const width_result : number = (valueDeserializer.readNumber() as number) + const height_result : number = (valueDeserializer.readNumber() as number) + let value : MeasureResult = ({width: width_result,height: height_result} as MeasureResult) + return value + } readConstraintSizeOptions(): ConstraintSizeOptions { let valueDeserializer : Deserializer = this const minWidth_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7742,23 +8014,24 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array):GestureJudgeResult => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBaseGestureEvent(event); -_argsSerializer.writeGestureRecognizer(current); -_argsSerializer.writeInt32(recognizers.length as int32); -for (let i = 0; i < recognizers.length; i++) { - const recognizers_element : GestureRecognizer = recognizers[i]; - _argsSerializer.writeGestureRecognizer(recognizers_element); -} -let _continuationValue : GestureJudgeResult | undefined; -const _continuationCallback : ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureJudgeResult); } + return (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array):GestureJudgeResult => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBaseGestureEvent(event); + _argsSerializer.writeGestureRecognizer(current); + _argsSerializer.writeInt32(recognizers.length as int32); + for (let i = 0; i < recognizers.length; i++) { + const recognizers_element : GestureRecognizer = recognizers[i]; + _argsSerializer.writeGestureRecognizer(recognizers_element); + } + let _continuationValue : GestureJudgeResult | undefined; + const _continuationCallback : ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureJudgeResult); } } readAccessibilityOptions(): AccessibilityOptions { let valueDeserializer : Deserializer = this @@ -9554,14 +9827,15 @@ return (_continuationValue as GestureJudgeResult); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (transitionIn: boolean):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(transitionIn); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (transitionIn: boolean):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(transitionIn); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readForegroundBlurStyleOptions(): ForegroundBlurStyleOptions { let valueDeserializer : Deserializer = this @@ -9772,15 +10046,6 @@ return; } let value : DrawingLattice = ({_DrawingLatticeStub: _DrawingLatticeStub_result} as DrawingLattice) return value } - readRectResult(): RectResult { - let valueDeserializer : Deserializer = this - const x_result : number = (valueDeserializer.readNumber() as number) - const y_result : number = (valueDeserializer.readNumber() as number) - const width_result : number = (valueDeserializer.readNumber() as number) - const height_result : number = (valueDeserializer.readNumber() as number) - let value : RectResult = ({x: x_result,y: y_result,width: width_result,height: height_result} as RectResult) - return value - } readDrawModifier(): DrawModifier { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -9792,11 +10057,32 @@ return; } let value : IntentionCode = ({_IntentionCodeStub: _IntentionCodeStub_result} as IntentionCode) return value } + readSummary(): Summary { + let valueDeserializer : Deserializer = this + const _SummaryStub_result : string = (valueDeserializer.readString() as string) + let value : Summary = ({_SummaryStub: _SummaryStub_result} as Summary) + return value + } readUnifiedData(): UnifiedData { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() return UnifiedDataInternal.fromPtr(ptr) } + readTouchObject(): TouchObject { + let valueDeserializer : Deserializer = this + const type_result : TouchType = (valueDeserializer.readInt32() as TouchType) + const id_result : number = (valueDeserializer.readNumber() as number) + const displayX_result : number = (valueDeserializer.readNumber() as number) + const displayY_result : number = (valueDeserializer.readNumber() as number) + const windowX_result : number = (valueDeserializer.readNumber() as number) + const windowY_result : number = (valueDeserializer.readNumber() as number) + const screenX_result : number = (valueDeserializer.readNumber() as number) + const screenY_result : number = (valueDeserializer.readNumber() as number) + const x_result : number = (valueDeserializer.readNumber() as number) + const y_result : number = (valueDeserializer.readNumber() as number) + let value : TouchObject = ({type: type_result,id: id_result,displayX: displayX_result,displayY: displayY_result,windowX: windowX_result,windowY: windowY_result,screenX: screenX_result,screenY: screenY_result,x: x_result,y: y_result} as TouchObject) + return value + } readColumnSplitDividerStyle(): ColumnSplitDividerStyle { let valueDeserializer : Deserializer = this const startMargin_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -9864,6 +10150,24 @@ return; } let ptr : KPointer = valueDeserializer.readPointer() return ImageBitmapInternal.fromPtr(ptr) } + readTextMetrics(): TextMetrics { + let valueDeserializer : Deserializer = this + const actualBoundingBoxAscent_result : number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxDescent_result : number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxLeft_result : number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxRight_result : number = (valueDeserializer.readNumber() as number) + const alphabeticBaseline_result : number = (valueDeserializer.readNumber() as number) + const emHeightAscent_result : number = (valueDeserializer.readNumber() as number) + const emHeightDescent_result : number = (valueDeserializer.readNumber() as number) + const fontBoundingBoxAscent_result : number = (valueDeserializer.readNumber() as number) + const fontBoundingBoxDescent_result : number = (valueDeserializer.readNumber() as number) + const hangingBaseline_result : number = (valueDeserializer.readNumber() as number) + const ideographicBaseline_result : number = (valueDeserializer.readNumber() as number) + const width_result : number = (valueDeserializer.readNumber() as number) + const height_result : number = (valueDeserializer.readNumber() as number) + let value : TextMetrics = ({actualBoundingBoxAscent: actualBoundingBoxAscent_result,actualBoundingBoxDescent: actualBoundingBoxDescent_result,actualBoundingBoxLeft: actualBoundingBoxLeft_result,actualBoundingBoxRight: actualBoundingBoxRight_result,alphabeticBaseline: alphabeticBaseline_result,emHeightAscent: emHeightAscent_result,emHeightDescent: emHeightDescent_result,fontBoundingBoxAscent: fontBoundingBoxAscent_result,fontBoundingBoxDescent: fontBoundingBoxDescent_result,hangingBaseline: hangingBaseline_result,ideographicBaseline: ideographicBaseline_result,width: width_result,height: height_result} as TextMetrics) + return value + } readImageData(): ImageData { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -10030,6 +10334,9 @@ return; } let value : CalendarDialogOptions = ({hintRadius: hintRadius_result,selected: selected_result,onAccept: onAccept_result,onCancel: onCancel_result,onChange: onChange_result,backgroundColor: backgroundColor_result,backgroundBlurStyle: backgroundBlurStyle_result,acceptButtonStyle: acceptButtonStyle_result,cancelButtonStyle: cancelButtonStyle_result,onDidAppear: onDidAppear_result,onDidDisappear: onDidDisappear_result,onWillAppear: onWillAppear_result,onWillDisappear: onWillDisappear_result,shadow: shadow_result,enableHoverMode: enableHoverMode_result,hoverModeArea: hoverModeArea_result} as CalendarDialogOptions) return value } + readCalendarPickerAttribute(): CalendarPickerAttribute { + throw new Error("Interface with functions is not supported") + } readCalendarController(): CalendarController { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -10189,6 +10496,9 @@ return; } let value : BadgeStyle = ({color: color_result,fontSize: fontSize_result,badgeSize: badgeSize_result,badgeColor: badgeColor_result,borderColor: borderColor_result,borderWidth: borderWidth_result,fontWeight: fontWeight_result} as BadgeStyle) return value } + readAlphabetIndexerAttribute(): AlphabetIndexerAttribute { + throw new Error("Interface with functions is not supported") + } readAlertDialogParamWithOptions(): AlertDialogParamWithOptions { let valueDeserializer : Deserializer = this const title_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -12159,14 +12469,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-588228933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-588228933, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-588228933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-588228933, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSnapshotOptions(): SnapshotOptions { let valueDeserializer : Deserializer = this @@ -12191,29 +12502,31 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (result: PixelMap):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePixelMap(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(1289587365, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1289587365, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (result: PixelMap):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePixelMap(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(1289587365, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1289587365, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RangeUpdate(isSync: boolean = false): Callback_RangeUpdate { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: int32, mark: KPointer, end: int32):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(index); -_argsSerializer.writePointer(mark); -_argsSerializer.writeInt32(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(797834474, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(797834474, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: int32, mark: KPointer, end: int32):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(index); + _argsSerializer.writePointer(mark); + _argsSerializer.writeInt32(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(797834474, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(797834474, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDoubleAnimationParam(): DoubleAnimationParam { let valueDeserializer : Deserializer = this @@ -12277,77 +12590,82 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (options: WithThemeOptions):WithThemeAttribute => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWithThemeOptions(options); -let _continuationValue : WithThemeAttribute | undefined; -const _continuationCallback : ((value: WithThemeAttribute) => void) = (value: WithThemeAttribute):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(219587748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(219587748, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WithThemeAttribute); } + return (options: WithThemeOptions):WithThemeAttribute => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWithThemeOptions(options); + let _continuationValue : WithThemeAttribute | undefined; + const _continuationCallback : ((value: WithThemeAttribute) => void) = (value: WithThemeAttribute):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(219587748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(219587748, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WithThemeAttribute); } } readType_NavigationAttribute_customNavContentTransition_delegate(isSync: boolean = false): ((from: NavContentInfo,to: NavContentInfo,operation: NavigationOperation) => NavigationAnimatedTransition | undefined) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (from: NavContentInfo, to: NavContentInfo, operation: NavigationOperation):NavigationAnimatedTransition | undefined => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavContentInfo(from); -_argsSerializer.writeNavContentInfo(to); -_argsSerializer.writeInt32((operation.valueOf() as int32)); -let _continuationValue : NavigationAnimatedTransition | undefined; -const _continuationCallback : ((value: NavigationAnimatedTransition | undefined) => void) = (value?: NavigationAnimatedTransition | undefined):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1044833488, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1044833488, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as NavigationAnimatedTransition | undefined); } + return (from: NavContentInfo, to: NavContentInfo, operation: NavigationOperation):NavigationAnimatedTransition | undefined => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavContentInfo(from); + _argsSerializer.writeNavContentInfo(to); + _argsSerializer.writeInt32((operation.valueOf() as int32)); + let _continuationValue : NavigationAnimatedTransition | undefined; + const _continuationCallback : ((value: NavigationAnimatedTransition | undefined) => void) = (value?: NavigationAnimatedTransition | undefined):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1044833488, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1044833488, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as NavigationAnimatedTransition | undefined); } } readSliderTriggerChangeCallback(isSync: boolean = false): SliderTriggerChangeCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: number, mode: SliderChangeMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(value); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(711649376, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(711649376, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: number, mode: SliderChangeMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(value); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(711649376, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(711649376, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPageTransitionCallback(isSync: boolean = false): PageTransitionCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (type: RouteType, progress: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((type.valueOf() as int32)); -_argsSerializer.writeNumber(progress); -(isSync) ? (InteropNativeModule._CallCallbackSync(1627123591, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1627123591, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (type: RouteType, progress: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((type.valueOf() as int32)); + _argsSerializer.writeNumber(progress); + (isSync) ? (InteropNativeModule._CallCallbackSync(1627123591, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1627123591, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnScrollCallback(isSync: boolean = false): OnScrollCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (scrollOffset: number, scrollState: ScrollState):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(scrollOffset); -_argsSerializer.writeInt32((scrollState.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-160015401, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-160015401, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (scrollOffset: number, scrollState: ScrollState):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(scrollOffset); + _argsSerializer.writeInt32((scrollState.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-160015401, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-160015401, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIsolatedOptions(): IsolatedOptions { let valueDeserializer : Deserializer = this @@ -12360,17 +12678,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (options: IsolatedOptions):IsolatedComponentAttribute => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIsolatedOptions(options); -let _continuationValue : IsolatedComponentAttribute | undefined; -const _continuationCallback : ((value: IsolatedComponentAttribute) => void) = (value: IsolatedComponentAttribute):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2139680213, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2139680213, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as IsolatedComponentAttribute); } + return (options: IsolatedOptions):IsolatedComponentAttribute => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIsolatedOptions(options); + let _continuationValue : IsolatedComponentAttribute | undefined; + const _continuationCallback : ((value: IsolatedComponentAttribute) => void) = (value: IsolatedComponentAttribute):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2139680213, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2139680213, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as IsolatedComponentAttribute); } } readWithThemeAttribute(): WithThemeAttribute { let value : WithThemeAttribute = ({} as WithThemeAttribute) @@ -12380,297 +12699,315 @@ return (_continuationValue as IsolatedComponentAttribute); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: WithThemeAttribute):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWithThemeAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1436479104, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1436479104, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WithThemeAttribute):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWithThemeAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1436479104, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1436479104, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_WebResourceResponse_Void(isSync: boolean = false): ((value: WebResourceResponse) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: WebResourceResponse):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebResourceResponse(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(831645046, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(831645046, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WebResourceResponse):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebResourceResponse(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(831645046, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(831645046, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_WebKeyboardOptions_Void(isSync: boolean = false): ((value: WebKeyboardOptions) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: WebKeyboardOptions):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebKeyboardOptions(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WebKeyboardOptions):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebKeyboardOptions(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Union_CustomBuilder_DragItemInfo_Void(isSync: boolean = false): ((value: CustomBuilder | DragItemInfo) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: CustomBuilder | DragItemInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.FUNCTION == value_type))) { - _argsSerializer.writeInt8(0 as int32); - const value_0 = value as CustomBuilder; - _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value_0)); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1 as int32); - const value_1 = value as DragItemInfo; - _argsSerializer.writeDragItemInfo(value_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-620935067, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-620935067, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CustomBuilder | DragItemInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.FUNCTION == value_type))) { + _argsSerializer.writeInt8(0 as int32); + const value_0 = value as CustomBuilder; + _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value_0)); + } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1 as int32); + const value_1 = value as DragItemInfo; + _argsSerializer.writeDragItemInfo(value_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-620935067, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-620935067, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Tuple_Number_Number_Void(isSync: boolean = false): ((value: [ number, number ]) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: [ number, number ]):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_0 = value[0]; -_argsSerializer.writeNumber(value_0); -const value_1 = value[1]; -_argsSerializer.writeNumber(value_1); -(isSync) ? (InteropNativeModule._CallCallbackSync(-607365481, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-607365481, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: [ number, number ]):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_0 = value[0]; + _argsSerializer.writeNumber(value_0); + const value_1 = value[1]; + _argsSerializer.writeNumber(value_1); + (isSync) ? (InteropNativeModule._CallCallbackSync(-607365481, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-607365481, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Tuple_Number_Number_Number_Number_Void(isSync: boolean = false): ((value: [ number, number, number, number ]) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: [ number, number, number, number ]):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_0 = value[0]; -_argsSerializer.writeNumber(value_0); -const value_1 = value[1]; -_argsSerializer.writeNumber(value_1); -const value_2 = value[2]; -_argsSerializer.writeNumber(value_2); -const value_3 = value[3]; -_argsSerializer.writeNumber(value_3); -(isSync) ? (InteropNativeModule._CallCallbackSync(148489367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(148489367, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: [ number, number, number, number ]):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_0 = value[0]; + _argsSerializer.writeNumber(value_0); + const value_1 = value[1]; + _argsSerializer.writeNumber(value_1); + const value_2 = value[2]; + _argsSerializer.writeNumber(value_2); + const value_3 = value[3]; + _argsSerializer.writeNumber(value_3); + (isSync) ? (InteropNativeModule._CallCallbackSync(148489367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(148489367, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_TouchResult_Void(isSync: boolean = false): ((value: TouchResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: TouchResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1943507619, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1943507619, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TouchResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1943507619, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1943507619, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_String_Unknown_Void(isSync: boolean = false): ((name: string,param: object) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (name: string, param: object):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(name); -_argsSerializer.writeCustomObject("Any", param); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (name: string, param: object):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(name); + _argsSerializer.writeCustomObject("Any", param); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Pointer_Void(isSync: boolean = false): ((value: KPointer) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: KPointer):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePointer(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(721562324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(721562324, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: KPointer):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePointer(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(721562324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(721562324, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_TabContentAnimatedTransition_Void(isSync: boolean = false): ((value: TabContentAnimatedTransition | undefined) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value?: TabContentAnimatedTransition | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type as int32); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeTabContentAnimatedTransition(value_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-143931627, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143931627, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: TabContentAnimatedTransition | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type as int32); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeTabContentAnimatedTransition(value_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-143931627, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143931627, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_StyledString_Opt_Array_String_Void(isSync: boolean = false): ((value?: StyledString | undefined,error?: Array | undefined) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value?: StyledString | undefined, error?: Array | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type as int32); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeStyledString(value_value); -} -let error_type : int32 = RuntimeType.UNDEFINED; -error_type = runtimeType(error); -_argsSerializer.writeInt8(error_type as int32); -if ((RuntimeType.UNDEFINED) != (error_type)) { - const error_value = error!; - _argsSerializer.writeInt32(error_value.length as int32); - for (let i = 0; i < error_value.length; i++) { - const error_value_element : string = error_value[i]; - _argsSerializer.writeString(error_value_element); - } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-756319131, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-756319131, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: StyledString | undefined, error?: Array | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type as int32); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeStyledString(value_value); + } + let error_type : int32 = RuntimeType.UNDEFINED; + error_type = runtimeType(error); + _argsSerializer.writeInt8(error_type as int32); + if ((RuntimeType.UNDEFINED) != (error_type)) { + const error_value = error!; + _argsSerializer.writeInt32(error_value.length as int32); + for (let i = 0; i < error_value.length; i++) { + const error_value_element : string = error_value[i]; + _argsSerializer.writeString(error_value_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-756319131, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-756319131, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_NavigationAnimatedTransition_Void(isSync: boolean = false): ((value: NavigationAnimatedTransition | undefined) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value?: NavigationAnimatedTransition | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type as int32); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeNavigationAnimatedTransition(value_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: NavigationAnimatedTransition | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type as int32); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeNavigationAnimatedTransition(value_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_Array_String_Void(isSync: boolean = false): ((error?: Array | undefined) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (error?: Array | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let error_type : int32 = RuntimeType.UNDEFINED; -error_type = runtimeType(error); -_argsSerializer.writeInt8(error_type as int32); -if ((RuntimeType.UNDEFINED) != (error_type)) { - const error_value = error!; - _argsSerializer.writeInt32(error_value.length as int32); - for (let i = 0; i < error_value.length; i++) { - const error_value_element : string = error_value[i]; - _argsSerializer.writeString(error_value_element); - } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-543655128, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-543655128, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (error?: Array | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let error_type : int32 = RuntimeType.UNDEFINED; + error_type = runtimeType(error); + _argsSerializer.writeInt8(error_type as int32); + if ((RuntimeType.UNDEFINED) != (error_type)) { + const error_value = error!; + _argsSerializer.writeInt32(error_value.length as int32); + for (let i = 0; i < error_value.length; i++) { + const error_value_element : string = error_value[i]; + _argsSerializer.writeString(error_value_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-543655128, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-543655128, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_OnScrollFrameBeginHandlerResult_Void(isSync: boolean = false): ((value: OnScrollFrameBeginHandlerResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: OnScrollFrameBeginHandlerResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScrollFrameBeginHandlerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1637092936, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1637092936, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: OnScrollFrameBeginHandlerResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScrollFrameBeginHandlerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1637092936, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1637092936, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_OffsetResult_Void(isSync: boolean = false): ((value: OffsetResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: OffsetResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOffsetResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1295952075, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1295952075, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: OffsetResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOffsetResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1295952075, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1295952075, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationTitleMode_Void(isSync: boolean = false): ((titleMode: NavigationTitleMode) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (titleMode: NavigationTitleMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((titleMode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1685437830, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1685437830, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (titleMode: NavigationTitleMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((titleMode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1685437830, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1685437830, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationMode_Void(isSync: boolean = false): ((mode: NavigationMode) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (mode: NavigationMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(960690982, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(960690982, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: NavigationMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(960690982, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(960690982, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Number_offsetRemain_Void(isSync: boolean = false): ((value: Literal_Number_offsetRemain) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: Literal_Number_offsetRemain):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_offsetRemain = value.offsetRemain; -_argsSerializer.writeNumber(value_offsetRemain); -(isSync) ? (InteropNativeModule._CallCallbackSync(-251706058, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-251706058, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: Literal_Number_offsetRemain):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_offsetRemain = value.offsetRemain; + _argsSerializer.writeNumber(value_offsetRemain); + (isSync) ? (InteropNativeModule._CallCallbackSync(-251706058, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-251706058, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIsolatedComponentAttribute(): IsolatedComponentAttribute { throw new Error("Interface with functions is not supported") @@ -12679,110 +13016,118 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: IsolatedComponentAttribute):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIsolatedComponentAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(719029905, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(719029905, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: IsolatedComponentAttribute):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIsolatedComponentAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(719029905, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(719029905, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_HitTestMode_Void(isSync: boolean = false): ((value: HitTestMode) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: HitTestMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((value.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: HitTestMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((value.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_GestureRecognizer_Void(isSync: boolean = false): ((value: GestureRecognizer) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: GestureRecognizer):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureRecognizer(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(776202910, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(776202910, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: GestureRecognizer):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureRecognizer(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(776202910, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(776202910, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_GestureJudgeResult_Void(isSync: boolean = false): ((value: GestureJudgeResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: GestureJudgeResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((value.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-684588584, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-684588584, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: GestureJudgeResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((value.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-684588584, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-684588584, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_CustomBuilder_Void(isSync: boolean = false): ((value: CustomBuilder) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: CustomBuilder):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-721106019, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721106019, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CustomBuilder):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-721106019, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721106019, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ComputedBarAttribute_Void(isSync: boolean = false): ((value: ComputedBarAttribute) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: ComputedBarAttribute):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeComputedBarAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: ComputedBarAttribute):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeComputedBarAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Array_String_Void(isSync: boolean = false): ((value: Array) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: Array):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value.length as int32); -for (let i = 0; i < value.length; i++) { - const value_element : string = value[i]; - _argsSerializer.writeString(value_element); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-440782244, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-440782244, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: Array):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value.length as int32); + for (let i = 0; i < value.length; i++) { + const value_element : string = value[i]; + _argsSerializer.writeString(value_element); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-440782244, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-440782244, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readButtonTriggerClickCallback(isSync: boolean = false): ButtonTriggerClickCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (xPos: number, yPos: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xPos); -_argsSerializer.writeNumber(yPos); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (xPos: number, yPos: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xPos); + _argsSerializer.writeNumber(yPos); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLinearIndicatorController(): LinearIndicatorController { let valueDeserializer : Deserializer = this @@ -12823,11 +13168,6 @@ return; } let value : ImageAttachmentInterface = ({value: value_result,size: size_result,verticalAlign: verticalAlign_result,objectFit: objectFit_result,layoutStyle: layoutStyle_result} as ImageAttachmentInterface) return value } - readMutableStyledString(): MutableStyledString { - let valueDeserializer : Deserializer = this - let ptr : KPointer = valueDeserializer.readPointer() - return MutableStyledStringInternal.fromPtr(ptr) - } readUrlStyle(): UrlStyle { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -13062,23 +13402,24 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: Literal_Number_code_Want_want):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const parameter_code = parameter.code; -_argsSerializer.writeNumber(parameter_code); -const parameter_want = parameter.want; -let parameter_want_type : int32 = RuntimeType.UNDEFINED; -parameter_want_type = runtimeType(parameter_want); -_argsSerializer.writeInt8(parameter_want_type as int32); -if ((RuntimeType.UNDEFINED) != (parameter_want_type)) { - const parameter_want_value = parameter_want!; - _argsSerializer.writeWant(parameter_want_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-582934742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-582934742, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: Literal_Number_code_Want_want):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const parameter_code = parameter.code; + _argsSerializer.writeNumber(parameter_code); + const parameter_want = parameter.want; + let parameter_want_type : int32 = RuntimeType.UNDEFINED; + parameter_want_type = runtimeType(parameter_want); + _argsSerializer.writeInt8(parameter_want_type as int32); + if ((RuntimeType.UNDEFINED) != (parameter_want_type)) { + const parameter_want_value = parameter_want!; + _argsSerializer.writeWant(parameter_want_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-582934742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-582934742, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readReceiveCallback(): ReceiveCallback { let valueDeserializer : Deserializer = this @@ -13218,20 +13559,21 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Object | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeCustomObject("Object", event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-823037763, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-823037763, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: Object | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeCustomObject("Object", event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-823037763, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-823037763, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readXComponentOptions(): XComponentOptions { let valueDeserializer : Deserializer = this @@ -13263,14 +13605,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (details: AdsBlockedDetails):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeAdsBlockedDetails(details); -(isSync) ? (InteropNativeModule._CallCallbackSync(1572284740, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1572284740, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (details: AdsBlockedDetails):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeAdsBlockedDetails(details); + (isSync) ? (InteropNativeModule._CallCallbackSync(1572284740, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1572284740, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWebKeyboardOptions(): WebKeyboardOptions { let valueDeserializer : Deserializer = this @@ -13311,30 +13654,32 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (keyboardCallbackInfo: WebKeyboardCallbackInfo):WebKeyboardOptions => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebKeyboardCallbackInfo(keyboardCallbackInfo); -let _continuationValue : WebKeyboardOptions | undefined; -const _continuationCallback : ((value: WebKeyboardOptions) => void) = (value: WebKeyboardOptions):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WebKeyboardOptions); } + return (keyboardCallbackInfo: WebKeyboardCallbackInfo):WebKeyboardOptions => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebKeyboardCallbackInfo(keyboardCallbackInfo); + let _continuationValue : WebKeyboardOptions | undefined; + const _continuationCallback : ((value: WebKeyboardOptions) => void) = (value: WebKeyboardOptions):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WebKeyboardOptions); } } readOnViewportFitChangedCallback(isSync: boolean = false): OnViewportFitChangedCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (viewportFit: ViewportFit):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((viewportFit.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1847083191, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1847083191, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (viewportFit: ViewportFit):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((viewportFit.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1847083191, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1847083191, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readExpandedMenuItemOptions(): ExpandedMenuItemOptions { let valueDeserializer : Deserializer = this @@ -13376,13 +13721,14 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(1334389194, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1334389194, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return ():void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(1334389194, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1334389194, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRenderProcessNotRespondingData(): RenderProcessNotRespondingData { let valueDeserializer : Deserializer = this @@ -13396,14 +13742,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (data: RenderProcessNotRespondingData):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRenderProcessNotRespondingData(data); -(isSync) ? (InteropNativeModule._CallCallbackSync(47282303, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(47282303, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (data: RenderProcessNotRespondingData):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRenderProcessNotRespondingData(data); + (isSync) ? (InteropNativeModule._CallCallbackSync(47282303, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(47282303, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeMediaPlayerConfig(): NativeMediaPlayerConfig { let valueDeserializer : Deserializer = this @@ -13416,17 +13763,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (webResourceRequest: WebResourceRequest):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebResourceRequest(webResourceRequest); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(865258467, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(865258467, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (webResourceRequest: WebResourceRequest):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebResourceRequest(webResourceRequest); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(865258467, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(865258467, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readNativeEmbedTouchInfo(): NativeEmbedTouchInfo { let valueDeserializer : Deserializer = this @@ -13458,14 +13806,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: NativeEmbedTouchInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedTouchInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: NativeEmbedTouchInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedTouchInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeEmbedVisibilityInfo(): NativeEmbedVisibilityInfo { let valueDeserializer : Deserializer = this @@ -13478,14 +13827,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedVisibilityInfo(nativeEmbedVisibilityInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedVisibilityInfo(nativeEmbedVisibilityInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeEmbedDataInfo(): NativeEmbedDataInfo { let valueDeserializer : Deserializer = this @@ -13524,14 +13874,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: NativeEmbedDataInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedDataInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(477481563, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(477481563, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: NativeEmbedDataInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedDataInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(477481563, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(477481563, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readScriptItem(): ScriptItem { let valueDeserializer : Deserializer = this @@ -13556,14 +13907,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (details: IntelligentTrackingPreventionDetails):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIntelligentTrackingPreventionDetails(details); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (details: IntelligentTrackingPreventionDetails):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIntelligentTrackingPreventionDetails(details); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLoadCommittedDetails(): LoadCommittedDetails { let valueDeserializer : Deserializer = this @@ -13579,27 +13931,29 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (loadCommittedDetails: LoadCommittedDetails):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeLoadCommittedDetails(loadCommittedDetails); -(isSync) ? (InteropNativeModule._CallCallbackSync(-398722176, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-398722176, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (loadCommittedDetails: LoadCommittedDetails):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeLoadCommittedDetails(loadCommittedDetails); + (isSync) ? (InteropNativeModule._CallCallbackSync(-398722176, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-398722176, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSafeBrowsingCheckResultCallback(isSync: boolean = false): OnSafeBrowsingCheckResultCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (threatType: ThreatType):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((threatType.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (threatType: ThreatType):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((threatType.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnOverScrollEvent(): OnOverScrollEvent { let valueDeserializer : Deserializer = this @@ -13612,14 +13966,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnOverScrollEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnOverScrollEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-860386431, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-860386431, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnOverScrollEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnOverScrollEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-860386431, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-860386431, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnLoadInterceptEvent(): OnLoadInterceptEvent { let valueDeserializer : Deserializer = this @@ -13631,17 +13986,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnLoadInterceptEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnLoadInterceptEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1231444306, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1231444306, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnLoadInterceptEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnLoadInterceptEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1231444306, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1231444306, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readLargestContentfulPaint(): LargestContentfulPaint { let valueDeserializer : Deserializer = this @@ -13694,14 +14050,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (largestContentfulPaint: LargestContentfulPaint):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeLargestContentfulPaint(largestContentfulPaint); -(isSync) ? (InteropNativeModule._CallCallbackSync(1390640532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1390640532, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (largestContentfulPaint: LargestContentfulPaint):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeLargestContentfulPaint(largestContentfulPaint); + (isSync) ? (InteropNativeModule._CallCallbackSync(1390640532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1390640532, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFirstMeaningfulPaint(): FirstMeaningfulPaint { let valueDeserializer : Deserializer = this @@ -13726,14 +14083,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (firstMeaningfulPaint: FirstMeaningfulPaint):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFirstMeaningfulPaint(firstMeaningfulPaint); -(isSync) ? (InteropNativeModule._CallCallbackSync(767275770, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(767275770, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (firstMeaningfulPaint: FirstMeaningfulPaint):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFirstMeaningfulPaint(firstMeaningfulPaint); + (isSync) ? (InteropNativeModule._CallCallbackSync(767275770, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(767275770, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFirstContentfulPaintEvent(): OnFirstContentfulPaintEvent { let valueDeserializer : Deserializer = this @@ -13746,14 +14104,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnFirstContentfulPaintEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFirstContentfulPaintEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnFirstContentfulPaintEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFirstContentfulPaintEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnAudioStateChangedEvent(): OnAudioStateChangedEvent { let valueDeserializer : Deserializer = this @@ -13765,14 +14124,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnAudioStateChangedEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnAudioStateChangedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnAudioStateChangedEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnAudioStateChangedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnDataResubmittedEvent(): OnDataResubmittedEvent { let valueDeserializer : Deserializer = this @@ -13784,14 +14144,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnDataResubmittedEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnDataResubmittedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(118631204, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(118631204, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnDataResubmittedEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnDataResubmittedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(118631204, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(118631204, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageVisibleEvent(): OnPageVisibleEvent { let valueDeserializer : Deserializer = this @@ -13803,14 +14164,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnPageVisibleEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageVisibleEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1805946367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1805946367, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageVisibleEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageVisibleEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1805946367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1805946367, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFaviconReceivedEvent(): OnFaviconReceivedEvent { let valueDeserializer : Deserializer = this @@ -13822,14 +14184,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnFaviconReceivedEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFaviconReceivedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-243916553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-243916553, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnFaviconReceivedEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFaviconReceivedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-243916553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-243916553, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTouchIconUrlReceivedEvent(): OnTouchIconUrlReceivedEvent { let valueDeserializer : Deserializer = this @@ -13842,14 +14205,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnTouchIconUrlReceivedEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnTouchIconUrlReceivedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1657893064, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1657893064, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnTouchIconUrlReceivedEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnTouchIconUrlReceivedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1657893064, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1657893064, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnWindowNewEvent(): OnWindowNewEvent { let valueDeserializer : Deserializer = this @@ -13864,14 +14228,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnWindowNewEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnWindowNewEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnWindowNewEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnWindowNewEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnClientAuthenticationEvent(): OnClientAuthenticationEvent { let valueDeserializer : Deserializer = this @@ -13897,14 +14262,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnClientAuthenticationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnClientAuthenticationEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(608991355, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(608991355, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnClientAuthenticationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnClientAuthenticationEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(608991355, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(608991355, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSslErrorEvent(): SslErrorEvent { let valueDeserializer : Deserializer = this @@ -13922,14 +14288,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (sslErrorEvent: SslErrorEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSslErrorEvent(sslErrorEvent); -(isSync) ? (InteropNativeModule._CallCallbackSync(-399603614, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-399603614, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (sslErrorEvent: SslErrorEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSslErrorEvent(sslErrorEvent); + (isSync) ? (InteropNativeModule._CallCallbackSync(-399603614, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-399603614, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSslErrorEventReceiveEvent(): OnSslErrorEventReceiveEvent { let valueDeserializer : Deserializer = this @@ -13954,14 +14321,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnSslErrorEventReceiveEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnSslErrorEventReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1624791665, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1624791665, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnSslErrorEventReceiveEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnSslErrorEventReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1624791665, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1624791665, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnScrollEvent(): OnScrollEvent { let valueDeserializer : Deserializer = this @@ -13974,14 +14342,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnScrollEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScrollEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-172908881, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-172908881, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScrollEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScrollEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-172908881, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-172908881, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSearchResultReceiveEvent(): OnSearchResultReceiveEvent { let valueDeserializer : Deserializer = this @@ -13995,26 +14364,28 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnSearchResultReceiveEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnSearchResultReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1495570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1495570, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnSearchResultReceiveEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnSearchResultReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1495570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1495570, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContextMenuHideCallback(isSync: boolean = false): OnContextMenuHideCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(1788572278, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1788572278, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return ():void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(1788572278, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1788572278, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContextMenuShowEvent(): OnContextMenuShowEvent { let valueDeserializer : Deserializer = this @@ -14027,17 +14398,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnContextMenuShowEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnContextMenuShowEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(332449533, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(332449533, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnContextMenuShowEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnContextMenuShowEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(332449533, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(332449533, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScreenCaptureRequestEvent(): OnScreenCaptureRequestEvent { let valueDeserializer : Deserializer = this @@ -14049,14 +14421,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnScreenCaptureRequestEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScreenCaptureRequestEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScreenCaptureRequestEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScreenCaptureRequestEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPermissionRequestEvent(): OnPermissionRequestEvent { let valueDeserializer : Deserializer = this @@ -14068,14 +14441,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnPermissionRequestEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPermissionRequestEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(529980696, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(529980696, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPermissionRequestEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPermissionRequestEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(529980696, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(529980696, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnInterceptRequestEvent(): OnInterceptRequestEvent { let valueDeserializer : Deserializer = this @@ -14087,17 +14461,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnInterceptRequestEvent):WebResourceResponse => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnInterceptRequestEvent(parameter); -let _continuationValue : WebResourceResponse | undefined; -const _continuationCallback : ((value: WebResourceResponse) => void) = (value: WebResourceResponse):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1442698200, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1442698200, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WebResourceResponse); } + return (parameter: OnInterceptRequestEvent):WebResourceResponse => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnInterceptRequestEvent(parameter); + let _continuationValue : WebResourceResponse | undefined; + const _continuationCallback : ((value: WebResourceResponse) => void) = (value: WebResourceResponse):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1442698200, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1442698200, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WebResourceResponse); } } readOnHttpAuthRequestEvent(): OnHttpAuthRequestEvent { let valueDeserializer : Deserializer = this @@ -14111,17 +14486,18 @@ return (_continuationValue as WebResourceResponse); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnHttpAuthRequestEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnHttpAuthRequestEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(780282803, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(780282803, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnHttpAuthRequestEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnHttpAuthRequestEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(780282803, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(780282803, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScaleChangeEvent(): OnScaleChangeEvent { let valueDeserializer : Deserializer = this @@ -14134,14 +14510,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnScaleChangeEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScaleChangeEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScaleChangeEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScaleChangeEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFullScreenEnterEvent(): FullScreenEnterEvent { let valueDeserializer : Deserializer = this @@ -14167,14 +14544,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: FullScreenEnterEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFullScreenEnterEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(81230317, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(81230317, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: FullScreenEnterEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFullScreenEnterEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(81230317, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(81230317, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnResourceLoadEvent(): OnResourceLoadEvent { let valueDeserializer : Deserializer = this @@ -14186,59 +14564,62 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnResourceLoadEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnResourceLoadEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(793995118, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(793995118, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnResourceLoadEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnResourceLoadEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(793995118, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(793995118, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readType_WebAttribute_onFileSelectorShow_callback(isSync: boolean = false): ((event?: Literal_Function_callback__Object_fileSelector) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Literal_Function_callback__Object_fileSelector | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_callback_ = event_value.callback_; - _argsSerializer.writeFunction(event_value_callback_); - const event_value_fileSelector = event_value.fileSelector; - _argsSerializer.writeCustomObject("Object", event_value_fileSelector); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(1962174977, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1962174977, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: Literal_Function_callback__Object_fileSelector | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_callback_ = event_value.callback_; + _argsSerializer.writeFunction(event_value_callback_); + const event_value_fileSelector = event_value.fileSelector; + _argsSerializer.writeCustomObject("Object", event_value_fileSelector); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(1962174977, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1962174977, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Object_detail_Boolean(isSync: boolean = false): ((event?: Literal_Object_detail) => boolean) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Literal_Object_detail | undefined):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_detail = event_value.detail; - _argsSerializer.writeCustomObject("Object", event_value_detail); -} -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(222742448, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(222742448, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (event?: Literal_Object_detail | undefined):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_detail = event_value.detail; + _argsSerializer.writeCustomObject("Object", event_value_detail); + } + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(222742448, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(222742448, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnShowFileSelectorEvent(): OnShowFileSelectorEvent { let valueDeserializer : Deserializer = this @@ -14251,17 +14632,18 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnShowFileSelectorEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnShowFileSelectorEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-636069598, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-636069598, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnShowFileSelectorEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnShowFileSelectorEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-636069598, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-636069598, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnRenderExitedEvent(): OnRenderExitedEvent { let valueDeserializer : Deserializer = this @@ -14273,70 +14655,73 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnRenderExitedEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnRenderExitedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnRenderExitedEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnRenderExitedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Function_handler_Object_error_Void(isSync: boolean = false): ((event?: Literal_Function_handler_Object_error) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Literal_Function_handler_Object_error | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_handler = event_value.handler; - _argsSerializer.writeFunction(event_value_handler); - const event_value_error = event_value.error; - _argsSerializer.writeCustomObject("Object", event_value_error); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(361012115, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(361012115, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: Literal_Function_handler_Object_error | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_handler = event_value.handler; + _argsSerializer.writeFunction(event_value_handler); + const event_value_error = event_value.error; + _argsSerializer.writeCustomObject("Object", event_value_error); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(361012115, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(361012115, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readType_WebAttribute_onUrlLoadIntercept_callback(isSync: boolean = false): ((event?: Literal_Union_String_WebResourceRequest_data) => boolean) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Literal_Union_String_WebResourceRequest_data | undefined):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_data = event_value.data; - let event_value_data_type : int32 = RuntimeType.UNDEFINED; - event_value_data_type = runtimeType(event_value_data); - if (((RuntimeType.STRING == event_value_data_type))) { - _argsSerializer.writeInt8(0 as int32); - const event_value_data_0 = event_value_data as string; - _argsSerializer.writeString(event_value_data_0); - } - else if (((RuntimeType.OBJECT == event_value_data_type))) { - _argsSerializer.writeInt8(1 as int32); - const event_value_data_1 = event_value_data as WebResourceRequest; - _argsSerializer.writeWebResourceRequest(event_value_data_1); - } -} -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-985284966, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-985284966, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (event?: Literal_Union_String_WebResourceRequest_data | undefined):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_data = event_value.data; + let event_value_data_type : int32 = RuntimeType.UNDEFINED; + event_value_data_type = runtimeType(event_value_data); + if (((RuntimeType.STRING == event_value_data_type))) { + _argsSerializer.writeInt8(0 as int32); + const event_value_data_0 = event_value_data as string; + _argsSerializer.writeString(event_value_data_0); + } + else if (((RuntimeType.OBJECT == event_value_data_type))) { + _argsSerializer.writeInt8(1 as int32); + const event_value_data_1 = event_value_data as WebResourceRequest; + _argsSerializer.writeWebResourceRequest(event_value_data_1); + } + } + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-985284966, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-985284966, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnRefreshAccessedHistoryEvent(): OnRefreshAccessedHistoryEvent { let valueDeserializer : Deserializer = this @@ -14349,14 +14734,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnRefreshAccessedHistoryEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnRefreshAccessedHistoryEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1978364344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1978364344, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnRefreshAccessedHistoryEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnRefreshAccessedHistoryEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1978364344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1978364344, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnDownloadStartEvent(): OnDownloadStartEvent { let valueDeserializer : Deserializer = this @@ -14372,14 +14758,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnDownloadStartEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnDownloadStartEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1834611702, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1834611702, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnDownloadStartEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnDownloadStartEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1834611702, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1834611702, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnHttpErrorReceiveEvent(): OnHttpErrorReceiveEvent { let valueDeserializer : Deserializer = this @@ -14392,14 +14779,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnHttpErrorReceiveEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnHttpErrorReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnHttpErrorReceiveEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnHttpErrorReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnErrorReceiveEvent(): OnErrorReceiveEvent { let valueDeserializer : Deserializer = this @@ -14412,14 +14800,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnErrorReceiveEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnErrorReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnErrorReceiveEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnErrorReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnConsoleEvent(): OnConsoleEvent { let valueDeserializer : Deserializer = this @@ -14431,17 +14820,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnConsoleEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnConsoleEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(893367077, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(893367077, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnConsoleEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnConsoleEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(893367077, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(893367077, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnPromptEvent(): OnPromptEvent { let valueDeserializer : Deserializer = this @@ -14456,17 +14846,18 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnPromptEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPromptEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnPromptEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPromptEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnConfirmEvent(): OnConfirmEvent { let valueDeserializer : Deserializer = this @@ -14480,17 +14871,18 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnConfirmEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnConfirmEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(317864672, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(317864672, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnConfirmEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnConfirmEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(317864672, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(317864672, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnBeforeUnloadEvent(): OnBeforeUnloadEvent { let valueDeserializer : Deserializer = this @@ -14504,17 +14896,18 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnBeforeUnloadEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnBeforeUnloadEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-873162122, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-873162122, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnBeforeUnloadEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnBeforeUnloadEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-873162122, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-873162122, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnAlertEvent(): OnAlertEvent { let valueDeserializer : Deserializer = this @@ -14528,17 +14921,18 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnAlertEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnAlertEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(806070428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(806070428, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnAlertEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnAlertEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(806070428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(806070428, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnGeolocationShowEvent(): OnGeolocationShowEvent { let valueDeserializer : Deserializer = this @@ -14551,14 +14945,15 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnGeolocationShowEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnGeolocationShowEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-941896815, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-941896815, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnGeolocationShowEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnGeolocationShowEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-941896815, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-941896815, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTitleReceiveEvent(): OnTitleReceiveEvent { let valueDeserializer : Deserializer = this @@ -14570,14 +14965,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnTitleReceiveEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnTitleReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-318085495, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-318085495, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnTitleReceiveEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnTitleReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-318085495, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-318085495, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnProgressChangeEvent(): OnProgressChangeEvent { let valueDeserializer : Deserializer = this @@ -14589,14 +14985,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnProgressChangeEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnProgressChangeEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1018740377, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1018740377, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnProgressChangeEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnProgressChangeEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1018740377, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1018740377, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageBeginEvent(): OnPageBeginEvent { let valueDeserializer : Deserializer = this @@ -14608,14 +15005,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnPageBeginEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageBeginEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageBeginEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageBeginEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageEndEvent(): OnPageEndEvent { let valueDeserializer : Deserializer = this @@ -14627,14 +15025,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: OnPageEndEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageEndEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-130135362, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-130135362, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageEndEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageEndEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-130135362, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-130135362, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWebMediaOptions(): WebMediaOptions { let valueDeserializer : Deserializer = this @@ -14749,11 +15148,6 @@ return; } let value : WebOptions = ({src: src_result,controller: controller_result,renderMode: renderMode_result,incognitoMode: incognitoMode_result,sharedRenderProcessToken: sharedRenderProcessToken_result} as WebOptions) return value } - readWebCookie(): WebCookie { - let valueDeserializer : Deserializer = this - let ptr : KPointer = valueDeserializer.readPointer() - return WebCookieInternal.fromPtr(ptr) - } readHeader(): Header { let valueDeserializer : Deserializer = this const headerKey_result : string = (valueDeserializer.readString() as string) @@ -14771,14 +15165,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: PlaybackInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePlaybackInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PlaybackInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePlaybackInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPreparedInfo(): PreparedInfo { let valueDeserializer : Deserializer = this @@ -14790,14 +15185,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: PreparedInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePreparedInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1300890372, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1300890372, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PreparedInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePreparedInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1300890372, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1300890372, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFullscreenInfo(): FullscreenInfo { let valueDeserializer : Deserializer = this @@ -14809,14 +15205,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: FullscreenInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFullscreenInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(583294398, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(583294398, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: FullscreenInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFullscreenInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(583294398, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(583294398, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readVideoOptions(): VideoOptions { let valueDeserializer : Deserializer = this @@ -15105,59 +15502,61 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string | Array, index: number | Array):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type : int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0 as int32); - const value_0 = value as string; - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1 as int32); - const value_1 = value as Array; - _argsSerializer.writeInt32(value_1.length as int32); - for (let i = 0; i < value_1.length; i++) { - const value_1_element : string = value_1[i]; - _argsSerializer.writeString(value_1_element); + return (value: string | Array, index: number | Array):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type : int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0 as int32); + const value_0 = value as string; + _argsSerializer.writeString(value_0); } -} -let index_type : int32 = RuntimeType.UNDEFINED; -index_type = runtimeType(index); -if (((RuntimeType.NUMBER == index_type))) { - _argsSerializer.writeInt8(0 as int32); - const index_0 = index as number; - _argsSerializer.writeNumber(index_0); -} -else if (((RuntimeType.OBJECT == index_type))) { - _argsSerializer.writeInt8(1 as int32); - const index_1 = index as Array; - _argsSerializer.writeInt32(index_1.length as int32); - for (let i = 0; i < index_1.length; i++) { - const index_1_element : number = index_1[i]; - _argsSerializer.writeNumber(index_1_element); + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1 as int32); + const value_1 = value as Array; + _argsSerializer.writeInt32(value_1.length as int32); + for (let i = 0; i < value_1.length; i++) { + const value_1_element : string = value_1[i]; + _argsSerializer.writeString(value_1_element); + } } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + let index_type : int32 = RuntimeType.UNDEFINED; + index_type = runtimeType(index); + if (((RuntimeType.NUMBER == index_type))) { + _argsSerializer.writeInt8(0 as int32); + const index_0 = index as number; + _argsSerializer.writeNumber(index_0); + } + else if (((RuntimeType.OBJECT == index_type))) { + _argsSerializer.writeInt8(1 as int32); + const index_1 = index as Array; + _argsSerializer.writeInt32(index_1.length as int32); + for (let i = 0; i < index_1.length; i++) { + const index_1_element : number = index_1[i]; + _argsSerializer.writeNumber(index_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_String_Number_Void(isSync: boolean = false): ((value: string,index: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string, index: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(-879490874, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-879490874, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, index: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(-879490874, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-879490874, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextCascadePickerRangeContent(): TextCascadePickerRangeContent { let valueDeserializer : Deserializer = this @@ -15365,15 +15764,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (enterKey: EnterKeyType, event: SubmitEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((enterKey.valueOf() as int32)); -_argsSerializer.writeSubmitEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType, event: SubmitEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((enterKey.valueOf() as int32)); + _argsSerializer.writeSubmitEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextInputOptions(): TextInputOptions { let valueDeserializer : Deserializer = this @@ -15423,10 +15823,11 @@ return; } let value : TextInputOptions = ({placeholder: placeholder_result,text: text_result,controller: controller_result} as TextInputOptions) return value } - readLayoutManager(): LayoutManager { + readTextBox(): TextBox { let valueDeserializer : Deserializer = this - let ptr : KPointer = valueDeserializer.readPointer() - return LayoutManagerInternal.fromPtr(ptr) + const _TextBoxStub_result : string = (valueDeserializer.readString() as string) + let value : TextBox = ({_TextBoxStub: _TextBoxStub_result} as TextBox) + return value } readStyledStringController(): StyledStringController { let valueDeserializer : Deserializer = this @@ -15466,48 +15867,51 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string, event: PasteEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -_argsSerializer.writePasteEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-683652998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-683652998, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, event: PasteEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + _argsSerializer.writePasteEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-683652998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-683652998, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextAreaSubmitCallback(isSync: boolean = false): TextAreaSubmitCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (enterKeyType: EnterKeyType, event?: SubmitEvent | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((enterKeyType.valueOf() as int32)); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeSubmitEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-401980571, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-401980571, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKeyType: EnterKeyType, event?: SubmitEvent | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((enterKeyType.valueOf() as int32)); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeSubmitEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-401980571, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-401980571, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_EnterKeyType_Void(isSync: boolean = false): ((enterKey: EnterKeyType) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (enterKey: EnterKeyType):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((enterKey.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((enterKey.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextAreaOptions(): TextAreaOptions { let valueDeserializer : Deserializer = this @@ -15573,18 +15977,19 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (currentIndex: number, comingIndex: number):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(currentIndex); -_argsSerializer.writeNumber(comingIndex); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-349727249, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-349727249, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (currentIndex: number, comingIndex: number):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(currentIndex); + _argsSerializer.writeNumber(comingIndex); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-349727249, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-349727249, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readTabContentTransitionProxy(): TabContentTransitionProxy { let valueDeserializer : Deserializer = this @@ -15595,18 +16000,19 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (from: number, to: number):TabContentAnimatedTransition | undefined => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -let _continuationValue : TabContentAnimatedTransition | undefined; -const _continuationCallback : ((value: TabContentAnimatedTransition | undefined) => void) = (value?: TabContentAnimatedTransition | undefined):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(221706282, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(221706282, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as TabContentAnimatedTransition | undefined); } + return (from: number, to: number):TabContentAnimatedTransition | undefined => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + let _continuationValue : TabContentAnimatedTransition | undefined; + const _continuationCallback : ((value: TabContentAnimatedTransition | undefined) => void) = (value?: TabContentAnimatedTransition | undefined):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(221706282, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(221706282, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as TabContentAnimatedTransition | undefined); } } readBarGridColumnOptions(): BarGridColumnOptions { let valueDeserializer : Deserializer = this @@ -15652,29 +16058,31 @@ return (_continuationValue as TabContentAnimatedTransition | undefined); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, extraInfo: TabsAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(253696833, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(253696833, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: TabsAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(253696833, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(253696833, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTabsAnimationEndCallback(isSync: boolean = false): OnTabsAnimationEndCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, extraInfo: TabsAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(1942856551, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1942856551, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: TabsAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(1942856551, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1942856551, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabsAnimationEvent(): TabsAnimationEvent { let valueDeserializer : Deserializer = this @@ -15688,16 +16096,17 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, targetIndex: number, extraInfo: TabsAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(targetIndex); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-147408344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-147408344, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, targetIndex: number, extraInfo: TabsAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(targetIndex); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-147408344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-147408344, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabsOptions(): TabsOptions { let valueDeserializer : Deserializer = this @@ -15759,17 +16168,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (selectedIndex: number, index: number, position: number, mainAxisLength: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(selectedIndex); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(position); -_argsSerializer.writeNumber(mainAxisLength); -(isSync) ? (InteropNativeModule._CallCallbackSync(1532328438, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1532328438, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selectedIndex: number, index: number, position: number, mainAxisLength: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(selectedIndex); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(position); + _argsSerializer.writeNumber(mainAxisLength); + (isSync) ? (InteropNativeModule._CallCallbackSync(1532328438, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1532328438, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSwiperContentTransitionProxy(): SwiperContentTransitionProxy { let valueDeserializer : Deserializer = this @@ -15793,29 +16203,31 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, extraInfo: SwiperAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(606029871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(606029871, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: SwiperAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(606029871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(606029871, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSwiperAnimationEndCallback(isSync: boolean = false): OnSwiperAnimationEndCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, extraInfo: SwiperAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-143686583, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143686583, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: SwiperAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-143686583, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143686583, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSwiperAnimationEvent(): SwiperAnimationEvent { let valueDeserializer : Deserializer = this @@ -15829,16 +16241,17 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(targetIndex); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(876602502, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(876602502, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(targetIndex); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(876602502, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(876602502, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIndicatorComponentController(): IndicatorComponentController { let valueDeserializer : Deserializer = this @@ -15916,15 +16329,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: number, mode: SliderChangeMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(value); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(88697971, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(88697971, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: number, mode: SliderChangeMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(value); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(88697971, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(88697971, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSliderOptions(): SliderOptions { let valueDeserializer : Deserializer = this @@ -16061,15 +16475,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, value: string):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeString(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(794065478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(794065478, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, value: string):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeString(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(794065478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(794065478, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSelectOption(): SelectOption { let valueDeserializer : Deserializer = this @@ -16117,14 +16532,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DeleteValue):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDeleteValue(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-126251459, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-126251459, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DeleteValue):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDeleteValue(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-126251459, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-126251459, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDeleteValue(): DeleteValue { let valueDeserializer : Deserializer = this @@ -16138,30 +16554,32 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: DeleteValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDeleteValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: DeleteValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDeleteValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_InsertValue_Void(isSync: boolean = false): ((parameter: InsertValue) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: InsertValue):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInsertValue(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: InsertValue):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInsertValue(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readInsertValue(): InsertValue { let valueDeserializer : Deserializer = this @@ -16174,17 +16592,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: InsertValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInsertValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-383025085, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-383025085, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: InsertValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInsertValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-383025085, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-383025085, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readTextDecorationOptions(): TextDecorationOptions { let valueDeserializer : Deserializer = this @@ -16227,90 +16646,88 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (content: string, event: PasteEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(content); -_argsSerializer.writePasteEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1738363337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1738363337, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (content: string, event: PasteEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(content); + _argsSerializer.writePasteEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1738363337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1738363337, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContentScrollCallback(isSync: boolean = false): OnContentScrollCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (totalOffsetX: number, totalOffsetY: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(totalOffsetX); -_argsSerializer.writeNumber(totalOffsetY); -(isSync) ? (InteropNativeModule._CallCallbackSync(-419979106, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-419979106, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (totalOffsetX: number, totalOffsetY: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(totalOffsetX); + _argsSerializer.writeNumber(totalOffsetY); + (isSync) ? (InteropNativeModule._CallCallbackSync(-419979106, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-419979106, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTextSelectionChangeCallback(isSync: boolean = false): OnTextSelectionChangeCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (selectionStart: number, selectionEnd: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(selectionStart); -_argsSerializer.writeNumber(selectionEnd); -(isSync) ? (InteropNativeModule._CallCallbackSync(695228737, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(695228737, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readPreviewText(): PreviewText { - let valueDeserializer : Deserializer = this - const offset_result : number = (valueDeserializer.readNumber() as number) - const value_result : string = (valueDeserializer.readString() as string) - let value : PreviewText = ({offset: offset_result,value: value_result} as PreviewText) - return value + return (selectionStart: number, selectionEnd: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(selectionStart); + _argsSerializer.writeNumber(selectionEnd); + (isSync) ? (InteropNativeModule._CallCallbackSync(695228737, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(695228737, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEditableTextOnChangeCallback(isSync: boolean = false): EditableTextOnChangeCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: string, previewText?: PreviewText | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -let previewText_type : int32 = RuntimeType.UNDEFINED; -previewText_type = runtimeType(previewText); -_argsSerializer.writeInt8(previewText_type as int32); -if ((RuntimeType.UNDEFINED) != (previewText_type)) { - const previewText_value = previewText!; - _argsSerializer.writePreviewText(previewText_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, previewText?: PreviewText | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + let previewText_type : int32 = RuntimeType.UNDEFINED; + previewText_type = runtimeType(previewText); + _argsSerializer.writeInt8(previewText_type as int32); + if ((RuntimeType.UNDEFINED) != (previewText_type)) { + const previewText_value = previewText!; + _argsSerializer.writePreviewText(previewText_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSearchSubmitCallback(isSync: boolean = false): SearchSubmitCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (searchContent: string, event?: SubmitEvent | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(searchContent); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeSubmitEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(1717691617, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1717691617, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (searchContent: string, event?: SubmitEvent | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(searchContent); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeSubmitEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(1717691617, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1717691617, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCaretStyle(): CaretStyle { let valueDeserializer : Deserializer = this @@ -16484,45 +16901,48 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (offset: number, state: ScrollState):OnScrollFrameBeginHandlerResult => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(offset); -_argsSerializer.writeInt32((state.valueOf() as int32)); -let _continuationValue : OnScrollFrameBeginHandlerResult | undefined; -const _continuationCallback : ((value: OnScrollFrameBeginHandlerResult) => void) = (value: OnScrollFrameBeginHandlerResult):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as OnScrollFrameBeginHandlerResult); } + return (offset: number, state: ScrollState):OnScrollFrameBeginHandlerResult => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(offset); + _argsSerializer.writeInt32((state.valueOf() as int32)); + let _continuationValue : OnScrollFrameBeginHandlerResult | undefined; + const _continuationCallback : ((value: OnScrollFrameBeginHandlerResult) => void) = (value: OnScrollFrameBeginHandlerResult):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as OnScrollFrameBeginHandlerResult); } } readOnScrollEdgeCallback(isSync: boolean = false): OnScrollEdgeCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (side: Edge):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((side.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (side: Edge):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((side.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ClickEvent_SaveButtonOnClickResult_Void(isSync: boolean = false): ((event: ClickEvent,result: SaveButtonOnClickResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ClickEvent, result: SaveButtonOnClickResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32((result.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(846787331, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(846787331, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: SaveButtonOnClickResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32((result.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(846787331, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(846787331, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSaveButtonOptions(): SaveButtonOptions { let valueDeserializer : Deserializer = this @@ -16610,14 +17030,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: CopyEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCopyEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-120437466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-120437466, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: CopyEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCopyEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-120437466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-120437466, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCutEvent(): CutEvent { let valueDeserializer : Deserializer = this @@ -16635,14 +17056,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: CutEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCutEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: CutEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCutEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorChangeValue(): RichEditorChangeValue { let valueDeserializer : Deserializer = this @@ -16672,17 +17094,18 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorChangeValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorChangeValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1465860515, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1465860515, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorChangeValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorChangeValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1465860515, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1465860515, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readSubmitEvent(): SubmitEvent { let valueDeserializer : Deserializer = this @@ -16693,15 +17116,16 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (enterKey: EnterKeyType, event: SubmitEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((enterKey.valueOf() as int32)); -_argsSerializer.writeSubmitEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-712186065, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-712186065, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType, event: SubmitEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((enterKey.valueOf() as int32)); + _argsSerializer.writeSubmitEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-712186065, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-712186065, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextDataDetectorConfig(): TextDataDetectorConfig { let valueDeserializer : Deserializer = this @@ -16768,20 +17192,21 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: PasteEvent | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writePasteEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(919057028, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(919057028, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: PasteEvent | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writePasteEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(919057028, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(919057028, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorDeleteValue(): RichEditorDeleteValue { let valueDeserializer : Deserializer = this @@ -16812,43 +17237,46 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorDeleteValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorDeleteValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(667698748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(667698748, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorDeleteValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorDeleteValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(667698748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(667698748, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_TextRange_Void(isSync: boolean = false): ((parameter: TextRange) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: TextRange):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextRange(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(811915501, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(811915501, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TextRange):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextRange(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(811915501, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(811915501, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RichEditorTextSpanResult_Void(isSync: boolean = false): ((parameter: RichEditorTextSpanResult) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorTextSpanResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorTextSpanResult(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1980824326, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1980824326, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: RichEditorTextSpanResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorTextSpanResult(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1980824326, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1980824326, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorInsertValue(): RichEditorInsertValue { let valueDeserializer : Deserializer = this @@ -16868,68 +17296,46 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorInsertValue):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorInsertValue(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-319221262, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-319221262, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorInsertValue):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorInsertValue(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-319221262, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-319221262, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_RichEditorRange_Void(isSync: boolean = false): ((parameter: RichEditorRange) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorRange):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorRange(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-62253375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-62253375, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readRichEditorSelection(): RichEditorSelection { - let valueDeserializer : Deserializer = this - const selection_buf_value0 : number = (valueDeserializer.readNumber() as number) - const selection_buf_value1 : number = (valueDeserializer.readNumber() as number) - const selection_result : [ number, number ] = ([selection_buf_value0, selection_buf_value1] as [ number, number ]) - const spans_buf_length : int32 = valueDeserializer.readInt32() - let spans_buf : Array = new Array() - for (let spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { - const spans_buf_buf_selector : int32 = valueDeserializer.readInt8() - let spans_buf_buf : RichEditorTextSpanResult | RichEditorImageSpanResult | undefined - if (spans_buf_buf_selector == 0) { - spans_buf_buf = valueDeserializer.readRichEditorTextSpanResult() - } - else if (spans_buf_buf_selector == 1) { - spans_buf_buf = valueDeserializer.readRichEditorImageSpanResult() - } - else { - throw new Error("One of the branches for spans_buf_buf has to be chosen through deserialisation.") - } - spans_buf[spans_buf_i] = (spans_buf_buf as RichEditorTextSpanResult | RichEditorImageSpanResult) - } - const spans_result : Array = spans_buf - let value : RichEditorSelection = ({selection: selection_result,spans: spans_result} as RichEditorSelection) - return value + return (parameter: RichEditorRange):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorRange(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-62253375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-62253375, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RichEditorSelection_Void(isSync: boolean = false): ((parameter: RichEditorSelection) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: RichEditorSelection):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorSelection(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-963852514, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-963852514, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: RichEditorSelection):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorSelection(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-963852514, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-963852514, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readStyledStringChangeValue(): StyledStringChangeValue { let valueDeserializer : Deserializer = this @@ -16945,6 +17351,15 @@ return; } let value : StyledStringChangeValue = ({range: range_result,replacementString: replacementString_result,previewText: previewText_result} as StyledStringChangeValue) return value } + readRichEditorParagraphResult(): RichEditorParagraphResult { + let valueDeserializer : Deserializer = this + const style_result : RichEditorParagraphStyle = valueDeserializer.readRichEditorParagraphStyle() + const range_buf_value0 : number = (valueDeserializer.readNumber() as number) + const range_buf_value1 : number = (valueDeserializer.readNumber() as number) + const range_result : [ number, number ] = ([range_buf_value0, range_buf_value1] as [ number, number ]) + let value : RichEditorParagraphResult = ({style: style_result,range: range_result} as RichEditorParagraphResult) + return value + } readRichEditorBaseController(): RichEditorBaseController { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -16988,14 +17403,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (state: RefreshStatus):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((state.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(934309126, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(934309126, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (state: RefreshStatus):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((state.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(934309126, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(934309126, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRefreshOptions(): RefreshOptions { let valueDeserializer : Deserializer = this @@ -17323,14 +17739,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (info: PluginErrorData):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePluginErrorData(info); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: PluginErrorData):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePluginErrorData(info); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPluginComponentOptions(): PluginComponentOptions { let valueDeserializer : Deserializer = this @@ -17343,18 +17760,19 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (input: Array):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(input.length as int32); -for (let i = 0; i < input.length; i++) { - const input_element : number = input[i]; - _argsSerializer.writeNumber(input_element); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(582384234, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(582384234, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (input: Array):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(input.length as int32); + for (let i = 0; i < input.length; i++) { + const input_element : number = input[i]; + _argsSerializer.writeNumber(input_element); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(582384234, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(582384234, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPatternLockController(): PatternLockController { let valueDeserializer : Deserializer = this @@ -17413,15 +17831,16 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ClickEvent, result: PasteButtonOnClickResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32((result.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(659292561, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(659292561, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: PasteButtonOnClickResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32((result.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(659292561, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(659292561, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPasteButtonOptions(): PasteButtonOptions { let valueDeserializer : Deserializer = this @@ -17453,16 +17872,17 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (width: number, height: number, mode: PanelMode):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(width); -_argsSerializer.writeNumber(height); -_argsSerializer.writeInt32((mode.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1613628570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1613628570, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (width: number, height: number, mode: PanelMode):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(width); + _argsSerializer.writeNumber(height); + _argsSerializer.writeInt32((mode.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1613628570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1613628570, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNodeController(): NodeController { let value : NodeController = ({} as NodeController) @@ -17571,14 +17991,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: NavDestinationContext):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavDestinationContext(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: NavDestinationContext):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavDestinationContext(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNavigationMenuItem(): NavigationMenuItem { let valueDeserializer : Deserializer = this @@ -17640,16 +18061,17 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return ():boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return ():boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readPopInfo(): PopInfo { let valueDeserializer : Deserializer = this @@ -17753,15 +18175,16 @@ return (_continuationValue as boolean); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ClickEvent, result: LocationButtonOnClickResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32((result.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: LocationButtonOnClickResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32((result.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLocationButtonOptions(): LocationButtonOptions { let valueDeserializer : Deserializer = this @@ -17918,83 +18341,67 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (from: number, to: number):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (from: number, to: number):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_Number_Boolean(isSync: boolean = false): ((index: number) => boolean) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1054099324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1054099324, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } - } - readVisibleListContentInfo(): VisibleListContentInfo { - let valueDeserializer : Deserializer = this - const index_result : number = (valueDeserializer.readNumber() as number) - const itemGroupArea_buf_runtimeType = (valueDeserializer.readInt8() as int32) - let itemGroupArea_buf : ListItemGroupArea | undefined - if ((RuntimeType.UNDEFINED) != (itemGroupArea_buf_runtimeType)) - { - itemGroupArea_buf = (valueDeserializer.readInt32() as ListItemGroupArea) - } - const itemGroupArea_result : ListItemGroupArea | undefined = itemGroupArea_buf - const itemIndexInGroup_buf_runtimeType = (valueDeserializer.readInt8() as int32) - let itemIndexInGroup_buf : number | undefined - if ((RuntimeType.UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) - { - itemIndexInGroup_buf = (valueDeserializer.readNumber() as number) - } - const itemIndexInGroup_result : number | undefined = itemIndexInGroup_buf - let value : VisibleListContentInfo = ({index: index_result,itemGroupArea: itemGroupArea_result,itemIndexInGroup: itemIndexInGroup_result} as VisibleListContentInfo) - return value + return (index: number):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1054099324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1054099324, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScrollVisibleContentChangeCallback(isSync: boolean = false): OnScrollVisibleContentChangeCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (start: VisibleListContentInfo, end: VisibleListContentInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeVisibleListContentInfo(start); -_argsSerializer.writeVisibleListContentInfo(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(625641334, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(625641334, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: VisibleListContentInfo, end: VisibleListContentInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeVisibleListContentInfo(start); + _argsSerializer.writeVisibleListContentInfo(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(625641334, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(625641334, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Number_Number_Void(isSync: boolean = false): ((start: number,end: number,center: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (start: number, end: number, center: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(start); -_argsSerializer.writeNumber(end); -_argsSerializer.writeNumber(center); -(isSync) ? (InteropNativeModule._CallCallbackSync(-352942292, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-352942292, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: number, end: number, center: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(start); + _argsSerializer.writeNumber(end); + _argsSerializer.writeNumber(center); + (isSync) ? (InteropNativeModule._CallCallbackSync(-352942292, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-352942292, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readChainAnimationOptions(): ChainAnimationOptions { let valueDeserializer : Deserializer = this @@ -18139,14 +18546,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (result: ImageLoadResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeImageLoadResult(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (result: ImageLoadResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeImageLoadResult(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readImageFrameInfo(): ImageFrameInfo { let valueDeserializer : Deserializer = this @@ -18265,50 +18673,52 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (error: ImageError):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeImageError(error); -(isSync) ? (InteropNativeModule._CallCallbackSync(1906248580, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1906248580, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (error: ImageError):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeImageError(error); + (isSync) ? (InteropNativeModule._CallCallbackSync(1906248580, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1906248580, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Type_ImageAttribute_onComplete_callback_event_Void(isSync: boolean = false): ((event?: Type_ImageAttribute_onComplete_callback_event) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event?: Type_ImageAttribute_onComplete_callback_event | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type : int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type as int32); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_width = event_value.width; - _argsSerializer.writeNumber(event_value_width); - const event_value_height = event_value.height; - _argsSerializer.writeNumber(event_value_height); - const event_value_componentWidth = event_value.componentWidth; - _argsSerializer.writeNumber(event_value_componentWidth); - const event_value_componentHeight = event_value.componentHeight; - _argsSerializer.writeNumber(event_value_componentHeight); - const event_value_loadingStatus = event_value.loadingStatus; - _argsSerializer.writeNumber(event_value_loadingStatus); - const event_value_contentWidth = event_value.contentWidth; - _argsSerializer.writeNumber(event_value_contentWidth); - const event_value_contentHeight = event_value.contentHeight; - _argsSerializer.writeNumber(event_value_contentHeight); - const event_value_contentOffsetX = event_value.contentOffsetX; - _argsSerializer.writeNumber(event_value_contentOffsetX); - const event_value_contentOffsetY = event_value.contentOffsetY; - _argsSerializer.writeNumber(event_value_contentOffsetY); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: Type_ImageAttribute_onComplete_callback_event | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type : int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type as int32); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_width = event_value.width; + _argsSerializer.writeNumber(event_value_width); + const event_value_height = event_value.height; + _argsSerializer.writeNumber(event_value_height); + const event_value_componentWidth = event_value.componentWidth; + _argsSerializer.writeNumber(event_value_componentWidth); + const event_value_componentHeight = event_value.componentHeight; + _argsSerializer.writeNumber(event_value_componentHeight); + const event_value_loadingStatus = event_value.loadingStatus; + _argsSerializer.writeNumber(event_value_loadingStatus); + const event_value_contentWidth = event_value.contentWidth; + _argsSerializer.writeNumber(event_value_contentWidth); + const event_value_contentHeight = event_value.contentHeight; + _argsSerializer.writeNumber(event_value_contentHeight); + const event_value_contentOffsetX = event_value.contentOffsetX; + _argsSerializer.writeNumber(event_value_contentOffsetX); + const event_value_contentOffsetY = event_value.contentOffsetY; + _argsSerializer.writeNumber(event_value_contentOffsetY); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readImageSourceSize(): ImageSourceSize { let valueDeserializer : Deserializer = this @@ -18513,76 +18923,81 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (offset: number, state: ScrollState):Literal_Number_offsetRemain => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(offset); -_argsSerializer.writeInt32((state.valueOf() as int32)); -let _continuationValue : Literal_Number_offsetRemain | undefined; -const _continuationCallback : ((value: Literal_Number_offsetRemain) => void) = (value: Literal_Number_offsetRemain):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2012829508, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2012829508, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as Literal_Number_offsetRemain); } + return (offset: number, state: ScrollState):Literal_Number_offsetRemain => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(offset); + _argsSerializer.writeInt32((state.valueOf() as int32)); + let _continuationValue : Literal_Number_offsetRemain | undefined; + const _continuationCallback : ((value: Literal_Number_offsetRemain) => void) = (value: Literal_Number_offsetRemain):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2012829508, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2012829508, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as Literal_Number_offsetRemain); } } readCallback_ItemDragInfo_Number_Number_Boolean_Void(isSync: boolean = false): ((event: ItemDragInfo,itemIndex: number,insertIndex: number,isSuccess: boolean) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -_argsSerializer.writeNumber(insertIndex); -_argsSerializer.writeBoolean(isSuccess); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + _argsSerializer.writeNumber(insertIndex); + _argsSerializer.writeBoolean(isSuccess); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Number_Void(isSync: boolean = false): ((event: ItemDragInfo,itemIndex: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -(isSync) ? (InteropNativeModule._CallCallbackSync(296908152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(296908152, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + (isSync) ? (InteropNativeModule._CallCallbackSync(296908152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(296908152, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Number_Number_Void(isSync: boolean = false): ((event: ItemDragInfo,itemIndex: number,insertIndex: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number, insertIndex: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -_argsSerializer.writeNumber(insertIndex); -(isSync) ? (InteropNativeModule._CallCallbackSync(-918805852, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-918805852, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number, insertIndex: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + _argsSerializer.writeNumber(insertIndex); + (isSync) ? (InteropNativeModule._CallCallbackSync(-918805852, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-918805852, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Void(isSync: boolean = false): ((event: ItemDragInfo) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ItemDragInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(137353252, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(137353252, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(137353252, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(137353252, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readItemDragInfo(): ItemDragInfo { let valueDeserializer : Deserializer = this @@ -18595,18 +19010,19 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number) => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -let _continuationValue : CustomBuilder | undefined; -const _continuationCallback : ((value: CustomBuilder) => void) = (value: CustomBuilder):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2071721246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2071721246, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as CustomBuilder); } + return (event: ItemDragInfo, itemIndex: number) => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + let _continuationValue : CustomBuilder | undefined; + const _continuationCallback : ((value: CustomBuilder) => void) = (value: CustomBuilder):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2071721246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2071721246, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as CustomBuilder); } } readComputedBarAttribute(): ComputedBarAttribute { let valueDeserializer : Deserializer = this @@ -18619,18 +19035,19 @@ return (_continuationValue as CustomBuilder); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number, offset: number):ComputedBarAttribute => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(offset); -let _continuationValue : ComputedBarAttribute | undefined; -const _continuationCallback : ((value: ComputedBarAttribute) => void) = (value: ComputedBarAttribute):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-3987624, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-3987624, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as ComputedBarAttribute); } + return (index: number, offset: number):ComputedBarAttribute => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(offset); + let _continuationValue : ComputedBarAttribute | undefined; + const _continuationCallback : ((value: ComputedBarAttribute) => void) = (value: ComputedBarAttribute):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-3987624, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-3987624, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as ComputedBarAttribute); } } readGridLayoutOptions(): GridLayoutOptions { let valueDeserializer : Deserializer = this @@ -18671,21 +19088,11 @@ return (_continuationValue as ComputedBarAttribute); } let ptr : KPointer = valueDeserializer.readPointer() return PanRecognizerInternal.fromPtr(ptr) } - readEventTargetInfo(): EventTargetInfo { - let valueDeserializer : Deserializer = this - let ptr : KPointer = valueDeserializer.readPointer() - return EventTargetInfoInternal.fromPtr(ptr) - } readScrollableTargetInfo(): ScrollableTargetInfo { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() return ScrollableTargetInfoInternal.fromPtr(ptr) } - readPanGestureOptions(): PanGestureOptions { - let valueDeserializer : Deserializer = this - let ptr : KPointer = valueDeserializer.readPointer() - return PanGestureOptionsInternal.fromPtr(ptr) - } readGestureEvent(): GestureEvent { let valueDeserializer : Deserializer = this let ptr : KPointer = valueDeserializer.readPointer() @@ -18875,30 +19282,32 @@ return (_continuationValue as ComputedBarAttribute); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (info: object):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCustomObject("Any", info); -(isSync) ? (InteropNativeModule._CallCallbackSync(197193081, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(197193081, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: object):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCustomObject("Any", info); + (isSync) ? (InteropNativeModule._CallCallbackSync(197193081, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(197193081, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Number_errcode_String_msg_Void(isSync: boolean = false): ((info: Literal_Number_errcode_String_msg) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (info: Literal_Number_errcode_String_msg):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const info_errcode = info.errcode; -_argsSerializer.writeNumber(info_errcode); -const info_msg = info.msg; -_argsSerializer.writeString(info_msg); -(isSync) ? (InteropNativeModule._CallCallbackSync(1321277443, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1321277443, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: Literal_Number_errcode_String_msg):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const info_errcode = info.errcode; + _argsSerializer.writeNumber(info_errcode); + const info_msg = info.msg; + _argsSerializer.writeString(info_msg); + (isSync) ? (InteropNativeModule._CallCallbackSync(1321277443, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1321277443, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFormCallbackInfo(): FormCallbackInfo { let valueDeserializer : Deserializer = this @@ -18911,14 +19320,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: FormCallbackInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFormCallbackInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(758395742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(758395742, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: FormCallbackInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFormCallbackInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(758395742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(758395742, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFormInfo(): FormInfo { let valueDeserializer : Deserializer = this @@ -18989,14 +19399,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (param: HoverEventParam):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeHoverEventParam(param); -(isSync) ? (InteropNativeModule._CallCallbackSync(9040430, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(9040430, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (param: HoverEventParam):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeHoverEventParam(param); + (isSync) ? (InteropNativeModule._CallCallbackSync(9040430, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(9040430, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFoldStatusChangeInfo(): OnFoldStatusChangeInfo { let valueDeserializer : Deserializer = this @@ -19008,14 +19419,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: OnFoldStatusChangeInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFoldStatusChangeInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(2050387049, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2050387049, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: OnFoldStatusChangeInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFoldStatusChangeInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(2050387049, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2050387049, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFolderStackOptions(): FolderStackOptions { let valueDeserializer : Deserializer = this @@ -19098,14 +19510,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: TerminationInfo):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTerminationInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(691098197, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(691098197, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TerminationInfo):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTerminationInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(691098197, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(691098197, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEllipseOptions(): EllipseOptions { let valueDeserializer : Deserializer = this @@ -19887,37 +20300,32 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (xOffset: number, yOffset: number, scrollState: ScrollState):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xOffset); -_argsSerializer.writeNumber(yOffset); -_argsSerializer.writeInt32((scrollState.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readOffsetResult(): OffsetResult { - let valueDeserializer : Deserializer = this - const xOffset_result : number = (valueDeserializer.readNumber() as number) - const yOffset_result : number = (valueDeserializer.readNumber() as number) - let value : OffsetResult = ({xOffset: xOffset_result,yOffset: yOffset_result} as OffsetResult) - return value + return (xOffset: number, yOffset: number, scrollState: ScrollState):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xOffset); + _argsSerializer.writeNumber(yOffset); + _argsSerializer.writeInt32((scrollState.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Number_Void(isSync: boolean = false): ((first: number,last: number) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (first: number, last: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(first); -_argsSerializer.writeNumber(last); -(isSync) ? (InteropNativeModule._CallCallbackSync(1894574320, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1894574320, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (first: number, last: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(first); + _argsSerializer.writeNumber(last); + (isSync) ? (InteropNativeModule._CallCallbackSync(1894574320, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1894574320, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextContentControllerBase(): TextContentControllerBase { let valueDeserializer : Deserializer = this @@ -20021,38 +20429,40 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: TouchEvent):HitTestMode => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchEvent(parameter); -let _continuationValue : HitTestMode | undefined; -const _continuationCallback : ((value: HitTestMode) => void) = (value: HitTestMode):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-274419246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-274419246, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as HitTestMode); } + return (parameter: TouchEvent):HitTestMode => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchEvent(parameter); + let _continuationValue : HitTestMode | undefined; + const _continuationCallback : ((value: HitTestMode) => void) = (value: HitTestMode):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-274419246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-274419246, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as HitTestMode); } } readShouldBuiltInRecognizerParallelWithCallback(isSync: boolean = false): ShouldBuiltInRecognizerParallelWithCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (current: GestureRecognizer, others: Array):GestureRecognizer => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureRecognizer(current); -_argsSerializer.writeInt32(others.length as int32); -for (let i = 0; i < others.length; i++) { - const others_element : GestureRecognizer = others[i]; - _argsSerializer.writeGestureRecognizer(others_element); -} -let _continuationValue : GestureRecognizer | undefined; -const _continuationCallback : ((value: GestureRecognizer) => void) = (value: GestureRecognizer):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-250780276, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-250780276, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureRecognizer); } + return (current: GestureRecognizer, others: Array):GestureRecognizer => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureRecognizer(current); + _argsSerializer.writeInt32(others.length as int32); + for (let i = 0; i < others.length; i++) { + const others_element : GestureRecognizer = others[i]; + _argsSerializer.writeGestureRecognizer(others_element); + } + let _continuationValue : GestureRecognizer | undefined; + const _continuationCallback : ((value: GestureRecognizer) => void) = (value: GestureRecognizer):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-250780276, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-250780276, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureRecognizer); } } readGestureRecognizer(): GestureRecognizer { let valueDeserializer : Deserializer = this @@ -20094,18 +20504,19 @@ return (_continuationValue as GestureRecognizer); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (gestureInfo: GestureInfo, event: BaseGestureEvent):GestureJudgeResult => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureInfo(gestureInfo); -_argsSerializer.writeBaseGestureEvent(event); -let _continuationValue : GestureJudgeResult | undefined; -const _continuationCallback : ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1319043556, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1319043556, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureJudgeResult); } + return (gestureInfo: GestureInfo, event: BaseGestureEvent):GestureJudgeResult => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureInfo(gestureInfo); + _argsSerializer.writeBaseGestureEvent(event); + let _continuationValue : GestureJudgeResult | undefined; + const _continuationCallback : ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1319043556, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1319043556, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureJudgeResult); } } readBackgroundBrightnessOptions(): BackgroundBrightnessOptions { let valueDeserializer : Deserializer = this @@ -20203,14 +20614,15 @@ return (_continuationValue as GestureJudgeResult); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: PreDragStatus):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32((parameter.valueOf() as int32)); -(isSync) ? (InteropNativeModule._CallCallbackSync(463894668, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(463894668, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PreDragStatus):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32((parameter.valueOf() as int32)); + (isSync) ? (InteropNativeModule._CallCallbackSync(463894668, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(463894668, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readUniformDataType(): UniformDataType { let valueDeserializer : Deserializer = this @@ -20222,44 +20634,46 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: DragEvent, extraParams?: string | undefined):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDragEvent(event); -let extraParams_type : int32 = RuntimeType.UNDEFINED; -extraParams_type = runtimeType(extraParams); -_argsSerializer.writeInt8(extraParams_type as int32); -if ((RuntimeType.UNDEFINED) != (extraParams_type)) { - const extraParams_value = extraParams!; - _argsSerializer.writeString(extraParams_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-17167687, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-17167687, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: DragEvent, extraParams?: string | undefined):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDragEvent(event); + let extraParams_type : int32 = RuntimeType.UNDEFINED; + extraParams_type = runtimeType(extraParams); + _argsSerializer.writeInt8(extraParams_type as int32); + if ((RuntimeType.UNDEFINED) != (extraParams_type)) { + const extraParams_value = extraParams!; + _argsSerializer.writeString(extraParams_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-17167687, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-17167687, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DragEvent_String_Union_CustomBuilder_DragItemInfo(isSync: boolean = false): ((event: DragEvent,extraParams?: string) => CustomBuilder | DragItemInfo) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: DragEvent, extraParams?: string | undefined):CustomBuilder | DragItemInfo => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDragEvent(event); -let extraParams_type : int32 = RuntimeType.UNDEFINED; -extraParams_type = runtimeType(extraParams); -_argsSerializer.writeInt8(extraParams_type as int32); -if ((RuntimeType.UNDEFINED) != (extraParams_type)) { - const extraParams_value = extraParams!; - _argsSerializer.writeString(extraParams_value); -} -let _continuationValue : CustomBuilder | DragItemInfo | undefined; -const _continuationCallback : ((value: CustomBuilder | DragItemInfo) => void) = (value: CustomBuilder | DragItemInfo):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(480978023, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(480978023, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as CustomBuilder | DragItemInfo); } + return (event: DragEvent, extraParams?: string | undefined):CustomBuilder | DragItemInfo => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDragEvent(event); + let extraParams_type : int32 = RuntimeType.UNDEFINED; + extraParams_type = runtimeType(extraParams); + _argsSerializer.writeInt8(extraParams_type as int32); + if ((RuntimeType.UNDEFINED) != (extraParams_type)) { + const extraParams_value = extraParams!; + _argsSerializer.writeString(extraParams_value); + } + let _continuationValue : CustomBuilder | DragItemInfo | undefined; + const _continuationCallback : ((value: CustomBuilder | DragItemInfo) => void) = (value: CustomBuilder | DragItemInfo):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(480978023, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(480978023, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as CustomBuilder | DragItemInfo); } } readLocalizedAlignRuleOptions(): LocalizedAlignRuleOptions { let valueDeserializer : Deserializer = this @@ -20385,15 +20799,16 @@ return (_continuationValue as CustomBuilder | DragItemInfo); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (oldValue: Area, newValue: Area):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeArea(oldValue); -_argsSerializer.writeArea(newValue); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (oldValue: Area, newValue: Area):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeArea(oldValue); + _argsSerializer.writeArea(newValue); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readMotionBlurOptions(): MotionBlurOptions { let valueDeserializer : Deserializer = this @@ -20432,45 +20847,48 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (parameter: KeyEvent):boolean => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeKeyEvent(parameter); -let _continuationValue : boolean | undefined; -const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: KeyEvent):boolean => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeKeyEvent(parameter); + let _continuationValue : boolean | undefined; + const _continuationCallback : ((parameter: boolean) => void) = (value: boolean):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readAccessibilityCallback(isSync: boolean = false): AccessibilityCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (isHover: boolean, event: AccessibilityHoverEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeAccessibilityHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(589030517, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(589030517, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: AccessibilityHoverEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeAccessibilityHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(589030517, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(589030517, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Boolean_HoverEvent_Void(isSync: boolean = false): ((isHover: boolean,event: HoverEvent) => void) { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (isHover: boolean, event: HoverEvent):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-916602978, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-916602978, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: HoverEvent):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-916602978, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-916602978, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOutlineOptions(): OutlineOptions { let valueDeserializer : Deserializer = this @@ -21553,21 +21971,22 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: Array):TouchResult => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value.length as int32); -for (let i = 0; i < value.length; i++) { - const value_element : TouchTestInfo = value[i]; - _argsSerializer.writeTouchTestInfo(value_element); -} -let _continuationValue : TouchResult | undefined; -const _continuationCallback : ((value: TouchResult) => void) = (value: TouchResult):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-547276916, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-547276916, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as TouchResult); } + return (value: Array):TouchResult => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value.length as int32); + for (let i = 0; i < value.length; i++) { + const value_element : TouchTestInfo = value[i]; + _argsSerializer.writeTouchTestInfo(value_element); + } + let _continuationValue : TouchResult | undefined; + const _continuationCallback : ((value: TouchResult) => void) = (value: TouchResult):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-547276916, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-547276916, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as TouchResult); } } readKeyEvent(): KeyEvent { let valueDeserializer : Deserializer = this @@ -21584,19 +22003,13 @@ return (_continuationValue as TouchResult); } let ptr : KPointer = valueDeserializer.readPointer() return PixelMapMockInternal.fromPtr(ptr) } - readTouchObject(): TouchObject { + readHistoricalPoint(): HistoricalPoint { let valueDeserializer : Deserializer = this - const type_result : TouchType = (valueDeserializer.readInt32() as TouchType) - const id_result : number = (valueDeserializer.readNumber() as number) - const displayX_result : number = (valueDeserializer.readNumber() as number) - const displayY_result : number = (valueDeserializer.readNumber() as number) - const windowX_result : number = (valueDeserializer.readNumber() as number) - const windowY_result : number = (valueDeserializer.readNumber() as number) - const screenX_result : number = (valueDeserializer.readNumber() as number) - const screenY_result : number = (valueDeserializer.readNumber() as number) - const x_result : number = (valueDeserializer.readNumber() as number) - const y_result : number = (valueDeserializer.readNumber() as number) - let value : TouchObject = ({type: type_result,id: id_result,displayX: displayX_result,displayY: displayY_result,windowX: windowX_result,windowY: windowY_result,screenX: screenX_result,screenY: screenY_result,x: x_result,y: y_result} as TouchObject) + const touchObject_result : TouchObject = valueDeserializer.readTouchObject() + const size_result : number = (valueDeserializer.readNumber() as number) + const force_result : number = (valueDeserializer.readNumber() as number) + const timestamp_result : number = (valueDeserializer.readNumber() as number) + let value : HistoricalPoint = ({touchObject: touchObject_result,size: size_result,force: force_result,timestamp: timestamp_result} as HistoricalPoint) return value } readAccessibilityHoverEvent(): AccessibilityHoverEvent { @@ -21725,14 +22138,15 @@ return (_continuationValue as TouchResult); } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: CheckboxGroupResult):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCheckboxGroupResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CheckboxGroupResult):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCheckboxGroupResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCheckboxGroupOptions(): CheckboxGroupOptions { let valueDeserializer : Deserializer = this @@ -21750,14 +22164,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (value: boolean):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: boolean):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readMarkStyle(): MarkStyle { let valueDeserializer : Deserializer = this @@ -21898,14 +22313,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: CalendarRequestedData):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCalendarRequestedData(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1074619005, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1074619005, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: CalendarRequestedData):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCalendarRequestedData(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1074619005, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1074619005, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCalendarSelectedDate(): CalendarSelectedDate { let valueDeserializer : Deserializer = this @@ -21919,14 +22335,15 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (event: CalendarSelectedDate):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCalendarSelectedDate(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-289198976, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-289198976, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: CalendarSelectedDate):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCalendarSelectedDate(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-289198976, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-289198976, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWorkStateStyle(): WorkStateStyle { let valueDeserializer : Deserializer = this @@ -22660,43 +23077,46 @@ return; } const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(726938390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(726938390, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(726938390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(726938390, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnAlphabetIndexerRequestPopupDataCallback(isSync: boolean = false): OnAlphabetIndexerRequestPopupDataCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):Array => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue : Array | undefined; -const _continuationCallback : ((value: Array) => void) = (value: Array):void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as Array); } + return (index: number):Array => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue : Array | undefined; + const _continuationCallback : ((value: Array) => void) = (value: Array):void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as Array); } } readOnAlphabetIndexerSelectCallback(isSync: boolean = false): OnAlphabetIndexerSelectCallback { const _resource : CallbackResource = this.readCallbackResource() const _call : KPointer = this.readPointer() const _callSync : KPointer = this.readPointer() - return (index: number):void => { const _argsSerializer : Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number):void => { + const _argsSerializer : Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readAlphabetIndexerOptions(): AlphabetIndexerOptions { let valueDeserializer : Deserializer = this diff --git a/arkoala-arkts/arkui/src/generated/peers/Serializer.ts b/arkoala-arkts/arkui/src/generated/peers/Serializer.ts index fee711b456a3e765daf88c9b295d6ba21f56cc0a..6cda7e931d64e1fd0a15c392e6564365e873614e 100644 --- a/arkoala-arkts/arkui/src/generated/peers/Serializer.ts +++ b/arkoala-arkts/arkui/src/generated/peers/Serializer.ts @@ -20,48 +20,48 @@ import { MaterializedBase } from "./../MaterializedBase" import { TypeChecker } from "#components" import { KUint8ArrayPtr, NativeBuffer, InteropNativeModule } from "@koalaui/interop" import { CallbackTransformer } from "./CallbackTransformer" -import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, ShadowType, SymbolGlyphModifier, ShadowOptions, SheetSize, ShadowStyle, ComponentContent, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, MenuPreviewMode, DismissPopupAction, DragPreviewMode, OutlineStyle, SourceTool, SourceType, EventTarget, HoverModeAreaType, BlurStyle, Rectangle, PickerTextStyle, PickerDialogButtonStyle, MenuPolicy, BlurStyleActivePolicy, BlurOptions, AdaptiveColor, ThemeColorMode, ExpectedFrameRateRange, FinishCallbackType, SheetKeyboardAvoidMode, UIContext, SheetType, ScrollSizeMode, SheetMode, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ModalTransition, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, TransitionHierarchyStrategy, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, DrawContext, RectResult, TouchObject, HistoricalPoint, NestedScrollOptions, InputCounterOptions, SelectionOptions, BackgroundBlurStyleOptions, BlurStyleOptions, EdgeEffectOptions, KeyboardAvoidMode, UIGestureEvent, VisibleAreaEventOptions, FadingEdgeOptions, RectShape, ContentClipMode, DismissReason, SheetOptions, BindOptions, ContentCoverOptions, ContextMenuOptions, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, BlendApplyType, Blender, BlendMode, OverlayOptions, DragInteractionOptions, DragPreviewOptions, ChainStyle, sharedTransitionOptions, EffectType, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, RepeatMode, TouchTestStrategy, IntentionCode, DragResult, DragBehavior, LightSource, TouchResult, CommonMethod, TextDecorationOptions, ItemDragInfo, MultiShadowOptions, CaretOffset, MeasureResult, MenuElement, BackgroundBrightnessOptions, PixelStretchEffectOptions, StateStyles, PreDragStatus, UniformDataType, LocalizedAlignRuleOptions, AlignRuleOption, MotionBlurOptions, BorderImageOption, Filter, VisualEffect, ForegroundEffectOptions, BackgroundEffectOptions, PixelRoundPolicy, TouchTestInfo, Summary, LayoutSafeAreaEdge, LayoutSafeAreaType, SafeAreaEdge, SafeAreaType, PointLightStyle } from "./../ArkCommonInterfaces" +import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, ShadowType, SymbolGlyphModifier, ShadowOptions, SheetSize, ShadowStyle, ComponentContent, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, MenuPreviewMode, DismissPopupAction, DragPreviewMode, OutlineStyle, SourceTool, SourceType, EventTarget, HoverModeAreaType, BlurStyle, Rectangle, PickerTextStyle, PickerDialogButtonStyle, MenuPolicy, BlurStyleActivePolicy, BlurOptions, AdaptiveColor, ThemeColorMode, ExpectedFrameRateRange, FinishCallbackType, SheetKeyboardAvoidMode, UIContext, SheetType, ScrollSizeMode, SheetMode, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ModalTransition, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, TransitionHierarchyStrategy, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, DrawContext, ScrollableCommonMethod, NestedScrollOptions, RectResult, CommonMethod, TouchObject, HistoricalPoint, TextDecorationOptions, InputCounterOptions, SelectionOptions, BackgroundEffectOptions, BackgroundBlurStyleOptions, BlurStyleOptions, ContentModifier, EdgeEffectOptions, LayoutSafeAreaType, LayoutSafeAreaEdge, ItemDragInfo, KeyboardAvoidMode, Context, UIGestureEvent, VisibleAreaEventOptions, FadingEdgeOptions, RectShape, ContentClipMode, CaretOffset, MeasureResult, SizeResult, DismissReason, SheetOptions, BindOptions, ContentCoverOptions, ContextMenuOptions, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, BlendApplyType, Blender, BlendMode, OverlayOptions, DragInteractionOptions, DragPreviewOptions, ChainStyle, sharedTransitionOptions, EffectType, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, RepeatMode, TouchTestStrategy, IntentionCode, DragResult, Summary, DragBehavior, LightSource, TouchResult, MultiShadowOptions, MenuElement, BackgroundBrightnessOptions, PixelStretchEffectOptions, StateStyles, PreDragStatus, UniformDataType, LocalizedAlignRuleOptions, AlignRuleOption, MotionBlurOptions, BorderImageOption, Filter, VisualEffect, ForegroundEffectOptions, PixelRoundPolicy, TouchTestInfo, SafeAreaEdge, SafeAreaType, PointLightStyle } from "./../ArkCommonInterfaces" import { ButtonTriggerClickCallback, ButtonRole, ButtonStyleMode, ButtonType, LabelStyle, ControlSize, ButtonOptions } from "./../ArkButtonInterfaces" import { Callback_Extender_OnFinish, Callback_Extender_OnProgress, DoubleAnimationParam } from "./../ArkAnimationExtenderInterfaces" import { Callback_RangeUpdate, PointerStyle } from "./../ArkArkuiCustomInterfaces" -import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAutoFill, ArrowStyle, SwiperContentAnimatedTransition, SwiperAnimationEvent, SwiperNestedScrollMode, SwiperDisplayMode } from "./../ArkSwiperInterfaces" -import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, MenuType, TextRange, StyledStringChangeValue, TextMenuItem, FontSettingOptions, TextDeleteDirection, StyledStringChangedListener, PositionWithAffinity, LineMetrics, TextBox, PreviewText, DeleteValue, InsertValue, CaretStyle, TextDataDetectorType, TextDataDetectorConfig } from "./../ArkTextCommonInterfaces" -import { GetItemMainSizeByIndex, WaterFlowLayoutMode, SectionOptions, WaterFlowOptions } from "./../ArkWaterFlowInterfaces" +import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAttribute, SwiperDisplayMode, SwiperNestedScrollMode, SwiperContentAnimatedTransition, ArrowStyle, SwiperAutoFill, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" +import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, MenuType, Affinity, TextRange, StyledStringChangeValue, CaretStyle, InsertValue, DeleteValue, TextMenuItem, LineMetrics, PositionWithAffinity, PreviewText, TextBox, TextDataDetectorConfig, FontSettingOptions, TextDeleteDirection, StyledStringChangedListener, TextDataDetectorType } from "./../ArkTextCommonInterfaces" +import { GetItemMainSizeByIndex, WaterFlowAttribute, WaterFlowLayoutMode, SectionOptions, WaterFlowOptions } from "./../ArkWaterFlowInterfaces" import { ImageCompleteCallback, ImageLoadResult } from "./../ArkImageSpanInterfaces" import { ImageErrorCallback, DrawableDescriptor, DrawingColorFilter, ImageContent, DrawingLattice, ResolutionQuality, ImageError, ImageSourceSize, ImageInterpolation, DynamicRangeMode, ImageRenderMode, ResizableOptions } from "./../ArkImageInterfaces" -import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavigationOptions, NavigationInterception, NavigationMode, NavBar, NavigationOperation, LaunchMode, BarStyle, NavigationAnimatedTransition, NavContentInfo, NavigationToolbarOptions, ToolbarItemStatus, NavigationTitleOptions, SystemBarStyle, NavigationTitleMode, NavBarPosition, ToolbarItem, NavigationMenuItem } from "./../ArkNavigationInterfaces" +import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavigationOptions, NavigationInterception, NavigationMode, NavBar, NavigationOperation, LaunchMode, BarStyle, NavigationAnimatedTransition, NavContentInfo, NavigationMenuItem, SystemBarStyle, NavigationTitleOptions, ToolbarItem, NavigationToolbarOptions, ToolbarItemStatus, NavigationTitleMode, NavBarPosition } from "./../ArkNavigationInterfaces" import { IsolatedComponentInterface, RestrictedWorker, IsolatedOptions, IsolatedComponentAttribute, ErrorCallback } from "./../ArkIsolatedComponentInterfaces" -import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, PlaceholderStyle, RichEditorResponseType, RichEditorSpanType, RichEditorDeleteDirection, RichEditorSpanStyleOptions, PasteEvent, RichEditorStyledStringOptions, RichEditorOptions, CopyEvent, CutEvent, RichEditorChangeValue, RichEditorDeleteValue, RichEditorInsertValue } from "./../ArkRichEditorInterfaces" +import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, PasteEvent, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorAttribute, RichEditorInsertValue, RichEditorDeleteValue, RichEditorChangeValue, CutEvent, CopyEvent, RichEditorSpanType, RichEditorResponseType, PlaceholderStyle, RichEditorDeleteDirection, RichEditorSpanStyleOptions, RichEditorStyledStringOptions, RichEditorOptions } from "./../ArkRichEditorInterfaces" import { NavExtender_OnUpdateStack } from "./../ArkNavigationExtenderInterfaces" -import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebCaptureMode, SelectionMenuOptionsExt, WebResponseType, WebElementType, RenderProcessNotRespondingReason, NativeEmbedInfo, NativeEmbedStatus, NestedScrollOptionsExt, WebNavigationType, SslError, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, FileSelectorMode, RenderExitReason, MessageLevel, RenderMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, ExpandedMenuItemOptions, RenderProcessNotRespondingData, NativeMediaPlayerConfig, NativeEmbedTouchInfo, NativeEmbedVisibilityInfo, NativeEmbedDataInfo, ScriptItem, IntelligentTrackingPreventionDetails, LoadCommittedDetails, ThreatType, OnOverScrollEvent, OnLoadInterceptEvent, LargestContentfulPaint, FirstMeaningfulPaint, OnFirstContentfulPaintEvent, OnAudioStateChangedEvent, OnDataResubmittedEvent, OnPageVisibleEvent, OnFaviconReceivedEvent, OnTouchIconUrlReceivedEvent, OnWindowNewEvent, OnClientAuthenticationEvent, SslErrorEvent, OnSslErrorEventReceiveEvent, OnScrollEvent, OnSearchResultReceiveEvent, OnContextMenuShowEvent, OnScreenCaptureRequestEvent, OnPermissionRequestEvent, OnInterceptRequestEvent, OnHttpAuthRequestEvent, OnScaleChangeEvent, FullScreenEnterEvent, OnResourceLoadEvent, OnShowFileSelectorEvent, OnRenderExitedEvent, OnRefreshAccessedHistoryEvent, OnDownloadStartEvent, OnHttpErrorReceiveEvent, OnErrorReceiveEvent, OnConsoleEvent, OnPromptEvent, OnConfirmEvent, OnBeforeUnloadEvent, OnAlertEvent, OnGeolocationShowEvent, OnTitleReceiveEvent, OnProgressChangeEvent, OnPageBeginEvent, OnPageEndEvent, WebMediaOptions, JavaScriptProxy, WebKeyboardAvoidMode, WebOptions, ContextMenuEditStateFlags, ProtectedResourceType, WebLayoutMode, WebDarkMode, OverScrollMode, CacheMode, MixedMode } from "./../ArkWebInterfaces" -import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" +import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebCaptureMode, WebAttribute, MixedMode, JavaScriptProxy, CacheMode, WebDarkMode, WebMediaOptions, OverScrollMode, OnPageEndEvent, OnPageBeginEvent, OnProgressChangeEvent, OnTitleReceiveEvent, OnGeolocationShowEvent, OnAlertEvent, OnBeforeUnloadEvent, OnConfirmEvent, OnPromptEvent, OnConsoleEvent, OnErrorReceiveEvent, OnHttpErrorReceiveEvent, OnDownloadStartEvent, OnRefreshAccessedHistoryEvent, OnRenderExitedEvent, OnShowFileSelectorEvent, OnResourceLoadEvent, OnScaleChangeEvent, OnHttpAuthRequestEvent, OnInterceptRequestEvent, OnPermissionRequestEvent, OnScreenCaptureRequestEvent, OnContextMenuShowEvent, OnSearchResultReceiveEvent, OnScrollEvent, OnSslErrorEventReceiveEvent, OnClientAuthenticationEvent, OnWindowNewEvent, OnTouchIconUrlReceivedEvent, OnFaviconReceivedEvent, OnPageVisibleEvent, OnDataResubmittedEvent, OnAudioStateChangedEvent, OnFirstContentfulPaintEvent, OnLoadInterceptEvent, OnOverScrollEvent, ScriptItem, WebLayoutMode, NestedScrollOptionsExt, NativeEmbedDataInfo, NativeEmbedTouchInfo, NativeMediaPlayerConfig, ExpandedMenuItemOptions, WebKeyboardAvoidMode, WebElementType, WebResponseType, SelectionMenuOptionsExt, RenderProcessNotRespondingReason, NativeEmbedInfo, NativeEmbedStatus, WebNavigationType, SslError, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, FileSelectorMode, RenderExitReason, MessageLevel, RenderMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, RenderProcessNotRespondingData, NativeEmbedVisibilityInfo, IntelligentTrackingPreventionDetails, LoadCommittedDetails, ThreatType, LargestContentfulPaint, FirstMeaningfulPaint, SslErrorEvent, FullScreenEnterEvent, WebOptions, ContextMenuEditStateFlags, ProtectedResourceType } from "./../ArkWebInterfaces" +import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerAttribute, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" import { OnCheckboxChangeCallback, CheckboxOptions } from "./../ArkCheckboxInterfaces" import { OnCheckboxGroupChangeCallback, SelectStatus, CheckboxGroupResult, CheckboxGroupOptions } from "./../ArkCheckboxgroupInterfaces" -import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, UnderlineColor, TextInputStyle, PasswordIcon, EnterKeyType, TextInputOptions, InputType } from "./../ArkTextInputInterfaces" +import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, TextInputAttribute, InputType, EnterKeyType, TextInputStyle, PasswordIcon, UnderlineColor, TextInputOptions } from "./../ArkTextInputInterfaces" import { OnFoldStatusChangeCallback, OnHoverStatusChangeCallback, WindowStatusType, HoverEventParam, OnFoldStatusChangeInfo, FolderStackOptions } from "./../ArkFolderStackInterfaces" import { OnLinearIndicatorChangeCallback, LinearIndicatorStyle, LinearIndicatorStartOptions } from "./../ArkLinearindicatorInterfaces" import { OnNativeLoadCallback, SurfaceRect, SurfaceRotationOptions, XComponentOptions } from "./../ArkXcomponentInterfaces" -import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, OnScrollFrameBeginHandlerResult, OffsetOptions, ScrollSnapOptions, ScrollDirection } from "./../ArkScrollInterfaces" -import { OnScrollVisibleContentChangeCallback, ScrollSnapAlign, ScrollState, ListDividerOptions, ListItemGroupArea, ChainEdgeEffect, CloseSwipeActionOptions, VisibleListContentInfo, ChainAnimationOptions, ListOptions, StickyStyle, ListItemAlign } from "./../ArkListInterfaces" -import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, LayoutStyle, DividerStyle, ScrollableBarModeOptions, BarMode, TabContentAnimatedTransition, AnimationMode, BarPosition, BarGridColumnOptions, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" +import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, ScrollAttribute, ScrollDirection, ScrollSnapOptions, OffsetOptions, OnScrollFrameBeginHandlerResult } from "./../ArkScrollInterfaces" +import { OnScrollVisibleContentChangeCallback, ListItemGroupArea, ScrollState, ScrollSnapAlign, ListDividerOptions, ListAttribute, ListItemAlign, ChainAnimationOptions, StickyStyle, ChainEdgeEffect, VisibleListContentInfo, CloseSwipeActionOptions, ListOptions } from "./../ArkListInterfaces" +import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, LayoutStyle, DividerStyle, TabsAttribute, BarPosition, BarMode, AnimationMode, BarGridColumnOptions, ScrollableBarModeOptions, TabContentAnimatedTransition, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" import { PageTransitionCallback, RouteType, SlideEffect } from "./../ArkPageTransitionInterfaces" import { PluginErrorCallback, PluginComponentTemplate, PluginErrorData, PluginComponentOptions } from "./../ArkPluginComponentInterfaces" -import { SearchSubmitCallback, CancelButtonStyle, IconOptions, SearchButtonOptions, CancelButtonSymbolOptions, CancelButtonOptions, SearchOptions, SearchType } from "./../ArkSearchInterfaces" -import { SliderTriggerChangeCallback, SliderBlockType, SliderStyle, SliderChangeMode, SlideRange, SliderBlockStyle, SliderOptions, SliderInteraction } from "./../ArkSliderInterfaces" -import { TextAreaSubmitCallback, ContentType, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" -import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, ColorMetrics, SizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, LengthMetricsUnit, ConstraintSizeOptions, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, DirectionalEdgesT, OutlineOptions, EdgeOutlineWidths, OutlineRadiuses, EdgeOutlineStyles, BorderOptions, ChainWeightOptions, MarkStyle } from "./../ArkUnitsInterfaces" +import { SearchSubmitCallback, CancelButtonStyle, IconOptions, CancelButtonOptions, CancelButtonSymbolOptions, SearchAttribute, SearchType, SearchButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" +import { SliderTriggerChangeCallback, SliderAttribute, SliderChangeMode, SliderBlockStyle, SliderInteraction, SliderConfiguration, SlideRange, SliderBlockType, SliderStyle, SliderOptions } from "./../ArkSliderInterfaces" +import { TextAreaSubmitCallback, ContentType, TextAreaAttribute, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" +import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, ColorMetrics, SizeOptions, ConstraintSizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, LengthMetricsUnit, LengthConstrain, DirectionalEdgesT, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, OutlineOptions, EdgeOutlineWidths, OutlineRadiuses, EdgeOutlineStyles, BorderOptions, ChainWeightOptions, MarkStyle } from "./../ArkUnitsInterfaces" import { WithThemeInterface, CustomTheme, WithThemeOptions, WithThemeAttribute } from "./../ArkWithThemeInterfaces" import { Resource } from "./../ArkResourceInterfaces" -import { ColoringStrategy, Color, FontWeight, Curve, FontStyle, TextDecorationStyle, TextDecorationType, BorderStyle, TextHeightAdaptivePolicy, TextOverflow, ImageFit, ImageSpanAlignment, LineBreakStrategy, WordBreak, TextAlign, TitleHeight, GradientDirection, DialogButtonStyle, TouchType, NestedScrollMode, VerticalAlign, Axis, PlayMode, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, Edge, XComponentType, TextContentStyle, EdgeEffect, OptionWidthMode, BarState, ScrollSource, ResponseType, AppRotation, FoldStatus, FlexAlign, ItemAlign, FlexWrap, FlexDirection, FunctionKey, ImageRepeat, ImageSize, PixelRoundCalcPolicy, KeySource, KeyType, AccessibilityHoverType, MouseAction, MouseButton, IlluminatedType, HitTestMode, HeightBreakpoint, WidthBreakpoint, TextSelectableMode, MarqueeUpdateStrategy, EllipsisMode, CopyOptions, TextCase, RelateType, Week, EmbeddedType, LineJoinStyle, LineCapStyle, ModifierKey, RenderFit, ObscuredReasons, Direction, Visibility, HoverEffect, CheckBoxShape, FillMode, AnimationStatus } from "./../ArkEnumsInterfaces" +import { ColoringStrategy, Color, FontWeight, Curve, FontStyle, TextDecorationStyle, TextDecorationType, BorderStyle, TextHeightAdaptivePolicy, TextOverflow, ImageFit, ImageSpanAlignment, LineBreakStrategy, WordBreak, TextAlign, TitleHeight, GradientDirection, DialogButtonStyle, TouchType, NestedScrollMode, VerticalAlign, Axis, PlayMode, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, FlexDirection, Edge, XComponentType, CopyOptions, TextContentStyle, BarState, TextCase, EllipsisMode, TextSelectableMode, EdgeEffect, LineCapStyle, LineJoinStyle, OptionWidthMode, ScrollSource, ResponseType, AppRotation, FoldStatus, FlexAlign, ItemAlign, FlexWrap, FunctionKey, ImageRepeat, ImageSize, PixelRoundCalcPolicy, KeySource, KeyType, AccessibilityHoverType, MouseAction, MouseButton, IlluminatedType, HitTestMode, HeightBreakpoint, WidthBreakpoint, MarqueeUpdateStrategy, RelateType, Week, EmbeddedType, ModifierKey, RenderFit, ObscuredReasons, Direction, Visibility, HoverEffect, CheckBoxShape, FillMode, AnimationStatus } from "./../ArkEnumsInterfaces" import { LengthUnit, WebHeader, TextModifier, Want, RectHeightStyle, RectWidthStyle, PerfMonitorSourceType, PerfMonitorActionType, SnapshotOptions, NodeController } from "./../ArkArkuiExternalInterfaces" import { ICurve, ICurveInternal } from "./../ArkICurveMaterialized" import { PixelMap, PixelMapInternal } from "./../ArkPixelMapMaterialized" import { LengthMetrics, LengthMetricsInternal } from "./../ArkLengthMetricsMaterialized" -import { Tuple_Dimension_Dimension, Callback_GestureEvent_Void, Callback_ClickEvent_Void, Callback_PopInfo_Void, Callback_SwipeActionState_Void, Callback_Void, CustomNodeBuilder, Callback_DismissPopupAction_Void, Callback_NavigationTransitionProxy_Void, Callback_Boolean_Void, Literal_String_script_Callback_String_Void_callback_, Callback_String_Void, Literal_String_baseUrl_data_encoding_historyUrl_mimeType, Literal_Union_String_Resource_url_Array_Header_headers, Literal_Object_object__String_name_Array_String_methodList, Callback_TimePickerResult_Void, Callback_TextPickerResult_Void, Tuple_Number_Number, Callback_TabContentTransitionProxy_Void, Callback_StyledStringChangeValue_Boolean, Callback_Date_Void, Callback_DatePickerResult_Void, Callback_SheetType_Void, Callback_Number_Void, Callback_SpringBackAction_Void, Callback_DismissSheetAction_Void, Callback_SheetDismiss_Void, Callback_DismissContentCoverAction_Void, Callback_Literal_Boolean_isVisible_Void, Literal_Boolean_isVisible, Literal_Number_angle_fingers, Literal_Number_fingers_speed_SwipeDirection_direction, Literal_Number_distance_fingers, Literal_Number_distance_fingers_PanDirection_direction, Literal_Number_duration_fingers_Boolean_repeat, Tuple_ResourceColor_Number, Callback_DismissDialogAction_Void, Callback_UIExtensionProxy_Void, Literal_Boolean_next_Axis_direction, Literal_Number_surfaceHeight_surfaceWidth, Callback_Literal_String_plainText_Void, Literal_String_plainText, Callback_Union_String_Array_String_Void, Callback_Union_Number_Array_Number_Void, Callback_ResourceStr_Void, Callback_SwiperContentTransitionProxy_Void, Callback_Union_Number_Resource_Void, Callback_PanelMode_Void, Callback_Number_Tuple_Number_Number_Number_Number, Tuple_Number_Number_Number_Number, Callback_Number_Tuple_Number_Number, Callback_MouseEvent_Void, Callback_KeyEvent_Void, Callback_TouchEvent_Void, Type_SheetOptions_detents, Literal_ResourceColor_color, Literal_String_value_Callback_Void_action, Literal_Number_day_month_year, AsyncCallback_image_PixelMap_Void, Type_NavigationAttribute_customNavContentTransition_delegate, Callback_WithThemeAttribute_Void, Callback_WebResourceResponse_Void, Callback_WebKeyboardOptions_Void, Callback_Union_CustomBuilder_DragItemInfo_Void, Callback_Tuple_Number_Number_Void, Callback_Tuple_Number_Number_Number_Number_Void, Callback_TouchResult_Void, Callback_String_Unknown_Void, Callback_Pointer_Void, Callback_Opt_TabContentAnimatedTransition_Void, Callback_Opt_StyledString_Opt_Array_String_Void, Callback_Opt_NavigationAnimatedTransition_Void, Callback_Opt_Array_String_Void, Callback_OnScrollFrameBeginHandlerResult_Void, Callback_OffsetResult_Void, Callback_NavigationTitleMode_Void, Callback_NavigationMode_Void, Callback_Literal_Number_offsetRemain_Void, Literal_Number_offsetRemain, Callback_IsolatedComponentAttribute_Void, Callback_HitTestMode_Void, Callback_GestureRecognizer_Void, Callback_GestureJudgeResult_Void, Callback_CustomBuilder_Void, Callback_ComputedBarAttribute_Void, Callback_Array_String_Void, Callback_Literal_Number_code_Want_want_Void, Literal_Number_code_Want_want, Callback_NativeEmbedTouchInfo_Void, Callback_NativeEmbedDataInfo_Void, Callback_OnOverScrollEvent_Void, Callback_OnLoadInterceptEvent_Boolean, Callback_OnFirstContentfulPaintEvent_Void, Callback_OnAudioStateChangedEvent_Void, Callback_OnDataResubmittedEvent_Void, Callback_OnPageVisibleEvent_Void, Callback_OnFaviconReceivedEvent_Void, Callback_OnTouchIconUrlReceivedEvent_Void, Callback_OnWindowNewEvent_Void, Callback_OnClientAuthenticationEvent_Void, Callback_OnSslErrorEventReceiveEvent_Void, Callback_OnScrollEvent_Void, Callback_OnSearchResultReceiveEvent_Void, Callback_OnContextMenuShowEvent_Boolean, Callback_OnScreenCaptureRequestEvent_Void, Callback_OnPermissionRequestEvent_Void, Callback_OnInterceptRequestEvent_WebResourceResponse, Callback_OnHttpAuthRequestEvent_Boolean, Callback_OnScaleChangeEvent_Void, Callback_OnResourceLoadEvent_Void, Type_WebAttribute_onFileSelectorShow_callback, Literal_Function_callback__Object_fileSelector, Callback_Literal_Object_detail_Boolean, Literal_Object_detail, Callback_OnShowFileSelectorEvent_Boolean, Callback_OnRenderExitedEvent_Void, Callback_Literal_Function_handler_Object_error_Void, Literal_Function_handler_Object_error, Type_WebAttribute_onUrlLoadIntercept_callback, Literal_Union_String_WebResourceRequest_data, Callback_OnRefreshAccessedHistoryEvent_Void, Callback_OnDownloadStartEvent_Void, Callback_OnHttpErrorReceiveEvent_Void, Callback_OnErrorReceiveEvent_Void, Callback_OnConsoleEvent_Boolean, Callback_OnPromptEvent_Boolean, Callback_OnConfirmEvent_Boolean, Callback_OnBeforeUnloadEvent_Boolean, Callback_OnAlertEvent_Boolean, Callback_OnGeolocationShowEvent_Void, Callback_OnTitleReceiveEvent_Void, Callback_OnProgressChangeEvent_Void, Callback_OnPageBeginEvent_Void, Callback_OnPageEndEvent_Void, Callback_PlaybackInfo_Void, Callback_PreparedInfo_Void, Callback_FullscreenInfo_Void, Type_TextPickerAttribute_onChange_callback, Callback_String_Number_Void, Callback_String_PasteEvent_Void, Callback_EnterKeyType_Void, Callback_Number_SliderChangeMode_Void, Callback_Number_String_Void, Callback_DeleteValue_Void, Callback_DeleteValue_Boolean, Callback_InsertValue_Void, Callback_InsertValue_Boolean, Callback_ClickEvent_SaveButtonOnClickResult_Void, Callback_CopyEvent_Void, Callback_CutEvent_Void, Callback_RichEditorChangeValue_Boolean, Callback_RichEditorDeleteValue_Boolean, Callback_TextRange_Void, Callback_RichEditorTextSpanResult_Void, Callback_RichEditorInsertValue_Boolean, Callback_RichEditorRange_Void, Callback_RichEditorSelection_Void, Callback_RefreshStatus_Void, Callback_Array_Number_Void, Callback_ClickEvent_PasteButtonOnClickResult_Void, Callback_Number_Number_PanelMode_Void, Callback_NavDestinationContext_Void, Callback_Boolean, Callback_ClickEvent_LocationButtonOnClickResult_Void, Callback_Number_Number_Boolean, Callback_Number_Boolean, Callback_Number_Number_Number_Void, Callback_Type_ImageAttribute_onComplete_callback_event_Void, Type_ImageAttribute_onComplete_callback_event, Callback_Number_ScrollState_Literal_Number_offsetRemain, Callback_ItemDragInfo_Number_Number_Boolean_Void, Callback_ItemDragInfo_Number_Void, Callback_ItemDragInfo_Number_Number_Void, Callback_ItemDragInfo_Void, Callback_ItemDragInfo_Number_CustomBuilder, Callback_Number_Number_ComputedBarAttribute, Callback_Any_Void, Callback_Literal_Number_errcode_String_msg_Void, Literal_Number_errcode_String_msg, Callback_FormCallbackInfo_Void, Callback_TerminationInfo_Void, Callback_Number_Number_Void, Callback_TouchEvent_HitTestMode, Callback_GestureInfo_BaseGestureEvent_GestureJudgeResult, Callback_PreDragStatus_Void, Callback_DragEvent_String_Void, Callback_DragEvent_String_Union_CustomBuilder_DragItemInfo, Literal_String_anchor_HorizontalAlign_align, Literal_String_anchor_VerticalAlign_align, Callback_Area_Area_Void, Callback_KeyEvent_Boolean, Callback_Boolean_HoverEvent_Void, Callback_Array_TouchTestInfo_TouchResult, Callback_CalendarRequestedData_Void, Callback_CalendarSelectedDate_Void } from "./../SyntheticDeclarations" +import { Tuple_Dimension_Dimension, Callback_GestureEvent_Void, Callback_ClickEvent_Void, Callback_PopInfo_Void, Callback_SwipeActionState_Void, Callback_Void, CustomNodeBuilder, Callback_DismissPopupAction_Void, Callback_NavigationTransitionProxy_Void, Callback_Boolean_Void, Literal_String_script_Callback_String_Void_callback_, Callback_String_Void, Literal_String_baseUrl_data_encoding_historyUrl_mimeType, Literal_Union_String_Resource_url_Array_Header_headers, Literal_Object_object__String_name_Array_String_methodList, Callback_TimePickerResult_Void, Callback_TextPickerResult_Void, Tuple_Number_Number, Callback_TabContentTransitionProxy_Void, Callback_StyledStringChangeValue_Boolean, Callback_Date_Void, Callback_DatePickerResult_Void, Callback_SheetType_Void, Callback_Number_Void, Callback_SpringBackAction_Void, Callback_DismissSheetAction_Void, Callback_SheetDismiss_Void, Callback_DismissContentCoverAction_Void, Callback_Literal_Boolean_isVisible_Void, Literal_Boolean_isVisible, Literal_Number_angle_fingers, Literal_Number_fingers_speed_SwipeDirection_direction, Literal_Number_distance_fingers, Literal_Number_distance_fingers_PanDirection_direction, Literal_Number_duration_fingers_Boolean_repeat, Tuple_ResourceColor_Number, Callback_DismissDialogAction_Void, Callback_UIExtensionProxy_Void, Callback_Number_ScrollState_Literal_Number_offsetRemain, Literal_Number_offsetRemain, Callback_Number_Number_Void, Literal_Boolean_next_Axis_direction, Literal_Number_surfaceHeight_surfaceWidth, Callback_OnPageEndEvent_Void, Callback_OnPageBeginEvent_Void, Callback_OnProgressChangeEvent_Void, Callback_OnTitleReceiveEvent_Void, Callback_OnGeolocationShowEvent_Void, Callback_OnAlertEvent_Boolean, Callback_OnBeforeUnloadEvent_Boolean, Callback_OnConfirmEvent_Boolean, Callback_OnPromptEvent_Boolean, Callback_OnConsoleEvent_Boolean, Callback_OnErrorReceiveEvent_Void, Callback_OnHttpErrorReceiveEvent_Void, Callback_OnDownloadStartEvent_Void, Callback_OnRefreshAccessedHistoryEvent_Void, Type_WebAttribute_onUrlLoadIntercept_callback, Literal_Union_String_WebResourceRequest_data, Callback_Literal_Function_handler_Object_error_Void, Literal_Function_handler_Object_error, Callback_OnRenderExitedEvent_Void, Callback_OnShowFileSelectorEvent_Boolean, Callback_Literal_Object_detail_Boolean, Literal_Object_detail, Type_WebAttribute_onFileSelectorShow_callback, Literal_Function_callback__Object_fileSelector, Callback_OnResourceLoadEvent_Void, Callback_OnScaleChangeEvent_Void, Callback_OnHttpAuthRequestEvent_Boolean, Callback_OnInterceptRequestEvent_WebResourceResponse, Callback_OnPermissionRequestEvent_Void, Callback_OnScreenCaptureRequestEvent_Void, Callback_OnContextMenuShowEvent_Boolean, Callback_OnSearchResultReceiveEvent_Void, Callback_OnScrollEvent_Void, Callback_OnSslErrorEventReceiveEvent_Void, Callback_OnClientAuthenticationEvent_Void, Callback_OnWindowNewEvent_Void, Callback_KeyEvent_Boolean, Callback_OnTouchIconUrlReceivedEvent_Void, Callback_OnFaviconReceivedEvent_Void, Callback_OnPageVisibleEvent_Void, Callback_OnDataResubmittedEvent_Void, Callback_OnAudioStateChangedEvent_Void, Callback_OnFirstContentfulPaintEvent_Void, Callback_OnLoadInterceptEvent_Boolean, Callback_OnOverScrollEvent_Void, Callback_NativeEmbedDataInfo_Void, Callback_NativeEmbedTouchInfo_Void, Callback_Literal_String_plainText_Void, Literal_String_plainText, Callback_Union_String_Array_String_Void, Callback_Union_Number_Array_Number_Void, Callback_ResourceStr_Void, Callback_InsertValue_Boolean, Callback_InsertValue_Void, Callback_DeleteValue_Boolean, Callback_DeleteValue_Void, Callback_EnterKeyType_Void, Callback_String_PasteEvent_Void, Callback_SwiperContentTransitionProxy_Void, Callback_Number_SliderChangeMode_Void, Callback_Union_Number_Resource_Void, Callback_Number_String_Void, Callback_RichEditorSelection_Void, Callback_RichEditorRange_Void, Callback_RichEditorInsertValue_Boolean, Callback_RichEditorTextSpanResult_Void, Callback_TextRange_Void, Callback_RichEditorDeleteValue_Boolean, Callback_RichEditorChangeValue_Boolean, Callback_CutEvent_Void, Callback_CopyEvent_Void, Callback_PanelMode_Void, Callback_Boolean, Callback_NavDestinationContext_Void, Callback_Number_Number_Number_Void, Callback_Number_Boolean, Callback_Number_Number_Boolean, Callback_ItemDragInfo_Number_CustomBuilder, Callback_ItemDragInfo_Void, Callback_ItemDragInfo_Number_Number_Void, Callback_ItemDragInfo_Number_Void, Callback_ItemDragInfo_Number_Number_Boolean_Void, Callback_Number_Number_ComputedBarAttribute, Callback_Number_Tuple_Number_Number_Number_Number, Tuple_Number_Number_Number_Number, Callback_Number_Tuple_Number_Number, Callback_MouseEvent_Void, Callback_KeyEvent_Void, Callback_TouchEvent_Void, Type_SheetOptions_detents, Literal_ResourceColor_color, Literal_String_value_Callback_Void_action, Literal_Number_day_month_year, AsyncCallback_image_PixelMap_Void, Type_NavigationAttribute_customNavContentTransition_delegate, Callback_WithThemeAttribute_Void, Callback_WebResourceResponse_Void, Callback_WebKeyboardOptions_Void, Callback_Union_CustomBuilder_DragItemInfo_Void, Callback_Tuple_Number_Number_Void, Callback_Tuple_Number_Number_Number_Number_Void, Callback_TouchResult_Void, Callback_String_Unknown_Void, Callback_Pointer_Void, Callback_Opt_TabContentAnimatedTransition_Void, Callback_Opt_StyledString_Opt_Array_String_Void, Callback_Opt_NavigationAnimatedTransition_Void, Callback_Opt_Array_String_Void, Callback_OnScrollFrameBeginHandlerResult_Void, Callback_OffsetResult_Void, Callback_NavigationTitleMode_Void, Callback_NavigationMode_Void, Callback_Literal_Number_offsetRemain_Void, Callback_IsolatedComponentAttribute_Void, Callback_HitTestMode_Void, Callback_GestureRecognizer_Void, Callback_GestureJudgeResult_Void, Callback_CustomBuilder_Void, Callback_ComputedBarAttribute_Void, Callback_Array_String_Void, Callback_Literal_Number_code_Want_want_Void, Literal_Number_code_Want_want, Callback_PlaybackInfo_Void, Callback_PreparedInfo_Void, Callback_FullscreenInfo_Void, Type_TextPickerAttribute_onChange_callback, Callback_String_Number_Void, Callback_ClickEvent_SaveButtonOnClickResult_Void, Callback_RefreshStatus_Void, Callback_Array_Number_Void, Callback_ClickEvent_PasteButtonOnClickResult_Void, Callback_Number_Number_PanelMode_Void, Callback_ClickEvent_LocationButtonOnClickResult_Void, Callback_Type_ImageAttribute_onComplete_callback_event_Void, Type_ImageAttribute_onComplete_callback_event, Callback_Any_Void, Callback_Literal_Number_errcode_String_msg_Void, Literal_Number_errcode_String_msg, Callback_FormCallbackInfo_Void, Callback_TerminationInfo_Void, Callback_TouchEvent_HitTestMode, Callback_GestureInfo_BaseGestureEvent_GestureJudgeResult, Callback_PreDragStatus_Void, Callback_DragEvent_String_Void, Callback_DragEvent_String_Union_CustomBuilder_DragItemInfo, Literal_String_anchor_HorizontalAlign_align, Literal_String_anchor_VerticalAlign_align, Callback_Area_Area_Void, Callback_Boolean_HoverEvent_Void, Callback_Array_TouchTestInfo_TouchResult, Callback_CalendarRequestedData_Void, Callback_CalendarSelectedDate_Void } from "./../SyntheticDeclarations" import { GridRowSizeOption, BreakpointsReference, GridRowColumnOption, GutterOption, GridRowDirection, BreakPoints, GridRowOptions } from "./../ArkGridRowInterfaces" import { TabBarSymbol, TabBarIconStyle, LayoutMode, BoardStyle, SelectedMode, TabBarOptions } from "./../ArkTabContentInterfaces" -import { SymbolRenderingStrategy, SymbolEffectStrategy, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" -import { DecorationStyleInterface, StyledStringValue, StyledStringKey, ImageAttachmentLayoutStyle, StyleOptions, SpanStyle, CustomSpanDrawInfo, CustomSpanMeasureInfo, CustomSpanMetrics, ImageAttachmentInterface, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" +import { SymbolRenderingStrategy, SymbolEffectStrategy, SymbolGlyphAttribute, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" +import { DecorationStyleInterface, StyledStringValue, StyledStringKey, ImageAttachmentLayoutStyle, StyleOptions, SpanStyle, CustomSpanDrawInfo, CustomSpanMetrics, CustomSpanMeasureInfo, ImageAttachmentInterface, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" import { GestureEvent, GestureEventInternal } from "./../ArkGestureEventMaterialized" import { ClickEvent, ClickEventInternal } from "./../ArkClickEventMaterialized" import { SwipeActionState, SwipeActionItem, SwipeEdgeEffect, EditMode, ListItemStyle, SwipeActionOptions, ListItemOptions, Sticky } from "./../ArkListItemInterfaces" @@ -83,7 +83,7 @@ import { TextPickerResult, TextPickerDialogOptions, TextPickerOptions, DividerOp import { TextMenuItemId, TextMenuItemIdInternal } from "./../ArkTextMenuItemIdMaterialized" import { TabContentTransitionProxy, TabContentTransitionProxyInternal } from "./../ArkTabContentTransitionProxyMaterialized" import { ProgressStatus, ProgressStyleOptions, CommonProgressStyleOptions, CapsuleStyleOptions, ScanEffectOptions, RingStyleOptions, LinearStyleOptions, ProgressType, ProgressStyle, ProgressOptions } from "./../ArkProgressInterfaces" -import { NavDestinationMode, RouteMapConfig, NavDestinationCustomTitle, NavDestinationCommonTitle, NavigationSystemTransitionType } from "./../ArkNavDestinationInterfaces" +import { NavDestinationMode, RouteMapConfig, NavDestinationAttribute, NavigationSystemTransitionType, NavDestinationCommonTitle, NavDestinationCustomTitle } from "./../ArkNavDestinationInterfaces" import { NavPathStack, NavPathStackInternal } from "./../ArkNavPathStackMaterialized" import { NavPathInfo, NavPathInfoInternal } from "./../ArkNavPathInfoMaterialized" import { NavDestinationContext, NavDestinationContextInternal } from "./../ArkNavDestinationContextMaterialized" @@ -91,11 +91,11 @@ import { GridColColumnOption, GridColOptions } from "./../ArkGridColInterfaces" import { LinearGradient, LinearGradientInternal } from "./../ArkLinearGradientMaterialized" import { ColorStop, DataPanelType, DataPanelShadowOptions, DataPanelOptions } from "./../ArkDataPanelInterfaces" import { DatePickerResult, LunarSwitchStyle, DatePickerDialogOptions, DatePickerOptions } from "./../ArkDatePickerInterfaces" -import { Scene, ModelType, SceneOptions } from "./../ArkComponent3dInterfaces" -import { GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, SwipeDirection, PanDirection, TapGestureParameters, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, GestureRecognizerState, FingerInfo, GestureInfo } from "./../ArkGestureInterfaces" +import { Scene, Component3DAttribute, ModelType, SceneOptions } from "./../ArkComponent3dInterfaces" +import { GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, SwipeDirection, PanDirection, TapGestureParameters, GestureRecognizerState, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, FingerInfo, GestureInfo } from "./../ArkGestureInterfaces" import { PanGestureOptions, PanGestureOptionsInternal } from "./../ArkPanGestureOptionsMaterialized" import { DrawingCanvas, DrawingCanvasInternal } from "./../ArkDrawingCanvasMaterialized" -import { Size, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule, TextMetrics } from "./../ArkCanvasInterfaces" +import { Size, TextMetrics, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule } from "./../ArkCanvasInterfaces" import { FrameNode, FrameNodeInternal } from "./../ArkFrameNodeMaterialized" import { BadgePosition, BadgeStyle, BadgeParamWithString, BadgeParam, BadgeParamWithNumber } from "./../ArkBadgeInterfaces" import { DismissDialogAction, ActionSheetOffset, ActionSheetButtonOptions, ActionSheetOptions, SheetInfo } from "./../ArkActionSheetInterfaces" @@ -110,6 +110,10 @@ import { Scroller, ScrollerInternal } from "./../ArkScrollerMaterialized" import { RRect, WindowAnimationTarget } from "./../ArkRemoteWindowInterfaces" import { ButtonIconOptions, ButtonStyle, SideBarPosition, SideBarContainerType } from "./../ArkSidebarInterfaces" import { XComponentController, XComponentControllerInternal } from "./../ArkXComponentControllerMaterialized" +import { WindowSceneAttribute } from "./../ArkWindowSceneInterfaces" +import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" +import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" +import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" @@ -126,7 +130,6 @@ import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandle import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" -import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" @@ -136,26 +139,28 @@ import { ToggleType, SwitchStyle, ToggleOptions } from "./../ArkToggleInterfaces import { TextTimerController, TextTimerControllerInternal } from "./../ArkTextTimerControllerMaterialized" import { TextInputController, TextInputControllerInternal } from "./../ArkTextInputControllerMaterialized" import { TextContentControllerBase, TextContentControllerBaseInternal } from "./../ArkTextContentControllerBaseMaterialized" +import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" +import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { TextClockController, TextClockControllerInternal } from "./../ArkTextClockControllerMaterialized" import { TextAreaController, TextAreaControllerInternal } from "./../ArkTextAreaControllerMaterialized" -import { TextResponseType, TextSpanType, TextOverflowOptions, TextOptions } from "./../ArkTextInterfaces" +import { TextAttribute, TextOverflowOptions, TextSpanType, TextResponseType, TextOptions } from "./../ArkTextInterfaces" import { TextController, TextControllerInternal } from "./../ArkTextControllerMaterialized" -import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { BottomTabBarStyle } from "./../ArkBottomTabBarStyleBuilder" import { SubTabBarStyle } from "./../ArkSubTabBarStyleBuilder" import { TabsController, TabsControllerInternal } from "./../ArkTabsControllerMaterialized" import { DigitIndicator } from "./../ArkDigitIndicatorBuilder" import { Indicator } from "./../ArkIndicatorBuilder" import { DotIndicator } from "./../ArkDotIndicatorBuilder" +import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperContentTransitionProxy, SwiperContentTransitionProxyInternal } from "./../ArkSwiperContentTransitionProxyMaterialized" -import { MenuAlignType, ArrowPosition, SelectOption } from "./../ArkSelectInterfaces" +import { ShapeAttribute, ViewportRect } from "./../ArkShapeInterfaces" +import { SelectAttribute, ArrowPosition, MenuItemConfiguration, MenuAlignType, SelectOption } from "./../ArkSelectInterfaces" import { SearchController, SearchControllerInternal } from "./../ArkSearchControllerMaterialized" import { ScrollBarDirection, ScrollBarOptions } from "./../ArkScrollBarInterfaces" import { SaveDescription, SaveIconStyle, SaveButtonOnClickResult, SaveButtonOptions } from "./../ArkSaveButtonInterfaces" import { RichEditorStyledStringController, RichEditorStyledStringControllerInternal } from "./../ArkRichEditorStyledStringControllerMaterialized" import { RichEditorBaseController, RichEditorBaseControllerInternal } from "./../ArkRichEditorBaseControllerMaterialized" import { StyledStringController, StyledStringControllerInternal } from "./../ArkStyledStringControllerMaterialized" -import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" import { RichEditorController, RichEditorControllerInternal } from "./../ArkRichEditorControllerMaterialized" import { LocalizedBarrierDirection, BarrierDirection, GuideLinePosition, LocalizedBarrierStyle, BarrierStyle, GuideLineStyle } from "./../ArkRelativeContainerInterfaces" import { RoundedRectOptions, RectOptions } from "./../ArkRectInterfaces" @@ -168,19 +173,20 @@ import { MenuItemOptions } from "./../ArkMenuItemInterfaces" import { ASTCResource } from "./../ArkMediaCachedImageInterfaces" import { LocationDescription, LocationIconStyle, LocationButtonOnClickResult, LocationButtonOptions } from "./../ArkLocationButtonInterfaces" import { ListItemGroupStyle, ListItemGroupOptions } from "./../ArkListItemGroupInterfaces" +import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { ColorFilter, ColorFilterInternal } from "./../ArkColorFilterMaterialized" import { SizeType, GridContainerOptions } from "./../ArkGridContainerInterfaces" import { GridItemStyle, GridItemOptions } from "./../ArkGridItemInterfaces" -import { GridItemAlignment, ComputedBarAttribute, GridDirection, GridLayoutOptions } from "./../ArkGridInterfaces" +import { GridAttribute, ComputedBarAttribute, GridDirection, GridItemAlignment, GridLayoutOptions } from "./../ArkGridInterfaces" +import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" +import { GestureControl_GestureType } from "./../ArkGestureControlNamespace" import { FormShape, FormRenderingMode, FormDimension, FormCallbackInfo, FormInfo } from "./../ArkFormComponentInterfaces" import { FlexSpaceOptions, FlexOptions } from "./../ArkFlexInterfaces" import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" -import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" import { GestureRecognizer, GestureRecognizerInternal } from "./../ArkGestureRecognizerMaterialized" import { FocusPriority, FocusBoxStyle } from "./../ArkFocusInterfaces" -import { GestureControl_GestureType } from "./../ArkGestureControlNamespace" import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" @@ -193,7 +199,7 @@ import { ImageBitmap, ImageBitmapInternal } from "./../ArkImageBitmapMaterialize import { ImageData, ImageDataInternal } from "./../ArkImageDataMaterialized" import { Path2D, Path2DInternal } from "./../ArkPath2DMaterialized" import { CanvasPath, CanvasPathInternal } from "./../ArkCanvasPathMaterialized" -import { CalendarDialogOptions, CalendarOptions, CalendarAlign } from "./../ArkCalendarPickerInterfaces" +import { CalendarDialogOptions, CalendarOptions, CalendarPickerAttribute, CalendarAlign } from "./../ArkCalendarPickerInterfaces" import { CalendarController, CalendarControllerInternal } from "./../ArkCalendarControllerMaterialized" import { MonthData, CalendarDay, CalendarRequestedData, CalendarSelectedDate, WorkStateStyle, WeekStyle, TodayStyle, NonCurrentDayStyle, CurrentDayStyle } from "./../ArkCalendarInterfaces" import { LinearIndicatorController, LinearIndicatorControllerInternal } from "./../ArkLinearIndicatorControllerMaterialized" @@ -220,16 +226,13 @@ import { DisappearSymbolEffect, DisappearSymbolEffectInternal } from "./../ArkDi import { AppearSymbolEffect, AppearSymbolEffectInternal } from "./../ArkAppearSymbolEffectMaterialized" import { HierarchicalSymbolEffect, HierarchicalSymbolEffectInternal } from "./../ArkHierarchicalSymbolEffectMaterialized" import { ScaleSymbolEffect, ScaleSymbolEffectInternal } from "./../ArkScaleSymbolEffectMaterialized" -import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperController, SwiperControllerInternal } from "./../ArkSwiperControllerMaterialized" import { ItemState } from "./../ArkStepperItemInterfaces" import { LayoutDirection, ColorMode } from "./../ArkStateManagementInterfaces" import { StackOptions } from "./../ArkStackInterfaces" -import { ViewportRect } from "./../ArkShapeInterfaces" import { SecurityComponentLayoutDirection } from "./../ArkSecurityComponentInterfaces" import { RowOptions } from "./../ArkRowInterfaces" import { RootSceneSession } from "./../ArkRootSceneInterfaces" -import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { RefreshStatus, RefreshOptions } from "./../ArkRefreshInterfaces" import { StarStyleOptions, RatingOptions } from "./../ArkRatingInterfaces" import { PolylineOptions } from "./../ArkPolylineInterfaces" @@ -248,7 +251,6 @@ import { LineOptions } from "./../ArkLineInterfaces" import { DataOperationType } from "./../ArkLazyForEachInterfaces" import { ImageFrameInfo } from "./../ArkImageAnimatorInterfaces" import { PanRecognizer, PanRecognizerInternal } from "./../ArkPanRecognizerMaterialized" -import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" import { ScrollableTargetInfo, ScrollableTargetInfoInternal } from "./../ArkScrollableTargetInfoMaterialized" import { SwipeGestureEvent, SwipeGestureEventInternal } from "./../ArkSwipeGestureEventMaterialized" import { RotationGestureEvent, RotationGestureEventInternal } from "./../ArkRotationGestureEventMaterialized" @@ -265,7 +267,6 @@ import { CustomDialogControllerOptions } from "./../ArkCustomDialogControllerInt import { CustomDialogController, CustomDialogControllerInternal } from "./../ArkCustomDialogControllerMaterialized" import { ContextMenu, ContextMenuInternal } from "./../ArkContextMenuMaterialized" import { UICommonEvent, UICommonEventInternal } from "./../ArkUICommonEventMaterialized" -import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { View, ViewInternal } from "./../ArkViewMaterialized" import { Measurable, MeasurableInternal } from "./../ArkMeasurableMaterialized" import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" @@ -1733,6 +1734,11 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeAffinity(value: Affinity): void { + let valueSerializer : Serializer = this + const value__AffinityStub = value._AffinityStub + valueSerializer.writeString(value__AffinityStub) + } writeTabBarIconStyle(value: TabBarIconStyle): void { let valueSerializer : Serializer = this const value_selectedColor = value.selectedColor @@ -3797,6 +3803,19 @@ export class Serializer extends SerializerBase { const value__DrawContextStub = value._DrawContextStub valueSerializer.writeString(value__DrawContextStub) } + writeCustomSpanMetrics(value: CustomSpanMetrics): void { + let valueSerializer : Serializer = this + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + let value_height_type : int32 = RuntimeType.UNDEFINED + value_height_type = runtimeType(value_height) + valueSerializer.writeInt8(value_height_type as int32) + if ((RuntimeType.UNDEFINED) != (value_height_type)) { + const value_height_value = value_height! + valueSerializer.writeNumber(value_height_value) + } + } writeCustomSpanMeasureInfo(value: CustomSpanMeasureInfo): void { let valueSerializer : Serializer = this const value_fontSize = value.fontSize @@ -3929,6 +3948,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeWaterFlowAttribute(value: WaterFlowAttribute): void { + } writeWaterFlowSections(value: WaterFlowSections): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -4259,6 +4280,10 @@ export class Serializer extends SerializerBase { valueSerializer.writeBoolean(value_lock_value) } } + writeWindowSceneAttribute(value: WindowSceneAttribute): void { + } + writeWebAttribute(value: WebAttribute): void { + } writeSelectionMenuOptionsExt(value: SelectionMenuOptionsExt): void { let valueSerializer : Serializer = this const value_onAppear = value.onAppear @@ -4752,6 +4777,23 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeWebCookie(value: WebCookie): void { + let valueSerializer : Serializer = this + if (TypeChecker.typeInstanceOf(value, "peer")) + { + const base : MaterializedBase = TypeChecker.typeCast(value) + const peer = base.getPeer() + let ptr : KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeScreenCaptureConfig(value: ScreenCaptureConfig): void { let valueSerializer : Serializer = this const value_captureMode = value.captureMode @@ -5396,6 +5438,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_endMargin_value) } } + writeTextInputAttribute(value: TextInputAttribute): void { + } writeInputCounterOptions(value: InputCounterOptions): void { let valueSerializer : Serializer = this const value_thresholdPercentage = value.thresholdPercentage @@ -5629,6 +5673,59 @@ export class Serializer extends SerializerBase { const value_id = value.id valueSerializer.writeTextMenuItemId(value_id) } + writeLineMetrics(value: LineMetrics): void { + let valueSerializer : Serializer = this + const value__LineMetricsStub = value._LineMetricsStub + valueSerializer.writeString(value__LineMetricsStub) + } + writePositionWithAffinity(value: PositionWithAffinity): void { + let valueSerializer : Serializer = this + const value_position = value.position + valueSerializer.writeNumber(value_position) + const value_affinity = value.affinity + valueSerializer.writeAffinity(value_affinity) + } + writeMutableStyledString(value: MutableStyledString): void { + let valueSerializer : Serializer = this + if (TypeChecker.typeInstanceOf(value, "peer")) + { + const base : MaterializedBase = TypeChecker.typeCast(value) + const peer = base.getPeer() + let ptr : KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } + writePreviewText(value: PreviewText): void { + let valueSerializer : Serializer = this + const value_offset = value.offset + valueSerializer.writeNumber(value_offset) + const value_value = value.value + valueSerializer.writeString(value_value) + } + writeLayoutManager(value: LayoutManager): void { + let valueSerializer : Serializer = this + if (TypeChecker.typeInstanceOf(value, "peer")) + { + const base : MaterializedBase = TypeChecker.typeCast(value) + const peer = base.getPeer() + let ptr : KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeTextClockController(value: TextClockController): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -5646,6 +5743,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextAreaAttribute(value: TextAreaAttribute): void { + } writeTextAreaController(value: TextAreaController): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -5663,6 +5762,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextAttribute(value: TextAttribute): void { + } writeSelectionMenuOptions(value: SelectionMenuOptions): void { let valueSerializer : Serializer = this const value_onAppear = value.onAppear @@ -6042,6 +6143,8 @@ export class Serializer extends SerializerBase { } } } + writeTabsAttribute(value: TabsAttribute): void { + } writeBackgroundBlurStyleOptions(value: BackgroundBlurStyleOptions): void { let valueSerializer : Serializer = this const value_colorMode = value.colorMode @@ -6163,6 +6266,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeSymbolGlyphAttribute(value: SymbolGlyphAttribute): void { + } writeSymbolEffect(value: SymbolEffect): void { } writeDigitIndicator(value: DigitIndicator): void { @@ -6447,6 +6552,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeNumber(value__maxDisplayCount_value) } } + writeSwiperAttribute(value: SwiperAttribute): void { + } writeSwiperAutoFill(value: SwiperAutoFill): void { let valueSerializer : Serializer = this const value_minSize = value.minSize @@ -6556,6 +6663,12 @@ export class Serializer extends SerializerBase { } } } + writeSliderAttribute(value: SliderAttribute): void { + } + writeShapeAttribute(value: ShapeAttribute): void { + } + writeSelectAttribute(value: SelectAttribute): void { + } writeLocalizedEdges(value: LocalizedEdges): void { let valueSerializer : Serializer = this const value_top = value.top @@ -6626,6 +6739,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_right_value) } } + writeSearchAttribute(value: SearchAttribute): void { + } writeSearchButtonOptions(value: SearchButtonOptions): void { let valueSerializer : Serializer = this const value_fontSize = value.fontSize @@ -6729,11 +6844,24 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeScrollAttribute(value: ScrollAttribute): void { + } writeEdgeEffectOptions(value: EdgeEffectOptions): void { let valueSerializer : Serializer = this const value_alwaysEnabled = value.alwaysEnabled valueSerializer.writeBoolean(value_alwaysEnabled) } + writeRectResult(value: RectResult): void { + let valueSerializer : Serializer = this + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeScrollToIndexOptions(value: ScrollToIndexOptions): void { let valueSerializer : Serializer = this const value_extraOffset = value.extraOffset @@ -6745,6 +6873,13 @@ export class Serializer extends SerializerBase { valueSerializer.writeLengthMetrics(value_extraOffset_value) } } + writeOffsetResult(value: OffsetResult): void { + let valueSerializer : Serializer = this + const value_xOffset = value.xOffset + valueSerializer.writeNumber(value_xOffset) + const value_yOffset = value.yOffset + valueSerializer.writeNumber(value_yOffset) + } writeScrollPageOptions(value: ScrollPageOptions): void { let valueSerializer : Serializer = this const value_next = value.next @@ -6851,6 +6986,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeRichEditorAttribute(value: RichEditorAttribute): void { + } writePlaceholderStyle(value: PlaceholderStyle): void { let valueSerializer : Serializer = this const value_font = value.font @@ -7014,6 +7151,31 @@ export class Serializer extends SerializerBase { valueSerializer.writeNumber(value_end_value) } } + writeRichEditorSelection(value: RichEditorSelection): void { + let valueSerializer : Serializer = this + const value_selection = value.selection + const value_selection_0 = value_selection[0] + valueSerializer.writeNumber(value_selection_0) + const value_selection_1 = value_selection[1] + valueSerializer.writeNumber(value_selection_1) + const value_spans = value.spans + valueSerializer.writeInt32(value_spans.length as int32) + for (let i = 0; i < value_spans.length; i++) { + const value_spans_element : RichEditorTextSpanResult | RichEditorImageSpanResult = value_spans[i] + let value_spans_element_type : int32 = RuntimeType.UNDEFINED + value_spans_element_type = runtimeType(value_spans_element) + if (TypeChecker.isRichEditorTextSpanResult(value_spans_element, true, false, false, true, false, false, false, false)) { + valueSerializer.writeInt8(0 as int32) + const value_spans_element_0 = value_spans_element as RichEditorTextSpanResult + valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0) + } + else if (TypeChecker.isRichEditorImageSpanResult(value_spans_element, true, false, false, false, true)) { + valueSerializer.writeInt8(1 as int32) + const value_spans_element_1 = value_spans_element as RichEditorImageSpanResult + valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1) + } + } + } writeRichEditorParagraphStyleOptions(value: RichEditorParagraphStyleOptions): void { let valueSerializer : Serializer = this const value_start = value.start @@ -7737,6 +7899,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeBoolean(value_animated_value) } } + writeNavDestinationAttribute(value: NavDestinationAttribute): void { + } writeNavigationToolbarOptions(value: NavigationToolbarOptions): void { let valueSerializer : Serializer = this const value_backgroundColor = value.backgroundColor @@ -7925,6 +8089,15 @@ export class Serializer extends SerializerBase { const value__SystemBarStyleStub = value._SystemBarStyleStub valueSerializer.writeString(value__SystemBarStyleStub) } + writeRouteMapConfig(value: RouteMapConfig): void { + let valueSerializer : Serializer = this + const value_name = value.name + valueSerializer.writeString(value_name) + const value_pageSourceFile = value.pageSourceFile + valueSerializer.writeString(value_pageSourceFile) + const value_data = value.data + valueSerializer.writeCustomObject("Object", value_data) + } writeMenuItemOptions(value: MenuItemOptions): void { let valueSerializer : Serializer = this const value_startIcon = value.startIcon @@ -8167,6 +8340,29 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_endMargin_value) } } + writeListAttribute(value: ListAttribute): void { + } + writeVisibleListContentInfo(value: VisibleListContentInfo): void { + let valueSerializer : Serializer = this + const value_index = value.index + valueSerializer.writeNumber(value_index) + const value_itemGroupArea = value.itemGroupArea + let value_itemGroupArea_type : int32 = RuntimeType.UNDEFINED + value_itemGroupArea_type = runtimeType(value_itemGroupArea) + valueSerializer.writeInt8(value_itemGroupArea_type as int32) + if ((RuntimeType.UNDEFINED) != (value_itemGroupArea_type)) { + const value_itemGroupArea_value = (value_itemGroupArea as ListItemGroupArea) + valueSerializer.writeInt32((value_itemGroupArea_value.valueOf() as int32)) + } + const value_itemIndexInGroup = value.itemIndexInGroup + let value_itemIndexInGroup_type : int32 = RuntimeType.UNDEFINED + value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup) + valueSerializer.writeInt8(value_itemIndexInGroup_type as int32) + if ((RuntimeType.UNDEFINED) != (value_itemIndexInGroup_type)) { + const value_itemIndexInGroup_value = value_itemIndexInGroup! + valueSerializer.writeNumber(value_itemIndexInGroup_value) + } + } writeCloseSwipeActionOptions(value: CloseSwipeActionOptions): void { let valueSerializer : Serializer = this const value_onFinish = value.onFinish @@ -8223,6 +8419,42 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32((value_reference_value.valueOf() as int32)) } } + writeGridAttribute(value: GridAttribute): void { + } + writePanGestureOptions(value: PanGestureOptions): void { + let valueSerializer : Serializer = this + if (TypeChecker.typeInstanceOf(value, "peer")) + { + const base : MaterializedBase = TypeChecker.typeCast(value) + const peer = base.getPeer() + let ptr : KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } + writeEventTargetInfo(value: EventTargetInfo): void { + let valueSerializer : Serializer = this + if (TypeChecker.typeInstanceOf(value, "peer")) + { + const base : MaterializedBase = TypeChecker.typeCast(value) + const peer = base.getPeer() + let ptr : KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeWindowStatusType(value: WindowStatusType): void { let valueSerializer : Serializer = this const value__WindowStatusTypeStub = value._WindowStatusTypeStub @@ -8624,6 +8856,13 @@ export class Serializer extends SerializerBase { valueSerializer.writeExpectedFrameRateRange(value_expectedFrameRateRange_value) } } + writeComponent3DAttribute(value: Component3DAttribute): void { + } + writeContext(value: Context): void { + let valueSerializer : Serializer = this + const value__ContextStub = value._ContextStub + valueSerializer.writeString(value__ContextStub) + } writeUIGestureEvent(value: UIGestureEvent): void { } writeVisibleAreaEventOptions(value: VisibleAreaEventOptions): void { @@ -8659,6 +8898,33 @@ export class Serializer extends SerializerBase { const value__RectShapeStub = value._RectShapeStub valueSerializer.writeString(value__RectShapeStub) } + writeCaretOffset(value: CaretOffset): void { + let valueSerializer : Serializer = this + const value_index = value.index + valueSerializer.writeNumber(value_index) + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + } + writeDirectionalEdgesT(value: DirectionalEdgesT): void { + let valueSerializer : Serializer = this + const value_start = value.start + valueSerializer.writeNumber(value_start) + const value_end = value.end + valueSerializer.writeNumber(value_end) + const value_top = value.top + valueSerializer.writeNumber(value_top) + const value_bottom = value.bottom + valueSerializer.writeNumber(value_bottom) + } + writeMeasureResult(value: MeasureResult): void { + let valueSerializer : Serializer = this + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeConstraintSizeOptions(value: ConstraintSizeOptions): void { let valueSerializer : Serializer = this const value_minWidth = value.minWidth @@ -10916,17 +11182,6 @@ export class Serializer extends SerializerBase { const value__DrawingLatticeStub = value._DrawingLatticeStub valueSerializer.writeString(value__DrawingLatticeStub) } - writeRectResult(value: RectResult): void { - let valueSerializer : Serializer = this - const value_x = value.x - valueSerializer.writeNumber(value_x) - const value_y = value.y - valueSerializer.writeNumber(value_y) - const value_width = value.width - valueSerializer.writeNumber(value_width) - const value_height = value.height - valueSerializer.writeNumber(value_height) - } writeDrawModifier(value: DrawModifier): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -10949,6 +11204,11 @@ export class Serializer extends SerializerBase { const value__IntentionCodeStub = value._IntentionCodeStub valueSerializer.writeString(value__IntentionCodeStub) } + writeSummary(value: Summary): void { + let valueSerializer : Serializer = this + const value__SummaryStub = value._SummaryStub + valueSerializer.writeString(value__SummaryStub) + } writeUnifiedData(value: UnifiedData): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -10966,6 +11226,29 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTouchObject(value: TouchObject): void { + let valueSerializer : Serializer = this + const value_type = value.type + valueSerializer.writeInt32((value_type.valueOf() as int32)) + const value_id = value.id + valueSerializer.writeNumber(value_id) + const value_displayX = value.displayX + valueSerializer.writeNumber(value_displayX) + const value_displayY = value.displayY + valueSerializer.writeNumber(value_displayY) + const value_windowX = value.windowX + valueSerializer.writeNumber(value_windowX) + const value_windowY = value.windowY + valueSerializer.writeNumber(value_windowY) + const value_screenX = value.screenX + valueSerializer.writeNumber(value_screenX) + const value_screenY = value.screenY + valueSerializer.writeNumber(value_screenY) + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + } writeColumnSplitDividerStyle(value: ColumnSplitDividerStyle): void { let valueSerializer : Serializer = this const value_startMargin = value.startMargin @@ -11076,6 +11359,35 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextMetrics(value: TextMetrics): void { + let valueSerializer : Serializer = this + const value_actualBoundingBoxAscent = value.actualBoundingBoxAscent + valueSerializer.writeNumber(value_actualBoundingBoxAscent) + const value_actualBoundingBoxDescent = value.actualBoundingBoxDescent + valueSerializer.writeNumber(value_actualBoundingBoxDescent) + const value_actualBoundingBoxLeft = value.actualBoundingBoxLeft + valueSerializer.writeNumber(value_actualBoundingBoxLeft) + const value_actualBoundingBoxRight = value.actualBoundingBoxRight + valueSerializer.writeNumber(value_actualBoundingBoxRight) + const value_alphabeticBaseline = value.alphabeticBaseline + valueSerializer.writeNumber(value_alphabeticBaseline) + const value_emHeightAscent = value.emHeightAscent + valueSerializer.writeNumber(value_emHeightAscent) + const value_emHeightDescent = value.emHeightDescent + valueSerializer.writeNumber(value_emHeightDescent) + const value_fontBoundingBoxAscent = value.fontBoundingBoxAscent + valueSerializer.writeNumber(value_fontBoundingBoxAscent) + const value_fontBoundingBoxDescent = value.fontBoundingBoxDescent + valueSerializer.writeNumber(value_fontBoundingBoxDescent) + const value_hangingBaseline = value.hangingBaseline + valueSerializer.writeNumber(value_hangingBaseline) + const value_ideographicBaseline = value.ideographicBaseline + valueSerializer.writeNumber(value_ideographicBaseline) + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeImageData(value: ImageData): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -11284,6 +11596,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32((value_hoverModeArea_value.valueOf() as int32)) } } + writeCalendarPickerAttribute(value: CalendarPickerAttribute): void { + } writeCalendarController(value: CalendarController): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -11474,6 +11788,8 @@ export class Serializer extends SerializerBase { } } } + writeAlphabetIndexerAttribute(value: AlphabetIndexerAttribute): void { + } writeAlertDialogParamWithOptions(value: AlertDialogParamWithOptions): void { let valueSerializer : Serializer = this const value_title = value.title @@ -13868,23 +14184,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeImageAttachmentLayoutStyle(value_layoutStyle_value) } } - writeMutableStyledString(value: MutableStyledString): void { - let valueSerializer : Serializer = this - if (TypeChecker.typeInstanceOf(value, "peer")) - { - const base : MaterializedBase = TypeChecker.typeCast(value) - const peer = base.getPeer() - let ptr : KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeUrlStyle(value: UrlStyle): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -15103,23 +15402,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeString(value_sharedRenderProcessToken_value) } } - writeWebCookie(value: WebCookie): void { - let valueSerializer : Serializer = this - if (TypeChecker.typeInstanceOf(value, "peer")) - { - const base : MaterializedBase = TypeChecker.typeCast(value) - const peer = base.getPeer() - let ptr : KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeHeader(value: Header): void { let valueSerializer : Serializer = this const value_headerKey = value.headerKey @@ -15716,22 +15998,10 @@ export class Serializer extends SerializerBase { valueSerializer.writeTextInputController(value_controller_value) } } - writeLayoutManager(value: LayoutManager): void { + writeTextBox(value: TextBox): void { let valueSerializer : Serializer = this - if (TypeChecker.typeInstanceOf(value, "peer")) - { - const base : MaterializedBase = TypeChecker.typeCast(value) - const peer = base.getPeer() - let ptr : KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } + const value__TextBoxStub = value._TextBoxStub + valueSerializer.writeString(value__TextBoxStub) } writeStyledStringController(value: StyledStringController): void { let valueSerializer : Serializer = this @@ -16434,13 +16704,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32((value_style_value.valueOf() as int32)) } } - writePreviewText(value: PreviewText): void { - let valueSerializer : Serializer = this - const value_offset = value.offset - valueSerializer.writeNumber(value_offset) - const value_value = value.value - valueSerializer.writeString(value_value) - } writeCaretStyle(value: CaretStyle): void { let valueSerializer : Serializer = this const value_width = value.width @@ -16862,31 +17125,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeString(value_previewText_value) } } - writeRichEditorSelection(value: RichEditorSelection): void { - let valueSerializer : Serializer = this - const value_selection = value.selection - const value_selection_0 = value_selection[0] - valueSerializer.writeNumber(value_selection_0) - const value_selection_1 = value_selection[1] - valueSerializer.writeNumber(value_selection_1) - const value_spans = value.spans - valueSerializer.writeInt32(value_spans.length as int32) - for (let i = 0; i < value_spans.length; i++) { - const value_spans_element : RichEditorTextSpanResult | RichEditorImageSpanResult = value_spans[i] - let value_spans_element_type : int32 = RuntimeType.UNDEFINED - value_spans_element_type = runtimeType(value_spans_element) - if (TypeChecker.isRichEditorTextSpanResult(value_spans_element, true, false, false, true, false, false, false, false)) { - valueSerializer.writeInt8(0 as int32) - const value_spans_element_0 = value_spans_element as RichEditorTextSpanResult - valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0) - } - else if (TypeChecker.isRichEditorImageSpanResult(value_spans_element, true, false, false, false, true)) { - valueSerializer.writeInt8(1 as int32) - const value_spans_element_1 = value_spans_element as RichEditorImageSpanResult - valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1) - } - } - } writeStyledStringChangeValue(value: StyledStringChangeValue): void { let valueSerializer : Serializer = this const value_range = value.range @@ -16902,6 +17140,16 @@ export class Serializer extends SerializerBase { valueSerializer.writeStyledString(value_previewText_value) } } + writeRichEditorParagraphResult(value: RichEditorParagraphResult): void { + let valueSerializer : Serializer = this + const value_style = value.style + valueSerializer.writeRichEditorParagraphStyle(value_style) + const value_range = value.range + const value_range_0 = value_range[0] + valueSerializer.writeNumber(value_range_0) + const value_range_1 = value_range[1] + valueSerializer.writeNumber(value_range_1) + } writeRichEditorBaseController(value: RichEditorBaseController): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -17833,27 +18081,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32((value_style_value.valueOf() as int32)) } } - writeVisibleListContentInfo(value: VisibleListContentInfo): void { - let valueSerializer : Serializer = this - const value_index = value.index - valueSerializer.writeNumber(value_index) - const value_itemGroupArea = value.itemGroupArea - let value_itemGroupArea_type : int32 = RuntimeType.UNDEFINED - value_itemGroupArea_type = runtimeType(value_itemGroupArea) - valueSerializer.writeInt8(value_itemGroupArea_type as int32) - if ((RuntimeType.UNDEFINED) != (value_itemGroupArea_type)) { - const value_itemGroupArea_value = (value_itemGroupArea as ListItemGroupArea) - valueSerializer.writeInt32((value_itemGroupArea_value.valueOf() as int32)) - } - const value_itemIndexInGroup = value.itemIndexInGroup - let value_itemIndexInGroup_type : int32 = RuntimeType.UNDEFINED - value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup) - valueSerializer.writeInt8(value_itemIndexInGroup_type as int32) - if ((RuntimeType.UNDEFINED) != (value_itemIndexInGroup_type)) { - const value_itemIndexInGroup_value = value_itemIndexInGroup! - valueSerializer.writeNumber(value_itemIndexInGroup_value) - } - } writeChainAnimationOptions(value: ChainAnimationOptions): void { let valueSerializer : Serializer = this const value_minSpace = value.minSpace @@ -18407,23 +18634,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeEventTargetInfo(value: EventTargetInfo): void { - let valueSerializer : Serializer = this - if (TypeChecker.typeInstanceOf(value, "peer")) - { - const base : MaterializedBase = TypeChecker.typeCast(value) - const peer = base.getPeer() - let ptr : KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeScrollableTargetInfo(value: ScrollableTargetInfo): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -18441,23 +18651,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writePanGestureOptions(value: PanGestureOptions): void { - let valueSerializer : Serializer = this - if (TypeChecker.typeInstanceOf(value, "peer")) - { - const base : MaterializedBase = TypeChecker.typeCast(value) - const peer = base.getPeer() - let ptr : KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeGestureEvent(value: GestureEvent): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -19811,13 +20004,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeOffsetResult(value: OffsetResult): void { - let valueSerializer : Serializer = this - const value_xOffset = value.xOffset - valueSerializer.writeNumber(value_xOffset) - const value_yOffset = value.yOffset - valueSerializer.writeNumber(value_yOffset) - } writeTextContentControllerBase(value: TextContentControllerBase): void { let valueSerializer : Serializer = this if (TypeChecker.typeInstanceOf(value, "peer")) @@ -21563,28 +21749,16 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeTouchObject(value: TouchObject): void { + writeHistoricalPoint(value: HistoricalPoint): void { let valueSerializer : Serializer = this - const value_type = value.type - valueSerializer.writeInt32((value_type.valueOf() as int32)) - const value_id = value.id - valueSerializer.writeNumber(value_id) - const value_displayX = value.displayX - valueSerializer.writeNumber(value_displayX) - const value_displayY = value.displayY - valueSerializer.writeNumber(value_displayY) - const value_windowX = value.windowX - valueSerializer.writeNumber(value_windowX) - const value_windowY = value.windowY - valueSerializer.writeNumber(value_windowY) - const value_screenX = value.screenX - valueSerializer.writeNumber(value_screenX) - const value_screenY = value.screenY - valueSerializer.writeNumber(value_screenY) - const value_x = value.x - valueSerializer.writeNumber(value_x) - const value_y = value.y - valueSerializer.writeNumber(value_y) + const value_touchObject = value.touchObject + valueSerializer.writeTouchObject(value_touchObject) + const value_size = value.size + valueSerializer.writeNumber(value_size) + const value_force = value.force + valueSerializer.writeNumber(value_force) + const value_timestamp = value.timestamp + valueSerializer.writeNumber(value_timestamp) } writeAccessibilityHoverEvent(value: AccessibilityHoverEvent): void { let valueSerializer : Serializer = this diff --git a/arkoala-arkts/arkui/types/index-full.d.ts b/arkoala-arkts/arkui/types/index-full.d.ts index 228f2bfde7bb613129437b24e7a0bbf5b35d0ae9..7ab7c49b6ffde4ea36ea220db25766c56ecfde89 100644 --- a/arkoala-arkts/arkui/types/index-full.d.ts +++ b/arkoala-arkts/arkui/types/index-full.d.ts @@ -2257,9 +2257,9 @@ declare interface Layoutable { } declare interface Measurable { measure(constraint: ConstraintSizeOptions): MeasureResult; - getMargin(): DirectionalEdgesT; - getPadding(): DirectionalEdgesT; - getBorderWidth(): DirectionalEdgesT; + getMargin(): DirectionalEdgesT; + getPadding(): DirectionalEdgesT; + getBorderWidth(): DirectionalEdgesT; } declare interface SizeResult { width: number; @@ -7528,11 +7528,11 @@ declare interface TouchPoint { x: Dimension; y: Dimension; } -declare interface DirectionalEdgesT { - start: T; - end: T; - top: T; - bottom: T; +declare interface DirectionalEdgesT { + start: number; + end: number; + top: number; + bottom: number; } declare interface DividerStyleOptions { strokeWidth?: LengthMetrics; diff --git a/arkoala/arkui-types/index-full.d.ts b/arkoala/arkui-types/index-full.d.ts index a4386b04d92c7f1cadd8f7ff1cbea29c16a6c55a..c4e452696d6c3fdafbbd8e860f619f770785de93 100644 --- a/arkoala/arkui-types/index-full.d.ts +++ b/arkoala/arkui-types/index-full.d.ts @@ -2327,9 +2327,9 @@ declare interface Layoutable { } declare interface Measurable { measure(constraint: ConstraintSizeOptions): MeasureResult; - getMargin(): DirectionalEdgesT; - getPadding(): DirectionalEdgesT; - getBorderWidth(): DirectionalEdgesT; + getMargin(): DirectionalEdgesT; + getPadding(): DirectionalEdgesT; + getBorderWidth(): DirectionalEdgesT; } declare interface SizeResult { width: number; @@ -7598,11 +7598,11 @@ declare interface TouchPoint { x: Dimension; y: Dimension; } -declare interface DirectionalEdgesT { - start: T; - end: T; - top: T; - bottom: T; +declare interface DirectionalEdgesT { + start: number; + end: number; + top: number; + bottom: number; } declare interface DividerStyleOptions { strokeWidth?: LengthMetrics; diff --git a/arkoala/arkui/src/ArkActionSheetMaterialized.ts b/arkoala/arkui/src/ArkActionSheetMaterialized.ts index aeac07f1b3da66c9828616579f2b24fbf6a89c87..2a676244e38c26ab1c65b3adc7c1f3b4fa0cfdce 100644 --- a/arkoala/arkui/src/ArkActionSheetMaterialized.ts +++ b/arkoala/arkui/src/ArkActionSheetMaterialized.ts @@ -35,6 +35,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ActionSheetInternal { + public static fromPtr(ptr: KPointer): ActionSheet { + const obj: ActionSheet = new ActionSheet() + obj.peer = new Finalizable(ptr, ActionSheet.getFinalizer()) + return obj + } +} export class ActionSheet implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -66,10 +73,3 @@ export class ActionSheet implements MaterializedBase { return retval } } -export class ActionSheetInternal { - public static fromPtr(ptr: KPointer): ActionSheet { - const obj: ActionSheet = new ActionSheet() - obj.peer = new Finalizable(ptr, ActionSheet.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkAlertDialogMaterialized.ts b/arkoala/arkui/src/ArkAlertDialogMaterialized.ts index 5540521ca8075dfcddb80351cc070ff1913226fd..8583374f9fa04952915f643b40560a88019d269f 100644 --- a/arkoala/arkui/src/ArkAlertDialogMaterialized.ts +++ b/arkoala/arkui/src/ArkAlertDialogMaterialized.ts @@ -35,6 +35,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class AlertDialogInternal { + public static fromPtr(ptr: KPointer): AlertDialog { + const obj: AlertDialog = new AlertDialog() + obj.peer = new Finalizable(ptr, AlertDialog.getFinalizer()) + return obj + } +} export class AlertDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -82,10 +89,3 @@ export class AlertDialog implements MaterializedBase { return retval } } -export class AlertDialogInternal { - public static fromPtr(ptr: KPointer): AlertDialog { - const obj: AlertDialog = new AlertDialog() - obj.peer = new Finalizable(ptr, AlertDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkAnimationExtenderMaterialized.ts b/arkoala/arkui/src/ArkAnimationExtenderMaterialized.ts index 1651af2bbdd0eb5ef4aa4e853d29733992a8ba3a..6805de97d6b4cac903cd3be5ac08527a04db89be 100644 --- a/arkoala/arkui/src/ArkAnimationExtenderMaterialized.ts +++ b/arkoala/arkui/src/ArkAnimationExtenderMaterialized.ts @@ -29,6 +29,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class AnimationExtenderInternal { + public static fromPtr(ptr: KPointer): AnimationExtender { + const obj: AnimationExtender = new AnimationExtender() + obj.peer = new Finalizable(ptr, AnimationExtender.getFinalizer()) + return obj + } +} export class AnimationExtender implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -103,10 +110,3 @@ export class AnimationExtender implements MaterializedBase { thisSerializer.release() } } -export class AnimationExtenderInternal { - public static fromPtr(ptr: KPointer): AnimationExtender { - const obj: AnimationExtender = new AnimationExtender() - obj.peer = new Finalizable(ptr, AnimationExtender.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkAppearSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkAppearSymbolEffectMaterialized.ts index 4514a45139257df624f94d20a2cda9d75718354a..8add8cb174eb96d1e5f94c6c5358f3ccee73069c 100644 --- a/arkoala/arkui/src/ArkAppearSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkAppearSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class AppearSymbolEffectInternal { + public static fromPtr(ptr: KPointer): AppearSymbolEffect { + const obj: AppearSymbolEffect = new AppearSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, AppearSymbolEffect.getFinalizer()) + return obj + } +} export class AppearSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class AppearSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._AppearSymbolEffect_setScope(this.peer!.ptr, scope) } } -export class AppearSymbolEffectInternal { - public static fromPtr(ptr: KPointer): AppearSymbolEffect { - const obj: AppearSymbolEffect = new AppearSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, AppearSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkBackgroundColorStyleMaterialized.ts b/arkoala/arkui/src/ArkBackgroundColorStyleMaterialized.ts index 54979c6cc7f068648d242a1e7fa05eceae6be9d7..b8ed5a8a96b4eeb4489a68ad111178d12ed253ba 100644 --- a/arkoala/arkui/src/ArkBackgroundColorStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkBackgroundColorStyleMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class BackgroundColorStyleInternal { + public static fromPtr(ptr: KPointer): BackgroundColorStyle { + const obj: BackgroundColorStyle = new BackgroundColorStyle(undefined) + obj.peer = new Finalizable(ptr, BackgroundColorStyle.getFinalizer()) + return obj + } +} export class BackgroundColorStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -53,10 +60,3 @@ export class BackgroundColorStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._BackgroundColorStyle_getFinalizer() } } -export class BackgroundColorStyleInternal { - public static fromPtr(ptr: KPointer): BackgroundColorStyle { - const obj: BackgroundColorStyle = new BackgroundColorStyle(undefined) - obj.peer = new Finalizable(ptr, BackgroundColorStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkBaselineOffsetStyleMaterialized.ts b/arkoala/arkui/src/ArkBaselineOffsetStyleMaterialized.ts index 05b45b84047ebe1d603a235c8525836de98f07b7..ac1f4f45dc3312a0ff2062ecaecfadd5712e5dd7 100644 --- a/arkoala/arkui/src/ArkBaselineOffsetStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkBaselineOffsetStyleMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class BaselineOffsetStyleInternal { + public static fromPtr(ptr: KPointer): BaselineOffsetStyle { + const obj: BaselineOffsetStyle = new BaselineOffsetStyle(undefined) + obj.peer = new Finalizable(ptr, BaselineOffsetStyle.getFinalizer()) + return obj + } +} export class BaselineOffsetStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -61,10 +68,3 @@ export class BaselineOffsetStyle implements MaterializedBase { return retval } } -export class BaselineOffsetStyleInternal { - public static fromPtr(ptr: KPointer): BaselineOffsetStyle { - const obj: BaselineOffsetStyle = new BaselineOffsetStyle(undefined) - obj.peer = new Finalizable(ptr, BaselineOffsetStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkBounceSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkBounceSymbolEffectMaterialized.ts index 382c01b396454288138d6e6f95f15a0befe65b8c..d037f991b9639f14e3f2f23071f1d1598e0248f9 100644 --- a/arkoala/arkui/src/ArkBounceSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkBounceSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class BounceSymbolEffectInternal { + public static fromPtr(ptr: KPointer): BounceSymbolEffect { + const obj: BounceSymbolEffect = new BounceSymbolEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, BounceSymbolEffect.getFinalizer()) + return obj + } +} export class BounceSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -103,10 +110,3 @@ export class BounceSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._BounceSymbolEffect_setDirection(this.peer!.ptr, direction) } } -export class BounceSymbolEffectInternal { - public static fromPtr(ptr: KPointer): BounceSymbolEffect { - const obj: BounceSymbolEffect = new BounceSymbolEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, BounceSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCalendarControllerMaterialized.ts b/arkoala/arkui/src/ArkCalendarControllerMaterialized.ts index 21fde01f6c4b15a9cdbf218d08a795979fce9889..a1acde4e0281d98063bd233257b90f294ca3e8df 100644 --- a/arkoala/arkui/src/ArkCalendarControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkCalendarControllerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CalendarControllerInternal { + public static fromPtr(ptr: KPointer): CalendarController { + const obj: CalendarController = new CalendarController() + obj.peer = new Finalizable(ptr, CalendarController.getFinalizer()) + return obj + } +} export class CalendarController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -65,10 +72,3 @@ export class CalendarController implements MaterializedBase { return retval } } -export class CalendarControllerInternal { - public static fromPtr(ptr: KPointer): CalendarController { - const obj: CalendarController = new CalendarController() - obj.peer = new Finalizable(ptr, CalendarController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCalendarPickerDialogMaterialized.ts b/arkoala/arkui/src/ArkCalendarPickerDialogMaterialized.ts index 68be03512d6d62ee57f68d3dcf6813a0d5e0a449..317db5d10c486a8b7197852a7d4d440771aaeb63 100644 --- a/arkoala/arkui/src/ArkCalendarPickerDialogMaterialized.ts +++ b/arkoala/arkui/src/ArkCalendarPickerDialogMaterialized.ts @@ -31,6 +31,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CalendarPickerDialogInternal { + public static fromPtr(ptr: KPointer): CalendarPickerDialog { + const obj: CalendarPickerDialog = new CalendarPickerDialog() + obj.peer = new Finalizable(ptr, CalendarPickerDialog.getFinalizer()) + return obj + } +} export class CalendarPickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -68,10 +75,3 @@ export class CalendarPickerDialog implements MaterializedBase { thisSerializer.release() } } -export class CalendarPickerDialogInternal { - public static fromPtr(ptr: KPointer): CalendarPickerDialog { - const obj: CalendarPickerDialog = new CalendarPickerDialog() - obj.peer = new Finalizable(ptr, CalendarPickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCanvasGradientMaterialized.ts b/arkoala/arkui/src/ArkCanvasGradientMaterialized.ts index 6db4502d61d2d1086104f50c8fbe5491d8059f0d..7f6e74246a947dd0757d14b99617d8b5ea23c7da 100644 --- a/arkoala/arkui/src/ArkCanvasGradientMaterialized.ts +++ b/arkoala/arkui/src/ArkCanvasGradientMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CanvasGradientInternal { + public static fromPtr(ptr: KPointer): CanvasGradient { + const obj: CanvasGradient = new CanvasGradient() + obj.peer = new Finalizable(ptr, CanvasGradient.getFinalizer()) + return obj + } +} export class CanvasGradient implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -51,10 +58,3 @@ export class CanvasGradient implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasGradient_addColorStop(this.peer!.ptr, offset, color) } } -export class CanvasGradientInternal { - public static fromPtr(ptr: KPointer): CanvasGradient { - const obj: CanvasGradient = new CanvasGradient() - obj.peer = new Finalizable(ptr, CanvasGradient.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCanvasPathMaterialized.ts b/arkoala/arkui/src/ArkCanvasPathMaterialized.ts index ade5e15e3c65a18e179bd974ffc00b9ac586bc18..2ffef85417afbc95b7c208fc7f6cd693c6c3c139 100644 --- a/arkoala/arkui/src/ArkCanvasPathMaterialized.ts +++ b/arkoala/arkui/src/ArkCanvasPathMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CanvasPathInternal { + public static fromPtr(ptr: KPointer): CanvasPath { + const obj: CanvasPath = new CanvasPath() + obj.peer = new Finalizable(ptr, CanvasPath.getFinalizer()) + return obj + } +} export class CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -160,10 +167,3 @@ export class CanvasPath implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasPath_rect(this.peer!.ptr, x, y, w, h) } } -export class CanvasPathInternal { - public static fromPtr(ptr: KPointer): CanvasPath { - const obj: CanvasPath = new CanvasPath() - obj.peer = new Finalizable(ptr, CanvasPath.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCanvasRendererMaterialized.ts b/arkoala/arkui/src/ArkCanvasRendererMaterialized.ts index 4a4a085fd334cda57ef8100818b556cdebb80cf4..6afa3db5873ab472fab751d5d5d6d6a57ac84221 100644 --- a/arkoala/arkui/src/ArkCanvasRendererMaterialized.ts +++ b/arkoala/arkui/src/ArkCanvasRendererMaterialized.ts @@ -35,6 +35,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CanvasRendererInternal { + public static fromPtr(ptr: KPointer): CanvasRenderer { + const obj: CanvasRenderer = new CanvasRenderer() + obj.peer = new Finalizable(ptr, CanvasRenderer.getFinalizer()) + return obj + } +} export class CanvasRenderer extends CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -1204,10 +1211,3 @@ export class CanvasRenderer extends CanvasPath implements MaterializedBase { ArkUIGeneratedNativeModule._CanvasRenderer_setTextBaseline(this.peer!.ptr, textBaseline) } } -export class CanvasRendererInternal { - public static fromPtr(ptr: KPointer): CanvasRenderer { - const obj: CanvasRenderer = new CanvasRenderer() - obj.peer = new Finalizable(ptr, CanvasRenderer.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCanvasRenderingContext2DMaterialized.ts b/arkoala/arkui/src/ArkCanvasRenderingContext2DMaterialized.ts index 66d72c5111256af9a9d7f5d7ade618d6bb602ddc..ad3b7399213930bb88a555dac13bf4c681da919e 100644 --- a/arkoala/arkui/src/ArkCanvasRenderingContext2DMaterialized.ts +++ b/arkoala/arkui/src/ArkCanvasRenderingContext2DMaterialized.ts @@ -40,6 +40,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CanvasRenderingContext2DInternal { + public static fromPtr(ptr: KPointer): CanvasRenderingContext2D { + const obj: CanvasRenderingContext2D = new CanvasRenderingContext2D(undefined) + obj.peer = new Finalizable(ptr, CanvasRenderingContext2D.getFinalizer()) + return obj + } +} export class CanvasRenderingContext2D extends CanvasRenderer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -196,10 +203,3 @@ export class CanvasRenderingContext2D extends CanvasRenderer implements Material return retval } } -export class CanvasRenderingContext2DInternal { - public static fromPtr(ptr: KPointer): CanvasRenderingContext2D { - const obj: CanvasRenderingContext2D = new CanvasRenderingContext2D(undefined) - obj.peer = new Finalizable(ptr, CanvasRenderingContext2D.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkChildrenMainSizeMaterialized.ts b/arkoala/arkui/src/ArkChildrenMainSizeMaterialized.ts index bb3e70a436ce30b250a7382316ecee9e7ae5ca5f..99ea70055fd38768b1428feec1c8496db0179529 100644 --- a/arkoala/arkui/src/ArkChildrenMainSizeMaterialized.ts +++ b/arkoala/arkui/src/ArkChildrenMainSizeMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ChildrenMainSizeInternal { + public static fromPtr(ptr: KPointer): ChildrenMainSize { + const obj: ChildrenMainSize = new ChildrenMainSize(undefined) + obj.peer = new Finalizable(ptr, ChildrenMainSize.getFinalizer()) + return obj + } +} export class ChildrenMainSize implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -105,10 +112,3 @@ export class ChildrenMainSize implements MaterializedBase { ArkUIGeneratedNativeModule._ChildrenMainSize_setChildDefaultSize(this.peer!.ptr, childDefaultSize) } } -export class ChildrenMainSizeInternal { - public static fromPtr(ptr: KPointer): ChildrenMainSize { - const obj: ChildrenMainSize = new ChildrenMainSize(undefined) - obj.peer = new Finalizable(ptr, ChildrenMainSize.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkClientAuthenticationHandlerMaterialized.ts b/arkoala/arkui/src/ArkClientAuthenticationHandlerMaterialized.ts index dc7919562c9ffc035872dfbe0e73f3775b45c8d8..26515b3c6d4afda6ab3988835d1d3019e3bd9bdd 100644 --- a/arkoala/arkui/src/ArkClientAuthenticationHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkClientAuthenticationHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ClientAuthenticationHandlerInternal { + public static fromPtr(ptr: KPointer): ClientAuthenticationHandler { + const obj: ClientAuthenticationHandler = new ClientAuthenticationHandler() + obj.peer = new Finalizable(ptr, ClientAuthenticationHandler.getFinalizer()) + return obj + } +} export class ClientAuthenticationHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class ClientAuthenticationHandler implements MaterializedBase { ArkUIGeneratedNativeModule._ClientAuthenticationHandler_ignore(this.peer!.ptr) } } -export class ClientAuthenticationHandlerInternal { - public static fromPtr(ptr: KPointer): ClientAuthenticationHandler { - const obj: ClientAuthenticationHandler = new ClientAuthenticationHandler() - obj.peer = new Finalizable(ptr, ClientAuthenticationHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkColorFilterMaterialized.ts b/arkoala/arkui/src/ArkColorFilterMaterialized.ts index b94bac485feb84e603645432572a6263bc00c6a4..de3ca4a1b72e114a5c9c022ad15635ee8a8aeb18 100644 --- a/arkoala/arkui/src/ArkColorFilterMaterialized.ts +++ b/arkoala/arkui/src/ArkColorFilterMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ColorFilterInternal { + public static fromPtr(ptr: KPointer): ColorFilter { + const obj: ColorFilter = new ColorFilter(undefined) + obj.peer = new Finalizable(ptr, ColorFilter.getFinalizer()) + return obj + } +} export class ColorFilter implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -52,10 +59,3 @@ export class ColorFilter implements MaterializedBase { return ArkUIGeneratedNativeModule._ColorFilter_getFinalizer() } } -export class ColorFilterInternal { - public static fromPtr(ptr: KPointer): ColorFilter { - const obj: ColorFilter = new ColorFilter(undefined) - obj.peer = new Finalizable(ptr, ColorFilter.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkConsoleMessageMaterialized.ts b/arkoala/arkui/src/ArkConsoleMessageMaterialized.ts index a4772167e1d495f912510cde20df65ba32be7069..4d2ecfba76e533c9e7bf924e228cb1dca45da571 100644 --- a/arkoala/arkui/src/ArkConsoleMessageMaterialized.ts +++ b/arkoala/arkui/src/ArkConsoleMessageMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ConsoleMessageInternal { + public static fromPtr(ptr: KPointer): ConsoleMessage { + const obj: ConsoleMessage = new ConsoleMessage(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ConsoleMessage.getFinalizer()) + return obj + } +} export class ConsoleMessage implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class ConsoleMessage implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ConsoleMessageInternal { - public static fromPtr(ptr: KPointer): ConsoleMessage { - const obj: ConsoleMessage = new ConsoleMessage(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ConsoleMessage.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkContextMenuMaterialized.ts b/arkoala/arkui/src/ArkContextMenuMaterialized.ts index eb97c9b74ecdf73e3df207dac83a93382e14ac10..d573bec9acc7f1cc7e46533f6e562a0d228957f8 100644 --- a/arkoala/arkui/src/ArkContextMenuMaterialized.ts +++ b/arkoala/arkui/src/ArkContextMenuMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ContextMenuInternal { + public static fromPtr(ptr: KPointer): ContextMenu { + const obj: ContextMenu = new ContextMenu() + obj.peer = new Finalizable(ptr, ContextMenu.getFinalizer()) + return obj + } +} export class ContextMenu implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -52,10 +59,3 @@ export class ContextMenu implements MaterializedBase { return retval } } -export class ContextMenuInternal { - public static fromPtr(ptr: KPointer): ContextMenu { - const obj: ContextMenu = new ContextMenu() - obj.peer = new Finalizable(ptr, ContextMenu.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkControllerHandlerMaterialized.ts b/arkoala/arkui/src/ArkControllerHandlerMaterialized.ts index 4fe650371bf223888070afa0924906adc4607d14..bb9911f4858bbf05f523f9d61dd27722ee4fe2a1 100644 --- a/arkoala/arkui/src/ArkControllerHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkControllerHandlerMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ControllerHandlerInternal { + public static fromPtr(ptr: KPointer): ControllerHandler { + const obj: ControllerHandler = new ControllerHandler() + obj.peer = new Finalizable(ptr, ControllerHandler.getFinalizer()) + return obj + } +} export class ControllerHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class ControllerHandler implements MaterializedBase { thisSerializer.release() } } -export class ControllerHandlerInternal { - public static fromPtr(ptr: KPointer): ControllerHandler { - const obj: ControllerHandler = new ControllerHandler() - obj.peer = new Finalizable(ptr, ControllerHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCustomDialogControllerMaterialized.ts b/arkoala/arkui/src/ArkCustomDialogControllerMaterialized.ts index 7c06f4fd75d07d8eff675182a72d0018c91c84ad..ce6f981a784b35d1221e2ee9dca0a0fb2b191311 100644 --- a/arkoala/arkui/src/ArkCustomDialogControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkCustomDialogControllerMaterialized.ts @@ -33,6 +33,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CustomDialogControllerInternal { + public static fromPtr(ptr: KPointer): CustomDialogController { + const obj: CustomDialogController = new CustomDialogController(undefined) + obj.peer = new Finalizable(ptr, CustomDialogController.getFinalizer()) + return obj + } +} export class CustomDialogController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -70,10 +77,3 @@ export class CustomDialogController implements MaterializedBase { return retval } } -export class CustomDialogControllerInternal { - public static fromPtr(ptr: KPointer): CustomDialogController { - const obj: CustomDialogController = new CustomDialogController(undefined) - obj.peer = new Finalizable(ptr, CustomDialogController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkCustomSpanMaterialized.ts b/arkoala/arkui/src/ArkCustomSpanMaterialized.ts index 40e0197b9928d9d81892568d0b7b9bdbd1cb5748..e3d6411af41adbf02fac1d612c7377290a1dfe73 100644 --- a/arkoala/arkui/src/ArkCustomSpanMaterialized.ts +++ b/arkoala/arkui/src/ArkCustomSpanMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class CustomSpanInternal { + public static fromPtr(ptr: KPointer): CustomSpan { + const obj: CustomSpan = new CustomSpan() + obj.peer = new Finalizable(ptr, CustomSpan.getFinalizer()) + return obj + } +} export class CustomSpan implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -75,10 +82,3 @@ export class CustomSpan implements MaterializedBase { ArkUIGeneratedNativeModule._CustomSpan_invalidate(this.peer!.ptr) } } -export class CustomSpanInternal { - public static fromPtr(ptr: KPointer): CustomSpan { - const obj: CustomSpan = new CustomSpan() - obj.peer = new Finalizable(ptr, CustomSpan.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDataResubmissionHandlerMaterialized.ts b/arkoala/arkui/src/ArkDataResubmissionHandlerMaterialized.ts index 1d21bd95dfb8908bb30cdd2f296397e41e544be8..9707bd4310c5fc6aaa78e227636acfca37b18658 100644 --- a/arkoala/arkui/src/ArkDataResubmissionHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkDataResubmissionHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DataResubmissionHandlerInternal { + public static fromPtr(ptr: KPointer): DataResubmissionHandler { + const obj: DataResubmissionHandler = new DataResubmissionHandler() + obj.peer = new Finalizable(ptr, DataResubmissionHandler.getFinalizer()) + return obj + } +} export class DataResubmissionHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class DataResubmissionHandler implements MaterializedBase { ArkUIGeneratedNativeModule._DataResubmissionHandler_cancel(this.peer!.ptr) } } -export class DataResubmissionHandlerInternal { - public static fromPtr(ptr: KPointer): DataResubmissionHandler { - const obj: DataResubmissionHandler = new DataResubmissionHandler() - obj.peer = new Finalizable(ptr, DataResubmissionHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDatePickerDialogMaterialized.ts b/arkoala/arkui/src/ArkDatePickerDialogMaterialized.ts index 6ffe8405e178a7ec417b27ffe1ce048ba533a99b..95c3ef73810f2b5fdd18b8fc34fdd3f3658c81d1 100644 --- a/arkoala/arkui/src/ArkDatePickerDialogMaterialized.ts +++ b/arkoala/arkui/src/ArkDatePickerDialogMaterialized.ts @@ -33,6 +33,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DatePickerDialogInternal { + public static fromPtr(ptr: KPointer): DatePickerDialog { + const obj: DatePickerDialog = new DatePickerDialog() + obj.peer = new Finalizable(ptr, DatePickerDialog.getFinalizer()) + return obj + } +} export class DatePickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -70,10 +77,3 @@ export class DatePickerDialog implements MaterializedBase { return retval } } -export class DatePickerDialogInternal { - public static fromPtr(ptr: KPointer): DatePickerDialog { - const obj: DatePickerDialog = new DatePickerDialog() - obj.peer = new Finalizable(ptr, DatePickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDecorationStyleMaterialized.ts b/arkoala/arkui/src/ArkDecorationStyleMaterialized.ts index 68e1c7eab22a9ff7a40923467cc8eed110053f8e..442dc0be79bbe7717839d2a5390c9dcbf8c13639 100644 --- a/arkoala/arkui/src/ArkDecorationStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkDecorationStyleMaterialized.ts @@ -29,6 +29,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DecorationStyleInternal { + public static fromPtr(ptr: KPointer): DecorationStyle { + const obj: DecorationStyle = new DecorationStyle(undefined) + obj.peer = new Finalizable(ptr, DecorationStyle.getFinalizer()) + return obj + } +} export class DecorationStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -75,10 +82,3 @@ export class DecorationStyle implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class DecorationStyleInternal { - public static fromPtr(ptr: KPointer): DecorationStyle { - const obj: DecorationStyle = new DecorationStyle(undefined) - obj.peer = new Finalizable(ptr, DecorationStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDisappearSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkDisappearSymbolEffectMaterialized.ts index d6dabd63adffac43e8f74c0bc702e4ef277c7b65..f14b3900c5b8491bb6ed19b054e8b9c7bbf62b6f 100644 --- a/arkoala/arkui/src/ArkDisappearSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkDisappearSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DisappearSymbolEffectInternal { + public static fromPtr(ptr: KPointer): DisappearSymbolEffect { + const obj: DisappearSymbolEffect = new DisappearSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, DisappearSymbolEffect.getFinalizer()) + return obj + } +} export class DisappearSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class DisappearSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._DisappearSymbolEffect_setScope(this.peer!.ptr, scope) } } -export class DisappearSymbolEffectInternal { - public static fromPtr(ptr: KPointer): DisappearSymbolEffect { - const obj: DisappearSymbolEffect = new DisappearSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, DisappearSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDrawModifierMaterialized.ts b/arkoala/arkui/src/ArkDrawModifierMaterialized.ts index ad2be30b0aa8a0e62e7598fe6126989c904c6eb3..cdd6e720c766684a57c6728cf4e09ad8be0b804a 100644 --- a/arkoala/arkui/src/ArkDrawModifierMaterialized.ts +++ b/arkoala/arkui/src/ArkDrawModifierMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DrawModifierInternal { + public static fromPtr(ptr: KPointer): DrawModifier { + const obj: DrawModifier = new DrawModifier() + obj.peer = new Finalizable(ptr, DrawModifier.getFinalizer()) + return obj + } +} export class DrawModifier implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -83,10 +90,3 @@ export class DrawModifier implements MaterializedBase { ArkUIGeneratedNativeModule._DrawModifier_invalidate(this.peer!.ptr) } } -export class DrawModifierInternal { - public static fromPtr(ptr: KPointer): DrawModifier { - const obj: DrawModifier = new DrawModifier() - obj.peer = new Finalizable(ptr, DrawModifier.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDrawingCanvasMaterialized.ts b/arkoala/arkui/src/ArkDrawingCanvasMaterialized.ts index 542d343017c043c8bbc6d8c0b6b33e8a1809fbfb..1ebe3183fd1073416d3cc591c9e242776882d7be 100644 --- a/arkoala/arkui/src/ArkDrawingCanvasMaterialized.ts +++ b/arkoala/arkui/src/ArkDrawingCanvasMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DrawingCanvasInternal { + public static fromPtr(ptr: KPointer): DrawingCanvas { + const obj: DrawingCanvas = new DrawingCanvas(undefined) + obj.peer = new Finalizable(ptr, DrawingCanvas.getFinalizer()) + return obj + } +} export class DrawingCanvas implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -60,10 +67,3 @@ export class DrawingCanvas implements MaterializedBase { ArkUIGeneratedNativeModule._DrawingCanvas_drawRect(this.peer!.ptr, left, top, right, bottom) } } -export class DrawingCanvasInternal { - public static fromPtr(ptr: KPointer): DrawingCanvas { - const obj: DrawingCanvas = new DrawingCanvas(undefined) - obj.peer = new Finalizable(ptr, DrawingCanvas.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDrawingRenderingContextMaterialized.ts b/arkoala/arkui/src/ArkDrawingRenderingContextMaterialized.ts index aa2970a4f11a4a2aa3ffbe88f102d8aafb8db0c0..e095e5a31a5a7f249ac5b77c7f66552b77823bba 100644 --- a/arkoala/arkui/src/ArkDrawingRenderingContextMaterialized.ts +++ b/arkoala/arkui/src/ArkDrawingRenderingContextMaterialized.ts @@ -29,6 +29,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DrawingRenderingContextInternal { + public static fromPtr(ptr: KPointer): DrawingRenderingContext { + const obj: DrawingRenderingContext = new DrawingRenderingContext(undefined) + obj.peer = new Finalizable(ptr, DrawingRenderingContext.getFinalizer()) + return obj + } +} export class DrawingRenderingContext implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -68,10 +75,3 @@ export class DrawingRenderingContext implements MaterializedBase { ArkUIGeneratedNativeModule._DrawingRenderingContext_invalidate(this.peer!.ptr) } } -export class DrawingRenderingContextInternal { - public static fromPtr(ptr: KPointer): DrawingRenderingContext { - const obj: DrawingRenderingContext = new DrawingRenderingContext(undefined) - obj.peer = new Finalizable(ptr, DrawingRenderingContext.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkDynamicNodeMaterialized.ts b/arkoala/arkui/src/ArkDynamicNodeMaterialized.ts index 79b47879ceef1bba27abfa5ede5fb89e16866a4f..ec975c562771c638a2fa50a48fbf783a4c0ed21f 100644 --- a/arkoala/arkui/src/ArkDynamicNodeMaterialized.ts +++ b/arkoala/arkui/src/ArkDynamicNodeMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class DynamicNodeInternal { + public static fromPtr(ptr: KPointer): DynamicNode { + const obj: DynamicNode = new DynamicNode() + obj.peer = new Finalizable(ptr, DynamicNode.getFinalizer()) + return obj + } +} export class DynamicNode implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -60,10 +67,3 @@ export class DynamicNode implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class DynamicNodeInternal { - public static fromPtr(ptr: KPointer): DynamicNode { - const obj: DynamicNode = new DynamicNode() - obj.peer = new Finalizable(ptr, DynamicNode.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkEventEmulatorMaterialized.ts b/arkoala/arkui/src/ArkEventEmulatorMaterialized.ts index 5024cdc4408000c2b773f874f4613a364faa2446..10a4a4159380969671ae92e561f55c25756bf2c8 100644 --- a/arkoala/arkui/src/ArkEventEmulatorMaterialized.ts +++ b/arkoala/arkui/src/ArkEventEmulatorMaterialized.ts @@ -29,6 +29,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class EventEmulatorInternal { + public static fromPtr(ptr: KPointer): EventEmulator { + const obj: EventEmulator = new EventEmulator() + obj.peer = new Finalizable(ptr, EventEmulator.getFinalizer()) + return obj + } +} export class EventEmulator implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -70,10 +77,3 @@ export class EventEmulator implements MaterializedBase { ArkUIGeneratedNativeModule._EventEmulator_emitTextInputEvent(node, text) } } -export class EventEmulatorInternal { - public static fromPtr(ptr: KPointer): EventEmulator { - const obj: EventEmulator = new EventEmulator() - obj.peer = new Finalizable(ptr, EventEmulator.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkEventResultMaterialized.ts b/arkoala/arkui/src/ArkEventResultMaterialized.ts index ae32b7c072709c85494d2fe111bea960479eaff9..c865931b9128aa8be54e96c96103974fee78f69f 100644 --- a/arkoala/arkui/src/ArkEventResultMaterialized.ts +++ b/arkoala/arkui/src/ArkEventResultMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class EventResultInternal { + public static fromPtr(ptr: KPointer): EventResult { + const obj: EventResult = new EventResult() + obj.peer = new Finalizable(ptr, EventResult.getFinalizer()) + return obj + } +} export class EventResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -50,10 +57,3 @@ export class EventResult implements MaterializedBase { ArkUIGeneratedNativeModule._EventResult_setGestureEventResult(this.peer!.ptr, +result) } } -export class EventResultInternal { - public static fromPtr(ptr: KPointer): EventResult { - const obj: EventResult = new EventResult() - obj.peer = new Finalizable(ptr, EventResult.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkEventTargetInfoMaterialized.ts b/arkoala/arkui/src/ArkEventTargetInfoMaterialized.ts index cd5baa79ab90df87fc80562e7bed8ef948c4dbf5..d9daed25b2254ffafa4f8a454097b7ae07b32654 100644 --- a/arkoala/arkui/src/ArkEventTargetInfoMaterialized.ts +++ b/arkoala/arkui/src/ArkEventTargetInfoMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class EventTargetInfoInternal { + public static fromPtr(ptr: KPointer): EventTargetInfo { + const obj: EventTargetInfo = new EventTargetInfo() + obj.peer = new Finalizable(ptr, EventTargetInfo.getFinalizer()) + return obj + } +} export class EventTargetInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class EventTargetInfo implements MaterializedBase { return retval } } -export class EventTargetInfoInternal { - public static fromPtr(ptr: KPointer): EventTargetInfo { - const obj: EventTargetInfo = new EventTargetInfo() - obj.peer = new Finalizable(ptr, EventTargetInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkFileSelectorParamMaterialized.ts b/arkoala/arkui/src/ArkFileSelectorParamMaterialized.ts index e8cc5f30639e6a04f1c5a6f8119121cf0e3fcaa9..eae5ba4ca65ef4f24500318094d562d9d516741e 100644 --- a/arkoala/arkui/src/ArkFileSelectorParamMaterialized.ts +++ b/arkoala/arkui/src/ArkFileSelectorParamMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class FileSelectorParamInternal { + public static fromPtr(ptr: KPointer): FileSelectorParam { + const obj: FileSelectorParam = new FileSelectorParam() + obj.peer = new Finalizable(ptr, FileSelectorParam.getFinalizer()) + return obj + } +} export class FileSelectorParam implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -71,10 +78,3 @@ export class FileSelectorParam implements MaterializedBase { return retval } } -export class FileSelectorParamInternal { - public static fromPtr(ptr: KPointer): FileSelectorParam { - const obj: FileSelectorParam = new FileSelectorParam() - obj.peer = new Finalizable(ptr, FileSelectorParam.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkFileSelectorResultMaterialized.ts b/arkoala/arkui/src/ArkFileSelectorResultMaterialized.ts index 4a912028e40198118955bac070b219e2f28cb226..3c05e656c49ac6a0d582ec47f39f0ac81c98039a 100644 --- a/arkoala/arkui/src/ArkFileSelectorResultMaterialized.ts +++ b/arkoala/arkui/src/ArkFileSelectorResultMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class FileSelectorResultInternal { + public static fromPtr(ptr: KPointer): FileSelectorResult { + const obj: FileSelectorResult = new FileSelectorResult() + obj.peer = new Finalizable(ptr, FileSelectorResult.getFinalizer()) + return obj + } +} export class FileSelectorResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -57,10 +64,3 @@ export class FileSelectorResult implements MaterializedBase { thisSerializer.release() } } -export class FileSelectorResultInternal { - public static fromPtr(ptr: KPointer): FileSelectorResult { - const obj: FileSelectorResult = new FileSelectorResult() - obj.peer = new Finalizable(ptr, FileSelectorResult.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkFrameNodeMaterialized.ts b/arkoala/arkui/src/ArkFrameNodeMaterialized.ts index 8b1132e488a10cc170592dda6d1100aaafed3d3f..7fdf23168243019c045f0e2c9182a6ea8bd65292 100644 --- a/arkoala/arkui/src/ArkFrameNodeMaterialized.ts +++ b/arkoala/arkui/src/ArkFrameNodeMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class FrameNodeInternal { + public static fromPtr(ptr: KPointer): FrameNode { + const obj: FrameNode = new FrameNode(undefined) + obj.peer = new Finalizable(ptr, FrameNode.getFinalizer()) + return obj + } +} export class FrameNode implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -168,10 +175,3 @@ export class FrameNode implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class FrameNodeInternal { - public static fromPtr(ptr: KPointer): FrameNode { - const obj: FrameNode = new FrameNode(undefined) - obj.peer = new Finalizable(ptr, FrameNode.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkFrictionMotionMaterialized.ts b/arkoala/arkui/src/ArkFrictionMotionMaterialized.ts index ed526f5e99d7d15665e26ccb423cf6e8929ab526..39af0b5ceede018ffae8bb326beb5b3472e605ba 100644 --- a/arkoala/arkui/src/ArkFrictionMotionMaterialized.ts +++ b/arkoala/arkui/src/ArkFrictionMotionMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class FrictionMotionInternal { + public static fromPtr(ptr: KPointer): FrictionMotion { + const obj: FrictionMotion = new FrictionMotion(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, FrictionMotion.getFinalizer()) + return obj + } +} export class FrictionMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -45,10 +52,3 @@ export class FrictionMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._FrictionMotion_getFinalizer() } } -export class FrictionMotionInternal { - public static fromPtr(ptr: KPointer): FrictionMotion { - const obj: FrictionMotion = new FrictionMotion(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, FrictionMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkFullScreenExitHandlerMaterialized.ts b/arkoala/arkui/src/ArkFullScreenExitHandlerMaterialized.ts index 8dff82d9d9e621f90495334795902ec13e2a0f4b..37e43237369a3034a8e4baafeb7d1d26c0418da8 100644 --- a/arkoala/arkui/src/ArkFullScreenExitHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkFullScreenExitHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class FullScreenExitHandlerInternal { + public static fromPtr(ptr: KPointer): FullScreenExitHandler { + const obj: FullScreenExitHandler = new FullScreenExitHandler() + obj.peer = new Finalizable(ptr, FullScreenExitHandler.getFinalizer()) + return obj + } +} export class FullScreenExitHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class FullScreenExitHandler implements MaterializedBase { ArkUIGeneratedNativeModule._FullScreenExitHandler_exitFullScreen(this.peer!.ptr) } } -export class FullScreenExitHandlerInternal { - public static fromPtr(ptr: KPointer): FullScreenExitHandler { - const obj: FullScreenExitHandler = new FullScreenExitHandler() - obj.peer = new Finalizable(ptr, FullScreenExitHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkGestureRecognizerMaterialized.ts b/arkoala/arkui/src/ArkGestureRecognizerMaterialized.ts index 2193cdf8ee8bfe3824a69e05f921e770895fb06c..563efff4ff5bb23795715df10e50ab579d1cfcec 100644 --- a/arkoala/arkui/src/ArkGestureRecognizerMaterialized.ts +++ b/arkoala/arkui/src/ArkGestureRecognizerMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class GestureRecognizerInternal { + public static fromPtr(ptr: KPointer): GestureRecognizer { + const obj: GestureRecognizer = new GestureRecognizer() + obj.peer = new Finalizable(ptr, GestureRecognizer.getFinalizer()) + return obj + } +} export class GestureRecognizer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -102,10 +109,3 @@ export class GestureRecognizer implements MaterializedBase { return retval } } -export class GestureRecognizerInternal { - public static fromPtr(ptr: KPointer): GestureRecognizer { - const obj: GestureRecognizer = new GestureRecognizer() - obj.peer = new Finalizable(ptr, GestureRecognizer.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkGestureStyleMaterialized.ts b/arkoala/arkui/src/ArkGestureStyleMaterialized.ts index 6af754a3e6238fa21e0f741bb9484f8040c55e17..07a28c7030c9d84cd48c2f58931bd58d050e8594 100644 --- a/arkoala/arkui/src/ArkGestureStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkGestureStyleMaterialized.ts @@ -32,6 +32,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class GestureStyleInternal { + public static fromPtr(ptr: KPointer): GestureStyle { + const obj: GestureStyle = new GestureStyle(undefined) + obj.peer = new Finalizable(ptr, GestureStyle.getFinalizer()) + return obj + } +} export class GestureStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class GestureStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._GestureStyle_getFinalizer() } } -export class GestureStyleInternal { - public static fromPtr(ptr: KPointer): GestureStyle { - const obj: GestureStyle = new GestureStyle(undefined) - obj.peer = new Finalizable(ptr, GestureStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts b/arkoala/arkui/src/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts index 48fbd6788dd6c27c658a29bbed89190e4d0fc4b2..a6b76b1792491bda11b1e320a8785dacd62e1c5f 100644 --- a/arkoala/arkui/src/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts +++ b/arkoala/arkui/src/ArkGlobalScopeOhosArkuiComponentSnapshotMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class GlobalScope_ohos_arkui_componentSnapshotInternal { + public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_componentSnapshot { + const obj: GlobalScope_ohos_arkui_componentSnapshot = new GlobalScope_ohos_arkui_componentSnapshot() + obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_componentSnapshot.getFinalizer()) + return obj + } +} export class GlobalScope_ohos_arkui_componentSnapshot implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -67,10 +74,3 @@ export class GlobalScope_ohos_arkui_componentSnapshot implements MaterializedBas thisSerializer.release() } } -export class GlobalScope_ohos_arkui_componentSnapshotInternal { - public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_componentSnapshot { - const obj: GlobalScope_ohos_arkui_componentSnapshot = new GlobalScope_ohos_arkui_componentSnapshot() - obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_componentSnapshot.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts b/arkoala/arkui/src/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts index 24b4d5a915a81d2cac2bb00e345880826cd14f18..64b0be0e658236fc5d75db0805cc9326a7940150 100644 --- a/arkoala/arkui/src/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts +++ b/arkoala/arkui/src/ArkGlobalScopeOhosArkuiPerformanceMonitorMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class GlobalScope_ohos_arkui_performanceMonitorInternal { + public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_performanceMonitor { + const obj: GlobalScope_ohos_arkui_performanceMonitor = new GlobalScope_ohos_arkui_performanceMonitor() + obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_performanceMonitor.getFinalizer()) + return obj + } +} export class GlobalScope_ohos_arkui_performanceMonitor implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -83,10 +90,3 @@ export class GlobalScope_ohos_arkui_performanceMonitor implements MaterializedBa ArkUIGeneratedNativeModule._GlobalScope_ohos_arkui_performanceMonitor_recordInputEventTime(actionType, sourceType, time) } } -export class GlobalScope_ohos_arkui_performanceMonitorInternal { - public static fromPtr(ptr: KPointer): GlobalScope_ohos_arkui_performanceMonitor { - const obj: GlobalScope_ohos_arkui_performanceMonitor = new GlobalScope_ohos_arkui_performanceMonitor() - obj.peer = new Finalizable(ptr, GlobalScope_ohos_arkui_performanceMonitor.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkHierarchicalSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkHierarchicalSymbolEffectMaterialized.ts index 44a25301c091ed89b48a3ffef678c373bb5aa428..ba347bb016efb995d7031fb8a478e6009ece6235 100644 --- a/arkoala/arkui/src/ArkHierarchicalSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkHierarchicalSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class HierarchicalSymbolEffectInternal { + public static fromPtr(ptr: KPointer): HierarchicalSymbolEffect { + const obj: HierarchicalSymbolEffect = new HierarchicalSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, HierarchicalSymbolEffect.getFinalizer()) + return obj + } +} export class HierarchicalSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class HierarchicalSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._HierarchicalSymbolEffect_setFillStyle(this.peer!.ptr, fillStyle) } } -export class HierarchicalSymbolEffectInternal { - public static fromPtr(ptr: KPointer): HierarchicalSymbolEffect { - const obj: HierarchicalSymbolEffect = new HierarchicalSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, HierarchicalSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkHttpAuthHandlerMaterialized.ts b/arkoala/arkui/src/ArkHttpAuthHandlerMaterialized.ts index d2c8c14c65895a9183043fd6176ba5ed975be4c3..70147d21bff1828777ebcf829549919ad18aed3a 100644 --- a/arkoala/arkui/src/ArkHttpAuthHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkHttpAuthHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class HttpAuthHandlerInternal { + public static fromPtr(ptr: KPointer): HttpAuthHandler { + const obj: HttpAuthHandler = new HttpAuthHandler() + obj.peer = new Finalizable(ptr, HttpAuthHandler.getFinalizer()) + return obj + } +} export class HttpAuthHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -65,10 +72,3 @@ export class HttpAuthHandler implements MaterializedBase { return retval } } -export class HttpAuthHandlerInternal { - public static fromPtr(ptr: KPointer): HttpAuthHandler { - const obj: HttpAuthHandler = new HttpAuthHandler() - obj.peer = new Finalizable(ptr, HttpAuthHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkImageAnalyzerControllerMaterialized.ts b/arkoala/arkui/src/ArkImageAnalyzerControllerMaterialized.ts index 6566b71aa58bfb805d7e8248e25ce14a333d4f0f..3371a25de68094842aedc35faf228394762d9fa6 100644 --- a/arkoala/arkui/src/ArkImageAnalyzerControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkImageAnalyzerControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ImageAnalyzerControllerInternal { + public static fromPtr(ptr: KPointer): ImageAnalyzerController { + const obj: ImageAnalyzerController = new ImageAnalyzerController() + obj.peer = new Finalizable(ptr, ImageAnalyzerController.getFinalizer()) + return obj + } +} export class ImageAnalyzerController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -50,10 +57,3 @@ export class ImageAnalyzerController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ImageAnalyzerControllerInternal { - public static fromPtr(ptr: KPointer): ImageAnalyzerController { - const obj: ImageAnalyzerController = new ImageAnalyzerController() - obj.peer = new Finalizable(ptr, ImageAnalyzerController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkImageAttachmentMaterialized.ts b/arkoala/arkui/src/ArkImageAttachmentMaterialized.ts index 8f5dded253fd099113b04ab3b225e367b3bfe921..5ab3cd11c0d43e938ce6c153dc8c1d0312245fb5 100644 --- a/arkoala/arkui/src/ArkImageAttachmentMaterialized.ts +++ b/arkoala/arkui/src/ArkImageAttachmentMaterialized.ts @@ -32,6 +32,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ImageAttachmentInternal { + public static fromPtr(ptr: KPointer): ImageAttachment { + const obj: ImageAttachment = new ImageAttachment(undefined) + obj.peer = new Finalizable(ptr, ImageAttachment.getFinalizer()) + return obj + } +} export class ImageAttachment implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -84,10 +91,3 @@ export class ImageAttachment implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ImageAttachmentInternal { - public static fromPtr(ptr: KPointer): ImageAttachment { - const obj: ImageAttachment = new ImageAttachment(undefined) - obj.peer = new Finalizable(ptr, ImageAttachment.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkImageBitmapMaterialized.ts b/arkoala/arkui/src/ArkImageBitmapMaterialized.ts index 7ee93d18f6fb9b77e26f91597f10252cbc5c428b..507b1b0570ce05eb146d94516c4599fa71491589 100644 --- a/arkoala/arkui/src/ArkImageBitmapMaterialized.ts +++ b/arkoala/arkui/src/ArkImageBitmapMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ImageBitmapInternal { + public static fromPtr(ptr: KPointer): ImageBitmap { + const obj: ImageBitmap = new ImageBitmap(undefined) + obj.peer = new Finalizable(ptr, ImageBitmap.getFinalizer()) + return obj + } +} export class ImageBitmap implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class ImageBitmap implements MaterializedBase { return retval } } -export class ImageBitmapInternal { - public static fromPtr(ptr: KPointer): ImageBitmap { - const obj: ImageBitmap = new ImageBitmap(undefined) - obj.peer = new Finalizable(ptr, ImageBitmap.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkImageDataMaterialized.ts b/arkoala/arkui/src/ArkImageDataMaterialized.ts index d467de1b5e0ffd84683a433b474fb0e869384e8a..381fc0a538c35ffd6e17c63af70a730707b6af7a 100644 --- a/arkoala/arkui/src/ArkImageDataMaterialized.ts +++ b/arkoala/arkui/src/ArkImageDataMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ImageDataInternal { + public static fromPtr(ptr: KPointer): ImageData { + const obj: ImageData = new ImageData(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ImageData.getFinalizer()) + return obj + } +} export class ImageData implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class ImageData implements MaterializedBase { return retval } } -export class ImageDataInternal { - public static fromPtr(ptr: KPointer): ImageData { - const obj: ImageData = new ImageData(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ImageData.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkIndicatorComponentControllerMaterialized.ts b/arkoala/arkui/src/ArkIndicatorComponentControllerMaterialized.ts index f5be89f2ffa7709f3e814eba275604b1191e9b50..1d125e124f1e732b3b9a1752f557bb4e3ca1be63 100644 --- a/arkoala/arkui/src/ArkIndicatorComponentControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkIndicatorComponentControllerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class IndicatorComponentControllerInternal { + public static fromPtr(ptr: KPointer): IndicatorComponentController { + const obj: IndicatorComponentController = new IndicatorComponentController() + obj.peer = new Finalizable(ptr, IndicatorComponentController.getFinalizer()) + return obj + } +} export class IndicatorComponentController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class IndicatorComponentController implements MaterializedBase { thisSerializer.release() } } -export class IndicatorComponentControllerInternal { - public static fromPtr(ptr: KPointer): IndicatorComponentController { - const obj: IndicatorComponentController = new IndicatorComponentController() - obj.peer = new Finalizable(ptr, IndicatorComponentController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkJsGeolocationMaterialized.ts b/arkoala/arkui/src/ArkJsGeolocationMaterialized.ts index ce2f13d0e53583f31a89937ed5fff154eb003ae4..779104238bef6297e5f5f5b411b365b7121e0021 100644 --- a/arkoala/arkui/src/ArkJsGeolocationMaterialized.ts +++ b/arkoala/arkui/src/ArkJsGeolocationMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class JsGeolocationInternal { + public static fromPtr(ptr: KPointer): JsGeolocation { + const obj: JsGeolocation = new JsGeolocation() + obj.peer = new Finalizable(ptr, JsGeolocation.getFinalizer()) + return obj + } +} export class JsGeolocation implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -52,10 +59,3 @@ export class JsGeolocation implements MaterializedBase { ArkUIGeneratedNativeModule._JsGeolocation_invoke(this.peer!.ptr, origin, +allow, +retain) } } -export class JsGeolocationInternal { - public static fromPtr(ptr: KPointer): JsGeolocation { - const obj: JsGeolocation = new JsGeolocation() - obj.peer = new Finalizable(ptr, JsGeolocation.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkJsResultMaterialized.ts b/arkoala/arkui/src/ArkJsResultMaterialized.ts index b49f6493421ad196c50c1318861919da1ad1dcf0..6985c50c6dd18b6941fe324222fdcd145aed6435 100644 --- a/arkoala/arkui/src/ArkJsResultMaterialized.ts +++ b/arkoala/arkui/src/ArkJsResultMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class JsResultInternal { + public static fromPtr(ptr: KPointer): JsResult { + const obj: JsResult = new JsResult() + obj.peer = new Finalizable(ptr, JsResult.getFinalizer()) + return obj + } +} export class JsResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -64,10 +71,3 @@ export class JsResult implements MaterializedBase { ArkUIGeneratedNativeModule._JsResult_handlePromptConfirm(this.peer!.ptr, result) } } -export class JsResultInternal { - public static fromPtr(ptr: KPointer): JsResult { - const obj: JsResult = new JsResult() - obj.peer = new Finalizable(ptr, JsResult.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLazyForEachOpsMaterialized.ts b/arkoala/arkui/src/ArkLazyForEachOpsMaterialized.ts index 9cf3affbaf5e71b0e98d5db7d5228bdd182625c7..b31a658ac5c59c29cb78922382e9f610d7092f9e 100644 --- a/arkoala/arkui/src/ArkLazyForEachOpsMaterialized.ts +++ b/arkoala/arkui/src/ArkLazyForEachOpsMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LazyForEachOpsInternal { + public static fromPtr(ptr: KPointer): LazyForEachOps { + const obj: LazyForEachOps = new LazyForEachOps() + obj.peer = new Finalizable(ptr, LazyForEachOps.getFinalizer()) + return obj + } +} export class LazyForEachOps implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -86,10 +93,3 @@ export class LazyForEachOps implements MaterializedBase { ArkUIGeneratedNativeModule._LazyForEachOps_Prepare(node) } } -export class LazyForEachOpsInternal { - public static fromPtr(ptr: KPointer): LazyForEachOps { - const obj: LazyForEachOps = new LazyForEachOps() - obj.peer = new Finalizable(ptr, LazyForEachOps.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLengthMetricsMaterialized.ts b/arkoala/arkui/src/ArkLengthMetricsMaterialized.ts index 4a7f1bdee3e22bcecea0f3a939f2ac5362b8d06c..6a8af9bdb4f9bdce65a2331ebc316da2facebe40 100644 --- a/arkoala/arkui/src/ArkLengthMetricsMaterialized.ts +++ b/arkoala/arkui/src/ArkLengthMetricsMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LengthMetricsInternal { + public static fromPtr(ptr: KPointer): LengthMetrics { + const obj: LengthMetrics = new LengthMetrics() + obj.peer = new Finalizable(ptr, LengthMetrics.getFinalizer()) + return obj + } +} export class LengthMetrics implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -110,10 +117,3 @@ export class LengthMetrics implements MaterializedBase { ArkUIGeneratedNativeModule._LengthMetrics_setValue(this.peer!.ptr, value) } } -export class LengthMetricsInternal { - public static fromPtr(ptr: KPointer): LengthMetrics { - const obj: LengthMetrics = new LengthMetrics() - obj.peer = new Finalizable(ptr, LengthMetrics.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLetterSpacingStyleMaterialized.ts b/arkoala/arkui/src/ArkLetterSpacingStyleMaterialized.ts index dc5eca95a139dc3b340da18ab9f33d76c254b1c4..6b9fa9a83b07e68e535de6248587755ead1116cb 100644 --- a/arkoala/arkui/src/ArkLetterSpacingStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkLetterSpacingStyleMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LetterSpacingStyleInternal { + public static fromPtr(ptr: KPointer): LetterSpacingStyle { + const obj: LetterSpacingStyle = new LetterSpacingStyle(undefined) + obj.peer = new Finalizable(ptr, LetterSpacingStyle.getFinalizer()) + return obj + } +} export class LetterSpacingStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -61,10 +68,3 @@ export class LetterSpacingStyle implements MaterializedBase { return retval } } -export class LetterSpacingStyleInternal { - public static fromPtr(ptr: KPointer): LetterSpacingStyle { - const obj: LetterSpacingStyle = new LetterSpacingStyle(undefined) - obj.peer = new Finalizable(ptr, LetterSpacingStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLineHeightStyleMaterialized.ts b/arkoala/arkui/src/ArkLineHeightStyleMaterialized.ts index d1f636c97c4c2f8d076d33d87bf255becfce2e44..1192361e493026f7d759afe461fb53eb330c28c8 100644 --- a/arkoala/arkui/src/ArkLineHeightStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkLineHeightStyleMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LineHeightStyleInternal { + public static fromPtr(ptr: KPointer): LineHeightStyle { + const obj: LineHeightStyle = new LineHeightStyle(undefined) + obj.peer = new Finalizable(ptr, LineHeightStyle.getFinalizer()) + return obj + } +} export class LineHeightStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -61,10 +68,3 @@ export class LineHeightStyle implements MaterializedBase { return retval } } -export class LineHeightStyleInternal { - public static fromPtr(ptr: KPointer): LineHeightStyle { - const obj: LineHeightStyle = new LineHeightStyle(undefined) - obj.peer = new Finalizable(ptr, LineHeightStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLinearGradientMaterialized.ts b/arkoala/arkui/src/ArkLinearGradientMaterialized.ts index 96ebf16d288ac3c4c3ec6d68a7cbb124e2d6b7ec..6a4f00fc8a50c7f4893025f2062aeb3fef4ffe48 100644 --- a/arkoala/arkui/src/ArkLinearGradientMaterialized.ts +++ b/arkoala/arkui/src/ArkLinearGradientMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LinearGradientInternal { + public static fromPtr(ptr: KPointer): LinearGradient { + const obj: LinearGradient = new LinearGradient(undefined) + obj.peer = new Finalizable(ptr, LinearGradient.getFinalizer()) + return obj + } +} export class LinearGradient implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -54,10 +61,3 @@ export class LinearGradient implements MaterializedBase { return ArkUIGeneratedNativeModule._LinearGradient_getFinalizer() } } -export class LinearGradientInternal { - public static fromPtr(ptr: KPointer): LinearGradient { - const obj: LinearGradient = new LinearGradient(undefined) - obj.peer = new Finalizable(ptr, LinearGradient.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkLinearIndicatorControllerMaterialized.ts b/arkoala/arkui/src/ArkLinearIndicatorControllerMaterialized.ts index 35f8b726828846cd2d4793cbfb45d3c52398c0f6..b65b820245db5df3c214b7774f6270b7e8c8dc55 100644 --- a/arkoala/arkui/src/ArkLinearIndicatorControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkLinearIndicatorControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class LinearIndicatorControllerInternal { + public static fromPtr(ptr: KPointer): LinearIndicatorController { + const obj: LinearIndicatorController = new LinearIndicatorController() + obj.peer = new Finalizable(ptr, LinearIndicatorController.getFinalizer()) + return obj + } +} export class LinearIndicatorController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -83,10 +90,3 @@ export class LinearIndicatorController implements MaterializedBase { ArkUIGeneratedNativeModule._LinearIndicatorController_stop(this.peer!.ptr) } } -export class LinearIndicatorControllerInternal { - public static fromPtr(ptr: KPointer): LinearIndicatorController { - const obj: LinearIndicatorController = new LinearIndicatorController() - obj.peer = new Finalizable(ptr, LinearIndicatorController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkListScrollerMaterialized.ts b/arkoala/arkui/src/ArkListScrollerMaterialized.ts index 2834bdedc9ecafaa4411e5ad71d059664082068d..1c2d6ebf70be9fa27e2eab6d679c297f20076ba0 100644 --- a/arkoala/arkui/src/ArkListScrollerMaterialized.ts +++ b/arkoala/arkui/src/ArkListScrollerMaterialized.ts @@ -35,6 +35,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ListScrollerInternal { + public static fromPtr(ptr: KPointer): ListScroller { + const obj: ListScroller = new ListScroller() + obj.peer = new Finalizable(ptr, ListScroller.getFinalizer()) + return obj + } +} export class ListScroller extends Scroller implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -115,10 +122,3 @@ export class ListScroller extends Scroller implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ListScrollerInternal { - public static fromPtr(ptr: KPointer): ListScroller { - const obj: ListScroller = new ListScroller() - obj.peer = new Finalizable(ptr, ListScroller.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkMatrix2DMaterialized.ts b/arkoala/arkui/src/ArkMatrix2DMaterialized.ts index 4acd3aa071768fd269c1e27d7c23e7527f0f4c57..fc243ac714b990daf81668351505a47b14159bd5 100644 --- a/arkoala/arkui/src/ArkMatrix2DMaterialized.ts +++ b/arkoala/arkui/src/ArkMatrix2DMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class Matrix2DInternal { + public static fromPtr(ptr: KPointer): Matrix2D { + const obj: Matrix2D = new Matrix2D() + obj.peer = new Finalizable(ptr, Matrix2D.getFinalizer()) + return obj + } +} export class Matrix2D implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -320,10 +327,3 @@ export class Matrix2D implements MaterializedBase { ArkUIGeneratedNativeModule._Matrix2D_setTranslateY(this.peer!.ptr, translateY) } } -export class Matrix2DInternal { - public static fromPtr(ptr: KPointer): Matrix2D { - const obj: Matrix2D = new Matrix2D() - obj.peer = new Finalizable(ptr, Matrix2D.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkMeasurableMaterialized.ts b/arkoala/arkui/src/ArkMeasurableMaterialized.ts index 24616a3596210f46170ef1b62b78279a20e1d5cc..5bb66a0696d4d1bbf40ce6918afb810362e55f2c 100644 --- a/arkoala/arkui/src/ArkMeasurableMaterialized.ts +++ b/arkoala/arkui/src/ArkMeasurableMaterialized.ts @@ -29,9 +29,9 @@ import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" export interface Measurable { measure(constraint: ConstraintSizeOptions): MeasureResult - getMargin(): DirectionalEdgesT - getPadding(): DirectionalEdgesT - getBorderWidth(): DirectionalEdgesT + getMargin(): DirectionalEdgesT + getPadding(): DirectionalEdgesT + getBorderWidth(): DirectionalEdgesT } export class MeasurableInternal implements MaterializedBase,Measurable { peer?: Finalizable | undefined @@ -53,13 +53,13 @@ export class MeasurableInternal implements MaterializedBase,Measurable { const constraint_casted = constraint as (ConstraintSizeOptions) return this.measure_serialize(constraint_casted) } - public getMargin(): DirectionalEdgesT { + public getMargin(): DirectionalEdgesT { return this.getMargin_serialize() } - public getPadding(): DirectionalEdgesT { + public getPadding(): DirectionalEdgesT { return this.getPadding_serialize() } - public getBorderWidth(): DirectionalEdgesT { + public getBorderWidth(): DirectionalEdgesT { return this.getBorderWidth_serialize() } private measure_serialize(constraint: ConstraintSizeOptions): MeasureResult { @@ -69,15 +69,15 @@ export class MeasurableInternal implements MaterializedBase,Measurable { thisSerializer.release() throw new Error("Object deserialization is not implemented.") } - private getMargin_serialize(): DirectionalEdgesT { + private getMargin_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getMargin(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } - private getPadding_serialize(): DirectionalEdgesT { + private getPadding_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getPadding(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } - private getBorderWidth_serialize(): DirectionalEdgesT { + private getBorderWidth_serialize(): DirectionalEdgesT { const retval = ArkUIGeneratedNativeModule._Measurable_getBorderWidth(this.peer!.ptr) throw new Error("Object deserialization is not implemented.") } diff --git a/arkoala/arkui/src/ArkMutableStyledStringMaterialized.ts b/arkoala/arkui/src/ArkMutableStyledStringMaterialized.ts index 61b300cc9c683920e87a8fb3dad3592d8397a842..fb645c1656a20a6da2f3659d17636f1cecfd3637 100644 --- a/arkoala/arkui/src/ArkMutableStyledStringMaterialized.ts +++ b/arkoala/arkui/src/ArkMutableStyledStringMaterialized.ts @@ -36,6 +36,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class MutableStyledStringInternal { + public static fromPtr(ptr: KPointer): MutableStyledString { + const obj: MutableStyledString = new MutableStyledString() + obj.peer = new Finalizable(ptr, MutableStyledString.getFinalizer()) + return obj + } +} export class MutableStyledString extends StyledString implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -166,10 +173,3 @@ export class MutableStyledString extends StyledString implements MaterializedBas thisSerializer.release() } } -export class MutableStyledStringInternal { - public static fromPtr(ptr: KPointer): MutableStyledString { - const obj: MutableStyledString = new MutableStyledString() - obj.peer = new Finalizable(ptr, MutableStyledString.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkNavExtenderMaterialized.ts b/arkoala/arkui/src/ArkNavExtenderMaterialized.ts index 2ca57ca1933af2aa8a6463737c407add4dc734bc..e0ad81f578508d6c5e536f245360048e29c3da99 100644 --- a/arkoala/arkui/src/ArkNavExtenderMaterialized.ts +++ b/arkoala/arkui/src/ArkNavExtenderMaterialized.ts @@ -29,6 +29,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class NavExtenderInternal { + public static fromPtr(ptr: KPointer): NavExtender { + const obj: NavExtender = new NavExtender() + obj.peer = new Finalizable(ptr, NavExtender.getFinalizer()) + return obj + } +} export class NavExtender implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -62,10 +69,3 @@ export class NavExtender implements MaterializedBase { thisSerializer.release() } } -export class NavExtenderInternal { - public static fromPtr(ptr: KPointer): NavExtender { - const obj: NavExtender = new NavExtender() - obj.peer = new Finalizable(ptr, NavExtender.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkNavPathInfoMaterialized.ts b/arkoala/arkui/src/ArkNavPathInfoMaterialized.ts index 82c2934e74e4a9c1e752cfd89912d722e3954318..36e4ae0a93cb41142cc1ba1cc8e1240519d45e34 100644 --- a/arkoala/arkui/src/ArkNavPathInfoMaterialized.ts +++ b/arkoala/arkui/src/ArkNavPathInfoMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class NavPathInfoInternal { + public static fromPtr(ptr: KPointer): NavPathInfo { + const obj: NavPathInfo = new NavPathInfo(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, NavPathInfo.getFinalizer()) + return obj + } +} export class NavPathInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -149,10 +156,3 @@ export class NavPathInfo implements MaterializedBase { ArkUIGeneratedNativeModule._NavPathInfo_setIsEntry(this.peer!.ptr, +isEntry) } } -export class NavPathInfoInternal { - public static fromPtr(ptr: KPointer): NavPathInfo { - const obj: NavPathInfo = new NavPathInfo(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, NavPathInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkNavPathStackMaterialized.ts b/arkoala/arkui/src/ArkNavPathStackMaterialized.ts index 818dc798fae0ef74faa19045bd863c75e5ec7553..cb58ae30c56ac3282bd2057dfed67cd1aa55a448 100644 --- a/arkoala/arkui/src/ArkNavPathStackMaterialized.ts +++ b/arkoala/arkui/src/ArkNavPathStackMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class NavPathStackInternal { + public static fromPtr(ptr: KPointer): NavPathStack { + const obj: NavPathStack = new NavPathStack() + obj.peer = new Finalizable(ptr, NavPathStack.getFinalizer()) + return obj + } +} export class NavPathStack implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -599,10 +606,3 @@ export class NavPathStack implements MaterializedBase { thisSerializer.release() } } -export class NavPathStackInternal { - public static fromPtr(ptr: KPointer): NavPathStack { - const obj: NavPathStack = new NavPathStack() - obj.peer = new Finalizable(ptr, NavPathStack.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkPanGestureOptionsMaterialized.ts b/arkoala/arkui/src/ArkPanGestureOptionsMaterialized.ts index 50d0001a8af1fac19bac8b4460b020751218ca77..1408e29a5e92507b8788a8200c4e931ce073c6e3 100644 --- a/arkoala/arkui/src/ArkPanGestureOptionsMaterialized.ts +++ b/arkoala/arkui/src/ArkPanGestureOptionsMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class PanGestureOptionsInternal { + public static fromPtr(ptr: KPointer): PanGestureOptions { + const obj: PanGestureOptions = new PanGestureOptions(undefined) + obj.peer = new Finalizable(ptr, PanGestureOptions.getFinalizer()) + return obj + } +} export class PanGestureOptions implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -106,10 +113,3 @@ export class PanGestureOptions implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class PanGestureOptionsInternal { - public static fromPtr(ptr: KPointer): PanGestureOptions { - const obj: PanGestureOptions = new PanGestureOptions(undefined) - obj.peer = new Finalizable(ptr, PanGestureOptions.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkPanRecognizerMaterialized.ts b/arkoala/arkui/src/ArkPanRecognizerMaterialized.ts index 2828db1ea1d1048ab07c15ac69dddeb3d6c4e92e..1552928d3432326adac55d058c95caf0b3734eb1 100644 --- a/arkoala/arkui/src/ArkPanRecognizerMaterialized.ts +++ b/arkoala/arkui/src/ArkPanRecognizerMaterialized.ts @@ -30,6 +30,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class PanRecognizerInternal { + public static fromPtr(ptr: KPointer): PanRecognizer { + const obj: PanRecognizer = new PanRecognizer() + obj.peer = new Finalizable(ptr, PanRecognizer.getFinalizer()) + return obj + } +} export class PanRecognizer extends GestureRecognizer implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class PanRecognizer extends GestureRecognizer implements MaterializedBase throw new Error("Object deserialization is not implemented.") } } -export class PanRecognizerInternal { - public static fromPtr(ptr: KPointer): PanRecognizer { - const obj: PanRecognizer = new PanRecognizer() - obj.peer = new Finalizable(ptr, PanRecognizer.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkParagraphStyleMaterialized.ts b/arkoala/arkui/src/ArkParagraphStyleMaterialized.ts index 154770d3077c698097e982cc8621119123a36c1e..213fb60b5aa045c7e92027cef270259488049124 100644 --- a/arkoala/arkui/src/ArkParagraphStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkParagraphStyleMaterialized.ts @@ -33,6 +33,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ParagraphStyleInternal { + public static fromPtr(ptr: KPointer): ParagraphStyle { + const obj: ParagraphStyle = new ParagraphStyle(undefined) + obj.peer = new Finalizable(ptr, ParagraphStyle.getFinalizer()) + return obj + } +} export class ParagraphStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -112,10 +119,3 @@ export class ParagraphStyle implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class ParagraphStyleInternal { - public static fromPtr(ptr: KPointer): ParagraphStyle { - const obj: ParagraphStyle = new ParagraphStyle(undefined) - obj.peer = new Finalizable(ptr, ParagraphStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkPath2DMaterialized.ts b/arkoala/arkui/src/ArkPath2DMaterialized.ts index 57d2aa7d129d2a81490fceea520a526c7fbc88d3..2ef4f84929d9382b927130fb804a11ff09140efa 100644 --- a/arkoala/arkui/src/ArkPath2DMaterialized.ts +++ b/arkoala/arkui/src/ArkPath2DMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class Path2DInternal { + public static fromPtr(ptr: KPointer): Path2D { + const obj: Path2D = new Path2D() + obj.peer = new Finalizable(ptr, Path2D.getFinalizer()) + return obj + } +} export class Path2D extends CanvasPath implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -65,10 +72,3 @@ export class Path2D extends CanvasPath implements MaterializedBase { thisSerializer.release() } } -export class Path2DInternal { - public static fromPtr(ptr: KPointer): Path2D { - const obj: Path2D = new Path2D() - obj.peer = new Finalizable(ptr, Path2D.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkPatternLockControllerMaterialized.ts b/arkoala/arkui/src/ArkPatternLockControllerMaterialized.ts index 49807a325683d407a013f7da61df28c6c8217ddd..df37a2506f87f4d679fde332c3338b61f355ec9b 100644 --- a/arkoala/arkui/src/ArkPatternLockControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkPatternLockControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class PatternLockControllerInternal { + public static fromPtr(ptr: KPointer): PatternLockController { + const obj: PatternLockController = new PatternLockController() + obj.peer = new Finalizable(ptr, PatternLockController.getFinalizer()) + return obj + } +} export class PatternLockController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class PatternLockController implements MaterializedBase { ArkUIGeneratedNativeModule._PatternLockController_setChallengeResult(this.peer!.ptr, result) } } -export class PatternLockControllerInternal { - public static fromPtr(ptr: KPointer): PatternLockController { - const obj: PatternLockController = new PatternLockController() - obj.peer = new Finalizable(ptr, PatternLockController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkPermissionRequestMaterialized.ts b/arkoala/arkui/src/ArkPermissionRequestMaterialized.ts index 79a4fb58764cb18b3d7ec33bc809e49e43a7c589..a323e16ee8e39b985cb91a922128e42a5c66a565 100644 --- a/arkoala/arkui/src/ArkPermissionRequestMaterialized.ts +++ b/arkoala/arkui/src/ArkPermissionRequestMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class PermissionRequestInternal { + public static fromPtr(ptr: KPointer): PermissionRequest { + const obj: PermissionRequest = new PermissionRequest() + obj.peer = new Finalizable(ptr, PermissionRequest.getFinalizer()) + return obj + } +} export class PermissionRequest implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -78,10 +85,3 @@ export class PermissionRequest implements MaterializedBase { thisSerializer.release() } } -export class PermissionRequestInternal { - public static fromPtr(ptr: KPointer): PermissionRequest { - const obj: PermissionRequest = new PermissionRequest() - obj.peer = new Finalizable(ptr, PermissionRequest.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkProgressMaskMaterialized.ts b/arkoala/arkui/src/ArkProgressMaskMaterialized.ts index bcb80e5dcb387ecf63f4853ef04a2dd0bc952e00..8efb4579a50b36fd3d2ebb343df81fa8705fd9ed 100644 --- a/arkoala/arkui/src/ArkProgressMaskMaterialized.ts +++ b/arkoala/arkui/src/ArkProgressMaskMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ProgressMaskInternal { + public static fromPtr(ptr: KPointer): ProgressMask { + const obj: ProgressMask = new ProgressMask(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ProgressMask.getFinalizer()) + return obj + } +} export class ProgressMask implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -120,10 +127,3 @@ export class ProgressMask implements MaterializedBase { ArkUIGeneratedNativeModule._ProgressMask_enableBreathingAnimation(this.peer!.ptr, +value) } } -export class ProgressMaskInternal { - public static fromPtr(ptr: KPointer): ProgressMask { - const obj: ProgressMask = new ProgressMask(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ProgressMask.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkRenderingContextSettingsMaterialized.ts b/arkoala/arkui/src/ArkRenderingContextSettingsMaterialized.ts index 2701193fc01d3f328111d66e11deb56bce465830..a35f654361a76ce94af287f51719acb04ddf6eea 100644 --- a/arkoala/arkui/src/ArkRenderingContextSettingsMaterialized.ts +++ b/arkoala/arkui/src/ArkRenderingContextSettingsMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class RenderingContextSettingsInternal { + public static fromPtr(ptr: KPointer): RenderingContextSettings { + const obj: RenderingContextSettings = new RenderingContextSettings(undefined) + obj.peer = new Finalizable(ptr, RenderingContextSettings.getFinalizer()) + return obj + } +} export class RenderingContextSettings implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -73,10 +80,3 @@ export class RenderingContextSettings implements MaterializedBase { ArkUIGeneratedNativeModule._RenderingContextSettings_setAntialias(this.peer!.ptr, +antialias) } } -export class RenderingContextSettingsInternal { - public static fromPtr(ptr: KPointer): RenderingContextSettings { - const obj: RenderingContextSettings = new RenderingContextSettings(undefined) - obj.peer = new Finalizable(ptr, RenderingContextSettings.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkReplaceSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkReplaceSymbolEffectMaterialized.ts index 37b9b2a8498ff180514cb419aff6ca3ce6a2dcfb..17dc1f23388296d80c8864f30473fd2058c8293e 100644 --- a/arkoala/arkui/src/ArkReplaceSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkReplaceSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ReplaceSymbolEffectInternal { + public static fromPtr(ptr: KPointer): ReplaceSymbolEffect { + const obj: ReplaceSymbolEffect = new ReplaceSymbolEffect(undefined) + obj.peer = new Finalizable(ptr, ReplaceSymbolEffect.getFinalizer()) + return obj + } +} export class ReplaceSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -74,10 +81,3 @@ export class ReplaceSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._ReplaceSymbolEffect_setScope(this.peer!.ptr, scope) } } -export class ReplaceSymbolEffectInternal { - public static fromPtr(ptr: KPointer): ReplaceSymbolEffect { - const obj: ReplaceSymbolEffect = new ReplaceSymbolEffect(undefined) - obj.peer = new Finalizable(ptr, ReplaceSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkRichEditorBaseControllerMaterialized.ts b/arkoala/arkui/src/ArkRichEditorBaseControllerMaterialized.ts index cf3211a33542b62c67762b3d49f706a9fff72f17..b6e74f3fa2cb67cbdcbb5f17d85fe419b3d0d424 100644 --- a/arkoala/arkui/src/ArkRichEditorBaseControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkRichEditorBaseControllerMaterialized.ts @@ -36,6 +36,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class RichEditorBaseControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorBaseController { + const obj: RichEditorBaseController = new RichEditorBaseController() + obj.peer = new Finalizable(ptr, RichEditorBaseController.getFinalizer()) + return obj + } +} export class RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -140,10 +147,3 @@ export class RichEditorBaseController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class RichEditorBaseControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorBaseController { - const obj: RichEditorBaseController = new RichEditorBaseController() - obj.peer = new Finalizable(ptr, RichEditorBaseController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkRichEditorControllerMaterialized.ts b/arkoala/arkui/src/ArkRichEditorControllerMaterialized.ts index 35c2665cdb14bac782d5f74dcde855b9eb1db691..0f52213490815c1c2d29cf5d29e805570a3a38ff 100644 --- a/arkoala/arkui/src/ArkRichEditorControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkRichEditorControllerMaterialized.ts @@ -47,6 +47,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class RichEditorControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorController { + const obj: RichEditorController = new RichEditorController() + obj.peer = new Finalizable(ptr, RichEditorController.getFinalizer()) + return obj + } +} export class RichEditorController extends RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -280,10 +287,3 @@ export class RichEditorController extends RichEditorBaseController implements Ma throw new Error("Object deserialization is not implemented.") } } -export class RichEditorControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorController { - const obj: RichEditorController = new RichEditorController() - obj.peer = new Finalizable(ptr, RichEditorController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkRichEditorStyledStringControllerMaterialized.ts b/arkoala/arkui/src/ArkRichEditorStyledStringControllerMaterialized.ts index c5d0afc380b2a9cff09f331391258e7de0787e0d..36fc325fc6ce098b006f628db518b9c68acb99da 100644 --- a/arkoala/arkui/src/ArkRichEditorStyledStringControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkRichEditorStyledStringControllerMaterialized.ts @@ -44,6 +44,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class RichEditorStyledStringControllerInternal { + public static fromPtr(ptr: KPointer): RichEditorStyledStringController { + const obj: RichEditorStyledStringController = new RichEditorStyledStringController() + obj.peer = new Finalizable(ptr, RichEditorStyledStringController.getFinalizer()) + return obj + } +} export class RichEditorStyledStringController extends RichEditorBaseController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -98,10 +105,3 @@ export class RichEditorStyledStringController extends RichEditorBaseController i thisSerializer.release() } } -export class RichEditorStyledStringControllerInternal { - public static fromPtr(ptr: KPointer): RichEditorStyledStringController { - const obj: RichEditorStyledStringController = new RichEditorStyledStringController() - obj.peer = new Finalizable(ptr, RichEditorStyledStringController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkScaleSymbolEffectMaterialized.ts b/arkoala/arkui/src/ArkScaleSymbolEffectMaterialized.ts index 5b199f0ccc5459e9dfbdc51bcb950d864ea61bcf..143b516011731b6d0900ba2879a4b2697f390a28 100644 --- a/arkoala/arkui/src/ArkScaleSymbolEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkScaleSymbolEffectMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ScaleSymbolEffectInternal { + public static fromPtr(ptr: KPointer): ScaleSymbolEffect { + const obj: ScaleSymbolEffect = new ScaleSymbolEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, ScaleSymbolEffect.getFinalizer()) + return obj + } +} export class ScaleSymbolEffect implements MaterializedBase,SymbolEffect { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -103,10 +110,3 @@ export class ScaleSymbolEffect implements MaterializedBase,SymbolEffect { ArkUIGeneratedNativeModule._ScaleSymbolEffect_setDirection(this.peer!.ptr, direction) } } -export class ScaleSymbolEffectInternal { - public static fromPtr(ptr: KPointer): ScaleSymbolEffect { - const obj: ScaleSymbolEffect = new ScaleSymbolEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, ScaleSymbolEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkScreenCaptureHandlerMaterialized.ts b/arkoala/arkui/src/ArkScreenCaptureHandlerMaterialized.ts index a75a3501d76d557774d4c7b2e0c8d0faff58b517..83bce2cef2d73c5abdb17ada97fdba666b31b456 100644 --- a/arkoala/arkui/src/ArkScreenCaptureHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkScreenCaptureHandlerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ScreenCaptureHandlerInternal { + public static fromPtr(ptr: KPointer): ScreenCaptureHandler { + const obj: ScreenCaptureHandler = new ScreenCaptureHandler() + obj.peer = new Finalizable(ptr, ScreenCaptureHandler.getFinalizer()) + return obj + } +} export class ScreenCaptureHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -68,10 +75,3 @@ export class ScreenCaptureHandler implements MaterializedBase { ArkUIGeneratedNativeModule._ScreenCaptureHandler_deny(this.peer!.ptr) } } -export class ScreenCaptureHandlerInternal { - public static fromPtr(ptr: KPointer): ScreenCaptureHandler { - const obj: ScreenCaptureHandler = new ScreenCaptureHandler() - obj.peer = new Finalizable(ptr, ScreenCaptureHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkScrollMotionMaterialized.ts b/arkoala/arkui/src/ArkScrollMotionMaterialized.ts index 6957376dcb3cb941a279d925f21e9a1689fd9038..34ad520ca5bab7bf5b1631d7000460c36491b8bd 100644 --- a/arkoala/arkui/src/ArkScrollMotionMaterialized.ts +++ b/arkoala/arkui/src/ArkScrollMotionMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ScrollMotionInternal { + public static fromPtr(ptr: KPointer): ScrollMotion { + const obj: ScrollMotion = new ScrollMotion(undefined, undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, ScrollMotion.getFinalizer()) + return obj + } +} export class ScrollMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class ScrollMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._ScrollMotion_getFinalizer() } } -export class ScrollMotionInternal { - public static fromPtr(ptr: KPointer): ScrollMotion { - const obj: ScrollMotion = new ScrollMotion(undefined, undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, ScrollMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkScrollableTargetInfoMaterialized.ts b/arkoala/arkui/src/ArkScrollableTargetInfoMaterialized.ts index 6c8aab0649b52d0d67cb3589fa6308166da5c413..297db6c4817b5fb5db1dd9416394f2a3d2b1c60e 100644 --- a/arkoala/arkui/src/ArkScrollableTargetInfoMaterialized.ts +++ b/arkoala/arkui/src/ArkScrollableTargetInfoMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ScrollableTargetInfoInternal { + public static fromPtr(ptr: KPointer): ScrollableTargetInfo { + const obj: ScrollableTargetInfo = new ScrollableTargetInfo() + obj.peer = new Finalizable(ptr, ScrollableTargetInfo.getFinalizer()) + return obj + } +} export class ScrollableTargetInfo extends EventTargetInfo implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -58,10 +65,3 @@ export class ScrollableTargetInfo extends EventTargetInfo implements Materialize return retval } } -export class ScrollableTargetInfoInternal { - public static fromPtr(ptr: KPointer): ScrollableTargetInfo { - const obj: ScrollableTargetInfo = new ScrollableTargetInfo() - obj.peer = new Finalizable(ptr, ScrollableTargetInfo.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkScrollerMaterialized.ts b/arkoala/arkui/src/ArkScrollerMaterialized.ts index f51436359f4355f64d36060b96528ac80db3fcfd..8360d943bdc5eaf1957a2bcfa37970a83b2cc150 100644 --- a/arkoala/arkui/src/ArkScrollerMaterialized.ts +++ b/arkoala/arkui/src/ArkScrollerMaterialized.ts @@ -33,6 +33,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ScrollerInternal { + public static fromPtr(ptr: KPointer): Scroller { + const obj: Scroller = new Scroller() + obj.peer = new Finalizable(ptr, Scroller.getFinalizer()) + return obj + } +} export class Scroller implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -196,10 +203,3 @@ export class Scroller implements MaterializedBase { return retval } } -export class ScrollerInternal { - public static fromPtr(ptr: KPointer): Scroller { - const obj: Scroller = new Scroller() - obj.peer = new Finalizable(ptr, Scroller.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkSearchControllerMaterialized.ts b/arkoala/arkui/src/ArkSearchControllerMaterialized.ts index 9bae7bfde33a9f3c452679d84e26fe3fc48a5113..10885fa8e9a52d975512502fce4d46065e0e62bf 100644 --- a/arkoala/arkui/src/ArkSearchControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkSearchControllerMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class SearchControllerInternal { + public static fromPtr(ptr: KPointer): SearchController { + const obj: SearchController = new SearchController() + obj.peer = new Finalizable(ptr, SearchController.getFinalizer()) + return obj + } +} export class SearchController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -79,10 +86,3 @@ export class SearchController extends TextContentControllerBase implements Mater thisSerializer.release() } } -export class SearchControllerInternal { - public static fromPtr(ptr: KPointer): SearchController { - const obj: SearchController = new SearchController() - obj.peer = new Finalizable(ptr, SearchController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkSpringMotionMaterialized.ts b/arkoala/arkui/src/ArkSpringMotionMaterialized.ts index 8c266c3eb78f6e1a430ea6ba6f2b1fd010b82378..e75ccd9ca1b11ead6449cfe71a13500f853e92f9 100644 --- a/arkoala/arkui/src/ArkSpringMotionMaterialized.ts +++ b/arkoala/arkui/src/ArkSpringMotionMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class SpringMotionInternal { + public static fromPtr(ptr: KPointer): SpringMotion { + const obj: SpringMotion = new SpringMotion(undefined, undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, SpringMotion.getFinalizer()) + return obj + } +} export class SpringMotion implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -49,10 +56,3 @@ export class SpringMotion implements MaterializedBase { return ArkUIGeneratedNativeModule._SpringMotion_getFinalizer() } } -export class SpringMotionInternal { - public static fromPtr(ptr: KPointer): SpringMotion { - const obj: SpringMotion = new SpringMotion(undefined, undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, SpringMotion.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkSpringPropMaterialized.ts b/arkoala/arkui/src/ArkSpringPropMaterialized.ts index 109360384368324455ad25d73179bf1f989126a5..ed2497c0db504b5d94fe8eea582afbe451b8c718 100644 --- a/arkoala/arkui/src/ArkSpringPropMaterialized.ts +++ b/arkoala/arkui/src/ArkSpringPropMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class SpringPropInternal { + public static fromPtr(ptr: KPointer): SpringProp { + const obj: SpringProp = new SpringProp(undefined, undefined, undefined) + obj.peer = new Finalizable(ptr, SpringProp.getFinalizer()) + return obj + } +} export class SpringProp implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -45,10 +52,3 @@ export class SpringProp implements MaterializedBase { return ArkUIGeneratedNativeModule._SpringProp_getFinalizer() } } -export class SpringPropInternal { - public static fromPtr(ptr: KPointer): SpringProp { - const obj: SpringProp = new SpringProp(undefined, undefined, undefined) - obj.peer = new Finalizable(ptr, SpringProp.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkSslErrorHandlerMaterialized.ts b/arkoala/arkui/src/ArkSslErrorHandlerMaterialized.ts index d87e69d97aa465cbefd216d7c3811c49c45a2b37..e3edb92b764e02dbf9ed2f57e50a7d7b7f7b4ccd 100644 --- a/arkoala/arkui/src/ArkSslErrorHandlerMaterialized.ts +++ b/arkoala/arkui/src/ArkSslErrorHandlerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class SslErrorHandlerInternal { + public static fromPtr(ptr: KPointer): SslErrorHandler { + const obj: SslErrorHandler = new SslErrorHandler() + obj.peer = new Finalizable(ptr, SslErrorHandler.getFinalizer()) + return obj + } +} export class SslErrorHandler implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class SslErrorHandler implements MaterializedBase { ArkUIGeneratedNativeModule._SslErrorHandler_handleCancel(this.peer!.ptr) } } -export class SslErrorHandlerInternal { - public static fromPtr(ptr: KPointer): SslErrorHandler { - const obj: SslErrorHandler = new SslErrorHandler() - obj.peer = new Finalizable(ptr, SslErrorHandler.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkStyledStringMaterialized.ts b/arkoala/arkui/src/ArkStyledStringMaterialized.ts index d9cbaeb0c7f0ab9f49000492893d95bf0d929f42..5153ab8058b3d3e70ce6a2f8fa80956fb6e912e0 100644 --- a/arkoala/arkui/src/ArkStyledStringMaterialized.ts +++ b/arkoala/arkui/src/ArkStyledStringMaterialized.ts @@ -35,6 +35,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class StyledStringInternal { + public static fromPtr(ptr: KPointer): StyledString { + const obj: StyledString = new StyledString(undefined, undefined) + obj.peer = new Finalizable(ptr, StyledString.getFinalizer()) + return obj + } +} export class StyledString implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -196,10 +203,3 @@ export class StyledString implements MaterializedBase { return retval } } -export class StyledStringInternal { - public static fromPtr(ptr: KPointer): StyledString { - const obj: StyledString = new StyledString(undefined, undefined) - obj.peer = new Finalizable(ptr, StyledString.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkSwiperControllerMaterialized.ts b/arkoala/arkui/src/ArkSwiperControllerMaterialized.ts index af05c1a5986843a7b15180df5e4a02ced60fe0f3..210f0310ee2b52ef6ed5a794432e69f6229594e7 100644 --- a/arkoala/arkui/src/ArkSwiperControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkSwiperControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class SwiperControllerInternal { + public static fromPtr(ptr: KPointer): SwiperController { + const obj: SwiperController = new SwiperController() + obj.peer = new Finalizable(ptr, SwiperController.getFinalizer()) + return obj + } +} export class SwiperController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -92,10 +99,3 @@ export class SwiperController implements MaterializedBase { return retval } } -export class SwiperControllerInternal { - public static fromPtr(ptr: KPointer): SwiperController { - const obj: SwiperController = new SwiperController() - obj.peer = new Finalizable(ptr, SwiperController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTabsControllerMaterialized.ts b/arkoala/arkui/src/ArkTabsControllerMaterialized.ts index b939caa506f0e566ed8ceb4162375954923dc7a8..08b5bb226a8f3b83c1165704ab819975620089ba 100644 --- a/arkoala/arkui/src/ArkTabsControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTabsControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TabsControllerInternal { + public static fromPtr(ptr: KPointer): TabsController { + const obj: TabsController = new TabsController() + obj.peer = new Finalizable(ptr, TabsController.getFinalizer()) + return obj + } +} export class TabsController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -92,10 +99,3 @@ export class TabsController implements MaterializedBase { ArkUIGeneratedNativeModule._TabsController_setTabBarOpacity(this.peer!.ptr, opacity) } } -export class TabsControllerInternal { - public static fromPtr(ptr: KPointer): TabsController { - const obj: TabsController = new TabsController() - obj.peer = new Finalizable(ptr, TabsController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextAreaControllerMaterialized.ts b/arkoala/arkui/src/ArkTextAreaControllerMaterialized.ts index 7f5375d84eea49d9ba690499bf1fa86d44d050fb..57e30f6385c513524d730b4c483a196c30f76bd8 100644 --- a/arkoala/arkui/src/ArkTextAreaControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTextAreaControllerMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextAreaControllerInternal { + public static fromPtr(ptr: KPointer): TextAreaController { + const obj: TextAreaController = new TextAreaController() + obj.peer = new Finalizable(ptr, TextAreaController.getFinalizer()) + return obj + } +} export class TextAreaController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -79,10 +86,3 @@ export class TextAreaController extends TextContentControllerBase implements Mat ArkUIGeneratedNativeModule._TextAreaController_stopEditing(this.peer!.ptr) } } -export class TextAreaControllerInternal { - public static fromPtr(ptr: KPointer): TextAreaController { - const obj: TextAreaController = new TextAreaController() - obj.peer = new Finalizable(ptr, TextAreaController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextClockControllerMaterialized.ts b/arkoala/arkui/src/ArkTextClockControllerMaterialized.ts index e1c529e426f0dd85a38af01635ce4ef26c4aaf26..3589080c58340ad07c70c3011b572714a33383d3 100644 --- a/arkoala/arkui/src/ArkTextClockControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTextClockControllerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextClockControllerInternal { + public static fromPtr(ptr: KPointer): TextClockController { + const obj: TextClockController = new TextClockController() + obj.peer = new Finalizable(ptr, TextClockController.getFinalizer()) + return obj + } +} export class TextClockController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class TextClockController implements MaterializedBase { return retval } } -export class TextClockControllerInternal { - public static fromPtr(ptr: KPointer): TextClockController { - const obj: TextClockController = new TextClockController() - obj.peer = new Finalizable(ptr, TextClockController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextContentControllerBaseMaterialized.ts b/arkoala/arkui/src/ArkTextContentControllerBaseMaterialized.ts index 9d59c677fd4ae12e4b357f2c8bf05240d7306bb4..f8a8cc5e294cb2efc5fb07e302f53086ffb9c677 100644 --- a/arkoala/arkui/src/ArkTextContentControllerBaseMaterialized.ts +++ b/arkoala/arkui/src/ArkTextContentControllerBaseMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextContentControllerBaseInternal { + public static fromPtr(ptr: KPointer): TextContentControllerBase { + const obj: TextContentControllerBase = new TextContentControllerBase() + obj.peer = new Finalizable(ptr, TextContentControllerBase.getFinalizer()) + return obj + } +} export class TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -64,10 +71,3 @@ export class TextContentControllerBase implements MaterializedBase { return retval } } -export class TextContentControllerBaseInternal { - public static fromPtr(ptr: KPointer): TextContentControllerBase { - const obj: TextContentControllerBase = new TextContentControllerBase() - obj.peer = new Finalizable(ptr, TextContentControllerBase.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextControllerMaterialized.ts b/arkoala/arkui/src/ArkTextControllerMaterialized.ts index 56324a020fc3fa9453754e26bc26f4f8a239f790..9ff7c1ae5ae537798e499c1464303562c19ea78a 100644 --- a/arkoala/arkui/src/ArkTextControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTextControllerMaterialized.ts @@ -38,6 +38,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextControllerInternal { + public static fromPtr(ptr: KPointer): TextController { + const obj: TextController = new TextController() + obj.peer = new Finalizable(ptr, TextController.getFinalizer()) + return obj + } +} export class TextController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -80,10 +87,3 @@ export class TextController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class TextControllerInternal { - public static fromPtr(ptr: KPointer): TextController { - const obj: TextController = new TextController() - obj.peer = new Finalizable(ptr, TextController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextInputControllerMaterialized.ts b/arkoala/arkui/src/ArkTextInputControllerMaterialized.ts index 51f37cabffe7a5116d92b394ef5242252fc46ec7..21e7a1686578bb20b85892704abe260de094d256 100644 --- a/arkoala/arkui/src/ArkTextInputControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTextInputControllerMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextInputControllerInternal { + public static fromPtr(ptr: KPointer): TextInputController { + const obj: TextInputController = new TextInputController() + obj.peer = new Finalizable(ptr, TextInputController.getFinalizer()) + return obj + } +} export class TextInputController extends TextContentControllerBase implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -79,10 +86,3 @@ export class TextInputController extends TextContentControllerBase implements Ma ArkUIGeneratedNativeModule._TextInputController_stopEditing(this.peer!.ptr) } } -export class TextInputControllerInternal { - public static fromPtr(ptr: KPointer): TextInputController { - const obj: TextInputController = new TextInputController() - obj.peer = new Finalizable(ptr, TextInputController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextMenuItemIdMaterialized.ts b/arkoala/arkui/src/ArkTextMenuItemIdMaterialized.ts index aed7ecb9dd66a964c693023044264801d2eab040..cfc58e95ba79941ab94ce48ae03c8772738ec974 100644 --- a/arkoala/arkui/src/ArkTextMenuItemIdMaterialized.ts +++ b/arkoala/arkui/src/ArkTextMenuItemIdMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextMenuItemIdInternal { + public static fromPtr(ptr: KPointer): TextMenuItemId { + const obj: TextMenuItemId = new TextMenuItemId() + obj.peer = new Finalizable(ptr, TextMenuItemId.getFinalizer()) + return obj + } +} export class TextMenuItemId implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -102,10 +109,3 @@ export class TextMenuItemId implements MaterializedBase { return retval } } -export class TextMenuItemIdInternal { - public static fromPtr(ptr: KPointer): TextMenuItemId { - const obj: TextMenuItemId = new TextMenuItemId() - obj.peer = new Finalizable(ptr, TextMenuItemId.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextPickerDialogMaterialized.ts b/arkoala/arkui/src/ArkTextPickerDialogMaterialized.ts index b4b8d19f521a613626bb2ee350eda11424afbaaa..580de0a229df3592a41e4d6a951274cdd8b09782 100644 --- a/arkoala/arkui/src/ArkTextPickerDialogMaterialized.ts +++ b/arkoala/arkui/src/ArkTextPickerDialogMaterialized.ts @@ -32,6 +32,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextPickerDialogInternal { + public static fromPtr(ptr: KPointer): TextPickerDialog { + const obj: TextPickerDialog = new TextPickerDialog() + obj.peer = new Finalizable(ptr, TextPickerDialog.getFinalizer()) + return obj + } +} export class TextPickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -69,10 +76,3 @@ export class TextPickerDialog implements MaterializedBase { return retval } } -export class TextPickerDialogInternal { - public static fromPtr(ptr: KPointer): TextPickerDialog { - const obj: TextPickerDialog = new TextPickerDialog() - obj.peer = new Finalizable(ptr, TextPickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextShadowStyleMaterialized.ts b/arkoala/arkui/src/ArkTextShadowStyleMaterialized.ts index 9b4456e8e54d0c5d40d6387deb26462d538e1a75..f11e5368c84993115f8aea87316eb09e2854300f 100644 --- a/arkoala/arkui/src/ArkTextShadowStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkTextShadowStyleMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextShadowStyleInternal { + public static fromPtr(ptr: KPointer): TextShadowStyle { + const obj: TextShadowStyle = new TextShadowStyle(undefined) + obj.peer = new Finalizable(ptr, TextShadowStyle.getFinalizer()) + return obj + } +} export class TextShadowStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -69,10 +76,3 @@ export class TextShadowStyle implements MaterializedBase { return ArkUIGeneratedNativeModule._TextShadowStyle_getFinalizer() } } -export class TextShadowStyleInternal { - public static fromPtr(ptr: KPointer): TextShadowStyle { - const obj: TextShadowStyle = new TextShadowStyle(undefined) - obj.peer = new Finalizable(ptr, TextShadowStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextStyleStyledStringMaterialized.ts b/arkoala/arkui/src/ArkTextStyleStyledStringMaterialized.ts index 6abb64b29d8df583b8aaede4c52686581fcb8037..5b7afce2cff759f4f73e0132c6a5cb13b67594fb 100644 --- a/arkoala/arkui/src/ArkTextStyleStyledStringMaterialized.ts +++ b/arkoala/arkui/src/ArkTextStyleStyledStringMaterialized.ts @@ -31,6 +31,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextStyle_styled_stringInternal { + public static fromPtr(ptr: KPointer): TextStyle_styled_string { + const obj: TextStyle_styled_string = new TextStyle_styled_string(undefined) + obj.peer = new Finalizable(ptr, TextStyle_styled_string.getFinalizer()) + return obj + } +} export class TextStyle_styled_string implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -100,10 +107,3 @@ export class TextStyle_styled_string implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class TextStyle_styled_stringInternal { - public static fromPtr(ptr: KPointer): TextStyle_styled_string { - const obj: TextStyle_styled_string = new TextStyle_styled_string(undefined) - obj.peer = new Finalizable(ptr, TextStyle_styled_string.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTextTimerControllerMaterialized.ts b/arkoala/arkui/src/ArkTextTimerControllerMaterialized.ts index 3b808572b10cef35bcf7d39a16eec43de212287e..cb7e41383146e8e8b4a124568c2099b2743116c9 100644 --- a/arkoala/arkui/src/ArkTextTimerControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkTextTimerControllerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TextTimerControllerInternal { + public static fromPtr(ptr: KPointer): TextTimerController { + const obj: TextTimerController = new TextTimerController() + obj.peer = new Finalizable(ptr, TextTimerController.getFinalizer()) + return obj + } +} export class TextTimerController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -63,10 +70,3 @@ export class TextTimerController implements MaterializedBase { return retval } } -export class TextTimerControllerInternal { - public static fromPtr(ptr: KPointer): TextTimerController { - const obj: TextTimerController = new TextTimerController() - obj.peer = new Finalizable(ptr, TextTimerController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTimePickerDialogMaterialized.ts b/arkoala/arkui/src/ArkTimePickerDialogMaterialized.ts index d34d208a9d68a85e357d7f65e17aeedc0402711d..edba2842ae096c190a6183909ba009ed14479d55 100644 --- a/arkoala/arkui/src/ArkTimePickerDialogMaterialized.ts +++ b/arkoala/arkui/src/ArkTimePickerDialogMaterialized.ts @@ -32,6 +32,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TimePickerDialogInternal { + public static fromPtr(ptr: KPointer): TimePickerDialog { + const obj: TimePickerDialog = new TimePickerDialog() + obj.peer = new Finalizable(ptr, TimePickerDialog.getFinalizer()) + return obj + } +} export class TimePickerDialog implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -69,10 +76,3 @@ export class TimePickerDialog implements MaterializedBase { return retval } } -export class TimePickerDialogInternal { - public static fromPtr(ptr: KPointer): TimePickerDialog { - const obj: TimePickerDialog = new TimePickerDialog() - obj.peer = new Finalizable(ptr, TimePickerDialog.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkTransitionEffectMaterialized.ts b/arkoala/arkui/src/ArkTransitionEffectMaterialized.ts index ee3f25140bae5321c07331b1ac370f3f6f5cdf3a..08213899e345a7f82d92b098ecb56df53907b626 100644 --- a/arkoala/arkui/src/ArkTransitionEffectMaterialized.ts +++ b/arkoala/arkui/src/ArkTransitionEffectMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class TransitionEffectInternal { + public static fromPtr(ptr: KPointer): TransitionEffect { + const obj: TransitionEffect = new TransitionEffect(undefined, undefined) + obj.peer = new Finalizable(ptr, TransitionEffect.getFinalizer()) + return obj + } +} export class TransitionEffect implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -171,10 +178,3 @@ export class TransitionEffect implements MaterializedBase { return obj } } -export class TransitionEffectInternal { - public static fromPtr(ptr: KPointer): TransitionEffect { - const obj: TransitionEffect = new TransitionEffect(undefined, undefined) - obj.peer = new Finalizable(ptr, TransitionEffect.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkUnifiedDataMaterialized.ts b/arkoala/arkui/src/ArkUnifiedDataMaterialized.ts index 944a74b6e4a46c3c26d0eac98146e0055f8b1b04..3323e56d1e749b1b7581d4205a70334f75fbe6f0 100644 --- a/arkoala/arkui/src/ArkUnifiedDataMaterialized.ts +++ b/arkoala/arkui/src/ArkUnifiedDataMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class UnifiedDataInternal { + public static fromPtr(ptr: KPointer): UnifiedData { + const obj: UnifiedData = new UnifiedData() + obj.peer = new Finalizable(ptr, UnifiedData.getFinalizer()) + return obj + } +} export class UnifiedData implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -57,10 +64,3 @@ export class UnifiedData implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class UnifiedDataInternal { - public static fromPtr(ptr: KPointer): UnifiedData { - const obj: UnifiedData = new UnifiedData() - obj.peer = new Finalizable(ptr, UnifiedData.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkUnitsInterfaces.ts b/arkoala/arkui/src/ArkUnitsInterfaces.ts index 0e53fb4285ddd447583b3a25b1830e6f8f6844b3..62d135914bf0f611de6082752afcd620a62e6c06 100644 --- a/arkoala/arkui/src/ArkUnitsInterfaces.ts +++ b/arkoala/arkui/src/ArkUnitsInterfaces.ts @@ -190,11 +190,11 @@ export interface TouchPoint { x: Dimension; y: Dimension; } -export interface DirectionalEdgesT { - start: T; - end: T; - top: T; - bottom: T; +export interface DirectionalEdgesT { + start: number; + end: number; + top: number; + bottom: number; } export interface DividerStyleOptions { strokeWidth?: LengthMetrics; diff --git a/arkoala/arkui/src/ArkUrlStyleMaterialized.ts b/arkoala/arkui/src/ArkUrlStyleMaterialized.ts index d301475a16a80e3c17fb12715e349bb2e8b01c62..bf70574ca2942720d41497ee124ac5f102d6b986 100644 --- a/arkoala/arkui/src/ArkUrlStyleMaterialized.ts +++ b/arkoala/arkui/src/ArkUrlStyleMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class UrlStyleInternal { + public static fromPtr(ptr: KPointer): UrlStyle { + const obj: UrlStyle = new UrlStyle(undefined) + obj.peer = new Finalizable(ptr, UrlStyle.getFinalizer()) + return obj + } +} export class UrlStyle implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -55,10 +62,3 @@ export class UrlStyle implements MaterializedBase { return retval } } -export class UrlStyleInternal { - public static fromPtr(ptr: KPointer): UrlStyle { - const obj: UrlStyle = new UrlStyle(undefined) - obj.peer = new Finalizable(ptr, UrlStyle.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkVideoControllerMaterialized.ts b/arkoala/arkui/src/ArkVideoControllerMaterialized.ts index d474bf6839c11f9c365bc23ae5a1676d213a85f3..c40cf4c1fc3b94271948eb4ce01e9f4e41da9bbb 100644 --- a/arkoala/arkui/src/ArkVideoControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkVideoControllerMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class VideoControllerInternal { + public static fromPtr(ptr: KPointer): VideoController { + const obj: VideoController = new VideoController() + obj.peer = new Finalizable(ptr, VideoController.getFinalizer()) + return obj + } +} export class VideoController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -108,10 +115,3 @@ export class VideoController implements MaterializedBase { ArkUIGeneratedNativeModule._VideoController_reset(this.peer!.ptr) } } -export class VideoControllerInternal { - public static fromPtr(ptr: KPointer): VideoController { - const obj: VideoController = new VideoController() - obj.peer = new Finalizable(ptr, VideoController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkViewMaterialized.ts b/arkoala/arkui/src/ArkViewMaterialized.ts index 0ac2e2757a0c729e81e7acf06c80344c1edba47d..e8dbf6a548fe4d2f06f6a9cfaaf20bca52d0dbfc 100644 --- a/arkoala/arkui/src/ArkViewMaterialized.ts +++ b/arkoala/arkui/src/ArkViewMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class ViewInternal { + public static fromPtr(ptr: KPointer): View { + const obj: View = new View() + obj.peer = new Finalizable(ptr, View.getFinalizer()) + return obj + } +} export class View implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -53,10 +60,3 @@ export class View implements MaterializedBase { return retval } } -export class ViewInternal { - public static fromPtr(ptr: KPointer): View { - const obj: View = new View() - obj.peer = new Finalizable(ptr, View.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWaterFlowSectionsMaterialized.ts b/arkoala/arkui/src/ArkWaterFlowSectionsMaterialized.ts index 3b6e1baec3176a7725104f982c1b44c43d52a10c..59e55d304e64b17386db2c6af49b173b6eee3976 100644 --- a/arkoala/arkui/src/ArkWaterFlowSectionsMaterialized.ts +++ b/arkoala/arkui/src/ArkWaterFlowSectionsMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WaterFlowSectionsInternal { + public static fromPtr(ptr: KPointer): WaterFlowSections { + const obj: WaterFlowSections = new WaterFlowSections() + obj.peer = new Finalizable(ptr, WaterFlowSections.getFinalizer()) + return obj + } +} export class WaterFlowSections implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -111,10 +118,3 @@ export class WaterFlowSections implements MaterializedBase { return retval } } -export class WaterFlowSectionsInternal { - public static fromPtr(ptr: KPointer): WaterFlowSections { - const obj: WaterFlowSections = new WaterFlowSections() - obj.peer = new Finalizable(ptr, WaterFlowSections.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebContextMenuParamMaterialized.ts b/arkoala/arkui/src/ArkWebContextMenuParamMaterialized.ts index d3399a0c3c25d11c97c093c9d1f84a1d8e7c603b..e1239df10cf44fdbf518afd368a94d601deea00f 100644 --- a/arkoala/arkui/src/ArkWebContextMenuParamMaterialized.ts +++ b/arkoala/arkui/src/ArkWebContextMenuParamMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebContextMenuParamInternal { + public static fromPtr(ptr: KPointer): WebContextMenuParam { + const obj: WebContextMenuParam = new WebContextMenuParam() + obj.peer = new Finalizable(ptr, WebContextMenuParam.getFinalizer()) + return obj + } +} export class WebContextMenuParam implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -141,10 +148,3 @@ export class WebContextMenuParam implements MaterializedBase { return retval } } -export class WebContextMenuParamInternal { - public static fromPtr(ptr: KPointer): WebContextMenuParam { - const obj: WebContextMenuParam = new WebContextMenuParam() - obj.peer = new Finalizable(ptr, WebContextMenuParam.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebContextMenuResultMaterialized.ts b/arkoala/arkui/src/ArkWebContextMenuResultMaterialized.ts index 361cbc1d2860fac6146659e72a511f77934293d0..2e3a1d2598631addde38e812838365afa2c75bc6 100644 --- a/arkoala/arkui/src/ArkWebContextMenuResultMaterialized.ts +++ b/arkoala/arkui/src/ArkWebContextMenuResultMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebContextMenuResultInternal { + public static fromPtr(ptr: KPointer): WebContextMenuResult { + const obj: WebContextMenuResult = new WebContextMenuResult() + obj.peer = new Finalizable(ptr, WebContextMenuResult.getFinalizer()) + return obj + } +} export class WebContextMenuResult implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -84,10 +91,3 @@ export class WebContextMenuResult implements MaterializedBase { ArkUIGeneratedNativeModule._WebContextMenuResult_selectAll(this.peer!.ptr) } } -export class WebContextMenuResultInternal { - public static fromPtr(ptr: KPointer): WebContextMenuResult { - const obj: WebContextMenuResult = new WebContextMenuResult() - obj.peer = new Finalizable(ptr, WebContextMenuResult.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebControllerMaterialized.ts b/arkoala/arkui/src/ArkWebControllerMaterialized.ts index 767bf0c64ec2414281964a3473cd8ca2d85cb8c7..ddecc239520da1e00b7f11b7bd2d8a2dcb42ddb2 100644 --- a/arkoala/arkui/src/ArkWebControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkWebControllerMaterialized.ts @@ -28,6 +28,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebControllerInternal { + public static fromPtr(ptr: KPointer): WebController { + const obj: WebController = new WebController() + obj.peer = new Finalizable(ptr, WebController.getFinalizer()) + return obj + } +} export class WebController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -260,10 +267,3 @@ export class WebController implements MaterializedBase { throw new Error("Object deserialization is not implemented.") } } -export class WebControllerInternal { - public static fromPtr(ptr: KPointer): WebController { - const obj: WebController = new WebController() - obj.peer = new Finalizable(ptr, WebController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebCookieMaterialized.ts b/arkoala/arkui/src/ArkWebCookieMaterialized.ts index 18ec8d1b8e497994135b99d09ba38a03fb430828..0aece573020faf36ea1ec25008c1e4ed4c03f8af 100644 --- a/arkoala/arkui/src/ArkWebCookieMaterialized.ts +++ b/arkoala/arkui/src/ArkWebCookieMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebCookieInternal { + public static fromPtr(ptr: KPointer): WebCookie { + const obj: WebCookie = new WebCookie() + obj.peer = new Finalizable(ptr, WebCookie.getFinalizer()) + return obj + } +} export class WebCookie implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class WebCookie implements MaterializedBase { return retval } } -export class WebCookieInternal { - public static fromPtr(ptr: KPointer): WebCookie { - const obj: WebCookie = new WebCookie() - obj.peer = new Finalizable(ptr, WebCookie.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebKeyboardControllerMaterialized.ts b/arkoala/arkui/src/ArkWebKeyboardControllerMaterialized.ts index 9e8a3bd3b0927c818a607dc6829065dffc95867d..84da9569fdcbe0b10ad83bcff2dc3c5fd1962be9 100644 --- a/arkoala/arkui/src/ArkWebKeyboardControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkWebKeyboardControllerMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebKeyboardControllerInternal { + public static fromPtr(ptr: KPointer): WebKeyboardController { + const obj: WebKeyboardController = new WebKeyboardController() + obj.peer = new Finalizable(ptr, WebKeyboardController.getFinalizer()) + return obj + } +} export class WebKeyboardController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -81,10 +88,3 @@ export class WebKeyboardController implements MaterializedBase { ArkUIGeneratedNativeModule._WebKeyboardController_close(this.peer!.ptr) } } -export class WebKeyboardControllerInternal { - public static fromPtr(ptr: KPointer): WebKeyboardController { - const obj: WebKeyboardController = new WebKeyboardController() - obj.peer = new Finalizable(ptr, WebKeyboardController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebResourceErrorMaterialized.ts b/arkoala/arkui/src/ArkWebResourceErrorMaterialized.ts index 3cf53e0efb3a3892a3aa422cc691a15e902b63ee..aaeb7ff9c8b01e41184a5c1e261ca1cf28cdbde0 100644 --- a/arkoala/arkui/src/ArkWebResourceErrorMaterialized.ts +++ b/arkoala/arkui/src/ArkWebResourceErrorMaterialized.ts @@ -25,6 +25,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebResourceErrorInternal { + public static fromPtr(ptr: KPointer): WebResourceError { + const obj: WebResourceError = new WebResourceError() + obj.peer = new Finalizable(ptr, WebResourceError.getFinalizer()) + return obj + } +} export class WebResourceError implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -56,10 +63,3 @@ export class WebResourceError implements MaterializedBase { return retval } } -export class WebResourceErrorInternal { - public static fromPtr(ptr: KPointer): WebResourceError { - const obj: WebResourceError = new WebResourceError() - obj.peer = new Finalizable(ptr, WebResourceError.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebResourceRequestMaterialized.ts b/arkoala/arkui/src/ArkWebResourceRequestMaterialized.ts index 62c02cf1caf0691813f4672d1bf1280761b564b5..09a4e9ef08e76d94ec806a792e1b456357b7c1db 100644 --- a/arkoala/arkui/src/ArkWebResourceRequestMaterialized.ts +++ b/arkoala/arkui/src/ArkWebResourceRequestMaterialized.ts @@ -26,6 +26,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebResourceRequestInternal { + public static fromPtr(ptr: KPointer): WebResourceRequest { + const obj: WebResourceRequest = new WebResourceRequest() + obj.peer = new Finalizable(ptr, WebResourceRequest.getFinalizer()) + return obj + } +} export class WebResourceRequest implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -85,10 +92,3 @@ export class WebResourceRequest implements MaterializedBase { return retval } } -export class WebResourceRequestInternal { - public static fromPtr(ptr: KPointer): WebResourceRequest { - const obj: WebResourceRequest = new WebResourceRequest() - obj.peer = new Finalizable(ptr, WebResourceRequest.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebResourceResponseMaterialized.ts b/arkoala/arkui/src/ArkWebResourceResponseMaterialized.ts index c953eb0cb1ea130d0547a8d349c37ba098e5246c..a6f99a24544c07defb9e6f8fb033dec4d67ac72d 100644 --- a/arkoala/arkui/src/ArkWebResourceResponseMaterialized.ts +++ b/arkoala/arkui/src/ArkWebResourceResponseMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebResourceResponseInternal { + public static fromPtr(ptr: KPointer): WebResourceResponse { + const obj: WebResourceResponse = new WebResourceResponse() + obj.peer = new Finalizable(ptr, WebResourceResponse.getFinalizer()) + return obj + } +} export class WebResourceResponse implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -187,10 +194,3 @@ export class WebResourceResponse implements MaterializedBase { return retval } } -export class WebResourceResponseInternal { - public static fromPtr(ptr: KPointer): WebResourceResponse { - const obj: WebResourceResponse = new WebResourceResponse() - obj.peer = new Finalizable(ptr, WebResourceResponse.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkWebviewControllerMaterialized.ts b/arkoala/arkui/src/ArkWebviewControllerMaterialized.ts index e7b101d8a3cf26d7174056120a220ab17d832fce..ed2a7c1703535f23607d1ebe5a556b12c9fd899e 100644 --- a/arkoala/arkui/src/ArkWebviewControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkWebviewControllerMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class WebviewControllerInternal { + public static fromPtr(ptr: KPointer): WebviewController { + const obj: WebviewController = new WebviewController() + obj.peer = new Finalizable(ptr, WebviewController.getFinalizer()) + return obj + } +} export class WebviewController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -88,10 +95,3 @@ export class WebviewController implements MaterializedBase { thisSerializer.release() } } -export class WebviewControllerInternal { - public static fromPtr(ptr: KPointer): WebviewController { - const obj: WebviewController = new WebviewController() - obj.peer = new Finalizable(ptr, WebviewController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/ArkXComponentControllerMaterialized.ts b/arkoala/arkui/src/ArkXComponentControllerMaterialized.ts index f4fbdf2f167d7e0664e7fcd573c6221e8a7bfe2d..a71a215736bb80e62050c89614e2d794fb0ad085 100644 --- a/arkoala/arkui/src/ArkXComponentControllerMaterialized.ts +++ b/arkoala/arkui/src/ArkXComponentControllerMaterialized.ts @@ -27,6 +27,13 @@ import { int32, float32 } from "@koalaui/common" import { Deserializer, createDeserializer } from "./peers/Deserializer" import { CallbackTransformer } from "./peers/CallbackTransformer" import { ArkUIGeneratedNativeModule } from "./ArkUIGeneratedNativeModule" +export class XComponentControllerInternal { + public static fromPtr(ptr: KPointer): XComponentController { + const obj: XComponentController = new XComponentController() + obj.peer = new Finalizable(ptr, XComponentController.getFinalizer()) + return obj + } +} export class XComponentController implements MaterializedBase { peer?: Finalizable | undefined public getPeer(): Finalizable | undefined { @@ -155,10 +162,3 @@ export class XComponentController implements MaterializedBase { ArkUIGeneratedNativeModule._XComponentController_stopImageAnalyzer(this.peer!.ptr) } } -export class XComponentControllerInternal { - public static fromPtr(ptr: KPointer): XComponentController { - const obj: XComponentController = new XComponentController() - obj.peer = new Finalizable(ptr, XComponentController.getFinalizer()) - return obj - } -} diff --git a/arkoala/arkui/src/peers/Deserializer.ts b/arkoala/arkui/src/peers/Deserializer.ts index b218c35fe7ec9f17d8fcfc0072ddf6ec7f8ff5a4..70b5011e1a4d1dbf95a2b6095f78fbc659b31c2c 100644 --- a/arkoala/arkui/src/peers/Deserializer.ts +++ b/arkoala/arkui/src/peers/Deserializer.ts @@ -23,49 +23,49 @@ import { Serializer } from "./Serializer" import { Finalizable } from "@koalaui/interop" import { CallbackTransformer } from "./CallbackTransformer" -import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, SymbolGlyphModifier, ShadowOptions, ShadowType, ComponentContent, EventTarget, SourceType, SourceTool, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, FinishCallbackType, ExpectedFrameRateRange, DismissPopupAction, DismissReason, Rectangle, PickerTextStyle, PickerDialogButtonStyle, BlurOptions, DrawContext, UIContext, SheetType, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, RectResult, TouchObject, HistoricalPoint, NestedScrollOptions, BlurStyle, ShadowStyle, HoverModeAreaType, InputCounterOptions, CaretOffset, SelectionOptions, MenuPolicy, BackgroundBlurStyleOptions, BlurStyleOptions, ThemeColorMode, AdaptiveColor, BlurStyleActivePolicy, EdgeEffectOptions, UIGestureEvent, VisibleAreaEventOptions, IntentionCode, FadingEdgeOptions, RectShape, SheetOptions, BindOptions, SheetSize, SheetMode, ScrollSizeMode, SheetKeyboardAvoidMode, ContentCoverOptions, ModalTransition, ContextMenuOptions, MenuPreviewMode, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, TransitionHierarchyStrategy, Blender, OverlayOptions, DragInteractionOptions, DragPreviewOptions, DragPreviewMode, sharedTransitionOptions, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, LightSource, CommonMethod, PixelRoundPolicy, BackgroundEffectOptions, ForegroundEffectOptions, VisualEffect, Filter, BorderImageOption, OutlineStyle, MotionBlurOptions, AlignRuleOption, LocalizedAlignRuleOptions, UniformDataType, StateStyles, PixelStretchEffectOptions, BackgroundBrightnessOptions, SafeAreaType, SafeAreaEdge, EffectType, ChainStyle, BlendMode, BlendApplyType, MenuElement, TouchTestInfo, TouchResult, RepeatMode, PreDragStatus, TouchTestStrategy, DragBehavior, Summary, DragResult, TextDecorationOptions, ItemDragInfo, MultiShadowOptions, KeyboardAvoidMode, MeasureResult, SizeResult, PointLightStyle } from "./../ArkCommonInterfaces" -import { ButtonTriggerClickCallback, ButtonType, ButtonStyleMode, ButtonRole, LabelStyle, ButtonOptions, ControlSize } from "./../ArkButtonInterfaces" +import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, SymbolGlyphModifier, ShadowOptions, ShadowType, ComponentContent, EventTarget, SourceType, SourceTool, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, FinishCallbackType, ExpectedFrameRateRange, DismissPopupAction, DismissReason, Rectangle, PickerTextStyle, PickerDialogButtonStyle, BlurOptions, DrawContext, UIContext, SheetType, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, ScrollableCommonMethod, CommonMethod, PixelRoundPolicy, BackgroundEffectOptions, ForegroundEffectOptions, VisualEffect, Filter, BorderImageOption, OutlineStyle, TransitionOptions, MotionBlurOptions, InvertOptions, AlignRuleOption, LocalizedAlignRuleOptions, ClickEffect, UniformDataType, DragItemInfo, ShadowStyle, CircleShape, EllipseShape, PathShape, RectShape, StateStyles, PixelStretchEffectOptions, BackgroundBrightnessOptions, SafeAreaType, SafeAreaEdge, BlurStyle, BackgroundBlurStyleOptions, ForegroundBlurStyleOptions, LinearGradientBlurOptions, EffectType, sharedTransitionOptions, ChainStyle, DragPreviewOptions, DragInteractionOptions, OverlayOptions, BlendMode, BlendApplyType, Blender, GeometryTransitionOptions, PopupOptions, CustomPopupOptions, MenuElement, MenuOptions, ContextMenuOptions, ModalTransition, ContentCoverOptions, SheetOptions, TouchTestInfo, TouchResult, AdaptiveColor, BlurStyleActivePolicy, RepeatMode, MotionBlurAnchor, LocalizedHorizontalAlignParam, LocalizedVerticalAlignParam, PreDragStatus, UIGestureEvent, BlurStyleOptions, ThemeColorMode, FractionStop, DragPreviewMode, TransitionHierarchyStrategy, MenuPreviewMode, BindOptions, SheetSize, SheetMode, ScrollSizeMode, SheetKeyboardAvoidMode, RectResult, TouchTestStrategy, TouchObject, HistoricalPoint, IntentionCode, DragBehavior, Summary, DragResult, NestedScrollOptions, ContentClipMode, EdgeEffectOptions, FadingEdgeOptions, HoverModeAreaType, TextDecorationOptions, InputCounterOptions, CaretOffset, SelectionOptions, MenuPolicy, ContentModifier, CommonConfiguration, LayoutSafeAreaType, LayoutSafeAreaEdge, ItemDragInfo, Context, VisibleAreaEventOptions, MeasureResult, SizeResult, LightSource, MultiShadowOptions, KeyboardAvoidMode, PointLightStyle } from "./../ArkCommonInterfaces" +import { ButtonTriggerClickCallback, ButtonType, ButtonStyleMode, ButtonRole, LabelStyle, ControlSize, ButtonOptions } from "./../ArkButtonInterfaces" import { Callback_Extender_OnFinish, Callback_Extender_OnProgress, DoubleAnimationParam } from "./../ArkAnimationExtenderInterfaces" import { Callback_RangeUpdate } from "./../ArkArkuiCustomInterfaces" -import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAutoFill, ArrowStyle, SwiperContentAnimatedTransition, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" -import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, TextRange, StyledStringChangeValue, MenuType, TextMenuItem, FontSettingOptions, PositionWithAffinity, LineMetrics, TextBox, Affinity, PreviewText, StyledStringChangedListener, DeleteValue, TextDeleteDirection, InsertValue, CaretStyle, TextDataDetectorConfig, TextDataDetectorType } from "./../ArkTextCommonInterfaces" -import { GetItemMainSizeByIndex, SectionOptions, WaterFlowOptions, WaterFlowLayoutMode } from "./../ArkWaterFlowInterfaces" +import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAttribute, SwiperDisplayMode, SwiperNestedScrollMode, SwiperContentAnimatedTransition, ArrowStyle, SwiperAutoFill, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" +import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, Affinity, TextRange, StyledStringChangeValue, TextMenuItem, MenuType, CaretStyle, InsertValue, DeleteValue, TextDeleteDirection, LineMetrics, PositionWithAffinity, PreviewText, TextBox, TextDataDetectorConfig, FontSettingOptions, TextDataDetectorType, StyledStringChangedListener } from "./../ArkTextCommonInterfaces" +import { GetItemMainSizeByIndex, WaterFlowAttribute, SectionOptions, WaterFlowOptions, WaterFlowLayoutMode } from "./../ArkWaterFlowInterfaces" import { ImageCompleteCallback, ImageLoadResult } from "./../ArkImageSpanInterfaces" -import { ImageErrorCallback, DrawableDescriptor, DrawingColorFilter, DrawingLattice, ResizableOptions, ResolutionQuality, ImageError, ImageSourceSize } from "./../ArkImageInterfaces" -import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavContentInfo, NavigationOptions, NavigationInterception, LaunchMode, NavigationMode, NavBar, NavigationOperation, NavigationAnimatedTransition, NavigationToolbarOptions, BarStyle, NavigationTitleOptions, SystemBarStyle, NavigationTitleMode, ToolbarItem, ToolbarItemStatus, NavigationMenuItem } from "./../ArkNavigationInterfaces" +import { ImageErrorCallback, ResizableOptions, DrawingLattice, DrawableDescriptor, DrawingColorFilter, ResolutionQuality, ImageError, ImageSourceSize } from "./../ArkImageInterfaces" +import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavContentInfo, NavigationOptions, NavigationInterception, LaunchMode, NavigationMode, NavBar, NavigationOperation, NavigationAnimatedTransition, NavigationMenuItem, SystemBarStyle, NavigationTitleOptions, ToolbarItem, NavigationToolbarOptions, BarStyle, ToolbarItemStatus, NavigationTitleMode } from "./../ArkNavigationInterfaces" import { IsolatedComponentInterface, RestrictedWorker, IsolatedOptions, IsolatedComponentAttribute, ErrorCallback } from "./../ArkIsolatedComponentInterfaces" -import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorSpanStyleOptions, PlaceholderStyle, PasteEvent, RichEditorStyledStringOptions, RichEditorOptions, CopyEvent, CutEvent, RichEditorChangeValue, RichEditorDeleteValue, RichEditorDeleteDirection, RichEditorInsertValue } from "./../ArkRichEditorInterfaces" +import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, PasteEvent, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorSpanStyleOptions, RichEditorAttribute, RichEditorSpanType, RichEditorResponseType, PlaceholderStyle, RichEditorInsertValue, RichEditorDeleteValue, RichEditorChangeValue, CutEvent, CopyEvent, RichEditorDeleteDirection, RichEditorStyledStringOptions, RichEditorOptions } from "./../ArkRichEditorInterfaces" import { NavExtender_OnUpdateStack } from "./../ArkNavigationExtenderInterfaces" -import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, SelectionMenuOptionsExt, NativeEmbedInfo, NestedScrollOptionsExt, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, WebCaptureMode, FileSelectorMode, MessageLevel, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, ExpandedMenuItemOptions, RenderProcessNotRespondingData, RenderProcessNotRespondingReason, NativeMediaPlayerConfig, NativeEmbedTouchInfo, NativeEmbedVisibilityInfo, NativeEmbedDataInfo, NativeEmbedStatus, ScriptItem, IntelligentTrackingPreventionDetails, LoadCommittedDetails, WebNavigationType, ThreatType, OnOverScrollEvent, OnLoadInterceptEvent, LargestContentfulPaint, FirstMeaningfulPaint, OnFirstContentfulPaintEvent, OnAudioStateChangedEvent, OnDataResubmittedEvent, OnPageVisibleEvent, OnFaviconReceivedEvent, OnTouchIconUrlReceivedEvent, OnWindowNewEvent, OnClientAuthenticationEvent, SslErrorEvent, SslError, OnSslErrorEventReceiveEvent, OnScrollEvent, OnSearchResultReceiveEvent, OnContextMenuShowEvent, OnScreenCaptureRequestEvent, OnPermissionRequestEvent, OnInterceptRequestEvent, OnHttpAuthRequestEvent, OnScaleChangeEvent, FullScreenEnterEvent, OnResourceLoadEvent, OnShowFileSelectorEvent, OnRenderExitedEvent, RenderExitReason, OnRefreshAccessedHistoryEvent, OnDownloadStartEvent, OnHttpErrorReceiveEvent, OnErrorReceiveEvent, OnConsoleEvent, OnPromptEvent, OnConfirmEvent, OnBeforeUnloadEvent, OnAlertEvent, OnGeolocationShowEvent, OnTitleReceiveEvent, OnProgressChangeEvent, OnPageBeginEvent, OnPageEndEvent, WebMediaOptions, JavaScriptProxy, WebOptions, RenderMode } from "./../ArkWebInterfaces" -import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" +import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebAttribute, MixedMode, JavaScriptProxy, CacheMode, WebDarkMode, WebMediaOptions, OverScrollMode, ScriptItem, WebLayoutMode, NestedScrollOptionsExt, NativeMediaPlayerConfig, ExpandedMenuItemOptions, WebKeyboardAvoidMode, WebElementType, WebResponseType, SelectionMenuOptionsExt, OnPageEndEvent, OnPageBeginEvent, OnProgressChangeEvent, OnTitleReceiveEvent, OnGeolocationShowEvent, OnAlertEvent, OnBeforeUnloadEvent, OnConfirmEvent, OnPromptEvent, OnConsoleEvent, OnErrorReceiveEvent, OnHttpErrorReceiveEvent, OnDownloadStartEvent, OnRefreshAccessedHistoryEvent, OnRenderExitedEvent, OnShowFileSelectorEvent, OnResourceLoadEvent, OnScaleChangeEvent, OnHttpAuthRequestEvent, OnInterceptRequestEvent, OnPermissionRequestEvent, OnScreenCaptureRequestEvent, OnContextMenuShowEvent, OnSearchResultReceiveEvent, OnScrollEvent, OnSslErrorEventReceiveEvent, OnClientAuthenticationEvent, OnWindowNewEvent, OnTouchIconUrlReceivedEvent, OnFaviconReceivedEvent, OnPageVisibleEvent, OnDataResubmittedEvent, OnAudioStateChangedEvent, OnFirstContentfulPaintEvent, OnLoadInterceptEvent, OnOverScrollEvent, NativeEmbedDataInfo, NativeEmbedTouchInfo, RenderExitReason, SslError, NativeEmbedStatus, NativeEmbedInfo, MessageLevel, FileSelectorMode, ScreenCaptureConfig, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, WebCaptureMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, RenderProcessNotRespondingData, RenderProcessNotRespondingReason, NativeEmbedVisibilityInfo, IntelligentTrackingPreventionDetails, LoadCommittedDetails, WebNavigationType, ThreatType, LargestContentfulPaint, FirstMeaningfulPaint, SslErrorEvent, FullScreenEnterEvent, WebOptions, RenderMode } from "./../ArkWebInterfaces" +import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerAttribute, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" import { OnCheckboxChangeCallback, CheckboxOptions } from "./../ArkCheckboxInterfaces" import { OnCheckboxGroupChangeCallback, CheckboxGroupResult, SelectStatus, CheckboxGroupOptions } from "./../ArkCheckboxgroupInterfaces" -import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, UnderlineColor, PasswordIcon, EnterKeyType, TextInputOptions } from "./../ArkTextInputInterfaces" +import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, TextInputAttribute, InputType, EnterKeyType, TextInputStyle, PasswordIcon, UnderlineColor, TextInputOptions } from "./../ArkTextInputInterfaces" import { OnFoldStatusChangeCallback, OnHoverStatusChangeCallback, WindowStatusType, HoverEventParam, OnFoldStatusChangeInfo, FolderStackOptions } from "./../ArkFolderStackInterfaces" import { OnLinearIndicatorChangeCallback, LinearIndicatorStyle, LinearIndicatorStartOptions } from "./../ArkLinearindicatorInterfaces" import { OnNativeLoadCallback, SurfaceRect, SurfaceRotationOptions, XComponentOptions } from "./../ArkXcomponentInterfaces" -import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, OnScrollFrameBeginHandlerResult, OffsetOptions, ScrollSnapOptions } from "./../ArkScrollInterfaces" -import { OnScrollVisibleContentChangeCallback, ScrollState, ListDividerOptions, CloseSwipeActionOptions, ScrollSnapAlign, VisibleListContentInfo, ListItemGroupArea, ChainAnimationOptions, ChainEdgeEffect, ListOptions } from "./../ArkListInterfaces" -import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, DividerStyle, ScrollableBarModeOptions, LayoutStyle, TabContentAnimatedTransition, BarGridColumnOptions, TabsAnimationEvent, TabsOptions, BarPosition } from "./../ArkTabsInterfaces" +import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, ScrollAttribute, ScrollDirection, ScrollSnapOptions, OffsetOptions, OnScrollFrameBeginHandlerResult } from "./../ArkScrollInterfaces" +import { OnScrollVisibleContentChangeCallback, ScrollState, ScrollSnapAlign, ListDividerOptions, ListAttribute, ListItemAlign, ChainAnimationOptions, StickyStyle, ChainEdgeEffect, VisibleListContentInfo, ListItemGroupArea, CloseSwipeActionOptions, ListOptions } from "./../ArkListInterfaces" +import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, DividerStyle, TabsAttribute, BarPosition, BarMode, AnimationMode, BarGridColumnOptions, ScrollableBarModeOptions, LayoutStyle, TabContentAnimatedTransition, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" import { PageTransitionCallback, RouteType } from "./../ArkPageTransitionInterfaces" import { PluginErrorCallback, PluginComponentTemplate, PluginErrorData, PluginComponentOptions } from "./../ArkPluginComponentInterfaces" -import { SearchSubmitCallback, IconOptions, SearchButtonOptions, CancelButtonSymbolOptions, CancelButtonStyle, CancelButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" -import { SliderTriggerChangeCallback, SliderChangeMode, SlideRange, SliderBlockStyle, SliderBlockType, SliderOptions, SliderStyle } from "./../ArkSliderInterfaces" -import { TextAreaSubmitCallback, TextAreaOptions } from "./../ArkTextAreaInterfaces" -import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, LengthMetricsUnit, ColorMetrics, SizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, ConstraintSizeOptions, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, ChainWeightOptions, LocalizedMargin, BorderOptions, OutlineOptions, EdgeOutlineStyles, EdgeOutlineWidths, OutlineRadiuses, DirectionalEdgesT, MarkStyle } from "./../ArkUnitsInterfaces" +import { SearchSubmitCallback, IconOptions, CancelButtonOptions, CancelButtonSymbolOptions, CancelButtonStyle, SearchAttribute, SearchType, SearchButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" +import { SliderTriggerChangeCallback, SliderAttribute, SliderBlockStyle, SliderInteraction, SliderConfiguration, SlideRange, SliderChangeMode, SliderBlockType, SliderOptions, SliderStyle } from "./../ArkSliderInterfaces" +import { TextAreaSubmitCallback, ContentType, TextAreaAttribute, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" +import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, LengthMetricsUnit, ColorMetrics, SizeOptions, ConstraintSizeOptions, ChainWeightOptions, LocalizedMargin, BorderOptions, EdgeStyles, EdgeWidths, EdgeColors, OutlineOptions, EdgeOutlineStyles, EdgeOutlineWidths, OutlineRadiuses, Edges, LocalizedEdges, LocalizedPosition, AccessibilityOptions, Bias, Offset, DividerStyleOptions, LengthConstrain, DirectionalEdgesT, MarkStyle } from "./../ArkUnitsInterfaces" import { WithThemeInterface, CustomTheme, WithThemeOptions, WithThemeAttribute } from "./../ArkWithThemeInterfaces" import { Resource } from "./../ArkResourceInterfaces" import { ICurve, ICurveInternal } from "./../ArkICurveMaterialized" import { PixelMap, PixelMapInternal } from "./../ArkPixelMapMaterialized" import { LengthMetrics, LengthMetricsInternal } from "./../ArkLengthMetricsMaterialized" import { LengthUnit, WebHeader, TextModifier, Want, RectWidthStyle, RectHeightStyle, SnapshotOptions, NodeController, PerfMonitorActionType, PerfMonitorSourceType } from "./../ArkArkuiExternalInterfaces" -import { Color, ColoringStrategy, FontWeight, FontStyle, Curve, TextDecorationType, TextDecorationStyle, PlayMode, TextOverflow, TextHeightAdaptivePolicy, ImageSpanAlignment, ImageFit, TextAlign, WordBreak, LineBreakStrategy, GradientDirection, DialogButtonStyle, Edge, Axis, TouchType, NestedScrollMode, VerticalAlign, ScrollSource, TitleHeight, MouseButton, MouseAction, KeyType, KeySource, BorderStyle, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, HitTestMode, ImageSize, HoverEffect, Visibility, ItemAlign, Direction, ObscuredReasons, RenderFit, ImageRepeat, ResponseType, FunctionKey, ModifierKey, PixelRoundCalcPolicy, XComponentType, BarState, FoldStatus, AppRotation, FlexDirection, FlexWrap, FlexAlign, AccessibilityHoverType, IlluminatedType } from "./../ArkEnumsInterfaces" +import { Color, ColoringStrategy, FontWeight, FontStyle, Curve, TextDecorationType, TextDecorationStyle, PlayMode, TextOverflow, TextHeightAdaptivePolicy, ImageSpanAlignment, ImageFit, TextAlign, WordBreak, LineBreakStrategy, GradientDirection, DialogButtonStyle, HitTestMode, ImageSize, Alignment, BorderStyle, HoverEffect, Visibility, ItemAlign, Direction, ObscuredReasons, RenderFit, ImageRepeat, Axis, ResponseType, FunctionKey, ModifierKey, PixelRoundCalcPolicy, TransitionType, HorizontalAlign, VerticalAlign, ClickEffectLevel, SharedTransitionEffectType, Placement, ArrowPointPosition, MouseButton, MouseAction, TouchType, KeyType, KeySource, BarState, EdgeEffect, NestedScrollMode, FlexDirection, Edge, CopyOptions, TextContentStyle, TextCase, EllipsisMode, TextSelectableMode, LineCapStyle, LineJoinStyle, OptionWidthMode, ScrollSource, TitleHeight, XComponentType, FoldStatus, AppRotation, FlexWrap, FlexAlign, AccessibilityHoverType, IlluminatedType } from "./../ArkEnumsInterfaces" import { GridRowSizeOption, GridRowColumnOption, GutterOption, BreakPoints, BreakpointsReference, GridRowOptions, GridRowDirection } from "./../ArkGridRowInterfaces" import { TabBarSymbol, TabBarIconStyle, BoardStyle, LayoutMode, SelectedMode, TabBarOptions } from "./../ArkTabContentInterfaces" import { DecorationStyleInterface, StyledStringValue, ImageAttachmentLayoutStyle, StyleOptions, StyledStringKey, SpanStyle, ImageAttachmentInterface, CustomSpanMeasureInfo, CustomSpanMetrics, CustomSpanDrawInfo, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" import { GestureEvent, GestureEventInternal } from "./../ArkGestureEventMaterialized" import { BaseEvent, BaseEventInternal } from "./../ArkBaseEventMaterialized" -import { FingerInfo, GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, TapGestureParameters, PanDirection, SwipeDirection, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, GestureRecognizerState, GestureInfo } from "./../ArkGestureInterfaces" +import { FingerInfo, GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, TapGestureParameters, PanDirection, SwipeDirection, GestureMask, GestureInfo, GestureJudgeResult, GestureHandler, GesturePriority, GestureRecognizerState } from "./../ArkGestureInterfaces" import { ClickEvent, ClickEventInternal } from "./../ArkClickEventMaterialized" import { NavPathInfo, NavPathInfoInternal } from "./../ArkNavPathInfoMaterialized" import { SwipeActionState, SwipeActionItem, SwipeActionOptions, SwipeEdgeEffect, ListItemOptions, ListItemStyle } from "./../ArkListItemInterfaces" @@ -74,7 +74,7 @@ import { CanvasPattern, CanvasPatternInternal } from "./../ArkCanvasPatternMater import { Matrix2D, Matrix2DInternal } from "./../ArkMatrix2DMaterialized" import { CanvasGradient, CanvasGradientInternal } from "./../ArkCanvasGradientMaterialized" import { NavigationTransitionProxy, NavigationTransitionProxyInternal } from "./../ArkNavigationTransitionProxyMaterialized" -import { NavDestinationMode, RouteMapConfig, NavDestinationCustomTitle, NavDestinationCommonTitle } from "./../ArkNavDestinationInterfaces" +import { NavDestinationMode, RouteMapConfig, NavDestinationAttribute, NavigationSystemTransitionType, NavDestinationCommonTitle, NavDestinationCustomTitle } from "./../ArkNavDestinationInterfaces" import { ImageAnalyzerController, ImageAnalyzerControllerInternal } from "./../ArkImageAnalyzerControllerMaterialized" import { ImageAnalyzerType, ImageAIOptions, ImageAnalyzerConfig } from "./../ArkImageCommonInterfaces" import { WebResourceRequest, WebResourceRequestInternal } from "./../ArkWebResourceRequestMaterialized" @@ -85,7 +85,7 @@ import { DateTimeOptions, TimePickerResult, TimePickerDialogOptions, TimePickerO import { TextPickerResult, TextPickerDialogOptions, TextPickerOptions, TextPickerRangeContent, TextCascadePickerRangeContent, DividerOptions } from "./../ArkTextPickerInterfaces" import { TextMenuItemId, TextMenuItemIdInternal } from "./../ArkTextMenuItemIdMaterialized" import { TabContentTransitionProxy, TabContentTransitionProxyInternal } from "./../ArkTabContentTransitionProxyMaterialized" -import { SymbolEffectStrategy, SymbolRenderingStrategy, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" +import { SymbolEffectStrategy, SymbolRenderingStrategy, SymbolGlyphAttribute, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" import { StyledString, StyledStringInternal } from "./../ArkStyledStringMaterialized" import { ImageAttachment, ImageAttachmentInternal } from "./../ArkImageAttachmentMaterialized" import { CustomSpan, CustomSpanInternal } from "./../ArkCustomSpanMaterialized" @@ -95,7 +95,7 @@ import { GridColColumnOption, GridColOptions } from "./../ArkGridColInterfaces" import { LinearGradient, LinearGradientInternal } from "./../ArkLinearGradientMaterialized" import { ColorStop, DataPanelShadowOptions, DataPanelOptions, DataPanelType } from "./../ArkDataPanelInterfaces" import { DatePickerResult, LunarSwitchStyle, DatePickerDialogOptions, DatePickerOptions } from "./../ArkDatePickerInterfaces" -import { Scene, SceneOptions, ModelType } from "./../ArkComponent3dInterfaces" +import { Scene, Component3DAttribute, SceneOptions, ModelType } from "./../ArkComponent3dInterfaces" import { PanGestureOptions, PanGestureOptionsInternal } from "./../ArkPanGestureOptionsMaterialized" import { DrawingCanvas, DrawingCanvasInternal } from "./../ArkDrawingCanvasMaterialized" import { Size, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule, TextMetrics } from "./../ArkCanvasInterfaces" @@ -104,54 +104,72 @@ import { TextStyle_alert_dialog, AlertDialogButtonBaseOptions, DialogAlignment, import { DismissDialogAction, ActionSheetOffset, ActionSheetButtonOptions, ActionSheetOptions, SheetInfo } from "./../ArkActionSheetInterfaces" import { TextBackgroundStyle } from "./../ArkSpanInterfaces" import { UIExtensionProxy, UIExtensionProxyInternal } from "./../ArkUIExtensionProxyMaterialized" +import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" +import { FocusBoxStyle, FocusPriority } from "./../ArkFocusInterfaces" +import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" +import { AttributeModifier } from "./../handwritten" +import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" +import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" +import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" +import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" +import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" +import { DragEvent, DragEventInternal } from "./../ArkDragEventMaterialized" +import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" +import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" +import { GestureControl } from "./../ArkGestureControlNamespace" import { WaterFlowSections, WaterFlowSectionsInternal } from "./../ArkWaterFlowSectionsMaterialized" import { Scroller, ScrollerInternal } from "./../ArkScrollerMaterialized" import { RRect, WindowAnimationTarget } from "./../ArkRemoteWindowInterfaces" import { ButtonIconOptions, ButtonStyle } from "./../ArkSidebarInterfaces" import { XComponentController, XComponentControllerInternal } from "./../ArkXComponentControllerMaterialized" -import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" -import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" -import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" -import { DataResubmissionHandler, DataResubmissionHandlerInternal } from "./../ArkDataResubmissionHandlerMaterialized" -import { ControllerHandler, ControllerHandlerInternal } from "./../ArkControllerHandlerMaterialized" -import { ClientAuthenticationHandler, ClientAuthenticationHandlerInternal } from "./../ArkClientAuthenticationHandlerMaterialized" -import { SslErrorHandler, SslErrorHandlerInternal } from "./../ArkSslErrorHandlerMaterialized" -import { WebContextMenuResult, WebContextMenuResultInternal } from "./../ArkWebContextMenuResultMaterialized" -import { WebContextMenuParam, WebContextMenuParamInternal } from "./../ArkWebContextMenuParamMaterialized" -import { ScreenCaptureHandler, ScreenCaptureHandlerInternal } from "./../ArkScreenCaptureHandlerMaterialized" -import { PermissionRequest, PermissionRequestInternal } from "./../ArkPermissionRequestMaterialized" -import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandlerMaterialized" -import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" -import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" -import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" +import { WindowSceneAttribute } from "./../ArkWindowSceneInterfaces" +import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" -import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" -import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" -import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" import { JsGeolocation, JsGeolocationInternal } from "./../ArkJsGeolocationMaterialized" +import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" +import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" +import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" +import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" +import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" +import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandlerMaterialized" +import { PermissionRequest, PermissionRequestInternal } from "./../ArkPermissionRequestMaterialized" +import { ScreenCaptureHandler, ScreenCaptureHandlerInternal } from "./../ArkScreenCaptureHandlerMaterialized" +import { WebContextMenuParam, WebContextMenuParamInternal } from "./../ArkWebContextMenuParamMaterialized" +import { WebContextMenuResult, WebContextMenuResultInternal } from "./../ArkWebContextMenuResultMaterialized" +import { SslErrorHandler, SslErrorHandlerInternal } from "./../ArkSslErrorHandlerMaterialized" +import { ClientAuthenticationHandler, ClientAuthenticationHandlerInternal } from "./../ArkClientAuthenticationHandlerMaterialized" +import { ControllerHandler, ControllerHandlerInternal } from "./../ArkControllerHandlerMaterialized" +import { DataResubmissionHandler, DataResubmissionHandlerInternal } from "./../ArkDataResubmissionHandlerMaterialized" +import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" +import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" +import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" import { VideoController, VideoControllerInternal } from "./../ArkVideoControllerMaterialized" import { SeekMode, PlaybackInfo, PreparedInfo, FullscreenInfo, VideoOptions, PlaybackSpeed } from "./../ArkVideoInterfaces" import { TextTimerController, TextTimerControllerInternal } from "./../ArkTextTimerControllerMaterialized" import { TextInputController, TextInputControllerInternal } from "./../ArkTextInputControllerMaterialized" import { TextContentControllerBase, TextContentControllerBaseInternal } from "./../ArkTextContentControllerBaseMaterialized" +import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" +import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { TextClockController, TextClockControllerInternal } from "./../ArkTextClockControllerMaterialized" import { TextAreaController, TextAreaControllerInternal } from "./../ArkTextAreaControllerMaterialized" +import { TextAttribute, TextOverflowOptions, TextSpanType, TextResponseType, TextOptions } from "./../ArkTextInterfaces" import { TextController, TextControllerInternal } from "./../ArkTextControllerMaterialized" -import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { BottomTabBarStyle } from "./../ArkBottomTabBarStyleBuilder" import { SubTabBarStyle } from "./../ArkSubTabBarStyleBuilder" import { TabsController, TabsControllerInternal } from "./../ArkTabsControllerMaterialized" import { DigitIndicator } from "./../ArkDigitIndicatorBuilder" import { Indicator } from "./../ArkIndicatorBuilder" import { DotIndicator } from "./../ArkDotIndicatorBuilder" +import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperContentTransitionProxy, SwiperContentTransitionProxyInternal } from "./../ArkSwiperContentTransitionProxyMaterialized" +import { ShapeAttribute, ViewportRect } from "./../ArkShapeInterfaces" +import { SelectAttribute, ArrowPosition, MenuItemConfiguration, MenuAlignType, SelectOption } from "./../ArkSelectInterfaces" import { SearchController, SearchControllerInternal } from "./../ArkSearchControllerMaterialized" import { RichEditorStyledStringController, RichEditorStyledStringControllerInternal } from "./../ArkRichEditorStyledStringControllerMaterialized" import { RichEditorBaseController, RichEditorBaseControllerInternal } from "./../ArkRichEditorBaseControllerMaterialized" import { TextEditControllerEx, TextEditControllerExInternal } from "./../ArkTextEditControllerExMaterialized" import { TextBaseController, TextBaseControllerInternal } from "./../ArkTextBaseControllerMaterialized" import { StyledStringController, StyledStringControllerInternal } from "./../ArkStyledStringControllerMaterialized" -import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" import { RichEditorController, RichEditorControllerInternal } from "./../ArkRichEditorControllerMaterialized" import { GuideLinePosition, LocalizedBarrierStyle, LocalizedBarrierDirection, BarrierStyle, BarrierDirection, GuideLineStyle } from "./../ArkRelativeContainerInterfaces" import { RoundedRectOptions, RectOptions } from "./../ArkRectInterfaces" @@ -160,18 +178,12 @@ import { CircleStyleOptions, PatternLockChallengeResult } from "./../ArkPatternL import { PanelMode } from "./../ArkPanelInterfaces" import { MenuItemOptions } from "./../ArkMenuItemInterfaces" import { ASTCResource } from "./../ArkMediaCachedImageInterfaces" +import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { ColorFilter, ColorFilterInternal } from "./../ArkColorFilterMaterialized" +import { GridAttribute, GridDirection, GridItemAlignment, ComputedBarAttribute, GridLayoutOptions } from "./../ArkGridInterfaces" +import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" import { FlexSpaceOptions, FlexOptions } from "./../ArkFlexInterfaces" -import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" -import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" -import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" -import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" import { GestureRecognizer, GestureRecognizerInternal } from "./../ArkGestureRecognizerMaterialized" -import { GestureControl } from "./../ArkGestureControlNamespace" -import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" -import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" -import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" -import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" import { ColumnSplitDividerStyle } from "./../ArkColumnSplitInterfaces" import { DrawingRenderingContext, DrawingRenderingContextInternal } from "./../ArkDrawingRenderingContextMaterialized" import { CanvasRenderingContext2D, CanvasRenderingContext2DInternal } from "./../ArkCanvasRenderingContext2DMaterialized" @@ -181,15 +193,10 @@ import { ImageBitmap, ImageBitmapInternal } from "./../ArkImageBitmapMaterialize import { Path2D, Path2DInternal } from "./../ArkPath2DMaterialized" import { ImageData, ImageDataInternal } from "./../ArkImageDataMaterialized" import { RenderingContextSettings, RenderingContextSettingsInternal } from "./../ArkRenderingContextSettingsMaterialized" -import { CalendarDialogOptions, CalendarOptions } from "./../ArkCalendarPickerInterfaces" +import { CalendarDialogOptions, CalendarOptions, CalendarPickerAttribute, CalendarAlign } from "./../ArkCalendarPickerInterfaces" import { CalendarController, CalendarControllerInternal } from "./../ArkCalendarControllerMaterialized" import { MonthData, CalendarDay, CalendarRequestedData, CalendarSelectedDate, WorkStateStyle, WeekStyle, TodayStyle, NonCurrentDayStyle, CurrentDayStyle } from "./../ArkCalendarInterfaces" import { BadgeStyle, BadgeParamWithString, BadgeParam, BadgePosition, BadgeParamWithNumber } from "./../ArkBadgeInterfaces" -import { FocusBoxStyle, FocusPriority } from "./../ArkFocusInterfaces" -import { AttributeModifier } from "./../handwritten" -import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" -import { DragEvent, DragEventInternal } from "./../ArkDragEventMaterialized" -import { ComputedBarAttribute, GridLayoutOptions } from "./../ArkGridInterfaces" import { LinearIndicatorController, LinearIndicatorControllerInternal } from "./../ArkLinearIndicatorControllerMaterialized" import { UrlStyle, UrlStyleInternal } from "./../ArkUrlStyleMaterialized" import { LineHeightStyle, LineHeightStyleInternal } from "./../ArkLineHeightStyleMaterialized" @@ -208,23 +215,18 @@ import { TextTimerOptions } from "./../ArkTextTimerInterfaces" import { TextPickerDialog, TextPickerDialogInternal } from "./../ArkTextPickerDialogMaterialized" import { SubmitEvent, SubmitEventInternal } from "./../ArkSubmitEventMaterialized" import { TextClockOptions } from "./../ArkTextClockInterfaces" -import { TextOverflowOptions, TextOptions } from "./../ArkTextInterfaces" import { ReplaceSymbolEffect, ReplaceSymbolEffectInternal } from "./../ArkReplaceSymbolEffectMaterialized" import { BounceSymbolEffect, BounceSymbolEffectInternal } from "./../ArkBounceSymbolEffectMaterialized" import { DisappearSymbolEffect, DisappearSymbolEffectInternal } from "./../ArkDisappearSymbolEffectMaterialized" import { AppearSymbolEffect, AppearSymbolEffectInternal } from "./../ArkAppearSymbolEffectMaterialized" import { HierarchicalSymbolEffect, HierarchicalSymbolEffectInternal } from "./../ArkHierarchicalSymbolEffectMaterialized" import { ScaleSymbolEffect, ScaleSymbolEffectInternal } from "./../ArkScaleSymbolEffectMaterialized" -import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperController, SwiperControllerInternal } from "./../ArkSwiperControllerMaterialized" import { StackOptions } from "./../ArkStackInterfaces" -import { ViewportRect } from "./../ArkShapeInterfaces" -import { SelectOption } from "./../ArkSelectInterfaces" import { ScrollBarOptions, ScrollBarDirection } from "./../ArkScrollBarInterfaces" import { SaveButtonOnClickResult, SaveButtonOptions, SaveIconStyle, SaveDescription } from "./../ArkSaveButtonInterfaces" import { RowOptions } from "./../ArkRowInterfaces" import { RootSceneSession } from "./../ArkRootSceneInterfaces" -import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { RefreshStatus, RefreshOptions } from "./../ArkRefreshInterfaces" import { StarStyleOptions, RatingOptions } from "./../ArkRatingInterfaces" import { RadioStyle, RadioOptions, RadioIndicatorType } from "./../ArkRadioInterfaces" @@ -262,7 +264,6 @@ import { CustomDialogControllerOptions } from "./../ArkCustomDialogControllerInt import { CustomDialogController, CustomDialogControllerInternal } from "./../ArkCustomDialogControllerMaterialized" import { ContextMenu, ContextMenuInternal } from "./../ArkContextMenuMaterialized" import { UICommonEvent, UICommonEventInternal } from "./../ArkUICommonEventMaterialized" -import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { View, ViewInternal } from "./../ArkViewMaterialized" import { Measurable, MeasurableInternal } from "./../ArkMeasurableMaterialized" import { AccessibilityHoverEvent, AccessibilityHoverEventInternal } from "./../ArkAccessibilityHoverEventMaterialized" @@ -796,81 +797,87 @@ export class Deserializer extends DeserializerBase { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: GestureEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: GestureEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1143194492, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ClickEvent_Void(isSync: boolean = false): ((event: ClickEvent) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ClickEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1097178637, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1097178637, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1097178637, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1097178637, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_PopInfo_Void(isSync: boolean = false): ((parameter: PopInfo) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: PopInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePopInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(624053870, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(624053870, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PopInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePopInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(624053870, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(624053870, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SwipeActionState_Void(isSync: boolean = false): ((state: SwipeActionState) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (state: SwipeActionState): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(state); -(isSync) ? (InteropNativeModule._CallCallbackSync(-301561698, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-301561698, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (state: SwipeActionState): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(state); + (isSync) ? (InteropNativeModule._CallCallbackSync(-301561698, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-301561698, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Void(isSync: boolean = false): (() => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1867723152, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCustomNodeBuilder(isSync: boolean = false): ((parentNode: KPointer) => KPointer) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parentNode: KPointer): KPointer => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePointer(parentNode); -let _continuationValue: KPointer | undefined|undefined ; -const _continuationCallback: ((value: KPointer) => void) = (value: KPointer): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1766817632, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1766817632, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as KPointer); } + return (parentNode: KPointer): KPointer => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePointer(parentNode); + let _continuationValue: KPointer | undefined|undefined ; + const _continuationCallback: ((value: KPointer) => void) = (value: KPointer): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1766817632, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1766817632, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as KPointer); } } readLocalizedEdgeColors(): LocalizedEdgeColors { let valueDeserializer: Deserializer = this @@ -1083,14 +1090,15 @@ return (_continuationValue as KPointer); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DismissPopupAction): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissPopupAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissPopupAction): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissPopupAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2004166751, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCanvasPattern(): CanvasPattern { let valueDeserializer: Deserializer = this @@ -1106,39 +1114,42 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2038961969, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationTransitionProxy_Void(isSync: boolean = false): ((transitionProxy: NavigationTransitionProxy) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (transitionProxy: NavigationTransitionProxy): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavigationTransitionProxy(transitionProxy); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (transitionProxy: NavigationTransitionProxy): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavigationTransitionProxy(transitionProxy); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1375731066, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Boolean_Void(isSync: boolean = false): ((parameter: boolean) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: boolean): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(313269291, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(313269291, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: boolean): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(313269291, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(313269291, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readColorMetrics(): ColorMetrics { let valueDeserializer: Deserializer = this @@ -1318,17 +1329,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): number => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue: number | undefined|undefined ; -const _continuationCallback: ((index: number) => void) = (value: number): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as number); } + return (index: number): number => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue: number | undefined|undefined ; + const _continuationCallback: ((index: number) => void) = (value: number): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2076995110, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as number); } } readImageAnalyzerController(): ImageAnalyzerController { let valueDeserializer: Deserializer = this @@ -1360,14 +1372,15 @@ return (_continuationValue as number); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (breakpoints: string): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(breakpoints); -(isSync) ? (InteropNativeModule._CallCallbackSync(814634522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(814634522, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (breakpoints: string): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(breakpoints); + (isSync) ? (InteropNativeModule._CallCallbackSync(814634522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(814634522, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDateTimeOptions(): DateTimeOptions { let valueDeserializer: Deserializer = this @@ -1379,14 +1392,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: TimePickerResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTimePickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1557859605, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1557859605, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TimePickerResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTimePickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1557859605, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1557859605, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRectangle(): Rectangle { let valueDeserializer: Deserializer = this @@ -1641,33 +1655,41 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: TextPickerResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextPickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1290504509, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1290504509, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TextPickerResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextPickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1290504509, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1290504509, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextMenuItemId(): TextMenuItemId { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() return TextMenuItemIdInternal.fromPtr(ptr) } + readAffinity(): Affinity { + let valueDeserializer: Deserializer = this + const _AffinityStub_result: string = (valueDeserializer.readString() as string) + let value: Affinity = ({_AffinityStub: _AffinityStub_result} as Affinity) + return value + } readMenuOnAppearCallback(isSync: boolean = false): MenuOnAppearCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (start: number, end: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(start); -_argsSerializer.writeNumber(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(-614475458, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-614475458, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: number, end: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(start); + _argsSerializer.writeNumber(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(-614475458, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-614475458, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabBarIconStyle(): TabBarIconStyle { let valueDeserializer: Deserializer = this @@ -1932,14 +1954,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: TabContentTransitionProxy): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTabContentTransitionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TabContentTransitionProxy): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTabContentTransitionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1223938478, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIconOptions(): IconOptions { let valueDeserializer: Deserializer = this @@ -2220,31 +2243,33 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (rangeBefore: TextRange, rangeAfter: TextRange): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextRange(rangeBefore); -_argsSerializer.writeTextRange(rangeAfter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1648184341, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1648184341, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (rangeBefore: TextRange, rangeAfter: TextRange): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextRange(rangeBefore); + _argsSerializer.writeTextRange(rangeAfter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1648184341, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1648184341, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_StyledStringChangeValue_Boolean(isSync: boolean = false): ((parameter: StyledStringChangeValue) => boolean) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: StyledStringChangeValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeStyledStringChangeValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2116745428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2116745428, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: StyledStringChangeValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeStyledStringChangeValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2116745428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2116745428, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readRichEditorImageSpanStyle(): RichEditorImageSpanStyle { let valueDeserializer: Deserializer = this @@ -2483,52 +2508,54 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (mode: NavigationMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(1502213270, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1502213270, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: NavigationMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(1502213270, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1502213270, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readInterceptionShowCallback(isSync: boolean = false): InterceptionShowCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (from: NavDestinationContext | NavBar, to: NavDestinationContext | NavBar, operation: NavigationOperation, isAnimated: boolean): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let from_type: int32 = RuntimeType.UNDEFINED; -from_type = runtimeType(from); -if (((RuntimeType.OBJECT == from_type))) { - _argsSerializer.writeInt8(0); - const from_0 = unsafeCast(from); - _argsSerializer.writeNavDestinationContext(from_0); -} -else if (((RuntimeType.STRING == from_type))) { - _argsSerializer.writeInt8(1); - const from_1 = unsafeCast(from); - _argsSerializer.writeString(from_1); -} -let to_type: int32 = RuntimeType.UNDEFINED; -to_type = runtimeType(to); -if (((RuntimeType.OBJECT == to_type))) { - _argsSerializer.writeInt8(0); - const to_0 = unsafeCast(to); - _argsSerializer.writeNavDestinationContext(to_0); -} -else if (((RuntimeType.STRING == to_type))) { - _argsSerializer.writeInt8(1); - const to_1 = unsafeCast(to); - _argsSerializer.writeString(to_1); -} -_argsSerializer.writeInt32(operation); -_argsSerializer.writeBoolean(isAnimated); -(isSync) ? (InteropNativeModule._CallCallbackSync(1852781814, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1852781814, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (from: NavDestinationContext | NavBar, to: NavDestinationContext | NavBar, operation: NavigationOperation, isAnimated: boolean): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let from_type: int32 = RuntimeType.UNDEFINED; + from_type = runtimeType(from); + if (((RuntimeType.OBJECT == from_type))) { + _argsSerializer.writeInt8(0); + const from_0 = unsafeCast(from); + _argsSerializer.writeNavDestinationContext(from_0); + } + else if (((RuntimeType.STRING == from_type))) { + _argsSerializer.writeInt8(1); + const from_1 = unsafeCast(from); + _argsSerializer.writeString(from_1); + } + let to_type: int32 = RuntimeType.UNDEFINED; + to_type = runtimeType(to); + if (((RuntimeType.OBJECT == to_type))) { + _argsSerializer.writeInt8(0); + const to_0 = unsafeCast(to); + _argsSerializer.writeNavDestinationContext(to_0); + } + else if (((RuntimeType.STRING == to_type))) { + _argsSerializer.writeInt8(1); + const to_1 = unsafeCast(to); + _argsSerializer.writeString(to_1); + } + _argsSerializer.writeInt32(operation); + _argsSerializer.writeBoolean(isAnimated); + (isSync) ? (InteropNativeModule._CallCallbackSync(1852781814, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1852781814, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextModifier(): TextModifier { let value: TextModifier = ({} as TextModifier) @@ -2725,27 +2752,29 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: Date): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt64((parameter.getTime() as number)); -(isSync) ? (InteropNativeModule._CallCallbackSync(1405382363, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1405382363, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: Date): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt64((parameter.getTime() as number)); + (isSync) ? (InteropNativeModule._CallCallbackSync(1405382363, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1405382363, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DatePickerResult_Void(isSync: boolean = false): ((value: DatePickerResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: DatePickerResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDatePickerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1280920532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1280920532, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: DatePickerResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDatePickerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1280920532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1280920532, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLunarSwitchStyle(): LunarSwitchStyle { let valueDeserializer: Deserializer = this @@ -2848,79 +2877,85 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: SheetType): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-224451112, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-224451112, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SheetType): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-224451112, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-224451112, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Void(isSync: boolean = false): ((index: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(36519084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(36519084, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(36519084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(36519084, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SpringBackAction_Void(isSync: boolean = false): ((parameter: SpringBackAction) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: SpringBackAction): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSpringBackAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1536231691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1536231691, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SpringBackAction): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSpringBackAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1536231691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1536231691, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DismissSheetAction_Void(isSync: boolean = false): ((parameter: DismissSheetAction) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DismissSheetAction): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissSheetAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(889549796, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(889549796, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissSheetAction): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissSheetAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(889549796, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(889549796, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_SheetDismiss_Void(isSync: boolean = false): ((sheetDismiss: SheetDismiss) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (sheetDismiss: SheetDismiss): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSheetDismiss(sheetDismiss); -(isSync) ? (InteropNativeModule._CallCallbackSync(22609082, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(22609082, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (sheetDismiss: SheetDismiss): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSheetDismiss(sheetDismiss); + (isSync) ? (InteropNativeModule._CallCallbackSync(22609082, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(22609082, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DismissContentCoverAction_Void(isSync: boolean = false): ((parameter: DismissContentCoverAction) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DismissContentCoverAction): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissContentCoverAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissContentCoverAction): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissContentCoverAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1283506641, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readContextMenuAnimationOptions(): ContextMenuAnimationOptions { let valueDeserializer: Deserializer = this @@ -2952,15 +2987,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: { isVisible: boolean }): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const event_isVisible = event.isVisible; -_argsSerializer.writeBoolean(event_isVisible); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: { isVisible: boolean }): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const event_isVisible = event.isVisible; + _argsSerializer.writeBoolean(event_isVisible); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1561407084, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPopupMessageOptions(): PopupMessageOptions { let valueDeserializer: Deserializer = this @@ -3382,14 +3418,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DismissDialogAction): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDismissDialogAction(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DismissDialogAction): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDismissDialogAction(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2095828093, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readAlertDialogButtonBaseOptions(): AlertDialogButtonBaseOptions { let valueDeserializer: Deserializer = this @@ -3556,26 +3593,28 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(-733525640, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-733525640, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(-733525640, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-733525640, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Extender_OnProgress(isSync: boolean = false): Callback_Extender_OnProgress { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: float32): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFloat32(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1264236374, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1264236374, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: float32): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFloat32(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1264236374, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1264236374, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCustomTheme(): CustomTheme { let valueDeserializer: Deserializer = this @@ -3713,15 +3752,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, progress: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(progress); -(isSync) ? (InteropNativeModule._CallCallbackSync(-968773856, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-968773856, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, progress: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(progress); + (isSync) ? (InteropNativeModule._CallCallbackSync(-968773856, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-968773856, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLinearIndicatorStyle(): LinearIndicatorStyle { let valueDeserializer: Deserializer = this @@ -3797,6 +3837,19 @@ return; } let value: DrawContext = ({_DrawContextStub: _DrawContextStub_result} as DrawContext) return value } + readCustomSpanMetrics(): CustomSpanMetrics { + let valueDeserializer: Deserializer = this + const width_result: number = (valueDeserializer.readNumber() as number) + const height_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let height_buf: number | undefined|undefined + if ((RuntimeType.UNDEFINED) != (height_buf_runtimeType)) + { + height_buf = (valueDeserializer.readNumber() as number) + } + const height_result: number | undefined|undefined = height_buf + let value: CustomSpanMetrics = ({width: width_result,height: height_result} as CustomSpanMetrics) + return value + } readCustomSpanMeasureInfo(): CustomSpanMeasureInfo { let valueDeserializer: Deserializer = this const fontSize_result: number = (valueDeserializer.readNumber() as number) @@ -3901,14 +3954,19 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: UIExtensionProxy): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeUIExtensionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: UIExtensionProxy): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeUIExtensionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1063506522, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readWaterFlowAttribute(): WaterFlowAttribute { + let value: WaterFlowAttribute = ({} as WaterFlowAttribute) + return value } readWaterFlowSections(): WaterFlowSections { let valueDeserializer: Deserializer = this @@ -4183,6 +4241,14 @@ return; } let value: SurfaceRotationOptions = ({lock: lock_result} as SurfaceRotationOptions) return value } + readWindowSceneAttribute(): WindowSceneAttribute { + let value: WindowSceneAttribute = ({} as WindowSceneAttribute) + return value + } + readWebAttribute(): WebAttribute { + let value: WebAttribute = ({} as WebAttribute) + return value + } readSelectionMenuOptionsExt(): SelectionMenuOptionsExt { let valueDeserializer: Deserializer = this const onAppear_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -4225,15 +4291,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (selectedText: { plainText: string }): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const selectedText_plainText = selectedText.plainText; -_argsSerializer.writeString(selectedText_plainText); -(isSync) ? (InteropNativeModule._CallCallbackSync(-122223466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-122223466, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selectedText: { plainText: string }): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const selectedText_plainText = selectedText.plainText; + _argsSerializer.writeString(selectedText_plainText); + (isSync) ? (InteropNativeModule._CallCallbackSync(-122223466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-122223466, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEventResult(): EventResult { let valueDeserializer: Deserializer = this @@ -4446,6 +4513,11 @@ return; } let ptr: KPointer = valueDeserializer.readPointer() return JsGeolocationInternal.fromPtr(ptr) } + readWebCookie(): WebCookie { + let valueDeserializer: Deserializer = this + let ptr: KPointer = valueDeserializer.readPointer() + return WebCookieInternal.fromPtr(ptr) + } readScreenCaptureConfig(): ScreenCaptureConfig { let valueDeserializer: Deserializer = this const captureMode_result: WebCaptureMode = (valueDeserializer.readInt32() as WebCaptureMode) @@ -4961,57 +5033,59 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string | Array): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0); - const value_0 = unsafeCast(value); - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1); - const value_1 = unsafeCast>(value); - _argsSerializer.writeInt32(value_1.length); - for (let i = 0; i < value_1.length; i++) { - const value_1_element: string = value_1[i]; - _argsSerializer.writeString(value_1_element); + return (value: string | Array): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0); + const value_0 = unsafeCast(value); + _argsSerializer.writeString(value_0); } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-720435526, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-720435526, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1); + const value_1 = unsafeCast>(value); + _argsSerializer.writeInt32(value_1.length); + for (let i = 0; i < value_1.length; i++) { + const value_1_element: string = value_1[i]; + _argsSerializer.writeString(value_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-720435526, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-720435526, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Union_Number_Array_Number_Void(isSync: boolean = false): ((selected: number | Array) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (selected: number | Array): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let selected_type: int32 = RuntimeType.UNDEFINED; -selected_type = runtimeType(selected); -if (((RuntimeType.NUMBER == selected_type))) { - _argsSerializer.writeInt8(0); - const selected_0 = unsafeCast(selected); - _argsSerializer.writeNumber(selected_0); -} -else if (((RuntimeType.OBJECT == selected_type))) { - _argsSerializer.writeInt8(1); - const selected_1 = unsafeCast>(selected); - _argsSerializer.writeInt32(selected_1.length); - for (let i = 0; i < selected_1.length; i++) { - const selected_1_element: number = selected_1[i]; - _argsSerializer.writeNumber(selected_1_element); + return (selected: number | Array): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let selected_type: int32 = RuntimeType.UNDEFINED; + selected_type = runtimeType(selected); + if (((RuntimeType.NUMBER == selected_type))) { + _argsSerializer.writeInt8(0); + const selected_0 = unsafeCast(selected); + _argsSerializer.writeNumber(selected_0); } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + else if (((RuntimeType.OBJECT == selected_type))) { + _argsSerializer.writeInt8(1); + const selected_1 = unsafeCast>(selected); + _argsSerializer.writeInt32(selected_1.length); + for (let i = 0; i < selected_1.length; i++) { + const selected_1_element: number = selected_1[i]; + _argsSerializer.writeNumber(selected_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1111620998, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDividerOptions(): DividerOptions { let valueDeserializer: Deserializer = this @@ -5067,25 +5141,30 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: ResourceStr): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0); - const value_0 = unsafeCast(value); - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1); - const value_1 = unsafeCast(value); - _argsSerializer.writeResource(value_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(188373904, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(188373904, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: ResourceStr): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0); + const value_0 = unsafeCast(value); + _argsSerializer.writeString(value_0); + } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1); + const value_1 = unsafeCast(value); + _argsSerializer.writeResource(value_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(188373904, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(188373904, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readTextInputAttribute(): TextInputAttribute { + let value: TextInputAttribute = ({} as TextInputAttribute) + return value } readInputCounterOptions(): InputCounterOptions { let valueDeserializer: Deserializer = this @@ -5291,16 +5370,54 @@ return; } let value: TextMenuItem = ({content: content_result,icon: icon_result,id: id_result} as TextMenuItem) return value } + readLineMetrics(): LineMetrics { + let valueDeserializer: Deserializer = this + const _LineMetricsStub_result: string = (valueDeserializer.readString() as string) + let value: LineMetrics = ({_LineMetricsStub: _LineMetricsStub_result} as LineMetrics) + return value + } + readPositionWithAffinity(): PositionWithAffinity { + let valueDeserializer: Deserializer = this + const position_result: number = (valueDeserializer.readNumber() as number) + const affinity_result: Affinity = valueDeserializer.readAffinity() + let value: PositionWithAffinity = ({position: position_result,affinity: affinity_result} as PositionWithAffinity) + return value + } + readMutableStyledString(): MutableStyledString { + let valueDeserializer: Deserializer = this + let ptr: KPointer = valueDeserializer.readPointer() + return MutableStyledStringInternal.fromPtr(ptr) + } + readPreviewText(): PreviewText { + let valueDeserializer: Deserializer = this + const offset_result: number = (valueDeserializer.readNumber() as number) + const value_result: string = (valueDeserializer.readString() as string) + let value: PreviewText = ({offset: offset_result,value: value_result} as PreviewText) + return value + } + readLayoutManager(): LayoutManager { + let valueDeserializer: Deserializer = this + let ptr: KPointer = valueDeserializer.readPointer() + return LayoutManagerInternal.fromPtr(ptr) + } readTextClockController(): TextClockController { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() return TextClockControllerInternal.fromPtr(ptr) } + readTextAreaAttribute(): TextAreaAttribute { + let value: TextAreaAttribute = ({} as TextAreaAttribute) + return value + } readTextAreaController(): TextAreaController { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() return TextAreaControllerInternal.fromPtr(ptr) } + readTextAttribute(): TextAttribute { + let value: TextAttribute = ({} as TextAttribute) + return value + } readSelectionMenuOptions(): SelectionMenuOptions { let valueDeserializer: Deserializer = this const onAppear_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5391,6 +5508,10 @@ return; } let value: TabBarOptions = ({icon: icon_result,text: text_result} as TabBarOptions) return value } + readTabsAttribute(): TabsAttribute { + let value: TabsAttribute = ({} as TabsAttribute) + return value + } readBackgroundBlurStyleOptions(): BackgroundBlurStyleOptions { let valueDeserializer: Deserializer = this const colorMode_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5492,6 +5613,10 @@ return; } let ptr: KPointer = valueDeserializer.readPointer() return TabsControllerInternal.fromPtr(ptr) } + readSymbolGlyphAttribute(): SymbolGlyphAttribute { + let value: SymbolGlyphAttribute = ({} as SymbolGlyphAttribute) + return value + } readSymbolEffect(): SymbolEffect { let value: SymbolEffect = ({} as SymbolEffect) return value @@ -5502,6 +5627,10 @@ return; } readDotIndicator(): DotIndicator { throw new Error("Can not deserialize builder class") } + readSwiperAttribute(): SwiperAttribute { + let value: SwiperAttribute = ({} as SwiperAttribute) + return value + } readSwiperAutoFill(): SwiperAutoFill { let valueDeserializer: Deserializer = this const minSize_buf_selector: number = valueDeserializer.readInt8() @@ -5604,38 +5733,52 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: SwiperContentTransitionProxy): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSwiperContentTransitionProxy(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-416053361, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-416053361, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: SwiperContentTransitionProxy): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSwiperContentTransitionProxy(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-416053361, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-416053361, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readSliderAttribute(): SliderAttribute { + let value: SliderAttribute = ({} as SliderAttribute) + return value + } + readShapeAttribute(): ShapeAttribute { + let value: ShapeAttribute = ({} as ShapeAttribute) + return value } readCallback_Union_Number_Resource_Void(isSync: boolean = false): ((selected: number | Resource) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (selected: number | Resource): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let selected_type: int32 = RuntimeType.UNDEFINED; -selected_type = runtimeType(selected); -if (((RuntimeType.NUMBER == selected_type))) { - _argsSerializer.writeInt8(0); - const selected_0 = unsafeCast(selected); - _argsSerializer.writeNumber(selected_0); -} -else if (((RuntimeType.OBJECT == selected_type))) { - _argsSerializer.writeInt8(1); - const selected_1 = unsafeCast(selected); - _argsSerializer.writeResource(selected_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-956455499, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-956455499, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selected: number | Resource): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let selected_type: int32 = RuntimeType.UNDEFINED; + selected_type = runtimeType(selected); + if (((RuntimeType.NUMBER == selected_type))) { + _argsSerializer.writeInt8(0); + const selected_0 = unsafeCast(selected); + _argsSerializer.writeNumber(selected_0); + } + else if (((RuntimeType.OBJECT == selected_type))) { + _argsSerializer.writeInt8(1); + const selected_1 = unsafeCast(selected); + _argsSerializer.writeResource(selected_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-956455499, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-956455499, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } + } + readSelectAttribute(): SelectAttribute { + let value: SelectAttribute = ({} as SelectAttribute) + return value } readLocalizedEdges(): LocalizedEdges { let valueDeserializer: Deserializer = this @@ -5703,6 +5846,10 @@ return; } let value: Edges = ({top: top_result,left: left_result,bottom: bottom_result,right: right_result} as Edges) return value } + readSearchAttribute(): SearchAttribute { + let value: SearchAttribute = ({} as SearchAttribute) + return value + } readSearchButtonOptions(): SearchButtonOptions { let valueDeserializer: Deserializer = this const fontSize_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -5789,6 +5936,10 @@ return; } let ptr: KPointer = valueDeserializer.readPointer() return SearchControllerInternal.fromPtr(ptr) } + readScrollAttribute(): ScrollAttribute { + let value: ScrollAttribute = ({} as ScrollAttribute) + return value + } readEdgeEffectOptions(): EdgeEffectOptions { let valueDeserializer: Deserializer = this const alwaysEnabled_result: boolean = valueDeserializer.readBoolean() @@ -5799,20 +5950,30 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (xOffset: number, yOffset: number, scrollState: ScrollState, scrollSource: ScrollSource): OffsetResult => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xOffset); -_argsSerializer.writeNumber(yOffset); -_argsSerializer.writeInt32(scrollState); -_argsSerializer.writeInt32(scrollSource); -let _continuationValue: OffsetResult | undefined|undefined ; -const _continuationCallback: ((value: OffsetResult) => void) = (value: OffsetResult): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-721521596, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721521596, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as OffsetResult); } + return (xOffset: number, yOffset: number, scrollState: ScrollState, scrollSource: ScrollSource): OffsetResult => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xOffset); + _argsSerializer.writeNumber(yOffset); + _argsSerializer.writeInt32(scrollState); + _argsSerializer.writeInt32(scrollSource); + let _continuationValue: OffsetResult | undefined|undefined ; + const _continuationCallback: ((value: OffsetResult) => void) = (value: OffsetResult): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-721521596, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721521596, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as OffsetResult); } + } + readRectResult(): RectResult { + let valueDeserializer: Deserializer = this + const x_result: number = (valueDeserializer.readNumber() as number) + const y_result: number = (valueDeserializer.readNumber() as number) + const width_result: number = (valueDeserializer.readNumber() as number) + const height_result: number = (valueDeserializer.readNumber() as number) + let value: RectResult = ({x: x_result,y: y_result,width: width_result,height: height_result} as RectResult) + return value } readScrollToIndexOptions(): ScrollToIndexOptions { let valueDeserializer: Deserializer = this @@ -5826,6 +5987,13 @@ return (_continuationValue as OffsetResult); } let value: ScrollToIndexOptions = ({extraOffset: extraOffset_result} as ScrollToIndexOptions) return value } + readOffsetResult(): OffsetResult { + let valueDeserializer: Deserializer = this + const xOffset_result: number = (valueDeserializer.readNumber() as number) + const yOffset_result: number = (valueDeserializer.readNumber() as number) + let value: OffsetResult = ({xOffset: xOffset_result,yOffset: yOffset_result} as OffsetResult) + return value + } readScrollPageOptions(): ScrollPageOptions { let valueDeserializer: Deserializer = this const next_result: boolean = valueDeserializer.readBoolean() @@ -5908,6 +6076,10 @@ return (_continuationValue as OffsetResult); } let ptr: KPointer = valueDeserializer.readPointer() return RichEditorControllerInternal.fromPtr(ptr) } + readRichEditorAttribute(): RichEditorAttribute { + let value: RichEditorAttribute = ({} as RichEditorAttribute) + return value + } readPlaceholderStyle(): PlaceholderStyle { let valueDeserializer: Deserializer = this const font_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6056,6 +6228,31 @@ return (_continuationValue as OffsetResult); } let value: RichEditorRange = ({start: start_result,end: end_result} as RichEditorRange) return value } + readRichEditorSelection(): RichEditorSelection { + let valueDeserializer: Deserializer = this + const selection_buf_value0: number = (valueDeserializer.readNumber() as number) + const selection_buf_value1: number = (valueDeserializer.readNumber() as number) + const selection_result: [ number, number ] = ([selection_buf_value0, selection_buf_value1] as [ number, number ]) + const spans_buf_length: int32 = valueDeserializer.readInt32() + let spans_buf: Array = new Array() + for (let spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { + const spans_buf_buf_selector: number = valueDeserializer.readInt8() + let spans_buf_buf: RichEditorTextSpanResult | RichEditorImageSpanResult | undefined|undefined + if (spans_buf_buf_selector == 0) { + spans_buf_buf = valueDeserializer.readRichEditorTextSpanResult() + } + else if (spans_buf_buf_selector == 1) { + spans_buf_buf = valueDeserializer.readRichEditorImageSpanResult() + } + else { + throw new Error("One of the branches for spans_buf_buf has to be chosen through deserialisation.") + } + spans_buf[spans_buf_i] = (spans_buf_buf as RichEditorTextSpanResult | RichEditorImageSpanResult) + } + const spans_result: Array = spans_buf + let value: RichEditorSelection = ({selection: selection_result,spans: spans_result} as RichEditorSelection) + return value + } readRichEditorParagraphStyleOptions(): RichEditorParagraphStyleOptions { let valueDeserializer: Deserializer = this const start_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6648,14 +6845,15 @@ return (_continuationValue as OffsetResult); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (mode: PanelMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(388680218, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(388680218, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: PanelMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(388680218, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(388680218, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNavContentInfo(): NavContentInfo { let valueDeserializer: Deserializer = this @@ -6741,6 +6939,10 @@ return; } let value: NavigationOptions = ({launchMode: launchMode_result,animated: animated_result} as NavigationOptions) return value } + readNavDestinationAttribute(): NavDestinationAttribute { + let value: NavDestinationAttribute = ({} as NavDestinationAttribute) + return value + } readNavigationToolbarOptions(): NavigationToolbarOptions { let valueDeserializer: Deserializer = this const backgroundColor_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -6915,6 +7117,14 @@ return; } let value: SystemBarStyle = ({_SystemBarStyleStub: _SystemBarStyleStub_result} as SystemBarStyle) return value } + readRouteMapConfig(): RouteMapConfig { + let valueDeserializer: Deserializer = this + const name_result: string = (valueDeserializer.readString() as string) + const pageSourceFile_result: string = (valueDeserializer.readString() as string) + const data_result: Object = (valueDeserializer.readCustomObject("Object") as Object) + let value: RouteMapConfig = ({name: name_result,pageSourceFile: pageSourceFile_result,data: data_result} as RouteMapConfig) + return value + } readMenuItemOptions(): MenuItemOptions { let valueDeserializer: Deserializer = this const startIcon_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7130,6 +7340,30 @@ return; } let value: ListDividerOptions = ({strokeWidth: strokeWidth_result,color: color_result,startMargin: startMargin_result,endMargin: endMargin_result} as ListDividerOptions) return value } + readListAttribute(): ListAttribute { + let value: ListAttribute = ({} as ListAttribute) + return value + } + readVisibleListContentInfo(): VisibleListContentInfo { + let valueDeserializer: Deserializer = this + const index_result: number = (valueDeserializer.readNumber() as number) + const itemGroupArea_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let itemGroupArea_buf: ListItemGroupArea | undefined|undefined + if ((RuntimeType.UNDEFINED) != (itemGroupArea_buf_runtimeType)) + { + itemGroupArea_buf = (valueDeserializer.readInt32() as ListItemGroupArea) + } + const itemGroupArea_result: ListItemGroupArea | undefined|undefined = itemGroupArea_buf + const itemIndexInGroup_buf_runtimeType = (valueDeserializer.readInt8() as int32) + let itemIndexInGroup_buf: number | undefined|undefined + if ((RuntimeType.UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) + { + itemIndexInGroup_buf = (valueDeserializer.readNumber() as number) + } + const itemIndexInGroup_result: number | undefined|undefined = itemIndexInGroup_buf + let value: VisibleListContentInfo = ({index: index_result,itemGroupArea: itemGroupArea_result,itemIndexInGroup: itemIndexInGroup_result} as VisibleListContentInfo) + return value + } readCloseSwipeActionOptions(): CloseSwipeActionOptions { let valueDeserializer: Deserializer = this const onFinish_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7177,37 +7411,53 @@ return; } let value: BreakPoints = ({value: value_result,reference: reference_result} as BreakPoints) return value } + readGridAttribute(): GridAttribute { + let value: GridAttribute = ({} as GridAttribute) + return value + } readCallback_Number_Tuple_Number_Number_Number_Number(isSync: boolean = false): ((index: number) => [ number, number, number, number ]) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): [ number, number, number, number ] => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue: [ number, number, number, number ] | undefined|undefined ; -const _continuationCallback: ((value: [ number, number, number, number ]) => void) = (value: [ number, number, number, number ]): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1618565120, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1618565120, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as [ number, number, number, number ]); } + return (index: number): [ number, number, number, number ] => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue: [ number, number, number, number ] | undefined|undefined ; + const _continuationCallback: ((value: [ number, number, number, number ]) => void) = (value: [ number, number, number, number ]): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1618565120, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1618565120, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as [ number, number, number, number ]); } } readCallback_Number_Tuple_Number_Number(isSync: boolean = false): ((index: number) => [ number, number ]) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): [ number, number ] => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue: [ number, number ] | undefined|undefined ; -const _continuationCallback: ((value: [ number, number ]) => void) = (value: [ number, number ]): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1602877440, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1602877440, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as [ number, number ]); } + return (index: number): [ number, number ] => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue: [ number, number ] | undefined|undefined ; + const _continuationCallback: ((value: [ number, number ]) => void) = (value: [ number, number ]): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1602877440, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1602877440, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as [ number, number ]); } + } + readPanGestureOptions(): PanGestureOptions { + let valueDeserializer: Deserializer = this + let ptr: KPointer = valueDeserializer.readPointer() + return PanGestureOptionsInternal.fromPtr(ptr) + } + readEventTargetInfo(): EventTargetInfo { + let valueDeserializer: Deserializer = this + let ptr: KPointer = valueDeserializer.readPointer() + return EventTargetInfoInternal.fromPtr(ptr) } readWindowStatusType(): WindowStatusType { let valueDeserializer: Deserializer = this @@ -7568,6 +7818,16 @@ return (_continuationValue as [ number, number ]); } let value: AnimateParam = ({duration: duration_result,tempo: tempo_result,curve: curve_result,delay: delay_result,iterations: iterations_result,playMode: playMode_result,onFinish: onFinish_result,finishCallbackType: finishCallbackType_result,expectedFrameRateRange: expectedFrameRateRange_result} as AnimateParam) return value } + readComponent3DAttribute(): Component3DAttribute { + let value: Component3DAttribute = ({} as Component3DAttribute) + return value + } + readContext(): Context { + let valueDeserializer: Deserializer = this + const _ContextStub_result: string = (valueDeserializer.readString() as string) + let value: Context = ({_ContextStub: _ContextStub_result} as Context) + return value + } readUIGestureEvent(): UIGestureEvent { let value: UIGestureEvent = ({} as UIGestureEvent) return value @@ -7576,15 +7836,16 @@ return (_continuationValue as [ number, number ]); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (isExpanding: boolean, currentRatio: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isExpanding); -_argsSerializer.writeNumber(currentRatio); -(isSync) ? (InteropNativeModule._CallCallbackSync(541663396, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(541663396, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isExpanding: boolean, currentRatio: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isExpanding); + _argsSerializer.writeNumber(currentRatio); + (isSync) ? (InteropNativeModule._CallCallbackSync(541663396, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(541663396, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readVisibleAreaEventOptions(): VisibleAreaEventOptions { let valueDeserializer: Deserializer = this @@ -7608,82 +7869,88 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (oldValue: SizeOptions, newValue: SizeOptions): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSizeOptions(oldValue); -_argsSerializer.writeSizeOptions(newValue); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (oldValue: SizeOptions, newValue: SizeOptions): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSizeOptions(oldValue); + _argsSerializer.writeSizeOptions(newValue); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1716637992, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_MouseEvent_Void(isSync: boolean = false): ((event: MouseEvent) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: MouseEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeMouseEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: MouseEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeMouseEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1382640094, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readHoverCallback(isSync: boolean = false): HoverCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (isHover: boolean, event: HoverEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(68560477, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(68560477, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: HoverEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(68560477, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(68560477, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_KeyEvent_Void(isSync: boolean = false): ((event: KeyEvent) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: KeyEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeKeyEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(707696468, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(707696468, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: KeyEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeKeyEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(707696468, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(707696468, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_TouchEvent_Void(isSync: boolean = false): ((event: TouchEvent) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: TouchEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: TouchEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1676021850, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnMoveHandler(isSync: boolean = false): OnMoveHandler { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (from: number, to: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (from: number, to: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1200281222, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFadingEdgeOptions(): FadingEdgeOptions { let valueDeserializer: Deserializer = this @@ -7703,6 +7970,30 @@ return; } let value: RectShape = ({_RectShapeStub: _RectShapeStub_result} as RectShape) return value } + readCaretOffset(): CaretOffset { + let valueDeserializer: Deserializer = this + const index_result: number = (valueDeserializer.readNumber() as number) + const x_result: number = (valueDeserializer.readNumber() as number) + const y_result: number = (valueDeserializer.readNumber() as number) + let value: CaretOffset = ({index: index_result,x: x_result,y: y_result} as CaretOffset) + return value + } + readDirectionalEdgesT(): DirectionalEdgesT { + let valueDeserializer: Deserializer = this + const start_result: number = (valueDeserializer.readNumber() as number) + const end_result: number = (valueDeserializer.readNumber() as number) + const top_result: number = (valueDeserializer.readNumber() as number) + const bottom_result: number = (valueDeserializer.readNumber() as number) + let value: DirectionalEdgesT = ({start: start_result,end: end_result,top: top_result,bottom: bottom_result} as DirectionalEdgesT) + return value + } + readMeasureResult(): MeasureResult { + let valueDeserializer: Deserializer = this + const width_result: number = (valueDeserializer.readNumber() as number) + const height_result: number = (valueDeserializer.readNumber() as number) + let value: MeasureResult = ({width: width_result,height: height_result} as MeasureResult) + return value + } readConstraintSizeOptions(): ConstraintSizeOptions { let valueDeserializer: Deserializer = this const minWidth_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -7740,23 +8031,24 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array): GestureJudgeResult => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBaseGestureEvent(event); -_argsSerializer.writeGestureRecognizer(current); -_argsSerializer.writeInt32(recognizers.length); -for (let i = 0; i < recognizers.length; i++) { - const recognizers_element: GestureRecognizer = recognizers[i]; - _argsSerializer.writeGestureRecognizer(recognizers_element); -} -let _continuationValue: GestureJudgeResult | undefined|undefined ; -const _continuationCallback: ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureJudgeResult); } + return (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array): GestureJudgeResult => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBaseGestureEvent(event); + _argsSerializer.writeGestureRecognizer(current); + _argsSerializer.writeInt32(recognizers.length); + for (let i = 0; i < recognizers.length; i++) { + const recognizers_element: GestureRecognizer = recognizers[i]; + _argsSerializer.writeGestureRecognizer(recognizers_element); + } + let _continuationValue: GestureJudgeResult | undefined|undefined ; + const _continuationCallback: ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2119548940, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureJudgeResult); } } readAccessibilityOptions(): AccessibilityOptions { let valueDeserializer: Deserializer = this @@ -9552,14 +9844,15 @@ return (_continuationValue as GestureJudgeResult); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (transitionIn: boolean): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(transitionIn); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (transitionIn: boolean): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(transitionIn); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1878458553, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readForegroundBlurStyleOptions(): ForegroundBlurStyleOptions { let valueDeserializer: Deserializer = this @@ -9770,15 +10063,6 @@ return; } let value: DrawingLattice = ({_DrawingLatticeStub: _DrawingLatticeStub_result} as DrawingLattice) return value } - readRectResult(): RectResult { - let valueDeserializer: Deserializer = this - const x_result: number = (valueDeserializer.readNumber() as number) - const y_result: number = (valueDeserializer.readNumber() as number) - const width_result: number = (valueDeserializer.readNumber() as number) - const height_result: number = (valueDeserializer.readNumber() as number) - let value: RectResult = ({x: x_result,y: y_result,width: width_result,height: height_result} as RectResult) - return value - } readDrawModifier(): DrawModifier { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -9790,11 +10074,32 @@ return; } let value: IntentionCode = ({_IntentionCodeStub: _IntentionCodeStub_result} as IntentionCode) return value } + readSummary(): Summary { + let valueDeserializer: Deserializer = this + const _SummaryStub_result: string = (valueDeserializer.readString() as string) + let value: Summary = ({_SummaryStub: _SummaryStub_result} as Summary) + return value + } readUnifiedData(): UnifiedData { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() return UnifiedDataInternal.fromPtr(ptr) } + readTouchObject(): TouchObject { + let valueDeserializer: Deserializer = this + const type_result: TouchType = (valueDeserializer.readInt32() as TouchType) + const id_result: number = (valueDeserializer.readNumber() as number) + const displayX_result: number = (valueDeserializer.readNumber() as number) + const displayY_result: number = (valueDeserializer.readNumber() as number) + const windowX_result: number = (valueDeserializer.readNumber() as number) + const windowY_result: number = (valueDeserializer.readNumber() as number) + const screenX_result: number = (valueDeserializer.readNumber() as number) + const screenY_result: number = (valueDeserializer.readNumber() as number) + const x_result: number = (valueDeserializer.readNumber() as number) + const y_result: number = (valueDeserializer.readNumber() as number) + let value: TouchObject = ({type: type_result,id: id_result,displayX: displayX_result,displayY: displayY_result,windowX: windowX_result,windowY: windowY_result,screenX: screenX_result,screenY: screenY_result,x: x_result,y: y_result} as TouchObject) + return value + } readColumnSplitDividerStyle(): ColumnSplitDividerStyle { let valueDeserializer: Deserializer = this const startMargin_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -9862,6 +10167,24 @@ return; } let ptr: KPointer = valueDeserializer.readPointer() return ImageBitmapInternal.fromPtr(ptr) } + readTextMetrics(): TextMetrics { + let valueDeserializer: Deserializer = this + const actualBoundingBoxAscent_result: number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxDescent_result: number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxLeft_result: number = (valueDeserializer.readNumber() as number) + const actualBoundingBoxRight_result: number = (valueDeserializer.readNumber() as number) + const alphabeticBaseline_result: number = (valueDeserializer.readNumber() as number) + const emHeightAscent_result: number = (valueDeserializer.readNumber() as number) + const emHeightDescent_result: number = (valueDeserializer.readNumber() as number) + const fontBoundingBoxAscent_result: number = (valueDeserializer.readNumber() as number) + const fontBoundingBoxDescent_result: number = (valueDeserializer.readNumber() as number) + const hangingBaseline_result: number = (valueDeserializer.readNumber() as number) + const ideographicBaseline_result: number = (valueDeserializer.readNumber() as number) + const width_result: number = (valueDeserializer.readNumber() as number) + const height_result: number = (valueDeserializer.readNumber() as number) + let value: TextMetrics = ({actualBoundingBoxAscent: actualBoundingBoxAscent_result,actualBoundingBoxDescent: actualBoundingBoxDescent_result,actualBoundingBoxLeft: actualBoundingBoxLeft_result,actualBoundingBoxRight: actualBoundingBoxRight_result,alphabeticBaseline: alphabeticBaseline_result,emHeightAscent: emHeightAscent_result,emHeightDescent: emHeightDescent_result,fontBoundingBoxAscent: fontBoundingBoxAscent_result,fontBoundingBoxDescent: fontBoundingBoxDescent_result,hangingBaseline: hangingBaseline_result,ideographicBaseline: ideographicBaseline_result,width: width_result,height: height_result} as TextMetrics) + return value + } readImageData(): ImageData { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -10028,6 +10351,10 @@ return; } let value: CalendarDialogOptions = ({hintRadius: hintRadius_result,selected: selected_result,onAccept: onAccept_result,onCancel: onCancel_result,onChange: onChange_result,backgroundColor: backgroundColor_result,backgroundBlurStyle: backgroundBlurStyle_result,acceptButtonStyle: acceptButtonStyle_result,cancelButtonStyle: cancelButtonStyle_result,onDidAppear: onDidAppear_result,onDidDisappear: onDidDisappear_result,onWillAppear: onWillAppear_result,onWillDisappear: onWillDisappear_result,shadow: shadow_result,enableHoverMode: enableHoverMode_result,hoverModeArea: hoverModeArea_result} as CalendarDialogOptions) return value } + readCalendarPickerAttribute(): CalendarPickerAttribute { + let value: CalendarPickerAttribute = ({} as CalendarPickerAttribute) + return value + } readCalendarController(): CalendarController { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -10187,6 +10514,10 @@ return; } let value: BadgeStyle = ({color: color_result,fontSize: fontSize_result,badgeSize: badgeSize_result,badgeColor: badgeColor_result,borderColor: borderColor_result,borderWidth: borderWidth_result,fontWeight: fontWeight_result} as BadgeStyle) return value } + readAlphabetIndexerAttribute(): AlphabetIndexerAttribute { + let value: AlphabetIndexerAttribute = ({} as AlphabetIndexerAttribute) + return value + } readAlertDialogParamWithOptions(): AlertDialogParamWithOptions { let valueDeserializer: Deserializer = this const title_buf_runtimeType = (valueDeserializer.readInt8() as int32) @@ -12157,14 +12488,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-588228933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-588228933, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-588228933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-588228933, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSnapshotOptions(): SnapshotOptions { let valueDeserializer: Deserializer = this @@ -12189,29 +12521,31 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (result: PixelMap): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePixelMap(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(1289587365, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1289587365, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (result: PixelMap): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePixelMap(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(1289587365, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1289587365, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RangeUpdate(isSync: boolean = false): Callback_RangeUpdate { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: int32, mark: KPointer, end: int32): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(index); -_argsSerializer.writePointer(mark); -_argsSerializer.writeInt32(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(797834474, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(797834474, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: int32, mark: KPointer, end: int32): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(index); + _argsSerializer.writePointer(mark); + _argsSerializer.writeInt32(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(797834474, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(797834474, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDoubleAnimationParam(): DoubleAnimationParam { let valueDeserializer: Deserializer = this @@ -12275,77 +12609,82 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (options: WithThemeOptions): WithThemeAttribute => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWithThemeOptions(options); -let _continuationValue: WithThemeAttribute | undefined|undefined ; -const _continuationCallback: ((value: WithThemeAttribute) => void) = (value: WithThemeAttribute): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(219587748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(219587748, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WithThemeAttribute); } + return (options: WithThemeOptions): WithThemeAttribute => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWithThemeOptions(options); + let _continuationValue: WithThemeAttribute | undefined|undefined ; + const _continuationCallback: ((value: WithThemeAttribute) => void) = (value: WithThemeAttribute): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(219587748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(219587748, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WithThemeAttribute); } } readType_NavigationAttribute_customNavContentTransition_delegate(isSync: boolean = false): ((from: NavContentInfo, to: NavContentInfo, operation: NavigationOperation) => NavigationAnimatedTransition | undefined) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (from: NavContentInfo, to: NavContentInfo, operation: NavigationOperation): NavigationAnimatedTransition | undefined => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavContentInfo(from); -_argsSerializer.writeNavContentInfo(to); -_argsSerializer.writeInt32(operation); -let _continuationValue: NavigationAnimatedTransition | undefined|undefined ; -const _continuationCallback: ((value: NavigationAnimatedTransition | undefined) => void) = (value?: NavigationAnimatedTransition | undefined): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1044833488, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1044833488, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as NavigationAnimatedTransition); } + return (from: NavContentInfo, to: NavContentInfo, operation: NavigationOperation): NavigationAnimatedTransition | undefined => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavContentInfo(from); + _argsSerializer.writeNavContentInfo(to); + _argsSerializer.writeInt32(operation); + let _continuationValue: NavigationAnimatedTransition | undefined|undefined ; + const _continuationCallback: ((value: NavigationAnimatedTransition | undefined) => void) = (value?: NavigationAnimatedTransition | undefined): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1044833488, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1044833488, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as NavigationAnimatedTransition); } } readSliderTriggerChangeCallback(isSync: boolean = false): SliderTriggerChangeCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: number, mode: SliderChangeMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(value); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(711649376, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(711649376, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: number, mode: SliderChangeMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(value); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(711649376, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(711649376, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPageTransitionCallback(isSync: boolean = false): PageTransitionCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (type: RouteType, progress: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(type); -_argsSerializer.writeNumber(progress); -(isSync) ? (InteropNativeModule._CallCallbackSync(1627123591, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1627123591, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (type: RouteType, progress: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(type); + _argsSerializer.writeNumber(progress); + (isSync) ? (InteropNativeModule._CallCallbackSync(1627123591, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1627123591, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnScrollCallback(isSync: boolean = false): OnScrollCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (scrollOffset: number, scrollState: ScrollState): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(scrollOffset); -_argsSerializer.writeInt32(scrollState); -(isSync) ? (InteropNativeModule._CallCallbackSync(-160015401, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-160015401, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (scrollOffset: number, scrollState: ScrollState): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(scrollOffset); + _argsSerializer.writeInt32(scrollState); + (isSync) ? (InteropNativeModule._CallCallbackSync(-160015401, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-160015401, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIsolatedOptions(): IsolatedOptions { let valueDeserializer: Deserializer = this @@ -12358,17 +12697,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (options: IsolatedOptions): IsolatedComponentAttribute => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIsolatedOptions(options); -let _continuationValue: IsolatedComponentAttribute | undefined|undefined ; -const _continuationCallback: ((value: IsolatedComponentAttribute) => void) = (value: IsolatedComponentAttribute): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2139680213, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2139680213, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as IsolatedComponentAttribute); } + return (options: IsolatedOptions): IsolatedComponentAttribute => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIsolatedOptions(options); + let _continuationValue: IsolatedComponentAttribute | undefined|undefined ; + const _continuationCallback: ((value: IsolatedComponentAttribute) => void) = (value: IsolatedComponentAttribute): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2139680213, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2139680213, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as IsolatedComponentAttribute); } } readWithThemeAttribute(): WithThemeAttribute { let value: WithThemeAttribute = ({} as WithThemeAttribute) @@ -12378,297 +12718,315 @@ return (_continuationValue as IsolatedComponentAttribute); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: WithThemeAttribute): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWithThemeAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1436479104, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1436479104, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WithThemeAttribute): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWithThemeAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1436479104, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1436479104, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_WebResourceResponse_Void(isSync: boolean = false): ((value: WebResourceResponse) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: WebResourceResponse): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebResourceResponse(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(831645046, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(831645046, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WebResourceResponse): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebResourceResponse(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(831645046, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(831645046, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_WebKeyboardOptions_Void(isSync: boolean = false): ((value: WebKeyboardOptions) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: WebKeyboardOptions): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebKeyboardOptions(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: WebKeyboardOptions): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebKeyboardOptions(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1376223390, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Union_CustomBuilder_DragItemInfo_Void(isSync: boolean = false): ((value: CustomBuilder | DragItemInfo) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: CustomBuilder | DragItemInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.FUNCTION == value_type))) { - _argsSerializer.writeInt8(0); - const value_0 = unsafeCast(value); - _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value_0)); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1); - const value_1 = unsafeCast(value); - _argsSerializer.writeDragItemInfo(value_1); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-620935067, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-620935067, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CustomBuilder | DragItemInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.FUNCTION == value_type))) { + _argsSerializer.writeInt8(0); + const value_0 = unsafeCast(value); + _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value_0)); + } + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1); + const value_1 = unsafeCast(value); + _argsSerializer.writeDragItemInfo(value_1); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-620935067, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-620935067, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Tuple_Number_Number_Void(isSync: boolean = false): ((value: [ number, number ]) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: [ number, number ]): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_0 = value[0]; -_argsSerializer.writeNumber(value_0); -const value_1 = value[1]; -_argsSerializer.writeNumber(value_1); -(isSync) ? (InteropNativeModule._CallCallbackSync(-607365481, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-607365481, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: [ number, number ]): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_0 = value[0]; + _argsSerializer.writeNumber(value_0); + const value_1 = value[1]; + _argsSerializer.writeNumber(value_1); + (isSync) ? (InteropNativeModule._CallCallbackSync(-607365481, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-607365481, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Tuple_Number_Number_Number_Number_Void(isSync: boolean = false): ((value: [ number, number, number, number ]) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: [ number, number, number, number ]): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_0 = value[0]; -_argsSerializer.writeNumber(value_0); -const value_1 = value[1]; -_argsSerializer.writeNumber(value_1); -const value_2 = value[2]; -_argsSerializer.writeNumber(value_2); -const value_3 = value[3]; -_argsSerializer.writeNumber(value_3); -(isSync) ? (InteropNativeModule._CallCallbackSync(148489367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(148489367, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: [ number, number, number, number ]): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_0 = value[0]; + _argsSerializer.writeNumber(value_0); + const value_1 = value[1]; + _argsSerializer.writeNumber(value_1); + const value_2 = value[2]; + _argsSerializer.writeNumber(value_2); + const value_3 = value[3]; + _argsSerializer.writeNumber(value_3); + (isSync) ? (InteropNativeModule._CallCallbackSync(148489367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(148489367, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_TouchResult_Void(isSync: boolean = false): ((value: TouchResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: TouchResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1943507619, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1943507619, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: TouchResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1943507619, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1943507619, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_String_Unknown_Void(isSync: boolean = false): ((name: string, param: unknown) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (name: string, param: unknown): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(name); -_argsSerializer.writeCustomObject("Any", param); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (name: string, param: unknown): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(name); + _argsSerializer.writeCustomObject("Any", param); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1493806035, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Pointer_Void(isSync: boolean = false): ((value: KPointer) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: KPointer): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePointer(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(721562324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(721562324, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: KPointer): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePointer(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(721562324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(721562324, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_TabContentAnimatedTransition_Void(isSync: boolean = false): ((value: TabContentAnimatedTransition | undefined) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value?: TabContentAnimatedTransition | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeTabContentAnimatedTransition(value_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-143931627, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143931627, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: TabContentAnimatedTransition | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeTabContentAnimatedTransition(value_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-143931627, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143931627, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_StyledString_Opt_Array_String_Void(isSync: boolean = false): ((value?: StyledString | undefined, error?: Array | undefined) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value?: StyledString | undefined, error?: Array | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeStyledString(value_value); -} -let error_type: int32 = RuntimeType.UNDEFINED; -error_type = runtimeType(error); -_argsSerializer.writeInt8(error_type); -if ((RuntimeType.UNDEFINED) != (error_type)) { - const error_value = error!; - _argsSerializer.writeInt32(error_value.length); - for (let i = 0; i < error_value.length; i++) { - const error_value_element: string = error_value[i]; - _argsSerializer.writeString(error_value_element); - } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-756319131, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-756319131, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: StyledString | undefined, error?: Array | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeStyledString(value_value); + } + let error_type: int32 = RuntimeType.UNDEFINED; + error_type = runtimeType(error); + _argsSerializer.writeInt8(error_type); + if ((RuntimeType.UNDEFINED) != (error_type)) { + const error_value = error!; + _argsSerializer.writeInt32(error_value.length); + for (let i = 0; i < error_value.length; i++) { + const error_value_element: string = error_value[i]; + _argsSerializer.writeString(error_value_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-756319131, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-756319131, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_NavigationAnimatedTransition_Void(isSync: boolean = false): ((value: NavigationAnimatedTransition | undefined) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value?: NavigationAnimatedTransition | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -_argsSerializer.writeInt8(value_type); -if ((RuntimeType.UNDEFINED) != (value_type)) { - const value_value = value!; - _argsSerializer.writeNavigationAnimatedTransition(value_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value?: NavigationAnimatedTransition | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + _argsSerializer.writeInt8(value_type); + if ((RuntimeType.UNDEFINED) != (value_type)) { + const value_value = value!; + _argsSerializer.writeNavigationAnimatedTransition(value_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2035339519, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Opt_Array_String_Void(isSync: boolean = false): ((error?: Array | undefined) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (error?: Array | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let error_type: int32 = RuntimeType.UNDEFINED; -error_type = runtimeType(error); -_argsSerializer.writeInt8(error_type); -if ((RuntimeType.UNDEFINED) != (error_type)) { - const error_value = error!; - _argsSerializer.writeInt32(error_value.length); - for (let i = 0; i < error_value.length; i++) { - const error_value_element: string = error_value[i]; - _argsSerializer.writeString(error_value_element); - } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-543655128, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-543655128, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (error?: Array | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let error_type: int32 = RuntimeType.UNDEFINED; + error_type = runtimeType(error); + _argsSerializer.writeInt8(error_type); + if ((RuntimeType.UNDEFINED) != (error_type)) { + const error_value = error!; + _argsSerializer.writeInt32(error_value.length); + for (let i = 0; i < error_value.length; i++) { + const error_value_element: string = error_value[i]; + _argsSerializer.writeString(error_value_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-543655128, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-543655128, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_OnScrollFrameBeginHandlerResult_Void(isSync: boolean = false): ((value: OnScrollFrameBeginHandlerResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: OnScrollFrameBeginHandlerResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScrollFrameBeginHandlerResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1637092936, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1637092936, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: OnScrollFrameBeginHandlerResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScrollFrameBeginHandlerResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1637092936, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1637092936, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_OffsetResult_Void(isSync: boolean = false): ((value: OffsetResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: OffsetResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOffsetResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(1295952075, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1295952075, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: OffsetResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOffsetResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(1295952075, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1295952075, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationTitleMode_Void(isSync: boolean = false): ((titleMode: NavigationTitleMode) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (titleMode: NavigationTitleMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(titleMode); -(isSync) ? (InteropNativeModule._CallCallbackSync(1685437830, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1685437830, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (titleMode: NavigationTitleMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(titleMode); + (isSync) ? (InteropNativeModule._CallCallbackSync(1685437830, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1685437830, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_NavigationMode_Void(isSync: boolean = false): ((mode: NavigationMode) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (mode: NavigationMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(960690982, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(960690982, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (mode: NavigationMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(960690982, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(960690982, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Number_offsetRemain_Void(isSync: boolean = false): ((value: { offsetRemain: number }) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: { offsetRemain: number }): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const value_offsetRemain = value.offsetRemain; -_argsSerializer.writeNumber(value_offsetRemain); -(isSync) ? (InteropNativeModule._CallCallbackSync(-251706058, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-251706058, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: { offsetRemain: number }): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const value_offsetRemain = value.offsetRemain; + _argsSerializer.writeNumber(value_offsetRemain); + (isSync) ? (InteropNativeModule._CallCallbackSync(-251706058, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-251706058, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIsolatedComponentAttribute(): IsolatedComponentAttribute { let value: IsolatedComponentAttribute = ({} as IsolatedComponentAttribute) @@ -12678,110 +13036,118 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: IsolatedComponentAttribute): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIsolatedComponentAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(719029905, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(719029905, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: IsolatedComponentAttribute): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIsolatedComponentAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(719029905, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(719029905, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_HitTestMode_Void(isSync: boolean = false): ((value: HitTestMode) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: HitTestMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: HitTestMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1755111025, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_GestureRecognizer_Void(isSync: boolean = false): ((value: GestureRecognizer) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: GestureRecognizer): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureRecognizer(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(776202910, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(776202910, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: GestureRecognizer): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureRecognizer(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(776202910, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(776202910, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_GestureJudgeResult_Void(isSync: boolean = false): ((value: GestureJudgeResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: GestureJudgeResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-684588584, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-684588584, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: GestureJudgeResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-684588584, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-684588584, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_CustomBuilder_Void(isSync: boolean = false): ((value: CustomBuilder) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: CustomBuilder): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value)); -(isSync) ? (InteropNativeModule._CallCallbackSync(-721106019, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721106019, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CustomBuilder): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.holdAndWriteCallback(CallbackTransformer.transformFromCustomBuilder(value)); + (isSync) ? (InteropNativeModule._CallCallbackSync(-721106019, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-721106019, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ComputedBarAttribute_Void(isSync: boolean = false): ((value: ComputedBarAttribute) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: ComputedBarAttribute): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeComputedBarAttribute(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: ComputedBarAttribute): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeComputedBarAttribute(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1270343661, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Array_String_Void(isSync: boolean = false): ((value: Array) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: Array): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value.length); -for (let i = 0; i < value.length; i++) { - const value_element: string = value[i]; - _argsSerializer.writeString(value_element); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-440782244, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-440782244, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: Array): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value.length); + for (let i = 0; i < value.length; i++) { + const value_element: string = value[i]; + _argsSerializer.writeString(value_element); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-440782244, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-440782244, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readButtonTriggerClickCallback(isSync: boolean = false): ButtonTriggerClickCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (xPos: number, yPos: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xPos); -_argsSerializer.writeNumber(yPos); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (xPos: number, yPos: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xPos); + _argsSerializer.writeNumber(yPos); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1964292933, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLinearIndicatorController(): LinearIndicatorController { let valueDeserializer: Deserializer = this @@ -12822,11 +13188,6 @@ return; } let value: ImageAttachmentInterface = ({value: value_result,size: size_result,verticalAlign: verticalAlign_result,objectFit: objectFit_result,layoutStyle: layoutStyle_result} as ImageAttachmentInterface) return value } - readMutableStyledString(): MutableStyledString { - let valueDeserializer: Deserializer = this - let ptr: KPointer = valueDeserializer.readPointer() - return MutableStyledStringInternal.fromPtr(ptr) - } readUrlStyle(): UrlStyle { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -13061,23 +13422,24 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: { code: number, want?: Want }): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const parameter_code = parameter.code; -_argsSerializer.writeNumber(parameter_code); -const parameter_want = parameter.want; -let parameter_want_type: int32 = RuntimeType.UNDEFINED; -parameter_want_type = runtimeType(parameter_want); -_argsSerializer.writeInt8(parameter_want_type); -if ((RuntimeType.UNDEFINED) != (parameter_want_type)) { - const parameter_want_value = parameter_want!; - _argsSerializer.writeWant(parameter_want_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-582934742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-582934742, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: { code: number, want?: Want }): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const parameter_code = parameter.code; + _argsSerializer.writeNumber(parameter_code); + const parameter_want = parameter.want; + let parameter_want_type: int32 = RuntimeType.UNDEFINED; + parameter_want_type = runtimeType(parameter_want); + _argsSerializer.writeInt8(parameter_want_type); + if ((RuntimeType.UNDEFINED) != (parameter_want_type)) { + const parameter_want_value = parameter_want!; + _argsSerializer.writeWant(parameter_want_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-582934742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-582934742, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readReceiveCallback(): ReceiveCallback { let valueDeserializer: Deserializer = this @@ -13217,20 +13579,21 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: Object | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeCustomObject("Object", event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-823037763, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-823037763, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: Object | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeCustomObject("Object", event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-823037763, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-823037763, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readXComponentOptions(): XComponentOptions { let valueDeserializer: Deserializer = this @@ -13262,14 +13625,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (details: AdsBlockedDetails): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeAdsBlockedDetails(details); -(isSync) ? (InteropNativeModule._CallCallbackSync(1572284740, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1572284740, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (details: AdsBlockedDetails): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeAdsBlockedDetails(details); + (isSync) ? (InteropNativeModule._CallCallbackSync(1572284740, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1572284740, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWebKeyboardOptions(): WebKeyboardOptions { let valueDeserializer: Deserializer = this @@ -13310,30 +13674,32 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (keyboardCallbackInfo: WebKeyboardCallbackInfo): WebKeyboardOptions => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebKeyboardCallbackInfo(keyboardCallbackInfo); -let _continuationValue: WebKeyboardOptions | undefined|undefined ; -const _continuationCallback: ((value: WebKeyboardOptions) => void) = (value: WebKeyboardOptions): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WebKeyboardOptions); } + return (keyboardCallbackInfo: WebKeyboardCallbackInfo): WebKeyboardOptions => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebKeyboardCallbackInfo(keyboardCallbackInfo); + let _continuationValue: WebKeyboardOptions | undefined|undefined ; + const _continuationCallback: ((value: WebKeyboardOptions) => void) = (value: WebKeyboardOptions): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1829763354, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WebKeyboardOptions); } } readOnViewportFitChangedCallback(isSync: boolean = false): OnViewportFitChangedCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (viewportFit: ViewportFit): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(viewportFit); -(isSync) ? (InteropNativeModule._CallCallbackSync(1847083191, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1847083191, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (viewportFit: ViewportFit): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(viewportFit); + (isSync) ? (InteropNativeModule._CallCallbackSync(1847083191, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1847083191, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readExpandedMenuItemOptions(): ExpandedMenuItemOptions { let valueDeserializer: Deserializer = this @@ -13375,13 +13741,14 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(1334389194, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1334389194, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(1334389194, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1334389194, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRenderProcessNotRespondingData(): RenderProcessNotRespondingData { let valueDeserializer: Deserializer = this @@ -13395,14 +13762,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (data: RenderProcessNotRespondingData): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRenderProcessNotRespondingData(data); -(isSync) ? (InteropNativeModule._CallCallbackSync(47282303, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(47282303, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (data: RenderProcessNotRespondingData): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRenderProcessNotRespondingData(data); + (isSync) ? (InteropNativeModule._CallCallbackSync(47282303, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(47282303, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeMediaPlayerConfig(): NativeMediaPlayerConfig { let valueDeserializer: Deserializer = this @@ -13415,17 +13783,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (webResourceRequest: WebResourceRequest): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeWebResourceRequest(webResourceRequest); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(865258467, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(865258467, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (webResourceRequest: WebResourceRequest): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeWebResourceRequest(webResourceRequest); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(865258467, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(865258467, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readNativeEmbedTouchInfo(): NativeEmbedTouchInfo { let valueDeserializer: Deserializer = this @@ -13457,14 +13826,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: NativeEmbedTouchInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedTouchInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: NativeEmbedTouchInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedTouchInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1090303858, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeEmbedVisibilityInfo(): NativeEmbedVisibilityInfo { let valueDeserializer: Deserializer = this @@ -13477,14 +13847,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedVisibilityInfo(nativeEmbedVisibilityInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (nativeEmbedVisibilityInfo: NativeEmbedVisibilityInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedVisibilityInfo(nativeEmbedVisibilityInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1641338704, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNativeEmbedDataInfo(): NativeEmbedDataInfo { let valueDeserializer: Deserializer = this @@ -13523,14 +13894,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: NativeEmbedDataInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNativeEmbedDataInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(477481563, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(477481563, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: NativeEmbedDataInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNativeEmbedDataInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(477481563, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(477481563, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readScriptItem(): ScriptItem { let valueDeserializer: Deserializer = this @@ -13555,14 +13927,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (details: IntelligentTrackingPreventionDetails): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeIntelligentTrackingPreventionDetails(details); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (details: IntelligentTrackingPreventionDetails): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeIntelligentTrackingPreventionDetails(details); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1377876844, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLoadCommittedDetails(): LoadCommittedDetails { let valueDeserializer: Deserializer = this @@ -13578,27 +13951,29 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (loadCommittedDetails: LoadCommittedDetails): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeLoadCommittedDetails(loadCommittedDetails); -(isSync) ? (InteropNativeModule._CallCallbackSync(-398722176, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-398722176, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (loadCommittedDetails: LoadCommittedDetails): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeLoadCommittedDetails(loadCommittedDetails); + (isSync) ? (InteropNativeModule._CallCallbackSync(-398722176, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-398722176, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSafeBrowsingCheckResultCallback(isSync: boolean = false): OnSafeBrowsingCheckResultCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (threatType: ThreatType): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(threatType); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (threatType: ThreatType): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(threatType); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1099824577, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnOverScrollEvent(): OnOverScrollEvent { let valueDeserializer: Deserializer = this @@ -13611,14 +13986,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnOverScrollEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnOverScrollEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-860386431, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-860386431, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnOverScrollEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnOverScrollEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-860386431, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-860386431, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnLoadInterceptEvent(): OnLoadInterceptEvent { let valueDeserializer: Deserializer = this @@ -13630,17 +14006,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnLoadInterceptEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnLoadInterceptEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1231444306, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1231444306, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnLoadInterceptEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnLoadInterceptEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1231444306, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1231444306, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readLargestContentfulPaint(): LargestContentfulPaint { let valueDeserializer: Deserializer = this @@ -13693,14 +14070,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (largestContentfulPaint: LargestContentfulPaint): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeLargestContentfulPaint(largestContentfulPaint); -(isSync) ? (InteropNativeModule._CallCallbackSync(1390640532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1390640532, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (largestContentfulPaint: LargestContentfulPaint): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeLargestContentfulPaint(largestContentfulPaint); + (isSync) ? (InteropNativeModule._CallCallbackSync(1390640532, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1390640532, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFirstMeaningfulPaint(): FirstMeaningfulPaint { let valueDeserializer: Deserializer = this @@ -13725,14 +14103,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (firstMeaningfulPaint: FirstMeaningfulPaint): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFirstMeaningfulPaint(firstMeaningfulPaint); -(isSync) ? (InteropNativeModule._CallCallbackSync(767275770, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(767275770, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (firstMeaningfulPaint: FirstMeaningfulPaint): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFirstMeaningfulPaint(firstMeaningfulPaint); + (isSync) ? (InteropNativeModule._CallCallbackSync(767275770, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(767275770, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFirstContentfulPaintEvent(): OnFirstContentfulPaintEvent { let valueDeserializer: Deserializer = this @@ -13745,14 +14124,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnFirstContentfulPaintEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFirstContentfulPaintEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnFirstContentfulPaintEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFirstContentfulPaintEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1852060212, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnAudioStateChangedEvent(): OnAudioStateChangedEvent { let valueDeserializer: Deserializer = this @@ -13764,14 +14144,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnAudioStateChangedEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnAudioStateChangedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnAudioStateChangedEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnAudioStateChangedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1559789631, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnDataResubmittedEvent(): OnDataResubmittedEvent { let valueDeserializer: Deserializer = this @@ -13783,14 +14164,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnDataResubmittedEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnDataResubmittedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(118631204, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(118631204, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnDataResubmittedEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnDataResubmittedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(118631204, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(118631204, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageVisibleEvent(): OnPageVisibleEvent { let valueDeserializer: Deserializer = this @@ -13802,14 +14184,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnPageVisibleEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageVisibleEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1805946367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1805946367, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageVisibleEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageVisibleEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1805946367, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1805946367, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFaviconReceivedEvent(): OnFaviconReceivedEvent { let valueDeserializer: Deserializer = this @@ -13821,14 +14204,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnFaviconReceivedEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFaviconReceivedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-243916553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-243916553, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnFaviconReceivedEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFaviconReceivedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-243916553, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-243916553, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTouchIconUrlReceivedEvent(): OnTouchIconUrlReceivedEvent { let valueDeserializer: Deserializer = this @@ -13841,14 +14225,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnTouchIconUrlReceivedEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnTouchIconUrlReceivedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1657893064, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1657893064, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnTouchIconUrlReceivedEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnTouchIconUrlReceivedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1657893064, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1657893064, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnWindowNewEvent(): OnWindowNewEvent { let valueDeserializer: Deserializer = this @@ -13863,14 +14248,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnWindowNewEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnWindowNewEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnWindowNewEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnWindowNewEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2052382574, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnClientAuthenticationEvent(): OnClientAuthenticationEvent { let valueDeserializer: Deserializer = this @@ -13896,14 +14282,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnClientAuthenticationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnClientAuthenticationEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(608991355, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(608991355, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnClientAuthenticationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnClientAuthenticationEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(608991355, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(608991355, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSslErrorEvent(): SslErrorEvent { let valueDeserializer: Deserializer = this @@ -13921,14 +14308,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (sslErrorEvent: SslErrorEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeSslErrorEvent(sslErrorEvent); -(isSync) ? (InteropNativeModule._CallCallbackSync(-399603614, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-399603614, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (sslErrorEvent: SslErrorEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeSslErrorEvent(sslErrorEvent); + (isSync) ? (InteropNativeModule._CallCallbackSync(-399603614, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-399603614, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSslErrorEventReceiveEvent(): OnSslErrorEventReceiveEvent { let valueDeserializer: Deserializer = this @@ -13953,14 +14341,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnSslErrorEventReceiveEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnSslErrorEventReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1624791665, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1624791665, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnSslErrorEventReceiveEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnSslErrorEventReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1624791665, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1624791665, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnScrollEvent(): OnScrollEvent { let valueDeserializer: Deserializer = this @@ -13973,14 +14362,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnScrollEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScrollEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-172908881, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-172908881, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScrollEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScrollEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-172908881, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-172908881, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSearchResultReceiveEvent(): OnSearchResultReceiveEvent { let valueDeserializer: Deserializer = this @@ -13994,26 +14384,28 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnSearchResultReceiveEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnSearchResultReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1495570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1495570, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnSearchResultReceiveEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnSearchResultReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1495570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1495570, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContextMenuHideCallback(isSync: boolean = false): OnContextMenuHideCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -(isSync) ? (InteropNativeModule._CallCallbackSync(1788572278, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1788572278, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + (isSync) ? (InteropNativeModule._CallCallbackSync(1788572278, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1788572278, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContextMenuShowEvent(): OnContextMenuShowEvent { let valueDeserializer: Deserializer = this @@ -14026,17 +14418,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnContextMenuShowEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnContextMenuShowEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(332449533, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(332449533, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnContextMenuShowEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnContextMenuShowEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(332449533, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(332449533, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScreenCaptureRequestEvent(): OnScreenCaptureRequestEvent { let valueDeserializer: Deserializer = this @@ -14048,14 +14441,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnScreenCaptureRequestEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScreenCaptureRequestEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScreenCaptureRequestEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScreenCaptureRequestEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1972321573, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPermissionRequestEvent(): OnPermissionRequestEvent { let valueDeserializer: Deserializer = this @@ -14067,14 +14461,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnPermissionRequestEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPermissionRequestEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(529980696, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(529980696, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPermissionRequestEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPermissionRequestEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(529980696, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(529980696, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnInterceptRequestEvent(): OnInterceptRequestEvent { let valueDeserializer: Deserializer = this @@ -14086,17 +14481,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnInterceptRequestEvent): WebResourceResponse => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnInterceptRequestEvent(parameter); -let _continuationValue: WebResourceResponse | undefined|undefined ; -const _continuationCallback: ((value: WebResourceResponse) => void) = (value: WebResourceResponse): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1442698200, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1442698200, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as WebResourceResponse); } + return (parameter: OnInterceptRequestEvent): WebResourceResponse => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnInterceptRequestEvent(parameter); + let _continuationValue: WebResourceResponse | undefined|undefined ; + const _continuationCallback: ((value: WebResourceResponse) => void) = (value: WebResourceResponse): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1442698200, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1442698200, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as WebResourceResponse); } } readOnHttpAuthRequestEvent(): OnHttpAuthRequestEvent { let valueDeserializer: Deserializer = this @@ -14110,17 +14506,18 @@ return (_continuationValue as WebResourceResponse); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnHttpAuthRequestEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnHttpAuthRequestEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(780282803, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(780282803, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnHttpAuthRequestEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnHttpAuthRequestEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(780282803, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(780282803, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScaleChangeEvent(): OnScaleChangeEvent { let valueDeserializer: Deserializer = this @@ -14133,14 +14530,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnScaleChangeEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnScaleChangeEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnScaleChangeEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnScaleChangeEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1782102148, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFullScreenEnterEvent(): FullScreenEnterEvent { let valueDeserializer: Deserializer = this @@ -14166,14 +14564,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: FullScreenEnterEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFullScreenEnterEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(81230317, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(81230317, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: FullScreenEnterEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFullScreenEnterEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(81230317, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(81230317, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnResourceLoadEvent(): OnResourceLoadEvent { let valueDeserializer: Deserializer = this @@ -14185,59 +14584,62 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnResourceLoadEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnResourceLoadEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(793995118, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(793995118, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnResourceLoadEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnResourceLoadEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(793995118, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(793995118, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readType_WebAttribute_onFileSelectorShow_callback(isSync: boolean = false): ((event?: { callback_: Function, fileSelector: Object }) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: { callback_: Function, fileSelector: Object } | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_callback_ = event_value.callback_; - _argsSerializer.writeFunction(event_value_callback_); - const event_value_fileSelector = event_value.fileSelector; - _argsSerializer.writeCustomObject("Object", event_value_fileSelector); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(1962174977, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1962174977, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: { callback_: Function, fileSelector: Object } | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_callback_ = event_value.callback_; + _argsSerializer.writeFunction(event_value_callback_); + const event_value_fileSelector = event_value.fileSelector; + _argsSerializer.writeCustomObject("Object", event_value_fileSelector); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(1962174977, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1962174977, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Object_detail_Boolean(isSync: boolean = false): ((event?: { detail: Object }) => boolean) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: { detail: Object } | undefined): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_detail = event_value.detail; - _argsSerializer.writeCustomObject("Object", event_value_detail); -} -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(222742448, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(222742448, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (event?: { detail: Object } | undefined): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_detail = event_value.detail; + _argsSerializer.writeCustomObject("Object", event_value_detail); + } + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(222742448, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(222742448, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnShowFileSelectorEvent(): OnShowFileSelectorEvent { let valueDeserializer: Deserializer = this @@ -14250,17 +14652,18 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnShowFileSelectorEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnShowFileSelectorEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-636069598, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-636069598, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnShowFileSelectorEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnShowFileSelectorEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-636069598, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-636069598, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnRenderExitedEvent(): OnRenderExitedEvent { let valueDeserializer: Deserializer = this @@ -14272,70 +14675,73 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnRenderExitedEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnRenderExitedEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnRenderExitedEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnRenderExitedEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1413785559, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Function_handler_Object_error_Void(isSync: boolean = false): ((event?: { handler: Function, error: Object }) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: { handler: Function, error: Object } | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_handler = event_value.handler; - _argsSerializer.writeFunction(event_value_handler); - const event_value_error = event_value.error; - _argsSerializer.writeCustomObject("Object", event_value_error); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(361012115, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(361012115, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: { handler: Function, error: Object } | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_handler = event_value.handler; + _argsSerializer.writeFunction(event_value_handler); + const event_value_error = event_value.error; + _argsSerializer.writeCustomObject("Object", event_value_error); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(361012115, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(361012115, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readType_WebAttribute_onUrlLoadIntercept_callback(isSync: boolean = false): ((event?: { data: string | WebResourceRequest }) => boolean) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: { data: string | WebResourceRequest } | undefined): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_data = event_value.data; - let event_value_data_type: int32 = RuntimeType.UNDEFINED; - event_value_data_type = runtimeType(event_value_data); - if (((RuntimeType.STRING == event_value_data_type))) { - _argsSerializer.writeInt8(0); - const event_value_data_0 = unsafeCast(event_value_data); - _argsSerializer.writeString(event_value_data_0); - } - else if (((RuntimeType.OBJECT == event_value_data_type))) { - _argsSerializer.writeInt8(1); - const event_value_data_1 = unsafeCast(event_value_data); - _argsSerializer.writeWebResourceRequest(event_value_data_1); - } -} -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-985284966, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-985284966, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (event?: { data: string | WebResourceRequest } | undefined): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_data = event_value.data; + let event_value_data_type: int32 = RuntimeType.UNDEFINED; + event_value_data_type = runtimeType(event_value_data); + if (((RuntimeType.STRING == event_value_data_type))) { + _argsSerializer.writeInt8(0); + const event_value_data_0 = unsafeCast(event_value_data); + _argsSerializer.writeString(event_value_data_0); + } + else if (((RuntimeType.OBJECT == event_value_data_type))) { + _argsSerializer.writeInt8(1); + const event_value_data_1 = unsafeCast(event_value_data); + _argsSerializer.writeWebResourceRequest(event_value_data_1); + } + } + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-985284966, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-985284966, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnRefreshAccessedHistoryEvent(): OnRefreshAccessedHistoryEvent { let valueDeserializer: Deserializer = this @@ -14348,14 +14754,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnRefreshAccessedHistoryEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnRefreshAccessedHistoryEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1978364344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1978364344, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnRefreshAccessedHistoryEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnRefreshAccessedHistoryEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1978364344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1978364344, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnDownloadStartEvent(): OnDownloadStartEvent { let valueDeserializer: Deserializer = this @@ -14371,14 +14778,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnDownloadStartEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnDownloadStartEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1834611702, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1834611702, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnDownloadStartEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnDownloadStartEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1834611702, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1834611702, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnHttpErrorReceiveEvent(): OnHttpErrorReceiveEvent { let valueDeserializer: Deserializer = this @@ -14391,14 +14799,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnHttpErrorReceiveEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnHttpErrorReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnHttpErrorReceiveEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnHttpErrorReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2066745559, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnErrorReceiveEvent(): OnErrorReceiveEvent { let valueDeserializer: Deserializer = this @@ -14411,14 +14820,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnErrorReceiveEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnErrorReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnErrorReceiveEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnErrorReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1792851375, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnConsoleEvent(): OnConsoleEvent { let valueDeserializer: Deserializer = this @@ -14430,17 +14840,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnConsoleEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnConsoleEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(893367077, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(893367077, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnConsoleEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnConsoleEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(893367077, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(893367077, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnPromptEvent(): OnPromptEvent { let valueDeserializer: Deserializer = this @@ -14455,17 +14866,18 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnPromptEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPromptEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnPromptEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPromptEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1826742986, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnConfirmEvent(): OnConfirmEvent { let valueDeserializer: Deserializer = this @@ -14479,17 +14891,18 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnConfirmEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnConfirmEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(317864672, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(317864672, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnConfirmEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnConfirmEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(317864672, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(317864672, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnBeforeUnloadEvent(): OnBeforeUnloadEvent { let valueDeserializer: Deserializer = this @@ -14503,17 +14916,18 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnBeforeUnloadEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnBeforeUnloadEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-873162122, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-873162122, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnBeforeUnloadEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnBeforeUnloadEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-873162122, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-873162122, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnAlertEvent(): OnAlertEvent { let valueDeserializer: Deserializer = this @@ -14527,17 +14941,18 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnAlertEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnAlertEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(806070428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(806070428, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: OnAlertEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnAlertEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(806070428, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(806070428, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnGeolocationShowEvent(): OnGeolocationShowEvent { let valueDeserializer: Deserializer = this @@ -14550,14 +14965,15 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnGeolocationShowEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnGeolocationShowEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-941896815, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-941896815, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnGeolocationShowEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnGeolocationShowEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-941896815, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-941896815, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTitleReceiveEvent(): OnTitleReceiveEvent { let valueDeserializer: Deserializer = this @@ -14569,14 +14985,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnTitleReceiveEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnTitleReceiveEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-318085495, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-318085495, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnTitleReceiveEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnTitleReceiveEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-318085495, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-318085495, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnProgressChangeEvent(): OnProgressChangeEvent { let valueDeserializer: Deserializer = this @@ -14588,14 +15005,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnProgressChangeEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnProgressChangeEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1018740377, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1018740377, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnProgressChangeEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnProgressChangeEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1018740377, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1018740377, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageBeginEvent(): OnPageBeginEvent { let valueDeserializer: Deserializer = this @@ -14607,14 +15025,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnPageBeginEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageBeginEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageBeginEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageBeginEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2040193994, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnPageEndEvent(): OnPageEndEvent { let valueDeserializer: Deserializer = this @@ -14626,14 +15045,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: OnPageEndEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnPageEndEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-130135362, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-130135362, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: OnPageEndEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnPageEndEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-130135362, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-130135362, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWebMediaOptions(): WebMediaOptions { let valueDeserializer: Deserializer = this @@ -14748,11 +15168,6 @@ return; } let value: WebOptions = ({src: src_result,controller: controller_result,renderMode: renderMode_result,incognitoMode: incognitoMode_result,sharedRenderProcessToken: sharedRenderProcessToken_result} as WebOptions) return value } - readWebCookie(): WebCookie { - let valueDeserializer: Deserializer = this - let ptr: KPointer = valueDeserializer.readPointer() - return WebCookieInternal.fromPtr(ptr) - } readHeader(): Header { let valueDeserializer: Deserializer = this const headerKey_result: string = (valueDeserializer.readString() as string) @@ -14770,14 +15185,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: PlaybackInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePlaybackInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PlaybackInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePlaybackInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2058966418, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPreparedInfo(): PreparedInfo { let valueDeserializer: Deserializer = this @@ -14789,14 +15205,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: PreparedInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePreparedInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1300890372, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1300890372, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PreparedInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePreparedInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1300890372, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1300890372, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFullscreenInfo(): FullscreenInfo { let valueDeserializer: Deserializer = this @@ -14808,14 +15225,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: FullscreenInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFullscreenInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(583294398, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(583294398, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: FullscreenInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFullscreenInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(583294398, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(583294398, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readVideoOptions(): VideoOptions { let valueDeserializer: Deserializer = this @@ -15104,59 +15522,61 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string | Array, index: number | Array): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let value_type: int32 = RuntimeType.UNDEFINED; -value_type = runtimeType(value); -if (((RuntimeType.STRING == value_type))) { - _argsSerializer.writeInt8(0); - const value_0 = unsafeCast(value); - _argsSerializer.writeString(value_0); -} -else if (((RuntimeType.OBJECT == value_type))) { - _argsSerializer.writeInt8(1); - const value_1 = unsafeCast>(value); - _argsSerializer.writeInt32(value_1.length); - for (let i = 0; i < value_1.length; i++) { - const value_1_element: string = value_1[i]; - _argsSerializer.writeString(value_1_element); + return (value: string | Array, index: number | Array): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let value_type: int32 = RuntimeType.UNDEFINED; + value_type = runtimeType(value); + if (((RuntimeType.STRING == value_type))) { + _argsSerializer.writeInt8(0); + const value_0 = unsafeCast(value); + _argsSerializer.writeString(value_0); } -} -let index_type: int32 = RuntimeType.UNDEFINED; -index_type = runtimeType(index); -if (((RuntimeType.NUMBER == index_type))) { - _argsSerializer.writeInt8(0); - const index_0 = unsafeCast(index); - _argsSerializer.writeNumber(index_0); -} -else if (((RuntimeType.OBJECT == index_type))) { - _argsSerializer.writeInt8(1); - const index_1 = unsafeCast>(index); - _argsSerializer.writeInt32(index_1.length); - for (let i = 0; i < index_1.length; i++) { - const index_1_element: number = index_1[i]; - _argsSerializer.writeNumber(index_1_element); + else if (((RuntimeType.OBJECT == value_type))) { + _argsSerializer.writeInt8(1); + const value_1 = unsafeCast>(value); + _argsSerializer.writeInt32(value_1.length); + for (let i = 0; i < value_1.length; i++) { + const value_1_element: string = value_1[i]; + _argsSerializer.writeString(value_1_element); + } } -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + let index_type: int32 = RuntimeType.UNDEFINED; + index_type = runtimeType(index); + if (((RuntimeType.NUMBER == index_type))) { + _argsSerializer.writeInt8(0); + const index_0 = unsafeCast(index); + _argsSerializer.writeNumber(index_0); + } + else if (((RuntimeType.OBJECT == index_type))) { + _argsSerializer.writeInt8(1); + const index_1 = unsafeCast>(index); + _argsSerializer.writeInt32(index_1.length); + for (let i = 0; i < index_1.length; i++) { + const index_1_element: number = index_1[i]; + _argsSerializer.writeNumber(index_1_element); + } + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1078223620, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_String_Number_Void(isSync: boolean = false): ((value: string, index: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string, index: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(-879490874, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-879490874, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, index: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(-879490874, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-879490874, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextCascadePickerRangeContent(): TextCascadePickerRangeContent { let valueDeserializer: Deserializer = this @@ -15364,15 +15784,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (enterKey: EnterKeyType, event: SubmitEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(enterKey); -_argsSerializer.writeSubmitEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType, event: SubmitEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(enterKey); + _argsSerializer.writeSubmitEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1961646162, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextInputOptions(): TextInputOptions { let valueDeserializer: Deserializer = this @@ -15422,10 +15843,11 @@ return; } let value: TextInputOptions = ({placeholder: placeholder_result,text: text_result,controller: controller_result} as TextInputOptions) return value } - readLayoutManager(): LayoutManager { + readTextBox(): TextBox { let valueDeserializer: Deserializer = this - let ptr: KPointer = valueDeserializer.readPointer() - return LayoutManagerInternal.fromPtr(ptr) + const _TextBoxStub_result: string = (valueDeserializer.readString() as string) + let value: TextBox = ({_TextBoxStub: _TextBoxStub_result} as TextBox) + return value } readStyledStringController(): StyledStringController { let valueDeserializer: Deserializer = this @@ -15465,48 +15887,51 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string, event: PasteEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -_argsSerializer.writePasteEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-683652998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-683652998, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, event: PasteEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + _argsSerializer.writePasteEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-683652998, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-683652998, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextAreaSubmitCallback(isSync: boolean = false): TextAreaSubmitCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (enterKeyType: EnterKeyType, event?: SubmitEvent | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(enterKeyType); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeSubmitEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-401980571, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-401980571, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKeyType: EnterKeyType, event?: SubmitEvent | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(enterKeyType); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeSubmitEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-401980571, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-401980571, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_EnterKeyType_Void(isSync: boolean = false): ((enterKey: EnterKeyType) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (enterKey: EnterKeyType): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(enterKey); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(enterKey); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1802605016, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextAreaOptions(): TextAreaOptions { let valueDeserializer: Deserializer = this @@ -15572,18 +15997,19 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (currentIndex: number, comingIndex: number): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(currentIndex); -_argsSerializer.writeNumber(comingIndex); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-349727249, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-349727249, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (currentIndex: number, comingIndex: number): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(currentIndex); + _argsSerializer.writeNumber(comingIndex); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-349727249, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-349727249, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readTabContentTransitionProxy(): TabContentTransitionProxy { let valueDeserializer: Deserializer = this @@ -15594,18 +16020,19 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (from: number, to: number): TabContentAnimatedTransition | undefined => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -let _continuationValue: TabContentAnimatedTransition | undefined|undefined ; -const _continuationCallback: ((value: TabContentAnimatedTransition | undefined) => void) = (value?: TabContentAnimatedTransition | undefined): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(221706282, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(221706282, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as TabContentAnimatedTransition); } + return (from: number, to: number): TabContentAnimatedTransition | undefined => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + let _continuationValue: TabContentAnimatedTransition | undefined|undefined ; + const _continuationCallback: ((value: TabContentAnimatedTransition | undefined) => void) = (value?: TabContentAnimatedTransition | undefined): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(221706282, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(221706282, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as TabContentAnimatedTransition); } } readBarGridColumnOptions(): BarGridColumnOptions { let valueDeserializer: Deserializer = this @@ -15651,29 +16078,31 @@ return (_continuationValue as TabContentAnimatedTransition); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, extraInfo: TabsAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(253696833, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(253696833, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: TabsAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(253696833, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(253696833, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTabsAnimationEndCallback(isSync: boolean = false): OnTabsAnimationEndCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, extraInfo: TabsAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(1942856551, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1942856551, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: TabsAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(1942856551, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1942856551, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabsAnimationEvent(): TabsAnimationEvent { let valueDeserializer: Deserializer = this @@ -15687,16 +16116,17 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, targetIndex: number, extraInfo: TabsAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(targetIndex); -_argsSerializer.writeTabsAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-147408344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-147408344, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, targetIndex: number, extraInfo: TabsAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(targetIndex); + _argsSerializer.writeTabsAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-147408344, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-147408344, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTabsOptions(): TabsOptions { let valueDeserializer: Deserializer = this @@ -15758,17 +16188,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (selectedIndex: number, index: number, position: number, mainAxisLength: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(selectedIndex); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(position); -_argsSerializer.writeNumber(mainAxisLength); -(isSync) ? (InteropNativeModule._CallCallbackSync(1532328438, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1532328438, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (selectedIndex: number, index: number, position: number, mainAxisLength: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(selectedIndex); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(position); + _argsSerializer.writeNumber(mainAxisLength); + (isSync) ? (InteropNativeModule._CallCallbackSync(1532328438, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1532328438, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSwiperContentTransitionProxy(): SwiperContentTransitionProxy { let valueDeserializer: Deserializer = this @@ -15792,29 +16223,31 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, extraInfo: SwiperAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(606029871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(606029871, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: SwiperAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(606029871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(606029871, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnSwiperAnimationEndCallback(isSync: boolean = false): OnSwiperAnimationEndCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, extraInfo: SwiperAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(-143686583, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143686583, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, extraInfo: SwiperAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(-143686583, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-143686583, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSwiperAnimationEvent(): SwiperAnimationEvent { let valueDeserializer: Deserializer = this @@ -15828,16 +16261,17 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(targetIndex); -_argsSerializer.writeSwiperAnimationEvent(extraInfo); -(isSync) ? (InteropNativeModule._CallCallbackSync(876602502, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(876602502, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(targetIndex); + _argsSerializer.writeSwiperAnimationEvent(extraInfo); + (isSync) ? (InteropNativeModule._CallCallbackSync(876602502, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(876602502, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readIndicatorComponentController(): IndicatorComponentController { let valueDeserializer: Deserializer = this @@ -15915,15 +16349,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: number, mode: SliderChangeMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(value); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(88697971, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(88697971, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: number, mode: SliderChangeMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(value); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(88697971, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(88697971, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSliderOptions(): SliderOptions { let valueDeserializer: Deserializer = this @@ -16060,15 +16495,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, value: string): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeString(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(794065478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(794065478, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number, value: string): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeString(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(794065478, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(794065478, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSelectOption(): SelectOption { let valueDeserializer: Deserializer = this @@ -16116,14 +16552,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DeleteValue): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDeleteValue(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-126251459, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-126251459, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: DeleteValue): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDeleteValue(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-126251459, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-126251459, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readDeleteValue(): DeleteValue { let valueDeserializer: Deserializer = this @@ -16137,30 +16574,32 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: DeleteValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDeleteValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: DeleteValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDeleteValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1357792883, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_InsertValue_Void(isSync: boolean = false): ((parameter: InsertValue) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: InsertValue): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInsertValue(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: InsertValue): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInsertValue(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1121207885, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readInsertValue(): InsertValue { let valueDeserializer: Deserializer = this @@ -16173,17 +16612,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: InsertValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInsertValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-383025085, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-383025085, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: InsertValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInsertValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-383025085, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-383025085, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readTextDecorationOptions(): TextDecorationOptions { let valueDeserializer: Deserializer = this @@ -16226,90 +16666,88 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (content: string, event: PasteEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(content); -_argsSerializer.writePasteEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1738363337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1738363337, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (content: string, event: PasteEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(content); + _argsSerializer.writePasteEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1738363337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1738363337, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnContentScrollCallback(isSync: boolean = false): OnContentScrollCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (totalOffsetX: number, totalOffsetY: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(totalOffsetX); -_argsSerializer.writeNumber(totalOffsetY); -(isSync) ? (InteropNativeModule._CallCallbackSync(-419979106, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-419979106, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (totalOffsetX: number, totalOffsetY: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(totalOffsetX); + _argsSerializer.writeNumber(totalOffsetY); + (isSync) ? (InteropNativeModule._CallCallbackSync(-419979106, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-419979106, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnTextSelectionChangeCallback(isSync: boolean = false): OnTextSelectionChangeCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (selectionStart: number, selectionEnd: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(selectionStart); -_argsSerializer.writeNumber(selectionEnd); -(isSync) ? (InteropNativeModule._CallCallbackSync(695228737, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(695228737, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readPreviewText(): PreviewText { - let valueDeserializer: Deserializer = this - const offset_result: number = (valueDeserializer.readNumber() as number) - const value_result: string = (valueDeserializer.readString() as string) - let value: PreviewText = ({offset: offset_result,value: value_result} as PreviewText) - return value + return (selectionStart: number, selectionEnd: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(selectionStart); + _argsSerializer.writeNumber(selectionEnd); + (isSync) ? (InteropNativeModule._CallCallbackSync(695228737, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(695228737, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEditableTextOnChangeCallback(isSync: boolean = false): EditableTextOnChangeCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: string, previewText?: PreviewText | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(value); -let previewText_type: int32 = RuntimeType.UNDEFINED; -previewText_type = runtimeType(previewText); -_argsSerializer.writeInt8(previewText_type); -if ((RuntimeType.UNDEFINED) != (previewText_type)) { - const previewText_value = previewText!; - _argsSerializer.writePreviewText(previewText_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: string, previewText?: PreviewText | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(value); + let previewText_type: int32 = RuntimeType.UNDEFINED; + previewText_type = runtimeType(previewText); + _argsSerializer.writeInt8(previewText_type); + if ((RuntimeType.UNDEFINED) != (previewText_type)) { + const previewText_value = previewText!; + _argsSerializer.writePreviewText(previewText_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1729563209, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSearchSubmitCallback(isSync: boolean = false): SearchSubmitCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (searchContent: string, event?: SubmitEvent | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeString(searchContent); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writeSubmitEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(1717691617, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1717691617, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (searchContent: string, event?: SubmitEvent | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeString(searchContent); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writeSubmitEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(1717691617, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1717691617, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCaretStyle(): CaretStyle { let valueDeserializer: Deserializer = this @@ -16483,45 +16921,48 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (offset: number, state: ScrollState): OnScrollFrameBeginHandlerResult => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(offset); -_argsSerializer.writeInt32(state); -let _continuationValue: OnScrollFrameBeginHandlerResult | undefined|undefined ; -const _continuationCallback: ((value: OnScrollFrameBeginHandlerResult) => void) = (value: OnScrollFrameBeginHandlerResult): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as OnScrollFrameBeginHandlerResult); } + return (offset: number, state: ScrollState): OnScrollFrameBeginHandlerResult => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(offset); + _argsSerializer.writeInt32(state); + let _continuationValue: OnScrollFrameBeginHandlerResult | undefined|undefined ; + const _continuationCallback: ((value: OnScrollFrameBeginHandlerResult) => void) = (value: OnScrollFrameBeginHandlerResult): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2133791987, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as OnScrollFrameBeginHandlerResult); } } readOnScrollEdgeCallback(isSync: boolean = false): OnScrollEdgeCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (side: Edge): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(side); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (side: Edge): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(side); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1259214476, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ClickEvent_SaveButtonOnClickResult_Void(isSync: boolean = false): ((event: ClickEvent, result: SaveButtonOnClickResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ClickEvent, result: SaveButtonOnClickResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(846787331, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(846787331, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: SaveButtonOnClickResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(846787331, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(846787331, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readSaveButtonOptions(): SaveButtonOptions { let valueDeserializer: Deserializer = this @@ -16609,14 +17050,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: CopyEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCopyEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-120437466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-120437466, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: CopyEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCopyEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-120437466, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-120437466, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCutEvent(): CutEvent { let valueDeserializer: Deserializer = this @@ -16634,14 +17076,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: CutEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCutEvent(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: CutEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCutEvent(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1875695871, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorChangeValue(): RichEditorChangeValue { let valueDeserializer: Deserializer = this @@ -16671,17 +17114,18 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorChangeValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorChangeValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1465860515, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1465860515, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorChangeValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorChangeValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1465860515, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1465860515, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readSubmitEvent(): SubmitEvent { let valueDeserializer: Deserializer = this @@ -16692,15 +17136,16 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (enterKey: EnterKeyType, event: SubmitEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(enterKey); -_argsSerializer.writeSubmitEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-712186065, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-712186065, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (enterKey: EnterKeyType, event: SubmitEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(enterKey); + _argsSerializer.writeSubmitEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-712186065, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-712186065, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextDataDetectorConfig(): TextDataDetectorConfig { let valueDeserializer: Deserializer = this @@ -16767,20 +17212,21 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: PasteEvent | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - _argsSerializer.writePasteEvent(event_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(919057028, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(919057028, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: PasteEvent | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + _argsSerializer.writePasteEvent(event_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(919057028, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(919057028, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorDeleteValue(): RichEditorDeleteValue { let valueDeserializer: Deserializer = this @@ -16811,43 +17257,46 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorDeleteValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorDeleteValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(667698748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(667698748, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorDeleteValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorDeleteValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(667698748, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(667698748, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_TextRange_Void(isSync: boolean = false): ((parameter: TextRange) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: TextRange): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTextRange(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(811915501, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(811915501, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TextRange): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTextRange(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(811915501, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(811915501, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RichEditorTextSpanResult_Void(isSync: boolean = false): ((parameter: RichEditorTextSpanResult) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorTextSpanResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorTextSpanResult(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(1980824326, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1980824326, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: RichEditorTextSpanResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorTextSpanResult(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(1980824326, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1980824326, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRichEditorInsertValue(): RichEditorInsertValue { let valueDeserializer: Deserializer = this @@ -16867,68 +17316,46 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorInsertValue): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorInsertValue(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-319221262, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-319221262, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: RichEditorInsertValue): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorInsertValue(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-319221262, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-319221262, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_RichEditorRange_Void(isSync: boolean = false): ((parameter: RichEditorRange) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorRange): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorRange(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-62253375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-62253375, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readRichEditorSelection(): RichEditorSelection { - let valueDeserializer: Deserializer = this - const selection_buf_value0: number = (valueDeserializer.readNumber() as number) - const selection_buf_value1: number = (valueDeserializer.readNumber() as number) - const selection_result: [ number, number ] = ([selection_buf_value0, selection_buf_value1] as [ number, number ]) - const spans_buf_length: int32 = valueDeserializer.readInt32() - let spans_buf: Array = new Array() - for (let spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { - const spans_buf_buf_selector: number = valueDeserializer.readInt8() - let spans_buf_buf: RichEditorTextSpanResult | RichEditorImageSpanResult | undefined|undefined - if (spans_buf_buf_selector == 0) { - spans_buf_buf = valueDeserializer.readRichEditorTextSpanResult() - } - else if (spans_buf_buf_selector == 1) { - spans_buf_buf = valueDeserializer.readRichEditorImageSpanResult() - } - else { - throw new Error("One of the branches for spans_buf_buf has to be chosen through deserialisation.") - } - spans_buf[spans_buf_i] = (spans_buf_buf as RichEditorTextSpanResult | RichEditorImageSpanResult) - } - const spans_result: Array = spans_buf - let value: RichEditorSelection = ({selection: selection_result,spans: spans_result} as RichEditorSelection) - return value + return (parameter: RichEditorRange): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorRange(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-62253375, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-62253375, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_RichEditorSelection_Void(isSync: boolean = false): ((parameter: RichEditorSelection) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: RichEditorSelection): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeRichEditorSelection(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-963852514, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-963852514, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: RichEditorSelection): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeRichEditorSelection(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-963852514, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-963852514, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readStyledStringChangeValue(): StyledStringChangeValue { let valueDeserializer: Deserializer = this @@ -16944,6 +17371,15 @@ return; } let value: StyledStringChangeValue = ({range: range_result,replacementString: replacementString_result,previewText: previewText_result} as StyledStringChangeValue) return value } + readRichEditorParagraphResult(): RichEditorParagraphResult { + let valueDeserializer: Deserializer = this + const style_result: RichEditorParagraphStyle = valueDeserializer.readRichEditorParagraphStyle() + const range_buf_value0: number = (valueDeserializer.readNumber() as number) + const range_buf_value1: number = (valueDeserializer.readNumber() as number) + const range_result: [ number, number ] = ([range_buf_value0, range_buf_value1] as [ number, number ]) + let value: RichEditorParagraphResult = ({style: style_result,range: range_result} as RichEditorParagraphResult) + return value + } readRichEditorBaseController(): RichEditorBaseController { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -16987,14 +17423,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (state: RefreshStatus): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(state); -(isSync) ? (InteropNativeModule._CallCallbackSync(934309126, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(934309126, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (state: RefreshStatus): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(state); + (isSync) ? (InteropNativeModule._CallCallbackSync(934309126, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(934309126, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readRefreshOptions(): RefreshOptions { let valueDeserializer: Deserializer = this @@ -17322,14 +17759,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (info: PluginErrorData): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writePluginErrorData(info); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: PluginErrorData): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writePluginErrorData(info); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1992671958, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPluginComponentOptions(): PluginComponentOptions { let valueDeserializer: Deserializer = this @@ -17342,18 +17780,19 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (input: Array): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(input.length); -for (let i = 0; i < input.length; i++) { - const input_element: number = input[i]; - _argsSerializer.writeNumber(input_element); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(582384234, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(582384234, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (input: Array): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(input.length); + for (let i = 0; i < input.length; i++) { + const input_element: number = input[i]; + _argsSerializer.writeNumber(input_element); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(582384234, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(582384234, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPatternLockController(): PatternLockController { let valueDeserializer: Deserializer = this @@ -17412,15 +17851,16 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ClickEvent, result: PasteButtonOnClickResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(659292561, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(659292561, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: PasteButtonOnClickResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(659292561, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(659292561, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readPasteButtonOptions(): PasteButtonOptions { let valueDeserializer: Deserializer = this @@ -17452,16 +17892,17 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (width: number, height: number, mode: PanelMode): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(width); -_argsSerializer.writeNumber(height); -_argsSerializer.writeInt32(mode); -(isSync) ? (InteropNativeModule._CallCallbackSync(1613628570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1613628570, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (width: number, height: number, mode: PanelMode): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(width); + _argsSerializer.writeNumber(height); + _argsSerializer.writeInt32(mode); + (isSync) ? (InteropNativeModule._CallCallbackSync(1613628570, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1613628570, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNodeController(): NodeController { let value: NodeController = ({} as NodeController) @@ -17570,14 +18011,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: NavDestinationContext): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNavDestinationContext(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: NavDestinationContext): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNavDestinationContext(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1642725259, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readNavigationMenuItem(): NavigationMenuItem { let valueDeserializer: Deserializer = this @@ -17639,16 +18081,17 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1541107680, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readPopInfo(): PopInfo { let valueDeserializer: Deserializer = this @@ -17752,15 +18195,16 @@ return (_continuationValue as boolean); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ClickEvent, result: LocationButtonOnClickResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeClickEvent(event); -_argsSerializer.writeInt32(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ClickEvent, result: LocationButtonOnClickResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeClickEvent(event); + _argsSerializer.writeInt32(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189087745, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readLocationButtonOptions(): LocationButtonOptions { let valueDeserializer: Deserializer = this @@ -17917,83 +18361,67 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (from: number, to: number): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(from); -_argsSerializer.writeNumber(to); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (from: number, to: number): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(from); + _argsSerializer.writeNumber(to); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1427334496, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readCallback_Number_Boolean(isSync: boolean = false): ((index: number) => boolean) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1054099324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1054099324, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } - } - readVisibleListContentInfo(): VisibleListContentInfo { - let valueDeserializer: Deserializer = this - const index_result: number = (valueDeserializer.readNumber() as number) - const itemGroupArea_buf_runtimeType = (valueDeserializer.readInt8() as int32) - let itemGroupArea_buf: ListItemGroupArea | undefined|undefined - if ((RuntimeType.UNDEFINED) != (itemGroupArea_buf_runtimeType)) - { - itemGroupArea_buf = (valueDeserializer.readInt32() as ListItemGroupArea) - } - const itemGroupArea_result: ListItemGroupArea | undefined|undefined = itemGroupArea_buf - const itemIndexInGroup_buf_runtimeType = (valueDeserializer.readInt8() as int32) - let itemIndexInGroup_buf: number | undefined|undefined - if ((RuntimeType.UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) - { - itemIndexInGroup_buf = (valueDeserializer.readNumber() as number) - } - const itemIndexInGroup_result: number | undefined|undefined = itemIndexInGroup_buf - let value: VisibleListContentInfo = ({index: index_result,itemGroupArea: itemGroupArea_result,itemIndexInGroup: itemIndexInGroup_result} as VisibleListContentInfo) - return value + return (index: number): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1054099324, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1054099324, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readOnScrollVisibleContentChangeCallback(isSync: boolean = false): OnScrollVisibleContentChangeCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (start: VisibleListContentInfo, end: VisibleListContentInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeVisibleListContentInfo(start); -_argsSerializer.writeVisibleListContentInfo(end); -(isSync) ? (InteropNativeModule._CallCallbackSync(625641334, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(625641334, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: VisibleListContentInfo, end: VisibleListContentInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeVisibleListContentInfo(start); + _argsSerializer.writeVisibleListContentInfo(end); + (isSync) ? (InteropNativeModule._CallCallbackSync(625641334, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(625641334, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Number_Number_Void(isSync: boolean = false): ((start: number, end: number, center: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (start: number, end: number, center: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(start); -_argsSerializer.writeNumber(end); -_argsSerializer.writeNumber(center); -(isSync) ? (InteropNativeModule._CallCallbackSync(-352942292, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-352942292, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (start: number, end: number, center: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(start); + _argsSerializer.writeNumber(end); + _argsSerializer.writeNumber(center); + (isSync) ? (InteropNativeModule._CallCallbackSync(-352942292, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-352942292, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readChainAnimationOptions(): ChainAnimationOptions { let valueDeserializer: Deserializer = this @@ -18138,14 +18566,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (result: ImageLoadResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeImageLoadResult(result); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (result: ImageLoadResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeImageLoadResult(result); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1180567691, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readImageFrameInfo(): ImageFrameInfo { let valueDeserializer: Deserializer = this @@ -18264,50 +18693,52 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (error: ImageError): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeImageError(error); -(isSync) ? (InteropNativeModule._CallCallbackSync(1906248580, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1906248580, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (error: ImageError): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeImageError(error); + (isSync) ? (InteropNativeModule._CallCallbackSync(1906248580, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1906248580, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Type_ImageAttribute_onComplete_callback_event_Void(isSync: boolean = false): ((event?: { width: number, height: number, componentWidth: number, componentHeight: number, loadingStatus: number, contentWidth: number, contentHeight: number, contentOffsetX: number, contentOffsetY: number }) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event?: { width: number, height: number, componentWidth: number, componentHeight: number, loadingStatus: number, contentWidth: number, contentHeight: number, contentOffsetX: number, contentOffsetY: number } | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -let event_type: int32 = RuntimeType.UNDEFINED; -event_type = runtimeType(event); -_argsSerializer.writeInt8(event_type); -if ((RuntimeType.UNDEFINED) != (event_type)) { - const event_value = event!; - const event_value_width = event_value.width; - _argsSerializer.writeNumber(event_value_width); - const event_value_height = event_value.height; - _argsSerializer.writeNumber(event_value_height); - const event_value_componentWidth = event_value.componentWidth; - _argsSerializer.writeNumber(event_value_componentWidth); - const event_value_componentHeight = event_value.componentHeight; - _argsSerializer.writeNumber(event_value_componentHeight); - const event_value_loadingStatus = event_value.loadingStatus; - _argsSerializer.writeNumber(event_value_loadingStatus); - const event_value_contentWidth = event_value.contentWidth; - _argsSerializer.writeNumber(event_value_contentWidth); - const event_value_contentHeight = event_value.contentHeight; - _argsSerializer.writeNumber(event_value_contentHeight); - const event_value_contentOffsetX = event_value.contentOffsetX; - _argsSerializer.writeNumber(event_value_contentOffsetX); - const event_value_contentOffsetY = event_value.contentOffsetY; - _argsSerializer.writeNumber(event_value_contentOffsetY); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event?: { width: number, height: number, componentWidth: number, componentHeight: number, loadingStatus: number, contentWidth: number, contentHeight: number, contentOffsetX: number, contentOffsetY: number } | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + let event_type: int32 = RuntimeType.UNDEFINED; + event_type = runtimeType(event); + _argsSerializer.writeInt8(event_type); + if ((RuntimeType.UNDEFINED) != (event_type)) { + const event_value = event!; + const event_value_width = event_value.width; + _argsSerializer.writeNumber(event_value_width); + const event_value_height = event_value.height; + _argsSerializer.writeNumber(event_value_height); + const event_value_componentWidth = event_value.componentWidth; + _argsSerializer.writeNumber(event_value_componentWidth); + const event_value_componentHeight = event_value.componentHeight; + _argsSerializer.writeNumber(event_value_componentHeight); + const event_value_loadingStatus = event_value.loadingStatus; + _argsSerializer.writeNumber(event_value_loadingStatus); + const event_value_contentWidth = event_value.contentWidth; + _argsSerializer.writeNumber(event_value_contentWidth); + const event_value_contentHeight = event_value.contentHeight; + _argsSerializer.writeNumber(event_value_contentHeight); + const event_value_contentOffsetX = event_value.contentOffsetX; + _argsSerializer.writeNumber(event_value_contentOffsetX); + const event_value_contentOffsetY = event_value.contentOffsetY; + _argsSerializer.writeNumber(event_value_contentOffsetY); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1352745727, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readImageSourceSize(): ImageSourceSize { let valueDeserializer: Deserializer = this @@ -18512,76 +18943,81 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (offset: number, state: ScrollState): { offsetRemain: number } => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(offset); -_argsSerializer.writeInt32(state); -let _continuationValue: { offsetRemain: number } | undefined|undefined ; -const _continuationCallback: ((value: { offsetRemain: number }) => void) = (value: { offsetRemain: number }): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2012829508, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2012829508, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as { offsetRemain: number }); } + return (offset: number, state: ScrollState): { offsetRemain: number } => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(offset); + _argsSerializer.writeInt32(state); + let _continuationValue: { offsetRemain: number } | undefined|undefined ; + const _continuationCallback: ((value: { offsetRemain: number }) => void) = (value: { offsetRemain: number }): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2012829508, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2012829508, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as { offsetRemain: number }); } } readCallback_ItemDragInfo_Number_Number_Boolean_Void(isSync: boolean = false): ((event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -_argsSerializer.writeNumber(insertIndex); -_argsSerializer.writeBoolean(isSuccess); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + _argsSerializer.writeNumber(insertIndex); + _argsSerializer.writeBoolean(isSuccess); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1627362945, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Number_Void(isSync: boolean = false): ((event: ItemDragInfo, itemIndex: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -(isSync) ? (InteropNativeModule._CallCallbackSync(296908152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(296908152, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + (isSync) ? (InteropNativeModule._CallCallbackSync(296908152, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(296908152, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Number_Number_Void(isSync: boolean = false): ((event: ItemDragInfo, itemIndex: number, insertIndex: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number, insertIndex: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -_argsSerializer.writeNumber(insertIndex); -(isSync) ? (InteropNativeModule._CallCallbackSync(-918805852, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-918805852, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo, itemIndex: number, insertIndex: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + _argsSerializer.writeNumber(insertIndex); + (isSync) ? (InteropNativeModule._CallCallbackSync(-918805852, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-918805852, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_ItemDragInfo_Void(isSync: boolean = false): ((event: ItemDragInfo) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ItemDragInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(137353252, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(137353252, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: ItemDragInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(137353252, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(137353252, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readItemDragInfo(): ItemDragInfo { let valueDeserializer: Deserializer = this @@ -18594,18 +19030,19 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: ItemDragInfo, itemIndex: number): CustomBuilder => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeItemDragInfo(event); -_argsSerializer.writeNumber(itemIndex); -let _continuationValue: CustomBuilder | undefined|undefined ; -const _continuationCallback: ((value: CustomBuilder) => void) = (value: CustomBuilder): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(2071721246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2071721246, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as CustomBuilder); } + return (event: ItemDragInfo, itemIndex: number): CustomBuilder => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeItemDragInfo(event); + _argsSerializer.writeNumber(itemIndex); + let _continuationValue: CustomBuilder | undefined|undefined ; + const _continuationCallback: ((value: CustomBuilder) => void) = (value: CustomBuilder): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(2071721246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2071721246, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as CustomBuilder); } } readComputedBarAttribute(): ComputedBarAttribute { let valueDeserializer: Deserializer = this @@ -18618,18 +19055,19 @@ return (_continuationValue as CustomBuilder); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number, offset: number): ComputedBarAttribute => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -_argsSerializer.writeNumber(offset); -let _continuationValue: ComputedBarAttribute | undefined|undefined ; -const _continuationCallback: ((value: ComputedBarAttribute) => void) = (value: ComputedBarAttribute): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-3987624, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-3987624, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as ComputedBarAttribute); } + return (index: number, offset: number): ComputedBarAttribute => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + _argsSerializer.writeNumber(offset); + let _continuationValue: ComputedBarAttribute | undefined|undefined ; + const _continuationCallback: ((value: ComputedBarAttribute) => void) = (value: ComputedBarAttribute): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-3987624, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-3987624, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as ComputedBarAttribute); } } readGridLayoutOptions(): GridLayoutOptions { let valueDeserializer: Deserializer = this @@ -18670,21 +19108,11 @@ return (_continuationValue as ComputedBarAttribute); } let ptr: KPointer = valueDeserializer.readPointer() return PanRecognizerInternal.fromPtr(ptr) } - readEventTargetInfo(): EventTargetInfo { - let valueDeserializer: Deserializer = this - let ptr: KPointer = valueDeserializer.readPointer() - return EventTargetInfoInternal.fromPtr(ptr) - } readScrollableTargetInfo(): ScrollableTargetInfo { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() return ScrollableTargetInfoInternal.fromPtr(ptr) } - readPanGestureOptions(): PanGestureOptions { - let valueDeserializer: Deserializer = this - let ptr: KPointer = valueDeserializer.readPointer() - return PanGestureOptionsInternal.fromPtr(ptr) - } readGestureEvent(): GestureEvent { let valueDeserializer: Deserializer = this let ptr: KPointer = valueDeserializer.readPointer() @@ -18874,30 +19302,32 @@ return (_continuationValue as ComputedBarAttribute); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (info: any): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCustomObject("Any", info); -(isSync) ? (InteropNativeModule._CallCallbackSync(197193081, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(197193081, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: any): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCustomObject("Any", info); + (isSync) ? (InteropNativeModule._CallCallbackSync(197193081, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(197193081, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Literal_Number_errcode_String_msg_Void(isSync: boolean = false): ((info: { errcode: number, msg: string }) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (info: { errcode: number, msg: string }): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -const info_errcode = info.errcode; -_argsSerializer.writeNumber(info_errcode); -const info_msg = info.msg; -_argsSerializer.writeString(info_msg); -(isSync) ? (InteropNativeModule._CallCallbackSync(1321277443, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1321277443, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (info: { errcode: number, msg: string }): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + const info_errcode = info.errcode; + _argsSerializer.writeNumber(info_errcode); + const info_msg = info.msg; + _argsSerializer.writeString(info_msg); + (isSync) ? (InteropNativeModule._CallCallbackSync(1321277443, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1321277443, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFormCallbackInfo(): FormCallbackInfo { let valueDeserializer: Deserializer = this @@ -18910,14 +19340,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: FormCallbackInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeFormCallbackInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(758395742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(758395742, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: FormCallbackInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeFormCallbackInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(758395742, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(758395742, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFormInfo(): FormInfo { let valueDeserializer: Deserializer = this @@ -18988,14 +19419,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (param: HoverEventParam): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeHoverEventParam(param); -(isSync) ? (InteropNativeModule._CallCallbackSync(9040430, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(9040430, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (param: HoverEventParam): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeHoverEventParam(param); + (isSync) ? (InteropNativeModule._CallCallbackSync(9040430, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(9040430, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnFoldStatusChangeInfo(): OnFoldStatusChangeInfo { let valueDeserializer: Deserializer = this @@ -19007,14 +19439,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: OnFoldStatusChangeInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeOnFoldStatusChangeInfo(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(2050387049, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2050387049, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: OnFoldStatusChangeInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeOnFoldStatusChangeInfo(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(2050387049, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(2050387049, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readFolderStackOptions(): FolderStackOptions { let valueDeserializer: Deserializer = this @@ -19097,14 +19530,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: TerminationInfo): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTerminationInfo(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(691098197, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(691098197, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: TerminationInfo): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTerminationInfo(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(691098197, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(691098197, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readEllipseOptions(): EllipseOptions { let valueDeserializer: Deserializer = this @@ -19886,37 +20320,32 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (xOffset: number, yOffset: number, scrollState: ScrollState): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(xOffset); -_argsSerializer.writeNumber(yOffset); -_argsSerializer.writeInt32(scrollState); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } - } - readOffsetResult(): OffsetResult { - let valueDeserializer: Deserializer = this - const xOffset_result: number = (valueDeserializer.readNumber() as number) - const yOffset_result: number = (valueDeserializer.readNumber() as number) - let value: OffsetResult = ({xOffset: xOffset_result,yOffset: yOffset_result} as OffsetResult) - return value + return (xOffset: number, yOffset: number, scrollState: ScrollState): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(xOffset); + _argsSerializer.writeNumber(yOffset); + _argsSerializer.writeInt32(scrollState); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1265626662, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Number_Number_Void(isSync: boolean = false): ((first: number, last: number) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (first: number, last: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(first); -_argsSerializer.writeNumber(last); -(isSync) ? (InteropNativeModule._CallCallbackSync(1894574320, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1894574320, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (first: number, last: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(first); + _argsSerializer.writeNumber(last); + (isSync) ? (InteropNativeModule._CallCallbackSync(1894574320, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1894574320, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readTextContentControllerBase(): TextContentControllerBase { let valueDeserializer: Deserializer = this @@ -20020,38 +20449,40 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: TouchEvent): HitTestMode => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeTouchEvent(parameter); -let _continuationValue: HitTestMode | undefined|undefined ; -const _continuationCallback: ((value: HitTestMode) => void) = (value: HitTestMode): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-274419246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-274419246, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as HitTestMode); } + return (parameter: TouchEvent): HitTestMode => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeTouchEvent(parameter); + let _continuationValue: HitTestMode | undefined|undefined ; + const _continuationCallback: ((value: HitTestMode) => void) = (value: HitTestMode): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-274419246, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-274419246, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as HitTestMode); } } readShouldBuiltInRecognizerParallelWithCallback(isSync: boolean = false): ShouldBuiltInRecognizerParallelWithCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (current: GestureRecognizer, others: Array): GestureRecognizer => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureRecognizer(current); -_argsSerializer.writeInt32(others.length); -for (let i = 0; i < others.length; i++) { - const others_element: GestureRecognizer = others[i]; - _argsSerializer.writeGestureRecognizer(others_element); -} -let _continuationValue: GestureRecognizer | undefined|undefined ; -const _continuationCallback: ((value: GestureRecognizer) => void) = (value: GestureRecognizer): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-250780276, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-250780276, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureRecognizer); } + return (current: GestureRecognizer, others: Array): GestureRecognizer => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureRecognizer(current); + _argsSerializer.writeInt32(others.length); + for (let i = 0; i < others.length; i++) { + const others_element: GestureRecognizer = others[i]; + _argsSerializer.writeGestureRecognizer(others_element); + } + let _continuationValue: GestureRecognizer | undefined|undefined ; + const _continuationCallback: ((value: GestureRecognizer) => void) = (value: GestureRecognizer): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-250780276, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-250780276, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureRecognizer); } } readGestureRecognizer(): GestureRecognizer { let valueDeserializer: Deserializer = this @@ -20093,18 +20524,19 @@ return (_continuationValue as GestureRecognizer); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (gestureInfo: GestureInfo, event: BaseGestureEvent): GestureJudgeResult => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeGestureInfo(gestureInfo); -_argsSerializer.writeBaseGestureEvent(event); -let _continuationValue: GestureJudgeResult | undefined|undefined ; -const _continuationCallback: ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(1319043556, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1319043556, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as GestureJudgeResult); } + return (gestureInfo: GestureInfo, event: BaseGestureEvent): GestureJudgeResult => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeGestureInfo(gestureInfo); + _argsSerializer.writeBaseGestureEvent(event); + let _continuationValue: GestureJudgeResult | undefined|undefined ; + const _continuationCallback: ((value: GestureJudgeResult) => void) = (value: GestureJudgeResult): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(1319043556, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1319043556, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as GestureJudgeResult); } } readBackgroundBrightnessOptions(): BackgroundBrightnessOptions { let valueDeserializer: Deserializer = this @@ -20202,14 +20634,15 @@ return (_continuationValue as GestureJudgeResult); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: PreDragStatus): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(parameter); -(isSync) ? (InteropNativeModule._CallCallbackSync(463894668, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(463894668, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (parameter: PreDragStatus): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(parameter); + (isSync) ? (InteropNativeModule._CallCallbackSync(463894668, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(463894668, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readUniformDataType(): UniformDataType { let valueDeserializer: Deserializer = this @@ -20221,44 +20654,46 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: DragEvent, extraParams?: string | undefined): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDragEvent(event); -let extraParams_type: int32 = RuntimeType.UNDEFINED; -extraParams_type = runtimeType(extraParams); -_argsSerializer.writeInt8(extraParams_type); -if ((RuntimeType.UNDEFINED) != (extraParams_type)) { - const extraParams_value = extraParams!; - _argsSerializer.writeString(extraParams_value); -} -(isSync) ? (InteropNativeModule._CallCallbackSync(-17167687, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-17167687, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: DragEvent, extraParams?: string | undefined): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDragEvent(event); + let extraParams_type: int32 = RuntimeType.UNDEFINED; + extraParams_type = runtimeType(extraParams); + _argsSerializer.writeInt8(extraParams_type); + if ((RuntimeType.UNDEFINED) != (extraParams_type)) { + const extraParams_value = extraParams!; + _argsSerializer.writeString(extraParams_value); + } + (isSync) ? (InteropNativeModule._CallCallbackSync(-17167687, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-17167687, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_DragEvent_String_Union_CustomBuilder_DragItemInfo(isSync: boolean = false): ((event: DragEvent, extraParams?: string) => CustomBuilder | DragItemInfo) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: DragEvent, extraParams?: string | undefined): CustomBuilder | DragItemInfo => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeDragEvent(event); -let extraParams_type: int32 = RuntimeType.UNDEFINED; -extraParams_type = runtimeType(extraParams); -_argsSerializer.writeInt8(extraParams_type); -if ((RuntimeType.UNDEFINED) != (extraParams_type)) { - const extraParams_value = extraParams!; - _argsSerializer.writeString(extraParams_value); -} -let _continuationValue: CustomBuilder | DragItemInfo | undefined|undefined ; -const _continuationCallback: ((value: CustomBuilder | DragItemInfo) => void) = (value: CustomBuilder | DragItemInfo): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(480978023, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(480978023, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as CustomBuilder | DragItemInfo); } + return (event: DragEvent, extraParams?: string | undefined): CustomBuilder | DragItemInfo => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeDragEvent(event); + let extraParams_type: int32 = RuntimeType.UNDEFINED; + extraParams_type = runtimeType(extraParams); + _argsSerializer.writeInt8(extraParams_type); + if ((RuntimeType.UNDEFINED) != (extraParams_type)) { + const extraParams_value = extraParams!; + _argsSerializer.writeString(extraParams_value); + } + let _continuationValue: CustomBuilder | DragItemInfo | undefined|undefined ; + const _continuationCallback: ((value: CustomBuilder | DragItemInfo) => void) = (value: CustomBuilder | DragItemInfo): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(480978023, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(480978023, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as CustomBuilder | DragItemInfo); } } readLocalizedAlignRuleOptions(): LocalizedAlignRuleOptions { let valueDeserializer: Deserializer = this @@ -20384,15 +20819,16 @@ return (_continuationValue as CustomBuilder | DragItemInfo); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (oldValue: Area, newValue: Area): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeArea(oldValue); -_argsSerializer.writeArea(newValue); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (oldValue: Area, newValue: Area): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeArea(oldValue); + _argsSerializer.writeArea(newValue); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2024393616, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readMotionBlurOptions(): MotionBlurOptions { let valueDeserializer: Deserializer = this @@ -20431,45 +20867,48 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (parameter: KeyEvent): boolean => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeKeyEvent(parameter); -let _continuationValue: boolean | undefined|undefined ; -const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as boolean); } + return (parameter: KeyEvent): boolean => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeKeyEvent(parameter); + let _continuationValue: boolean | undefined|undefined ; + const _continuationCallback: ((parameter: boolean) => void) = (value: boolean): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-2061548092, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as boolean); } } readAccessibilityCallback(isSync: boolean = false): AccessibilityCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (isHover: boolean, event: AccessibilityHoverEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeAccessibilityHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(589030517, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(589030517, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: AccessibilityHoverEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeAccessibilityHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(589030517, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(589030517, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCallback_Boolean_HoverEvent_Void(isSync: boolean = false): ((isHover: boolean, event: HoverEvent) => void) { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (isHover: boolean, event: HoverEvent): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(isHover); -_argsSerializer.writeHoverEvent(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-916602978, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-916602978, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (isHover: boolean, event: HoverEvent): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(isHover); + _argsSerializer.writeHoverEvent(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-916602978, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-916602978, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOutlineOptions(): OutlineOptions { let valueDeserializer: Deserializer = this @@ -21552,21 +21991,22 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: Array): TouchResult => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeInt32(value.length); -for (let i = 0; i < value.length; i++) { - const value_element: TouchTestInfo = value[i]; - _argsSerializer.writeTouchTestInfo(value_element); -} -let _continuationValue: TouchResult | undefined|undefined ; -const _continuationCallback: ((value: TouchResult) => void) = (value: TouchResult): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-547276916, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-547276916, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as TouchResult); } + return (value: Array): TouchResult => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeInt32(value.length); + for (let i = 0; i < value.length; i++) { + const value_element: TouchTestInfo = value[i]; + _argsSerializer.writeTouchTestInfo(value_element); + } + let _continuationValue: TouchResult | undefined|undefined ; + const _continuationCallback: ((value: TouchResult) => void) = (value: TouchResult): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-547276916, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-547276916, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as TouchResult); } } readKeyEvent(): KeyEvent { let valueDeserializer: Deserializer = this @@ -21583,19 +22023,13 @@ return (_continuationValue as TouchResult); } let ptr: KPointer = valueDeserializer.readPointer() return PixelMapMockInternal.fromPtr(ptr) } - readTouchObject(): TouchObject { + readHistoricalPoint(): HistoricalPoint { let valueDeserializer: Deserializer = this - const type_result: TouchType = (valueDeserializer.readInt32() as TouchType) - const id_result: number = (valueDeserializer.readNumber() as number) - const displayX_result: number = (valueDeserializer.readNumber() as number) - const displayY_result: number = (valueDeserializer.readNumber() as number) - const windowX_result: number = (valueDeserializer.readNumber() as number) - const windowY_result: number = (valueDeserializer.readNumber() as number) - const screenX_result: number = (valueDeserializer.readNumber() as number) - const screenY_result: number = (valueDeserializer.readNumber() as number) - const x_result: number = (valueDeserializer.readNumber() as number) - const y_result: number = (valueDeserializer.readNumber() as number) - let value: TouchObject = ({type: type_result,id: id_result,displayX: displayX_result,displayY: displayY_result,windowX: windowX_result,windowY: windowY_result,screenX: screenX_result,screenY: screenY_result,x: x_result,y: y_result} as TouchObject) + const touchObject_result: TouchObject = valueDeserializer.readTouchObject() + const size_result: number = (valueDeserializer.readNumber() as number) + const force_result: number = (valueDeserializer.readNumber() as number) + const timestamp_result: number = (valueDeserializer.readNumber() as number) + let value: HistoricalPoint = ({touchObject: touchObject_result,size: size_result,force: force_result,timestamp: timestamp_result} as HistoricalPoint) return value } readAccessibilityHoverEvent(): AccessibilityHoverEvent { @@ -21724,14 +22158,15 @@ return (_continuationValue as TouchResult); } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: CheckboxGroupResult): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCheckboxGroupResult(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: CheckboxGroupResult): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCheckboxGroupResult(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1053064240, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCheckboxGroupOptions(): CheckboxGroupOptions { let valueDeserializer: Deserializer = this @@ -21749,14 +22184,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (value: boolean): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeBoolean(value); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (value: boolean): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeBoolean(value); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1198592337, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readMarkStyle(): MarkStyle { let valueDeserializer: Deserializer = this @@ -21897,14 +22333,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: CalendarRequestedData): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCalendarRequestedData(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(1074619005, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1074619005, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: CalendarRequestedData): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCalendarRequestedData(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(1074619005, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(1074619005, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readCalendarSelectedDate(): CalendarSelectedDate { let valueDeserializer: Deserializer = this @@ -21918,14 +22355,15 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (event: CalendarSelectedDate): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeCalendarSelectedDate(event); -(isSync) ? (InteropNativeModule._CallCallbackSync(-289198976, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-289198976, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (event: CalendarSelectedDate): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeCalendarSelectedDate(event); + (isSync) ? (InteropNativeModule._CallCallbackSync(-289198976, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-289198976, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readWorkStateStyle(): WorkStateStyle { let valueDeserializer: Deserializer = this @@ -22659,43 +23097,46 @@ return; } const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(726938390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(726938390, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(726938390, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(726938390, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readOnAlphabetIndexerRequestPopupDataCallback(isSync: boolean = false): OnAlphabetIndexerRequestPopupDataCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): Array => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -let _continuationValue: Array | undefined|undefined ; -const _continuationCallback: ((value: Array) => void) = (value: Array): void => { _continuationValue = value; } -_argsSerializer.holdAndWriteCallback(_continuationCallback); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return (_continuationValue as Array); } + return (index: number): Array => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + let _continuationValue: Array | undefined|undefined ; + const _continuationCallback: ((value: Array) => void) = (value: Array): void => { _continuationValue = value; } + _argsSerializer.holdAndWriteCallback(_continuationCallback); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1956514817, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return (_continuationValue as Array); } } readOnAlphabetIndexerSelectCallback(isSync: boolean = false): OnAlphabetIndexerSelectCallback { const _resource: CallbackResource = this.readCallbackResource() const _call: KPointer = this.readPointer() const _callSync: KPointer = this.readPointer() - return (index: number): void => { const _argsSerializer: Serializer = Serializer.hold(); -_argsSerializer.writeInt32(_resource.resourceId); -_argsSerializer.writePointer(_call); -_argsSerializer.writePointer(_callSync); -_argsSerializer.writeNumber(index); -(isSync) ? (InteropNativeModule._CallCallbackSync(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())); -_argsSerializer.release(); -return; } + return (index: number): void => { + const _argsSerializer: Serializer = Serializer.hold(); + _argsSerializer.writeInt32(_resource.resourceId); + _argsSerializer.writePointer(_call); + _argsSerializer.writePointer(_callSync); + _argsSerializer.writeNumber(index); + (isSync) ? (InteropNativeModule._CallCallbackSync(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())) : (InteropNativeModule._CallCallback(-1189721220, _argsSerializer.asArray(), _argsSerializer.length())); + _argsSerializer.release(); + return; } } readAlphabetIndexerOptions(): AlphabetIndexerOptions { let valueDeserializer: Deserializer = this diff --git a/arkoala/arkui/src/peers/Serializer.ts b/arkoala/arkui/src/peers/Serializer.ts index fd59a2c65185c176d5a9b7dd32b3fc81562d8237..173511801d0e96b2d90f4a1c1b812e2a6dd77272 100644 --- a/arkoala/arkui/src/peers/Serializer.ts +++ b/arkoala/arkui/src/peers/Serializer.ts @@ -20,49 +20,49 @@ import { unsafeCast } from "./../shared/generated-utils" import { CallbackKind } from "./CallbackKind" import { Finalizable } from "@koalaui/interop" import { CallbackTransformer } from "./CallbackTransformer" -import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, SymbolGlyphModifier, ShadowOptions, ShadowType, ComponentContent, EventTarget, SourceType, SourceTool, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, FinishCallbackType, ExpectedFrameRateRange, DismissPopupAction, DismissReason, Rectangle, PickerTextStyle, PickerDialogButtonStyle, BlurOptions, DrawContext, UIContext, SheetType, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, RectResult, TouchObject, HistoricalPoint, NestedScrollOptions, BlurStyle, ShadowStyle, HoverModeAreaType, InputCounterOptions, CaretOffset, SelectionOptions, MenuPolicy, BackgroundBlurStyleOptions, BlurStyleOptions, ThemeColorMode, AdaptiveColor, BlurStyleActivePolicy, EdgeEffectOptions, UIGestureEvent, VisibleAreaEventOptions, IntentionCode, FadingEdgeOptions, RectShape, SheetOptions, BindOptions, SheetSize, SheetMode, ScrollSizeMode, SheetKeyboardAvoidMode, ContentCoverOptions, ModalTransition, ContextMenuOptions, MenuPreviewMode, MenuOptions, CustomPopupOptions, PopupOptions, GeometryTransitionOptions, TransitionHierarchyStrategy, Blender, OverlayOptions, DragInteractionOptions, DragPreviewOptions, DragPreviewMode, sharedTransitionOptions, LinearGradientBlurOptions, FractionStop, ForegroundBlurStyleOptions, PathShape, EllipseShape, CircleShape, DragItemInfo, ClickEffect, LocalizedVerticalAlignParam, LocalizedHorizontalAlignParam, InvertOptions, MotionBlurAnchor, TransitionOptions, LightSource, CommonMethod, PixelRoundPolicy, BackgroundEffectOptions, ForegroundEffectOptions, VisualEffect, Filter, BorderImageOption, OutlineStyle, MotionBlurOptions, AlignRuleOption, LocalizedAlignRuleOptions, UniformDataType, StateStyles, PixelStretchEffectOptions, BackgroundBrightnessOptions, SafeAreaType, SafeAreaEdge, EffectType, ChainStyle, BlendMode, BlendApplyType, MenuElement, TouchTestInfo, TouchResult, RepeatMode, PreDragStatus, TouchTestStrategy, DragBehavior, Summary, DragResult, TextDecorationOptions, ItemDragInfo, MultiShadowOptions, KeyboardAvoidMode, MeasureResult, SizeResult, PointLightStyle } from "./../ArkCommonInterfaces" -import { ButtonTriggerClickCallback, ButtonType, ButtonStyleMode, ButtonRole, LabelStyle, ButtonOptions, ControlSize } from "./../ArkButtonInterfaces" +import { AccessibilityCallback, CustomBuilder, GestureRecognizerJudgeBeginCallback, HoverCallback, OnMoveHandler, OnScrollCallback, ShouldBuiltInRecognizerParallelWithCallback, SizeChangeCallback, TransitionFinishCallback, VisibleAreaChangeCallback, SymbolGlyphModifier, ShadowOptions, ShadowType, ComponentContent, EventTarget, SourceType, SourceTool, SheetTitleOptions, TransitionEffects, TranslateOptions, RotateOptions, ScaleOptions, TransitionEdge, AnimateParam, FinishCallbackType, ExpectedFrameRateRange, DismissPopupAction, DismissReason, Rectangle, PickerTextStyle, PickerDialogButtonStyle, BlurOptions, DrawContext, UIContext, SheetType, SpringBackAction, DismissSheetAction, SheetDismiss, DismissContentCoverAction, ContextMenuAnimationOptions, AnimationRange, PopupMessageOptions, OverlayOffset, ImageModifier, MotionPathOptions, LinearGradient_common, ScrollableCommonMethod, CommonMethod, PixelRoundPolicy, BackgroundEffectOptions, ForegroundEffectOptions, VisualEffect, Filter, BorderImageOption, OutlineStyle, TransitionOptions, MotionBlurOptions, InvertOptions, AlignRuleOption, LocalizedAlignRuleOptions, ClickEffect, UniformDataType, DragItemInfo, ShadowStyle, CircleShape, EllipseShape, PathShape, RectShape, StateStyles, PixelStretchEffectOptions, BackgroundBrightnessOptions, SafeAreaType, SafeAreaEdge, BlurStyle, BackgroundBlurStyleOptions, ForegroundBlurStyleOptions, LinearGradientBlurOptions, EffectType, sharedTransitionOptions, ChainStyle, DragPreviewOptions, DragInteractionOptions, OverlayOptions, BlendMode, BlendApplyType, Blender, GeometryTransitionOptions, PopupOptions, CustomPopupOptions, MenuElement, MenuOptions, ContextMenuOptions, ModalTransition, ContentCoverOptions, SheetOptions, TouchTestInfo, TouchResult, AdaptiveColor, BlurStyleActivePolicy, RepeatMode, MotionBlurAnchor, LocalizedHorizontalAlignParam, LocalizedVerticalAlignParam, PreDragStatus, UIGestureEvent, BlurStyleOptions, ThemeColorMode, FractionStop, DragPreviewMode, TransitionHierarchyStrategy, MenuPreviewMode, BindOptions, SheetSize, SheetMode, ScrollSizeMode, SheetKeyboardAvoidMode, RectResult, TouchTestStrategy, TouchObject, HistoricalPoint, IntentionCode, DragBehavior, Summary, DragResult, NestedScrollOptions, ContentClipMode, EdgeEffectOptions, FadingEdgeOptions, HoverModeAreaType, TextDecorationOptions, InputCounterOptions, CaretOffset, SelectionOptions, MenuPolicy, ContentModifier, CommonConfiguration, LayoutSafeAreaType, LayoutSafeAreaEdge, ItemDragInfo, Context, VisibleAreaEventOptions, MeasureResult, SizeResult, LightSource, MultiShadowOptions, KeyboardAvoidMode, PointLightStyle } from "./../ArkCommonInterfaces" +import { ButtonTriggerClickCallback, ButtonType, ButtonStyleMode, ButtonRole, LabelStyle, ControlSize, ButtonOptions } from "./../ArkButtonInterfaces" import { Callback_Extender_OnFinish, Callback_Extender_OnProgress, DoubleAnimationParam } from "./../ArkAnimationExtenderInterfaces" import { Callback_RangeUpdate } from "./../ArkArkuiCustomInterfaces" -import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAutoFill, ArrowStyle, SwiperContentAnimatedTransition, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" -import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, TextRange, StyledStringChangeValue, MenuType, TextMenuItem, FontSettingOptions, PositionWithAffinity, LineMetrics, TextBox, Affinity, PreviewText, StyledStringChangedListener, DeleteValue, TextDeleteDirection, InsertValue, CaretStyle, TextDataDetectorConfig, TextDataDetectorType } from "./../ArkTextCommonInterfaces" -import { GetItemMainSizeByIndex, SectionOptions, WaterFlowOptions, WaterFlowLayoutMode } from "./../ArkWaterFlowInterfaces" +import { ContentDidScrollCallback, OnSwiperAnimationEndCallback, OnSwiperAnimationStartCallback, OnSwiperGestureSwipeCallback, IndicatorStyle, SwiperAttribute, SwiperDisplayMode, SwiperNestedScrollMode, SwiperContentAnimatedTransition, ArrowStyle, SwiperAutoFill, SwiperAnimationEvent } from "./../ArkSwiperInterfaces" +import { EditableTextOnChangeCallback, OnDidChangeCallback, DecorationStyleResult, Affinity, TextRange, StyledStringChangeValue, TextMenuItem, MenuType, CaretStyle, InsertValue, DeleteValue, TextDeleteDirection, LineMetrics, PositionWithAffinity, PreviewText, TextBox, TextDataDetectorConfig, FontSettingOptions, TextDataDetectorType, StyledStringChangedListener } from "./../ArkTextCommonInterfaces" +import { GetItemMainSizeByIndex, WaterFlowAttribute, SectionOptions, WaterFlowOptions, WaterFlowLayoutMode } from "./../ArkWaterFlowInterfaces" import { ImageCompleteCallback, ImageLoadResult } from "./../ArkImageSpanInterfaces" -import { ImageErrorCallback, DrawableDescriptor, DrawingColorFilter, DrawingLattice, ResizableOptions, ResolutionQuality, ImageError, ImageSourceSize } from "./../ArkImageInterfaces" -import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavContentInfo, NavigationOptions, NavigationInterception, LaunchMode, NavigationMode, NavBar, NavigationOperation, NavigationAnimatedTransition, NavigationToolbarOptions, BarStyle, NavigationTitleOptions, SystemBarStyle, NavigationTitleMode, ToolbarItem, ToolbarItemStatus, NavigationMenuItem } from "./../ArkNavigationInterfaces" +import { ImageErrorCallback, ResizableOptions, DrawingLattice, DrawableDescriptor, DrawingColorFilter, ResolutionQuality, ImageError, ImageSourceSize } from "./../ArkImageInterfaces" +import { InterceptionModeCallback, InterceptionShowCallback, PopInfo, NavContentInfo, NavigationOptions, NavigationInterception, LaunchMode, NavigationMode, NavBar, NavigationOperation, NavigationAnimatedTransition, NavigationMenuItem, SystemBarStyle, NavigationTitleOptions, ToolbarItem, NavigationToolbarOptions, BarStyle, ToolbarItemStatus, NavigationTitleMode } from "./../ArkNavigationInterfaces" import { IsolatedComponentInterface, RestrictedWorker, IsolatedOptions, IsolatedComponentAttribute, ErrorCallback } from "./../ArkIsolatedComponentInterfaces" -import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorSpanStyleOptions, PlaceholderStyle, PasteEvent, RichEditorStyledStringOptions, RichEditorOptions, CopyEvent, CutEvent, RichEditorChangeValue, RichEditorDeleteValue, RichEditorDeleteDirection, RichEditorInsertValue } from "./../ArkRichEditorInterfaces" +import { MenuOnAppearCallback, PasteEventCallback, SubmitCallback, LeadingMarginPlaceholder, RichEditorLayoutStyle, RichEditorImageSpanStyleResult, RichEditorSpanPosition, RichEditorParagraphStyle, RichEditorSymbolSpanStyle, RichEditorTextStyleResult, RichEditorImageSpanStyle, RichEditorTextStyle, RichEditorGesture, KeyboardOptions, PasteEvent, SelectionMenuOptions, RichEditorRange, RichEditorTextSpanOptions, RichEditorImageSpanOptions, RichEditorBuilderSpanOptions, RichEditorSymbolSpanOptions, RichEditorUpdateTextSpanStyleOptions, RichEditorUpdateImageSpanStyleOptions, RichEditorUpdateSymbolSpanStyleOptions, RichEditorParagraphStyleOptions, RichEditorImageSpanResult, RichEditorTextSpanResult, RichEditorParagraphResult, RichEditorSelection, RichEditorSpan, RichEditorSpanStyleOptions, RichEditorAttribute, RichEditorSpanType, RichEditorResponseType, PlaceholderStyle, RichEditorInsertValue, RichEditorDeleteValue, RichEditorChangeValue, CutEvent, CopyEvent, RichEditorDeleteDirection, RichEditorStyledStringOptions, RichEditorOptions } from "./../ArkRichEditorInterfaces" import { NavExtender_OnUpdateStack } from "./../ArkNavigationExtenderInterfaces" -import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, SelectionMenuOptionsExt, NativeEmbedInfo, NestedScrollOptionsExt, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, ScreenCaptureConfig, WebCaptureMode, FileSelectorMode, MessageLevel, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, ExpandedMenuItemOptions, RenderProcessNotRespondingData, RenderProcessNotRespondingReason, NativeMediaPlayerConfig, NativeEmbedTouchInfo, NativeEmbedVisibilityInfo, NativeEmbedDataInfo, NativeEmbedStatus, ScriptItem, IntelligentTrackingPreventionDetails, LoadCommittedDetails, WebNavigationType, ThreatType, OnOverScrollEvent, OnLoadInterceptEvent, LargestContentfulPaint, FirstMeaningfulPaint, OnFirstContentfulPaintEvent, OnAudioStateChangedEvent, OnDataResubmittedEvent, OnPageVisibleEvent, OnFaviconReceivedEvent, OnTouchIconUrlReceivedEvent, OnWindowNewEvent, OnClientAuthenticationEvent, SslErrorEvent, SslError, OnSslErrorEventReceiveEvent, OnScrollEvent, OnSearchResultReceiveEvent, OnContextMenuShowEvent, OnScreenCaptureRequestEvent, OnPermissionRequestEvent, OnInterceptRequestEvent, OnHttpAuthRequestEvent, OnScaleChangeEvent, FullScreenEnterEvent, OnResourceLoadEvent, OnShowFileSelectorEvent, OnRenderExitedEvent, RenderExitReason, OnRefreshAccessedHistoryEvent, OnDownloadStartEvent, OnHttpErrorReceiveEvent, OnErrorReceiveEvent, OnConsoleEvent, OnPromptEvent, OnConfirmEvent, OnBeforeUnloadEvent, OnAlertEvent, OnGeolocationShowEvent, OnTitleReceiveEvent, OnProgressChangeEvent, OnPageBeginEvent, OnPageEndEvent, WebMediaOptions, JavaScriptProxy, WebOptions, RenderMode } from "./../ArkWebInterfaces" -import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" +import { OnAdsBlockedCallback, OnContextMenuHideCallback, OnFirstMeaningfulPaintCallback, OnFullScreenEnterCallback, OnIntelligentTrackingPreventionCallback, OnLargestContentfulPaintCallback, OnNativeEmbedVisibilityChangeCallback, OnNavigationEntryCommittedCallback, OnOverrideUrlLoadingCallback, OnRenderProcessNotRespondingCallback, OnRenderProcessRespondingCallback, OnSafeBrowsingCheckResultCallback, OnSslErrorEventCallback, OnViewportFitChangedCallback, WebKeyboardCallback, Header, HitTestType, WebAttribute, MixedMode, JavaScriptProxy, CacheMode, WebDarkMode, WebMediaOptions, OverScrollMode, ScriptItem, WebLayoutMode, NestedScrollOptionsExt, NativeMediaPlayerConfig, ExpandedMenuItemOptions, WebKeyboardAvoidMode, WebElementType, WebResponseType, SelectionMenuOptionsExt, OnPageEndEvent, OnPageBeginEvent, OnProgressChangeEvent, OnTitleReceiveEvent, OnGeolocationShowEvent, OnAlertEvent, OnBeforeUnloadEvent, OnConfirmEvent, OnPromptEvent, OnConsoleEvent, OnErrorReceiveEvent, OnHttpErrorReceiveEvent, OnDownloadStartEvent, OnRefreshAccessedHistoryEvent, OnRenderExitedEvent, OnShowFileSelectorEvent, OnResourceLoadEvent, OnScaleChangeEvent, OnHttpAuthRequestEvent, OnInterceptRequestEvent, OnPermissionRequestEvent, OnScreenCaptureRequestEvent, OnContextMenuShowEvent, OnSearchResultReceiveEvent, OnScrollEvent, OnSslErrorEventReceiveEvent, OnClientAuthenticationEvent, OnWindowNewEvent, OnTouchIconUrlReceivedEvent, OnFaviconReceivedEvent, OnPageVisibleEvent, OnDataResubmittedEvent, OnAudioStateChangedEvent, OnFirstContentfulPaintEvent, OnLoadInterceptEvent, OnOverScrollEvent, NativeEmbedDataInfo, NativeEmbedTouchInfo, RenderExitReason, SslError, NativeEmbedStatus, NativeEmbedInfo, MessageLevel, FileSelectorMode, ScreenCaptureConfig, ContextMenuMediaType, ContextMenuSourceType, ContextMenuInputFieldType, WebCaptureMode, WebKeyboardOptions, AdsBlockedDetails, WebKeyboardCallbackInfo, ViewportFit, RenderProcessNotRespondingData, RenderProcessNotRespondingReason, NativeEmbedVisibilityInfo, IntelligentTrackingPreventionDetails, LoadCommittedDetails, WebNavigationType, ThreatType, LargestContentfulPaint, FirstMeaningfulPaint, SslErrorEvent, FullScreenEnterEvent, WebOptions, RenderMode } from "./../ArkWebInterfaces" +import { OnAlphabetIndexerPopupSelectCallback, OnAlphabetIndexerRequestPopupDataCallback, OnAlphabetIndexerSelectCallback, AlphabetIndexerAttribute, IndexerAlign, AlphabetIndexerOptions } from "./../ArkAlphabetIndexerInterfaces" import { OnCheckboxChangeCallback, CheckboxOptions } from "./../ArkCheckboxInterfaces" import { OnCheckboxGroupChangeCallback, CheckboxGroupResult, SelectStatus, CheckboxGroupOptions } from "./../ArkCheckboxgroupInterfaces" -import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, UnderlineColor, PasswordIcon, EnterKeyType, TextInputOptions } from "./../ArkTextInputInterfaces" +import { OnContentScrollCallback, OnPasteCallback, OnSubmitCallback, OnTextSelectionChangeCallback, TextInputAttribute, InputType, EnterKeyType, TextInputStyle, PasswordIcon, UnderlineColor, TextInputOptions } from "./../ArkTextInputInterfaces" import { OnFoldStatusChangeCallback, OnHoverStatusChangeCallback, WindowStatusType, HoverEventParam, OnFoldStatusChangeInfo, FolderStackOptions } from "./../ArkFolderStackInterfaces" import { OnLinearIndicatorChangeCallback, LinearIndicatorStyle, LinearIndicatorStartOptions } from "./../ArkLinearindicatorInterfaces" import { OnNativeLoadCallback, SurfaceRect, SurfaceRotationOptions, XComponentOptions } from "./../ArkXcomponentInterfaces" -import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, OnScrollFrameBeginHandlerResult, OffsetOptions, ScrollSnapOptions } from "./../ArkScrollInterfaces" -import { OnScrollVisibleContentChangeCallback, ScrollState, ListDividerOptions, CloseSwipeActionOptions, ScrollSnapAlign, VisibleListContentInfo, ListItemGroupArea, ChainAnimationOptions, ChainEdgeEffect, ListOptions } from "./../ArkListInterfaces" -import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, DividerStyle, ScrollableBarModeOptions, LayoutStyle, TabContentAnimatedTransition, BarGridColumnOptions, TabsAnimationEvent, TabsOptions, BarPosition } from "./../ArkTabsInterfaces" +import { OnScrollEdgeCallback, OnScrollFrameBeginCallback, ScrollOnScrollCallback, ScrollOnWillScrollCallback, ScrollAnimationOptions, ScrollOptions, ScrollEdgeOptions, ScrollPageOptions, OffsetResult, ScrollAlign, ScrollToIndexOptions, ScrollAttribute, ScrollDirection, ScrollSnapOptions, OffsetOptions, OnScrollFrameBeginHandlerResult } from "./../ArkScrollInterfaces" +import { OnScrollVisibleContentChangeCallback, ScrollState, ScrollSnapAlign, ListDividerOptions, ListAttribute, ListItemAlign, ChainAnimationOptions, StickyStyle, ChainEdgeEffect, VisibleListContentInfo, ListItemGroupArea, CloseSwipeActionOptions, ListOptions } from "./../ArkListInterfaces" +import { OnTabsAnimationEndCallback, OnTabsAnimationStartCallback, OnTabsContentWillChangeCallback, OnTabsGestureSwipeCallback, TabsCustomContentTransitionCallback, DividerStyle, TabsAttribute, BarPosition, BarMode, AnimationMode, BarGridColumnOptions, ScrollableBarModeOptions, LayoutStyle, TabContentAnimatedTransition, TabsAnimationEvent, TabsOptions } from "./../ArkTabsInterfaces" import { PageTransitionCallback, RouteType } from "./../ArkPageTransitionInterfaces" import { PluginErrorCallback, PluginComponentTemplate, PluginErrorData, PluginComponentOptions } from "./../ArkPluginComponentInterfaces" -import { SearchSubmitCallback, IconOptions, SearchButtonOptions, CancelButtonSymbolOptions, CancelButtonStyle, CancelButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" -import { SliderTriggerChangeCallback, SliderChangeMode, SlideRange, SliderBlockStyle, SliderBlockType, SliderOptions, SliderStyle } from "./../ArkSliderInterfaces" -import { TextAreaSubmitCallback, TextAreaOptions } from "./../ArkTextAreaInterfaces" -import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, LengthMetricsUnit, ColorMetrics, SizeOptions, Offset, LocalizedEdges, Edges, DividerStyleOptions, ConstraintSizeOptions, AccessibilityOptions, EdgeWidths, EdgeColors, EdgeStyles, Bias, LocalizedPosition, ChainWeightOptions, LocalizedMargin, BorderOptions, OutlineOptions, EdgeOutlineStyles, EdgeOutlineWidths, OutlineRadiuses, DirectionalEdgesT, MarkStyle } from "./../ArkUnitsInterfaces" +import { SearchSubmitCallback, IconOptions, CancelButtonOptions, CancelButtonSymbolOptions, CancelButtonStyle, SearchAttribute, SearchType, SearchButtonOptions, SearchOptions } from "./../ArkSearchInterfaces" +import { SliderTriggerChangeCallback, SliderAttribute, SliderBlockStyle, SliderInteraction, SliderConfiguration, SlideRange, SliderChangeMode, SliderBlockType, SliderOptions, SliderStyle } from "./../ArkSliderInterfaces" +import { TextAreaSubmitCallback, ContentType, TextAreaAttribute, TextAreaType, TextAreaOptions } from "./../ArkTextAreaInterfaces" +import { VoidCallback, Position, Length, Dimension, PX, VP, FP, LPX, Percentage, Area, Font, LocalizedPadding, Margin, BorderRadiuses, Padding, ResourceColor, LocalizedEdgeColors, LocalizedEdgeWidths, ResourceStr, LocalizedBorderRadiuses, LengthMetricsUnit, ColorMetrics, SizeOptions, ConstraintSizeOptions, ChainWeightOptions, LocalizedMargin, BorderOptions, EdgeStyles, EdgeWidths, EdgeColors, OutlineOptions, EdgeOutlineStyles, EdgeOutlineWidths, OutlineRadiuses, Edges, LocalizedEdges, LocalizedPosition, AccessibilityOptions, Bias, Offset, DividerStyleOptions, LengthConstrain, DirectionalEdgesT, MarkStyle } from "./../ArkUnitsInterfaces" import { WithThemeInterface, CustomTheme, WithThemeOptions, WithThemeAttribute } from "./../ArkWithThemeInterfaces" import { Resource } from "./../ArkResourceInterfaces" import { ICurve, ICurveInternal } from "./../ArkICurveMaterialized" import { PixelMap, PixelMapInternal } from "./../ArkPixelMapMaterialized" import { LengthMetrics, LengthMetricsInternal } from "./../ArkLengthMetricsMaterialized" import { LengthUnit, WebHeader, TextModifier, Want, RectWidthStyle, RectHeightStyle, SnapshotOptions, NodeController, PerfMonitorActionType, PerfMonitorSourceType } from "./../ArkArkuiExternalInterfaces" -import { Color, ColoringStrategy, FontWeight, FontStyle, Curve, TextDecorationType, TextDecorationStyle, PlayMode, TextOverflow, TextHeightAdaptivePolicy, ImageSpanAlignment, ImageFit, TextAlign, WordBreak, LineBreakStrategy, GradientDirection, DialogButtonStyle, Edge, Axis, TouchType, NestedScrollMode, VerticalAlign, ScrollSource, TitleHeight, MouseButton, MouseAction, KeyType, KeySource, BorderStyle, Placement, ArrowPointPosition, Alignment, SharedTransitionEffectType, ClickEffectLevel, HorizontalAlign, TransitionType, HitTestMode, ImageSize, HoverEffect, Visibility, ItemAlign, Direction, ObscuredReasons, RenderFit, ImageRepeat, ResponseType, FunctionKey, ModifierKey, PixelRoundCalcPolicy, XComponentType, BarState, FoldStatus, AppRotation, FlexDirection, FlexWrap, FlexAlign, AccessibilityHoverType, IlluminatedType } from "./../ArkEnumsInterfaces" +import { Color, ColoringStrategy, FontWeight, FontStyle, Curve, TextDecorationType, TextDecorationStyle, PlayMode, TextOverflow, TextHeightAdaptivePolicy, ImageSpanAlignment, ImageFit, TextAlign, WordBreak, LineBreakStrategy, GradientDirection, DialogButtonStyle, HitTestMode, ImageSize, Alignment, BorderStyle, HoverEffect, Visibility, ItemAlign, Direction, ObscuredReasons, RenderFit, ImageRepeat, Axis, ResponseType, FunctionKey, ModifierKey, PixelRoundCalcPolicy, TransitionType, HorizontalAlign, VerticalAlign, ClickEffectLevel, SharedTransitionEffectType, Placement, ArrowPointPosition, MouseButton, MouseAction, TouchType, KeyType, KeySource, BarState, EdgeEffect, NestedScrollMode, FlexDirection, Edge, CopyOptions, TextContentStyle, TextCase, EllipsisMode, TextSelectableMode, LineCapStyle, LineJoinStyle, OptionWidthMode, ScrollSource, TitleHeight, XComponentType, FoldStatus, AppRotation, FlexWrap, FlexAlign, AccessibilityHoverType, IlluminatedType } from "./../ArkEnumsInterfaces" import { GridRowSizeOption, GridRowColumnOption, GutterOption, BreakPoints, BreakpointsReference, GridRowOptions, GridRowDirection } from "./../ArkGridRowInterfaces" import { TabBarSymbol, TabBarIconStyle, BoardStyle, LayoutMode, SelectedMode, TabBarOptions } from "./../ArkTabContentInterfaces" import { DecorationStyleInterface, StyledStringValue, ImageAttachmentLayoutStyle, StyleOptions, StyledStringKey, SpanStyle, ImageAttachmentInterface, CustomSpanMeasureInfo, CustomSpanMetrics, CustomSpanDrawInfo, ParagraphStyleInterface, GestureStyleInterface, TextStyleInterface } from "./../ArkStyledStringInterfaces" import { GestureEvent, GestureEventInternal } from "./../ArkGestureEventMaterialized" import { BaseEvent, BaseEventInternal } from "./../ArkBaseEventMaterialized" -import { FingerInfo, GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, TapGestureParameters, PanDirection, SwipeDirection, GestureHandler, GesturePriority, GestureMask, GestureJudgeResult, GestureRecognizerState, GestureInfo } from "./../ArkGestureInterfaces" +import { FingerInfo, GestureGroupInterface, GestureMode, GestureType, TapGestureInterface, LongPressGestureInterface, PanGestureInterface, PinchGestureInterface, SwipeGestureInterface, RotationGestureInterface, GestureInterface, TapGestureParameters, PanDirection, SwipeDirection, GestureMask, GestureInfo, GestureJudgeResult, GestureHandler, GesturePriority, GestureRecognizerState } from "./../ArkGestureInterfaces" import { ClickEvent, ClickEventInternal } from "./../ArkClickEventMaterialized" import { NavPathInfo, NavPathInfoInternal } from "./../ArkNavPathInfoMaterialized" import { SwipeActionState, SwipeActionItem, SwipeActionOptions, SwipeEdgeEffect, ListItemOptions, ListItemStyle } from "./../ArkListItemInterfaces" @@ -71,7 +71,7 @@ import { CanvasPattern, CanvasPatternInternal } from "./../ArkCanvasPatternMater import { Matrix2D, Matrix2DInternal } from "./../ArkMatrix2DMaterialized" import { CanvasGradient, CanvasGradientInternal } from "./../ArkCanvasGradientMaterialized" import { NavigationTransitionProxy, NavigationTransitionProxyInternal } from "./../ArkNavigationTransitionProxyMaterialized" -import { NavDestinationMode, RouteMapConfig, NavDestinationCustomTitle, NavDestinationCommonTitle } from "./../ArkNavDestinationInterfaces" +import { NavDestinationMode, RouteMapConfig, NavDestinationAttribute, NavigationSystemTransitionType, NavDestinationCommonTitle, NavDestinationCustomTitle } from "./../ArkNavDestinationInterfaces" import { ImageAnalyzerController, ImageAnalyzerControllerInternal } from "./../ArkImageAnalyzerControllerMaterialized" import { ImageAnalyzerType, ImageAIOptions, ImageAnalyzerConfig } from "./../ArkImageCommonInterfaces" import { WebResourceRequest, WebResourceRequestInternal } from "./../ArkWebResourceRequestMaterialized" @@ -82,7 +82,7 @@ import { DateTimeOptions, TimePickerResult, TimePickerDialogOptions, TimePickerO import { TextPickerResult, TextPickerDialogOptions, TextPickerOptions, TextPickerRangeContent, TextCascadePickerRangeContent, DividerOptions } from "./../ArkTextPickerInterfaces" import { TextMenuItemId, TextMenuItemIdInternal } from "./../ArkTextMenuItemIdMaterialized" import { TabContentTransitionProxy, TabContentTransitionProxyInternal } from "./../ArkTabContentTransitionProxyMaterialized" -import { SymbolEffectStrategy, SymbolRenderingStrategy, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" +import { SymbolEffectStrategy, SymbolRenderingStrategy, SymbolGlyphAttribute, SymbolEffect, EffectScope, EffectDirection, EffectFillStyle } from "./../ArkSymbolglyphInterfaces" import { StyledString, StyledStringInternal } from "./../ArkStyledStringMaterialized" import { ImageAttachment, ImageAttachmentInternal } from "./../ArkImageAttachmentMaterialized" import { CustomSpan, CustomSpanInternal } from "./../ArkCustomSpanMaterialized" @@ -92,7 +92,7 @@ import { GridColColumnOption, GridColOptions } from "./../ArkGridColInterfaces" import { LinearGradient, LinearGradientInternal } from "./../ArkLinearGradientMaterialized" import { ColorStop, DataPanelShadowOptions, DataPanelOptions, DataPanelType } from "./../ArkDataPanelInterfaces" import { DatePickerResult, LunarSwitchStyle, DatePickerDialogOptions, DatePickerOptions } from "./../ArkDatePickerInterfaces" -import { Scene, SceneOptions, ModelType } from "./../ArkComponent3dInterfaces" +import { Scene, Component3DAttribute, SceneOptions, ModelType } from "./../ArkComponent3dInterfaces" import { PanGestureOptions, PanGestureOptionsInternal } from "./../ArkPanGestureOptionsMaterialized" import { DrawingCanvas, DrawingCanvasInternal } from "./../ArkDrawingCanvasMaterialized" import { Size, ImageSmoothingQuality, CanvasLineCap, CanvasLineJoin, CanvasDirection, CanvasTextAlign, CanvasTextBaseline, CanvasFillRule, TextMetrics } from "./../ArkCanvasInterfaces" @@ -101,54 +101,72 @@ import { TextStyle_alert_dialog, AlertDialogButtonBaseOptions, DialogAlignment, import { DismissDialogAction, ActionSheetOffset, ActionSheetButtonOptions, ActionSheetOptions, SheetInfo } from "./../ArkActionSheetInterfaces" import { TextBackgroundStyle } from "./../ArkSpanInterfaces" import { UIExtensionProxy, UIExtensionProxyInternal } from "./../ArkUIExtensionProxyMaterialized" +import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" +import { FocusBoxStyle, FocusPriority } from "./../ArkFocusInterfaces" +import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" +import { AttributeModifier } from "./../handwritten" +import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" +import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" +import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" +import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" +import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" +import { DragEvent, DragEventInternal } from "./../ArkDragEventMaterialized" +import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" +import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" +import { GestureControl } from "./../ArkGestureControlNamespace" import { WaterFlowSections, WaterFlowSectionsInternal } from "./../ArkWaterFlowSectionsMaterialized" import { Scroller, ScrollerInternal } from "./../ArkScrollerMaterialized" import { RRect, WindowAnimationTarget } from "./../ArkRemoteWindowInterfaces" import { ButtonIconOptions, ButtonStyle } from "./../ArkSidebarInterfaces" import { XComponentController, XComponentControllerInternal } from "./../ArkXComponentControllerMaterialized" -import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" -import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" -import { TouchEvent, TouchEventInternal } from "./../ArkTouchEventMaterialized" -import { DataResubmissionHandler, DataResubmissionHandlerInternal } from "./../ArkDataResubmissionHandlerMaterialized" -import { ControllerHandler, ControllerHandlerInternal } from "./../ArkControllerHandlerMaterialized" -import { ClientAuthenticationHandler, ClientAuthenticationHandlerInternal } from "./../ArkClientAuthenticationHandlerMaterialized" -import { SslErrorHandler, SslErrorHandlerInternal } from "./../ArkSslErrorHandlerMaterialized" -import { WebContextMenuResult, WebContextMenuResultInternal } from "./../ArkWebContextMenuResultMaterialized" -import { WebContextMenuParam, WebContextMenuParamInternal } from "./../ArkWebContextMenuParamMaterialized" -import { ScreenCaptureHandler, ScreenCaptureHandlerInternal } from "./../ArkScreenCaptureHandlerMaterialized" -import { PermissionRequest, PermissionRequestInternal } from "./../ArkPermissionRequestMaterialized" -import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandlerMaterialized" -import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" -import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" -import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" +import { WindowSceneAttribute } from "./../ArkWindowSceneInterfaces" +import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { WebResourceResponse, WebResourceResponseInternal } from "./../ArkWebResourceResponseMaterialized" -import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" -import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" -import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" import { JsGeolocation, JsGeolocationInternal } from "./../ArkJsGeolocationMaterialized" +import { JsResult, JsResultInternal } from "./../ArkJsResultMaterialized" +import { ConsoleMessage, ConsoleMessageInternal } from "./../ArkConsoleMessageMaterialized" +import { WebResourceError, WebResourceErrorInternal } from "./../ArkWebResourceErrorMaterialized" +import { FileSelectorResult, FileSelectorResultInternal } from "./../ArkFileSelectorResultMaterialized" +import { FileSelectorParam, FileSelectorParamInternal } from "./../ArkFileSelectorParamMaterialized" +import { HttpAuthHandler, HttpAuthHandlerInternal } from "./../ArkHttpAuthHandlerMaterialized" +import { PermissionRequest, PermissionRequestInternal } from "./../ArkPermissionRequestMaterialized" +import { ScreenCaptureHandler, ScreenCaptureHandlerInternal } from "./../ArkScreenCaptureHandlerMaterialized" +import { WebContextMenuParam, WebContextMenuParamInternal } from "./../ArkWebContextMenuParamMaterialized" +import { WebContextMenuResult, WebContextMenuResultInternal } from "./../ArkWebContextMenuResultMaterialized" +import { SslErrorHandler, SslErrorHandlerInternal } from "./../ArkSslErrorHandlerMaterialized" +import { ClientAuthenticationHandler, ClientAuthenticationHandlerInternal } from "./../ArkClientAuthenticationHandlerMaterialized" +import { ControllerHandler, ControllerHandlerInternal } from "./../ArkControllerHandlerMaterialized" +import { DataResubmissionHandler, DataResubmissionHandlerInternal } from "./../ArkDataResubmissionHandlerMaterialized" +import { EventResult, EventResultInternal } from "./../ArkEventResultMaterialized" +import { WebKeyboardController, WebKeyboardControllerInternal } from "./../ArkWebKeyboardControllerMaterialized" +import { FullScreenExitHandler, FullScreenExitHandlerInternal } from "./../ArkFullScreenExitHandlerMaterialized" import { VideoController, VideoControllerInternal } from "./../ArkVideoControllerMaterialized" import { SeekMode, PlaybackInfo, PreparedInfo, FullscreenInfo, VideoOptions, PlaybackSpeed } from "./../ArkVideoInterfaces" import { TextTimerController, TextTimerControllerInternal } from "./../ArkTextTimerControllerMaterialized" import { TextInputController, TextInputControllerInternal } from "./../ArkTextInputControllerMaterialized" import { TextContentControllerBase, TextContentControllerBaseInternal } from "./../ArkTextContentControllerBaseMaterialized" +import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" +import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { TextClockController, TextClockControllerInternal } from "./../ArkTextClockControllerMaterialized" import { TextAreaController, TextAreaControllerInternal } from "./../ArkTextAreaControllerMaterialized" +import { TextAttribute, TextOverflowOptions, TextSpanType, TextResponseType, TextOptions } from "./../ArkTextInterfaces" import { TextController, TextControllerInternal } from "./../ArkTextControllerMaterialized" -import { LayoutManager, LayoutManagerInternal } from "./../ArkLayoutManagerMaterialized" import { BottomTabBarStyle } from "./../ArkBottomTabBarStyleBuilder" import { SubTabBarStyle } from "./../ArkSubTabBarStyleBuilder" import { TabsController, TabsControllerInternal } from "./../ArkTabsControllerMaterialized" import { DigitIndicator } from "./../ArkDigitIndicatorBuilder" import { Indicator } from "./../ArkIndicatorBuilder" import { DotIndicator } from "./../ArkDotIndicatorBuilder" +import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperContentTransitionProxy, SwiperContentTransitionProxyInternal } from "./../ArkSwiperContentTransitionProxyMaterialized" +import { ShapeAttribute, ViewportRect } from "./../ArkShapeInterfaces" +import { SelectAttribute, ArrowPosition, MenuItemConfiguration, MenuAlignType, SelectOption } from "./../ArkSelectInterfaces" import { SearchController, SearchControllerInternal } from "./../ArkSearchControllerMaterialized" import { RichEditorStyledStringController, RichEditorStyledStringControllerInternal } from "./../ArkRichEditorStyledStringControllerMaterialized" import { RichEditorBaseController, RichEditorBaseControllerInternal } from "./../ArkRichEditorBaseControllerMaterialized" import { TextEditControllerEx, TextEditControllerExInternal } from "./../ArkTextEditControllerExMaterialized" import { TextBaseController, TextBaseControllerInternal } from "./../ArkTextBaseControllerMaterialized" import { StyledStringController, StyledStringControllerInternal } from "./../ArkStyledStringControllerMaterialized" -import { MutableStyledString, MutableStyledStringInternal } from "./../ArkMutableStyledStringMaterialized" import { RichEditorController, RichEditorControllerInternal } from "./../ArkRichEditorControllerMaterialized" import { GuideLinePosition, LocalizedBarrierStyle, LocalizedBarrierDirection, BarrierStyle, BarrierDirection, GuideLineStyle } from "./../ArkRelativeContainerInterfaces" import { RoundedRectOptions, RectOptions } from "./../ArkRectInterfaces" @@ -157,18 +175,12 @@ import { CircleStyleOptions, PatternLockChallengeResult } from "./../ArkPatternL import { PanelMode } from "./../ArkPanelInterfaces" import { MenuItemOptions } from "./../ArkMenuItemInterfaces" import { ASTCResource } from "./../ArkMediaCachedImageInterfaces" +import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { ColorFilter, ColorFilterInternal } from "./../ArkColorFilterMaterialized" +import { GridAttribute, GridDirection, GridItemAlignment, ComputedBarAttribute, GridLayoutOptions } from "./../ArkGridInterfaces" +import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" import { FlexSpaceOptions, FlexOptions } from "./../ArkFlexInterfaces" -import { MouseEvent, MouseEventInternal } from "./../ArkMouseEventMaterialized" -import { HoverEvent, HoverEventInternal } from "./../ArkHoverEventMaterialized" -import { KeyEvent, KeyEventInternal } from "./../ArkKeyEventMaterialized" -import { BaseGestureEvent, BaseGestureEventInternal } from "./../ArkBaseGestureEventMaterialized" import { GestureRecognizer, GestureRecognizerInternal } from "./../ArkGestureRecognizerMaterialized" -import { GestureControl } from "./../ArkGestureControlNamespace" -import { EventTargetInfo, EventTargetInfoInternal } from "./../ArkEventTargetInfoMaterialized" -import { ProgressMask, ProgressMaskInternal } from "./../ArkProgressMaskMaterialized" -import { DrawModifier, DrawModifierInternal } from "./../ArkDrawModifierMaterialized" -import { UnifiedData, UnifiedDataInternal } from "./../ArkUnifiedDataMaterialized" import { ColumnSplitDividerStyle } from "./../ArkColumnSplitInterfaces" import { DrawingRenderingContext, DrawingRenderingContextInternal } from "./../ArkDrawingRenderingContextMaterialized" import { CanvasRenderingContext2D, CanvasRenderingContext2DInternal } from "./../ArkCanvasRenderingContext2DMaterialized" @@ -178,15 +190,10 @@ import { ImageBitmap, ImageBitmapInternal } from "./../ArkImageBitmapMaterialize import { Path2D, Path2DInternal } from "./../ArkPath2DMaterialized" import { ImageData, ImageDataInternal } from "./../ArkImageDataMaterialized" import { RenderingContextSettings, RenderingContextSettingsInternal } from "./../ArkRenderingContextSettingsMaterialized" -import { CalendarDialogOptions, CalendarOptions } from "./../ArkCalendarPickerInterfaces" +import { CalendarDialogOptions, CalendarOptions, CalendarPickerAttribute, CalendarAlign } from "./../ArkCalendarPickerInterfaces" import { CalendarController, CalendarControllerInternal } from "./../ArkCalendarControllerMaterialized" import { MonthData, CalendarDay, CalendarRequestedData, CalendarSelectedDate, WorkStateStyle, WeekStyle, TodayStyle, NonCurrentDayStyle, CurrentDayStyle } from "./../ArkCalendarInterfaces" import { BadgeStyle, BadgeParamWithString, BadgeParam, BadgePosition, BadgeParamWithNumber } from "./../ArkBadgeInterfaces" -import { FocusBoxStyle, FocusPriority } from "./../ArkFocusInterfaces" -import { AttributeModifier } from "./../handwritten" -import { GestureModifier, GestureModifierInternal } from "./../ArkGestureModifierMaterialized" -import { DragEvent, DragEventInternal } from "./../ArkDragEventMaterialized" -import { ComputedBarAttribute, GridLayoutOptions } from "./../ArkGridInterfaces" import { LinearIndicatorController, LinearIndicatorControllerInternal } from "./../ArkLinearIndicatorControllerMaterialized" import { UrlStyle, UrlStyleInternal } from "./../ArkUrlStyleMaterialized" import { LineHeightStyle, LineHeightStyleInternal } from "./../ArkLineHeightStyleMaterialized" @@ -205,23 +212,18 @@ import { TextTimerOptions } from "./../ArkTextTimerInterfaces" import { TextPickerDialog, TextPickerDialogInternal } from "./../ArkTextPickerDialogMaterialized" import { SubmitEvent, SubmitEventInternal } from "./../ArkSubmitEventMaterialized" import { TextClockOptions } from "./../ArkTextClockInterfaces" -import { TextOverflowOptions, TextOptions } from "./../ArkTextInterfaces" import { ReplaceSymbolEffect, ReplaceSymbolEffectInternal } from "./../ArkReplaceSymbolEffectMaterialized" import { BounceSymbolEffect, BounceSymbolEffectInternal } from "./../ArkBounceSymbolEffectMaterialized" import { DisappearSymbolEffect, DisappearSymbolEffectInternal } from "./../ArkDisappearSymbolEffectMaterialized" import { AppearSymbolEffect, AppearSymbolEffectInternal } from "./../ArkAppearSymbolEffectMaterialized" import { HierarchicalSymbolEffect, HierarchicalSymbolEffectInternal } from "./../ArkHierarchicalSymbolEffectMaterialized" import { ScaleSymbolEffect, ScaleSymbolEffectInternal } from "./../ArkScaleSymbolEffectMaterialized" -import { IndicatorComponentController, IndicatorComponentControllerInternal } from "./../ArkIndicatorComponentControllerMaterialized" import { SwiperController, SwiperControllerInternal } from "./../ArkSwiperControllerMaterialized" import { StackOptions } from "./../ArkStackInterfaces" -import { ViewportRect } from "./../ArkShapeInterfaces" -import { SelectOption } from "./../ArkSelectInterfaces" import { ScrollBarOptions, ScrollBarDirection } from "./../ArkScrollBarInterfaces" import { SaveButtonOnClickResult, SaveButtonOptions, SaveIconStyle, SaveDescription } from "./../ArkSaveButtonInterfaces" import { RowOptions } from "./../ArkRowInterfaces" import { RootSceneSession } from "./../ArkRootSceneInterfaces" -import { EditMenuOptions, EditMenuOptionsInternal } from "./../ArkEditMenuOptionsMaterialized" import { RefreshStatus, RefreshOptions } from "./../ArkRefreshInterfaces" import { StarStyleOptions, RatingOptions } from "./../ArkRatingInterfaces" import { RadioStyle, RadioOptions, RadioIndicatorType } from "./../ArkRadioInterfaces" @@ -259,7 +261,6 @@ import { CustomDialogControllerOptions } from "./../ArkCustomDialogControllerInt import { CustomDialogController, CustomDialogControllerInternal } from "./../ArkCustomDialogControllerMaterialized" import { ContextMenu, ContextMenuInternal } from "./../ArkContextMenuMaterialized" import { UICommonEvent, UICommonEventInternal } from "./../ArkUICommonEventMaterialized" -import { ChildrenMainSize, ChildrenMainSizeInternal } from "./../ArkChildrenMainSizeMaterialized" import { View, ViewInternal } from "./../ArkViewMaterialized" import { Measurable, MeasurableInternal } from "./../ArkMeasurableMaterialized" import { AccessibilityHoverEvent, AccessibilityHoverEventInternal } from "./../ArkAccessibilityHoverEventMaterialized" @@ -1725,6 +1726,11 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeAffinity(value: Affinity): void { + let valueSerializer: Serializer = this + const value__AffinityStub = value._AffinityStub + valueSerializer.writeString(value__AffinityStub) + } writeTabBarIconStyle(value: TabBarIconStyle): void { let valueSerializer: Serializer = this const value_selectedColor = value.selectedColor @@ -3792,6 +3798,19 @@ export class Serializer extends SerializerBase { const value__DrawContextStub = value._DrawContextStub valueSerializer.writeString(value__DrawContextStub) } + writeCustomSpanMetrics(value: CustomSpanMetrics): void { + let valueSerializer: Serializer = this + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + let value_height_type: int32 = RuntimeType.UNDEFINED + value_height_type = runtimeType(value_height) + valueSerializer.writeInt8(value_height_type) + if ((RuntimeType.UNDEFINED) != (value_height_type)) { + const value_height_value = value_height! + valueSerializer.writeNumber(value_height_value) + } + } writeCustomSpanMeasureInfo(value: CustomSpanMeasureInfo): void { let valueSerializer: Serializer = this const value_fontSize = value.fontSize @@ -3924,6 +3943,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeWaterFlowAttribute(value: WaterFlowAttribute): void { + } writeWaterFlowSections(value: WaterFlowSections): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -4254,6 +4275,10 @@ export class Serializer extends SerializerBase { valueSerializer.writeBoolean(value_lock_value) } } + writeWindowSceneAttribute(value: WindowSceneAttribute): void { + } + writeWebAttribute(value: WebAttribute): void { + } writeSelectionMenuOptionsExt(value: SelectionMenuOptionsExt): void { let valueSerializer: Serializer = this const value_onAppear = value.onAppear @@ -4750,6 +4775,23 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeWebCookie(value: WebCookie): void { + let valueSerializer: Serializer = this + if (value.hasOwnProperty("peer")) + { + const base: MaterializedBase = unsafeCast(value) + const peer = base.getPeer() + let ptr: KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeScreenCaptureConfig(value: ScreenCaptureConfig): void { let valueSerializer: Serializer = this const value_captureMode = value.captureMode @@ -5394,6 +5436,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_endMargin_value) } } + writeTextInputAttribute(value: TextInputAttribute): void { + } writeInputCounterOptions(value: InputCounterOptions): void { let valueSerializer: Serializer = this const value_thresholdPercentage = value.thresholdPercentage @@ -5627,6 +5671,59 @@ export class Serializer extends SerializerBase { const value_id = value.id valueSerializer.writeTextMenuItemId(value_id) } + writeLineMetrics(value: LineMetrics): void { + let valueSerializer: Serializer = this + const value__LineMetricsStub = value._LineMetricsStub + valueSerializer.writeString(value__LineMetricsStub) + } + writePositionWithAffinity(value: PositionWithAffinity): void { + let valueSerializer: Serializer = this + const value_position = value.position + valueSerializer.writeNumber(value_position) + const value_affinity = value.affinity + valueSerializer.writeAffinity(value_affinity) + } + writeMutableStyledString(value: MutableStyledString): void { + let valueSerializer: Serializer = this + if (value.hasOwnProperty("peer")) + { + const base: MaterializedBase = unsafeCast(value) + const peer = base.getPeer() + let ptr: KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } + writePreviewText(value: PreviewText): void { + let valueSerializer: Serializer = this + const value_offset = value.offset + valueSerializer.writeNumber(value_offset) + const value_value = value.value + valueSerializer.writeString(value_value) + } + writeLayoutManager(value: LayoutManager): void { + let valueSerializer: Serializer = this + if (value.hasOwnProperty("peer")) + { + const base: MaterializedBase = unsafeCast(value) + const peer = base.getPeer() + let ptr: KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeTextClockController(value: TextClockController): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -5644,6 +5741,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextAreaAttribute(value: TextAreaAttribute): void { + } writeTextAreaController(value: TextAreaController): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -5661,6 +5760,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextAttribute(value: TextAttribute): void { + } writeSelectionMenuOptions(value: SelectionMenuOptions): void { let valueSerializer: Serializer = this const value_onAppear = value.onAppear @@ -6040,6 +6141,8 @@ export class Serializer extends SerializerBase { } } } + writeTabsAttribute(value: TabsAttribute): void { + } writeBackgroundBlurStyleOptions(value: BackgroundBlurStyleOptions): void { let valueSerializer: Serializer = this const value_colorMode = value.colorMode @@ -6161,6 +6264,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeSymbolGlyphAttribute(value: SymbolGlyphAttribute): void { + } writeSymbolEffect(value: SymbolEffect): void { } writeDigitIndicator(value: DigitIndicator): void { @@ -6445,6 +6550,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeNumber(value__maxDisplayCount_value) } } + writeSwiperAttribute(value: SwiperAttribute): void { + } writeSwiperAutoFill(value: SwiperAutoFill): void { let valueSerializer: Serializer = this const value_minSize = value.minSize @@ -6554,6 +6661,12 @@ export class Serializer extends SerializerBase { } } } + writeSliderAttribute(value: SliderAttribute): void { + } + writeShapeAttribute(value: ShapeAttribute): void { + } + writeSelectAttribute(value: SelectAttribute): void { + } writeLocalizedEdges(value: LocalizedEdges): void { let valueSerializer: Serializer = this const value_top = value.top @@ -6624,6 +6737,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_right_value) } } + writeSearchAttribute(value: SearchAttribute): void { + } writeSearchButtonOptions(value: SearchButtonOptions): void { let valueSerializer: Serializer = this const value_fontSize = value.fontSize @@ -6727,11 +6842,24 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeScrollAttribute(value: ScrollAttribute): void { + } writeEdgeEffectOptions(value: EdgeEffectOptions): void { let valueSerializer: Serializer = this const value_alwaysEnabled = value.alwaysEnabled valueSerializer.writeBoolean(value_alwaysEnabled) } + writeRectResult(value: RectResult): void { + let valueSerializer: Serializer = this + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeScrollToIndexOptions(value: ScrollToIndexOptions): void { let valueSerializer: Serializer = this const value_extraOffset = value.extraOffset @@ -6743,6 +6871,13 @@ export class Serializer extends SerializerBase { valueSerializer.writeLengthMetrics(value_extraOffset_value) } } + writeOffsetResult(value: OffsetResult): void { + let valueSerializer: Serializer = this + const value_xOffset = value.xOffset + valueSerializer.writeNumber(value_xOffset) + const value_yOffset = value.yOffset + valueSerializer.writeNumber(value_yOffset) + } writeScrollPageOptions(value: ScrollPageOptions): void { let valueSerializer: Serializer = this const value_next = value.next @@ -6849,6 +6984,8 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeRichEditorAttribute(value: RichEditorAttribute): void { + } writePlaceholderStyle(value: PlaceholderStyle): void { let valueSerializer: Serializer = this const value_font = value.font @@ -7012,6 +7149,31 @@ export class Serializer extends SerializerBase { valueSerializer.writeNumber(value_end_value) } } + writeRichEditorSelection(value: RichEditorSelection): void { + let valueSerializer: Serializer = this + const value_selection = value.selection + const value_selection_0 = value_selection[0] + valueSerializer.writeNumber(value_selection_0) + const value_selection_1 = value_selection[1] + valueSerializer.writeNumber(value_selection_1) + const value_spans = value.spans + valueSerializer.writeInt32(value_spans.length) + for (let i = 0; i < value_spans.length; i++) { + const value_spans_element: RichEditorTextSpanResult | RichEditorImageSpanResult = value_spans[i] + let value_spans_element_type: int32 = RuntimeType.UNDEFINED + value_spans_element_type = runtimeType(value_spans_element) + if (((RuntimeType.OBJECT) == (value_spans_element_type)) && (((value_spans_element!.hasOwnProperty("value"))))) { + valueSerializer.writeInt8(0) + const value_spans_element_0 = unsafeCast(value_spans_element) + valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0) + } + else if (((RuntimeType.OBJECT) == (value_spans_element_type)) && (((value_spans_element!.hasOwnProperty("imageStyle"))))) { + valueSerializer.writeInt8(1) + const value_spans_element_1 = unsafeCast(value_spans_element) + valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1) + } + } + } writeRichEditorParagraphStyleOptions(value: RichEditorParagraphStyleOptions): void { let valueSerializer: Serializer = this const value_start = value.start @@ -7735,6 +7897,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeBoolean(value_animated_value) } } + writeNavDestinationAttribute(value: NavDestinationAttribute): void { + } writeNavigationToolbarOptions(value: NavigationToolbarOptions): void { let valueSerializer: Serializer = this const value_backgroundColor = value.backgroundColor @@ -7923,6 +8087,15 @@ export class Serializer extends SerializerBase { const value__SystemBarStyleStub = value._SystemBarStyleStub valueSerializer.writeString(value__SystemBarStyleStub) } + writeRouteMapConfig(value: RouteMapConfig): void { + let valueSerializer: Serializer = this + const value_name = value.name + valueSerializer.writeString(value_name) + const value_pageSourceFile = value.pageSourceFile + valueSerializer.writeString(value_pageSourceFile) + const value_data = value.data + valueSerializer.writeCustomObject("Object", value_data) + } writeMenuItemOptions(value: MenuItemOptions): void { let valueSerializer: Serializer = this const value_startIcon = value.startIcon @@ -8165,6 +8338,29 @@ export class Serializer extends SerializerBase { valueSerializer.writeLength(value_endMargin_value) } } + writeListAttribute(value: ListAttribute): void { + } + writeVisibleListContentInfo(value: VisibleListContentInfo): void { + let valueSerializer: Serializer = this + const value_index = value.index + valueSerializer.writeNumber(value_index) + const value_itemGroupArea = value.itemGroupArea + let value_itemGroupArea_type: int32 = RuntimeType.UNDEFINED + value_itemGroupArea_type = runtimeType(value_itemGroupArea) + valueSerializer.writeInt8(value_itemGroupArea_type) + if ((RuntimeType.UNDEFINED) != (value_itemGroupArea_type)) { + const value_itemGroupArea_value = value_itemGroupArea! + valueSerializer.writeInt32(value_itemGroupArea_value) + } + const value_itemIndexInGroup = value.itemIndexInGroup + let value_itemIndexInGroup_type: int32 = RuntimeType.UNDEFINED + value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup) + valueSerializer.writeInt8(value_itemIndexInGroup_type) + if ((RuntimeType.UNDEFINED) != (value_itemIndexInGroup_type)) { + const value_itemIndexInGroup_value = value_itemIndexInGroup! + valueSerializer.writeNumber(value_itemIndexInGroup_value) + } + } writeCloseSwipeActionOptions(value: CloseSwipeActionOptions): void { let valueSerializer: Serializer = this const value_onFinish = value.onFinish @@ -8221,6 +8417,42 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32(value_reference_value) } } + writeGridAttribute(value: GridAttribute): void { + } + writePanGestureOptions(value: PanGestureOptions): void { + let valueSerializer: Serializer = this + if (value.hasOwnProperty("peer")) + { + const base: MaterializedBase = unsafeCast(value) + const peer = base.getPeer() + let ptr: KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } + writeEventTargetInfo(value: EventTargetInfo): void { + let valueSerializer: Serializer = this + if (value.hasOwnProperty("peer")) + { + const base: MaterializedBase = unsafeCast(value) + const peer = base.getPeer() + let ptr: KPointer = nullptr + if (peer != undefined) + ptr = peer.ptr + valueSerializer.writePointer(ptr) + return + } + else + { + throw new Error("Value is not a MaterializedBase instance!") + } + } writeWindowStatusType(value: WindowStatusType): void { let valueSerializer: Serializer = this const value__WindowStatusTypeStub = value._WindowStatusTypeStub @@ -8622,6 +8854,13 @@ export class Serializer extends SerializerBase { valueSerializer.writeExpectedFrameRateRange(value_expectedFrameRateRange_value) } } + writeComponent3DAttribute(value: Component3DAttribute): void { + } + writeContext(value: Context): void { + let valueSerializer: Serializer = this + const value__ContextStub = value._ContextStub + valueSerializer.writeString(value__ContextStub) + } writeUIGestureEvent(value: UIGestureEvent): void { } writeVisibleAreaEventOptions(value: VisibleAreaEventOptions): void { @@ -8657,6 +8896,33 @@ export class Serializer extends SerializerBase { const value__RectShapeStub = value._RectShapeStub valueSerializer.writeString(value__RectShapeStub) } + writeCaretOffset(value: CaretOffset): void { + let valueSerializer: Serializer = this + const value_index = value.index + valueSerializer.writeNumber(value_index) + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + } + writeDirectionalEdgesT(value: DirectionalEdgesT): void { + let valueSerializer: Serializer = this + const value_start = value.start + valueSerializer.writeNumber(value_start) + const value_end = value.end + valueSerializer.writeNumber(value_end) + const value_top = value.top + valueSerializer.writeNumber(value_top) + const value_bottom = value.bottom + valueSerializer.writeNumber(value_bottom) + } + writeMeasureResult(value: MeasureResult): void { + let valueSerializer: Serializer = this + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeConstraintSizeOptions(value: ConstraintSizeOptions): void { let valueSerializer: Serializer = this const value_minWidth = value.minWidth @@ -10914,17 +11180,6 @@ export class Serializer extends SerializerBase { const value__DrawingLatticeStub = value._DrawingLatticeStub valueSerializer.writeString(value__DrawingLatticeStub) } - writeRectResult(value: RectResult): void { - let valueSerializer: Serializer = this - const value_x = value.x - valueSerializer.writeNumber(value_x) - const value_y = value.y - valueSerializer.writeNumber(value_y) - const value_width = value.width - valueSerializer.writeNumber(value_width) - const value_height = value.height - valueSerializer.writeNumber(value_height) - } writeDrawModifier(value: DrawModifier): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -10947,6 +11202,11 @@ export class Serializer extends SerializerBase { const value__IntentionCodeStub = value._IntentionCodeStub valueSerializer.writeString(value__IntentionCodeStub) } + writeSummary(value: Summary): void { + let valueSerializer: Serializer = this + const value__SummaryStub = value._SummaryStub + valueSerializer.writeString(value__SummaryStub) + } writeUnifiedData(value: UnifiedData): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -10964,6 +11224,29 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTouchObject(value: TouchObject): void { + let valueSerializer: Serializer = this + const value_type = value.type + valueSerializer.writeInt32(value_type) + const value_id = value.id + valueSerializer.writeNumber(value_id) + const value_displayX = value.displayX + valueSerializer.writeNumber(value_displayX) + const value_displayY = value.displayY + valueSerializer.writeNumber(value_displayY) + const value_windowX = value.windowX + valueSerializer.writeNumber(value_windowX) + const value_windowY = value.windowY + valueSerializer.writeNumber(value_windowY) + const value_screenX = value.screenX + valueSerializer.writeNumber(value_screenX) + const value_screenY = value.screenY + valueSerializer.writeNumber(value_screenY) + const value_x = value.x + valueSerializer.writeNumber(value_x) + const value_y = value.y + valueSerializer.writeNumber(value_y) + } writeColumnSplitDividerStyle(value: ColumnSplitDividerStyle): void { let valueSerializer: Serializer = this const value_startMargin = value.startMargin @@ -11074,6 +11357,35 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } + writeTextMetrics(value: TextMetrics): void { + let valueSerializer: Serializer = this + const value_actualBoundingBoxAscent = value.actualBoundingBoxAscent + valueSerializer.writeNumber(value_actualBoundingBoxAscent) + const value_actualBoundingBoxDescent = value.actualBoundingBoxDescent + valueSerializer.writeNumber(value_actualBoundingBoxDescent) + const value_actualBoundingBoxLeft = value.actualBoundingBoxLeft + valueSerializer.writeNumber(value_actualBoundingBoxLeft) + const value_actualBoundingBoxRight = value.actualBoundingBoxRight + valueSerializer.writeNumber(value_actualBoundingBoxRight) + const value_alphabeticBaseline = value.alphabeticBaseline + valueSerializer.writeNumber(value_alphabeticBaseline) + const value_emHeightAscent = value.emHeightAscent + valueSerializer.writeNumber(value_emHeightAscent) + const value_emHeightDescent = value.emHeightDescent + valueSerializer.writeNumber(value_emHeightDescent) + const value_fontBoundingBoxAscent = value.fontBoundingBoxAscent + valueSerializer.writeNumber(value_fontBoundingBoxAscent) + const value_fontBoundingBoxDescent = value.fontBoundingBoxDescent + valueSerializer.writeNumber(value_fontBoundingBoxDescent) + const value_hangingBaseline = value.hangingBaseline + valueSerializer.writeNumber(value_hangingBaseline) + const value_ideographicBaseline = value.ideographicBaseline + valueSerializer.writeNumber(value_ideographicBaseline) + const value_width = value.width + valueSerializer.writeNumber(value_width) + const value_height = value.height + valueSerializer.writeNumber(value_height) + } writeImageData(value: ImageData): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -11282,6 +11594,8 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32(value_hoverModeArea_value) } } + writeCalendarPickerAttribute(value: CalendarPickerAttribute): void { + } writeCalendarController(value: CalendarController): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -11472,6 +11786,8 @@ export class Serializer extends SerializerBase { } } } + writeAlphabetIndexerAttribute(value: AlphabetIndexerAttribute): void { + } writeAlertDialogParamWithOptions(value: AlertDialogParamWithOptions): void { let valueSerializer: Serializer = this const value_title = value.title @@ -13866,23 +14182,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeImageAttachmentLayoutStyle(value_layoutStyle_value) } } - writeMutableStyledString(value: MutableStyledString): void { - let valueSerializer: Serializer = this - if (value.hasOwnProperty("peer")) - { - const base: MaterializedBase = unsafeCast(value) - const peer = base.getPeer() - let ptr: KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeUrlStyle(value: UrlStyle): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -15107,23 +15406,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeString(value_sharedRenderProcessToken_value) } } - writeWebCookie(value: WebCookie): void { - let valueSerializer: Serializer = this - if (value.hasOwnProperty("peer")) - { - const base: MaterializedBase = unsafeCast(value) - const peer = base.getPeer() - let ptr: KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeHeader(value: Header): void { let valueSerializer: Serializer = this const value_headerKey = value.headerKey @@ -15720,22 +16002,10 @@ export class Serializer extends SerializerBase { valueSerializer.writeTextInputController(value_controller_value) } } - writeLayoutManager(value: LayoutManager): void { + writeTextBox(value: TextBox): void { let valueSerializer: Serializer = this - if (value.hasOwnProperty("peer")) - { - const base: MaterializedBase = unsafeCast(value) - const peer = base.getPeer() - let ptr: KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } + const value__TextBoxStub = value._TextBoxStub + valueSerializer.writeString(value__TextBoxStub) } writeStyledStringController(value: StyledStringController): void { let valueSerializer: Serializer = this @@ -16438,13 +16708,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32(value_style_value) } } - writePreviewText(value: PreviewText): void { - let valueSerializer: Serializer = this - const value_offset = value.offset - valueSerializer.writeNumber(value_offset) - const value_value = value.value - valueSerializer.writeString(value_value) - } writeCaretStyle(value: CaretStyle): void { let valueSerializer: Serializer = this const value_width = value.width @@ -16866,31 +17129,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeString(value_previewText_value) } } - writeRichEditorSelection(value: RichEditorSelection): void { - let valueSerializer: Serializer = this - const value_selection = value.selection - const value_selection_0 = value_selection[0] - valueSerializer.writeNumber(value_selection_0) - const value_selection_1 = value_selection[1] - valueSerializer.writeNumber(value_selection_1) - const value_spans = value.spans - valueSerializer.writeInt32(value_spans.length) - for (let i = 0; i < value_spans.length; i++) { - const value_spans_element: RichEditorTextSpanResult | RichEditorImageSpanResult = value_spans[i] - let value_spans_element_type: int32 = RuntimeType.UNDEFINED - value_spans_element_type = runtimeType(value_spans_element) - if (((RuntimeType.OBJECT) == (value_spans_element_type)) && (((value_spans_element!.hasOwnProperty("value"))))) { - valueSerializer.writeInt8(0) - const value_spans_element_0 = unsafeCast(value_spans_element) - valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0) - } - else if (((RuntimeType.OBJECT) == (value_spans_element_type)) && (((value_spans_element!.hasOwnProperty("imageStyle"))))) { - valueSerializer.writeInt8(1) - const value_spans_element_1 = unsafeCast(value_spans_element) - valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1) - } - } - } writeStyledStringChangeValue(value: StyledStringChangeValue): void { let valueSerializer: Serializer = this const value_range = value.range @@ -16906,6 +17144,16 @@ export class Serializer extends SerializerBase { valueSerializer.writeStyledString(value_previewText_value) } } + writeRichEditorParagraphResult(value: RichEditorParagraphResult): void { + let valueSerializer: Serializer = this + const value_style = value.style + valueSerializer.writeRichEditorParagraphStyle(value_style) + const value_range = value.range + const value_range_0 = value_range[0] + valueSerializer.writeNumber(value_range_0) + const value_range_1 = value_range[1] + valueSerializer.writeNumber(value_range_1) + } writeRichEditorBaseController(value: RichEditorBaseController): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -17837,27 +18085,6 @@ export class Serializer extends SerializerBase { valueSerializer.writeInt32(value_style_value) } } - writeVisibleListContentInfo(value: VisibleListContentInfo): void { - let valueSerializer: Serializer = this - const value_index = value.index - valueSerializer.writeNumber(value_index) - const value_itemGroupArea = value.itemGroupArea - let value_itemGroupArea_type: int32 = RuntimeType.UNDEFINED - value_itemGroupArea_type = runtimeType(value_itemGroupArea) - valueSerializer.writeInt8(value_itemGroupArea_type) - if ((RuntimeType.UNDEFINED) != (value_itemGroupArea_type)) { - const value_itemGroupArea_value = value_itemGroupArea! - valueSerializer.writeInt32(value_itemGroupArea_value) - } - const value_itemIndexInGroup = value.itemIndexInGroup - let value_itemIndexInGroup_type: int32 = RuntimeType.UNDEFINED - value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup) - valueSerializer.writeInt8(value_itemIndexInGroup_type) - if ((RuntimeType.UNDEFINED) != (value_itemIndexInGroup_type)) { - const value_itemIndexInGroup_value = value_itemIndexInGroup! - valueSerializer.writeNumber(value_itemIndexInGroup_value) - } - } writeChainAnimationOptions(value: ChainAnimationOptions): void { let valueSerializer: Serializer = this const value_minSpace = value.minSpace @@ -18411,23 +18638,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeEventTargetInfo(value: EventTargetInfo): void { - let valueSerializer: Serializer = this - if (value.hasOwnProperty("peer")) - { - const base: MaterializedBase = unsafeCast(value) - const peer = base.getPeer() - let ptr: KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeScrollableTargetInfo(value: ScrollableTargetInfo): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -18445,23 +18655,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writePanGestureOptions(value: PanGestureOptions): void { - let valueSerializer: Serializer = this - if (value.hasOwnProperty("peer")) - { - const base: MaterializedBase = unsafeCast(value) - const peer = base.getPeer() - let ptr: KPointer = nullptr - if (peer != undefined) - ptr = peer.ptr - valueSerializer.writePointer(ptr) - return - } - else - { - throw new Error("Value is not a MaterializedBase instance!") - } - } writeGestureEvent(value: GestureEvent): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -19815,13 +20008,6 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeOffsetResult(value: OffsetResult): void { - let valueSerializer: Serializer = this - const value_xOffset = value.xOffset - valueSerializer.writeNumber(value_xOffset) - const value_yOffset = value.yOffset - valueSerializer.writeNumber(value_yOffset) - } writeTextContentControllerBase(value: TextContentControllerBase): void { let valueSerializer: Serializer = this if (value.hasOwnProperty("peer")) @@ -21567,28 +21753,16 @@ export class Serializer extends SerializerBase { throw new Error("Value is not a MaterializedBase instance!") } } - writeTouchObject(value: TouchObject): void { + writeHistoricalPoint(value: HistoricalPoint): void { let valueSerializer: Serializer = this - const value_type = value.type - valueSerializer.writeInt32(value_type) - const value_id = value.id - valueSerializer.writeNumber(value_id) - const value_displayX = value.displayX - valueSerializer.writeNumber(value_displayX) - const value_displayY = value.displayY - valueSerializer.writeNumber(value_displayY) - const value_windowX = value.windowX - valueSerializer.writeNumber(value_windowX) - const value_windowY = value.windowY - valueSerializer.writeNumber(value_windowY) - const value_screenX = value.screenX - valueSerializer.writeNumber(value_screenX) - const value_screenY = value.screenY - valueSerializer.writeNumber(value_screenY) - const value_x = value.x - valueSerializer.writeNumber(value_x) - const value_y = value.y - valueSerializer.writeNumber(value_y) + const value_touchObject = value.touchObject + valueSerializer.writeTouchObject(value_touchObject) + const value_size = value.size + valueSerializer.writeNumber(value_size) + const value_force = value.force + valueSerializer.writeNumber(value_force) + const value_timestamp = value.timestamp + valueSerializer.writeNumber(value_timestamp) } writeAccessibilityHoverEvent(value: AccessibilityHoverEvent): void { let valueSerializer: Serializer = this diff --git a/arkoala/framework/native/src/generated/Serializers.h b/arkoala/framework/native/src/generated/Serializers.h index 75a4c79744bf775ae2ce8c5cf1f20bf07ca29012..9b711f076554a836271f0e47230bc9ecd0792f43 100644 --- a/arkoala/framework/native/src/generated/Serializers.h +++ b/arkoala/framework/native/src/generated/Serializers.h @@ -5584,6 +5584,37 @@ inline Ark_RuntimeType runtimeType(const Opt_TextMenuItemId& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_Affinity& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_Affinity* value) { + result->append("{"); + // Ark_String _AffinityStub + result->append("._AffinityStub="); + WriteToString(result, &value->_AffinityStub); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Affinity* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Affinity& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const MenuOnAppearCallback& value) { return INTEROP_RUNTIME_OBJECT; @@ -6771,6 +6802,45 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_StyledStringChangeValue_Bo return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value); + +inline void WriteToString(std::string* result, const Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_RichEditorImageSpanStyle& value) { return INTEROP_RUNTIME_OBJECT; @@ -7374,6 +7444,35 @@ inline Ark_RuntimeType runtimeType(const Opt_SwipeActionItem& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_ListItemGroupArea& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_ListItemGroupArea value) { + result->append("Ark_ListItemGroupArea("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ListItemGroupArea* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ListItemGroupArea& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_BreakpointsReference& value) { return INTEROP_RUNTIME_NUMBER; @@ -10951,6 +11050,41 @@ inline Ark_RuntimeType runtimeType(const Opt_DrawContext& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_CustomSpanMetrics& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_CustomSpanMetrics* value) { + result->append("{"); + // Ark_Number width + result->append(".width="); + WriteToString(result, &value->width); + // Ark_Number height + result->append(", "); + result->append(".height="); + WriteToString(result, &value->height); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_CustomSpanMetrics* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_CustomSpanMetrics& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_CustomSpanMeasureInfo& value) { return INTEROP_RUNTIME_OBJECT; @@ -11303,6 +11437,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_UIExtensionProxy_Void& val return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_WaterFlowAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_WaterFlowAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_WaterFlowAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_WaterFlowAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_WaterFlowLayoutMode& value) { return INTEROP_RUNTIME_NUMBER; @@ -11797,6 +11959,62 @@ inline Ark_RuntimeType runtimeType(const Opt_Literal_Number_surfaceHeight_surfac return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_WindowSceneAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_WindowSceneAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_WindowSceneAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_WindowSceneAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_WebAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_WebAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_WebAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_WebAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SelectionMenuOptionsExt& value) { return INTEROP_RUNTIME_OBJECT; @@ -12936,6 +13154,62 @@ inline Ark_RuntimeType runtimeType(const Opt_RenderMode& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_WebCookie& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_WebCookie value) { + WriteToString(result, static_cast(value)); +} +template <> +inline void WriteToString(std::string* result, const Opt_WebCookie* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_WebCookie& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_HitTestType& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_HitTestType value) { + result->append("Ark_HitTestType("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_HitTestType* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_HitTestType& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_Literal_Object_object__String_name_Array_String_methodList& value) { return INTEROP_RUNTIME_OBJECT; @@ -13092,6 +13366,122 @@ inline Ark_RuntimeType runtimeType(const Opt_Literal_String_script_Callback_Stri return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_MessageLevel& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_MessageLevel value) { + result->append("Ark_MessageLevel("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_MessageLevel* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_MessageLevel& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_ContextMenuInputFieldType& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_ContextMenuInputFieldType value) { + result->append("Ark_ContextMenuInputFieldType("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ContextMenuInputFieldType* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ContextMenuInputFieldType& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_ContextMenuSourceType& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_ContextMenuSourceType value) { + result->append("Ark_ContextMenuSourceType("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ContextMenuSourceType* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ContextMenuSourceType& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_ContextMenuMediaType& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_ContextMenuMediaType value) { + result->append("Ark_ContextMenuMediaType("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ContextMenuMediaType* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ContextMenuMediaType& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_ScreenCaptureConfig& value) { return INTEROP_RUNTIME_OBJECT; @@ -13123,6 +13513,35 @@ inline Ark_RuntimeType runtimeType(const Opt_ScreenCaptureConfig& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_FileSelectorMode& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_FileSelectorMode value) { + result->append("Ark_FileSelectorMode("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_FileSelectorMode* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_FileSelectorMode& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_VideoController& value) { return INTEROP_RUNTIME_OBJECT; @@ -13672,6 +14091,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_ResourceStr_Void& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TextInputAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TextInputAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TextInputAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TextInputAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_InputCounterOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -14029,6 +14476,161 @@ inline Ark_RuntimeType runtimeType(const Opt_RectWidthStyle& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_LineMetrics& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_LineMetrics* value) { + result->append("{"); + // Ark_String _LineMetricsStub + result->append("._LineMetricsStub="); + WriteToString(result, &value->_LineMetricsStub); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_LineMetrics* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_LineMetrics& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_PositionWithAffinity& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_PositionWithAffinity* value) { + result->append("{"); + // Ark_Number position + result->append(".position="); + WriteToString(result, &value->position); + // Ark_Affinity affinity + result->append(", "); + result->append(".affinity="); + WriteToString(result, &value->affinity); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_PositionWithAffinity* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_PositionWithAffinity& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_MutableStyledString& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_MutableStyledString value) { + WriteToString(result, static_cast(value)); +} +template <> +inline void WriteToString(std::string* result, const Opt_MutableStyledString* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_MutableStyledString& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_PreviewText& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_PreviewText* value) { + result->append("{"); + // Ark_Number offset + result->append(".offset="); + WriteToString(result, &value->offset); + // Ark_String value + result->append(", "); + result->append(".value="); + WriteToString(result, &value->value); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_PreviewText* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_PreviewText& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_LayoutManager& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_LayoutManager value) { + WriteToString(result, static_cast(value)); +} +template <> +inline void WriteToString(std::string* result, const Opt_LayoutManager* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_LayoutManager& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_TextClockController& value) { return INTEROP_RUNTIME_OBJECT; @@ -14056,6 +14658,34 @@ inline Ark_RuntimeType runtimeType(const Opt_TextClockController& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TextAreaAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TextAreaAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TextAreaAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TextAreaAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_TextAreaController& value) { return INTEROP_RUNTIME_OBJECT; @@ -14083,6 +14713,34 @@ inline Ark_RuntimeType runtimeType(const Opt_TextAreaController& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TextAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TextAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TextAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TextAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SelectionMenuOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -14391,6 +15049,34 @@ inline Ark_RuntimeType runtimeType(const Opt_TabBarOptions& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TabsAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TabsAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TabsAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TabsAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_BackgroundBlurStyleOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -14655,6 +15341,34 @@ inline Ark_RuntimeType runtimeType(const Opt_BarPosition& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_SymbolGlyphAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_SymbolGlyphAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_SymbolGlyphAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_SymbolGlyphAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SymbolEffect& value) { return INTEROP_RUNTIME_OBJECT; @@ -14920,6 +15634,34 @@ inline Ark_RuntimeType runtimeType(const Opt_DotIndicator& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_SwiperAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_SwiperAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_SwiperAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_SwiperAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SwiperAutoFill& value) { return INTEROP_RUNTIME_OBJECT; @@ -15033,6 +15775,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_SwiperContentTransitionPro return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_SliderAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_SliderAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_SliderAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_SliderAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SliderBlockType& value) { return INTEROP_RUNTIME_NUMBER; @@ -15091,6 +15861,34 @@ inline Ark_RuntimeType runtimeType(const Opt_SliderStyle& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_ShapeAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_ShapeAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ShapeAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ShapeAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Callback_Union_Number_Resource_Void& value) { return INTEROP_RUNTIME_OBJECT; @@ -15122,6 +15920,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_Union_Number_Resource_Void return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_SelectAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_SelectAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_SelectAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_SelectAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_MenuAlignType& value) { return INTEROP_RUNTIME_NUMBER; @@ -15266,6 +16092,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Edges& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_SearchAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_SearchAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_SearchAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_SearchAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_SearchButtonOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -15489,6 +16343,34 @@ inline Ark_RuntimeType runtimeType(const Opt_ScrollBarDirection& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_ScrollAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_ScrollAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ScrollAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ScrollAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_EdgeEffectOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -15625,6 +16507,49 @@ inline Ark_RuntimeType runtimeType(const Opt_ScrollOnWillScrollCallback& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_RectResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_RectResult* value) { + result->append("{"); + // Ark_Number x + result->append(".x="); + WriteToString(result, &value->x); + // Ark_Number y + result->append(", "); + result->append(".y="); + WriteToString(result, &value->y); + // Ark_Number width + result->append(", "); + result->append(".width="); + WriteToString(result, &value->width); + // Ark_Number height + result->append(", "); + result->append(".height="); + WriteToString(result, &value->height); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RectResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RectResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_ScrollToIndexOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -15685,6 +16610,41 @@ inline Ark_RuntimeType runtimeType(const Opt_ScrollAlign& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_OffsetResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_OffsetResult* value) { + result->append("{"); + // Ark_Number xOffset + result->append(".xOffset="); + WriteToString(result, &value->xOffset); + // Ark_Number yOffset + result->append(", "); + result->append(".yOffset="); + WriteToString(result, &value->yOffset); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_OffsetResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_OffsetResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_Literal_Boolean_next_Axis_direction& value) { return INTEROP_RUNTIME_OBJECT; @@ -16011,6 +16971,34 @@ inline Ark_RuntimeType runtimeType(const Opt_RichEditorController& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_RichEditorAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RichEditorAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RichEditorAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_PlaceholderStyle& value) { return INTEROP_RUNTIME_OBJECT; @@ -16356,45 +17344,6 @@ inline Ark_RuntimeType runtimeType(const Opt_RichEditorTextSpanResult& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult& value) -{ - return INTEROP_RUNTIME_OBJECT; -} - -template <> -inline void WriteToString(std::string* result, const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value); - -inline void WriteToString(std::string* result, const Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value) { - int32_t count = value->length; - result->append("{.array=allocArray({{"); - for (int i = 0; i < count; i++) { - if (i > 0) result->append(", "); - WriteToString(result, (const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult*)&value->array[i]); - } - result->append("}})"); - result->append(", .length="); - result->append(std::to_string(value->length)); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_RichEditorDeleteDirection& value) { return INTEROP_RUNTIME_NUMBER; @@ -16494,6 +17443,41 @@ inline Ark_RuntimeType runtimeType(const Opt_RichEditorRange& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_RichEditorSelection& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorSelection* value) { + result->append("{"); + // Ark_Tuple_Number_Number selection + result->append(".selection="); + WriteToString(result, &value->selection); + // Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans + result->append(", "); + result->append(".spans="); + WriteToString(result, &value->spans); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RichEditorSelection* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RichEditorSelection& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_RichEditorParagraphStyleOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -17638,6 +18622,34 @@ inline Ark_RuntimeType runtimeType(const Opt_NavigationOptions& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_NavDestinationAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_NavDestinationAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_NavDestinationAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_NavDestinationAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_NavigationToolbarOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -17944,6 +18956,45 @@ inline Ark_RuntimeType runtimeType(const Opt_Array_NavigationMenuItem& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_RouteMapConfig& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_RouteMapConfig* value) { + result->append("{"); + // Ark_String name + result->append(".name="); + WriteToString(result, &value->name); + // Ark_String pageSourceFile + result->append(", "); + result->append(".pageSourceFile="); + WriteToString(result, &value->pageSourceFile); + // Ark_CustomObject data + result->append(", "); + result->append(".data="); + WriteToString(result, &value->data); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RouteMapConfig* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RouteMapConfig& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_Union_ResourceStr_CustomBuilder& value) { switch (value.selector) { @@ -18442,6 +19493,34 @@ inline Ark_RuntimeType runtimeType(const Opt_ListItemStyle& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_ListAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_ListAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_ListAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_ListAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_LengthConstrain& value) { return INTEROP_RUNTIME_OBJECT; @@ -18477,18 +19556,18 @@ inline Ark_RuntimeType runtimeType(const Opt_LengthConstrain& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_ListItemGroupArea& value) +inline Ark_RuntimeType runtimeType(const Ark_ChainEdgeEffect& value) { return INTEROP_RUNTIME_NUMBER; } template <> -inline void WriteToString(std::string* result, const Ark_ListItemGroupArea value) { - result->append("Ark_ListItemGroupArea("); +inline void WriteToString(std::string* result, const Ark_ChainEdgeEffect value) { + result->append("Ark_ChainEdgeEffect("); WriteToString(result, (Ark_Int32) value); result->append(")"); } template <> -inline void WriteToString(std::string* result, const Opt_ListItemGroupArea* value) { +inline void WriteToString(std::string* result, const Opt_ChainEdgeEffect* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); @@ -18501,28 +19580,38 @@ inline void WriteToString(std::string* result, const Opt_ListItemGroupArea* valu result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_ListItemGroupArea& value) +inline Ark_RuntimeType runtimeType(const Opt_ChainEdgeEffect& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_ChainEdgeEffect& value) +inline Ark_RuntimeType runtimeType(const Ark_VisibleListContentInfo& value) { - return INTEROP_RUNTIME_NUMBER; + return INTEROP_RUNTIME_OBJECT; } template <> -inline void WriteToString(std::string* result, const Ark_ChainEdgeEffect value) { - result->append("Ark_ChainEdgeEffect("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); +inline void WriteToString(std::string* result, const Ark_VisibleListContentInfo* value) { + result->append("{"); + // Ark_Number index + result->append(".index="); + WriteToString(result, &value->index); + // Ark_ListItemGroupArea itemGroupArea + result->append(", "); + result->append(".itemGroupArea="); + WriteToString(result, &value->itemGroupArea); + // Ark_Number itemIndexInGroup + result->append(", "); + result->append(".itemIndexInGroup="); + WriteToString(result, &value->itemIndexInGroup); + result->append("}"); } template <> -inline void WriteToString(std::string* result, const Opt_ChainEdgeEffect* value) { +inline void WriteToString(std::string* result, const Opt_VisibleListContentInfo* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); + WriteToString(result, &value->value); } else { Ark_Undefined undefined = { 0 }; WriteToString(result, undefined); @@ -18530,7 +19619,7 @@ inline void WriteToString(std::string* result, const Opt_ChainEdgeEffect* value) result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_ChainEdgeEffect& value) +inline Ark_RuntimeType runtimeType(const Opt_VisibleListContentInfo& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } @@ -18961,6 +20050,34 @@ inline Ark_RuntimeType runtimeType(const Opt_GridItemStyle& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_GridAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_GridAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_GridAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_GridAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_GridItemAlignment& value) { return INTEROP_RUNTIME_NUMBER; @@ -19052,6 +20169,118 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_Number_Tuple_Number_Number return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_PanGestureOptions& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_PanGestureOptions value) { + WriteToString(result, static_cast(value)); +} +template <> +inline void WriteToString(std::string* result, const Opt_PanGestureOptions* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_PanGestureOptions& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_EventTargetInfo& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_EventTargetInfo value) { + WriteToString(result, static_cast(value)); +} +template <> +inline void WriteToString(std::string* result, const Opt_EventTargetInfo* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_EventTargetInfo& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_GestureRecognizerState& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_GestureRecognizerState value) { + result->append("Ark_GestureRecognizerState("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_GestureRecognizerState* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_GestureRecognizerState& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_GestureControl_GestureType& value) +{ + return INTEROP_RUNTIME_NUMBER; +} +template <> +inline void WriteToString(std::string* result, const Ark_GestureControl_GestureType value) { + result->append("Ark_GestureControl_GestureType("); + WriteToString(result, (Ark_Int32) value); + result->append(")"); +} +template <> +inline void WriteToString(std::string* result, const Opt_GestureControl_GestureType* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_GestureControl_GestureType& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_PanDirection& value) { return INTEROP_RUNTIME_NUMBER; @@ -19932,6 +21161,34 @@ inline Ark_RuntimeType runtimeType(const Opt_AnimateParam& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_Component3DAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_Component3DAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Component3DAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Component3DAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_ModelType& value) { return INTEROP_RUNTIME_NUMBER; @@ -20035,6 +21292,37 @@ inline Ark_RuntimeType runtimeType(const Opt_PointerStyle& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_Context& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_Context* value) { + result->append("{"); + // Ark_String _ContextStub + result->append("._ContextStub="); + WriteToString(result, &value->_ContextStub); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Context* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Context& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_UIGestureEvent& value) { return INTEROP_RUNTIME_OBJECT; @@ -20406,6 +21694,123 @@ inline Ark_RuntimeType runtimeType(const Opt_ContentClipMode& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_CaretOffset& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_CaretOffset* value) { + result->append("{"); + // Ark_Number index + result->append(".index="); + WriteToString(result, &value->index); + // Ark_Number x + result->append(", "); + result->append(".x="); + WriteToString(result, &value->x); + // Ark_Number y + result->append(", "); + result->append(".y="); + WriteToString(result, &value->y); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_CaretOffset* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_CaretOffset& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_DirectionalEdgesT& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_DirectionalEdgesT* value) { + result->append("{"); + // Ark_Number start + result->append(".start="); + WriteToString(result, &value->start); + // Ark_Number end + result->append(", "); + result->append(".end="); + WriteToString(result, &value->end); + // Ark_Number top + result->append(", "); + result->append(".top="); + WriteToString(result, &value->top); + // Ark_Number bottom + result->append(", "); + result->append(".bottom="); + WriteToString(result, &value->bottom); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_DirectionalEdgesT* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_DirectionalEdgesT& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_MeasureResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_MeasureResult* value) { + result->append("{"); + // Ark_Number width + result->append(".width="); + WriteToString(result, &value->width); + // Ark_Number height + result->append(", "); + result->append(".height="); + WriteToString(result, &value->height); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_MeasureResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_MeasureResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_ConstraintSizeOptions& value) { return INTEROP_RUNTIME_OBJECT; @@ -21902,35 +23307,6 @@ inline Ark_RuntimeType runtimeType(const Opt_Literal_Alignment_align& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_GestureControl_GestureType& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_GestureControl_GestureType value) { - result->append("Ark_GestureControl_GestureType("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_GestureControl_GestureType* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_GestureControl_GestureType& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_PathShape& value) { return INTEROP_RUNTIME_OBJECT; @@ -23173,49 +24549,6 @@ inline Ark_RuntimeType runtimeType(const Opt_TouchTestStrategy& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_RectResult& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_RectResult* value) { - result->append("{"); - // Ark_Number x - result->append(".x="); - WriteToString(result, &value->x); - // Ark_Number y - result->append(", "); - result->append(".y="); - WriteToString(result, &value->y); - // Ark_Number width - result->append(", "); - result->append(".width="); - WriteToString(result, &value->width); - // Ark_Number height - result->append(", "); - result->append(".height="); - WriteToString(result, &value->height); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_RectResult* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_RectResult& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Array_Rectangle& value) { return INTEROP_RUNTIME_OBJECT; @@ -23400,6 +24733,37 @@ inline Ark_RuntimeType runtimeType(const Opt_DragResult& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_Summary& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_Summary* value) { + result->append("{"); + // Ark_String _SummaryStub + result->append("._SummaryStub="); + WriteToString(result, &value->_SummaryStub); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Summary* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Summary& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_UnifiedData& value) { return INTEROP_RUNTIME_OBJECT; @@ -23456,6 +24820,73 @@ inline Ark_RuntimeType runtimeType(const Opt_DragBehavior& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TouchObject& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TouchObject* value) { + result->append("{"); + // Ark_TouchType type + result->append(".type="); + WriteToString(result, value->type); + // Ark_Number id + result->append(", "); + result->append(".id="); + WriteToString(result, &value->id); + // Ark_Number displayX + result->append(", "); + result->append(".displayX="); + WriteToString(result, &value->displayX); + // Ark_Number displayY + result->append(", "); + result->append(".displayY="); + WriteToString(result, &value->displayY); + // Ark_Number windowX + result->append(", "); + result->append(".windowX="); + WriteToString(result, &value->windowX); + // Ark_Number windowY + result->append(", "); + result->append(".windowY="); + WriteToString(result, &value->windowY); + // Ark_Number screenX + result->append(", "); + result->append(".screenX="); + WriteToString(result, &value->screenX); + // Ark_Number screenY + result->append(", "); + result->append(".screenY="); + WriteToString(result, &value->screenY); + // Ark_Number x + result->append(", "); + result->append(".x="); + WriteToString(result, &value->x); + // Ark_Number y + result->append(", "); + result->append(".y="); + WriteToString(result, &value->y); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TouchObject* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TouchObject& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_AccessibilityHoverType& value) { return INTEROP_RUNTIME_NUMBER; @@ -23851,6 +25282,85 @@ inline Ark_RuntimeType runtimeType(const Opt_ImageBitmap& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_TextMetrics& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_TextMetrics* value) { + result->append("{"); + // Ark_Number actualBoundingBoxAscent + result->append(".actualBoundingBoxAscent="); + WriteToString(result, &value->actualBoundingBoxAscent); + // Ark_Number actualBoundingBoxDescent + result->append(", "); + result->append(".actualBoundingBoxDescent="); + WriteToString(result, &value->actualBoundingBoxDescent); + // Ark_Number actualBoundingBoxLeft + result->append(", "); + result->append(".actualBoundingBoxLeft="); + WriteToString(result, &value->actualBoundingBoxLeft); + // Ark_Number actualBoundingBoxRight + result->append(", "); + result->append(".actualBoundingBoxRight="); + WriteToString(result, &value->actualBoundingBoxRight); + // Ark_Number alphabeticBaseline + result->append(", "); + result->append(".alphabeticBaseline="); + WriteToString(result, &value->alphabeticBaseline); + // Ark_Number emHeightAscent + result->append(", "); + result->append(".emHeightAscent="); + WriteToString(result, &value->emHeightAscent); + // Ark_Number emHeightDescent + result->append(", "); + result->append(".emHeightDescent="); + WriteToString(result, &value->emHeightDescent); + // Ark_Number fontBoundingBoxAscent + result->append(", "); + result->append(".fontBoundingBoxAscent="); + WriteToString(result, &value->fontBoundingBoxAscent); + // Ark_Number fontBoundingBoxDescent + result->append(", "); + result->append(".fontBoundingBoxDescent="); + WriteToString(result, &value->fontBoundingBoxDescent); + // Ark_Number hangingBaseline + result->append(", "); + result->append(".hangingBaseline="); + WriteToString(result, &value->hangingBaseline); + // Ark_Number ideographicBaseline + result->append(", "); + result->append(".ideographicBaseline="); + WriteToString(result, &value->ideographicBaseline); + // Ark_Number width + result->append(", "); + result->append(".width="); + WriteToString(result, &value->width); + // Ark_Number height + result->append(", "); + result->append(".height="); + WriteToString(result, &value->height); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_TextMetrics* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_TextMetrics& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_ImageData& value) { return INTEROP_RUNTIME_OBJECT; @@ -23996,6 +25506,34 @@ inline Ark_RuntimeType runtimeType(const Opt_CalendarDialogOptions& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_CalendarPickerAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_CalendarPickerAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_CalendarPickerAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_CalendarPickerAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_CalendarAlign& value) { return INTEROP_RUNTIME_NUMBER; @@ -24259,6 +25797,34 @@ inline Ark_RuntimeType runtimeType(const Opt_Union_BadgePosition_Position& value return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_AlphabetIndexerAttribute& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_AlphabetIndexerAttribute* value) { + result->append("{"); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_AlphabetIndexerAttribute* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_AlphabetIndexerAttribute& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_IndexerAlign& value) { return INTEROP_RUNTIME_NUMBER; @@ -26307,33 +27873,6 @@ inline Ark_RuntimeType runtimeType(const Opt_ImageAttachmentInterface& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_MutableStyledString& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_MutableStyledString value) { - WriteToString(result, static_cast(value)); -} -template <> -inline void WriteToString(std::string* result, const Opt_MutableStyledString* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_MutableStyledString& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_UrlStyle& value) { return INTEROP_RUNTIME_OBJECT; @@ -26870,6 +28409,45 @@ inline Ark_RuntimeType runtimeType(const Opt_Union_String_ImageAttachment_Custom return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Array_SpanStyle& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_SpanStyle* value); + +inline void WriteToString(std::string* result, const Array_SpanStyle* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_SpanStyle*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_SpanStyle* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_SpanStyle& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_Literal_Number_code_Want_want& value) { return INTEROP_RUNTIME_OBJECT; @@ -31495,51 +33073,46 @@ inline Ark_RuntimeType runtimeType(const Opt_WebOptions& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_WebCookie& value) +inline Ark_RuntimeType runtimeType(const Ark_Union_String_Number_Resource_Buffer& value) { - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_WebCookie value) { - WriteToString(result, static_cast(value)); -} -template <> -inline void WriteToString(std::string* result, const Opt_WebCookie* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); + switch (value.selector) { + case 0: return runtimeType(value.value0); + case 1: return runtimeType(value.value1); + case 2: return runtimeType(value.value2); + case 3: return runtimeType(value.value3); + default: INTEROP_FATAL("Bad selector in Ark_Union_String_Number_Resource_Buffer: %d", value.selector); } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_WebCookie& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> -inline Ark_RuntimeType runtimeType(const Ark_Header& value) -{ - return INTEROP_RUNTIME_OBJECT; } template <> -inline void WriteToString(std::string* result, const Ark_Header* value) { +inline void WriteToString(std::string* result, const Ark_Union_String_Number_Resource_Buffer* value) { result->append("{"); - // Ark_String headerKey - result->append(".headerKey="); - WriteToString(result, &value->headerKey); - // Ark_String headerValue + result->append(".selector="); + result->append(std::to_string(value->selector)); result->append(", "); - result->append(".headerValue="); - WriteToString(result, &value->headerValue); + // Ark_String + if (value->selector == 0) { + result->append(".value0="); + WriteToString(result, &value->value0); + } + // Ark_Number + if (value->selector == 1) { + result->append(".value1="); + WriteToString(result, &value->value1); + } + // Ark_Resource + if (value->selector == 2) { + result->append(".value2="); + WriteToString(result, &value->value2); + } + // Ark_Buffer + if (value->selector == 3) { + result->append(".value3="); + WriteToString(result, value->value3); + } result->append("}"); } template <> -inline void WriteToString(std::string* result, const Opt_Header* value) { +inline void WriteToString(std::string* result, const Opt_Union_String_Number_Resource_Buffer* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); @@ -31552,23 +33125,23 @@ inline void WriteToString(std::string* result, const Opt_Header* value) { result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_Header& value) +inline Ark_RuntimeType runtimeType(const Opt_Union_String_Number_Resource_Buffer& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_Union_String_Number_Resource_Buffer& value) +inline Ark_RuntimeType runtimeType(const Ark_Union_String_Number_Buffer_Resource& value) { switch (value.selector) { case 0: return runtimeType(value.value0); case 1: return runtimeType(value.value1); case 2: return runtimeType(value.value2); case 3: return runtimeType(value.value3); - default: INTEROP_FATAL("Bad selector in Ark_Union_String_Number_Resource_Buffer: %d", value.selector); + default: INTEROP_FATAL("Bad selector in Ark_Union_String_Number_Buffer_Resource: %d", value.selector); } } template <> -inline void WriteToString(std::string* result, const Ark_Union_String_Number_Resource_Buffer* value) { +inline void WriteToString(std::string* result, const Ark_Union_String_Number_Buffer_Resource* value) { result->append("{"); result->append(".selector="); result->append(std::to_string(value->selector)); @@ -31583,20 +33156,20 @@ inline void WriteToString(std::string* result, const Ark_Union_String_Number_Res result->append(".value1="); WriteToString(result, &value->value1); } - // Ark_Resource + // Ark_Buffer if (value->selector == 2) { result->append(".value2="); - WriteToString(result, &value->value2); + WriteToString(result, value->value2); } - // Ark_Buffer + // Ark_Resource if (value->selector == 3) { result->append(".value3="); - WriteToString(result, value->value3); + WriteToString(result, &value->value3); } result->append("}"); } template <> -inline void WriteToString(std::string* result, const Opt_Union_String_Number_Resource_Buffer* value) { +inline void WriteToString(std::string* result, const Opt_Union_String_Number_Buffer_Resource* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); @@ -31609,7 +33182,42 @@ inline void WriteToString(std::string* result, const Opt_Union_String_Number_Res result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_Union_String_Number_Resource_Buffer& value) +inline Ark_RuntimeType runtimeType(const Opt_Union_String_Number_Buffer_Resource& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_Header& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_Header* value) { + result->append("{"); + // Ark_String headerKey + result->append(".headerKey="); + WriteToString(result, &value->headerKey); + // Ark_String headerValue + result->append(", "); + result->append(".headerValue="); + WriteToString(result, &value->headerValue); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Header* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Header& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } @@ -31672,93 +33280,6 @@ inline Ark_RuntimeType runtimeType(const Opt_ContextMenuEditStateFlags& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_ContextMenuInputFieldType& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_ContextMenuInputFieldType value) { - result->append("Ark_ContextMenuInputFieldType("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_ContextMenuInputFieldType* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_ContextMenuInputFieldType& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> -inline Ark_RuntimeType runtimeType(const Ark_ContextMenuMediaType& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_ContextMenuMediaType value) { - result->append("Ark_ContextMenuMediaType("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_ContextMenuMediaType* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_ContextMenuMediaType& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> -inline Ark_RuntimeType runtimeType(const Ark_ContextMenuSourceType& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_ContextMenuSourceType value) { - result->append("Ark_ContextMenuSourceType("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_ContextMenuSourceType* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_ContextMenuSourceType& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_ProtectedResourceType& value) { return INTEROP_RUNTIME_NUMBER; @@ -31817,35 +33338,6 @@ inline Ark_RuntimeType runtimeType(const Opt_WebLayoutMode& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_FileSelectorMode& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_FileSelectorMode value) { - result->append("Ark_FileSelectorMode("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_FileSelectorMode* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_FileSelectorMode& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_ThreatType& value) { return INTEROP_RUNTIME_NUMBER; @@ -31962,35 +33454,6 @@ inline Ark_RuntimeType runtimeType(const Opt_CacheMode& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_HitTestType& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_HitTestType value) { - result->append("Ark_HitTestType("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_HitTestType* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_HitTestType& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_MixedMode& value) { return INTEROP_RUNTIME_NUMBER; @@ -32020,35 +33483,6 @@ inline Ark_RuntimeType runtimeType(const Opt_MixedMode& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_MessageLevel& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_MessageLevel value) { - result->append("Ark_MessageLevel("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_MessageLevel* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_MessageLevel& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_PlaybackInfo& value) { return INTEROP_RUNTIME_OBJECT; @@ -32996,21 +34430,25 @@ inline Ark_RuntimeType runtimeType(const Opt_Array_TextMenuItem& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_LayoutManager& value) +inline Ark_RuntimeType runtimeType(const Ark_TextBox& value) { return INTEROP_RUNTIME_OBJECT; } template <> -inline void WriteToString(std::string* result, const Ark_LayoutManager value) { - WriteToString(result, static_cast(value)); +inline void WriteToString(std::string* result, const Ark_TextBox* value) { + result->append("{"); + // Ark_String _TextBoxStub + result->append("._TextBoxStub="); + WriteToString(result, &value->_TextBoxStub); + result->append("}"); } template <> -inline void WriteToString(std::string* result, const Opt_LayoutManager* value) { +inline void WriteToString(std::string* result, const Opt_TextBox* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); + WriteToString(result, &value->value); } else { Ark_Undefined undefined = { 0 }; WriteToString(result, undefined); @@ -33018,7 +34456,46 @@ inline void WriteToString(std::string* result, const Opt_LayoutManager* value) { result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_LayoutManager& value) +inline Ark_RuntimeType runtimeType(const Opt_TextBox& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Array_TextBox& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_TextBox* value); + +inline void WriteToString(std::string* result, const Array_TextBox* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_TextBox*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_TextBox* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_TextBox& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } @@ -35494,41 +36971,6 @@ inline Ark_RuntimeType runtimeType(const Opt_OnTextSelectionChangeCallback& valu return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_PreviewText& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_PreviewText* value) { - result->append("{"); - // Ark_Number offset - result->append(".offset="); - WriteToString(result, &value->offset); - // Ark_String value - result->append(", "); - result->append(".value="); - WriteToString(result, &value->value); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_PreviewText* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_PreviewText& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const EditableTextOnChangeCallback& value) { return INTEROP_RUNTIME_OBJECT; @@ -37071,41 +38513,6 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_RichEditorRange_Void& valu return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_RichEditorSelection& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_RichEditorSelection* value) { - result->append("{"); - // Ark_Tuple_Number_Number selection - result->append(".selection="); - WriteToString(result, &value->selection); - // Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans - result->append(", "); - result->append(".spans="); - WriteToString(result, &value->spans); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_RichEditorSelection* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_RichEditorSelection& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Callback_RichEditorSelection_Void& value) { return INTEROP_RUNTIME_OBJECT; @@ -37176,6 +38583,248 @@ inline Ark_RuntimeType runtimeType(const Opt_StyledStringChangeValue& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Ark_RichEditorSpan& value) +{ + switch (value.selector) { + case 0: return runtimeType(value.value0); + case 1: return runtimeType(value.value1); + default: INTEROP_FATAL("Bad selector in Ark_RichEditorSpan: %d", value.selector); + } +} +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorSpan* value) { + result->append("{"); + result->append(".selector="); + result->append(std::to_string(value->selector)); + result->append(", "); + // Ark_RichEditorImageSpanResult + if (value->selector == 0) { + result->append(".value0="); + WriteToString(result, &value->value0); + } + // Ark_RichEditorTextSpanResult + if (value->selector == 1) { + result->append(".value1="); + WriteToString(result, &value->value1); + } + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RichEditorSpan* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RichEditorSpan& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Array_RichEditorSpan& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorSpan* value); + +inline void WriteToString(std::string* result, const Array_RichEditorSpan* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_RichEditorSpan*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_RichEditorSpan* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_RichEditorSpan& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_RichEditorParagraphResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorParagraphResult* value) { + result->append("{"); + // Ark_RichEditorParagraphStyle style + result->append(".style="); + WriteToString(result, &value->style); + // Ark_Tuple_Number_Number range + result->append(", "); + result->append(".range="); + WriteToString(result, &value->range); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_RichEditorParagraphResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_RichEditorParagraphResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Array_RichEditorParagraphResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_RichEditorParagraphResult* value); + +inline void WriteToString(std::string* result, const Array_RichEditorParagraphResult* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_RichEditorParagraphResult*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_RichEditorParagraphResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_RichEditorParagraphResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult& value) +{ + switch (value.selector) { + case 0: return runtimeType(value.value0); + case 1: return runtimeType(value.value1); + default: INTEROP_FATAL("Bad selector in Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult: %d", value.selector); + } +} +template <> +inline void WriteToString(std::string* result, const Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* value) { + result->append("{"); + result->append(".selector="); + result->append(std::to_string(value->selector)); + result->append(", "); + // Ark_RichEditorImageSpanResult + if (value->selector == 0) { + result->append(".value0="); + WriteToString(result, &value->value0); + } + // Ark_RichEditorTextSpanResult + if (value->selector == 1) { + result->append(".value1="); + WriteToString(result, &value->value1); + } + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* value); + +inline void WriteToString(std::string* result, const Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_Type_RichEditorController_updateSpanStyle_value& value) { switch (value.selector) { @@ -38887,6 +40536,45 @@ inline Ark_RuntimeType runtimeType(const Opt_Union_NavDestinationContext_NavBar& return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> +inline Ark_RuntimeType runtimeType(const Array_CustomObject& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_CustomObject* value); + +inline void WriteToString(std::string* result, const Array_CustomObject* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_CustomObject*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_CustomObject* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_CustomObject& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> inline Ark_RuntimeType runtimeType(const Ark_NavigationTitleMode& value) { return INTEROP_RUNTIME_NUMBER; @@ -40275,45 +41963,6 @@ inline Ark_RuntimeType runtimeType(const Opt_Callback_Number_Boolean& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_VisibleListContentInfo& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_VisibleListContentInfo* value) { - result->append("{"); - // Ark_Number index - result->append(".index="); - WriteToString(result, &value->index); - // Ark_ListItemGroupArea itemGroupArea - result->append(", "); - result->append(".itemGroupArea="); - WriteToString(result, &value->itemGroupArea); - // Ark_Number itemIndexInGroup - result->append(", "); - result->append(".itemIndexInGroup="); - WriteToString(result, &value->itemIndexInGroup); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_VisibleListContentInfo* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_VisibleListContentInfo& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const OnScrollVisibleContentChangeCallback& value) { return INTEROP_RUNTIME_OBJECT; @@ -41991,33 +43640,6 @@ inline Ark_RuntimeType runtimeType(const Opt_PanRecognizer& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_EventTargetInfo& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_EventTargetInfo value) { - WriteToString(result, static_cast(value)); -} -template <> -inline void WriteToString(std::string* result, const Opt_EventTargetInfo* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_EventTargetInfo& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_ScrollableTargetInfo& value) { return INTEROP_RUNTIME_OBJECT; @@ -42045,35 +43667,6 @@ inline Ark_RuntimeType runtimeType(const Opt_ScrollableTargetInfo& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_GestureRecognizerState& value) -{ - return INTEROP_RUNTIME_NUMBER; -} -template <> -inline void WriteToString(std::string* result, const Ark_GestureRecognizerState value) { - result->append("Ark_GestureRecognizerState("); - WriteToString(result, (Ark_Int32) value); - result->append(")"); -} -template <> -inline void WriteToString(std::string* result, const Opt_GestureRecognizerState* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_GestureRecognizerState& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_GesturePriority& value) { return INTEROP_RUNTIME_NUMBER; @@ -42142,33 +43735,6 @@ inline Ark_RuntimeType runtimeType(const Opt_Literal_Number_distance_fingers_Pan return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_PanGestureOptions& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_PanGestureOptions value) { - WriteToString(result, static_cast(value)); -} -template <> -inline void WriteToString(std::string* result, const Opt_PanGestureOptions* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_PanGestureOptions& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_GestureEvent& value) { return INTEROP_RUNTIME_OBJECT; @@ -43986,45 +45552,6 @@ inline Ark_RuntimeType runtimeType(const Opt_SceneOptions& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Array_CustomObject& value) -{ - return INTEROP_RUNTIME_OBJECT; -} - -template <> -inline void WriteToString(std::string* result, const Ark_CustomObject* value); - -inline void WriteToString(std::string* result, const Array_CustomObject* value) { - int32_t count = value->length; - result->append("{.array=allocArray({{"); - for (int i = 0; i < count; i++) { - if (i > 0) result->append(", "); - WriteToString(result, (const Ark_CustomObject*)&value->array[i]); - } - result->append("}})"); - result->append(", .length="); - result->append(std::to_string(value->length)); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_Array_CustomObject* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_Array_CustomObject& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_GlobalScope_common& value) { return INTEROP_RUNTIME_OBJECT; @@ -44209,41 +45736,6 @@ inline Ark_RuntimeType runtimeType(const Opt_ScrollOnScrollCallback& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_OffsetResult& value) -{ - return INTEROP_RUNTIME_OBJECT; -} -template <> -inline void WriteToString(std::string* result, const Ark_OffsetResult* value) { - result->append("{"); - // Ark_Number xOffset - result->append(".xOffset="); - WriteToString(result, &value->xOffset); - // Ark_Number yOffset - result->append(", "); - result->append(".yOffset="); - WriteToString(result, &value->yOffset); - result->append("}"); -} -template <> -inline void WriteToString(std::string* result, const Opt_OffsetResult* value) { - result->append("{.tag="); - result->append(tagNameExact((Ark_Tag)(value->tag))); - result->append(", .value="); - if (value->tag != INTEROP_TAG_UNDEFINED) { - WriteToString(result, &value->value); - } else { - Ark_Undefined undefined = { 0 }; - WriteToString(result, undefined); - } - result->append("}"); -} -template <> -inline Ark_RuntimeType runtimeType(const Opt_OffsetResult& value) -{ - return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); -} -template <> inline Ark_RuntimeType runtimeType(const Ark_ScrollSource& value) { return INTEROP_RUNTIME_NUMBER; @@ -47955,56 +49447,32 @@ inline Ark_RuntimeType runtimeType(const Opt_PixelMapMock& value) return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } template <> -inline Ark_RuntimeType runtimeType(const Ark_TouchObject& value) +inline Ark_RuntimeType runtimeType(const Ark_HistoricalPoint& value) { return INTEROP_RUNTIME_OBJECT; } template <> -inline void WriteToString(std::string* result, const Ark_TouchObject* value) { +inline void WriteToString(std::string* result, const Ark_HistoricalPoint* value) { result->append("{"); - // Ark_TouchType type - result->append(".type="); - WriteToString(result, value->type); - // Ark_Number id - result->append(", "); - result->append(".id="); - WriteToString(result, &value->id); - // Ark_Number displayX - result->append(", "); - result->append(".displayX="); - WriteToString(result, &value->displayX); - // Ark_Number displayY - result->append(", "); - result->append(".displayY="); - WriteToString(result, &value->displayY); - // Ark_Number windowX - result->append(", "); - result->append(".windowX="); - WriteToString(result, &value->windowX); - // Ark_Number windowY - result->append(", "); - result->append(".windowY="); - WriteToString(result, &value->windowY); - // Ark_Number screenX + // Ark_TouchObject touchObject + result->append(".touchObject="); + WriteToString(result, &value->touchObject); + // Ark_Number size result->append(", "); - result->append(".screenX="); - WriteToString(result, &value->screenX); - // Ark_Number screenY - result->append(", "); - result->append(".screenY="); - WriteToString(result, &value->screenY); - // Ark_Number x + result->append(".size="); + WriteToString(result, &value->size); + // Ark_Number force result->append(", "); - result->append(".x="); - WriteToString(result, &value->x); - // Ark_Number y + result->append(".force="); + WriteToString(result, &value->force); + // Ark_Number timestamp result->append(", "); - result->append(".y="); - WriteToString(result, &value->y); + result->append(".timestamp="); + WriteToString(result, &value->timestamp); result->append("}"); } template <> -inline void WriteToString(std::string* result, const Opt_TouchObject* value) { +inline void WriteToString(std::string* result, const Opt_HistoricalPoint* value) { result->append("{.tag="); result->append(tagNameExact((Ark_Tag)(value->tag))); result->append(", .value="); @@ -48017,7 +49485,46 @@ inline void WriteToString(std::string* result, const Opt_TouchObject* value) { result->append("}"); } template <> -inline Ark_RuntimeType runtimeType(const Opt_TouchObject& value) +inline Ark_RuntimeType runtimeType(const Opt_HistoricalPoint& value) +{ + return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); +} +template <> +inline Ark_RuntimeType runtimeType(const Array_HistoricalPoint& value) +{ + return INTEROP_RUNTIME_OBJECT; +} + +template <> +inline void WriteToString(std::string* result, const Ark_HistoricalPoint* value); + +inline void WriteToString(std::string* result, const Array_HistoricalPoint* value) { + int32_t count = value->length; + result->append("{.array=allocArray({{"); + for (int i = 0; i < count; i++) { + if (i > 0) result->append(", "); + WriteToString(result, (const Ark_HistoricalPoint*)&value->array[i]); + } + result->append("}})"); + result->append(", .length="); + result->append(std::to_string(value->length)); + result->append("}"); +} +template <> +inline void WriteToString(std::string* result, const Opt_Array_HistoricalPoint* value) { + result->append("{.tag="); + result->append(tagNameExact((Ark_Tag)(value->tag))); + result->append(", .value="); + if (value->tag != INTEROP_TAG_UNDEFINED) { + WriteToString(result, &value->value); + } else { + Ark_Undefined undefined = { 0 }; + WriteToString(result, undefined); + } + result->append("}"); +} +template <> +inline Ark_RuntimeType runtimeType(const Opt_Array_HistoricalPoint& value) { return (value.tag != INTEROP_TAG_UNDEFINED) ? (INTEROP_RUNTIME_OBJECT) : (INTEROP_RUNTIME_UNDEFINED); } @@ -51810,6 +53317,12 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeAffinity(Ark_Affinity value) + { + Serializer& valueSerializer = *this; + const auto value__AffinityStub = value._AffinityStub; + valueSerializer.writeString(value__AffinityStub); + } void writeTabBarIconStyle(Ark_TabBarIconStyle value) { Serializer& valueSerializer = *this; @@ -53881,6 +55394,20 @@ class Serializer : public SerializerBase { const auto value__DrawContextStub = value._DrawContextStub; valueSerializer.writeString(value__DrawContextStub); } + void writeCustomSpanMetrics(Ark_CustomSpanMetrics value) + { + Serializer& valueSerializer = *this; + const auto value_width = value.width; + valueSerializer.writeNumber(value_width); + const auto value_height = value.height; + Ark_Int32 value_height_type = INTEROP_RUNTIME_UNDEFINED; + value_height_type = runtimeType(value_height); + valueSerializer.writeInt8(value_height_type); + if ((INTEROP_RUNTIME_UNDEFINED) != (value_height_type)) { + const auto value_height_value = value_height.value; + valueSerializer.writeNumber(value_height_value); + } + } void writeCustomSpanMeasureInfo(Ark_CustomSpanMeasureInfo value) { Serializer& valueSerializer = *this; @@ -53992,6 +55519,9 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeWaterFlowAttribute(Ark_WaterFlowAttribute value) + { + } void writeWaterFlowSections(Ark_WaterFlowSections value) { Serializer& valueSerializer = *this; @@ -54296,6 +55826,12 @@ class Serializer : public SerializerBase { valueSerializer.writeBoolean(value_lock_value); } } + void writeWindowSceneAttribute(Ark_WindowSceneAttribute value) + { + } + void writeWebAttribute(Ark_WebAttribute value) + { + } void writeSelectionMenuOptionsExt(Ark_SelectionMenuOptionsExt value) { Serializer& valueSerializer = *this; @@ -54564,6 +56100,11 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeWebCookie(Ark_WebCookie value) + { + Serializer& valueSerializer = *this; + valueSerializer.writePointer(value); + } void writeScreenCaptureConfig(Ark_ScreenCaptureConfig value) { Serializer& valueSerializer = *this; @@ -55216,6 +56757,9 @@ class Serializer : public SerializerBase { valueSerializer.writeLength(value_endMargin_value); } } + void writeTextInputAttribute(Ark_TextInputAttribute value) + { + } void writeInputCounterOptions(Ark_InputCounterOptions value) { Serializer& valueSerializer = *this; @@ -55443,16 +56987,54 @@ class Serializer : public SerializerBase { const auto value_id = value.id; valueSerializer.writeTextMenuItemId(value_id); } + void writeLineMetrics(Ark_LineMetrics value) + { + Serializer& valueSerializer = *this; + const auto value__LineMetricsStub = value._LineMetricsStub; + valueSerializer.writeString(value__LineMetricsStub); + } + void writePositionWithAffinity(Ark_PositionWithAffinity value) + { + Serializer& valueSerializer = *this; + const auto value_position = value.position; + valueSerializer.writeNumber(value_position); + const auto value_affinity = value.affinity; + valueSerializer.writeAffinity(value_affinity); + } + void writeMutableStyledString(Ark_MutableStyledString value) + { + Serializer& valueSerializer = *this; + valueSerializer.writePointer(value); + } + void writePreviewText(Ark_PreviewText value) + { + Serializer& valueSerializer = *this; + const auto value_offset = value.offset; + valueSerializer.writeNumber(value_offset); + const auto value_value = value.value; + valueSerializer.writeString(value_value); + } + void writeLayoutManager(Ark_LayoutManager value) + { + Serializer& valueSerializer = *this; + valueSerializer.writePointer(value); + } void writeTextClockController(Ark_TextClockController value) { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeTextAreaAttribute(Ark_TextAreaAttribute value) + { + } void writeTextAreaController(Ark_TextAreaController value) { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeTextAttribute(Ark_TextAttribute value) + { + } void writeSelectionMenuOptions(Ark_SelectionMenuOptions value) { Serializer& valueSerializer = *this; @@ -55829,6 +57411,9 @@ class Serializer : public SerializerBase { } } } + void writeTabsAttribute(Ark_TabsAttribute value) + { + } void writeBackgroundBlurStyleOptions(Ark_BackgroundBlurStyleOptions value) { Serializer& valueSerializer = *this; @@ -55943,6 +57528,9 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeSymbolGlyphAttribute(Ark_SymbolGlyphAttribute value) + { + } void writeSymbolEffect(Ark_SymbolEffect value) { } @@ -56230,6 +57818,9 @@ class Serializer : public SerializerBase { valueSerializer.writeNumber(value__maxDisplayCount_value); } } + void writeSwiperAttribute(Ark_SwiperAttribute value) + { + } void writeSwiperAutoFill(Ark_SwiperAutoFill value) { Serializer& valueSerializer = *this; @@ -56341,6 +57932,15 @@ class Serializer : public SerializerBase { } } } + void writeSliderAttribute(Ark_SliderAttribute value) + { + } + void writeShapeAttribute(Ark_ShapeAttribute value) + { + } + void writeSelectAttribute(Ark_SelectAttribute value) + { + } void writeLocalizedEdges(Ark_LocalizedEdges value) { Serializer& valueSerializer = *this; @@ -56413,6 +58013,9 @@ class Serializer : public SerializerBase { valueSerializer.writeLength(value_right_value); } } + void writeSearchAttribute(Ark_SearchAttribute value) + { + } void writeSearchButtonOptions(Ark_SearchButtonOptions value) { Serializer& valueSerializer = *this; @@ -56507,12 +58110,27 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeScrollAttribute(Ark_ScrollAttribute value) + { + } void writeEdgeEffectOptions(Ark_EdgeEffectOptions value) { Serializer& valueSerializer = *this; const auto value_alwaysEnabled = value.alwaysEnabled; valueSerializer.writeBoolean(value_alwaysEnabled); } + void writeRectResult(Ark_RectResult value) + { + Serializer& valueSerializer = *this; + const auto value_x = value.x; + valueSerializer.writeNumber(value_x); + const auto value_y = value.y; + valueSerializer.writeNumber(value_y); + const auto value_width = value.width; + valueSerializer.writeNumber(value_width); + const auto value_height = value.height; + valueSerializer.writeNumber(value_height); + } void writeScrollToIndexOptions(Ark_ScrollToIndexOptions value) { Serializer& valueSerializer = *this; @@ -56525,6 +58143,14 @@ class Serializer : public SerializerBase { valueSerializer.writeLengthMetrics(value_extraOffset_value); } } + void writeOffsetResult(Ark_OffsetResult value) + { + Serializer& valueSerializer = *this; + const auto value_xOffset = value.xOffset; + valueSerializer.writeNumber(value_xOffset); + const auto value_yOffset = value.yOffset; + valueSerializer.writeNumber(value_yOffset); + } void writeScrollPageOptions(Ark_ScrollPageOptions value) { Serializer& valueSerializer = *this; @@ -56610,6 +58236,9 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeRichEditorAttribute(Ark_RichEditorAttribute value) + { + } void writePlaceholderStyle(Ark_PlaceholderStyle value) { Serializer& valueSerializer = *this; @@ -56782,6 +58411,32 @@ class Serializer : public SerializerBase { valueSerializer.writeNumber(value_end_value); } } + void writeRichEditorSelection(Ark_RichEditorSelection value) + { + Serializer& valueSerializer = *this; + const auto value_selection = value.selection; + const auto value_selection_0 = value_selection.value0; + valueSerializer.writeNumber(value_selection_0); + const auto value_selection_1 = value_selection.value1; + valueSerializer.writeNumber(value_selection_1); + const auto value_spans = value.spans; + valueSerializer.writeInt32(value_spans.length); + for (int i = 0; i < value_spans.length; i++) { + const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult value_spans_element = value_spans.array[i]; + Ark_Int32 value_spans_element_type = INTEROP_RUNTIME_UNDEFINED; + value_spans_element_type = value_spans_element.selector; + if (((value_spans_element_type == 0))) { + valueSerializer.writeInt8(0); + const auto value_spans_element_0 = value_spans_element.value0; + valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0); + } + else if (((value_spans_element_type == 1))) { + valueSerializer.writeInt8(1); + const auto value_spans_element_1 = value_spans_element.value1; + valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1); + } + } + } void writeRichEditorParagraphStyleOptions(Ark_RichEditorParagraphStyleOptions value) { Serializer& valueSerializer = *this; @@ -57519,6 +59174,9 @@ class Serializer : public SerializerBase { valueSerializer.writeBoolean(value_animated_value); } } + void writeNavDestinationAttribute(Ark_NavDestinationAttribute value) + { + } void writeNavigationToolbarOptions(Ark_NavigationToolbarOptions value) { Serializer& valueSerializer = *this; @@ -57714,6 +59372,16 @@ class Serializer : public SerializerBase { const auto value__SystemBarStyleStub = value._SystemBarStyleStub; valueSerializer.writeString(value__SystemBarStyleStub); } + void writeRouteMapConfig(Ark_RouteMapConfig value) + { + Serializer& valueSerializer = *this; + const auto value_name = value.name; + valueSerializer.writeString(value_name); + const auto value_pageSourceFile = value.pageSourceFile; + valueSerializer.writeString(value_pageSourceFile); + const auto value_data = value.data; + valueSerializer.writeCustomObject("Object", value_data); + } void writeMenuItemOptions(Ark_MenuItemOptions value) { Serializer& valueSerializer = *this; @@ -57951,6 +59619,31 @@ class Serializer : public SerializerBase { valueSerializer.writeLength(value_endMargin_value); } } + void writeListAttribute(Ark_ListAttribute value) + { + } + void writeVisibleListContentInfo(Ark_VisibleListContentInfo value) + { + Serializer& valueSerializer = *this; + const auto value_index = value.index; + valueSerializer.writeNumber(value_index); + const auto value_itemGroupArea = value.itemGroupArea; + Ark_Int32 value_itemGroupArea_type = INTEROP_RUNTIME_UNDEFINED; + value_itemGroupArea_type = runtimeType(value_itemGroupArea); + valueSerializer.writeInt8(value_itemGroupArea_type); + if ((INTEROP_RUNTIME_UNDEFINED) != (value_itemGroupArea_type)) { + const auto value_itemGroupArea_value = value_itemGroupArea.value; + valueSerializer.writeInt32(static_cast(value_itemGroupArea_value)); + } + const auto value_itemIndexInGroup = value.itemIndexInGroup; + Ark_Int32 value_itemIndexInGroup_type = INTEROP_RUNTIME_UNDEFINED; + value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup); + valueSerializer.writeInt8(value_itemIndexInGroup_type); + if ((INTEROP_RUNTIME_UNDEFINED) != (value_itemIndexInGroup_type)) { + const auto value_itemIndexInGroup_value = value_itemIndexInGroup.value; + valueSerializer.writeNumber(value_itemIndexInGroup_value); + } + } void writeCloseSwipeActionOptions(Ark_CloseSwipeActionOptions value) { Serializer& valueSerializer = *this; @@ -58000,6 +59693,19 @@ class Serializer : public SerializerBase { valueSerializer.writeInt32(static_cast(value_reference_value)); } } + void writeGridAttribute(Ark_GridAttribute value) + { + } + void writePanGestureOptions(Ark_PanGestureOptions value) + { + Serializer& valueSerializer = *this; + valueSerializer.writePointer(value); + } + void writeEventTargetInfo(Ark_EventTargetInfo value) + { + Serializer& valueSerializer = *this; + valueSerializer.writePointer(value); + } void writeWindowStatusType(Ark_WindowStatusType value) { Serializer& valueSerializer = *this; @@ -58425,6 +60131,15 @@ class Serializer : public SerializerBase { valueSerializer.writeExpectedFrameRateRange(value_expectedFrameRateRange_value); } } + void writeComponent3DAttribute(Ark_Component3DAttribute value) + { + } + void writeContext(Ark_Context value) + { + Serializer& valueSerializer = *this; + const auto value__ContextStub = value._ContextStub; + valueSerializer.writeString(value__ContextStub); + } void writeUIGestureEvent(Ark_UIGestureEvent value) { } @@ -58464,6 +60179,36 @@ class Serializer : public SerializerBase { const auto value__RectShapeStub = value._RectShapeStub; valueSerializer.writeString(value__RectShapeStub); } + void writeCaretOffset(Ark_CaretOffset value) + { + Serializer& valueSerializer = *this; + const auto value_index = value.index; + valueSerializer.writeNumber(value_index); + const auto value_x = value.x; + valueSerializer.writeNumber(value_x); + const auto value_y = value.y; + valueSerializer.writeNumber(value_y); + } + void writeDirectionalEdgesT(Ark_DirectionalEdgesT value) + { + Serializer& valueSerializer = *this; + const auto value_start = value.start; + valueSerializer.writeNumber(value_start); + const auto value_end = value.end; + valueSerializer.writeNumber(value_end); + const auto value_top = value.top; + valueSerializer.writeNumber(value_top); + const auto value_bottom = value.bottom; + valueSerializer.writeNumber(value_bottom); + } + void writeMeasureResult(Ark_MeasureResult value) + { + Serializer& valueSerializer = *this; + const auto value_width = value.width; + valueSerializer.writeNumber(value_width); + const auto value_height = value.height; + valueSerializer.writeNumber(value_height); + } void writeConstraintSizeOptions(Ark_ConstraintSizeOptions value) { Serializer& valueSerializer = *this; @@ -60808,18 +62553,6 @@ class Serializer : public SerializerBase { const auto value__DrawingLatticeStub = value._DrawingLatticeStub; valueSerializer.writeString(value__DrawingLatticeStub); } - void writeRectResult(Ark_RectResult value) - { - Serializer& valueSerializer = *this; - const auto value_x = value.x; - valueSerializer.writeNumber(value_x); - const auto value_y = value.y; - valueSerializer.writeNumber(value_y); - const auto value_width = value.width; - valueSerializer.writeNumber(value_width); - const auto value_height = value.height; - valueSerializer.writeNumber(value_height); - } void writeDrawModifier(Ark_DrawModifier value) { Serializer& valueSerializer = *this; @@ -60831,11 +62564,41 @@ class Serializer : public SerializerBase { const auto value__IntentionCodeStub = value._IntentionCodeStub; valueSerializer.writeString(value__IntentionCodeStub); } + void writeSummary(Ark_Summary value) + { + Serializer& valueSerializer = *this; + const auto value__SummaryStub = value._SummaryStub; + valueSerializer.writeString(value__SummaryStub); + } void writeUnifiedData(Ark_UnifiedData value) { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeTouchObject(Ark_TouchObject value) + { + Serializer& valueSerializer = *this; + const auto value_type = value.type; + valueSerializer.writeInt32(static_cast(value_type)); + const auto value_id = value.id; + valueSerializer.writeNumber(value_id); + const auto value_displayX = value.displayX; + valueSerializer.writeNumber(value_displayX); + const auto value_displayY = value.displayY; + valueSerializer.writeNumber(value_displayY); + const auto value_windowX = value.windowX; + valueSerializer.writeNumber(value_windowX); + const auto value_windowY = value.windowY; + valueSerializer.writeNumber(value_windowY); + const auto value_screenX = value.screenX; + valueSerializer.writeNumber(value_screenX); + const auto value_screenY = value.screenY; + valueSerializer.writeNumber(value_screenY); + const auto value_x = value.x; + valueSerializer.writeNumber(value_x); + const auto value_y = value.y; + valueSerializer.writeNumber(value_y); + } void writeColumnSplitDividerStyle(Ark_ColumnSplitDividerStyle value) { Serializer& valueSerializer = *this; @@ -60912,6 +62675,36 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } + void writeTextMetrics(Ark_TextMetrics value) + { + Serializer& valueSerializer = *this; + const auto value_actualBoundingBoxAscent = value.actualBoundingBoxAscent; + valueSerializer.writeNumber(value_actualBoundingBoxAscent); + const auto value_actualBoundingBoxDescent = value.actualBoundingBoxDescent; + valueSerializer.writeNumber(value_actualBoundingBoxDescent); + const auto value_actualBoundingBoxLeft = value.actualBoundingBoxLeft; + valueSerializer.writeNumber(value_actualBoundingBoxLeft); + const auto value_actualBoundingBoxRight = value.actualBoundingBoxRight; + valueSerializer.writeNumber(value_actualBoundingBoxRight); + const auto value_alphabeticBaseline = value.alphabeticBaseline; + valueSerializer.writeNumber(value_alphabeticBaseline); + const auto value_emHeightAscent = value.emHeightAscent; + valueSerializer.writeNumber(value_emHeightAscent); + const auto value_emHeightDescent = value.emHeightDescent; + valueSerializer.writeNumber(value_emHeightDescent); + const auto value_fontBoundingBoxAscent = value.fontBoundingBoxAscent; + valueSerializer.writeNumber(value_fontBoundingBoxAscent); + const auto value_fontBoundingBoxDescent = value.fontBoundingBoxDescent; + valueSerializer.writeNumber(value_fontBoundingBoxDescent); + const auto value_hangingBaseline = value.hangingBaseline; + valueSerializer.writeNumber(value_hangingBaseline); + const auto value_ideographicBaseline = value.ideographicBaseline; + valueSerializer.writeNumber(value_ideographicBaseline); + const auto value_width = value.width; + valueSerializer.writeNumber(value_width); + const auto value_height = value.height; + valueSerializer.writeNumber(value_height); + } void writeImageData(Ark_ImageData value) { Serializer& valueSerializer = *this; @@ -61111,6 +62904,9 @@ class Serializer : public SerializerBase { valueSerializer.writeInt32(static_cast(value_hoverModeArea_value)); } } + void writeCalendarPickerAttribute(Ark_CalendarPickerAttribute value) + { + } void writeCalendarController(Ark_CalendarController value) { Serializer& valueSerializer = *this; @@ -61291,6 +63087,9 @@ class Serializer : public SerializerBase { } } } + void writeAlphabetIndexerAttribute(Ark_AlphabetIndexerAttribute value) + { + } void writeAlertDialogParamWithOptions(Ark_AlertDialogParamWithOptions value) { Serializer& valueSerializer = *this; @@ -63692,11 +65491,6 @@ class Serializer : public SerializerBase { valueSerializer.writeImageAttachmentLayoutStyle(value_layoutStyle_value); } } - void writeMutableStyledString(Ark_MutableStyledString value) - { - Serializer& valueSerializer = *this; - valueSerializer.writePointer(value); - } void writeUrlStyle(Ark_UrlStyle value) { Serializer& valueSerializer = *this; @@ -64868,11 +66662,6 @@ class Serializer : public SerializerBase { valueSerializer.writeString(value_sharedRenderProcessToken_value); } } - void writeWebCookie(Ark_WebCookie value) - { - Serializer& valueSerializer = *this; - valueSerializer.writePointer(value); - } void writeHeader(Ark_Header value) { Serializer& valueSerializer = *this; @@ -65461,10 +67250,11 @@ class Serializer : public SerializerBase { valueSerializer.writeTextInputController(value_controller_value); } } - void writeLayoutManager(Ark_LayoutManager value) + void writeTextBox(Ark_TextBox value) { Serializer& valueSerializer = *this; - valueSerializer.writePointer(value); + const auto value__TextBoxStub = value._TextBoxStub; + valueSerializer.writeString(value__TextBoxStub); } void writeStyledStringController(Ark_StyledStringController value) { @@ -66031,14 +67821,6 @@ class Serializer : public SerializerBase { valueSerializer.writeInt32(static_cast(value_style_value)); } } - void writePreviewText(Ark_PreviewText value) - { - Serializer& valueSerializer = *this; - const auto value_offset = value.offset; - valueSerializer.writeNumber(value_offset); - const auto value_value = value.value; - valueSerializer.writeString(value_value); - } void writeCaretStyle(Ark_CaretStyle value) { Serializer& valueSerializer = *this; @@ -66462,32 +68244,6 @@ class Serializer : public SerializerBase { valueSerializer.writeString(value_previewText_value); } } - void writeRichEditorSelection(Ark_RichEditorSelection value) - { - Serializer& valueSerializer = *this; - const auto value_selection = value.selection; - const auto value_selection_0 = value_selection.value0; - valueSerializer.writeNumber(value_selection_0); - const auto value_selection_1 = value_selection.value1; - valueSerializer.writeNumber(value_selection_1); - const auto value_spans = value.spans; - valueSerializer.writeInt32(value_spans.length); - for (int i = 0; i < value_spans.length; i++) { - const Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult value_spans_element = value_spans.array[i]; - Ark_Int32 value_spans_element_type = INTEROP_RUNTIME_UNDEFINED; - value_spans_element_type = value_spans_element.selector; - if (((value_spans_element_type == 0))) { - valueSerializer.writeInt8(0); - const auto value_spans_element_0 = value_spans_element.value0; - valueSerializer.writeRichEditorTextSpanResult(value_spans_element_0); - } - else if (((value_spans_element_type == 1))) { - valueSerializer.writeInt8(1); - const auto value_spans_element_1 = value_spans_element.value1; - valueSerializer.writeRichEditorImageSpanResult(value_spans_element_1); - } - } - } void writeStyledStringChangeValue(Ark_StyledStringChangeValue value) { Serializer& valueSerializer = *this; @@ -66504,6 +68260,17 @@ class Serializer : public SerializerBase { valueSerializer.writeStyledString(value_previewText_value); } } + void writeRichEditorParagraphResult(Ark_RichEditorParagraphResult value) + { + Serializer& valueSerializer = *this; + const auto value_style = value.style; + valueSerializer.writeRichEditorParagraphStyle(value_style); + const auto value_range = value.range; + const auto value_range_0 = value_range.value0; + valueSerializer.writeNumber(value_range_0); + const auto value_range_1 = value_range.value1; + valueSerializer.writeNumber(value_range_1); + } void writeRichEditorBaseController(Ark_RichEditorBaseController value) { Serializer& valueSerializer = *this; @@ -67448,28 +69215,6 @@ class Serializer : public SerializerBase { valueSerializer.writeInt32(static_cast(value_style_value)); } } - void writeVisibleListContentInfo(Ark_VisibleListContentInfo value) - { - Serializer& valueSerializer = *this; - const auto value_index = value.index; - valueSerializer.writeNumber(value_index); - const auto value_itemGroupArea = value.itemGroupArea; - Ark_Int32 value_itemGroupArea_type = INTEROP_RUNTIME_UNDEFINED; - value_itemGroupArea_type = runtimeType(value_itemGroupArea); - valueSerializer.writeInt8(value_itemGroupArea_type); - if ((INTEROP_RUNTIME_UNDEFINED) != (value_itemGroupArea_type)) { - const auto value_itemGroupArea_value = value_itemGroupArea.value; - valueSerializer.writeInt32(static_cast(value_itemGroupArea_value)); - } - const auto value_itemIndexInGroup = value.itemIndexInGroup; - Ark_Int32 value_itemIndexInGroup_type = INTEROP_RUNTIME_UNDEFINED; - value_itemIndexInGroup_type = runtimeType(value_itemIndexInGroup); - valueSerializer.writeInt8(value_itemIndexInGroup_type); - if ((INTEROP_RUNTIME_UNDEFINED) != (value_itemIndexInGroup_type)) { - const auto value_itemIndexInGroup_value = value_itemIndexInGroup.value; - valueSerializer.writeNumber(value_itemIndexInGroup_value); - } - } void writeChainAnimationOptions(Ark_ChainAnimationOptions value) { Serializer& valueSerializer = *this; @@ -68018,21 +69763,11 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } - void writeEventTargetInfo(Ark_EventTargetInfo value) - { - Serializer& valueSerializer = *this; - valueSerializer.writePointer(value); - } void writeScrollableTargetInfo(Ark_ScrollableTargetInfo value) { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } - void writePanGestureOptions(Ark_PanGestureOptions value) - { - Serializer& valueSerializer = *this; - valueSerializer.writePointer(value); - } void writeGestureEvent(Ark_GestureEvent value) { Serializer& valueSerializer = *this; @@ -69265,14 +71000,6 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } - void writeOffsetResult(Ark_OffsetResult value) - { - Serializer& valueSerializer = *this; - const auto value_xOffset = value.xOffset; - valueSerializer.writeNumber(value_xOffset); - const auto value_yOffset = value.yOffset; - valueSerializer.writeNumber(value_yOffset); - } void writeTextContentControllerBase(Ark_TextContentControllerBase value) { Serializer& valueSerializer = *this; @@ -70950,29 +72677,17 @@ class Serializer : public SerializerBase { Serializer& valueSerializer = *this; valueSerializer.writePointer(value); } - void writeTouchObject(Ark_TouchObject value) + void writeHistoricalPoint(Ark_HistoricalPoint value) { Serializer& valueSerializer = *this; - const auto value_type = value.type; - valueSerializer.writeInt32(static_cast(value_type)); - const auto value_id = value.id; - valueSerializer.writeNumber(value_id); - const auto value_displayX = value.displayX; - valueSerializer.writeNumber(value_displayX); - const auto value_displayY = value.displayY; - valueSerializer.writeNumber(value_displayY); - const auto value_windowX = value.windowX; - valueSerializer.writeNumber(value_windowX); - const auto value_windowY = value.windowY; - valueSerializer.writeNumber(value_windowY); - const auto value_screenX = value.screenX; - valueSerializer.writeNumber(value_screenX); - const auto value_screenY = value.screenY; - valueSerializer.writeNumber(value_screenY); - const auto value_x = value.x; - valueSerializer.writeNumber(value_x); - const auto value_y = value.y; - valueSerializer.writeNumber(value_y); + const auto value_touchObject = value.touchObject; + valueSerializer.writeTouchObject(value_touchObject); + const auto value_size = value.size; + valueSerializer.writeNumber(value_size); + const auto value_force = value.force; + valueSerializer.writeNumber(value_force); + const auto value_timestamp = value.timestamp; + valueSerializer.writeNumber(value_timestamp); } void writeAccessibilityHoverEvent(Ark_AccessibilityHoverEvent value) { @@ -73768,6 +75483,13 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_Affinity readAffinity() + { + Ark_Affinity value = {}; + Deserializer& valueDeserializer = *this; + value._AffinityStub = static_cast(valueDeserializer.readString()); + return value; + } Ark_TabBarIconStyle readTabBarIconStyle() { Ark_TabBarIconStyle value = {}; @@ -76004,6 +77726,21 @@ class Deserializer : public DeserializerBase { value._DrawContextStub = static_cast(valueDeserializer.readString()); return value; } + Ark_CustomSpanMetrics readCustomSpanMetrics() + { + Ark_CustomSpanMetrics value = {}; + Deserializer& valueDeserializer = *this; + value.width = static_cast(valueDeserializer.readNumber()); + const auto height_buf_runtimeType = static_cast(valueDeserializer.readInt8()); + Opt_Number height_buf = {}; + height_buf.tag = height_buf_runtimeType == INTEROP_RUNTIME_UNDEFINED ? INTEROP_TAG_UNDEFINED : INTEROP_TAG_OBJECT; + if ((INTEROP_RUNTIME_UNDEFINED) != (height_buf_runtimeType)) + { + height_buf.value = static_cast(valueDeserializer.readNumber()); + } + value.height = height_buf; + return value; + } Ark_CustomSpanMeasureInfo readCustomSpanMeasureInfo() { Ark_CustomSpanMeasureInfo value = {}; @@ -76124,6 +77861,11 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_WaterFlowAttribute readWaterFlowAttribute() + { + Ark_WaterFlowAttribute value = {}; + return value; + } Ark_WaterFlowSections readWaterFlowSections() { Deserializer& valueDeserializer = *this; @@ -76451,6 +78193,16 @@ class Deserializer : public DeserializerBase { value.lock = lock_buf; return value; } + Ark_WindowSceneAttribute readWindowSceneAttribute() + { + Ark_WindowSceneAttribute value = {}; + return value; + } + Ark_WebAttribute readWebAttribute() + { + Ark_WebAttribute value = {}; + return value; + } Ark_SelectionMenuOptionsExt readSelectionMenuOptionsExt() { Ark_SelectionMenuOptionsExt value = {}; @@ -76742,6 +78494,12 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_WebCookie readWebCookie() + { + Deserializer& valueDeserializer = *this; + Ark_NativePointer ptr = valueDeserializer.readPointer(); + return static_cast(ptr); + } Ark_ScreenCaptureConfig readScreenCaptureConfig() { Ark_ScreenCaptureConfig value = {}; @@ -77413,6 +79171,11 @@ class Deserializer : public DeserializerBase { value.endMargin = endMargin_buf; return value; } + Ark_TextInputAttribute readTextInputAttribute() + { + Ark_TextInputAttribute value = {}; + return value; + } Ark_InputCounterOptions readInputCounterOptions() { Ark_InputCounterOptions value = {}; @@ -77661,18 +79424,63 @@ class Deserializer : public DeserializerBase { value.id = static_cast(valueDeserializer.readTextMenuItemId()); return value; } + Ark_LineMetrics readLineMetrics() + { + Ark_LineMetrics value = {}; + Deserializer& valueDeserializer = *this; + value._LineMetricsStub = static_cast(valueDeserializer.readString()); + return value; + } + Ark_PositionWithAffinity readPositionWithAffinity() + { + Ark_PositionWithAffinity value = {}; + Deserializer& valueDeserializer = *this; + value.position = static_cast(valueDeserializer.readNumber()); + value.affinity = valueDeserializer.readAffinity(); + return value; + } + Ark_MutableStyledString readMutableStyledString() + { + Deserializer& valueDeserializer = *this; + Ark_NativePointer ptr = valueDeserializer.readPointer(); + return static_cast(ptr); + } + Ark_PreviewText readPreviewText() + { + Ark_PreviewText value = {}; + Deserializer& valueDeserializer = *this; + value.offset = static_cast(valueDeserializer.readNumber()); + value.value = static_cast(valueDeserializer.readString()); + return value; + } + Ark_LayoutManager readLayoutManager() + { + Deserializer& valueDeserializer = *this; + Ark_NativePointer ptr = valueDeserializer.readPointer(); + return static_cast(ptr); + } Ark_TextClockController readTextClockController() { Deserializer& valueDeserializer = *this; Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_TextAreaAttribute readTextAreaAttribute() + { + Ark_TextAreaAttribute value = {}; + return value; + } Ark_TextAreaController readTextAreaController() { Deserializer& valueDeserializer = *this; Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_TextAttribute readTextAttribute() + { + Ark_TextAttribute value = {}; + return value; + } Ark_SelectionMenuOptions readSelectionMenuOptions() { Ark_SelectionMenuOptions value = {}; @@ -78085,6 +79893,11 @@ class Deserializer : public DeserializerBase { value.text = text_buf; return value; } + Ark_TabsAttribute readTabsAttribute() + { + Ark_TabsAttribute value = {}; + return value; + } Ark_BackgroundBlurStyleOptions readBackgroundBlurStyleOptions() { Ark_BackgroundBlurStyleOptions value = {}; @@ -78204,6 +80017,11 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_SymbolGlyphAttribute readSymbolGlyphAttribute() + { + Ark_SymbolGlyphAttribute value = {}; + return value; + } Ark_SymbolEffect readSymbolEffect() { Ark_SymbolEffect value = {}; @@ -78501,6 +80319,11 @@ class Deserializer : public DeserializerBase { value._maxDisplayCount = _maxDisplayCount_buf; return value; } + Ark_SwiperAttribute readSwiperAttribute() + { + Ark_SwiperAttribute value = {}; + return value; + } Ark_SwiperAutoFill readSwiperAutoFill() { Ark_SwiperAutoFill value = {}; @@ -78620,6 +80443,21 @@ class Deserializer : public DeserializerBase { value.arrowColor = arrowColor_buf; return value; } + Ark_SliderAttribute readSliderAttribute() + { + Ark_SliderAttribute value = {}; + return value; + } + Ark_ShapeAttribute readShapeAttribute() + { + Ark_ShapeAttribute value = {}; + return value; + } + Ark_SelectAttribute readSelectAttribute() + { + Ark_SelectAttribute value = {}; + return value; + } Ark_LocalizedEdges readLocalizedEdges() { Ark_LocalizedEdges value = {}; @@ -78696,6 +80534,11 @@ class Deserializer : public DeserializerBase { value.right = right_buf; return value; } + Ark_SearchAttribute readSearchAttribute() + { + Ark_SearchAttribute value = {}; + return value; + } Ark_SearchButtonOptions readSearchButtonOptions() { Ark_SearchButtonOptions value = {}; @@ -78798,6 +80641,11 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_ScrollAttribute readScrollAttribute() + { + Ark_ScrollAttribute value = {}; + return value; + } Ark_EdgeEffectOptions readEdgeEffectOptions() { Ark_EdgeEffectOptions value = {}; @@ -78805,6 +80653,16 @@ class Deserializer : public DeserializerBase { value.alwaysEnabled = valueDeserializer.readBoolean(); return value; } + Ark_RectResult readRectResult() + { + Ark_RectResult value = {}; + Deserializer& valueDeserializer = *this; + value.x = static_cast(valueDeserializer.readNumber()); + value.y = static_cast(valueDeserializer.readNumber()); + value.width = static_cast(valueDeserializer.readNumber()); + value.height = static_cast(valueDeserializer.readNumber()); + return value; + } Ark_ScrollToIndexOptions readScrollToIndexOptions() { Ark_ScrollToIndexOptions value = {}; @@ -78819,6 +80677,14 @@ class Deserializer : public DeserializerBase { value.extraOffset = extraOffset_buf; return value; } + Ark_OffsetResult readOffsetResult() + { + Ark_OffsetResult value = {}; + Deserializer& valueDeserializer = *this; + value.xOffset = static_cast(valueDeserializer.readNumber()); + value.yOffset = static_cast(valueDeserializer.readNumber()); + return value; + } Ark_ScrollPageOptions readScrollPageOptions() { Ark_ScrollPageOptions value = {}; @@ -78918,6 +80784,11 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_RichEditorAttribute readRichEditorAttribute() + { + Ark_RichEditorAttribute value = {}; + return value; + } Ark_PlaceholderStyle readPlaceholderStyle() { Ark_PlaceholderStyle value = {}; @@ -79093,6 +80964,38 @@ class Deserializer : public DeserializerBase { value.end = end_buf; return value; } + Ark_RichEditorSelection readRichEditorSelection() + { + Ark_RichEditorSelection value = {}; + Deserializer& valueDeserializer = *this; + Ark_Tuple_Number_Number selection_buf = {}; + selection_buf.value0 = static_cast(valueDeserializer.readNumber()); + selection_buf.value1 = static_cast(valueDeserializer.readNumber()); + value.selection = selection_buf; + const Ark_Int32 spans_buf_length = valueDeserializer.readInt32(); + Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans_buf = {}; + valueDeserializer.resizeArray::type, + std::decay::type>(&spans_buf, spans_buf_length); + for (int spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { + const Ark_Int8 spans_buf_buf_selector = valueDeserializer.readInt8(); + Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans_buf_buf = {}; + spans_buf_buf.selector = spans_buf_buf_selector; + if (spans_buf_buf_selector == 0) { + spans_buf_buf.selector = 0; + spans_buf_buf.value0 = valueDeserializer.readRichEditorTextSpanResult(); + } + else if (spans_buf_buf_selector == 1) { + spans_buf_buf.selector = 1; + spans_buf_buf.value1 = valueDeserializer.readRichEditorImageSpanResult(); + } + else { + INTEROP_FATAL("One of the branches for spans_buf_buf has to be chosen through deserialisation."); + } + spans_buf.array[spans_buf_i] = static_cast(spans_buf_buf); + } + value.spans = spans_buf; + return value; + } Ark_RichEditorParagraphStyleOptions readRichEditorParagraphStyleOptions() { Ark_RichEditorParagraphStyleOptions value = {}; @@ -79889,6 +81792,11 @@ class Deserializer : public DeserializerBase { value.animated = animated_buf; return value; } + Ark_NavDestinationAttribute readNavDestinationAttribute() + { + Ark_NavDestinationAttribute value = {}; + return value; + } Ark_NavigationToolbarOptions readNavigationToolbarOptions() { Ark_NavigationToolbarOptions value = {}; @@ -80098,6 +82006,15 @@ class Deserializer : public DeserializerBase { value._SystemBarStyleStub = static_cast(valueDeserializer.readString()); return value; } + Ark_RouteMapConfig readRouteMapConfig() + { + Ark_RouteMapConfig value = {}; + Deserializer& valueDeserializer = *this; + value.name = static_cast(valueDeserializer.readString()); + value.pageSourceFile = static_cast(valueDeserializer.readString()); + value.data = static_cast(valueDeserializer.readCustomObject("Object")); + return value; + } Ark_MenuItemOptions readMenuItemOptions() { Ark_MenuItemOptions value = {}; @@ -80357,6 +82274,34 @@ class Deserializer : public DeserializerBase { value.endMargin = endMargin_buf; return value; } + Ark_ListAttribute readListAttribute() + { + Ark_ListAttribute value = {}; + return value; + } + Ark_VisibleListContentInfo readVisibleListContentInfo() + { + Ark_VisibleListContentInfo value = {}; + Deserializer& valueDeserializer = *this; + value.index = static_cast(valueDeserializer.readNumber()); + const auto itemGroupArea_buf_runtimeType = static_cast(valueDeserializer.readInt8()); + Opt_ListItemGroupArea itemGroupArea_buf = {}; + itemGroupArea_buf.tag = itemGroupArea_buf_runtimeType == INTEROP_RUNTIME_UNDEFINED ? INTEROP_TAG_UNDEFINED : INTEROP_TAG_OBJECT; + if ((INTEROP_RUNTIME_UNDEFINED) != (itemGroupArea_buf_runtimeType)) + { + itemGroupArea_buf.value = static_cast(valueDeserializer.readInt32()); + } + value.itemGroupArea = itemGroupArea_buf; + const auto itemIndexInGroup_buf_runtimeType = static_cast(valueDeserializer.readInt8()); + Opt_Number itemIndexInGroup_buf = {}; + itemIndexInGroup_buf.tag = itemIndexInGroup_buf_runtimeType == INTEROP_RUNTIME_UNDEFINED ? INTEROP_TAG_UNDEFINED : INTEROP_TAG_OBJECT; + if ((INTEROP_RUNTIME_UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) + { + itemIndexInGroup_buf.value = static_cast(valueDeserializer.readNumber()); + } + value.itemIndexInGroup = itemIndexInGroup_buf; + return value; + } Ark_CloseSwipeActionOptions readCloseSwipeActionOptions() { Ark_CloseSwipeActionOptions value = {}; @@ -80413,6 +82358,23 @@ class Deserializer : public DeserializerBase { value.reference = reference_buf; return value; } + Ark_GridAttribute readGridAttribute() + { + Ark_GridAttribute value = {}; + return value; + } + Ark_PanGestureOptions readPanGestureOptions() + { + Deserializer& valueDeserializer = *this; + Ark_NativePointer ptr = valueDeserializer.readPointer(); + return static_cast(ptr); + } + Ark_EventTargetInfo readEventTargetInfo() + { + Deserializer& valueDeserializer = *this; + Ark_NativePointer ptr = valueDeserializer.readPointer(); + return static_cast(ptr); + } Ark_WindowStatusType readWindowStatusType() { Ark_WindowStatusType value = {}; @@ -80831,6 +82793,18 @@ class Deserializer : public DeserializerBase { value.expectedFrameRateRange = expectedFrameRateRange_buf; return value; } + Ark_Component3DAttribute readComponent3DAttribute() + { + Ark_Component3DAttribute value = {}; + return value; + } + Ark_Context readContext() + { + Ark_Context value = {}; + Deserializer& valueDeserializer = *this; + value._ContextStub = static_cast(valueDeserializer.readString()); + return value; + } Ark_UIGestureEvent readUIGestureEvent() { Ark_UIGestureEvent value = {}; @@ -80879,6 +82853,33 @@ class Deserializer : public DeserializerBase { value._RectShapeStub = static_cast(valueDeserializer.readString()); return value; } + Ark_CaretOffset readCaretOffset() + { + Ark_CaretOffset value = {}; + Deserializer& valueDeserializer = *this; + value.index = static_cast(valueDeserializer.readNumber()); + value.x = static_cast(valueDeserializer.readNumber()); + value.y = static_cast(valueDeserializer.readNumber()); + return value; + } + Ark_DirectionalEdgesT readDirectionalEdgesT() + { + Ark_DirectionalEdgesT value = {}; + Deserializer& valueDeserializer = *this; + value.start = static_cast(valueDeserializer.readNumber()); + value.end = static_cast(valueDeserializer.readNumber()); + value.top = static_cast(valueDeserializer.readNumber()); + value.bottom = static_cast(valueDeserializer.readNumber()); + return value; + } + Ark_MeasureResult readMeasureResult() + { + Ark_MeasureResult value = {}; + Deserializer& valueDeserializer = *this; + value.width = static_cast(valueDeserializer.readNumber()); + value.height = static_cast(valueDeserializer.readNumber()); + return value; + } Ark_ConstraintSizeOptions readConstraintSizeOptions() { Ark_ConstraintSizeOptions value = {}; @@ -83297,16 +85298,6 @@ class Deserializer : public DeserializerBase { value._DrawingLatticeStub = static_cast(valueDeserializer.readString()); return value; } - Ark_RectResult readRectResult() - { - Ark_RectResult value = {}; - Deserializer& valueDeserializer = *this; - value.x = static_cast(valueDeserializer.readNumber()); - value.y = static_cast(valueDeserializer.readNumber()); - value.width = static_cast(valueDeserializer.readNumber()); - value.height = static_cast(valueDeserializer.readNumber()); - return value; - } Ark_DrawModifier readDrawModifier() { Deserializer& valueDeserializer = *this; @@ -83320,12 +85311,35 @@ class Deserializer : public DeserializerBase { value._IntentionCodeStub = static_cast(valueDeserializer.readString()); return value; } + Ark_Summary readSummary() + { + Ark_Summary value = {}; + Deserializer& valueDeserializer = *this; + value._SummaryStub = static_cast(valueDeserializer.readString()); + return value; + } Ark_UnifiedData readUnifiedData() { Deserializer& valueDeserializer = *this; Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_TouchObject readTouchObject() + { + Ark_TouchObject value = {}; + Deserializer& valueDeserializer = *this; + value.type = static_cast(valueDeserializer.readInt32()); + value.id = static_cast(valueDeserializer.readNumber()); + value.displayX = static_cast(valueDeserializer.readNumber()); + value.displayY = static_cast(valueDeserializer.readNumber()); + value.windowX = static_cast(valueDeserializer.readNumber()); + value.windowY = static_cast(valueDeserializer.readNumber()); + value.screenX = static_cast(valueDeserializer.readNumber()); + value.screenY = static_cast(valueDeserializer.readNumber()); + value.x = static_cast(valueDeserializer.readNumber()); + value.y = static_cast(valueDeserializer.readNumber()); + return value; + } Ark_ColumnSplitDividerStyle readColumnSplitDividerStyle() { Ark_ColumnSplitDividerStyle value = {}; @@ -83406,6 +85420,25 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } + Ark_TextMetrics readTextMetrics() + { + Ark_TextMetrics value = {}; + Deserializer& valueDeserializer = *this; + value.actualBoundingBoxAscent = static_cast(valueDeserializer.readNumber()); + value.actualBoundingBoxDescent = static_cast(valueDeserializer.readNumber()); + value.actualBoundingBoxLeft = static_cast(valueDeserializer.readNumber()); + value.actualBoundingBoxRight = static_cast(valueDeserializer.readNumber()); + value.alphabeticBaseline = static_cast(valueDeserializer.readNumber()); + value.emHeightAscent = static_cast(valueDeserializer.readNumber()); + value.emHeightDescent = static_cast(valueDeserializer.readNumber()); + value.fontBoundingBoxAscent = static_cast(valueDeserializer.readNumber()); + value.fontBoundingBoxDescent = static_cast(valueDeserializer.readNumber()); + value.hangingBaseline = static_cast(valueDeserializer.readNumber()); + value.ideographicBaseline = static_cast(valueDeserializer.readNumber()); + value.width = static_cast(valueDeserializer.readNumber()); + value.height = static_cast(valueDeserializer.readNumber()); + return value; + } Ark_ImageData readImageData() { Deserializer& valueDeserializer = *this; @@ -83602,6 +85635,11 @@ class Deserializer : public DeserializerBase { value.hoverModeArea = hoverModeArea_buf; return value; } + Ark_CalendarPickerAttribute readCalendarPickerAttribute() + { + Ark_CalendarPickerAttribute value = {}; + return value; + } Ark_CalendarController readCalendarController() { Deserializer& valueDeserializer = *this; @@ -83798,6 +85836,11 @@ class Deserializer : public DeserializerBase { value.fontWeight = fontWeight_buf; return value; } + Ark_AlphabetIndexerAttribute readAlphabetIndexerAttribute() + { + Ark_AlphabetIndexerAttribute value = {}; + return value; + } Ark_AlertDialogParamWithOptions readAlertDialogParamWithOptions() { Ark_AlertDialogParamWithOptions value = {}; @@ -86333,12 +88376,6 @@ class Deserializer : public DeserializerBase { value.layoutStyle = layoutStyle_buf; return value; } - Ark_MutableStyledString readMutableStyledString() - { - Deserializer& valueDeserializer = *this; - Ark_NativePointer ptr = valueDeserializer.readPointer(); - return static_cast(ptr); - } Ark_UrlStyle readUrlStyle() { Deserializer& valueDeserializer = *this; @@ -87574,12 +89611,6 @@ class Deserializer : public DeserializerBase { value.sharedRenderProcessToken = sharedRenderProcessToken_buf; return value; } - Ark_WebCookie readWebCookie() - { - Deserializer& valueDeserializer = *this; - Ark_NativePointer ptr = valueDeserializer.readPointer(); - return static_cast(ptr); - } Ark_Header readHeader() { Ark_Header value = {}; @@ -88266,11 +90297,12 @@ class Deserializer : public DeserializerBase { value.controller = controller_buf; return value; } - Ark_LayoutManager readLayoutManager() + Ark_TextBox readTextBox() { + Ark_TextBox value = {}; Deserializer& valueDeserializer = *this; - Ark_NativePointer ptr = valueDeserializer.readPointer(); - return static_cast(ptr); + value._TextBoxStub = static_cast(valueDeserializer.readString()); + return value; } Ark_StyledStringController readStyledStringController() { @@ -88895,14 +90927,6 @@ class Deserializer : public DeserializerBase { value.style = style_buf; return value; } - Ark_PreviewText readPreviewText() - { - Ark_PreviewText value = {}; - Deserializer& valueDeserializer = *this; - value.offset = static_cast(valueDeserializer.readNumber()); - value.value = static_cast(valueDeserializer.readString()); - return value; - } Ark_CaretStyle readCaretStyle() { Ark_CaretStyle value = {}; @@ -89372,38 +91396,6 @@ class Deserializer : public DeserializerBase { value.previewText = previewText_buf; return value; } - Ark_RichEditorSelection readRichEditorSelection() - { - Ark_RichEditorSelection value = {}; - Deserializer& valueDeserializer = *this; - Ark_Tuple_Number_Number selection_buf = {}; - selection_buf.value0 = static_cast(valueDeserializer.readNumber()); - selection_buf.value1 = static_cast(valueDeserializer.readNumber()); - value.selection = selection_buf; - const Ark_Int32 spans_buf_length = valueDeserializer.readInt32(); - Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans_buf = {}; - valueDeserializer.resizeArray::type, - std::decay::type>(&spans_buf, spans_buf_length); - for (int spans_buf_i = 0; spans_buf_i < spans_buf_length; spans_buf_i++) { - const Ark_Int8 spans_buf_buf_selector = valueDeserializer.readInt8(); - Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans_buf_buf = {}; - spans_buf_buf.selector = spans_buf_buf_selector; - if (spans_buf_buf_selector == 0) { - spans_buf_buf.selector = 0; - spans_buf_buf.value0 = valueDeserializer.readRichEditorTextSpanResult(); - } - else if (spans_buf_buf_selector == 1) { - spans_buf_buf.selector = 1; - spans_buf_buf.value1 = valueDeserializer.readRichEditorImageSpanResult(); - } - else { - INTEROP_FATAL("One of the branches for spans_buf_buf has to be chosen through deserialisation."); - } - spans_buf.array[spans_buf_i] = static_cast(spans_buf_buf); - } - value.spans = spans_buf; - return value; - } Ark_StyledStringChangeValue readStyledStringChangeValue() { Ark_StyledStringChangeValue value = {}; @@ -89420,6 +91412,17 @@ class Deserializer : public DeserializerBase { value.previewText = previewText_buf; return value; } + Ark_RichEditorParagraphResult readRichEditorParagraphResult() + { + Ark_RichEditorParagraphResult value = {}; + Deserializer& valueDeserializer = *this; + value.style = valueDeserializer.readRichEditorParagraphStyle(); + Ark_Tuple_Number_Number range_buf = {}; + range_buf.value0 = static_cast(valueDeserializer.readNumber()); + range_buf.value1 = static_cast(valueDeserializer.readNumber()); + value.range = range_buf; + return value; + } Ark_RichEditorBaseController readRichEditorBaseController() { Deserializer& valueDeserializer = *this; @@ -90442,29 +92445,6 @@ class Deserializer : public DeserializerBase { value.style = style_buf; return value; } - Ark_VisibleListContentInfo readVisibleListContentInfo() - { - Ark_VisibleListContentInfo value = {}; - Deserializer& valueDeserializer = *this; - value.index = static_cast(valueDeserializer.readNumber()); - const auto itemGroupArea_buf_runtimeType = static_cast(valueDeserializer.readInt8()); - Opt_ListItemGroupArea itemGroupArea_buf = {}; - itemGroupArea_buf.tag = itemGroupArea_buf_runtimeType == INTEROP_RUNTIME_UNDEFINED ? INTEROP_TAG_UNDEFINED : INTEROP_TAG_OBJECT; - if ((INTEROP_RUNTIME_UNDEFINED) != (itemGroupArea_buf_runtimeType)) - { - itemGroupArea_buf.value = static_cast(valueDeserializer.readInt32()); - } - value.itemGroupArea = itemGroupArea_buf; - const auto itemIndexInGroup_buf_runtimeType = static_cast(valueDeserializer.readInt8()); - Opt_Number itemIndexInGroup_buf = {}; - itemIndexInGroup_buf.tag = itemIndexInGroup_buf_runtimeType == INTEROP_RUNTIME_UNDEFINED ? INTEROP_TAG_UNDEFINED : INTEROP_TAG_OBJECT; - if ((INTEROP_RUNTIME_UNDEFINED) != (itemIndexInGroup_buf_runtimeType)) - { - itemIndexInGroup_buf.value = static_cast(valueDeserializer.readNumber()); - } - value.itemIndexInGroup = itemIndexInGroup_buf; - return value; - } Ark_ChainAnimationOptions readChainAnimationOptions() { Ark_ChainAnimationOptions value = {}; @@ -91068,24 +93048,12 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } - Ark_EventTargetInfo readEventTargetInfo() - { - Deserializer& valueDeserializer = *this; - Ark_NativePointer ptr = valueDeserializer.readPointer(); - return static_cast(ptr); - } Ark_ScrollableTargetInfo readScrollableTargetInfo() { Deserializer& valueDeserializer = *this; Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } - Ark_PanGestureOptions readPanGestureOptions() - { - Deserializer& valueDeserializer = *this; - Ark_NativePointer ptr = valueDeserializer.readPointer(); - return static_cast(ptr); - } Ark_GestureEvent readGestureEvent() { Deserializer& valueDeserializer = *this; @@ -92425,14 +94393,6 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } - Ark_OffsetResult readOffsetResult() - { - Ark_OffsetResult value = {}; - Deserializer& valueDeserializer = *this; - value.xOffset = static_cast(valueDeserializer.readNumber()); - value.yOffset = static_cast(valueDeserializer.readNumber()); - return value; - } Ark_TextContentControllerBase readTextContentControllerBase() { Deserializer& valueDeserializer = *this; @@ -94204,20 +96164,14 @@ class Deserializer : public DeserializerBase { Ark_NativePointer ptr = valueDeserializer.readPointer(); return static_cast(ptr); } - Ark_TouchObject readTouchObject() + Ark_HistoricalPoint readHistoricalPoint() { - Ark_TouchObject value = {}; + Ark_HistoricalPoint value = {}; Deserializer& valueDeserializer = *this; - value.type = static_cast(valueDeserializer.readInt32()); - value.id = static_cast(valueDeserializer.readNumber()); - value.displayX = static_cast(valueDeserializer.readNumber()); - value.displayY = static_cast(valueDeserializer.readNumber()); - value.windowX = static_cast(valueDeserializer.readNumber()); - value.windowY = static_cast(valueDeserializer.readNumber()); - value.screenX = static_cast(valueDeserializer.readNumber()); - value.screenY = static_cast(valueDeserializer.readNumber()); - value.x = static_cast(valueDeserializer.readNumber()); - value.y = static_cast(valueDeserializer.readNumber()); + value.touchObject = valueDeserializer.readTouchObject(); + value.size = static_cast(valueDeserializer.readNumber()); + value.force = static_cast(valueDeserializer.readNumber()); + value.timestamp = static_cast(valueDeserializer.readNumber()); return value; } Ark_AccessibilityHoverEvent readAccessibilityHoverEvent() diff --git a/arkoala/framework/native/src/generated/arkoala_api_generated.h b/arkoala/framework/native/src/generated/arkoala_api_generated.h index 2d0a02d7671dd7c5bf9c3fa8a50eca135a851ff0..6931ac59688af6b9dd94ec159ba51ac41a79c0b5 100644 --- a/arkoala/framework/native/src/generated/arkoala_api_generated.h +++ b/arkoala/framework/native/src/generated/arkoala_api_generated.h @@ -26,11 +26,7 @@ #include -#define INTEROP_FATAL(msg, ...) \ - do { \ - fprintf(stderr, msg "\n", ##__VA_ARGS__); \ - abort(); \ - } while(0) +#define INTEROP_FATAL(msg, ...) do { fprintf(stderr, msg "\n", ##__VA_ARGS__); abort(); } while (0) typedef enum InteropTag { @@ -465,6 +461,8 @@ typedef struct Opt_Type_TextPickerOptions_range Opt_Type_TextPickerOptions_range typedef struct TextMenuItemIdPeer TextMenuItemIdPeer; typedef struct TextMenuItemIdPeer* Ark_TextMenuItemId; typedef struct Opt_TextMenuItemId Opt_TextMenuItemId; +typedef struct Ark_Affinity Ark_Affinity; +typedef struct Opt_Affinity Opt_Affinity; typedef struct MenuOnAppearCallback MenuOnAppearCallback; typedef struct Opt_MenuOnAppearCallback Opt_MenuOnAppearCallback; typedef struct Ark_TabBarIconStyle Ark_TabBarIconStyle; @@ -509,6 +507,8 @@ typedef struct OnDidChangeCallback OnDidChangeCallback; typedef struct Opt_OnDidChangeCallback Opt_OnDidChangeCallback; typedef struct Callback_StyledStringChangeValue_Boolean Callback_StyledStringChangeValue_Boolean; typedef struct Opt_Callback_StyledStringChangeValue_Boolean Opt_Callback_StyledStringChangeValue_Boolean; +typedef struct Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; +typedef struct Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; typedef struct Ark_RichEditorImageSpanStyle Ark_RichEditorImageSpanStyle; typedef struct Opt_RichEditorImageSpanStyle Opt_RichEditorImageSpanStyle; typedef struct Ark_RichEditorTextStyle Ark_RichEditorTextStyle; @@ -695,6 +695,8 @@ typedef struct Ark_CustomSpanDrawInfo Ark_CustomSpanDrawInfo; typedef struct Opt_CustomSpanDrawInfo Opt_CustomSpanDrawInfo; typedef struct Ark_DrawContext Ark_DrawContext; typedef struct Opt_DrawContext Opt_DrawContext; +typedef struct Ark_CustomSpanMetrics Ark_CustomSpanMetrics; +typedef struct Opt_CustomSpanMetrics Opt_CustomSpanMetrics; typedef struct Ark_CustomSpanMeasureInfo Ark_CustomSpanMeasureInfo; typedef struct Opt_CustomSpanMeasureInfo Opt_CustomSpanMeasureInfo; typedef struct Ark_SpanStyle Ark_SpanStyle; @@ -715,6 +717,8 @@ typedef struct Map_String_ComponentContent Map_String_ComponentContent; typedef struct Opt_Map_String_ComponentContent Opt_Map_String_ComponentContent; typedef struct Callback_UIExtensionProxy_Void Callback_UIExtensionProxy_Void; typedef struct Opt_Callback_UIExtensionProxy_Void Opt_Callback_UIExtensionProxy_Void; +typedef struct Ark_WaterFlowAttribute Ark_WaterFlowAttribute; +typedef struct Opt_WaterFlowAttribute Opt_WaterFlowAttribute; typedef struct WaterFlowSectionsPeer WaterFlowSectionsPeer; typedef struct WaterFlowSectionsPeer* Ark_WaterFlowSections; typedef struct Opt_WaterFlowSections Opt_WaterFlowSections; @@ -742,6 +746,10 @@ typedef struct Ark_SurfaceRotationOptions Ark_SurfaceRotationOptions; typedef struct Opt_SurfaceRotationOptions Opt_SurfaceRotationOptions; typedef struct Ark_Literal_Number_surfaceHeight_surfaceWidth Ark_Literal_Number_surfaceHeight_surfaceWidth; typedef struct Opt_Literal_Number_surfaceHeight_surfaceWidth Opt_Literal_Number_surfaceHeight_surfaceWidth; +typedef struct Ark_WindowSceneAttribute Ark_WindowSceneAttribute; +typedef struct Opt_WindowSceneAttribute Opt_WindowSceneAttribute; +typedef struct Ark_WebAttribute Ark_WebAttribute; +typedef struct Opt_WebAttribute Opt_WebAttribute; typedef struct Ark_SelectionMenuOptionsExt Ark_SelectionMenuOptionsExt; typedef struct Opt_SelectionMenuOptionsExt Opt_SelectionMenuOptionsExt; typedef struct WebKeyboardControllerPeer WebKeyboardControllerPeer; @@ -818,6 +826,9 @@ typedef struct JsGeolocationPeer* Ark_JsGeolocation; typedef struct Opt_JsGeolocation Opt_JsGeolocation; typedef struct Ark_Union_WebController_WebviewController Ark_Union_WebController_WebviewController; typedef struct Opt_Union_WebController_WebviewController Opt_Union_WebController_WebviewController; +typedef struct WebCookiePeer WebCookiePeer; +typedef struct WebCookiePeer* Ark_WebCookie; +typedef struct Opt_WebCookie Opt_WebCookie; typedef struct Ark_Literal_Object_object__String_name_Array_String_methodList Ark_Literal_Object_object__String_name_Array_String_methodList; typedef struct Opt_Literal_Object_object__String_name_Array_String_methodList Opt_Literal_Object_object__String_name_Array_String_methodList; typedef struct Ark_Literal_Union_String_Resource_url_Array_Header_headers Ark_Literal_Union_String_Resource_url_Array_Header_headers; @@ -848,6 +859,8 @@ typedef struct Ark_DividerOptions Ark_DividerOptions; typedef struct Opt_DividerOptions Opt_DividerOptions; typedef struct Callback_ResourceStr_Void Callback_ResourceStr_Void; typedef struct Opt_Callback_ResourceStr_Void Opt_Callback_ResourceStr_Void; +typedef struct Ark_TextInputAttribute Ark_TextInputAttribute; +typedef struct Opt_TextInputAttribute Opt_TextInputAttribute; typedef struct Ark_InputCounterOptions Ark_InputCounterOptions; typedef struct Opt_InputCounterOptions Opt_InputCounterOptions; typedef struct Ark_KeyboardOptions Ark_KeyboardOptions; @@ -863,12 +876,28 @@ typedef struct Ark_TextRange Ark_TextRange; typedef struct Opt_TextRange Opt_TextRange; typedef struct Ark_TextMenuItem Ark_TextMenuItem; typedef struct Opt_TextMenuItem Opt_TextMenuItem; +typedef struct Ark_LineMetrics Ark_LineMetrics; +typedef struct Opt_LineMetrics Opt_LineMetrics; +typedef struct Ark_PositionWithAffinity Ark_PositionWithAffinity; +typedef struct Opt_PositionWithAffinity Opt_PositionWithAffinity; +typedef struct MutableStyledStringPeer MutableStyledStringPeer; +typedef struct MutableStyledStringPeer* Ark_MutableStyledString; +typedef struct Opt_MutableStyledString Opt_MutableStyledString; +typedef struct Ark_PreviewText Ark_PreviewText; +typedef struct Opt_PreviewText Opt_PreviewText; +typedef struct LayoutManagerPeer LayoutManagerPeer; +typedef struct LayoutManagerPeer* Ark_LayoutManager; +typedef struct Opt_LayoutManager Opt_LayoutManager; typedef struct TextClockControllerPeer TextClockControllerPeer; typedef struct TextClockControllerPeer* Ark_TextClockController; typedef struct Opt_TextClockController Opt_TextClockController; +typedef struct Ark_TextAreaAttribute Ark_TextAreaAttribute; +typedef struct Opt_TextAreaAttribute Opt_TextAreaAttribute; typedef struct TextAreaControllerPeer TextAreaControllerPeer; typedef struct TextAreaControllerPeer* Ark_TextAreaController; typedef struct Opt_TextAreaController Opt_TextAreaController; +typedef struct Ark_TextAttribute Ark_TextAttribute; +typedef struct Opt_TextAttribute Opt_TextAttribute; typedef struct Ark_SelectionMenuOptions Ark_SelectionMenuOptions; typedef struct Opt_SelectionMenuOptions Opt_SelectionMenuOptions; typedef struct Ark_FontSettingOptions Ark_FontSettingOptions; @@ -882,6 +911,8 @@ typedef struct Ark_SubTabBarStyle Ark_SubTabBarStyle; typedef struct Opt_SubTabBarStyle Opt_SubTabBarStyle; typedef struct Ark_TabBarOptions Ark_TabBarOptions; typedef struct Opt_TabBarOptions Opt_TabBarOptions; +typedef struct Ark_TabsAttribute Ark_TabsAttribute; +typedef struct Opt_TabsAttribute Opt_TabsAttribute; typedef struct Ark_BackgroundBlurStyleOptions Ark_BackgroundBlurStyleOptions; typedef struct Opt_BackgroundBlurStyleOptions Opt_BackgroundBlurStyleOptions; typedef struct Ark_ScrollableBarModeOptions Ark_ScrollableBarModeOptions; @@ -891,24 +922,36 @@ typedef struct Opt_TabContentAnimatedTransition Opt_TabContentAnimatedTransition typedef struct TabsControllerPeer TabsControllerPeer; typedef struct TabsControllerPeer* Ark_TabsController; typedef struct Opt_TabsController Opt_TabsController; +typedef struct Ark_SymbolGlyphAttribute Ark_SymbolGlyphAttribute; +typedef struct Opt_SymbolGlyphAttribute Opt_SymbolGlyphAttribute; typedef struct Ark_SymbolEffect Ark_SymbolEffect; typedef struct Opt_SymbolEffect Opt_SymbolEffect; typedef struct Ark_DigitIndicator Ark_DigitIndicator; typedef struct Opt_DigitIndicator Opt_DigitIndicator; typedef struct Ark_DotIndicator Ark_DotIndicator; typedef struct Opt_DotIndicator Opt_DotIndicator; +typedef struct Ark_SwiperAttribute Ark_SwiperAttribute; +typedef struct Opt_SwiperAttribute Opt_SwiperAttribute; typedef struct Ark_SwiperAutoFill Ark_SwiperAutoFill; typedef struct Opt_SwiperAutoFill Opt_SwiperAutoFill; typedef struct Ark_ArrowStyle Ark_ArrowStyle; typedef struct Opt_ArrowStyle Opt_ArrowStyle; typedef struct Callback_SwiperContentTransitionProxy_Void Callback_SwiperContentTransitionProxy_Void; typedef struct Opt_Callback_SwiperContentTransitionProxy_Void Opt_Callback_SwiperContentTransitionProxy_Void; +typedef struct Ark_SliderAttribute Ark_SliderAttribute; +typedef struct Opt_SliderAttribute Opt_SliderAttribute; +typedef struct Ark_ShapeAttribute Ark_ShapeAttribute; +typedef struct Opt_ShapeAttribute Opt_ShapeAttribute; typedef struct Callback_Union_Number_Resource_Void Callback_Union_Number_Resource_Void; typedef struct Opt_Callback_Union_Number_Resource_Void Opt_Callback_Union_Number_Resource_Void; +typedef struct Ark_SelectAttribute Ark_SelectAttribute; +typedef struct Opt_SelectAttribute Opt_SelectAttribute; typedef struct Ark_LocalizedEdges Ark_LocalizedEdges; typedef struct Opt_LocalizedEdges Opt_LocalizedEdges; typedef struct Ark_Edges Ark_Edges; typedef struct Opt_Edges Opt_Edges; +typedef struct Ark_SearchAttribute Ark_SearchAttribute; +typedef struct Opt_SearchAttribute Opt_SearchAttribute; typedef struct Ark_SearchButtonOptions Ark_SearchButtonOptions; typedef struct Opt_SearchButtonOptions Opt_SearchButtonOptions; typedef struct Ark_CancelButtonSymbolOptions Ark_CancelButtonSymbolOptions; @@ -918,14 +961,20 @@ typedef struct Opt_CancelButtonOptions Opt_CancelButtonOptions; typedef struct SearchControllerPeer SearchControllerPeer; typedef struct SearchControllerPeer* Ark_SearchController; typedef struct Opt_SearchController Opt_SearchController; +typedef struct Ark_ScrollAttribute Ark_ScrollAttribute; +typedef struct Opt_ScrollAttribute Opt_ScrollAttribute; typedef struct Ark_EdgeEffectOptions Ark_EdgeEffectOptions; typedef struct Opt_EdgeEffectOptions Opt_EdgeEffectOptions; typedef struct Ark_Union_Dimension_Array_Dimension Ark_Union_Dimension_Array_Dimension; typedef struct Opt_Union_Dimension_Array_Dimension Opt_Union_Dimension_Array_Dimension; typedef struct ScrollOnWillScrollCallback ScrollOnWillScrollCallback; typedef struct Opt_ScrollOnWillScrollCallback Opt_ScrollOnWillScrollCallback; +typedef struct Ark_RectResult Ark_RectResult; +typedef struct Opt_RectResult Opt_RectResult; typedef struct Ark_ScrollToIndexOptions Ark_ScrollToIndexOptions; typedef struct Opt_ScrollToIndexOptions Opt_ScrollToIndexOptions; +typedef struct Ark_OffsetResult Ark_OffsetResult; +typedef struct Opt_OffsetResult Opt_OffsetResult; typedef struct Ark_Literal_Boolean_next_Axis_direction Ark_Literal_Boolean_next_Axis_direction; typedef struct Opt_Literal_Boolean_next_Axis_direction Opt_Literal_Boolean_next_Axis_direction; typedef struct Ark_ScrollPageOptions Ark_ScrollPageOptions; @@ -942,6 +991,8 @@ typedef struct Opt_RichEditorStyledStringController Opt_RichEditorStyledStringCo typedef struct RichEditorControllerPeer RichEditorControllerPeer; typedef struct RichEditorControllerPeer* Ark_RichEditorController; typedef struct Opt_RichEditorController Opt_RichEditorController; +typedef struct Ark_RichEditorAttribute Ark_RichEditorAttribute; +typedef struct Opt_RichEditorAttribute Opt_RichEditorAttribute; typedef struct Ark_PlaceholderStyle Ark_PlaceholderStyle; typedef struct Opt_PlaceholderStyle Opt_PlaceholderStyle; typedef struct Array_RichEditorTextSpanResult Array_RichEditorTextSpanResult; @@ -954,12 +1005,12 @@ typedef struct Ark_RichEditorImageSpanResult Ark_RichEditorImageSpanResult; typedef struct Opt_RichEditorImageSpanResult Opt_RichEditorImageSpanResult; typedef struct Ark_RichEditorTextSpanResult Ark_RichEditorTextSpanResult; typedef struct Opt_RichEditorTextSpanResult Opt_RichEditorTextSpanResult; -typedef struct Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; -typedef struct Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; typedef struct Ark_StyledStringChangedListener Ark_StyledStringChangedListener; typedef struct Opt_StyledStringChangedListener Opt_StyledStringChangedListener; typedef struct Ark_RichEditorRange Ark_RichEditorRange; typedef struct Opt_RichEditorRange Opt_RichEditorRange; +typedef struct Ark_RichEditorSelection Ark_RichEditorSelection; +typedef struct Opt_RichEditorSelection Opt_RichEditorSelection; typedef struct Ark_RichEditorParagraphStyleOptions Ark_RichEditorParagraphStyleOptions; typedef struct Opt_RichEditorParagraphStyleOptions Opt_RichEditorParagraphStyleOptions; typedef struct Ark_RichEditorUpdateSymbolSpanStyleOptions Ark_RichEditorUpdateSymbolSpanStyleOptions; @@ -1005,6 +1056,8 @@ typedef struct Ark_NavigationInterception Ark_NavigationInterception; typedef struct Opt_NavigationInterception Opt_NavigationInterception; typedef struct Ark_NavigationOptions Ark_NavigationOptions; typedef struct Opt_NavigationOptions Opt_NavigationOptions; +typedef struct Ark_NavDestinationAttribute Ark_NavDestinationAttribute; +typedef struct Opt_NavDestinationAttribute Opt_NavDestinationAttribute; typedef struct Ark_NavigationToolbarOptions Ark_NavigationToolbarOptions; typedef struct Opt_NavigationToolbarOptions Opt_NavigationToolbarOptions; typedef struct Array_ToolbarItem Array_ToolbarItem; @@ -1019,6 +1072,8 @@ typedef struct Ark_SystemBarStyle Ark_SystemBarStyle; typedef struct Opt_SystemBarStyle Opt_SystemBarStyle; typedef struct Array_NavigationMenuItem Array_NavigationMenuItem; typedef struct Opt_Array_NavigationMenuItem Opt_Array_NavigationMenuItem; +typedef struct Ark_RouteMapConfig Ark_RouteMapConfig; +typedef struct Opt_RouteMapConfig Opt_RouteMapConfig; typedef struct Ark_Union_ResourceStr_CustomBuilder Ark_Union_ResourceStr_CustomBuilder; typedef struct Opt_Union_ResourceStr_CustomBuilder Opt_Union_ResourceStr_CustomBuilder; typedef struct Ark_MenuItemOptions Ark_MenuItemOptions; @@ -1036,8 +1091,12 @@ typedef struct Ark_ListDividerOptions Ark_ListDividerOptions; typedef struct Opt_ListDividerOptions Opt_ListDividerOptions; typedef struct Ark_Union_CustomBuilder_SwipeActionItem Ark_Union_CustomBuilder_SwipeActionItem; typedef struct Opt_Union_CustomBuilder_SwipeActionItem Opt_Union_CustomBuilder_SwipeActionItem; +typedef struct Ark_ListAttribute Ark_ListAttribute; +typedef struct Opt_ListAttribute Opt_ListAttribute; typedef struct Ark_LengthConstrain Ark_LengthConstrain; typedef struct Opt_LengthConstrain Opt_LengthConstrain; +typedef struct Ark_VisibleListContentInfo Ark_VisibleListContentInfo; +typedef struct Opt_VisibleListContentInfo Opt_VisibleListContentInfo; typedef struct Ark_CloseSwipeActionOptions Ark_CloseSwipeActionOptions; typedef struct Opt_CloseSwipeActionOptions Opt_CloseSwipeActionOptions; typedef struct Ark_DrawingColorFilter Ark_DrawingColorFilter; @@ -1055,10 +1114,18 @@ typedef struct Ark_Union_Length_GutterOption Ark_Union_Length_GutterOption; typedef struct Opt_Union_Length_GutterOption Opt_Union_Length_GutterOption; typedef struct Ark_Union_Number_GridColColumnOption Ark_Union_Number_GridColColumnOption; typedef struct Opt_Union_Number_GridColColumnOption Opt_Union_Number_GridColColumnOption; +typedef struct Ark_GridAttribute Ark_GridAttribute; +typedef struct Opt_GridAttribute Opt_GridAttribute; typedef struct Callback_Number_Tuple_Number_Number_Number_Number Callback_Number_Tuple_Number_Number_Number_Number; typedef struct Opt_Callback_Number_Tuple_Number_Number_Number_Number Opt_Callback_Number_Tuple_Number_Number_Number_Number; typedef struct Callback_Number_Tuple_Number_Number Callback_Number_Tuple_Number_Number; typedef struct Opt_Callback_Number_Tuple_Number_Number Opt_Callback_Number_Tuple_Number_Number; +typedef struct PanGestureOptionsPeer PanGestureOptionsPeer; +typedef struct PanGestureOptionsPeer* Ark_PanGestureOptions; +typedef struct Opt_PanGestureOptions Opt_PanGestureOptions; +typedef struct EventTargetInfoPeer EventTargetInfoPeer; +typedef struct EventTargetInfoPeer* Ark_EventTargetInfo; +typedef struct Opt_EventTargetInfo Opt_EventTargetInfo; typedef struct Array_FingerInfo Array_FingerInfo; typedef struct Opt_Array_FingerInfo Opt_Array_FingerInfo; typedef struct Ark_Union_ResourceColor_LinearGradient Ark_Union_ResourceColor_LinearGradient; @@ -1079,8 +1146,12 @@ typedef struct Ark_Union_Dimension_EdgeWidths Ark_Union_Dimension_EdgeWidths; typedef struct Opt_Union_Dimension_EdgeWidths Opt_Union_Dimension_EdgeWidths; typedef struct Ark_AnimateParam Ark_AnimateParam; typedef struct Opt_AnimateParam Opt_AnimateParam; +typedef struct Ark_Component3DAttribute Ark_Component3DAttribute; +typedef struct Opt_Component3DAttribute Opt_Component3DAttribute; typedef struct Ark_Union_ResourceStr_Scene Ark_Union_ResourceStr_Scene; typedef struct Opt_Union_ResourceStr_Scene Opt_Union_ResourceStr_Scene; +typedef struct Ark_Context Ark_Context; +typedef struct Opt_Context Opt_Context; typedef struct Ark_UIGestureEvent Ark_UIGestureEvent; typedef struct Opt_UIGestureEvent Opt_UIGestureEvent; typedef struct VisibleAreaChangeCallback VisibleAreaChangeCallback; @@ -1103,6 +1174,12 @@ typedef struct Ark_FadingEdgeOptions Ark_FadingEdgeOptions; typedef struct Opt_FadingEdgeOptions Opt_FadingEdgeOptions; typedef struct Ark_RectShape Ark_RectShape; typedef struct Opt_RectShape Opt_RectShape; +typedef struct Ark_CaretOffset Ark_CaretOffset; +typedef struct Opt_CaretOffset Opt_CaretOffset; +typedef struct Ark_DirectionalEdgesT Ark_DirectionalEdgesT; +typedef struct Opt_DirectionalEdgesT Opt_DirectionalEdgesT; +typedef struct Ark_MeasureResult Ark_MeasureResult; +typedef struct Opt_MeasureResult Opt_MeasureResult; typedef struct Ark_ConstraintSizeOptions Ark_ConstraintSizeOptions; typedef struct Opt_ConstraintSizeOptions Opt_ConstraintSizeOptions; typedef struct GestureRecognizerJudgeBeginCallback GestureRecognizerJudgeBeginCallback; @@ -1202,8 +1279,6 @@ typedef struct Ark_Union_EdgeWidths_Length_LocalizedEdgeWidths Ark_Union_EdgeWid typedef struct Opt_Union_EdgeWidths_Length_LocalizedEdgeWidths Opt_Union_EdgeWidths_Length_LocalizedEdgeWidths; typedef struct Ark_DrawingLattice Ark_DrawingLattice; typedef struct Opt_DrawingLattice Opt_DrawingLattice; -typedef struct Ark_RectResult Ark_RectResult; -typedef struct Opt_RectResult Opt_RectResult; typedef struct Array_Rectangle Array_Rectangle; typedef struct Opt_Array_Rectangle Opt_Array_Rectangle; typedef struct DrawModifierPeer DrawModifierPeer; @@ -1211,9 +1286,13 @@ typedef struct DrawModifierPeer* Ark_DrawModifier; typedef struct Opt_DrawModifier Opt_DrawModifier; typedef struct Ark_IntentionCode Ark_IntentionCode; typedef struct Opt_IntentionCode Opt_IntentionCode; +typedef struct Ark_Summary Ark_Summary; +typedef struct Opt_Summary Opt_Summary; typedef struct UnifiedDataPeer UnifiedDataPeer; typedef struct UnifiedDataPeer* Ark_UnifiedData; typedef struct Opt_UnifiedData Opt_UnifiedData; +typedef struct Ark_TouchObject Ark_TouchObject; +typedef struct Opt_TouchObject Opt_TouchObject; typedef struct Ark_Literal_TransitionEffect_appear_disappear Ark_Literal_TransitionEffect_appear_disappear; typedef struct Opt_Literal_TransitionEffect_appear_disappear Opt_Literal_TransitionEffect_appear_disappear; typedef struct Ark_ColumnSplitDividerStyle Ark_ColumnSplitDividerStyle; @@ -1229,6 +1308,8 @@ typedef struct Opt_CanvasRenderingContext2D Opt_CanvasRenderingContext2D; typedef struct ImageBitmapPeer ImageBitmapPeer; typedef struct ImageBitmapPeer* Ark_ImageBitmap; typedef struct Opt_ImageBitmap Opt_ImageBitmap; +typedef struct Ark_TextMetrics Ark_TextMetrics; +typedef struct Opt_TextMetrics Opt_TextMetrics; typedef struct ImageDataPeer ImageDataPeer; typedef struct ImageDataPeer* Ark_ImageData; typedef struct Opt_ImageData Opt_ImageData; @@ -1237,6 +1318,8 @@ typedef struct Path2DPeer* Ark_Path2D; typedef struct Opt_Path2D Opt_Path2D; typedef struct Ark_CalendarDialogOptions Ark_CalendarDialogOptions; typedef struct Opt_CalendarDialogOptions Opt_CalendarDialogOptions; +typedef struct Ark_CalendarPickerAttribute Ark_CalendarPickerAttribute; +typedef struct Opt_CalendarPickerAttribute Opt_CalendarPickerAttribute; typedef struct CalendarControllerPeer CalendarControllerPeer; typedef struct CalendarControllerPeer* Ark_CalendarController; typedef struct Opt_CalendarController Opt_CalendarController; @@ -1248,6 +1331,8 @@ typedef struct Ark_BadgeStyle Ark_BadgeStyle; typedef struct Opt_BadgeStyle Opt_BadgeStyle; typedef struct Ark_Union_BadgePosition_Position Ark_Union_BadgePosition_Position; typedef struct Opt_Union_BadgePosition_Position Opt_Union_BadgePosition_Position; +typedef struct Ark_AlphabetIndexerAttribute Ark_AlphabetIndexerAttribute; +typedef struct Opt_AlphabetIndexerAttribute Opt_AlphabetIndexerAttribute; typedef struct Ark_AlertDialogParamWithOptions Ark_AlertDialogParamWithOptions; typedef struct Opt_AlertDialogParamWithOptions Opt_AlertDialogParamWithOptions; typedef struct Ark_AlertDialogParamWithButtons Ark_AlertDialogParamWithButtons; @@ -1349,9 +1434,6 @@ typedef struct LinearIndicatorControllerPeer* Ark_LinearIndicatorController; typedef struct Opt_LinearIndicatorController Opt_LinearIndicatorController; typedef struct Ark_ImageAttachmentInterface Ark_ImageAttachmentInterface; typedef struct Opt_ImageAttachmentInterface Opt_ImageAttachmentInterface; -typedef struct MutableStyledStringPeer MutableStyledStringPeer; -typedef struct MutableStyledStringPeer* Ark_MutableStyledString; -typedef struct Opt_MutableStyledString Opt_MutableStyledString; typedef struct UrlStylePeer UrlStylePeer; typedef struct UrlStylePeer* Ark_UrlStyle; typedef struct Opt_UrlStyle Opt_UrlStyle; @@ -1394,6 +1476,8 @@ typedef struct Array_StyleOptions Array_StyleOptions; typedef struct Opt_Array_StyleOptions Opt_Array_StyleOptions; typedef struct Ark_Union_String_ImageAttachment_CustomSpan Ark_Union_String_ImageAttachment_CustomSpan; typedef struct Opt_Union_String_ImageAttachment_CustomSpan Opt_Union_String_ImageAttachment_CustomSpan; +typedef struct Array_SpanStyle Array_SpanStyle; +typedef struct Opt_Array_SpanStyle Opt_Array_SpanStyle; typedef struct Ark_Literal_Number_code_Want_want Ark_Literal_Number_code_Want_want; typedef struct Opt_Literal_Number_code_Want_want Opt_Literal_Number_code_Want_want; typedef struct Callback_Literal_Number_code_Want_want_Void Callback_Literal_Number_code_Want_want_Void; @@ -1659,13 +1743,12 @@ typedef struct Ark_JavaScriptProxy Ark_JavaScriptProxy; typedef struct Opt_JavaScriptProxy Opt_JavaScriptProxy; typedef struct Ark_WebOptions Ark_WebOptions; typedef struct Opt_WebOptions Opt_WebOptions; -typedef struct WebCookiePeer WebCookiePeer; -typedef struct WebCookiePeer* Ark_WebCookie; -typedef struct Opt_WebCookie Opt_WebCookie; -typedef struct Ark_Header Ark_Header; -typedef struct Opt_Header Opt_Header; typedef struct Ark_Union_String_Number_Resource_Buffer Ark_Union_String_Number_Resource_Buffer; typedef struct Opt_Union_String_Number_Resource_Buffer Opt_Union_String_Number_Resource_Buffer; +typedef struct Ark_Union_String_Number_Buffer_Resource Ark_Union_String_Number_Buffer_Resource; +typedef struct Opt_Union_String_Number_Buffer_Resource Opt_Union_String_Number_Buffer_Resource; +typedef struct Ark_Header Ark_Header; +typedef struct Opt_Header Opt_Header; typedef struct Ark_PlaybackInfo Ark_PlaybackInfo; typedef struct Opt_PlaybackInfo Opt_PlaybackInfo; typedef struct Callback_PlaybackInfo_Void Callback_PlaybackInfo_Void; @@ -1720,9 +1803,10 @@ typedef struct Ark_TextInputOptions Ark_TextInputOptions; typedef struct Opt_TextInputOptions Opt_TextInputOptions; typedef struct Array_TextMenuItem Array_TextMenuItem; typedef struct Opt_Array_TextMenuItem Opt_Array_TextMenuItem; -typedef struct LayoutManagerPeer LayoutManagerPeer; -typedef struct LayoutManagerPeer* Ark_LayoutManager; -typedef struct Opt_LayoutManager Opt_LayoutManager; +typedef struct Ark_TextBox Ark_TextBox; +typedef struct Opt_TextBox Opt_TextBox; +typedef struct Array_TextBox Array_TextBox; +typedef struct Opt_Array_TextBox Opt_Array_TextBox; typedef struct StyledStringControllerPeer StyledStringControllerPeer; typedef struct StyledStringControllerPeer* Ark_StyledStringController; typedef struct Opt_StyledStringController Opt_StyledStringController; @@ -1860,8 +1944,6 @@ typedef struct OnContentScrollCallback OnContentScrollCallback; typedef struct Opt_OnContentScrollCallback Opt_OnContentScrollCallback; typedef struct OnTextSelectionChangeCallback OnTextSelectionChangeCallback; typedef struct Opt_OnTextSelectionChangeCallback Opt_OnTextSelectionChangeCallback; -typedef struct Ark_PreviewText Ark_PreviewText; -typedef struct Opt_PreviewText Opt_PreviewText; typedef struct EditableTextOnChangeCallback EditableTextOnChangeCallback; typedef struct Opt_EditableTextOnChangeCallback Opt_EditableTextOnChangeCallback; typedef struct SearchSubmitCallback SearchSubmitCallback; @@ -1944,12 +2026,22 @@ typedef struct Callback_RichEditorInsertValue_Boolean Callback_RichEditorInsertV typedef struct Opt_Callback_RichEditorInsertValue_Boolean Opt_Callback_RichEditorInsertValue_Boolean; typedef struct Callback_RichEditorRange_Void Callback_RichEditorRange_Void; typedef struct Opt_Callback_RichEditorRange_Void Opt_Callback_RichEditorRange_Void; -typedef struct Ark_RichEditorSelection Ark_RichEditorSelection; -typedef struct Opt_RichEditorSelection Opt_RichEditorSelection; typedef struct Callback_RichEditorSelection_Void Callback_RichEditorSelection_Void; typedef struct Opt_Callback_RichEditorSelection_Void Opt_Callback_RichEditorSelection_Void; typedef struct Ark_StyledStringChangeValue Ark_StyledStringChangeValue; typedef struct Opt_StyledStringChangeValue Opt_StyledStringChangeValue; +typedef struct Ark_RichEditorSpan Ark_RichEditorSpan; +typedef struct Opt_RichEditorSpan Opt_RichEditorSpan; +typedef struct Array_RichEditorSpan Array_RichEditorSpan; +typedef struct Opt_Array_RichEditorSpan Opt_Array_RichEditorSpan; +typedef struct Ark_RichEditorParagraphResult Ark_RichEditorParagraphResult; +typedef struct Opt_RichEditorParagraphResult Opt_RichEditorParagraphResult; +typedef struct Array_RichEditorParagraphResult Array_RichEditorParagraphResult; +typedef struct Opt_Array_RichEditorParagraphResult Opt_Array_RichEditorParagraphResult; +typedef struct Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; typedef struct Ark_Type_RichEditorController_updateSpanStyle_value Ark_Type_RichEditorController_updateSpanStyle_value; typedef struct Opt_Type_RichEditorController_updateSpanStyle_value Opt_Type_RichEditorController_updateSpanStyle_value; typedef struct Ark_Union_PixelMap_ResourceStr Ark_Union_PixelMap_ResourceStr; @@ -2025,6 +2117,8 @@ typedef struct NavigationTransitionProxyPeer* Ark_NavigationTransitionProxy; typedef struct Opt_NavigationTransitionProxy Opt_NavigationTransitionProxy; typedef struct Ark_Union_NavDestinationContext_NavBar Ark_Union_NavDestinationContext_NavBar; typedef struct Opt_Union_NavDestinationContext_NavBar Opt_Union_NavDestinationContext_NavBar; +typedef struct Array_CustomObject Array_CustomObject; +typedef struct Opt_Array_CustomObject Opt_Array_CustomObject; typedef struct Ark_RouteInfo Ark_RouteInfo; typedef struct Opt_RouteInfo Opt_RouteInfo; typedef struct Array_LayoutSafeAreaEdge Array_LayoutSafeAreaEdge; @@ -2077,8 +2171,6 @@ typedef struct Callback_Number_Number_Boolean Callback_Number_Number_Boolean; typedef struct Opt_Callback_Number_Number_Boolean Opt_Callback_Number_Number_Boolean; typedef struct Callback_Number_Boolean Callback_Number_Boolean; typedef struct Opt_Callback_Number_Boolean Opt_Callback_Number_Boolean; -typedef struct Ark_VisibleListContentInfo Ark_VisibleListContentInfo; -typedef struct Opt_VisibleListContentInfo Opt_VisibleListContentInfo; typedef struct OnScrollVisibleContentChangeCallback OnScrollVisibleContentChangeCallback; typedef struct Opt_OnScrollVisibleContentChangeCallback Opt_OnScrollVisibleContentChangeCallback; typedef struct Callback_Number_Number_Number_Void Callback_Number_Number_Number_Void; @@ -2157,17 +2249,11 @@ typedef struct Opt_GridLayoutOptions Opt_GridLayoutOptions; typedef struct PanRecognizerPeer PanRecognizerPeer; typedef struct PanRecognizerPeer* Ark_PanRecognizer; typedef struct Opt_PanRecognizer Opt_PanRecognizer; -typedef struct EventTargetInfoPeer EventTargetInfoPeer; -typedef struct EventTargetInfoPeer* Ark_EventTargetInfo; -typedef struct Opt_EventTargetInfo Opt_EventTargetInfo; typedef struct ScrollableTargetInfoPeer ScrollableTargetInfoPeer; typedef struct ScrollableTargetInfoPeer* Ark_ScrollableTargetInfo; typedef struct Opt_ScrollableTargetInfo Opt_ScrollableTargetInfo; typedef struct Ark_Literal_Number_distance_fingers_PanDirection_direction Ark_Literal_Number_distance_fingers_PanDirection_direction; typedef struct Opt_Literal_Number_distance_fingers_PanDirection_direction Opt_Literal_Number_distance_fingers_PanDirection_direction; -typedef struct PanGestureOptionsPeer PanGestureOptionsPeer; -typedef struct PanGestureOptionsPeer* Ark_PanGestureOptions; -typedef struct Opt_PanGestureOptions Opt_PanGestureOptions; typedef struct GestureEventPeer GestureEventPeer; typedef struct GestureEventPeer* Ark_GestureEvent; typedef struct Opt_GestureEvent Opt_GestureEvent; @@ -2256,8 +2342,6 @@ typedef struct ContextMenuPeer* Ark_ContextMenu; typedef struct Opt_ContextMenu Opt_ContextMenu; typedef struct Ark_SceneOptions Ark_SceneOptions; typedef struct Opt_SceneOptions Opt_SceneOptions; -typedef struct Array_CustomObject Array_CustomObject; -typedef struct Opt_Array_CustomObject Opt_Array_CustomObject; typedef struct GlobalScope_commonPeer GlobalScope_commonPeer; typedef struct GlobalScope_commonPeer* Ark_GlobalScope_common; typedef struct Opt_GlobalScope_common Opt_GlobalScope_common; @@ -2274,8 +2358,6 @@ typedef struct Ark_Union_ContentClipMode_RectShape Ark_Union_ContentClipMode_Rec typedef struct Opt_Union_ContentClipMode_RectShape Opt_Union_ContentClipMode_RectShape; typedef struct ScrollOnScrollCallback ScrollOnScrollCallback; typedef struct Opt_ScrollOnScrollCallback Opt_ScrollOnScrollCallback; -typedef struct Ark_OffsetResult Ark_OffsetResult; -typedef struct Opt_OffsetResult Opt_OffsetResult; typedef struct Callback_Number_Number_Void Callback_Number_Number_Void; typedef struct Opt_Callback_Number_Number_Void Opt_Callback_Number_Number_Void; typedef struct TextContentControllerBasePeer TextContentControllerBasePeer; @@ -2455,8 +2537,10 @@ typedef struct Opt_DragEvent Opt_DragEvent; typedef struct PixelMapMockPeer PixelMapMockPeer; typedef struct PixelMapMockPeer* Ark_PixelMapMock; typedef struct Opt_PixelMapMock Opt_PixelMapMock; -typedef struct Ark_TouchObject Ark_TouchObject; -typedef struct Opt_TouchObject Opt_TouchObject; +typedef struct Ark_HistoricalPoint Ark_HistoricalPoint; +typedef struct Opt_HistoricalPoint Opt_HistoricalPoint; +typedef struct Array_HistoricalPoint Array_HistoricalPoint; +typedef struct Opt_Array_HistoricalPoint Opt_Array_HistoricalPoint; typedef struct AccessibilityHoverEventPeer AccessibilityHoverEventPeer; typedef struct AccessibilityHoverEventPeer* Ark_AccessibilityHoverEvent; typedef struct Opt_AccessibilityHoverEvent Opt_AccessibilityHoverEvent; @@ -3171,6 +3255,16 @@ typedef struct Opt_BarStyle { Ark_Tag tag; Ark_BarStyle value; } Opt_BarStyle; +typedef enum Ark_ListItemGroupArea { + ARK_LIST_ITEM_GROUP_AREA_NONE = 0, + ARK_LIST_ITEM_GROUP_AREA_IN_LIST_ITEM_AREA = 1, + ARK_LIST_ITEM_GROUP_AREA_IN_HEADER_AREA = 2, + ARK_LIST_ITEM_GROUP_AREA_IN_FOOTER_AREA = 3, +} Ark_ListItemGroupArea; +typedef struct Opt_ListItemGroupArea { + Ark_Tag tag; + Ark_ListItemGroupArea value; +} Opt_ListItemGroupArea; typedef enum Ark_BreakpointsReference { ARK_BREAKPOINTS_REFERENCE_WINDOW_SIZE = 0, ARK_BREAKPOINTS_REFERENCE_COMPONENT_SIZE = 1, @@ -3443,6 +3537,70 @@ typedef struct Opt_RenderMode { Ark_Tag tag; Ark_RenderMode value; } Opt_RenderMode; +typedef enum Ark_HitTestType { + ARK_HIT_TEST_TYPE_EDIT_TEXT = 0, + ARK_HIT_TEST_TYPE_EMAIL = 1, + ARK_HIT_TEST_TYPE_HTTP_ANCHOR = 2, + ARK_HIT_TEST_TYPE_HTTP_ANCHOR_IMG = 3, + ARK_HIT_TEST_TYPE_IMG = 4, + ARK_HIT_TEST_TYPE_MAP = 5, + ARK_HIT_TEST_TYPE_PHONE = 6, + ARK_HIT_TEST_TYPE_UNKNOWN = 7, +} Ark_HitTestType; +typedef struct Opt_HitTestType { + Ark_Tag tag; + Ark_HitTestType value; +} Opt_HitTestType; +typedef enum Ark_MessageLevel { + ARK_MESSAGE_LEVEL_DEBUG = 0, + ARK_MESSAGE_LEVEL_ERROR = 1, + ARK_MESSAGE_LEVEL_INFO = 2, + ARK_MESSAGE_LEVEL_LOG = 3, + ARK_MESSAGE_LEVEL_WARN = 4, +} Ark_MessageLevel; +typedef struct Opt_MessageLevel { + Ark_Tag tag; + Ark_MessageLevel value; +} Opt_MessageLevel; +typedef enum Ark_ContextMenuInputFieldType { + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_NONE = 0, + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_PLAIN_TEXT = 1, + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_PASSWORD = 2, + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_NUMBER = 3, + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_TELEPHONE = 4, + ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_OTHER = 5, +} Ark_ContextMenuInputFieldType; +typedef struct Opt_ContextMenuInputFieldType { + Ark_Tag tag; + Ark_ContextMenuInputFieldType value; +} Opt_ContextMenuInputFieldType; +typedef enum Ark_ContextMenuSourceType { + ARK_CONTEXT_MENU_SOURCE_TYPE_NONE = 0, + ARK_CONTEXT_MENU_SOURCE_TYPE_MOUSE = 1, + ARK_CONTEXT_MENU_SOURCE_TYPE_LONG_PRESS = 2, +} Ark_ContextMenuSourceType; +typedef struct Opt_ContextMenuSourceType { + Ark_Tag tag; + Ark_ContextMenuSourceType value; +} Opt_ContextMenuSourceType; +typedef enum Ark_ContextMenuMediaType { + ARK_CONTEXT_MENU_MEDIA_TYPE_NONE = 0, + ARK_CONTEXT_MENU_MEDIA_TYPE_IMAGE = 1, +} Ark_ContextMenuMediaType; +typedef struct Opt_ContextMenuMediaType { + Ark_Tag tag; + Ark_ContextMenuMediaType value; +} Opt_ContextMenuMediaType; +typedef enum Ark_FileSelectorMode { + ARK_FILE_SELECTOR_MODE_FILE_OPEN_MODE = 0, + ARK_FILE_SELECTOR_MODE_FILE_OPEN_MULTIPLE_MODE = 1, + ARK_FILE_SELECTOR_MODE_FILE_OPEN_FOLDER_MODE = 2, + ARK_FILE_SELECTOR_MODE_FILE_SAVE_MODE = 3, +} Ark_FileSelectorMode; +typedef struct Opt_FileSelectorMode { + Ark_Tag tag; + Ark_FileSelectorMode value; +} Opt_FileSelectorMode; typedef enum Ark_SeekMode { ARK_SEEK_MODE_PREVIOUS_KEYFRAME = 0, ARK_SEEK_MODE_NEXT_KEYFRAME = 1, @@ -3885,16 +4043,6 @@ typedef struct Opt_ListItemStyle { Ark_Tag tag; Ark_ListItemStyle value; } Opt_ListItemStyle; -typedef enum Ark_ListItemGroupArea { - ARK_LIST_ITEM_GROUP_AREA_NONE = 0, - ARK_LIST_ITEM_GROUP_AREA_IN_LIST_ITEM_AREA = 1, - ARK_LIST_ITEM_GROUP_AREA_IN_HEADER_AREA = 2, - ARK_LIST_ITEM_GROUP_AREA_IN_FOOTER_AREA = 3, -} Ark_ListItemGroupArea; -typedef struct Opt_ListItemGroupArea { - Ark_Tag tag; - Ark_ListItemGroupArea value; -} Opt_ListItemGroupArea; typedef enum Ark_ChainEdgeEffect { ARK_CHAIN_EDGE_EFFECT_DEFAULT = 0, ARK_CHAIN_EDGE_EFFECT_STRETCH = 1, @@ -3945,6 +4093,32 @@ typedef struct Opt_GridItemAlignment { Ark_Tag tag; Ark_GridItemAlignment value; } Opt_GridItemAlignment; +typedef enum Ark_GestureRecognizerState { + ARK_GESTURE_RECOGNIZER_STATE_READY = 0, + ARK_GESTURE_RECOGNIZER_STATE_DETECTING = 1, + ARK_GESTURE_RECOGNIZER_STATE_PENDING = 2, + ARK_GESTURE_RECOGNIZER_STATE_BLOCKED = 3, + ARK_GESTURE_RECOGNIZER_STATE_SUCCESSFUL = 4, + ARK_GESTURE_RECOGNIZER_STATE_FAILED = 5, +} Ark_GestureRecognizerState; +typedef struct Opt_GestureRecognizerState { + Ark_Tag tag; + Ark_GestureRecognizerState value; +} Opt_GestureRecognizerState; +typedef enum Ark_GestureControl_GestureType { + ARK_GESTURE_CONTROL_GESTURE_TYPE_TAP_GESTURE = 0, + ARK_GESTURE_CONTROL_GESTURE_TYPE_LONG_PRESS_GESTURE = 1, + ARK_GESTURE_CONTROL_GESTURE_TYPE_PAN_GESTURE = 2, + ARK_GESTURE_CONTROL_GESTURE_TYPE_PINCH_GESTURE = 3, + ARK_GESTURE_CONTROL_GESTURE_TYPE_SWIPE_GESTURE = 4, + ARK_GESTURE_CONTROL_GESTURE_TYPE_ROTATION_GESTURE = 5, + ARK_GESTURE_CONTROL_GESTURE_TYPE_DRAG = 6, + ARK_GESTURE_CONTROL_GESTURE_TYPE_CLICK = 7, +} Ark_GestureControl_GestureType; +typedef struct Opt_GestureControl_GestureType { + Ark_Tag tag; + Ark_GestureControl_GestureType value; +} Opt_GestureControl_GestureType; typedef enum Ark_PanDirection { ARK_PAN_DIRECTION_NONE = 0, ARK_PAN_DIRECTION_HORIZONTAL = 1, @@ -4256,20 +4430,6 @@ typedef struct Opt_ImageRepeat { Ark_Tag tag; Ark_ImageRepeat value; } Opt_ImageRepeat; -typedef enum Ark_GestureControl_GestureType { - ARK_GESTURE_CONTROL_GESTURE_TYPE_TAP_GESTURE = 0, - ARK_GESTURE_CONTROL_GESTURE_TYPE_LONG_PRESS_GESTURE = 1, - ARK_GESTURE_CONTROL_GESTURE_TYPE_PAN_GESTURE = 2, - ARK_GESTURE_CONTROL_GESTURE_TYPE_PINCH_GESTURE = 3, - ARK_GESTURE_CONTROL_GESTURE_TYPE_SWIPE_GESTURE = 4, - ARK_GESTURE_CONTROL_GESTURE_TYPE_ROTATION_GESTURE = 5, - ARK_GESTURE_CONTROL_GESTURE_TYPE_DRAG = 6, - ARK_GESTURE_CONTROL_GESTURE_TYPE_CLICK = 7, -} Ark_GestureControl_GestureType; -typedef struct Opt_GestureControl_GestureType { - Ark_Tag tag; - Ark_GestureControl_GestureType value; -} Opt_GestureControl_GestureType; typedef enum Ark_RepeatMode { ARK_REPEAT_MODE_REPEAT = 0, ARK_REPEAT_MODE_STRETCH = 1, @@ -4499,35 +4659,6 @@ typedef struct Opt_ContextMenuEditStateFlags { Ark_Tag tag; Ark_ContextMenuEditStateFlags value; } Opt_ContextMenuEditStateFlags; -typedef enum Ark_ContextMenuInputFieldType { - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_NONE = 0, - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_PLAIN_TEXT = 1, - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_PASSWORD = 2, - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_NUMBER = 3, - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_TELEPHONE = 4, - ARK_CONTEXT_MENU_INPUT_FIELD_TYPE_OTHER = 5, -} Ark_ContextMenuInputFieldType; -typedef struct Opt_ContextMenuInputFieldType { - Ark_Tag tag; - Ark_ContextMenuInputFieldType value; -} Opt_ContextMenuInputFieldType; -typedef enum Ark_ContextMenuMediaType { - ARK_CONTEXT_MENU_MEDIA_TYPE_NONE = 0, - ARK_CONTEXT_MENU_MEDIA_TYPE_IMAGE = 1, -} Ark_ContextMenuMediaType; -typedef struct Opt_ContextMenuMediaType { - Ark_Tag tag; - Ark_ContextMenuMediaType value; -} Opt_ContextMenuMediaType; -typedef enum Ark_ContextMenuSourceType { - ARK_CONTEXT_MENU_SOURCE_TYPE_NONE = 0, - ARK_CONTEXT_MENU_SOURCE_TYPE_MOUSE = 1, - ARK_CONTEXT_MENU_SOURCE_TYPE_LONG_PRESS = 2, -} Ark_ContextMenuSourceType; -typedef struct Opt_ContextMenuSourceType { - Ark_Tag tag; - Ark_ContextMenuSourceType value; -} Opt_ContextMenuSourceType; typedef enum Ark_ProtectedResourceType { ARK_PROTECTED_RESOURCE_TYPE_MIDI_SYSEX, ARK_PROTECTED_RESOURCE_TYPE_VIDEO_CAPTURE, @@ -4546,16 +4677,6 @@ typedef struct Opt_WebLayoutMode { Ark_Tag tag; Ark_WebLayoutMode value; } Opt_WebLayoutMode; -typedef enum Ark_FileSelectorMode { - ARK_FILE_SELECTOR_MODE_FILE_OPEN_MODE = 0, - ARK_FILE_SELECTOR_MODE_FILE_OPEN_MULTIPLE_MODE = 1, - ARK_FILE_SELECTOR_MODE_FILE_OPEN_FOLDER_MODE = 2, - ARK_FILE_SELECTOR_MODE_FILE_SAVE_MODE = 3, -} Ark_FileSelectorMode; -typedef struct Opt_FileSelectorMode { - Ark_Tag tag; - Ark_FileSelectorMode value; -} Opt_FileSelectorMode; typedef enum Ark_ThreatType { ARK_THREAT_TYPE_THREAT_ILLEGAL = 0, ARK_THREAT_TYPE_THREAT_FRAUD = 1, @@ -4593,20 +4714,6 @@ typedef struct Opt_CacheMode { Ark_Tag tag; Ark_CacheMode value; } Opt_CacheMode; -typedef enum Ark_HitTestType { - ARK_HIT_TEST_TYPE_EDIT_TEXT = 0, - ARK_HIT_TEST_TYPE_EMAIL = 1, - ARK_HIT_TEST_TYPE_HTTP_ANCHOR = 2, - ARK_HIT_TEST_TYPE_HTTP_ANCHOR_IMG = 3, - ARK_HIT_TEST_TYPE_IMG = 4, - ARK_HIT_TEST_TYPE_MAP = 5, - ARK_HIT_TEST_TYPE_PHONE = 6, - ARK_HIT_TEST_TYPE_UNKNOWN = 7, -} Ark_HitTestType; -typedef struct Opt_HitTestType { - Ark_Tag tag; - Ark_HitTestType value; -} Opt_HitTestType; typedef enum Ark_MixedMode { ARK_MIXED_MODE_ALL = 0, ARK_MIXED_MODE_COMPATIBLE = 1, @@ -4616,17 +4723,6 @@ typedef struct Opt_MixedMode { Ark_Tag tag; Ark_MixedMode value; } Opt_MixedMode; -typedef enum Ark_MessageLevel { - ARK_MESSAGE_LEVEL_DEBUG = 0, - ARK_MESSAGE_LEVEL_ERROR = 1, - ARK_MESSAGE_LEVEL_INFO = 2, - ARK_MESSAGE_LEVEL_LOG = 3, - ARK_MESSAGE_LEVEL_WARN = 4, -} Ark_MessageLevel; -typedef struct Opt_MessageLevel { - Ark_Tag tag; - Ark_MessageLevel value; -} Opt_MessageLevel; typedef enum Ark_InputType { ARK_INPUT_TYPE_NORMAL = 0, ARK_INPUT_TYPE_NUMBER = 1, @@ -5084,18 +5180,6 @@ typedef struct Opt_GridDirection { Ark_Tag tag; Ark_GridDirection value; } Opt_GridDirection; -typedef enum Ark_GestureRecognizerState { - ARK_GESTURE_RECOGNIZER_STATE_READY = 0, - ARK_GESTURE_RECOGNIZER_STATE_DETECTING = 1, - ARK_GESTURE_RECOGNIZER_STATE_PENDING = 2, - ARK_GESTURE_RECOGNIZER_STATE_BLOCKED = 3, - ARK_GESTURE_RECOGNIZER_STATE_SUCCESSFUL = 4, - ARK_GESTURE_RECOGNIZER_STATE_FAILED = 5, -} Ark_GestureRecognizerState; -typedef struct Opt_GestureRecognizerState { - Ark_Tag tag; - Ark_GestureRecognizerState value; -} Opt_GestureRecognizerState; typedef enum Ark_GesturePriority { ARK_GESTURE_PRIORITY_NORMAL = 0, ARK_GESTURE_PRIORITY_PRIORITY = 1, @@ -6420,6 +6504,13 @@ typedef struct Opt_TextMenuItemId { Ark_Tag tag; Ark_TextMenuItemId value; } Opt_TextMenuItemId; +typedef struct Ark_Affinity { + Ark_String _AffinityStub; +} Ark_Affinity; +typedef struct Opt_Affinity { + Ark_Tag tag; + Ark_Affinity value; +} Opt_Affinity; typedef struct MenuOnAppearCallback { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_Number start, const Ark_Number end); @@ -6644,6 +6735,14 @@ typedef struct Opt_Callback_StyledStringChangeValue_Boolean { Ark_Tag tag; Callback_StyledStringChangeValue_Boolean value; } Opt_Callback_StyledStringChangeValue_Boolean; +typedef struct Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult { + Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* array; + Ark_Int32 length; +} Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; +typedef struct Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult { + Ark_Tag tag; + Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult value; +} Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; typedef struct Ark_RichEditorImageSpanStyle { Opt_Tuple_Dimension_Dimension size; Opt_ImageSpanAlignment verticalAlign; @@ -7482,6 +7581,14 @@ typedef struct Opt_DrawContext { Ark_Tag tag; Ark_DrawContext value; } Opt_DrawContext; +typedef struct Ark_CustomSpanMetrics { + Ark_Number width; + Opt_Number height; +} Ark_CustomSpanMetrics; +typedef struct Opt_CustomSpanMetrics { + Ark_Tag tag; + Ark_CustomSpanMetrics value; +} Opt_CustomSpanMetrics; typedef struct Ark_CustomSpanMeasureInfo { Ark_Number fontSize; } Ark_CustomSpanMeasureInfo; @@ -7555,6 +7662,13 @@ typedef struct Opt_Callback_UIExtensionProxy_Void { Ark_Tag tag; Callback_UIExtensionProxy_Void value; } Opt_Callback_UIExtensionProxy_Void; +typedef struct Ark_WaterFlowAttribute { + void *handle; +} Ark_WaterFlowAttribute; +typedef struct Opt_WaterFlowAttribute { + Ark_Tag tag; + Ark_WaterFlowAttribute value; +} Opt_WaterFlowAttribute; typedef struct Opt_WaterFlowSections { Ark_Tag tag; Ark_WaterFlowSections value; @@ -7649,6 +7763,20 @@ typedef struct Opt_Literal_Number_surfaceHeight_surfaceWidth { Ark_Tag tag; Ark_Literal_Number_surfaceHeight_surfaceWidth value; } Opt_Literal_Number_surfaceHeight_surfaceWidth; +typedef struct Ark_WindowSceneAttribute { + void *handle; +} Ark_WindowSceneAttribute; +typedef struct Opt_WindowSceneAttribute { + Ark_Tag tag; + Ark_WindowSceneAttribute value; +} Opt_WindowSceneAttribute; +typedef struct Ark_WebAttribute { + void *handle; +} Ark_WebAttribute; +typedef struct Opt_WebAttribute { + Ark_Tag tag; + Ark_WebAttribute value; +} Opt_WebAttribute; typedef struct Ark_SelectionMenuOptionsExt { Opt_Callback_Void onAppear; Opt_Callback_Void onDisappear; @@ -7815,6 +7943,10 @@ typedef struct Opt_Union_WebController_WebviewController { Ark_Tag tag; Ark_Union_WebController_WebviewController value; } Opt_Union_WebController_WebviewController; +typedef struct Opt_WebCookie { + Ark_Tag tag; + Ark_WebCookie value; +} Opt_WebCookie; typedef struct Ark_Literal_Object_object__String_name_Array_String_methodList { Ark_CustomObject object_; Ark_String name; @@ -7976,6 +8108,13 @@ typedef struct Opt_Callback_ResourceStr_Void { Ark_Tag tag; Callback_ResourceStr_Void value; } Opt_Callback_ResourceStr_Void; +typedef struct Ark_TextInputAttribute { + void *handle; +} Ark_TextInputAttribute; +typedef struct Opt_TextInputAttribute { + Ark_Tag tag; + Ark_TextInputAttribute value; +} Opt_TextInputAttribute; typedef struct Ark_InputCounterOptions { Opt_Number thresholdPercentage; Opt_Boolean highlightBorder; @@ -8029,14 +8168,59 @@ typedef struct Opt_TextMenuItem { Ark_Tag tag; Ark_TextMenuItem value; } Opt_TextMenuItem; +typedef struct Ark_LineMetrics { + Ark_String _LineMetricsStub; +} Ark_LineMetrics; +typedef struct Opt_LineMetrics { + Ark_Tag tag; + Ark_LineMetrics value; +} Opt_LineMetrics; +typedef struct Ark_PositionWithAffinity { + Ark_Number position; + Ark_Affinity affinity; +} Ark_PositionWithAffinity; +typedef struct Opt_PositionWithAffinity { + Ark_Tag tag; + Ark_PositionWithAffinity value; +} Opt_PositionWithAffinity; +typedef struct Opt_MutableStyledString { + Ark_Tag tag; + Ark_MutableStyledString value; +} Opt_MutableStyledString; +typedef struct Ark_PreviewText { + Ark_Number offset; + Ark_String value; +} Ark_PreviewText; +typedef struct Opt_PreviewText { + Ark_Tag tag; + Ark_PreviewText value; +} Opt_PreviewText; +typedef struct Opt_LayoutManager { + Ark_Tag tag; + Ark_LayoutManager value; +} Opt_LayoutManager; typedef struct Opt_TextClockController { Ark_Tag tag; Ark_TextClockController value; } Opt_TextClockController; +typedef struct Ark_TextAreaAttribute { + void *handle; +} Ark_TextAreaAttribute; +typedef struct Opt_TextAreaAttribute { + Ark_Tag tag; + Ark_TextAreaAttribute value; +} Opt_TextAreaAttribute; typedef struct Opt_TextAreaController { Ark_Tag tag; Ark_TextAreaController value; } Opt_TextAreaController; +typedef struct Ark_TextAttribute { + void *handle; +} Ark_TextAttribute; +typedef struct Opt_TextAttribute { + Ark_Tag tag; + Ark_TextAttribute value; +} Opt_TextAttribute; typedef struct Ark_SelectionMenuOptions { Opt_MenuOnAppearCallback onAppear; Opt_Callback_Void onDisappear; @@ -8093,6 +8277,13 @@ typedef struct Opt_TabBarOptions { Ark_Tag tag; Ark_TabBarOptions value; } Opt_TabBarOptions; +typedef struct Ark_TabsAttribute { + void *handle; +} Ark_TabsAttribute; +typedef struct Opt_TabsAttribute { + Ark_Tag tag; + Ark_TabsAttribute value; +} Opt_TabsAttribute; typedef struct Ark_BackgroundBlurStyleOptions { Opt_ThemeColorMode colorMode; Opt_AdaptiveColor adaptiveColor; @@ -8125,6 +8316,13 @@ typedef struct Opt_TabsController { Ark_Tag tag; Ark_TabsController value; } Opt_TabsController; +typedef struct Ark_SymbolGlyphAttribute { + void *handle; +} Ark_SymbolGlyphAttribute; +typedef struct Opt_SymbolGlyphAttribute { + Ark_Tag tag; + Ark_SymbolGlyphAttribute value; +} Opt_SymbolGlyphAttribute; typedef struct Ark_SymbolEffect { void *handle; } Ark_SymbolEffect; @@ -8168,6 +8366,13 @@ typedef struct Opt_DotIndicator { Ark_Tag tag; Ark_DotIndicator value; } Opt_DotIndicator; +typedef struct Ark_SwiperAttribute { + void *handle; +} Ark_SwiperAttribute; +typedef struct Opt_SwiperAttribute { + Ark_Tag tag; + Ark_SwiperAttribute value; +} Opt_SwiperAttribute; typedef struct Ark_SwiperAutoFill { Ark_VP minSize; } Ark_SwiperAutoFill; @@ -8196,6 +8401,20 @@ typedef struct Opt_Callback_SwiperContentTransitionProxy_Void { Ark_Tag tag; Callback_SwiperContentTransitionProxy_Void value; } Opt_Callback_SwiperContentTransitionProxy_Void; +typedef struct Ark_SliderAttribute { + void *handle; +} Ark_SliderAttribute; +typedef struct Opt_SliderAttribute { + Ark_Tag tag; + Ark_SliderAttribute value; +} Opt_SliderAttribute; +typedef struct Ark_ShapeAttribute { + void *handle; +} Ark_ShapeAttribute; +typedef struct Opt_ShapeAttribute { + Ark_Tag tag; + Ark_ShapeAttribute value; +} Opt_ShapeAttribute; typedef struct Callback_Union_Number_Resource_Void { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_Union_Number_Resource selected); @@ -8205,6 +8424,13 @@ typedef struct Opt_Callback_Union_Number_Resource_Void { Ark_Tag tag; Callback_Union_Number_Resource_Void value; } Opt_Callback_Union_Number_Resource_Void; +typedef struct Ark_SelectAttribute { + void *handle; +} Ark_SelectAttribute; +typedef struct Opt_SelectAttribute { + Ark_Tag tag; + Ark_SelectAttribute value; +} Opt_SelectAttribute; typedef struct Ark_LocalizedEdges { Opt_LengthMetrics top; Opt_LengthMetrics start; @@ -8225,6 +8451,13 @@ typedef struct Opt_Edges { Ark_Tag tag; Ark_Edges value; } Opt_Edges; +typedef struct Ark_SearchAttribute { + void *handle; +} Ark_SearchAttribute; +typedef struct Opt_SearchAttribute { + Ark_Tag tag; + Ark_SearchAttribute value; +} Opt_SearchAttribute; typedef struct Ark_SearchButtonOptions { Opt_Length fontSize; Opt_ResourceColor fontColor; @@ -8254,6 +8487,13 @@ typedef struct Opt_SearchController { Ark_Tag tag; Ark_SearchController value; } Opt_SearchController; +typedef struct Ark_ScrollAttribute { + void *handle; +} Ark_ScrollAttribute; +typedef struct Opt_ScrollAttribute { + Ark_Tag tag; + Ark_ScrollAttribute value; +} Opt_ScrollAttribute; typedef struct Ark_EdgeEffectOptions { Ark_Boolean alwaysEnabled; } Ark_EdgeEffectOptions; @@ -8281,6 +8521,16 @@ typedef struct Opt_ScrollOnWillScrollCallback { Ark_Tag tag; ScrollOnWillScrollCallback value; } Opt_ScrollOnWillScrollCallback; +typedef struct Ark_RectResult { + Ark_Number x; + Ark_Number y; + Ark_Number width; + Ark_Number height; +} Ark_RectResult; +typedef struct Opt_RectResult { + Ark_Tag tag; + Ark_RectResult value; +} Opt_RectResult; typedef struct Ark_ScrollToIndexOptions { Opt_LengthMetrics extraOffset; } Ark_ScrollToIndexOptions; @@ -8288,6 +8538,14 @@ typedef struct Opt_ScrollToIndexOptions { Ark_Tag tag; Ark_ScrollToIndexOptions value; } Opt_ScrollToIndexOptions; +typedef struct Ark_OffsetResult { + Ark_Number xOffset; + Ark_Number yOffset; +} Ark_OffsetResult; +typedef struct Opt_OffsetResult { + Ark_Tag tag; + Ark_OffsetResult value; +} Opt_OffsetResult; typedef struct Ark_Literal_Boolean_next_Axis_direction { Ark_Boolean next; Opt_Axis direction; @@ -8339,6 +8597,13 @@ typedef struct Opt_RichEditorController { Ark_Tag tag; Ark_RichEditorController value; } Opt_RichEditorController; +typedef struct Ark_RichEditorAttribute { + void *handle; +} Ark_RichEditorAttribute; +typedef struct Opt_RichEditorAttribute { + Ark_Tag tag; + Ark_RichEditorAttribute value; +} Opt_RichEditorAttribute; typedef struct Ark_PlaceholderStyle { Opt_Font font; Opt_ResourceColor fontColor; @@ -8396,14 +8661,6 @@ typedef struct Opt_RichEditorTextSpanResult { Ark_Tag tag; Ark_RichEditorTextSpanResult value; } Opt_RichEditorTextSpanResult; -typedef struct Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult { - Ark_Union_RichEditorTextSpanResult_RichEditorImageSpanResult* array; - Ark_Int32 length; -} Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; -typedef struct Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult { - Ark_Tag tag; - Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult value; -} Opt_Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult; typedef struct Ark_StyledStringChangedListener { Opt_Callback_StyledStringChangeValue_Boolean onWillChange; Opt_OnDidChangeCallback onDidChange; @@ -8420,6 +8677,14 @@ typedef struct Opt_RichEditorRange { Ark_Tag tag; Ark_RichEditorRange value; } Opt_RichEditorRange; +typedef struct Ark_RichEditorSelection { + Ark_Tuple_Number_Number selection; + Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans; +} Ark_RichEditorSelection; +typedef struct Opt_RichEditorSelection { + Ark_Tag tag; + Ark_RichEditorSelection value; +} Opt_RichEditorSelection; typedef struct Ark_RichEditorParagraphStyleOptions { Opt_Number start; Opt_Number end; @@ -8617,6 +8882,13 @@ typedef struct Opt_NavigationOptions { Ark_Tag tag; Ark_NavigationOptions value; } Opt_NavigationOptions; +typedef struct Ark_NavDestinationAttribute { + void *handle; +} Ark_NavDestinationAttribute; +typedef struct Opt_NavDestinationAttribute { + Ark_Tag tag; + Ark_NavDestinationAttribute value; +} Opt_NavDestinationAttribute; typedef struct Ark_NavigationToolbarOptions { Opt_ResourceColor backgroundColor; Opt_BlurStyle backgroundBlurStyle; @@ -8679,6 +8951,15 @@ typedef struct Opt_Array_NavigationMenuItem { Ark_Tag tag; Array_NavigationMenuItem value; } Opt_Array_NavigationMenuItem; +typedef struct Ark_RouteMapConfig { + Ark_String name; + Ark_String pageSourceFile; + Ark_CustomObject data; +} Ark_RouteMapConfig; +typedef struct Opt_RouteMapConfig { + Ark_Tag tag; + Ark_RouteMapConfig value; +} Opt_RouteMapConfig; typedef struct Ark_Union_ResourceStr_CustomBuilder { Ark_Int32 selector; union { @@ -8753,6 +9034,13 @@ typedef struct Opt_Union_CustomBuilder_SwipeActionItem { Ark_Tag tag; Ark_Union_CustomBuilder_SwipeActionItem value; } Opt_Union_CustomBuilder_SwipeActionItem; +typedef struct Ark_ListAttribute { + void *handle; +} Ark_ListAttribute; +typedef struct Opt_ListAttribute { + Ark_Tag tag; + Ark_ListAttribute value; +} Opt_ListAttribute; typedef struct Ark_LengthConstrain { Ark_Length minLength; Ark_Length maxLength; @@ -8761,6 +9049,15 @@ typedef struct Opt_LengthConstrain { Ark_Tag tag; Ark_LengthConstrain value; } Opt_LengthConstrain; +typedef struct Ark_VisibleListContentInfo { + Ark_Number index; + Opt_ListItemGroupArea itemGroupArea; + Opt_Number itemIndexInGroup; +} Ark_VisibleListContentInfo; +typedef struct Opt_VisibleListContentInfo { + Ark_Tag tag; + Ark_VisibleListContentInfo value; +} Opt_VisibleListContentInfo; typedef struct Ark_CloseSwipeActionOptions { Opt_Callback_Void onFinish; } Ark_CloseSwipeActionOptions; @@ -8832,6 +9129,13 @@ typedef struct Opt_Union_Number_GridColColumnOption { Ark_Tag tag; Ark_Union_Number_GridColColumnOption value; } Opt_Union_Number_GridColColumnOption; +typedef struct Ark_GridAttribute { + void *handle; +} Ark_GridAttribute; +typedef struct Opt_GridAttribute { + Ark_Tag tag; + Ark_GridAttribute value; +} Opt_GridAttribute; typedef struct Callback_Number_Tuple_Number_Number_Number_Number { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_Number index, const Callback_Tuple_Number_Number_Number_Number_Void continuation); @@ -8850,6 +9154,14 @@ typedef struct Opt_Callback_Number_Tuple_Number_Number { Ark_Tag tag; Callback_Number_Tuple_Number_Number value; } Opt_Callback_Number_Tuple_Number_Number; +typedef struct Opt_PanGestureOptions { + Ark_Tag tag; + Ark_PanGestureOptions value; +} Opt_PanGestureOptions; +typedef struct Opt_EventTargetInfo { + Ark_Tag tag; + Ark_EventTargetInfo value; +} Opt_EventTargetInfo; typedef struct Array_FingerInfo { Ark_FingerInfo* array; Ark_Int32 length; @@ -8974,6 +9286,13 @@ typedef struct Opt_AnimateParam { Ark_Tag tag; Ark_AnimateParam value; } Opt_AnimateParam; +typedef struct Ark_Component3DAttribute { + void *handle; +} Ark_Component3DAttribute; +typedef struct Opt_Component3DAttribute { + Ark_Tag tag; + Ark_Component3DAttribute value; +} Opt_Component3DAttribute; typedef struct Ark_Union_ResourceStr_Scene { Ark_Int32 selector; union { @@ -8985,6 +9304,13 @@ typedef struct Opt_Union_ResourceStr_Scene { Ark_Tag tag; Ark_Union_ResourceStr_Scene value; } Opt_Union_ResourceStr_Scene; +typedef struct Ark_Context { + Ark_String _ContextStub; +} Ark_Context; +typedef struct Opt_Context { + Ark_Tag tag; + Ark_Context value; +} Opt_Context; typedef struct Ark_UIGestureEvent { void *handle; } Ark_UIGestureEvent; @@ -9077,6 +9403,33 @@ typedef struct Opt_RectShape { Ark_Tag tag; Ark_RectShape value; } Opt_RectShape; +typedef struct Ark_CaretOffset { + Ark_Number index; + Ark_Number x; + Ark_Number y; +} Ark_CaretOffset; +typedef struct Opt_CaretOffset { + Ark_Tag tag; + Ark_CaretOffset value; +} Opt_CaretOffset; +typedef struct Ark_DirectionalEdgesT { + Ark_Number start; + Ark_Number end; + Ark_Number top; + Ark_Number bottom; +} Ark_DirectionalEdgesT; +typedef struct Opt_DirectionalEdgesT { + Ark_Tag tag; + Ark_DirectionalEdgesT value; +} Opt_DirectionalEdgesT; +typedef struct Ark_MeasureResult { + Ark_Number width; + Ark_Number height; +} Ark_MeasureResult; +typedef struct Opt_MeasureResult { + Ark_Tag tag; + Ark_MeasureResult value; +} Opt_MeasureResult; typedef struct Ark_ConstraintSizeOptions { Opt_Length minWidth; Opt_Length maxWidth; @@ -9632,16 +9985,6 @@ typedef struct Opt_DrawingLattice { Ark_Tag tag; Ark_DrawingLattice value; } Opt_DrawingLattice; -typedef struct Ark_RectResult { - Ark_Number x; - Ark_Number y; - Ark_Number width; - Ark_Number height; -} Ark_RectResult; -typedef struct Opt_RectResult { - Ark_Tag tag; - Ark_RectResult value; -} Opt_RectResult; typedef struct Array_Rectangle { Ark_Rectangle* array; Ark_Int32 length; @@ -9661,10 +10004,33 @@ typedef struct Opt_IntentionCode { Ark_Tag tag; Ark_IntentionCode value; } Opt_IntentionCode; +typedef struct Ark_Summary { + Ark_String _SummaryStub; +} Ark_Summary; +typedef struct Opt_Summary { + Ark_Tag tag; + Ark_Summary value; +} Opt_Summary; typedef struct Opt_UnifiedData { Ark_Tag tag; Ark_UnifiedData value; } Opt_UnifiedData; +typedef struct Ark_TouchObject { + Ark_TouchType type; + Ark_Number id; + Ark_Number displayX; + Ark_Number displayY; + Ark_Number windowX; + Ark_Number windowY; + Ark_Number screenX; + Ark_Number screenY; + Ark_Number x; + Ark_Number y; +} Ark_TouchObject; +typedef struct Opt_TouchObject { + Ark_Tag tag; + Ark_TouchObject value; +} Opt_TouchObject; typedef struct Ark_Literal_TransitionEffect_appear_disappear { Ark_TransitionEffect appear; Ark_TransitionEffect disappear; @@ -9708,6 +10074,25 @@ typedef struct Opt_ImageBitmap { Ark_Tag tag; Ark_ImageBitmap value; } Opt_ImageBitmap; +typedef struct Ark_TextMetrics { + Ark_Number actualBoundingBoxAscent; + Ark_Number actualBoundingBoxDescent; + Ark_Number actualBoundingBoxLeft; + Ark_Number actualBoundingBoxRight; + Ark_Number alphabeticBaseline; + Ark_Number emHeightAscent; + Ark_Number emHeightDescent; + Ark_Number fontBoundingBoxAscent; + Ark_Number fontBoundingBoxDescent; + Ark_Number hangingBaseline; + Ark_Number ideographicBaseline; + Ark_Number width; + Ark_Number height; +} Ark_TextMetrics; +typedef struct Opt_TextMetrics { + Ark_Tag tag; + Ark_TextMetrics value; +} Opt_TextMetrics; typedef struct Opt_ImageData { Ark_Tag tag; Ark_ImageData value; @@ -9738,6 +10123,13 @@ typedef struct Opt_CalendarDialogOptions { Ark_Tag tag; Ark_CalendarDialogOptions value; } Opt_CalendarDialogOptions; +typedef struct Ark_CalendarPickerAttribute { + void *handle; +} Ark_CalendarPickerAttribute; +typedef struct Opt_CalendarPickerAttribute { + Ark_Tag tag; + Ark_CalendarPickerAttribute value; +} Opt_CalendarPickerAttribute; typedef struct Opt_CalendarController { Ark_Tag tag; Ark_CalendarController value; @@ -9784,6 +10176,13 @@ typedef struct Opt_Union_BadgePosition_Position { Ark_Tag tag; Ark_Union_BadgePosition_Position value; } Opt_Union_BadgePosition_Position; +typedef struct Ark_AlphabetIndexerAttribute { + void *handle; +} Ark_AlphabetIndexerAttribute; +typedef struct Opt_AlphabetIndexerAttribute { + Ark_Tag tag; + Ark_AlphabetIndexerAttribute value; +} Opt_AlphabetIndexerAttribute; typedef struct Ark_AlertDialogParamWithOptions { Opt_ResourceStr title; Opt_ResourceStr subtitle; @@ -10303,10 +10702,6 @@ typedef struct Opt_ImageAttachmentInterface { Ark_Tag tag; Ark_ImageAttachmentInterface value; } Opt_ImageAttachmentInterface; -typedef struct Opt_MutableStyledString { - Ark_Tag tag; - Ark_MutableStyledString value; -} Opt_MutableStyledString; typedef struct Opt_UrlStyle { Ark_Tag tag; Ark_UrlStyle value; @@ -10408,6 +10803,14 @@ typedef struct Opt_Union_String_ImageAttachment_CustomSpan { Ark_Tag tag; Ark_Union_String_ImageAttachment_CustomSpan value; } Opt_Union_String_ImageAttachment_CustomSpan; +typedef struct Array_SpanStyle { + Ark_SpanStyle* array; + Ark_Int32 length; +} Array_SpanStyle; +typedef struct Opt_Array_SpanStyle { + Ark_Tag tag; + Array_SpanStyle value; +} Opt_Array_SpanStyle; typedef struct Ark_Literal_Number_code_Want_want { Ark_Number code; Opt_Want want; @@ -11557,18 +11960,6 @@ typedef struct Opt_WebOptions { Ark_Tag tag; Ark_WebOptions value; } Opt_WebOptions; -typedef struct Opt_WebCookie { - Ark_Tag tag; - Ark_WebCookie value; -} Opt_WebCookie; -typedef struct Ark_Header { - Ark_String headerKey; - Ark_String headerValue; -} Ark_Header; -typedef struct Opt_Header { - Ark_Tag tag; - Ark_Header value; -} Opt_Header; typedef struct Ark_Union_String_Number_Resource_Buffer { Ark_Int32 selector; union { @@ -11582,6 +11973,27 @@ typedef struct Opt_Union_String_Number_Resource_Buffer { Ark_Tag tag; Ark_Union_String_Number_Resource_Buffer value; } Opt_Union_String_Number_Resource_Buffer; +typedef struct Ark_Union_String_Number_Buffer_Resource { + Ark_Int32 selector; + union { + Ark_String value0; + Ark_Number value1; + Ark_Buffer value2; + Ark_Resource value3; + }; +} Ark_Union_String_Number_Buffer_Resource; +typedef struct Opt_Union_String_Number_Buffer_Resource { + Ark_Tag tag; + Ark_Union_String_Number_Buffer_Resource value; +} Opt_Union_String_Number_Buffer_Resource; +typedef struct Ark_Header { + Ark_String headerKey; + Ark_String headerValue; +} Ark_Header; +typedef struct Opt_Header { + Ark_Tag tag; + Ark_Header value; +} Opt_Header; typedef struct Ark_PlaybackInfo { Ark_Number time; } Ark_PlaybackInfo; @@ -11800,10 +12212,21 @@ typedef struct Opt_Array_TextMenuItem { Ark_Tag tag; Array_TextMenuItem value; } Opt_Array_TextMenuItem; -typedef struct Opt_LayoutManager { +typedef struct Ark_TextBox { + Ark_String _TextBoxStub; +} Ark_TextBox; +typedef struct Opt_TextBox { + Ark_Tag tag; + Ark_TextBox value; +} Opt_TextBox; +typedef struct Array_TextBox { + Ark_TextBox* array; + Ark_Int32 length; +} Array_TextBox; +typedef struct Opt_Array_TextBox { Ark_Tag tag; - Ark_LayoutManager value; -} Opt_LayoutManager; + Array_TextBox value; +} Opt_Array_TextBox; typedef struct Opt_StyledStringController { Ark_Tag tag; Ark_StyledStringController value; @@ -12312,14 +12735,6 @@ typedef struct Opt_OnTextSelectionChangeCallback { Ark_Tag tag; OnTextSelectionChangeCallback value; } Opt_OnTextSelectionChangeCallback; -typedef struct Ark_PreviewText { - Ark_Number offset; - Ark_String value; -} Ark_PreviewText; -typedef struct Opt_PreviewText { - Ark_Tag tag; - Ark_PreviewText value; -} Opt_PreviewText; typedef struct EditableTextOnChangeCallback { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_String value, const Opt_PreviewText previewText); @@ -12668,14 +13083,6 @@ typedef struct Opt_Callback_RichEditorRange_Void { Ark_Tag tag; Callback_RichEditorRange_Void value; } Opt_Callback_RichEditorRange_Void; -typedef struct Ark_RichEditorSelection { - Ark_Tuple_Number_Number selection; - Array_Union_RichEditorTextSpanResult_RichEditorImageSpanResult spans; -} Ark_RichEditorSelection; -typedef struct Opt_RichEditorSelection { - Ark_Tag tag; - Ark_RichEditorSelection value; -} Opt_RichEditorSelection; typedef struct Callback_RichEditorSelection_Void { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_RichEditorSelection parameter); @@ -12694,6 +13101,60 @@ typedef struct Opt_StyledStringChangeValue { Ark_Tag tag; Ark_StyledStringChangeValue value; } Opt_StyledStringChangeValue; +typedef struct Ark_RichEditorSpan { + Ark_Int32 selector; + union { + Ark_RichEditorImageSpanResult value0; + Ark_RichEditorTextSpanResult value1; + }; +} Ark_RichEditorSpan; +typedef struct Opt_RichEditorSpan { + Ark_Tag tag; + Ark_RichEditorSpan value; +} Opt_RichEditorSpan; +typedef struct Array_RichEditorSpan { + Ark_RichEditorSpan* array; + Ark_Int32 length; +} Array_RichEditorSpan; +typedef struct Opt_Array_RichEditorSpan { + Ark_Tag tag; + Array_RichEditorSpan value; +} Opt_Array_RichEditorSpan; +typedef struct Ark_RichEditorParagraphResult { + Ark_RichEditorParagraphStyle style; + Ark_Tuple_Number_Number range; +} Ark_RichEditorParagraphResult; +typedef struct Opt_RichEditorParagraphResult { + Ark_Tag tag; + Ark_RichEditorParagraphResult value; +} Opt_RichEditorParagraphResult; +typedef struct Array_RichEditorParagraphResult { + Ark_RichEditorParagraphResult* array; + Ark_Int32 length; +} Array_RichEditorParagraphResult; +typedef struct Opt_Array_RichEditorParagraphResult { + Ark_Tag tag; + Array_RichEditorParagraphResult value; +} Opt_Array_RichEditorParagraphResult; +typedef struct Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult { + Ark_Int32 selector; + union { + Ark_RichEditorImageSpanResult value0; + Ark_RichEditorTextSpanResult value1; + }; +} Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult { + Ark_Tag tag; + Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult value; +} Opt_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult { + Ark_Union_RichEditorImageSpanResult_RichEditorTextSpanResult* array; + Ark_Int32 length; +} Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; +typedef struct Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult { + Ark_Tag tag; + Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult value; +} Opt_Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult; typedef struct Ark_Type_RichEditorController_updateSpanStyle_value { Ark_Int32 selector; union { @@ -13010,6 +13471,14 @@ typedef struct Opt_Union_NavDestinationContext_NavBar { Ark_Tag tag; Ark_Union_NavDestinationContext_NavBar value; } Opt_Union_NavDestinationContext_NavBar; +typedef struct Array_CustomObject { + Ark_CustomObject* array; + Ark_Int32 length; +} Array_CustomObject; +typedef struct Opt_Array_CustomObject { + Ark_Tag tag; + Array_CustomObject value; +} Opt_Array_CustomObject; typedef struct Ark_RouteInfo { Ark_String name; Opt_CustomObject param; @@ -13274,15 +13743,6 @@ typedef struct Opt_Callback_Number_Boolean { Ark_Tag tag; Callback_Number_Boolean value; } Opt_Callback_Number_Boolean; -typedef struct Ark_VisibleListContentInfo { - Ark_Number index; - Opt_ListItemGroupArea itemGroupArea; - Opt_Number itemIndexInGroup; -} Ark_VisibleListContentInfo; -typedef struct Opt_VisibleListContentInfo { - Ark_Tag tag; - Ark_VisibleListContentInfo value; -} Opt_VisibleListContentInfo; typedef struct OnScrollVisibleContentChangeCallback { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_VisibleListContentInfo start, const Ark_VisibleListContentInfo end); @@ -13642,10 +14102,6 @@ typedef struct Opt_PanRecognizer { Ark_Tag tag; Ark_PanRecognizer value; } Opt_PanRecognizer; -typedef struct Opt_EventTargetInfo { - Ark_Tag tag; - Ark_EventTargetInfo value; -} Opt_EventTargetInfo; typedef struct Opt_ScrollableTargetInfo { Ark_Tag tag; Ark_ScrollableTargetInfo value; @@ -13659,10 +14115,6 @@ typedef struct Opt_Literal_Number_distance_fingers_PanDirection_direction { Ark_Tag tag; Ark_Literal_Number_distance_fingers_PanDirection_direction value; } Opt_Literal_Number_distance_fingers_PanDirection_direction; -typedef struct Opt_PanGestureOptions { - Ark_Tag tag; - Ark_PanGestureOptions value; -} Opt_PanGestureOptions; typedef struct Opt_GestureEvent { Ark_Tag tag; Ark_GestureEvent value; @@ -13992,14 +14444,6 @@ typedef struct Opt_SceneOptions { Ark_Tag tag; Ark_SceneOptions value; } Opt_SceneOptions; -typedef struct Array_CustomObject { - Ark_CustomObject* array; - Ark_Int32 length; -} Array_CustomObject; -typedef struct Opt_Array_CustomObject { - Ark_Tag tag; - Array_CustomObject value; -} Opt_Array_CustomObject; typedef struct Opt_GlobalScope_common { Ark_Tag tag; Ark_GlobalScope_common value; @@ -14036,14 +14480,6 @@ typedef struct Opt_ScrollOnScrollCallback { Ark_Tag tag; ScrollOnScrollCallback value; } Opt_ScrollOnScrollCallback; -typedef struct Ark_OffsetResult { - Ark_Number xOffset; - Ark_Number yOffset; -} Ark_OffsetResult; -typedef struct Opt_OffsetResult { - Ark_Tag tag; - Ark_OffsetResult value; -} Opt_OffsetResult; typedef struct Callback_Number_Number_Void { Ark_CallbackResource resource; void (*call)(const Ark_Int32 resourceId, const Ark_Number first, const Ark_Number last); @@ -14827,22 +15263,24 @@ typedef struct Opt_PixelMapMock { Ark_Tag tag; Ark_PixelMapMock value; } Opt_PixelMapMock; -typedef struct Ark_TouchObject { - Ark_TouchType type; - Ark_Number id; - Ark_Number displayX; - Ark_Number displayY; - Ark_Number windowX; - Ark_Number windowY; - Ark_Number screenX; - Ark_Number screenY; - Ark_Number x; - Ark_Number y; -} Ark_TouchObject; -typedef struct Opt_TouchObject { +typedef struct Ark_HistoricalPoint { + Ark_TouchObject touchObject; + Ark_Number size; + Ark_Number force; + Ark_Number timestamp; +} Ark_HistoricalPoint; +typedef struct Opt_HistoricalPoint { + Ark_Tag tag; + Ark_HistoricalPoint value; +} Opt_HistoricalPoint; +typedef struct Array_HistoricalPoint { + Ark_HistoricalPoint* array; + Ark_Int32 length; +} Array_HistoricalPoint; +typedef struct Opt_Array_HistoricalPoint { Ark_Tag tag; - Ark_TouchObject value; -} Opt_TouchObject; + Array_HistoricalPoint value; +} Opt_Array_HistoricalPoint; typedef struct Opt_AccessibilityHoverEvent { Ark_Tag tag; Ark_AccessibilityHoverEvent value; @@ -18859,7 +19297,7 @@ typedef struct GENERATED_ArkUIUnifiedDataAccessor { Ark_NativePointer (*getFinalizer)(); Ark_Boolean (*hasType)(UnifiedDataPeer* peer, const Ark_String* UnifiedData_type); - void (*getTypes)(UnifiedDataPeer* peer); + Array_String (*getTypes)(UnifiedDataPeer* peer); } GENERATED_ArkUIUnifiedDataAccessor; typedef struct GENERATED_ArkUILazyForEachOpsAccessor { @@ -18894,7 +19332,7 @@ typedef struct GENERATED_ArkUILengthMetricsAccessor { Ark_NativePointer (*getFinalizer)(); Ark_LengthMetrics (*px)(const Ark_Number* value); Ark_LengthMetrics (*resource)(const Ark_Resource* value); - Ark_NativePointer (*getUnit)(LengthMetricsPeer* peer); + Ark_LengthUnit (*getUnit)(LengthMetricsPeer* peer); void (*setUnit)(LengthMetricsPeer* peer, Ark_LengthUnit unit); Ark_Int32 (*getValue)(LengthMetricsPeer* peer); @@ -18956,7 +19394,7 @@ typedef struct GENERATED_ArkUIFrameNodeAccessor { Ark_Int32 (*getChildrenCount)(FrameNodePeer* peer); void (*dispose)(FrameNodePeer* peer); Ark_Int32 (*getOpacity)(FrameNodePeer* peer); - Ark_NativePointer (*getPositionToWindowWithTransform)(FrameNodePeer* peer); + Ark_Position (*getPositionToWindowWithTransform)(FrameNodePeer* peer); } GENERATED_ArkUIFrameNodeAccessor; typedef struct GENERATED_ArkUIPixelMapAccessor { @@ -19207,7 +19645,7 @@ typedef struct GENERATED_ArkUICanvasRendererAccessor { const Ark_Number* y0, const Ark_Number* x1, const Ark_Number* y1); - Ark_CanvasPattern (*createPattern)(CanvasRendererPeer* peer, + Opt_CanvasPattern (*createPattern)(CanvasRendererPeer* peer, Ark_ImageBitmap image, const Opt_String* repetition); Ark_CanvasGradient (*createRadialGradient)(CanvasRendererPeer* peer, @@ -19248,7 +19686,7 @@ typedef struct GENERATED_ArkUICanvasRendererAccessor { const Ark_Union_Number_String* dirtyY, const Ark_Union_Number_String* dirtyWidth, const Ark_Union_Number_String* dirtyHeight); - void (*getLineDash)(CanvasRendererPeer* peer); + Array_Number (*getLineDash)(CanvasRendererPeer* peer); void (*setLineDash)(CanvasRendererPeer* peer, const Array_Number* segments); void (*clearRect)(CanvasRendererPeer* peer, @@ -19273,8 +19711,8 @@ typedef struct GENERATED_ArkUICanvasRendererAccessor { const Ark_Number* x, const Ark_Number* y, const Opt_Number* maxWidth); - Ark_NativePointer (*measureText)(CanvasRendererPeer* peer, - const Ark_String* text); + Ark_TextMetrics (*measureText)(CanvasRendererPeer* peer, + const Ark_String* text); void (*strokeText)(CanvasRendererPeer* peer, const Ark_String* text, const Ark_Number* x, @@ -19329,16 +19767,16 @@ typedef struct GENERATED_ArkUICanvasRendererAccessor { Ark_Boolean (*getImageSmoothingEnabled)(CanvasRendererPeer* peer); void (*setImageSmoothingEnabled)(CanvasRendererPeer* peer, Ark_Boolean imageSmoothingEnabled); - Ark_NativePointer (*getImageSmoothingQuality)(CanvasRendererPeer* peer); + Ark_String (*getImageSmoothingQuality)(CanvasRendererPeer* peer); void (*setImageSmoothingQuality)(CanvasRendererPeer* peer, const Ark_String* imageSmoothingQuality); - Ark_NativePointer (*getLineCap)(CanvasRendererPeer* peer); + Ark_String (*getLineCap)(CanvasRendererPeer* peer); void (*setLineCap)(CanvasRendererPeer* peer, const Ark_String* lineCap); Ark_Int32 (*getLineDashOffset)(CanvasRendererPeer* peer); void (*setLineDashOffset)(CanvasRendererPeer* peer, const Ark_Number* lineDashOffset); - Ark_NativePointer (*getLineJoin)(CanvasRendererPeer* peer); + Ark_String (*getLineJoin)(CanvasRendererPeer* peer); void (*setLineJoin)(CanvasRendererPeer* peer, const Ark_String* lineJoin); Ark_Int32 (*getLineWidth)(CanvasRendererPeer* peer); @@ -19359,16 +19797,16 @@ typedef struct GENERATED_ArkUICanvasRendererAccessor { Ark_Int32 (*getShadowOffsetY)(CanvasRendererPeer* peer); void (*setShadowOffsetY)(CanvasRendererPeer* peer, const Ark_Number* shadowOffsetY); - Ark_NativePointer (*getDirection)(CanvasRendererPeer* peer); + Ark_String (*getDirection)(CanvasRendererPeer* peer); void (*setDirection)(CanvasRendererPeer* peer, const Ark_String* direction); void (*getFont)(CanvasRendererPeer* peer); void (*setFont)(CanvasRendererPeer* peer, const Ark_String* font); - Ark_NativePointer (*getTextAlign)(CanvasRendererPeer* peer); + Ark_String (*getTextAlign)(CanvasRendererPeer* peer); void (*setTextAlign)(CanvasRendererPeer* peer, const Ark_String* textAlign); - Ark_NativePointer (*getTextBaseline)(CanvasRendererPeer* peer); + Ark_String (*getTextBaseline)(CanvasRendererPeer* peer); void (*setTextBaseline)(CanvasRendererPeer* peer, const Ark_String* textBaseline); } GENERATED_ArkUICanvasRendererAccessor; @@ -19453,7 +19891,7 @@ typedef struct GENERATED_ArkUIBaseEventAccessor { Ark_Int32 (*getTimestamp)(BaseEventPeer* peer); void (*setTimestamp)(BaseEventPeer* peer, const Ark_Number* timestamp); - Ark_NativePointer (*getSource)(BaseEventPeer* peer); + Ark_SourceType (*getSource)(BaseEventPeer* peer); void (*setSource)(BaseEventPeer* peer, Ark_SourceType source); Ark_Int32 (*getAxisHorizontal)(BaseEventPeer* peer); @@ -19471,7 +19909,7 @@ typedef struct GENERATED_ArkUIBaseEventAccessor { Ark_Int32 (*getTiltY)(BaseEventPeer* peer); void (*setTiltY)(BaseEventPeer* peer, const Ark_Number* tiltY); - Ark_NativePointer (*getSourceTool)(BaseEventPeer* peer); + Ark_SourceTool (*getSourceTool)(BaseEventPeer* peer); void (*setSourceTool)(BaseEventPeer* peer, Ark_SourceTool sourceTool); Ark_Int32 (*getDeviceId)(BaseEventPeer* peer); @@ -19525,10 +19963,10 @@ typedef struct GENERATED_ArkUIMouseEventAccessor { void (*destroyPeer)(MouseEventPeer* peer); Ark_MouseEvent (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getButton)(MouseEventPeer* peer); + Ark_MouseButton (*getButton)(MouseEventPeer* peer); void (*setButton)(MouseEventPeer* peer, Ark_MouseButton button); - Ark_NativePointer (*getAction)(MouseEventPeer* peer); + Ark_MouseAction (*getAction)(MouseEventPeer* peer); void (*setAction)(MouseEventPeer* peer, Ark_MouseAction action); Ark_Int32 (*getDisplayX)(MouseEventPeer* peer); @@ -19564,7 +20002,7 @@ typedef struct GENERATED_ArkUIAccessibilityHoverEventAccessor { void (*destroyPeer)(AccessibilityHoverEventPeer* peer); Ark_AccessibilityHoverEvent (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getType)(AccessibilityHoverEventPeer* peer); + Ark_AccessibilityHoverType (*getType)(AccessibilityHoverEventPeer* peer); void (*setType)(AccessibilityHoverEventPeer* peer, Ark_AccessibilityHoverType type); Ark_Int32 (*getX)(AccessibilityHoverEventPeer* peer); @@ -19591,8 +20029,8 @@ typedef struct GENERATED_ArkUITouchEventAccessor { void (*destroyPeer)(TouchEventPeer* peer); Ark_TouchEvent (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*getHistoricalPoints)(TouchEventPeer* peer); - Ark_NativePointer (*getType)(TouchEventPeer* peer); + Array_HistoricalPoint (*getHistoricalPoints)(TouchEventPeer* peer); + Ark_TouchType (*getType)(TouchEventPeer* peer); void (*setType)(TouchEventPeer* peer, Ark_TouchType type); void (*setTouches)(TouchEventPeer* peer, @@ -19627,17 +20065,17 @@ typedef struct GENERATED_ArkUIDragEventAccessor { void (*setData)(DragEventPeer* peer, Ark_UnifiedData unifiedData); Ark_UnifiedData (*getData)(DragEventPeer* peer); - Ark_NativePointer (*getSummary)(DragEventPeer* peer); + Ark_Summary (*getSummary)(DragEventPeer* peer); void (*setResult)(DragEventPeer* peer, Ark_DragResult dragResult); - Ark_NativePointer (*getResult)(DragEventPeer* peer); - Ark_NativePointer (*getPreviewRect)(DragEventPeer* peer); + Ark_DragResult (*getResult)(DragEventPeer* peer); + Ark_Rectangle (*getPreviewRect)(DragEventPeer* peer); Ark_Int32 (*getVelocityX)(DragEventPeer* peer); Ark_Int32 (*getVelocityY)(DragEventPeer* peer); Ark_Int32 (*getVelocity)(DragEventPeer* peer); Ark_Boolean (*getModifierKeyState)(DragEventPeer* peer, const Array_String* keys); - Ark_NativePointer (*getDragBehavior)(DragEventPeer* peer); + Ark_DragBehavior (*getDragBehavior)(DragEventPeer* peer); void (*setDragBehavior)(DragEventPeer* peer, Ark_DragBehavior dragBehavior); Ark_Boolean (*getUseCustomDropAnimation)(DragEventPeer* peer); @@ -19651,7 +20089,7 @@ typedef struct GENERATED_ArkUIKeyEventAccessor { Ark_NativePointer (*getFinalizer)(); Ark_Boolean (*getModifierKeyState)(KeyEventPeer* peer, const Array_String* keys); - Ark_NativePointer (*getType)(KeyEventPeer* peer); + Ark_KeyType (*getType)(KeyEventPeer* peer); void (*setType)(KeyEventPeer* peer, Ark_KeyType type); Ark_Int32 (*getKeyCode)(KeyEventPeer* peer); @@ -19660,7 +20098,7 @@ typedef struct GENERATED_ArkUIKeyEventAccessor { void (*getKeyText)(KeyEventPeer* peer); void (*setKeyText)(KeyEventPeer* peer, const Ark_String* keyText); - Ark_NativePointer (*getKeySource)(KeyEventPeer* peer); + Ark_KeySource (*getKeySource)(KeyEventPeer* peer); void (*setKeySource)(KeyEventPeer* peer, Ark_KeySource keySource); Ark_Int32 (*getDeviceId)(KeyEventPeer* peer); @@ -19700,27 +20138,27 @@ typedef struct GENERATED_ArkUIMeasurableAccessor { void (*destroyPeer)(MeasurablePeer* peer); Ark_Measurable (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*measure)(MeasurablePeer* peer, + Ark_MeasureResult (*measure)(MeasurablePeer* peer, const Ark_ConstraintSizeOptions* constraint); - Ark_NativePointer (*getMargin)(MeasurablePeer* peer); - Ark_NativePointer (*getPadding)(MeasurablePeer* peer); - Ark_NativePointer (*getBorderWidth)(MeasurablePeer* peer); + Ark_DirectionalEdgesT (*getMargin)(MeasurablePeer* peer); + Ark_DirectionalEdgesT (*getPadding)(MeasurablePeer* peer); + Ark_DirectionalEdgesT (*getBorderWidth)(MeasurablePeer* peer); } GENERATED_ArkUIMeasurableAccessor; typedef struct GENERATED_ArkUIViewAccessor { void (*destroyPeer)(ViewPeer* peer); Ark_View (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*create)(ViewPeer* peer, - const Ark_CustomObject* value); + Ark_CustomObject (*create)(ViewPeer* peer, + const Ark_CustomObject* value); } GENERATED_ArkUIViewAccessor; typedef struct GENERATED_ArkUITextContentControllerBaseAccessor { void (*destroyPeer)(TextContentControllerBasePeer* peer); Ark_TextContentControllerBase (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getCaretOffset)(TextContentControllerBasePeer* peer); - Ark_NativePointer (*getTextContentRect)(TextContentControllerBasePeer* peer); + Ark_CaretOffset (*getCaretOffset)(TextContentControllerBasePeer* peer); + Ark_RectResult (*getTextContentRect)(TextContentControllerBasePeer* peer); Ark_Int32 (*getTextContentLineCount)(TextContentControllerBasePeer* peer); } GENERATED_ArkUITextContentControllerBaseAccessor; @@ -19728,8 +20166,8 @@ typedef struct GENERATED_ArkUIDynamicNodeAccessor { void (*destroyPeer)(DynamicNodePeer* peer); Ark_DynamicNode (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*onMove)(DynamicNodePeer* peer, - const Opt_OnMoveHandler* handler); + Ark_CustomObject (*onMove)(DynamicNodePeer* peer, + const Opt_OnMoveHandler* handler); } GENERATED_ArkUIDynamicNodeAccessor; typedef struct GENERATED_ArkUIChildrenMainSizeAccessor { @@ -19787,12 +20225,12 @@ typedef struct GENERATED_ArkUIGestureModifierAccessor { typedef struct GENERATED_ArkUIGlobalScope_commonAccessor { void (*destroyPeer)(GlobalScope_commonPeer* peer); - Ark_NativePointer (*getContext)(const Opt_CustomObject* component); + Ark_Context (*getContext)(const Opt_CustomObject* component); void (*postCardAction)(const Ark_CustomObject* component, const Ark_CustomObject* action); - Ark_NativePointer (*dollar_r)(const Ark_String* value, - const Array_CustomObject* params); - Ark_NativePointer (*dollar_rawfile)(const Ark_String* value); + Ark_Resource (*dollar_r)(const Ark_String* value, + const Array_CustomObject* params); + Ark_Resource (*dollar_rawfile)(const Ark_String* value); void (*animateTo)(const Ark_AnimateParam* value, const Callback_Void* event); void (*animateToImmediately)(const Ark_AnimateParam* value, @@ -19967,7 +20405,7 @@ typedef struct GENERATED_ArkUIPanGestureOptionsAccessor { const Ark_Number* value); void (*setFingers)(PanGestureOptionsPeer* peer, const Ark_Number* value); - Ark_NativePointer (*getDirection)(PanGestureOptionsPeer* peer); + Ark_PanDirection (*getDirection)(PanGestureOptionsPeer* peer); } GENERATED_ArkUIPanGestureOptionsAccessor; typedef struct GENERATED_ArkUIScrollableTargetInfoAccessor { @@ -19990,12 +20428,12 @@ typedef struct GENERATED_ArkUIGestureRecognizerAccessor { Ark_GestureRecognizer (*ctor)(); Ark_NativePointer (*getFinalizer)(); void (*getTag)(GestureRecognizerPeer* peer); - Ark_NativePointer (*getType)(GestureRecognizerPeer* peer); + Ark_GestureControl_GestureType (*getType)(GestureRecognizerPeer* peer); Ark_Boolean (*isBuiltIn)(GestureRecognizerPeer* peer); void (*setEnabled)(GestureRecognizerPeer* peer, Ark_Boolean isEnabled); Ark_Boolean (*isEnabled)(GestureRecognizerPeer* peer); - Ark_NativePointer (*getState)(GestureRecognizerPeer* peer); + Ark_GestureRecognizerState (*getState)(GestureRecognizerPeer* peer); Ark_EventTargetInfo (*getEventTargetInfo)(GestureRecognizerPeer* peer); Ark_Boolean (*isValid)(GestureRecognizerPeer* peer); } GENERATED_ArkUIGestureRecognizerAccessor; @@ -20011,16 +20449,16 @@ typedef struct GENERATED_ArkUIImageAnalyzerControllerAccessor { void (*destroyPeer)(ImageAnalyzerControllerPeer* peer); Ark_ImageAnalyzerController (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*getImageAnalyzerSupportTypes)(ImageAnalyzerControllerPeer* peer); + Array_ImageAnalyzerType (*getImageAnalyzerSupportTypes)(ImageAnalyzerControllerPeer* peer); } GENERATED_ArkUIImageAnalyzerControllerAccessor; typedef struct GENERATED_ArkUIListScrollerAccessor { void (*destroyPeer)(ListScrollerPeer* peer); Ark_ListScroller (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getItemRectInGroup)(ListScrollerPeer* peer, - const Ark_Number* index, - const Ark_Number* indexInGroup); + Ark_RectResult (*getItemRectInGroup)(ListScrollerPeer* peer, + const Ark_Number* index, + const Ark_Number* indexInGroup); void (*scrollToItemInGroup)(ListScrollerPeer* peer, const Ark_Number* index, const Ark_Number* indexInGroup, @@ -20028,9 +20466,9 @@ typedef struct GENERATED_ArkUIListScrollerAccessor { const Opt_ScrollAlign* align); void (*closeAllSwipeActions)(ListScrollerPeer* peer, const Opt_CloseSwipeActionOptions* options); - Ark_NativePointer (*getVisibleListContentInfo)(ListScrollerPeer* peer, - const Ark_Number* x, - const Ark_Number* y); + Ark_VisibleListContentInfo (*getVisibleListContentInfo)(ListScrollerPeer* peer, + const Ark_Number* x, + const Ark_Number* y); } GENERATED_ArkUIListScrollerAccessor; typedef struct GENERATED_ArkUIMatrix2DAccessor { @@ -20078,7 +20516,7 @@ typedef struct GENERATED_ArkUINavDestinationContextAccessor { void (*destroyPeer)(NavDestinationContextPeer* peer); Ark_NavDestinationContext (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getConfigInRouteMap)(NavDestinationContextPeer* peer); + Opt_RouteMapConfig (*getConfigInRouteMap)(NavDestinationContextPeer* peer); void (*setPathInfo)(NavDestinationContextPeer* peer, Ark_NavPathInfo pathInfo); void (*setPathStack)(NavDestinationContextPeer* peer, @@ -20166,9 +20604,9 @@ typedef struct GENERATED_ArkUINavPathStackAccessor { const Ark_String* name); Ark_Boolean (*removeByNavDestinationId)(NavPathStackPeer* peer, const Ark_String* navDestinationId); - Ark_NavPathInfo (*pop0)(NavPathStackPeer* peer, + Opt_NavPathInfo (*pop0)(NavPathStackPeer* peer, const Opt_Boolean* animated); - Ark_NavPathInfo (*pop1)(NavPathStackPeer* peer, + Opt_NavPathInfo (*pop1)(NavPathStackPeer* peer, const Ark_CustomObject* result, const Opt_Boolean* animated); Ark_Int32 (*popToName0)(NavPathStackPeer* peer, @@ -20193,14 +20631,14 @@ typedef struct GENERATED_ArkUINavPathStackAccessor { const Opt_Boolean* animated); void (*clear)(NavPathStackPeer* peer, const Opt_Boolean* animated); - void (*getAllPathName)(NavPathStackPeer* peer); - void (*getParamByIndex)(NavPathStackPeer* peer, - const Ark_Number* index); - void (*getParamByName)(NavPathStackPeer* peer, - const Ark_String* name); - void (*getIndexByName)(NavPathStackPeer* peer, - const Ark_String* name); - Ark_NavPathStack (*getParent)(NavPathStackPeer* peer); + Array_String (*getAllPathName)(NavPathStackPeer* peer); + Opt_CustomObject (*getParamByIndex)(NavPathStackPeer* peer, + const Ark_Number* index); + Array_CustomObject (*getParamByName)(NavPathStackPeer* peer, + const Ark_String* name); + Array_Number (*getIndexByName)(NavPathStackPeer* peer, + const Ark_String* name); + Opt_NavPathStack (*getParent)(NavPathStackPeer* peer); Ark_Int32 (*size)(NavPathStackPeer* peer); void (*disableAnimation)(NavPathStackPeer* peer, Ark_Boolean value); @@ -20242,7 +20680,7 @@ typedef struct GENERATED_ArkUIRichEditorBaseControllerAccessor { Ark_Boolean (*setCaretOffset)(RichEditorBaseControllerPeer* peer, const Ark_Number* offset); void (*closeSelectionMenu)(RichEditorBaseControllerPeer* peer); - Ark_NativePointer (*getTypingStyle)(RichEditorBaseControllerPeer* peer); + Ark_RichEditorTextStyle (*getTypingStyle)(RichEditorBaseControllerPeer* peer); void (*setTypingStyle)(RichEditorBaseControllerPeer* peer, const Ark_RichEditorTextStyle* value); void (*setSelection)(RichEditorBaseControllerPeer* peer, @@ -20252,7 +20690,7 @@ typedef struct GENERATED_ArkUIRichEditorBaseControllerAccessor { Ark_Boolean (*isEditing)(RichEditorBaseControllerPeer* peer); void (*stopEditing)(RichEditorBaseControllerPeer* peer); Ark_LayoutManager (*getLayoutManager)(RichEditorBaseControllerPeer* peer); - Ark_NativePointer (*getPreviewText)(RichEditorBaseControllerPeer* peer); + Ark_PreviewText (*getPreviewText)(RichEditorBaseControllerPeer* peer); } GENERATED_ArkUIRichEditorBaseControllerAccessor; typedef struct GENERATED_ArkUIRichEditorControllerAccessor { @@ -20277,13 +20715,13 @@ typedef struct GENERATED_ArkUIRichEditorControllerAccessor { const Ark_RichEditorParagraphStyleOptions* value); void (*deleteSpans)(RichEditorControllerPeer* peer, const Opt_RichEditorRange* value); - void (*getSpans)(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value); - void (*getParagraphs)(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value); - Ark_NativePointer (*getSelection)(RichEditorControllerPeer* peer); - void (*fromStyledString)(RichEditorControllerPeer* peer, - Ark_StyledString value); + Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult (*getSpans)(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value); + Array_RichEditorParagraphResult (*getParagraphs)(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value); + Ark_RichEditorSelection (*getSelection)(RichEditorControllerPeer* peer); + Array_RichEditorSpan (*fromStyledString)(RichEditorControllerPeer* peer, + Ark_StyledString value); Ark_StyledString (*toStyledString)(RichEditorControllerPeer* peer, const Ark_RichEditorRange* value); } GENERATED_ArkUIRichEditorControllerAccessor; @@ -20295,7 +20733,7 @@ typedef struct GENERATED_ArkUIRichEditorStyledStringControllerAccessor { void (*setStyledString)(RichEditorStyledStringControllerPeer* peer, Ark_StyledString styledString); Ark_MutableStyledString (*getStyledString)(RichEditorStyledStringControllerPeer* peer); - Ark_NativePointer (*getSelection)(RichEditorStyledStringControllerPeer* peer); + Ark_RichEditorRange (*getSelection)(RichEditorStyledStringControllerPeer* peer); void (*onContentChanged)(RichEditorStyledStringControllerPeer* peer, const Ark_StyledStringChangedListener* listener); } GENERATED_ArkUIRichEditorStyledStringControllerAccessor; @@ -20315,7 +20753,7 @@ typedef struct GENERATED_ArkUIScrollerAccessor { const Ark_ScrollPageOptions* value); void (*scrollPage1)(ScrollerPeer* peer, const Ark_Literal_Boolean_next_Axis_direction* value); - Ark_NativePointer (*currentOffset)(ScrollerPeer* peer); + Ark_OffsetResult (*currentOffset)(ScrollerPeer* peer); void (*scrollToIndex)(ScrollerPeer* peer, const Ark_Number* value, const Opt_Boolean* smooth, @@ -20325,8 +20763,8 @@ typedef struct GENERATED_ArkUIScrollerAccessor { const Ark_Length* dx, const Ark_Length* dy); Ark_Boolean (*isAtEnd)(ScrollerPeer* peer); - Ark_NativePointer (*getItemRect)(ScrollerPeer* peer, - const Ark_Number* index); + Ark_RectResult (*getItemRect)(ScrollerPeer* peer, + const Ark_Number* index); Ark_Int32 (*getItemIndex)(ScrollerPeer* peer, const Ark_Number* x, const Ark_Number* y); @@ -20393,10 +20831,10 @@ typedef struct GENERATED_ArkUIScaleSymbolEffectAccessor { Ark_ScaleSymbolEffect (*ctor)(const Opt_EffectScope* scope, const Opt_EffectDirection* direction); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getScope)(ScaleSymbolEffectPeer* peer); + Ark_EffectScope (*getScope)(ScaleSymbolEffectPeer* peer); void (*setScope)(ScaleSymbolEffectPeer* peer, Ark_EffectScope scope); - Ark_NativePointer (*getDirection)(ScaleSymbolEffectPeer* peer); + Ark_EffectDirection (*getDirection)(ScaleSymbolEffectPeer* peer); void (*setDirection)(ScaleSymbolEffectPeer* peer, Ark_EffectDirection direction); } GENERATED_ArkUIScaleSymbolEffectAccessor; @@ -20405,7 +20843,7 @@ typedef struct GENERATED_ArkUIHierarchicalSymbolEffectAccessor { void (*destroyPeer)(HierarchicalSymbolEffectPeer* peer); Ark_HierarchicalSymbolEffect (*ctor)(const Opt_EffectFillStyle* fillStyle); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getFillStyle)(HierarchicalSymbolEffectPeer* peer); + Ark_EffectFillStyle (*getFillStyle)(HierarchicalSymbolEffectPeer* peer); void (*setFillStyle)(HierarchicalSymbolEffectPeer* peer, Ark_EffectFillStyle fillStyle); } GENERATED_ArkUIHierarchicalSymbolEffectAccessor; @@ -20414,7 +20852,7 @@ typedef struct GENERATED_ArkUIAppearSymbolEffectAccessor { void (*destroyPeer)(AppearSymbolEffectPeer* peer); Ark_AppearSymbolEffect (*ctor)(const Opt_EffectScope* scope); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getScope)(AppearSymbolEffectPeer* peer); + Ark_EffectScope (*getScope)(AppearSymbolEffectPeer* peer); void (*setScope)(AppearSymbolEffectPeer* peer, Ark_EffectScope scope); } GENERATED_ArkUIAppearSymbolEffectAccessor; @@ -20423,7 +20861,7 @@ typedef struct GENERATED_ArkUIDisappearSymbolEffectAccessor { void (*destroyPeer)(DisappearSymbolEffectPeer* peer); Ark_DisappearSymbolEffect (*ctor)(const Opt_EffectScope* scope); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getScope)(DisappearSymbolEffectPeer* peer); + Ark_EffectScope (*getScope)(DisappearSymbolEffectPeer* peer); void (*setScope)(DisappearSymbolEffectPeer* peer, Ark_EffectScope scope); } GENERATED_ArkUIDisappearSymbolEffectAccessor; @@ -20433,10 +20871,10 @@ typedef struct GENERATED_ArkUIBounceSymbolEffectAccessor { Ark_BounceSymbolEffect (*ctor)(const Opt_EffectScope* scope, const Opt_EffectDirection* direction); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getScope)(BounceSymbolEffectPeer* peer); + Ark_EffectScope (*getScope)(BounceSymbolEffectPeer* peer); void (*setScope)(BounceSymbolEffectPeer* peer, Ark_EffectScope scope); - Ark_NativePointer (*getDirection)(BounceSymbolEffectPeer* peer); + Ark_EffectDirection (*getDirection)(BounceSymbolEffectPeer* peer); void (*setDirection)(BounceSymbolEffectPeer* peer, Ark_EffectDirection direction); } GENERATED_ArkUIBounceSymbolEffectAccessor; @@ -20445,7 +20883,7 @@ typedef struct GENERATED_ArkUIReplaceSymbolEffectAccessor { void (*destroyPeer)(ReplaceSymbolEffectPeer* peer); Ark_ReplaceSymbolEffect (*ctor)(const Opt_EffectScope* scope); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getScope)(ReplaceSymbolEffectPeer* peer); + Ark_EffectScope (*getScope)(ReplaceSymbolEffectPeer* peer); void (*setScope)(ReplaceSymbolEffectPeer* peer, Ark_EffectScope scope); } GENERATED_ArkUIReplaceSymbolEffectAccessor; @@ -20530,7 +20968,7 @@ typedef struct GENERATED_ArkUITextEditControllerExAccessor { Ark_Boolean (*setCaretOffset)(TextEditControllerExPeer* peer, const Ark_Number* offset); Ark_Int32 (*getCaretOffset)(TextEditControllerExPeer* peer); - Ark_NativePointer (*getPreviewText)(TextEditControllerExPeer* peer); + Ark_PreviewText (*getPreviewText)(TextEditControllerExPeer* peer); } GENERATED_ArkUITextEditControllerExAccessor; typedef struct GENERATED_ArkUIStyledStringControllerAccessor { @@ -20547,15 +20985,15 @@ typedef struct GENERATED_ArkUILayoutManagerAccessor { Ark_LayoutManager (*ctor)(); Ark_NativePointer (*getFinalizer)(); Ark_Int32 (*getLineCount)(LayoutManagerPeer* peer); - Ark_NativePointer (*getGlyphPositionAtCoordinate)(LayoutManagerPeer* peer, - const Ark_Number* x, - const Ark_Number* y); - Ark_NativePointer (*getLineMetrics)(LayoutManagerPeer* peer, - const Ark_Number* lineNumber); - void (*getRectsForRange)(LayoutManagerPeer* peer, - const Ark_TextRange* range, - Ark_RectWidthStyle widthStyle, - Ark_RectHeightStyle heightStyle); + Ark_PositionWithAffinity (*getGlyphPositionAtCoordinate)(LayoutManagerPeer* peer, + const Ark_Number* x, + const Ark_Number* y); + Ark_LineMetrics (*getLineMetrics)(LayoutManagerPeer* peer, + const Ark_Number* lineNumber); + Array_TextBox (*getRectsForRange)(LayoutManagerPeer* peer, + const Ark_TextRange* range, + Ark_RectWidthStyle widthStyle, + Ark_RectHeightStyle heightStyle); } GENERATED_ArkUILayoutManagerAccessor; typedef struct GENERATED_ArkUITextMenuItemIdAccessor { @@ -20571,8 +21009,8 @@ typedef struct GENERATED_ArkUIEditMenuOptionsAccessor { void (*destroyPeer)(EditMenuOptionsPeer* peer); Ark_EditMenuOptions (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*onCreateMenu)(EditMenuOptionsPeer* peer, - const Array_TextMenuItem* menuItems); + Array_TextMenuItem (*onCreateMenu)(EditMenuOptionsPeer* peer, + const Array_TextMenuItem* menuItems); Ark_Boolean (*onMenuItemClick)(EditMenuOptionsPeer* peer, const Ark_TextMenuItem* menuItem, const Ark_TextRange* range); @@ -20675,8 +21113,8 @@ typedef struct GENERATED_ArkUIFileSelectorParamAccessor { Ark_FileSelectorParam (*ctor)(); Ark_NativePointer (*getFinalizer)(); void (*getTitle)(FileSelectorParamPeer* peer); - Ark_NativePointer (*getMode)(FileSelectorParamPeer* peer); - void (*getAcceptType)(FileSelectorParamPeer* peer); + Ark_FileSelectorMode (*getMode)(FileSelectorParamPeer* peer); + Array_String (*getAcceptType)(FileSelectorParamPeer* peer); Ark_Boolean (*isCapture)(FileSelectorParamPeer* peer); } GENERATED_ArkUIFileSelectorParamAccessor; @@ -20736,7 +21174,7 @@ typedef struct GENERATED_ArkUIPermissionRequestAccessor { Ark_NativePointer (*getFinalizer)(); void (*deny)(PermissionRequestPeer* peer); void (*getOrigin)(PermissionRequestPeer* peer); - void (*getAccessibleResource)(PermissionRequestPeer* peer); + Array_String (*getAccessibleResource)(PermissionRequestPeer* peer); void (*grant)(PermissionRequestPeer* peer, const Array_String* resources); } GENERATED_ArkUIPermissionRequestAccessor; @@ -20777,10 +21215,10 @@ typedef struct GENERATED_ArkUIWebContextMenuParamAccessor { void (*getUnfilteredLinkUrl)(WebContextMenuParamPeer* peer); void (*getSourceUrl)(WebContextMenuParamPeer* peer); Ark_Boolean (*existsImageContents)(WebContextMenuParamPeer* peer); - Ark_NativePointer (*getMediaType)(WebContextMenuParamPeer* peer); + Ark_ContextMenuMediaType (*getMediaType)(WebContextMenuParamPeer* peer); void (*getSelectionText)(WebContextMenuParamPeer* peer); - Ark_NativePointer (*getSourceType)(WebContextMenuParamPeer* peer); - Ark_NativePointer (*getInputFieldType)(WebContextMenuParamPeer* peer); + Ark_ContextMenuSourceType (*getSourceType)(WebContextMenuParamPeer* peer); + Ark_ContextMenuInputFieldType (*getInputFieldType)(WebContextMenuParamPeer* peer); Ark_Boolean (*isEditable)(WebContextMenuParamPeer* peer); Ark_Int32 (*getEditStateFlags)(WebContextMenuParamPeer* peer); Ark_Int32 (*getPreviewWidth)(WebContextMenuParamPeer* peer); @@ -20809,14 +21247,14 @@ typedef struct GENERATED_ArkUIConsoleMessageAccessor { void (*getMessage)(ConsoleMessagePeer* peer); void (*getSourceId)(ConsoleMessagePeer* peer); Ark_Int32 (*getLineNumber)(ConsoleMessagePeer* peer); - Ark_NativePointer (*getMessageLevel)(ConsoleMessagePeer* peer); + Ark_MessageLevel (*getMessageLevel)(ConsoleMessagePeer* peer); } GENERATED_ArkUIConsoleMessageAccessor; typedef struct GENERATED_ArkUIWebResourceRequestAccessor { void (*destroyPeer)(WebResourceRequestPeer* peer); Ark_WebResourceRequest (*ctor)(); Ark_NativePointer (*getFinalizer)(); - void (*getRequestHeader)(WebResourceRequestPeer* peer); + Array_Header (*getRequestHeader)(WebResourceRequestPeer* peer); void (*getRequestUrl)(WebResourceRequestPeer* peer); Ark_Boolean (*isRequestGesture)(WebResourceRequestPeer* peer); Ark_Boolean (*isMainFrame)(WebResourceRequestPeer* peer); @@ -20829,11 +21267,11 @@ typedef struct GENERATED_ArkUIWebResourceResponseAccessor { Ark_WebResourceResponse (*ctor)(); Ark_NativePointer (*getFinalizer)(); void (*getResponseData)(WebResourceResponsePeer* peer); - Ark_NativePointer (*getResponseDataEx)(WebResourceResponsePeer* peer); + Opt_Union_String_Number_Buffer_Resource (*getResponseDataEx)(WebResourceResponsePeer* peer); void (*getResponseEncoding)(WebResourceResponsePeer* peer); void (*getResponseMimeType)(WebResourceResponsePeer* peer); void (*getReasonMessage)(WebResourceResponsePeer* peer); - void (*getResponseHeader)(WebResourceResponsePeer* peer); + Array_Header (*getResponseHeader)(WebResourceResponsePeer* peer); Ark_Int32 (*getResponseCode)(WebResourceResponsePeer* peer); void (*setResponseData)(WebResourceResponsePeer* peer, const Ark_Union_String_Number_Resource_Buffer* data); @@ -20907,7 +21345,7 @@ typedef struct GENERATED_ArkUIWebControllerAccessor { const Ark_Literal_Object_object__String_name_Array_String_methodList* options); void (*deleteJavaScriptRegister)(WebControllerPeer* peer, const Ark_String* name); - Ark_NativePointer (*getHitTest)(WebControllerPeer* peer); + Ark_HitTestType (*getHitTest)(WebControllerPeer* peer); void (*requestFocus)(WebControllerPeer* peer); Ark_Boolean (*accessBackward)(WebControllerPeer* peer); Ark_Boolean (*accessForward)(WebControllerPeer* peer); @@ -20923,15 +21361,15 @@ typedef struct GENERATED_ArkUIXComponentControllerAccessor { Ark_XComponentController (*ctor)(); Ark_NativePointer (*getFinalizer)(); void (*getXComponentSurfaceId)(XComponentControllerPeer* peer); - Ark_NativePointer (*getXComponentContext)(XComponentControllerPeer* peer); + Ark_CustomObject (*getXComponentContext)(XComponentControllerPeer* peer); void (*setXComponentSurfaceSize)(XComponentControllerPeer* peer, const Ark_Literal_Number_surfaceHeight_surfaceWidth* value); void (*setXComponentSurfaceRect)(XComponentControllerPeer* peer, const Ark_SurfaceRect* rect); - Ark_NativePointer (*getXComponentSurfaceRect)(XComponentControllerPeer* peer); + Ark_SurfaceRect (*getXComponentSurfaceRect)(XComponentControllerPeer* peer); void (*setXComponentSurfaceRotation)(XComponentControllerPeer* peer, const Ark_SurfaceRotationOptions* rotationOptions); - Ark_NativePointer (*getXComponentSurfaceRotation)(XComponentControllerPeer* peer); + Ark_SurfaceRotationOptions (*getXComponentSurfaceRotation)(XComponentControllerPeer* peer); void (*onSurfaceCreated)(XComponentControllerPeer* peer, const Ark_String* surfaceId); void (*onSurfaceChanged)(XComponentControllerPeer* peer, @@ -20958,7 +21396,7 @@ typedef struct GENERATED_ArkUIWaterFlowSectionsAccessor { Ark_Boolean (*update)(WaterFlowSectionsPeer* peer, const Ark_Number* sectionIndex, const Ark_SectionOptions* section); - void (*values)(WaterFlowSectionsPeer* peer); + Array_SectionOptions (*values)(WaterFlowSectionsPeer* peer); Ark_Int32 (*length)(WaterFlowSectionsPeer* peer); } GENERATED_ArkUIWaterFlowSectionsAccessor; @@ -20968,8 +21406,8 @@ typedef struct GENERATED_ArkUIUIExtensionProxyAccessor { Ark_NativePointer (*getFinalizer)(); void (*send)(UIExtensionProxyPeer* peer, const Map_String_CustomObject* data); - Ark_NativePointer (*sendSync)(UIExtensionProxyPeer* peer, - const Map_String_CustomObject* data); + Map_String_CustomObject (*sendSync)(UIExtensionProxyPeer* peer, + const Map_String_CustomObject* data); void (*onAsyncReceiverRegister)(UIExtensionProxyPeer* peer, const Callback_UIExtensionProxy_Void* callback_); void (*onSyncReceiverRegister)(UIExtensionProxyPeer* peer, @@ -20986,10 +21424,10 @@ typedef struct GENERATED_ArkUIStyledStringAccessor { const Opt_Array_StyleOptions* styles); Ark_NativePointer (*getFinalizer)(); void (*getString)(StyledStringPeer* peer); - void (*getStyles)(StyledStringPeer* peer, - const Ark_Number* start, - const Ark_Number* length, - const Opt_StyledStringKey* styledKey); + Array_SpanStyle (*getStyles)(StyledStringPeer* peer, + const Ark_Number* start, + const Ark_Number* length, + const Opt_StyledStringKey* styledKey); Ark_Boolean (*equals)(StyledStringPeer* peer, Ark_StyledString other); Ark_StyledString (*subStyledString)(StyledStringPeer* peer, @@ -20998,7 +21436,7 @@ typedef struct GENERATED_ArkUIStyledStringAccessor { void (*fromHtml)(const Ark_String* html, const Callback_Opt_StyledString_Opt_Array_String_Void* outputArgumentForReturningPromise); void (*toHtml)(Ark_StyledString styledString); - void (*marshalling)(Ark_StyledString styledString); + Ark_Buffer (*marshalling)(Ark_StyledString styledString); void (*unmarshalling)(const Ark_Buffer* buffer, const Callback_Opt_StyledString_Opt_Array_String_Void* outputArgumentForReturningPromise); Ark_Int32 (*getLength)(StyledStringPeer* peer); @@ -21011,15 +21449,15 @@ typedef struct GENERATED_ArkUITextStyle_styled_stringAccessor { void (*getFontFamily)(TextStyle_styled_stringPeer* peer); Ark_Int32 (*getFontSize)(TextStyle_styled_stringPeer* peer); Ark_Int32 (*getFontWeight)(TextStyle_styled_stringPeer* peer); - Ark_NativePointer (*getFontStyle)(TextStyle_styled_stringPeer* peer); + Ark_FontStyle (*getFontStyle)(TextStyle_styled_stringPeer* peer); } GENERATED_ArkUITextStyle_styled_stringAccessor; typedef struct GENERATED_ArkUIDecorationStyleAccessor { void (*destroyPeer)(DecorationStylePeer* peer); Ark_DecorationStyle (*ctor)(const Ark_DecorationStyleInterface* value); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getType)(DecorationStylePeer* peer); - Ark_NativePointer (*getStyle)(DecorationStylePeer* peer); + Ark_TextDecorationType (*getType)(DecorationStylePeer* peer); + Ark_TextDecorationStyle (*getStyle)(DecorationStylePeer* peer); } GENERATED_ArkUIDecorationStyleAccessor; typedef struct GENERATED_ArkUIBaselineOffsetStyleAccessor { @@ -21058,11 +21496,11 @@ typedef struct GENERATED_ArkUIParagraphStyleAccessor { void (*destroyPeer)(ParagraphStylePeer* peer); Ark_ParagraphStyle (*ctor)(const Opt_ParagraphStyleInterface* value); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getTextAlign)(ParagraphStylePeer* peer); + Ark_TextAlign (*getTextAlign)(ParagraphStylePeer* peer); Ark_Int32 (*getTextIndent)(ParagraphStylePeer* peer); Ark_Int32 (*getMaxLines)(ParagraphStylePeer* peer); - Ark_NativePointer (*getOverflow)(ParagraphStylePeer* peer); - Ark_NativePointer (*getWordBreak)(ParagraphStylePeer* peer); + Ark_TextOverflow (*getOverflow)(ParagraphStylePeer* peer); + Ark_WordBreak (*getWordBreak)(ParagraphStylePeer* peer); } GENERATED_ArkUIParagraphStyleAccessor; typedef struct GENERATED_ArkUILineHeightStyleAccessor { @@ -21120,16 +21558,16 @@ typedef struct GENERATED_ArkUIImageAttachmentAccessor { void (*destroyPeer)(ImageAttachmentPeer* peer); Ark_ImageAttachment (*ctor)(const Ark_ImageAttachmentInterface* value); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*getVerticalAlign)(ImageAttachmentPeer* peer); - Ark_NativePointer (*getObjectFit)(ImageAttachmentPeer* peer); + Ark_ImageSpanAlignment (*getVerticalAlign)(ImageAttachmentPeer* peer); + Ark_ImageFit (*getObjectFit)(ImageAttachmentPeer* peer); } GENERATED_ArkUIImageAttachmentAccessor; typedef struct GENERATED_ArkUICustomSpanAccessor { void (*destroyPeer)(CustomSpanPeer* peer); Ark_CustomSpan (*ctor)(); Ark_NativePointer (*getFinalizer)(); - Ark_NativePointer (*onMeasure)(CustomSpanPeer* peer, - const Ark_CustomSpanMeasureInfo* measureInfo); + Ark_CustomSpanMetrics (*onMeasure)(CustomSpanPeer* peer, + const Ark_CustomSpanMeasureInfo* measureInfo); void (*onDraw)(CustomSpanPeer* peer, const Ark_DrawContext* context, const Ark_CustomSpanDrawInfo* drawInfo); @@ -21151,8 +21589,8 @@ typedef struct GENERATED_ArkUILinearIndicatorControllerAccessor { typedef struct GENERATED_ArkUIGlobalScope_inspectorAccessor { void (*destroyPeer)(GlobalScope_inspectorPeer* peer); - Ark_NativePointer (*getInspectorNodes)(); - Ark_NativePointer (*getInspectorNodeById)(const Ark_Number* id); + Ark_CustomObject (*getInspectorNodes)(); + Ark_CustomObject (*getInspectorNodeById)(const Ark_Number* id); void (*registerVsyncCallback)(const Callback_String_Void* callback_); void (*unregisterVsyncCallback)(); void (*setAppBgColor)(const Ark_String* value); diff --git a/arkoala/framework/native/src/generated/bridge_generated.cc b/arkoala/framework/native/src/generated/bridge_generated.cc index f259db682ad0f719e05f1c0d1cdc2ac6e25845a7..7a9ffdf9fe9fd19b9969dc7829bdb9ef98dd8025 100644 --- a/arkoala/framework/native/src/generated/bridge_generated.cc +++ b/arkoala/framework/native/src/generated/bridge_generated.cc @@ -17098,11 +17098,12 @@ Ark_Boolean impl_UnifiedData_hasType(Ark_NativePointer thisPtr, const KStringPtr return GetAccessors()->getUnifiedDataAccessor()->hasType(self, (const Ark_String*) (&UnifiedData_type)); } KOALA_INTEROP_2(UnifiedData_hasType, Ark_Boolean, Ark_NativePointer, KStringPtr) -void impl_UnifiedData_getTypes(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_UnifiedData_getTypes(Ark_NativePointer thisPtr) { UnifiedDataPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getUnifiedDataAccessor()->getTypes(self); + return {}; } -KOALA_INTEROP_V1(UnifiedData_getTypes, Ark_NativePointer) +KOALA_INTEROP_1(UnifiedData_getTypes, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_LazyForEachOps_ctor() { return GetAccessors()->getLazyForEachOpsAccessor()->ctor(); } @@ -17162,11 +17163,12 @@ Ark_NativePointer impl_LengthMetrics_resource(uint8_t* thisArray, int32_t thisLe return GetAccessors()->getLengthMetricsAccessor()->resource((const Ark_Resource*)&value_value); } KOALA_INTEROP_2(LengthMetrics_resource, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_LengthMetrics_getUnit(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_LengthMetrics_getUnit(Ark_NativePointer thisPtr) { LengthMetricsPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getLengthMetricsAccessor()->getUnit(self); + GetAccessors()->getLengthMetricsAccessor()->getUnit(self); + return {}; } -KOALA_INTEROP_1(LengthMetrics_getUnit, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(LengthMetrics_getUnit, KInteropReturnBuffer, Ark_NativePointer) void impl_LengthMetrics_setUnit(Ark_NativePointer thisPtr, Ark_Int32 unit) { LengthMetricsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getLengthMetricsAccessor()->setUnit(self, static_cast(unit)); @@ -17363,11 +17365,12 @@ Ark_Int32 impl_FrameNode_getOpacity(Ark_NativePointer thisPtr) { return GetAccessors()->getFrameNodeAccessor()->getOpacity(self); } KOALA_INTEROP_1(FrameNode_getOpacity, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_FrameNode_getPositionToWindowWithTransform(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_FrameNode_getPositionToWindowWithTransform(Ark_NativePointer thisPtr) { FrameNodePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getFrameNodeAccessor()->getPositionToWindowWithTransform(self); + GetAccessors()->getFrameNodeAccessor()->getPositionToWindowWithTransform(self); + return {}; } -KOALA_INTEROP_1(FrameNode_getPositionToWindowWithTransform, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(FrameNode_getPositionToWindowWithTransform, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_PixelMap_ctor() { return GetAccessors()->getPixelMapAccessor()->ctor(); } @@ -17927,7 +17930,7 @@ Ark_NativePointer impl_CanvasRenderer_createLinearGradient(Ark_NativePointer thi return GetAccessors()->getCanvasRendererAccessor()->createLinearGradient(self, (const Ark_Number*) (&x0), (const Ark_Number*) (&y0), (const Ark_Number*) (&x1), (const Ark_Number*) (&y1)); } KOALA_INTEROP_5(CanvasRenderer_createLinearGradient, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber, KInteropNumber, KInteropNumber) -Ark_NativePointer impl_CanvasRenderer_createPattern(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_CanvasRenderer_createPattern(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_ImageBitmap image_value = static_cast(thisDeserializer.readImageBitmap());; @@ -17939,9 +17942,10 @@ Ark_NativePointer impl_CanvasRenderer_createPattern(Ark_NativePointer thisPtr, u repetition_value_buf.value = static_cast(thisDeserializer.readString()); } Opt_String repetition_value = repetition_value_buf;; - return GetAccessors()->getCanvasRendererAccessor()->createPattern(self, image_value, (const Opt_String*)&repetition_value); + GetAccessors()->getCanvasRendererAccessor()->createPattern(self, image_value, (const Opt_String*)&repetition_value); + return {}; } -KOALA_INTEROP_3(CanvasRenderer_createPattern, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(CanvasRenderer_createPattern, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) Ark_NativePointer impl_CanvasRenderer_createRadialGradient(Ark_NativePointer thisPtr, KInteropNumber x0, KInteropNumber y0, KInteropNumber r0, KInteropNumber x1, KInteropNumber y1, KInteropNumber r1) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getCanvasRendererAccessor()->createRadialGradient(self, (const Ark_Number*) (&x0), (const Ark_Number*) (&y0), (const Ark_Number*) (&r0), (const Ark_Number*) (&x1), (const Ark_Number*) (&y1), (const Ark_Number*) (&r1)); @@ -18108,11 +18112,12 @@ void impl_CanvasRenderer_putImageData1(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getCanvasRendererAccessor()->putImageData1(self, imagedata_value, (const Ark_Union_Number_String*)&dx_value, (const Ark_Union_Number_String*)&dy_value, (const Ark_Union_Number_String*)&dirtyX_value, (const Ark_Union_Number_String*)&dirtyY_value, (const Ark_Union_Number_String*)&dirtyWidth_value, (const Ark_Union_Number_String*)&dirtyHeight_value); } KOALA_INTEROP_V3(CanvasRenderer_putImageData1, Ark_NativePointer, uint8_t*, int32_t) -void impl_CanvasRenderer_getLineDash(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getLineDash(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->getLineDash(self); + return {}; } -KOALA_INTEROP_V1(CanvasRenderer_getLineDash, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getLineDash, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setLineDash(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18166,11 +18171,12 @@ void impl_CanvasRenderer_fillText(Ark_NativePointer thisPtr, const KStringPtr& t GetAccessors()->getCanvasRendererAccessor()->fillText(self, (const Ark_String*) (&text), (const Ark_Number*) (&x), (const Ark_Number*) (&y), (const Opt_Number*)&maxWidth_value); } KOALA_INTEROP_V6(CanvasRenderer_fillText, Ark_NativePointer, KStringPtr, KInteropNumber, KInteropNumber, uint8_t*, int32_t) -Ark_NativePointer impl_CanvasRenderer_measureText(Ark_NativePointer thisPtr, const KStringPtr& text) { +KInteropReturnBuffer impl_CanvasRenderer_measureText(Ark_NativePointer thisPtr, const KStringPtr& text) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->measureText(self, (const Ark_String*) (&text)); + GetAccessors()->getCanvasRendererAccessor()->measureText(self, (const Ark_String*) (&text)); + return {}; } -KOALA_INTEROP_2(CanvasRenderer_measureText, Ark_NativePointer, Ark_NativePointer, KStringPtr) +KOALA_INTEROP_2(CanvasRenderer_measureText, KInteropReturnBuffer, Ark_NativePointer, KStringPtr) void impl_CanvasRenderer_strokeText(Ark_NativePointer thisPtr, const KStringPtr& text, KInteropNumber x, KInteropNumber y, uint8_t* thisArray, int32_t thisLength) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -18368,21 +18374,23 @@ void impl_CanvasRenderer_setImageSmoothingEnabled(Ark_NativePointer thisPtr, Ark GetAccessors()->getCanvasRendererAccessor()->setImageSmoothingEnabled(self, imageSmoothingEnabled); } KOALA_INTEROP_V2(CanvasRenderer_setImageSmoothingEnabled, Ark_NativePointer, Ark_Boolean) -Ark_NativePointer impl_CanvasRenderer_getImageSmoothingQuality(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getImageSmoothingQuality(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getImageSmoothingQuality(self); + GetAccessors()->getCanvasRendererAccessor()->getImageSmoothingQuality(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getImageSmoothingQuality, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getImageSmoothingQuality, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setImageSmoothingQuality(Ark_NativePointer thisPtr, const KStringPtr& imageSmoothingQuality) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setImageSmoothingQuality(self, (const Ark_String*) (&imageSmoothingQuality)); } KOALA_INTEROP_V2(CanvasRenderer_setImageSmoothingQuality, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_CanvasRenderer_getLineCap(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getLineCap(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getLineCap(self); + GetAccessors()->getCanvasRendererAccessor()->getLineCap(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getLineCap, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getLineCap, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setLineCap(Ark_NativePointer thisPtr, const KStringPtr& lineCap) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineCap(self, (const Ark_String*) (&lineCap)); @@ -18398,11 +18406,12 @@ void impl_CanvasRenderer_setLineDashOffset(Ark_NativePointer thisPtr, KInteropNu GetAccessors()->getCanvasRendererAccessor()->setLineDashOffset(self, (const Ark_Number*) (&lineDashOffset)); } KOALA_INTEROP_V2(CanvasRenderer_setLineDashOffset, Ark_NativePointer, KInteropNumber) -Ark_NativePointer impl_CanvasRenderer_getLineJoin(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getLineJoin(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getLineJoin(self); + GetAccessors()->getCanvasRendererAccessor()->getLineJoin(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getLineJoin, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getLineJoin, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setLineJoin(Ark_NativePointer thisPtr, const KStringPtr& lineJoin) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setLineJoin(self, (const Ark_String*) (&lineJoin)); @@ -18468,11 +18477,12 @@ void impl_CanvasRenderer_setShadowOffsetY(Ark_NativePointer thisPtr, KInteropNum GetAccessors()->getCanvasRendererAccessor()->setShadowOffsetY(self, (const Ark_Number*) (&shadowOffsetY)); } KOALA_INTEROP_V2(CanvasRenderer_setShadowOffsetY, Ark_NativePointer, KInteropNumber) -Ark_NativePointer impl_CanvasRenderer_getDirection(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getDirection(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getDirection(self); + GetAccessors()->getCanvasRendererAccessor()->getDirection(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getDirection, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getDirection, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setDirection(Ark_NativePointer thisPtr, const KStringPtr& direction) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setDirection(self, (const Ark_String*) (&direction)); @@ -18488,21 +18498,23 @@ void impl_CanvasRenderer_setFont(Ark_NativePointer thisPtr, const KStringPtr& fo GetAccessors()->getCanvasRendererAccessor()->setFont(self, (const Ark_String*) (&font)); } KOALA_INTEROP_V2(CanvasRenderer_setFont, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_CanvasRenderer_getTextAlign(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getTextAlign(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getTextAlign(self); + GetAccessors()->getCanvasRendererAccessor()->getTextAlign(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getTextAlign, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getTextAlign, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setTextAlign(Ark_NativePointer thisPtr, const KStringPtr& textAlign) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setTextAlign(self, (const Ark_String*) (&textAlign)); } KOALA_INTEROP_V2(CanvasRenderer_setTextAlign, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_CanvasRenderer_getTextBaseline(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_CanvasRenderer_getTextBaseline(Ark_NativePointer thisPtr) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getCanvasRendererAccessor()->getTextBaseline(self); + GetAccessors()->getCanvasRendererAccessor()->getTextBaseline(self); + return {}; } -KOALA_INTEROP_1(CanvasRenderer_getTextBaseline, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(CanvasRenderer_getTextBaseline, KInteropReturnBuffer, Ark_NativePointer) void impl_CanvasRenderer_setTextBaseline(Ark_NativePointer thisPtr, const KStringPtr& textBaseline) { CanvasRendererPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getCanvasRendererAccessor()->setTextBaseline(self, (const Ark_String*) (&textBaseline)); @@ -18789,11 +18801,12 @@ void impl_BaseEvent_setTimestamp(Ark_NativePointer thisPtr, KInteropNumber times GetAccessors()->getBaseEventAccessor()->setTimestamp(self, (const Ark_Number*) (×tamp)); } KOALA_INTEROP_V2(BaseEvent_setTimestamp, Ark_NativePointer, KInteropNumber) -Ark_NativePointer impl_BaseEvent_getSource(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_BaseEvent_getSource(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getBaseEventAccessor()->getSource(self); + GetAccessors()->getBaseEventAccessor()->getSource(self); + return {}; } -KOALA_INTEROP_1(BaseEvent_getSource, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(BaseEvent_getSource, KInteropReturnBuffer, Ark_NativePointer) void impl_BaseEvent_setSource(Ark_NativePointer thisPtr, Ark_Int32 source) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setSource(self, static_cast(source)); @@ -18849,11 +18862,12 @@ void impl_BaseEvent_setTiltY(Ark_NativePointer thisPtr, KInteropNumber tiltY) { GetAccessors()->getBaseEventAccessor()->setTiltY(self, (const Ark_Number*) (&tiltY)); } KOALA_INTEROP_V2(BaseEvent_setTiltY, Ark_NativePointer, KInteropNumber) -Ark_NativePointer impl_BaseEvent_getSourceTool(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_BaseEvent_getSourceTool(Ark_NativePointer thisPtr) { BaseEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getBaseEventAccessor()->getSourceTool(self); + GetAccessors()->getBaseEventAccessor()->getSourceTool(self); + return {}; } -KOALA_INTEROP_1(BaseEvent_getSourceTool, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(BaseEvent_getSourceTool, KInteropReturnBuffer, Ark_NativePointer) void impl_BaseEvent_setSourceTool(Ark_NativePointer thisPtr, Ark_Int32 sourceTool) { BaseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBaseEventAccessor()->setSourceTool(self, static_cast(sourceTool)); @@ -19001,21 +19015,23 @@ Ark_NativePointer impl_MouseEvent_getFinalizer() { return GetAccessors()->getMouseEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(MouseEvent_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_MouseEvent_getButton(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_MouseEvent_getButton(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getMouseEventAccessor()->getButton(self); + GetAccessors()->getMouseEventAccessor()->getButton(self); + return {}; } -KOALA_INTEROP_1(MouseEvent_getButton, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(MouseEvent_getButton, KInteropReturnBuffer, Ark_NativePointer) void impl_MouseEvent_setButton(Ark_NativePointer thisPtr, Ark_Int32 button) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setButton(self, static_cast(button)); } KOALA_INTEROP_V2(MouseEvent_setButton, Ark_NativePointer, Ark_Int32) -Ark_NativePointer impl_MouseEvent_getAction(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_MouseEvent_getAction(Ark_NativePointer thisPtr) { MouseEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getMouseEventAccessor()->getAction(self); + GetAccessors()->getMouseEventAccessor()->getAction(self); + return {}; } -KOALA_INTEROP_1(MouseEvent_getAction, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(MouseEvent_getAction, KInteropReturnBuffer, Ark_NativePointer) void impl_MouseEvent_setAction(Ark_NativePointer thisPtr, Ark_Int32 action) { MouseEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getMouseEventAccessor()->setAction(self, static_cast(action)); @@ -19123,11 +19139,12 @@ Ark_NativePointer impl_AccessibilityHoverEvent_getFinalizer() { return GetAccessors()->getAccessibilityHoverEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(AccessibilityHoverEvent_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_AccessibilityHoverEvent_getType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_AccessibilityHoverEvent_getType(Ark_NativePointer thisPtr) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getAccessibilityHoverEventAccessor()->getType(self); + GetAccessors()->getAccessibilityHoverEventAccessor()->getType(self); + return {}; } -KOALA_INTEROP_1(AccessibilityHoverEvent_getType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(AccessibilityHoverEvent_getType, KInteropReturnBuffer, Ark_NativePointer) void impl_AccessibilityHoverEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { AccessibilityHoverEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAccessibilityHoverEventAccessor()->setType(self, static_cast(type)); @@ -19201,16 +19218,18 @@ Ark_NativePointer impl_TouchEvent_getFinalizer() { return GetAccessors()->getTouchEventAccessor()->getFinalizer(); } KOALA_INTEROP_0(TouchEvent_getFinalizer, Ark_NativePointer) -void impl_TouchEvent_getHistoricalPoints(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_TouchEvent_getHistoricalPoints(Ark_NativePointer thisPtr) { TouchEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTouchEventAccessor()->getHistoricalPoints(self); + return {}; } -KOALA_INTEROP_V1(TouchEvent_getHistoricalPoints, Ark_NativePointer) -Ark_NativePointer impl_TouchEvent_getType(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(TouchEvent_getHistoricalPoints, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_TouchEvent_getType(Ark_NativePointer thisPtr) { TouchEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getTouchEventAccessor()->getType(self); + GetAccessors()->getTouchEventAccessor()->getType(self); + return {}; } -KOALA_INTEROP_1(TouchEvent_getType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(TouchEvent_getType, KInteropReturnBuffer, Ark_NativePointer) void impl_TouchEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { TouchEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getTouchEventAccessor()->setType(self, static_cast(type)); @@ -19335,26 +19354,29 @@ Ark_NativePointer impl_DragEvent_getData(Ark_NativePointer thisPtr) { return GetAccessors()->getDragEventAccessor()->getData(self); } KOALA_INTEROP_1(DragEvent_getData, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_DragEvent_getSummary(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_DragEvent_getSummary(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDragEventAccessor()->getSummary(self); + GetAccessors()->getDragEventAccessor()->getSummary(self); + return {}; } -KOALA_INTEROP_1(DragEvent_getSummary, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(DragEvent_getSummary, KInteropReturnBuffer, Ark_NativePointer) void impl_DragEvent_setResult(Ark_NativePointer thisPtr, Ark_Int32 dragResult) { DragEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDragEventAccessor()->setResult(self, static_cast(dragResult)); } KOALA_INTEROP_V2(DragEvent_setResult, Ark_NativePointer, Ark_Int32) -Ark_NativePointer impl_DragEvent_getResult(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_DragEvent_getResult(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDragEventAccessor()->getResult(self); + GetAccessors()->getDragEventAccessor()->getResult(self); + return {}; } -KOALA_INTEROP_1(DragEvent_getResult, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_DragEvent_getPreviewRect(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(DragEvent_getResult, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_DragEvent_getPreviewRect(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDragEventAccessor()->getPreviewRect(self); + GetAccessors()->getDragEventAccessor()->getPreviewRect(self); + return {}; } -KOALA_INTEROP_1(DragEvent_getPreviewRect, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(DragEvent_getPreviewRect, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_DragEvent_getVelocityX(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getDragEventAccessor()->getVelocityX(self); @@ -19384,11 +19406,12 @@ Ark_Boolean impl_DragEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_ return GetAccessors()->getDragEventAccessor()->getModifierKeyState(self, (const Array_String*)&keys_value); } KOALA_INTEROP_3(DragEvent_getModifierKeyState, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_DragEvent_getDragBehavior(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_DragEvent_getDragBehavior(Ark_NativePointer thisPtr) { DragEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDragEventAccessor()->getDragBehavior(self); + GetAccessors()->getDragEventAccessor()->getDragBehavior(self); + return {}; } -KOALA_INTEROP_1(DragEvent_getDragBehavior, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(DragEvent_getDragBehavior, KInteropReturnBuffer, Ark_NativePointer) void impl_DragEvent_setDragBehavior(Ark_NativePointer thisPtr, Ark_Int32 dragBehavior) { DragEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDragEventAccessor()->setDragBehavior(self, static_cast(dragBehavior)); @@ -19426,11 +19449,12 @@ Ark_Boolean impl_KeyEvent_getModifierKeyState(Ark_NativePointer thisPtr, uint8_t return GetAccessors()->getKeyEventAccessor()->getModifierKeyState(self, (const Array_String*)&keys_value); } KOALA_INTEROP_3(KeyEvent_getModifierKeyState, Ark_Boolean, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_KeyEvent_getType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_KeyEvent_getType(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getKeyEventAccessor()->getType(self); + GetAccessors()->getKeyEventAccessor()->getType(self); + return {}; } -KOALA_INTEROP_1(KeyEvent_getType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(KeyEvent_getType, KInteropReturnBuffer, Ark_NativePointer) void impl_KeyEvent_setType(Ark_NativePointer thisPtr, Ark_Int32 type) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setType(self, static_cast(type)); @@ -19456,11 +19480,12 @@ void impl_KeyEvent_setKeyText(Ark_NativePointer thisPtr, const KStringPtr& keyTe GetAccessors()->getKeyEventAccessor()->setKeyText(self, (const Ark_String*) (&keyText)); } KOALA_INTEROP_V2(KeyEvent_setKeyText, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_KeyEvent_getKeySource(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_KeyEvent_getKeySource(Ark_NativePointer thisPtr) { KeyEventPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getKeyEventAccessor()->getKeySource(self); + GetAccessors()->getKeyEventAccessor()->getKeySource(self); + return {}; } -KOALA_INTEROP_1(KeyEvent_getKeySource, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(KeyEvent_getKeySource, KInteropReturnBuffer, Ark_NativePointer) void impl_KeyEvent_setKeySource(Ark_NativePointer thisPtr, Ark_Int32 keySource) { KeyEventPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getKeyEventAccessor()->setKeySource(self, static_cast(keySource)); @@ -19606,28 +19631,32 @@ Ark_NativePointer impl_Measurable_getFinalizer() { return GetAccessors()->getMeasurableAccessor()->getFinalizer(); } KOALA_INTEROP_0(Measurable_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_Measurable_measure(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_Measurable_measure(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { MeasurablePeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_ConstraintSizeOptions constraint_value = thisDeserializer.readConstraintSizeOptions();; - return GetAccessors()->getMeasurableAccessor()->measure(self, (const Ark_ConstraintSizeOptions*)&constraint_value); + GetAccessors()->getMeasurableAccessor()->measure(self, (const Ark_ConstraintSizeOptions*)&constraint_value); + return {}; } -KOALA_INTEROP_3(Measurable_measure, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_Measurable_getMargin(Ark_NativePointer thisPtr) { +KOALA_INTEROP_3(Measurable_measure, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) +KInteropReturnBuffer impl_Measurable_getMargin(Ark_NativePointer thisPtr) { MeasurablePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getMeasurableAccessor()->getMargin(self); + GetAccessors()->getMeasurableAccessor()->getMargin(self); + return {}; } -KOALA_INTEROP_1(Measurable_getMargin, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_Measurable_getPadding(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(Measurable_getMargin, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_Measurable_getPadding(Ark_NativePointer thisPtr) { MeasurablePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getMeasurableAccessor()->getPadding(self); + GetAccessors()->getMeasurableAccessor()->getPadding(self); + return {}; } -KOALA_INTEROP_1(Measurable_getPadding, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_Measurable_getBorderWidth(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(Measurable_getPadding, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_Measurable_getBorderWidth(Ark_NativePointer thisPtr) { MeasurablePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getMeasurableAccessor()->getBorderWidth(self); + GetAccessors()->getMeasurableAccessor()->getBorderWidth(self); + return {}; } -KOALA_INTEROP_1(Measurable_getBorderWidth, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(Measurable_getBorderWidth, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_View_ctor() { return GetAccessors()->getViewAccessor()->ctor(); } @@ -19651,16 +19680,18 @@ Ark_NativePointer impl_TextContentControllerBase_getFinalizer() { return GetAccessors()->getTextContentControllerBaseAccessor()->getFinalizer(); } KOALA_INTEROP_0(TextContentControllerBase_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_TextContentControllerBase_getCaretOffset(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_TextContentControllerBase_getCaretOffset(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getTextContentControllerBaseAccessor()->getCaretOffset(self); + GetAccessors()->getTextContentControllerBaseAccessor()->getCaretOffset(self); + return {}; } -KOALA_INTEROP_1(TextContentControllerBase_getCaretOffset, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_TextContentControllerBase_getTextContentRect(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(TextContentControllerBase_getCaretOffset, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_TextContentControllerBase_getTextContentRect(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getTextContentControllerBaseAccessor()->getTextContentRect(self); + GetAccessors()->getTextContentControllerBaseAccessor()->getTextContentRect(self); + return {}; } -KOALA_INTEROP_1(TextContentControllerBase_getTextContentRect, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(TextContentControllerBase_getTextContentRect, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_TextContentControllerBase_getTextContentLineCount(Ark_NativePointer thisPtr) { TextContentControllerBasePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getTextContentControllerBaseAccessor()->getTextContentLineCount(self); @@ -19918,7 +19949,7 @@ void impl_GestureModifier_applyGesture(Ark_NativePointer thisPtr, uint8_t* thisA GetAccessors()->getGestureModifierAccessor()->applyGesture(self, (const Ark_UIGestureEvent*)&event_value); } KOALA_INTEROP_V3(GestureModifier_applyGesture, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_GlobalScope_common_getContext(uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_GlobalScope_common_getContext(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const auto component_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); Opt_CustomObject component_value_buf = {}; @@ -19928,9 +19959,10 @@ Ark_NativePointer impl_GlobalScope_common_getContext(uint8_t* thisArray, int32_t component_value_buf.value = static_cast(thisDeserializer.readCustomObject("Object")); } Opt_CustomObject component_value = component_value_buf;; - return GetAccessors()->getGlobalScope_commonAccessor()->getContext((const Opt_CustomObject*)&component_value); + GetAccessors()->getGlobalScope_commonAccessor()->getContext((const Opt_CustomObject*)&component_value); + return {}; } -KOALA_INTEROP_2(GlobalScope_common_getContext, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_2(GlobalScope_common_getContext, KInteropReturnBuffer, uint8_t*, int32_t) void impl_GlobalScope_common_postCardAction(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_CustomObject component_value = static_cast(thisDeserializer.readCustomObject("Object"));; @@ -19938,7 +19970,7 @@ void impl_GlobalScope_common_postCardAction(uint8_t* thisArray, int32_t thisLeng GetAccessors()->getGlobalScope_commonAccessor()->postCardAction((const Ark_CustomObject*)&component_value, (const Ark_CustomObject*)&action_value); } KOALA_INTEROP_V2(GlobalScope_common_postCardAction, uint8_t*, int32_t) -Ark_NativePointer impl_GlobalScope_common_dollar_r(const KStringPtr& value, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_GlobalScope_common_dollar_r(const KStringPtr& value, uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int32 params_value_buf_length = thisDeserializer.readInt32(); Array_CustomObject params_value_buf = {}; @@ -19948,13 +19980,15 @@ Ark_NativePointer impl_GlobalScope_common_dollar_r(const KStringPtr& value, uint params_value_buf.array[params_value_buf_i] = static_cast(thisDeserializer.readCustomObject("Any")); } Array_CustomObject params_value = params_value_buf;; - return GetAccessors()->getGlobalScope_commonAccessor()->dollar_r((const Ark_String*) (&value), (const Array_CustomObject*)¶ms_value); + GetAccessors()->getGlobalScope_commonAccessor()->dollar_r((const Ark_String*) (&value), (const Array_CustomObject*)¶ms_value); + return {}; } -KOALA_INTEROP_3(GlobalScope_common_dollar_r, Ark_NativePointer, KStringPtr, uint8_t*, int32_t) -Ark_NativePointer impl_GlobalScope_common_dollar_rawfile(const KStringPtr& value) { - return GetAccessors()->getGlobalScope_commonAccessor()->dollar_rawfile((const Ark_String*) (&value)); +KOALA_INTEROP_3(GlobalScope_common_dollar_r, KInteropReturnBuffer, KStringPtr, uint8_t*, int32_t) +KInteropReturnBuffer impl_GlobalScope_common_dollar_rawfile(const KStringPtr& value) { + GetAccessors()->getGlobalScope_commonAccessor()->dollar_rawfile((const Ark_String*) (&value)); + return {}; } -KOALA_INTEROP_1(GlobalScope_common_dollar_rawfile, Ark_NativePointer, KStringPtr) +KOALA_INTEROP_1(GlobalScope_common_dollar_rawfile, KInteropReturnBuffer, KStringPtr) void impl_GlobalScope_common_animateTo(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_AnimateParam value_value = thisDeserializer.readAnimateParam();; @@ -20454,11 +20488,12 @@ void impl_PanGestureOptions_setFingers(Ark_NativePointer thisPtr, KInteropNumber GetAccessors()->getPanGestureOptionsAccessor()->setFingers(self, (const Ark_Number*) (&value)); } KOALA_INTEROP_V2(PanGestureOptions_setFingers, Ark_NativePointer, KInteropNumber) -Ark_NativePointer impl_PanGestureOptions_getDirection(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_PanGestureOptions_getDirection(Ark_NativePointer thisPtr) { PanGestureOptionsPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getPanGestureOptionsAccessor()->getDirection(self); + GetAccessors()->getPanGestureOptionsAccessor()->getDirection(self); + return {}; } -KOALA_INTEROP_1(PanGestureOptions_getDirection, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(PanGestureOptions_getDirection, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_ScrollableTargetInfo_ctor() { return GetAccessors()->getScrollableTargetInfoAccessor()->ctor(); } @@ -20503,11 +20538,12 @@ void impl_GestureRecognizer_getTag(Ark_NativePointer thisPtr) { GetAccessors()->getGestureRecognizerAccessor()->getTag(self); } KOALA_INTEROP_V1(GestureRecognizer_getTag, Ark_NativePointer) -Ark_NativePointer impl_GestureRecognizer_getType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_GestureRecognizer_getType(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getGestureRecognizerAccessor()->getType(self); + GetAccessors()->getGestureRecognizerAccessor()->getType(self); + return {}; } -KOALA_INTEROP_1(GestureRecognizer_getType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(GestureRecognizer_getType, KInteropReturnBuffer, Ark_NativePointer) Ark_Boolean impl_GestureRecognizer_isBuiltIn(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->isBuiltIn(self); @@ -20523,11 +20559,12 @@ Ark_Boolean impl_GestureRecognizer_isEnabled(Ark_NativePointer thisPtr) { return GetAccessors()->getGestureRecognizerAccessor()->isEnabled(self); } KOALA_INTEROP_1(GestureRecognizer_isEnabled, Ark_Boolean, Ark_NativePointer) -Ark_NativePointer impl_GestureRecognizer_getState(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_GestureRecognizer_getState(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getGestureRecognizerAccessor()->getState(self); + GetAccessors()->getGestureRecognizerAccessor()->getState(self); + return {}; } -KOALA_INTEROP_1(GestureRecognizer_getState, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(GestureRecognizer_getState, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_GestureRecognizer_getEventTargetInfo(Ark_NativePointer thisPtr) { GestureRecognizerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getGestureRecognizerAccessor()->getEventTargetInfo(self); @@ -20559,11 +20596,12 @@ Ark_NativePointer impl_ImageAnalyzerController_getFinalizer() { return GetAccessors()->getImageAnalyzerControllerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ImageAnalyzerController_getFinalizer, Ark_NativePointer) -void impl_ImageAnalyzerController_getImageAnalyzerSupportTypes(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ImageAnalyzerController_getImageAnalyzerSupportTypes(Ark_NativePointer thisPtr) { ImageAnalyzerControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getImageAnalyzerControllerAccessor()->getImageAnalyzerSupportTypes(self); + return {}; } -KOALA_INTEROP_V1(ImageAnalyzerController_getImageAnalyzerSupportTypes, Ark_NativePointer) +KOALA_INTEROP_1(ImageAnalyzerController_getImageAnalyzerSupportTypes, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_ListScroller_ctor() { return GetAccessors()->getListScrollerAccessor()->ctor(); } @@ -20572,11 +20610,12 @@ Ark_NativePointer impl_ListScroller_getFinalizer() { return GetAccessors()->getListScrollerAccessor()->getFinalizer(); } KOALA_INTEROP_0(ListScroller_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_ListScroller_getItemRectInGroup(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber indexInGroup) { +KInteropReturnBuffer impl_ListScroller_getItemRectInGroup(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber indexInGroup) { ListScrollerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getListScrollerAccessor()->getItemRectInGroup(self, (const Ark_Number*) (&index), (const Ark_Number*) (&indexInGroup)); + GetAccessors()->getListScrollerAccessor()->getItemRectInGroup(self, (const Ark_Number*) (&index), (const Ark_Number*) (&indexInGroup)); + return {}; } -KOALA_INTEROP_3(ListScroller_getItemRectInGroup, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) +KOALA_INTEROP_3(ListScroller_getItemRectInGroup, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber, KInteropNumber) void impl_ListScroller_scrollToItemInGroup(Ark_NativePointer thisPtr, KInteropNumber index, KInteropNumber indexInGroup, uint8_t* thisArray, int32_t thisLength) { ListScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -20613,11 +20652,12 @@ void impl_ListScroller_closeAllSwipeActions(Ark_NativePointer thisPtr, uint8_t* GetAccessors()->getListScrollerAccessor()->closeAllSwipeActions(self, (const Opt_CloseSwipeActionOptions*)&options_value); } KOALA_INTEROP_V3(ListScroller_closeAllSwipeActions, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_ListScroller_getVisibleListContentInfo(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { +KInteropReturnBuffer impl_ListScroller_getVisibleListContentInfo(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { ListScrollerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getListScrollerAccessor()->getVisibleListContentInfo(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); + GetAccessors()->getListScrollerAccessor()->getVisibleListContentInfo(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); + return {}; } -KOALA_INTEROP_3(ListScroller_getVisibleListContentInfo, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) +KOALA_INTEROP_3(ListScroller_getVisibleListContentInfo, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber, KInteropNumber) Ark_NativePointer impl_Matrix2D_ctor() { return GetAccessors()->getMatrix2DAccessor()->ctor(); } @@ -20806,11 +20846,12 @@ Ark_NativePointer impl_NavDestinationContext_getFinalizer() { return GetAccessors()->getNavDestinationContextAccessor()->getFinalizer(); } KOALA_INTEROP_0(NavDestinationContext_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_NavDestinationContext_getConfigInRouteMap(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_NavDestinationContext_getConfigInRouteMap(Ark_NativePointer thisPtr) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getNavDestinationContextAccessor()->getConfigInRouteMap(self); + GetAccessors()->getNavDestinationContextAccessor()->getConfigInRouteMap(self); + return {}; } -KOALA_INTEROP_1(NavDestinationContext_getConfigInRouteMap, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(NavDestinationContext_getConfigInRouteMap, KInteropReturnBuffer, Ark_NativePointer) void impl_NavDestinationContext_setPathInfo(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavDestinationContextPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21121,7 +21162,7 @@ Ark_Boolean impl_NavPathStack_removeByNavDestinationId(Ark_NativePointer thisPtr return GetAccessors()->getNavPathStackAccessor()->removeByNavDestinationId(self, (const Ark_String*) (&navDestinationId)); } KOALA_INTEROP_2(NavPathStack_removeByNavDestinationId, Ark_Boolean, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_NavPathStack_pop0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_NavPathStack_pop0(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const auto animated_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21132,10 +21173,11 @@ Ark_NativePointer impl_NavPathStack_pop0(Ark_NativePointer thisPtr, uint8_t* thi animated_value_buf.value = thisDeserializer.readBoolean(); } Opt_Boolean animated_value = animated_value_buf;; - return GetAccessors()->getNavPathStackAccessor()->pop0(self, (const Opt_Boolean*)&animated_value); + GetAccessors()->getNavPathStackAccessor()->pop0(self, (const Opt_Boolean*)&animated_value); + return {}; } -KOALA_INTEROP_3(NavPathStack_pop0, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_NavPathStack_pop1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KOALA_INTEROP_3(NavPathStack_pop0, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) +KInteropReturnBuffer impl_NavPathStack_pop1(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_CustomObject result_value = static_cast(thisDeserializer.readCustomObject("Object"));; @@ -21147,9 +21189,10 @@ Ark_NativePointer impl_NavPathStack_pop1(Ark_NativePointer thisPtr, uint8_t* thi animated_value_buf.value = thisDeserializer.readBoolean(); } Opt_Boolean animated_value = animated_value_buf;; - return GetAccessors()->getNavPathStackAccessor()->pop1(self, (const Ark_CustomObject*)&result_value, (const Opt_Boolean*)&animated_value); + GetAccessors()->getNavPathStackAccessor()->pop1(self, (const Ark_CustomObject*)&result_value, (const Opt_Boolean*)&animated_value); + return {}; } -KOALA_INTEROP_3(NavPathStack_pop1, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(NavPathStack_pop1, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) Ark_Int32 impl_NavPathStack_popToName0(Ark_NativePointer thisPtr, const KStringPtr& name, uint8_t* thisArray, int32_t thisLength) { NavPathStackPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21250,31 +21293,36 @@ void impl_NavPathStack_clear(Ark_NativePointer thisPtr, uint8_t* thisArray, int3 GetAccessors()->getNavPathStackAccessor()->clear(self, (const Opt_Boolean*)&animated_value); } KOALA_INTEROP_V3(NavPathStack_clear, Ark_NativePointer, uint8_t*, int32_t) -void impl_NavPathStack_getAllPathName(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_NavPathStack_getAllPathName(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getAllPathName(self); + return {}; } -KOALA_INTEROP_V1(NavPathStack_getAllPathName, Ark_NativePointer) -void impl_NavPathStack_getParamByIndex(Ark_NativePointer thisPtr, KInteropNumber index) { +KOALA_INTEROP_1(NavPathStack_getAllPathName, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_NavPathStack_getParamByIndex(Ark_NativePointer thisPtr, KInteropNumber index) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getParamByIndex(self, (const Ark_Number*) (&index)); + return {}; } -KOALA_INTEROP_V2(NavPathStack_getParamByIndex, Ark_NativePointer, KInteropNumber) -void impl_NavPathStack_getParamByName(Ark_NativePointer thisPtr, const KStringPtr& name) { +KOALA_INTEROP_2(NavPathStack_getParamByIndex, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber) +KInteropReturnBuffer impl_NavPathStack_getParamByName(Ark_NativePointer thisPtr, const KStringPtr& name) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getParamByName(self, (const Ark_String*) (&name)); + return {}; } -KOALA_INTEROP_V2(NavPathStack_getParamByName, Ark_NativePointer, KStringPtr) -void impl_NavPathStack_getIndexByName(Ark_NativePointer thisPtr, const KStringPtr& name) { +KOALA_INTEROP_2(NavPathStack_getParamByName, KInteropReturnBuffer, Ark_NativePointer, KStringPtr) +KInteropReturnBuffer impl_NavPathStack_getIndexByName(Ark_NativePointer thisPtr, const KStringPtr& name) { NavPathStackPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getNavPathStackAccessor()->getIndexByName(self, (const Ark_String*) (&name)); + return {}; } -KOALA_INTEROP_V2(NavPathStack_getIndexByName, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_NavPathStack_getParent(Ark_NativePointer thisPtr) { +KOALA_INTEROP_2(NavPathStack_getIndexByName, KInteropReturnBuffer, Ark_NativePointer, KStringPtr) +KInteropReturnBuffer impl_NavPathStack_getParent(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getNavPathStackAccessor()->getParent(self); + GetAccessors()->getNavPathStackAccessor()->getParent(self); + return {}; } -KOALA_INTEROP_1(NavPathStack_getParent, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(NavPathStack_getParent, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_NavPathStack_size(Ark_NativePointer thisPtr) { NavPathStackPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getNavPathStackAccessor()->size(self); @@ -21380,11 +21428,12 @@ void impl_RichEditorBaseController_closeSelectionMenu(Ark_NativePointer thisPtr) GetAccessors()->getRichEditorBaseControllerAccessor()->closeSelectionMenu(self); } KOALA_INTEROP_V1(RichEditorBaseController_closeSelectionMenu, Ark_NativePointer) -Ark_NativePointer impl_RichEditorBaseController_getTypingStyle(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_RichEditorBaseController_getTypingStyle(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getRichEditorBaseControllerAccessor()->getTypingStyle(self); + GetAccessors()->getRichEditorBaseControllerAccessor()->getTypingStyle(self); + return {}; } -KOALA_INTEROP_1(RichEditorBaseController_getTypingStyle, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(RichEditorBaseController_getTypingStyle, KInteropReturnBuffer, Ark_NativePointer) void impl_RichEditorBaseController_setTypingStyle(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21421,11 +21470,12 @@ Ark_NativePointer impl_RichEditorBaseController_getLayoutManager(Ark_NativePoint return GetAccessors()->getRichEditorBaseControllerAccessor()->getLayoutManager(self); } KOALA_INTEROP_1(RichEditorBaseController_getLayoutManager, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_RichEditorBaseController_getPreviewText(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_RichEditorBaseController_getPreviewText(Ark_NativePointer thisPtr) { RichEditorBaseControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getRichEditorBaseControllerAccessor()->getPreviewText(self); + GetAccessors()->getRichEditorBaseControllerAccessor()->getPreviewText(self); + return {}; } -KOALA_INTEROP_1(RichEditorBaseController_getPreviewText, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(RichEditorBaseController_getPreviewText, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_RichEditorController_ctor() { return GetAccessors()->getRichEditorControllerAccessor()->ctor(); } @@ -21567,7 +21617,7 @@ void impl_RichEditorController_deleteSpans(Ark_NativePointer thisPtr, uint8_t* t GetAccessors()->getRichEditorControllerAccessor()->deleteSpans(self, (const Opt_RichEditorRange*)&value_value); } KOALA_INTEROP_V3(RichEditorController_deleteSpans, Ark_NativePointer, uint8_t*, int32_t) -void impl_RichEditorController_getSpans(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_RichEditorController_getSpans(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const auto value_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21579,9 +21629,10 @@ void impl_RichEditorController_getSpans(Ark_NativePointer thisPtr, uint8_t* this } Opt_RichEditorRange value_value = value_value_buf;; GetAccessors()->getRichEditorControllerAccessor()->getSpans(self, (const Opt_RichEditorRange*)&value_value); + return {}; } -KOALA_INTEROP_V3(RichEditorController_getSpans, Ark_NativePointer, uint8_t*, int32_t) -void impl_RichEditorController_getParagraphs(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KOALA_INTEROP_3(RichEditorController_getSpans, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) +KInteropReturnBuffer impl_RichEditorController_getParagraphs(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const auto value_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -21593,20 +21644,23 @@ void impl_RichEditorController_getParagraphs(Ark_NativePointer thisPtr, uint8_t* } Opt_RichEditorRange value_value = value_value_buf;; GetAccessors()->getRichEditorControllerAccessor()->getParagraphs(self, (const Opt_RichEditorRange*)&value_value); + return {}; } -KOALA_INTEROP_V3(RichEditorController_getParagraphs, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_RichEditorController_getSelection(Ark_NativePointer thisPtr) { +KOALA_INTEROP_3(RichEditorController_getParagraphs, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) +KInteropReturnBuffer impl_RichEditorController_getSelection(Ark_NativePointer thisPtr) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getRichEditorControllerAccessor()->getSelection(self); + GetAccessors()->getRichEditorControllerAccessor()->getSelection(self); + return {}; } -KOALA_INTEROP_1(RichEditorController_getSelection, Ark_NativePointer, Ark_NativePointer) -void impl_RichEditorController_fromStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KOALA_INTEROP_1(RichEditorController_getSelection, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_RichEditorController_fromStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_StyledString value_value = static_cast(thisDeserializer.readStyledString());; GetAccessors()->getRichEditorControllerAccessor()->fromStyledString(self, value_value); + return {}; } -KOALA_INTEROP_V3(RichEditorController_fromStyledString, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(RichEditorController_fromStyledString, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) Ark_NativePointer impl_RichEditorController_toStyledString(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21634,11 +21688,12 @@ Ark_NativePointer impl_RichEditorStyledStringController_getStyledString(Ark_Nati return GetAccessors()->getRichEditorStyledStringControllerAccessor()->getStyledString(self); } KOALA_INTEROP_1(RichEditorStyledStringController_getStyledString, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_RichEditorStyledStringController_getSelection(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_RichEditorStyledStringController_getSelection(Ark_NativePointer thisPtr) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getRichEditorStyledStringControllerAccessor()->getSelection(self); + GetAccessors()->getRichEditorStyledStringControllerAccessor()->getSelection(self); + return {}; } -KOALA_INTEROP_1(RichEditorStyledStringController_getSelection, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(RichEditorStyledStringController_getSelection, KInteropReturnBuffer, Ark_NativePointer) void impl_RichEditorStyledStringController_onContentChanged(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { RichEditorStyledStringControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21704,11 +21759,12 @@ void impl_Scroller_scrollPage1(Ark_NativePointer thisPtr, uint8_t* thisArray, in GetAccessors()->getScrollerAccessor()->scrollPage1(self, (const Ark_Literal_Boolean_next_Axis_direction*)&value_value); } KOALA_INTEROP_V3(Scroller_scrollPage1, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_Scroller_currentOffset(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_Scroller_currentOffset(Ark_NativePointer thisPtr) { ScrollerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getScrollerAccessor()->currentOffset(self); + GetAccessors()->getScrollerAccessor()->currentOffset(self); + return {}; } -KOALA_INTEROP_1(Scroller_currentOffset, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(Scroller_currentOffset, KInteropReturnBuffer, Ark_NativePointer) void impl_Scroller_scrollToIndex(Ark_NativePointer thisPtr, KInteropNumber value, uint8_t* thisArray, int32_t thisLength) { ScrollerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -21749,11 +21805,12 @@ Ark_Boolean impl_Scroller_isAtEnd(Ark_NativePointer thisPtr) { return GetAccessors()->getScrollerAccessor()->isAtEnd(self); } KOALA_INTEROP_1(Scroller_isAtEnd, Ark_Boolean, Ark_NativePointer) -Ark_NativePointer impl_Scroller_getItemRect(Ark_NativePointer thisPtr, KInteropNumber index) { +KInteropReturnBuffer impl_Scroller_getItemRect(Ark_NativePointer thisPtr, KInteropNumber index) { ScrollerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getScrollerAccessor()->getItemRect(self, (const Ark_Number*) (&index)); + GetAccessors()->getScrollerAccessor()->getItemRect(self, (const Ark_Number*) (&index)); + return {}; } -KOALA_INTEROP_2(Scroller_getItemRect, Ark_NativePointer, Ark_NativePointer, KInteropNumber) +KOALA_INTEROP_2(Scroller_getItemRect, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber) Ark_Int32 impl_Scroller_getItemIndex(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { ScrollerPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getScrollerAccessor()->getItemIndex(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); @@ -21947,21 +22004,23 @@ Ark_NativePointer impl_ScaleSymbolEffect_getFinalizer() { return GetAccessors()->getScaleSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(ScaleSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_ScaleSymbolEffect_getScope(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ScaleSymbolEffect_getScope(Ark_NativePointer thisPtr) { ScaleSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getScaleSymbolEffectAccessor()->getScope(self); + GetAccessors()->getScaleSymbolEffectAccessor()->getScope(self); + return {}; } -KOALA_INTEROP_1(ScaleSymbolEffect_getScope, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ScaleSymbolEffect_getScope, KInteropReturnBuffer, Ark_NativePointer) void impl_ScaleSymbolEffect_setScope(Ark_NativePointer thisPtr, Ark_Int32 scope) { ScaleSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScaleSymbolEffectAccessor()->setScope(self, static_cast(scope)); } KOALA_INTEROP_V2(ScaleSymbolEffect_setScope, Ark_NativePointer, Ark_Int32) -Ark_NativePointer impl_ScaleSymbolEffect_getDirection(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ScaleSymbolEffect_getDirection(Ark_NativePointer thisPtr) { ScaleSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getScaleSymbolEffectAccessor()->getDirection(self); + GetAccessors()->getScaleSymbolEffectAccessor()->getDirection(self); + return {}; } -KOALA_INTEROP_1(ScaleSymbolEffect_getDirection, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ScaleSymbolEffect_getDirection, KInteropReturnBuffer, Ark_NativePointer) void impl_ScaleSymbolEffect_setDirection(Ark_NativePointer thisPtr, Ark_Int32 direction) { ScaleSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getScaleSymbolEffectAccessor()->setDirection(self, static_cast(direction)); @@ -21984,11 +22043,12 @@ Ark_NativePointer impl_HierarchicalSymbolEffect_getFinalizer() { return GetAccessors()->getHierarchicalSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(HierarchicalSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_HierarchicalSymbolEffect_getFillStyle(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_HierarchicalSymbolEffect_getFillStyle(Ark_NativePointer thisPtr) { HierarchicalSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getHierarchicalSymbolEffectAccessor()->getFillStyle(self); + GetAccessors()->getHierarchicalSymbolEffectAccessor()->getFillStyle(self); + return {}; } -KOALA_INTEROP_1(HierarchicalSymbolEffect_getFillStyle, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(HierarchicalSymbolEffect_getFillStyle, KInteropReturnBuffer, Ark_NativePointer) void impl_HierarchicalSymbolEffect_setFillStyle(Ark_NativePointer thisPtr, Ark_Int32 fillStyle) { HierarchicalSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getHierarchicalSymbolEffectAccessor()->setFillStyle(self, static_cast(fillStyle)); @@ -22011,11 +22071,12 @@ Ark_NativePointer impl_AppearSymbolEffect_getFinalizer() { return GetAccessors()->getAppearSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(AppearSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_AppearSymbolEffect_getScope(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_AppearSymbolEffect_getScope(Ark_NativePointer thisPtr) { AppearSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getAppearSymbolEffectAccessor()->getScope(self); + GetAccessors()->getAppearSymbolEffectAccessor()->getScope(self); + return {}; } -KOALA_INTEROP_1(AppearSymbolEffect_getScope, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(AppearSymbolEffect_getScope, KInteropReturnBuffer, Ark_NativePointer) void impl_AppearSymbolEffect_setScope(Ark_NativePointer thisPtr, Ark_Int32 scope) { AppearSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getAppearSymbolEffectAccessor()->setScope(self, static_cast(scope)); @@ -22038,11 +22099,12 @@ Ark_NativePointer impl_DisappearSymbolEffect_getFinalizer() { return GetAccessors()->getDisappearSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(DisappearSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_DisappearSymbolEffect_getScope(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_DisappearSymbolEffect_getScope(Ark_NativePointer thisPtr) { DisappearSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDisappearSymbolEffectAccessor()->getScope(self); + GetAccessors()->getDisappearSymbolEffectAccessor()->getScope(self); + return {}; } -KOALA_INTEROP_1(DisappearSymbolEffect_getScope, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(DisappearSymbolEffect_getScope, KInteropReturnBuffer, Ark_NativePointer) void impl_DisappearSymbolEffect_setScope(Ark_NativePointer thisPtr, Ark_Int32 scope) { DisappearSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getDisappearSymbolEffectAccessor()->setScope(self, static_cast(scope)); @@ -22073,21 +22135,23 @@ Ark_NativePointer impl_BounceSymbolEffect_getFinalizer() { return GetAccessors()->getBounceSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(BounceSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_BounceSymbolEffect_getScope(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_BounceSymbolEffect_getScope(Ark_NativePointer thisPtr) { BounceSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getBounceSymbolEffectAccessor()->getScope(self); + GetAccessors()->getBounceSymbolEffectAccessor()->getScope(self); + return {}; } -KOALA_INTEROP_1(BounceSymbolEffect_getScope, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(BounceSymbolEffect_getScope, KInteropReturnBuffer, Ark_NativePointer) void impl_BounceSymbolEffect_setScope(Ark_NativePointer thisPtr, Ark_Int32 scope) { BounceSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBounceSymbolEffectAccessor()->setScope(self, static_cast(scope)); } KOALA_INTEROP_V2(BounceSymbolEffect_setScope, Ark_NativePointer, Ark_Int32) -Ark_NativePointer impl_BounceSymbolEffect_getDirection(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_BounceSymbolEffect_getDirection(Ark_NativePointer thisPtr) { BounceSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getBounceSymbolEffectAccessor()->getDirection(self); + GetAccessors()->getBounceSymbolEffectAccessor()->getDirection(self); + return {}; } -KOALA_INTEROP_1(BounceSymbolEffect_getDirection, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(BounceSymbolEffect_getDirection, KInteropReturnBuffer, Ark_NativePointer) void impl_BounceSymbolEffect_setDirection(Ark_NativePointer thisPtr, Ark_Int32 direction) { BounceSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getBounceSymbolEffectAccessor()->setDirection(self, static_cast(direction)); @@ -22110,11 +22174,12 @@ Ark_NativePointer impl_ReplaceSymbolEffect_getFinalizer() { return GetAccessors()->getReplaceSymbolEffectAccessor()->getFinalizer(); } KOALA_INTEROP_0(ReplaceSymbolEffect_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_ReplaceSymbolEffect_getScope(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ReplaceSymbolEffect_getScope(Ark_NativePointer thisPtr) { ReplaceSymbolEffectPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getReplaceSymbolEffectAccessor()->getScope(self); + GetAccessors()->getReplaceSymbolEffectAccessor()->getScope(self); + return {}; } -KOALA_INTEROP_1(ReplaceSymbolEffect_getScope, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ReplaceSymbolEffect_getScope, KInteropReturnBuffer, Ark_NativePointer) void impl_ReplaceSymbolEffect_setScope(Ark_NativePointer thisPtr, Ark_Int32 scope) { ReplaceSymbolEffectPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getReplaceSymbolEffectAccessor()->setScope(self, static_cast(scope)); @@ -22335,11 +22400,12 @@ Ark_Int32 impl_TextEditControllerEx_getCaretOffset(Ark_NativePointer thisPtr) { return GetAccessors()->getTextEditControllerExAccessor()->getCaretOffset(self); } KOALA_INTEROP_1(TextEditControllerEx_getCaretOffset, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_TextEditControllerEx_getPreviewText(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_TextEditControllerEx_getPreviewText(Ark_NativePointer thisPtr) { TextEditControllerExPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getTextEditControllerExAccessor()->getPreviewText(self); + GetAccessors()->getTextEditControllerExAccessor()->getPreviewText(self); + return {}; } -KOALA_INTEROP_1(TextEditControllerEx_getPreviewText, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(TextEditControllerEx_getPreviewText, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_StyledStringController_ctor() { return GetAccessors()->getStyledStringControllerAccessor()->ctor(); } @@ -22373,23 +22439,26 @@ Ark_Int32 impl_LayoutManager_getLineCount(Ark_NativePointer thisPtr) { return GetAccessors()->getLayoutManagerAccessor()->getLineCount(self); } KOALA_INTEROP_1(LayoutManager_getLineCount, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_LayoutManager_getGlyphPositionAtCoordinate(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { +KInteropReturnBuffer impl_LayoutManager_getGlyphPositionAtCoordinate(Ark_NativePointer thisPtr, KInteropNumber x, KInteropNumber y) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getLayoutManagerAccessor()->getGlyphPositionAtCoordinate(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); + GetAccessors()->getLayoutManagerAccessor()->getGlyphPositionAtCoordinate(self, (const Ark_Number*) (&x), (const Ark_Number*) (&y)); + return {}; } -KOALA_INTEROP_3(LayoutManager_getGlyphPositionAtCoordinate, Ark_NativePointer, Ark_NativePointer, KInteropNumber, KInteropNumber) -Ark_NativePointer impl_LayoutManager_getLineMetrics(Ark_NativePointer thisPtr, KInteropNumber lineNumber) { +KOALA_INTEROP_3(LayoutManager_getGlyphPositionAtCoordinate, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber, KInteropNumber) +KInteropReturnBuffer impl_LayoutManager_getLineMetrics(Ark_NativePointer thisPtr, KInteropNumber lineNumber) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getLayoutManagerAccessor()->getLineMetrics(self, (const Ark_Number*) (&lineNumber)); + GetAccessors()->getLayoutManagerAccessor()->getLineMetrics(self, (const Ark_Number*) (&lineNumber)); + return {}; } -KOALA_INTEROP_2(LayoutManager_getLineMetrics, Ark_NativePointer, Ark_NativePointer, KInteropNumber) -void impl_LayoutManager_getRectsForRange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Int32 widthStyle, Ark_Int32 heightStyle) { +KOALA_INTEROP_2(LayoutManager_getLineMetrics, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber) +KInteropReturnBuffer impl_LayoutManager_getRectsForRange(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength, Ark_Int32 widthStyle, Ark_Int32 heightStyle) { LayoutManagerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_TextRange range_value = thisDeserializer.readTextRange();; GetAccessors()->getLayoutManagerAccessor()->getRectsForRange(self, (const Ark_TextRange*)&range_value, static_cast(widthStyle), static_cast(heightStyle)); + return {}; } -KOALA_INTEROP_V5(LayoutManager_getRectsForRange, Ark_NativePointer, uint8_t*, int32_t, Ark_Int32, Ark_Int32) +KOALA_INTEROP_5(LayoutManager_getRectsForRange, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t, Ark_Int32, Ark_Int32) Ark_NativePointer impl_TextMenuItemId_ctor() { return GetAccessors()->getTextMenuItemIdAccessor()->ctor(); } @@ -22433,7 +22502,7 @@ Ark_NativePointer impl_EditMenuOptions_getFinalizer() { return GetAccessors()->getEditMenuOptionsAccessor()->getFinalizer(); } KOALA_INTEROP_0(EditMenuOptions_getFinalizer, Ark_NativePointer) -void impl_EditMenuOptions_onCreateMenu(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_EditMenuOptions_onCreateMenu(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { EditMenuOptionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int32 menuItems_value_buf_length = thisDeserializer.readInt32(); @@ -22445,8 +22514,9 @@ void impl_EditMenuOptions_onCreateMenu(Ark_NativePointer thisPtr, uint8_t* thisA } Array_TextMenuItem menuItems_value = menuItems_value_buf;; GetAccessors()->getEditMenuOptionsAccessor()->onCreateMenu(self, (const Array_TextMenuItem*)&menuItems_value); + return {}; } -KOALA_INTEROP_V3(EditMenuOptions_onCreateMenu, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(EditMenuOptions_onCreateMenu, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) Ark_Boolean impl_EditMenuOptions_onMenuItemClick(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { EditMenuOptionsPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22699,16 +22769,18 @@ void impl_FileSelectorParam_getTitle(Ark_NativePointer thisPtr) { GetAccessors()->getFileSelectorParamAccessor()->getTitle(self); } KOALA_INTEROP_V1(FileSelectorParam_getTitle, Ark_NativePointer) -Ark_NativePointer impl_FileSelectorParam_getMode(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_FileSelectorParam_getMode(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getFileSelectorParamAccessor()->getMode(self); + GetAccessors()->getFileSelectorParamAccessor()->getMode(self); + return {}; } -KOALA_INTEROP_1(FileSelectorParam_getMode, Ark_NativePointer, Ark_NativePointer) -void impl_FileSelectorParam_getAcceptType(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(FileSelectorParam_getMode, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_FileSelectorParam_getAcceptType(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getFileSelectorParamAccessor()->getAcceptType(self); + return {}; } -KOALA_INTEROP_V1(FileSelectorParam_getAcceptType, Ark_NativePointer) +KOALA_INTEROP_1(FileSelectorParam_getAcceptType, KInteropReturnBuffer, Ark_NativePointer) Ark_Boolean impl_FileSelectorParam_isCapture(Ark_NativePointer thisPtr) { FileSelectorParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getFileSelectorParamAccessor()->isCapture(self); @@ -22846,11 +22918,12 @@ void impl_PermissionRequest_getOrigin(Ark_NativePointer thisPtr) { GetAccessors()->getPermissionRequestAccessor()->getOrigin(self); } KOALA_INTEROP_V1(PermissionRequest_getOrigin, Ark_NativePointer) -void impl_PermissionRequest_getAccessibleResource(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_PermissionRequest_getAccessibleResource(Ark_NativePointer thisPtr) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getPermissionRequestAccessor()->getAccessibleResource(self); + return {}; } -KOALA_INTEROP_V1(PermissionRequest_getAccessibleResource, Ark_NativePointer) +KOALA_INTEROP_1(PermissionRequest_getAccessibleResource, KInteropReturnBuffer, Ark_NativePointer) void impl_PermissionRequest_grant(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { PermissionRequestPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -22961,26 +23034,29 @@ Ark_Boolean impl_WebContextMenuParam_existsImageContents(Ark_NativePointer thisP return GetAccessors()->getWebContextMenuParamAccessor()->existsImageContents(self); } KOALA_INTEROP_1(WebContextMenuParam_existsImageContents, Ark_Boolean, Ark_NativePointer) -Ark_NativePointer impl_WebContextMenuParam_getMediaType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebContextMenuParam_getMediaType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getWebContextMenuParamAccessor()->getMediaType(self); + GetAccessors()->getWebContextMenuParamAccessor()->getMediaType(self); + return {}; } -KOALA_INTEROP_1(WebContextMenuParam_getMediaType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(WebContextMenuParam_getMediaType, KInteropReturnBuffer, Ark_NativePointer) void impl_WebContextMenuParam_getSelectionText(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebContextMenuParamAccessor()->getSelectionText(self); } KOALA_INTEROP_V1(WebContextMenuParam_getSelectionText, Ark_NativePointer) -Ark_NativePointer impl_WebContextMenuParam_getSourceType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebContextMenuParam_getSourceType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getWebContextMenuParamAccessor()->getSourceType(self); + GetAccessors()->getWebContextMenuParamAccessor()->getSourceType(self); + return {}; } -KOALA_INTEROP_1(WebContextMenuParam_getSourceType, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_WebContextMenuParam_getInputFieldType(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(WebContextMenuParam_getSourceType, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_WebContextMenuParam_getInputFieldType(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getWebContextMenuParamAccessor()->getInputFieldType(self); + GetAccessors()->getWebContextMenuParamAccessor()->getInputFieldType(self); + return {}; } -KOALA_INTEROP_1(WebContextMenuParam_getInputFieldType, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(WebContextMenuParam_getInputFieldType, KInteropReturnBuffer, Ark_NativePointer) Ark_Boolean impl_WebContextMenuParam_isEditable(Ark_NativePointer thisPtr) { WebContextMenuParamPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebContextMenuParamAccessor()->isEditable(self); @@ -23062,11 +23138,12 @@ Ark_Int32 impl_ConsoleMessage_getLineNumber(Ark_NativePointer thisPtr) { return GetAccessors()->getConsoleMessageAccessor()->getLineNumber(self); } KOALA_INTEROP_1(ConsoleMessage_getLineNumber, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_ConsoleMessage_getMessageLevel(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ConsoleMessage_getMessageLevel(Ark_NativePointer thisPtr) { ConsoleMessagePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getConsoleMessageAccessor()->getMessageLevel(self); + GetAccessors()->getConsoleMessageAccessor()->getMessageLevel(self); + return {}; } -KOALA_INTEROP_1(ConsoleMessage_getMessageLevel, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ConsoleMessage_getMessageLevel, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_WebResourceRequest_ctor() { return GetAccessors()->getWebResourceRequestAccessor()->ctor(); } @@ -23075,11 +23152,12 @@ Ark_NativePointer impl_WebResourceRequest_getFinalizer() { return GetAccessors()->getWebResourceRequestAccessor()->getFinalizer(); } KOALA_INTEROP_0(WebResourceRequest_getFinalizer, Ark_NativePointer) -void impl_WebResourceRequest_getRequestHeader(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebResourceRequest_getRequestHeader(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceRequestAccessor()->getRequestHeader(self); + return {}; } -KOALA_INTEROP_V1(WebResourceRequest_getRequestHeader, Ark_NativePointer) +KOALA_INTEROP_1(WebResourceRequest_getRequestHeader, KInteropReturnBuffer, Ark_NativePointer) void impl_WebResourceRequest_getRequestUrl(Ark_NativePointer thisPtr) { WebResourceRequestPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceRequestAccessor()->getRequestUrl(self); @@ -23118,11 +23196,12 @@ void impl_WebResourceResponse_getResponseData(Ark_NativePointer thisPtr) { GetAccessors()->getWebResourceResponseAccessor()->getResponseData(self); } KOALA_INTEROP_V1(WebResourceResponse_getResponseData, Ark_NativePointer) -Ark_NativePointer impl_WebResourceResponse_getResponseDataEx(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebResourceResponse_getResponseDataEx(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getWebResourceResponseAccessor()->getResponseDataEx(self); + GetAccessors()->getWebResourceResponseAccessor()->getResponseDataEx(self); + return {}; } -KOALA_INTEROP_1(WebResourceResponse_getResponseDataEx, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(WebResourceResponse_getResponseDataEx, KInteropReturnBuffer, Ark_NativePointer) void impl_WebResourceResponse_getResponseEncoding(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseEncoding(self); @@ -23138,11 +23217,12 @@ void impl_WebResourceResponse_getReasonMessage(Ark_NativePointer thisPtr) { GetAccessors()->getWebResourceResponseAccessor()->getReasonMessage(self); } KOALA_INTEROP_V1(WebResourceResponse_getReasonMessage, Ark_NativePointer) -void impl_WebResourceResponse_getResponseHeader(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebResourceResponse_getResponseHeader(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebResourceResponseAccessor()->getResponseHeader(self); + return {}; } -KOALA_INTEROP_V1(WebResourceResponse_getResponseHeader, Ark_NativePointer) +KOALA_INTEROP_1(WebResourceResponse_getResponseHeader, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_WebResourceResponse_getResponseCode(Ark_NativePointer thisPtr) { WebResourceResponsePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWebResourceResponseAccessor()->getResponseCode(self); @@ -23426,11 +23506,12 @@ void impl_WebController_deleteJavaScriptRegister(Ark_NativePointer thisPtr, cons GetAccessors()->getWebControllerAccessor()->deleteJavaScriptRegister(self, (const Ark_String*) (&name)); } KOALA_INTEROP_V2(WebController_deleteJavaScriptRegister, Ark_NativePointer, KStringPtr) -Ark_NativePointer impl_WebController_getHitTest(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WebController_getHitTest(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getWebControllerAccessor()->getHitTest(self); + GetAccessors()->getWebControllerAccessor()->getHitTest(self); + return {}; } -KOALA_INTEROP_1(WebController_getHitTest, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(WebController_getHitTest, KInteropReturnBuffer, Ark_NativePointer) void impl_WebController_requestFocus(Ark_NativePointer thisPtr) { WebControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWebControllerAccessor()->requestFocus(self); @@ -23479,11 +23560,12 @@ void impl_XComponentController_getXComponentSurfaceId(Ark_NativePointer thisPtr) GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceId(self); } KOALA_INTEROP_V1(XComponentController_getXComponentSurfaceId, Ark_NativePointer) -Ark_NativePointer impl_XComponentController_getXComponentContext(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_XComponentController_getXComponentContext(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getXComponentControllerAccessor()->getXComponentContext(self); + GetAccessors()->getXComponentControllerAccessor()->getXComponentContext(self); + return {}; } -KOALA_INTEROP_1(XComponentController_getXComponentContext, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(XComponentController_getXComponentContext, KInteropReturnBuffer, Ark_NativePointer) void impl_XComponentController_setXComponentSurfaceSize(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23501,11 +23583,12 @@ void impl_XComponentController_setXComponentSurfaceRect(Ark_NativePointer thisPt GetAccessors()->getXComponentControllerAccessor()->setXComponentSurfaceRect(self, (const Ark_SurfaceRect*)&rect_value); } KOALA_INTEROP_V3(XComponentController_setXComponentSurfaceRect, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_XComponentController_getXComponentSurfaceRect(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_XComponentController_getXComponentSurfaceRect(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRect(self); + GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRect(self); + return {}; } -KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRect, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRect, KInteropReturnBuffer, Ark_NativePointer) void impl_XComponentController_setXComponentSurfaceRotation(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23513,11 +23596,12 @@ void impl_XComponentController_setXComponentSurfaceRotation(Ark_NativePointer th GetAccessors()->getXComponentControllerAccessor()->setXComponentSurfaceRotation(self, (const Ark_SurfaceRotationOptions*)&rotationOptions_value); } KOALA_INTEROP_V3(XComponentController_setXComponentSurfaceRotation, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_XComponentController_getXComponentSurfaceRotation(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_XComponentController_getXComponentSurfaceRotation(Ark_NativePointer thisPtr) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRotation(self); + GetAccessors()->getXComponentControllerAccessor()->getXComponentSurfaceRotation(self); + return {}; } -KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRotation, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(XComponentController_getXComponentSurfaceRotation, KInteropReturnBuffer, Ark_NativePointer) void impl_XComponentController_onSurfaceCreated(Ark_NativePointer thisPtr, const KStringPtr& surfaceId) { XComponentControllerPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getXComponentControllerAccessor()->onSurfaceCreated(self, (const Ark_String*) (&surfaceId)); @@ -23599,11 +23683,12 @@ Ark_Boolean impl_WaterFlowSections_update(Ark_NativePointer thisPtr, KInteropNum return GetAccessors()->getWaterFlowSectionsAccessor()->update(self, (const Ark_Number*) (§ionIndex), (const Ark_SectionOptions*)§ion_value); } KOALA_INTEROP_4(WaterFlowSections_update, Ark_Boolean, Ark_NativePointer, KInteropNumber, uint8_t*, int32_t) -void impl_WaterFlowSections_values(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_WaterFlowSections_values(Ark_NativePointer thisPtr) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); GetAccessors()->getWaterFlowSectionsAccessor()->values(self); + return {}; } -KOALA_INTEROP_V1(WaterFlowSections_values, Ark_NativePointer) +KOALA_INTEROP_1(WaterFlowSections_values, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_WaterFlowSections_length(Ark_NativePointer thisPtr) { WaterFlowSectionsPeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getWaterFlowSectionsAccessor()->length(self); @@ -23633,7 +23718,7 @@ void impl_UIExtensionProxy_send(Ark_NativePointer thisPtr, uint8_t* thisArray, i GetAccessors()->getUIExtensionProxyAccessor()->send(self, (const Map_String_CustomObject*)&data_value); } KOALA_INTEROP_V3(UIExtensionProxy_send, Ark_NativePointer, uint8_t*, int32_t) -Ark_NativePointer impl_UIExtensionProxy_sendSync(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_UIExtensionProxy_sendSync(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const Ark_Int32 data_value_buf_size = thisDeserializer.readInt32(); @@ -23646,9 +23731,10 @@ Ark_NativePointer impl_UIExtensionProxy_sendSync(Ark_NativePointer thisPtr, uint data_value_buf.values[data_value_buf_i] = data_value_buf_value; } Map_String_CustomObject data_value = data_value_buf;; - return GetAccessors()->getUIExtensionProxyAccessor()->sendSync(self, (const Map_String_CustomObject*)&data_value); + GetAccessors()->getUIExtensionProxyAccessor()->sendSync(self, (const Map_String_CustomObject*)&data_value); + return {}; } -KOALA_INTEROP_3(UIExtensionProxy_sendSync, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(UIExtensionProxy_sendSync, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) void impl_UIExtensionProxy_onAsyncReceiverRegister(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { UIExtensionProxyPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23739,7 +23825,7 @@ void impl_StyledString_getString(Ark_NativePointer thisPtr) { GetAccessors()->getStyledStringAccessor()->getString(self); } KOALA_INTEROP_V1(StyledString_getString, Ark_NativePointer) -void impl_StyledString_getStyles(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_StyledString_getStyles(Ark_NativePointer thisPtr, KInteropNumber start, KInteropNumber length, uint8_t* thisArray, int32_t thisLength) { StyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); const auto styledKey_value_buf_runtimeType = static_cast(thisDeserializer.readInt8()); @@ -23751,8 +23837,9 @@ void impl_StyledString_getStyles(Ark_NativePointer thisPtr, KInteropNumber start } Opt_StyledStringKey styledKey_value = styledKey_value_buf;; GetAccessors()->getStyledStringAccessor()->getStyles(self, (const Ark_Number*) (&start), (const Ark_Number*) (&length), (const Opt_StyledStringKey*)&styledKey_value); + return {}; } -KOALA_INTEROP_V5(StyledString_getStyles, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) +KOALA_INTEROP_5(StyledString_getStyles, KInteropReturnBuffer, Ark_NativePointer, KInteropNumber, KInteropNumber, uint8_t*, int32_t) Ark_Boolean impl_StyledString_equals(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { StyledStringPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -23836,11 +23923,12 @@ Ark_Int32 impl_TextStyle_styled_string_getFontWeight(Ark_NativePointer thisPtr) return GetAccessors()->getTextStyle_styled_stringAccessor()->getFontWeight(self); } KOALA_INTEROP_1(TextStyle_styled_string_getFontWeight, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_TextStyle_styled_string_getFontStyle(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_TextStyle_styled_string_getFontStyle(Ark_NativePointer thisPtr) { TextStyle_styled_stringPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getTextStyle_styled_stringAccessor()->getFontStyle(self); + GetAccessors()->getTextStyle_styled_stringAccessor()->getFontStyle(self); + return {}; } -KOALA_INTEROP_1(TextStyle_styled_string_getFontStyle, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(TextStyle_styled_string_getFontStyle, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_DecorationStyle_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_DecorationStyleInterface value_value = thisDeserializer.readDecorationStyleInterface();; @@ -23851,16 +23939,18 @@ Ark_NativePointer impl_DecorationStyle_getFinalizer() { return GetAccessors()->getDecorationStyleAccessor()->getFinalizer(); } KOALA_INTEROP_0(DecorationStyle_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_DecorationStyle_getType(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_DecorationStyle_getType(Ark_NativePointer thisPtr) { DecorationStylePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDecorationStyleAccessor()->getType(self); + GetAccessors()->getDecorationStyleAccessor()->getType(self); + return {}; } -KOALA_INTEROP_1(DecorationStyle_getType, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_DecorationStyle_getStyle(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(DecorationStyle_getType, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_DecorationStyle_getStyle(Ark_NativePointer thisPtr) { DecorationStylePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getDecorationStyleAccessor()->getStyle(self); + GetAccessors()->getDecorationStyleAccessor()->getStyle(self); + return {}; } -KOALA_INTEROP_1(DecorationStyle_getStyle, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(DecorationStyle_getStyle, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_BaselineOffsetStyle_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_LengthMetrics value_value = static_cast(thisDeserializer.readLengthMetrics());; @@ -23966,11 +24056,12 @@ Ark_NativePointer impl_ParagraphStyle_getFinalizer() { return GetAccessors()->getParagraphStyleAccessor()->getFinalizer(); } KOALA_INTEROP_0(ParagraphStyle_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_ParagraphStyle_getTextAlign(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ParagraphStyle_getTextAlign(Ark_NativePointer thisPtr) { ParagraphStylePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getParagraphStyleAccessor()->getTextAlign(self); + GetAccessors()->getParagraphStyleAccessor()->getTextAlign(self); + return {}; } -KOALA_INTEROP_1(ParagraphStyle_getTextAlign, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ParagraphStyle_getTextAlign, KInteropReturnBuffer, Ark_NativePointer) Ark_Int32 impl_ParagraphStyle_getTextIndent(Ark_NativePointer thisPtr) { ParagraphStylePeer* self = reinterpret_cast(thisPtr); return GetAccessors()->getParagraphStyleAccessor()->getTextIndent(self); @@ -23981,16 +24072,18 @@ Ark_Int32 impl_ParagraphStyle_getMaxLines(Ark_NativePointer thisPtr) { return GetAccessors()->getParagraphStyleAccessor()->getMaxLines(self); } KOALA_INTEROP_1(ParagraphStyle_getMaxLines, Ark_Int32, Ark_NativePointer) -Ark_NativePointer impl_ParagraphStyle_getOverflow(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ParagraphStyle_getOverflow(Ark_NativePointer thisPtr) { ParagraphStylePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getParagraphStyleAccessor()->getOverflow(self); + GetAccessors()->getParagraphStyleAccessor()->getOverflow(self); + return {}; } -KOALA_INTEROP_1(ParagraphStyle_getOverflow, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_ParagraphStyle_getWordBreak(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(ParagraphStyle_getOverflow, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_ParagraphStyle_getWordBreak(Ark_NativePointer thisPtr) { ParagraphStylePeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getParagraphStyleAccessor()->getWordBreak(self); + GetAccessors()->getParagraphStyleAccessor()->getWordBreak(self); + return {}; } -KOALA_INTEROP_1(ParagraphStyle_getWordBreak, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ParagraphStyle_getWordBreak, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_LineHeightStyle_ctor(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Ark_LengthMetrics lineHeight_value = static_cast(thisDeserializer.readLengthMetrics());; @@ -24102,16 +24195,18 @@ Ark_NativePointer impl_ImageAttachment_getFinalizer() { return GetAccessors()->getImageAttachmentAccessor()->getFinalizer(); } KOALA_INTEROP_0(ImageAttachment_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_ImageAttachment_getVerticalAlign(Ark_NativePointer thisPtr) { +KInteropReturnBuffer impl_ImageAttachment_getVerticalAlign(Ark_NativePointer thisPtr) { ImageAttachmentPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getImageAttachmentAccessor()->getVerticalAlign(self); + GetAccessors()->getImageAttachmentAccessor()->getVerticalAlign(self); + return {}; } -KOALA_INTEROP_1(ImageAttachment_getVerticalAlign, Ark_NativePointer, Ark_NativePointer) -Ark_NativePointer impl_ImageAttachment_getObjectFit(Ark_NativePointer thisPtr) { +KOALA_INTEROP_1(ImageAttachment_getVerticalAlign, KInteropReturnBuffer, Ark_NativePointer) +KInteropReturnBuffer impl_ImageAttachment_getObjectFit(Ark_NativePointer thisPtr) { ImageAttachmentPeer* self = reinterpret_cast(thisPtr); - return GetAccessors()->getImageAttachmentAccessor()->getObjectFit(self); + GetAccessors()->getImageAttachmentAccessor()->getObjectFit(self); + return {}; } -KOALA_INTEROP_1(ImageAttachment_getObjectFit, Ark_NativePointer, Ark_NativePointer) +KOALA_INTEROP_1(ImageAttachment_getObjectFit, KInteropReturnBuffer, Ark_NativePointer) Ark_NativePointer impl_CustomSpan_ctor() { return GetAccessors()->getCustomSpanAccessor()->ctor(); } @@ -24120,13 +24215,14 @@ Ark_NativePointer impl_CustomSpan_getFinalizer() { return GetAccessors()->getCustomSpanAccessor()->getFinalizer(); } KOALA_INTEROP_0(CustomSpan_getFinalizer, Ark_NativePointer) -Ark_NativePointer impl_CustomSpan_onMeasure(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { +KInteropReturnBuffer impl_CustomSpan_onMeasure(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CustomSpanPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); Ark_CustomSpanMeasureInfo measureInfo_value = thisDeserializer.readCustomSpanMeasureInfo();; - return GetAccessors()->getCustomSpanAccessor()->onMeasure(self, (const Ark_CustomSpanMeasureInfo*)&measureInfo_value); + GetAccessors()->getCustomSpanAccessor()->onMeasure(self, (const Ark_CustomSpanMeasureInfo*)&measureInfo_value); + return {}; } -KOALA_INTEROP_3(CustomSpan_onMeasure, Ark_NativePointer, Ark_NativePointer, uint8_t*, int32_t) +KOALA_INTEROP_3(CustomSpan_onMeasure, KInteropReturnBuffer, Ark_NativePointer, uint8_t*, int32_t) void impl_CustomSpan_onDraw(Ark_NativePointer thisPtr, uint8_t* thisArray, int32_t thisLength) { CustomSpanPeer* self = reinterpret_cast(thisPtr); Deserializer thisDeserializer(thisArray, thisLength); @@ -24177,14 +24273,16 @@ void impl_LinearIndicatorController_stop(Ark_NativePointer thisPtr) { GetAccessors()->getLinearIndicatorControllerAccessor()->stop(self); } KOALA_INTEROP_V1(LinearIndicatorController_stop, Ark_NativePointer) -Ark_NativePointer impl_GlobalScope_inspector_getInspectorNodes() { - return GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodes(); +KInteropReturnBuffer impl_GlobalScope_inspector_getInspectorNodes() { + GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodes(); + return {}; } -KOALA_INTEROP_0(GlobalScope_inspector_getInspectorNodes, Ark_NativePointer) -Ark_NativePointer impl_GlobalScope_inspector_getInspectorNodeById(KInteropNumber id) { - return GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodeById((const Ark_Number*) (&id)); +KOALA_INTEROP_0(GlobalScope_inspector_getInspectorNodes, KInteropReturnBuffer) +KInteropReturnBuffer impl_GlobalScope_inspector_getInspectorNodeById(KInteropNumber id) { + GetAccessors()->getGlobalScope_inspectorAccessor()->getInspectorNodeById((const Ark_Number*) (&id)); + return {}; } -KOALA_INTEROP_1(GlobalScope_inspector_getInspectorNodeById, Ark_NativePointer, KInteropNumber) +KOALA_INTEROP_1(GlobalScope_inspector_getInspectorNodeById, KInteropReturnBuffer, KInteropNumber) void impl_GlobalScope_inspector_registerVsyncCallback(uint8_t* thisArray, int32_t thisLength) { Deserializer thisDeserializer(thisArray, thisLength); Callback_String_Void callback__value = {thisDeserializer.readCallbackResource(), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCaller(Kind_Callback_String_Void)))), reinterpret_cast(thisDeserializer.readPointerOrDefault(reinterpret_cast(getManagedCallbackCallerSync(Kind_Callback_String_Void))))};; diff --git a/arkoala/framework/native/src/generated/dummy_impl.cc b/arkoala/framework/native/src/generated/dummy_impl.cc index ba44464d1e6c48077b492ab06c9f0218a385a7fe..8fb00b16edfeda647c9c61cc8757a4a88b802b6c 100644 --- a/arkoala/framework/native/src/generated/dummy_impl.cc +++ b/arkoala/framework/native/src/generated/dummy_impl.cc @@ -954,7 +954,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Root", id, flags);; } @@ -970,7 +970,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ComponentRoot", id, flags);; } @@ -986,7 +986,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("AbilityComponent", id, flags);; } @@ -1036,7 +1036,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("AlphabetIndexer", id, flags);; } @@ -1349,7 +1349,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Animator", id, flags);; } @@ -1519,7 +1519,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Badge", id, flags);; } @@ -1557,7 +1557,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Blank", id, flags);; } @@ -1597,7 +1597,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Button", id, flags);; } @@ -1768,7 +1768,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Calendar", id, flags);; } @@ -1928,7 +1928,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("CalendarPicker", id, flags);; } @@ -1991,7 +1991,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Canvas", id, flags);; } @@ -2054,7 +2054,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Checkbox", id, flags);; } @@ -2164,7 +2164,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("CheckboxGroup", id, flags);; } @@ -2264,7 +2264,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Circle", id, flags);; } @@ -2292,7 +2292,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Column", id, flags);; } @@ -2362,7 +2362,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ColumnSplit", id, flags);; } @@ -2410,7 +2410,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("CommonMethod", id, flags);; } @@ -4406,7 +4406,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("CommonShapeMethod", id, flags);; } @@ -4532,7 +4532,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Common", id, flags);; } @@ -4558,7 +4558,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ScrollableCommonMethod", id, flags);; } @@ -4750,7 +4750,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Component3D", id, flags);; } @@ -4853,7 +4853,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ContainerSpan", id, flags);; } @@ -4891,7 +4891,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Counter", id, flags);; } @@ -4959,7 +4959,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("DataPanel", id, flags);; } @@ -5049,7 +5049,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("DatePicker", id, flags);; } @@ -5149,7 +5149,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Divider", id, flags);; } @@ -5217,7 +5217,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("EffectComponent", id, flags);; } @@ -5243,7 +5243,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Ellipse", id, flags);; } @@ -5271,7 +5271,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("EmbeddedComponent", id, flags);; } @@ -5324,7 +5324,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Flex", id, flags);; } @@ -5364,7 +5364,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("FlowItem", id, flags);; } @@ -5390,7 +5390,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("FolderStack", id, flags);; } @@ -5470,7 +5470,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("FormComponent", id, flags);; } @@ -5600,7 +5600,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("FormLink", id, flags);; } @@ -5628,7 +5628,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Gauge", id, flags);; } @@ -5758,7 +5758,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Grid", id, flags);; } @@ -6137,7 +6137,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("GridItem", id, flags);; } @@ -6257,7 +6257,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("GridCol", id, flags);; } @@ -6317,7 +6317,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("GridContainer", id, flags);; } @@ -6345,7 +6345,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("GridRow", id, flags);; } @@ -6395,7 +6395,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Hyperlink", id, flags);; } @@ -6438,7 +6438,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Image", id, flags);; } @@ -6741,7 +6741,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ImageAnimator", id, flags);; } @@ -6899,7 +6899,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ImageSpan", id, flags);; } @@ -6989,7 +6989,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Line", id, flags);; } @@ -7039,7 +7039,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("List", id, flags);; } @@ -7438,7 +7438,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ListItem", id, flags);; } @@ -7548,7 +7548,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ListItemGroup", id, flags);; } @@ -7598,7 +7598,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("LoadingProgress", id, flags);; } @@ -7656,7 +7656,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("LocationButton", id, flags);; } @@ -7704,7 +7704,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Marquee", id, flags);; } @@ -7824,7 +7824,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("MediaCachedImage", id, flags);; } @@ -7852,7 +7852,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Menu", id, flags);; } @@ -7950,7 +7950,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("MenuItem", id, flags);; } @@ -8060,7 +8060,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("MenuItemGroup", id, flags);; } @@ -8088,7 +8088,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("NavDestination", id, flags);; } @@ -8331,7 +8331,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("NavRouter", id, flags);; } @@ -8389,7 +8389,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Navigator", id, flags);; } @@ -8467,7 +8467,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("NodeContainer", id, flags);; } @@ -8495,7 +8495,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Panel", id, flags);; } @@ -8655,7 +8655,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("PasteButton", id, flags);; } @@ -8703,7 +8703,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Path", id, flags);; } @@ -8743,7 +8743,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("PatternLock", id, flags);; } @@ -8893,7 +8893,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("PluginComponent", id, flags);; } @@ -8943,7 +8943,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Polygon", id, flags);; } @@ -8983,7 +8983,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Polyline", id, flags);; } @@ -9023,7 +9023,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Progress", id, flags);; } @@ -9103,7 +9103,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("QRCode", id, flags);; } @@ -9163,7 +9163,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Radio", id, flags);; } @@ -9243,7 +9243,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Rating", id, flags);; } @@ -9333,7 +9333,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Rect", id, flags);; } @@ -9393,7 +9393,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Refresh", id, flags);; } @@ -9493,7 +9493,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RelativeContainer", id, flags);; } @@ -9551,7 +9551,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RichEditor", id, flags);; } @@ -9896,7 +9896,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RichText", id, flags);; } @@ -9946,7 +9946,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RootScene", id, flags);; } @@ -9974,7 +9974,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Row", id, flags);; } @@ -10044,7 +10044,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RowSplit", id, flags);; } @@ -10082,7 +10082,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("SaveButton", id, flags);; } @@ -10130,7 +10130,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Screen", id, flags);; } @@ -10158,7 +10158,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Scroll", id, flags);; } @@ -10381,7 +10381,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("ScrollBar", id, flags);; } @@ -10421,7 +10421,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Search", id, flags);; } @@ -10880,7 +10880,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("SecurityComponentMethod", id, flags);; } @@ -11126,7 +11126,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Select", id, flags);; } @@ -11389,7 +11389,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Shape", id, flags);; } @@ -11563,7 +11563,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Slider", id, flags);; } @@ -11816,7 +11816,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("BaseSpan", id, flags);; } @@ -11852,7 +11852,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Span", id, flags);; } @@ -11992,7 +11992,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Stack", id, flags);; } @@ -12042,7 +12042,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Stepper", id, flags);; } @@ -12132,7 +12132,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("StepperItem", id, flags);; } @@ -12190,7 +12190,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Swiper", id, flags);; } @@ -12512,7 +12512,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("IndicatorComponent", id, flags);; } @@ -12602,7 +12602,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("SymbolGlyph", id, flags);; } @@ -12708,7 +12708,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("SymbolSpan", id, flags);; } @@ -12788,7 +12788,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Tabs", id, flags);; } @@ -13094,7 +13094,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TabContent", id, flags);; } @@ -13162,7 +13162,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Text", id, flags);; } @@ -13643,7 +13643,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TextArea", id, flags);; } @@ -14222,7 +14222,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TextClock", id, flags);; } @@ -14362,7 +14362,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TextInput", id, flags);; } @@ -15061,7 +15061,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TextPicker", id, flags);; } @@ -15221,7 +15221,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TextTimer", id, flags);; } @@ -15341,7 +15341,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("TimePicker", id, flags);; } @@ -15461,7 +15461,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Toggle", id, flags);; } @@ -15551,7 +15551,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Video", id, flags);; } @@ -15751,7 +15751,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("Web", id, flags);; } @@ -17003,7 +17003,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("WindowScene", id, flags);; } @@ -17046,7 +17046,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("XComponent", id, flags);; } @@ -17136,7 +17136,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("SideBarContainer", id, flags);; } @@ -17316,7 +17316,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("RemoteWindow", id, flags);; } @@ -17344,7 +17344,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("WaterFlow", id, flags);; } @@ -17527,7 +17527,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("UIExtensionComponent", id, flags);; } @@ -17620,7 +17620,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, flags); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return nullptr] \n"); appendGroupedLog(1, out); return new TreeNode("LinearIndicator", id, flags);; } @@ -20269,13 +20269,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - void GetTypesImpl(UnifiedDataPeer* peer) + Array_String GetTypesImpl(UnifiedDataPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getTypes("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } } // UnifiedDataAccessor namespace LazyForEachOpsAccessor { @@ -20381,7 +20383,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return (Ark_LengthMetrics) 300; } - Ark_NativePointer GetUnitImpl(LengthMetricsPeer* peer) + Ark_LengthUnit GetUnitImpl(LengthMetricsPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -20672,53 +20674,53 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* index) { if (!needGroupedLog(1)) - return {}; + return (Ark_FrameNode) 300; string out("getChild("); WriteToString(&out, index); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_FrameNode) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_FrameNode) 300; } Ark_FrameNode GetFirstChildImpl(FrameNodePeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_FrameNode) 300; string out("getFirstChild("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_FrameNode) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_FrameNode) 300; } Ark_FrameNode GetNextSiblingImpl(FrameNodePeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_FrameNode) 300; string out("getNextSibling("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_FrameNode) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_FrameNode) 300; } Ark_FrameNode GetPreviousSiblingImpl(FrameNodePeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_FrameNode) 300; string out("getPreviousSibling("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_FrameNode) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_FrameNode) 300; } Ark_FrameNode GetParentImpl(FrameNodePeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_FrameNode) 300; string out("getParent("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_FrameNode) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_FrameNode) 300; } Ark_Int32 GetChildrenCountImpl(FrameNodePeer* peer) { @@ -20748,7 +20750,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetPositionToWindowWithTransformImpl(FrameNodePeer* peer) + Ark_Position GetPositionToWindowWithTransformImpl(FrameNodePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -21945,7 +21947,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* y1) { if (!needGroupedLog(1)) - return {}; + return (Ark_CanvasGradient) 300; string out("createLinearGradient("); WriteToString(&out, x0); out.append(", "); @@ -21955,24 +21957,24 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, y1); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_CanvasGradient) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_CanvasGradient) 300; } - Ark_CanvasPattern CreatePatternImpl(CanvasRendererPeer* peer, + Opt_CanvasPattern CreatePatternImpl(CanvasRendererPeer* peer, Ark_ImageBitmap image, const Opt_String* repetition) { if (!needGroupedLog(1)) - return 0; + return {}; string out("createPattern("); WriteToString(&out, image); out.append(", "); WriteToString(&out, repetition); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } Ark_CanvasGradient CreateRadialGradientImpl(CanvasRendererPeer* peer, const Ark_Number* x0, @@ -21983,7 +21985,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* r1) { if (!needGroupedLog(1)) - return {}; + return (Ark_CanvasGradient) 300; string out("createRadialGradient("); WriteToString(&out, x0); out.append(", "); @@ -21997,9 +21999,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, r1); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_CanvasGradient) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_CanvasGradient) 300; } Ark_CanvasGradient CreateConicGradientImpl(CanvasRendererPeer* peer, const Ark_Number* startAngle, @@ -22007,7 +22009,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* y) { if (!needGroupedLog(1)) - return {}; + return (Ark_CanvasGradient) 300; string out("createConicGradient("); WriteToString(&out, startAngle); out.append(", "); @@ -22015,36 +22017,36 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, y); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_CanvasGradient) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_CanvasGradient) 300; } Ark_ImageData CreateImageData0Impl(CanvasRendererPeer* peer, const Ark_Number* sw, const Ark_Number* sh) { if (!needGroupedLog(1)) - return {}; + return (Ark_ImageData) 300; string out("createImageData("); WriteToString(&out, sw); out.append(", "); WriteToString(&out, sh); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_ImageData) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_ImageData) 300; } Ark_ImageData CreateImageData1Impl(CanvasRendererPeer* peer, Ark_ImageData imagedata) { if (!needGroupedLog(1)) - return {}; + return (Ark_ImageData) 300; string out("createImageData("); WriteToString(&out, imagedata); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_ImageData) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_ImageData) 300; } Ark_ImageData GetImageDataImpl(CanvasRendererPeer* peer, const Ark_Number* sx, @@ -22053,7 +22055,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* sh) { if (!needGroupedLog(1)) - return {}; + return (Ark_ImageData) 300; string out("getImageData("); WriteToString(&out, sx); out.append(", "); @@ -22063,9 +22065,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, sh); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_ImageData) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_ImageData) 300; } Ark_PixelMap GetPixelMapImpl(CanvasRendererPeer* peer, const Ark_Number* sx, @@ -22074,7 +22076,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* sh) { if (!needGroupedLog(1)) - return {}; + return (Ark_PixelMap) 300; string out("getPixelMap("); WriteToString(&out, sx); out.append(", "); @@ -22084,9 +22086,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, sh); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_PixelMap) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_PixelMap) 300; } void PutImageData0Impl(CanvasRendererPeer* peer, Ark_ImageData imagedata, @@ -22132,13 +22134,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetLineDashImpl(CanvasRendererPeer* peer) + Array_Number GetLineDashImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getLineDash("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } void SetLineDashImpl(CanvasRendererPeer* peer, const Array_Number* segments) @@ -22242,8 +22246,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer MeasureTextImpl(CanvasRendererPeer* peer, - const Ark_String* text) + Ark_TextMetrics MeasureTextImpl(CanvasRendererPeer* peer, + const Ark_String* text) { if (!needGroupedLog(1)) return {}; @@ -22276,12 +22280,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_Matrix2D GetTransformImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("getTransform("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } void ResetTransformImpl(CanvasRendererPeer* peer) { @@ -22527,7 +22531,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetImageSmoothingQualityImpl(CanvasRendererPeer* peer) + Ark_String GetImageSmoothingQualityImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -22547,7 +22551,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetLineCapImpl(CanvasRendererPeer* peer) + Ark_String GetLineCapImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -22587,7 +22591,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetLineJoinImpl(CanvasRendererPeer* peer) + Ark_String GetLineJoinImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -22725,7 +22729,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetDirectionImpl(CanvasRendererPeer* peer) + Ark_String GetDirectionImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -22763,7 +22767,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetTextAlignImpl(CanvasRendererPeer* peer) + Ark_String GetTextAlignImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -22783,7 +22787,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetTextBaselineImpl(CanvasRendererPeer* peer) + Ark_String GetTextBaselineImpl(CanvasRendererPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -23184,25 +23188,25 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_AnimateParam* value) { if (!needGroupedLog(1)) - return {}; + return (Ark_TransitionEffect) 300; string out("animation("); WriteToString(&out, value); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_TransitionEffect) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_TransitionEffect) 300; } Ark_TransitionEffect CombineImpl(TransitionEffectPeer* peer, Ark_TransitionEffect transitionEffect) { if (!needGroupedLog(1)) - return {}; + return (Ark_TransitionEffect) 300; string out("combine("); WriteToString(&out, transitionEffect); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_TransitionEffect) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_TransitionEffect) 300; } } // TransitionEffectAccessor namespace BaseEventAccessor { @@ -23276,7 +23280,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetSourceImpl(BaseEventPeer* peer) + Ark_SourceType GetSourceImpl(BaseEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -23396,7 +23400,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetSourceToolImpl(BaseEventPeer* peer) + Ark_SourceTool GetSourceToolImpl(BaseEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -23726,7 +23730,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetButtonImpl(MouseEventPeer* peer) + Ark_MouseButton GetButtonImpl(MouseEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -23746,7 +23750,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetActionImpl(MouseEventPeer* peer) + Ark_MouseAction GetActionImpl(MouseEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -23976,7 +23980,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetTypeImpl(AccessibilityHoverEventPeer* peer) + Ark_AccessibilityHoverType GetTypeImpl(AccessibilityHoverEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24146,15 +24150,17 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void GetHistoricalPointsImpl(TouchEventPeer* peer) + Array_HistoricalPoint GetHistoricalPointsImpl(TouchEventPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getHistoricalPoints("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - Ark_NativePointer GetTypeImpl(TouchEventPeer* peer) + Ark_TouchType GetTypeImpl(TouchEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24375,14 +24381,14 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_UnifiedData GetDataImpl(DragEventPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_UnifiedData) 300; string out("getData("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_UnifiedData) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_UnifiedData) 300; } - Ark_NativePointer GetSummaryImpl(DragEventPeer* peer) + Ark_Summary GetSummaryImpl(DragEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24402,7 +24408,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetResultImpl(DragEventPeer* peer) + Ark_DragResult GetResultImpl(DragEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24412,7 +24418,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetPreviewRectImpl(DragEventPeer* peer) + Ark_Rectangle GetPreviewRectImpl(DragEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24464,7 +24470,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetDragBehaviorImpl(DragEventPeer* peer) + Ark_DragBehavior GetDragBehaviorImpl(DragEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24546,7 +24552,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetTypeImpl(KeyEventPeer* peer) + Ark_KeyType GetTypeImpl(KeyEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24604,7 +24610,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetKeySourceImpl(KeyEventPeer* peer) + Ark_KeySource GetKeySourceImpl(KeyEventPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24831,7 +24837,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer MeasureImpl(MeasurablePeer* peer, + Ark_MeasureResult MeasureImpl(MeasurablePeer* peer, const Ark_ConstraintSizeOptions* constraint) { if (!needGroupedLog(1)) @@ -24843,7 +24849,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetMarginImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetMarginImpl(MeasurablePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24853,7 +24859,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetPaddingImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetPaddingImpl(MeasurablePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24863,7 +24869,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetBorderWidthImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetBorderWidthImpl(MeasurablePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24903,15 +24909,17 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void CreateImpl(ViewPeer* peer, - const Ark_CustomObject* value) + Ark_CustomObject CreateImpl(ViewPeer* peer, + const Ark_CustomObject* value) { if (!needGroupedLog(1)) - return; + return {}; string out("create("); WriteToString(&out, value); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } } // ViewAccessor namespace TextContentControllerBaseAccessor { @@ -24943,7 +24951,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetCaretOffsetImpl(TextContentControllerBasePeer* peer) + Ark_CaretOffset GetCaretOffsetImpl(TextContentControllerBasePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -24953,7 +24961,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetTextContentRectImpl(TextContentControllerBasePeer* peer) + Ark_RectResult GetTextContentRectImpl(TextContentControllerBasePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -25003,15 +25011,17 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void OnMoveImpl(DynamicNodePeer* peer, - const Opt_OnMoveHandler* handler) + Ark_CustomObject OnMoveImpl(DynamicNodePeer* peer, + const Opt_OnMoveHandler* handler) { if (!needGroupedLog(1)) - return; + return {}; string out("onMove("); WriteToString(&out, handler); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } } // DynamicNodeAccessor namespace ChildrenMainSizeAccessor { @@ -25286,16 +25296,16 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetContextImpl(const Opt_CustomObject* component) + Ark_Context GetContextImpl(const Opt_CustomObject* component) { if (!needGroupedLog(1)) - return (Ark_NativePointer) 300; + return {}; string out("getContext("); WriteToString(&out, component); out.append(") \n"); - out.append("[return (Ark_NativePointer) 300] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return (Ark_NativePointer) 300; + return {}; } void PostCardActionImpl(const Ark_CustomObject* component, const Ark_CustomObject* action) @@ -25309,30 +25319,30 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer Dollar_rImpl(const Ark_String* value, - const Array_CustomObject* params) + Ark_Resource Dollar_rImpl(const Ark_String* value, + const Array_CustomObject* params) { if (!needGroupedLog(1)) - return (Ark_NativePointer) 300; + return {}; string out("dollar_r("); WriteToString(&out, value); out.append(", "); WriteToString(&out, params); out.append(") \n"); - out.append("[return (Ark_NativePointer) 300] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return (Ark_NativePointer) 300; + return {}; } - Ark_NativePointer Dollar_rawfileImpl(const Ark_String* value) + Ark_Resource Dollar_rawfileImpl(const Ark_String* value) { if (!needGroupedLog(1)) - return (Ark_NativePointer) 300; + return {}; string out("dollar_rawfile("); WriteToString(&out, value); out.append(") \n"); - out.append("[return (Ark_NativePointer) 300] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return (Ark_NativePointer) 300; + return {}; } void AnimateToImpl(const Ark_AnimateParam* value, const Callback_Void* event) @@ -25361,68 +25371,68 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_Int32 Vp2pxImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("vp2px("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Int32 Px2vpImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("px2vp("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Int32 Fp2pxImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("fp2px("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Int32 Px2fpImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("px2fp("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Int32 Lpx2pxImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("lpx2px("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Int32 Px2lpxImpl(const Ark_Number* value) { if (!needGroupedLog(1)) - return 100; + return 0; string out("px2lpx("); WriteToString(&out, value); out.append(") \n"); - out.append("[return 100] \n"); + out.append("[return 0] \n"); appendGroupedLog(1, out); - return 100; + return 0; } Ark_Boolean RequestFocusImpl(const Ark_String* value) { @@ -26388,7 +26398,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetDirectionImpl(PanGestureOptionsPeer* peer) + Ark_PanDirection GetDirectionImpl(PanGestureOptionsPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -26524,7 +26534,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetTypeImpl(GestureRecognizerPeer* peer) + Ark_GestureControl_GestureType GetTypeImpl(GestureRecognizerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -26564,7 +26574,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetStateImpl(GestureRecognizerPeer* peer) + Ark_GestureRecognizerState GetStateImpl(GestureRecognizerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -26577,12 +26587,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_EventTargetInfo GetEventTargetInfoImpl(GestureRecognizerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_EventTargetInfo) 300; string out("getEventTargetInfo("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_EventTargetInfo) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_EventTargetInfo) 300; } Ark_Boolean IsValidImpl(GestureRecognizerPeer* peer) { @@ -26627,12 +26637,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_PanGestureOptions GetPanGestureOptionsImpl(PanRecognizerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_PanGestureOptions) 300; string out("getPanGestureOptions("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_PanGestureOptions) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_PanGestureOptions) 300; } } // PanRecognizerAccessor namespace ImageAnalyzerControllerAccessor { @@ -26664,13 +26674,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void GetImageAnalyzerSupportTypesImpl(ImageAnalyzerControllerPeer* peer) + Array_ImageAnalyzerType GetImageAnalyzerSupportTypesImpl(ImageAnalyzerControllerPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getImageAnalyzerSupportTypes("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } } // ImageAnalyzerControllerAccessor namespace ListScrollerAccessor { @@ -26702,9 +26714,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetItemRectInGroupImpl(ListScrollerPeer* peer, - const Ark_Number* index, - const Ark_Number* indexInGroup) + Ark_RectResult GetItemRectInGroupImpl(ListScrollerPeer* peer, + const Ark_Number* index, + const Ark_Number* indexInGroup) { if (!needGroupedLog(1)) return {}; @@ -26746,9 +26758,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetVisibleListContentInfoImpl(ListScrollerPeer* peer, - const Ark_Number* x, - const Ark_Number* y) + Ark_VisibleListContentInfo GetVisibleListContentInfoImpl(ListScrollerPeer* peer, + const Ark_Number* x, + const Ark_Number* y) { if (!needGroupedLog(1)) return {}; @@ -26794,49 +26806,49 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_Matrix2D IdentityImpl(Matrix2DPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("identity("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D InvertImpl(Matrix2DPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("invert("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D MultiplyImpl(Matrix2DPeer* peer, const Opt_Matrix2D* other) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("multiply("); WriteToString(&out, other); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D Rotate0Impl(Matrix2DPeer* peer, const Opt_Number* rx, const Opt_Number* ry) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("rotate("); WriteToString(&out, rx); out.append(", "); WriteToString(&out, ry); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D Rotate1Impl(Matrix2DPeer* peer, const Ark_Number* degree, @@ -26844,7 +26856,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_Number* ry) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("rotate("); WriteToString(&out, degree); out.append(", "); @@ -26852,39 +26864,39 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, ry); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D TranslateImpl(Matrix2DPeer* peer, const Opt_Number* tx, const Opt_Number* ty) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("translate("); WriteToString(&out, tx); out.append(", "); WriteToString(&out, ty); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Matrix2D ScaleImpl(Matrix2DPeer* peer, const Opt_Number* sx, const Opt_Number* sy) { if (!needGroupedLog(1)) - return {}; + return (Ark_Matrix2D) 300; string out("scale("); WriteToString(&out, sx); out.append(", "); WriteToString(&out, sy); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_Matrix2D) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_Matrix2D) 300; } Ark_Int32 GetScaleXImpl(Matrix2DPeer* peer) { @@ -27036,15 +27048,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetConfigInRouteMapImpl(NavDestinationContextPeer* peer) + Opt_RouteMapConfig GetConfigInRouteMapImpl(NavDestinationContextPeer* peer) { if (!needGroupedLog(1)) - return 0; + return {}; string out("getConfigInRouteMap("); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } void SetPathInfoImpl(NavDestinationContextPeer* peer, Ark_NavPathInfo pathInfo) @@ -27450,32 +27462,32 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NavPathInfo Pop0Impl(NavPathStackPeer* peer, + Opt_NavPathInfo Pop0Impl(NavPathStackPeer* peer, const Opt_Boolean* animated) { if (!needGroupedLog(1)) - return 0; + return {}; string out("pop("); WriteToString(&out, animated); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } - Ark_NavPathInfo Pop1Impl(NavPathStackPeer* peer, + Opt_NavPathInfo Pop1Impl(NavPathStackPeer* peer, const Ark_CustomObject* result, const Opt_Boolean* animated) { if (!needGroupedLog(1)) - return 0; + return {}; string out("pop("); WriteToString(&out, result); out.append(", "); WriteToString(&out, animated); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } Ark_Int32 PopToName0Impl(NavPathStackPeer* peer, const Ark_String* name, @@ -27577,53 +27589,61 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetAllPathNameImpl(NavPathStackPeer* peer) + Array_String GetAllPathNameImpl(NavPathStackPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getAllPathName("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - void GetParamByIndexImpl(NavPathStackPeer* peer, - const Ark_Number* index) + Opt_CustomObject GetParamByIndexImpl(NavPathStackPeer* peer, + const Ark_Number* index) { if (!needGroupedLog(1)) - return; + return {}; string out("getParamByIndex("); WriteToString(&out, index); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - void GetParamByNameImpl(NavPathStackPeer* peer, - const Ark_String* name) + Array_CustomObject GetParamByNameImpl(NavPathStackPeer* peer, + const Ark_String* name) { if (!needGroupedLog(1)) - return; + return {}; string out("getParamByName("); WriteToString(&out, name); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - void GetIndexByNameImpl(NavPathStackPeer* peer, - const Ark_String* name) + Array_Number GetIndexByNameImpl(NavPathStackPeer* peer, + const Ark_String* name) { if (!needGroupedLog(1)) - return; + return {}; string out("getIndexByName("); WriteToString(&out, name); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - Ark_NavPathStack GetParentImpl(NavPathStackPeer* peer) + Opt_NavPathStack GetParentImpl(NavPathStackPeer* peer) { if (!needGroupedLog(1)) - return 0; + return {}; string out("getParent("); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } Ark_Int32 SizeImpl(NavPathStackPeer* peer) { @@ -27859,7 +27879,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetTypingStyleImpl(RichEditorBaseControllerPeer* peer) + Ark_RichEditorTextStyle GetTypingStyleImpl(RichEditorBaseControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -27916,14 +27936,14 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_LayoutManager GetLayoutManagerImpl(RichEditorBaseControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_LayoutManager) 300; string out("getLayoutManager("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_LayoutManager) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_LayoutManager) 300; } - Ark_NativePointer GetPreviewTextImpl(RichEditorBaseControllerPeer* peer) + Ark_PreviewText GetPreviewTextImpl(RichEditorBaseControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28053,27 +28073,31 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetSpansImpl(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value) + Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult GetSpansImpl(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value) { if (!needGroupedLog(1)) - return; + return {}; string out("getSpans("); WriteToString(&out, value); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - void GetParagraphsImpl(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value) + Array_RichEditorParagraphResult GetParagraphsImpl(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value) { if (!needGroupedLog(1)) - return; + return {}; string out("getParagraphs("); WriteToString(&out, value); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } - Ark_NativePointer GetSelectionImpl(RichEditorControllerPeer* peer) + Ark_RichEditorSelection GetSelectionImpl(RichEditorControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28083,27 +28107,29 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - void FromStyledStringImpl(RichEditorControllerPeer* peer, - Ark_StyledString value) + Array_RichEditorSpan FromStyledStringImpl(RichEditorControllerPeer* peer, + Ark_StyledString value) { if (!needGroupedLog(1)) - return; + return {}; string out("fromStyledString("); WriteToString(&out, value); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_StyledString ToStyledStringImpl(RichEditorControllerPeer* peer, const Ark_RichEditorRange* value) { if (!needGroupedLog(1)) - return {}; + return (Ark_StyledString) 300; string out("toStyledString("); WriteToString(&out, value); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_StyledString) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_StyledString) 300; } } // RichEditorControllerAccessor namespace RichEditorStyledStringControllerAccessor { @@ -28148,14 +28174,14 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_MutableStyledString GetStyledStringImpl(RichEditorStyledStringControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_MutableStyledString) 300; string out("getStyledString("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_MutableStyledString) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_MutableStyledString) 300; } - Ark_NativePointer GetSelectionImpl(RichEditorStyledStringControllerPeer* peer) + Ark_RichEditorRange GetSelectionImpl(RichEditorStyledStringControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28258,7 +28284,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer CurrentOffsetImpl(ScrollerPeer* peer) + Ark_OffsetResult CurrentOffsetImpl(ScrollerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28310,8 +28336,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetItemRectImpl(ScrollerPeer* peer, - const Ark_Number* index) + Ark_RectResult GetItemRectImpl(ScrollerPeer* peer, + const Ark_Number* index) { if (!needGroupedLog(1)) return {}; @@ -28681,7 +28707,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetScopeImpl(ScaleSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(ScaleSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28701,7 +28727,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetDirectionImpl(ScaleSymbolEffectPeer* peer) + Ark_EffectDirection GetDirectionImpl(ScaleSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28752,7 +28778,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetFillStyleImpl(HierarchicalSymbolEffectPeer* peer) + Ark_EffectFillStyle GetFillStyleImpl(HierarchicalSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28803,7 +28829,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetScopeImpl(AppearSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(AppearSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28854,7 +28880,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetScopeImpl(DisappearSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(DisappearSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28908,7 +28934,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetScopeImpl(BounceSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(BounceSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28928,7 +28954,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetDirectionImpl(BounceSymbolEffectPeer* peer) + Ark_EffectDirection GetDirectionImpl(BounceSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -28979,7 +29005,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetScopeImpl(ReplaceSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(ReplaceSymbolEffectPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -29201,12 +29227,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_LayoutManager GetLayoutManagerImpl(TextControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_LayoutManager) 300; string out("getLayoutManager("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_LayoutManager) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_LayoutManager) 300; } } // TextControllerAccessor namespace TextAreaControllerAccessor { @@ -29375,12 +29401,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_LayoutManager GetLayoutManagerImpl(TextBaseControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_LayoutManager) 300; string out("getLayoutManager("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_LayoutManager) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_LayoutManager) 300; } } // TextBaseControllerAccessor namespace TextEditControllerExAccessor { @@ -29452,7 +29478,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetPreviewTextImpl(TextEditControllerExPeer* peer) + Ark_PreviewText GetPreviewTextImpl(TextEditControllerExPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -29505,12 +29531,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_MutableStyledString GetStyledStringImpl(StyledStringControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_MutableStyledString) 300; string out("getStyledString("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_MutableStyledString) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_MutableStyledString) 300; } } // StyledStringControllerAccessor namespace LayoutManagerAccessor { @@ -29552,9 +29578,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetGlyphPositionAtCoordinateImpl(LayoutManagerPeer* peer, - const Ark_Number* x, - const Ark_Number* y) + Ark_PositionWithAffinity GetGlyphPositionAtCoordinateImpl(LayoutManagerPeer* peer, + const Ark_Number* x, + const Ark_Number* y) { if (!needGroupedLog(1)) return {}; @@ -29567,8 +29593,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetLineMetricsImpl(LayoutManagerPeer* peer, - const Ark_Number* lineNumber) + Ark_LineMetrics GetLineMetricsImpl(LayoutManagerPeer* peer, + const Ark_Number* lineNumber) { if (!needGroupedLog(1)) return {}; @@ -29579,13 +29605,13 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - void GetRectsForRangeImpl(LayoutManagerPeer* peer, - const Ark_TextRange* range, - Ark_RectWidthStyle widthStyle, - Ark_RectHeightStyle heightStyle) + Array_TextBox GetRectsForRangeImpl(LayoutManagerPeer* peer, + const Ark_TextRange* range, + Ark_RectWidthStyle widthStyle, + Ark_RectHeightStyle heightStyle) { if (!needGroupedLog(1)) - return; + return {}; string out("getRectsForRange("); WriteToString(&out, range); out.append(", "); @@ -29593,7 +29619,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, heightStyle); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } } // LayoutManagerAccessor namespace TextMenuItemIdAccessor { @@ -29678,15 +29706,17 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void OnCreateMenuImpl(EditMenuOptionsPeer* peer, - const Array_TextMenuItem* menuItems) + Array_TextMenuItem OnCreateMenuImpl(EditMenuOptionsPeer* peer, + const Array_TextMenuItem* menuItems) { if (!needGroupedLog(1)) - return; + return {}; string out("onCreateMenu("); WriteToString(&out, menuItems); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_Boolean OnMenuItemClickImpl(EditMenuOptionsPeer* peer, const Ark_TextMenuItem* menuItem, @@ -30243,7 +30273,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetModeImpl(FileSelectorParamPeer* peer) + Ark_FileSelectorMode GetModeImpl(FileSelectorParamPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -30253,13 +30283,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - void GetAcceptTypeImpl(FileSelectorParamPeer* peer) + Array_String GetAcceptTypeImpl(FileSelectorParamPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getAcceptType("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_Boolean IsCaptureImpl(FileSelectorParamPeer* peer) { @@ -30591,13 +30623,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetAccessibleResourceImpl(PermissionRequestPeer* peer) + Array_String GetAccessibleResourceImpl(PermissionRequestPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getAccessibleResource("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } void GrantImpl(PermissionRequestPeer* peer, const Array_String* resources) @@ -30835,7 +30869,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetMediaTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuMediaType GetMediaTypeImpl(WebContextMenuParamPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -30853,7 +30887,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetSourceTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuSourceType GetSourceTypeImpl(WebContextMenuParamPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -30863,7 +30897,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetInputFieldTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuInputFieldType GetInputFieldTypeImpl(WebContextMenuParamPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31057,7 +31091,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetMessageLevelImpl(ConsoleMessagePeer* peer) + Ark_MessageLevel GetMessageLevelImpl(ConsoleMessagePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31097,13 +31131,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - void GetRequestHeaderImpl(WebResourceRequestPeer* peer) + Array_Header GetRequestHeaderImpl(WebResourceRequestPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getRequestHeader("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } void GetRequestUrlImpl(WebResourceRequestPeer* peer) { @@ -31189,15 +31225,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetResponseDataExImpl(WebResourceResponsePeer* peer) + Opt_Union_String_Number_Buffer_Resource GetResponseDataExImpl(WebResourceResponsePeer* peer) { if (!needGroupedLog(1)) - return 0; + return {}; string out("getResponseDataEx("); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } void GetResponseEncodingImpl(WebResourceResponsePeer* peer) { @@ -31223,13 +31259,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetResponseHeaderImpl(WebResourceResponsePeer* peer) + Array_Header GetResponseHeaderImpl(WebResourceResponsePeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("getResponseHeader("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_Int32 GetResponseCodeImpl(WebResourceResponsePeer* peer) { @@ -31631,7 +31669,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetHitTestImpl(WebControllerPeer* peer) + Ark_HitTestType GetHitTestImpl(WebControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31700,12 +31738,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_WebCookie GetCookieManagerImpl(WebControllerPeer* peer) { if (!needGroupedLog(1)) - return {}; + return (Ark_WebCookie) 300; string out("getCookieManager("); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_WebCookie) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_WebCookie) 300; } } // WebControllerAccessor namespace XComponentControllerAccessor { @@ -31745,7 +31783,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetXComponentContextImpl(XComponentControllerPeer* peer) + Ark_CustomObject GetXComponentContextImpl(XComponentControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31775,7 +31813,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetXComponentSurfaceRectImpl(XComponentControllerPeer* peer) + Ark_SurfaceRect GetXComponentSurfaceRectImpl(XComponentControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31795,7 +31833,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetXComponentSurfaceRotationImpl(XComponentControllerPeer* peer) + Ark_SurfaceRotationOptions GetXComponentSurfaceRotationImpl(XComponentControllerPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -31934,13 +31972,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - void ValuesImpl(WaterFlowSectionsPeer* peer) + Array_SectionOptions ValuesImpl(WaterFlowSectionsPeer* peer) { if (!needGroupedLog(1)) - return; + return {}; string out("values("); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_Int32 LengthImpl(WaterFlowSectionsPeer* peer) { @@ -31992,17 +32032,17 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer SendSyncImpl(UIExtensionProxyPeer* peer, - const Map_String_CustomObject* data) + Map_String_CustomObject SendSyncImpl(UIExtensionProxyPeer* peer, + const Map_String_CustomObject* data) { if (!needGroupedLog(1)) - return 0; + return {}; string out("sendSync("); WriteToString(&out, data); out.append(") \n"); - out.append("[return 0] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return 0; + return {}; } void OnAsyncReceiverRegisterImpl(UIExtensionProxyPeer* peer, const Callback_UIExtensionProxy_Void* callback_) @@ -32086,13 +32126,13 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void GetStylesImpl(StyledStringPeer* peer, - const Ark_Number* start, - const Ark_Number* length, - const Opt_StyledStringKey* styledKey) + Array_SpanStyle GetStylesImpl(StyledStringPeer* peer, + const Ark_Number* start, + const Ark_Number* length, + const Opt_StyledStringKey* styledKey) { if (!needGroupedLog(1)) - return; + return {}; string out("getStyles("); WriteToString(&out, start); out.append(", "); @@ -32100,7 +32140,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(", "); WriteToString(&out, styledKey); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } Ark_Boolean EqualsImpl(StyledStringPeer* peer, Ark_StyledString other) @@ -32119,15 +32161,15 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_Number* length) { if (!needGroupedLog(1)) - return {}; + return (Ark_StyledString) 300; string out("subStyledString("); WriteToString(&out, start); out.append(", "); WriteToString(&out, length); out.append(") \n"); - out.append("[return {}] \n"); + out.append("[return (Ark_StyledString) 300] \n"); appendGroupedLog(1, out); - return {}; + return (Ark_StyledString) 300; } void FromHtmlImpl(const Ark_String* html, const Callback_Opt_StyledString_Opt_Array_String_Void* outputArgumentForReturningPromise) @@ -32150,14 +32192,16 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - void MarshallingImpl(Ark_StyledString styledString) + Ark_Buffer MarshallingImpl(Ark_StyledString styledString) { if (!needGroupedLog(1)) - return; + return {}; string out("marshalling("); WriteToString(&out, styledString); out.append(") \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); + return {}; } void UnmarshallingImpl(const Ark_Buffer* buffer, const Callback_Opt_StyledString_Opt_Array_String_Void* outputArgumentForReturningPromise) @@ -32240,7 +32284,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetFontStyleImpl(TextStyle_styled_stringPeer* peer) + Ark_FontStyle GetFontStyleImpl(TextStyle_styled_stringPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32281,7 +32325,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetTypeImpl(DecorationStylePeer* peer) + Ark_TextDecorationType GetTypeImpl(DecorationStylePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32291,7 +32335,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetStyleImpl(DecorationStylePeer* peer) + Ark_TextDecorationStyle GetStyleImpl(DecorationStylePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32507,7 +32551,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetTextAlignImpl(ParagraphStylePeer* peer) + Ark_TextAlign GetTextAlignImpl(ParagraphStylePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32537,7 +32581,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return 0; } - Ark_NativePointer GetOverflowImpl(ParagraphStylePeer* peer) + Ark_TextOverflow GetOverflowImpl(ParagraphStylePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32547,7 +32591,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetWordBreakImpl(ParagraphStylePeer* peer) + Ark_WordBreak GetWordBreakImpl(ParagraphStylePeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32836,7 +32880,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer GetVerticalAlignImpl(ImageAttachmentPeer* peer) + Ark_ImageSpanAlignment GetVerticalAlignImpl(ImageAttachmentPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32846,7 +32890,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return {}; } - Ark_NativePointer GetObjectFitImpl(ImageAttachmentPeer* peer) + Ark_ImageFit GetObjectFitImpl(ImageAttachmentPeer* peer) { if (!needGroupedLog(1)) return {}; @@ -32886,8 +32930,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { appendGroupedLog(1, out); return fnPtr(dummyClassFinalizer); } - Ark_NativePointer OnMeasureImpl(CustomSpanPeer* peer, - const Ark_CustomSpanMeasureInfo* measureInfo) + Ark_CustomSpanMetrics OnMeasureImpl(CustomSpanPeer* peer, + const Ark_CustomSpanMeasureInfo* measureInfo) { if (!needGroupedLog(1)) return {}; @@ -32998,26 +33042,26 @@ namespace OHOS::Ace::NG::GeneratedModifier { out.append(") \n"); appendGroupedLog(1, out); } - Ark_NativePointer GetInspectorNodesImpl() + Ark_CustomObject GetInspectorNodesImpl() { if (!needGroupedLog(1)) - return (Ark_NativePointer) 300; + return {}; string out("getInspectorNodes("); out.append(") \n"); - out.append("[return (Ark_NativePointer) 300] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return (Ark_NativePointer) 300; + return {}; } - Ark_NativePointer GetInspectorNodeByIdImpl(const Ark_Number* id) + Ark_CustomObject GetInspectorNodeByIdImpl(const Ark_Number* id) { if (!needGroupedLog(1)) - return (Ark_NativePointer) 300; + return {}; string out("getInspectorNodeById("); WriteToString(&out, id); out.append(") \n"); - out.append("[return (Ark_NativePointer) 300] \n"); + out.append("[return {}] \n"); appendGroupedLog(1, out); - return (Ark_NativePointer) 300; + return {}; } void RegisterVsyncCallbackImpl(const Callback_String_Void* callback_) { diff --git a/arkoala/framework/native/src/generated/real_impl.cc b/arkoala/framework/native/src/generated/real_impl.cc index 6a098548032e878723dffd48132117eee59a1a55..c4ad9ad592ecd267ca0e36c78bf75d4d68c5dfc3 100644 --- a/arkoala/framework/native/src/generated/real_impl.cc +++ b/arkoala/framework/native/src/generated/real_impl.cc @@ -10458,8 +10458,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - void GetTypesImpl(UnifiedDataPeer* peer) + Array_String GetTypesImpl(UnifiedDataPeer* peer) { + return {}; } } // UnifiedDataAccessor namespace LazyForEachOpsAccessor { @@ -10512,7 +10513,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetUnitImpl(LengthMetricsPeer* peer) + Ark_LengthUnit GetUnitImpl(LengthMetricsPeer* peer) { return {}; } @@ -10674,7 +10675,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetPositionToWindowWithTransformImpl(FrameNodePeer* peer) + Ark_Position GetPositionToWindowWithTransformImpl(FrameNodePeer* peer) { return {}; } @@ -11243,7 +11244,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_CanvasPattern CreatePatternImpl(CanvasRendererPeer* peer, + Opt_CanvasPattern CreatePatternImpl(CanvasRendererPeer* peer, Ark_ImageBitmap image, const Opt_String* repetition) { @@ -11309,8 +11310,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Union_Number_String* dirtyHeight) { } - void GetLineDashImpl(CanvasRendererPeer* peer) + Array_Number GetLineDashImpl(CanvasRendererPeer* peer) { + return {}; } void SetLineDashImpl(CanvasRendererPeer* peer, const Array_Number* segments) @@ -11350,8 +11352,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_Number* maxWidth) { } - Ark_NativePointer MeasureTextImpl(CanvasRendererPeer* peer, - const Ark_String* text) + Ark_TextMetrics MeasureTextImpl(CanvasRendererPeer* peer, + const Ark_String* text) { return {}; } @@ -11460,7 +11462,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_Boolean imageSmoothingEnabled) { } - Ark_NativePointer GetImageSmoothingQualityImpl(CanvasRendererPeer* peer) + Ark_String GetImageSmoothingQualityImpl(CanvasRendererPeer* peer) { return {}; } @@ -11468,7 +11470,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_String* imageSmoothingQuality) { } - Ark_NativePointer GetLineCapImpl(CanvasRendererPeer* peer) + Ark_String GetLineCapImpl(CanvasRendererPeer* peer) { return {}; } @@ -11484,7 +11486,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* lineDashOffset) { } - Ark_NativePointer GetLineJoinImpl(CanvasRendererPeer* peer) + Ark_String GetLineJoinImpl(CanvasRendererPeer* peer) { return {}; } @@ -11539,7 +11541,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* shadowOffsetY) { } - Ark_NativePointer GetDirectionImpl(CanvasRendererPeer* peer) + Ark_String GetDirectionImpl(CanvasRendererPeer* peer) { return {}; } @@ -11554,7 +11556,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_String* font) { } - Ark_NativePointer GetTextAlignImpl(CanvasRendererPeer* peer) + Ark_String GetTextAlignImpl(CanvasRendererPeer* peer) { return {}; } @@ -11562,7 +11564,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_String* textAlign) { } - Ark_NativePointer GetTextBaselineImpl(CanvasRendererPeer* peer) + Ark_String GetTextBaselineImpl(CanvasRendererPeer* peer) { return {}; } @@ -11785,7 +11787,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* timestamp) { } - Ark_NativePointer GetSourceImpl(BaseEventPeer* peer) + Ark_SourceType GetSourceImpl(BaseEventPeer* peer) { return {}; } @@ -11833,7 +11835,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* tiltY) { } - Ark_NativePointer GetSourceToolImpl(BaseEventPeer* peer) + Ark_SourceTool GetSourceToolImpl(BaseEventPeer* peer) { return {}; } @@ -11980,7 +11982,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetButtonImpl(MouseEventPeer* peer) + Ark_MouseButton GetButtonImpl(MouseEventPeer* peer) { return {}; } @@ -11988,7 +11990,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_MouseButton button) { } - Ark_NativePointer GetActionImpl(MouseEventPeer* peer) + Ark_MouseAction GetActionImpl(MouseEventPeer* peer) { return {}; } @@ -12085,7 +12087,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetTypeImpl(AccessibilityHoverEventPeer* peer) + Ark_AccessibilityHoverType GetTypeImpl(AccessibilityHoverEventPeer* peer) { return {}; } @@ -12158,10 +12160,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void GetHistoricalPointsImpl(TouchEventPeer* peer) + Array_HistoricalPoint GetHistoricalPointsImpl(TouchEventPeer* peer) { + return {}; } - Ark_NativePointer GetTypeImpl(TouchEventPeer* peer) + Ark_TouchType GetTypeImpl(TouchEventPeer* peer) { return {}; } @@ -12262,7 +12265,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetSummaryImpl(DragEventPeer* peer) + Ark_Summary GetSummaryImpl(DragEventPeer* peer) { return {}; } @@ -12270,11 +12273,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_DragResult dragResult) { } - Ark_NativePointer GetResultImpl(DragEventPeer* peer) + Ark_DragResult GetResultImpl(DragEventPeer* peer) { return {}; } - Ark_NativePointer GetPreviewRectImpl(DragEventPeer* peer) + Ark_Rectangle GetPreviewRectImpl(DragEventPeer* peer) { return {}; } @@ -12295,7 +12298,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetDragBehaviorImpl(DragEventPeer* peer) + Ark_DragBehavior GetDragBehaviorImpl(DragEventPeer* peer) { return {}; } @@ -12333,7 +12336,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetTypeImpl(KeyEventPeer* peer) + Ark_KeyType GetTypeImpl(KeyEventPeer* peer) { return {}; } @@ -12356,7 +12359,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_String* keyText) { } - Ark_NativePointer GetKeySourceImpl(KeyEventPeer* peer) + Ark_KeySource GetKeySourceImpl(KeyEventPeer* peer) { return {}; } @@ -12456,20 +12459,20 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer MeasureImpl(MeasurablePeer* peer, + Ark_MeasureResult MeasureImpl(MeasurablePeer* peer, const Ark_ConstraintSizeOptions* constraint) { return {}; } - Ark_NativePointer GetMarginImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetMarginImpl(MeasurablePeer* peer) { return {}; } - Ark_NativePointer GetPaddingImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetPaddingImpl(MeasurablePeer* peer) { return {}; } - Ark_NativePointer GetBorderWidthImpl(MeasurablePeer* peer) + Ark_DirectionalEdgesT GetBorderWidthImpl(MeasurablePeer* peer) { return {}; } @@ -12490,9 +12493,10 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void CreateImpl(ViewPeer* peer, - const Ark_CustomObject* value) + Ark_CustomObject CreateImpl(ViewPeer* peer, + const Ark_CustomObject* value) { + return {}; } } // ViewAccessor namespace TextContentControllerBaseAccessor { @@ -12511,11 +12515,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetCaretOffsetImpl(TextContentControllerBasePeer* peer) + Ark_CaretOffset GetCaretOffsetImpl(TextContentControllerBasePeer* peer) { return {}; } - Ark_NativePointer GetTextContentRectImpl(TextContentControllerBasePeer* peer) + Ark_RectResult GetTextContentRectImpl(TextContentControllerBasePeer* peer) { return {}; } @@ -12540,9 +12544,10 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void OnMoveImpl(DynamicNodePeer* peer, - const Opt_OnMoveHandler* handler) + Ark_CustomObject OnMoveImpl(DynamicNodePeer* peer, + const Opt_OnMoveHandler* handler) { + return {}; } } // DynamicNodeAccessor namespace ChildrenMainSizeAccessor { @@ -12672,7 +12677,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { delete peerImpl; } } - Ark_NativePointer GetContextImpl(const Opt_CustomObject* component) + Ark_Context GetContextImpl(const Opt_CustomObject* component) { return {}; } @@ -12680,12 +12685,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_CustomObject* action) { } - Ark_NativePointer Dollar_rImpl(const Ark_String* value, - const Array_CustomObject* params) + Ark_Resource Dollar_rImpl(const Ark_String* value, + const Array_CustomObject* params) { return {}; } - Ark_NativePointer Dollar_rawfileImpl(const Ark_String* value) + Ark_Resource Dollar_rawfileImpl(const Ark_String* value) { return {}; } @@ -13168,7 +13173,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Number* value) { } - Ark_NativePointer GetDirectionImpl(PanGestureOptionsPeer* peer) + Ark_PanDirection GetDirectionImpl(PanGestureOptionsPeer* peer) { return {}; } @@ -13237,7 +13242,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetTagImpl(GestureRecognizerPeer* peer) { } - Ark_NativePointer GetTypeImpl(GestureRecognizerPeer* peer) + Ark_GestureControl_GestureType GetTypeImpl(GestureRecognizerPeer* peer) { return {}; } @@ -13253,7 +13258,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetStateImpl(GestureRecognizerPeer* peer) + Ark_GestureRecognizerState GetStateImpl(GestureRecognizerPeer* peer) { return {}; } @@ -13303,8 +13308,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void GetImageAnalyzerSupportTypesImpl(ImageAnalyzerControllerPeer* peer) + Array_ImageAnalyzerType GetImageAnalyzerSupportTypesImpl(ImageAnalyzerControllerPeer* peer) { + return {}; } } // ImageAnalyzerControllerAccessor namespace ListScrollerAccessor { @@ -13323,9 +13329,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetItemRectInGroupImpl(ListScrollerPeer* peer, - const Ark_Number* index, - const Ark_Number* indexInGroup) + Ark_RectResult GetItemRectInGroupImpl(ListScrollerPeer* peer, + const Ark_Number* index, + const Ark_Number* indexInGroup) { return {}; } @@ -13340,9 +13346,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_CloseSwipeActionOptions* options) { } - Ark_NativePointer GetVisibleListContentInfoImpl(ListScrollerPeer* peer, - const Ark_Number* x, - const Ark_Number* y) + Ark_VisibleListContentInfo GetVisibleListContentInfoImpl(ListScrollerPeer* peer, + const Ark_Number* x, + const Ark_Number* y) { return {}; } @@ -13466,7 +13472,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetConfigInRouteMapImpl(NavDestinationContextPeer* peer) + Opt_RouteMapConfig GetConfigInRouteMapImpl(NavDestinationContextPeer* peer) { return {}; } @@ -13636,12 +13642,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NavPathInfo Pop0Impl(NavPathStackPeer* peer, + Opt_NavPathInfo Pop0Impl(NavPathStackPeer* peer, const Opt_Boolean* animated) { return {}; } - Ark_NavPathInfo Pop1Impl(NavPathStackPeer* peer, + Opt_NavPathInfo Pop1Impl(NavPathStackPeer* peer, const Ark_CustomObject* result, const Opt_Boolean* animated) { @@ -13686,22 +13692,26 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_Boolean* animated) { } - void GetAllPathNameImpl(NavPathStackPeer* peer) + Array_String GetAllPathNameImpl(NavPathStackPeer* peer) { + return {}; } - void GetParamByIndexImpl(NavPathStackPeer* peer, - const Ark_Number* index) + Opt_CustomObject GetParamByIndexImpl(NavPathStackPeer* peer, + const Ark_Number* index) { + return {}; } - void GetParamByNameImpl(NavPathStackPeer* peer, - const Ark_String* name) + Array_CustomObject GetParamByNameImpl(NavPathStackPeer* peer, + const Ark_String* name) { + return {}; } - void GetIndexByNameImpl(NavPathStackPeer* peer, - const Ark_String* name) + Array_Number GetIndexByNameImpl(NavPathStackPeer* peer, + const Ark_String* name) { + return {}; } - Ark_NavPathStack GetParentImpl(NavPathStackPeer* peer) + Opt_NavPathStack GetParentImpl(NavPathStackPeer* peer) { return {}; } @@ -13813,7 +13823,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { void CloseSelectionMenuImpl(RichEditorBaseControllerPeer* peer) { } - Ark_NativePointer GetTypingStyleImpl(RichEditorBaseControllerPeer* peer) + Ark_RichEditorTextStyle GetTypingStyleImpl(RichEditorBaseControllerPeer* peer) { return {}; } @@ -13838,7 +13848,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetPreviewTextImpl(RichEditorBaseControllerPeer* peer) + Ark_PreviewText GetPreviewTextImpl(RichEditorBaseControllerPeer* peer) { return {}; } @@ -13895,21 +13905,24 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Opt_RichEditorRange* value) { } - void GetSpansImpl(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value) + Array_Union_RichEditorImageSpanResult_RichEditorTextSpanResult GetSpansImpl(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value) { + return {}; } - void GetParagraphsImpl(RichEditorControllerPeer* peer, - const Opt_RichEditorRange* value) + Array_RichEditorParagraphResult GetParagraphsImpl(RichEditorControllerPeer* peer, + const Opt_RichEditorRange* value) { + return {}; } - Ark_NativePointer GetSelectionImpl(RichEditorControllerPeer* peer) + Ark_RichEditorSelection GetSelectionImpl(RichEditorControllerPeer* peer) { return {}; } - void FromStyledStringImpl(RichEditorControllerPeer* peer, - Ark_StyledString value) + Array_RichEditorSpan FromStyledStringImpl(RichEditorControllerPeer* peer, + Ark_StyledString value) { + return {}; } Ark_StyledString ToStyledStringImpl(RichEditorControllerPeer* peer, const Ark_RichEditorRange* value) @@ -13941,7 +13954,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetSelectionImpl(RichEditorStyledStringControllerPeer* peer) + Ark_RichEditorRange GetSelectionImpl(RichEditorStyledStringControllerPeer* peer) { return {}; } @@ -13987,7 +14000,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_Literal_Boolean_next_Axis_direction* value) { } - Ark_NativePointer CurrentOffsetImpl(ScrollerPeer* peer) + Ark_OffsetResult CurrentOffsetImpl(ScrollerPeer* peer) { return {}; } @@ -14007,8 +14020,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetItemRectImpl(ScrollerPeer* peer, - const Ark_Number* index) + Ark_RectResult GetItemRectImpl(ScrollerPeer* peer, + const Ark_Number* index) { return {}; } @@ -14178,7 +14191,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetScopeImpl(ScaleSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(ScaleSymbolEffectPeer* peer) { return {}; } @@ -14186,7 +14199,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_EffectScope scope) { } - Ark_NativePointer GetDirectionImpl(ScaleSymbolEffectPeer* peer) + Ark_EffectDirection GetDirectionImpl(ScaleSymbolEffectPeer* peer) { return {}; } @@ -14211,7 +14224,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetFillStyleImpl(HierarchicalSymbolEffectPeer* peer) + Ark_EffectFillStyle GetFillStyleImpl(HierarchicalSymbolEffectPeer* peer) { return {}; } @@ -14236,7 +14249,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetScopeImpl(AppearSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(AppearSymbolEffectPeer* peer) { return {}; } @@ -14261,7 +14274,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetScopeImpl(DisappearSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(DisappearSymbolEffectPeer* peer) { return {}; } @@ -14287,7 +14300,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetScopeImpl(BounceSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(BounceSymbolEffectPeer* peer) { return {}; } @@ -14295,7 +14308,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { Ark_EffectScope scope) { } - Ark_NativePointer GetDirectionImpl(BounceSymbolEffectPeer* peer) + Ark_EffectDirection GetDirectionImpl(BounceSymbolEffectPeer* peer) { return {}; } @@ -14320,7 +14333,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetScopeImpl(ReplaceSymbolEffectPeer* peer) + Ark_EffectScope GetScopeImpl(ReplaceSymbolEffectPeer* peer) { return {}; } @@ -14542,7 +14555,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetPreviewTextImpl(TextEditControllerExPeer* peer) + Ark_PreviewText GetPreviewTextImpl(TextEditControllerExPeer* peer) { return {}; } @@ -14592,22 +14605,23 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetGlyphPositionAtCoordinateImpl(LayoutManagerPeer* peer, - const Ark_Number* x, - const Ark_Number* y) + Ark_PositionWithAffinity GetGlyphPositionAtCoordinateImpl(LayoutManagerPeer* peer, + const Ark_Number* x, + const Ark_Number* y) { return {}; } - Ark_NativePointer GetLineMetricsImpl(LayoutManagerPeer* peer, - const Ark_Number* lineNumber) + Ark_LineMetrics GetLineMetricsImpl(LayoutManagerPeer* peer, + const Ark_Number* lineNumber) { return {}; } - void GetRectsForRangeImpl(LayoutManagerPeer* peer, - const Ark_TextRange* range, - Ark_RectWidthStyle widthStyle, - Ark_RectHeightStyle heightStyle) + Array_TextBox GetRectsForRangeImpl(LayoutManagerPeer* peer, + const Ark_TextRange* range, + Ark_RectWidthStyle widthStyle, + Ark_RectHeightStyle heightStyle) { + return {}; } } // LayoutManagerAccessor namespace TextMenuItemIdAccessor { @@ -14652,9 +14666,10 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void OnCreateMenuImpl(EditMenuOptionsPeer* peer, - const Array_TextMenuItem* menuItems) + Array_TextMenuItem OnCreateMenuImpl(EditMenuOptionsPeer* peer, + const Array_TextMenuItem* menuItems) { + return {}; } Ark_Boolean OnMenuItemClickImpl(EditMenuOptionsPeer* peer, const Ark_TextMenuItem* menuItem, @@ -14923,12 +14938,13 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetTitleImpl(FileSelectorParamPeer* peer) { } - Ark_NativePointer GetModeImpl(FileSelectorParamPeer* peer) + Ark_FileSelectorMode GetModeImpl(FileSelectorParamPeer* peer) { return {}; } - void GetAcceptTypeImpl(FileSelectorParamPeer* peer) + Array_String GetAcceptTypeImpl(FileSelectorParamPeer* peer) { + return {}; } Ark_Boolean IsCaptureImpl(FileSelectorParamPeer* peer) { @@ -15090,8 +15106,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetOriginImpl(PermissionRequestPeer* peer) { } - void GetAccessibleResourceImpl(PermissionRequestPeer* peer) + Array_String GetAccessibleResourceImpl(PermissionRequestPeer* peer) { + return {}; } void GrantImpl(PermissionRequestPeer* peer, const Array_String* resources) @@ -15206,18 +15223,18 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetMediaTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuMediaType GetMediaTypeImpl(WebContextMenuParamPeer* peer) { return {}; } void GetSelectionTextImpl(WebContextMenuParamPeer* peer) { } - Ark_NativePointer GetSourceTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuSourceType GetSourceTypeImpl(WebContextMenuParamPeer* peer) { return {}; } - Ark_NativePointer GetInputFieldTypeImpl(WebContextMenuParamPeer* peer) + Ark_ContextMenuInputFieldType GetInputFieldTypeImpl(WebContextMenuParamPeer* peer) { return {}; } @@ -15302,7 +15319,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetMessageLevelImpl(ConsoleMessagePeer* peer) + Ark_MessageLevel GetMessageLevelImpl(ConsoleMessagePeer* peer) { return {}; } @@ -15323,8 +15340,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - void GetRequestHeaderImpl(WebResourceRequestPeer* peer) + Array_Header GetRequestHeaderImpl(WebResourceRequestPeer* peer) { + return {}; } void GetRequestUrlImpl(WebResourceRequestPeer* peer) { @@ -15364,7 +15382,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetResponseDataImpl(WebResourceResponsePeer* peer) { } - Ark_NativePointer GetResponseDataExImpl(WebResourceResponsePeer* peer) + Opt_Union_String_Number_Buffer_Resource GetResponseDataExImpl(WebResourceResponsePeer* peer) { return {}; } @@ -15377,8 +15395,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetReasonMessageImpl(WebResourceResponsePeer* peer) { } - void GetResponseHeaderImpl(WebResourceResponsePeer* peer) + Array_Header GetResponseHeaderImpl(WebResourceResponsePeer* peer) { + return {}; } Ark_Int32 GetResponseCodeImpl(WebResourceResponsePeer* peer) { @@ -15563,7 +15582,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_String* name) { } - Ark_NativePointer GetHitTestImpl(WebControllerPeer* peer) + Ark_HitTestType GetHitTestImpl(WebControllerPeer* peer) { return {}; } @@ -15613,7 +15632,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetXComponentSurfaceIdImpl(XComponentControllerPeer* peer) { } - Ark_NativePointer GetXComponentContextImpl(XComponentControllerPeer* peer) + Ark_CustomObject GetXComponentContextImpl(XComponentControllerPeer* peer) { return {}; } @@ -15625,7 +15644,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_SurfaceRect* rect) { } - Ark_NativePointer GetXComponentSurfaceRectImpl(XComponentControllerPeer* peer) + Ark_SurfaceRect GetXComponentSurfaceRectImpl(XComponentControllerPeer* peer) { return {}; } @@ -15633,7 +15652,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Ark_SurfaceRotationOptions* rotationOptions) { } - Ark_NativePointer GetXComponentSurfaceRotationImpl(XComponentControllerPeer* peer) + Ark_SurfaceRotationOptions GetXComponentSurfaceRotationImpl(XComponentControllerPeer* peer) { return {}; } @@ -15693,8 +15712,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - void ValuesImpl(WaterFlowSectionsPeer* peer) + Array_SectionOptions ValuesImpl(WaterFlowSectionsPeer* peer) { + return {}; } Ark_Int32 LengthImpl(WaterFlowSectionsPeer* peer) { @@ -15721,8 +15741,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { const Map_String_CustomObject* data) { } - Ark_NativePointer SendSyncImpl(UIExtensionProxyPeer* peer, - const Map_String_CustomObject* data) + Map_String_CustomObject SendSyncImpl(UIExtensionProxyPeer* peer, + const Map_String_CustomObject* data) { return {}; } @@ -15763,11 +15783,12 @@ namespace OHOS::Ace::NG::GeneratedModifier { void GetStringImpl(StyledStringPeer* peer) { } - void GetStylesImpl(StyledStringPeer* peer, - const Ark_Number* start, - const Ark_Number* length, - const Opt_StyledStringKey* styledKey) + Array_SpanStyle GetStylesImpl(StyledStringPeer* peer, + const Ark_Number* start, + const Ark_Number* length, + const Opt_StyledStringKey* styledKey) { + return {}; } Ark_Boolean EqualsImpl(StyledStringPeer* peer, Ark_StyledString other) @@ -15787,8 +15808,9 @@ namespace OHOS::Ace::NG::GeneratedModifier { void ToHtmlImpl(Ark_StyledString styledString) { } - void MarshallingImpl(Ark_StyledString styledString) + Ark_Buffer MarshallingImpl(Ark_StyledString styledString) { + return {}; } void UnmarshallingImpl(const Ark_Buffer* buffer, const Callback_Opt_StyledString_Opt_Array_String_Void* outputArgumentForReturningPromise) @@ -15826,7 +15848,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetFontStyleImpl(TextStyle_styled_stringPeer* peer) + Ark_FontStyle GetFontStyleImpl(TextStyle_styled_stringPeer* peer) { return {}; } @@ -15847,11 +15869,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetTypeImpl(DecorationStylePeer* peer) + Ark_TextDecorationType GetTypeImpl(DecorationStylePeer* peer) { return {}; } - Ark_NativePointer GetStyleImpl(DecorationStylePeer* peer) + Ark_TextDecorationStyle GetStyleImpl(DecorationStylePeer* peer) { return {}; } @@ -15965,7 +15987,7 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetTextAlignImpl(ParagraphStylePeer* peer) + Ark_TextAlign GetTextAlignImpl(ParagraphStylePeer* peer) { return {}; } @@ -15977,11 +15999,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return {}; } - Ark_NativePointer GetOverflowImpl(ParagraphStylePeer* peer) + Ark_TextOverflow GetOverflowImpl(ParagraphStylePeer* peer) { return {}; } - Ark_NativePointer GetWordBreakImpl(ParagraphStylePeer* peer) + Ark_WordBreak GetWordBreakImpl(ParagraphStylePeer* peer) { return {}; } @@ -16113,11 +16135,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer GetVerticalAlignImpl(ImageAttachmentPeer* peer) + Ark_ImageSpanAlignment GetVerticalAlignImpl(ImageAttachmentPeer* peer) { return {}; } - Ark_NativePointer GetObjectFitImpl(ImageAttachmentPeer* peer) + Ark_ImageFit GetObjectFitImpl(ImageAttachmentPeer* peer) { return {}; } @@ -16138,8 +16160,8 @@ namespace OHOS::Ace::NG::GeneratedModifier { { return reinterpret_cast(&DestroyPeerImpl); } - Ark_NativePointer OnMeasureImpl(CustomSpanPeer* peer, - const Ark_CustomSpanMeasureInfo* measureInfo) + Ark_CustomSpanMetrics OnMeasureImpl(CustomSpanPeer* peer, + const Ark_CustomSpanMeasureInfo* measureInfo) { return {}; } @@ -16192,11 +16214,11 @@ namespace OHOS::Ace::NG::GeneratedModifier { delete peerImpl; } } - Ark_NativePointer GetInspectorNodesImpl() + Ark_CustomObject GetInspectorNodesImpl() { return {}; } - Ark_NativePointer GetInspectorNodeByIdImpl(const Ark_Number* id) + Ark_CustomObject GetInspectorNodeByIdImpl(const Ark_Number* id) { return {}; }