bt-core-app 1.4.869 → 1.4.871
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/dist/bt-core-app.js +400 -388
- package/dist/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -467,6 +467,7 @@ export declare function capitalizeWords(val?: string): string | undefined;
|
|
|
467
467
|
export declare function checkImage(url: string, onGood: (this: GlobalEventHandlers, ev: Event) => void, onBad: OnErrorEventHandler): void;
|
|
468
468
|
|
|
469
469
|
declare interface CloseBladeOptions {
|
|
470
|
+
all?: boolean;
|
|
470
471
|
mode?: 'remove' | 'hide';
|
|
471
472
|
bladeName?: string;
|
|
472
473
|
}
|