bt-core-app 2.1.30 → 2.1.31
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 +258 -253
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1664,6 +1664,8 @@ export declare interface PathOptions {
|
|
|
1664
1664
|
|
|
1665
1665
|
export declare type PermissionGroup = string[];
|
|
1666
1666
|
|
|
1667
|
+
export declare function personName(firstName?: string, lastName?: string, userName?: string): string;
|
|
1668
|
+
|
|
1667
1669
|
export declare interface PointerOrTouchEvent extends PointerEvent, TouchEvent {
|
|
1668
1670
|
}
|
|
1669
1671
|
|
package/package.json
CHANGED