@factoringplus/pl-components-pack-v3 1.9.5-pre-snackbar-02 → 1.9.5-pre-11-banner
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-54743567.js → crypto-pro-1e16f0cb.js} +1 -1
- package/dist/{crypto-pro-7e2b1d00.cjs → crypto-pro-5ce1d64f.cjs} +1 -1
- package/dist/{entry-f2f22ab2.cjs → entry-9605a7d7.cjs} +31 -31
- package/dist/{entry-22cc4d12.js → entry-9730832c.js} +7933 -7761
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +73 -72
- package/dist/src/components/basic/pl-button/index.d.ts +60 -42
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +6 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +3 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/components.d.ts +3 -1
- package/dist/src/components/data/pl-banner/index.d.ts +101 -0
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +51 -0
- package/dist/src/components/data/pl-banner/types/index.d.ts +62 -0
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-progress/index.d.ts +3 -3
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -8
- package/dist/src/components/data/pl-snackbar/types.d.ts +2 -3
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +41 -41
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
- package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +38 -38
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +9 -9
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +20 -0
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
- 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-9605a7d7.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlBanner=l.PlBanner;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.PlProgress=l.PlProgress;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.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;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,78 +1,79 @@
|
|
1
|
-
import { n as P,
|
1
|
+
import { n as P, aj as e, k as t, ah as o, o as n, q as i, r, m as u, t as c, s as S, v as g, x as p, w as d, P as k, y as T, z as b, B as C, C as m, D as x, a7 as D, a6 as f, E as h, ad as I, ac as B, U as L, ab as y, a8 as N, ai as U, F as q, G as v, H as A, I as M, ae as w, a9 as O, J as R, O as j, L as z, K as E, Q as F, R as J, T as G, N as H, M as K, S as Q, V, W, X, Y, Z, _, $, aa, ag as la, a0 as sa, a1 as Pa, a5 as ea, a2 as ta, a3 as oa, a4 as na, ak as ia, af as ra, A as ua, j as ca, h as Sa, h as ga, d as pa, e as da, a as ka, f as Ta, c as ba, i as Ca, b as ma, l as xa, p as Da, u as fa } from "./entry-9730832c.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
5
|
-
e as
|
6
|
-
t as
|
7
|
-
o as
|
8
|
-
n as
|
9
|
-
i as
|
10
|
-
r as
|
11
|
-
u as
|
12
|
-
c as
|
13
|
-
S as
|
14
|
-
g as
|
15
|
-
p as
|
16
|
-
d as
|
17
|
-
k as
|
18
|
-
T as
|
19
|
-
b as
|
20
|
-
C as
|
21
|
-
m as
|
22
|
-
x as
|
23
|
-
D as
|
24
|
-
f as
|
25
|
-
h as
|
26
|
-
I as
|
5
|
+
e as PlBanner,
|
6
|
+
t as PlButton,
|
7
|
+
o as PlButtonDropdown,
|
8
|
+
n as PlCard,
|
9
|
+
i as PlCheckbox,
|
10
|
+
r as PlCheckboxPlus,
|
11
|
+
u as PlCurrency,
|
12
|
+
c as PlDatePickerLegacyPlugin,
|
13
|
+
S as PlDatePickerPlugin,
|
14
|
+
g as PlDatePickerPlusPlugin,
|
15
|
+
p as PlDialog,
|
16
|
+
d as PlDialogPlus,
|
17
|
+
k as PlDirectives,
|
18
|
+
T as PlForm,
|
19
|
+
b as PlIcon,
|
20
|
+
C as PlInput,
|
21
|
+
m as PlInputPlus,
|
22
|
+
x as PlLink,
|
23
|
+
D as PlMarkText,
|
24
|
+
f as PlMultiSelect,
|
25
|
+
h as PlMultitab,
|
26
|
+
I as PlNavButton,
|
27
|
+
B as PlNavigation,
|
27
28
|
L as PlNotification,
|
28
29
|
y as PlOnboarding,
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
30
|
+
N as PlPagination,
|
31
|
+
U as PlProgress,
|
32
|
+
q as PlRadio,
|
33
|
+
v as PlScrollbar,
|
34
|
+
A as PlSelect,
|
35
|
+
M as PlSelectPlus,
|
36
|
+
w as PlSidebarItem,
|
37
|
+
O as PlSigning,
|
38
|
+
R as PlSkeleton,
|
39
|
+
j as PlSkeletonButton,
|
40
|
+
z as PlSkeletonControl,
|
41
|
+
E as PlSkeletonIcon,
|
42
|
+
F as PlSkeletonInput,
|
43
|
+
J as PlSkeletonTabs,
|
44
|
+
G as PlSkeletonTagsChips,
|
45
|
+
H as PlSkeletonText,
|
46
|
+
K as PlSkeletonTextCell,
|
47
|
+
Q as PlSkeletonUpload,
|
48
|
+
V as PlStepper,
|
49
|
+
W as PlSuggestions,
|
50
|
+
X as PlSwitch,
|
51
|
+
Y as PlTabPane,
|
52
|
+
Z as PlTablePlugin,
|
53
|
+
_ as PlTablePlus,
|
54
|
+
$ as PlTabs,
|
55
|
+
aa as PlTagsChips,
|
56
|
+
la as PlTextCell,
|
57
|
+
sa as PlTextPlugin,
|
58
|
+
Pa as PlTooltip,
|
59
|
+
ea as PlTooltipPlus,
|
60
|
+
ta as PlUpload,
|
61
|
+
oa as PlUploadLegacy,
|
62
|
+
na as PlUploadPlus,
|
63
|
+
ia as ScreenSizes,
|
64
|
+
ra as TLogo,
|
65
|
+
ua as apiJs,
|
66
|
+
ca as cancelAllApiRequests,
|
67
|
+
Sa as dadataParser,
|
68
|
+
ga as dataParser,
|
69
|
+
pa as declOfNum,
|
70
|
+
da as deepSet,
|
71
|
+
ka as filters,
|
72
|
+
Ta as formatCurrency,
|
73
|
+
ba as formatDate,
|
74
|
+
Ca as install,
|
75
|
+
ma as isEqual,
|
76
|
+
xa as loader,
|
77
|
+
Da as plLoading,
|
78
|
+
fa as uniqId
|
78
79
|
};
|
@@ -3,11 +3,7 @@ import { TButtonProps } from './types';
|
|
3
3
|
export declare const PlButton: import('../../../install-function').SFCInstallWithContext<{
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
5
5
|
size: {
|
6
|
-
type: import('vue').PropType<"
|
7
|
-
default: string;
|
8
|
-
};
|
9
|
-
type: {
|
10
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
6
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
11
7
|
default: string;
|
12
8
|
};
|
13
9
|
fullWidth: {
|
@@ -18,6 +14,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
18
14
|
type: import('vue').PropType<boolean>;
|
19
15
|
default: boolean;
|
20
16
|
};
|
17
|
+
type: {
|
18
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
19
|
+
default: string;
|
20
|
+
};
|
21
21
|
icon: {
|
22
22
|
type: import('vue').PropType<import('../../components').TIcon>;
|
23
23
|
default: string;
|
@@ -38,16 +38,16 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
38
38
|
type: import('vue').PropType<boolean>;
|
39
39
|
default: boolean;
|
40
40
|
};
|
41
|
+
iconClass: {
|
42
|
+
type: import('vue').PropType<string>;
|
43
|
+
default: string;
|
44
|
+
};
|
41
45
|
options: {
|
42
46
|
type: import('vue').PropType<any>;
|
43
47
|
};
|
44
48
|
modelValue: {
|
45
49
|
type: import('vue').PropType<any>;
|
46
50
|
};
|
47
|
-
iconClass: {
|
48
|
-
type: import('vue').PropType<string>;
|
49
|
-
default: string;
|
50
|
-
};
|
51
51
|
noIcon: {
|
52
52
|
type: import('vue').PropType<boolean>;
|
53
53
|
};
|
@@ -63,11 +63,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
63
63
|
click: (...args: any[]) => void;
|
64
64
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
65
65
|
size: {
|
66
|
-
type: import('vue').PropType<"
|
67
|
-
default: string;
|
68
|
-
};
|
69
|
-
type: {
|
70
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
66
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
71
67
|
default: string;
|
72
68
|
};
|
73
69
|
fullWidth: {
|
@@ -78,6 +74,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
78
74
|
type: import('vue').PropType<boolean>;
|
79
75
|
default: boolean;
|
80
76
|
};
|
77
|
+
type: {
|
78
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
79
|
+
default: string;
|
80
|
+
};
|
81
81
|
icon: {
|
82
82
|
type: import('vue').PropType<import('../../components').TIcon>;
|
83
83
|
default: string;
|
@@ -98,16 +98,16 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
98
98
|
type: import('vue').PropType<boolean>;
|
99
99
|
default: boolean;
|
100
100
|
};
|
101
|
+
iconClass: {
|
102
|
+
type: import('vue').PropType<string>;
|
103
|
+
default: string;
|
104
|
+
};
|
101
105
|
options: {
|
102
106
|
type: import('vue').PropType<any>;
|
103
107
|
};
|
104
108
|
modelValue: {
|
105
109
|
type: import('vue').PropType<any>;
|
106
110
|
};
|
107
|
-
iconClass: {
|
108
|
-
type: import('vue').PropType<string>;
|
109
|
-
default: string;
|
110
|
-
};
|
111
111
|
noIcon: {
|
112
112
|
type: import('vue').PropType<boolean>;
|
113
113
|
};
|
@@ -120,10 +120,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
120
120
|
}>> & {
|
121
121
|
onClick?: (...args: any[]) => any;
|
122
122
|
}, {
|
123
|
-
size: "
|
124
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
123
|
+
size: "large" | "medium" | "small";
|
125
124
|
fullWidth: boolean;
|
126
125
|
disabled: boolean;
|
126
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
127
127
|
icon: import('../../components').TIcon;
|
128
128
|
iconColor: string;
|
129
129
|
iconPosition: "left" | "right";
|
@@ -139,11 +139,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
139
139
|
Defaults: {};
|
140
140
|
}, Readonly<import('vue').ExtractPropTypes<{
|
141
141
|
size: {
|
142
|
-
type: import('vue').PropType<"
|
143
|
-
default: string;
|
144
|
-
};
|
145
|
-
type: {
|
146
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
142
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
147
143
|
default: string;
|
148
144
|
};
|
149
145
|
fullWidth: {
|
@@ -154,6 +150,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
154
150
|
type: import('vue').PropType<boolean>;
|
155
151
|
default: boolean;
|
156
152
|
};
|
153
|
+
type: {
|
154
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
155
|
+
default: string;
|
156
|
+
};
|
157
157
|
icon: {
|
158
158
|
type: import('vue').PropType<import('../../components').TIcon>;
|
159
159
|
default: string;
|
@@ -174,16 +174,16 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
174
174
|
type: import('vue').PropType<boolean>;
|
175
175
|
default: boolean;
|
176
176
|
};
|
177
|
+
iconClass: {
|
178
|
+
type: import('vue').PropType<string>;
|
179
|
+
default: string;
|
180
|
+
};
|
177
181
|
options: {
|
178
182
|
type: import('vue').PropType<any>;
|
179
183
|
};
|
180
184
|
modelValue: {
|
181
185
|
type: import('vue').PropType<any>;
|
182
186
|
};
|
183
|
-
iconClass: {
|
184
|
-
type: import('vue').PropType<string>;
|
185
|
-
default: string;
|
186
|
-
};
|
187
187
|
noIcon: {
|
188
188
|
type: import('vue').PropType<boolean>;
|
189
189
|
};
|
@@ -196,10 +196,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
196
196
|
}>> & {
|
197
197
|
onClick?: (...args: any[]) => any;
|
198
198
|
}, {}, {}, {}, {}, {
|
199
|
-
size: "
|
200
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
199
|
+
size: "large" | "medium" | "small";
|
201
200
|
fullWidth: boolean;
|
202
201
|
disabled: boolean;
|
202
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
203
203
|
icon: import('../../components').TIcon;
|
204
204
|
iconColor: string;
|
205
205
|
iconPosition: "left" | "right";
|
@@ -212,11 +212,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
212
212
|
__isSuspense?: never;
|
213
213
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
214
214
|
size: {
|
215
|
-
type: import('vue').PropType<"
|
216
|
-
default: string;
|
217
|
-
};
|
218
|
-
type: {
|
219
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
215
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
220
216
|
default: string;
|
221
217
|
};
|
222
218
|
fullWidth: {
|
@@ -227,6 +223,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
227
223
|
type: import('vue').PropType<boolean>;
|
228
224
|
default: boolean;
|
229
225
|
};
|
226
|
+
type: {
|
227
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
228
|
+
default: string;
|
229
|
+
};
|
230
230
|
icon: {
|
231
231
|
type: import('vue').PropType<import('../../components').TIcon>;
|
232
232
|
default: string;
|
@@ -247,16 +247,16 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
247
247
|
type: import('vue').PropType<boolean>;
|
248
248
|
default: boolean;
|
249
249
|
};
|
250
|
+
iconClass: {
|
251
|
+
type: import('vue').PropType<string>;
|
252
|
+
default: string;
|
253
|
+
};
|
250
254
|
options: {
|
251
255
|
type: import('vue').PropType<any>;
|
252
256
|
};
|
253
257
|
modelValue: {
|
254
258
|
type: import('vue').PropType<any>;
|
255
259
|
};
|
256
|
-
iconClass: {
|
257
|
-
type: import('vue').PropType<string>;
|
258
|
-
default: string;
|
259
|
-
};
|
260
260
|
noIcon: {
|
261
261
|
type: import('vue').PropType<boolean>;
|
262
262
|
};
|
@@ -271,10 +271,10 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
271
271
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
272
272
|
click: (...args: any[]) => void;
|
273
273
|
}, string, {
|
274
|
-
size: "
|
275
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
274
|
+
size: "large" | "medium" | "small";
|
276
275
|
fullWidth: boolean;
|
277
276
|
disabled: boolean;
|
277
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
278
278
|
icon: import('../../components').TIcon;
|
279
279
|
iconColor: string;
|
280
280
|
iconPosition: "left" | "right";
|
@@ -288,3 +288,21 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
288
288
|
})>;
|
289
289
|
export default PlButton;
|
290
290
|
export type { TButtonProps };
|
291
|
+
declare module 'vue' {
|
292
|
+
interface GlobalComponents {
|
293
|
+
/**
|
294
|
+
* Параметры Button
|
295
|
+
*
|
296
|
+
* @property fullWidth boolean;
|
297
|
+
* @property disabled boolean;
|
298
|
+
* @property type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
|
299
|
+
* @property size 'large' | 'medium' | 'small';
|
300
|
+
* @property icon IIcon;
|
301
|
+
* @property iconColor string;
|
302
|
+
* @property iconPosition 'left' | 'right';
|
303
|
+
* @property nativeType 'button'| 'submit'| 'reset' | undefined
|
304
|
+
* @property loading boolean;
|
305
|
+
*/
|
306
|
+
PlButton: typeof PlButton;
|
307
|
+
}
|
308
|
+
}
|
@@ -33,10 +33,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
33
33
|
}>>> & {
|
34
34
|
onClick?: (...args: any[]) => any;
|
35
35
|
}, {
|
36
|
-
size: "
|
37
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
36
|
+
size: "large" | "medium" | "small";
|
38
37
|
fullWidth: boolean;
|
39
38
|
disabled: boolean;
|
39
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
40
40
|
icon: import('../../components').TIcon;
|
41
41
|
iconColor: string;
|
42
42
|
iconPosition: "left" | "right";
|
@@ -2,15 +2,15 @@ import { TIcon } from '../../../shared/pl-icon';
|
|
2
2
|
import { IOption } from '../../../form/pl-select-plus/types';
|
3
3
|
|
4
4
|
/**
|
5
|
-
* @
|
6
|
-
* @
|
7
|
-
* @
|
8
|
-
* @
|
9
|
-
* @
|
10
|
-
* @
|
11
|
-
* @
|
12
|
-
* @
|
13
|
-
* @
|
5
|
+
* @property fullWidth boolean;
|
6
|
+
* @property disabled boolean;
|
7
|
+
* @property type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
|
8
|
+
* @property size 'large' | 'medium' | 'small';
|
9
|
+
* @property icon IIcon;
|
10
|
+
* @property iconColor string;
|
11
|
+
* @property iconPosition 'left' | 'right';
|
12
|
+
* @property nativeType 'button'| 'submit'| 'reset' | undefined
|
13
|
+
* @property loading boolean;
|
14
14
|
*/
|
15
15
|
export declare type TButtonProps = {
|
16
16
|
fullWidth?: boolean;
|
@@ -1,11 +1,7 @@
|
|
1
1
|
export declare const PlButtonDropdown: import('../../../install-function').SFCInstallWithContext<{
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
3
3
|
size: {
|
4
|
-
type: import('vue').PropType<"
|
5
|
-
default: string;
|
6
|
-
};
|
7
|
-
type: {
|
8
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
4
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
9
5
|
default: string;
|
10
6
|
};
|
11
7
|
fullWidth: {
|
@@ -16,6 +12,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
16
12
|
type: import('vue').PropType<boolean>;
|
17
13
|
default: boolean;
|
18
14
|
};
|
15
|
+
type: {
|
16
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
17
|
+
default: string;
|
18
|
+
};
|
19
19
|
icon: {
|
20
20
|
type: import('vue').PropType<import('../../components').TIcon>;
|
21
21
|
default: string;
|
@@ -35,6 +35,9 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
35
35
|
loading: {
|
36
36
|
type: import('vue').PropType<boolean>;
|
37
37
|
};
|
38
|
+
iconClass: {
|
39
|
+
type: import('vue').PropType<string>;
|
40
|
+
};
|
38
41
|
options: {
|
39
42
|
type: import('vue').PropType<any>;
|
40
43
|
default: () => any[];
|
@@ -43,9 +46,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
43
46
|
type: import('vue').PropType<any>;
|
44
47
|
default: string;
|
45
48
|
};
|
46
|
-
iconClass: {
|
47
|
-
type: import('vue').PropType<string>;
|
48
|
-
};
|
49
49
|
noIcon: {
|
50
50
|
type: import('vue').PropType<boolean>;
|
51
51
|
default: boolean;
|
@@ -66,11 +66,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
66
66
|
"select-value": (...args: any[]) => void;
|
67
67
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
68
68
|
size: {
|
69
|
-
type: import('vue').PropType<"
|
70
|
-
default: string;
|
71
|
-
};
|
72
|
-
type: {
|
73
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
69
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
74
70
|
default: string;
|
75
71
|
};
|
76
72
|
fullWidth: {
|
@@ -81,6 +77,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
81
77
|
type: import('vue').PropType<boolean>;
|
82
78
|
default: boolean;
|
83
79
|
};
|
80
|
+
type: {
|
81
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
82
|
+
default: string;
|
83
|
+
};
|
84
84
|
icon: {
|
85
85
|
type: import('vue').PropType<import('../../components').TIcon>;
|
86
86
|
default: string;
|
@@ -100,6 +100,9 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
100
100
|
loading: {
|
101
101
|
type: import('vue').PropType<boolean>;
|
102
102
|
};
|
103
|
+
iconClass: {
|
104
|
+
type: import('vue').PropType<string>;
|
105
|
+
};
|
103
106
|
options: {
|
104
107
|
type: import('vue').PropType<any>;
|
105
108
|
default: () => any[];
|
@@ -108,9 +111,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
108
111
|
type: import('vue').PropType<any>;
|
109
112
|
default: string;
|
110
113
|
};
|
111
|
-
iconClass: {
|
112
|
-
type: import('vue').PropType<string>;
|
113
|
-
};
|
114
114
|
noIcon: {
|
115
115
|
type: import('vue').PropType<boolean>;
|
116
116
|
default: boolean;
|
@@ -127,10 +127,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
127
127
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
128
128
|
"onSelect-value"?: (...args: any[]) => any;
|
129
129
|
}, {
|
130
|
-
size: "
|
131
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
130
|
+
size: "large" | "medium" | "small";
|
132
131
|
fullWidth: boolean;
|
133
132
|
disabled: boolean;
|
133
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
134
134
|
icon: import('../../components').TIcon;
|
135
135
|
iconColor: string;
|
136
136
|
iconPosition: "left" | "right";
|
@@ -149,11 +149,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
149
149
|
Defaults: {};
|
150
150
|
}, Readonly<import('vue').ExtractPropTypes<{
|
151
151
|
size: {
|
152
|
-
type: import('vue').PropType<"
|
153
|
-
default: string;
|
154
|
-
};
|
155
|
-
type: {
|
156
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
152
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
157
153
|
default: string;
|
158
154
|
};
|
159
155
|
fullWidth: {
|
@@ -164,6 +160,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
164
160
|
type: import('vue').PropType<boolean>;
|
165
161
|
default: boolean;
|
166
162
|
};
|
163
|
+
type: {
|
164
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
165
|
+
default: string;
|
166
|
+
};
|
167
167
|
icon: {
|
168
168
|
type: import('vue').PropType<import('../../components').TIcon>;
|
169
169
|
default: string;
|
@@ -183,6 +183,9 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
183
183
|
loading: {
|
184
184
|
type: import('vue').PropType<boolean>;
|
185
185
|
};
|
186
|
+
iconClass: {
|
187
|
+
type: import('vue').PropType<string>;
|
188
|
+
};
|
186
189
|
options: {
|
187
190
|
type: import('vue').PropType<any>;
|
188
191
|
default: () => any[];
|
@@ -191,9 +194,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
191
194
|
type: import('vue').PropType<any>;
|
192
195
|
default: string;
|
193
196
|
};
|
194
|
-
iconClass: {
|
195
|
-
type: import('vue').PropType<string>;
|
196
|
-
};
|
197
197
|
noIcon: {
|
198
198
|
type: import('vue').PropType<boolean>;
|
199
199
|
default: boolean;
|
@@ -210,10 +210,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
210
210
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
211
211
|
"onSelect-value"?: (...args: any[]) => any;
|
212
212
|
}, {}, {}, {}, {}, {
|
213
|
-
size: "
|
214
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
213
|
+
size: "large" | "medium" | "small";
|
215
214
|
fullWidth: boolean;
|
216
215
|
disabled: boolean;
|
216
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
217
217
|
icon: import('../../components').TIcon;
|
218
218
|
iconColor: string;
|
219
219
|
iconPosition: "left" | "right";
|
@@ -229,11 +229,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
229
229
|
__isSuspense?: never;
|
230
230
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
231
231
|
size: {
|
232
|
-
type: import('vue').PropType<"
|
233
|
-
default: string;
|
234
|
-
};
|
235
|
-
type: {
|
236
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
232
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
237
233
|
default: string;
|
238
234
|
};
|
239
235
|
fullWidth: {
|
@@ -244,6 +240,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
244
240
|
type: import('vue').PropType<boolean>;
|
245
241
|
default: boolean;
|
246
242
|
};
|
243
|
+
type: {
|
244
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
245
|
+
default: string;
|
246
|
+
};
|
247
247
|
icon: {
|
248
248
|
type: import('vue').PropType<import('../../components').TIcon>;
|
249
249
|
default: string;
|
@@ -263,6 +263,9 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
263
263
|
loading: {
|
264
264
|
type: import('vue').PropType<boolean>;
|
265
265
|
};
|
266
|
+
iconClass: {
|
267
|
+
type: import('vue').PropType<string>;
|
268
|
+
};
|
266
269
|
options: {
|
267
270
|
type: import('vue').PropType<any>;
|
268
271
|
default: () => any[];
|
@@ -271,9 +274,6 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
271
274
|
type: import('vue').PropType<any>;
|
272
275
|
default: string;
|
273
276
|
};
|
274
|
-
iconClass: {
|
275
|
-
type: import('vue').PropType<string>;
|
276
|
-
};
|
277
277
|
noIcon: {
|
278
278
|
type: import('vue').PropType<boolean>;
|
279
279
|
default: boolean;
|
@@ -293,10 +293,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
293
293
|
"update:modelValue": (...args: any[]) => void;
|
294
294
|
"select-value": (...args: any[]) => void;
|
295
295
|
}, string, {
|
296
|
-
size: "
|
297
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
296
|
+
size: "large" | "medium" | "small";
|
298
297
|
fullWidth: boolean;
|
299
298
|
disabled: boolean;
|
299
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
300
300
|
icon: import('../../components').TIcon;
|
301
301
|
iconColor: string;
|
302
302
|
iconPosition: "left" | "right";
|