@factoringplus/pl-components-pack-v3 0.16.3-pre-1 → 0.16.3-pre-2

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,14 @@
1
+ import type { App } from 'vue';
2
+ import loadingAndSetup from '../plugins/loading/loading';
1
3
 
2
4
 
3
5
 
4
6
 
5
7
 
6
- import type { IPlNotification } from './pl-snackbar/types';
7
- interface IStorybook {
8
- install: Function;
9
- PlNotification: IPlNotification;
10
- apiJs: Function;
11
- loader: Function;
12
- }
13
- declare const Storybook: IStorybook;
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
14
  export default Storybook;
@@ -1,5 +1,5 @@
1
1
  import "moment";
2
- import { effectScope as Am, ref as C, markRaw as lo, toRaw as Zr, hasInjectionContext as W2, inject as et, getCurrentInstance as zt, watch as pe, unref as f, reactive as On, isRef as Vn, isReactive as $f, toRef as ln, nextTick as Fe, computed as k, getCurrentScope as Uf, onScopeDispose as Qf, toRefs as Yt, readonly as Pf, onMounted as xt, openBlock as T, createElementBlock as z, createElementVNode as Q, warn as H2, shallowRef as ya, onBeforeUnmount as Hn, onBeforeMount as Yf, provide as pn, defineComponent as xe, renderSlot as Ee, mergeProps as kt, onUnmounted as Il, normalizeClass as R, onUpdated as Rf, createVNode as se, Fragment as Ze, useSlots as Pr, withCtx as ie, createBlock as ge, resolveDynamicComponent as en, normalizeStyle as nt, createTextVNode as tt, toDisplayString as fe, createCommentVNode as X, TransitionGroup as Nu, useAttrs as Jr, withDirectives as Pe, withModifiers as yt, vShow as yn, Transition as fr, cloneVNode as Z2, Text as Om, Comment as Sm, Teleport as Tl, onDeactivated as G2, renderList as pt, vModelCheckbox as ls, withKeys as qt, triggerRef as Bs, resolveComponent as vn, resolveDirective as Kt, vModelText as xm, createSlots as sl, watchEffect as po, h as at, createApp as zm, shallowReactive as q2, isVNode as Em, render as Lh, defineAsyncComponent as K2, customRef as km, useCssVars as wo, vModelDynamic as Lm, pushScopeId as Bf, popScopeId as Vf, toHandlerKey as Ch, vModelRadio as J2 } from "vue";
2
+ import { effectScope as Am, ref as C, markRaw as lo, toRaw as Zr, hasInjectionContext as W2, inject as et, getCurrentInstance as zt, watch as pe, unref as f, reactive as On, isRef as Vn, isReactive as $f, toRef as ln, nextTick as Fe, computed as k, getCurrentScope as Uf, onScopeDispose as Qf, toRefs as Yt, onMounted as xt, readonly as Pf, openBlock as T, createElementBlock as z, createElementVNode as Q, warn as H2, shallowRef as ya, onBeforeUnmount as Hn, onBeforeMount as Yf, provide as pn, defineComponent as xe, renderSlot as Ee, mergeProps as kt, onUnmounted as Il, normalizeClass as R, onUpdated as Rf, createVNode as se, Fragment as Ze, useSlots as Pr, withCtx as ie, createBlock as ge, resolveDynamicComponent as en, normalizeStyle as nt, createTextVNode as tt, toDisplayString as fe, createCommentVNode as X, TransitionGroup as Nu, useAttrs as Jr, withDirectives as Pe, withModifiers as yt, vShow as yn, Transition as fr, cloneVNode as Z2, Text as Om, Comment as Sm, Teleport as Tl, onDeactivated as G2, renderList as pt, vModelCheckbox as ls, withKeys as qt, triggerRef as Bs, resolveComponent as vn, resolveDirective as Kt, vModelText as xm, createSlots as sl, watchEffect as po, h as at, createApp as zm, shallowReactive as q2, isVNode as Em, render as Lh, defineAsyncComponent as K2, customRef as km, useCssVars as wo, vModelDynamic as Lm, pushScopeId as Bf, popScopeId as Vf, toHandlerKey as Ch, vModelRadio as J2 } from "vue";
3
3
  var bn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
4
4
  function Ln(e) {
5
5
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -31503,16 +31503,16 @@ const Zs = /* @__PURE__ */ new Map(), Vq = {
31503
31503
  install(e) {
31504
31504
  e.directive("tap", Vq), e.directive("touchOutside", Fq);
31505
31505
  }
31506
- }, Hq = (e) => {
31507
- Bq.forEach((t) => {
31508
- e.use(t);
31509
- }), e.use(Zq).use(XD).use(Wq);
31510
- }, Kq = {
31511
- install: Hq,
31506
+ }, qq = {
31507
+ install: (e) => {
31508
+ Bq.forEach((t) => {
31509
+ e.use(t);
31510
+ }), e.use(Hq).use(XD).use(Wq);
31511
+ },
31512
31512
  PlNotification: nu,
31513
31513
  apiJs: xA,
31514
31514
  loader: tu
31515
- }, Zq = wA();
31515
+ }, Hq = wA();
31516
31516
  export {
31517
- Kq as default
31517
+ qq as default
31518
31518
  };
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "0.16.3-pre-1",
17
+ "version": "0.16.3-pre-2",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",