@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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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 };
|
|
@@ -31212,5 +31212,6 @@ const Fs = /* @__PURE__ */ new Map(), kq = {
|
|
|
31212
31212
|
loader: eu
|
|
31213
31213
|
}, Uq = NA();
|
|
31214
31214
|
export {
|
|
31215
|
-
|
|
31215
|
+
gF as PlNotification,
|
|
31216
|
+
Yq as Storybook
|
|
31216
31217
|
};
|