bt-core-app 1.4.245 → 1.4.247
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 +1 -1
- package/dist/index.d.ts +1 -7
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -32046,7 +32046,7 @@ function nI(e) {
|
|
|
32046
32046
|
}
|
|
32047
32047
|
let el;
|
|
32048
32048
|
function kA(e) {
|
|
32049
|
-
const t = W(
|
|
32049
|
+
const t = W(e == null ? void 0 : e.default), n = W((e == null ? void 0 : e.groups) ?? []);
|
|
32050
32050
|
return el = {
|
|
32051
32051
|
currentGroup: t,
|
|
32052
32052
|
groupOptions: n,
|
package/dist/index.d.ts
CHANGED
|
@@ -62,14 +62,8 @@ export declare interface BaseAuthCredentials {
|
|
|
62
62
|
userPermissions?: string[];
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
export declare interface BaseCosmeticTheme {
|
|
65
|
+
export declare interface BaseCosmeticTheme extends Record<string, string> {
|
|
66
66
|
primary: string;
|
|
67
|
-
secondary?: string;
|
|
68
|
-
accent?: string;
|
|
69
|
-
error?: string;
|
|
70
|
-
info?: string;
|
|
71
|
-
success?: string;
|
|
72
|
-
warning?: string;
|
|
73
67
|
}
|
|
74
68
|
|
|
75
69
|
declare interface BaseIDModel {
|
package/package.json
CHANGED