@nativescript/core 8.9.0-alpha.2 → 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/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/css/reworkcss.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
exports.parse = require('./lib/parse');
|
package/css-value/package.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "css-value",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"description": "CSS value parser",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"css",
|
|
7
|
-
"parser",
|
|
8
|
-
"value"
|
|
9
|
-
],
|
|
10
|
-
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "git://github.com/visionmedia/css-value.git"
|
|
14
|
-
},
|
|
15
|
-
"dependencies": {},
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"mocha": "~1.9.0",
|
|
18
|
-
"should": "~1.2.2"
|
|
19
|
-
},
|
|
20
|
-
"main": "reworkcss-value",
|
|
21
|
-
"types": "reworkcss-value.d.ts",
|
|
22
|
-
"nativescript": {}
|
|
23
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
exports.parse = parse;
|
|
3
|
-
|
|
4
|
-
function parse(str) {
|
|
5
|
-
return new Parser(str).parse();
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
function Parser(str) {
|
|
9
|
-
this.str = str;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
Parser.prototype.skip = function(m){
|
|
13
|
-
this.str = this.str.slice(m[0].length);
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
Parser.prototype.comma = function(){
|
|
17
|
-
var m = /^, */.exec(this.str);
|
|
18
|
-
if (!m) return;
|
|
19
|
-
this.skip(m);
|
|
20
|
-
return { type: 'comma', string: ',' };
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
Parser.prototype.ident = function(){
|
|
24
|
-
var m = /^([\w-]+) */.exec(this.str);
|
|
25
|
-
if (!m) return;
|
|
26
|
-
this.skip(m);
|
|
27
|
-
return {
|
|
28
|
-
type: 'ident',
|
|
29
|
-
string: m[1]
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
Parser.prototype.int = function(){
|
|
34
|
-
var m = /^(([-\+]?\d+)(\S+)?) */.exec(this.str);
|
|
35
|
-
if (!m) return;
|
|
36
|
-
this.skip(m);
|
|
37
|
-
var n = ~~m[2];
|
|
38
|
-
var u = m[3];
|
|
39
|
-
|
|
40
|
-
return {
|
|
41
|
-
type: 'number',
|
|
42
|
-
string: m[1],
|
|
43
|
-
unit: u || '',
|
|
44
|
-
value: n
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
Parser.prototype.float = function(){
|
|
49
|
-
var m = /^(((?:[-\+]?\d+)?\.\d+)(\S+)?) */.exec(this.str);
|
|
50
|
-
if (!m) return;
|
|
51
|
-
this.skip(m);
|
|
52
|
-
var n = parseFloat(m[2]);
|
|
53
|
-
var u = m[3];
|
|
54
|
-
|
|
55
|
-
return {
|
|
56
|
-
type: 'number',
|
|
57
|
-
string: m[1],
|
|
58
|
-
unit: u || '',
|
|
59
|
-
value: n
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
Parser.prototype.number = function(){
|
|
64
|
-
return this.float() || this.int();
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
Parser.prototype.double = function(){
|
|
68
|
-
var m = /^"([^"]*)" */.exec(this.str);
|
|
69
|
-
if (!m) return m;
|
|
70
|
-
this.skip(m);
|
|
71
|
-
return {
|
|
72
|
-
type: 'string',
|
|
73
|
-
quote: '"',
|
|
74
|
-
string: '"' + m[1] + '"',
|
|
75
|
-
value: m[1]
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
Parser.prototype.single = function(){
|
|
80
|
-
var m = /^'([^']*)' */.exec(this.str);
|
|
81
|
-
if (!m) return m;
|
|
82
|
-
this.skip(m);
|
|
83
|
-
return {
|
|
84
|
-
type: 'string',
|
|
85
|
-
quote: "'",
|
|
86
|
-
string: "'" + m[1] + "'",
|
|
87
|
-
value: m[1]
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
Parser.prototype.string = function(){
|
|
92
|
-
return this.single() || this.double();
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
Parser.prototype.value = function(){
|
|
97
|
-
return this.number()
|
|
98
|
-
|| this.ident()
|
|
99
|
-
|| this.string()
|
|
100
|
-
|| this.comma();
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
Parser.prototype.parse = function(){
|
|
104
|
-
var vals = [];
|
|
105
|
-
|
|
106
|
-
while (this.str.length) {
|
|
107
|
-
var obj = this.value();
|
|
108
|
-
if (!obj) throw new Error('failed to parse near `' + this.str.slice(0, 10) + '...`');
|
|
109
|
-
vals.push(obj);
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
return vals;
|
|
113
|
-
};
|
package/debugger/css-agent.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
export interface CSSProperty {
|
|
2
|
-
name: string;
|
|
3
|
-
value: string;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
}
|
|
6
|
-
export interface ShorthandEntry {
|
|
7
|
-
name: string;
|
|
8
|
-
value: string;
|
|
9
|
-
}
|
|
10
|
-
export interface CSSStyle {
|
|
11
|
-
cssProperties: CSSProperty[];
|
|
12
|
-
shorthandEntries: ShorthandEntry[];
|
|
13
|
-
cssText?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface Value {
|
|
16
|
-
text: string;
|
|
17
|
-
}
|
|
18
|
-
export interface SelectorList {
|
|
19
|
-
selectors: Value[];
|
|
20
|
-
text: string;
|
|
21
|
-
}
|
|
22
|
-
export interface CSSRule {
|
|
23
|
-
selectorList: SelectorList;
|
|
24
|
-
origin: string;
|
|
25
|
-
style: CSSStyle;
|
|
26
|
-
styleSheetId?: string;
|
|
27
|
-
}
|
|
28
|
-
export interface RuleMatch {
|
|
29
|
-
rule: CSSRule;
|
|
30
|
-
matchingSelectors: number[];
|
|
31
|
-
}
|
|
32
|
-
export interface InheritedStyleEntry {
|
|
33
|
-
matchedCSSRules: RuleMatch[];
|
|
34
|
-
inlineStyle?: CSSStyle;
|
|
35
|
-
}
|
|
36
|
-
export interface CSSComputedStyleProperty {
|
|
37
|
-
name: string;
|
|
38
|
-
value: string;
|
|
39
|
-
}
|
|
40
|
-
export interface PlatformFontUsage {
|
|
41
|
-
familyName: string;
|
|
42
|
-
glyphCount: number;
|
|
43
|
-
isCustomFont: boolean;
|
|
44
|
-
}
|
|
45
|
-
export interface CSSStyleSheetHeader {
|
|
46
|
-
styleSheetId: string;
|
|
47
|
-
frameId: string;
|
|
48
|
-
sourceUrl: string;
|
|
49
|
-
origin: string;
|
|
50
|
-
title: string;
|
|
51
|
-
disabled: boolean;
|
|
52
|
-
isInLine: boolean;
|
|
53
|
-
startLine: number;
|
|
54
|
-
startColumn: number;
|
|
55
|
-
}
|
|
56
|
-
export interface PseudoElementMatches {
|
|
57
|
-
pseudoType: string;
|
|
58
|
-
matches: RuleMatch[];
|
|
59
|
-
}
|