@nativescript/core 9.0.0-next-09-09-2025-17590373424 → 9.0.0-next-09-19-2025-17844486041
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-common.d.ts +264 -0
- package/accessibility/accessibility-common.js +352 -0
- package/accessibility/accessibility-common.js.map +1 -1
- package/accessibility/accessibility-properties.d.ts +1 -1
- package/accessibility/accessibility-properties.js +2 -2
- package/accessibility/accessibility-properties.js.map +1 -1
- package/accessibility/index.d.ts +0 -36
- package/accessibility/index.js +2 -0
- package/accessibility/index.js.map +1 -0
- package/application/application-common.d.ts +7 -8
- package/application/application-common.js +62 -14
- package/application/application-common.js.map +1 -1
- package/application/application-interfaces.d.ts +2 -3
- package/application/application.android.d.ts +14 -7
- package/application/application.android.js +757 -76
- package/application/application.android.js.map +1 -1
- package/application/application.d.ts +25 -0
- package/application/application.ios.d.ts +16 -18
- package/application/application.ios.js +472 -46
- package/application/application.ios.js.map +1 -1
- package/application/helpers-common.d.ts +50 -0
- package/application/helpers-common.js +153 -0
- package/application/helpers-common.js.map +1 -0
- package/application/helpers.android.d.ts +17 -0
- package/application/helpers.android.js +173 -0
- package/application/helpers.android.js.map +1 -0
- package/application/helpers.d.ts +25 -0
- package/application/helpers.ios.d.ts +27 -0
- package/application/helpers.ios.js +62 -0
- package/application/helpers.ios.js.map +1 -0
- package/application-settings/index.android.js +2 -2
- package/application-settings/index.android.js.map +1 -1
- package/cli-hooks/{before-checkForChanges.js → before-checkForChanges.mjs} +6 -6
- package/cli-hooks/postinstall.mjs +7 -0
- package/cli-hooks/preuninstall.mjs +7 -0
- package/color/color-common.d.ts +18 -19
- package/color/color-common.js +13 -14
- package/color/color-common.js.map +1 -1
- package/color/color-types.d.ts +49 -0
- package/color/color-types.js +3 -0
- package/color/color-types.js.map +1 -0
- package/color/index.ios.d.ts +2 -1
- package/color/index.ios.js.map +1 -1
- package/connectivity/index.android.js +5 -4
- package/connectivity/index.android.js.map +1 -1
- package/core-types/animation-types.d.ts +11 -0
- package/{ui/animation/animation-interfaces.js → core-types/animation-types.js} +1 -1
- package/core-types/animation-types.js.map +1 -0
- package/core-types/index.d.ts +1 -1
- package/core-types/index.js +2 -2
- package/core-types/index.js.map +1 -1
- package/core-types/validators.d.ts +2 -0
- package/core-types/validators.js +18 -0
- package/core-types/validators.js.map +1 -0
- package/css/css-tree-parser.js +17 -21
- package/css/css-tree-parser.js.map +1 -1
- package/css/lib/parse/index.d.ts +1 -0
- package/css/lib/parse/index.js +475 -577
- package/css/lib/parse/index.js.map +1 -0
- package/css/reworkcss.d.ts +25 -28
- package/css/reworkcss.js +5 -1
- package/css/reworkcss.js.map +1 -0
- package/css-mediaquery/index.js +1 -1
- package/css-mediaquery/index.js.map +1 -1
- package/css-value/reworkcss-value.d.ts +31 -8
- package/css-value/reworkcss-value.js +89 -111
- package/css-value/reworkcss-value.js.map +1 -0
- package/debugger/devtools-elements-interfaces.d.ts +1 -1
- package/debugger/devtools-elements.common.js +17 -8
- package/debugger/devtools-elements.common.js.map +1 -1
- package/debugger/devtools-elements.js +1 -1
- package/debugger/devtools-elements.js.map +1 -1
- package/debugger/dom-types.d.ts +24 -0
- package/debugger/{dom-node.js → dom-types.js} +11 -9
- package/debugger/dom-types.js.map +1 -0
- package/debugger/webinspector-css.d.ts +18 -18
- package/debugger/webinspector-css.js +1 -1
- package/debugger/webinspector-css.js.map +1 -1
- package/debugger/webinspector-dom.d.ts +15 -15
- package/debugger/webinspector-dom.js +1 -1
- package/debugger/webinspector-dom.js.map +1 -1
- package/debugger/webinspector-network.android.d.ts +9 -9
- package/debugger/webinspector-network.android.js +3 -3
- package/debugger/webinspector-network.android.js.map +1 -1
- package/debugger/webinspector-network.ios.d.ts +9 -9
- package/debugger/webinspector-network.ios.js +1 -1
- package/debugger/webinspector-network.ios.js.map +1 -1
- package/fetch/index.d.ts +72 -0
- package/fetch/index.js +448 -458
- package/fetch/index.js.map +1 -0
- package/file-system/file-system-access.android.js +32 -39
- package/file-system/file-system-access.android.js.map +1 -1
- package/file-system/file-system-access.ios.js +2 -15
- package/file-system/file-system-access.ios.js.map +1 -1
- package/file-system/index.d.ts +2 -2
- package/file-system/index.js +4 -11
- package/file-system/index.js.map +1 -1
- package/fps-meter/fps-native.android.d.ts +1 -2
- package/fps-meter/fps-native.android.js.map +1 -1
- package/fps-meter/fps-native.ios.d.ts +1 -2
- package/fps-meter/fps-native.ios.js.map +1 -1
- package/global-types.d.ts +7 -8
- package/globals/global-utils.d.ts +27 -0
- package/globals/global-utils.js +67 -0
- package/globals/global-utils.js.map +1 -0
- package/globals/index.d.ts +3 -7
- package/globals/index.js +275 -281
- package/globals/index.js.map +1 -1
- package/http/http-interfaces.d.ts +84 -0
- package/http/http-interfaces.js +6 -0
- package/http/http-interfaces.js.map +1 -0
- package/http/http-request/http-request-common.js +2 -2
- package/http/http-request/http-request-common.js.map +1 -1
- package/http/http-request/index.android.d.ts +3 -7
- package/http/http-request/index.android.js +6 -22
- package/http/http-request/index.android.js.map +1 -1
- package/http/http-request/index.d.ts +5 -1
- package/http/http-request/index.ios.d.ts +3 -7
- package/http/http-request/index.ios.js +6 -22
- package/http/http-request/index.ios.js.map +1 -1
- package/http/http-shared.d.ts +5 -0
- package/http/http-shared.js +14 -0
- package/http/http-shared.js.map +1 -0
- package/http/index.d.ts +6 -105
- package/http/index.js +10 -12
- package/http/index.js.map +1 -1
- package/image-asset/index.android.js +3 -3
- package/image-asset/index.android.js.map +1 -1
- package/image-source/index.android.d.ts +1 -1
- package/image-source/index.android.js +5 -23
- package/image-source/index.android.js.map +1 -1
- package/image-source/index.ios.js +2 -9
- package/image-source/index.ios.js.map +1 -1
- package/index.d.ts +13 -8
- package/index.js +6 -3
- package/index.js.map +1 -1
- package/inspector_modules.d.ts +6 -0
- package/inspector_modules.js +118 -3
- package/inspector_modules.js.map +1 -1
- package/js-libs/easysax/easysax.js +5 -3
- package/media-query-list/index.js +7 -17
- package/media-query-list/index.js.map +1 -1
- package/module-name-resolver/helpers.d.ts +14 -0
- package/module-name-resolver/helpers.js +27 -0
- package/module-name-resolver/helpers.js.map +1 -0
- package/module-name-resolver/index.d.ts +12 -22
- package/module-name-resolver/index.js +6 -18
- package/module-name-resolver/index.js.map +1 -1
- package/module-name-resolver/non-bundle-workflow-compat.js +32 -23
- package/module-name-resolver/non-bundle-workflow-compat.js.map +1 -1
- package/module-name-resolver/qualifier-matcher/index.d.ts +6 -12
- package/module-name-resolver/qualifier-matcher/index.js +5 -5
- package/module-name-resolver/qualifier-matcher/index.js.map +1 -1
- package/package.json +18 -13
- package/platform/device/index.android.js +2 -2
- package/platform/device/index.android.js.map +1 -1
- package/platform/screen/index.android.js +2 -2
- package/platform/screen/index.android.js.map +1 -1
- package/platform/screen/index.ios.js +2 -2
- package/platform/screen/index.ios.js.map +1 -1
- package/profiling/index.js +2 -1
- package/profiling/index.js.map +1 -1
- package/timer/index.android.js +15 -7
- package/timer/index.android.js.map +1 -1
- package/ui/action-bar/action-bar-common.js +4 -2
- package/ui/action-bar/action-bar-common.js.map +1 -1
- package/ui/action-bar/index.android.js +7 -6
- package/ui/action-bar/index.android.js.map +1 -1
- package/ui/activity-indicator/index.ios.js +3 -4
- package/ui/activity-indicator/index.ios.js.map +1 -1
- package/ui/animation/animation-common.d.ts +4 -4
- package/ui/animation/animation-common.js +2 -3
- package/ui/animation/animation-common.js.map +1 -1
- package/ui/animation/{animation-interfaces.d.ts → animation-shared.d.ts} +39 -31
- package/ui/animation/animation-shared.js +4 -0
- package/ui/animation/animation-shared.js.map +1 -0
- package/ui/animation/animation-types.d.ts +1 -0
- package/ui/animation/animation-types.js +3 -0
- package/ui/animation/animation-types.js.map +1 -0
- package/ui/animation/index.android.d.ts +1 -2
- package/ui/animation/index.android.js +5 -5
- package/ui/animation/index.android.js.map +1 -1
- package/ui/animation/index.d.ts +2 -138
- package/ui/animation/index.ios.d.ts +1 -2
- package/ui/animation/index.ios.js +3 -3
- package/ui/animation/index.ios.js.map +1 -1
- package/ui/animation/keyframe-animation.d.ts +67 -118
- package/ui/animation/keyframe-animation.js +2 -2
- package/ui/animation/keyframe-animation.js.map +1 -1
- package/ui/builder/binding-builder.d.ts +12 -15
- package/ui/builder/component-builder/index.js +5 -5
- package/ui/builder/component-builder/index.js.map +1 -1
- package/ui/builder/index.d.ts +179 -59
- package/ui/builder/index.js +450 -10
- package/ui/builder/index.js.map +1 -1
- package/ui/button/index.android.js +4 -1
- package/ui/button/index.android.js.map +1 -1
- package/ui/core/bindable/bindable-types.d.ts +37 -0
- package/ui/core/bindable/bindable-types.js +3 -0
- package/ui/core/bindable/bindable-types.js.map +1 -0
- package/ui/core/bindable/index.d.ts +2 -38
- package/ui/core/bindable/index.js +1 -2
- package/ui/core/bindable/index.js.map +1 -1
- package/ui/core/properties/index.d.ts +4 -37
- package/ui/core/properties/index.js +6 -35
- package/ui/core/properties/index.js.map +1 -1
- package/ui/core/properties/property-shared.d.ts +35 -0
- package/ui/core/properties/property-shared.js +16 -0
- package/ui/core/properties/property-shared.js.map +1 -0
- package/ui/core/view/index.android.d.ts +2 -2
- package/ui/core/view/index.android.js +13 -10
- package/ui/core/view/index.android.js.map +1 -1
- package/ui/core/view/index.d.ts +1 -61
- package/ui/core/view/index.ios.d.ts +11 -4
- package/ui/core/view/index.ios.js +67 -12
- package/ui/core/view/index.ios.js.map +1 -1
- package/ui/core/view/view-common.d.ts +30 -16
- package/ui/core/view/view-common.js +18 -14
- package/ui/core/view/view-common.js.map +1 -1
- package/ui/core/view/view-helper/index.ios.d.ts +2 -1
- package/ui/core/view/view-helper/index.ios.js +3 -4
- package/ui/core/view/view-helper/index.ios.js.map +1 -1
- package/ui/core/view/view-helper/view-helper-common.js +1 -3
- package/ui/core/view/view-helper/view-helper-common.js.map +1 -1
- package/ui/core/view/view-helper/view-helper-shared.d.ts +5 -0
- package/ui/core/view/view-helper/view-helper-shared.js +6 -0
- package/ui/core/view/view-helper/view-helper-shared.js.map +1 -0
- package/ui/core/view/view-interfaces.d.ts +54 -0
- package/ui/core/view/view-interfaces.js +2 -0
- package/ui/core/view/view-interfaces.js.map +1 -0
- package/ui/core/view-base/index.d.ts +22 -24
- package/ui/core/view-base/index.js +9 -30
- package/ui/core/view-base/index.js.map +1 -1
- package/ui/core/view-base/utils.d.ts +1 -0
- package/ui/core/view-base/utils.js +9 -0
- package/ui/core/view-base/utils.js.map +1 -0
- package/ui/dialogs/dialogs-common.js +3 -3
- package/ui/dialogs/dialogs-common.js.map +1 -1
- package/ui/dialogs/index.android.js +8 -7
- package/ui/dialogs/index.android.js.map +1 -1
- package/ui/dialogs/index.ios.js +6 -4
- package/ui/dialogs/index.ios.js.map +1 -1
- package/ui/embedding/index.android.d.ts +1 -1
- package/ui/embedding/index.d.ts +1 -1
- package/ui/frame/fragment.android.js +3 -2
- package/ui/frame/fragment.android.js.map +1 -1
- package/ui/frame/fragment.transitions.android.js.map +1 -1
- package/ui/frame/frame-common.d.ts +3 -3
- package/ui/frame/frame-common.js.map +1 -1
- package/ui/frame/{callbacks/fragment-callbacks.d.ts → frame-helper-for-android.d.ts} +20 -1
- package/ui/frame/{callbacks/fragment-callbacks.js → frame-helper-for-android.js} +52 -38
- package/ui/frame/frame-helper-for-android.js.map +1 -0
- package/ui/frame/frame-interfaces.d.ts +40 -4
- package/ui/frame/frame-interfaces.js.map +1 -1
- package/ui/frame/frame-stack.js.map +1 -1
- package/ui/frame/index.android.d.ts +21 -5
- package/ui/frame/index.android.js +296 -19
- package/ui/frame/index.android.js.map +1 -1
- package/ui/frame/index.d.ts +19 -61
- package/ui/frame/index.ios.d.ts +2 -2
- package/ui/frame/index.ios.js +5 -4
- package/ui/frame/index.ios.js.map +1 -1
- package/ui/gestures/gestures-common.d.ts +4 -273
- package/ui/gestures/gestures-common.js +3 -146
- package/ui/gestures/gestures-common.js.map +1 -1
- package/ui/gestures/gestures-types.d.ts +108 -0
- package/ui/gestures/gestures-types.js +40 -0
- package/ui/gestures/gestures-types.js.map +1 -0
- package/ui/gestures/index.android.d.ts +29 -1
- package/ui/gestures/index.android.js +4 -2
- package/ui/gestures/index.android.js.map +1 -1
- package/ui/gestures/index.d.ts +35 -0
- package/ui/gestures/index.ios.d.ts +35 -1
- package/ui/gestures/index.ios.js +3 -3
- package/ui/gestures/index.ios.js.map +1 -1
- package/ui/gestures/touch-manager.d.ts +1 -1
- package/ui/html-view/index.ios.js +3 -3
- package/ui/html-view/index.ios.js.map +1 -1
- package/ui/image/image-common.js +1 -1
- package/ui/image/image-common.js.map +1 -1
- package/ui/image/index.android.js +1 -1
- package/ui/image/index.android.js.map +1 -1
- package/ui/image-cache/index.ios.js +5 -11
- package/ui/image-cache/index.ios.js.map +1 -1
- package/ui/index.d.ts +16 -8
- package/ui/index.js +21 -4
- package/ui/index.js.map +1 -1
- package/ui/label/index.ios.js.map +1 -1
- package/ui/layouts/absolute-layout/absolute-layout-common.js +1 -1
- package/ui/layouts/absolute-layout/absolute-layout-common.js.map +1 -1
- package/ui/layouts/absolute-layout/index.android.js +1 -1
- package/ui/layouts/absolute-layout/index.android.js.map +1 -1
- package/ui/layouts/absolute-layout/index.d.ts +1 -1
- package/ui/layouts/absolute-layout/index.ios.js.map +1 -1
- package/ui/layouts/flexbox-layout/flexbox-layout-common.js +2 -1
- package/ui/layouts/flexbox-layout/flexbox-layout-common.js.map +1 -1
- package/ui/layouts/flexbox-layout/index.android.js +1 -1
- package/ui/layouts/flexbox-layout/index.android.js.map +1 -1
- package/ui/layouts/flexbox-layout/index.ios.js.map +1 -1
- package/ui/layouts/index.d.ts +3 -1
- package/ui/layouts/index.js.map +1 -1
- package/ui/layouts/layout-base.android.js +2 -1
- package/ui/layouts/layout-base.android.js.map +1 -1
- package/ui/layouts/stack-layout/index.ios.js.map +1 -1
- package/ui/layouts/wrap-layout/index.android.js +1 -1
- package/ui/layouts/wrap-layout/index.android.js.map +1 -1
- package/ui/layouts/wrap-layout/index.d.ts +1 -1
- package/ui/layouts/wrap-layout/wrap-layout-common.js +1 -1
- package/ui/layouts/wrap-layout/wrap-layout-common.js.map +1 -1
- package/ui/list-view/index.android.js +1 -1
- package/ui/list-view/index.android.js.map +1 -1
- package/ui/list-view/index.d.ts +1 -1
- package/ui/list-view/index.ios.js +1 -1
- package/ui/list-view/index.ios.js.map +1 -1
- package/ui/list-view/list-view-common.js +1 -1
- package/ui/list-view/list-view-common.js.map +1 -1
- package/ui/page/events.d.ts +6 -0
- package/ui/page/events.js +7 -0
- package/ui/page/events.js.map +1 -0
- package/ui/page/index.android.js +2 -1
- package/ui/page/index.android.js.map +1 -1
- package/ui/page/index.d.ts +1 -1
- package/ui/page/index.ios.js +4 -5
- package/ui/page/index.ios.js.map +1 -1
- package/ui/page/page-common.d.ts +3 -2
- package/ui/page/page-common.js +5 -4
- package/ui/page/page-common.js.map +1 -1
- package/ui/scroll-view/index.ios.js +3 -3
- package/ui/scroll-view/index.ios.js.map +1 -1
- package/ui/styling/background-common.js +0 -1
- package/ui/styling/background-common.js.map +1 -1
- package/ui/styling/background.android.d.ts +0 -6
- package/ui/styling/background.android.js +1 -53
- package/ui/styling/background.android.js.map +1 -1
- package/ui/styling/background.ios.js +2 -1
- package/ui/styling/background.ios.js.map +1 -1
- package/ui/styling/converters.d.ts +2 -2
- package/ui/styling/css-shadow.js.map +1 -1
- package/ui/styling/css-transform.d.ts +1 -1
- package/ui/styling/css-utils.js +1 -1
- package/ui/styling/css-utils.js.map +1 -1
- package/ui/styling/font.android.js +2 -2
- package/ui/styling/font.android.js.map +1 -1
- package/ui/styling/font.ios.js +10 -10
- package/ui/styling/font.ios.js.map +1 -1
- package/ui/styling/length-shared.d.ts +52 -0
- package/ui/styling/length-shared.js +173 -0
- package/ui/styling/length-shared.js.map +1 -0
- package/ui/styling/style/index.d.ts +1 -1
- package/ui/styling/style-properties.d.ts +58 -112
- package/ui/styling/style-properties.js +7 -93
- package/ui/styling/style-properties.js.map +1 -1
- package/ui/styling/style-scope.d.ts +85 -48
- package/ui/styling/style-scope.js +30 -36
- package/ui/styling/style-scope.js.map +1 -1
- package/ui/styling/styling-profile.d.ts +1 -0
- package/ui/styling/styling-profile.js +4 -0
- package/ui/styling/styling-profile.js.map +1 -0
- package/ui/styling/styling-shared.d.ts +3 -0
- package/ui/styling/styling-shared.js +6 -0
- package/ui/styling/styling-shared.js.map +1 -0
- package/ui/tab-view/index.android.js +6 -6
- package/ui/tab-view/index.android.js.map +1 -1
- package/ui/text-base/index.android.d.ts +1 -1
- package/ui/text-base/index.android.js +4 -4
- package/ui/text-base/index.android.js.map +1 -1
- package/ui/text-base/index.d.ts +1 -1
- package/ui/text-base/index.ios.js +5 -4
- package/ui/text-base/index.ios.js.map +1 -1
- package/ui/text-view/index.ios.js.map +1 -1
- package/ui/transition/fade-transition.ios.js +1 -1
- package/ui/transition/fade-transition.ios.js.map +1 -1
- package/ui/transition/index.ios.js +1 -1
- package/ui/transition/index.ios.js.map +1 -1
- package/ui/transition/modal-transition.ios.js +1 -1
- package/ui/transition/modal-transition.ios.js.map +1 -1
- package/ui/transition/page-transition.android.d.ts +1 -1
- package/ui/transition/page-transition.android.js +4 -4
- package/ui/transition/page-transition.android.js.map +1 -1
- package/ui/transition/page-transition.ios.js +1 -1
- package/ui/transition/page-transition.ios.js.map +1 -1
- package/ui/transition/shared-transition-helper.ios.js +1 -1
- package/ui/transition/shared-transition-helper.ios.js.map +1 -1
- package/ui/transition/shared-transition.js +2 -1
- package/ui/transition/shared-transition.js.map +1 -1
- package/ui/transition/slide-transition.ios.js +2 -2
- package/ui/transition/slide-transition.ios.js.map +1 -1
- package/utils/animation-helpers.d.ts +27 -0
- package/utils/animation-helpers.js +48 -0
- package/utils/animation-helpers.js.map +1 -0
- package/utils/common.d.ts +1 -38
- package/utils/common.js +2 -112
- package/utils/common.js.map +1 -1
- package/utils/constants.android.d.ts +1 -0
- package/utils/constants.android.js +3 -0
- package/utils/constants.android.js.map +1 -1
- package/utils/constants.d.ts +1 -0
- package/utils/constants.ios.d.ts +1 -0
- package/utils/constants.ios.js +3 -0
- package/utils/constants.ios.js.map +1 -1
- package/utils/debug-source.d.ts +19 -0
- package/utils/debug-source.js +78 -0
- package/utils/debug-source.js.map +1 -0
- package/utils/debug.js +1 -59
- package/utils/debug.js.map +1 -1
- package/utils/index.android.d.ts +3 -1
- package/utils/index.android.js +37 -11
- package/utils/index.android.js.map +1 -1
- package/utils/index.d.ts +2 -14
- package/utils/index.ios.d.ts +4 -1
- package/utils/index.ios.js +32 -5
- package/utils/index.ios.js.map +1 -1
- package/utils/layout-helper/index.android.js +4 -4
- package/utils/layout-helper/index.android.js.map +1 -1
- package/utils/layout-helper/index.d.ts +6 -4
- package/utils/layout-helper/index.ios.js +5 -5
- package/utils/layout-helper/index.ios.js.map +1 -1
- package/utils/layout-helper/layout-helper-common.d.ts +0 -9
- package/utils/layout-helper/layout-helper-common.js +1 -9
- package/utils/layout-helper/layout-helper-common.js.map +1 -1
- package/utils/layout-helper/layout-helper-shared.d.ts +9 -0
- package/utils/layout-helper/layout-helper-shared.js +13 -0
- package/utils/layout-helper/layout-helper-shared.js.map +1 -0
- package/utils/{android/index.d.ts → native-helper-for-android.d.ts} +4 -2
- package/utils/native-helper-for-android.js +273 -0
- package/utils/native-helper-for-android.js.map +1 -0
- package/utils/native-helper.android.d.ts +29 -5
- package/utils/native-helper.android.js +18 -131
- package/utils/native-helper.android.js.map +1 -1
- package/utils/native-helper.d.ts +206 -258
- package/utils/native-helper.ios.d.ts +72 -3
- package/utils/native-helper.ios.js +250 -3
- package/utils/native-helper.ios.js.map +1 -1
- package/utils/shared.d.ts +17 -0
- package/utils/shared.js +40 -0
- package/utils/shared.js.map +1 -0
- package/utils/utils-shared.d.ts +1 -0
- package/utils/utils-shared.js +8 -0
- package/utils/utils-shared.js.map +1 -0
- package/xhr/index.js +12 -13
- package/xhr/index.js.map +1 -1
- package/xml/index.d.ts +94 -98
- package/xml/index.js +58 -2
- package/xml/index.js.map +1 -1
- package/accessibility/accessibility-css-helper.d.ts +0 -1
- package/accessibility/accessibility-css-helper.js +0 -146
- package/accessibility/accessibility-css-helper.js.map +0 -1
- package/accessibility/accessibility-service-common.d.ts +0 -8
- package/accessibility/accessibility-service-common.js +0 -26
- package/accessibility/accessibility-service-common.js.map +0 -1
- package/accessibility/accessibility-service.android.d.ts +0 -6
- package/accessibility/accessibility-service.android.js +0 -103
- package/accessibility/accessibility-service.android.js.map +0 -1
- package/accessibility/accessibility-service.d.ts +0 -10
- package/accessibility/accessibility-service.ios.d.ts +0 -6
- package/accessibility/accessibility-service.ios.js +0 -61
- package/accessibility/accessibility-service.ios.js.map +0 -1
- package/accessibility/accessibility-types.d.ts +0 -224
- package/accessibility/accessibility-types.js +0 -222
- package/accessibility/accessibility-types.js.map +0 -1
- package/accessibility/font-scale-common.d.ts +0 -7
- package/accessibility/font-scale-common.js +0 -14
- package/accessibility/font-scale-common.js.map +0 -1
- package/accessibility/font-scale.android.d.ts +0 -5
- package/accessibility/font-scale.android.js +0 -55
- package/accessibility/font-scale.android.js.map +0 -1
- package/accessibility/font-scale.d.ts +0 -9
- package/accessibility/font-scale.ios.d.ts +0 -5
- package/accessibility/font-scale.ios.js +0 -89
- package/accessibility/font-scale.ios.js.map +0 -1
- package/accessibility/index.android.d.ts +0 -10
- package/accessibility/index.android.js +0 -577
- package/accessibility/index.android.js.map +0 -1
- package/accessibility/index.ios.d.ts +0 -9
- package/accessibility/index.ios.js +0 -229
- package/accessibility/index.ios.js.map +0 -1
- package/cli-hooks/postinstall.js +0 -2
- package/cli-hooks/preuninstall.js +0 -2
- package/css/package.json +0 -36
- package/css-value/package.json +0 -23
- package/debugger/dom-node.d.ts +0 -27
- package/debugger/dom-node.js.map +0 -1
- package/ui/animation/animation-interfaces.js.map +0 -1
- package/ui/builder/xml2ui.d.ts +0 -134
- package/ui/builder/xml2ui.js +0 -397
- package/ui/builder/xml2ui.js.map +0 -1
- package/ui/frame/callbacks/activity-callbacks.d.ts +0 -19
- package/ui/frame/callbacks/activity-callbacks.js +0 -301
- package/ui/frame/callbacks/activity-callbacks.js.map +0 -1
- package/ui/frame/callbacks/fragment-callbacks.js.map +0 -1
- package/utils/android/index.js +0 -160
- package/utils/android/index.js.map +0 -1
- package/utils/ios/index.d.ts +0 -39
- package/utils/ios/index.js +0 -229
- package/utils/ios/index.js.map +0 -1
package/utils/ios/index.js
DELETED
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
import { Color } from '../../color';
|
|
2
|
-
import { Trace } from '../../trace';
|
|
3
|
-
import { CORE_ANIMATION_DEFAULTS, getDurationWithDampingFromSpring } from '../common';
|
|
4
|
-
import { SDK_VERSION } from '../constants';
|
|
5
|
-
const radToDeg = Math.PI / 180;
|
|
6
|
-
function isOrientationLandscape(orientation) {
|
|
7
|
-
return orientation === 3 /* UIDeviceOrientation.LandscapeLeft */ /* 3 */ || orientation === 4 /* UIDeviceOrientation.LandscapeRight */ /* 4 */;
|
|
8
|
-
}
|
|
9
|
-
function openFileAtRootModule(filePath) {
|
|
10
|
-
try {
|
|
11
|
-
const appPath = getCurrentAppPath();
|
|
12
|
-
const path = isRealDevice() ? filePath.replace('~', appPath) : filePath;
|
|
13
|
-
const controller = UIDocumentInteractionController.interactionControllerWithURL(NSURL.fileURLWithPath(path));
|
|
14
|
-
controller.delegate = createUIDocumentInteractionControllerDelegate();
|
|
15
|
-
return controller.presentPreviewAnimated(true);
|
|
16
|
-
}
|
|
17
|
-
catch (e) {
|
|
18
|
-
Trace.write('Error in openFile', Trace.categories.Error, Trace.messageType.error);
|
|
19
|
-
}
|
|
20
|
-
return false;
|
|
21
|
-
}
|
|
22
|
-
// TODO: remove for NativeScript 9.0
|
|
23
|
-
export function getter(_this, property) {
|
|
24
|
-
console.log('utils.ios.getter() is deprecated; use the respective native property instead');
|
|
25
|
-
if (typeof property === 'function') {
|
|
26
|
-
return property.call(_this);
|
|
27
|
-
}
|
|
28
|
-
else {
|
|
29
|
-
return property;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
export var collections;
|
|
33
|
-
(function (collections) {
|
|
34
|
-
function jsArrayToNSArray(str) {
|
|
35
|
-
return NSArray.arrayWithArray(str);
|
|
36
|
-
}
|
|
37
|
-
collections.jsArrayToNSArray = jsArrayToNSArray;
|
|
38
|
-
function nsArrayToJSArray(a) {
|
|
39
|
-
const arr = [];
|
|
40
|
-
if (a !== undefined) {
|
|
41
|
-
const count = a.count;
|
|
42
|
-
for (let i = 0; i < count; i++) {
|
|
43
|
-
arr.push(a.objectAtIndex(i));
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
return arr;
|
|
47
|
-
}
|
|
48
|
-
collections.nsArrayToJSArray = nsArrayToJSArray;
|
|
49
|
-
})(collections || (collections = {}));
|
|
50
|
-
export function getRootViewController() {
|
|
51
|
-
const win = getWindow();
|
|
52
|
-
let vc = win && win.rootViewController;
|
|
53
|
-
while (vc && vc.presentedViewController) {
|
|
54
|
-
vc = vc.presentedViewController;
|
|
55
|
-
}
|
|
56
|
-
return vc;
|
|
57
|
-
}
|
|
58
|
-
export function getWindow() {
|
|
59
|
-
let window;
|
|
60
|
-
if (SDK_VERSION >= 15 && typeof NativeScriptViewFactory !== 'undefined') {
|
|
61
|
-
// UIWindowScene.keyWindow is only available 15+
|
|
62
|
-
window = NativeScriptViewFactory.getKeyWindow();
|
|
63
|
-
}
|
|
64
|
-
if (window) {
|
|
65
|
-
return window;
|
|
66
|
-
}
|
|
67
|
-
const app = UIApplication.sharedApplication;
|
|
68
|
-
if (!app) {
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
return app.keyWindow || (app.windows && app.windows.count > 0 && app.windows.objectAtIndex(0));
|
|
72
|
-
}
|
|
73
|
-
export function getMainScreen() {
|
|
74
|
-
const window = getWindow();
|
|
75
|
-
return window ? window.screen : UIScreen.mainScreen;
|
|
76
|
-
}
|
|
77
|
-
export function setWindowBackgroundColor(value) {
|
|
78
|
-
const win = getWindow();
|
|
79
|
-
if (win) {
|
|
80
|
-
const bgColor = new Color(value);
|
|
81
|
-
win.backgroundColor = bgColor.ios;
|
|
82
|
-
const rootVc = getRootViewController();
|
|
83
|
-
if (rootVc?.view) {
|
|
84
|
-
rootVc.view.backgroundColor = bgColor.ios;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export function isLandscape() {
|
|
89
|
-
console.log('utils.ios.isLandscape() is deprecated; use application.orientation instead');
|
|
90
|
-
const deviceOrientation = UIDevice.currentDevice.orientation;
|
|
91
|
-
const statusBarOrientation = UIApplication.sharedApplication.statusBarOrientation;
|
|
92
|
-
const isDeviceOrientationLandscape = isOrientationLandscape(deviceOrientation);
|
|
93
|
-
const isStatusBarOrientationLandscape = isOrientationLandscape(statusBarOrientation);
|
|
94
|
-
return isDeviceOrientationLandscape || isStatusBarOrientationLandscape;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* @deprecated use Utils.SDK_VERSION instead which is a float of the {major}.{minor} verison
|
|
98
|
-
*/
|
|
99
|
-
export const MajorVersion = NSString.stringWithString(UIDevice.currentDevice.systemVersion).intValue;
|
|
100
|
-
export function openFile(filePath) {
|
|
101
|
-
console.log('utils.ios.openFile() is deprecated; use utils.openFile() instead');
|
|
102
|
-
return openFileAtRootModule(filePath);
|
|
103
|
-
}
|
|
104
|
-
export function getCurrentAppPath() {
|
|
105
|
-
const currentDir = __dirname;
|
|
106
|
-
const tnsModulesIndex = currentDir.indexOf('/tns_modules');
|
|
107
|
-
// Module not hosted in ~/tns_modules when bundled. Use current dir.
|
|
108
|
-
let appPath = currentDir;
|
|
109
|
-
if (tnsModulesIndex !== -1) {
|
|
110
|
-
// Strip part after tns_modules to obtain app root
|
|
111
|
-
appPath = currentDir.substring(0, tnsModulesIndex);
|
|
112
|
-
}
|
|
113
|
-
return appPath;
|
|
114
|
-
}
|
|
115
|
-
export function joinPaths(...paths) {
|
|
116
|
-
if (!paths || paths.length === 0) {
|
|
117
|
-
return '';
|
|
118
|
-
}
|
|
119
|
-
return NSString.stringWithString(NSString.pathWithComponents(paths)).stringByStandardizingPath;
|
|
120
|
-
}
|
|
121
|
-
export function getVisibleViewController(rootViewController) {
|
|
122
|
-
let viewController = rootViewController;
|
|
123
|
-
while (viewController && viewController.presentedViewController) {
|
|
124
|
-
viewController = viewController.presentedViewController;
|
|
125
|
-
}
|
|
126
|
-
return viewController;
|
|
127
|
-
}
|
|
128
|
-
export function applyRotateTransform(transform, x, y, z) {
|
|
129
|
-
if (x) {
|
|
130
|
-
transform = CATransform3DRotate(transform, x * radToDeg, 1, 0, 0);
|
|
131
|
-
}
|
|
132
|
-
if (y) {
|
|
133
|
-
transform = CATransform3DRotate(transform, y * radToDeg, 0, 1, 0);
|
|
134
|
-
}
|
|
135
|
-
if (z) {
|
|
136
|
-
transform = CATransform3DRotate(transform, z * radToDeg, 0, 0, 1);
|
|
137
|
-
}
|
|
138
|
-
return transform;
|
|
139
|
-
}
|
|
140
|
-
export function createUIDocumentInteractionControllerDelegate() {
|
|
141
|
-
var UIDocumentInteractionControllerDelegateImpl = /** @class */ (function (_super) {
|
|
142
|
-
__extends(UIDocumentInteractionControllerDelegateImpl, _super);
|
|
143
|
-
function UIDocumentInteractionControllerDelegateImpl() {
|
|
144
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
145
|
-
}
|
|
146
|
-
UIDocumentInteractionControllerDelegateImpl.prototype.getViewController = function () {
|
|
147
|
-
return getWindow().rootViewController;
|
|
148
|
-
};
|
|
149
|
-
UIDocumentInteractionControllerDelegateImpl.prototype.documentInteractionControllerViewControllerForPreview = function (controller) {
|
|
150
|
-
return this.getViewController();
|
|
151
|
-
};
|
|
152
|
-
UIDocumentInteractionControllerDelegateImpl.prototype.documentInteractionControllerViewForPreview = function (controller) {
|
|
153
|
-
return this.getViewController().view;
|
|
154
|
-
};
|
|
155
|
-
UIDocumentInteractionControllerDelegateImpl.prototype.documentInteractionControllerRectForPreview = function (controller) {
|
|
156
|
-
return this.getViewController().view.frame;
|
|
157
|
-
};
|
|
158
|
-
UIDocumentInteractionControllerDelegateImpl.ObjCProtocols = [UIDocumentInteractionControllerDelegate];
|
|
159
|
-
return UIDocumentInteractionControllerDelegateImpl;
|
|
160
|
-
}(NSObject));
|
|
161
|
-
return new UIDocumentInteractionControllerDelegateImpl();
|
|
162
|
-
}
|
|
163
|
-
export function isRealDevice() {
|
|
164
|
-
try {
|
|
165
|
-
if (NSProcessInfo.processInfo.environment.valueForKey('SIMULATOR_DEVICE_NAME')) {
|
|
166
|
-
return false;
|
|
167
|
-
}
|
|
168
|
-
return true;
|
|
169
|
-
}
|
|
170
|
-
catch (e) {
|
|
171
|
-
return true;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
export function printCGRect(rect) {
|
|
175
|
-
if (rect) {
|
|
176
|
-
return `CGRect(${rect.origin.x} ${rect.origin.y} ${rect.size.width} ${rect.size.height})`;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
export function snapshotView(view, scale) {
|
|
180
|
-
if (view instanceof UIImageView) {
|
|
181
|
-
return view.image;
|
|
182
|
-
}
|
|
183
|
-
// console.log('snapshotView view.frame:', printRect(view.frame));
|
|
184
|
-
const originalOpacity = view.layer.opacity;
|
|
185
|
-
view.layer.opacity = originalOpacity > 0 ? originalOpacity : 1;
|
|
186
|
-
UIGraphicsBeginImageContextWithOptions(CGSizeMake(view.frame.size.width, view.frame.size.height), false, scale);
|
|
187
|
-
view.layer.renderInContext(UIGraphicsGetCurrentContext());
|
|
188
|
-
const image = UIGraphicsGetImageFromCurrentImageContext();
|
|
189
|
-
UIGraphicsEndImageContext();
|
|
190
|
-
setTimeout(() => {
|
|
191
|
-
// ensure set back properly on next tick
|
|
192
|
-
view.layer.opacity = originalOpacity;
|
|
193
|
-
});
|
|
194
|
-
return image;
|
|
195
|
-
}
|
|
196
|
-
export function copyLayerProperties(view, toView, customProperties) {
|
|
197
|
-
const viewPropertiesToMatch = customProperties?.view || ['backgroundColor'];
|
|
198
|
-
const layerPropertiesToMatch = customProperties?.layer || ['cornerRadius', 'borderWidth', 'borderColor'];
|
|
199
|
-
viewPropertiesToMatch.forEach((property) => {
|
|
200
|
-
if (view[property] !== toView[property]) {
|
|
201
|
-
// console.log('| -- matching view property:', property);
|
|
202
|
-
view[property] = toView[property];
|
|
203
|
-
}
|
|
204
|
-
});
|
|
205
|
-
layerPropertiesToMatch.forEach((property) => {
|
|
206
|
-
if (view.layer[property] !== toView.layer[property]) {
|
|
207
|
-
// console.log('| -- matching layer property:', property);
|
|
208
|
-
view.layer[property] = toView.layer[property];
|
|
209
|
-
}
|
|
210
|
-
});
|
|
211
|
-
}
|
|
212
|
-
export function animateWithSpring(options) {
|
|
213
|
-
// for convenience, default spring settings are provided
|
|
214
|
-
const opt = {
|
|
215
|
-
...CORE_ANIMATION_DEFAULTS.spring,
|
|
216
|
-
delay: 0,
|
|
217
|
-
animateOptions: null,
|
|
218
|
-
animations: null,
|
|
219
|
-
completion: null,
|
|
220
|
-
...(options || {}),
|
|
221
|
-
};
|
|
222
|
-
const { duration, damping } = getDurationWithDampingFromSpring(opt);
|
|
223
|
-
if (duration === 0) {
|
|
224
|
-
UIView.animateWithDurationAnimationsCompletion(0, opt.animations, opt.completion);
|
|
225
|
-
return;
|
|
226
|
-
}
|
|
227
|
-
UIView.animateWithDurationDelayUsingSpringWithDampingInitialSpringVelocityOptionsAnimationsCompletion(duration, opt.delay, damping, opt.velocity, opt.animateOptions, opt.animations, opt.completion);
|
|
228
|
-
}
|
|
229
|
-
//# sourceMappingURL=index.js.map
|
package/utils/ios/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/core/utils/ios/index.ts"],"names":[],"mappings":"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"}
|