@nativescript/core 8.9.0-alpha.3 → 8.9.0-next-01-13-2025-12739393522
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 -0
- package/ui/button/index.android.js +3 -0
- package/ui/button/index.android.js.map +1 -1
- package/ui/content-view/index.d.ts +23 -4
- 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.js +1 -3
- package/ui/core/view/index.ios.js.map +1 -1
- package/ui/core/view/view-common.d.ts +8 -1
- package/ui/core/view/view-common.js +16 -3
- package/ui/core/view/view-common.js.map +1 -1
- package/ui/core/view-base/index.d.ts +93 -2
- package/ui/core/view-base/index.js +18 -0
- 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 -0
- 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/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/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/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/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-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/search-bar/index.d.ts
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { View } from '../core/view';
|
|
2
|
-
import { Property } from '../core/properties';
|
|
3
|
-
import { EventData } from '../../data/observable';
|
|
4
|
-
import { Color } from '../../color';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Represents a search bar component.
|
|
8
|
-
*/
|
|
9
|
-
export class SearchBar extends View {
|
|
10
|
-
/**
|
|
11
|
-
* String value used when hooking to submit event.
|
|
12
|
-
*/
|
|
13
|
-
public static submitEvent: string;
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* String value used when hooking to clear event.
|
|
17
|
-
*/
|
|
18
|
-
public static clearEvent: string;
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/widget/SearchView.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
22
|
-
*/
|
|
23
|
-
android: any /* android.widget.SearchView */;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Gets the native iOS [UISearchBar](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchBar_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
27
|
-
*/
|
|
28
|
-
ios: any /* UISearchBar */;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Gets or sets a search bar text.
|
|
32
|
-
*/
|
|
33
|
-
text: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Gets or sets the text of the search bar text field hint/placeholder.
|
|
37
|
-
*/
|
|
38
|
-
hint: string;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Gets or sets the TextField background color of the SearchBar component.
|
|
42
|
-
*/
|
|
43
|
-
textFieldBackgroundColor: Color;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Gets or sets the TextField Hint color of the SearchBar component.
|
|
47
|
-
*/
|
|
48
|
-
textFieldHintColor: Color;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* Adds a listener for the specified event name.
|
|
52
|
-
*
|
|
53
|
-
* @param eventName The name of the event.
|
|
54
|
-
* @param callback The event listener to add. Will be called when an event of
|
|
55
|
-
* the given name is raised.
|
|
56
|
-
* @param thisArg An optional parameter which, when set, will be bound as the
|
|
57
|
-
* `this` context when the callback is called. Falsy values will be not be
|
|
58
|
-
* bound.
|
|
59
|
-
*/
|
|
60
|
-
on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Raised when a search bar search is submitted.
|
|
64
|
-
*/
|
|
65
|
-
on(event: 'submit', callback: (args: EventData) => void, thisArg?: any): void;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Raised when a search bar search is closed.
|
|
69
|
-
*/
|
|
70
|
-
on(event: 'close', callback: (args: EventData) => void, thisArg?: any): void;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Hides the soft input method, usually a soft keyboard.
|
|
74
|
-
*/
|
|
75
|
-
dismissSoftInput(): void;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Dependency property used to support binding operations related to search-bar text.
|
|
80
|
-
*/
|
|
81
|
-
export const textProperty: Property<SearchBar, string>;
|
|
82
|
-
export const hintProperty: Property<SearchBar, string>;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Gets or sets the TextField background color of the SearchBar component.
|
|
86
|
-
*/
|
|
87
|
-
export const textFieldBackgroundColorProperty: Property<SearchBar, Color>;
|
|
88
|
-
|
|
89
|
-
export const textFieldHintColorProperty: Property<SearchBar, Color>;
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { View, AddChildFromBuilder, AddArrayFromBuilder } from '../core/view';
|
|
2
|
-
import { ViewBase } from '../core/view-base';
|
|
3
|
-
import { Property, CoercibleProperty, CssProperty } from '../core/properties';
|
|
4
|
-
import { EventData } from '../../data/observable';
|
|
5
|
-
import { Color } from '../../color';
|
|
6
|
-
import { Style } from '../styling/style';
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Represents a SegmentedBar item.
|
|
10
|
-
*/
|
|
11
|
-
export class SegmentedBarItem extends ViewBase {
|
|
12
|
-
/**
|
|
13
|
-
* Gets or sets the title of the SegmentedBarItem.
|
|
14
|
-
*/
|
|
15
|
-
public title: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Defines the data for the SegmentedBar.selectedIndexChanged event.
|
|
20
|
-
*/
|
|
21
|
-
export interface SelectedIndexChangedEventData extends EventData {
|
|
22
|
-
/**
|
|
23
|
-
* The old selected index.
|
|
24
|
-
*/
|
|
25
|
-
oldIndex: number;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* The new selected index.
|
|
29
|
-
*/
|
|
30
|
-
newIndex: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Represents a UI SegmentedBar component.
|
|
35
|
-
*/
|
|
36
|
-
export class SegmentedBar extends View implements AddChildFromBuilder, AddArrayFromBuilder {
|
|
37
|
-
/**
|
|
38
|
-
* Gets or sets the selected index of the SegmentedBar component.
|
|
39
|
-
*/
|
|
40
|
-
selectedIndex: number;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Gets or sets the selected background color of the SegmentedBar component.
|
|
44
|
-
*/
|
|
45
|
-
selectedBackgroundColor: Color;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Gets or sets the selected text color of the SegmentedBar component.
|
|
49
|
-
*/
|
|
50
|
-
selectedTextColor: Color;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Gets or sets the items of the SegmentedBar.
|
|
54
|
-
*/
|
|
55
|
-
items: Array<SegmentedBarItem>;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* String value used when hooking to the selectedIndexChanged event.
|
|
59
|
-
*/
|
|
60
|
-
public static selectedIndexChangedEvent: string;
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Adds a listener for the specified event name.
|
|
64
|
-
*
|
|
65
|
-
* @param eventName The name of the event.
|
|
66
|
-
* @param callback The event listener to add. Will be called when an event of
|
|
67
|
-
* the given name is raised.
|
|
68
|
-
* @param thisArg An optional parameter which, when set, will be bound as the
|
|
69
|
-
* `this` context when the callback is called. Falsy values will be not be
|
|
70
|
-
* bound.
|
|
71
|
-
*/
|
|
72
|
-
on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Raised when the selected index changes.
|
|
76
|
-
*/
|
|
77
|
-
on(event: 'selectedIndexChanged', callback: (args: SelectedIndexChangedEventData) => void, thisArg?: any): void;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Called for every child element declared in xml.
|
|
81
|
-
* @param name - Name of the element.
|
|
82
|
-
* @param value - Value of the element.
|
|
83
|
-
*/
|
|
84
|
-
public _addChildFromBuilder(name: string, value: any): void;
|
|
85
|
-
public _addArrayFromBuilder(name: string, value: Array<any>): void;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Gets or sets the selected index dependency property of the SegmentedBar.
|
|
90
|
-
*/
|
|
91
|
-
export const selectedIndexProperty: CoercibleProperty<SegmentedBar, number>;
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* Gets or sets the selected background color property of the SegmentedBar.
|
|
95
|
-
*/
|
|
96
|
-
export const selectedBackgroundColorProperty: CssProperty<Style, Color>;
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Gets or sets the items dependency property of the SegmentedBar.
|
|
100
|
-
*/
|
|
101
|
-
export const itemsProperty: Property<SegmentedBar, SegmentedBarItem[]>;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Gets or sets the selected text color property of the SegmentedBar.
|
|
105
|
-
*/
|
|
106
|
-
export const selectedTextColorProperty: CssProperty<Style, Color>;
|
package/ui/slider/index.d.ts
DELETED
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { View } from '../core/view';
|
|
2
|
-
import { Property, CoercibleProperty } from '../core/properties';
|
|
3
|
-
import { EventData } from '../../data/observable';
|
|
4
|
-
import type { SliderBase } from './slider-common';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Represents a slider component.
|
|
8
|
-
*/
|
|
9
|
-
export class Slider extends View {
|
|
10
|
-
static readonly accessibilityDecrementEvent = 'accessibilityDecrement';
|
|
11
|
-
static readonly accessibilityIncrementEvent = 'accessibilityIncrement';
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/widget/SeekBar.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
15
|
-
*/
|
|
16
|
-
android: any /* android.widget.SeekBar */;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Gets the native iOS [UISlider](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISlider_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
20
|
-
*/
|
|
21
|
-
ios: any /* UISlider */;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* Gets or sets a slider current value. The default value is 0.
|
|
25
|
-
*/
|
|
26
|
-
value: number;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Gets or sets a slider min value. The default value is 0.
|
|
30
|
-
*/
|
|
31
|
-
minValue: number;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Gets or sets a slider max value. The default value is 100.
|
|
35
|
-
*/
|
|
36
|
-
maxValue: number;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Increase/Decrease step size for iOS Increment-/Decrement events
|
|
40
|
-
*/
|
|
41
|
-
accessibilityStep: number;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Represents the observable property backing the value property of each Slider instance.
|
|
46
|
-
*/
|
|
47
|
-
export const valueProperty: CoercibleProperty<Slider, number>;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Represents the observable property backing the minValue property of each Slider instance.
|
|
51
|
-
*/
|
|
52
|
-
export const minValueProperty: Property<Slider, number>;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Represents the observable property backing the maxValue property of each Slider instance.
|
|
56
|
-
*/
|
|
57
|
-
export const maxValueProperty: CoercibleProperty<Slider, number>;
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Represents the observable property backing the accessibilityStep property of each Slider instance.
|
|
61
|
-
*/
|
|
62
|
-
export const accessibilityStepProperty: Property<SliderBase, number>;
|
|
63
|
-
|
|
64
|
-
interface AccessibilityIncrementEventData extends EventData {
|
|
65
|
-
object: Slider;
|
|
66
|
-
value?: number;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
interface AccessibilityDecrementEventData extends EventData {
|
|
70
|
-
object: Slider;
|
|
71
|
-
value?: number;
|
|
72
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { Color } from '../../color';
|
|
2
|
-
import { View } from '../core/view';
|
|
3
|
-
import { BackgroundRepeat } from '../../css/parser';
|
|
4
|
-
import { LinearGradient } from '../styling/linear-gradient';
|
|
5
|
-
import { BoxShadow } from './box-shadow';
|
|
6
|
-
|
|
7
|
-
export * from './background-common';
|
|
8
|
-
|
|
9
|
-
export enum CacheMode {
|
|
10
|
-
none,
|
|
11
|
-
memory,
|
|
12
|
-
diskAndMemory,
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
// export declare class Background {
|
|
16
|
-
// public static default: Background;
|
|
17
|
-
// public color: Color;
|
|
18
|
-
// public image: string | LinearGradient;
|
|
19
|
-
// public repeat: BackgroundRepeat;
|
|
20
|
-
// public position: string;
|
|
21
|
-
// public size: string;
|
|
22
|
-
// public borderTopColor: Color;
|
|
23
|
-
// public borderRightColor: Color;
|
|
24
|
-
// public borderBottomColor: Color;
|
|
25
|
-
// public borderLeftColor: Color;
|
|
26
|
-
// public borderTopWidth: number;
|
|
27
|
-
// public borderRightWidth: number;
|
|
28
|
-
// public borderBottomWidth: number;
|
|
29
|
-
// public borderLeftWidth: number;
|
|
30
|
-
// public borderTopLeftRadius: number;
|
|
31
|
-
// public borderTopRightRadius: number;
|
|
32
|
-
// public borderBottomRightRadius: number;
|
|
33
|
-
// public borderBottomLeftRadius: number;
|
|
34
|
-
// public clipPath: string;
|
|
35
|
-
// public boxShadow: string | BoxShadow;
|
|
36
|
-
// public clearFlags: number;
|
|
37
|
-
|
|
38
|
-
// public withColor(value: Color): Background;
|
|
39
|
-
// public withImage(value: string | LinearGradient): Background;
|
|
40
|
-
// public withRepeat(value: BackgroundRepeat): Background;
|
|
41
|
-
// public withPosition(value: string): Background;
|
|
42
|
-
// public withSize(value: string): Background;
|
|
43
|
-
// public withBorderTopColor(value: Color): Background;
|
|
44
|
-
// public withBorderRightColor(value: Color): Background;
|
|
45
|
-
// public withBorderBottomColor(value: Color): Background;
|
|
46
|
-
// public withBorderLeftColor(value: Color): Background;
|
|
47
|
-
// public withBorderTopWidth(value: number): Background;
|
|
48
|
-
// public withBorderRightWidth(value: number): Background;
|
|
49
|
-
// public withBorderBottomWidth(value: number): Background;
|
|
50
|
-
// public withBorderLeftWidth(value: number): Background;
|
|
51
|
-
// public withBorderTopLeftRadius(value: number): Background;
|
|
52
|
-
// public withBorderTopRightRadius(value: number): Background;
|
|
53
|
-
// public withBorderBottomRightRadius(value: number): Background;
|
|
54
|
-
// public withBorderBottomLeftRadius(value: number): Background;
|
|
55
|
-
// public withClipPath(value: string): Background;
|
|
56
|
-
// public withBoxShadow(value: BoxShadow): Background;
|
|
57
|
-
|
|
58
|
-
// public isEmpty(): boolean;
|
|
59
|
-
|
|
60
|
-
// public static equals(value1: Background, value2: Background): boolean;
|
|
61
|
-
|
|
62
|
-
// public hasBorderColor(): boolean;
|
|
63
|
-
// public hasBorderWidth(): boolean;
|
|
64
|
-
// public hasBorderRadius(): boolean;
|
|
65
|
-
// public hasBorder(): boolean;
|
|
66
|
-
// public hasUniformBorderColor(): boolean;
|
|
67
|
-
// public hasUniformBorderWidth(): boolean;
|
|
68
|
-
// public hasUniformBorderRadius(): boolean;
|
|
69
|
-
// public hasUniformBorder(): boolean;
|
|
70
|
-
// public getUniformBorderColor(): Color;
|
|
71
|
-
// public getUniformBorderWidth(): number;
|
|
72
|
-
// public getUniformBorderRadius(): number;
|
|
73
|
-
// public hasBoxShadow(): boolean;
|
|
74
|
-
// public getBoxShadow(): BoxShadow;
|
|
75
|
-
// }
|
|
76
|
-
|
|
77
|
-
export namespace ios {
|
|
78
|
-
export function createBackgroundUIColor(view: View, callback: (uiColor: any /* UIColor */) => void, flip?: boolean): void;
|
|
79
|
-
export function drawBackgroundVisualEffects(view: View): void;
|
|
80
|
-
export function clearBackgroundVisualEffects(view: View): void;
|
|
81
|
-
export function generateClipPath(view: View, bounds: CGRect): any;
|
|
82
|
-
export function generateShadowLayerPaths(view: View, bounds: CGRect): { maskPath: any; shadowPath: any };
|
|
83
|
-
export function getUniformBorderRadius(view: View, bounds: CGRect): number;
|
|
84
|
-
export function generateNonUniformBorderInnerClipRoundedPath(view: View, bounds: CGRect): any;
|
|
85
|
-
export function generateNonUniformBorderOuterClipRoundedPath(view: View, bounds: CGRect): any;
|
|
86
|
-
export function generateNonUniformMultiColorBorderRoundedPaths(view: View, bounds: CGRect): Array<any>;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export namespace ad {
|
|
90
|
-
export function onBackgroundOrBorderPropertyChanged(v: View);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export function refreshBorderDrawable(view: View, borderDrawable: any /* org.nativescript.widgets.BorderDrawable */): void;
|
package/ui/styling/font.d.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { Font as FontBase } from './font-common';
|
|
2
|
-
export type { FontStyleType, FontWeightType, ParsedFont, FontVariationSettingsType } from './font-interfaces';
|
|
3
|
-
|
|
4
|
-
export declare class Font extends FontBase {
|
|
5
|
-
public static default: Font;
|
|
6
|
-
|
|
7
|
-
public fontFamily: string;
|
|
8
|
-
public fontStyle: FontStyleType;
|
|
9
|
-
public fontWeight: FontWeightType;
|
|
10
|
-
public fontSize: number;
|
|
11
|
-
public fontScale: number;
|
|
12
|
-
public fontVariationSettings?: FontVariationSettingsType[];
|
|
13
|
-
|
|
14
|
-
public isBold: boolean;
|
|
15
|
-
public isItalic: boolean;
|
|
16
|
-
|
|
17
|
-
constructor(family: string, size: number, style?: FontStyleType, weight?: FontWeightType, scale?: number, fontVariationSettings?: FontVariationSettings[]);
|
|
18
|
-
|
|
19
|
-
public getAndroidTypeface(): any /* android.graphics.Typeface */;
|
|
20
|
-
public getUIFont(defaultFont: any /* UIFont */): any /* UIFont */;
|
|
21
|
-
|
|
22
|
-
public withFontFamily(family: string): Font;
|
|
23
|
-
public withFontStyle(style: FontStyleType): Font;
|
|
24
|
-
public withFontWeight(weight: FontWeightType): Font;
|
|
25
|
-
public withFontSize(size: number): Font;
|
|
26
|
-
public withFontScale(scale: number): Font;
|
|
27
|
-
public withFontVariationSettings(variationSettings: FontVariationSettings[]): Font;
|
|
28
|
-
|
|
29
|
-
public static equals(value1: Font, value2: Font): boolean;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export namespace FontStyle {
|
|
33
|
-
export const NORMAL: 'normal';
|
|
34
|
-
export const ITALIC: 'italic';
|
|
35
|
-
export function isValid(value: any): boolean;
|
|
36
|
-
export function parse(value: string): FontStyleType;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export namespace FontWeight {
|
|
40
|
-
export const THIN: '100';
|
|
41
|
-
export const EXTRA_LIGHT: '200';
|
|
42
|
-
export const LIGHT: '300';
|
|
43
|
-
export const NORMAL: 'normal';
|
|
44
|
-
export const MEDIUM: '500';
|
|
45
|
-
export const SEMI_BOLD: '600';
|
|
46
|
-
export const BOLD: 'bold';
|
|
47
|
-
export const EXTRA_BOLD: '800';
|
|
48
|
-
export const BLACK: '900';
|
|
49
|
-
export function isValid(value: any): boolean;
|
|
50
|
-
export function parse(value: string): FontWeightType;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export namespace FontVariationSettings {
|
|
54
|
-
export function parse(fontVariationSettings: string): Array<FontVariationSettingsType> | null;
|
|
55
|
-
export function toString(fontVariationSettings: Array<FontVariationSettingsType> | null): string | null;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export function parseFont(fontValue: string): ParsedFont;
|
|
59
|
-
|
|
60
|
-
export namespace ios {
|
|
61
|
-
export function registerFont(fontFile: string);
|
|
62
|
-
}
|
package/ui/switch/index.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { View } from '../core/view';
|
|
2
|
-
import { Property } from '../core/properties';
|
|
3
|
-
import { Color } from '../../color';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Represents a switch component.
|
|
7
|
-
*/
|
|
8
|
-
export class Switch extends View {
|
|
9
|
-
public static checkedChangeEvent: string;
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/widget/Switch.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
13
|
-
*/
|
|
14
|
-
android: any /* android.widget.Switch */;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Gets the native iOS [UISwitch](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISwitch_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
18
|
-
*/
|
|
19
|
-
ios: any /* UISwitch */;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Gets or sets if a switch is checked or not.
|
|
23
|
-
*/
|
|
24
|
-
checked: boolean;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Gets or sets the background color of the Switch when it is turned off.
|
|
28
|
-
*/
|
|
29
|
-
offBackgroundColor: Color;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Represents the observable property backing the checked property of each Switch instance.
|
|
34
|
-
*/
|
|
35
|
-
export const checkedProperty: Property<Switch, boolean>;
|
package/ui/tab-view/index.d.ts
DELETED
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Contains the TabView class, which represents a standard content component with tabs.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { View } from '../core/view';
|
|
6
|
-
import { ViewBase } from '../core/view-base';
|
|
7
|
-
import { Property, CssProperty } from '../core/properties';
|
|
8
|
-
import { EventData } from '../../data/observable';
|
|
9
|
-
import { Color } from '../../color';
|
|
10
|
-
import { CoreTypes } from '../../core-types';
|
|
11
|
-
import { Style } from '../styling/style';
|
|
12
|
-
/**
|
|
13
|
-
* Represents a tab view entry.
|
|
14
|
-
*/
|
|
15
|
-
export class TabViewItem extends ViewBase {
|
|
16
|
-
/**
|
|
17
|
-
* Gets or sets the title of the TabViewItem.
|
|
18
|
-
*/
|
|
19
|
-
public title: string;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Gets or sets the view of the TabViewItem.
|
|
23
|
-
*/
|
|
24
|
-
public view: View;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Gets or sets the icon source of the TabViewItem. This could either be a a file name or resource id.
|
|
28
|
-
*/
|
|
29
|
-
public iconSource: string;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Gets or sets the text transform of the tab titles.
|
|
33
|
-
*/
|
|
34
|
-
textTransform: CoreTypes.TextTransformType;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @private
|
|
38
|
-
*/
|
|
39
|
-
canBeLoaded?: boolean;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Defines the data for the TabView.selectedIndexChanged event.
|
|
44
|
-
*/
|
|
45
|
-
export interface SelectedIndexChangedEventData extends EventData {
|
|
46
|
-
/**
|
|
47
|
-
* The old selected index.
|
|
48
|
-
*/
|
|
49
|
-
oldIndex: number;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* The new selected index.
|
|
53
|
-
*/
|
|
54
|
-
newIndex: number;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Represents a tab view.
|
|
59
|
-
*/
|
|
60
|
-
export class TabView extends View {
|
|
61
|
-
/**
|
|
62
|
-
* Gets or sets the items of the TabView.
|
|
63
|
-
*/
|
|
64
|
-
items: Array<TabViewItem>;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Gets or sets the selectedIndex of the TabView.
|
|
68
|
-
*/
|
|
69
|
-
selectedIndex: number;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Gets or sets the font size of the tabs titles.
|
|
73
|
-
*/
|
|
74
|
-
tabTextFontSize: number;
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Gets or sets the text color of the tabs titles.
|
|
78
|
-
*/
|
|
79
|
-
tabTextColor: Color;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Gets or sets the background color of the tabs.
|
|
83
|
-
*/
|
|
84
|
-
tabBackgroundColor: Color;
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Gets or sets the text color of the selected tab title.
|
|
88
|
-
*/
|
|
89
|
-
selectedTabTextColor: Color;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Gets or sets the color of the horizontal line drawn below the currently selected tab on Android.
|
|
93
|
-
*/
|
|
94
|
-
androidSelectedTabHighlightColor: Color;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Gets the native [android widget](http://developer.android.com/reference/android/support/v4/view/ViewPager.html) that represents the user interface for this component. Valid only when running on Android OS.
|
|
98
|
-
*/
|
|
99
|
-
android: any /* android.view.View */; //androidx.core.view.ViewPager;
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Gets the native iOS [UITabBarController](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITabBarController_Class/) that represents the user interface for this component. Valid only when running on iOS.
|
|
103
|
-
*/
|
|
104
|
-
ios: any /* UITabBarController */;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Gets or set the UIImageRenderingMode of the tab icons in iOS. Defaults to "automatic"
|
|
108
|
-
* Valid values are:
|
|
109
|
-
* - automatic
|
|
110
|
-
* - alwaysOriginal
|
|
111
|
-
* - alwaysTemplate
|
|
112
|
-
*/
|
|
113
|
-
iosIconRenderingMode: 'automatic' | 'alwaysOriginal' | 'alwaysTemplate';
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Gets or sets the rendering mode of tab icons on Android. Defaults to "original"
|
|
117
|
-
* Valid values are:
|
|
118
|
-
* - alwaysOriginal
|
|
119
|
-
* - alwaysTemplate
|
|
120
|
-
*/
|
|
121
|
-
androidIconRenderingMode: 'alwaysOriginal' | 'alwaysTemplate';
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* Gets or sets the number of tabs that should be retained to either side of the current tab in the view hierarchy in an idle state.
|
|
125
|
-
* Tabs beyond this limit will be recreated from the TabView when needed.
|
|
126
|
-
*/
|
|
127
|
-
androidOffscreenTabLimit: number;
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* Gets or set the tabs vertical position.
|
|
131
|
-
* Valid values are:
|
|
132
|
-
* - top
|
|
133
|
-
* - bottom
|
|
134
|
-
*/
|
|
135
|
-
androidTabsPosition: 'top' | 'bottom';
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* Gets or sets a value indicating whether swipe gesture is enabled for Android.
|
|
139
|
-
*/
|
|
140
|
-
androidSwipeEnabled: boolean;
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* String value used when hooking to the selectedIndexChanged event.
|
|
144
|
-
*/
|
|
145
|
-
public static selectedIndexChangedEvent: string;
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* Adds a listener for the specified event name.
|
|
149
|
-
*
|
|
150
|
-
* @param eventName The name of the event.
|
|
151
|
-
* @param callback The event listener to add. Will be called when an event of
|
|
152
|
-
* the given name is raised.
|
|
153
|
-
* @param thisArg An optional parameter which, when set, will be bound as the
|
|
154
|
-
* `this` context when the callback is called. Falsy values will be not be
|
|
155
|
-
* bound.
|
|
156
|
-
*/
|
|
157
|
-
on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* Raised when the selected index changes.
|
|
161
|
-
*/
|
|
162
|
-
on(event: 'selectedIndexChanged', callback: (args: SelectedIndexChangedEventData) => void, thisArg?: any): void;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
export const itemsProperty: Property<TabView, TabViewItem[]>;
|
|
166
|
-
export const selectedIndexProperty: Property<TabView, number>;
|
|
167
|
-
|
|
168
|
-
export const tabTextFontSizeProperty: CssProperty<Style, number>;
|
|
169
|
-
export const tabTextColorProperty: CssProperty<Style, Color>;
|
|
170
|
-
export const tabBackgroundColorProperty: CssProperty<Style, Color>;
|
|
171
|
-
export const selectedTabTextColorProperty: CssProperty<Style, Color>;
|
|
172
|
-
export const androidSelectedTabHighlightColorProperty: CssProperty<Style, Color>;
|
|
173
|
-
export const androidOffscreenTabLimitProperty: Property<TabView, number>;
|
|
174
|
-
export const iosIconRenderingModeProperty: Property<TabView, 'automatic' | 'alwaysOriginal' | 'alwaysTemplate'>;
|
|
175
|
-
export const androidIconRenderingModeProperty: Property<TabView, 'alwaysOriginal' | 'alwaysTemplate'>;
|