light-h5-core-lib 2.10.2 → 2.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/type/index.d.ts
CHANGED
|
@@ -479,7 +479,7 @@ export declare class ClassNameUtil {
|
|
|
479
479
|
*/
|
|
480
480
|
static getClassName(obj: object): string;
|
|
481
481
|
}
|
|
482
|
-
export declare abstract class SetterGetterBase
|
|
482
|
+
export declare abstract class SetterGetterBase {
|
|
483
483
|
constructor();
|
|
484
484
|
/**
|
|
485
485
|
* 不需要添加setter / getter的字段(不需要加_前缀)
|
|
@@ -488,7 +488,7 @@ export declare abstract class SetterGetterBase<T extends Record<string, any>> {
|
|
|
488
488
|
/**
|
|
489
489
|
* 扫描实例属性并自动创建访问器
|
|
490
490
|
*/
|
|
491
|
-
|
|
491
|
+
installAccessors(): void;
|
|
492
492
|
/**
|
|
493
493
|
* 安全获取对象的可枚举属性(排除方法)
|
|
494
494
|
*/
|