Lines Matching refs:New
1 | Change Type | Old Version | New Version | d.ts File |
144 … matrix4;<br>Method or attribute name: function copy(): Matrix4Transit;<br>New version information…
145 …atrix4;<br>Method or attribute name: function invert(): Matrix4Transit;<br>New version information…
146 …ribute name: function combine(options: Matrix4Transit): Matrix4Transit;<br>New version information…
147 …ute name: function translate(options: TranslateOption): Matrix4Transit;<br>New version information…
148 …r attribute name: function scale(options: ScaleOption): Matrix4Transit;<br>New version information…
149 …attribute name: function rotate(options: RotateOption): Matrix4Transit;<br>New version information…
150 …: function transformPoint(options: [number, number]): [number, number];<br>New version information…
151 …Options;<br>Method or attribute name: export interface ShowToastOptions<br>New version information…
152 …s name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version information…
153 …name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information…
154 …owToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information…
155 …rface;<br>Method or attribute name: interface AbilityComponentInterface<br>New version information…
156 …'../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>New version information…
157 …e;<br>Method or attribute name: declare class AbilityComponentAttribute<br>New version information…
158 …ibute name: onConnect(callback: () => void): AbilityComponentAttribute;<br>New version information…
159 …te name: onDisconnect(callback: () => void): AbilityComponentAttribute;<br>New version information…
160 …tions;<br>Method or attribute name: declare interface TransitionOptions<br>New version information…
161 … TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information…
162 …name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information…
163 …tionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information…
164 …: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information…
165 …TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information…
166 … |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information…
167 … |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information…
168 …|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information…
169 … |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information…
170 … |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information…
171 …|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information…
172 …n: |Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>New version information…
173 …n: |Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>New version information…
174 …e: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>New version information…
175 …d or attribute name: maskColor?: Color \| string \| Resource \| number;<br>New version information…
176 … };<br> lg?: number \| { span: number; offset: number };<br> }): T;<br>New version information…
177 …hildren: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information…
178 …hildren: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information…
179 …orage;<br>Method or attribute name: static Link(propName: string): any;<br>New version information…
180 …<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>New version information…
181 …orage;<br>Method or attribute name: static Prop(propName: string): any;<br>New version information…
182 …<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>New version information…
183 …ge;<br>Method or attribute name: static Has(propName: string): boolean;<br>New version information…
184 …od or attribute name: static Get\<T>(propName: string): T \| undefined;<br>New version information…
185 …attribute name: static Set\<T>(propName: string, newValue: T): boolean;<br>New version information…
186 …bute name: static SetOrCreate\<T>(propName: string, newValue: T): void;<br>New version information…
187 …<br>Method or attribute name: static Delete(propName: string): boolean;<br>New version information…
188 …<br>Method or attribute name: static Keys(): IterableIterator\<string>;<br>New version information…
189 …name: AppStorage;<br>Method or attribute name: static Clear(): boolean;<br>New version information…
190 …>Method or attribute name: static IsMutable(propName: string): boolean;<br>New version information…
191 …s name: AppStorage;<br>Method or attribute name: static Size(): number;<br>New version information…
192 … or attribute name: static EnvProp\<S>(key: string, value: S): boolean;<br>New version information…
193 … key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>New version information…
194 …nvironment;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information…
195 …entStorage;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information…
196 …ibute name: static PersistProp\<T>(key: string, defaultValue: T): void;<br>New version information…
197 …age;<br>Method or attribute name: static DeleteProp(key: string): void;<br>New version information…
198 … key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>New version information…
199 …Storage;<br>Method or attribute name: static GetShared(): LocalStorage;<br>New version information…
200 …ange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>New version information…
201 …Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information…
202 …Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information…
203 …lass name: SizeType;<br>Method or attribute name: declare enum SizeType<br>New version information…
204 …n information: |Class name: SizeType;<br>Method or attribute name: Auto<br>New version information…
205 …ion information: |Class name: SizeType;<br>Method or attribute name: XS<br>New version information…
206 …ion information: |Class name: SizeType;<br>Method or attribute name: SM<br>New version information…
207 …ion information: |Class name: SizeType;<br>Method or attribute name: MD<br>New version information…
208 …ion information: |Class name: SizeType;<br>Method or attribute name: LG<br>New version information…
209 …ns;<br>Method or attribute name: declare interface GridContainerOptions<br>New version information…
210 …tainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>New version information…
211 …GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>New version information…
212 …ntainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>New version information…
213 …ntainerOptions;<br>Method or attribute name: margin?: number \| string;<br>New version information…
214 …nterface;<br>Method or attribute name: interface GridContainerInterface<br>New version information…
215 …attribute name: (value?: GridContainerOptions): GridContainerAttribute;<br>New version information…
216 …bute;<br>Method or attribute name: declare class GridContainerAttribute<br>New version information…
217 …: |Class name: Sticky;<br>Method or attribute name: declare enum Sticky<br>New version information…
218 …ion information: |Class name: Sticky;<br>Method or attribute name: None<br>New version information…
219 …n information: |Class name: Sticky;<br>Method or attribute name: Normal<br>New version information…
220 … information: |Class name: Sticky;<br>Method or attribute name: Opacity<br>New version information…
221 …face;<br>Method or attribute name: (value?: string): ListItemAttribute;<br>New version information…
222 …<br>Method or attribute name: sticky(value: Sticky): ListItemAttribute;<br>New version information…
223 …e;<br>Method or attribute name: fontSize(value: Length): MenuAttribute;<br>New version information…
224 …ute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>New version information…
225 …n: |Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>New version information…
226 …|Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>New version information…
227 …torStyle;<br>Method or attribute name: declare interface IndicatorStyle<br>New version information…
228 …Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>New version information…
229 …|Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>New version information…
230 …lass name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>New version information…
231 …ass name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>New version information…
232 …Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>New version information…
233 …lass name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>New version information…
234 …me: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information…
235 …catorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>New version information…
236 …ttribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>New version information…
237 …callback: (value: string, index: number) => void): TextPickerAttribute;<br>New version information…
238 …or attribute name: onCancel(callback: () => void): TextPickerAttribute;<br>New version information…
239 …ss name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>New version information…
240 …ubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>New version information…
241 …rmation: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information…
242 …ormation: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information…
243 …mation: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information…
244 …ation: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information…
245 …ation: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information…
246 …mationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information…
247 …ationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information…
248 …ationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information…
249 …imationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information…
250 …n: |Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>New version information…
251 …: |Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>New version information…
252 …: |Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>New version information…
253 …n: |Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>New version information…
254 …Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>New version information…
255 …Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>New version information…
256 …ntOptions;<br>Method or attribute name: familyName: string \| Resource;<br>New version information…
257 …ontOptions;<br>Method or attribute name: familySrc: string \| Resource;<br>New version information…
258 … |Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>New version information…
259 …ion: |Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>New version information…
260 …on: |Class name: RotateOption;<br>Method or attribute name: x?: number;<br>New version information…
261 … |Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>New version information…
262 …ion: |Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>New version information…
263 …on: |Class name: RotateOption;<br>Method or attribute name: y?: number;<br>New version information…
264 … |Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>New version information…
265 …ion: |Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>New version information…
266 …on: |Class name: RotateOption;<br>Method or attribute name: z?: number;<br>New version information…
267 …Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>New version information…
268 …lass name: RotateOption;<br>Method or attribute name: centerX?: number;<br>New version information…
269 …Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>New version information…
270 …lass name: RotateOption;<br>Method or attribute name: centerY?: number;<br>New version information…
271 …|Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>New version information…
272 …eOptions;<br>Method or attribute name: textContent: string \| Resource;<br>New version information…
273 …;<br>Method or attribute name: fontSize?: number \| string \| Resource;<br>New version information…
274 …eOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;<br>New version information…
275 …>Method or attribute name: fontWeight?: number \| string \| FontWeight;<br>New version information…
276 …eOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>New version information…
277 …Options;<br>Method or attribute name: letterSpacing?: number \| string;<br>New version information…
278 …diaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>New version information…
279 … MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>New version information…
280 …name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information…
281 …owToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information…
282 …s name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information…
283 …s name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information…
284 …name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information…
285 …ons;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information…
286 … ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version information…
287 …e name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information…
288 …name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information…
289 …owToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information…
290 …DialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information…
291 …onMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information…
292 …alogOptions;<br>Method or attribute name: message?: string \| Resource;<br>New version information…
293 …owDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>New version information…
294 …lass name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information…
295 …: |Class name: AppResponse;<br>Method or attribute name: appID: string;<br>New version information…
296 …|Class name: AppResponse;<br>Method or attribute name: appName: string;<br>New version information…
297 …ss name: AppResponse;<br>Method or attribute name: versionName: string;<br>New version information…
298 …ss name: AppResponse;<br>Method or attribute name: versionCode: number;<br>New version information…
299 …ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>New version information…
300 …eenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>New version information…
301 …>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information…
302 …enOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>New version information…
303 …equestFullWindowOptions;<br>Method or attribute name: duration: number;<br>New version information…
304 …ss name: LocaleResponse;<br>Method or attribute name: language: string;<br>New version information…
305 …: LocaleResponse;<br>Method or attribute name: countryOrRegion: string;<br>New version information…
306 …name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>New version information…
307 …s name: MediaQueryEvent;<br>Method or attribute name: matches: boolean;<br>New version information…
308 …lass name: MediaQueryList;<br>Method or attribute name: media?: string;<br>New version information…
309 …s name: MediaQueryList;<br>Method or attribute name: matches?: boolean;<br>New version information…
310 …st;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>New version information…
311 …s name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version information…
312 …name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information…
313 …owToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information…
314 …mation: |Class name: Button;<br>Method or attribute name: text: string;<br>New version information…
315 …ation: |Class name: Button;<br>Method or attribute name: color: string;<br>New version information…
316 … ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version information…
317 …s name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information…
318 …me: ShowActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information…
319 …name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information…
320 …ons;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information…
321 …or attribute name: success?: (data: ShowDialogSuccessResponse) => void;<br>New version information…
322 …ethod or attribute name: cancel?: (data: string, code: string) => void;<br>New version information…
323 …ptions;<br>Method or attribute name: complete?: (data: string) => void;<br>New version information…
324 …e name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information…
325 …r attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>New version information…
326 …uOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>New version information…
327 …wActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>New version information…
328 …: |Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>New version information…
329 …lass name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information…
330 … name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>New version information…
331 …ass name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>New version information…
332 …: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version information…
333 …n: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version information…
334 …n: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version information…
335 …ertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>New version information…
336 …tions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information…
337 …tions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information…
338 …ptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information…
339 …ptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information…
340 …oreBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information…
341 …oreBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information…
342 …ame: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>New version information…
343 …ame: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>New version information…
344 …Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information…
345 …me: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>New version information…
346 …e: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>New version information…
347 …e: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
348 …me: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information…
349 …tDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information…
350 …s name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>New version information…
351 …ame: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>New version information…
352 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
353 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
354 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
355 …s name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information…
356 …: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>New version information…
357 … BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>New version information…
358 …e: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>New version information…
359 …ram;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information…
360 …Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>New version information…
361 …name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>New version information…
362 …: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>New version information…
363 …name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>New version information…
364 …ss name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>New version information…
365 …ame: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>New version information…
366 …: |Class name: CalendarDay;<br>Method or attribute name: index: number;<br>New version information…
367 …ass name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>New version information…
368 …Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>New version information…
369 …|Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>New version information…
370 …s name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>New version information…
371 …n: |Class name: CalendarDay;<br>Method or attribute name: year: number;<br>New version information…
372 …ion: |Class name: MonthData;<br>Method or attribute name: year: number;<br>New version information…
373 …: |Class name: CalendarDay;<br>Method or attribute name: month: number;<br>New version information…
374 …on: |Class name: MonthData;<br>Method or attribute name: month: number;<br>New version information…
375 …on: |Class name: CalendarDay;<br>Method or attribute name: day: number;<br>New version information…
376 …ame: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>New version information…
377 …s name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>New version information…
378 … name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>New version information…
379 …lass name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>New version information…
380 …CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>New version information…
381 …rrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>New version information…
382 …tDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>New version information…
383 …me: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>New version information…
384 …urrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>New version information…
385 …name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>New version information…
386 … name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>New version information…
387 …ayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>New version information…
388 … CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>New version information…
389 …entDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>New version information…
390 …tDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>New version information…
391 …tDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>New version information…
392 …Style;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>New version information…
393 …Style;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>New version information…
394 … name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>New version information…
395 …rrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>New version information…
396 …urrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>New version information…
397 …me: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>New version information…
398 …CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>New version information…
399 …urrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>New version information…
400 …ntDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>New version information…
401 …rrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>New version information…
402 …rrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>New version information…
403 …;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>New version information…
404 …br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>New version information…
405 …hod or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>New version information…
406 …thod or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>New version information…
407 …dayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>New version information…
408 …yStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>New version information…
409 …r>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>New version information…
410 …e: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>New version information…
411 …ame: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>New version information…
412 …eekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>New version information…
413 …kStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>New version information…
414 …ss name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>New version information…
415 …lass name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>New version information…
416 …Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>New version information…
417 …e: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>New version information…
418 …teStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>New version information…
419 …ateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>New version information…
420 … WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>New version information…
421 …: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>New version information…
422 …: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>New version information…
423 …r>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>New version information…
424 …<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>New version information…
425 …<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>New version information…
426 …br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>New version information…
427 …s;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>New version information…
428 …;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>New version information…
429 …rics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>New version information…
430 …tMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>New version information…
431 …Metrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>New version information…
432 …s;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>New version information…
433 …;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>New version information…
434 …Metrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>New version information…
435 …ics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>New version information…
436 …name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>New version information…
437 …name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>New version information…
438 …s name: ImageData;<br>Method or attribute name: readonly width: number;<br>New version information…
439 …enderingContext2D;<br>Method or attribute name: readonly width: number;<br>New version information…
440 …ame: TextMetrics;<br>Method or attribute name: readonly height: number;<br>New version information…
441 …ame: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>New version information…
442 … name: ImageData;<br>Method or attribute name: readonly height: number;<br>New version information…
443 …nderingContext2D;<br>Method or attribute name: readonly height: number;<br>New version information…
444 …ageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>New version information…
445 …eringContextSettings;<br>Method or attribute name: antialias?: boolean;<br>New version information…
446 …name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>New version information…
447 …enderer;<br>Method or attribute name: globalCompositeOperation: string;<br>New version information…
448 …e name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information…
449 …name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information…
450 …lass name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>New version information…
451 …sRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>New version information…
452 …Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>New version information…
453 …e: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>New version information…
454 …e: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>New version information…
455 … CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>New version information…
456 …s name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>New version information…
457 … name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>New version information…
458 … name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>New version information…
459 …name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>New version information…
460 …me: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>New version information…
461 …me: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>New version information…
462 …|Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>New version information…
463 …anvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>New version information…
464 …enderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>New version information…
465 …ass name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>New version information…
466 …lass name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>New version information…
467 …lass name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>New version information…
468 …ass name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>New version information…
469 …ame: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>New version information…
470 …CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>New version information…
471 …CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>New version information…
472 …: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>New version information…
473 … CircleOptions;<br>Method or attribute name: height?: string \| number;<br>New version information…
474 …Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version information…
475 …Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version information…
476 …ation: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version information…
477 …ation: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version information…
478 …n: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version information…
479 …: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version information…
480 …ass name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version information…
481 …haredTransitionOptions;<br>Method or attribute name: duration?: number;<br>New version information…
482 …|Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>New version information…
483 …eParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information…
484 …ptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information…
485 …|Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>New version information…
486 …: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>New version information…
487 …s name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>New version information…
488 …s name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version information…
489 …name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information…
490 …ass name: MotionPathOptions;<br>Method or attribute name: path: string;<br>New version information…
491 …ss name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>New version information…
492 …lass name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>New version information…
493 …e: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>New version information…
494 …onOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>New version information…
495 … sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>New version information…
496 …ptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>New version information…
497 …e: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version information…
498 …e: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version information…
499 …e: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version information…
500 …on: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information…
501 …n: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information…
502 …on: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information…
503 …n: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information…
504 …on: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version information…
505 …n: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information…
506 … ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information…
507 …RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information…
508 … ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information…
509 …RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information…
510 …d or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information…
511 … or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information…
512 …or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information…
513 …thod or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information…
514 …d or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>New version information…
515 …d or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information…
516 …e: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version information…
517 … TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information…
518 …name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information…
519 …tionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information…
520 …: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information…
521 …TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information…
522 …Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>New version information…
523 …Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>New version information…
524 …lass name: PreviewParams;<br>Method or attribute name: height?: number;<br>New version information…
525 …lass name: PreviewParams;<br>Method or attribute name: locale?: string;<br>New version information…
526 …s name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>New version information…
527 … name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>New version information…
528 … |Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>New version information…
529 …name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>New version information…
530 …ame: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>New version information…
531 …ion: |Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>New version information…
532 …ation: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version information…
533 …ation: |Class name: MouseEvent;<br>Method or attribute name: x: number;<br>New version information…
534 …tion: |Class name: TouchObject;<br>Method or attribute name: x: number;<br>New version information…
535 …ion: |Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>New version information…
536 …ation: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version information…
537 …ation: |Class name: MouseEvent;<br>Method or attribute name: y: number;<br>New version information…
538 …tion: |Class name: TouchObject;<br>Method or attribute name: y: number;<br>New version information…
539 …s name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>New version information…
540 …me: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information…
541 …ss name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>New version information…
542 …ion: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version information…
543 …lass name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version information…
544 …|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version information…
545 … |Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>New version information…
546 …Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version information…
547 … |Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>New version information…
548 …on: |Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>New version information…
549 …on: |Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>New version information…
550 …s name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>New version information…
551 …ImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>New version information…
552 …e: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>New version information…
553 …ethod or attribute name: source?: string \| Resource \| LinearGradient,<br>New version information…
554 …ImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>New version information…
555 …mageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>New version information…
556 …ss name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>New version information…
557 … |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information…
558 … |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information…
559 …|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information…
560 … |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information…
561 … |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information…
562 …|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information…
563 …ass name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>New version information…
564 …ass name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>New version information…
565 …: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information…
566 …: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information…
567 …me: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information…
568 …|Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>New version information…
569 … |Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>New version information…
570 …ion: |Class name: TouchObject;<br>Method or attribute name: id: number;<br>New version information…
571 … name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>New version information…
572 …TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>New version information…
573 …ion: |Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>New version information…
574 …n: |Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>New version information…
575 …n: |Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>New version information…
576 …lass name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>New version information…
577 …: |Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>New version information…
578 …n: |Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>New version information…
579 …n: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version information…
580 …: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version information…
581 … |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version information…
582 …: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version information…
583 …: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version information…
584 …Class name: PopupOptions;<br>Method or attribute name: message: string;<br>New version information…
585 …e: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>New version information…
586 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
587 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
588 …> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information…
589 …> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information…
590 … name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information…
591 … CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information…
592 …: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information…
593 …omPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information…
594 …ustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
595 …CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information…
596 …d or attribute name: maskColor?: Color \| string \| Resource \| number;<br>New version information…
597 … or attribute name: popupColor?: Color \| string \| Resource \| number;<br>New version information…
598 …CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>New version information…
599 … CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
600 …LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information…
601 …ss name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information…
602 … name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information…
603 …lass name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information…
604 …ass name: LayoutChild;<br>Method or attribute name: position: Position,<br>New version information…
605 …utInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information…
606 …tChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information…
607 …n: |Class name: LayoutChild;<br>Method or attribute name: name: string,<br>New version information…
608 …ion: |Class name: LayoutChild;<br>Method or attribute name: id: string,<br>New version information…
609 …LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>New version information…
610 …rty;<br>Method or attribute name: protected subscribers_: Set\<number>;<br>New version information…
611 …stomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>New version information…
612 …logControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information…
613 …ogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
614 …ollerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information…
615 …mDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>New version information…
616 …gControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>New version information…
617 …alogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>New version information…
618 … name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>New version information…
619 …lass name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>New version information…
620 …e: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>New version information…
621 …ass name: DatePickerResult;<br>Method or attribute name: year?: number;<br>New version information…
622 …ss name: DatePickerResult;<br>Method or attribute name: month?: number;<br>New version information…
623 …lass name: DatePickerResult;<br>Method or attribute name: day?: number;<br>New version information…
624 …ass name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>New version information…
625 …Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>New version information…
626 … name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information…
627 … DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>New version information…
628 …Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information…
629 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
630 …Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information…
631 …e: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>New version information…
632 …|Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>New version information…
633 …: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>New version information…
634 …name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>New version information…
635 …me: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>New version information…
636 …tion: |Class name: FingerInfo;<br>Method or attribute name: id: number;<br>New version information…
637 … |Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>New version information…
638 … |Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>New version information…
639 …: |Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>New version information…
640 …: |Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>New version information…
641 …Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>New version information…
642 …e: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>New version information…
643 …Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>New version information…
644 …Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>New version information…
645 … |Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>New version information…
646 … |Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>New version information…
647 … |Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>New version information…
648 … name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>New version information…
649 … name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>New version information…
650 …ss name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>New version information…
651 …ss name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>New version information…
652 …ss name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>New version information…
653 …ss name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>New version information…
654 …ss name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>New version information…
655 …s name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information…
656 …ons;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>New version information…
657 …s;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>New version information…
658 …ns;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>New version information…
659 …tainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>New version information…
660 …GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>New version information…
661 …ntainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>New version information…
662 …ntainerOptions;<br>Method or attribute name: margin?: number \| string;<br>New version information…
663 …lass name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>New version information…
664 …lass name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>New version information…
665 …lass name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>New version information…
666 …lass name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>New version information…
667 …lass name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>New version information…
668 …ss name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>New version information…
669 …ss name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>New version information…
670 …ss name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>New version information…
671 …ss name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>New version information…
672 …ss name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>New version information…
673 …erOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>New version information…
674 …terOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>New version information…
675 …name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>New version information…
676 …kPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>New version information…
677 …wOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>New version information…
678 …;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>New version information…
679 …GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>New version information…
680 …dRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>New version information…
681 … ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information…
682 …ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information…
683 …e: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information…
684 …: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information…
685 …s name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>New version information…
686 …<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>New version information…
687 …s;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>New version information…
688 …tionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>New version information…
689 …tItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>New version information…
690 …tItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information…
691 …temGroupOptions;<br>Method or attribute name: space?: number \| string;<br>New version information…
692 … MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>New version information…
693 …e: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>New version information…
694 …e: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>New version information…
695 … MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>New version information…
696 … MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information…
697 …ns;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>New version information…
698 …ns;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>New version information…
699 …name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>New version information…
700 … name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information…
701 …gationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
702 …ustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information…
703 …s name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>New version information…
704 …s name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>New version information…
705 …: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information…
706 …| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>New version information…
707 …: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>New version information…
708 …e: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information…
709 …nationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
710 …ustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information…
711 …: PluginComponentTemplate;<br>Method or attribute name: source: string;<br>New version information…
712 …uginComponentTemplate;<br>Method or attribute name: bundleName: string;<br>New version information…
713 …lass name: ProgressOptions;<br>Method or attribute name: value: number;<br>New version information…
714 …ass name: ProgressOptions;<br>Method or attribute name: total?: number;<br>New version information…
715 …me: ProgressOptions;<br>Method or attribute name: style?: ProgressStyle<br>New version information…
716 … |Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>New version information…
717 …rogressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>New version information…
718 …ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>New version information…
719 …ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>New version information…
720 … |Class name: RadioOptions;<br>Method or attribute name: group: string;<br>New version information…
721 … |Class name: RadioOptions;<br>Method or attribute name: value: string;<br>New version information…
722 …rmation: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information…
723 …ormation: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information…
724 …mation: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information…
725 …ation: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information…
726 …ation: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information…
727 …mationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information…
728 …ationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information…
729 …ationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information…
730 …imationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information…
731 …ame: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>New version information…
732 …arOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>New version information…
733 … name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>New version information…
734 …ss name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>New version information…
735 …ss name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information…
736 …: |Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>New version information…
737 …n: |Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>New version information…
738 … |Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>New version information…
739 …|Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>New version information…
740 …Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>New version information…
741 … |Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>New version information…
742 … |Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>New version information…
743 …|Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>New version information…
744 … name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>New version information…
745 …ass name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>New version information…
746 …ss name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>New version information…
747 …Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>New version information…
748 …|Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>New version information…
749 …lass name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>New version information…
750 …ass name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>New version information…
751 …Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>New version information…
752 …lass name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>New version information…
753 …me: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information…
754 …catorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>New version information…
755 …extAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information…
756 …name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information…
757 …aOptions;<br>Method or attribute name: controller?: TextAreaController;<br>New version information…
758 …xtInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information…
759 …ame: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information…
760 …Options;<br>Method or attribute name: controller?: TextInputController;<br>New version information…
761 …esource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>New version information…
762 …PickerOptions;<br>Method or attribute name: value?: string \| string[];<br>New version information…
763 …kerOptions;<br>Method or attribute name: selected?: number \| number[];<br>New version information…
764 …xtPickerResult;<br>Method or attribute name: value: string \| string[];<br>New version information…
765 …xtPickerResult;<br>Method or attribute name: index: number \| number[];<br>New version information…
766 …r>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information…
767 …Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information…
768 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
769 …Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information…
770 …: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information…
771 …ss name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information…
772 …Options;<br>Method or attribute name: controller?: TextTimerController;<br>New version information…
773 …ass name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>New version information…
774 …s name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>New version information…
775 … name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information…
776 …rDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information…
777 …Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information…
778 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
779 …Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information…
780 …rmation: |Class name: Font;<br>Method or attribute name: size?: Length;<br>New version information…
781 …;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>New version information…
782 …s name: Font;<br>Method or attribute name: family?: string \| Resource;<br>New version information…
783 …ion: |Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>New version information…
784 …rmation: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information…
785 …mation: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information…
786 …on: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information…
787 …lass name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information…
788 …mation: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information…
789 …mation: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information…
790 … ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information…
791 … ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information…
792 …ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information…
793 …ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information…
794 … |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information…
795 …|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information…
796 …rderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information…
797 …ions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information…
798 …ptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information…
799 …ptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information…
800 …e: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>New version information…
801 …ttribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>New version information…
802 …>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>New version information…
803 …ideoOptions;<br>Method or attribute name: controller?: VideoController;<br>New version information…
804 … WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information…
805 …me: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>New version information…
810 … or attribute name: declare type Length = string \| number \| Resource;<br>New version information…
811 …ethod or attribute name: declare type ResourceStr = string \| Resource;<br>New version information…
812 …form<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information…
813 …sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>New version information…
814 …form<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information…
815 …> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>New version information…
816 …> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>New version information…
817 …br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>New version information…
818 …me: declare type ResourceColor = Color \| number \| string \| Resource;<br>New version information…
819 …<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>New version information…
820 …s name: CalendarDay;<br>Method or attribute name: interface CalendarDay<br>New version information…
821 …: |Class name: CalendarDay;<br>Method or attribute name: index: number;<br>New version information…
822 …ass name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>New version information…
823 …Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>New version information…
824 …|Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>New version information…
825 …s name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>New version information…
826 …n: |Class name: CalendarDay;<br>Method or attribute name: year: number;<br>New version information…
827 …ion: |Class name: MonthData;<br>Method or attribute name: year: number;<br>New version information…
828 …: |Class name: CalendarDay;<br>Method or attribute name: month: number;<br>New version information…
829 …on: |Class name: MonthData;<br>Method or attribute name: month: number;<br>New version information…
830 …on: |Class name: CalendarDay;<br>Method or attribute name: day: number;<br>New version information…
831 …ame: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>New version information…
832 …s name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>New version information…
833 … name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>New version information…
834 …Class name: MonthData;<br>Method or attribute name: interface MonthData<br>New version information…
835 …lass name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>New version information…
836 …CurrentDayStyle;<br>Method or attribute name: interface CurrentDayStyle<br>New version information…
837 …CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>New version information…
838 …rrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>New version information…
839 …tDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>New version information…
840 …me: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>New version information…
841 …urrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>New version information…
842 …name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>New version information…
843 … name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>New version information…
844 …ayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>New version information…
845 … CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>New version information…
846 …entDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>New version information…
847 …tDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>New version information…
848 …tDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>New version information…
849 …Style;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>New version information…
850 …Style;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>New version information…
851 … name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>New version information…
852 …rrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>New version information…
853 …urrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>New version information…
854 …me: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>New version information…
855 …CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>New version information…
856 …urrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>New version information…
857 …ntDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>New version information…
858 …rrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>New version information…
859 …rrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>New version information…
860 …rentDayStyle;<br>Method or attribute name: interface NonCurrentDayStyle<br>New version information…
861 …;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>New version information…
862 …br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>New version information…
863 …hod or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>New version information…
864 …thod or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>New version information…
865 …ass name: TodayStyle;<br>Method or attribute name: interface TodayStyle<br>New version information…
866 …dayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>New version information…
867 …yStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>New version information…
868 …r>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>New version information…
869 …e: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>New version information…
870 …Class name: WeekStyle;<br>Method or attribute name: interface WeekStyle<br>New version information…
871 …ame: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>New version information…
872 …eekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>New version information…
873 …kStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>New version information…
874 …ss name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>New version information…
875 …lass name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>New version information…
876 …Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>New version information…
877 …e: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>New version information…
878 …: WorkStateStyle;<br>Method or attribute name: interface WorkStateStyle<br>New version information…
879 …teStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>New version information…
880 …ateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>New version information…
881 … WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>New version information…
882 …: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>New version information…
883 …: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>New version information…
884 …r>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>New version information…
885 …<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>New version information…
886 …ntroller;<br>Method or attribute name: declare class CalendarController<br>New version information…
887 …s name: CalendarController;<br>Method or attribute name: constructor();<br>New version information…
888 …s name: CalendarController;<br>Method or attribute name: backToToday();<br>New version information…
889 …ribute name: goTo(value: { year: number; month: number; day: number });<br>New version information…
890 …ndarInterface;<br>Method or attribute name: interface CalendarInterface<br>New version information…
891 …ta;<br> controller?: CalendarController;<br> }): CalendarAttribute;<br>New version information…
892 …Attribute;<br>Method or attribute name: declare class CalendarAttribute<br>New version information…
893 …Method or attribute name: showLunar(value: boolean): CalendarAttribute;<br>New version information…
894 …thod or attribute name: showHoliday(value: boolean): CalendarAttribute;<br>New version information…
895 …Method or attribute name: needSlide(value: boolean): CalendarAttribute;<br>New version information…
896 …ethod or attribute name: startOfWeek(value: number): CalendarAttribute;<br>New version information…
897 …br>Method or attribute name: offDays(value: number): CalendarAttribute;<br>New version information…
898 …br>Method or attribute name: direction(value: Axis): CalendarAttribute;<br>New version information…
899 …ibute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;<br>New version information…
900 …name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;<br>New version information…
901 …od or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;<br>New version information…
902 …thod or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;<br>New version information…
903 …tribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;<br>New version information…
904 …hange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;<br>New version information…
905 …ent: (event: CalendarRequestedData) => void,<br> ): CalendarAttribute;<br>New version information…
906 …teOptions;<br>Method or attribute name: declare interface RotateOptions<br>New version information…
907 …tions;<br>Method or attribute name: declare interface TransitionOptions<br>New version information…
908 … TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information…
909 …name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information…
910 …tionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information…
911 …: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information…
912 …TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information…
913 …m|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information…
914 …m|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information…
915 …LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information…
916 …ss name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information…
917 … name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information…
918 …lass name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information…
919 …utInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information…
920 …Class name: View;<br>Method or attribute name: create(value: any): any;<br>New version information…
921 …od or attribute name: declare abstract class SubscribedAbstractProperty<br>New version information…
922 …cribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>New version information…
923 …Property;<br>Method or attribute name: abstract set(newValue: T): void;<br>New version information…
924 … form|Class name: HitTestMode;<br>Method or attribute name: Transparent<br>New version information…
925 …mation: form|Class name: HoverEffect;<br>Method or attribute name: Auto<br>New version information…
926 …mation: form|Class name: MouseButton;<br>Method or attribute name: None<br>New version information…
927 …mation: form|Class name: HoverEffect;<br>Method or attribute name: None<br>New version information…
928 …mation: form|Class name: HitTestMode;<br>Method or attribute name: None<br>New version information…
929 …ss name: TouchType;<br>Method or attribute name: declare enum TouchType<br>New version information…
930 …ormation: form|Class name: TouchType;<br>Method or attribute name: Down<br>New version information…
931 …nformation: form|Class name: KeyType;<br>Method or attribute name: Down<br>New version information…
932 …nformation: form|Class name: TouchType;<br>Method or attribute name: Up<br>New version information…
933 … information: form|Class name: KeyType;<br>Method or attribute name: Up<br>New version information…
934 …ormation: form|Class name: TouchType;<br>Method or attribute name: Move<br>New version information…
935 …mation: form|Class name: MouseAction;<br>Method or attribute name: Move<br>New version information…
936 …mation: form|Class name: TouchType;<br>Method or attribute name: Cancel<br>New version information…
937 …ame: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>New version information…
938 …mation: form|Class name: MouseButton;<br>Method or attribute name: Left<br>New version information…
939 …ormation: form|Class name: Placement;<br>Method or attribute name: Left<br>New version information…
940 …ation: form|Class name: MouseButton;<br>Method or attribute name: Right<br>New version information…
941 …rmation: form|Class name: Placement;<br>Method or attribute name: Right<br>New version information…
942 …tion: form|Class name: MouseButton;<br>Method or attribute name: Middle<br>New version information…
943 …mation: form|Class name: MouseButton;<br>Method or attribute name: Back<br>New version information…
944 …ion: form|Class name: MouseButton;<br>Method or attribute name: Forward<br>New version information…
945 …ame: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>New version information…
946 …ation: form|Class name: MouseAction;<br>Method or attribute name: Press<br>New version information…
947 …ion: form|Class name: MouseAction;<br>Method or attribute name: Release<br>New version information…
948 …ation: form|Class name: MouseAction;<br>Method or attribute name: Hover<br>New version information…
949 …|Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>New version information…
950 …ss name: KeySource;<br>Method or attribute name: declare enum KeySource<br>New version information…
951 …ation: form|Class name: KeySource;<br>Method or attribute name: Unknown<br>New version information…
952 …tion: form|Class name: KeySource;<br>Method or attribute name: Keyboard<br>New version information…
953 …: form|Class name: Edge;<br>Method or attribute name: declare enum Edge<br>New version information…
954 …on information: form|Class name: Edge;<br>Method or attribute name: Top<br>New version information…
955 …formation: form|Class name: Placement;<br>Method or attribute name: Top<br>New version information…
956 …information: form|Class name: Edge;<br>Method or attribute name: Bottom<br>New version information…
957 …mation: form|Class name: Placement;<br>Method or attribute name: Bottom<br>New version information…
958 … information: form|Class name: Edge;<br>Method or attribute name: Start<br>New version information…
959 …on information: form|Class name: Edge;<br>Method or attribute name: End<br>New version information…
960 …: form|Class name: Week;<br>Method or attribute name: declare enum Week<br>New version information…
961 …on information: form|Class name: Week;<br>Method or attribute name: Mon<br>New version information…
962 …on information: form|Class name: Week;<br>Method or attribute name: Tue<br>New version information…
963 …on information: form|Class name: Week;<br>Method or attribute name: Wed<br>New version information…
964 …n information: form|Class name: Week;<br>Method or attribute name: Thur<br>New version information…
965 …on information: form|Class name: Week;<br>Method or attribute name: Fri<br>New version information…
966 …on information: form|Class name: Week;<br>Method or attribute name: Sat<br>New version information…
967 …on information: form|Class name: Week;<br>Method or attribute name: Sun<br>New version information…
968 … name: RelateType;<br>Method or attribute name: declare enum RelateType<br>New version information…
969 …rmation: form|Class name: RelateType;<br>Method or attribute name: FILL<br>New version information…
970 …ormation: form|Class name: RelateType;<br>Method or attribute name: FIT<br>New version information…
971 …ation: form|Class name: Placement;<br>Method or attribute name: LeftTop<br>New version information…
972 …on: form|Class name: Placement;<br>Method or attribute name: LeftBottom<br>New version information…
973 …tion: form|Class name: Placement;<br>Method or attribute name: RightTop<br>New version information…
974 …n: form|Class name: Placement;<br>Method or attribute name: RightBottom<br>New version information…
975 …e;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>New version information…
976 …s name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>New version information…
977 …name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>New version information…
978 …e: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>New version information…
979 … form|Class name: ResponseType;<br>Method or attribute name: RightClick<br>New version information…
980 …: form|Class name: ResponseType;<br>Method or attribute name: LongPress<br>New version information…
981 …ame: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>New version information…
982 …ation: form|Class name: HoverEffect;<br>Method or attribute name: Scale<br>New version information…
983 …n: form|Class name: HoverEffect;<br>Method or attribute name: Highlight<br>New version information…
984 …ss name: Placement;<br>Method or attribute name: declare enum Placement<br>New version information…
985 …ation: form|Class name: Placement;<br>Method or attribute name: TopLeft<br>New version information…
986 …tion: form|Class name: Placement;<br>Method or attribute name: TopRight<br>New version information…
987 …on: form|Class name: Placement;<br>Method or attribute name: BottomLeft<br>New version information…
988 …n: form|Class name: Placement;<br>Method or attribute name: BottomRight<br>New version information…
989 …ame: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>New version information…
990 …ion: form|Class name: HitTestMode;<br>Method or attribute name: Default<br>New version information…
991 …ation: form|Class name: HitTestMode;<br>Method or attribute name: Block<br>New version information…
992 …ame: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>New version information…
993 …on: form|Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>New version information…
994 … form|Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>New version information…
995 …br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>New version information…
996 …nterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>New version information…
997 …atorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>New version information…
998 …: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>New version information…
999 …: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>New version information…
1000 … ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information…
1001 …ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information…
1002 …e: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information…
1003 …: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information…
1004 …bute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>New version information…
1005 …te name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>New version information…
1006 … attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>New version information…
1007 …hod or attribute name: duration(value: number): ImageAnimatorAttribute;<br>New version information…
1008 …hod or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>New version information…
1009 …d or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>New version information…
1010 …d or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>New version information…
1011 … or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>New version information…
1012 … or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>New version information…
1013 …or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>New version information…
1014 …or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>New version information…
1015 …ethod or attribute name: selectable(value: boolean): ListItemAttribute;<br>New version information…
1016 …Controller;<br>Method or attribute name: declare class SwiperController<br>New version information…
1017 …ass name: SwiperController;<br>Method or attribute name: constructor();<br>New version information…
1018 …|Class name: SwiperController;<br>Method or attribute name: showNext();<br>New version information…
1019 …ss name: SwiperController;<br>Method or attribute name: showPrevious();<br>New version information…
1020 …r;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>New version information…
1021 …isplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>New version information…
1022 …n: |Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>New version information…
1023 …|Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>New version information…
1024 …SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>New version information…
1025 …od or attribute name: (controller?: SwiperController): SwiperAttribute;<br>New version information…
1026 …erAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>New version information…
1027 …te;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>New version information…
1028 …br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>New version information…
1029 …<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>New version information…
1030 …tor(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>New version information…
1031 …te;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>New version information…
1032 …br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>New version information…
1033 …or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>New version information…
1034 …attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>New version information…
1035 …>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>New version information…
1036 …splayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>New version information…
1037 …thod or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>New version information…
1038 …ethod or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>New version information…
1039 …tribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>New version information…
1040 …ribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>New version information…
1041 …ex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information…
1042 …ex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information…
1043 …troller;<br>Method or attribute name: declare class TextTimerController<br>New version information…
1044 … name: TextTimerController;<br>Method or attribute name: constructor();<br>New version information…
1045 …|Class name: TextTimerController;<br>Method or attribute name: start();<br>New version information…
1046 …|Class name: TextTimerController;<br>Method or attribute name: pause();<br>New version information…
1047 …|Class name: TextTimerController;<br>Method or attribute name: reset();<br>New version information…
1048 …xtTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>New version information…
1049 …: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information…
1050 …ss name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information…
1051 …Options;<br>Method or attribute name: controller?: TextTimerController;<br>New version information…
1052 …merInterface;<br>Method or attribute name: interface TextTimerInterface<br>New version information…
1053 …od or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>New version information…
1054 …ttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>New version information…
1055 …br>Method or attribute name: format(value: string): TextTimerAttribute;<br>New version information…
1056 …or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>New version information…
1057 …>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>New version information…
1058 …hod or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>New version information…
1059 … fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>New version information…
1060 … or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>New version information…
1061 …event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>New version information…
1062 … |Class name: Area;<br>Method or attribute name: declare interface Area<br>New version information…
1063 …rmation: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information…
1064 …mation: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information…
1065 …on: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information…
1066 …lass name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information…
1067 …name: Position;<br>Method or attribute name: declare interface Position<br>New version information…
1068 …mation: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information…
1069 …mation: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information…
1070 …s;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>New version information…
1071 … ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information…
1072 … ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information…
1073 …ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information…
1074 …ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information…
1075 …SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>New version information…
1076 … |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information…
1077 …|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information…
1078 …erOptions;<br>Method or attribute name: declare interface BorderOptions<br>New version information…
1079 …rderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information…
1080 …ions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information…
1081 …ptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information…
1082 …ptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information…
1083 …me: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>New version information…
1084 …ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>New version information…
1085 …ndler: Function \| string, delay: number, ...arguments: any[]): number;<br>New version information…
1086 …dler: Function \| string, delay?: number, ...arguments: any[]): number;<br>New version information…
1087 …name: export declare function clearInterval(intervalID?: number): void;<br>New version information…
1088 …e name: export declare function clearTimeout(timeoutID?: number): void;<br>New version information…
1089 …tribute name: export declare function canIUse(syscap: string): boolean;<br>New version information…
1090 …te name: export declare function getInspectorByKey(id: string): string;<br>New version information…
1091 … or attribute name: export declare function getInspectorTree(): Object;<br>New version information…
1092 …on sendEventByKey(id: string, action: number, params: string): boolean;<br>New version information…
1093 …e: export declare function sendTouchEvent(event: TouchObject): boolean;<br>New version information…
1094 …e name: export declare function sendKeyEvent(event: KeyEvent): boolean;<br>New version information…
1095 …me: export declare function sendMouseEvent(event: MouseEvent): boolean;<br>New version information…
1096 …ame: console;<br>Method or attribute name: export declare class console<br>New version information…
1097 …tribute name: static debug(message: string, ...arguments: any[]): void;<br>New version information…
1098 …attribute name: static log(message: string, ...arguments: any[]): void;<br>New version information…
1099 …ttribute name: static info(message: string, ...arguments: any[]): void;<br>New version information…
1100 …ttribute name: static warn(message: string, ...arguments: any[]): void;<br>New version information…
1101 …tribute name: static error(message: string, ...arguments: any[]): void;<br>New version information…
1102 …rOptions;<br>Method or attribute name: export interface AnimatorOptions<br>New version information…
1103 …s name: AnimatorOptions;<br>Method or attribute name: duration: number;<br>New version information…
1104 …ass name: AnimatorOptions;<br>Method or attribute name: easing: string;<br>New version information…
1105 …lass name: AnimatorOptions;<br>Method or attribute name: delay: number;<br>New version information…
1106 …or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";<br>New version information…
1107 …direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>New version information…
1108 …name: AnimatorOptions;<br>Method or attribute name: iterations: number;<br>New version information…
1109 …lass name: AnimatorOptions;<br>Method or attribute name: begin: number;<br>New version information…
1110 …|Class name: AnimatorOptions;<br>Method or attribute name: end: number;<br>New version information…
1111 …torResult;<br>Method or attribute name: export interface AnimatorResult<br>New version information…
1112 …lt;<br>Method or attribute name: reset(options: AnimatorOptions): void;<br>New version information…
1113 …|Class name: AnimatorResult;<br>Method or attribute name: play(): void;<br>New version information…
1114 …lass name: AnimatorResult;<br>Method or attribute name: finish(): void;<br>New version information…
1115 …Class name: AnimatorResult;<br>Method or attribute name: pause(): void;<br>New version information…
1116 …lass name: AnimatorResult;<br>Method or attribute name: cancel(): void;<br>New version information…
1117 …ass name: AnimatorResult;<br>Method or attribute name: reverse(): void;<br>New version information…
1118 …sult;<br>Method or attribute name: onframe: (progress: number) => void;<br>New version information…
1119 …ame: AnimatorResult;<br>Method or attribute name: onfinish: () => void;<br>New version information…
1120 …ame: AnimatorResult;<br>Method or attribute name: oncancel: () => void;<br>New version information…
1121 …ame: AnimatorResult;<br>Method or attribute name: onrepeat: () => void;<br>New version information…
1122 …e: Animator;<br>Method or attribute name: export default class Animator<br>New version information…
1123 …ttribute name: static create(options: AnimatorOptions): AnimatorResult;<br>New version information…
1124 …ation: |Class name: curves;<br>Method or attribute name: declare curves<br>New version information…
1125 …br>Method or attribute name: function initCurve(curve?: Curve): ICurve;<br>New version information…
1126 …tribute name: function stepsCurve(count: number, end: boolean): ICurve;<br>New version information…
1127 …bicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;<br>New version information…
1128 …ity: number, mass: number, stiffness: number, damping: number): ICurve;<br>New version information…
1129 …?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>New version information…
1130 …?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>New version information…
1131 …nformation: |Class name: Curve;<br>Method or attribute name: enum Curve<br>New version information…
1132 …ion: |Class name: ICurve;<br>Method or attribute name: interface ICurve<br>New version information…
1133 …ve;<br>Method or attribute name: interpolate(fraction: number): number;<br>New version information…
1134 …ion: |Class name: matrix4;<br>Method or attribute name: declare matrix4<br>New version information…
1135 …mber,<br> number,<br> number<br> ]<br> ): Matrix4Transit;<br>New version information…
1136 …rix4;<br>Method or attribute name: function identity(): Matrix4Transit;<br>New version information…
1137 …TranslateOption;<br>Method or attribute name: interface TranslateOption<br>New version information…
1138 … |Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>New version information…
1139 …ion: |Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>New version information…
1140 …on: |Class name: RotateOption;<br>Method or attribute name: x?: number;<br>New version information…
1141 … |Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>New version information…
1142 …ion: |Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>New version information…
1143 …on: |Class name: RotateOption;<br>Method or attribute name: y?: number;<br>New version information…
1144 … |Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>New version information…
1145 …ion: |Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>New version information…
1146 …on: |Class name: RotateOption;<br>Method or attribute name: z?: number;<br>New version information…
1147 …s name: ScaleOption;<br>Method or attribute name: interface ScaleOption<br>New version information…
1148 …Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>New version information…
1149 …lass name: RotateOption;<br>Method or attribute name: centerX?: number;<br>New version information…
1150 …Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>New version information…
1151 …lass name: RotateOption;<br>Method or attribute name: centerY?: number;<br>New version information…
1152 …name: RotateOption;<br>Method or attribute name: interface RotateOption<br>New version information…
1153 …|Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>New version information…
1154 …: Matrix4Transit;<br>Method or attribute name: interface Matrix4Transit<br>New version information…
1155 …e: Matrix4Transit;<br>Method or attribute name: copy(): Matrix4Transit;<br>New version information…
1156 … Matrix4Transit;<br>Method or attribute name: invert(): Matrix4Transit;<br>New version information…
1157 …od or attribute name: combine(options: Matrix4Transit): Matrix4Transit;<br>New version information…
1158 …or attribute name: translate(options: TranslateOption): Matrix4Transit;<br>New version information…
1159 …>Method or attribute name: scale(options: ScaleOption): Matrix4Transit;<br>New version information…
1160 …ethod or attribute name: rotate(options: RotateOption): Matrix4Transit;<br>New version information…
1161 …bute name: transformPoint(options: [number, number]): [number, number];<br>New version information…
1162 …Class name: mediaquery;<br>Method or attribute name: declare mediaquery<br>New version information…
1163 …e name: function matchMediaSync(condition: string): MediaQueryListener;<br>New version information…
1164 …diaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>New version information…
1165 … MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>New version information…
1166 … name: on(type: 'change', callback: Callback\<MediaQueryResult>): void;<br>New version information…
1167 …ame: off(type: 'change', callback?: Callback\<MediaQueryResult>): void;<br>New version information…
1168 …s name: promptAction;<br>Method or attribute name: declare promptAction<br>New version information…
1169 …or attribute name: function showToast(options: ShowToastOptions): void;<br>New version information…
1170 …logOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>): void;<br>New version information…
1171 …ialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>New version information…
1172 …enuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>): void;<br>New version information…
1173 …nMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>New version information…
1174 …owToastOptions;<br>Method or attribute name: interface ShowToastOptions<br>New version information…
1175 …ToastOptions;<br>Method or attribute name: message: string \| Resource;<br>New version information…
1176 …name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information…
1177 …owToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information…
1178 …ion: |Class name: Button;<br>Method or attribute name: interface Button<br>New version information…
1179 …ss name: Button;<br>Method or attribute name: text: string \| Resource;<br>New version information…
1180 …s name: Button;<br>Method or attribute name: color: string \| Resource;<br>New version information…
1181 …ponse;<br>Method or attribute name: interface ShowDialogSuccessResponse<br>New version information…
1182 … ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version information…
1183 … ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version information…
1184 …DialogOptions;<br>Method or attribute name: interface ShowDialogOptions<br>New version information…
1185 …DialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information…
1186 …onMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information…
1187 …alogOptions;<br>Method or attribute name: message?: string \| Resource;<br>New version information…
1188 …owDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>New version information…
1189 …ponse;<br>Method or attribute name: interface ActionMenuSuccessResponse<br>New version information…
1190 …onMenuOptions;<br>Method or attribute name: interface ActionMenuOptions<br>New version information…
1191 …e name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information…
1192 …ation: |Class name: router;<br>Method or attribute name: declare router<br>New version information…
1193 … pushUrl(options: RouterOptions, callback: AsyncCallback\<void>): void;<br>New version information…
1194 …tribute name: function pushUrl(options: RouterOptions): Promise\<void>;<br>New version information…
1195 …RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;<br>New version information…
1196 …tion pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;<br>New version information…
1197 …Method or attribute name: function back(options?: RouterOptions): void;<br>New version information…
1198 …lass name: router;<br>Method or attribute name: function clear(): void;<br>New version information…
1199 …ame: router;<br>Method or attribute name: function getLength(): string;<br>New version information…
1200 … router;<br>Method or attribute name: function getState(): RouterState;<br>New version information…
1201 …e: function showAlertBeforeBackPage(options: EnableAlertOptions): void;<br>New version information…
1202 …<br>Method or attribute name: function hideAlertBeforeBackPage(): void;<br>New version information…
1203 …ame: router;<br>Method or attribute name: function getParams(): Object;<br>New version information…
1204 …s name: RouterMode;<br>Method or attribute name: export enum RouterMode<br>New version information…
1205 …rmation: |Class name: RouterMode;<br>Method or attribute name: Standard<br>New version information…
1206 …formation: |Class name: RouterMode;<br>Method or attribute name: Single<br>New version information…
1207 …s name: RouterState;<br>Method or attribute name: interface RouterState<br>New version information…
1208 …: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version information…
1209 …n: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version information…
1210 …n: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version information…
1211 …AlertOptions;<br>Method or attribute name: interface EnableAlertOptions<br>New version information…
1212 …name: EnableAlertOptions;<br>Method or attribute name: message: string;<br>New version information…
1213 …r attribute name: declare type CanvasFillRule = "evenodd" \| "nonzero";<br>New version information…
1214 …ibute name: declare type CanvasLineCap = "butt" \| "round" \| "square";<br>New version information…
1215 …bute name: declare type CanvasLineJoin = "bevel" \| "miter" \| "round";<br>New version information…
1216 …ibute name: declare type CanvasDirection = "inherit" \| "ltr" \| "rtl";<br>New version information…
1217 …pe CanvasTextAlign = "center" \| "end" \| "left" \| "right" \| "start";<br>New version information…
1218 …abetic" \| "bottom" \| "hanging" \| "ideographic" \| "middle" \| "top";<br>New version information…
1219 …name: declare type ImageSmoothingQuality = "high" \| "low" \| "medium";<br>New version information…
1220 …tribute name: declare function getContext(component?: Object): Context;<br>New version information…
1221 …e: declare type Context = import('../api/application/Context').default;<br>New version information…
1222 …clare function postCardAction(component: Object, action: Object): void;<br>New version information…
1223 …e name: declare function $r(value: string, ...params: any[]): Resource;<br>New version information…
1224 … or attribute name: declare function $rawfile(value: string): Resource;<br>New version information…
1225 …clare function animateTo(value: AnimateParam, event: () => void): void;<br>New version information…
1226 …ethod or attribute name: declare function vp2px(value: number): number;<br>New version information…
1227 …ethod or attribute name: declare function px2vp(value: number): number;<br>New version information…
1228 …ethod or attribute name: declare function fp2px(value: number): number;<br>New version information…
1229 …ethod or attribute name: declare function px2fp(value: number): number;<br>New version information…
1230 …thod or attribute name: declare function lpx2px(value: number): number;<br>New version information…
1231 …thod or attribute name: declare function px2lpx(value: number): number;<br>New version information…
1232 …pe PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;<br>New version information…
1233 …od or attribute name: declare type CustomBuilder = (() => any) \| void;<br>New version information…
1234 …terface<br> \| RotationGestureInterface<br> \| GestureGroupInterface;<br>New version information…
1235 … or attribute name: declare type Length = string \| number \| Resource;<br>New version information…
1236 …ethod or attribute name: declare type ResourceStr = string \| Resource;<br>New version information…
1237 …form<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information…
1238 …sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>New version information…
1239 …form<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information…
1240 …> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>New version information…
1241 …> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>New version information…
1242 …br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>New version information…
1243 …r> * @crossplatform<br> * @since 10<br> */<br> dy: Length;<br>};<br>New version information…
1244 …me: declare type ResourceColor = Color \| number \| string \| Resource;<br>New version information…
1245 …<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>New version information…
1246 …Class name: SheetInfo;<br>Method or attribute name: interface SheetInfo<br>New version information…
1247 …ame: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>New version information…
1248 …ame: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>New version information…
1249 …Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information…
1250 …me: ActionSheet;<br>Method or attribute name: declare class ActionSheet<br>New version information…
1251 …t;<br>Method or attribute name: static show(value: ActionSheetOptions);<br>New version information…
1252 …logAlignment;<br>Method or attribute name: declare enum DialogAlignment<br>New version information…
1253 …rmation: |Class name: DialogAlignment;<br>Method or attribute name: Top<br>New version information…
1254 …tion: |Class name: DialogAlignment;<br>Method or attribute name: Center<br>New version information…
1255 …tion: |Class name: DialogAlignment;<br>Method or attribute name: Bottom<br>New version information…
1256 …ion: |Class name: DialogAlignment;<br>Method or attribute name: Default<br>New version information…
1257 …on: |Class name: DialogAlignment;<br>Method or attribute name: TopStart<br>New version information…
1258 …tion: |Class name: DialogAlignment;<br>Method or attribute name: TopEnd<br>New version information…
1259 … |Class name: DialogAlignment;<br>Method or attribute name: CenterStart<br>New version information…
1260 …n: |Class name: DialogAlignment;<br>Method or attribute name: CenterEnd<br>New version information…
1261 … |Class name: DialogAlignment;<br>Method or attribute name: BottomStart<br>New version information…
1262 …n: |Class name: DialogAlignment;<br>Method or attribute name: BottomEnd<br>New version information…
1263 …gParam;<br>Method or attribute name: declare interface AlertDialogParam<br>New version information…
1264 …me: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>New version information…
1265 …e: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>New version information…
1266 …e: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
1267 …me: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information…
1268 …tDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information…
1269 …s name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>New version information…
1270 …ame: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>New version information…
1271 …Method or attribute name: declare interface AlertDialogParamWithConfirm<br>New version information…
1272 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
1273 …Method or attribute name: declare interface AlertDialogParamWithButtons<br>New version information…
1274 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
1275 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
1276 …me: AlertDialog;<br>Method or attribute name: declare class AlertDialog<br>New version information…
1277 …Confirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions);<br>New version information…
1278 …e: IndexerAlign;<br>Method or attribute name: declare enum IndexerAlign<br>New version information…
1279 …formation: |Class name: IndexerAlign;<br>Method or attribute name: Left<br>New version information…
1280 …ormation: |Class name: IndexerAlign;<br>Method or attribute name: Right<br>New version information…
1281 …erface;<br>Method or attribute name: interface AlphabetIndexerInterface<br>New version information…
1282 …ayValue: Array\<string>; selected: number }): AlphabetIndexerAttribute;<br>New version information…
1283 …te;<br>Method or attribute name: declare class AlphabetIndexerAttribute<br>New version information…
1284 … attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information…
1285 …te name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information…
1286 …ibute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information…
1287 …electedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information…
1288 … name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information…
1289 …r attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;<br>New version information…
1290 …or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;<br>New version information…
1291 …od or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;<br>New version information…
1292 …bute name: itemSize(value: string \| number): AlphabetIndexerAttribute;<br>New version information…
1293 …>Method or attribute name: font(value: Font): AlphabetIndexerAttribute;<br>New version information…
1294 …nStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>New version information…
1295 … onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>New version information…
1296 …callback: (index: number) => Array\<string>): AlphabetIndexerAttribute;<br>New version information…
1297 …pupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>New version information…
1298 …d or attribute name: selected(index: number): AlphabetIndexerAttribute;<br>New version information…
1299 …tribute name: popupPosition(value: Position): AlphabetIndexerAttribute;<br>New version information…
1300 … BadgePosition;<br>Method or attribute name: declare enum BadgePosition<br>New version information…
1301 …tion: |Class name: BadgePosition;<br>Method or attribute name: RightTop<br>New version information…
1302 …rmation: |Class name: BadgePosition;<br>Method or attribute name: Right<br>New version information…
1303 …ormation: |Class name: BadgePosition;<br>Method or attribute name: Left<br>New version information…
1304 …: BadgeStyle;<br>Method or attribute name: declare interface BadgeStyle<br>New version information…
1305 …s name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information…
1306 …: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>New version information…
1307 … BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>New version information…
1308 …e: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>New version information…
1309 …: BadgeParam;<br>Method or attribute name: declare interface BadgeParam<br>New version information…
1310 …ram;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information…
1311 …Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>New version information…
1312 …er;<br>Method or attribute name: declare interface BadgeParamWithNumber<br>New version information…
1313 …name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>New version information…
1314 …: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>New version information…
1315 …ng;<br>Method or attribute name: declare interface BadgeParamWithString<br>New version information…
1316 …name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>New version information…
1317 …: BadgeInterface;<br>Method or attribute name: interface BadgeInterface<br>New version information…
1318 …ethod or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;<br>New version information…
1319 …ethod or attribute name: (value: BadgeParamWithString): BadgeAttribute;<br>New version information…
1320 …dgeAttribute;<br>Method or attribute name: declare class BadgeAttribute<br>New version information…
1321 …: BlankInterface;<br>Method or attribute name: interface BlankInterface<br>New version information…
1322 …<br>Method or attribute name: (min?: number \| string): BlankAttribute;<br>New version information…
1323 …ankAttribute;<br>Method or attribute name: declare class BlankAttribute<br>New version information…
1324 …>Method or attribute name: color(value: ResourceColor): BlankAttribute;<br>New version information…
1325 … name: ButtonType;<br>Method or attribute name: declare enum ButtonType<br>New version information…
1326 …ormation: |Class name: ButtonType;<br>Method or attribute name: Capsule<br>New version information…
1327 …formation: |Class name: ButtonType;<br>Method or attribute name: Circle<br>New version information…
1328 …formation: |Class name: ButtonType;<br>Method or attribute name: Normal<br>New version information…
1329 …onOptions;<br>Method or attribute name: declare interface ButtonOptions<br>New version information…
1330 …ss name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>New version information…
1331 …ame: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>New version information…
1332 …ButtonInterface;<br>Method or attribute name: interface ButtonInterface<br>New version information…
1333 …ame: ButtonInterface;<br>Method or attribute name: (): ButtonAttribute;<br>New version information…
1334 …br>Method or attribute name: (options: ButtonOptions): ButtonAttribute;<br>New version information…
1335 …e name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>New version information…
1336 …onAttribute;<br>Method or attribute name: declare class ButtonAttribute<br>New version information…
1337 …<br>Method or attribute name: type(value: ButtonType): ButtonAttribute;<br>New version information…
1338 …Method or attribute name: stateEffect(value: boolean): ButtonAttribute;<br>New version information…
1339 …od or attribute name: fontColor(value: ResourceColor): ButtonAttribute;<br>New version information…
1340 …<br>Method or attribute name: fontSize(value: Length): ButtonAttribute;<br>New version information…
1341 …me: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>New version information…
1342 …Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;<br>New version information…
1343 …attribute name: fontFamily(value: string \| Resource): ButtonAttribute;<br>New version information…
1344 …nvasGradient;<br>Method or attribute name: declare class CanvasGradient<br>New version information…
1345 …d or attribute name: addColorStop(offset: number, color: string): void;<br>New version information…
1346 …name: CanvasPath;<br>Method or attribute name: declare class CanvasPath<br>New version information…
1347 …tartAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>New version information…
1348 …(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>New version information…
1349 … cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>New version information…
1350 …Class name: CanvasPath;<br>Method or attribute name: closePath(): void;<br>New version information…
1351 …> endAngle: number,<br> counterclockwise?: boolean,<br> ): void;<br>New version information…
1352 …sPath;<br>Method or attribute name: lineTo(x: number, y: number): void;<br>New version information…
1353 …sPath;<br>Method or attribute name: moveTo(x: number, y: number): void;<br>New version information…
1354 …quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>New version information…
1355 …attribute name: rect(x: number, y: number, w: number, h: number): void;<br>New version information…
1356 … |Class name: Path2D;<br>Method or attribute name: declare class Path2D<br>New version information…
1357 …d or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;<br>New version information…
1358 …ation: |Class name: Path2D;<br>Method or attribute name: constructor();<br>New version information…
1359 …s name: Path2D;<br>Method or attribute name: constructor(path: Path2D);<br>New version information…
1360 …lass name: Path2D;<br>Method or attribute name: constructor(d: string);<br>New version information…
1361 …TextMetrics;<br>Method or attribute name: declare interface TextMetrics<br>New version information…
1362 …<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>New version information…
1363 …br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>New version information…
1364 …s;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>New version information…
1365 …;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>New version information…
1366 …rics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>New version information…
1367 …tMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>New version information…
1368 …Metrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>New version information…
1369 …s;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>New version information…
1370 …;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>New version information…
1371 …Metrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>New version information…
1372 …ics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>New version information…
1373 …name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>New version information…
1374 …name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>New version information…
1375 …s name: ImageData;<br>Method or attribute name: readonly width: number;<br>New version information…
1376 …enderingContext2D;<br>Method or attribute name: readonly width: number;<br>New version information…
1377 …ame: TextMetrics;<br>Method or attribute name: readonly height: number;<br>New version information…
1378 …ame: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>New version information…
1379 … name: ImageData;<br>Method or attribute name: readonly height: number;<br>New version information…
1380 …nderingContext2D;<br>Method or attribute name: readonly height: number;<br>New version information…
1381 …me: ImageBitmap;<br>Method or attribute name: declare class ImageBitmap<br>New version information…
1382 …: |Class name: ImageBitmap;<br>Method or attribute name: close(): void;<br>New version information…
1383 …me: ImageBitmap;<br>Method or attribute name: constructor(src: string);<br>New version information…
1384 … ImageBitmap;<br>Method or attribute name: constructor(data: PixelMap);<br>New version information…
1385 …s name: ImageData;<br>Method or attribute name: declare class ImageData<br>New version information…
1386 …ageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>New version information…
1387 …: constructor(width: number, height: number, data?: Uint8ClampedArray);<br>New version information…
1388 …gs;<br>Method or attribute name: declare class RenderingContextSettings<br>New version information…
1389 …eringContextSettings;<br>Method or attribute name: antialias?: boolean;<br>New version information…
1390 …ettings;<br>Method or attribute name: constructor(antialias?: boolean);<br>New version information…
1391 …nvasRenderer;<br>Method or attribute name: declare class CanvasRenderer<br>New version information…
1392 …name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>New version information…
1393 …enderer;<br>Method or attribute name: globalCompositeOperation: string;<br>New version information…
1394 …rawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>New version information…
1395 …map \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>New version information…
1396 …<br> dy: number,<br> dw: number,<br> dh: number,<br> ): void;<br>New version information…
1397 …s name: CanvasRenderer;<br>Method or attribute name: beginPath(): void;<br>New version information…
1398 …er;<br>Method or attribute name: clip(fillRule?: CanvasFillRule): void;<br>New version information…
1399 …or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>New version information…
1400 …er;<br>Method or attribute name: fill(fillRule?: CanvasFillRule): void;<br>New version information…
1401 …or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>New version information…
1402 …lass name: CanvasRenderer;<br>Method or attribute name: stroke(): void;<br>New version information…
1403 …anvasRenderer;<br>Method or attribute name: stroke(path: Path2D): void;<br>New version information…
1404 …e name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information…
1405 …name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information…
1406 …adient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>New version information…
1407 …image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>New version information…
1408 …umber, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>New version information…
1409 …lass name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>New version information…
1410 … or attribute name: createImageData(sw: number, sh: number): ImageData;<br>New version information…
1411 …od or attribute name: createImageData(imagedata: ImageData): ImageData;<br>New version information…
1412 …etImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>New version information…
1413 … getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;<br>New version information…
1414 …sRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>New version information…
1415 …Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>New version information…
1416 …e: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>New version information…
1417 …e: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>New version information…
1418 … CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>New version information…
1419 …s name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>New version information…
1420 … name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>New version information…
1421 …: CanvasRenderer;<br>Method or attribute name: getLineDash(): number[];<br>New version information…
1422 …er;<br>Method or attribute name: setLineDash(segments: number[]): void;<br>New version information…
1423 …bute name: clearRect(x: number, y: number, w: number, h: number): void;<br>New version information…
1424 …ibute name: fillRect(x: number, y: number, w: number, h: number): void;<br>New version information…
1425 …ute name: strokeRect(x: number, y: number, w: number, h: number): void;<br>New version information…
1426 … name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>New version information…
1427 …name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>New version information…
1428 …me: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>New version information…
1429 …me: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>New version information…
1430 …ass name: CanvasRenderer;<br>Method or attribute name: restore(): void;<br>New version information…
1431 …|Class name: CanvasRenderer;<br>Method or attribute name: save(): void;<br>New version information…
1432 … fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>New version information…
1433 …r;<br>Method or attribute name: measureText(text: string): TextMetrics;<br>New version information…
1434 …trokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>New version information…
1435 …anvasRenderer;<br>Method or attribute name: direction: CanvasDirection;<br>New version information…
1436 …|Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>New version information…
1437 …anvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>New version information…
1438 …enderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>New version information…
1439 … CanvasRenderer;<br>Method or attribute name: getTransform(): Matrix2D;<br>New version information…
1440 …e: CanvasRenderer;<br>Method or attribute name: resetTransform(): void;<br>New version information…
1441 …nvasRenderer;<br>Method or attribute name: rotate(angle: number): void;<br>New version information…
1442 …nderer;<br>Method or attribute name: scale(x: number, y: number): void;<br>New version information…
1443 …: number, b: number, c: number, d: number, e: number, f: number): void;<br>New version information…
1444 …<br>Method or attribute name: setTransform(transform?: Matrix2D): void;<br>New version information…
1445 …: number, b: number, c: number, d: number, e: number, f: number): void;<br>New version information…
1446 …er;<br>Method or attribute name: translate(x: number, y: number): void;<br>New version information…
1447 …erer;<br>Method or attribute name: setPixelMap(value?: PixelMap): void;<br>New version information…
1448 … or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;<br>New version information…
1449 …2D;<br>Method or attribute name: declare class CanvasRenderingContext2D<br>New version information…
1450 …hod or attribute name: toDataURL(type?: string, quality?: any): string;<br>New version information…
1451 …hod or attribute name: toDataURL(type?: string, quality?: any): string;<br>New version information…
1452 …od or attribute name: constructor(settings?: RenderingContextSettings);<br>New version information…
1453 …thod or attribute name: declare class OffscreenCanvasRenderingContext2D<br>New version information…
1454 …t2D;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>New version information…
1455 …vas;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>New version information…
1456 …or(width: number, height: number, settings?: RenderingContextSettings);<br>New version information…
1457 …creenCanvas;<br>Method or attribute name: declare class OffscreenCanvas<br>New version information…
1458 …ass name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>New version information…
1459 …lass name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>New version information…
1460 …r>Method or attribute name: constructor(width: number, height: number);<br>New version information…
1461 …CanvasInterface;<br>Method or attribute name: interface CanvasInterface<br>New version information…
1462 … attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;<br>New version information…
1463 …>Method or attribute name: onReady(event: () => void): CanvasAttribute;<br>New version information…
1464 …Options;<br>Method or attribute name: declare interface CheckboxOptions<br>New version information…
1465 …lass name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>New version information…
1466 …ass name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>New version information…
1467 …kboxInterface;<br>Method or attribute name: interface CheckboxInterface<br>New version information…
1468 …thod or attribute name: (options?: CheckboxOptions): CheckboxAttribute;<br>New version information…
1469 …Attribute;<br>Method or attribute name: declare class CheckboxAttribute<br>New version information…
1470 …br>Method or attribute name: select(value: boolean): CheckboxAttribute;<br>New version information…
1471 …attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;<br>New version information…
1472 … name: onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>New version information…
1473 …e: SelectStatus;<br>Method or attribute name: declare enum SelectStatus<br>New version information…
1474 …nformation: |Class name: SelectStatus;<br>Method or attribute name: All<br>New version information…
1475 …formation: |Class name: SelectStatus;<br>Method or attribute name: Part<br>New version information…
1476 …formation: |Class name: SelectStatus;<br>Method or attribute name: None<br>New version information…
1477 …ns;<br>Method or attribute name: declare interface CheckboxGroupOptions<br>New version information…
1478 …ame: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>New version information…
1479 …ult;<br>Method or attribute name: declare interface CheckboxGroupResult<br>New version information…
1480 …CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>New version information…
1481 …CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>New version information…
1482 …nterface;<br>Method or attribute name: interface CheckboxGroupInterface<br>New version information…
1483 …tribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>New version information…
1484 …bute;<br>Method or attribute name: declare class CheckboxGroupAttribute<br>New version information…
1485 …d or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;<br>New version information…
1486 …bute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>New version information…
1487 …allback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>New version information…
1488 …leOptions;<br>Method or attribute name: declare interface CircleOptions<br>New version information…
1489 …: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>New version information…
1490 … CircleOptions;<br>Method or attribute name: height?: string \| number;<br>New version information…
1491 …CircleInterface;<br>Method or attribute name: interface CircleInterface<br>New version information…
1492 …<br>Method or attribute name: (value?: CircleOptions): CircleAttribute;<br>New version information…
1493 …leAttribute;<br>Method or attribute name: declare class CircleAttribute<br>New version information…
1494 …ColumnInterface;<br>Method or attribute name: interface ColumnInterface<br>New version information…
1495 …ttribute name: (value?: { space?: string \| number }): ColumnAttribute;<br>New version information…
1496 …mnAttribute;<br>Method or attribute name: declare class ColumnAttribute<br>New version information…
1497 …or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;<br>New version information…
1498 …d or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;<br>New version information…
1499 …tInterface;<br>Method or attribute name: interface ColumnSplitInterface<br>New version information…
1500 …nSplitInterface;<br>Method or attribute name: (): ColumnSplitAttribute;<br>New version information…
1501 …ribute;<br>Method or attribute name: declare class ColumnSplitAttribute<br>New version information…
1502 …od or attribute name: resizeable(value: boolean): ColumnSplitAttribute;<br>New version information…
1503 …iguration;<br>Method or attribute name: declare interface Configuration<br>New version information…
1504 …Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version information…
1505 …Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version information…
1506 …me: Rectangle;<br>Method or attribute name: declare interface Rectangle<br>New version information…
1507 …ation: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version information…
1508 …ation: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version information…
1509 …n: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version information…
1510 …: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version information…
1511 …imateParam;<br>Method or attribute name: declare interface AnimateParam<br>New version information…
1512 …ass name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version information…
1513 …haredTransitionOptions;<br>Method or attribute name: duration?: number;<br>New version information…
1514 …|Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>New version information…
1515 …eParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information…
1516 …ptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information…
1517 …|Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>New version information…
1518 …: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>New version information…
1519 …s name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>New version information…
1520 …s name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version information…
1521 …name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information…
1522 …ion: |Class name: ICurve;<br>Method or attribute name: interface ICurve<br>New version information…
1523 …ve;<br>Method or attribute name: interpolate(fraction: number): number;<br>New version information…
1524 …tions;<br>Method or attribute name: declare interface MotionPathOptions<br>New version information…
1525 …ass name: MotionPathOptions;<br>Method or attribute name: path: string;<br>New version information…
1526 …ss name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>New version information…
1527 …lass name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>New version information…
1528 …e: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>New version information…
1529 …<br>Method or attribute name: declare interface sharedTransitionOptions<br>New version information…
1530 …onOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>New version information…
1531 … sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>New version information…
1532 …ptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>New version information…
1533 …ptions;<br>Method or attribute name: declare interface TranslateOptions<br>New version information…
1534 …e: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version information…
1535 …e: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version information…
1536 …e: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version information…
1537 …aleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>New version information…
1538 …on: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information…
1539 …n: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information…
1540 …on: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information…
1541 …n: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information…
1542 …on: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version information…
1543 …n: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information…
1544 … ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information…
1545 …RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information…
1546 … ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information…
1547 …RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information…
1548 …eOption;<br>Method or attribute name: declare interface AlignRuleOption<br>New version information…
1549 …d or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information…
1550 … or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information…
1551 …or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information…
1552 …thod or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information…
1553 …d or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information…
1554 …teOptions;<br>Method or attribute name: declare interface RotateOptions<br>New version information…
1555 …e: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version information…
1556 …emDragInfo;<br>Method or attribute name: declare interface ItemDragInfo<br>New version information…
1557 …ion: |Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>New version information…
1558 …ation: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version information…
1559 …tion: |Class name: TouchObject;<br>Method or attribute name: x: number;<br>New version information…
1560 …ion: |Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>New version information…
1561 …ation: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version information…
1562 …tion: |Class name: TouchObject;<br>Method or attribute name: y: number;<br>New version information…
1563 …ethod or attribute name: function requestFocus(value: string): boolean;<br>New version information…
1564 …EventTarget;<br>Method or attribute name: declare interface EventTarget<br>New version information…
1565 …ion: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version information…
1566 … name: SourceType;<br>Method or attribute name: declare enum SourceType<br>New version information…
1567 …ormation: |Class name: SourceType;<br>Method or attribute name: Unknown<br>New version information…
1568 …ormation: |Class name: SourceTool;<br>Method or attribute name: Unknown<br>New version information…
1569 …nformation: |Class name: SourceType;<br>Method or attribute name: Mouse<br>New version information…
1570 …tion: |Class name: SourceType;<br>Method or attribute name: TouchScreen<br>New version information…
1571 … name: SourceTool;<br>Method or attribute name: declare enum SourceTool<br>New version information…
1572 … name: RepeatMode;<br>Method or attribute name: declare enum RepeatMode<br>New version information…
1573 …formation: |Class name: RepeatMode;<br>Method or attribute name: Repeat<br>New version information…
1574 …ormation: |Class name: RepeatMode;<br>Method or attribute name: Stretch<br>New version information…
1575 …nformation: |Class name: RepeatMode;<br>Method or attribute name: Round<br>New version information…
1576 …nformation: |Class name: RepeatMode;<br>Method or attribute name: Space<br>New version information…
1577 …ss name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>New version information…
1578 … information: |Class name: BlurStyle;<br>Method or attribute name: Thin<br>New version information…
1579 …formation: |Class name: BlurStyle;<br>Method or attribute name: Regular<br>New version information…
1580 …information: |Class name: BlurStyle;<br>Method or attribute name: Thick<br>New version information…
1581 …me: BaseEvent;<br>Method or attribute name: declare interface BaseEvent<br>New version information…
1582 …lass name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version information…
1583 …|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version information…
1584 … |Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>New version information…
1585 …Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version information…
1586 … |Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>New version information…
1587 …on: |Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>New version information…
1588 …on: |Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>New version information…
1589 …s name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>New version information…
1590 …ption;<br>Method or attribute name: declare interface BorderImageOption<br>New version information…
1591 …ImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>New version information…
1592 …e: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>New version information…
1593 …ethod or attribute name: source?: string \| Resource \| LinearGradient,<br>New version information…
1594 …ImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>New version information…
1595 …mageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>New version information…
1596 …ss name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>New version information…
1597 …: ClickEvent;<br>Method or attribute name: declare interface ClickEvent<br>New version information…
1598 …: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information…
1599 …me: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information…
1600 …TouchObject;<br>Method or attribute name: declare interface TouchObject<br>New version information…
1601 …|Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>New version information…
1602 … |Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>New version information…
1603 …ion: |Class name: TouchObject;<br>Method or attribute name: id: number;<br>New version information…
1604 …: TouchEvent;<br>Method or attribute name: declare interface TouchEvent<br>New version information…
1605 … name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>New version information…
1606 …TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>New version information…
1607 …name: KeyEvent;<br>Method or attribute name: declare interface KeyEvent<br>New version information…
1608 …ion: |Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>New version information…
1609 …n: |Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>New version information…
1610 …n: |Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>New version information…
1611 …lass name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>New version information…
1612 …: |Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>New version information…
1613 …n: |Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>New version information…
1614 …StateStyles;<br>Method or attribute name: declare interface StateStyles<br>New version information…
1615 …n: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version information…
1616 …: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version information…
1617 … |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version information…
1618 …: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version information…
1619 …: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version information…
1620 …pupOptions;<br>Method or attribute name: declare interface PopupOptions<br>New version information…
1621 …Class name: PopupOptions;<br>Method or attribute name: message: string;<br>New version information…
1622 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
1623 …tform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information…
1624 …> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information…
1625 …> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information…
1626 … name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information…
1627 … CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information…
1628 …: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information…
1629 …omPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information…
1630 …ions;<br>Method or attribute name: declare interface CustomPopupOptions<br>New version information…
1631 …ustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
1632 …CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information…
1633 … or attribute name: popupColor?: Color \| string \| Resource \| number;<br>New version information…
1634 …CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>New version information…
1635 … CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
1636 …: CommonMethod;<br>Method or attribute name: declare class CommonMethod<br>New version information…
1637 …me: CommonMethod;<br>Method or attribute name: width(value: Length): T;<br>New version information…
1638 …e: CommonMethod;<br>Method or attribute name: height(value: Length): T;<br>New version information…
1639 …tribute name: responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>New version information…
1640 …CommonMethod;<br>Method or attribute name: size(value: SizeOptions): T;<br>New version information…
1641 …hod or attribute name: constraintSize(value: ConstraintSizeOptions): T;<br>New version information…
1642 …d;<br>Method or attribute name: hitTestBehavior(value: HitTestMode): T;<br>New version information…
1643 …<br>Method or attribute name: layoutWeight(value: number \| string): T;<br>New version information…
1644 …hod;<br>Method or attribute name: padding(value: Padding \| Length): T;<br>New version information…
1645 …ethod;<br>Method or attribute name: margin(value: Margin \| Length): T;<br>New version information…
1646 …<br>Method or attribute name: backgroundColor(value: ResourceColor): T;<br>New version information…
1647 …ibute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>New version information…
1648 …ttribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>New version information…
1649 …tribute name: backgroundImagePosition(value: Position \| Alignment): T;<br>New version information…
1650 …ndBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>New version information…
1651 …od;<br>Method or attribute name: opacity(value: number \| Resource): T;<br>New version information…
1652 …onMethod;<br>Method or attribute name: border(value: BorderOptions): T;<br>New version information…
1653 …od or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;<br>New version information…
1654 …>Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;<br>New version information…
1655 … or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;<br>New version information…
1656 …od or attribute name: borderRadius(value: Length \| BorderRadiuses): T;<br>New version information…
1657 …<br>Method or attribute name: borderImage(value: BorderImageOption): T;<br>New version information…
1658 …thod or attribute name: onClick(event: (event: ClickEvent) => void): T;<br>New version information…
1659 …ethod;<br>Method or attribute name: hoverEffect(value: HoverEffect): T;<br>New version information…
1660 …thod or attribute name: onTouch(event: (event: TouchEvent) => void): T;<br>New version information…
1661 …hod or attribute name: onKeyEvent(event: (event: KeyEvent) => void): T;<br>New version information…
1662 …ommonMethod;<br>Method or attribute name: focusable(value: boolean): T;<br>New version information…
1663 …mmonMethod;<br>Method or attribute name: onFocus(event: () => void): T;<br>New version information…
1664 …ommonMethod;<br>Method or attribute name: onBlur(event: () => void): T;<br>New version information…
1665 … CommonMethod;<br>Method or attribute name: tabIndex(index: number): T;<br>New version information…
1666 …onMethod;<br>Method or attribute name: defaultFocus(value: boolean): T;<br>New version information…
1667 …hod;<br>Method or attribute name: groupDefaultFocus(value: boolean): T;<br>New version information…
1668 …onMethod;<br>Method or attribute name: focusOnTouch(value: boolean): T;<br>New version information…
1669 …Method;<br>Method or attribute name: animation(value: AnimateParam): T;<br>New version information…
1670 …bute name: transition(value: TransitionOptions \| TransitionEffect): T;<br>New version information…
1671 …r attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information…
1672 …ute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information…
1673 …ute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information…
1674 …ame: CommonMethod;<br>Method or attribute name: blur(value: number): T;<br>New version information…
1675 …ommonMethod;<br>Method or attribute name: brightness(value: number): T;<br>New version information…
1676 … CommonMethod;<br>Method or attribute name: contrast(value: number): T;<br>New version information…
1677 …CommonMethod;<br>Method or attribute name: grayscale(value: number): T;<br>New version information…
1678 …d or attribute name: colorBlend(value: Color \| string \| Resource): T;<br>New version information…
1679 … CommonMethod;<br>Method or attribute name: saturate(value: number): T;<br>New version information…
1680 …me: CommonMethod;<br>Method or attribute name: sepia(value: number): T;<br>New version information…
1681 …e: CommonMethod;<br>Method or attribute name: invert(value: number): T;<br>New version information…
1682 …od;<br>Method or attribute name: hueRotate(value: number \| string): T;<br>New version information…
1683 …monMethod;<br>Method or attribute name: backdropBlur(value: number): T;<br>New version information…
1684 …od;<br>Method or attribute name: translate(value: TranslateOptions): T;<br>New version information…
1685 …mmonMethod;<br>Method or attribute name: scale(value: ScaleOptions): T;<br>New version information…
1686 … CommonMethod;<br>Method or attribute name: gridSpan(value: number): T;<br>New version information…
1687 …ommonMethod;<br>Method or attribute name: gridOffset(value: number): T;<br>New version information…
1688 …onMethod;<br>Method or attribute name: rotate(value: RotateOptions): T;<br>New version information…
1689 …CommonMethod;<br>Method or attribute name: transform(value: object): T;<br>New version information…
1690 …monMethod;<br>Method or attribute name: onAppear(event: () => void): T;<br>New version information…
1691 …Method;<br>Method or attribute name: onDisAppear(event: () => void): T;<br>New version information…
1692 …name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;<br>New version information…
1693 …nMethod;<br>Method or attribute name: visibility(value: Visibility): T;<br>New version information…
1694 … CommonMethod;<br>Method or attribute name: flexGrow(value: number): T;<br>New version information…
1695 …ommonMethod;<br>Method or attribute name: flexShrink(value: number): T;<br>New version information…
1696 …od;<br>Method or attribute name: flexBasis(value: number \| string): T;<br>New version information…
1697 …monMethod;<br>Method or attribute name: alignSelf(value: ItemAlign): T;<br>New version information…
1698 …Method;<br>Method or attribute name: displayPriority(value: number): T;<br>New version information…
1699 …e: CommonMethod;<br>Method or attribute name: zIndex(value: number): T;<br>New version information…
1700 …me: sharedTransition(id: string, options?: sharedTransitionOptions): T;<br>New version information…
1701 …monMethod;<br>Method or attribute name: direction(value: Direction): T;<br>New version information…
1702 … CommonMethod;<br>Method or attribute name: align(value: Alignment): T;<br>New version information…
1703 …ommonMethod;<br>Method or attribute name: position(value: Position): T;<br>New version information…
1704 …monMethod;<br>Method or attribute name: markAnchor(value: Position): T;<br>New version information…
1705 … CommonMethod;<br>Method or attribute name: offset(value: Position): T;<br>New version information…
1706 … CommonMethod;<br>Method or attribute name: enabled(value: boolean): T;<br>New version information…
1707 …od;<br>Method or attribute name: alignRules(value: AlignRuleOption): T;<br>New version information…
1708 …mmonMethod;<br>Method or attribute name: aspectRatio(value: number): T;<br>New version information…
1709 …tions?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>New version information…
1710 …on;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>New version information…
1711 …ng;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>New version information…
1712 …dius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>New version information…
1713 …;<br>Method or attribute name: motionPath(value: MotionPathOptions): T;<br>New version information…
1714 …thod or attribute name: shadow(value: ShadowOptions \| ShadowStyle): T;<br>New version information…
1715 …cleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>New version information…
1716 …EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>New version information…
1717 … name: CommonMethod;<br>Method or attribute name: id(value: string): T;<br>New version information…
1718 …Method;<br>Method or attribute name: geometryTransition(id: string): T;<br>New version information…
1719 …) => void }[] \| CustomBuilder,<br> options?: MenuOptions<br> ): T;<br>New version information…
1720 …mBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>New version information…
1721 …ethod;<br>Method or attribute name: stateStyles(value: StateStyles): T;<br>New version information…
1722 …number>, event: (isVisible: boolean, currentRatio: number) => void): T;<br>New version information…
1723 …onAttribute;<br>Method or attribute name: declare class CommonAttribute<br>New version information…
1724 …CommonInterface;<br>Method or attribute name: interface CommonInterface<br>New version information…
1725 …apeMethod;<br>Method or attribute name: declare class CommonShapeMethod<br>New version information…
1726 …peMethod;<br>Method or attribute name: stroke(value: ResourceColor): T;<br>New version information…
1727 …hapeMethod;<br>Method or attribute name: fill(value: ResourceColor): T;<br>New version information…
1728 …Method or attribute name: strokeDashOffset(value: number \| string): T;<br>New version information…
1729 …od;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): T;<br>New version information…
1730 …;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;<br>New version information…
1731 …Method or attribute name: strokeMiterLimit(value: number \| string): T;<br>New version information…
1732 … attribute name: strokeOpacity(value: number \| string \| Resource): T;<br>New version information…
1733 …or attribute name: fillOpacity(value: number \| string \| Resource): T;<br>New version information…
1734 …hapeMethod;<br>Method or attribute name: strokeWidth(value: Length): T;<br>New version information…
1735 …ShapeMethod;<br>Method or attribute name: antiAlias(value: boolean): T;<br>New version information…
1736 …d;<br>Method or attribute name: strokeDashArray(value: Array\<any>): T;<br>New version information…
1737 …Gradient;<br>Method or attribute name: declare interface LinearGradient<br>New version information…
1738 …erInfo;<br>Method or attribute name: declare interface LayoutBorderInfo<br>New version information…
1739 …LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information…
1740 …ss name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information…
1741 … name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information…
1742 …: LayoutInfo;<br>Method or attribute name: declare interface LayoutInfo<br>New version information…
1743 …lass name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information…
1744 …ass name: LayoutChild;<br>Method or attribute name: position: Position,<br>New version information…
1745 …utInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information…
1746 …tChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information…
1747 …LayoutChild;<br>Method or attribute name: declare interface LayoutChild<br>New version information…
1748 …n: |Class name: LayoutChild;<br>Method or attribute name: name: string,<br>New version information…
1749 …ion: |Class name: LayoutChild;<br>Method or attribute name: id: string,<br>New version information…
1750 …LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>New version information…
1751 …hod or attribute name: measure(childConstraint: ConstraintSizeOptions),<br>New version information…
1752 …hild;<br>Method or attribute name: layout(childLayoutInfo: LayoutInfo),<br>New version information…
1753 …omComponent;<br>Method or attribute name: declare class CustomComponent<br>New version information…
1754 …lass name: CustomComponent;<br>Method or attribute name: build(): void;<br>New version information…
1755 …: CustomComponent;<br>Method or attribute name: aboutToAppear?(): void;<br>New version information…
1756 …ustomComponent;<br>Method or attribute name: aboutToDisappear?(): void;<br>New version information…
1757 …ame: CustomComponent;<br>Method or attribute name: onPageShow?(): void;<br>New version information…
1758 …ame: CustomComponent;<br>Method or attribute name: onPageHide?(): void;<br>New version information…
1759 …omponent;<br>Method or attribute name: onBackPress?(): void \| boolean;<br>New version information…
1760 … CustomComponent;<br>Method or attribute name: pageTransition?(): void;<br>New version information…
1761 …name: AppStorage;<br>Method or attribute name: declare class AppStorage<br>New version information…
1762 …od or attribute name: declare abstract class SubscribedAbstractProperty<br>New version information…
1763 …ubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>New version information…
1764 …cribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>New version information…
1765 …Property;<br>Method or attribute name: abstract set(newValue: T): void;<br>New version information…
1766 …me: Environment;<br>Method or attribute name: declare class Environment<br>New version information…
1767 …ntStorage;<br>Method or attribute name: declare class PersistentStorage<br>New version information…
1768 …: LocalStorage;<br>Method or attribute name: declare class LocalStorage<br>New version information…
1769 …Method or attribute name: constructor(initializingProperties?: Object);<br>New version information…
1770 …alStorage;<br>Method or attribute name: has(propName: string): boolean;<br>New version information…
1771 …torage;<br>Method or attribute name: keys(): IterableIterator\<string>;<br>New version information…
1772 …|Class name: LocalStorage;<br>Method or attribute name: size(): number;<br>New version information…
1773 …br>Method or attribute name: get\<T>(propName: string): T \| undefined;<br>New version information…
1774 …hod or attribute name: set\<T>(propName: string, newValue: T): boolean;<br>New version information…
1775 …ttribute name: setOrCreate\<T>(propName: string, newValue: T): boolean;<br>New version information…
1776 …ibute name: link\<T>(propName: string): SubscribedAbstractProperty\<T>;<br>New version information…
1777 …<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>New version information…
1778 …ibute name: prop\<S>(propName: string): SubscribedAbstractProperty\<S>;<br>New version information…
1779 …<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>New version information…
1780 …torage;<br>Method or attribute name: delete(propName: string): boolean;<br>New version information…
1781 …lass name: LocalStorage;<br>Method or attribute name: clear(): boolean;<br>New version information…
1782 …me: ContextMenu;<br>Method or attribute name: declare class ContextMenu<br>New version information…
1783 … |Class name: ContextMenu;<br>Method or attribute name: static close();<br>New version information…
1784 …unterInterface;<br>Method or attribute name: interface CounterInterface<br>New version information…
1785 …e: CounterInterface;<br>Method or attribute name: (): CounterAttribute;<br>New version information…
1786 …rAttribute;<br>Method or attribute name: declare class CounterAttribute<br>New version information…
1787 …r>Method or attribute name: onInc(event: () => void): CounterAttribute;<br>New version information…
1788 …r>Method or attribute name: onDec(event: () => void): CounterAttribute;<br>New version information…
1789 …thod or attribute name: declare interface CustomDialogControllerOptions<br>New version information…
1790 …stomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>New version information…
1791 …logControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information…
1792 …ogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information…
1793 …ollerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information…
1794 …mDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>New version information…
1795 …gControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>New version information…
1796 …alogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>New version information…
1797 …ller;<br>Method or attribute name: declare class CustomDialogController<br>New version information…
1798 …d or attribute name: constructor(value: CustomDialogControllerOptions);<br>New version information…
1799 …lass name: CustomDialogController;<br>Method or attribute name: open();<br>New version information…
1800 …ass name: CustomDialogController;<br>Method or attribute name: close();<br>New version information…
1801 … DataPanelType;<br>Method or attribute name: declare enum DataPanelType<br>New version information…
1802 …ormation: |Class name: DataPanelType;<br>Method or attribute name: Line<br>New version information…
1803 …mation: |Class name: DataPanelType;<br>Method or attribute name: Circle<br>New version information…
1804 …ptions;<br>Method or attribute name: declare interface DataPanelOptions<br>New version information…
1805 … name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>New version information…
1806 …lass name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>New version information…
1807 …e: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>New version information…
1808 …nelInterface;<br>Method or attribute name: interface DataPanelInterface<br>New version information…
1809 …hod or attribute name: (options: DataPanelOptions): DataPanelAttribute;<br>New version information…
1810 …ttribute;<br>Method or attribute name: declare class DataPanelAttribute<br>New version information…
1811 …hod or attribute name: closeEffect(value: boolean): DataPanelAttribute;<br>New version information…
1812 …Result;<br>Method or attribute name: declare interface DatePickerResult<br>New version information…
1813 …ass name: DatePickerResult;<br>Method or attribute name: year?: number;<br>New version information…
1814 …ss name: DatePickerResult;<br>Method or attribute name: month?: number;<br>New version information…
1815 …lass name: DatePickerResult;<br>Method or attribute name: day?: number;<br>New version information…
1816 …tions;<br>Method or attribute name: declare interface DatePickerOptions<br>New version information…
1817 …ass name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>New version information…
1818 …Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>New version information…
1819 … name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information…
1820 …erInterface;<br>Method or attribute name: interface DatePickerInterface<br>New version information…
1821 … or attribute name: (options?: DatePickerOptions): DatePickerAttribute;<br>New version information…
1822 …tribute;<br>Method or attribute name: declare class DatePickerAttribute<br>New version information…
1823 …r>Method or attribute name: lunar(value: boolean): DatePickerAttribute;<br>New version information…
1824 …<br>Method or attribute name: declare interface DatePickerDialogOptions<br>New version information…
1825 … DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>New version information…
1826 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
1827 …ckerDialog;<br>Method or attribute name: declare class DatePickerDialog<br>New version information…
1828 …thod or attribute name: static show(options?: DatePickerDialogOptions);<br>New version information…
1829 …viderInterface;<br>Method or attribute name: interface DividerInterface<br>New version information…
1830 …e: DividerInterface;<br>Method or attribute name: (): DividerAttribute;<br>New version information…
1831 …rAttribute;<br>Method or attribute name: declare class DividerAttribute<br>New version information…
1832 …r>Method or attribute name: vertical(value: boolean): DividerAttribute;<br>New version information…
1833 …ethod or attribute name: color(value: ResourceColor): DividerAttribute;<br>New version information…
1834 …attribute name: strokeWidth(value: number \| string): DividerAttribute;<br>New version information…
1835 …thod or attribute name: lineCap(value: LineCapStyle): DividerAttribute;<br>New version information…
1836 …lipseInterface;<br>Method or attribute name: interface EllipseInterface<br>New version information…
1837 …dth?: string \| number; height?: string \| number }): EllipseAttribute;<br>New version information…
1838 …eAttribute;<br>Method or attribute name: declare class EllipseAttribute<br>New version information…
1839 …on: |Class name: Color;<br>Method or attribute name: declare enum Color<br>New version information…
1840 …ion information: |Class name: Color;<br>Method or attribute name: White<br>New version information…
1841 …ion information: |Class name: Color;<br>Method or attribute name: Black<br>New version information…
1842 …sion information: |Class name: Color;<br>Method or attribute name: Blue<br>New version information…
1843 …ion information: |Class name: Color;<br>Method or attribute name: Brown<br>New version information…
1844 …sion information: |Class name: Color;<br>Method or attribute name: Gray<br>New version information…
1845 …ion information: |Class name: Color;<br>Method or attribute name: Green<br>New version information…
1846 …sion information: |Class name: Color;<br>Method or attribute name: Grey<br>New version information…
1847 …on information: |Class name: Color;<br>Method or attribute name: Orange<br>New version information…
1848 …sion information: |Class name: Color;<br>Method or attribute name: Pink<br>New version information…
1849 …rsion information: |Class name: Color;<br>Method or attribute name: Red<br>New version information…
1850 …on information: |Class name: Color;<br>Method or attribute name: Yellow<br>New version information…
1851 …formation: |Class name: Color;<br>Method or attribute name: Transparent<br>New version information…
1852 …ion: |Class name: HitTestMode;<br>Method or attribute name: Transparent<br>New version information…
1853 …lass name: ImageFit;<br>Method or attribute name: declare enum ImageFit<br>New version information…
1854 …nformation: |Class name: ImageFit;<br>Method or attribute name: Contain<br>New version information…
1855 …formation: |Class name: ImageSize;<br>Method or attribute name: Contain<br>New version information…
1856 … information: |Class name: ImageFit;<br>Method or attribute name: Cover<br>New version information…
1857 …information: |Class name: ImageSize;<br>Method or attribute name: Cover<br>New version information…
1858 …n information: |Class name: ImageFit;<br>Method or attribute name: Auto<br>New version information…
1859 … information: |Class name: Direction;<br>Method or attribute name: Auto<br>New version information…
1860 …n information: |Class name: BarState;<br>Method or attribute name: Auto<br>New version information…
1861 … information: |Class name: ItemAlign;<br>Method or attribute name: Auto<br>New version information…
1862 … information: |Class name: ImageSize;<br>Method or attribute name: Auto<br>New version information…
1863 …nformation: |Class name: HoverEffect;<br>Method or attribute name: Auto<br>New version information…
1864 …n information: |Class name: ImageFit;<br>Method or attribute name: Fill<br>New version information…
1865 …ormation: |Class name: ImageFit;<br>Method or attribute name: ScaleDown<br>New version information…
1866 …n information: |Class name: ImageFit;<br>Method or attribute name: None<br>New version information…
1867 …nformation: |Class name: MouseButton;<br>Method or attribute name: None<br>New version information…
1868 …n information: |Class name: FillMode;<br>Method or attribute name: None<br>New version information…
1869 …information: |Class name: EdgeEffect;<br>Method or attribute name: None<br>New version information…
1870 …information: |Class name: Visibility;<br>Method or attribute name: None<br>New version information…
1871 …tion: |Class name: GradientDirection;<br>Method or attribute name: None<br>New version information…
1872 …formation: |Class name: TextOverflow;<br>Method or attribute name: None<br>New version information…
1873 …ion: |Class name: TextDecorationType;<br>Method or attribute name: None<br>New version information…
1874 …nformation: |Class name: HoverEffect;<br>Method or attribute name: None<br>New version information…
1875 …nformation: |Class name: HitTestMode;<br>Method or attribute name: None<br>New version information…
1876 …ame: BorderStyle;<br>Method or attribute name: declare enum BorderStyle<br>New version information…
1877 …ormation: |Class name: BorderStyle;<br>Method or attribute name: Dotted<br>New version information…
1878 …ormation: |Class name: BorderStyle;<br>Method or attribute name: Dashed<br>New version information…
1879 …formation: |Class name: BorderStyle;<br>Method or attribute name: Solid<br>New version information…
1880 … LineJoinStyle;<br>Method or attribute name: declare enum LineJoinStyle<br>New version information…
1881 …rmation: |Class name: LineJoinStyle;<br>Method or attribute name: Miter<br>New version information…
1882 …rmation: |Class name: LineJoinStyle;<br>Method or attribute name: Round<br>New version information…
1883 …ormation: |Class name: LineCapStyle;<br>Method or attribute name: Round<br>New version information…
1884 …rmation: |Class name: LineJoinStyle;<br>Method or attribute name: Bevel<br>New version information…
1885 …ss name: TouchType;<br>Method or attribute name: declare enum TouchType<br>New version information…
1886 … information: |Class name: TouchType;<br>Method or attribute name: Down<br>New version information…
1887 …on information: |Class name: KeyType;<br>Method or attribute name: Down<br>New version information…
1888 …on information: |Class name: TouchType;<br>Method or attribute name: Up<br>New version information…
1889 …sion information: |Class name: KeyType;<br>Method or attribute name: Up<br>New version information…
1890 … information: |Class name: TouchType;<br>Method or attribute name: Move<br>New version information…
1891 …nformation: |Class name: MouseAction;<br>Method or attribute name: Move<br>New version information…
1892 …nformation: |Class name: TouchType;<br>Method or attribute name: Cancel<br>New version information…
1893 …ame: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>New version information…
1894 …nformation: |Class name: MouseButton;<br>Method or attribute name: Left<br>New version information…
1895 …tion: |Class name: GradientDirection;<br>Method or attribute name: Left<br>New version information…
1896 … information: |Class name: Placement;<br>Method or attribute name: Left<br>New version information…
1897 …formation: |Class name: MouseButton;<br>Method or attribute name: Right<br>New version information…
1898 …ion: |Class name: GradientDirection;<br>Method or attribute name: Right<br>New version information…
1899 …information: |Class name: Placement;<br>Method or attribute name: Right<br>New version information…
1900 …ormation: |Class name: MouseButton;<br>Method or attribute name: Middle<br>New version information…
1901 …nformation: |Class name: MouseButton;<br>Method or attribute name: Back<br>New version information…
1902 …rmation: |Class name: MouseButton;<br>Method or attribute name: Forward<br>New version information…
1903 …ame: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>New version information…
1904 …formation: |Class name: MouseAction;<br>Method or attribute name: Press<br>New version information…
1905 …rmation: |Class name: MouseAction;<br>Method or attribute name: Release<br>New version information…
1906 …formation: |Class name: MouseAction;<br>Method or attribute name: Hover<br>New version information…
1907 …mationStatus;<br>Method or attribute name: declare enum AnimationStatus<br>New version information…
1908 …ion: |Class name: AnimationStatus;<br>Method or attribute name: Initial<br>New version information…
1909 …ion: |Class name: AnimationStatus;<br>Method or attribute name: Running<br>New version information…
1910 …tion: |Class name: AnimationStatus;<br>Method or attribute name: Paused<br>New version information…
1911 …ion: |Class name: AnimationStatus;<br>Method or attribute name: Stopped<br>New version information…
1912 …on: |Class name: Curve;<br>Method or attribute name: declare enum Curve<br>New version information…
1913 …on information: |Class name: Curve;<br>Method or attribute name: Linear<br>New version information…
1914 …sion information: |Class name: Curve;<br>Method or attribute name: Ease<br>New version information…
1915 …on information: |Class name: Curve;<br>Method or attribute name: EaseIn<br>New version information…
1916 …n information: |Class name: Curve;<br>Method or attribute name: EaseOut<br>New version information…
1917 …information: |Class name: Curve;<br>Method or attribute name: EaseInOut<br>New version information…
1918 …rmation: |Class name: Curve;<br>Method or attribute name: FastOutSlowIn<br>New version information…
1919 …ation: |Class name: Curve;<br>Method or attribute name: LinearOutSlowIn<br>New version information…
1920 …ation: |Class name: Curve;<br>Method or attribute name: FastOutLinearIn<br>New version information…
1921 …n: |Class name: Curve;<br>Method or attribute name: ExtremeDeceleration<br>New version information…
1922 …ion information: |Class name: Curve;<br>Method or attribute name: Sharp<br>New version information…
1923 …on information: |Class name: Curve;<br>Method or attribute name: Rhythm<br>New version information…
1924 …on information: |Class name: Curve;<br>Method or attribute name: Smooth<br>New version information…
1925 … information: |Class name: Curve;<br>Method or attribute name: Friction<br>New version information…
1926 …lass name: FillMode;<br>Method or attribute name: declare enum FillMode<br>New version information…
1927 …formation: |Class name: FillMode;<br>Method or attribute name: Forwards<br>New version information…
1928 …ormation: |Class name: FillMode;<br>Method or attribute name: Backwards<br>New version information…
1929 …n information: |Class name: FillMode;<br>Method or attribute name: Both<br>New version information…
1930 …lass name: PlayMode;<br>Method or attribute name: declare enum PlayMode<br>New version information…
1931 …information: |Class name: PlayMode;<br>Method or attribute name: Normal<br>New version information…
1932 …nformation: |Class name: FontStyle;<br>Method or attribute name: Normal<br>New version information…
1933 …formation: |Class name: FontWeight;<br>Method or attribute name: Normal<br>New version information…
1934 …information: |Class name: TextCase;<br>Method or attribute name: Normal<br>New version information…
1935 …nformation: |Class name: PlayMode;<br>Method or attribute name: Reverse<br>New version information…
1936 …ormation: |Class name: PlayMode;<br>Method or attribute name: Alternate<br>New version information…
1937 …n: |Class name: PlayMode;<br>Method or attribute name: AlternateReverse<br>New version information…
1938 …|Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>New version information…
1939 …ss name: KeySource;<br>Method or attribute name: declare enum KeySource<br>New version information…
1940 …formation: |Class name: KeySource;<br>Method or attribute name: Unknown<br>New version information…
1941 …ormation: |Class name: KeySource;<br>Method or attribute name: Keyboard<br>New version information…
1942 …tion: |Class name: Edge;<br>Method or attribute name: declare enum Edge<br>New version information…
1943 …ersion information: |Class name: Edge;<br>Method or attribute name: Top<br>New version information…
1944 …n information: |Class name: Alignment;<br>Method or attribute name: Top<br>New version information…
1945 …formation: |Class name: VerticalAlign;<br>Method or attribute name: Top<br>New version information…
1946 …ation: |Class name: GradientDirection;<br>Method or attribute name: Top<br>New version information…
1947 …n information: |Class name: Placement;<br>Method or attribute name: Top<br>New version information…
1948 …ion information: |Class name: Edge;<br>Method or attribute name: Bottom<br>New version information…
1949 …nformation: |Class name: Alignment;<br>Method or attribute name: Bottom<br>New version information…
1950 …mation: |Class name: VerticalAlign;<br>Method or attribute name: Bottom<br>New version information…
1951 …on: |Class name: GradientDirection;<br>Method or attribute name: Bottom<br>New version information…
1952 …nformation: |Class name: Placement;<br>Method or attribute name: Bottom<br>New version information…
1953 …sion information: |Class name: Edge;<br>Method or attribute name: Start<br>New version information…
1954 …information: |Class name: Alignment;<br>Method or attribute name: Start<br>New version information…
1955 …ation: |Class name: HorizontalAlign;<br>Method or attribute name: Start<br>New version information…
1956 …information: |Class name: FlexAlign;<br>Method or attribute name: Start<br>New version information…
1957 …information: |Class name: ItemAlign;<br>Method or attribute name: Start<br>New version information…
1958 …information: |Class name: TextAlign;<br>Method or attribute name: Start<br>New version information…
1959 …ersion information: |Class name: Edge;<br>Method or attribute name: End<br>New version information…
1960 …n information: |Class name: Alignment;<br>Method or attribute name: End<br>New version information…
1961 …rmation: |Class name: HorizontalAlign;<br>Method or attribute name: End<br>New version information…
1962 …n information: |Class name: FlexAlign;<br>Method or attribute name: End<br>New version information…
1963 …n information: |Class name: ItemAlign;<br>Method or attribute name: End<br>New version information…
1964 …n information: |Class name: TextAlign;<br>Method or attribute name: End<br>New version information…
1965 …tion: |Class name: Week;<br>Method or attribute name: declare enum Week<br>New version information…
1966 …ersion information: |Class name: Week;<br>Method or attribute name: Mon<br>New version information…
1967 …ersion information: |Class name: Week;<br>Method or attribute name: Tue<br>New version information…
1968 …ersion information: |Class name: Week;<br>Method or attribute name: Wed<br>New version information…
1969 …rsion information: |Class name: Week;<br>Method or attribute name: Thur<br>New version information…
1970 …ersion information: |Class name: Week;<br>Method or attribute name: Fri<br>New version information…
1971 …ersion information: |Class name: Week;<br>Method or attribute name: Sat<br>New version information…
1972 …ersion information: |Class name: Week;<br>Method or attribute name: Sun<br>New version information…
1973 …ss name: Direction;<br>Method or attribute name: declare enum Direction<br>New version information…
1974 …n information: |Class name: Direction;<br>Method or attribute name: Ltr<br>New version information…
1975 …n information: |Class name: Direction;<br>Method or attribute name: Rtl<br>New version information…
1976 …lass name: BarState;<br>Method or attribute name: declare enum BarState<br>New version information…
1977 …on information: |Class name: BarState;<br>Method or attribute name: Off<br>New version information…
1978 …ion information: |Class name: BarState;<br>Method or attribute name: On<br>New version information…
1979 … name: EdgeEffect;<br>Method or attribute name: declare enum EdgeEffect<br>New version information…
1980 …formation: |Class name: EdgeEffect;<br>Method or attribute name: Spring<br>New version information…
1981 …information: |Class name: EdgeEffect;<br>Method or attribute name: Fade<br>New version information…
1982 …ss name: Alignment;<br>Method or attribute name: declare enum Alignment<br>New version information…
1983 …ormation: |Class name: Alignment;<br>Method or attribute name: TopStart<br>New version information…
1984 …nformation: |Class name: Alignment;<br>Method or attribute name: TopEnd<br>New version information…
1985 …nformation: |Class name: Alignment;<br>Method or attribute name: Center<br>New version information…
1986 …tion: |Class name: HorizontalAlign;<br>Method or attribute name: Center<br>New version information…
1987 …nformation: |Class name: FlexAlign;<br>Method or attribute name: Center<br>New version information…
1988 …nformation: |Class name: ItemAlign;<br>Method or attribute name: Center<br>New version information…
1989 …mation: |Class name: VerticalAlign;<br>Method or attribute name: Center<br>New version information…
1990 …nformation: |Class name: TextAlign;<br>Method or attribute name: Center<br>New version information…
1991 …ation: |Class name: Alignment;<br>Method or attribute name: BottomStart<br>New version information…
1992 …rmation: |Class name: Alignment;<br>Method or attribute name: BottomEnd<br>New version information…
1993 …ransitionType;<br>Method or attribute name: declare enum TransitionType<br>New version information…
1994 …ormation: |Class name: TransitionType;<br>Method or attribute name: All<br>New version information…
1995 …ation: |Class name: TransitionType;<br>Method or attribute name: Insert<br>New version information…
1996 …ation: |Class name: TransitionType;<br>Method or attribute name: Delete<br>New version information…
1997 … name: RelateType;<br>Method or attribute name: declare enum RelateType<br>New version information…
1998 …information: |Class name: RelateType;<br>Method or attribute name: FILL<br>New version information…
1999 … information: |Class name: RelateType;<br>Method or attribute name: FIT<br>New version information…
2000 … name: Visibility;<br>Method or attribute name: declare enum Visibility<br>New version information…
2001 …ormation: |Class name: Visibility;<br>Method or attribute name: Visible<br>New version information…
2002 …formation: |Class name: Visibility;<br>Method or attribute name: Hidden<br>New version information…
2003 …e: LineCapStyle;<br>Method or attribute name: declare enum LineCapStyle<br>New version information…
2004 …formation: |Class name: LineCapStyle;<br>Method or attribute name: Butt<br>New version information…
2005 …rmation: |Class name: LineCapStyle;<br>Method or attribute name: Square<br>New version information…
2006 …tion: |Class name: Axis;<br>Method or attribute name: declare enum Axis<br>New version information…
2007 …n information: |Class name: Axis;<br>Method or attribute name: Vertical<br>New version information…
2008 …information: |Class name: Axis;<br>Method or attribute name: Horizontal<br>New version information…
2009 …izontalAlign;<br>Method or attribute name: declare enum HorizontalAlign<br>New version information…
2010 …ss name: FlexAlign;<br>Method or attribute name: declare enum FlexAlign<br>New version information…
2011 …tion: |Class name: FlexAlign;<br>Method or attribute name: SpaceBetween<br>New version information…
2012 …ation: |Class name: FlexAlign;<br>Method or attribute name: SpaceAround<br>New version information…
2013 …ation: |Class name: FlexAlign;<br>Method or attribute name: SpaceEvenly<br>New version information…
2014 …ss name: ItemAlign;<br>Method or attribute name: declare enum ItemAlign<br>New version information…
2015 …ormation: |Class name: ItemAlign;<br>Method or attribute name: Baseline<br>New version information…
2016 …formation: |Class name: ItemAlign;<br>Method or attribute name: Stretch<br>New version information…
2017 … FlexDirection;<br>Method or attribute name: declare enum FlexDirection<br>New version information…
2018 …formation: |Class name: FlexDirection;<br>Method or attribute name: Row<br>New version information…
2019 …mation: |Class name: FlexDirection;<br>Method or attribute name: Column<br>New version information…
2020 …on: |Class name: FlexDirection;<br>Method or attribute name: RowReverse<br>New version information…
2021 … |Class name: FlexDirection;<br>Method or attribute name: ColumnReverse<br>New version information…
2022 …lass name: FlexWrap;<br>Method or attribute name: declare enum FlexWrap<br>New version information…
2023 …information: |Class name: FlexWrap;<br>Method or attribute name: NoWrap<br>New version information…
2024 …n information: |Class name: FlexWrap;<br>Method or attribute name: Wrap<br>New version information…
2025 …mation: |Class name: FlexWrap;<br>Method or attribute name: WrapReverse<br>New version information…
2026 … VerticalAlign;<br>Method or attribute name: declare enum VerticalAlign<br>New version information…
2027 …ame: ImageRepeat;<br>Method or attribute name: declare enum ImageRepeat<br>New version information…
2028 …mation: |Class name: ImageRepeat;<br>Method or attribute name: NoRepeat<br>New version information…
2029 …n information: |Class name: ImageRepeat;<br>Method or attribute name: X<br>New version information…
2030 …n information: |Class name: ImageRepeat;<br>Method or attribute name: Y<br>New version information…
2031 … information: |Class name: ImageRepeat;<br>Method or attribute name: XY<br>New version information…
2032 …ss name: ImageSize;<br>Method or attribute name: declare enum ImageSize<br>New version information…
2033 …tDirection;<br>Method or attribute name: declare enum GradientDirection<br>New version information…
2034 …n: |Class name: GradientDirection;<br>Method or attribute name: LeftTop<br>New version information…
2035 …formation: |Class name: Placement;<br>Method or attribute name: LeftTop<br>New version information…
2036 …|Class name: GradientDirection;<br>Method or attribute name: LeftBottom<br>New version information…
2037 …mation: |Class name: Placement;<br>Method or attribute name: LeftBottom<br>New version information…
2038 …: |Class name: GradientDirection;<br>Method or attribute name: RightTop<br>New version information…
2039 …ormation: |Class name: Placement;<br>Method or attribute name: RightTop<br>New version information…
2040 …Class name: GradientDirection;<br>Method or attribute name: RightBottom<br>New version information…
2041 …ation: |Class name: Placement;<br>Method or attribute name: RightBottom<br>New version information…
2042 …e;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>New version information…
2043 …s name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>New version information…
2044 …name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>New version information…
2045 …ss name: FontStyle;<br>Method or attribute name: declare enum FontStyle<br>New version information…
2046 …nformation: |Class name: FontStyle;<br>Method or attribute name: Italic<br>New version information…
2047 … name: FontWeight;<br>Method or attribute name: declare enum FontWeight<br>New version information…
2048 …ormation: |Class name: FontWeight;<br>Method or attribute name: Lighter<br>New version information…
2049 …ormation: |Class name: FontWeight;<br>Method or attribute name: Regular<br>New version information…
2050 …formation: |Class name: FontWeight;<br>Method or attribute name: Medium<br>New version information…
2051 …information: |Class name: FontWeight;<br>Method or attribute name: Bold<br>New version information…
2052 …formation: |Class name: FontWeight;<br>Method or attribute name: Bolder<br>New version information…
2053 …ss name: TextAlign;<br>Method or attribute name: declare enum TextAlign<br>New version information…
2054 …e: TextOverflow;<br>Method or attribute name: declare enum TextOverflow<br>New version information…
2055 …formation: |Class name: TextOverflow;<br>Method or attribute name: Clip<br>New version information…
2056 …ation: |Class name: TextOverflow;<br>Method or attribute name: Ellipsis<br>New version information…
2057 …ationType;<br>Method or attribute name: declare enum TextDecorationType<br>New version information…
2058 …|Class name: TextDecorationType;<br>Method or attribute name: Underline<br>New version information…
2059 … |Class name: TextDecorationType;<br>Method or attribute name: Overline<br>New version information…
2060 …lass name: TextDecorationType;<br>Method or attribute name: LineThrough<br>New version information…
2061 …lass name: TextCase;<br>Method or attribute name: declare enum TextCase<br>New version information…
2062 …ormation: |Class name: TextCase;<br>Method or attribute name: LowerCase<br>New version information…
2063 …ormation: |Class name: TextCase;<br>Method or attribute name: UpperCase<br>New version information…
2064 …e: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>New version information…
2065 …ion: |Class name: ResponseType;<br>Method or attribute name: RightClick<br>New version information…
2066 …tion: |Class name: ResponseType;<br>Method or attribute name: LongPress<br>New version information…
2067 …ame: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>New version information…
2068 …formation: |Class name: HoverEffect;<br>Method or attribute name: Scale<br>New version information…
2069 …ation: |Class name: HoverEffect;<br>Method or attribute name: Highlight<br>New version information…
2070 …ss name: Placement;<br>Method or attribute name: declare enum Placement<br>New version information…
2071 …formation: |Class name: Placement;<br>Method or attribute name: TopLeft<br>New version information…
2072 …ormation: |Class name: Placement;<br>Method or attribute name: TopRight<br>New version information…
2073 …mation: |Class name: Placement;<br>Method or attribute name: BottomLeft<br>New version information…
2074 …ation: |Class name: Placement;<br>Method or attribute name: BottomRight<br>New version information…
2075 …ame: CopyOptions;<br>Method or attribute name: declare enum CopyOptions<br>New version information…
2076 …mation: |Class name: CopyOptions;<br>Method or attribute name: None = 0<br>New version information…
2077 …ation: |Class name: CopyOptions;<br>Method or attribute name: InApp = 1<br>New version information…
2078 … |Class name: CopyOptions;<br>Method or attribute name: LocalDevice = 2<br>New version information…
2079 …ame: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>New version information…
2080 …rmation: |Class name: HitTestMode;<br>Method or attribute name: Default<br>New version information…
2081 …formation: |Class name: HitTestMode;<br>Method or attribute name: Block<br>New version information…
2082 …ame: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>New version information…
2083 …mation: |Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>New version information…
2084 …ion: |Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>New version information…
2085 …FlexOptions;<br>Method or attribute name: declare interface FlexOptions<br>New version information…
2086 …e: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>New version information…
2087 …|Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>New version information…
2088 …: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>New version information…
2089 …name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>New version information…
2090 …me: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>New version information…
2091 …me: FlexInterface;<br>Method or attribute name: interface FlexInterface<br>New version information…
2092 …ace;<br>Method or attribute name: (value?: FlexOptions): FlexAttribute;<br>New version information…
2093 …FlexAttribute;<br>Method or attribute name: declare class FlexAttribute<br>New version information…
2094 …ItemInterface;<br>Method or attribute name: interface FlowItemInterface<br>New version information…
2095 … FlowItemInterface;<br>Method or attribute name: (): FlowItemAttribute;<br>New version information…
2096 …Attribute;<br>Method or attribute name: declare class FlowItemAttribute<br>New version information…
2097 …rEachInterface;<br>Method or attribute name: interface ForEachInterface<br>New version information…
2098 …rator?: (item: any, index: number) => string,<br> ): ForEachInterface;<br>New version information…
2099 …: GaugeInterface;<br>Method or attribute name: interface GaugeInterface<br>New version information…
2100 …ptions: { value: number; min?: number; max?: number }): GaugeAttribute;<br>New version information…
2101 …ugeAttribute;<br>Method or attribute name: declare class GaugeAttribute<br>New version information…
2102 …ute;<br>Method or attribute name: value(value: number): GaugeAttribute;<br>New version information…
2103 …br>Method or attribute name: startAngle(angle: number): GaugeAttribute;<br>New version information…
2104 …;<br>Method or attribute name: endAngle(angle: number): GaugeAttribute;<br>New version information…
2105 … name: colors(colors: Array\<[ResourceColor, number]>): GaugeAttribute;<br>New version information…
2106 …>Method or attribute name: strokeWidth(length: Length): GaugeAttribute;<br>New version information…
2107 …e: PanDirection;<br>Method or attribute name: declare enum PanDirection<br>New version information…
2108 …formation: |Class name: PanDirection;<br>Method or attribute name: None<br>New version information…
2109 …rmation: |Class name: SwipeDirection;<br>Method or attribute name: None<br>New version information…
2110 …ion: |Class name: PanDirection;<br>Method or attribute name: Horizontal<br>New version information…
2111 …n: |Class name: SwipeDirection;<br>Method or attribute name: Horizontal<br>New version information…
2112 …formation: |Class name: PanDirection;<br>Method or attribute name: Left<br>New version information…
2113 …ormation: |Class name: PanDirection;<br>Method or attribute name: Right<br>New version information…
2114 …ation: |Class name: PanDirection;<br>Method or attribute name: Vertical<br>New version information…
2115 …ion: |Class name: SwipeDirection;<br>Method or attribute name: Vertical<br>New version information…
2116 …information: |Class name: PanDirection;<br>Method or attribute name: Up<br>New version information…
2117 …formation: |Class name: PanDirection;<br>Method or attribute name: Down<br>New version information…
2118 …nformation: |Class name: PanDirection;<br>Method or attribute name: All<br>New version information…
2119 …ormation: |Class name: SwipeDirection;<br>Method or attribute name: All<br>New version information…
2120 …wipeDirection;<br>Method or attribute name: declare enum SwipeDirection<br>New version information…
2121 …ame: GestureMode;<br>Method or attribute name: declare enum GestureMode<br>New version information…
2122 …mation: |Class name: GestureMode;<br>Method or attribute name: Sequence<br>New version information…
2123 …mation: |Class name: GestureMode;<br>Method or attribute name: Parallel<br>New version information…
2124 …ation: |Class name: GestureMode;<br>Method or attribute name: Exclusive<br>New version information…
2125 …ame: GestureMask;<br>Method or attribute name: declare enum GestureMask<br>New version information…
2126 …ormation: |Class name: GestureMask;<br>Method or attribute name: Normal<br>New version information…
2127 …: |Class name: GestureMask;<br>Method or attribute name: IgnoreInternal<br>New version information…
2128 …ass name: FingerInfo;<br>Method or attribute name: interface FingerInfo<br>New version information…
2129 …tion: |Class name: FingerInfo;<br>Method or attribute name: id: number;<br>New version information…
2130 … |Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>New version information…
2131 … |Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>New version information…
2132 …: |Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>New version information…
2133 …: |Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>New version information…
2134 …name: GestureEvent;<br>Method or attribute name: interface GestureEvent<br>New version information…
2135 …Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>New version information…
2136 …e: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>New version information…
2137 …Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>New version information…
2138 …Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>New version information…
2139 … |Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>New version information…
2140 … |Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>New version information…
2141 … |Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>New version information…
2142 … name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>New version information…
2143 … name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>New version information…
2144 …reInterface;<br>Method or attribute name: interface TapGestureInterface<br>New version information…
2145 …e: (value?: { count?: number; fingers?: number }): TapGestureInterface;<br>New version information…
2146 …e: onAction(event: (event: GestureEvent) => void): TapGestureInterface;<br>New version information…
2147 …rface;<br>Method or attribute name: interface LongPressGestureInterface<br>New version information…
2148 …ber; repeat?: boolean; duration?: number }): LongPressGestureInterface;<br>New version information…
2149 …ction(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>New version information…
2150 …onEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>New version information…
2151 …ute name: onActionCancel(event: () => void): LongPressGestureInterface;<br>New version information…
2152 …reOptions;<br>Method or attribute name: declare class PanGestureOptions<br>New version information…
2153 …e?: { fingers?: number; direction?: PanDirection; distance?: number });<br>New version information…
2154 …ptions;<br>Method or attribute name: setDirection(value: PanDirection);<br>New version information…
2155 …estureOptions;<br>Method or attribute name: setDistance(value: number);<br>New version information…
2156 …GestureOptions;<br>Method or attribute name: setFingers(value: number);<br>New version information…
2157 …reInterface;<br>Method or attribute name: interface PanGestureInterface<br>New version information…
2158 …ection; distance?: number } \| PanGestureOptions): PanGestureInterface;<br>New version information…
2159 …ActionStart(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information…
2160 …ctionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information…
2161 …onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information…
2162 …attribute name: onActionCancel(event: () => void): PanGestureInterface;<br>New version information…
2163 …Interface;<br>Method or attribute name: interface SwipeGestureInterface<br>New version information…
2164 …; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;<br>New version information…
2165 … onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;<br>New version information…
2166 …Interface;<br>Method or attribute name: interface PinchGestureInterface<br>New version information…
2167 …alue?: { fingers?: number; distance?: number }): PinchGestureInterface;<br>New version information…
2168 …tionStart(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information…
2169 …ionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information…
2170 …ActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information…
2171 …tribute name: onActionCancel(event: () => void): PinchGestureInterface;<br>New version information…
2172 …erface;<br>Method or attribute name: interface RotationGestureInterface<br>New version information…
2173 …alue?: { fingers?: number; angle?: number }): RotationGestureInterface;<br>New version information…
2174 …nStart(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information…
2175 …Update(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information…
2176 …ionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information…
2177 …bute name: onActionCancel(event: () => void): RotationGestureInterface;<br>New version information…
2178 …Interface;<br>Method or attribute name: interface GestureGroupInterface<br>New version information…
2179 … (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;<br>New version information…
2180 … or attribute name: onCancel(event: () => void): GestureGroupInterface;<br>New version information…
2181 …me: GridInterface;<br>Method or attribute name: interface GridInterface<br>New version information…
2182 …scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;<br>New version information…
2183 … GridDirection;<br>Method or attribute name: declare enum GridDirection<br>New version information…
2184 …formation: |Class name: GridDirection;<br>Method or attribute name: Row<br>New version information…
2185 …mation: |Class name: GridDirection;<br>Method or attribute name: Column<br>New version information…
2186 …on: |Class name: GridDirection;<br>Method or attribute name: RowReverse<br>New version information…
2187 … |Class name: GridDirection;<br>Method or attribute name: ColumnReverse<br>New version information…
2188 …GridAttribute;<br>Method or attribute name: declare class GridAttribute<br>New version information…
2189 …ethod or attribute name: columnsTemplate(value: string): GridAttribute;<br>New version information…
2190 …r>Method or attribute name: rowsTemplate(value: string): GridAttribute;<br>New version information…
2191 …<br>Method or attribute name: columnsGap(value: Length): GridAttribute;<br>New version information…
2192 …te;<br>Method or attribute name: rowsGap(value: Length): GridAttribute;<br>New version information…
2193 …attribute name: scrollBarWidth(value: number \| string): GridAttribute;<br>New version information…
2194 … name: scrollBarColor(value: Color \| number \| string): GridAttribute;<br>New version information…
2195 …br>Method or attribute name: scrollBar(value: BarState): GridAttribute;<br>New version information…
2196 …rollIndex(event: (first: number, last: number) => void): GridAttribute;<br>New version information…
2197 …br>Method or attribute name: cachedCount(value: number): GridAttribute;<br>New version information…
2198 …;<br>Method or attribute name: editMode(value: boolean): GridAttribute;<br>New version information…
2199 …thod or attribute name: multiSelectable(value: boolean): GridAttribute;<br>New version information…
2200 …e;<br>Method or attribute name: maxCount(value: number): GridAttribute;<br>New version information…
2201 …e;<br>Method or attribute name: minCount(value: number): GridAttribute;<br>New version information…
2202 …<br>Method or attribute name: cellLength(value: number): GridAttribute;<br>New version information…
2203 …r attribute name: layoutDirection(value: GridDirection): GridAttribute;<br>New version information…
2204 …hod or attribute name: supportAnimation(value: boolean): GridAttribute;<br>New version information…
2205 …temDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;<br>New version information…
2206 …: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;<br>New version information…
2207 …gInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;<br>New version information…
2208 …vent: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;<br>New version information…
2209 …nsertIndex: number, isSuccess: boolean) => void,<br> ): GridAttribute;<br>New version information…
2210 …ItemInterface;<br>Method or attribute name: interface GridItemInterface<br>New version information…
2211 … GridItemInterface;<br>Method or attribute name: (): GridItemAttribute;<br>New version information…
2212 …Attribute;<br>Method or attribute name: declare class GridItemAttribute<br>New version information…
2213 …r>Method or attribute name: rowStart(value: number): GridItemAttribute;<br>New version information…
2214 …<br>Method or attribute name: rowEnd(value: number): GridItemAttribute;<br>New version information…
2215 …ethod or attribute name: columnStart(value: number): GridItemAttribute;<br>New version information…
2216 …>Method or attribute name: columnEnd(value: number): GridItemAttribute;<br>New version information…
2217 …ethod or attribute name: selectable(value: boolean): GridItemAttribute;<br>New version information…
2218 …ame: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;<br>New version information…
2219 …ion;<br>Method or attribute name: declare interface GridColColumnOption<br>New version information…
2220 …ss name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>New version information…
2221 …ss name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>New version information…
2222 …ss name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>New version information…
2223 …ss name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>New version information…
2224 …ss name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>New version information…
2225 …s name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information…
2226 …lOptions;<br>Method or attribute name: declare interface GridColOptions<br>New version information…
2227 …ons;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>New version information…
2228 …s;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>New version information…
2229 …ns;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>New version information…
2230 …idColInterface;<br>Method or attribute name: interface GridColInterface<br>New version information…
2231 …>Method or attribute name: (option?: GridColOptions): GridColAttribute;<br>New version information…
2232 …ute name: span(value: number \| GridColColumnOption): GridColAttribute;<br>New version information…
2233 … gridColOffset(value: number \| GridColColumnOption): GridColAttribute;<br>New version information…
2234 …te name: order(value: number \| GridColColumnOption): GridColAttribute;<br>New version information…
2235 …ption;<br>Method or attribute name: declare interface GridRowSizeOption<br>New version information…
2236 …lass name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>New version information…
2237 …lass name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>New version information…
2238 …lass name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>New version information…
2239 …lass name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>New version information…
2240 …lass name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>New version information…
2241 …ass name: GridRowSizeOption;<br>Method or attribute name: xxl?: Length,<br>New version information…
2242 …ion;<br>Method or attribute name: declare interface GridRowColumnOption<br>New version information…
2243 …ss name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>New version information…
2244 …ss name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>New version information…
2245 …ss name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>New version information…
2246 …ss name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>New version information…
2247 …ss name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>New version information…
2248 …s name: GridRowColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information…
2249 …tterOption;<br>Method or attribute name: declare interface GutterOption<br>New version information…
2250 …erOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>New version information…
2251 …terOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>New version information…
2252 …ference;<br>Method or attribute name: declare enum BreakpointsReference<br>New version information…
2253 …ass name: BreakpointsReference;<br>Method or attribute name: WindowSize<br>New version information…
2254 … name: BreakpointsReference;<br>Method or attribute name: ComponentSize<br>New version information…
2255 …owDirection;<br>Method or attribute name: declare enum GridRowDirection<br>New version information…
2256 …mation: |Class name: GridRowDirection;<br>Method or attribute name: Row<br>New version information…
2257 … |Class name: GridRowDirection;<br>Method or attribute name: RowReverse<br>New version information…
2258 …BreakPoints;<br>Method or attribute name: declare interface BreakPoints<br>New version information…
2259 …name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>New version information…
2260 …kPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>New version information…
2261 …wOptions;<br>Method or attribute name: declare interface GridRowOptions<br>New version information…
2262 …wOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>New version information…
2263 …;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>New version information…
2264 …GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>New version information…
2265 …dRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>New version information…
2266 …idRowInterface;<br>Method or attribute name: interface GridRowInterface<br>New version information…
2267 …>Method or attribute name: (option?: GridRowOptions): GridRowAttribute;<br>New version information…
2268 …pointChange(callback: (breakpoints: string) => void): GridRowAttribute;<br>New version information…
2269 …geRenderMode;<br>Method or attribute name: declare enum ImageRenderMode<br>New version information…
2270 …on: |Class name: ImageRenderMode;<br>Method or attribute name: Original<br>New version information…
2271 …on: |Class name: ImageRenderMode;<br>Method or attribute name: Template<br>New version information…
2272 …rpolation;<br>Method or attribute name: declare enum ImageInterpolation<br>New version information…
2273 …ion: |Class name: ImageInterpolation;<br>Method or attribute name: None<br>New version information…
2274 …tion: |Class name: ImageInterpolation;<br>Method or attribute name: Low<br>New version information…
2275 …n: |Class name: ImageInterpolation;<br>Method or attribute name: Medium<br>New version information…
2276 …ion: |Class name: ImageInterpolation;<br>Method or attribute name: High<br>New version information…
2277 …: ImageInterface;<br>Method or attribute name: interface ImageInterface<br>New version information…
2278 …: (src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>New version information…
2279 …ageAttribute;<br>Method or attribute name: declare class ImageAttribute<br>New version information…
2280 …thod or attribute name: alt(value: string \| Resource): ImageAttribute;<br>New version information…
2281 … or attribute name: matchTextDirection(value: boolean): ImageAttribute;<br>New version information…
2282 …hod or attribute name: fitOriginalSize(value: boolean): ImageAttribute;<br>New version information…
2283 …hod or attribute name: fillColor(value: ResourceColor): ImageAttribute;<br>New version information…
2284 …r>Method or attribute name: objectFit(value: ImageFit): ImageAttribute;<br>New version information…
2285 …od or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;<br>New version information…
2286 …r>Method or attribute name: autoResize(value: boolean): ImageAttribute;<br>New version information…
2287 … or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;<br>New version information…
2288 …tribute name: interpolation(value: ImageInterpolation): ImageAttribute;<br>New version information…
2289 …: sourceSize(value: { width: number; height: number }): ImageAttribute;<br>New version information…
2290 …<br>Method or attribute name: syncLoad(value: boolean): ImageAttribute;<br>New version information…
2291 …hod or attribute name: colorFilter(value: ColorFilter): ImageAttribute;<br>New version information…
2292 …thod or attribute name: copyOption(value: CopyOptions): ImageAttribute;<br>New version information…
2293 … contentOffsetY: number;<br> }) => void,<br> ): ImageAttribute;<br>New version information…
2294 …>Method or attribute name: onFinish(event: () => void): ImageAttribute;<br>New version information…
2295 …nterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>New version information…
2296 …atorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>New version information…
2297 …: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>New version information…
2298 …: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>New version information…
2299 … ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information…
2300 …ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information…
2301 …e: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information…
2302 …: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information…
2303 …s name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>New version information…
2304 …bute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>New version information…
2305 …te name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>New version information…
2306 … attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>New version information…
2307 …hod or attribute name: duration(value: number): ImageAnimatorAttribute;<br>New version information…
2308 …hod or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>New version information…
2309 …d or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>New version information…
2310 …d or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>New version information…
2311 …d or attribute name: iterations(value: number): ImageAnimatorAttribute;<br>New version information…
2312 … or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>New version information…
2313 … or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>New version information…
2314 …or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;<br>New version information…
2315 …or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>New version information…
2316 …or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>New version information…
2317 …ener;<br>Method or attribute name: declare interface DataChangeListener<br>New version information…
2318 …ataChangeListener;<br>Method or attribute name: onDataReloaded(): void;<br>New version information…
2319 …eListener;<br>Method or attribute name: onDataAdd(index: number): void;<br>New version information…
2320 …r>Method or attribute name: onDataMove(from: number, to: number): void;<br>New version information…
2321 …stener;<br>Method or attribute name: onDataDelete(index: number): void;<br>New version information…
2322 …stener;<br>Method or attribute name: onDataChange(index: number): void;<br>New version information…
2323 …IDataSource;<br>Method or attribute name: declare interface IDataSource<br>New version information…
2324 …s name: IDataSource;<br>Method or attribute name: totalCount(): number;<br>New version information…
2325 … IDataSource;<br>Method or attribute name: getData(index: number): any;<br>New version information…
2326 …e name: registerDataChangeListener(listener: DataChangeListener): void;<br>New version information…
2327 …name: unregisterDataChangeListener(listener: DataChangeListener): void;<br>New version information…
2328 …hInterface;<br>Method or attribute name: interface LazyForEachInterface<br>New version information…
2329 …r?: (item: any, index: number) => string,<br> ): LazyForEachInterface;<br>New version information…
2330 …me: LineInterface;<br>Method or attribute name: interface LineInterface<br>New version information…
2331 … width?: string \| number; height?: string \| number }): LineAttribute;<br>New version information…
2332 …LineAttribute;<br>Method or attribute name: declare class LineAttribute<br>New version information…
2333 …ethod or attribute name: startPoint(value: Array\<any>): LineAttribute;<br>New version information…
2334 …>Method or attribute name: endPoint(value: Array\<any>): LineAttribute;<br>New version information…
2335 …ame: ScrollState;<br>Method or attribute name: declare enum ScrollState<br>New version information…
2336 …nformation: |Class name: ScrollState;<br>Method or attribute name: Idle<br>New version information…
2337 …ormation: |Class name: ScrollState;<br>Method or attribute name: Scroll<br>New version information…
2338 …formation: |Class name: ScrollState;<br>Method or attribute name: Fling<br>New version information…
2339 … ListItemAlign;<br>Method or attribute name: declare enum ListItemAlign<br>New version information…
2340 …rmation: |Class name: ListItemAlign;<br>Method or attribute name: Start<br>New version information…
2341 …mation: |Class name: ListItemAlign;<br>Method or attribute name: Center<br>New version information…
2342 …formation: |Class name: ListItemAlign;<br>Method or attribute name: End<br>New version information…
2343 …ame: StickyStyle;<br>Method or attribute name: declare enum StickyStyle<br>New version information…
2344 …mation: |Class name: StickyStyle;<br>Method or attribute name: None = 0<br>New version information…
2345 …tion: |Class name: StickyStyle;<br>Method or attribute name: Header = 1<br>New version information…
2346 …tion: |Class name: StickyStyle;<br>Method or attribute name: Footer = 2<br>New version information…
2347 …me: ListInterface;<br>Method or attribute name: interface ListInterface<br>New version information…
2348 …umber; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>New version information…
2349 …ListAttribute;<br>Method or attribute name: declare class ListAttribute<br>New version information…
2350 …s(value: number \| LengthConstrain, gutter?: Dimension): ListAttribute;<br>New version information…
2351 … or attribute name: alignListItem(value: ListItemAlign): ListAttribute;<br>New version information…
2352 …br>Method or attribute name: listDirection(value: Axis): ListAttribute;<br>New version information…
2353 …br>Method or attribute name: scrollBar(value: BarState): ListAttribute;<br>New version information…
2354 …Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;<br>New version information…
2355 …;<br> endMargin?: Length;<br> } \| null,<br> ): ListAttribute;<br>New version information…
2356 …thod or attribute name: multiSelectable(value: boolean): ListAttribute;<br>New version information…
2357 …br>Method or attribute name: cachedCount(value: number): ListAttribute;<br>New version information…
2358 …ethod or attribute name: chainAnimation(value: boolean): ListAttribute;<br>New version information…
2359 …br>Method or attribute name: sticky(value: StickyStyle): ListAttribute;<br>New version information…
2360 …crollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>New version information…
2361 …: (start: number, end: number, center: number) => void): ListAttribute;<br>New version information…
2362 …thod or attribute name: onReachStart(event: () => void): ListAttribute;<br>New version information…
2363 …Method or attribute name: onReachEnd(event: () => void): ListAttribute;<br>New version information…
2364 …hod or attribute name: onScrollStart(event: () => void): ListAttribute;<br>New version information…
2365 …thod or attribute name: onScrollStop(event: () => void): ListAttribute;<br>New version information…
2366 …nItemMove(event: (from: number, to: number) => boolean): ListAttribute;<br>New version information…
2367 …mDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;<br>New version information…
2368 …: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;<br>New version information…
2369 …gInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;<br>New version information…
2370 …vent: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;<br>New version information…
2371 …mber, insertIndex: number, isSuccess: boolean) => void): ListAttribute;<br>New version information…
2372 …umber, state: ScrollState) => { offsetRemain: number }): ListAttribute;<br>New version information…
2373 …mation: |Class name: SwipeEdgeEffect;<br>Method or attribute name: None<br>New version information…
2374 …peEdgeEffect;<br>Method or attribute name: declare enum SwipeEdgeEffect<br>New version information…
2375 …tion: |Class name: SwipeEdgeEffect;<br>Method or attribute name: Spring<br>New version information…
2376 …ions;<br>Method or attribute name: declare interface SwipeActionOptions<br>New version information…
2377 …<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>New version information…
2378 …s;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>New version information…
2379 …tionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>New version information…
2380 …ItemInterface;<br>Method or attribute name: interface ListItemInterface<br>New version information…
2381 …Attribute;<br>Method or attribute name: declare class ListItemAttribute<br>New version information…
2382 …ethod or attribute name: selectable(value: boolean): ListItemAttribute;<br>New version information…
2383 …ribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;<br>New version information…
2384 …ame: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>New version information…
2385 …ns;<br>Method or attribute name: declare interface ListItemGroupOptions<br>New version information…
2386 …tItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>New version information…
2387 …tItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information…
2388 …temGroupOptions;<br>Method or attribute name: space?: number \| string;<br>New version information…
2389 …nterface;<br>Method or attribute name: interface ListItemGroupInterface<br>New version information…
2390 …tribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;<br>New version information…
2391 …bute;<br>Method or attribute name: declare class ListItemGroupAttribute<br>New version information…
2392 … endMargin?: Length;<br> } \| null,<br> ): ListItemGroupAttribute;<br>New version information…
2393 …ssStyle;<br>Method or attribute name: declare enum LoadingProgressStyle<br>New version information…
2394 …|Class name: LoadingProgressStyle;<br>Method or attribute name: Default<br>New version information…
2395 …Class name: LoadingProgressStyle;<br>Method or attribute name: Circular<br>New version information…
2396 …|Class name: LoadingProgressStyle;<br>Method or attribute name: Orbital<br>New version information…
2397 …erface;<br>Method or attribute name: interface LoadingProgressInterface<br>New version information…
2398 …ssInterface;<br>Method or attribute name: (): LoadingProgressAttribute;<br>New version information…
2399 …te;<br>Method or attribute name: declare class LoadingProgressAttribute<br>New version information…
2400 … attribute name: color(value: ResourceColor): LoadingProgressAttribute;<br>New version information…
2401 …rqueeInterface;<br>Method or attribute name: interface MarqueeInterface<br>New version information…
2402 …; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>New version information…
2403 …eAttribute;<br>Method or attribute name: declare class MarqueeAttribute<br>New version information…
2404 …d or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;<br>New version information…
2405 …br>Method or attribute name: fontSize(value: Length): MarqueeAttribute;<br>New version information…
2406 …Method or attribute name: allowScale(value: boolean): MarqueeAttribute;<br>New version information…
2407 …e: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>New version information…
2408 …ttribute name: fontFamily(value: string \| Resource): MarqueeAttribute;<br>New version information…
2409 …Method or attribute name: onStart(event: () => void): MarqueeAttribute;<br>New version information…
2410 …ethod or attribute name: onBounce(event: () => void): MarqueeAttribute;<br>New version information…
2411 …ethod or attribute name: onFinish(event: () => void): MarqueeAttribute;<br>New version information…
2412 …me: MenuInterface;<br>Method or attribute name: interface MenuInterface<br>New version information…
2413 …ss name: MenuInterface;<br>Method or attribute name: (): MenuAttribute;<br>New version information…
2414 …MenuAttribute;<br>Method or attribute name: declare class MenuAttribute<br>New version information…
2415 …Options;<br>Method or attribute name: declare interface MenuItemOptions<br>New version information…
2416 … MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>New version information…
2417 …e: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>New version information…
2418 …e: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>New version information…
2419 … MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>New version information…
2420 … MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information…
2421 …ItemInterface;<br>Method or attribute name: interface MenuItemInterface<br>New version information…
2422 …te name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;<br>New version information…
2423 …Attribute;<br>Method or attribute name: declare class MenuItemAttribute<br>New version information…
2424 …>Method or attribute name: selected(value: boolean): MenuItemAttribute;<br>New version information…
2425 …ute name: selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>New version information…
2426 …me: onChange(callback: (selected: boolean) => void): MenuItemAttribute;<br>New version information…
2427 …ns;<br>Method or attribute name: declare interface MenuItemGroupOptions<br>New version information…
2428 …ns;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>New version information…
2429 …ns;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>New version information…
2430 …nterface;<br>Method or attribute name: interface MenuItemGroupInterface<br>New version information…
2431 …attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;<br>New version information…
2432 …bute;<br>Method or attribute name: declare class MenuItemGroupAttribute<br>New version information…
2433 …e;<br>Method or attribute name: declare interface NavigationCommonTitle<br>New version information…
2434 …name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>New version information…
2435 … name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information…
2436 …e;<br>Method or attribute name: declare interface NavigationCustomTitle<br>New version information…
2437 …gationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
2438 …ustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information…
2439 …avigationMode;<br>Method or attribute name: declare enum NavigationMode<br>New version information…
2440 …mation: |Class name: NavigationMode;<br>Method or attribute name: Stack<br>New version information…
2441 …mation: |Class name: NavigationMode;<br>Method or attribute name: Split<br>New version information…
2442 …rmation: |Class name: NavigationMode;<br>Method or attribute name: Auto<br>New version information…
2443 …avBarPosition;<br>Method or attribute name: declare enum NavBarPosition<br>New version information…
2444 …mation: |Class name: NavBarPosition;<br>Method or attribute name: Start<br>New version information…
2445 …ormation: |Class name: NavBarPosition;<br>Method or attribute name: End<br>New version information…
2446 …itleMode;<br>Method or attribute name: declare enum NavigationTitleMode<br>New version information…
2447 …|Class name: NavigationTitleMode;<br>Method or attribute name: Free = 0<br>New version information…
2448 …on: |Class name: NavigationTitleMode;<br>Method or attribute name: Full<br>New version information…
2449 …on: |Class name: NavigationTitleMode;<br>Method or attribute name: Mini<br>New version information…
2450 …s name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>New version information…
2451 …s name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>New version information…
2452 …: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information…
2453 …onInterface;<br>Method or attribute name: interface NavigationInterface<br>New version information…
2454 …igationInterface;<br>Method or attribute name: (): NavigationAttribute;<br>New version information…
2455 …tribute;<br>Method or attribute name: declare class NavigationAttribute<br>New version information…
2456 …hod or attribute name: navBarWidth(value: Length): NavigationAttribute;<br>New version information…
2457 …ibute name: navBarPosition(value: NavBarPosition): NavigationAttribute;<br>New version information…
2458 …od or attribute name: mode(value: NavigationMode): NavigationAttribute;<br>New version information…
2459 …ButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;<br>New version information…
2460 …hod or attribute name: hideNavBar(value: boolean): NavigationAttribute;<br>New version information…
2461 …| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>New version information…
2462 …d or attribute name: hideTitleBar(value: boolean): NavigationAttribute;<br>New version information…
2463 …or attribute name: hideBackButton(value: boolean): NavigationAttribute;<br>New version information…
2464 …ibute name: titleMode(value: NavigationTitleMode): NavigationAttribute;<br>New version information…
2465 …lue: Array\<NavigationMenuItem> \| CustomBuilder): NavigationAttribute;<br>New version information…
2466 …od or attribute name: hideToolBar(value: boolean): NavigationAttribute;<br>New version information…
2467 …llback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;<br>New version information…
2468 …ateChange(callback: (isVisible: boolean) => void): NavigationAttribute;<br>New version information…
2469 …avigationType;<br>Method or attribute name: declare enum NavigationType<br>New version information…
2470 …rmation: |Class name: NavigationType;<br>Method or attribute name: Push<br>New version information…
2471 …rmation: |Class name: NavigationType;<br>Method or attribute name: Back<br>New version information…
2472 …tion: |Class name: NavigationType;<br>Method or attribute name: Replace<br>New version information…
2473 …torInterface;<br>Method or attribute name: interface NavigatorInterface<br>New version information…
2474 …value?: { target: string; type?: NavigationType }): NavigatorAttribute;<br>New version information…
2475 …avigatorInterface;<br>Method or attribute name: (): NavigatorAttribute;<br>New version information…
2476 …ttribute;<br>Method or attribute name: declare class NavigatorAttribute<br>New version information…
2477 …r>Method or attribute name: active(value: boolean): NavigatorAttribute;<br>New version information…
2478 …hod or attribute name: type(value: NavigationType): NavigatorAttribute;<br>New version information…
2479 …br>Method or attribute name: target(value: string): NavigatorAttribute;<br>New version information…
2480 …br>Method or attribute name: params(value: object): NavigatorAttribute;<br>New version information…
2481 …r>Method or attribute name: declare interface NavDestinationCommonTitle<br>New version information…
2482 …: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>New version information…
2483 …e: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information…
2484 …r>Method or attribute name: declare interface NavDestinationCustomTitle<br>New version information…
2485 …nationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information…
2486 …ustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information…
2487 …<br>Method or attribute name: declare interface NavDestinationInterface<br>New version information…
2488 …ionInterface;<br>Method or attribute name: (): NavDestinationAttribute;<br>New version information…
2489 …ute;<br>Method or attribute name: declare class NavDestinationAttribute<br>New version information…
2490 …tionCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;<br>New version information…
2491 … attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;<br>New version information…
2492 …face;<br>Method or attribute name: declare interface NavRouterInterface<br>New version information…
2493 …avRouterInterface;<br>Method or attribute name: (): NavRouterAttribute;<br>New version information…
2494 …ttribute;<br>Method or attribute name: declare class NavRouterAttribute<br>New version information…
2495 …teChange(callback: (isActivated: boolean) => void): NavRouterAttribute;<br>New version information…
2496 …ss name: RouteType;<br>Method or attribute name: declare enum RouteType<br>New version information…
2497 … information: |Class name: RouteType;<br>Method or attribute name: None<br>New version information…
2498 … information: |Class name: RouteType;<br>Method or attribute name: Push<br>New version information…
2499 …n information: |Class name: RouteType;<br>Method or attribute name: Pop<br>New version information…
2500 …ame: SlideEffect;<br>Method or attribute name: declare enum SlideEffect<br>New version information…
2501 …nformation: |Class name: SlideEffect;<br>Method or attribute name: Left<br>New version information…
2502 …formation: |Class name: SlideEffect;<br>Method or attribute name: Right<br>New version information…
2503 …information: |Class name: SlideEffect;<br>Method or attribute name: Top<br>New version information…
2504 …ormation: |Class name: SlideEffect;<br>Method or attribute name: Bottom<br>New version information…
2505 …Transition;<br>Method or attribute name: declare class CommonTransition<br>New version information…
2506 …ass name: CommonTransition;<br>Method or attribute name: constructor();<br>New version information…
2507 …nTransition;<br>Method or attribute name: slide(value: SlideEffect): T;<br>New version information…
2508 …x?: number \| string; y?: number \| string; z?: number \| string }): T;<br>New version information…
2509 …: number; centerX?: number \| string; centerY?: number \| string }): T;<br>New version information…
2510 …mmonTransition;<br>Method or attribute name: opacity(value: number): T;<br>New version information…
2511 …ce;<br>Method or attribute name: interface PageTransitionEnterInterface<br>New version information…
2512 …ute name: (value: PageTransitionOptions): PageTransitionEnterInterface;<br>New version information…
2513 …e: RouteType, progress: number) => void): PageTransitionEnterInterface;<br>New version information…
2514 …ace;<br>Method or attribute name: interface PageTransitionExitInterface<br>New version information…
2515 …bute name: (value: PageTransitionOptions): PageTransitionExitInterface;<br>New version information…
2516 …pe: RouteType, progress: number) => void): PageTransitionExitInterface;<br>New version information…
2517 …ss name: PanelMode;<br>Method or attribute name: declare enum PanelMode<br>New version information…
2518 … information: |Class name: PanelMode;<br>Method or attribute name: Mini<br>New version information…
2519 … information: |Class name: PanelMode;<br>Method or attribute name: Half<br>New version information…
2520 … information: |Class name: PanelMode;<br>Method or attribute name: Full<br>New version information…
2521 …ss name: PanelType;<br>Method or attribute name: declare enum PanelType<br>New version information…
2522 …ation: |Class name: PanelType;<br>Method or attribute name: Minibar = 0<br>New version information…
2523 …tion: |Class name: PanelType;<br>Method or attribute name: Foldable = 1<br>New version information…
2524 …ion: |Class name: PanelType;<br>Method or attribute name: Temporary = 2<br>New version information…
2525 …: PanelInterface;<br>Method or attribute name: interface PanelInterface<br>New version information…
2526 …nterface;<br>Method or attribute name: (show: boolean): PanelAttribute;<br>New version information…
2527 …nelAttribute;<br>Method or attribute name: declare class PanelAttribute<br>New version information…
2528 …e;<br>Method or attribute name: mode(value: PanelMode): PanelAttribute;<br>New version information…
2529 …e;<br>Method or attribute name: type(value: PanelType): PanelAttribute;<br>New version information…
2530 …;<br>Method or attribute name: dragBar(value: boolean): PanelAttribute;<br>New version information…
2531 …or attribute name: fullHeight(value: number \| string): PanelAttribute;<br>New version information…
2532 …or attribute name: halfHeight(value: number \| string): PanelAttribute;<br>New version information…
2533 …or attribute name: miniHeight(value: number \| string): PanelAttribute;<br>New version information…
2534 …ute;<br>Method or attribute name: show(value: boolean): PanelAttribute;<br>New version information…
2535 …r attribute name: backgroundMask(color: ResourceColor): PanelAttribute;<br>New version information…
2536 … */<br> mode: PanelMode,<br> ) => void,<br> ): PanelAttribute;<br>New version information…
2537 …ame: onHeightChange(callback: (value: number) => void): PanelAttribute;<br>New version information…
2538 …me: PathInterface;<br>Method or attribute name: interface PathInterface<br>New version information…
2539 …string; height?: number \| string; commands?: string }): PathAttribute;<br>New version information…
2540 …PathAttribute;<br>Method or attribute name: declare class PathAttribute<br>New version information…
2541 …e;<br>Method or attribute name: commands(value: string): PathAttribute;<br>New version information…
2542 …oller;<br>Method or attribute name: declare class PatternLockController<br>New version information…
2543 …ame: PatternLockController;<br>Method or attribute name: constructor();<br>New version information…
2544 …lass name: PatternLockController;<br>Method or attribute name: reset();<br>New version information…
2545 …kInterface;<br>Method or attribute name: interface PatternLockInterface<br>New version information…
2546 …ribute;<br>Method or attribute name: declare class PatternLockAttribute<br>New version information…
2547 …hod or attribute name: sideLength(value: Length): PatternLockAttribute;<br>New version information…
2548 …d or attribute name: circleRadius(value: Length): PatternLockAttribute;<br>New version information…
2549 …bute name: backgroundColor(value: ResourceColor): PatternLockAttribute;<br>New version information…
2550 …tribute name: regularColor(value: ResourceColor): PatternLockAttribute;<br>New version information…
2551 …ribute name: selectedColor(value: ResourceColor): PatternLockAttribute;<br>New version information…
2552 …ttribute name: activeColor(value: ResourceColor): PatternLockAttribute;<br>New version information…
2553 … attribute name: pathColor(value: ResourceColor): PatternLockAttribute;<br>New version information…
2554 …e name: pathStrokeWidth(value: number \| string): PatternLockAttribute;<br>New version information…
2555 …plete(callback: (input: Array\<number>) => void): PatternLockAttribute;<br>New version information…
2556 …hod or attribute name: autoReset(value: boolean): PatternLockAttribute;<br>New version information…
2557 …lygonInterface;<br>Method or attribute name: interface PolygonInterface<br>New version information…
2558 …dth?: string \| number; height?: string \| number }): PolygonAttribute;<br>New version information…
2559 …Method or attribute name: points(value: Array\<any>): PolygonAttribute;<br>New version information…
2560 …lineInterface;<br>Method or attribute name: interface PolylineInterface<br>New version information…
2561 …th?: string \| number; height?: string \| number }): PolylineAttribute;<br>New version information…
2562 …Attribute;<br>Method or attribute name: declare class PolylineAttribute<br>New version information…
2563 …ethod or attribute name: points(value: Array\<any>): PolylineAttribute;<br>New version information…
2564 …Options;<br>Method or attribute name: declare interface ProgressOptions<br>New version information…
2565 …lass name: ProgressOptions;<br>Method or attribute name: value: number;<br>New version information…
2566 …ass name: ProgressOptions;<br>Method or attribute name: total?: number;<br>New version information…
2567 … |Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>New version information…
2568 …e: ProgressType;<br>Method or attribute name: declare enum ProgressType<br>New version information…
2569 …mation: |Class name: ProgressStyle;<br>Method or attribute name: Linear<br>New version information…
2570 …ion: |Class name: ProgressType;<br>Method or attribute name: Linear = 0<br>New version information…
2571 …ormation: |Class name: ProgressStyle;<br>Method or attribute name: Ring<br>New version information…
2572 …ation: |Class name: ProgressType;<br>Method or attribute name: Ring = 1<br>New version information…
2573 …ation: |Class name: ProgressStyle;<br>Method or attribute name: Eclipse<br>New version information…
2574 …on: |Class name: ProgressType;<br>Method or attribute name: Eclipse = 2<br>New version information…
2575 …ion: |Class name: ProgressStyle;<br>Method or attribute name: ScaleRing<br>New version information…
2576 …: |Class name: ProgressType;<br>Method or attribute name: ScaleRing = 3<br>New version information…
2577 …ation: |Class name: ProgressStyle;<br>Method or attribute name: Capsule<br>New version information…
2578 …on: |Class name: ProgressType;<br>Method or attribute name: Capsule = 4<br>New version information…
2579 …ns;<br>Method or attribute name: declare interface ProgressStyleOptions<br>New version information…
2580 …rogressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>New version information…
2581 …ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>New version information…
2582 …ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>New version information…
2583 … ProgressStyle;<br>Method or attribute name: declare enum ProgressStyle<br>New version information…
2584 …ressInterface;<br>Method or attribute name: interface ProgressInterface<br>New version information…
2585 …ssStyleMap>(options: ProgressOptions\<Type>): ProgressAttribute\<Type>;<br>New version information…
2586 …Attribute;<br>Method or attribute name: declare class ProgressAttribute<br>New version information…
2587 …thod or attribute name: value(value: number): ProgressAttribute\<Type>;<br>New version information…
2588 …olor(value: ResourceColor \| LinearGradient): ProgressAttribute\<Type>;<br>New version information…
2589 …ethod or attribute name: style(value: Style): ProgressAttribute\<Type>;<br>New version information…
2590 …QRCodeInterface;<br>Method or attribute name: interface QRCodeInterface<br>New version information…
2591 …terface;<br>Method or attribute name: (value: string): QRCodeAttribute;<br>New version information…
2592 …deAttribute;<br>Method or attribute name: declare class QRCodeAttribute<br>New version information…
2593 …Method or attribute name: color(value: ResourceColor): QRCodeAttribute;<br>New version information…
2594 …attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;<br>New version information…
2595 …dioOptions;<br>Method or attribute name: declare interface RadioOptions<br>New version information…
2596 … |Class name: RadioOptions;<br>Method or attribute name: group: string;<br>New version information…
2597 … |Class name: RadioOptions;<br>Method or attribute name: value: string;<br>New version information…
2598 …: RadioInterface;<br>Method or attribute name: interface RadioInterface<br>New version information…
2599 …;<br>Method or attribute name: (options: RadioOptions): RadioAttribute;<br>New version information…
2600 …dioAttribute;<br>Method or attribute name: declare class RadioAttribute<br>New version information…
2601 …;<br>Method or attribute name: checked(value: boolean): RadioAttribute;<br>New version information…
2602 …name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>New version information…
2603 …RatingInterface;<br>Method or attribute name: interface RatingInterface<br>New version information…
2604 …: (options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>New version information…
2605 …ngAttribute;<br>Method or attribute name: declare class RatingAttribute<br>New version information…
2606 …te;<br>Method or attribute name: stars(value: number): RatingAttribute;<br>New version information…
2607 …<br>Method or attribute name: stepSize(value: number): RatingAttribute;<br>New version information…
2608 …ring; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>New version information…
2609 …ute name: onChange(callback: (value: number) => void): RatingAttribute;<br>New version information…
2610 …me: RectInterface;<br>Method or attribute name: interface RectInterface<br>New version information…
2611 … radiusHeight?: number \| string;<br> },<br> ): RectAttribute;<br>New version information…
2612 …RectAttribute;<br>Method or attribute name: declare class RectAttribute<br>New version information…
2613 …or attribute name: radiusWidth(value: number \| string): RectAttribute;<br>New version information…
2614 …r attribute name: radiusHeight(value: number \| string): RectAttribute;<br>New version information…
2615 …te name: radius(value: number \| string \| Array\<any>): RectAttribute;<br>New version information…
2616 … RefreshStatus;<br>Method or attribute name: declare enum RefreshStatus<br>New version information…
2617 …tion: |Class name: RefreshStatus;<br>Method or attribute name: Inactive<br>New version information…
2618 …ormation: |Class name: RefreshStatus;<br>Method or attribute name: Drag<br>New version information…
2619 …tion: |Class name: RefreshStatus;<br>Method or attribute name: OverDrag<br>New version information…
2620 …ation: |Class name: RefreshStatus;<br>Method or attribute name: Refresh<br>New version information…
2621 …ormation: |Class name: RefreshStatus;<br>Method or attribute name: Done<br>New version information…
2622 …freshInterface;<br>Method or attribute name: interface RefreshInterface<br>New version information…
2623 …br>Method or attribute name: (value: RefreshOptions): RefreshAttribute;<br>New version information…
2624 …hAttribute;<br>Method or attribute name: declare class RefreshAttribute<br>New version information…
2625 …tateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;<br>New version information…
2626 …r attribute name: onRefreshing(callback: () => void): RefreshAttribute;<br>New version information…
2627 …face;<br>Method or attribute name: interface RelativeContainerInterface<br>New version information…
2628 …;<br>Method or attribute name: declare class RelativeContainerAttribute<br>New version information…
2629 …name: RowInterface;<br>Method or attribute name: interface RowInterface<br>New version information…
2630 …r attribute name: (value?: { space?: string \| number }): RowAttribute;<br>New version information…
2631 …: RowAttribute;<br>Method or attribute name: declare class RowAttribute<br>New version information…
2632 …thod or attribute name: alignItems(value: VerticalAlign): RowAttribute;<br>New version information…
2633 …thod or attribute name: justifyContent(value: FlexAlign): RowAttribute;<br>New version information…
2634 …plitInterface;<br>Method or attribute name: interface RowSplitInterface<br>New version information…
2635 … RowSplitInterface;<br>Method or attribute name: (): RowSplitAttribute;<br>New version information…
2636 …Attribute;<br>Method or attribute name: declare class RowSplitAttribute<br>New version information…
2637 …ethod or attribute name: resizeable(value: boolean): RowSplitAttribute;<br>New version information…
2638 …ollDirection;<br>Method or attribute name: declare enum ScrollDirection<br>New version information…
2639 …on: |Class name: ScrollDirection;<br>Method or attribute name: Vertical<br>New version information…
2640 …: |Class name: ScrollDirection;<br>Method or attribute name: Horizontal<br>New version information…
2641 …mation: |Class name: ScrollDirection;<br>Method or attribute name: None<br>New version information…
2642 …ass name: Scroller;<br>Method or attribute name: declare class Scroller<br>New version information…
2643 …ion: |Class name: Scroller;<br>Method or attribute name: constructor();<br>New version information…
2644 …n?: { duration?: number; curve?: Curve \| ICurve } \| boolean;<br> });<br>New version information…
2645 …s name: Scroller;<br>Method or attribute name: scrollEdge(value: Edge);<br>New version information…
2646 …ler;<br>Method or attribute name: scrollPage(value: { next: boolean });<br>New version information…
2647 …n: |Class name: Scroller;<br>Method or attribute name: currentOffset();<br>New version information…
2648 …e: scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);<br>New version information…
2649 …croller;<br>Method or attribute name: scrollBy(dx: Length, dy: Length);<br>New version information…
2650 …ScrollInterface;<br>Method or attribute name: interface ScrollInterface<br>New version information…
2651 …e;<br>Method or attribute name: (scroller?: Scroller): ScrollAttribute;<br>New version information…
2652 …llAttribute;<br>Method or attribute name: declare class ScrollAttribute<br>New version information…
2653 …or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;<br>New version information…
2654 …ll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;<br>New version information…
2655 …ibute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;<br>New version information…
2656 …d or attribute name: onScrollStart(event: () => void): ScrollAttribute;<br>New version information…
2657 …od or attribute name: onScrollStop(event: () => void): ScrollAttribute;<br>New version information…
2658 …thod or attribute name: scrollBar(barState: BarState): ScrollAttribute;<br>New version information…
2659 …ame: scrollBarColor(color: Color \| number \| string): ScrollAttribute;<br>New version information…
2660 …tribute name: scrollBarWidth(value: number \| string): ScrollAttribute;<br>New version information…
2661 …or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;<br>New version information…
2662 …ber, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;<br>New version information…
2663 …Direction;<br>Method or attribute name: declare enum ScrollBarDirection<br>New version information…
2664 … |Class name: ScrollBarDirection;<br>Method or attribute name: Vertical<br>New version information…
2665 …Class name: ScrollBarDirection;<br>Method or attribute name: Horizontal<br>New version information…
2666 …ptions;<br>Method or attribute name: declare interface ScrollBarOptions<br>New version information…
2667 …ame: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>New version information…
2668 …arOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>New version information…
2669 … name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>New version information…
2670 …BarInterface;<br>Method or attribute name: interface ScrollBarInterface<br>New version information…
2671 …ethod or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;<br>New version information…
2672 …ttribute;<br>Method or attribute name: declare class ScrollBarAttribute<br>New version information…
2673 …Controller;<br>Method or attribute name: declare class SearchController<br>New version information…
2674 …ass name: SearchController;<br>Method or attribute name: constructor();<br>New version information…
2675 …oller;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information…
2676 …SearchInterface;<br>Method or attribute name: interface SearchInterface<br>New version information…
2677 …chAttribute;<br>Method or attribute name: declare class SearchAttribute<br>New version information…
2678 …chButton(value: string, option?: SearchButtonOptions): SearchAttribute;<br>New version information…
2679 …ttribute name: placeholderColor(value: ResourceColor): SearchAttribute;<br>New version information…
2680 …thod or attribute name: placeholderFont(value?: Font): SearchAttribute;<br>New version information…
2681 …;<br>Method or attribute name: textFont(value?: Font): SearchAttribute;<br>New version information…
2682 …ute name: onSubmit(callback: (value: string) => void): SearchAttribute;<br>New version information…
2683 …ute name: onChange(callback: (value: string) => void): SearchAttribute;<br>New version information…
2684 …ibute name: onCopy(callback: (value: string) => void): SearchAttribute;<br>New version information…
2685 …ribute name: onCut(callback: (value: string) => void): SearchAttribute;<br>New version information…
2686 …bute name: onPaste(callback: (value: string) => void): SearchAttribute;<br>New version information…
2687 …hod or attribute name: copyOption(value: CopyOptions): SearchAttribute;<br>New version information…
2688 …Method or attribute name: textAlign(value: TextAlign): SearchAttribute;<br>New version information…
2689 …lectOption;<br>Method or attribute name: declare interface SelectOption<br>New version information…
2690 …ss name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>New version information…
2691 …ss name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information…
2692 …SelectInterface;<br>Method or attribute name: interface SelectInterface<br>New version information…
2693 …od or attribute name: (options: Array\<SelectOption>): SelectAttribute;<br>New version information…
2694 …ctAttribute;<br>Method or attribute name: declare class SelectAttribute<br>New version information…
2695 …<br>Method or attribute name: selected(value: number): SelectAttribute;<br>New version information…
2696 …te;<br>Method or attribute name: value(value: string): SelectAttribute;<br>New version information…
2697 …ibute;<br>Method or attribute name: font(value: Font): SelectAttribute;<br>New version information…
2698 …od or attribute name: fontColor(value: ResourceColor): SelectAttribute;<br>New version information…
2699 …ute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;<br>New version information…
2700 …od or attribute name: selectedOptionFont(value: Font): SelectAttribute;<br>New version information…
2701 …e name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;<br>New version information…
2702 …r attribute name: optionBgColor(value: ResourceColor): SelectAttribute;<br>New version information…
2703 …<br>Method or attribute name: optionFont(value: Font): SelectAttribute;<br>New version information…
2704 …attribute name: optionFontColor(value: ResourceColor): SelectAttribute;<br>New version information…
2705 …ect(callback: (index: number, value: string) => void): SelectAttribute;<br>New version information…
2706 …: ShapeInterface;<br>Method or attribute name: interface ShapeInterface<br>New version information…
2707 …erface;<br>Method or attribute name: (value: PixelMap): ShapeAttribute;<br>New version information…
2708 … name: ShapeInterface;<br>Method or attribute name: (): ShapeAttribute;<br>New version information…
2709 …apeAttribute;<br>Method or attribute name: declare class ShapeAttribute<br>New version information…
2710 …width?: number \| string; height?: number \| string }): ShapeAttribute;<br>New version information…
2711 …Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;<br>New version information…
2712 …r>Method or attribute name: fill(value: ResourceColor): ShapeAttribute;<br>New version information…
2713 …ribute name: strokeDashOffset(value: number \| string): ShapeAttribute;<br>New version information…
2714 …or attribute name: strokeDashArray(value: Array\<any>): ShapeAttribute;<br>New version information…
2715 … or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>New version information…
2716 …r attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>New version information…
2717 …ribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;<br>New version information…
2718 …me: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>New version information…
2719 …name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>New version information…
2720 …r attribute name: strokeWidth(value: number \| string): ShapeAttribute;<br>New version information…
2721 …br>Method or attribute name: antiAlias(value: boolean): ShapeAttribute;<br>New version information…
2722 … mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>New version information…
2723 …nerType;<br>Method or attribute name: declare enum SideBarContainerType<br>New version information…
2724 …: |Class name: SideBarContainerType;<br>Method or attribute name: Embed<br>New version information…
2725 …|Class name: SideBarContainerType;<br>Method or attribute name: Overlay<br>New version information…
2726 …eBarPosition;<br>Method or attribute name: declare enum SideBarPosition<br>New version information…
2727 …ation: |Class name: SideBarPosition;<br>Method or attribute name: Start<br>New version information…
2728 …rmation: |Class name: SideBarPosition;<br>Method or attribute name: End<br>New version information…
2729 …ButtonStyle;<br>Method or attribute name: declare interface ButtonStyle<br>New version information…
2730 …: |Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>New version information…
2731 …n: |Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>New version information…
2732 … |Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>New version information…
2733 …|Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>New version information…
2734 …\| Resource;<br> switching?: string \| PixelMap \| Resource;<br> };<br>New version information…
2735 …rface;<br>Method or attribute name: interface SideBarContainerInterface<br>New version information…
2736 …tribute name: (type?: SideBarContainerType): SideBarContainerAttribute;<br>New version information…
2737 …e;<br>Method or attribute name: declare class SideBarContainerAttribute<br>New version information…
2738 …attribute name: showSideBar(value: boolean): SideBarContainerAttribute;<br>New version information…
2739 …ute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;<br>New version information…
2740 …ute name: showControlButton(value: boolean): SideBarContainerAttribute;<br>New version information…
2741 …nChange(callback: (value: boolean) => void): SideBarContainerAttribute;<br>New version information…
2742 …attribute name: sideBarWidth(value: number): SideBarContainerAttribute;<br>New version information…
2743 …attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information…
2744 …ribute name: minSideBarWidth(value: number): SideBarContainerAttribute;<br>New version information…
2745 …ribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information…
2746 …ribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;<br>New version information…
2747 …ribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information…
2748 …or attribute name: autoHide(value: boolean): SideBarContainerAttribute;<br>New version information…
2749 …me: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;<br>New version information…
2750 …ame: SliderStyle;<br>Method or attribute name: declare enum SliderStyle<br>New version information…
2751 …ormation: |Class name: SliderStyle;<br>Method or attribute name: OutSet<br>New version information…
2752 …formation: |Class name: SliderStyle;<br>Method or attribute name: InSet<br>New version information…
2753 …rChangeMode;<br>Method or attribute name: declare enum SliderChangeMode<br>New version information…
2754 …tion: |Class name: SliderChangeMode;<br>Method or attribute name: Begin<br>New version information…
2755 …ion: |Class name: SliderChangeMode;<br>Method or attribute name: Moving<br>New version information…
2756 …mation: |Class name: SliderChangeMode;<br>Method or attribute name: End<br>New version information…
2757 …tion: |Class name: SliderChangeMode;<br>Method or attribute name: Click<br>New version information…
2758 …erOptions;<br>Method or attribute name: declare interface SliderOptions<br>New version information…
2759 …Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>New version information…
2760 … |Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>New version information…
2761 … |Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>New version information…
2762 …|Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>New version information…
2763 … name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>New version information…
2764 …ass name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>New version information…
2765 …ss name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>New version information…
2766 …SliderInterface;<br>Method or attribute name: interface SliderInterface<br>New version information…
2767 …r>Method or attribute name: (options?: SliderOptions): SliderAttribute;<br>New version information…
2768 …erAttribute;<br>Method or attribute name: declare class SliderAttribute<br>New version information…
2769 …d or attribute name: blockColor(value: ResourceColor): SliderAttribute;<br>New version information…
2770 …d or attribute name: trackColor(value: ResourceColor): SliderAttribute;<br>New version information…
2771 …r attribute name: selectedColor(value: ResourceColor): SliderAttribute;<br>New version information…
2772 …r>Method or attribute name: showSteps(value: boolean): SliderAttribute;<br>New version information…
2773 …name: showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>New version information…
2774 …thod or attribute name: trackThickness(value: Length): SliderAttribute;<br>New version information…
2775 …ack: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>New version information…
2776 …me: SpanInterface;<br>Method or attribute name: interface SpanInterface<br>New version information…
2777 …r>Method or attribute name: (value: string \| Resource): SpanAttribute;<br>New version information…
2778 …SpanAttribute;<br>Method or attribute name: declare class SpanAttribute<br>New version information…
2779 …thod or attribute name: fontColor(value: ResourceColor): SpanAttribute;<br>New version information…
2780 …ute name: fontSize(value: number \| string \| Resource): SpanAttribute;<br>New version information…
2781 …r>Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;<br>New version information…
2782 …name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>New version information…
2783 …r attribute name: fontFamily(value: string \| Resource): SpanAttribute;<br>New version information…
2784 …e: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>New version information…
2785 … attribute name: letterSpacing(value: number \| string): SpanAttribute;<br>New version information…
2786 …<br>Method or attribute name: textCase(value: TextCase): SpanAttribute;<br>New version information…
2787 …: StackInterface;<br>Method or attribute name: interface StackInterface<br>New version information…
2788 …attribute name: (value?: { alignContent?: Alignment }): StackAttribute;<br>New version information…
2789 …ackAttribute;<br>Method or attribute name: declare class StackAttribute<br>New version information…
2790 …thod or attribute name: alignContent(value: Alignment): StackAttribute;<br>New version information…
2791 …epperInterface;<br>Method or attribute name: interface StepperInterface<br>New version information…
2792 …thod or attribute name: (value?: { index?: number }): StepperAttribute;<br>New version information…
2793 …rAttribute;<br>Method or attribute name: declare class StepperAttribute<br>New version information…
2794 …od or attribute name: onFinish(callback: () => void): StepperAttribute;<br>New version information…
2795 …thod or attribute name: onSkip(callback: () => void): StepperAttribute;<br>New version information…
2796 …allback: (prevIndex: number, index: number) => void): StepperAttribute;<br>New version information…
2797 …back: (index: number, pendingIndex: number) => void): StepperAttribute;<br>New version information…
2798 …back: (index: number, pendingIndex: number) => void): StepperAttribute;<br>New version information…
2799 …ss name: ItemState;<br>Method or attribute name: declare enum ItemState<br>New version information…
2800 …nformation: |Class name: ItemState;<br>Method or attribute name: Normal<br>New version information…
2801 …ormation: |Class name: ItemState;<br>Method or attribute name: Disabled<br>New version information…
2802 …formation: |Class name: ItemState;<br>Method or attribute name: Waiting<br>New version information…
2803 … information: |Class name: ItemState;<br>Method or attribute name: Skip<br>New version information…
2804 …mInterface;<br>Method or attribute name: interface StepperItemInterface<br>New version information…
2805 …erItemInterface;<br>Method or attribute name: (): StepperItemAttribute;<br>New version information…
2806 …ribute;<br>Method or attribute name: declare class StepperItemAttribute<br>New version information…
2807 …thod or attribute name: prevLabel(value: string): StepperItemAttribute;<br>New version information…
2808 …thod or attribute name: nextLabel(value: string): StepperItemAttribute;<br>New version information…
2809 …hod or attribute name: status(value?: ItemState): StepperItemAttribute;<br>New version information…
2810 …Controller;<br>Method or attribute name: declare class SwiperController<br>New version information…
2811 …ass name: SwiperController;<br>Method or attribute name: constructor();<br>New version information…
2812 …|Class name: SwiperController;<br>Method or attribute name: showNext();<br>New version information…
2813 …ss name: SwiperController;<br>Method or attribute name: showPrevious();<br>New version information…
2814 …r;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>New version information…
2815 …isplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>New version information…
2816 …SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>New version information…
2817 …od or attribute name: (controller?: SwiperController): SwiperAttribute;<br>New version information…
2818 …erAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>New version information…
2819 …te;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>New version information…
2820 …br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>New version information…
2821 …<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>New version information…
2822 …tor(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>New version information…
2823 …te;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>New version information…
2824 …<br>Method or attribute name: duration(value: number): SwiperAttribute;<br>New version information…
2825 …br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>New version information…
2826 …or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>New version information…
2827 …attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>New version information…
2828 …>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>New version information…
2829 …splayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>New version information…
2830 …thod or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>New version information…
2831 …ethod or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>New version information…
2832 …tribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>New version information…
2833 …ribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>New version information…
2834 …ex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information…
2835 …ex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information…
2836 …|Class name: BarMode;<br>Method or attribute name: declare enum BarMode<br>New version information…
2837 …tion: |Class name: BarMode;<br>Method or attribute name: Scrollable = 0<br>New version information…
2838 …formation: |Class name: BarMode;<br>Method or attribute name: Fixed = 1<br>New version information…
2839 …ame: BarPosition;<br>Method or attribute name: declare enum BarPosition<br>New version information…
2840 …formation: |Class name: BarPosition;<br>Method or attribute name: Start<br>New version information…
2841 …information: |Class name: BarPosition;<br>Method or attribute name: End<br>New version information…
2842 …bsController;<br>Method or attribute name: declare class TabsController<br>New version information…
2843 …Class name: TabsController;<br>Method or attribute name: constructor();<br>New version information…
2844 …troller;<br>Method or attribute name: changeIndex(value: number): void;<br>New version information…
2845 …me: TabsInterface;<br>Method or attribute name: interface TabsInterface<br>New version information…
2846 …osition; index?: number; controller?: TabsController }): TabsAttribute;<br>New version information…
2847 …TabsAttribute;<br>Method or attribute name: declare class TabsAttribute<br>New version information…
2848 …;<br>Method or attribute name: vertical(value: boolean): TabsAttribute;<br>New version information…
2849 …thod or attribute name: barPosition(value: BarPosition): TabsAttribute;<br>New version information…
2850 …br>Method or attribute name: scrollable(value: boolean): TabsAttribute;<br>New version information…
2851 …Method or attribute name: barMode(value: BarMode.Fixed): TabsAttribute;<br>New version information…
2852 … BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;<br>New version information…
2853 …ode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;<br>New version information…
2854 …e;<br>Method or attribute name: barWidth(value: Length): TabsAttribute;<br>New version information…
2855 …;<br>Method or attribute name: barHeight(value: Length): TabsAttribute;<br>New version information…
2856 …hod or attribute name: animationDuration(value: number): TabsAttribute;<br>New version information…
2857 …ttribute name: onChange(event: (index: number) => void): TabsAttribute;<br>New version information…
2858 …bTabBarStyle;<br>Method or attribute name: declare class SubTabBarStyle<br>New version information…
2859 …rStyle;<br>Method or attribute name: constructor(content: ResourceStr);<br>New version information…
2860 …bBarStyle;<br>Method or attribute name: declare class BottomTabBarStyle<br>New version information…
2861 …d or attribute name: constructor(icon: ResourceStr, text: ResourceStr);<br>New version information…
2862 …ntInterface;<br>Method or attribute name: interface TabContentInterface<br>New version information…
2863 …ContentInterface;<br>Method or attribute name: (): TabContentAttribute;<br>New version information…
2864 …tribute;<br>Method or attribute name: declare class TabContentAttribute<br>New version information…
2865 … string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>New version information…
2866 …abBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;<br>New version information…
2867 …me: TextInterface;<br>Method or attribute name: interface TextInterface<br>New version information…
2868 …ethod or attribute name: (content?: string \| Resource): TextAttribute;<br>New version information…
2869 …TextAttribute;<br>Method or attribute name: declare class TextAttribute<br>New version information…
2870 …thod or attribute name: fontColor(value: ResourceColor): TextAttribute;<br>New version information…
2871 …ute name: fontSize(value: number \| string \| Resource): TextAttribute;<br>New version information…
2872 … name: minFontSize(value: number \| string \| Resource): TextAttribute;<br>New version information…
2873 … name: maxFontSize(value: number \| string \| Resource): TextAttribute;<br>New version information…
2874 …r>Method or attribute name: fontStyle(value: FontStyle): TextAttribute;<br>New version information…
2875 …name: fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>New version information…
2876 …r>Method or attribute name: textAlign(value: TextAlign): TextAttribute;<br>New version information…
2877 …e name: lineHeight(value: number \| string \| Resource): TextAttribute;<br>New version information…
2878 …e name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>New version information…
2879 …r attribute name: fontFamily(value: string \| Resource): TextAttribute;<br>New version information…
2880 …e;<br>Method or attribute name: maxLines(value: number): TextAttribute;<br>New version information…
2881 …e: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>New version information…
2882 … attribute name: letterSpacing(value: number \| string): TextAttribute;<br>New version information…
2883 …<br>Method or attribute name: textCase(value: TextCase): TextAttribute;<br>New version information…
2884 …attribute name: baselineOffset(value: number \| string): TextAttribute;<br>New version information…
2885 …ethod or attribute name: copyOption(value: CopyOptions): TextAttribute;<br>New version information…
2886 …ntroller;<br>Method or attribute name: declare class TextAreaController<br>New version information…
2887 …s name: TextAreaController;<br>Method or attribute name: constructor();<br>New version information…
2888 …oller;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information…
2889 …Options;<br>Method or attribute name: declare interface TextAreaOptions<br>New version information…
2890 …extAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information…
2891 …name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information…
2892 …aOptions;<br>Method or attribute name: controller?: TextAreaController;<br>New version information…
2893 …AreaInterface;<br>Method or attribute name: interface TextAreaInterface<br>New version information…
2894 …Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;<br>New version information…
2895 …Attribute;<br>Method or attribute name: declare class TextAreaAttribute<br>New version information…
2896 …ribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;<br>New version information…
2897 …hod or attribute name: placeholderFont(value: Font): TextAreaAttribute;<br>New version information…
2898 …thod or attribute name: textAlign(value: TextAlign): TextAreaAttribute;<br>New version information…
2899 …or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;<br>New version information…
2900 … or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;<br>New version information…
2901 …r>Method or attribute name: fontSize(value: Length): TextAreaAttribute;<br>New version information…
2902 …thod or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;<br>New version information…
2903 …: fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;<br>New version information…
2904 …d or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;<br>New version information…
2905 …alue: ResourceStr, error?: (value: string) => void): TextAreaAttribute;<br>New version information…
2906 …e name: onChange(callback: (value: string) => void): TextAreaAttribute;<br>New version information…
2907 …ute name: onCopy(callback: (value: string) => void): TextAreaAttribute;<br>New version information…
2908 …bute name: onCut(callback: (value: string) => void): TextAreaAttribute;<br>New version information…
2909 …te name: onPaste(callback: (value: string) => void): TextAreaAttribute;<br>New version information…
2910 …d or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;<br>New version information…
2911 …troller;<br>Method or attribute name: declare class TextClockController<br>New version information…
2912 … name: TextClockController;<br>Method or attribute name: constructor();<br>New version information…
2913 …|Class name: TextClockController;<br>Method or attribute name: start();<br>New version information…
2914 … |Class name: TextClockController;<br>Method or attribute name: stop();<br>New version information…
2915 …ockInterface;<br>Method or attribute name: interface TextClockInterface<br>New version information…
2916 …fset?: number; controller?: TextClockController }): TextClockAttribute;<br>New version information…
2917 …br>Method or attribute name: format(value: string): TextClockAttribute;<br>New version information…
2918 …name: onDateChange(event: (value: number) => void): TextClockAttribute;<br>New version information…
2919 …or attribute name: fontColor(value: ResourceColor): TextClockAttribute;<br>New version information…
2920 …>Method or attribute name: fontSize(value: Length): TextClockAttribute;<br>New version information…
2921 …hod or attribute name: fontStyle(value: FontStyle): TextClockAttribute;<br>New version information…
2922 … fontWeight(value: number \| FontWeight \| string): TextClockAttribute;<br>New version information…
2923 … or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;<br>New version information…
2924 …ss name: InputType;<br>Method or attribute name: declare enum InputType<br>New version information…
2925 …nformation: |Class name: InputType;<br>Method or attribute name: Normal<br>New version information…
2926 …nformation: |Class name: InputType;<br>Method or attribute name: Number<br>New version information…
2927 …ation: |Class name: InputType;<br>Method or attribute name: PhoneNumber<br>New version information…
2928 …information: |Class name: InputType;<br>Method or attribute name: Email<br>New version information…
2929 …ormation: |Class name: InputType;<br>Method or attribute name: Password<br>New version information…
2930 …e: EnterKeyType;<br>Method or attribute name: declare enum EnterKeyType<br>New version information…
2931 …information: |Class name: EnterKeyType;<br>Method or attribute name: Go<br>New version information…
2932 …rmation: |Class name: EnterKeyType;<br>Method or attribute name: Search<br>New version information…
2933 …formation: |Class name: EnterKeyType;<br>Method or attribute name: Send<br>New version information…
2934 …formation: |Class name: EnterKeyType;<br>Method or attribute name: Next<br>New version information…
2935 …formation: |Class name: EnterKeyType;<br>Method or attribute name: Done<br>New version information…
2936 …troller;<br>Method or attribute name: declare class TextInputController<br>New version information…
2937 … name: TextInputController;<br>Method or attribute name: constructor();<br>New version information…
2938 …oller;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information…
2939 …ptions;<br>Method or attribute name: declare interface TextInputOptions<br>New version information…
2940 …xtInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information…
2941 …ame: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information…
2942 …Options;<br>Method or attribute name: controller?: TextInputController;<br>New version information…
2943 …extInputStyle;<br>Method or attribute name: declare enum TextInputStyle<br>New version information…
2944 …tion: |Class name: TextInputStyle;<br>Method or attribute name: Default<br>New version information…
2945 …ation: |Class name: TextInputStyle;<br>Method or attribute name: Inline<br>New version information…
2946 …putInterface;<br>Method or attribute name: interface TextInputInterface<br>New version information…
2947 …thod or attribute name: (value?: TextInputOptions): TextInputAttribute;<br>New version information…
2948 …ttribute;<br>Method or attribute name: declare class TextInputAttribute<br>New version information…
2949 …r>Method or attribute name: type(value: InputType): TextInputAttribute;<br>New version information…
2950 …ibute name: placeholderColor(value: ResourceColor): TextInputAttribute;<br>New version information…
2951 …d or attribute name: placeholderFont(value?: Font): TextInputAttribute;<br>New version information…
2952 … attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;<br>New version information…
2953 …r attribute name: caretColor(value: ResourceColor): TextInputAttribute;<br>New version information…
2954 …EditChange(callback: (isEditing: boolean) => void): TextInputAttribute;<br>New version information…
2955 …Submit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;<br>New version information…
2956 … name: onChange(callback: (value: string) => void): TextInputAttribute;<br>New version information…
2957 …Method or attribute name: maxLength(value: number): TextInputAttribute;<br>New version information…
2958 …or attribute name: fontColor(value: ResourceColor): TextInputAttribute;<br>New version information…
2959 …>Method or attribute name: fontSize(value: Length): TextInputAttribute;<br>New version information…
2960 …hod or attribute name: fontStyle(value: FontStyle): TextInputAttribute;<br>New version information…
2961 … fontWeight(value: number \| FontWeight \| string): TextInputAttribute;<br>New version information…
2962 … or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;<br>New version information…
2963 …lue: ResourceStr, error?: (value: string) => void): TextInputAttribute;<br>New version information…
2964 …te name: onCopy(callback: (value: string) => void): TextInputAttribute;<br>New version information…
2965 …ute name: onCut(callback: (value: string) => void): TextInputAttribute;<br>New version information…
2966 …e name: onPaste(callback: (value: string) => void): TextInputAttribute;<br>New version information…
2967 … or attribute name: copyOption(value: CopyOptions): TextInputAttribute;<br>New version information…
2968 …r attribute name: showPasswordIcon(value: boolean): TextInputAttribute;<br>New version information…
2969 …hod or attribute name: textAlign(value: TextAlign): TextInputAttribute;<br>New version information…
2970 …: style(value: TextInputStyle \| TextContentStyle): TextInputAttribute;<br>New version information…
2971 …tions;<br>Method or attribute name: declare interface TextPickerOptions<br>New version information…
2972 …esource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>New version information…
2973 …PickerOptions;<br>Method or attribute name: value?: string \| string[];<br>New version information…
2974 …kerOptions;<br>Method or attribute name: selected?: number \| number[];<br>New version information…
2975 …erInterface;<br>Method or attribute name: interface TextPickerInterface<br>New version information…
2976 … or attribute name: (options?: TextPickerOptions): TextPickerAttribute;<br>New version information…
2977 …tribute;<br>Method or attribute name: declare class TextPickerAttribute<br>New version information…
2978 … defaultPickerItemHeight(value: number \| string): TextPickerAttribute;<br>New version information…
2979 … \| string[], index: number \| number[]) => void): TextPickerAttribute;<br>New version information…
2980 …Result;<br>Method or attribute name: declare interface TextPickerResult<br>New version information…
2981 …xtPickerResult;<br>Method or attribute name: value: string \| string[];<br>New version information…
2982 …xtPickerResult;<br>Method or attribute name: index: number \| number[];<br>New version information…
2983 …<br>Method or attribute name: declare interface TextPickerDialogOptions<br>New version information…
2984 …r>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information…
2985 …Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information…
2986 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
2987 …Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information…
2988 …ckerDialog;<br>Method or attribute name: declare class TextPickerDialog<br>New version information…
2989 …thod or attribute name: static show(options?: TextPickerDialogOptions);<br>New version information…
2990 …troller;<br>Method or attribute name: declare class TextTimerController<br>New version information…
2991 … name: TextTimerController;<br>Method or attribute name: constructor();<br>New version information…
2992 …|Class name: TextTimerController;<br>Method or attribute name: start();<br>New version information…
2993 …|Class name: TextTimerController;<br>Method or attribute name: pause();<br>New version information…
2994 …|Class name: TextTimerController;<br>Method or attribute name: reset();<br>New version information…
2995 …xtTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>New version information…
2996 …: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information…
2997 …ss name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information…
2998 …Options;<br>Method or attribute name: controller?: TextTimerController;<br>New version information…
2999 …merInterface;<br>Method or attribute name: interface TextTimerInterface<br>New version information…
3000 …od or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>New version information…
3001 …ttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>New version information…
3002 …br>Method or attribute name: format(value: string): TextTimerAttribute;<br>New version information…
3003 …or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>New version information…
3004 …>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>New version information…
3005 …hod or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>New version information…
3006 … fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>New version information…
3007 … or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>New version information…
3008 …event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>New version information…
3009 …Result;<br>Method or attribute name: declare interface TimePickerResult<br>New version information…
3010 …ass name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>New version information…
3011 …s name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>New version information…
3012 …tions;<br>Method or attribute name: declare interface TimePickerOptions<br>New version information…
3013 … name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information…
3014 …erInterface;<br>Method or attribute name: interface TimePickerInterface<br>New version information…
3015 … or attribute name: (options?: TimePickerOptions): TimePickerAttribute;<br>New version information…
3016 …tribute;<br>Method or attribute name: declare class TimePickerAttribute<br>New version information…
3017 …r attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;<br>New version information…
3018 …ange(callback: (value: TimePickerResult) => void): TimePickerAttribute;<br>New version information…
3019 …<br>Method or attribute name: declare interface TimePickerDialogOptions<br>New version information…
3020 …rDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information…
3021 …Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information…
3022 …ickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information…
3023 …Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information…
3024 …ckerDialog;<br>Method or attribute name: declare class TimePickerDialog<br>New version information…
3025 …thod or attribute name: static show(options?: TimePickerDialogOptions);<br>New version information…
3026 … name: ToggleType;<br>Method or attribute name: declare enum ToggleType<br>New version information…
3027 …rmation: |Class name: ToggleType;<br>Method or attribute name: Checkbox<br>New version information…
3028 …formation: |Class name: ToggleType;<br>Method or attribute name: Switch<br>New version information…
3029 …formation: |Class name: ToggleType;<br>Method or attribute name: Button<br>New version information…
3030 …ToggleInterface;<br>Method or attribute name: interface ToggleInterface<br>New version information…
3031 …name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>New version information…
3032 …leAttribute;<br>Method or attribute name: declare class ToggleAttribute<br>New version information…
3033 …ute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>New version information…
3034 …r attribute name: selectedColor(value: ResourceColor): ToggleAttribute;<br>New version information…
3035 …ttribute name: switchPointColor(color: ResourceColor): ToggleAttribute;<br>New version information…
3036 … |Class name: Font;<br>Method or attribute name: declare interface Font<br>New version information…
3037 …rmation: |Class name: Font;<br>Method or attribute name: size?: Length;<br>New version information…
3038 …;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>New version information…
3039 …s name: Font;<br>Method or attribute name: family?: string \| Resource;<br>New version information…
3040 …ion: |Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>New version information…
3041 … |Class name: Area;<br>Method or attribute name: declare interface Area<br>New version information…
3042 …rmation: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information…
3043 …mation: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information…
3044 …on: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information…
3045 …lass name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information…
3046 …name: Position;<br>Method or attribute name: declare interface Position<br>New version information…
3047 …mation: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information…
3048 …mation: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information…
3049 …s;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>New version information…
3050 … ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information…
3051 … ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information…
3052 …ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information…
3053 …ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information…
3054 …SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>New version information…
3055 … |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information…
3056 …|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information…
3057 …erOptions;<br>Method or attribute name: declare interface BorderOptions<br>New version information…
3058 …rderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information…
3059 …ions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information…
3060 …ptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information…
3061 …ptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information…
3062 …me: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>New version information…
3063 …ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>New version information…
3064 …lass name: SeekMode;<br>Method or attribute name: declare enum SeekMode<br>New version information…
3065 …n: |Class name: SeekMode;<br>Method or attribute name: PreviousKeyframe<br>New version information…
3066 …ation: |Class name: SeekMode;<br>Method or attribute name: NextKeyframe<br>New version information…
3067 …on: |Class name: SeekMode;<br>Method or attribute name: ClosestKeyframe<br>New version information…
3068 …formation: |Class name: SeekMode;<br>Method or attribute name: Accurate<br>New version information…
3069 … PlaybackSpeed;<br>Method or attribute name: declare enum PlaybackSpeed<br>New version information…
3070 … name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_0_75_X<br>New version information…
3071 … name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_00_X<br>New version information…
3072 … name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_25_X<br>New version information…
3073 … name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_75_X<br>New version information…
3074 … name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_2_00_X<br>New version information…
3075 …deoOptions;<br>Method or attribute name: declare interface VideoOptions<br>New version information…
3076 …e: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>New version information…
3077 …ttribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>New version information…
3078 …>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>New version information…
3079 …ideoOptions;<br>Method or attribute name: controller?: VideoController;<br>New version information…
3080 …oController;<br>Method or attribute name: declare class VideoController<br>New version information…
3081 …lass name: VideoController;<br>Method or attribute name: constructor();<br>New version information…
3082 …on: |Class name: VideoController;<br>Method or attribute name: start();<br>New version information…
3083 …on: |Class name: VideoController;<br>Method or attribute name: pause();<br>New version information…
3084 …ion: |Class name: VideoController;<br>Method or attribute name: stop();<br>New version information…
3085 …Controller;<br>Method or attribute name: setCurrentTime(value: number);<br>New version information…
3086 …d or attribute name: setCurrentTime(value: number, seekMode: SeekMode);<br>New version information…
3087 …roller;<br>Method or attribute name: requestFullscreen(value: boolean);<br>New version information…
3088 …s name: VideoController;<br>Method or attribute name: exitFullscreen();<br>New version information…
3089 …: VideoInterface;<br>Method or attribute name: interface VideoInterface<br>New version information…
3090 …ce;<br>Method or attribute name: (value: VideoOptions): VideoAttribute;<br>New version information…
3091 …deoAttribute;<br>Method or attribute name: declare class VideoAttribute<br>New version information…
3092 …te;<br>Method or attribute name: muted(value: boolean): VideoAttribute;<br>New version information…
3093 …<br>Method or attribute name: autoPlay(value: boolean): VideoAttribute;<br>New version information…
3094 …<br>Method or attribute name: controls(value: boolean): VideoAttribute;<br>New version information…
3095 …ute;<br>Method or attribute name: loop(value: boolean): VideoAttribute;<br>New version information…
3096 …r>Method or attribute name: objectFit(value: ImageFit): VideoAttribute;<br>New version information…
3097 …r>Method or attribute name: onStart(event: () => void): VideoAttribute;<br>New version information…
3098 …r>Method or attribute name: onPause(event: () => void): VideoAttribute;<br>New version information…
3099 …>Method or attribute name: onFinish(event: () => void): VideoAttribute;<br>New version information…
3100 …br> */<br> fullscreen: boolean<br> }) => void): VideoAttribute;<br>New version information…
3101 …10<br> */<br> duration: number<br> }) => void): VideoAttribute;<br>New version information…
3102 …nce 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information…
3103 …nce 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information…
3104 …nce 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information…
3105 …r>Method or attribute name: onError(event: () => void): VideoAttribute;<br>New version information…
3106 …ptions;<br>Method or attribute name: declare interface WaterFlowOptions<br>New version information…
3107 … WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information…
3108 …me: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>New version information…
3109 …lowInterface;<br>Method or attribute name: interface WaterFlowInterface<br>New version information…
3110 …od or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;<br>New version information…
3111 …ttribute;<br>Method or attribute name: declare class WaterFlowAttribute<br>New version information…
3112 … or attribute name: columnsTemplate(value: string): WaterFlowAttribute;<br>New version information…
3113 …: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;<br>New version information…
3114 …hod or attribute name: rowsTemplate(value: string): WaterFlowAttribute;<br>New version information…
3115 …ethod or attribute name: columnsGap(value: Length): WaterFlowAttribute;<br>New version information…
3116 …r>Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;<br>New version information…
3117 …ribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;<br>New version information…
3118 …or attribute name: onReachStart(event: () => void): WaterFlowAttribute;<br>New version information…
3119 …d or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;<br>New version information…