bt-core-app 1.4.83 → 1.4.85
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 +1830 -1877
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
-
import { default as BTFieldString } from './components/BT-Field-String.vue';
|
|
3
2
|
import { ComponentPublicInstance } from 'vue';
|
|
4
3
|
import { ComputedRef } from 'vue';
|
|
5
4
|
import { DateTime } from 'luxon';
|
|
@@ -187,8 +186,6 @@ export declare interface BTDocumentMeta {
|
|
|
187
186
|
updateMeta: (to: RouteLocationNormalized) => void;
|
|
188
187
|
}
|
|
189
188
|
|
|
190
|
-
export { BTFieldString }
|
|
191
|
-
|
|
192
189
|
export declare interface BTFilters {
|
|
193
190
|
findFilter: (mFilter: string | undefined) => Function;
|
|
194
191
|
}
|
package/package.json
CHANGED