@nativescript/core 8.9.3-next-07-07-2025-16130102669 → 8.9.4
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/package.json +4 -2
- package/profiling/index.js +20 -18
- package/profiling/index.js.map +1 -1
- package/ui/action-bar/index.android.d.ts +1 -12
- package/ui/action-bar/index.ios.d.ts +1 -32
- package/ui/activity-indicator/index.android.d.ts +1 -13
- package/ui/activity-indicator/index.ios.d.ts +1 -12
- package/ui/button/index.android.d.ts +0 -21
- package/ui/button/index.ios.d.ts +0 -33
- package/ui/core/properties/index.d.ts +4 -4
- package/ui/core/properties/index.js.map +1 -1
- package/ui/core/view/index.android.d.ts +2 -84
- package/ui/core/view/index.android.js +0 -5
- package/ui/core/view/index.android.js.map +1 -1
- package/ui/core/view/index.ios.d.ts +3 -84
- package/ui/date-picker/index.android.d.ts +1 -15
- package/ui/date-picker/index.ios.d.ts +1 -30
- package/ui/editable-text-base/index.android.d.ts +1 -33
- package/ui/editable-text-base/index.ios.d.ts +1 -16
- package/ui/html-view/index.android.d.ts +1 -28
- package/ui/html-view/index.ios.d.ts +1 -18
- package/ui/image/index.android.d.ts +1 -14
- package/ui/image/index.ios.d.ts +1 -10
- package/ui/image/index.ios.js +0 -1
- package/ui/image/index.ios.js.map +1 -1
- package/ui/label/index.android.d.ts +1 -3
- package/ui/label/index.ios.d.ts +1 -13
- package/ui/layouts/dock-layout/index.android.d.ts +1 -4
- package/ui/layouts/flexbox-layout/index.android.d.ts +1 -16
- package/ui/layouts/layout-base.android.d.ts +1 -20
- package/ui/layouts/layout-base.ios.d.ts +1 -6
- package/ui/layouts/root-layout/index.android.js +19 -30
- package/ui/layouts/root-layout/index.android.js.map +1 -1
- package/ui/layouts/stack-layout/index.android.d.ts +1 -2
- package/ui/layouts/wrap-layout/index.android.d.ts +1 -5
- package/ui/list-picker/index.android.d.ts +1 -12
- package/ui/list-picker/index.ios.d.ts +1 -12
- package/ui/list-view/index.android.d.ts +2 -18
- package/ui/list-view/index.ios.d.ts +2 -12
- package/ui/page/index.android.d.ts +1 -19
- package/ui/page/index.ios.d.ts +1 -6
- package/ui/progress/index.android.d.ts +1 -18
- package/ui/progress/index.ios.d.ts +1 -18
- package/ui/scroll-view/index.android.d.ts +1 -10
- package/ui/scroll-view/index.ios.d.ts +1 -7
- package/ui/search-bar/index.android.d.ts +1 -42
- package/ui/search-bar/index.android.js +0 -2
- package/ui/search-bar/index.android.js.map +1 -1
- package/ui/search-bar/index.ios.d.ts +1 -31
- package/ui/search-bar/index.ios.js +3 -4
- package/ui/search-bar/index.ios.js.map +1 -1
- package/ui/segmented-bar/index.android.d.ts +1 -31
- package/ui/segmented-bar/index.ios.d.ts +1 -19
- package/ui/slider/index.android.d.ts +1 -20
- package/ui/slider/index.ios.d.ts +1 -22
- package/ui/styling/style/index.d.ts +2 -1
- package/ui/styling/style/index.js.map +1 -1
- package/ui/styling/style-properties.js +5 -5
- package/ui/styling/style-properties.js.map +1 -1
- package/ui/switch/index.android.d.ts +1 -18
- package/ui/switch/index.ios.d.ts +1 -18
- package/ui/tab-view/index.android.d.ts +1 -51
- package/ui/tab-view/index.ios.d.ts +1 -34
- package/ui/tab-view/index.ios.js +1 -1
- package/ui/tab-view/index.ios.js.map +1 -1
- package/ui/text-base/index.android.d.ts +1 -75
- package/ui/text-base/index.android.js +0 -4
- package/ui/text-base/index.android.js.map +1 -1
- package/ui/text-base/index.ios.d.ts +1 -41
- package/ui/text-field/index.android.d.ts +1 -4
- package/ui/text-field/index.ios.d.ts +1 -43
- package/ui/text-view/index.ios.d.ts +1 -47
- package/ui/time-picker/index.android.d.ts +1 -3
- package/ui/time-picker/index.ios.d.ts +1 -30
- package/ui/web-view/index.android.d.ts +1 -2
- package/ui/web-view/index.ios.d.ts +1 -2
- package/ui/web-view/web-view-common.d.ts +0 -3
- package/wgc/crypto/index.d.ts +1 -1
- package/xhr/index.d.ts +3 -3
|
@@ -1,35 +1,6 @@
|
|
|
1
|
-
import { TimePickerBase
|
|
2
|
-
import { Color } from '../../color';
|
|
3
|
-
import { colorProperty } from '../styling/style-properties';
|
|
1
|
+
import { TimePickerBase } from './time-picker-common';
|
|
4
2
|
export * from './time-picker-common';
|
|
5
3
|
export declare class TimePicker extends TimePickerBase {
|
|
6
|
-
[timeProperty.setNative]: (value: Date) => void;
|
|
7
|
-
[minuteProperty.setNative]: (value: number) => void;
|
|
8
|
-
[hourProperty.setNative]: (value: number) => void;
|
|
9
|
-
[minHourProperty.setNative]: (value: number) => void;
|
|
10
|
-
[maxHourProperty.setNative]: (value: number) => void;
|
|
11
|
-
[minMinuteProperty.setNative]: (value: number) => void;
|
|
12
|
-
[maxMinuteProperty.setNative]: (value: number) => void;
|
|
13
|
-
[minuteIntervalProperty.setNative]: (value: number) => void;
|
|
14
|
-
[colorProperty.setNative]: (value: Color | UIColor) => void;
|
|
15
|
-
[timeProperty.getDefault]: () => Date;
|
|
16
|
-
[timeProperty.setNative]: (value: Date) => void;
|
|
17
|
-
[minuteProperty.getDefault]: () => number;
|
|
18
|
-
[minuteProperty.setNative]: (value: number) => void;
|
|
19
|
-
[hourProperty.getDefault]: () => number;
|
|
20
|
-
[hourProperty.setNative]: (value: number) => void;
|
|
21
|
-
[minHourProperty.getDefault]: () => number;
|
|
22
|
-
[minHourProperty.setNative]: (value: number) => void;
|
|
23
|
-
[maxHourProperty.getDefault]: () => number;
|
|
24
|
-
[maxHourProperty.setNative]: (value: number) => void;
|
|
25
|
-
[minMinuteProperty.getDefault]: () => number;
|
|
26
|
-
[minMinuteProperty.setNative]: (value: number) => void;
|
|
27
|
-
[maxMinuteProperty.getDefault]: () => number;
|
|
28
|
-
[maxMinuteProperty.setNative]: (value: number) => void;
|
|
29
|
-
[minuteIntervalProperty.getDefault]: () => number;
|
|
30
|
-
[minuteIntervalProperty.setNative]: (value: number) => void;
|
|
31
|
-
[colorProperty.getDefault]: () => UIColor;
|
|
32
|
-
[colorProperty.setNative]: (value: Color | UIColor) => void;
|
|
33
4
|
nativeViewProtected: UIDatePicker;
|
|
34
5
|
private _changeHandler;
|
|
35
6
|
constructor();
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WebViewBase } from './web-view-common';
|
|
2
2
|
export * from './web-view-common';
|
|
3
3
|
export declare class WebView extends WebViewBase {
|
|
4
|
-
[disableZoomProperty.setNative]: (value: boolean) => void;
|
|
5
4
|
nativeViewProtected: android.webkit.WebView;
|
|
6
5
|
createNativeView(): globalAndroid.webkit.WebView;
|
|
7
6
|
initNativeView(): void;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WebViewBase } from './web-view-common';
|
|
2
2
|
export * from './web-view-common';
|
|
3
3
|
export declare class WebView extends WebViewBase {
|
|
4
|
-
[disableZoomProperty.setNative]: (value: boolean) => void;
|
|
5
4
|
nativeViewProtected: WKWebView;
|
|
6
5
|
private _delegate;
|
|
7
6
|
private _scrollDelegate;
|
|
@@ -6,9 +6,6 @@ export * from './web-view-interfaces';
|
|
|
6
6
|
export declare const srcProperty: Property<WebViewBase, string>;
|
|
7
7
|
export declare const disableZoomProperty: Property<WebViewBase, boolean>;
|
|
8
8
|
export declare abstract class WebViewBase extends ContainerView {
|
|
9
|
-
[srcProperty.setNative]: (src: string) => void;
|
|
10
|
-
[srcProperty.getDefault]: () => string;
|
|
11
|
-
[srcProperty.setNative]: (src: string) => void;
|
|
12
9
|
static loadStartedEvent: string;
|
|
13
10
|
static loadFinishedEvent: string;
|
|
14
11
|
src: string;
|
package/wgc/crypto/index.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint
|
|
|
3
3
|
export declare class Crypto {
|
|
4
4
|
get subtle(): SubtleCrypto;
|
|
5
5
|
randomUUID(): any;
|
|
6
|
-
getRandomValues(typedArray: Exclude<TypedArray, Float32Array | Float64Array>):
|
|
6
|
+
getRandomValues(typedArray: Exclude<TypedArray, Float32Array | Float64Array>): Uint8Array | Uint8ClampedArray | Int8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | BigInt64Array | BigUint64Array;
|
|
7
7
|
}
|
|
8
8
|
export {};
|
package/xhr/index.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare class FormData {
|
|
|
54
54
|
export declare class Blob {
|
|
55
55
|
static InternalAccessor: {
|
|
56
56
|
new (): {};
|
|
57
|
-
getBuffer(blob: Blob): Uint8Array
|
|
57
|
+
getBuffer(blob: Blob): Uint8Array;
|
|
58
58
|
};
|
|
59
59
|
private _buffer;
|
|
60
60
|
private _size;
|
|
@@ -64,7 +64,7 @@ export declare class Blob {
|
|
|
64
64
|
constructor(chunks?: Array<BufferSource | DataView | Blob | string>, opts?: {
|
|
65
65
|
type?: string;
|
|
66
66
|
});
|
|
67
|
-
arrayBuffer(): Promise<
|
|
67
|
+
arrayBuffer(): Promise<ArrayBuffer>;
|
|
68
68
|
text(): Promise<string>;
|
|
69
69
|
slice(start?: number, end?: number, type?: string): Blob;
|
|
70
70
|
stream(): void;
|
|
@@ -97,7 +97,7 @@ export declare class FileReader {
|
|
|
97
97
|
private _result;
|
|
98
98
|
private _listeners;
|
|
99
99
|
get readyState(): number;
|
|
100
|
-
get result(): string | ArrayBuffer |
|
|
100
|
+
get result(): string | ArrayBuffer | null;
|
|
101
101
|
constructor();
|
|
102
102
|
private _array2base64;
|
|
103
103
|
private _read;
|