• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: i18n;<br>Method or attribute name: export function getSystemLanguages(): Array\<string>;|NA|@ohos.i18n.d.ts|
4|Deleted|Class name: i18n;<br>Method or attribute name: export function getSystemCountries(language: string): Array\<string>;|NA|@ohos.i18n.d.ts|
5|Deleted|Class name: i18n;<br>Method or attribute name: export function isSuggested(language: string, region?: string): boolean;|NA|@ohos.i18n.d.ts|
6|Deleted|Class name: i18n;<br>Method or attribute name: export function setSystemLanguage(language: string): boolean;|NA|@ohos.i18n.d.ts|
7|Deleted|Class name: i18n;<br>Method or attribute name: export function setSystemRegion(region: string): boolean;|NA|@ohos.i18n.d.ts|
8|Deleted|Class name: i18n;<br>Method or attribute name: export function setSystemLocale(locale: string): boolean;|NA|@ohos.i18n.d.ts|
9|Added|NA|Class name: System;<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
10|Added|NA|Class name: System;<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;|@ohos.i18n.d.ts|
11|Added|NA|Class name: System;<br>Method or attribute name: static getSystemLanguages(): Array\<string>;|@ohos.i18n.d.ts|
12|Added|NA|Class name: System;<br>Method or attribute name: static getSystemCountries(language: string): Array\<string>;|@ohos.i18n.d.ts|
13|Added|NA|Class name: System;<br>Method or attribute name: static isSuggested(language: string, region?: string): boolean;|@ohos.i18n.d.ts|
14|Added|NA|Class name: System;<br>Method or attribute name: static getSystemLanguage(): string;|@ohos.i18n.d.ts|
15|Added|NA|Class name: System;<br>Method or attribute name: static setSystemLanguage(language: string): void;|@ohos.i18n.d.ts|
16|Added|NA|Class name: System;<br>Method or attribute name: static getSystemRegion(): string;|@ohos.i18n.d.ts|
17|Added|NA|Class name: System;<br>Method or attribute name: static setSystemRegion(region: string): void;|@ohos.i18n.d.ts|
18|Added|NA|Class name: System;<br>Method or attribute name: static getSystemLocale(): string;|@ohos.i18n.d.ts|
19|Added|NA|Class name: System;<br>Method or attribute name: static setSystemLocale(locale: string): void;|@ohos.i18n.d.ts|
20|Added|NA|Class name: System;<br>Method or attribute name: static is24HourClock(): boolean;|@ohos.i18n.d.ts|
21|Added|NA|Class name: System;<br>Method or attribute name: static set24HourClock(option: boolean): void;|@ohos.i18n.d.ts|
22|Added|NA|Class name: System;<br>Method or attribute name: static addPreferredLanguage(language: string, index?: number): void;|@ohos.i18n.d.ts|
23|Added|NA|Class name: System;<br>Method or attribute name: static removePreferredLanguage(index: number): void;|@ohos.i18n.d.ts|
24|Added|NA|Class name: System;<br>Method or attribute name: static getPreferredLanguageList(): Array\<string>;|@ohos.i18n.d.ts|
25|Added|NA|Class name: System;<br>Method or attribute name: static getFirstPreferredLanguage(): string;|@ohos.i18n.d.ts|
26|Added|NA|Class name: System;<br>Method or attribute name: static getAppPreferredLanguage(): string;|@ohos.i18n.d.ts|
27|Added|NA|Class name: System;<br>Method or attribute name: static setUsingLocalDigit(flag: boolean): void;|@ohos.i18n.d.ts|
28|Added|NA|Class name: System;<br>Method or attribute name: static getUsingLocalDigit(): boolean;|@ohos.i18n.d.ts|
29|Added|NA|Class name: I18NUtil;<br>Method or attribute name: static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;|@ohos.i18n.d.ts|
30|Added|NA|Class name: I18NUtil;<br>Method or attribute name: static getDateOrder(locale: string): string;|@ohos.i18n.d.ts|
31|Added|NA|Class name: PhoneNumberFormat;<br>Method or attribute name: getLocationName(number: string, locale: string): string;|@ohos.i18n.d.ts|
32|Added|NA|Class name: Unicode;<br>Method or attribute name: static isDigit(char: string): boolean;|@ohos.i18n.d.ts|
33|Added|NA|Class name: Unicode;<br>Method or attribute name: static isSpaceChar(char: string): boolean;|@ohos.i18n.d.ts|
34|Added|NA|Class name: Unicode;<br>Method or attribute name: static isWhitespace(char: string): boolean;|@ohos.i18n.d.ts|
35|Added|NA|Class name: Unicode;<br>Method or attribute name: static isRTL(char: string): boolean;|@ohos.i18n.d.ts|
36|Added|NA|Class name: Unicode;<br>Method or attribute name: static isIdeograph(char: string): boolean;|@ohos.i18n.d.ts|
37|Added|NA|Class name: Unicode;<br>Method or attribute name: static isLetter(char: string): boolean;|@ohos.i18n.d.ts|
38|Added|NA|Class name: Unicode;<br>Method or attribute name: static isLowerCase(char: string): boolean;|@ohos.i18n.d.ts|
39|Added|NA|Class name: Unicode;<br>Method or attribute name: static isUpperCase(char: string): boolean;|@ohos.i18n.d.ts|
40|Added|NA|Class name: Unicode;<br>Method or attribute name: static getType(char: string): string;|@ohos.i18n.d.ts|
41|Added|NA|Class name: TimeZone;<br>Method or attribute name: static getAvailableIDs(): Array\<string>;|@ohos.i18n.d.ts|
42|Added|NA|Class name: TimeZone;<br>Method or attribute name: static getAvailableZoneCityIDs(): Array\<string>;|@ohos.i18n.d.ts|
43|Added|NA|Class name: TimeZone;<br>Method or attribute name: static getCityDisplayName(cityID: string, locale: string): string;|@ohos.i18n.d.ts|
44|Added|NA|Class name: TimeZone;<br>Method or attribute name: static getTimezoneFromCity(cityID: string): TimeZone;|@ohos.i18n.d.ts|
45|Added|NA|Class name: Transliterator;<br>Method or attribute name: static getAvailableIDs(): string[];|@ohos.i18n.d.ts|
46|Added|NA|Class name: Transliterator;<br>Method or attribute name: static getInstance(id: string): Transliterator;|@ohos.i18n.d.ts|
47|Added|NA|Class name: Transliterator;<br>Method or attribute name: transform(text: string): string;|@ohos.i18n.d.ts|
48|Added|NA|Class name: resourceManager;<br>Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;|@ohos.resourceManager.d.ts|
49|Added|NA|Class name: resourceManager;<br>Method or attribute name: export type Resource = _Resource;|@ohos.resourceManager.d.ts|
50|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
51|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;|@ohos.resourceManager.d.ts|
52|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
53|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;|@ohos.resourceManager.d.ts|
54|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
55|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
56|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
57|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
58|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
59|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
60|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
61|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
62|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
63|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;|@ohos.resourceManager.d.ts|
64|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
65|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;|@ohos.resourceManager.d.ts|
66|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;|@ohos.resourceManager.d.ts|
67|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;|@ohos.resourceManager.d.ts|
68|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
69|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
70|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
71|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
72|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
73|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;|@ohos.resourceManager.d.ts|
74|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
75|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
76|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
77|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
78|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
79|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;|@ohos.resourceManager.d.ts|
80|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
81|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;|@ohos.resourceManager.d.ts|
82|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resId: number): string;|@ohos.resourceManager.d.ts|
83|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource): string;|@ohos.resourceManager.d.ts|
84|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringByNameSync(resName: string): string;|@ohos.resourceManager.d.ts|
85|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getBoolean(resId: number): boolean;|@ohos.resourceManager.d.ts|
86|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getBoolean(resource: Resource): boolean;|@ohos.resourceManager.d.ts|
87|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getBooleanByName(resName: string): boolean;|@ohos.resourceManager.d.ts|
88|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getNumber(resId: number): number;|@ohos.resourceManager.d.ts|
89|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getNumber(resource: Resource): number;|@ohos.resourceManager.d.ts|
90|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getNumberByName(resName: string): number;|@ohos.resourceManager.d.ts|
91|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
92|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
93|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;|@ohos.resourceManager.d.ts|
94|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;|@ohos.resourceManager.d.ts|
95|Added|NA|Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;|@ohos.resourceManager.d.ts|
96|Added|NA|Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;|@ohos.resourceManager.d.ts|
97|Added|NA|Class name: Resource;<br>Method or attribute name: bundleName: string;|resource.d.ts|
98|Added|NA|Class name: Resource;<br>Method or attribute name: moduleName: string;|resource.d.ts|
99|Added|NA|Class name: Resource;<br>Method or attribute name: id: number;|resource.d.ts|
100|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>New version: 9<br>Substitute API: ohos.System.getDisplayCountry|@ohos.i18n.d.ts|
101|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>New version: 9<br>Substitute API: ohos.System.getDisplayLanguage|@ohos.i18n.d.ts|
102|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getSystemLanguage(): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getSystemLanguage(): string;<br>New version: 9<br>Substitute API: ohos.System.getSystemLanguage|@ohos.i18n.d.ts|
103|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getSystemRegion(): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getSystemRegion(): string;<br>New version: 9<br>Substitute API: ohos.System.getSystemRegion|@ohos.i18n.d.ts|
104|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getSystemLocale(): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getSystemLocale(): string;<br>New version: 9<br>Substitute API: ohos.System.getSystemLocale|@ohos.i18n.d.ts|
105|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function is24HourClock(): boolean;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function is24HourClock(): boolean;<br>New version: 9<br>Substitute API: ohos.System.is24HourClock|@ohos.i18n.d.ts|
106|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function set24HourClock(option: boolean): boolean;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function set24HourClock(option: boolean): boolean;<br>New version: 9<br>Substitute API: ohos.System.set24HourClock|@ohos.i18n.d.ts|
107|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function addPreferredLanguage(language: string, index?: number): boolean;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function addPreferredLanguage(language: string, index?: number): boolean;<br>New version: 9<br>Substitute API: ohos.System.addPreferredLanguage|@ohos.i18n.d.ts|
108|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function removePreferredLanguage(index: number): boolean;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function removePreferredLanguage(index: number): boolean;<br>New version: 9<br>Substitute API: ohos.System.removePreferredLanguage|@ohos.i18n.d.ts|
109|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getPreferredLanguageList(): Array\<string>;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getPreferredLanguageList(): Array\<string>;<br>New version: 9<br>Substitute API: ohos.System.getPreferredLanguageList|@ohos.i18n.d.ts|
110|Deprecated version changed|Class name: i18n;<br>Method or attribute name: export function getFirstPreferredLanguage(): string;<br>Old version: |Class name: i18n;<br>Method or attribute name: export function getFirstPreferredLanguage(): string;<br>New version: 9<br>Substitute API: ohos.System.getFirstPreferredLanguage|@ohos.i18n.d.ts|
111|Deprecated version changed|Class name: Util;<br>Method or attribute name: export interface Util<br>Old version: |Class name: Util;<br>Method or attribute name: export interface Util<br>New version: 9<br>Substitute API: I18NUtil|@ohos.i18n.d.ts|
112|Deprecated version changed|Class name: Util;<br>Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;<br>Old version: |Class name: Util;<br>Method or attribute name: unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string;<br>New version: 9<br>Substitute API: I18NUtil.unitConvert|@ohos.i18n.d.ts|
113|Deprecated version changed|Class name: Character;<br>Method or attribute name: export class Character<br>Old version: |Class name: Character;<br>Method or attribute name: export class Character<br>New version: 9<br>Substitute API: Unicode|@ohos.i18n.d.ts|
114|Deprecated version changed|Class name: Character;<br>Method or attribute name: isDigit(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isDigit(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isDigit|@ohos.i18n.d.ts|
115|Deprecated version changed|Class name: Character;<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isSpaceChar(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isSpaceChar|@ohos.i18n.d.ts|
116|Deprecated version changed|Class name: Character;<br>Method or attribute name: isWhitespace(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isWhitespace(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isWhitespace|@ohos.i18n.d.ts|
117|Deprecated version changed|Class name: Character;<br>Method or attribute name: isRTL(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isRTL(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isRTL|@ohos.i18n.d.ts|
118|Deprecated version changed|Class name: Character;<br>Method or attribute name: isIdeograph(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isIdeograph(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isIdeograph|@ohos.i18n.d.ts|
119|Deprecated version changed|Class name: Character;<br>Method or attribute name: isLetter(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isLetter(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isLetter|@ohos.i18n.d.ts|
120|Deprecated version changed|Class name: Character;<br>Method or attribute name: isLowerCase(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isLowerCase(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isLowerCase|@ohos.i18n.d.ts|
121|Deprecated version changed|Class name: Character;<br>Method or attribute name: isUpperCase(char: string): boolean;<br>Old version: |Class name: Character;<br>Method or attribute name: isUpperCase(char: string): boolean;<br>New version: 9<br>Substitute API: Unicode.isUpperCase|@ohos.i18n.d.ts|
122|Deprecated version changed|Class name: Character;<br>Method or attribute name: getType(char: string): string;<br>Old version: |Class name: Character;<br>Method or attribute name: getType(char: string): string;<br>New version: 9<br>Substitute API: Unicode.getType|@ohos.i18n.d.ts|
123|Deprecated version changed|Class name: AsyncCallback;<br>Method or attribute name: export interface AsyncCallback<br>Old version: |Class name: AsyncCallback;<br>Method or attribute name: export interface AsyncCallback<br>New version: 9<br>Substitute API: |@ohos.resourceManager.d.ts|
124|Deprecated version changed|Class name: AsyncCallback;<br>Method or attribute name: (err: Error, data: T): void;<br>Old version: |Class name: AsyncCallback;<br>Method or attribute name: (err: Error, data: T): void;<br>New version: 9<br>Substitute API: |@ohos.resourceManager.d.ts|
125|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getString(resId: number, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getString(resId: number, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getStringValue|@ohos.resourceManager.d.ts|
126|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getString(resId: number): Promise\<string>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getString(resId: number): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getStringValue|@ohos.resourceManager.d.ts|
127|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getStringArray(resId: number, callback: AsyncCallback\<Array\<string>>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getStringArrayValue|@ohos.resourceManager.d.ts|
128|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getStringArray(resId: number): Promise\<Array\<string>>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getStringArray(resId: number): Promise\<Array\<string>>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getStringArrayValue|@ohos.resourceManager.d.ts|
129|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getMedia(resId: number, callback: AsyncCallback\<Uint8Array>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getMedia(resId: number, callback: AsyncCallback\<Uint8Array>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getMediaContent|@ohos.resourceManager.d.ts|
130|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getMedia(resId: number): Promise\<Uint8Array>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getMedia(resId: number): Promise\<Uint8Array>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getMediaContent|@ohos.resourceManager.d.ts|
131|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getMediaBase64(resId: number, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getMediaContentBase64|@ohos.resourceManager.d.ts|
132|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64(resId: number): Promise\<string>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getMediaBase64(resId: number): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getMediaContentBase64|@ohos.resourceManager.d.ts|
133|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getPluralString(resId: number, num: number, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getPluralStringValue|@ohos.resourceManager.d.ts|
134|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getPluralString(resId: number, num: number): Promise\<string>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getPluralString(resId: number, num: number): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getPluralStringValue|@ohos.resourceManager.d.ts|
135|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getRawFile(path: string, callback: AsyncCallback\<Uint8Array>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getRawFile(path: string, callback: AsyncCallback\<Uint8Array>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getRawFileContent|@ohos.resourceManager.d.ts|
136|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getRawFile(path: string): Promise\<Uint8Array>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getRawFile(path: string): Promise\<Uint8Array>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getRawFileContent|@ohos.resourceManager.d.ts|
137|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\<RawFileDescriptor>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getRawFileDescriptor(path: string, callback: AsyncCallback\<RawFileDescriptor>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.getRawFd|@ohos.resourceManager.d.ts|
138|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: getRawFileDescriptor(path: string): Promise\<RawFileDescriptor>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: getRawFileDescriptor(path: string): Promise\<RawFileDescriptor>;<br>New version: 9<br>Substitute API: ohos.resourceManager.getRawFd|@ohos.resourceManager.d.ts|
139|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: closeRawFileDescriptor(path: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.resourceManager.closeRawFd|@ohos.resourceManager.d.ts|
140|Deprecated version changed|Class name: ResourceManager;<br>Method or attribute name: closeRawFileDescriptor(path: string): Promise\<void>;<br>Old version: |Class name: ResourceManager;<br>Method or attribute name: closeRawFileDescriptor(path: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.resourceManager.closeRawFd|@ohos.resourceManager.d.ts|
141|Type changed|Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type?: string;<br>Old version: |Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type?: string;<br>New version: string|@ohos.i18n.d.ts|
142|Type changed|Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>New version: string|@ohos.intl.d.ts|
143|Type changed|Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>New version: string|@ohos.intl.d.ts|
144|Type changed|Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>New version: string|@ohos.intl.d.ts|
145|Type changed|Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>New version: string|@ohos.intl.d.ts|
146|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string<br>New version: string|@ohos.intl.d.ts|
147|Type changed|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version: string|@ohos.intl.d.ts|
148|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string<br>New version: string|@ohos.intl.d.ts|
149|Type changed|Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string<br>New version: string|@ohos.intl.d.ts|
150|Type changed|Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>New version: boolean|@ohos.intl.d.ts|
151|Type changed|Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>New version: boolean|@ohos.intl.d.ts|
152|Type changed|Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version: |Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>New version: string|@ohos.intl.d.ts|
153|Type changed|Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>New version: string|@ohos.intl.d.ts|
154|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: locale?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: locale?: string<br>New version: string|@ohos.intl.d.ts|
155|Type changed|Class name: NumberOptions;<br>Method or attribute name: locale?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: locale?: string<br>New version: string|@ohos.intl.d.ts|
156|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string<br>New version: string|@ohos.intl.d.ts|
157|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string<br>New version: string|@ohos.intl.d.ts|
158|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string<br>New version: string|@ohos.intl.d.ts|
159|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean<br>New version: boolean|@ohos.intl.d.ts|
160|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string<br>New version: string|@ohos.intl.d.ts|
161|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: era?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: era?: string<br>New version: string|@ohos.intl.d.ts|
162|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: year?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: year?: string<br>New version: string|@ohos.intl.d.ts|
163|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: month?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: month?: string<br>New version: string|@ohos.intl.d.ts|
164|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: day?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: day?: string<br>New version: string|@ohos.intl.d.ts|
165|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hour?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: hour?: string<br>New version: string|@ohos.intl.d.ts|
166|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: minute?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: minute?: string<br>New version: string|@ohos.intl.d.ts|
167|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: second?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: second?: string<br>New version: string|@ohos.intl.d.ts|
168|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string<br>New version: string|@ohos.intl.d.ts|
169|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string<br>New version: string|@ohos.intl.d.ts|
170|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string<br>New version: string|@ohos.intl.d.ts|
171|Type changed|Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string<br>New version: string|@ohos.intl.d.ts|
172|Type changed|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version: string|@ohos.intl.d.ts|
173|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version: string|@ohos.intl.d.ts|
174|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version: string|@ohos.intl.d.ts|
175|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string<br>Old version: |Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string<br>New version: string|@ohos.intl.d.ts|
176|Type changed|Class name: NumberOptions;<br>Method or attribute name: currency?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: currency?: string<br>New version: string|@ohos.intl.d.ts|
177|Type changed|Class name: NumberOptions;<br>Method or attribute name: currencySign?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: currencySign?: string<br>New version: string|@ohos.intl.d.ts|
178|Type changed|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string<br>New version: string|@ohos.intl.d.ts|
179|Type changed|Class name: NumberOptions;<br>Method or attribute name: unit?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: unit?: string<br>New version: string|@ohos.intl.d.ts|
180|Type changed|Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string<br>New version: string|@ohos.intl.d.ts|
181|Type changed|Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string<br>New version: string|@ohos.intl.d.ts|
182|Type changed|Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string<br>New version: string|@ohos.intl.d.ts|
183|Type changed|Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string<br>New version: string|@ohos.intl.d.ts|
184|Type changed|Class name: NumberOptions;<br>Method or attribute name: notation?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: notation?: string<br>New version: string|@ohos.intl.d.ts|
185|Type changed|Class name: NumberOptions;<br>Method or attribute name: style?: string<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: style?: string<br>New version: string|@ohos.intl.d.ts|
186|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>Old version: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>New version: string|@ohos.intl.d.ts|
187|Type changed|Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean<br>New version: boolean|@ohos.intl.d.ts|
188|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number<br>New version: number|@ohos.intl.d.ts|
189|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>New version: number|@ohos.intl.d.ts|
190|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number<br>New version: number|@ohos.intl.d.ts|
191|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>New version: number|@ohos.intl.d.ts|
192|Type changed|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number<br>New version: number|@ohos.intl.d.ts|
193|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>New version: number|@ohos.intl.d.ts|
194|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number<br>New version: number|@ohos.intl.d.ts|
195|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>New version: number|@ohos.intl.d.ts|
196|Type changed|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number<br>Old version: |Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number<br>New version: number|@ohos.intl.d.ts|
197|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>New version: number|@ohos.intl.d.ts|
198|Type changed|Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>New version: string|@ohos.intl.d.ts|
199|Type changed|Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>New version: string|@ohos.intl.d.ts|
200|Type changed|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>Old version: |Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>New version: boolean|@ohos.intl.d.ts|
201|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>Old version: |Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>New version: string|@ohos.intl.d.ts|
202|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>Old version: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>New version: string|@ohos.intl.d.ts|
203|Function changed|Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type: string;|Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type?: string;|@ohos.i18n.d.ts|
204|Function changed|Class name: LocaleOptions;<br>Method or attribute name: calendar: string;|Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;|@ohos.intl.d.ts|
205|Function changed|Class name: LocaleOptions;<br>Method or attribute name: collation: string;|Class name: LocaleOptions;<br>Method or attribute name: collation?: string;|@ohos.intl.d.ts|
206|Function changed|Class name: CollatorOptions;<br>Method or attribute name: collation: string;|Class name: CollatorOptions;<br>Method or attribute name: collation?: string;|@ohos.intl.d.ts|
207|Function changed|Class name: LocaleOptions;<br>Method or attribute name: hourCycle: string;|Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;|@ohos.intl.d.ts|
208|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle: string|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string|@ohos.intl.d.ts|
209|Function changed|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem: string;|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;|@ohos.intl.d.ts|
210|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem: string|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts|
211|Function changed|Class name: NumberOptions;<br>Method or attribute name: numberingSystem: string|Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string|@ohos.intl.d.ts|
212|Function changed|Class name: LocaleOptions;<br>Method or attribute name: numeric: boolean;|Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts|
213|Function changed|Class name: CollatorOptions;<br>Method or attribute name: numeric: boolean;|Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;|@ohos.intl.d.ts|
214|Function changed|Class name: LocaleOptions;<br>Method or attribute name: caseFirst: string;|Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts|
215|Function changed|Class name: CollatorOptions;<br>Method or attribute name: caseFirst: string;|Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;|@ohos.intl.d.ts|
216|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: locale: string|Class name: DateTimeOptions;<br>Method or attribute name: locale?: string|@ohos.intl.d.ts|
217|Function changed|Class name: NumberOptions;<br>Method or attribute name: locale: string|Class name: NumberOptions;<br>Method or attribute name: locale?: string|@ohos.intl.d.ts|
218|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle: string|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string|@ohos.intl.d.ts|
219|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle: string|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string|@ohos.intl.d.ts|
220|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZone: string|Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string|@ohos.intl.d.ts|
221|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: hour12: boolean|Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean|@ohos.intl.d.ts|
222|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: weekday: string|Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string|@ohos.intl.d.ts|
223|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: era: string|Class name: DateTimeOptions;<br>Method or attribute name: era?: string|@ohos.intl.d.ts|
224|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: year: string|Class name: DateTimeOptions;<br>Method or attribute name: year?: string|@ohos.intl.d.ts|
225|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: month: string|Class name: DateTimeOptions;<br>Method or attribute name: month?: string|@ohos.intl.d.ts|
226|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: day: string|Class name: DateTimeOptions;<br>Method or attribute name: day?: string|@ohos.intl.d.ts|
227|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: hour: string|Class name: DateTimeOptions;<br>Method or attribute name: hour?: string|@ohos.intl.d.ts|
228|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: minute: string|Class name: DateTimeOptions;<br>Method or attribute name: minute?: string|@ohos.intl.d.ts|
229|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: second: string|Class name: DateTimeOptions;<br>Method or attribute name: second?: string|@ohos.intl.d.ts|
230|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName: string|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string|@ohos.intl.d.ts|
231|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod: string|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string|@ohos.intl.d.ts|
232|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher: string|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts|
233|Function changed|Class name: NumberOptions;<br>Method or attribute name: localeMatcher: string|Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string|@ohos.intl.d.ts|
234|Function changed|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher: string;|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
235|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher: string;|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
236|Function changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher: string;|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;|@ohos.intl.d.ts|
237|Function changed|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher: string|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string|@ohos.intl.d.ts|
238|Function changed|Class name: NumberOptions;<br>Method or attribute name: currency: string|Class name: NumberOptions;<br>Method or attribute name: currency?: string|@ohos.intl.d.ts|
239|Function changed|Class name: NumberOptions;<br>Method or attribute name: currencySign: string|Class name: NumberOptions;<br>Method or attribute name: currencySign?: string|@ohos.intl.d.ts|
240|Function changed|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay: string|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string|@ohos.intl.d.ts|
241|Function changed|Class name: NumberOptions;<br>Method or attribute name: unit: string|Class name: NumberOptions;<br>Method or attribute name: unit?: string|@ohos.intl.d.ts|
242|Function changed|Class name: NumberOptions;<br>Method or attribute name: unitDisplay: string|Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string|@ohos.intl.d.ts|
243|Function changed|Class name: NumberOptions;<br>Method or attribute name: unitUsage: string|Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string|@ohos.intl.d.ts|
244|Function changed|Class name: NumberOptions;<br>Method or attribute name: signDisplay: string|Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string|@ohos.intl.d.ts|
245|Function changed|Class name: NumberOptions;<br>Method or attribute name: compactDisplay: string|Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string|@ohos.intl.d.ts|
246|Function changed|Class name: NumberOptions;<br>Method or attribute name: notation: string|Class name: NumberOptions;<br>Method or attribute name: notation?: string|@ohos.intl.d.ts|
247|Function changed|Class name: NumberOptions;<br>Method or attribute name: style: string|Class name: NumberOptions;<br>Method or attribute name: style?: string|@ohos.intl.d.ts|
248|Function changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style: string;|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;|@ohos.intl.d.ts|
249|Function changed|Class name: NumberOptions;<br>Method or attribute name: useGrouping: boolean|Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean|@ohos.intl.d.ts|
250|Function changed|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits: number|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number|@ohos.intl.d.ts|
251|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits: number;|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;|@ohos.intl.d.ts|
252|Function changed|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits: number|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number|@ohos.intl.d.ts|
253|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits: number;|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;|@ohos.intl.d.ts|
254|Function changed|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits: number|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number|@ohos.intl.d.ts|
255|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits: number;|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;|@ohos.intl.d.ts|
256|Function changed|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits: number|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number|@ohos.intl.d.ts|
257|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits: number;|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;|@ohos.intl.d.ts|
258|Function changed|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits: number|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number|@ohos.intl.d.ts|
259|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits: number;|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;|@ohos.intl.d.ts|
260|Function changed|Class name: CollatorOptions;<br>Method or attribute name: usage: string;|Class name: CollatorOptions;<br>Method or attribute name: usage?: string;|@ohos.intl.d.ts|
261|Function changed|Class name: CollatorOptions;<br>Method or attribute name: sensitivity: string;|Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;|@ohos.intl.d.ts|
262|Function changed|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation: boolean;|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;|@ohos.intl.d.ts|
263|Function changed|Class name: PluralRulesOptions;<br>Method or attribute name: type: string;|Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;|@ohos.intl.d.ts|
264|Function changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric: string;|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;|@ohos.intl.d.ts|
265