@factoringplus/pl-components-pack-v3 1.13.4 → 1.13.5
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/README.md +3 -3
- package/dist/{crypto-pro-actual-cades-plugin-b763ca04.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-21690d4e.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-a2ad1f2f.js → entry-408d6e03.js} +4411 -4407
- package/dist/{entry-c4b485d2.cjs → entry-a17d0f2b.cjs} +27 -27
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-dialog/index.d.ts +21 -20
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-link/index.d.ts +2 -1
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -7
- 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 +4 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +5 -4
- 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/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/index.d.ts +7 -6
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +9 -8
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-action-bar/components/pl-action-button/index.d.ts +2 -1
- package/dist/src/components/data/pl-action-bar/index.d.ts +2 -1
- package/dist/src/components/data/pl-banner/index.d.ts +2 -1
- package/dist/src/components/data/pl-card/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +25 -24
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +11 -11
- package/dist/src/components/data/pl-progress/index.d.ts +5 -4
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-sign-error/index.d.ts +2 -1
- package/dist/src/components/data/pl-signing/index.d.ts +2 -1
- package/dist/src/components/data/pl-snackbar/index.d.ts +3 -3
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-stepper/index.d.ts +21 -20
- package/dist/src/components/data/pl-table-plus/index.d.ts +150 -149
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +72 -72
- package/dist/src/components/data/pl-tabs/index.d.ts +2 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +9 -8
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +30 -30
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -74
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -35
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +9 -8
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-form/index.d.ts +26 -25
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +30 -30
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +24 -24
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +18 -18
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +33 -33
- package/dist/src/components/form/pl-input-plus/index.d.ts +127 -126
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/index.d.ts +40 -39
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +18 -18
- package/dist/src/components/form/pl-radio/index.d.ts +9 -8
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-select-plus/index.d.ts +40 -39
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-switch/index.d.ts +2 -1
- package/dist/src/components/form/pl-upload-plus/index.d.ts +21 -20
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-dropdown/index.d.ts +29 -28
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +13 -13
- package/dist/src/components/shared/pl-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-label/index.d.ts +2 -1
- package/dist/src/components/shared/pl-mark-text/index.d.ts +2 -1
- package/dist/src/components/shared/pl-option/index.d.ts +2 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +4 -3
|
@@ -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-a17d0f2b.cjs");require("vue");exports.PlActionBar=l.PlActionBar;exports.PlActionButton=l.PlActionButton;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;exports.PlDialogPlus=l.PlDialogPlus;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.PlNavButtonPlus=l.PlNavButtonPlus;exports.PlNavigation=l.PlNavigation;exports.PlNavigationPlus=l.PlNavigationPlus;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.PlSidebarItemPlus=l.PlSidebarItemPlus;exports.PlSignError=l.PlSignError;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.PlStatusIcon=l.PlStatusIcon;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.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 { ap as P, aq as e, n as t, an as o, k as n, al as i, o as r, q as u, r as c, m as g, t as S, s as p, v as d, x as k, w as T, P as b, y as m, z as C, B as I, C as x, D as B, a7 as D, a6 as f, E as h, ag as N, af as v, ad as A, ae as L, U as q, ac as y, a8 as U, am as M, F as w, G as E, H as O, I as R, ai as j, ah as F, aa as J, a9 as z, J as G, O as H, L as K, K as Q, Q as V, R as W, T as X, N as Y, M as Z, S as _, ao as $, V as aa, W as la, X as sa, Y as Pa, Z as ea, _ as ta, $ as oa, ab as na, ak as ia, a0 as ra, a1 as ua, a5 as ca, a2 as ga, a3 as Sa, a4 as pa, aj as da, A as ka, j as Ta, h as ba, h as ma, d as Ca, e as Ia, a as xa, f as Ba, c as Da, i as fa, b as ha, l as Na, p as va, u as Aa } from "./entry-
|
|
1
|
+
import { ap as P, aq as e, n as t, an as o, k as n, al as i, o as r, q as u, r as c, m as g, t as S, s as p, v as d, x as k, w as T, P as b, y as m, z as C, B as I, C as x, D as B, a7 as D, a6 as f, E as h, ag as N, af as v, ad as A, ae as L, U as q, ac as y, a8 as U, am as M, F as w, G as E, H as O, I as R, ai as j, ah as F, aa as J, a9 as z, J as G, O as H, L as K, K as Q, Q as V, R as W, T as X, N as Y, M as Z, S as _, ao as $, V as aa, W as la, X as sa, Y as Pa, Z as ea, _ as ta, $ as oa, ab as na, ak as ia, a0 as ra, a1 as ua, a5 as ca, a2 as ga, a3 as Sa, a4 as pa, aj as da, A as ka, j as Ta, h as ba, h as ma, d as Ca, e as Ia, a as xa, f as Ba, c as Da, i as fa, b as ha, l as Na, p as va, u as Aa } from "./entry-408d6e03.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
P as PlActionBar,
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { default as Button } from './pl-button.vue';
|
|
1
2
|
import { TButtonProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlButton: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
size: {
|
|
6
|
-
type: import('vue').PropType<"
|
|
7
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
7
8
|
default: string;
|
|
8
9
|
};
|
|
9
10
|
type: {
|
|
@@ -38,13 +39,13 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
38
39
|
type: import('vue').PropType<boolean>;
|
|
39
40
|
default: boolean;
|
|
40
41
|
};
|
|
41
|
-
options: {
|
|
42
|
-
type: import('vue').PropType<any>;
|
|
43
|
-
};
|
|
44
42
|
iconClass: {
|
|
45
43
|
type: import('vue').PropType<string>;
|
|
46
44
|
default: string;
|
|
47
45
|
};
|
|
46
|
+
options: {
|
|
47
|
+
type: import('vue').PropType<any>;
|
|
48
|
+
};
|
|
48
49
|
noIcon: {
|
|
49
50
|
type: import('vue').PropType<boolean>;
|
|
50
51
|
};
|
|
@@ -60,7 +61,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
60
61
|
click: () => void;
|
|
61
62
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
62
63
|
size: {
|
|
63
|
-
type: import('vue').PropType<"
|
|
64
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
64
65
|
default: string;
|
|
65
66
|
};
|
|
66
67
|
type: {
|
|
@@ -95,13 +96,13 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
95
96
|
type: import('vue').PropType<boolean>;
|
|
96
97
|
default: boolean;
|
|
97
98
|
};
|
|
98
|
-
options: {
|
|
99
|
-
type: import('vue').PropType<any>;
|
|
100
|
-
};
|
|
101
99
|
iconClass: {
|
|
102
100
|
type: import('vue').PropType<string>;
|
|
103
101
|
default: string;
|
|
104
102
|
};
|
|
103
|
+
options: {
|
|
104
|
+
type: import('vue').PropType<any>;
|
|
105
|
+
};
|
|
105
106
|
noIcon: {
|
|
106
107
|
type: import('vue').PropType<boolean>;
|
|
107
108
|
};
|
|
@@ -114,7 +115,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
114
115
|
}>> & {
|
|
115
116
|
onClick?: () => any;
|
|
116
117
|
}, {
|
|
117
|
-
size: "
|
|
118
|
+
size: "large" | "medium" | "small";
|
|
118
119
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
119
120
|
fullWidth: boolean;
|
|
120
121
|
disabled: boolean;
|
|
@@ -133,7 +134,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
133
134
|
Defaults: {};
|
|
134
135
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
135
136
|
size: {
|
|
136
|
-
type: import('vue').PropType<"
|
|
137
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
137
138
|
default: string;
|
|
138
139
|
};
|
|
139
140
|
type: {
|
|
@@ -168,13 +169,13 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
168
169
|
type: import('vue').PropType<boolean>;
|
|
169
170
|
default: boolean;
|
|
170
171
|
};
|
|
171
|
-
options: {
|
|
172
|
-
type: import('vue').PropType<any>;
|
|
173
|
-
};
|
|
174
172
|
iconClass: {
|
|
175
173
|
type: import('vue').PropType<string>;
|
|
176
174
|
default: string;
|
|
177
175
|
};
|
|
176
|
+
options: {
|
|
177
|
+
type: import('vue').PropType<any>;
|
|
178
|
+
};
|
|
178
179
|
noIcon: {
|
|
179
180
|
type: import('vue').PropType<boolean>;
|
|
180
181
|
};
|
|
@@ -187,7 +188,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
187
188
|
}>> & {
|
|
188
189
|
onClick?: () => any;
|
|
189
190
|
}, {}, {}, {}, {}, {
|
|
190
|
-
size: "
|
|
191
|
+
size: "large" | "medium" | "small";
|
|
191
192
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
192
193
|
fullWidth: boolean;
|
|
193
194
|
disabled: boolean;
|
|
@@ -203,7 +204,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
203
204
|
__isSuspense?: never;
|
|
204
205
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
205
206
|
size: {
|
|
206
|
-
type: import('vue').PropType<"
|
|
207
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
207
208
|
default: string;
|
|
208
209
|
};
|
|
209
210
|
type: {
|
|
@@ -238,13 +239,13 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
238
239
|
type: import('vue').PropType<boolean>;
|
|
239
240
|
default: boolean;
|
|
240
241
|
};
|
|
241
|
-
options: {
|
|
242
|
-
type: import('vue').PropType<any>;
|
|
243
|
-
};
|
|
244
242
|
iconClass: {
|
|
245
243
|
type: import('vue').PropType<string>;
|
|
246
244
|
default: string;
|
|
247
245
|
};
|
|
246
|
+
options: {
|
|
247
|
+
type: import('vue').PropType<any>;
|
|
248
|
+
};
|
|
248
249
|
noIcon: {
|
|
249
250
|
type: import('vue').PropType<boolean>;
|
|
250
251
|
};
|
|
@@ -259,7 +260,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
259
260
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
260
261
|
click: () => void;
|
|
261
262
|
}, string, {
|
|
262
|
-
size: "
|
|
263
|
+
size: "large" | "medium" | "small";
|
|
263
264
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
264
265
|
fullWidth: boolean;
|
|
265
266
|
disabled: boolean;
|
|
@@ -291,6 +292,6 @@ declare module 'vue' {
|
|
|
291
292
|
* @property nativeType 'button'| 'submit'| 'reset' | undefined
|
|
292
293
|
* @property loading boolean;
|
|
293
294
|
*/
|
|
294
|
-
PlButton:
|
|
295
|
+
PlButton: typeof Button;
|
|
295
296
|
}
|
|
296
297
|
}
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
33
33
|
}>>> & {
|
|
34
34
|
onClick?: () => any;
|
|
35
35
|
}, {
|
|
36
|
-
size: "
|
|
36
|
+
size: "large" | "medium" | "small";
|
|
37
37
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
38
38
|
fullWidth: boolean;
|
|
39
39
|
disabled: boolean;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { default as ButtonDropdown } from './pl-button-dropdown.vue';
|
|
1
2
|
import { TButtonProps } from '../pl-button/types';
|
|
2
3
|
|
|
3
4
|
export declare const PlButtonDropdown: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
|
|
6
7
|
size: {
|
|
7
|
-
type: import('vue').PropType<"
|
|
8
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
11
|
type: {
|
|
@@ -38,12 +39,12 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
38
39
|
loading: {
|
|
39
40
|
type: import('vue').PropType<boolean>;
|
|
40
41
|
};
|
|
41
|
-
options: {
|
|
42
|
-
type: import('vue').PropType<any>;
|
|
43
|
-
};
|
|
44
42
|
iconClass: {
|
|
45
43
|
type: import('vue').PropType<string>;
|
|
46
44
|
};
|
|
45
|
+
options: {
|
|
46
|
+
type: import('vue').PropType<any>;
|
|
47
|
+
};
|
|
47
48
|
noIcon: {
|
|
48
49
|
type: import('vue').PropType<boolean>;
|
|
49
50
|
default: boolean;
|
|
@@ -63,7 +64,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
63
64
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
64
65
|
modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
|
|
65
66
|
size: {
|
|
66
|
-
type: import('vue').PropType<"
|
|
67
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
67
68
|
default: string;
|
|
68
69
|
};
|
|
69
70
|
type: {
|
|
@@ -97,12 +98,12 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
97
98
|
loading: {
|
|
98
99
|
type: import('vue').PropType<boolean>;
|
|
99
100
|
};
|
|
100
|
-
options: {
|
|
101
|
-
type: import('vue').PropType<any>;
|
|
102
|
-
};
|
|
103
101
|
iconClass: {
|
|
104
102
|
type: import('vue').PropType<string>;
|
|
105
103
|
};
|
|
104
|
+
options: {
|
|
105
|
+
type: import('vue').PropType<any>;
|
|
106
|
+
};
|
|
106
107
|
noIcon: {
|
|
107
108
|
type: import('vue').PropType<boolean>;
|
|
108
109
|
default: boolean;
|
|
@@ -118,7 +119,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
118
119
|
}>> & {
|
|
119
120
|
"onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
|
|
120
121
|
}, {
|
|
121
|
-
size: "
|
|
122
|
+
size: "large" | "medium" | "small";
|
|
122
123
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
123
124
|
fullWidth: boolean;
|
|
124
125
|
disabled: boolean;
|
|
@@ -139,7 +140,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
139
140
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
140
141
|
modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
|
|
141
142
|
size: {
|
|
142
|
-
type: import('vue').PropType<"
|
|
143
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
143
144
|
default: string;
|
|
144
145
|
};
|
|
145
146
|
type: {
|
|
@@ -173,12 +174,12 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
173
174
|
loading: {
|
|
174
175
|
type: import('vue').PropType<boolean>;
|
|
175
176
|
};
|
|
176
|
-
options: {
|
|
177
|
-
type: import('vue').PropType<any>;
|
|
178
|
-
};
|
|
179
177
|
iconClass: {
|
|
180
178
|
type: import('vue').PropType<string>;
|
|
181
179
|
};
|
|
180
|
+
options: {
|
|
181
|
+
type: import('vue').PropType<any>;
|
|
182
|
+
};
|
|
182
183
|
noIcon: {
|
|
183
184
|
type: import('vue').PropType<boolean>;
|
|
184
185
|
default: boolean;
|
|
@@ -194,7 +195,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
194
195
|
}>> & {
|
|
195
196
|
"onSelect-value"?: (option: import('../../form/pl-select-plus/types').IOption) => any;
|
|
196
197
|
}, {}, {}, {}, {}, {
|
|
197
|
-
size: "
|
|
198
|
+
size: "large" | "medium" | "small";
|
|
198
199
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
199
200
|
fullWidth: boolean;
|
|
200
201
|
disabled: boolean;
|
|
@@ -212,7 +213,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
212
213
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
213
214
|
modelValue: import('vue').PropType<import('../../form/pl-select-plus/types').IOption>;
|
|
214
215
|
size: {
|
|
215
|
-
type: import('vue').PropType<"
|
|
216
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
216
217
|
default: string;
|
|
217
218
|
};
|
|
218
219
|
type: {
|
|
@@ -246,12 +247,12 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
246
247
|
loading: {
|
|
247
248
|
type: import('vue').PropType<boolean>;
|
|
248
249
|
};
|
|
249
|
-
options: {
|
|
250
|
-
type: import('vue').PropType<any>;
|
|
251
|
-
};
|
|
252
250
|
iconClass: {
|
|
253
251
|
type: import('vue').PropType<string>;
|
|
254
252
|
};
|
|
253
|
+
options: {
|
|
254
|
+
type: import('vue').PropType<any>;
|
|
255
|
+
};
|
|
255
256
|
noIcon: {
|
|
256
257
|
type: import('vue').PropType<boolean>;
|
|
257
258
|
default: boolean;
|
|
@@ -269,7 +270,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
269
270
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
270
271
|
"select-value": (option: import('../../form/pl-select-plus/types').IOption) => void;
|
|
271
272
|
}, string, {
|
|
272
|
-
size: "
|
|
273
|
+
size: "large" | "medium" | "small";
|
|
273
274
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
274
275
|
fullWidth: boolean;
|
|
275
276
|
disabled: boolean;
|
|
@@ -302,6 +303,6 @@ declare module 'vue' {
|
|
|
302
303
|
* @property nativeType 'button'| 'submit'| 'reset' | undefined
|
|
303
304
|
* @property loading boolean;
|
|
304
305
|
*/
|
|
305
|
-
PlButtonDropdown:
|
|
306
|
+
PlButtonDropdown: typeof ButtonDropdown;
|
|
306
307
|
}
|
|
307
308
|
}
|
|
@@ -3,7 +3,7 @@ import { IOption } from '../../form/pl-select-plus/types';
|
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
4
|
modelValue: import('vue').PropType<IOption>;
|
|
5
5
|
size: {
|
|
6
|
-
type: import('vue').PropType<"
|
|
6
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
type: {
|
|
@@ -37,12 +37,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
37
37
|
loading: {
|
|
38
38
|
type: import('vue').PropType<boolean>;
|
|
39
39
|
};
|
|
40
|
-
options: {
|
|
41
|
-
type: import('vue').PropType<any>;
|
|
42
|
-
};
|
|
43
40
|
iconClass: {
|
|
44
41
|
type: import('vue').PropType<string>;
|
|
45
42
|
};
|
|
43
|
+
options: {
|
|
44
|
+
type: import('vue').PropType<any>;
|
|
45
|
+
};
|
|
46
46
|
noIcon: {
|
|
47
47
|
type: import('vue').PropType<boolean>;
|
|
48
48
|
default: boolean;
|
|
@@ -60,7 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
60
60
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
61
61
|
modelValue: import('vue').PropType<IOption>;
|
|
62
62
|
size: {
|
|
63
|
-
type: import('vue').PropType<"
|
|
63
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
type: {
|
|
@@ -94,12 +94,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
94
94
|
loading: {
|
|
95
95
|
type: import('vue').PropType<boolean>;
|
|
96
96
|
};
|
|
97
|
-
options: {
|
|
98
|
-
type: import('vue').PropType<any>;
|
|
99
|
-
};
|
|
100
97
|
iconClass: {
|
|
101
98
|
type: import('vue').PropType<string>;
|
|
102
99
|
};
|
|
100
|
+
options: {
|
|
101
|
+
type: import('vue').PropType<any>;
|
|
102
|
+
};
|
|
103
103
|
noIcon: {
|
|
104
104
|
type: import('vue').PropType<boolean>;
|
|
105
105
|
default: boolean;
|
|
@@ -115,7 +115,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
115
115
|
}>> & {
|
|
116
116
|
"onSelect-value"?: (option: IOption) => any;
|
|
117
117
|
}, {
|
|
118
|
-
size: "
|
|
118
|
+
size: "large" | "medium" | "small";
|
|
119
119
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
120
120
|
fullWidth: boolean;
|
|
121
121
|
disabled: boolean;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { default as DialogPlus } from './pl-dialog-plus.vue';
|
|
1
2
|
import { IDialogPlusProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlDialogPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
modelValue: import('vue').PropType<boolean>;
|
|
6
7
|
type: {
|
|
7
|
-
type: import('vue').PropType<"
|
|
8
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
11
|
icon: {
|
|
@@ -15,9 +16,6 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
15
16
|
type: import('vue').PropType<boolean>;
|
|
16
17
|
default: boolean;
|
|
17
18
|
};
|
|
18
|
-
beforeClose: {
|
|
19
|
-
type: import('vue').PropType<() => void>;
|
|
20
|
-
};
|
|
21
19
|
width: {
|
|
22
20
|
type: import('vue').PropType<string>;
|
|
23
21
|
default: string;
|
|
@@ -78,6 +76,9 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
78
76
|
colorIconOverlay: string;
|
|
79
77
|
};
|
|
80
78
|
};
|
|
79
|
+
beforeClose: {
|
|
80
|
+
type: import('vue').PropType<() => void>;
|
|
81
|
+
};
|
|
81
82
|
}>> & {
|
|
82
83
|
"onClose-modal"?: () => any;
|
|
83
84
|
}, {
|
|
@@ -87,7 +88,7 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
87
88
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
88
89
|
modelValue: import('vue').PropType<boolean>;
|
|
89
90
|
type: {
|
|
90
|
-
type: import('vue').PropType<"
|
|
91
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
91
92
|
default: string;
|
|
92
93
|
};
|
|
93
94
|
icon: {
|
|
@@ -98,9 +99,6 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
98
99
|
type: import('vue').PropType<boolean>;
|
|
99
100
|
default: boolean;
|
|
100
101
|
};
|
|
101
|
-
beforeClose: {
|
|
102
|
-
type: import('vue').PropType<() => void>;
|
|
103
|
-
};
|
|
104
102
|
width: {
|
|
105
103
|
type: import('vue').PropType<string>;
|
|
106
104
|
default: string;
|
|
@@ -161,10 +159,13 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
161
159
|
colorIconOverlay: string;
|
|
162
160
|
};
|
|
163
161
|
};
|
|
162
|
+
beforeClose: {
|
|
163
|
+
type: import('vue').PropType<() => void>;
|
|
164
|
+
};
|
|
164
165
|
}>> & {
|
|
165
166
|
"onClose-modal"?: () => any;
|
|
166
167
|
}, {
|
|
167
|
-
type: "
|
|
168
|
+
type: "standart" | "status" | "illustration" | "side";
|
|
168
169
|
icon: import('../../components').TIcon;
|
|
169
170
|
loading: boolean;
|
|
170
171
|
width: string;
|
|
@@ -191,7 +192,7 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
191
192
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
192
193
|
modelValue: import('vue').PropType<boolean>;
|
|
193
194
|
type: {
|
|
194
|
-
type: import('vue').PropType<"
|
|
195
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
195
196
|
default: string;
|
|
196
197
|
};
|
|
197
198
|
icon: {
|
|
@@ -202,9 +203,6 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
202
203
|
type: import('vue').PropType<boolean>;
|
|
203
204
|
default: boolean;
|
|
204
205
|
};
|
|
205
|
-
beforeClose: {
|
|
206
|
-
type: import('vue').PropType<() => void>;
|
|
207
|
-
};
|
|
208
206
|
width: {
|
|
209
207
|
type: import('vue').PropType<string>;
|
|
210
208
|
default: string;
|
|
@@ -265,12 +263,15 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
265
263
|
colorIconOverlay: string;
|
|
266
264
|
};
|
|
267
265
|
};
|
|
266
|
+
beforeClose: {
|
|
267
|
+
type: import('vue').PropType<() => void>;
|
|
268
|
+
};
|
|
268
269
|
}>> & {
|
|
269
270
|
"onClose-modal"?: () => any;
|
|
270
271
|
}, {
|
|
271
272
|
closeModal: () => void;
|
|
272
273
|
}, {}, {}, {}, {
|
|
273
|
-
type: "
|
|
274
|
+
type: "standart" | "status" | "illustration" | "side";
|
|
274
275
|
icon: import('../../components').TIcon;
|
|
275
276
|
loading: boolean;
|
|
276
277
|
width: string;
|
|
@@ -294,7 +295,7 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
294
295
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
295
296
|
modelValue: import('vue').PropType<boolean>;
|
|
296
297
|
type: {
|
|
297
|
-
type: import('vue').PropType<"
|
|
298
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
298
299
|
default: string;
|
|
299
300
|
};
|
|
300
301
|
icon: {
|
|
@@ -305,9 +306,6 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
305
306
|
type: import('vue').PropType<boolean>;
|
|
306
307
|
default: boolean;
|
|
307
308
|
};
|
|
308
|
-
beforeClose: {
|
|
309
|
-
type: import('vue').PropType<() => void>;
|
|
310
|
-
};
|
|
311
309
|
width: {
|
|
312
310
|
type: import('vue').PropType<string>;
|
|
313
311
|
default: string;
|
|
@@ -368,6 +366,9 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
368
366
|
colorIconOverlay: string;
|
|
369
367
|
};
|
|
370
368
|
};
|
|
369
|
+
beforeClose: {
|
|
370
|
+
type: import('vue').PropType<() => void>;
|
|
371
|
+
};
|
|
371
372
|
}>> & {
|
|
372
373
|
"onClose-modal"?: () => any;
|
|
373
374
|
}, {
|
|
@@ -375,7 +376,7 @@ export declare const PlDialogPlus: import('../../../install-function').SFCInstal
|
|
|
375
376
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
376
377
|
"close-modal": () => void;
|
|
377
378
|
}, string, {
|
|
378
|
-
type: "
|
|
379
|
+
type: "standart" | "status" | "illustration" | "side";
|
|
379
380
|
icon: import('../../components').TIcon;
|
|
380
381
|
loading: boolean;
|
|
381
382
|
width: string;
|
|
@@ -407,6 +408,6 @@ export default PlDialogPlus;
|
|
|
407
408
|
export type { IDialogPlusProps };
|
|
408
409
|
declare module 'vue' {
|
|
409
410
|
interface GlobalComponents {
|
|
410
|
-
PlDialogPlus:
|
|
411
|
+
PlDialogPlus: typeof DialogPlus;
|
|
411
412
|
}
|
|
412
413
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
2
|
modelValue: import('vue').PropType<boolean>;
|
|
3
3
|
type: {
|
|
4
|
-
type: import('vue').PropType<"
|
|
4
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
icon: {
|
|
@@ -12,9 +12,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
12
12
|
type: import('vue').PropType<boolean>;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
beforeClose: {
|
|
16
|
-
type: import('vue').PropType<() => void>;
|
|
17
|
-
};
|
|
18
15
|
width: {
|
|
19
16
|
type: import('vue').PropType<string>;
|
|
20
17
|
default: string;
|
|
@@ -75,6 +72,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
75
72
|
colorIconOverlay: string;
|
|
76
73
|
};
|
|
77
74
|
};
|
|
75
|
+
beforeClose: {
|
|
76
|
+
type: import('vue').PropType<() => void>;
|
|
77
|
+
};
|
|
78
78
|
}, {
|
|
79
79
|
closeModal: () => void;
|
|
80
80
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -82,7 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
82
82
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
83
|
modelValue: import('vue').PropType<boolean>;
|
|
84
84
|
type: {
|
|
85
|
-
type: import('vue').PropType<"
|
|
85
|
+
type: import('vue').PropType<"standart" | "status" | "illustration" | "side">;
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
icon: {
|
|
@@ -93,9 +93,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
93
93
|
type: import('vue').PropType<boolean>;
|
|
94
94
|
default: boolean;
|
|
95
95
|
};
|
|
96
|
-
beforeClose: {
|
|
97
|
-
type: import('vue').PropType<() => void>;
|
|
98
|
-
};
|
|
99
96
|
width: {
|
|
100
97
|
type: import('vue').PropType<string>;
|
|
101
98
|
default: string;
|
|
@@ -156,10 +153,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
156
153
|
colorIconOverlay: string;
|
|
157
154
|
};
|
|
158
155
|
};
|
|
156
|
+
beforeClose: {
|
|
157
|
+
type: import('vue').PropType<() => void>;
|
|
158
|
+
};
|
|
159
159
|
}>> & {
|
|
160
160
|
"onClose-modal"?: () => any;
|
|
161
161
|
}, {
|
|
162
|
-
type: "
|
|
162
|
+
type: "standart" | "status" | "illustration" | "side";
|
|
163
163
|
icon: import('../../components').TIcon;
|
|
164
164
|
loading: boolean;
|
|
165
165
|
width: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Link } from './pl-link.vue';
|
|
1
2
|
import { IPlLinkProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlLink: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -123,6 +124,6 @@ export default PlLink;
|
|
|
123
124
|
export type { IPlLinkProps };
|
|
124
125
|
declare module 'vue' {
|
|
125
126
|
interface GlobalComponents {
|
|
126
|
-
PlLink:
|
|
127
|
+
PlLink: typeof Link;
|
|
127
128
|
}
|
|
128
129
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Scrollbar } from './pl-scrollbar.vue';
|
|
1
2
|
import { IScrollbarProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlScrollbar: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -272,6 +273,6 @@ export default PlScrollbar;
|
|
|
272
273
|
export type { IScrollbarProps };
|
|
273
274
|
declare module 'vue' {
|
|
274
275
|
interface GlobalComponents {
|
|
275
|
-
PlScrollbar:
|
|
276
|
+
PlScrollbar: typeof Scrollbar;
|
|
276
277
|
}
|
|
277
278
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { default as SkeletonButton } from './pl-skeleton-button.vue';
|
|
1
2
|
import { ISkeletonButtonProps } from '../../types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSkeletonButton: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
5
|
size: {
|
|
5
|
-
type: import('vue').PropType<"
|
|
6
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
9
|
type: {
|
|
9
|
-
type: import('vue').PropType<"
|
|
10
|
+
type: import('vue').PropType<"primary" | "empty" | "link">;
|
|
10
11
|
default: string;
|
|
11
12
|
};
|
|
12
13
|
width: {
|
|
@@ -15,11 +16,11 @@ export declare const PlSkeletonButton: import('../../../../../install-function')
|
|
|
15
16
|
};
|
|
16
17
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
18
|
size: {
|
|
18
|
-
type: import('vue').PropType<"
|
|
19
|
+
type: import('vue').PropType<"large" | "medium" | "small">;
|
|
19
20
|
default: string;
|
|
20
21
|
};
|
|
21
22
|
type: {
|
|
22
|
-
type: import('vue').PropType<"
|
|
23
|
+
type: import('vue').PropType<"primary" | "empty" | "link">;
|
|
23
24
|
default: string;
|
|
24
25
|
};
|
|
25
26
|
width: {
|
|
@@ -27,14 +28,14 @@ export declare const PlSkeletonButton: import('../../../../../install-function')
|
|
|
27
28
|
default: string;
|
|
28
29
|
};
|
|
29
30
|
}>>, {
|
|
30
|
-
size: "
|
|
31
|
-
type: "
|
|
31
|
+
size: "large" | "medium" | "small";
|
|
32
|
+
type: "primary" | "empty" | "link";
|
|
32
33
|
width: string;
|
|
33
34
|
}, {}>>;
|
|
34
35
|
export default PlSkeletonButton;
|
|
35
36
|
export type { ISkeletonButtonProps };
|
|
36
37
|
declare module 'vue' {
|
|
37
38
|
interface GlobalComponents {
|
|
38
|
-
PlSkeletonButton:
|
|
39
|
+
PlSkeletonButton: typeof SkeletonButton;
|
|
39
40
|
}
|
|
40
41
|
}
|