1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.arkui.componentSnapshot<br>Class name: componentSnapshot|@ohos.arkui.componentSnapshot.d.ts|
4|Added|NA|Module name: ohos.arkui.componentSnapshot<br>Class name: componentSnapshot<br>Method or attribute name: function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts|
5|Added|NA|Module name: ohos.arkui.componentSnapshot<br>Class name: componentSnapshot<br>Method or attribute name: function get(id: string): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts|
6|Added|NA|Module name: ohos.arkui.componentSnapshot<br>Class name: componentSnapshot<br>Method or attribute name: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts|
7|Added|NA|Module name: ohos.arkui.componentSnapshot<br>Class name: componentSnapshot<br>Method or attribute name: function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts|
8|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: DrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts|
9|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: DrawableDescriptor<br>Method or attribute name: constructor();|@ohos.arkui.drawableDescriptor.d.ts|
10|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: DrawableDescriptor<br>Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts|
11|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: LayeredDrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts|
12|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: LayeredDrawableDescriptor<br>Method or attribute name: getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
13|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: LayeredDrawableDescriptor<br>Method or attribute name: getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
14|Added|NA|Module name: ohos.arkui.drawableDescriptor<br>Class name: LayeredDrawableDescriptor<br>Method or attribute name: getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
15|Added|NA|Class name: curves<br>Method or attribute name: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts|
16|Added|NA|Class name: MeasureOptions<br>Method or attribute name: textContent: string \| Resource;|@ohos.measure.d.ts|
17|Added|NA|Class name: MeasureOptions<br>Method or attribute name: constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts|
18|Added|NA|Class name: MeasureOptions<br>Method or attribute name: textAlign?: number \| TextAlign;|@ohos.measure.d.ts|
19|Added|NA|Class name: MeasureOptions<br>Method or attribute name: overflow?: number \| TextOverflow;|@ohos.measure.d.ts|
20|Added|NA|Class name: MeasureOptions<br>Method or attribute name: maxLines?: number;|@ohos.measure.d.ts|
21|Added|NA|Class name: MeasureOptions<br>Method or attribute name: lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts|
22|Added|NA|Class name: MeasureOptions<br>Method or attribute name: baselineOffset?: number \| string;|@ohos.measure.d.ts|
23|Added|NA|Class name: MeasureOptions<br>Method or attribute name: textCase?: number \| TextCase;|@ohos.measure.d.ts|
24|Added|NA|Module name: ohos.measure<br>Class name: MeasureText<br>Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts|
25|Added|NA|Class name: MeasureText<br>Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts|
26|Added|NA|Module name: ohos.uiAppearance<br>Class name: uiAppearance|@ohos.uiAppearance.d.ts|
27|Added|NA|Module name: ohos.uiAppearance<br>Class name: DarkMode|@ohos.uiAppearance.d.ts|
28|Added|NA|Module name: ohos.uiAppearance<br>Class name: DarkMode<br>Method or attribute name: ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts|
29|Added|NA|Module name: ohos.uiAppearance<br>Class name: DarkMode<br>Method or attribute name: ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts|
30|Added|NA|Module name: ohos.uiAppearance<br>Class name: uiAppearance<br>Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void;|@ohos.uiAppearance.d.ts|
31|Added|NA|Module name: ohos.uiAppearance<br>Class name: uiAppearance<br>Method or attribute name: function setDarkMode(mode: DarkMode): Promise\<void>;|@ohos.uiAppearance.d.ts|
32|Added|NA|Module name: ohos.uiAppearance<br>Class name: uiAppearance<br>Method or attribute name: function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts|
33|Added|NA|Class name: AlertDialogParamWithConfirm<br>Method or attribute name: confirm?: {<br>    /**<br>     * Text content of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };|alert_dialog.d.ts|
34|Added|NA|Class name: AlertDialogParamWithButtons<br>Method or attribute name: primaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };|alert_dialog.d.ts|
35|Added|NA|Class name: AlertDialogParamWithButtons<br>Method or attribute name: secondaryButton: {<br>    /**<br>     * Text content of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *  @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };|alert_dialog.d.ts|
36|Added|NA|Class name: AlphabetIndexerAttribute<br>Method or attribute name: popupSelectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
37|Added|NA|Class name: AlphabetIndexerAttribute<br>Method or attribute name: popupUnselectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
38|Added|NA|Class name: AlphabetIndexerAttribute<br>Method or attribute name: popupItemBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
39|Added|NA|Class name: AlphabetIndexerAttribute<br>Method or attribute name: popupItemFont(value: Font): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
40|Added|NA|Module name: badge<br>Class name: BadgeStyle<br>Method or attribute name: borderColor?: ResourceColor;|badge.d.ts|
41|Added|NA|Module name: badge<br>Class name: BadgeStyle<br>Method or attribute name: borderWidth?: Length;|badge.d.ts|
42|Added|NA|Module name: badge<br>Class name: BadgeStyle<br>Method or attribute name: fontWeight?: number \| FontWeight \| string;|badge.d.ts|
43|Added|NA|Module name: button<br>Class name: LabelStyle|button.d.ts|
44|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: overflow?: TextOverflow;|button.d.ts|
45|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: maxLines?: number;|button.d.ts|
46|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: minFontSize?: number \| ResourceStr;|button.d.ts|
47|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: maxFontSize?: number \| ResourceStr;|button.d.ts|
48|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;|button.d.ts|
49|Added|NA|Module name: button<br>Class name: LabelStyle<br>Method or attribute name: font?: Font;|button.d.ts|
50|Added|NA|Module name: button<br>Class name: ButtonAttribute<br>Method or attribute name: labelStyle(value: LabelStyle): ButtonAttribute;|button.d.ts|
51|Added|NA|Module name: canvas<br>Class name: CanvasPattern|canvas.d.ts|
52|Added|NA|Module name: canvas<br>Class name: CanvasPattern<br>Method or attribute name: setTransform(transform?: Matrix2D): void;|canvas.d.ts|
53|Added|NA|Class name: CanvasRenderer<br>Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts|
54|Added|NA|Class name: CanvasRenderer<br>Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts|
55|Added|NA|Class name: CanvasRenderer<br>Method or attribute name: createConicGradient(<br>    startAngle: number,<br>    x: number,<br>    y: number<br>  ): CanvasGradient;|canvas.d.ts|
56|Added|NA|Class name: CanvasRenderer<br>Method or attribute name: putImageData(imagedata: ImageData, dx: number \| string, dy: number \| string): void;|canvas.d.ts|
57|Added|NA|Class name: CanvasRenderer<br>Method or attribute name: putImageData(<br>    imagedata: ImageData,<br>    dx: number \| string,<br>    dy: number \| string,<br>    dirtyX: number \| string,<br>    dirtyY: number \| string,<br>    dirtyWidth: number \| string,<br>    dirtyHeight: number \| string<br>  ): void;|canvas.d.ts|
58|Added|NA|Module name: canvas<br>Class name: OffscreenCanvas<br>Method or attribute name: getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts|
59|Added|NA|Class name: OffscreenCanvas<br>Method or attribute name: getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts|
60|Added|NA|Module name: checkbox<br>Class name: CheckboxAttribute<br>Method or attribute name: unselectedColor(value: ResourceColor): CheckboxAttribute;|checkbox.d.ts|
61|Added|NA|Module name: checkbox<br>Class name: CheckboxAttribute<br>Method or attribute name: mark(value: MarkStyle): CheckboxAttribute;|checkbox.d.ts|
62|Added|NA|Module name: checkboxgroup<br>Class name: CheckboxGroupAttribute<br>Method or attribute name: unselectedColor(value: ResourceColor): CheckboxGroupAttribute;|checkboxgroup.d.ts|
63|Added|NA|Module name: checkboxgroup<br>Class name: CheckboxGroupAttribute<br>Method or attribute name: mark(value: MarkStyle): CheckboxGroupAttribute;|checkboxgroup.d.ts|
64|Added|NA|Class name: global<br>Method or attribute name: declare const AnimatableExtend: MethodDecorator & ((value: Object) => MethodDecorator);|common.d.ts|
65|Added|NA|Module name: common<br>Class name: AnimatableArithmetic|common.d.ts|
66|Added|NA|Module name: common<br>Class name: AnimatableArithmetic<br>Method or attribute name: plus(rhs: AnimatableArithmetic\<T>): AnimatableArithmetic\<T>;|common.d.ts|
67|Added|NA|Class name: AnimatableArithmetic<br>Method or attribute name: plus(rhs: AnimatableArithmetic\<T>): AnimatableArithmetic\<T>;|common.d.ts|
68|Added|NA|Module name: common<br>Class name: AnimatableArithmetic<br>Method or attribute name: subtract(rhs: AnimatableArithmetic\<T>): AnimatableArithmetic\<T>;|common.d.ts|
69|Added|NA|Module name: common<br>Class name: AnimatableArithmetic<br>Method or attribute name: multiply(scale: number): AnimatableArithmetic\<T>;|common.d.ts|
70|Added|NA|Module name: common<br>Class name: AnimatableArithmetic<br>Method or attribute name: equals(rhs: AnimatableArithmetic\<T>): boolean;|common.d.ts|
71|Added|NA|Class name: global<br>Method or attribute name: declare const Recycle: ClassDecorator;|common.d.ts|
72|Added|NA|Module name: common<br>Class name: TransitionEdge|common.d.ts|
73|Added|NA|Module name: common<br>Class name: TransitionEdge<br>Method or attribute name: TOP|common.d.ts|
74|Added|NA|Module name: common<br>Class name: TransitionEdge<br>Method or attribute name: BOTTOM|common.d.ts|
75|Added|NA|Module name: common<br>Class name: TransitionEdge<br>Method or attribute name: START|common.d.ts|
76|Added|NA|Module name: common<br>Class name: TransitionEdge<br>Method or attribute name: END|common.d.ts|
77|Added|NA|Module name: common<br>Class name: TransitionEffect|common.d.ts|
78|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static readonly IDENTITY: TransitionEffect\<"identity">;|common.d.ts|
79|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static readonly OPACITY: TransitionEffect\<"opacity">;|common.d.ts|
80|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static readonly SLIDE: TransitionEffect\<<br>    "asymmetric",<br>    {<br>      appear: TransitionEffect\<"move", TransitionEdge>;<br>      disappear: TransitionEffect\<"move", TransitionEdge>;<br>    }<br>  >;|common.d.ts|
81|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;|common.d.ts|
82|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static translate(options: TranslateOptions): TransitionEffect\<"translate">;|common.d.ts|
83|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static rotate(options: RotateOptions): TransitionEffect\<"rotate">;|common.d.ts|
84|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static scale(options: ScaleOptions): TransitionEffect\<"scale">;|common.d.ts|
85|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static opacity(alpha: number): TransitionEffect\<"opacity">;|common.d.ts|
86|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static move(edge: TransitionEdge): TransitionEffect\<"move">;|common.d.ts|
87|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: static asymmetric(<br>    appear: TransitionEffect,<br>    disappear: TransitionEffect<br>  ): TransitionEffect\<"asymmetric">;|common.d.ts|
88|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: constructor(type: Type, effect: Effect);|common.d.ts|
89|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: animation(value: AnimateParam): TransitionEffect;|common.d.ts|
90|Added|NA|Module name: common<br>Class name: TransitionEffect<br>Method or attribute name: combine(transitionEffect: TransitionEffect): TransitionEffect;|common.d.ts|
91|Added|NA|Class name: SourceTool<br>Method or attribute name: Finger|common.d.ts|
92|Added|NA|Class name: SourceTool<br>Method or attribute name: Pen|common.d.ts|
93|Added|NA|Class name: BlurStyle<br>Method or attribute name: BackgroundThin|common.d.ts|
94|Added|NA|Class name: BlurStyle<br>Method or attribute name: BackgroundRegular|common.d.ts|
95|Added|NA|Class name: BlurStyle<br>Method or attribute name: BackgroundThick|common.d.ts|
96|Added|NA|Class name: BlurStyle<br>Method or attribute name: BackgroundUltraThick|common.d.ts|
97|Added|NA|Class name: BlurStyle<br>Method or attribute name: BACKGROUND_THIN|common.d.ts|
98|Added|NA|Class name: BlurStyle<br>Method or attribute name: BACKGROUND_REGULAR|common.d.ts|
99|Added|NA|Class name: BlurStyle<br>Method or attribute name: BACKGROUND_THICK|common.d.ts|
100|Added|NA|Class name: BlurStyle<br>Method or attribute name: BACKGROUND_ULTRA_THICK|common.d.ts|
101|Added|NA|Module name: common<br>Class name: ThemeColorMode|common.d.ts|
102|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: System|common.d.ts|
103|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: Light|common.d.ts|
104|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: Dark|common.d.ts|
105|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: SYSTEM|common.d.ts|
106|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: LIGHT|common.d.ts|
107|Added|NA|Module name: common<br>Class name: ThemeColorMode<br>Method or attribute name: DARK|common.d.ts|
108|Added|NA|Module name: common<br>Class name: AdaptiveColor|common.d.ts|
109|Added|NA|Module name: common<br>Class name: AdaptiveColor<br>Method or attribute name: Default|common.d.ts|
110|Added|NA|Module name: common<br>Class name: AdaptiveColor<br>Method or attribute name: Average|common.d.ts|
111|Added|NA|Module name: common<br>Class name: AdaptiveColor<br>Method or attribute name: DEFAULT|common.d.ts|
112|Added|NA|Module name: common<br>Class name: AdaptiveColor<br>Method or attribute name: AVERAGE|common.d.ts|
113|Added|NA|Module name: common<br>Class name: ModalTransition|common.d.ts|
114|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: Default|common.d.ts|
115|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: None|common.d.ts|
116|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: Alpha|common.d.ts|
117|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: DEFAULT|common.d.ts|
118|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: NONE|common.d.ts|
119|Added|NA|Module name: common<br>Class name: ModalTransition<br>Method or attribute name: ALPHA|common.d.ts|
120|Added|NA|Module name: common<br>Class name: BackgroundBlurStyleOptions|common.d.ts|
121|Added|NA|Module name: common<br>Class name: BackgroundBlurStyleOptions<br>Method or attribute name: colorMode?: ThemeColorMode;|common.d.ts|
122|Added|NA|Class name: BackgroundBlurStyleOptions<br>Method or attribute name: colorMode?: ThemeColorMode;|common.d.ts|
123|Added|NA|Module name: common<br>Class name: BackgroundBlurStyleOptions<br>Method or attribute name: adaptiveColor?: AdaptiveColor;|common.d.ts|
124|Added|NA|Class name: BackgroundBlurStyleOptions<br>Method or attribute name: adaptiveColor?: AdaptiveColor;|common.d.ts|
125|Added|NA|Module name: common<br>Class name: BackgroundBlurStyleOptions<br>Method or attribute name: scale?: number;|common.d.ts|
126|Added|NA|Class name: BackgroundBlurStyleOptions<br>Method or attribute name: scale?: number;|common.d.ts|
127|Added|NA|Module name: common<br>Class name: PickerTextStyle|common.d.ts|
128|Added|NA|Class name: PickerTextStyle<br>Method or attribute name: |common.d.ts|
129|Added|NA|Module name: common<br>Class name: PickerTextStyle<br>Method or attribute name: color?: ResourceColor;|common.d.ts|
130|Added|NA|Module name: common<br>Class name: PickerTextStyle<br>Method or attribute name: font?: Font;|common.d.ts|
131|Added|NA|Module name: common<br>Class name: ShadowType|common.d.ts|
132|Added|NA|Module name: common<br>Class name: ShadowType<br>Method or attribute name: COLOR|common.d.ts|
133|Added|NA|Module name: common<br>Class name: ShadowType<br>Method or attribute name: BLUR|common.d.ts|
134|Added|NA|Module name: common<br>Class name: ShadowOptions|common.d.ts|
135|Added|NA|Module name: common<br>Class name: ShadowOptions<br>Method or attribute name: radius: number \| Resource;|common.d.ts|
136|Added|NA|Module name: common<br>Class name: ShadowOptions<br>Method or attribute name: type?: ShadowType;|common.d.ts|
137|Added|NA|Module name: common<br>Class name: ShadowOptions<br>Method or attribute name: color?: Color \| string \| Resource;|common.d.ts|
138|Added|NA|Module name: common<br>Class name: ShadowOptions<br>Method or attribute name: offsetX?: number \| Resource;|common.d.ts|
139|Added|NA|Module name: common<br>Class name: ShadowOptions<br>Method or attribute name: offsetY?: number \| Resource;|common.d.ts|
140|Added|NA|Module name: common<br>Class name: ShadowStyle|common.d.ts|
141|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterDefaultXS|common.d.ts|
142|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterDefaultSM|common.d.ts|
143|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterDefaultMD|common.d.ts|
144|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterDefaultLG|common.d.ts|
145|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterFloatingSM|common.d.ts|
146|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OuterFloatingMD|common.d.ts|
147|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_DEFAULT_XS|common.d.ts|
148|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_DEFAULT_SM|common.d.ts|
149|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_DEFAULT_MD|common.d.ts|
150|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_DEFAULT_LG|common.d.ts|
151|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_FLOATING_SM|common.d.ts|
152|Added|NA|Module name: common<br>Class name: ShadowStyle<br>Method or attribute name: OUTER_FLOATING_MD|common.d.ts|
153|Added|NA|Module name: common<br>Class name: SheetSize|common.d.ts|
154|Added|NA|Module name: common<br>Class name: SheetSize<br>Method or attribute name: MEDIUM|common.d.ts|
155|Added|NA|Module name: common<br>Class name: SheetSize<br>Method or attribute name: LARGE|common.d.ts|
156|Added|NA|Module name: common<br>Class name: DragBehavior|common.d.ts|
157|Added|NA|Module name: common<br>Class name: DragBehavior<br>Method or attribute name: COPY|common.d.ts|
158|Added|NA|Module name: common<br>Class name: DragBehavior<br>Method or attribute name: MOVE|common.d.ts|
159|Added|NA|Module name: common<br>Class name: DragRet|common.d.ts|
160|Added|NA|Module name: common<br>Class name: DragRet<br>Method or attribute name: DRAG_SUCCESS|common.d.ts|
161|Added|NA|Module name: common<br>Class name: DragRet<br>Method or attribute name: DRAG_FAILED|common.d.ts|
162|Added|NA|Module name: common<br>Class name: DragRet<br>Method or attribute name: DRAG_CANCELED|common.d.ts|
163|Added|NA|Module name: common<br>Class name: DragRet<br>Method or attribute name: DROP_ENABLED|common.d.ts|
164|Added|NA|Class name: DragEvent<br>Method or attribute name: dragBehavior: DragBehavior;|common.d.ts|
165|Added|NA|Class name: DragEvent<br>Method or attribute name: useCustomDropAnimation: boolean;|common.d.ts|
166|Added|NA|Class name: DragEvent<br>Method or attribute name: setData(unifiedData: UnifiedData): void;|common.d.ts|
167|Added|NA|Class name: DragEvent<br>Method or attribute name: getData(): UnifiedData;|common.d.ts|
168|Added|NA|Class name: DragEvent<br>Method or attribute name: getSummary(): Summary;|common.d.ts|
169|Added|NA|Class name: DragEvent<br>Method or attribute name: setResult(dragRet: DragRet): void;|common.d.ts|
170|Added|NA|Class name: DragEvent<br>Method or attribute name: getResult(): DragRet;|common.d.ts|
171|Added|NA|Class name: DragEvent<br>Method or attribute name: getPreviewRect(): Rectangle;|common.d.ts|
172|Added|NA|Module name: common<br>Class name: SheetStyle|common.d.ts|
173|Added|NA|Module name: common<br>Class name: SheetStyle<br>Method or attribute name: height?: SheetSize \| Length;|common.d.ts|
174|Added|NA|Module name: common<br>Class name: SheetStyle<br>Method or attribute name: dragBar?: boolean;|common.d.ts|
175|Added|NA|Module name: common<br>Class name: PopupMessageOptions|common.d.ts|
176|Added|NA|Module name: common<br>Class name: PopupMessageOptions<br>Method or attribute name: textColor?: ResourceColor;|common.d.ts|
177|Added|NA|Module name: common<br>Class name: PopupMessageOptions<br>Method or attribute name: font?: Font;|common.d.ts|
178|Added|NA|Class name: PopupOptions<br>Method or attribute name: placement?: Placement;|common.d.ts|
179|Added|NA|Class name: PopupOptions<br>Method or attribute name: primaryButton?: {<br>    /**<br>     * Button text value<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };|common.d.ts|
180|Added|NA|Class name: PopupOptions<br>Method or attribute name: secondaryButton?: {<br>    /**<br>     * Button text value<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };|common.d.ts|
181|Added|NA|Class name: PopupOptions<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };|common.d.ts|
182|Added|NA|Class name: PopupOptions<br>Method or attribute name: messageOptions?: PopupMessageOptions|common.d.ts|
183|Added|NA|Class name: PopupOptions<br>Method or attribute name: targetSpace?: Length|common.d.ts|
184|Added|NA|Class name: CustomPopupOptions<br>Method or attribute name: mask?: boolean \| { color: ResourceColor };|common.d.ts|
185|Added|NA|Class name: CustomPopupOptions<br>Method or attribute name: targetSpace?: Length|common.d.ts|
186|Added|NA|Module name: common<br>Class name: ContextMenuOptions|common.d.ts|
187|Added|NA|Module name: common<br>Class name: ContextMenuOptions<br>Method or attribute name: offset?: Position;|common.d.ts|
188|Added|NA|Module name: common<br>Class name: ContextMenuOptions<br>Method or attribute name: placement?: Placement;|common.d.ts|
189|Added|NA|Module name: common<br>Class name: ContextMenuOptions<br>Method or attribute name: onAppear?: () => void;|common.d.ts|
190|Added|NA|Module name: common<br>Class name: ContextMenuOptions<br>Method or attribute name: onDisappear?: () => void;|common.d.ts|
191|Added|NA|Module name: common<br>Class name: MenuOptions|common.d.ts|
192|Added|NA|Module name: common<br>Class name: MenuOptions<br>Method or attribute name: title?: ResourceStr;|common.d.ts|
193|Added|NA|Module name: common<br>Class name: ProgressMask|common.d.ts|
194|Added|NA|Module name: common<br>Class name: ProgressMask<br>Method or attribute name: constructor(value: number, total: number, color: ResourceColor);|common.d.ts|
195|Added|NA|Module name: common<br>Class name: ProgressMask<br>Method or attribute name: updateProgress(value: number): void;|common.d.ts|
196|Added|NA|Module name: common<br>Class name: ProgressMask<br>Method or attribute name: updateColor(value: ResourceColor): void;|common.d.ts|
197|Added|NA|Module name: common<br>Class name: PixelStretchEffectOptions|common.d.ts|
198|Added|NA|Module name: common<br>Class name: PixelStretchEffectOptions<br>Method or attribute name: top?: Length;|common.d.ts|
199|Added|NA|Module name: common<br>Class name: PixelStretchEffectOptions<br>Method or attribute name: bottom?: Length;|common.d.ts|
200|Added|NA|Module name: common<br>Class name: PixelStretchEffectOptions<br>Method or attribute name: left?: Length;|common.d.ts|
201|Added|NA|Module name: common<br>Class name: PixelStretchEffectOptions<br>Method or attribute name: right?: Length;|common.d.ts|
202|Added|NA|Class name: CommonMethod<br>Method or attribute name: foregroundColor(value: ResourceColor \| ColoringStrategy): T;|common.d.ts|
203|Added|NA|Class name: CommonMethod<br>Method or attribute name: onDragEnd(event: (event: DragEvent, extraParams?: string) => void): T;|common.d.ts|
204|Added|NA|Class name: CommonMethod<br>Method or attribute name: allowDrop(value: Array\<UnifiedDataType>): T;|common.d.ts|
205|Added|NA|Class name: CommonMethod<br>Method or attribute name: draggable(value: boolean): T;|common.d.ts|
206|Added|NA|Class name: CommonMethod<br>Method or attribute name: bindContentCover(isShow: boolean, builder: CustomBuilder, type?: ModalTransition): T;|common.d.ts|
207|Added|NA|Class name: CommonMethod<br>Method or attribute name: bindSheet(isShow: boolean, builder: CustomBuilder, style?: SheetStyle): T;|common.d.ts|
208|Added|NA|Class name: CommonMethod<br>Method or attribute name: sphericalEffect(value: number): T;|common.d.ts|
209|Added|NA|Class name: CommonMethod<br>Method or attribute name: lightUpEffect(value: number): T;|common.d.ts|
210|Added|NA|Class name: CommonMethod<br>Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;|common.d.ts|
211|Added|NA|Class name: CommonMethod<br>Method or attribute name: keyboardShortcut(value: string \| FunctionKey, keys: Array\<ModifierKey>, action?: () => void): T;|common.d.ts|
212|Added|NA|Class name: CustomComponent<br>Method or attribute name: onRecycle?(params: { [key: string]: unknown }): void;|common.d.ts|
213|Added|NA|Class name: SubscribedAbstractProperty<br>Method or attribute name: abstract aboutToBeDeleted(): void;|common_ts_ets_api.d.ts|
214|Added|NA|Module name: counter<br>Class name: CounterAttribute<br>Method or attribute name: enableDec(value: boolean): CounterAttribute;|counter.d.ts|
215|Added|NA|Module name: counter<br>Class name: CounterAttribute<br>Method or attribute name: enableInc(value: boolean): CounterAttribute;|counter.d.ts|
216|Added|NA|Class name: CustomDialogControllerOptions<br>Method or attribute name: maskColor?: ResourceColor;|custom_dialog_controller.d.ts|
217|Added|NA|Class name: CustomDialogControllerOptions<br>Method or attribute name: openAnimation?: AnimateParam;|custom_dialog_controller.d.ts|
218|Added|NA|Class name: CustomDialogControllerOptions<br>Method or attribute name: closeAnimation?: AnimateParam;|custom_dialog_controller.d.ts|
219|Added|NA|Class name: CustomDialogControllerOptions<br>Method or attribute name: showInSubWindow?: boolean;|custom_dialog_controller.d.ts|
220|Added|NA|Module name: data_panel<br>Class name: LinearGradient|data_panel.d.ts|
221|Added|NA|Module name: data_panel<br>Class name: LinearGradient<br>Method or attribute name: constructor(colorStops: ColorStop[]);|data_panel.d.ts|
222|Added|NA|Module name: data_panel<br>Class name: DataPanelShadowOption|data_panel.d.ts|
223|Added|NA|Module name: data_panel<br>Class name: DataPanelShadowOption<br>Method or attribute name: radius?: number \| Resource;|data_panel.d.ts|
224|Added|NA|Module name: data_panel<br>Class name: DataPanelShadowOption<br>Method or attribute name: colors?: Array\<ResourceColor \| LinearGradient>;|data_panel.d.ts|
225|Added|NA|Module name: data_panel<br>Class name: DataPanelShadowOption<br>Method or attribute name: offsetX?: number \| Resource;|data_panel.d.ts|
226|Added|NA|Module name: data_panel<br>Class name: DataPanelShadowOption<br>Method or attribute name: offsetY?: number \| Resource;|data_panel.d.ts|
227|Added|NA|Module name: data_panel<br>Class name: DataPanelAttribute<br>Method or attribute name: valueColors(value: Array\<ResourceColor \| LinearGradient>): DataPanelAttribute;|data_panel.d.ts|
228|Added|NA|Module name: data_panel<br>Class name: DataPanelAttribute<br>Method or attribute name: trackBackgroundColor(value: ResourceColor): DataPanelAttribute;|data_panel.d.ts|
229|Added|NA|Module name: data_panel<br>Class name: DataPanelAttribute<br>Method or attribute name: strokeWidth(value: Length): DataPanelAttribute;|data_panel.d.ts|
230|Added|NA|Module name: data_panel<br>Class name: DataPanelAttribute<br>Method or attribute name: trackShadow(value: DataPanelShadowOption): DataPanelAttribute;|data_panel.d.ts|
231|Added|NA|Class name: DatePickerAttribute<br>Method or attribute name: disappearTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
232|Added|NA|Class name: DatePickerAttribute<br>Method or attribute name: textStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
233|Added|NA|Class name: DatePickerAttribute<br>Method or attribute name: selectedTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
234|Added|NA|Class name: DatePickerDialogOptions<br>Method or attribute name: showTime?: boolean;|date_picker.d.ts|
235|Added|NA|Class name: DatePickerDialogOptions<br>Method or attribute name: useMilitaryTime?: boolean;|date_picker.d.ts|
236|Added|NA|Class name: DatePickerDialogOptions<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;|date_picker.d.ts|
237|Added|NA|Class name: DatePickerDialogOptions<br>Method or attribute name: textStyle?: PickerTextStyle;|date_picker.d.ts|
238|Added|NA|Class name: DatePickerDialogOptions<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;|date_picker.d.ts|
239|Added|NA|Module name: enums<br>Class name: ColoringStrategy|enums.d.ts|
240|Added|NA|Module name: enums<br>Class name: ColoringStrategy<br>Method or attribute name: INVERT = "invert"|enums.d.ts|
241|Added|NA|Module name: enums<br>Class name: TextAlign<br>Method or attribute name: Justify|enums.d.ts|
242|Added|NA|Module name: enums<br>Class name: TextAlign<br>Method or attribute name: JUSTIFY|enums.d.ts|
243|Added|NA|Module name: enums<br>Class name: TextOverflow<br>Method or attribute name: Marquee|enums.d.ts|
244|Added|NA|Module name: enums<br>Class name: TextOverflow<br>Method or attribute name: MARQUEE|enums.d.ts|
245|Added|NA|Module name: enums<br>Class name: TextHeightAdaptivePolicy|enums.d.ts|
246|Added|NA|Module name: enums<br>Class name: TextHeightAdaptivePolicy<br>Method or attribute name: MAX_LINES_FIRST|enums.d.ts|
247|Added|NA|Module name: enums<br>Class name: TextHeightAdaptivePolicy<br>Method or attribute name: MIN_FONT_SIZE_FIRST|enums.d.ts|
248|Added|NA|Module name: enums<br>Class name: TextHeightAdaptivePolicy<br>Method or attribute name: LAYOUT_CONSTRAINT_FIRST|enums.d.ts|
249|Added|NA|Module name: enums<br>Class name: ModifierKey|enums.d.ts|
250|Added|NA|Module name: enums<br>Class name: ModifierKey<br>Method or attribute name: CTRL|enums.d.ts|
251|Added|NA|Module name: enums<br>Class name: ModifierKey<br>Method or attribute name: SHIFT|enums.d.ts|
252|Added|NA|Module name: enums<br>Class name: ModifierKey<br>Method or attribute name: ALT|enums.d.ts|
253|Added|NA|Module name: enums<br>Class name: FunctionKey|enums.d.ts|
254|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: ESC|enums.d.ts|
255|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F1|enums.d.ts|
256|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F2|enums.d.ts|
257|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F3|enums.d.ts|
258|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F4|enums.d.ts|
259|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F5|enums.d.ts|
260|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F6|enums.d.ts|
261|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F7|enums.d.ts|
262|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F8|enums.d.ts|
263|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F9|enums.d.ts|
264|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F10|enums.d.ts|
265|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F11|enums.d.ts|
266|Added|NA|Module name: enums<br>Class name: FunctionKey<br>Method or attribute name: F12|enums.d.ts|
267|Added|NA|Module name: enums<br>Class name: ImageSpanAlignment|enums.d.ts|
268|Added|NA|Module name: enums<br>Class name: ImageSpanAlignment<br>Method or attribute name: BASELINE|enums.d.ts|
269|Added|NA|Module name: enums<br>Class name: ImageSpanAlignment<br>Method or attribute name: BOTTOM|enums.d.ts|
270|Added|NA|Module name: enums<br>Class name: ImageSpanAlignment<br>Method or attribute name: CENTER|enums.d.ts|
271|Added|NA|Module name: enums<br>Class name: ImageSpanAlignment<br>Method or attribute name: TOP|enums.d.ts|
272|Added|NA|Module name: form_component<br>Class name: FormComponentAttribute<br>Method or attribute name: onLoad(callback: () => void): FormComponentAttribute;|form_component.d.ts|
273|Added|NA|Class name: GridAttribute<br>Method or attribute name: edgeEffect(value: EdgeEffect): GridAttribute;|grid.d.ts|
274|Added|NA|Class name: GridRowAttribute<br>Method or attribute name: alignItems(value: ItemAlign): GridRowAttribute;|grid_row.d.ts|
275|Added|NA|Class name: ImageAttribute<br>Method or attribute name: onError(callback: (event?: {<br>    /**<br>     * Component width.<br>     * @form<br>     * @crossplatform<br>     * @since 10<br>     */<br>    componentWidth: number;<br><br>    /**<br>     * Component height.<br>     * @form<br>     * @crossplatform<br>     * @since 10<br>     */<br>    componentHeight: number<br>  }) => void): ImageAttribute;|image.d.ts|
276|Added|NA|Class name: ImageAttribute<br>Method or attribute name: onError(callback: (event?: {<br>    /**<br>     * Component width.<br>     * @form<br>     * @crossplatform<br>     * @since 10<br>     */<br>    componentWidth: number;<br><br>    /**<br>     * Component height.<br>     * @form<br>     * @crossplatform<br>     * @since 10<br>     */<br>    componentHeight: number;<br><br>    /**<br>     * Message.<br>     * @form<br>     * @crossplatform<br>     * @since 10<br>     */<br>    message: string<br>  }) => void): ImageAttribute;|image.d.ts|
277|Added|NA|Module name: image_span<br>Class name: ImageSpanInterface|image_span.d.ts|
278|Added|NA|Module name: image_span<br>Class name: ImageSpanInterface<br>Method or attribute name: (value: ResourceStr \| PixelMap): ImageSpanAttribute;|image_span.d.ts|
279|Added|NA|Module name: image_span<br>Class name: ImageSpanAttribute|image_span.d.ts|
280|Added|NA|Module name: image_span<br>Class name: ImageSpanAttribute<br>Method or attribute name: verticalAlign(value: ImageSpanAlignment): ImageSpanAttribute;|image_span.d.ts|
281|Added|NA|Module name: image_span<br>Class name: ImageSpanAttribute<br>Method or attribute name: objectFit(value: ImageFit): ImageSpanAttribute;|image_span.d.ts|
282|Added|NA|Module name: image_span<br>Class name: global<br>Method or attribute name: declare const ImageSpan: ImageSpanInterface;|image_span.d.ts|
283|Added|NA|Module name: image_span<br>Class name: global<br>Method or attribute name: declare const ImageSpanInstance: ImageSpanAttribute;|image_span.d.ts|
284|Added|NA|Module name: list<br>Class name: ChainEdgeEffect|list.d.ts|
285|Added|NA|Module name: list<br>Class name: ChainEdgeEffect<br>Method or attribute name: DEFAULT|list.d.ts|
286|Added|NA|Module name: list<br>Class name: ChainEdgeEffect<br>Method or attribute name: STRETCH|list.d.ts|
287|Added|NA|Module name: list<br>Class name: ChainAnimationOptions|list.d.ts|
288|Added|NA|Module name: list<br>Class name: ChainAnimationOptions<br>Method or attribute name: minSpace: Length;|list.d.ts|
289|Added|NA|Module name: list<br>Class name: ChainAnimationOptions<br>Method or attribute name: maxSpace: Length;|list.d.ts|
290|Added|NA|Module name: list<br>Class name: ChainAnimationOptions<br>Method or attribute name: conductivity?: number;|list.d.ts|
291|Added|NA|Module name: list<br>Class name: ChainAnimationOptions<br>Method or attribute name: intensity?: number;|list.d.ts|
292|Added|NA|Module name: list<br>Class name: ChainAnimationOptions<br>Method or attribute name: edgeEffect?: ChainEdgeEffect;|list.d.ts|
293|Added|NA|Class name: ListAttribute<br>Method or attribute name: chainAnimationOptions(value: ChainAnimationOptions): ListAttribute;|list.d.ts|
294|Added|NA|Module name: matrix2d<br>Class name: Matrix2D|matrix2d.d.ts|
295|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: scaleX?: number;|matrix2d.d.ts|
296|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotateY?: number;|matrix2d.d.ts|
297|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotateX?: number;|matrix2d.d.ts|
298|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: scaleY?: number;|matrix2d.d.ts|
299|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: translateX?: number;|matrix2d.d.ts|
300|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: translateY?: number;|matrix2d.d.ts|
301|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: identity(): Matrix2D;|matrix2d.d.ts|
302|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: invert(): Matrix2D;|matrix2d.d.ts|
303|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: multiply(other?: Matrix2D): Matrix2D;|matrix2d.d.ts|
304|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts|
305|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: rotate(degree: number, rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts|
306|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;|matrix2d.d.ts|
307|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;|matrix2d.d.ts|
308|Added|NA|Module name: matrix2d<br>Class name: Matrix2D<br>Method or attribute name: constructor();|matrix2d.d.ts|
309|Added|NA|Class name: MenuAttribute<br>Method or attribute name: font(value: Font): MenuAttribute;|menu.d.ts|
310|Added|NA|Class name: MenuAttribute<br>Method or attribute name: fontColor(value: ResourceColor): MenuAttribute;|menu.d.ts|
311|Added|NA|Class name: MenuItemAttribute<br>Method or attribute name: contentFont(value: Font): MenuItemAttribute;|menu_item.d.ts|
312|Added|NA|Class name: MenuItemAttribute<br>Method or attribute name: contentFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts|
313|Added|NA|Class name: MenuItemAttribute<br>Method or attribute name: labelFont(value: Font): MenuItemAttribute;|menu_item.d.ts|
314|Added|NA|Class name: MenuItemAttribute<br>Method or attribute name: labelFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts|
315|Added|NA|Module name: navigation<br>Class name: NavPathInfo|navigation.d.ts|
316|Added|NA|Module name: navigation<br>Class name: NavPathInfo<br>Method or attribute name: constructor(name: string, param: unknown);|navigation.d.ts|
317|Added|NA|Module name: navigation<br>Class name: NavPathInfo<br>Method or attribute name: name: string;|navigation.d.ts|
318|Added|NA|Module name: navigation<br>Class name: NavPathInfo<br>Method or attribute name: param?: unknown;|navigation.d.ts|
319|Added|NA|Module name: navigation<br>Class name: NavPathStack|navigation.d.ts|
320|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: constructor();|navigation.d.ts|
321|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: push(info: NavPathInfo): void;|navigation.d.ts|
322|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: pushName(name: string, param: unknown): void;|navigation.d.ts|
323|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: pop(): NavPathInfo \| undefined;|navigation.d.ts|
324|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: popTo(name: string): number;|navigation.d.ts|
325|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: popToIndex(index: number): void;|navigation.d.ts|
326|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: moveToTop(name: string): number;|navigation.d.ts|
327|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: moveIndexToTop(index: number): void;|navigation.d.ts|
328|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: clear(): void;|navigation.d.ts|
329|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: getAllPathName(): Array\<string>;|navigation.d.ts|
330|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: getParamByIndex(index: number): unknown \| undefined;|navigation.d.ts|
331|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: getParamByName(name: string): Array\<unknown>;|navigation.d.ts|
332|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: getIndexByName(name: string): Array\<number>;|navigation.d.ts|
333|Added|NA|Module name: navigation<br>Class name: NavPathStack<br>Method or attribute name: size(): number;|navigation.d.ts|
334|Added|NA|Class name: NavigationInterface<br>Method or attribute name: (pathInfos: NavPathStack): NavigationAttribute;|navigation.d.ts|
335|Added|NA|Class name: NavigationAttribute<br>Method or attribute name: navDestination(builder: (name: string, param: unknown) => void): NavigationAttribute;|navigation.d.ts|
336|Added|NA|Class name: NavDestinationAttribute<br>Method or attribute name: onShown(callback: (param: unknown) => void): NavDestinationAttribute;|nav_destination.d.ts|
337|Added|NA|Class name: NavDestinationAttribute<br>Method or attribute name: onHidden(callback: () => void): NavDestinationAttribute;|nav_destination.d.ts|
338|Added|NA|Class name: NavDestinationAttribute<br>Method or attribute name: onBackPressed(callback: () => boolean): NavDestinationAttribute;|nav_destination.d.ts|
339|Added|NA|Module name: nav_router<br>Class name: RouteInfo|nav_router.d.ts|
340|Added|NA|Module name: nav_router<br>Class name: RouteInfo<br>Method or attribute name: name: string;|nav_router.d.ts|
341|Added|NA|Module name: nav_router<br>Class name: RouteInfo<br>Method or attribute name: param?: unknown;|nav_router.d.ts|
342|Added|NA|Class name: NavRouterInterface<br>Method or attribute name: (value: RouteInfo): NavRouterAttribute;|nav_router.d.ts|
343|Added|NA|Module name: nav_router<br>Class name: NavRouteMode|nav_router.d.ts|
344|Added|NA|Module name: nav_router<br>Class name: NavRouteMode<br>Method or attribute name: PUSH_WITH_RECREATE|nav_router.d.ts|
345|Added|NA|Module name: nav_router<br>Class name: NavRouteMode<br>Method or attribute name: PUSH|nav_router.d.ts|
346|Added|NA|Module name: nav_router<br>Class name: NavRouteMode<br>Method or attribute name: REPLACE|nav_router.d.ts|
347|Added|NA|Class name: NavRouterAttribute<br>Method or attribute name: mode(mode: NavRouteMode): NavRouterAttribute;|nav_router.d.ts|
348|Added|NA|Module name: radio<br>Class name: RadioStyle|radio.d.ts|
349|Added|NA|Module name: radio<br>Class name: RadioStyle<br>Method or attribute name: checkedBackgroundColor?: ResourceColor;|radio.d.ts|
350|Added|NA|Module name: radio<br>Class name: RadioStyle<br>Method or attribute name: uncheckedBorderColor?: ResourceColor;|radio.d.ts|
351|Added|NA|Module name: radio<br>Class name: RadioStyle<br>Method or attribute name: indicatorColor?: ResourceColor;|radio.d.ts|
352|Added|NA|Module name: radio<br>Class name: RadioAttribute<br>Method or attribute name: radioStyle(value?: RadioStyle): RadioAttribute;|radio.d.ts|
353|Added|NA|Module name: refresh<br>Class name: RefreshOptions|refresh.d.ts|
354|Added|NA|Module name: refresh<br>Class name: RefreshOptions<br>Method or attribute name: refreshing: boolean;|refresh.d.ts|
355|Added|NA|Module name: refresh<br>Class name: RefreshOptions<br>Method or attribute name: offset?: number \| string;|refresh.d.ts|
356|Added|NA|Module name: refresh<br>Class name: RefreshOptions<br>Method or attribute name: friction?: number \| string;|refresh.d.ts|
357|Added|NA|Module name: refresh<br>Class name: RefreshOptions<br>Method or attribute name: builder?: CustomBuilder;|refresh.d.ts|
358|Added|NA|Module name: search<br>Class name: CancelButtonStyle|search.d.ts|
359|Added|NA|Module name: search<br>Class name: CancelButtonStyle<br>Method or attribute name: CONSTANT|search.d.ts|
360|Added|NA|Module name: search<br>Class name: CancelButtonStyle<br>Method or attribute name: INVISIBLE|search.d.ts|
361|Added|NA|Module name: search<br>Class name: CancelButtonStyle<br>Method or attribute name: INPUT|search.d.ts|
362|Added|NA|Module name: search<br>Class name: IconOptions|search.d.ts|
363|Added|NA|Module name: search<br>Class name: IconOptions<br>Method or attribute name: size?: Length;|search.d.ts|
364|Added|NA|Module name: search<br>Class name: IconOptions<br>Method or attribute name: color?: ResourceColor;|search.d.ts|
365|Added|NA|Module name: search<br>Class name: IconOptions<br>Method or attribute name: src?: ResourceStr;|search.d.ts|
366|Added|NA|Module name: search<br>Class name: CaretStyle|search.d.ts|
367|Added|NA|Module name: search<br>Class name: CaretStyle<br>Method or attribute name: width?: Length,|search.d.ts|
368|Added|NA|Module name: search<br>Class name: CaretStyle<br>Method or attribute name: color?: ResourceColor,|search.d.ts|
369|Added|NA|Module name: search<br>Class name: SearchButtonOption|search.d.ts|
370|Added|NA|Module name: search<br>Class name: SearchButtonOption<br>Method or attribute name: fontSize?: Length;|search.d.ts|
371|Added|NA|Module name: search<br>Class name: SearchButtonOption<br>Method or attribute name: fontColor?: ResourceColor;|search.d.ts|
372|Added|NA|Class name: SearchAttribute<br>Method or attribute name: fontColor(value: ResourceColor): SearchAttribute;|search.d.ts|
373|Added|NA|Class name: SearchAttribute<br>Method or attribute name: searchIcon(value: IconOptions): SearchAttribute;|search.d.ts|
374|Added|NA|Class name: SearchAttribute<br>Method or attribute name: cancelButton(value: { style?: CancelButtonStyle, icon?: IconOptions }): SearchAttribute;|search.d.ts|
375|Added|NA|Class name: SearchAttribute<br>Method or attribute name: caretStyle(value: CaretStyle): SearchAttribute;|search.d.ts|
376|Added|NA|Class name: SearchAttribute<br>Method or attribute name: enableKeyboardOnFocus(value: boolean): SearchAttribute;|search.d.ts|
377|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutDirection|sec_location_button.d.ts|
378|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutDirection<br>Method or attribute name: HORIZONTAL = 0|sec_location_button.d.ts|
379|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutDirection<br>Method or attribute name: VERTICAL = 1|sec_location_button.d.ts|
380|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutOrder|sec_location_button.d.ts|
381|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutOrder<br>Method or attribute name: ICON_FIRST = 0|sec_location_button.d.ts|
382|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonLayoutOrder<br>Method or attribute name: TEXT_FIRST = 1|sec_location_button.d.ts|
383|Added|NA|Module name: sec_location_button<br>Class name: LocationIconStyle|sec_location_button.d.ts|
384|Added|NA|Module name: sec_location_button<br>Class name: LocationIconStyle<br>Method or attribute name: FULL_FILLED = 0|sec_location_button.d.ts|
385|Added|NA|Module name: sec_location_button<br>Class name: LocationIconStyle<br>Method or attribute name: LINES = 1|sec_location_button.d.ts|
386|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription|sec_location_button.d.ts|
387|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: CURRENT_LOCATION = 0|sec_location_button.d.ts|
388|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: ADD_LOCATION = 1|sec_location_button.d.ts|
389|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: SELECT_LOCATION = 2|sec_location_button.d.ts|
390|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: SHARE_LOCATION = 3|sec_location_button.d.ts|
391|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: SEND_LOCATION = 4|sec_location_button.d.ts|
392|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: LOCATING = 5|sec_location_button.d.ts|
393|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: LOCATION = 6|sec_location_button.d.ts|
394|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: SEND_CURRENT_LOCATION = 7|sec_location_button.d.ts|
395|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: RELOCATION = 8|sec_location_button.d.ts|
396|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: PUNCH_IN = 9|sec_location_button.d.ts|
397|Added|NA|Module name: sec_location_button<br>Class name: LocationDescription<br>Method or attribute name: CURRENT_POSITION = 10|sec_location_button.d.ts|
398|Added|NA|Module name: sec_location_button<br>Class name: BackgroundButtonType|sec_location_button.d.ts|
399|Added|NA|Module name: sec_location_button<br>Class name: BackgroundButtonType<br>Method or attribute name: CAPSULE_BACKGROUND = 0|sec_location_button.d.ts|
400|Added|NA|Module name: sec_location_button<br>Class name: BackgroundButtonType<br>Method or attribute name: CIRCLE_BACKGROUND = 1|sec_location_button.d.ts|
401|Added|NA|Module name: sec_location_button<br>Class name: BackgroundButtonType<br>Method or attribute name: NORMAL_BACKGROUND = 2|sec_location_button.d.ts|
402|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOptions|sec_location_button.d.ts|
403|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOptions<br>Method or attribute name: icon?: LocationIconStyle;|sec_location_button.d.ts|
404|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOptions<br>Method or attribute name: text?: LocationDescription;|sec_location_button.d.ts|
405|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOptions<br>Method or attribute name: background?: BackgroundButtonType;|sec_location_button.d.ts|
406|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOnClickResult|sec_location_button.d.ts|
407|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOnClickResult<br>Method or attribute name: LOCATION_BUTTON_CLICK_SUCCESS = 0|sec_location_button.d.ts|
408|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonOnClickResult<br>Method or attribute name: LOCATION_BUTTON_CLICK_GRANT_FAILED = 1|sec_location_button.d.ts|
409|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonInterface|sec_location_button.d.ts|
410|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonInterface<br>Method or attribute name: (): SecLocationButtonAttribute;|sec_location_button.d.ts|
411|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonInterface<br>Method or attribute name: (option: SecLocationButtonOptions): SecLocationButtonAttribute;|sec_location_button.d.ts|
412|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute|sec_location_button.d.ts|
413|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: iconSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
414|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: layoutDirection(value: SecLocationButtonLayoutDirection): SecLocationButtonAttribute;|sec_location_button.d.ts|
415|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: layoutOrder(value: SecLocationButtonLayoutOrder): SecLocationButtonAttribute;|sec_location_button.d.ts|
416|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: position(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
417|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: markAnchor(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
418|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: offset(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
419|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: fontSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
420|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: fontStyle(value: FontStyle): SecLocationButtonAttribute;|sec_location_button.d.ts|
421|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): SecLocationButtonAttribute;|sec_location_button.d.ts|
422|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: fontFamily(value: string \| Resource): SecLocationButtonAttribute;|sec_location_button.d.ts|
423|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: fontColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
424|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: iconColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
425|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: backgroundColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
426|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: borderStyle(value: BorderStyle): SecLocationButtonAttribute;|sec_location_button.d.ts|
427|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: borderWidth(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
428|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: borderColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
429|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: borderRadius(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
430|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: backgroundPadding(value: Padding \| Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
431|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: textIconPadding(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
432|Added|NA|Module name: sec_location_button<br>Class name: SecLocationButtonAttribute<br>Method or attribute name: onClick(event: (result: SecLocationButtonOnClickResult, event?: ClickEvent) => void): SecLocationButtonAttribute;|sec_location_button.d.ts|
433|Added|NA|Module name: sec_location_button<br>Class name: global<br>Method or attribute name: declare const SecLocationButton: SecLocationButtonInterface;|sec_location_button.d.ts|
434|Added|NA|Module name: sec_location_button<br>Class name: global<br>Method or attribute name: declare const SecLocationButtonInstance: SecLocationButtonAttribute;|sec_location_button.d.ts|
435|Added|NA|Module name: select<br>Class name: ArrowPosition|select.d.ts|
436|Added|NA|Module name: select<br>Class name: ArrowPosition<br>Method or attribute name: END = 0|select.d.ts|
437|Added|NA|Module name: select<br>Class name: ArrowPosition<br>Method or attribute name: START = 1|select.d.ts|
438|Added|NA|Class name: SelectAttribute<br>Method or attribute name: space(value: Length): SelectAttribute;|select.d.ts|
439|Added|NA|Class name: SelectAttribute<br>Method or attribute name: arrowPosition(value: ArrowPosition): SelectAttribute;|select.d.ts|
440|Added|NA|Module name: sidebar<br>Class name: DividerStyle|sidebar.d.ts|
441|Added|NA|Module name: sidebar<br>Class name: DividerStyle<br>Method or attribute name: strokeWidth: Length;|sidebar.d.ts|
442|Added|NA|Module name: sidebar<br>Class name: DividerStyle<br>Method or attribute name: color?: ResourceColor;|sidebar.d.ts|
443|Added|NA|Module name: sidebar<br>Class name: DividerStyle<br>Method or attribute name: startMargin?: Length;|sidebar.d.ts|
444|Added|NA|Module name: sidebar<br>Class name: DividerStyle<br>Method or attribute name: endMargin?: Length;|sidebar.d.ts|
445|Added|NA|Class name: SideBarContainerAttribute<br>Method or attribute name: divider(value: DividerStyle \| null): SideBarContainerAttribute;|sidebar.d.ts|
446|Added|NA|Module name: slider<br>Class name: SliderBlockType|slider.d.ts|
447|Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: DEFAULT|slider.d.ts|
448|Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: IMAGE|slider.d.ts|
449|Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: SHAPE|slider.d.ts|
450|Added|NA|Module name: slider<br>Class name: SliderBlockStyle|slider.d.ts|
451|Added|NA|Module name: slider<br>Class name: SliderBlockStyle<br>Method or attribute name: type: SliderBlockType;|slider.d.ts|
452|Added|NA|Module name: slider<br>Class name: SliderBlockStyle<br>Method or attribute name: image?: ResourceStr;|slider.d.ts|
453|Added|NA|Module name: slider<br>Class name: SliderBlockStyle<br>Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;|slider.d.ts|
454|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: blockBorderColor(value: ResourceColor): SliderAttribute;|slider.d.ts|
455|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: blockBorderWidth(value: Length): SliderAttribute;|slider.d.ts|
456|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: stepColor(value: ResourceColor): SliderAttribute;|slider.d.ts|
457|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: trackBorderRadius(value: Length): SliderAttribute;|slider.d.ts|
458|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: blockSize(value: SizeOptions): SliderAttribute;|slider.d.ts|
459|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: blockStyle(value: SliderBlockStyle): SliderAttribute;|slider.d.ts|
460|Added|NA|Module name: slider<br>Class name: SliderAttribute<br>Method or attribute name: stepSize(value: Length): SliderAttribute;|slider.d.ts|
461|Added|NA|Module name: swiper<br>Class name: Indicator|swiper.d.ts|
462|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: left(value: Length): T;|swiper.d.ts|
463|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: top(value: Length): T;|swiper.d.ts|
464|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: right(value: Length): T;|swiper.d.ts|
465|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: bottom(value: Length): T;|swiper.d.ts|
466|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: static dot(): DotIndicator;|swiper.d.ts|
467|Added|NA|Module name: swiper<br>Class name: Indicator<br>Method or attribute name: static digit(): DigitIndicator;|swiper.d.ts|
468|Added|NA|Module name: swiper<br>Class name: DotIndicator|swiper.d.ts|
469|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: constructor();|swiper.d.ts|
470|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: itemWidth(value: Length): DotIndicator;|swiper.d.ts|
471|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: itemHeight(value: Length): DotIndicator;|swiper.d.ts|
472|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: selectedItemWidth(value: Length): DotIndicator;|swiper.d.ts|
473|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: selectedItemHeight(value: Length): DotIndicator;|swiper.d.ts|
474|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: mask(value: boolean): DotIndicator;|swiper.d.ts|
475|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: color(value: ResourceColor): DotIndicator;|swiper.d.ts|
476|Added|NA|Module name: swiper<br>Class name: DotIndicator<br>Method or attribute name: selectedColor(value: ResourceColor): DotIndicator;|swiper.d.ts|
477|Added|NA|Module name: swiper<br>Class name: DigitIndicator|swiper.d.ts|
478|Added|NA|Module name: swiper<br>Class name: DigitIndicator<br>Method or attribute name: constructor();|swiper.d.ts|
479|Added|NA|Module name: swiper<br>Class name: DigitIndicator<br>Method or attribute name: fontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
480|Added|NA|Module name: swiper<br>Class name: DigitIndicator<br>Method or attribute name: selectedFontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
481|Added|NA|Module name: swiper<br>Class name: DigitIndicator<br>Method or attribute name: digitFont(value: Font): DigitIndicator;|swiper.d.ts|
482|Added|NA|Module name: swiper<br>Class name: DigitIndicator<br>Method or attribute name: selectedDigitFont(value: Font): DigitIndicator;|swiper.d.ts|
483|Added|NA|Class name: SwiperDisplayMode<br>Method or attribute name: STRETCH|swiper.d.ts|
484|Added|NA|Class name: SwiperDisplayMode<br>Method or attribute name: AUTO_LINEAR|swiper.d.ts|
485|Added|NA|Class name: SwiperAttribute<br>Method or attribute name: prevMargin(value: Length): SwiperAttribute;|swiper.d.ts|
486|Added|NA|Class name: SwiperAttribute<br>Method or attribute name: nextMargin(value: Length): SwiperAttribute;|swiper.d.ts|
487|Added|NA|Module name: tabs<br>Class name: DividerStyle|tabs.d.ts|
488|Added|NA|Module name: tabs<br>Class name: DividerStyle<br>Method or attribute name: strokeWidth: Length;|tabs.d.ts|
489|Added|NA|Module name: tabs<br>Class name: DividerStyle<br>Method or attribute name: color?: ResourceColor;|tabs.d.ts|
490|Added|NA|Module name: tabs<br>Class name: DividerStyle<br>Method or attribute name: startMargin?: Length;|tabs.d.ts|
491|Added|NA|Module name: tabs<br>Class name: DividerStyle<br>Method or attribute name: endMargin?: Length;|tabs.d.ts|
492|Added|NA|Class name: TabsAttribute<br>Method or attribute name: fadingEdge(value: boolean): TabsAttribute;|tabs.d.ts|
493|Added|NA|Class name: TabsAttribute<br>Method or attribute name: divider(value: DividerStyle \| null): TabsAttribute;|tabs.d.ts|
494|Added|NA|Module name: tab_content<br>Class name: SelectedMode|tab_content.d.ts|
495|Added|NA|Module name: tab_content<br>Class name: SelectedMode<br>Method or attribute name: INDICATOR|tab_content.d.ts|
496|Added|NA|Module name: tab_content<br>Class name: SelectedMode<br>Method or attribute name: BOARD|tab_content.d.ts|
497|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle|tab_content.d.ts|
498|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle<br>Method or attribute name: color?: ResourceColor;|tab_content.d.ts|
499|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle<br>Method or attribute name: height?: Length;|tab_content.d.ts|
500|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle<br>Method or attribute name: width?: Length;|tab_content.d.ts|
501|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle<br>Method or attribute name: borderRadius?: Length;|tab_content.d.ts|
502|Added|NA|Module name: tab_content<br>Class name: IndicatorStyle<br>Method or attribute name: marginTop?: Length;|tab_content.d.ts|
503|Added|NA|Module name: tab_content<br>Class name: BoardStyle|tab_content.d.ts|
504|Added|NA|Module name: tab_content<br>Class name: BoardStyle<br>Method or attribute name: borderRadius?: Length;|tab_content.d.ts|
505|Added|NA|Module name: tab_content<br>Class name: LabelStyle|tab_content.d.ts|
506|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: overflow?: TextOverflow;|tab_content.d.ts|
507|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: maxLines?: number;|tab_content.d.ts|
508|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: minFontSize?: number \| ResourceStr;|tab_content.d.ts|
509|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: maxFontSize?: number \| ResourceStr;|tab_content.d.ts|
510|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;|tab_content.d.ts|
511|Added|NA|Module name: tab_content<br>Class name: LabelStyle<br>Method or attribute name: font?: Font;|tab_content.d.ts|
512|Added|NA|Class name: SubTabBarStyle<br>Method or attribute name: static of(content: ResourceStr): SubTabBarStyle;|tab_content.d.ts|
513|Added|NA|Class name: SubTabBarStyle<br>Method or attribute name: selectedMode(value: SelectedMode): SubTabBarStyle;|tab_content.d.ts|
514|Added|NA|Class name: SubTabBarStyle<br>Method or attribute name: board(value: BoardStyle): SubTabBarStyle;|tab_content.d.ts|
515|Added|NA|Class name: SubTabBarStyle<br>Method or attribute name: labelStyle(value: LabelStyle): SubTabBarStyle;|tab_content.d.ts|
516|Added|NA|Class name: BottomTabBarStyle<br>Method or attribute name: static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle;|tab_content.d.ts|
517|Added|NA|Class name: TextAttribute<br>Method or attribute name: draggable(value: boolean): TextAttribute;|text.d.ts|
518|Added|NA|Class name: TextAttribute<br>Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;|text.d.ts|
519|Added|NA|Class name: TextAttribute<br>Method or attribute name: heightAdaptivePolicy(value: TextHeightAdaptivePolicy): TextAttribute;|text.d.ts|
520|Added|NA|Class name: TextAttribute<br>Method or attribute name: textIndent(value: Length): TextAttribute;|text.d.ts|
521|Added|NA|Class name: TextAreaController<br>Method or attribute name: setTextSelection(selectionStart: number, selectionEnd: number): void;|text_area.d.ts|
522|Added|NA|Class name: TextAreaAttribute<br>Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextAreaAttribute;|text_area.d.ts|
523|Added|NA|Class name: TextAreaAttribute<br>Method or attribute name: enableKeyboardOnFocus(value: boolean): TextAreaInterface;|text_area.d.ts|
524|Added|NA|Class name: TextInputController<br>Method or attribute name: setTextSelection(selectionStart: number, selectionEnd: number): void;|text_input.d.ts|
525|Added|NA|Module name: text_input<br>Class name: CaretStyle|text_input.d.ts|
526|Added|NA|Module name: text_input<br>Class name: CaretStyle<br>Method or attribute name: width?: Length;|text_input.d.ts|
527|Added|NA|Class name: TextInputAttribute<br>Method or attribute name: caretStyle(value: CaretStyle): TextInputAttribute;|text_input.d.ts|
528|Added|NA|Class name: TextInputAttribute<br>Method or attribute name: selectedBackgroundColor(value: ResourceColor): TextInputAttribute;|text_input.d.ts|
529|Added|NA|Class name: TextInputAttribute<br>Method or attribute name: caretPosition(value: number): TextInputAttribute;|text_input.d.ts|
530|Added|NA|Class name: TextInputAttribute<br>Method or attribute name: enableKeyboardOnFocus(value: boolean): TextInputAttribute;|text_input.d.ts|
531|Added|NA|Module name: text_picker<br>Class name: TextPickerRangeContent|text_picker.d.ts|
532|Added|NA|Module name: text_picker<br>Class name: TextPickerRangeContent<br>Method or attribute name: icon: string \| Resource;|text_picker.d.ts|
533|Added|NA|Module name: text_picker<br>Class name: TextPickerRangeContent<br>Method or attribute name: text?: string \| Resource;|text_picker.d.ts|
534|Added|NA|Class name: TextPickerOptions<br>Method or attribute name: range: string[] \| Resource \| TextPickerRangeContent[];|text_picker.d.ts|
535|Added|NA|Class name: TextPickerAttribute<br>Method or attribute name: disappearTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
536|Added|NA|Class name: TextPickerAttribute<br>Method or attribute name: textStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
537|Added|NA|Class name: TextPickerAttribute<br>Method or attribute name: selectedTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
538|Added|NA|Class name: TextPickerDialogOptions<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;|text_picker.d.ts|
539|Added|NA|Class name: TextPickerDialogOptions<br>Method or attribute name: textStyle?: PickerTextStyle;|text_picker.d.ts|
540|Added|NA|Class name: TextPickerDialogOptions<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;|text_picker.d.ts|
541|Added|NA|Class name: TimePickerAttribute<br>Method or attribute name: disappearTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
542|Added|NA|Class name: TimePickerAttribute<br>Method or attribute name: textStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
543|Added|NA|Class name: TimePickerAttribute<br>Method or attribute name: selectedTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
544|Added|NA|Class name: TimePickerDialogOptions<br>Method or attribute name: disappearTextStyle?: PickerTextStyle;|time_picker.d.ts|
545|Added|NA|Class name: TimePickerDialogOptions<br>Method or attribute name: textStyle?: PickerTextStyle;|time_picker.d.ts|
546|Added|NA|Class name: TimePickerDialogOptions<br>Method or attribute name: selectedTextStyle?: PickerTextStyle;|time_picker.d.ts|
547|Added|NA|Module name: units<br>Class name: MarkStyle|units.d.ts|
548|Added|NA|Module name: units<br>Class name: MarkStyle<br>Method or attribute name: strokeColor?: ResourceColor;|units.d.ts|
549|Added|NA|Module name: units<br>Class name: MarkStyle<br>Method or attribute name: size?: Length;|units.d.ts|
550|Added|NA|Module name: units<br>Class name: MarkStyle<br>Method or attribute name: strokeWidth?: Length;|units.d.ts|
551|Added|NA|Module name: web<br>Class name: WebMediaOptions|web.d.ts|
552|Added|NA|Module name: web<br>Class name: WebMediaOptions<br>Method or attribute name: resumeInterval?: number;|web.d.ts|
553|Added|NA|Module name: web<br>Class name: WebMediaOptions<br>Method or attribute name: audioExclusive?: boolean;|web.d.ts|
554|Added|NA|Class name: ClientAuthenticationHandler<br>Method or attribute name: confirm(authUri: string): void;|web.d.ts|
555|Added|NA|Class name: WebAttribute<br>Method or attribute name: mediaOptions(options: WebMediaOptions): WebAttribute;|web.d.ts|
556|Added|NA|Class name: WebAttribute<br>Method or attribute name: allowWindowOpenMethod(flag: boolean): WebAttribute;|web.d.ts|
557|Added|NA|Class name: WebAttribute<br>Method or attribute name: onAudioStateChanged(callback: (event: { playing: boolean }) => void): WebAttribute;|web.d.ts|
558|Added|NA|Class name: WebAttribute<br>Method or attribute name: onFirstContentfulPaint(callback: (event?: { navigationStartTick: number,<br>    firstContentfulPaintMs: number }) => void): WebAttribute;|web.d.ts|
559|Added|NA|Class name: WebAttribute<br>Method or attribute name: onLoadIntercept(callback: (event: { data: WebResourceRequest }) => boolean): WebAttribute;|web.d.ts|
560|Deleted|Module name: common<br>Class name: SourceTool<br>Method or attribute name: FINGER|NA|common.d.ts|
561|Deleted|Module name: common<br>Class name: SourceTool<br>Method or attribute name: PEN|NA|common.d.ts|
562|Access level changed|Class name: BlurStyle<br>Access level: system API|Class name: BlurStyle<br>Access level: public API|common.d.ts|
563|Access level changed|Class name: SubscribedAbstractProperty<br>Method or attribute name: info(): string;<br>Access level: system API|Class name: SubscribedAbstractProperty<br>Method or attribute name: info(): string;<br>Access level: public API|common_ts_ets_api.d.ts|
564|Deprecated version changed|Class name: ShowToastOptions<br>Deprecated version: N/A|Class name: ShowToastOptions<br>Deprecated version: 8<br>Substitute API: ohos.prompt |@system.prompt.d.ts|
565|Deprecated version changed|Class name: TransitionOptions<br>Deprecated version: N/A|Class name: TransitionOptions<br>Deprecated version: 10<br>Substitute API: TransitionEffect |common.d.ts|
566|Deprecated version changed|Class name: PopupOptions<br>Method or attribute name: placementOnTop?: boolean;<br>Deprecated version: N/A|Class name: PopupOptions<br>Method or attribute name: placementOnTop?: boolean;<br>Deprecated version: 10<br>Substitute API: PopupOptions#placement|common.d.ts|
567|Deprecated version changed|Class name: CustomPopupOptions<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>Deprecated version: N/A|Class name: CustomPopupOptions<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>Deprecated version: 10<br>Substitute API: CustomPopupOptions#mask|common.d.ts|
568|Deprecated version changed|Class name: CommonMethod<br>Method or attribute name: useSizeType(value: {<br>    xs?: number \| { span: number; offset: number };<br>    sm?: number \| { span: number; offset: number };<br>    md?: number \| { span: number; offset: number };<br>    lg?: number \| { span: number; offset: number };<br>  }): T;<br>Deprecated version: N/A|Class name: CommonMethod<br>Method or attribute name: useSizeType(value: {<br>    xs?: number \| { span: number; offset: number };<br>    sm?: number \| { span: number; offset: number };<br>    md?: number \| { span: number; offset: number };<br>    lg?: number \| { span: number; offset: number };<br>  }): T;<br>Deprecated version: 9<br>Substitute API: grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|common.d.ts|
569|Deprecated version changed|Class name: SizeType<br>Deprecated version: N/A|Class name: SizeType<br>Deprecated version: 9<br>Substitute API: grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|grid_container.d.ts|
570|Deprecated version changed|Class name: GridContainerOptions<br>Deprecated version: N/A|Class name: GridContainerOptions<br>Deprecated version: 9<br>Substitute API: grid_col/[GridColOptions] and grid_row/[GridRowOptions]|grid_container.d.ts|
571|Deprecated version changed|Class name: GridContainerOptions<br>Method or attribute name: columns?: number \| "auto";<br>Deprecated version: N/A|Class name: GridContainerOptions<br>Method or attribute name: columns?: number \| "auto";<br>Deprecated version: 9<br>Substitute API: N/A|grid_container.d.ts|
572|Deprecated version changed|Class name: GridContainerOptions<br>Method or attribute name: sizeType?: SizeType;<br>Deprecated version: N/A|Class name: GridContainerOptions<br>Method or attribute name: sizeType?: SizeType;<br>Deprecated version: 9<br>Substitute API: N/A|grid_container.d.ts|
573|Deprecated version changed|Class name: GridContainerOptions<br>Method or attribute name: gutter?: number \| string;<br>Deprecated version: N/A|Class name: GridContainerOptions<br>Method or attribute name: gutter?: number \| string;<br>Deprecated version: 9<br>Substitute API: N/A|grid_container.d.ts|
574|Deprecated version changed|Class name: GridContainerOptions<br>Method or attribute name: margin?: number \| string;<br>Deprecated version: N/A|Class name: GridContainerOptions<br>Method or attribute name: margin?: number \| string;<br>Deprecated version: 9<br>Substitute API: N/A|grid_container.d.ts|
575|Deprecated version changed|Class name: GridContainerInterface<br>Deprecated version: N/A|Class name: GridContainerInterface<br>Deprecated version: 9<br>Substitute API: grid_col/[GridColInterface] and grid_row/[GridRowInterface]|grid_container.d.ts|
576|Deprecated version changed|Class name: GridContainerInterface<br>Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;<br>Deprecated version: N/A|Class name: GridContainerInterface<br>Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;<br>Deprecated version: 9<br>Substitute API: N/A|grid_container.d.ts|
577|Deprecated version changed|Class name: GridContainerAttribute<br>Deprecated version: N/A|Class name: GridContainerAttribute<br>Deprecated version: 9<br>Substitute API: grid_col/[GridColAttribute] and grid_row/[GridRowAttribute]|grid_container.d.ts|
578|Deprecated version changed|Class name: ImageAttribute<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>Deprecated version: N/A|Class name: ImageAttribute<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>Deprecated version: 10<br>Substitute API: common.CommonMethod#draggable|image.d.ts|
579|Deprecated version changed|Class name: Sticky<br>Deprecated version: N/A|Class name: Sticky<br>Deprecated version: 9<br>Substitute API: list/StickyStyle |list_item.d.ts|
580|Deprecated version changed|Class name: ListItemAttribute<br>Method or attribute name: sticky(value: Sticky): ListItemAttribute;<br>Deprecated version: N/A|Class name: ListItemAttribute<br>Method or attribute name: sticky(value: Sticky): ListItemAttribute;<br>Deprecated version: 9<br>Substitute API: list/List#sticky|list_item.d.ts|
581|Deprecated version changed|Class name: MenuAttribute<br>Method or attribute name: fontSize(value: Length): MenuAttribute;<br>Deprecated version: N/A|Class name: MenuAttribute<br>Method or attribute name: fontSize(value: Length): MenuAttribute;<br>Deprecated version: 10<br>Substitute API: font   |menu.d.ts|
582|Deprecated version changed|Class name: SwiperDisplayMode<br>Method or attribute name: Stretch<br>Deprecated version: N/A|Class name: SwiperDisplayMode<br>Method or attribute name: Stretch<br>Deprecated version: 10<br>Substitute API: SwiperDisplayMode#STRETCH|swiper.d.ts|
583|Deprecated version changed|Class name: SwiperDisplayMode<br>Method or attribute name: AutoLinear<br>Deprecated version: N/A|Class name: SwiperDisplayMode<br>Method or attribute name: AutoLinear<br>Deprecated version: 10<br>Substitute API: SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts|
584|Deprecated version changed|Class name: IndicatorStyle<br>Deprecated version: N/A|Class name: IndicatorStyle<br>Deprecated version: 10<br>Substitute API: N/A|swiper.d.ts|
585|Deprecated version changed|Class name: SwiperAttribute<br>Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>Deprecated version: N/A|Class name: SwiperAttribute<br>Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>Deprecated version: 10<br>Substitute API: N/A|swiper.d.ts|
586|Deprecated version changed|Class name: TextPickerAttribute<br>Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>Deprecated version: N/A|Class name: TextPickerAttribute<br>Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>Deprecated version: 10<br>Substitute API: N/A|text_picker.d.ts|
587|Deprecated version changed|Class name: TextPickerAttribute<br>Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;<br>Deprecated version: N/A|Class name: TextPickerAttribute<br>Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;<br>Deprecated version: 10<br>Substitute API: N/A|text_picker.d.ts|
588|Deprecated version changed|Class name: WebAttribute<br>Method or attribute name: onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;<br>Deprecated version: N/A|Class name: WebAttribute<br>Method or attribute name: onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;<br>Deprecated version: 10<br>Substitute API: ohos.web.WebAttribute#onLoadIntercept|web.d.ts|
589|Function changed|Class name: AlphabetIndexerAttribute<br>Method or attribute name: alignStyle(value: IndexerAlign): AlphabetIndexerAttribute;<br>|Class name: AlphabetIndexerAttribute<br>Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>|alphabet_indexer.d.ts|
590|Function changed|Class name: CommonMethod<br>Method or attribute name: backgroundBlurStyle(value: BlurStyle): T;<br>|Class name: CommonMethod<br>Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>|common.d.ts|
591|Function changed|Class name: CommonMethod<br>Method or attribute name: borderStyle(value: BorderStyle): T;<br>|Class name: CommonMethod<br>Method or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;<br>|common.d.ts|
592|Function changed|Class name: CommonMethod<br>Method or attribute name: borderWidth(value: EdgeWidths): T;<br>|Class name: CommonMethod<br>Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;<br>|common.d.ts|
593|Function changed|Class name: CommonMethod<br>Method or attribute name: borderColor(value: ResourceColor): T;<br>|Class name: CommonMethod<br>Method or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;<br>|common.d.ts|
594|Function changed|Class name: CommonMethod<br>Method or attribute name: borderRadius(value: BorderRadiuses): T;<br>|Class name: CommonMethod<br>Method or attribute name: borderRadius(value: Length \| BorderRadiuses): T;<br>|common.d.ts|
595|Function changed|Class name: CommonMethod<br>Method or attribute name: transition(value: TransitionOptions): T;<br>|Class name: CommonMethod<br>Method or attribute name: transition(value: TransitionOptions \| TransitionEffect): T;<br>|common.d.ts|
596|Function changed|Class name: CommonMethod<br>Method or attribute name: shadow(value: {<br>    radius: number \| Resource;<br>    color?: Color \| string \| Resource;<br>    offsetX?: number \| Resource;<br>    offsetY?: number \| Resource;<br>  }): T;<br>|Class name: CommonMethod<br>Method or attribute name: shadow(value: ShadowOptions \| ShadowStyle): T;<br>|common.d.ts|
597|Function changed|Class name: CommonMethod<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>|Class name: CommonMethod<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>|common.d.ts|
598|Function changed|Class name: CommonMethod<br>Method or attribute name: bindMenu(content: { value: string; action: () => void }[] \| CustomBuilder): T;<br>|Class name: CommonMethod<br>Method or attribute name: bindMenu(content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder, options?: MenuOptions): T;<br>|common.d.ts|
599|Function changed|Class name: CommonMethod<br>Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType): T;<br>|Class name: CommonMethod<br>Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>|common.d.ts|
600|Function changed|Class name: ImageInterface<br>Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;<br>|Class name: ImageInterface<br>Method or attribute name: (src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>|image.d.ts|
601|Function changed|Class name: MenuItemAttribute<br>Method or attribute name: selectIcon(value: boolean): MenuItemAttribute;<br>|Class name: MenuItemAttribute<br>Method or attribute name: selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>|menu_item.d.ts|
602|Function changed|Class name: NavigationAttribute<br>Method or attribute name: title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>|Class name: NavigationAttribute<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>|navigation.d.ts|
603|Function changed|Class name: RefreshInterface<br>Method or attribute name: (value: { refreshing: boolean; offset?: number \| string; friction?: number \| string }): RefreshAttribute;<br>|Class name: RefreshInterface<br>Method or attribute name: (value: RefreshOptions): RefreshAttribute;<br>|refresh.d.ts|
604|Function changed|Class name: Scroller<br>Method or attribute name: scrollToIndex(value: number);<br>|Class name: Scroller<br>Method or attribute name: scrollToIndex(value: number, smooth?:boolean);<br>|scroll.d.ts|
605|Function changed|Class name: SearchAttribute<br>Method or attribute name: searchButton(value: string): SearchAttribute;<br>|Class name: SearchAttribute<br>Method or attribute name: searchButton(value: string, option?: SearchButtonOption): SearchAttribute;<br>|search.d.ts|
606|Function changed|Class name: SwiperAttribute<br>Method or attribute name: indicator(value: boolean): SwiperAttribute;<br>|Class name: SwiperAttribute<br>Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>|swiper.d.ts|
607|Function changed|Class name: SwiperAttribute<br>Method or attribute name: curve(value: Curve \| string): SwiperAttribute;<br>|Class name: SwiperAttribute<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>|swiper.d.ts|
608