@factoringplus/pl-components-pack-v3 1.8.2-pre-12 → 1.8.3-pre-01
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/components/components.d.ts +3 -7
- package/dist/pl-components-pack-v3.es.js +8122 -8064
- package/dist/pl-components-pack-v3.umd.js +31 -31
- package/dist/services/pl-navigation/components/Header.vue.d.ts +2 -0
- package/dist/services/pl-navigation/components/{NavButton/NavButton.vue.d.ts → NavButton.vue.d.ts} +1 -1
- package/dist/services/pl-navigation/components/{SidebarItem/SidebarItem.vue.d.ts → SidebarItem.vue.d.ts} +1 -1
- package/dist/services/pl-navigation/components/index.d.ts +279 -0
- package/dist/services/pl-navigation/index.d.ts +29 -14
- package/dist/services/pl-navigation/pl-navigation.vue.d.ts +17 -4
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/services/pl-navigation/components/NavButton/index.d.ts +0 -112
- package/dist/services/pl-navigation/components/SidebarItem/index.d.ts +0 -28
- package/dist/services/pl-navigation/components/TLogo/TLogo.vue.d.ts +0 -2
- package/dist/services/pl-navigation/components/TLogo/index.d.ts +0 -2
package/package.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
"require": "./dist/pl-components-pack-v3.umd.js"
|
15
15
|
}
|
16
16
|
},
|
17
|
-
"version": "1.8.
|
17
|
+
"version": "1.8.3-pre-01",
|
18
18
|
"scripts": {
|
19
19
|
"dev": "vite",
|
20
20
|
"build": "vite build",
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"vite-plugin-dts": "3.9.1",
|
113
113
|
"vite-plugin-eslint": "1.8.1",
|
114
114
|
"vite-plugin-stylelint": "5.3.1",
|
115
|
-
"vite-svg-loader": "
|
115
|
+
"vite-svg-loader": "4.0.0",
|
116
116
|
"vitepress": "1.3.0",
|
117
117
|
"vue-tsc": "1.8.27"
|
118
118
|
}
|
@@ -1,112 +0,0 @@
|
|
1
|
-
export declare const PlNavButton: import('../../../../install-function').SFCInstallWithContext<{
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
3
|
-
type: {
|
4
|
-
type: import('vue').PropType<"new" | "company">;
|
5
|
-
};
|
6
|
-
disabled: {
|
7
|
-
type: import('vue').PropType<boolean>;
|
8
|
-
default: boolean;
|
9
|
-
};
|
10
|
-
icon: {
|
11
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
12
|
-
default: string;
|
13
|
-
};
|
14
|
-
isClicked: {
|
15
|
-
type: import('vue').PropType<boolean>;
|
16
|
-
default: boolean;
|
17
|
-
};
|
18
|
-
}>> & {
|
19
|
-
onClick?: (...args: any[]) => any;
|
20
|
-
"onUpdate:isClicked"?: (...args: any[]) => any;
|
21
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
22
|
-
click: (...args: any[]) => void;
|
23
|
-
"update:isClicked": (...args: any[]) => void;
|
24
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
25
|
-
type: {
|
26
|
-
type: import('vue').PropType<"new" | "company">;
|
27
|
-
};
|
28
|
-
disabled: {
|
29
|
-
type: import('vue').PropType<boolean>;
|
30
|
-
default: boolean;
|
31
|
-
};
|
32
|
-
icon: {
|
33
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
34
|
-
default: string;
|
35
|
-
};
|
36
|
-
isClicked: {
|
37
|
-
type: import('vue').PropType<boolean>;
|
38
|
-
default: boolean;
|
39
|
-
};
|
40
|
-
}>> & {
|
41
|
-
onClick?: (...args: any[]) => any;
|
42
|
-
"onUpdate:isClicked"?: (...args: any[]) => any;
|
43
|
-
}, {
|
44
|
-
disabled: boolean;
|
45
|
-
icon: import('../../../../components/components').TIcon;
|
46
|
-
isClicked: boolean;
|
47
|
-
}, true, {}, {}, {
|
48
|
-
P: {};
|
49
|
-
B: {};
|
50
|
-
D: {};
|
51
|
-
C: {};
|
52
|
-
M: {};
|
53
|
-
Defaults: {};
|
54
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
55
|
-
type: {
|
56
|
-
type: import('vue').PropType<"new" | "company">;
|
57
|
-
};
|
58
|
-
disabled: {
|
59
|
-
type: import('vue').PropType<boolean>;
|
60
|
-
default: boolean;
|
61
|
-
};
|
62
|
-
icon: {
|
63
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
64
|
-
default: string;
|
65
|
-
};
|
66
|
-
isClicked: {
|
67
|
-
type: import('vue').PropType<boolean>;
|
68
|
-
default: boolean;
|
69
|
-
};
|
70
|
-
}>> & {
|
71
|
-
onClick?: (...args: any[]) => any;
|
72
|
-
"onUpdate:isClicked"?: (...args: any[]) => any;
|
73
|
-
}, {}, {}, {}, {}, {
|
74
|
-
disabled: boolean;
|
75
|
-
icon: import('../../../../components/components').TIcon;
|
76
|
-
isClicked: boolean;
|
77
|
-
}>;
|
78
|
-
__isFragment?: never;
|
79
|
-
__isTeleport?: never;
|
80
|
-
__isSuspense?: never;
|
81
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
82
|
-
type: {
|
83
|
-
type: import('vue').PropType<"new" | "company">;
|
84
|
-
};
|
85
|
-
disabled: {
|
86
|
-
type: import('vue').PropType<boolean>;
|
87
|
-
default: boolean;
|
88
|
-
};
|
89
|
-
icon: {
|
90
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
91
|
-
default: string;
|
92
|
-
};
|
93
|
-
isClicked: {
|
94
|
-
type: import('vue').PropType<boolean>;
|
95
|
-
default: boolean;
|
96
|
-
};
|
97
|
-
}>> & {
|
98
|
-
onClick?: (...args: any[]) => any;
|
99
|
-
"onUpdate:isClicked"?: (...args: any[]) => any;
|
100
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
101
|
-
click: (...args: any[]) => void;
|
102
|
-
"update:isClicked": (...args: any[]) => void;
|
103
|
-
}, string, {
|
104
|
-
disabled: boolean;
|
105
|
-
icon: import('../../../../components/components').TIcon;
|
106
|
-
isClicked: boolean;
|
107
|
-
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
108
|
-
$slots: {
|
109
|
-
default?(_: {}): any;
|
110
|
-
};
|
111
|
-
})>;
|
112
|
-
export default PlNavButton;
|
@@ -1,28 +0,0 @@
|
|
1
|
-
export declare const PlSidebarItem: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
-
item: {
|
3
|
-
type: import('vue').PropType<import('../../types').ISidebarItem>;
|
4
|
-
required: true;
|
5
|
-
};
|
6
|
-
activePage: {
|
7
|
-
type: import('vue').PropType<string>;
|
8
|
-
required: true;
|
9
|
-
default: string;
|
10
|
-
};
|
11
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
12
|
-
"sidebar-item-click": (...args: any[]) => void;
|
13
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
|
-
item: {
|
15
|
-
type: import('vue').PropType<import('../../types').ISidebarItem>;
|
16
|
-
required: true;
|
17
|
-
};
|
18
|
-
activePage: {
|
19
|
-
type: import('vue').PropType<string>;
|
20
|
-
required: true;
|
21
|
-
default: string;
|
22
|
-
};
|
23
|
-
}>> & {
|
24
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
25
|
-
}, {
|
26
|
-
activePage: string;
|
27
|
-
}, {}>>;
|
28
|
-
export default PlSidebarItem;
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export declare const TLogo: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>>;
|
2
|
-
export default TLogo;
|