@factoringplus/pl-components-pack-v3 0.16.1-pre-5 → 0.16.1-pre-7

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,14 +1,15 @@
1
- import type { App } from 'vue';
2
- import loadingAndSetup from '../plugins/loading/loading';
3
1
 
4
2
 
5
3
 
6
4
 
7
5
 
8
- declare const Storybook: {
9
- install: (app: App) => void;
10
- PlNotification: import("./pl-snackbar/types").IPlNotification;
11
- apiJs: (optionsRequest: any, isGetResourse: boolean | undefined, token: any) => Promise<unknown>;
12
- loader: typeof loadingAndSetup;
13
- };
14
- export default Storybook;
6
+ import PlNotification from './pl-snackbar/renderSnackbar';
7
+ import type { IPlNotification } from './pl-snackbar/types';
8
+ interface IStorybook {
9
+ install: Function;
10
+ PlNotification: IPlNotification;
11
+ apiJs: Function;
12
+ loader: Function;
13
+ }
14
+ declare const Storybook: IStorybook;
15
+ export { Storybook, PlNotification };
@@ -1,3 +1 @@
1
1
  export * from './components/entry'
2
- import PlComponentsPackV3 from './components/entry'
3
- export default PlComponentsPackV3
@@ -31212,5 +31212,6 @@ const Fs = /* @__PURE__ */ new Map(), kq = {
31212
31212
  loader: eu
31213
31213
  }, Uq = NA();
31214
31214
  export {
31215
- Yq as default
31215
+ gF as PlNotification,
31216
+ Yq as Storybook
31216
31217
  };