@factoringplus/pl-components-pack-v3 1.2.11-typings-02 → 1.2.11-typings-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/components/button/index.d.ts +1 -188
- package/dist/components/entry.d.ts +1 -0
- package/dist/pl-components-pack-v3.es.js +1024 -1024
- package/dist/pl-components-pack-v3.umd.js +23 -23
- package/package.json +1 -1
|
@@ -1,191 +1,4 @@
|
|
|
1
1
|
import type { TButtonProps } from './types';
|
|
2
|
-
export declare const PlButton: import('../../install-function').SFCInstallWithContext<
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
type: {
|
|
5
|
-
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
size: {
|
|
9
|
-
type: import("vue").PropType<"small" | "large" | "medium">;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
fullWidth: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
type: import("vue").PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
icon: {
|
|
21
|
-
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
iconColor: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
iconPosition: {
|
|
29
|
-
type: import("vue").PropType<"left" | "right">;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
nativeType: {
|
|
33
|
-
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
}>> & {
|
|
37
|
-
onClick?: (...args: any[]) => any;
|
|
38
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
|
-
click: (...args: any[]) => void;
|
|
40
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
-
type: {
|
|
42
|
-
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
size: {
|
|
46
|
-
type: import("vue").PropType<"small" | "large" | "medium">;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
fullWidth: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
disabled: {
|
|
54
|
-
type: import("vue").PropType<boolean>;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
icon: {
|
|
58
|
-
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
iconColor: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
iconPosition: {
|
|
66
|
-
type: import("vue").PropType<"left" | "right">;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
nativeType: {
|
|
70
|
-
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
}>> & {
|
|
74
|
-
onClick?: (...args: any[]) => any;
|
|
75
|
-
}, {
|
|
76
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
77
|
-
size: "small" | "large" | "medium";
|
|
78
|
-
fullWidth: boolean;
|
|
79
|
-
disabled: boolean;
|
|
80
|
-
icon: import("../pl-icon").TIcon;
|
|
81
|
-
iconColor: string;
|
|
82
|
-
iconPosition: "left" | "right";
|
|
83
|
-
nativeType: "button" | "submit" | "reset";
|
|
84
|
-
}, true, {}, {}, {
|
|
85
|
-
P: {};
|
|
86
|
-
B: {};
|
|
87
|
-
D: {};
|
|
88
|
-
C: {};
|
|
89
|
-
M: {};
|
|
90
|
-
Defaults: {};
|
|
91
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
type: {
|
|
93
|
-
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
size: {
|
|
97
|
-
type: import("vue").PropType<"small" | "large" | "medium">;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
fullWidth: {
|
|
101
|
-
type: import("vue").PropType<boolean>;
|
|
102
|
-
default: boolean;
|
|
103
|
-
};
|
|
104
|
-
disabled: {
|
|
105
|
-
type: import("vue").PropType<boolean>;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
icon: {
|
|
109
|
-
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
iconColor: {
|
|
113
|
-
type: import("vue").PropType<string>;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
iconPosition: {
|
|
117
|
-
type: import("vue").PropType<"left" | "right">;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
nativeType: {
|
|
121
|
-
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
}>> & {
|
|
125
|
-
onClick?: (...args: any[]) => any;
|
|
126
|
-
}, {}, {}, {}, {}, {
|
|
127
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
128
|
-
size: "small" | "large" | "medium";
|
|
129
|
-
fullWidth: boolean;
|
|
130
|
-
disabled: boolean;
|
|
131
|
-
icon: import("../pl-icon").TIcon;
|
|
132
|
-
iconColor: string;
|
|
133
|
-
iconPosition: "left" | "right";
|
|
134
|
-
nativeType: "button" | "submit" | "reset";
|
|
135
|
-
}>;
|
|
136
|
-
__isFragment?: never;
|
|
137
|
-
__isTeleport?: never;
|
|
138
|
-
__isSuspense?: never;
|
|
139
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
140
|
-
type: {
|
|
141
|
-
type: import("vue").PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
size: {
|
|
145
|
-
type: import("vue").PropType<"small" | "large" | "medium">;
|
|
146
|
-
default: string;
|
|
147
|
-
};
|
|
148
|
-
fullWidth: {
|
|
149
|
-
type: import("vue").PropType<boolean>;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
disabled: {
|
|
153
|
-
type: import("vue").PropType<boolean>;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
icon: {
|
|
157
|
-
type: import("vue").PropType<import("../pl-icon").TIcon>;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
iconColor: {
|
|
161
|
-
type: import("vue").PropType<string>;
|
|
162
|
-
default: string;
|
|
163
|
-
};
|
|
164
|
-
iconPosition: {
|
|
165
|
-
type: import("vue").PropType<"left" | "right">;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
|
-
nativeType: {
|
|
169
|
-
type: import("vue").PropType<"button" | "submit" | "reset">;
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
|
-
}>> & {
|
|
173
|
-
onClick?: (...args: any[]) => any;
|
|
174
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
175
|
-
click: (...args: any[]) => void;
|
|
176
|
-
}, string, {
|
|
177
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
178
|
-
size: "small" | "large" | "medium";
|
|
179
|
-
fullWidth: boolean;
|
|
180
|
-
disabled: boolean;
|
|
181
|
-
icon: import("../pl-icon").TIcon;
|
|
182
|
-
iconColor: string;
|
|
183
|
-
iconPosition: "left" | "right";
|
|
184
|
-
nativeType: "button" | "submit" | "reset";
|
|
185
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
186
|
-
$slots: {
|
|
187
|
-
default?(_: {}): any;
|
|
188
|
-
};
|
|
189
|
-
})>;
|
|
2
|
+
export declare const PlButton: import('../../install-function').SFCInstallWithContext<TButtonProps>;
|
|
190
3
|
export default PlButton;
|
|
191
4
|
export type { TButtonProps };
|