@factoringplus/pl-components-pack-v3 1.8.10-pre-07 → 1.8.10-pre-09

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.
@@ -1,6 +1,7 @@
1
1
  import { App } from 'vue';
2
2
  import { default as ApiJs, cancelAllApiRequests } from '../plugins/api/api';
3
3
  import { default as plLoading } from '../services/plLoading';
4
+ import { default as loadingAndSetup } from '../plugins/loading/loading';
4
5
  import { default as Notification } from './data/pl-snackbar/renderSnackbar';
5
6
  import { default as PlDirectives } from '../directives';
6
7
  import { default as formatCurrency } from '../utils/formatCurrency';
@@ -12,5 +13,5 @@ import { default as deepSet } from '../utils/deepSet';
12
13
  import { default as dataParser } from '../utils/dadataParser';
13
14
 
14
15
  export declare const install: (app: App) => void;
15
- export { Notification as PlNotification, ApiJs as apiJs, plLoading, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
16
+ export { Notification as PlNotification, ApiJs as apiJs, loadingAndSetup as loader, plLoading, formatCurrency, filters, declOfNum, isEqual, formatDate, deepSet, dataParser, cancelAllApiRequests, PlDirectives, };
16
17
  export * from './components';
@@ -0,0 +1,3 @@
1
+ export default function loadingAndSetup(bindData: {
2
+ value: any;
3
+ }, apiCall: string, apiParams: any, loadingArr: any[], fastResponse?: boolean): any;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "require": "./dist/pl-components-pack-v3.cjs.js"
16
16
  }
17
17
  },
18
- "version": "1.8.10-pre-07",
18
+ "version": "1.8.10-pre-09",
19
19
  "scripts": {
20
20
  "dev": "vite",
21
21
  "build": "vite build",