@factoringplus/pl-components-pack-v3 1.8.34-pre-multiselect → 1.8.34
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-abcd1cba.js → crypto-pro-8c839dab.js} +1 -1
- package/dist/{crypto-pro-7b4b673e.cjs → crypto-pro-f34ef5cf.cjs} +1 -1
- package/dist/entry-097fea1d.cjs +115 -0
- package/dist/{entry-576c1804.js → entry-b818dc1e.js} +9685 -9585
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +60 -54
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +29 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +33 -0
- 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-control/pl-skeleton-control.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +20 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +29 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +10 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +22 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +29 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +33 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +20 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +29 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +9 -9
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +10 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +22 -0
- package/dist/src/components/components.d.ts +7 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +19 -19
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -9
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +145 -549
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -9
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +0 -3
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -12
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -3
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -9
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -10
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/entry-5896737d.cjs +0 -115
@@ -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-097fea1d.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.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,71 +1,77 @@
|
|
1
|
-
import { n as P, k as e,
|
1
|
+
import { n as P, k as e, ah as t, o, q as n, r as i, m as r, t as u, s as c, v as S, x as p, w as g, P as d, y as k, z as T, B as b, C, D as m, a7 as x, a6 as D, E as f, ad as h, ac as I, U as L, ab as y, a8 as B, F as N, G as U, H as q, I as v, ae as A, a9 as M, J as w, O, L as R, K as z, Q as E, R as F, T as J, N as j, M as G, S as H, V as K, W as Q, X as V, Y as W, Z as X, _ as Y, $ as Z, aa as _, ag as $, a0 as aa, a1 as la, a5 as sa, a2 as Pa, a3 as ea, a4 as ta, ai as oa, af as na, A as ia, j as ra, h as ua, h as ca, d as Sa, e as pa, a as ga, f as da, c as ka, i as Ta, b as ba, l as Ca, p as ma, u as xa } from "./entry-b818dc1e.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
5
5
|
e as PlButton,
|
6
6
|
t as PlButtonDropdown,
|
7
7
|
o as PlCard,
|
8
|
-
|
9
|
-
|
8
|
+
n as PlCheckbox,
|
9
|
+
i as PlCheckboxPlus,
|
10
10
|
r as PlCurrency,
|
11
11
|
u as PlDatePickerLegacyPlugin,
|
12
12
|
c as PlDatePickerPlugin,
|
13
|
-
|
13
|
+
S as PlDatePickerPlusPlugin,
|
14
14
|
p as PlDialog,
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
15
|
+
g as PlDialogPlus,
|
16
|
+
d as PlDirectives,
|
17
|
+
k as PlForm,
|
18
|
+
T as PlIcon,
|
19
|
+
b as PlInput,
|
20
20
|
C as PlInputPlus,
|
21
21
|
m as PlLink,
|
22
|
-
|
23
|
-
|
22
|
+
x as PlMarkText,
|
23
|
+
D as PlMultiSelect,
|
24
24
|
f as PlMultitab,
|
25
|
-
|
26
|
-
|
25
|
+
h as PlNavButton,
|
26
|
+
I as PlNavigation,
|
27
27
|
L as PlNotification,
|
28
28
|
y as PlOnboarding,
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
29
|
+
B as PlPagination,
|
30
|
+
N as PlRadio,
|
31
|
+
U as PlScrollbar,
|
32
|
+
q as PlSelect,
|
33
|
+
v as PlSelectPlus,
|
34
|
+
A as PlSidebarItem,
|
35
|
+
M as PlSigning,
|
36
36
|
w as PlSkeleton,
|
37
|
-
O as
|
38
|
-
R as
|
39
|
-
z as
|
40
|
-
E as
|
41
|
-
F as
|
42
|
-
J as
|
43
|
-
j as
|
44
|
-
G as
|
45
|
-
H as
|
46
|
-
K as
|
47
|
-
Q as
|
48
|
-
V as
|
49
|
-
W as
|
50
|
-
X as
|
51
|
-
Y as
|
52
|
-
Z as
|
53
|
-
_ as
|
54
|
-
$ as
|
55
|
-
aa as
|
56
|
-
la as
|
57
|
-
sa as
|
58
|
-
Pa as
|
59
|
-
ea as
|
60
|
-
ta as
|
61
|
-
oa as
|
62
|
-
|
63
|
-
|
64
|
-
ra as
|
65
|
-
ua as
|
66
|
-
ca as
|
67
|
-
|
68
|
-
pa as
|
69
|
-
|
70
|
-
|
37
|
+
O as PlSkeletonButton,
|
38
|
+
R as PlSkeletonControl,
|
39
|
+
z as PlSkeletonIcon,
|
40
|
+
E as PlSkeletonInput,
|
41
|
+
F as PlSkeletonTabs,
|
42
|
+
J as PlSkeletonTagsChips,
|
43
|
+
j as PlSkeletonText,
|
44
|
+
G as PlSkeletonTextCell,
|
45
|
+
H as PlSkeletonUpload,
|
46
|
+
K as PlStepper,
|
47
|
+
Q as PlSuggestions,
|
48
|
+
V as PlSwitch,
|
49
|
+
W as PlTabPane,
|
50
|
+
X as PlTablePlugin,
|
51
|
+
Y as PlTablePlus,
|
52
|
+
Z as PlTabs,
|
53
|
+
_ as PlTagsChips,
|
54
|
+
$ as PlTextCell,
|
55
|
+
aa as PlTextPlugin,
|
56
|
+
la as PlTooltip,
|
57
|
+
sa as PlTooltipPlus,
|
58
|
+
Pa as PlUpload,
|
59
|
+
ea as PlUploadLegacy,
|
60
|
+
ta as PlUploadPlus,
|
61
|
+
oa as ScreenSizes,
|
62
|
+
na as TLogo,
|
63
|
+
ia as apiJs,
|
64
|
+
ra as cancelAllApiRequests,
|
65
|
+
ua as dadataParser,
|
66
|
+
ca as dataParser,
|
67
|
+
Sa as declOfNum,
|
68
|
+
pa as deepSet,
|
69
|
+
ga as filters,
|
70
|
+
da as formatCurrency,
|
71
|
+
ka as formatDate,
|
72
|
+
Ta as install,
|
73
|
+
ba as isEqual,
|
74
|
+
Ca as loader,
|
75
|
+
ma as plLoading,
|
76
|
+
xa as uniqId
|
71
77
|
};
|
@@ -0,0 +1,29 @@
|
|
1
|
+
export declare const PlSkeletonButton: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
size: {
|
3
|
+
type: import('vue').PropType<"small" | "large" | "medium">;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
type: {
|
7
|
+
type: import('vue').PropType<"link" | "primary" | "empty">;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
width: {
|
11
|
+
type: import('vue').PropType<string>;
|
12
|
+
};
|
13
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
|
+
size: {
|
15
|
+
type: import('vue').PropType<"small" | "large" | "medium">;
|
16
|
+
default: string;
|
17
|
+
};
|
18
|
+
type: {
|
19
|
+
type: import('vue').PropType<"link" | "primary" | "empty">;
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
width: {
|
23
|
+
type: import('vue').PropType<string>;
|
24
|
+
};
|
25
|
+
}>>, {
|
26
|
+
size: "small" | "large" | "medium";
|
27
|
+
type: "link" | "primary" | "empty";
|
28
|
+
}, {}>>;
|
29
|
+
export default PlSkeletonButton;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
type?: 'primary' | 'empty' | 'link';
|
4
|
+
size?: 'large' | 'medium' | 'small';
|
5
|
+
}
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
type: string;
|
8
|
+
size: string;
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
10
|
+
type: string;
|
11
|
+
size: string;
|
12
|
+
}>>>, {
|
13
|
+
size: "small" | "large" | "medium";
|
14
|
+
type: "link" | "primary" | "empty";
|
15
|
+
}, {}>;
|
16
|
+
export default _default;
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
21
|
+
} : {
|
22
|
+
type: import('vue').PropType<T[K]>;
|
23
|
+
required: true;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
28
|
+
default: D[K];
|
29
|
+
}> : P[K];
|
30
|
+
};
|
31
|
+
type __VLS_Prettify<T> = {
|
32
|
+
[K in keyof T]: T[K];
|
33
|
+
} & {};
|
@@ -3,7 +3,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
|
|
3
3
|
type: import('vue').PropType<string>;
|
4
4
|
required: true;
|
5
5
|
};
|
6
|
-
|
6
|
+
size: {
|
7
7
|
type: import('vue').PropType<"small" | "medium">;
|
8
8
|
required: true;
|
9
9
|
};
|
@@ -12,7 +12,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
|
|
12
12
|
type: import('vue').PropType<string>;
|
13
13
|
required: true;
|
14
14
|
};
|
15
|
-
|
15
|
+
size: {
|
16
16
|
type: import('vue').PropType<"small" | "medium">;
|
17
17
|
required: true;
|
18
18
|
};
|
@@ -1,9 +1,9 @@
|
|
1
1
|
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
2
2
|
width: string;
|
3
|
-
|
3
|
+
size: 'small' | 'medium';
|
4
4
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
5
5
|
width: string;
|
6
|
-
|
6
|
+
size: 'small' | 'medium';
|
7
7
|
}>>>, {}, {}>;
|
8
8
|
export default _default;
|
9
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export declare const PlSkeletonInput: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
type: {
|
3
|
+
type: import('vue').PropType<"input" | "text-area">;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
|
+
type: {
|
11
|
+
type: import('vue').PropType<"input" | "text-area">;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
width: {
|
15
|
+
type: import('vue').PropType<string>;
|
16
|
+
};
|
17
|
+
}>>, {
|
18
|
+
type: "input" | "text-area";
|
19
|
+
}, {}>>;
|
20
|
+
export default PlSkeletonInput;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
type?: 'input' | 'text-area';
|
4
|
+
}
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
6
|
+
type: string;
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
8
|
+
type: string;
|
9
|
+
}>>>, {
|
10
|
+
type: "input" | "text-area";
|
11
|
+
}, {}>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
17
|
+
} : {
|
18
|
+
type: import('vue').PropType<T[K]>;
|
19
|
+
required: true;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
24
|
+
default: D[K];
|
25
|
+
}> : P[K];
|
26
|
+
};
|
27
|
+
type __VLS_Prettify<T> = {
|
28
|
+
[K in keyof T]: T[K];
|
29
|
+
} & {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare const PlSkeletonTabs: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
width: {
|
3
|
+
type: import('vue').PropType<string>;
|
4
|
+
};
|
5
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
|
+
}>>, {}, {}>>;
|
10
|
+
export default PlSkeletonTabs;
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
}
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>>>, {}, {}>;
|
5
|
+
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
17
|
+
default: D[K];
|
18
|
+
}> : P[K];
|
19
|
+
};
|
20
|
+
type __VLS_Prettify<T> = {
|
21
|
+
[K in keyof T]: T[K];
|
22
|
+
} & {};
|
@@ -0,0 +1,29 @@
|
|
1
|
+
export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
size: {
|
3
|
+
type: import('vue').PropType<"small" | "large">;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
type: {
|
7
|
+
type: import('vue').PropType<"tag" | "chip">;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
width: {
|
11
|
+
type: import('vue').PropType<string>;
|
12
|
+
};
|
13
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
|
+
size: {
|
15
|
+
type: import('vue').PropType<"small" | "large">;
|
16
|
+
default: string;
|
17
|
+
};
|
18
|
+
type: {
|
19
|
+
type: import('vue').PropType<"tag" | "chip">;
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
width: {
|
23
|
+
type: import('vue').PropType<string>;
|
24
|
+
};
|
25
|
+
}>>, {
|
26
|
+
size: "small" | "large";
|
27
|
+
type: "tag" | "chip";
|
28
|
+
}, {}>>;
|
29
|
+
export default PlSkeletonTagsChips;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
type?: 'tag' | 'chip';
|
4
|
+
size?: 'large' | 'small';
|
5
|
+
}
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
7
|
+
type: string;
|
8
|
+
size: string;
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
10
|
+
type: string;
|
11
|
+
size: string;
|
12
|
+
}>>>, {
|
13
|
+
size: "small" | "large";
|
14
|
+
type: "tag" | "chip";
|
15
|
+
}, {}>;
|
16
|
+
export default _default;
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
21
|
+
} : {
|
22
|
+
type: import('vue').PropType<T[K]>;
|
23
|
+
required: true;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
28
|
+
default: D[K];
|
29
|
+
}> : P[K];
|
30
|
+
};
|
31
|
+
type __VLS_Prettify<T> = {
|
32
|
+
[K in keyof T]: T[K];
|
33
|
+
} & {};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export declare const PlSkeletonText: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
type: {
|
3
|
+
type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
10
|
+
type: {
|
11
|
+
type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
width: {
|
15
|
+
type: import('vue').PropType<string>;
|
16
|
+
};
|
17
|
+
}>>, {
|
18
|
+
type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
|
19
|
+
}, {}>>;
|
20
|
+
export default PlSkeletonText;
|
package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
type?: 'H1' | 'H2' | 'H3' | 'H4' | 'Title1' | 'Title2' | 'Title3' | 'Subtitle1' | 'Subtitle2' | 'Btn1' | 'Btn2' | 'Btn3' | 'Body1' | 'Body2' | 'Body3' | 'Underline' | 'System' | 'Cap' | 'Tag';
|
4
|
+
}
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
6
|
+
type: string;
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
8
|
+
type: string;
|
9
|
+
}>>>, {
|
10
|
+
type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
|
11
|
+
}, {}>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
17
|
+
} : {
|
18
|
+
type: import('vue').PropType<T[K]>;
|
19
|
+
required: true;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
24
|
+
default: D[K];
|
25
|
+
}> : P[K];
|
26
|
+
};
|
27
|
+
type __VLS_Prettify<T> = {
|
28
|
+
[K in keyof T]: T[K];
|
29
|
+
} & {};
|
@@ -1,29 +1,29 @@
|
|
1
1
|
export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
-
|
3
|
-
type: import('vue').PropType<string>;
|
4
|
-
};
|
5
|
-
variant: {
|
2
|
+
type: {
|
6
3
|
type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
|
7
4
|
default: string;
|
8
5
|
};
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
9
|
direction: {
|
10
10
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
11
11
|
default: string;
|
12
12
|
};
|
13
13
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
14
|
-
|
15
|
-
type: import('vue').PropType<string>;
|
16
|
-
};
|
17
|
-
variant: {
|
14
|
+
type: {
|
18
15
|
type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
|
19
16
|
default: string;
|
20
17
|
};
|
18
|
+
width: {
|
19
|
+
type: import('vue').PropType<string>;
|
20
|
+
};
|
21
21
|
direction: {
|
22
22
|
type: import('vue').PropType<"vertical" | "horizontal">;
|
23
23
|
default: string;
|
24
24
|
};
|
25
25
|
}>>, {
|
26
|
-
|
26
|
+
type: "content+description" | "label+content" | "subtitle+description";
|
27
27
|
direction: "vertical" | "horizontal";
|
28
28
|
}, {}>>;
|
29
29
|
export default PlSkeletonTextCell;
|
@@ -1,16 +1,16 @@
|
|
1
1
|
interface IPlTextProps {
|
2
2
|
width?: string;
|
3
3
|
direction?: 'vertical' | 'horizontal';
|
4
|
-
|
4
|
+
type?: 'content+description' | 'label+content' | 'subtitle+description';
|
5
5
|
}
|
6
6
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
|
7
7
|
direction: string;
|
8
|
-
|
8
|
+
type: string;
|
9
9
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
|
10
10
|
direction: string;
|
11
|
-
|
11
|
+
type: string;
|
12
12
|
}>>>, {
|
13
|
-
|
13
|
+
type: "content+description" | "label+content" | "subtitle+description";
|
14
14
|
direction: "vertical" | "horizontal";
|
15
15
|
}, {}>;
|
16
16
|
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare const PlSkeletonUpload: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
width: {
|
3
|
+
type: import('vue').PropType<string>;
|
4
|
+
};
|
5
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
6
|
+
width: {
|
7
|
+
type: import('vue').PropType<string>;
|
8
|
+
};
|
9
|
+
}>>, {}, {}>>;
|
10
|
+
export default PlSkeletonUpload;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
interface IProps {
|
2
|
+
width?: string;
|
3
|
+
}
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>>>, {}, {}>;
|
5
|
+
export default _default;
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
8
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
9
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
10
|
+
} : {
|
11
|
+
type: import('vue').PropType<T[K]>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
17
|
+
default: D[K];
|
18
|
+
}> : P[K];
|
19
|
+
};
|
20
|
+
type __VLS_Prettify<T> = {
|
21
|
+
[K in keyof T]: T[K];
|
22
|
+
} & {};
|
@@ -19,6 +19,12 @@ import { default as PlSkeleton } from './basic/pl-skeleton';
|
|
19
19
|
import { default as PlSkeletonIcon } from './basic/pl-skeleton/components/pl-skeleton-icon';
|
20
20
|
import { default as PlSkeletonControl } from './basic/pl-skeleton/components/pl-skeleton-control';
|
21
21
|
import { default as PlSkeletonTextCell } from './basic/pl-skeleton/components/pl-skeleton-text-cell';
|
22
|
+
import { default as PlSkeletonText } from './basic/pl-skeleton/components/pl-skeleton-text';
|
23
|
+
import { default as PlSkeletonButton } from './basic/pl-skeleton/components/pl-skeleton-button';
|
24
|
+
import { default as PlSkeletonInput } from './basic/pl-skeleton/components/pl-skeleton-input';
|
25
|
+
import { default as PlSkeletonTabs } from './basic/pl-skeleton/components/pl-skeleton-tabs';
|
26
|
+
import { default as PlSkeletonUpload } from './basic/pl-skeleton/components/pl-skeleton-upload';
|
27
|
+
import { default as PlSkeletonTagsChips } from './basic/pl-skeleton/components/pl-skeleton-tags-chips';
|
22
28
|
import { default as PlTooltipPlus } from './basic/pl-tooltip-plus';
|
23
29
|
import { default as PlAutocomplete } from './form/pl-autocomplete';
|
24
30
|
import { default as PlCheckboxPlus } from './form/pl-checkbox-plus';
|
@@ -105,4 +111,4 @@ export * from '../utils/deepSet';
|
|
105
111
|
export * from '../utils/dadataParser';
|
106
112
|
export * from '../plugins/filters';
|
107
113
|
export * from '../plugins/api/api';
|
108
|
-
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown };
|
114
|
+
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown, };
|