1e41f4b71Sopenharmony_ci| Change Type | Old Version | New Version | d.ts File |
2e41f4b71Sopenharmony_ci| ---- | ------ | ------ | -------- |
3e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteForwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
4e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteBackwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
5e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: insertTextSync(text: string): void;|@ohos.inputMethodEngine.d.ts|
6e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: getForwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
7e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: getBackwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
8e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: getEditorAttributeSync(): EditorAttribute;|@ohos.inputMethodEngine.d.ts|
9e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: moveCursorSync(direction: number): void;|@ohos.inputMethodEngine.d.ts|
10e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: selectByRangeSync(range: Range): void;|@ohos.inputMethodEngine.d.ts|
11e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: selectByMovementSync(movement: Movement): void;|@ohos.inputMethodEngine.d.ts|
12e41f4b71Sopenharmony_ci|Added|NA|Class name: InputClient;<br>Method or attribute name: getTextIndexAtCursorSync(): number;|@ohos.inputMethodEngine.d.ts|
13e41f4b71Sopenharmony_ci|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTime(isNanoseconds?: boolean): number;|@ohos.systemDateTime.d.ts|
14e41f4b71Sopenharmony_ci|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getUptime(timeType: TimeType, isNanoseconds?: boolean): number;|@ohos.systemDateTime.d.ts|
15e41f4b71Sopenharmony_ci|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTimezoneSync(): string;|@ohos.systemDateTime.d.ts|
16e41f4b71Sopenharmony_ci|Added|NA|Class name: TimeType;<br>Method or attribute name: STARTUP|@ohos.systemDateTime.d.ts|
17e41f4b71Sopenharmony_ci|Added|NA|Class name: TimeType;<br>Method or attribute name: ACTIVE|@ohos.systemDateTime.d.ts|
18e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: PasteDataRecord;<br>Method or attribute name: convertToText(): Promise\<string>;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: convertToText(): Promise\<string>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#convertToTextV9|@ohos.pasteboard.d.ts|
19e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: clear(): Promise\<void>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: clear(): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#clearData|@ohos.pasteboard.d.ts|
20e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#getData|@ohos.pasteboard.d.ts|
21e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#hasData|@ohos.pasteboard.d.ts|
22e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#setData|@ohos.pasteboard.d.ts|
23e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: systemDateTime.setTime|@ohos.systemDateTime.d.ts|
24e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: 10<br>Substitute API: systemDateTime.setTime|@ohos.systemDateTime.d.ts|
25e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>New version information: 10<br>Substitute API: new|@ohos.systemDateTime.d.ts|
26e41f4b71Sopenharmony_ci|Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>New version information: 10<br>Substitute API: new|@ohos.systemDateTime.d.ts|
27e41f4b71Sopenharmony_ci|Error code changed|Class name: PasteData;<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;<br>Old version information: 401, 12900002|Class name: PasteData;<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;<br>New version information: 401|@ohos.pasteboard.d.ts|
28e41f4b71Sopenharmony_ci|Type changed|Class name: pasteboard;<br>Method or attribute name: type ValueType = string \| image.PixelMap \| Want \| ArrayBuffer;<br>Old version information: |Class name: pasteboard;<br>Method or attribute name: type ValueType = string \| image.PixelMap \| Want \| ArrayBuffer;<br>New version information: string \| image.PixelMap \| Want \| ArrayBuffer|@ohos.pasteboard.d.ts|
29e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataProperty;<br>Method or attribute name: additions: {<br><br>      [key: string]: object<br><br>    }<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: additions: {<br><br>      [key: string]: object<br><br>    }<br>New version information: [key: string]: object|@ohos.pasteboard.d.ts|
30e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataProperty;<br>Method or attribute name: readonly mimeTypes: Array\<string>;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: readonly mimeTypes: Array\<string>;<br>New version information: Array\<string>|@ohos.pasteboard.d.ts|
31e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataProperty;<br>Method or attribute name: tag: string;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: tag: string;<br>New version information: string|@ohos.pasteboard.d.ts|
32e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataProperty;<br>Method or attribute name: readonly timestamp: number;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: readonly timestamp: number;<br>New version information: number|@ohos.pasteboard.d.ts|
33e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataProperty;<br>Method or attribute name: localOnly: boolean;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: localOnly: boolean;<br>New version information: boolean|@ohos.pasteboard.d.ts|
34e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataRecord;<br>Method or attribute name: htmlText: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: htmlText: string;<br>New version information: string|@ohos.pasteboard.d.ts|
35e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataRecord;<br>Method or attribute name: want: Want;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: want: Want;<br>New version information: Want|@ohos.pasteboard.d.ts|
36e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataRecord;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: mimeType: string;<br>New version information: string|@ohos.pasteboard.d.ts|
37e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataRecord;<br>Method or attribute name: plainText: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: plainText: string;<br>New version information: string|@ohos.pasteboard.d.ts|
38e41f4b71Sopenharmony_ci|Type changed|Class name: PasteDataRecord;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: uri: string;<br>New version information: string|@ohos.pasteboard.d.ts|
39