bnstooltips 1.18.3 → 1.18.5
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/build/index.es.js +22 -18
- package/build/index.es.js.map +1 -1
- package/build/index.js +22 -18
- package/build/index.js.map +1 -1
- package/build/itemapiclient/ItemApiClient.d.ts +2 -0
- package/package.json +1 -1
|
@@ -380,6 +380,7 @@ export declare class ItemImproveEffectOptionDto implements IItemImproveEffectOpt
|
|
|
380
380
|
isEffect?: boolean;
|
|
381
381
|
effectDescription?: string | undefined;
|
|
382
382
|
icon?: ItemIconDto;
|
|
383
|
+
isPercentage?: boolean;
|
|
383
384
|
constructor(data?: IItemImproveEffectOptionDto);
|
|
384
385
|
init(_data?: any): void;
|
|
385
386
|
static fromJS(data: any): ItemImproveEffectOptionDto;
|
|
@@ -391,6 +392,7 @@ export interface IItemImproveEffectOptionDto {
|
|
|
391
392
|
isEffect?: boolean;
|
|
392
393
|
effectDescription?: string | undefined;
|
|
393
394
|
icon?: ItemIconDto;
|
|
395
|
+
isPercentage?: boolean;
|
|
394
396
|
}
|
|
395
397
|
export declare class ItemImproveEffectOptionWithNameDto implements IItemImproveEffectOptionWithNameDto {
|
|
396
398
|
index?: number;
|