@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.
Files changed (79) hide show
  1. package/package.json +4 -2
  2. package/profiling/index.js +20 -18
  3. package/profiling/index.js.map +1 -1
  4. package/ui/action-bar/index.android.d.ts +1 -12
  5. package/ui/action-bar/index.ios.d.ts +1 -32
  6. package/ui/activity-indicator/index.android.d.ts +1 -13
  7. package/ui/activity-indicator/index.ios.d.ts +1 -12
  8. package/ui/button/index.android.d.ts +0 -21
  9. package/ui/button/index.ios.d.ts +0 -33
  10. package/ui/core/properties/index.d.ts +4 -4
  11. package/ui/core/properties/index.js.map +1 -1
  12. package/ui/core/view/index.android.d.ts +2 -84
  13. package/ui/core/view/index.android.js +0 -5
  14. package/ui/core/view/index.android.js.map +1 -1
  15. package/ui/core/view/index.ios.d.ts +3 -84
  16. package/ui/date-picker/index.android.d.ts +1 -15
  17. package/ui/date-picker/index.ios.d.ts +1 -30
  18. package/ui/editable-text-base/index.android.d.ts +1 -33
  19. package/ui/editable-text-base/index.ios.d.ts +1 -16
  20. package/ui/html-view/index.android.d.ts +1 -28
  21. package/ui/html-view/index.ios.d.ts +1 -18
  22. package/ui/image/index.android.d.ts +1 -14
  23. package/ui/image/index.ios.d.ts +1 -10
  24. package/ui/image/index.ios.js +0 -1
  25. package/ui/image/index.ios.js.map +1 -1
  26. package/ui/label/index.android.d.ts +1 -3
  27. package/ui/label/index.ios.d.ts +1 -13
  28. package/ui/layouts/dock-layout/index.android.d.ts +1 -4
  29. package/ui/layouts/flexbox-layout/index.android.d.ts +1 -16
  30. package/ui/layouts/layout-base.android.d.ts +1 -20
  31. package/ui/layouts/layout-base.ios.d.ts +1 -6
  32. package/ui/layouts/root-layout/index.android.js +19 -30
  33. package/ui/layouts/root-layout/index.android.js.map +1 -1
  34. package/ui/layouts/stack-layout/index.android.d.ts +1 -2
  35. package/ui/layouts/wrap-layout/index.android.d.ts +1 -5
  36. package/ui/list-picker/index.android.d.ts +1 -12
  37. package/ui/list-picker/index.ios.d.ts +1 -12
  38. package/ui/list-view/index.android.d.ts +2 -18
  39. package/ui/list-view/index.ios.d.ts +2 -12
  40. package/ui/page/index.android.d.ts +1 -19
  41. package/ui/page/index.ios.d.ts +1 -6
  42. package/ui/progress/index.android.d.ts +1 -18
  43. package/ui/progress/index.ios.d.ts +1 -18
  44. package/ui/scroll-view/index.android.d.ts +1 -10
  45. package/ui/scroll-view/index.ios.d.ts +1 -7
  46. package/ui/search-bar/index.android.d.ts +1 -42
  47. package/ui/search-bar/index.android.js +0 -2
  48. package/ui/search-bar/index.android.js.map +1 -1
  49. package/ui/search-bar/index.ios.d.ts +1 -31
  50. package/ui/search-bar/index.ios.js +3 -4
  51. package/ui/search-bar/index.ios.js.map +1 -1
  52. package/ui/segmented-bar/index.android.d.ts +1 -31
  53. package/ui/segmented-bar/index.ios.d.ts +1 -19
  54. package/ui/slider/index.android.d.ts +1 -20
  55. package/ui/slider/index.ios.d.ts +1 -22
  56. package/ui/styling/style/index.d.ts +2 -1
  57. package/ui/styling/style/index.js.map +1 -1
  58. package/ui/styling/style-properties.js +5 -5
  59. package/ui/styling/style-properties.js.map +1 -1
  60. package/ui/switch/index.android.d.ts +1 -18
  61. package/ui/switch/index.ios.d.ts +1 -18
  62. package/ui/tab-view/index.android.d.ts +1 -51
  63. package/ui/tab-view/index.ios.d.ts +1 -34
  64. package/ui/tab-view/index.ios.js +1 -1
  65. package/ui/tab-view/index.ios.js.map +1 -1
  66. package/ui/text-base/index.android.d.ts +1 -75
  67. package/ui/text-base/index.android.js +0 -4
  68. package/ui/text-base/index.android.js.map +1 -1
  69. package/ui/text-base/index.ios.d.ts +1 -41
  70. package/ui/text-field/index.android.d.ts +1 -4
  71. package/ui/text-field/index.ios.d.ts +1 -43
  72. package/ui/text-view/index.ios.d.ts +1 -47
  73. package/ui/time-picker/index.android.d.ts +1 -3
  74. package/ui/time-picker/index.ios.d.ts +1 -30
  75. package/ui/web-view/index.android.d.ts +1 -2
  76. package/ui/web-view/index.ios.d.ts +1 -2
  77. package/ui/web-view/web-view-common.d.ts +0 -3
  78. package/wgc/crypto/index.d.ts +1 -1
  79. package/xhr/index.d.ts +3 -3
@@ -1,35 +1,6 @@
1
- import { TimePickerBase, timeProperty, minuteIntervalProperty, minuteProperty, minMinuteProperty, maxMinuteProperty, hourProperty, minHourProperty, maxHourProperty } from './time-picker-common';
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 { disableZoomProperty, WebViewBase } from './web-view-common';
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 { disableZoomProperty, WebViewBase } from './web-view-common';
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;
@@ -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>): Int8Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike> | Uint8ClampedArray<ArrayBufferLike> | Int16Array<ArrayBufferLike> | Uint16Array<ArrayBufferLike> | Int32Array<ArrayBufferLike> | Uint32Array<ArrayBufferLike> | BigInt64Array<ArrayBufferLike> | BigUint64Array<ArrayBufferLike>;
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<ArrayBufferLike>;
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<Uint8Array<ArrayBufferLike>>;
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 | SharedArrayBuffer | null;
100
+ get result(): string | ArrayBuffer | null;
101
101
  constructor();
102
102
  private _array2base64;
103
103
  private _read;