@nativescript/core 8.9.0-alpha.3 → 8.9.0-next-01-13-2025-12740325729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessibility/accessibility-properties.js +0 -1
- package/accessibility/accessibility-properties.js.map +1 -1
- package/animation-frame/index.d.ts +3 -17
- package/core-types/index.d.ts +2 -2
- package/core-types/index.js +3 -3
- package/core-types/index.js.map +1 -1
- package/css/css-tree-parser.js +17 -21
- package/css/parser.js +2 -1
- package/css/parser.js.map +1 -1
- package/data/observable/index.d.ts +1 -0
- package/data/observable/index.js +1 -0
- package/data/observable/index.js.map +1 -1
- package/debugger/devtools-elements.d.ts +5 -23
- package/debugger/dom-node.d.ts +20 -23
- package/file-system/file-system-access.ios.js +2 -2
- package/file-system/file-system-access.ios.js.map +1 -1
- package/file-system/index.d.ts +95 -370
- package/fps-meter/index.d.ts +7 -24
- package/globals/index.d.ts +19 -4
- package/globals/index.js +5 -3
- package/globals/index.js.map +1 -1
- package/http/index.d.ts +73 -149
- package/image-source/index.android.d.ts +3 -2
- package/image-source/index.android.js +13 -6
- package/image-source/index.android.js.map +1 -1
- package/image-source/index.ios.d.ts +3 -2
- package/image-source/index.ios.js +10 -3
- package/image-source/index.ios.js.map +1 -1
- package/index.d.ts +6 -23
- package/matrix/index.d.ts +5 -32
- package/module-name-resolver/index.d.ts +13 -21
- package/module-name-resolver/qualifier-matcher/index.d.ts +6 -12
- package/package.json +1 -1
- package/platform/index.d.ts +0 -26
- package/profiling/index.d.ts +26 -153
- package/text/formatted-string.d.ts +1 -1
- package/text/span.d.ts +1 -1
- package/trace/index.d.ts +105 -131
- package/ui/action-bar/index.android.d.ts +1 -0
- package/ui/action-bar/index.android.js +3 -0
- package/ui/action-bar/index.android.js.map +1 -1
- package/ui/action-bar/index.ios.d.ts +7 -2
- package/ui/action-bar/index.ios.js +120 -19
- package/ui/action-bar/index.ios.js.map +1 -1
- package/ui/animation/animation-common.d.ts +1 -8
- package/ui/animation/animation-common.js +0 -8
- package/ui/animation/animation-common.js.map +1 -1
- package/ui/animation/animation-interfaces.d.ts +11 -0
- package/ui/animation/animation-interfaces.js +12 -1
- package/ui/animation/animation-interfaces.js.map +1 -1
- package/ui/animation/index.android.d.ts +2 -2
- package/ui/animation/index.android.js +2 -2
- package/ui/animation/index.android.js.map +1 -1
- package/ui/animation/index.ios.d.ts +2 -2
- package/ui/animation/index.ios.js +4 -4
- package/ui/animation/index.ios.js.map +1 -1
- package/ui/animation/keyframe-animation.d.ts +67 -118
- package/ui/builder/binding-builder.d.ts +12 -15
- package/ui/builder/index.d.ts +27 -69
- package/ui/button/index.android.d.ts +1 -1
- package/ui/button/index.android.js +17 -15
- package/ui/button/index.android.js.map +1 -1
- package/ui/button/index.ios.js +8 -2
- package/ui/button/index.ios.js.map +1 -1
- package/ui/content-view/index.d.ts +23 -4
- package/ui/core/control-state-change/index.android.d.ts +2 -2
- package/ui/core/control-state-change/index.android.js +1 -1
- package/ui/core/control-state-change/index.android.js.map +1 -1
- package/ui/core/control-state-change/index.ios.d.ts +3 -7
- package/ui/core/control-state-change/index.ios.js +19 -36
- package/ui/core/control-state-change/index.ios.js.map +1 -1
- package/ui/core/view/index.android.d.ts +2 -7
- package/ui/core/view/index.android.js +3 -4
- package/ui/core/view/index.android.js.map +1 -1
- package/ui/core/view/index.ios.d.ts +3 -13
- package/ui/core/view/index.ios.js +16 -8
- package/ui/core/view/index.ios.js.map +1 -1
- package/ui/core/view/view-common.d.ts +11 -15
- package/ui/core/view/view-common.js +23 -15
- package/ui/core/view/view-common.js.map +1 -1
- package/ui/core/view/view-helper/index.ios.d.ts +3 -18
- package/ui/core/view/view-helper/index.ios.js.map +1 -1
- package/ui/core/view-base/index.d.ts +107 -4
- package/ui/core/view-base/index.js +55 -7
- package/ui/core/view-base/index.js.map +1 -1
- package/ui/core/weak-event-listener/index.d.ts +2 -18
- package/ui/date-picker/date-picker-common.d.ts +1 -0
- package/ui/date-picker/date-picker-common.js +1 -0
- package/ui/date-picker/date-picker-common.js.map +1 -1
- package/ui/editable-text-base/editable-text-base-common.d.ts +1 -2
- package/ui/editable-text-base/editable-text-base-common.js +13 -7
- package/ui/editable-text-base/editable-text-base-common.js.map +1 -1
- package/ui/frame/frame-common.d.ts +3 -2
- package/ui/frame/frame-common.js +6 -6
- package/ui/frame/frame-common.js.map +1 -1
- package/ui/gestures/gestures-common.d.ts +22 -0
- package/ui/gestures/gestures-common.js +22 -0
- package/ui/gestures/gestures-common.js.map +1 -1
- package/ui/html-view/html-view-common.d.ts +1 -0
- package/ui/html-view/html-view-common.js.map +1 -1
- package/ui/image/image-common.d.ts +2 -0
- package/ui/image/image-common.js +3 -1
- package/ui/image/image-common.js.map +1 -1
- package/ui/index.d.ts +3 -1
- package/ui/index.js +1 -1
- package/ui/index.js.map +1 -1
- package/ui/layouts/flexbox-layout/index.ios.js.map +1 -1
- package/ui/layouts/index.d.ts +2 -1
- package/ui/layouts/layout-base-common.d.ts +0 -1
- package/ui/layouts/layout-base-common.js +1 -8
- package/ui/layouts/layout-base-common.js.map +1 -1
- package/ui/layouts/stack-layout/index.ios.js.map +1 -1
- package/ui/list-picker/list-picker-common.d.ts +1 -0
- package/ui/list-picker/list-picker-common.js +1 -0
- package/ui/list-picker/list-picker-common.js.map +1 -1
- package/ui/placeholder/index.android.d.ts +1 -1
- package/ui/placeholder/index.d.ts +8 -42
- package/ui/proxy-view-container/index.d.ts +2 -0
- package/ui/proxy-view-container/index.js +2 -0
- package/ui/proxy-view-container/index.js.map +1 -1
- package/ui/repeater/index.d.ts +2 -0
- package/ui/repeater/index.js +2 -0
- package/ui/repeater/index.js.map +1 -1
- package/ui/search-bar/search-bar-common.js.map +1 -1
- package/ui/slider/slider-common.d.ts +1 -0
- package/ui/slider/slider-common.js +1 -0
- package/ui/slider/slider-common.js.map +1 -1
- package/ui/styling/background.ios.d.ts +1 -15
- package/ui/styling/background.ios.js +52 -54
- package/ui/styling/background.ios.js.map +1 -1
- package/ui/styling/converters.d.ts +2 -2
- package/ui/styling/style/index.d.ts +3 -1
- package/ui/styling/style/index.js.map +1 -1
- package/ui/styling/style-properties.d.ts +81 -100
- package/ui/styling/style-properties.js.map +1 -1
- package/ui/styling/style-scope.d.ts +79 -48
- package/ui/switch/switch-common.js +4 -4
- package/ui/switch/switch-common.js.map +1 -1
- package/ui/text-base/formatted-string.d.ts +36 -73
- package/ui/text-base/index.android.js +2 -11
- package/ui/text-base/index.android.js.map +1 -1
- package/ui/text-base/span.d.ts +36 -81
- package/ui/text-base/text-base-common.d.ts +2 -0
- package/ui/text-base/text-base-common.js +6 -0
- package/ui/text-base/text-base-common.js.map +1 -1
- package/ui/text-field/text-field-common.js.map +1 -1
- package/ui/text-view/index.android.d.ts +0 -1
- package/ui/text-view/index.android.js +0 -1
- package/ui/text-view/index.android.js.map +1 -1
- package/ui/text-view/index.ios.d.ts +0 -3
- package/ui/text-view/index.ios.js +8 -64
- package/ui/text-view/index.ios.js.map +1 -1
- package/ui/text-view/text-view-common.d.ts +0 -26
- package/ui/text-view/text-view-common.js +0 -34
- package/ui/text-view/text-view-common.js.map +1 -1
- package/ui/time-picker/time-picker-common.d.ts +1 -0
- package/ui/time-picker/time-picker-common.js +1 -0
- package/ui/time-picker/time-picker-common.js.map +1 -1
- package/ui/utils.ios.d.ts +1 -2
- package/ui/utils.ios.js.map +1 -1
- package/ui/web-view/web-view-common.d.ts +1 -1
- package/utils/debug.d.ts +17 -61
- package/utils/ios/index.js +4 -4
- package/utils/ios/index.js.map +1 -1
- package/utils/lazy.d.ts +0 -5
- package/utils/macrotask-scheduler.d.ts +1 -5
- package/utils/native-helper.ios.js +1 -0
- package/utils/native-helper.ios.js.map +1 -1
- package/utils/types.d.ts +23 -115
- package/xml/index.d.ts +44 -105
- package/xml/index.js +1 -1
- package/xml/index.js.map +1 -1
- package/accessibility/accessibility-service.d.ts +0 -10
- package/accessibility/font-scale.d.ts +0 -9
- package/accessibility/index.d.ts +0 -37
- package/animation-frame/animation-native.d.ts +0 -4
- package/application/application.d.ts +0 -194
- package/application/index.d.ts +0 -2
- package/application-settings/index.d.ts +0 -70
- package/cli-hooks/before-checkForChanges.js +0 -60
- package/cli-hooks/postinstall.js +0 -2
- package/cli-hooks/preuninstall.js +0 -2
- package/color/index.d.ts +0 -206
- package/connectivity/index.d.ts +0 -52
- package/css/lib/parse/index.js +0 -602
- package/css/package.json +0 -36
- package/css/reworkcss.d.ts +0 -47
- package/css/reworkcss.js +0 -1
- package/css-value/package.json +0 -23
- package/css-value/reworkcss-value.d.ts +0 -8
- package/css-value/reworkcss-value.js +0 -113
- package/debugger/css-agent.d.ts +0 -59
- package/fetch/index.js +0 -539
- package/file-system/file-system-access.d.ts +0 -441
- package/fps-meter/fps-native.d.ts +0 -24
- package/global-types.d.ts +0 -393
- package/http/http-request/index.d.ts +0 -3
- package/image-asset/index.d.ts +0 -17
- package/image-source/index.d.ts +0 -345
- package/js-libs/easysax/easysax.d.ts +0 -8
- package/js-libs/easysax/easysax.js +0 -782
- package/js-libs/easysax/package.json +0 -35
- package/platform/device/index.d.ts +0 -70
- package/platform/screen/index.d.ts +0 -48
- package/platforms/android/native-api-usage.json +0 -32
- package/platforms/android/res/values/ids.xml +0 -4
- package/platforms/android/widgets-release.aar +0 -0
- package/platforms/android/winter_cg-release.aar +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
- package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
- package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
- package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
- package/platforms/ios/native-api-usage.json +0 -41
- package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
- package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
- package/platforms/ios/src/NativeScriptMainWindow.swift +0 -179
- package/platforms/ios/src/NativeScriptUtils.h +0 -16
- package/platforms/ios/src/NativeScriptUtils.m +0 -137
- package/platforms/ios/src/UIView+NativeScript.h +0 -15
- package/platforms/ios/src/UIView+NativeScript.m +0 -150
- package/platforms/ios/src/module.modulemap +0 -14
- package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
- package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
- package/references.d.ts +0 -10
- package/text/index.d.ts +0 -36
- package/timer/index.d.ts +0 -27
- package/ui/action-bar/index.d.ts +0 -271
- package/ui/activity-indicator/index.d.ts +0 -21
- package/ui/animation/index.d.ts +0 -152
- package/ui/button/index.d.ts +0 -44
- package/ui/core/control-state-change/index.d.ts +0 -15
- package/ui/core/view/index.d.ts +0 -992
- package/ui/core/view/view-helper/index.d.ts +0 -76
- package/ui/date-picker/index.d.ts +0 -65
- package/ui/dialogs/index.d.ts +0 -311
- package/ui/editable-text-base/index.d.ts +0 -100
- package/ui/embedding/index.d.ts +0 -10
- package/ui/frame/fragment.d.ts +0 -5
- package/ui/frame/fragment.transitions.d.ts +0 -43
- package/ui/frame/index.d.ts +0 -553
- package/ui/frame/transition-definitions.android.d.ts +0 -54
- package/ui/gestures/index.d.ts +0 -59
- package/ui/html-view/index.d.ts +0 -27
- package/ui/image/index.d.ts +0 -77
- package/ui/image/symbol-effects.d.ts +0 -13
- package/ui/image-cache/index.d.ts +0 -147
- package/ui/label/index.d.ts +0 -21
- package/ui/layouts/absolute-layout/index.d.ts +0 -40
- package/ui/layouts/dock-layout/index.d.ts +0 -35
- package/ui/layouts/flexbox-layout/index.d.ts +0 -66
- package/ui/layouts/grid-layout/index.d.ts +0 -182
- package/ui/layouts/layout-base.d.ts +0 -105
- package/ui/layouts/root-layout/index.d.ts +0 -45
- package/ui/layouts/stack-layout/index.d.ts +0 -19
- package/ui/layouts/wrap-layout/index.d.ts +0 -43
- package/ui/list-picker/index.d.ts +0 -32
- package/ui/list-view/index.d.ts +0 -208
- package/ui/page/index.d.ts +0 -212
- package/ui/progress/index.d.ts +0 -37
- package/ui/scroll-view/index.d.ts +0 -89
- package/ui/search-bar/index.d.ts +0 -89
- package/ui/segmented-bar/index.d.ts +0 -106
- package/ui/slider/index.d.ts +0 -72
- package/ui/styling/background.d.ts +0 -93
- package/ui/styling/font.d.ts +0 -62
- package/ui/switch/index.d.ts +0 -35
- package/ui/tab-view/index.d.ts +0 -175
- package/ui/text-base/index.d.ts +0 -161
- package/ui/text-field/index.d.ts +0 -41
- package/ui/text-view/index.d.ts +0 -35
- package/ui/time-picker/index.d.ts +0 -80
- package/ui/transition/fade-transition.d.ts +0 -3
- package/ui/transition/flip-transition.d.ts +0 -5
- package/ui/transition/index.d.ts +0 -59
- package/ui/transition/modal-transition.d.ts +0 -2
- package/ui/transition/page-transition.d.ts +0 -4
- package/ui/transition/shared-transition-helper.d.ts +0 -14
- package/ui/transition/slide-transition.d.ts +0 -5
- package/ui/utils.d.ts +0 -44
- package/ui/web-view/index.d.ts +0 -130
- package/utils/constants.d.ts +0 -1
- package/utils/index.d.ts +0 -177
- package/utils/layout-helper/index.d.ts +0 -82
- package/utils/mainthread-helper.d.ts +0 -16
- package/utils/native-helper.d.ts +0 -280
- package/utils/typescript-utils.d.ts +0 -6
package/ui/text-base/index.d.ts
DELETED
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
import { View, AddChildFromBuilder } from '../core/view';
|
|
2
|
-
import { FormattedString } from './formatted-string';
|
|
3
|
-
import { Style } from '../styling/style';
|
|
4
|
-
import { Length } from '../styling/style-properties';
|
|
5
|
-
import { Property, CssProperty, InheritedCssProperty } from '../core/properties';
|
|
6
|
-
import { CoreTypes } from '../../core-types';
|
|
7
|
-
import { ShadowCSSValues } from '../styling/css-shadow';
|
|
8
|
-
import { StrokeCSSValues } from '../styling/css-stroke';
|
|
9
|
-
|
|
10
|
-
export class TextBase extends View implements AddChildFromBuilder {
|
|
11
|
-
/**
|
|
12
|
-
* Gets of the text widget. In some cases(android TextInputLayout) the TextView is made of 2 views: the layout and the text view
|
|
13
|
-
* So we need a different getter for the layout and text functions
|
|
14
|
-
*/
|
|
15
|
-
public readonly nativeTextViewProtected: any;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Gets or sets the text.
|
|
19
|
-
*/
|
|
20
|
-
text: string;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Gets or sets a formatted string.
|
|
24
|
-
*/
|
|
25
|
-
formattedText: FormattedString;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Gets or sets font-size style property.
|
|
29
|
-
*/
|
|
30
|
-
fontSize: number;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Gets or sets letterSpace style property.
|
|
34
|
-
*/
|
|
35
|
-
letterSpacing: number;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Gets or sets lineHeight style property.
|
|
39
|
-
*/
|
|
40
|
-
lineHeight: number;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Gets or sets text-alignment style property.
|
|
44
|
-
*/
|
|
45
|
-
textAlignment: CoreTypes.TextAlignmentType;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Gets or sets text decorations style property.
|
|
49
|
-
*/
|
|
50
|
-
textDecoration: CoreTypes.TextDecorationType;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Gets or sets text transform style property.
|
|
54
|
-
*/
|
|
55
|
-
textTransform: CoreTypes.TextTransformType;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Gets or sets text shadow style property.
|
|
59
|
-
*/
|
|
60
|
-
textShadow: ShadowCSSValues;
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Gets or sets white space style property.
|
|
64
|
-
*/
|
|
65
|
-
whiteSpace: CoreTypes.WhiteSpaceType;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Gets or sets text-overflow style property.
|
|
69
|
-
*/
|
|
70
|
-
textOverflow: CoreTypes.TextOverflowType;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Gets or sets white space style property.
|
|
74
|
-
*/
|
|
75
|
-
maxLines: CoreTypes.MaxLinesType;
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* Gets or sets padding style property.
|
|
79
|
-
*/
|
|
80
|
-
padding: string | CoreTypes.LengthType;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Specify the bottom padding of this layout.
|
|
84
|
-
*/
|
|
85
|
-
paddingBottom: CoreTypes.LengthType;
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Specify the left padding of this layout.
|
|
89
|
-
*/
|
|
90
|
-
paddingLeft: CoreTypes.LengthType;
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Specify the right padding of this layout.
|
|
94
|
-
*/
|
|
95
|
-
paddingRight: CoreTypes.LengthType;
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Specify the top padding of this layout.
|
|
99
|
-
*/
|
|
100
|
-
paddingTop: CoreTypes.LengthType;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Specify wether the native text should be applied with or without animations
|
|
104
|
-
*/
|
|
105
|
-
iosTextAnimation: 'inherit' | boolean;
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* The value used when the iosTextAnimation is set to 'inherit'
|
|
109
|
-
*/
|
|
110
|
-
static iosTextAnimationFallback: boolean;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Called for every child element declared in xml.
|
|
114
|
-
* This method will add a child element (value) to current element.
|
|
115
|
-
* @private
|
|
116
|
-
* @param name - Name of the element.
|
|
117
|
-
* @param value - Value of the element.
|
|
118
|
-
*/
|
|
119
|
-
_addChildFromBuilder(name: string, value: any): void;
|
|
120
|
-
|
|
121
|
-
//@private
|
|
122
|
-
/**
|
|
123
|
-
* Called when the text property is changed to request layout.
|
|
124
|
-
* @private
|
|
125
|
-
*/
|
|
126
|
-
_requestLayoutOnTextChanged(): void;
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* @private
|
|
130
|
-
*/
|
|
131
|
-
_setNativeText(reset?: boolean): void;
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* @private
|
|
135
|
-
*/
|
|
136
|
-
_isSingleLine: boolean;
|
|
137
|
-
//@endprivate
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
export interface TextTransformation {
|
|
141
|
-
new (owner: TextBase): any /* android.text.method.TransformationMethod */;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
export const textProperty: Property<TextBase, string>;
|
|
145
|
-
export const formattedTextProperty: Property<TextBase, FormattedString>;
|
|
146
|
-
|
|
147
|
-
export const maxLinesProperty: InheritedCssProperty<Style, number>;
|
|
148
|
-
export const textAlignmentProperty: InheritedCssProperty<Style, CoreTypes.TextAlignmentType>;
|
|
149
|
-
export const textDecorationProperty: CssProperty<Style, CoreTypes.TextDecorationType>;
|
|
150
|
-
export const textTransformProperty: CssProperty<Style, CoreTypes.TextTransformType>;
|
|
151
|
-
export const textShadowProperty: CssProperty<Style, ShadowCSSValues>;
|
|
152
|
-
export const textStrokeProperty: CssProperty<Style, StrokeCSSValues>;
|
|
153
|
-
export const whiteSpaceProperty: CssProperty<Style, CoreTypes.WhiteSpaceType>;
|
|
154
|
-
export const textOverflowProperty: CssProperty<Style, CoreTypes.TextOverflowType>;
|
|
155
|
-
export const letterSpacingProperty: CssProperty<Style, number>;
|
|
156
|
-
export const lineHeightProperty: CssProperty<Style, number>;
|
|
157
|
-
|
|
158
|
-
//Used by tab view
|
|
159
|
-
export function getTransformedText(text: string, textTransform: CoreTypes.TextTransformType): string;
|
|
160
|
-
|
|
161
|
-
export const resetSymbol: symbol;
|
package/ui/text-field/index.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { EditableTextBase } from '../editable-text-base';
|
|
2
|
-
import { Property } from '../core/properties';
|
|
3
|
-
|
|
4
|
-
export const secureProperty: Property<TextField, boolean>;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Represents an editable text field.
|
|
8
|
-
*/
|
|
9
|
-
export class TextField extends EditableTextBase {
|
|
10
|
-
public static returnPressEvent: string;
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/widget/EditText.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
14
|
-
*/
|
|
15
|
-
android: any /* android.widget.EditText */;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Gets the native iOS [UITextField](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
19
|
-
*/
|
|
20
|
-
ios: any /* UITextField */;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Gets or sets if a text field is for password entry.
|
|
24
|
-
*/
|
|
25
|
-
secure: boolean;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Gets or sets if a text field should dismiss on return.
|
|
29
|
-
*/
|
|
30
|
-
closeOnReturn: boolean;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* iOS only (to avoid 12+ auto suggested strong password handling)
|
|
34
|
-
*/
|
|
35
|
-
secureWithoutAutofill: boolean;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* iOS only update placeholder attributed text style
|
|
39
|
-
*/
|
|
40
|
-
_updateAttributedPlaceholder?(): void;
|
|
41
|
-
}
|
package/ui/text-view/index.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { EditableTextBase } from '../editable-text-base';
|
|
2
|
-
import { Property } from '../core/properties';
|
|
3
|
-
export { WritingToolsAllowedInput, WritingToolsBehavior } from './text-view-common';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Represents an editable multiline text view.
|
|
7
|
-
*/
|
|
8
|
-
export class TextView extends EditableTextBase {
|
|
9
|
-
/**
|
|
10
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/widget/EditText.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
11
|
-
*/
|
|
12
|
-
android: any /* android.widget.EditText */;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Gets the native iOS [UITextView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextView_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
16
|
-
*/
|
|
17
|
-
ios: any /* UITextView */;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Limits input to a certain number of lines.
|
|
21
|
-
*/
|
|
22
|
-
maxLines: number;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* (iOS Only) Are Apple Intelligence writing tools active
|
|
26
|
-
*/
|
|
27
|
-
isWritingToolsActive: boolean;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* (iOS Only) Allow Apple Intelligence writing tools to emit text changes on each alteration instead of after the final change (default).
|
|
31
|
-
*/
|
|
32
|
-
enableWritingToolsEvents: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export const maxLinesProperty: Property<EditableTextBase, number>;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { View } from '../core/view';
|
|
2
|
-
import { Property } from '../core/properties';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Represents an time picker.
|
|
6
|
-
*/
|
|
7
|
-
export class TimePicker extends View {
|
|
8
|
-
/**
|
|
9
|
-
* Gets the native [android.widget.TimePicker](http://developer.android.com/reference/android/widget/TimePicker.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
10
|
-
*/
|
|
11
|
-
android: any /* android.widget.TimePicker */;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Gets the native iOS [UIDatePicker](http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDatePicker_Class/index.html) that represents the user interface for this component. Valid only when running on iOS.
|
|
15
|
-
*/
|
|
16
|
-
ios: any /* UIDatePicker */;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Gets or sets the time hour.
|
|
20
|
-
*/
|
|
21
|
-
hour: number;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Gets or sets the time minute.
|
|
25
|
-
*/
|
|
26
|
-
minute: number;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Gets or sets the time.
|
|
30
|
-
*/
|
|
31
|
-
time: Date;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Gets or sets the max time hour.
|
|
35
|
-
*/
|
|
36
|
-
maxHour: number;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Gets or sets the max time minute.
|
|
40
|
-
*/
|
|
41
|
-
maxMinute: number;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Gets or sets the min time hour.
|
|
45
|
-
*/
|
|
46
|
-
minHour: number;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Gets or sets the min time minute.
|
|
50
|
-
*/
|
|
51
|
-
minMinute: number;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Gets or sets the minute interval.
|
|
55
|
-
*/
|
|
56
|
-
minuteInterval: number;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Gets or set the UIDatePickerStyle of the date picker in iOS 13.4+. Defaults to 0.
|
|
60
|
-
* Valid values are numbers:
|
|
61
|
-
* - 0: automatic (system picks the concrete style based on the current platform and date picker mode)
|
|
62
|
-
* - 1: wheels (the date picker displays as a wheel picker)
|
|
63
|
-
* - 2: compact (the date picker displays as a label that when tapped displays a calendar-style editor)
|
|
64
|
-
* - 3: inline (the date pickers displays as an inline, editable field)
|
|
65
|
-
*/
|
|
66
|
-
iosPreferredDatePickerStyle: number;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export const hourProperty: Property<TimePicker, number>;
|
|
70
|
-
export const maxHourProperty: Property<TimePicker, number>;
|
|
71
|
-
export const minHourProperty: Property<TimePicker, number>;
|
|
72
|
-
|
|
73
|
-
export const minuteProperty: Property<TimePicker, number>;
|
|
74
|
-
export const maxMinuteProperty: Property<TimePicker, number>;
|
|
75
|
-
export const minMinuteProperty: Property<TimePicker, number>;
|
|
76
|
-
|
|
77
|
-
export const timeProperty: Property<TimePicker, Date>;
|
|
78
|
-
export const minuteIntervalProperty: Property<TimePicker, number>;
|
|
79
|
-
|
|
80
|
-
export const iosPreferredDatePickerStyleProperty: Property<TimePicker, number>;
|
package/ui/transition/index.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import type { View } from '../core/view';
|
|
2
|
-
import type { BackstackEntry } from '../frame';
|
|
3
|
-
export type SharedTransitionTagPropertiesToMatch = {
|
|
4
|
-
/**
|
|
5
|
-
* View related properties
|
|
6
|
-
*/
|
|
7
|
-
view?: Array<string>;
|
|
8
|
-
/**
|
|
9
|
-
* For iOS, can be specific if CALayer related properties
|
|
10
|
-
*/
|
|
11
|
-
layer?: Array<string>;
|
|
12
|
-
};
|
|
13
|
-
export type SharedElementSettings = { view: View; startFrame: any; endFrame?: any; startOpacity?: number; endOpacity?: number; scale?: { x?: number; y?: number }; zIndex?: number; startTransform?: any; snapshot?: any; propertiesToMatch?: SharedTransitionTagPropertiesToMatch };
|
|
14
|
-
export type TransitionNavigationType = 'page' | 'modal';
|
|
15
|
-
export interface TransitionInteractiveState {
|
|
16
|
-
started?: false;
|
|
17
|
-
added?: boolean;
|
|
18
|
-
transitionContext?: any;
|
|
19
|
-
propertyAnimator?: any;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export declare class Transition {
|
|
23
|
-
id: number;
|
|
24
|
-
/**
|
|
25
|
-
* (Optional) Provide a unique name to identify this transition
|
|
26
|
-
*/
|
|
27
|
-
name?: string;
|
|
28
|
-
transitionController?: any;
|
|
29
|
-
interactiveController?: any;
|
|
30
|
-
presented?: any;
|
|
31
|
-
presenting?: any;
|
|
32
|
-
sharedElements?: {
|
|
33
|
-
presented?: Array<SharedElementSettings>;
|
|
34
|
-
presenting?: Array<SharedElementSettings>;
|
|
35
|
-
// independent sharedTransitionTags which are part of the shared transition but only on one page
|
|
36
|
-
independent?: Array<SharedElementSettings & { isPresented?: boolean }>;
|
|
37
|
-
};
|
|
38
|
-
static AndroidTransitionType?: { enter?: string; exit?: string; popEnter?: string; popExit?: string };
|
|
39
|
-
constructor(duration?: number, nativeCurve?: any /* UIViewAnimationCurve | string | CubicBezierAnimationCurve | android.view.animation.Interpolator | android.view.animation.LinearInterpolator */);
|
|
40
|
-
getDuration(): number;
|
|
41
|
-
setDuration(value: number): void;
|
|
42
|
-
getCurve(): any;
|
|
43
|
-
animateIOSTransition(transitionContext: any /*UIViewControllerContextTransitioning */, fromViewCtrl: any /* UIViewController */, toViewCtrl: any /* UIViewController */, operation: any /* UINavigationControllerOperation */): void;
|
|
44
|
-
createAndroidAnimator(transitionType: string): any;
|
|
45
|
-
|
|
46
|
-
setupInteractiveGesture?(startCallback: () => void, view: View): void;
|
|
47
|
-
|
|
48
|
-
iosDismissedController?(dismissed: any /* UIViewController */): any /* UIViewControllerAnimatedTransitioning */;
|
|
49
|
-
|
|
50
|
-
iosPresentedController?(presented: any /* UIViewController */, presenting: any /* UIViewController */, source: any /* UIViewController */): any /* UIViewControllerAnimatedTransitioning */;
|
|
51
|
-
|
|
52
|
-
iosInteractionDismiss?(animator: any /* UIViewControllerAnimatedTransitioning */): any /* UIViewControllerInteractiveTransitioning */;
|
|
53
|
-
|
|
54
|
-
iosInteractionPresented?(animator: any /* UIViewControllerAnimatedTransitioning */): any /* UIViewControllerInteractiveTransitioning */;
|
|
55
|
-
|
|
56
|
-
iosNavigatedController?(navigationController: any /* UINavigationController */, operation: number, fromVC: any /* UIViewController */, toVC: any /* UIViewController */): any /* UIViewControllerAnimatedTransitioning */;
|
|
57
|
-
|
|
58
|
-
androidFragmentTransactionCallback?(fragmentTransaction: any /* androidx.fragment.app.FragmentTransaction */, currentEntry: BackstackEntry, newEntry: BackstackEntry): void;
|
|
59
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Transition } from '.';
|
|
2
|
-
export declare class PageTransition extends Transition {
|
|
3
|
-
constructor(duration?: number, nativeCurve?: any /* UIViewAnimationCurve | string | CubicBezierAnimationCurve | android.view.animation.Interpolator | android.view.animation.LinearInterpolator */, pageLoadedTimeout?: number);
|
|
4
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { TransitionInteractiveState, TransitionNavigationType } from '.';
|
|
2
|
-
import type { SharedTransitionState } from './shared-transition';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* Platform helper to aid in creating your own custom Shared Element Transition classes.
|
|
6
|
-
* (iOS Only)
|
|
7
|
-
*/
|
|
8
|
-
export declare class SharedTransitionHelper {
|
|
9
|
-
static animate(state: SharedTransitionState, transitionContext: any /* iOS: UIViewControllerContextTransitioning */, type: TransitionNavigationType): void;
|
|
10
|
-
static interactiveStart(state: SharedTransitionState, interactiveState: TransitionInteractiveState, type: TransitionNavigationType): void;
|
|
11
|
-
static interactiveUpdate(state: SharedTransitionState, interactiveState: TransitionInteractiveState, type: TransitionNavigationType, percent: number): void;
|
|
12
|
-
static interactiveCancel(state: SharedTransitionState, interactiveState: TransitionInteractiveState, type: TransitionNavigationType): void;
|
|
13
|
-
static interactiveFinish(state: SharedTransitionState, interactiveState: TransitionInteractiveState, type: TransitionNavigationType): void;
|
|
14
|
-
}
|
package/ui/utils.d.ts
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export interface NativeScriptAndroidView extends android.view.View {
|
|
2
|
-
_cachedDrawable: android.graphics.drawable.Drawable;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
export interface NativeScriptUIView extends UIView {
|
|
6
|
-
hasNonUniformBorder: boolean;
|
|
7
|
-
hasNonUniformBorderColor: boolean;
|
|
8
|
-
borderLayer: CAShapeLayer;
|
|
9
|
-
|
|
10
|
-
maskType: ios.LayerMaskType;
|
|
11
|
-
originalMask: CALayer;
|
|
12
|
-
|
|
13
|
-
gradientLayer: CAGradientLayer;
|
|
14
|
-
outerShadowContainerLayer: CALayer;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export namespace ios {
|
|
18
|
-
export type LayerMaskType = 'BORDER' | 'CLIP_PATH';
|
|
19
|
-
export namespace LayerMask {
|
|
20
|
-
export const BORDER = 'BORDER';
|
|
21
|
-
export const CLIP_PATH = 'CLIP_PATH';
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Gets actual height of a [UIView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/) widget in device pixels.
|
|
26
|
-
* @param uiView - An instance of UIView.
|
|
27
|
-
*/
|
|
28
|
-
export function getActualHeight(uiView: any /* UIView */): number;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Gets the height of the status bar in device pixels.
|
|
32
|
-
* @param viewController when specified it is used to check preferStatusBarHidden property.
|
|
33
|
-
*/
|
|
34
|
-
export function getStatusBarHeight(viewController?: any): number;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* Draw gradient using CAGradientLayer and insert into UIView sublayer
|
|
38
|
-
* @param nativeView NativeScriptUIView
|
|
39
|
-
* @param gradientLayer CAGradientLayer
|
|
40
|
-
* @param gradient Parsed LinearGradient
|
|
41
|
-
* @param gradientLayerOpacity Initial layer opacity (in case you'd like to use with animation sequence)
|
|
42
|
-
*/
|
|
43
|
-
export function drawGradient(uiView: NativeScriptUIView, gradientLayer: CAGradientLayer, gradient: LinearGradient, gradientLayerOpacity?: number): void;
|
|
44
|
-
}
|
package/ui/web-view/index.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Contains the WebView class, which represents a standard browser widget.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { View } from '../core/view';
|
|
6
|
-
import { Property } from '../core/properties';
|
|
7
|
-
import { EventData } from '../../data/observable';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Represents the observable property backing the Url property of each WebView instance.
|
|
11
|
-
*/
|
|
12
|
-
export const urlProperty: Property<WebView, string>;
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* Represents navigation type
|
|
16
|
-
*/
|
|
17
|
-
export type WebViewNavigationType = 'linkClicked' | 'formSubmitted' | 'backForward' | 'reload' | 'formResubmitted' | 'other' | undefined;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Represents a standard WebView widget.
|
|
21
|
-
*/
|
|
22
|
-
export class WebView extends View {
|
|
23
|
-
/**
|
|
24
|
-
* String value used when hooking to loadStarted event.
|
|
25
|
-
*/
|
|
26
|
-
public static loadStartedEvent: string;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* String value used when hooking to loadFinished event.
|
|
30
|
-
*/
|
|
31
|
-
public static loadFinishedEvent: string;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/webkit/WebView.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
35
|
-
*/
|
|
36
|
-
android: any /* android.webkit.WebView */;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Gets the native [WKWebView](https://developer.apple.com/documentation/webkit/wkwebview/) that represents the user interface for this component. Valid only when running on iOS.
|
|
40
|
-
*/
|
|
41
|
-
ios: any /* WKWebView */;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Gets or sets the url, local file path or HTML string.
|
|
45
|
-
*/
|
|
46
|
-
src: string;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Gets a value indicating whether the WebView can navigate back.
|
|
50
|
-
*/
|
|
51
|
-
canGoBack: boolean;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Gets a value indicating whether the WebView can navigate forward.
|
|
55
|
-
*/
|
|
56
|
-
canGoForward: boolean;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Disable scrolling in the WebView
|
|
60
|
-
*/
|
|
61
|
-
disableZoom: boolean;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Enables inline media playback on iOS.
|
|
65
|
-
* By default, webview forces iPhone into fullscreen media playback.
|
|
66
|
-
*/
|
|
67
|
-
iosAllowInlineMediaPlayback: boolean;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Stops loading the current content (if any).
|
|
71
|
-
*/
|
|
72
|
-
stopLoading(): void;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Navigates back.
|
|
76
|
-
*/
|
|
77
|
-
goBack();
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Navigates forward.
|
|
81
|
-
*/
|
|
82
|
-
goForward();
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Reloads the current url.
|
|
86
|
-
*/
|
|
87
|
-
reload();
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Adds a listener for the specified event name.
|
|
91
|
-
*
|
|
92
|
-
* @param eventName The name of the event.
|
|
93
|
-
* @param callback The event listener to add. Will be called when an event of
|
|
94
|
-
* the given name is raised.
|
|
95
|
-
* @param thisArg An optional parameter which, when set, will be bound as the
|
|
96
|
-
* `this` context when the callback is called. Falsy values will be not be
|
|
97
|
-
* bound.
|
|
98
|
-
*/
|
|
99
|
-
on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Raised when a loadFinished event occurs.
|
|
103
|
-
*/
|
|
104
|
-
on(event: 'loadFinished', callback: (args: LoadEventData) => void, thisArg?: any): void;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Raised when a loadStarted event occurs.
|
|
108
|
-
*/
|
|
109
|
-
on(event: 'loadStarted', callback: (args: LoadEventData) => void, thisArg?: any): void;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Event data containing information for the loading events of a WebView.
|
|
114
|
-
*/
|
|
115
|
-
export interface LoadEventData extends EventData {
|
|
116
|
-
/**
|
|
117
|
-
* Gets the url of the web-view.
|
|
118
|
-
*/
|
|
119
|
-
url: string;
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Gets the navigation type of the web-view.
|
|
123
|
-
*/
|
|
124
|
-
navigationType: NavigationType;
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Gets the error (if any).
|
|
128
|
-
*/
|
|
129
|
-
error: string;
|
|
130
|
-
}
|
package/utils/constants.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const SDK_VERSION: number;
|