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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.83",
3
+ "version": "1.4.85",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {