@factoringplus/pl-components-pack-v3 1.8.34-pre-02 → 1.8.34-pre-04
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/{crypto-pro-0c99f615.js → crypto-pro-1b6ebae3.js} +1 -1
- package/dist/{crypto-pro-c2e098ea.cjs → crypto-pro-c42699da.cjs} +1 -1
- package/dist/{entry-f7169252.cjs → entry-060f4c49.cjs} +23 -23
- package/dist/{entry-169add27.js → entry-b27fb407.js} +1846 -1846
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +29 -3
- package/dist/src/services/pl-navigation/index.d.ts +25 -3
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +11 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-060f4c49.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog$1;exports.PlDialogPlus=l.PlDialog;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavigation=l.PlNavigation;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlToolTipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.ScreenSizes=l.ScreenSizes;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { n as P, k as e, ab as t, o, q as i, r as n, m as r, t as u, s as c, v as g, x as p, w as d, P as S, y as T, z as b, B as k, C, D as m, a1 as D, a0 as x, E as f, a7 as I, a6 as h, N as L, a5 as y, a2 as N, F as q, G as v, H as A, I as B, a8 as M, a3 as U, J as w, L as O, K as R, M as z, O as E, Q as F, R as J, S as j, T as G, U as H, V as K, a4 as Q, aa as V, W, X, $ as Y, Y as Z, Z as _, _ as $, ac as aa, a9 as la, A as sa, j as Pa, h as ea, h as ta, d as oa, e as ia, a as na, f as ra, c as ua, i as ca, b as ga, l as pa, p as da, u as Sa } from "./entry-
|
1
|
+
import { n as P, k as e, ab as t, o, q as i, r as n, m as r, t as u, s as c, v as g, x as p, w as d, P as S, y as T, z as b, B as k, C, D as m, a1 as D, a0 as x, E as f, a7 as I, a6 as h, N as L, a5 as y, a2 as N, F as q, G as v, H as A, I as B, a8 as M, a3 as U, J as w, L as O, K as R, M as z, O as E, Q as F, R as J, S as j, T as G, U as H, V as K, a4 as Q, aa as V, W, X, $ as Y, Y as Z, Z as _, _ as $, ac as aa, a9 as la, A as sa, j as Pa, h as ea, h as ta, d as oa, e as ia, a as na, f as ra, c as ua, i as ca, b as ga, l as pa, p as da, u as Sa } from "./entry-b27fb407.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
@@ -1,15 +1,41 @@
|
|
1
|
-
|
1
|
+
interface IProps {
|
2
|
+
sidebarOff?: boolean;
|
3
|
+
}
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
5
|
+
sidebarOff: boolean;
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
2
7
|
"sidebar-click": (...args: any[]) => void;
|
3
8
|
"exit-click": (...args: any[]) => void;
|
4
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
10
|
+
sidebarOff: boolean;
|
11
|
+
}>>> & {
|
5
12
|
"onSidebar-click"?: (...args: any[]) => any;
|
6
13
|
"onExit-click"?: (...args: any[]) => any;
|
7
|
-
}, {
|
14
|
+
}, {
|
15
|
+
sidebarOff: boolean;
|
16
|
+
}, {}>, {
|
8
17
|
headerLogo?(_: {}): any;
|
9
18
|
customContent?(_: {}): any;
|
10
19
|
headerBtns?(_: {}): any;
|
11
20
|
}>;
|
12
21
|
export default _default;
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
25
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
26
|
+
} : {
|
27
|
+
type: import('vue').PropType<T[K]>;
|
28
|
+
required: true;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
33
|
+
default: D[K];
|
34
|
+
}> : P[K];
|
35
|
+
};
|
36
|
+
type __VLS_Prettify<T> = {
|
37
|
+
[K in keyof T]: T[K];
|
38
|
+
} & {};
|
13
39
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
40
|
new (): {
|
15
41
|
$slots: S;
|
@@ -3,6 +3,10 @@ import { ISidebarItem } from './types';
|
|
3
3
|
export declare const PlNavigation: import('../../install-function').SFCInstallWithContext<{
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
5
5
|
sidebarOpen: import('vue').PropType<boolean>;
|
6
|
+
sidebarOff: {
|
7
|
+
type: import('vue').PropType<boolean>;
|
8
|
+
default: boolean;
|
9
|
+
};
|
6
10
|
}>> & {
|
7
11
|
"onSidebar-click"?: (...args: any[]) => any;
|
8
12
|
"onExit-click"?: (...args: any[]) => any;
|
@@ -15,11 +19,17 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
|
|
15
19
|
"sidebar-transition-end": (...args: any[]) => void;
|
16
20
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
17
21
|
sidebarOpen: import('vue').PropType<boolean>;
|
22
|
+
sidebarOff: {
|
23
|
+
type: import('vue').PropType<boolean>;
|
24
|
+
default: boolean;
|
25
|
+
};
|
18
26
|
}>> & {
|
19
27
|
"onSidebar-click"?: (...args: any[]) => any;
|
20
28
|
"onExit-click"?: (...args: any[]) => any;
|
21
29
|
"onSidebar-transition-end"?: (...args: any[]) => any;
|
22
|
-
}, {
|
30
|
+
}, {
|
31
|
+
sidebarOff: boolean;
|
32
|
+
}, true, {}, {}, {
|
23
33
|
P: {};
|
24
34
|
B: {};
|
25
35
|
D: {};
|
@@ -28,18 +38,28 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
|
|
28
38
|
Defaults: {};
|
29
39
|
}, Readonly<import('vue').ExtractPropTypes<{
|
30
40
|
sidebarOpen: import('vue').PropType<boolean>;
|
41
|
+
sidebarOff: {
|
42
|
+
type: import('vue').PropType<boolean>;
|
43
|
+
default: boolean;
|
44
|
+
};
|
31
45
|
}>> & {
|
32
46
|
"onSidebar-click"?: (...args: any[]) => any;
|
33
47
|
"onExit-click"?: (...args: any[]) => any;
|
34
48
|
"onSidebar-transition-end"?: (...args: any[]) => any;
|
35
49
|
}, {
|
36
50
|
closeSidebar: (event: Event) => void;
|
37
|
-
}, {}, {}, {}, {
|
51
|
+
}, {}, {}, {}, {
|
52
|
+
sidebarOff: boolean;
|
53
|
+
}>;
|
38
54
|
__isFragment?: never;
|
39
55
|
__isTeleport?: never;
|
40
56
|
__isSuspense?: never;
|
41
57
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
42
58
|
sidebarOpen: import('vue').PropType<boolean>;
|
59
|
+
sidebarOff: {
|
60
|
+
type: import('vue').PropType<boolean>;
|
61
|
+
default: boolean;
|
62
|
+
};
|
43
63
|
}>> & {
|
44
64
|
"onSidebar-click"?: (...args: any[]) => any;
|
45
65
|
"onExit-click"?: (...args: any[]) => any;
|
@@ -50,7 +70,9 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
|
|
50
70
|
"sidebar-click": (...args: any[]) => void;
|
51
71
|
"exit-click": (...args: any[]) => void;
|
52
72
|
"sidebar-transition-end": (...args: any[]) => void;
|
53
|
-
}, string, {
|
73
|
+
}, string, {
|
74
|
+
sidebarOff: boolean;
|
75
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
54
76
|
$slots: {
|
55
77
|
headerLogo?(_: {}): any;
|
56
78
|
customContent?(_: {}): any;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
2
|
sidebarOpen: import('vue').PropType<boolean>;
|
3
|
+
sidebarOff: {
|
4
|
+
type: import('vue').PropType<boolean>;
|
5
|
+
default: boolean;
|
6
|
+
};
|
3
7
|
}, {
|
4
8
|
closeSidebar: (event: Event) => void;
|
5
9
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
@@ -8,11 +12,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
8
12
|
"sidebar-transition-end": (...args: any[]) => void;
|
9
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
14
|
sidebarOpen: import('vue').PropType<boolean>;
|
15
|
+
sidebarOff: {
|
16
|
+
type: import('vue').PropType<boolean>;
|
17
|
+
default: boolean;
|
18
|
+
};
|
11
19
|
}>> & {
|
12
20
|
"onSidebar-click"?: (...args: any[]) => any;
|
13
21
|
"onExit-click"?: (...args: any[]) => any;
|
14
22
|
"onSidebar-transition-end"?: (...args: any[]) => any;
|
15
|
-
}, {
|
23
|
+
}, {
|
24
|
+
sidebarOff: boolean;
|
25
|
+
}, {}>, {
|
16
26
|
headerLogo?(_: {}): any;
|
17
27
|
customContent?(_: {}): any;
|
18
28
|
headerBtns?(_: {}): any;
|