| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_NONE = 0|@ohos.i18n.d.ts|
|Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_RELATED = 1|@ohos.i18n.d.ts|
|Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_SIM = 2|@ohos.i18n.d.ts|
|Added|NA|Class name: SortOptions;
Method or attribute name: locale?: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: SortOptions;
Method or attribute name: isUseLocalName?: boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: SortOptions;
Method or attribute name: isSuggestedFirst?: boolean;|@ohos.i18n.d.ts|
|Added|NA|Class name: LocaleItem;
Method or attribute name: id: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: LocaleItem;
Method or attribute name: suggestionType: SuggestionType;|@ohos.i18n.d.ts|
|Added|NA|Class name: LocaleItem;
Method or attribute name: displayName: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: LocaleItem;
Method or attribute name: localName?: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: zoneId: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: cityId: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: cityDisplayName: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: offset: number;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: zoneDisplayName: string;|@ohos.i18n.d.ts|
|Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: rawOffset?: number;|@ohos.i18n.d.ts|
|Added|NA|Class name: SystemLocaleManager;
Method or attribute name: constructor();|@ohos.i18n.d.ts|
|Added|NA|Class name: SystemLocaleManager;
Method or attribute name: getLanguageInfoArray(languages: Array\, options?: SortOptions): Array\;|@ohos.i18n.d.ts|
|Added|NA|Class name: SystemLocaleManager;
Method or attribute name: getRegionInfoArray(regions: Array\, options?: SortOptions): Array\;|@ohos.i18n.d.ts|
|Added|NA|Class name: SystemLocaleManager;
Method or attribute name: static getTimeZoneCityItemArray(): Array\;|@ohos.i18n.d.ts|
|Added|NA|Class name: resourceManager;
Method or attribute name: export function getSystemResourceManager(): ResourceManager;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resId: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resId: number): Promise\;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource): Promise\;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string): Promise\;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColorSync(resId: number) : number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColorSync(resource: Resource) : number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: addResource(path: string) : void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: ResourceManager;
Method or attribute name: removeResource(path: string) : void;|@ohos.resourceManager.d.ts|