bt-core-app 1.4.347 → 1.4.348
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 +2 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -39250,7 +39250,8 @@ function l5(e) {
|
|
|
39250
39250
|
B_({
|
|
39251
39251
|
auth: o,
|
|
39252
39252
|
dates: d,
|
|
39253
|
-
demo: l
|
|
39253
|
+
demo: l,
|
|
39254
|
+
filters: e.filters
|
|
39254
39255
|
}), HI(), Zw({
|
|
39255
39256
|
api: s,
|
|
39256
39257
|
auth: o,
|
package/dist/index.d.ts
CHANGED
|
@@ -352,6 +352,7 @@ export declare function createCore(options: CreateCoreOptions): CoreApp;
|
|
|
352
352
|
export declare interface CreateCoreOptions {
|
|
353
353
|
auth: CreateAuthOptions;
|
|
354
354
|
cosmetics?: UseCosmeticsOptions<BaseCosmeticTheme>;
|
|
355
|
+
filters?: any;
|
|
355
356
|
includeComponents?: boolean;
|
|
356
357
|
menu?: CreateMenuOptions;
|
|
357
358
|
navigation?: UseNavigationOptions;
|
package/package.json
CHANGED