harmony 鸿蒙js-apidiff-global

  • 2023-06-24
  • 浏览 (195)

Change Type Old Version New Version d.ts File
Deleted Class name: i18n;
Method or attribute name: export function getSystemLanguages(): Array<string>;
NA @ohos.i18n.d.ts
Deleted Class name: i18n;
Method or attribute name: export function getSystemCountries(language: string): Array<string>;
NA @ohos.i18n.d.ts
Deleted Class name: i18n;
Method or attribute name: export function isSuggested(language: string, region?: string): boolean;
NA @ohos.i18n.d.ts
Deleted Class name: i18n;
Method or attribute name: export function setSystemLanguage(language: string): boolean;
NA @ohos.i18n.d.ts
Deleted Class name: i18n;
Method or attribute name: export function setSystemRegion(region: string): boolean;
NA @ohos.i18n.d.ts
Deleted Class name: i18n;
Method or attribute name: export function setSystemLocale(locale: string): boolean;
NA @ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getSystemLanguages(): Array<string>;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getSystemCountries(language: string): Array<string>;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static isSuggested(language: string, region?: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getSystemLanguage(): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static setSystemLanguage(language: string): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getSystemRegion(): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static setSystemRegion(region: string): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getSystemLocale(): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static setSystemLocale(locale: string): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static is24HourClock(): boolean;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static set24HourClock(option: boolean): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static removePreferredLanguage(index: number): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getPreferredLanguageList(): Array<string>;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getFirstPreferredLanguage(): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getAppPreferredLanguage(): string;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static setUsingLocalDigit(flag: boolean): void;
@ohos.i18n.d.ts
Added NA Class name: System;
Method or attribute name: static getUsingLocalDigit(): boolean;
@ohos.i18n.d.ts
Added NA Class name: I18NUtil;
Method or attribute name: static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;
@ohos.i18n.d.ts
Added NA Class name: I18NUtil;
Method or attribute name: static getDateOrder(locale: string): string;
@ohos.i18n.d.ts
Added NA Class name: PhoneNumberFormat;
Method or attribute name: getLocationName(number: string, locale: string): string;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isDigit(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isSpaceChar(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isWhitespace(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isRTL(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isIdeograph(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isLetter(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isLowerCase(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static isUpperCase(char: string): boolean;
@ohos.i18n.d.ts
Added NA Class name: Unicode;
Method or attribute name: static getType(char: string): string;
@ohos.i18n.d.ts
Added NA Class name: TimeZone;
Method or attribute name: static getAvailableIDs(): Array<string>;
@ohos.i18n.d.ts
Added NA Class name: TimeZone;
Method or attribute name: static getAvailableZoneCityIDs(): Array<string>;
@ohos.i18n.d.ts
Added NA Class name: TimeZone;
Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;
@ohos.i18n.d.ts
Added NA Class name: TimeZone;
Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;
@ohos.i18n.d.ts
Added NA Class name: Transliterator;
Method or attribute name: static getAvailableIDs(): string[];
@ohos.i18n.d.ts
Added NA Class name: Transliterator;
Method or attribute name: static getInstance(id: string): Transliterator;
@ohos.i18n.d.ts
Added NA Class name: Transliterator;
Method or attribute name: transform(text: string): string;
@ohos.i18n.d.ts
Added NA Class name: resourceManager;
Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;
@ohos.resourceManager.d.ts
Added NA Class name: resourceManager;
Method or attribute name: export type Resource = _Resource;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number): Promise<Array<string>>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getConfiguration(callback: _AsyncCallback<Configuration>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string): Promise<Array<string>>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringSync(resId: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringByNameSync(resName: string): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getBoolean(resId: number): boolean;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getBooleanByName(resName: string): boolean;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getNumber(resId: number): number;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getNumberByName(resName: string): number;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFd(path: string): Promise<RawFileDescriptor>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback<void>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string): Promise<void>;
@ohos.resourceManager.d.ts
Added NA Class name: Resource;
Method or attribute name: bundleName: string;
resource.d.ts
Added NA Class name: Resource;
Method or attribute name: moduleName: string;
resource.d.ts
Added NA Class name: Resource;
Method or attribute name: id: number;
resource.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Old version:
Class name: i18n;
Method or attribute name: export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
New version: 9
Substitute API: ohos.System.getDisplayCountry
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Old version:
Class name: i18n;
Method or attribute name: export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
New version: 9
Substitute API: ohos.System.getDisplayLanguage
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getSystemLanguage(): string;
Old version:
Class name: i18n;
Method or attribute name: export function getSystemLanguage(): string;
New version: 9
Substitute API: ohos.System.getSystemLanguage
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getSystemRegion(): string;
Old version:
Class name: i18n;
Method or attribute name: export function getSystemRegion(): string;
New version: 9
Substitute API: ohos.System.getSystemRegion
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getSystemLocale(): string;
Old version:
Class name: i18n;
Method or attribute name: export function getSystemLocale(): string;
New version: 9
Substitute API: ohos.System.getSystemLocale
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function is24HourClock(): boolean;
Old version:
Class name: i18n;
Method or attribute name: export function is24HourClock(): boolean;
New version: 9
Substitute API: ohos.System.is24HourClock
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function set24HourClock(option: boolean): boolean;
Old version:
Class name: i18n;
Method or attribute name: export function set24HourClock(option: boolean): boolean;
New version: 9
Substitute API: ohos.System.set24HourClock
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function addPreferredLanguage(language: string, index?: number): boolean;
Old version:
Class name: i18n;
Method or attribute name: export function addPreferredLanguage(language: string, index?: number): boolean;
New version: 9
Substitute API: ohos.System.addPreferredLanguage
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function removePreferredLanguage(index: number): boolean;
Old version:
Class name: i18n;
Method or attribute name: export function removePreferredLanguage(index: number): boolean;
New version: 9
Substitute API: ohos.System.removePreferredLanguage
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getPreferredLanguageList(): Array<string>;
Old version:
Class name: i18n;
Method or attribute name: export function getPreferredLanguageList(): Array<string>;
New version: 9
Substitute API: ohos.System.getPreferredLanguageList
@ohos.i18n.d.ts
Deprecated version changed Class name: i18n;
Method or attribute name: export function getFirstPreferredLanguage(): string;
Old version:
Class name: i18n;
Method or attribute name: export function getFirstPreferredLanguage(): string;
New version: 9
Substitute API: ohos.System.getFirstPreferredLanguage
@ohos.i18n.d.ts
Deprecated version changed Class name: Util;
Method or attribute name: export interface Util
Old version:
Class name: Util;
Method or attribute name: export interface Util
New version: 9
Substitute API: I18NUtil
@ohos.i18n.d.ts
Deprecated version changed Class name: Util;
Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;
Old version:
Class name: Util;
Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;
New version: 9
Substitute API: I18NUtil.unitConvert
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: export class Character
Old version:
Class name: Character;
Method or attribute name: export class Character
New version: 9
Substitute API: Unicode
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isDigit(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isDigit(char: string): boolean;
New version: 9
Substitute API: Unicode.isDigit
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isSpaceChar(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isSpaceChar(char: string): boolean;
New version: 9
Substitute API: Unicode.isSpaceChar
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isWhitespace(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isWhitespace(char: string): boolean;
New version: 9
Substitute API: Unicode.isWhitespace
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isRTL(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isRTL(char: string): boolean;
New version: 9
Substitute API: Unicode.isRTL
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isIdeograph(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isIdeograph(char: string): boolean;
New version: 9
Substitute API: Unicode.isIdeograph
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isLetter(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isLetter(char: string): boolean;
New version: 9
Substitute API: Unicode.isLetter
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isLowerCase(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isLowerCase(char: string): boolean;
New version: 9
Substitute API: Unicode.isLowerCase
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: isUpperCase(char: string): boolean;
Old version:
Class name: Character;
Method or attribute name: isUpperCase(char: string): boolean;
New version: 9
Substitute API: Unicode.isUpperCase
@ohos.i18n.d.ts
Deprecated version changed Class name: Character;
Method or attribute name: getType(char: string): string;
Old version:
Class name: Character;
Method or attribute name: getType(char: string): string;
New version: 9
Substitute API: Unicode.getType
@ohos.i18n.d.ts
Deprecated version changed Class name: AsyncCallback;
Method or attribute name: export interface AsyncCallback
Old version:
Class name: AsyncCallback;
Method or attribute name: export interface AsyncCallback
New version: 9
Substitute API:
@ohos.resourceManager.d.ts
Deprecated version changed Class name: AsyncCallback;
Method or attribute name: (err: Error, data: T): void;
Old version:
Class name: AsyncCallback;
Method or attribute name: (err: Error, data: T): void;
New version: 9
Substitute API:
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getString(resId: number, callback: AsyncCallback<string>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getString(resId: number, callback: AsyncCallback<string>): void;
New version: 9
Substitute API: ohos.resourceManager.getStringValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getString(resId: number): Promise<string>;
Old version:
Class name: ResourceManager;
Method or attribute name: getString(resId: number): Promise<string>;
New version: 9
Substitute API: ohos.resourceManager.getStringValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getStringArray(resId: number, callback: AsyncCallback<Array<string>>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getStringArray(resId: number, callback: AsyncCallback<Array<string>>): void;
New version: 9
Substitute API: ohos.resourceManager.getStringArrayValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getStringArray(resId: number): Promise<Array<string>>;
Old version:
Class name: ResourceManager;
Method or attribute name: getStringArray(resId: number): Promise<Array<string>>;
New version: 9
Substitute API: ohos.resourceManager.getStringArrayValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getMedia(resId: number, callback: AsyncCallback<Uint8Array>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getMedia(resId: number, callback: AsyncCallback<Uint8Array>): void;
New version: 9
Substitute API: ohos.resourceManager.getMediaContent
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getMedia(resId: number): Promise<Uint8Array>;
Old version:
Class name: ResourceManager;
Method or attribute name: getMedia(resId: number): Promise<Uint8Array>;
New version: 9
Substitute API: ohos.resourceManager.getMediaContent
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback<string>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback<string>): void;
New version: 9
Substitute API: ohos.resourceManager.getMediaContentBase64
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getMediaBase64(resId: number): Promise<string>;
Old version:
Class name: ResourceManager;
Method or attribute name: getMediaBase64(resId: number): Promise<string>;
New version: 9
Substitute API: ohos.resourceManager.getMediaContentBase64
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback<string>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback<string>): void;
New version: 9
Substitute API: ohos.resourceManager.getPluralStringValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getPluralString(resId: number, num: number): Promise<string>;
Old version:
Class name: ResourceManager;
Method or attribute name: getPluralString(resId: number, num: number): Promise<string>;
New version: 9
Substitute API: ohos.resourceManager.getPluralStringValue
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getRawFile(path: string, callback: AsyncCallback<Uint8Array>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getRawFile(path: string, callback: AsyncCallback<Uint8Array>): void;
New version: 9
Substitute API: ohos.resourceManager.getRawFileContent
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getRawFile(path: string): Promise<Uint8Array>;
Old version:
Class name: ResourceManager;
Method or attribute name: getRawFile(path: string): Promise<Uint8Array>;
New version: 9
Substitute API: ohos.resourceManager.getRawFileContent
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback<RawFileDescriptor>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback<RawFileDescriptor>): void;
New version: 9
Substitute API: ohos.resourceManager.getRawFd
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: getRawFileDescriptor(path: string): Promise<RawFileDescriptor>;
Old version:
Class name: ResourceManager;
Method or attribute name: getRawFileDescriptor(path: string): Promise<RawFileDescriptor>;
New version: 9
Substitute API: ohos.resourceManager.getRawFd
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback<void>): void;
Old version:
Class name: ResourceManager;
Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback<void>): void;
New version: 9
Substitute API: ohos.resourceManager.closeRawFd
@ohos.resourceManager.d.ts
Deprecated version changed Class name: ResourceManager;
Method or attribute name: closeRawFileDescriptor(path: string): Promise<void>;
Old version:
Class name: ResourceManager;
Method or attribute name: closeRawFileDescriptor(path: string): Promise<void>;
New version: 9
Substitute API: ohos.resourceManager.closeRawFd
@ohos.resourceManager.d.ts
Type changed Class name: PhoneNumberFormatOptions;
Method or attribute name: type?: string;
Old version:
Class name: PhoneNumberFormatOptions;
Method or attribute name: type?: string;
New version: string
@ohos.i18n.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: calendar?: string;
Old version:
Class name: LocaleOptions;
Method or attribute name: calendar?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: collation?: string;
Old version:
Class name: LocaleOptions;
Method or attribute name: collation?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: collation?: string;
Old version:
Class name: CollatorOptions;
Method or attribute name: collation?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
Old version:
Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
Old version:
Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: numberingSystem?: string
Old version:
Class name: NumberOptions;
Method or attribute name: numberingSystem?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
Old version:
Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
New version: boolean
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
Old version:
Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
New version: boolean
@ohos.intl.d.ts
Type changed Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
Old version:
Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
Old version:
Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: locale?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: locale?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: locale?: string
Old version:
Class name: NumberOptions;
Method or attribute name: locale?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: timeZone?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: timeZone?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean
Old version:
Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean
New version: boolean
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: weekday?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: weekday?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: era?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: era?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: year?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: year?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: month?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: month?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: day?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: day?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: hour?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: hour?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: minute?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: minute?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: second?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: second?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: localeMatcher?: string
Old version:
Class name: NumberOptions;
Method or attribute name: localeMatcher?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
Old version:
Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
Old version:
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string
Old version:
Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: currency?: string
Old version:
Class name: NumberOptions;
Method or attribute name: currency?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: currencySign?: string
Old version:
Class name: NumberOptions;
Method or attribute name: currencySign?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string
Old version:
Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: unit?: string
Old version:
Class name: NumberOptions;
Method or attribute name: unit?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: unitDisplay?: string
Old version:
Class name: NumberOptions;
Method or attribute name: unitDisplay?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: unitUsage?: string
Old version:
Class name: NumberOptions;
Method or attribute name: unitUsage?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: signDisplay?: string
Old version:
Class name: NumberOptions;
Method or attribute name: signDisplay?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: compactDisplay?: string
Old version:
Class name: NumberOptions;
Method or attribute name: compactDisplay?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: notation?: string
Old version:
Class name: NumberOptions;
Method or attribute name: notation?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: style?: string
Old version:
Class name: NumberOptions;
Method or attribute name: style?: string
New version: string
@ohos.intl.d.ts
Type changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
Old version:
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean
Old version:
Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean
New version: boolean
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number
Old version:
Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number
New version: number
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
New version: number
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number
Old version:
Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number
New version: number
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
New version: number
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number
Old version:
Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number
New version: number
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
New version: number
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number
Old version:
Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number
New version: number
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
New version: number
@ohos.intl.d.ts
Type changed Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number
Old version:
Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number
New version: number
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
New version: number
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: usage?: string;
Old version:
Class name: CollatorOptions;
Method or attribute name: usage?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
Old version:
Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
Old version:
Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
New version: boolean
@ohos.intl.d.ts
Type changed Class name: PluralRulesOptions;
Method or attribute name: type?: string;
Old version:
Class name: PluralRulesOptions;
Method or attribute name: type?: string;
New version: string
@ohos.intl.d.ts
Type changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
Old version:
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
New version: string
@ohos.intl.d.ts
Function changed Class name: PhoneNumberFormatOptions;
Method or attribute name: type: string;
Class name: PhoneNumberFormatOptions;
Method or attribute name: type?: string;
@ohos.i18n.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: calendar: string;
Class name: LocaleOptions;
Method or attribute name: calendar?: string;
@ohos.intl.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: collation: string;
Class name: LocaleOptions;
Method or attribute name: collation?: string;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: collation: string;
Class name: CollatorOptions;
Method or attribute name: collation?: string;
@ohos.intl.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: hourCycle: string;
Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: hourCycle: string
Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string
@ohos.intl.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: numberingSystem: string;
Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: numberingSystem: string
Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: numberingSystem: string
Class name: NumberOptions;
Method or attribute name: numberingSystem?: string
@ohos.intl.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: numeric: boolean;
Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: numeric: boolean;
Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
@ohos.intl.d.ts
Function changed Class name: LocaleOptions;
Method or attribute name: caseFirst: string;
Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: caseFirst: string;
Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: locale: string
Class name: DateTimeOptions;
Method or attribute name: locale?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: locale: string
Class name: NumberOptions;
Method or attribute name: locale?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: dateStyle: string
Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: timeStyle: string
Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: timeZone: string
Class name: DateTimeOptions;
Method or attribute name: timeZone?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: hour12: boolean
Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: weekday: string
Class name: DateTimeOptions;
Method or attribute name: weekday?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: era: string
Class name: DateTimeOptions;
Method or attribute name: era?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: year: string
Class name: DateTimeOptions;
Method or attribute name: year?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: month: string
Class name: DateTimeOptions;
Method or attribute name: month?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: day: string
Class name: DateTimeOptions;
Method or attribute name: day?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: hour: string
Class name: DateTimeOptions;
Method or attribute name: hour?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: minute: string
Class name: DateTimeOptions;
Method or attribute name: minute?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: second: string
Class name: DateTimeOptions;
Method or attribute name: second?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: timeZoneName: string
Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: dayPeriod: string
Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: localeMatcher: string
Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: localeMatcher: string
Class name: NumberOptions;
Method or attribute name: localeMatcher?: string
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: localeMatcher: string;
Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: localeMatcher: string;
Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
@ohos.intl.d.ts
Function changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher: string;
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
@ohos.intl.d.ts
Function changed Class name: DateTimeOptions;
Method or attribute name: formatMatcher: string
Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: currency: string
Class name: NumberOptions;
Method or attribute name: currency?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: currencySign: string
Class name: NumberOptions;
Method or attribute name: currencySign?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: currencyDisplay: string
Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: unit: string
Class name: NumberOptions;
Method or attribute name: unit?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: unitDisplay: string
Class name: NumberOptions;
Method or attribute name: unitDisplay?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: unitUsage: string
Class name: NumberOptions;
Method or attribute name: unitUsage?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: signDisplay: string
Class name: NumberOptions;
Method or attribute name: signDisplay?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: compactDisplay: string
Class name: NumberOptions;
Method or attribute name: compactDisplay?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: notation: string
Class name: NumberOptions;
Method or attribute name: notation?: string
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: style: string
Class name: NumberOptions;
Method or attribute name: style?: string
@ohos.intl.d.ts
Function changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style: string;
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: useGrouping: boolean
Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits: number
Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits: number;
Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: minimumFractionDigits: number
Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits: number;
Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: maximumFractionDigits: number
Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits: number;
Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits: number
Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits: number;
Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
@ohos.intl.d.ts
Function changed Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits: number
Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits: number;
Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: usage: string;
Class name: CollatorOptions;
Method or attribute name: usage?: string;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: sensitivity: string;
Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
@ohos.intl.d.ts
Function changed Class name: CollatorOptions;
Method or attribute name: ignorePunctuation: boolean;
Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
@ohos.intl.d.ts
Function changed Class name: PluralRulesOptions;
Method or attribute name: type: string;
Class name: PluralRulesOptions;
Method or attribute name: type?: string;
@ohos.intl.d.ts
Function changed Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric: string;
Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
@ohos.intl.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API Differences

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-application

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

0  赞