bt-core-app 2.1.18 → 2.1.19

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
@@ -2405,7 +2405,6 @@ export declare function useForms(options?: UseFormsOptions): {
2405
2405
  moveSlideUp: (slideIndex: number) => void;
2406
2406
  removeCurrent: () => void;
2407
2407
  removeSlide: (slideName?: string) => void;
2408
- resetData: (data: any, remember: boolean) => any;
2409
2408
  schema: Ref<AForm | undefined, AForm | undefined>;
2410
2409
  schemaString: ComputedRef<string>;
2411
2410
  selectField: (slide: AFormSlide, field: AFormField) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
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": {