@factoringplus/pl-components-pack-v3 1.9.8-pre-01-tooltip-picker → 1.9.8-pre-02
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-d6076705.js → crypto-pro-58352e71.js} +1 -1
- package/dist/{crypto-pro-ed8f2d93.cjs → crypto-pro-d1ed16a5.cjs} +1 -1
- package/dist/{entry-efec8b2a.js → entry-32ef3719.js} +12272 -12161
- package/dist/entry-37d61ab4.cjs +115 -0
- 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-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +8 -0
- package/dist/src/components/data/pl-banner/index.d.ts +8 -8
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +2 -2
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +9 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +2 -0
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +51 -72
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +36 -56
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +58 -124
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +60 -146
- package/dist/src/components/form/pl-input-plus/index.d.ts +19 -19
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +1 -1
- package/dist/src/utils/screenSizes.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-358d70eb.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-37d61ab4.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,4 +1,4 @@
|
|
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-
|
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-32ef3719.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
66
66
|
loading: boolean;
|
67
67
|
modelValue: boolean;
|
68
68
|
width: string;
|
69
|
-
status: "delete" | "
|
69
|
+
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
70
70
|
showHeader: boolean;
|
71
71
|
showClose: boolean;
|
72
72
|
disabledTeleport: boolean;
|
@@ -4,6 +4,8 @@ interface IProps {
|
|
4
4
|
wrapClass?: string;
|
5
5
|
viewClass?: string;
|
6
6
|
hideScrollThumb?: boolean;
|
7
|
+
hideScrollThumbX?: boolean;
|
8
|
+
hideScrollThumbY?: boolean;
|
7
9
|
offsetRight?: string;
|
8
10
|
alwaysShowXThumb?: boolean;
|
9
11
|
alwaysShowYThumb?: boolean;
|
@@ -14,6 +16,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
14
16
|
wrapClass: string;
|
15
17
|
viewClass: string;
|
16
18
|
hideScrollThumb: boolean;
|
19
|
+
hideScrollThumbX: boolean;
|
20
|
+
hideScrollThumbY: boolean;
|
17
21
|
offsetRight: string;
|
18
22
|
alwaysShowXThumb: boolean;
|
19
23
|
alwaysShowYThumb: boolean;
|
@@ -32,6 +36,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
32
36
|
wrapClass: string;
|
33
37
|
viewClass: string;
|
34
38
|
hideScrollThumb: boolean;
|
39
|
+
hideScrollThumbX: boolean;
|
40
|
+
hideScrollThumbY: boolean;
|
35
41
|
offsetRight: string;
|
36
42
|
alwaysShowXThumb: boolean;
|
37
43
|
alwaysShowYThumb: boolean;
|
@@ -44,6 +50,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
44
50
|
wrapClass: string;
|
45
51
|
viewClass: string;
|
46
52
|
hideScrollThumb: boolean;
|
53
|
+
hideScrollThumbX: boolean;
|
54
|
+
hideScrollThumbY: boolean;
|
47
55
|
offsetRight: string;
|
48
56
|
alwaysShowXThumb: boolean;
|
49
57
|
alwaysShowYThumb: boolean;
|
@@ -2,7 +2,7 @@ import { TBannerProps, ICustomColors } from './types';
|
|
2
2
|
|
3
3
|
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
4
4
|
type: {
|
5
|
-
type: import('vue').PropType<"info" | "
|
5
|
+
type: import('vue').PropType<"info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
6
6
|
default: string;
|
7
7
|
};
|
8
8
|
icon: {
|
@@ -17,11 +17,11 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
17
17
|
type: import('vue').PropType<string>;
|
18
18
|
default: string;
|
19
19
|
};
|
20
|
-
|
20
|
+
width: {
|
21
21
|
type: import('vue').PropType<string>;
|
22
22
|
default: string;
|
23
23
|
};
|
24
|
-
|
24
|
+
buttonText: {
|
25
25
|
type: import('vue').PropType<string>;
|
26
26
|
default: string;
|
27
27
|
};
|
@@ -37,7 +37,7 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
37
37
|
buttonClicked: () => void;
|
38
38
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
39
39
|
type: {
|
40
|
-
type: import('vue').PropType<"info" | "
|
40
|
+
type: import('vue').PropType<"info" | "success" | "warning" | "interactive" | "critical" | "custom">;
|
41
41
|
default: string;
|
42
42
|
};
|
43
43
|
icon: {
|
@@ -52,11 +52,11 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
52
52
|
type: import('vue').PropType<string>;
|
53
53
|
default: string;
|
54
54
|
};
|
55
|
-
|
55
|
+
width: {
|
56
56
|
type: import('vue').PropType<string>;
|
57
57
|
default: string;
|
58
58
|
};
|
59
|
-
|
59
|
+
buttonText: {
|
60
60
|
type: import('vue').PropType<string>;
|
61
61
|
default: string;
|
62
62
|
};
|
@@ -71,12 +71,12 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
71
71
|
onClose?: () => any;
|
72
72
|
onButtonClicked?: () => any;
|
73
73
|
}, {
|
74
|
-
type: "info" | "
|
74
|
+
type: "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
75
75
|
icon: import('../../components').TIcon;
|
76
76
|
description: string;
|
77
77
|
title: string;
|
78
|
-
buttonText: string;
|
79
78
|
width: string;
|
79
|
+
buttonText: string;
|
80
80
|
closeButton: boolean;
|
81
81
|
}, {}>>;
|
82
82
|
export default PlBanner;
|
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
23
23
|
onClose?: () => any;
|
24
24
|
onButtonClicked?: () => any;
|
25
25
|
}, {
|
26
|
-
type: "info" | "
|
26
|
+
type: "info" | "success" | "warning" | "interactive" | "critical" | "custom";
|
27
27
|
icon: import('../../components').TIcon;
|
28
28
|
description: string;
|
29
29
|
title: string;
|
30
|
-
buttonText: string;
|
31
30
|
width: string;
|
31
|
+
buttonText: string;
|
32
32
|
closeButton: boolean;
|
33
33
|
}, {}>;
|
34
34
|
export default _default;
|
@@ -78,6 +78,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
78
78
|
type: import('vue').PropType<number>;
|
79
79
|
default: number;
|
80
80
|
};
|
81
|
+
minLoadingRows: {
|
82
|
+
type: import('vue').PropType<number>;
|
83
|
+
default: number;
|
84
|
+
};
|
81
85
|
}, {
|
82
86
|
resetSelectedRows: () => void;
|
83
87
|
selectAllRows: () => void;
|
@@ -170,6 +174,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
170
174
|
type: import('vue').PropType<number>;
|
171
175
|
default: number;
|
172
176
|
};
|
177
|
+
minLoadingRows: {
|
178
|
+
type: import('vue').PropType<number>;
|
179
|
+
default: number;
|
180
|
+
};
|
173
181
|
}>> & {
|
174
182
|
onChange?: (...args: any[]) => any;
|
175
183
|
onScroll?: (...args: any[]) => any;
|
@@ -201,6 +209,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
201
209
|
showPageSize: boolean;
|
202
210
|
virtualSize: number;
|
203
211
|
loadingSize: number;
|
212
|
+
minLoadingRows: number;
|
204
213
|
}, {}>, Partial<Record<string, (_: {
|
205
214
|
row: Record<string, string | number>;
|
206
215
|
}) => any>> & {
|
@@ -5,7 +5,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
5
5
|
default: string;
|
6
6
|
};
|
7
7
|
type: {
|
8
|
-
type: import('vue').PropType<"error" | "info" | "
|
8
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
9
9
|
default: string;
|
10
10
|
};
|
11
11
|
disabled: {
|
@@ -20,15 +20,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
20
20
|
type: import('vue').PropType<string>;
|
21
21
|
default: string;
|
22
22
|
};
|
23
|
-
|
23
|
+
active: {
|
24
24
|
type: import('vue').PropType<boolean>;
|
25
25
|
default: boolean;
|
26
26
|
};
|
27
|
-
|
27
|
+
chip: {
|
28
28
|
type: import('vue').PropType<boolean>;
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
|
-
|
31
|
+
interactive: {
|
32
32
|
type: import('vue').PropType<boolean>;
|
33
33
|
default: boolean;
|
34
34
|
};
|
@@ -56,7 +56,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
56
56
|
default: string;
|
57
57
|
};
|
58
58
|
type: {
|
59
|
-
type: import('vue').PropType<"error" | "info" | "
|
59
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
60
60
|
default: string;
|
61
61
|
};
|
62
62
|
disabled: {
|
@@ -71,15 +71,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
71
71
|
type: import('vue').PropType<string>;
|
72
72
|
default: string;
|
73
73
|
};
|
74
|
-
|
74
|
+
active: {
|
75
75
|
type: import('vue').PropType<boolean>;
|
76
76
|
default: boolean;
|
77
77
|
};
|
78
|
-
|
78
|
+
chip: {
|
79
79
|
type: import('vue').PropType<boolean>;
|
80
80
|
default: boolean;
|
81
81
|
};
|
82
|
-
|
82
|
+
interactive: {
|
83
83
|
type: import('vue').PropType<boolean>;
|
84
84
|
default: boolean;
|
85
85
|
};
|
@@ -100,13 +100,13 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
100
100
|
onCrossClicked?: (...args: any[]) => any;
|
101
101
|
}, {
|
102
102
|
size: "small" | "large";
|
103
|
-
type: "error" | "info" | "
|
103
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
104
104
|
disabled: boolean;
|
105
105
|
icon: import('../../components').TIcon;
|
106
106
|
iconColor: string;
|
107
|
-
interactive: boolean;
|
108
107
|
active: boolean;
|
109
108
|
chip: boolean;
|
109
|
+
interactive: boolean;
|
110
110
|
textColor: string;
|
111
111
|
backgroundColor: string;
|
112
112
|
deleteBtn: boolean;
|
@@ -123,7 +123,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
123
123
|
default: string;
|
124
124
|
};
|
125
125
|
type: {
|
126
|
-
type: import('vue').PropType<"error" | "info" | "
|
126
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
127
127
|
default: string;
|
128
128
|
};
|
129
129
|
disabled: {
|
@@ -138,15 +138,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
138
138
|
type: import('vue').PropType<string>;
|
139
139
|
default: string;
|
140
140
|
};
|
141
|
-
|
141
|
+
active: {
|
142
142
|
type: import('vue').PropType<boolean>;
|
143
143
|
default: boolean;
|
144
144
|
};
|
145
|
-
|
145
|
+
chip: {
|
146
146
|
type: import('vue').PropType<boolean>;
|
147
147
|
default: boolean;
|
148
148
|
};
|
149
|
-
|
149
|
+
interactive: {
|
150
150
|
type: import('vue').PropType<boolean>;
|
151
151
|
default: boolean;
|
152
152
|
};
|
@@ -167,13 +167,13 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
167
167
|
onCrossClicked?: (...args: any[]) => any;
|
168
168
|
}, {}, {}, {}, {}, {
|
169
169
|
size: "small" | "large";
|
170
|
-
type: "error" | "info" | "
|
170
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
171
171
|
disabled: boolean;
|
172
172
|
icon: import('../../components').TIcon;
|
173
173
|
iconColor: string;
|
174
|
-
interactive: boolean;
|
175
174
|
active: boolean;
|
176
175
|
chip: boolean;
|
176
|
+
interactive: boolean;
|
177
177
|
textColor: string;
|
178
178
|
backgroundColor: string;
|
179
179
|
deleteBtn: boolean;
|
@@ -187,7 +187,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
187
187
|
default: string;
|
188
188
|
};
|
189
189
|
type: {
|
190
|
-
type: import('vue').PropType<"error" | "info" | "
|
190
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline")>;
|
191
191
|
default: string;
|
192
192
|
};
|
193
193
|
disabled: {
|
@@ -202,15 +202,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
202
202
|
type: import('vue').PropType<string>;
|
203
203
|
default: string;
|
204
204
|
};
|
205
|
-
|
205
|
+
active: {
|
206
206
|
type: import('vue').PropType<boolean>;
|
207
207
|
default: boolean;
|
208
208
|
};
|
209
|
-
|
209
|
+
chip: {
|
210
210
|
type: import('vue').PropType<boolean>;
|
211
211
|
default: boolean;
|
212
212
|
};
|
213
|
-
|
213
|
+
interactive: {
|
214
214
|
type: import('vue').PropType<boolean>;
|
215
215
|
default: boolean;
|
216
216
|
};
|
@@ -234,13 +234,13 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
234
234
|
crossClicked: (...args: any[]) => void;
|
235
235
|
}, string, {
|
236
236
|
size: "small" | "large";
|
237
|
-
type: "error" | "info" | "
|
237
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | ("primary" | "outline");
|
238
238
|
disabled: boolean;
|
239
239
|
icon: import('../../components').TIcon;
|
240
240
|
iconColor: string;
|
241
|
-
interactive: boolean;
|
242
241
|
active: boolean;
|
243
242
|
chip: boolean;
|
243
|
+
interactive: boolean;
|
244
244
|
textColor: string;
|
245
245
|
backgroundColor: string;
|
246
246
|
deleteBtn: boolean;
|
@@ -46,13 +46,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
46
46
|
onCrossClicked?: (...args: any[]) => any;
|
47
47
|
}, {
|
48
48
|
size: "small" | "large";
|
49
|
-
type: "error" | "info" | "
|
49
|
+
type: "error" | "info" | "success" | "warning" | "interactive" | InteractiveTypes;
|
50
50
|
disabled: boolean;
|
51
51
|
icon: TIcon;
|
52
52
|
iconColor: string;
|
53
|
-
interactive: boolean;
|
54
53
|
active: boolean;
|
55
54
|
chip: boolean;
|
55
|
+
interactive: boolean;
|
56
56
|
textColor: string;
|
57
57
|
backgroundColor: string;
|
58
58
|
deleteBtn: boolean;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
type: {
|
3
|
-
type: import('vue').PropType<"error" | "info" | "
|
3
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
|
4
4
|
};
|
5
5
|
label: {
|
6
6
|
type: import('vue').PropType<string>;
|
@@ -24,7 +24,7 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
24
24
|
};
|
25
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
26
26
|
type: {
|
27
|
-
type: import('vue').PropType<"error" | "info" | "
|
27
|
+
type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
|
28
28
|
};
|
29
29
|
label: {
|
30
30
|
type: import('vue').PropType<string>;
|
@@ -124,9 +124,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
124
124
|
disabled: boolean;
|
125
125
|
icon: boolean;
|
126
126
|
label: string;
|
127
|
-
info: boolean;
|
128
127
|
checked: boolean;
|
129
128
|
placeholder: string;
|
129
|
+
info: boolean;
|
130
130
|
tooltipText: string;
|
131
131
|
prop: string;
|
132
132
|
rules: Record<string, any>;
|
@@ -69,12 +69,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
69
69
|
}, {
|
70
70
|
modelValue: UploadUserFile[];
|
71
71
|
large: boolean;
|
72
|
-
buttonText: string;
|
73
72
|
header: boolean;
|
74
73
|
main: boolean;
|
75
74
|
accept: string;
|
76
75
|
multiple: boolean;
|
77
76
|
drag: boolean;
|
77
|
+
buttonText: string;
|
78
78
|
fileSize: number;
|
79
79
|
requestConfig: object;
|
80
80
|
responseKeys: string;
|
@@ -18,6 +18,7 @@ declare interface IAutocompleteDefaultProps {
|
|
18
18
|
leftIcon: TIcon;
|
19
19
|
memoryBlur?: boolean;
|
20
20
|
inputClass?: string;
|
21
|
+
formatter?: Function;
|
21
22
|
}
|
22
23
|
declare interface IAutocompleteProps {
|
23
24
|
modelValue: IOption;
|
@@ -42,6 +43,7 @@ declare interface IAutocompleteProps {
|
|
42
43
|
teleport?: boolean;
|
43
44
|
inputClass?: string;
|
44
45
|
tooltipWidth?: string;
|
46
|
+
formatter?: Function;
|
45
47
|
}
|
46
48
|
declare interface IDropdownProps {
|
47
49
|
focus: boolean;
|
@@ -1,86 +1,65 @@
|
|
1
|
+
import { IWrapperRangeProps } from '../types';
|
1
2
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
3
|
-
modelValue:
|
4
|
-
isOpen:
|
5
|
-
dateValue:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
};
|
14
|
-
mobile: {
|
15
|
-
type: import('vue').PropType<boolean>;
|
16
|
-
default: boolean;
|
17
|
-
};
|
18
|
-
periods: {
|
19
|
-
type: import('vue').PropType<boolean>;
|
20
|
-
default: boolean;
|
21
|
-
};
|
22
|
-
periodOptions: {
|
23
|
-
type: import('vue').PropType<string[]>;
|
24
|
-
default: () => any[];
|
25
|
-
};
|
26
|
-
monthSwitch: {
|
27
|
-
type: import('vue').PropType<boolean>;
|
28
|
-
default: boolean;
|
29
|
-
};
|
30
|
-
yearSwitch: {
|
31
|
-
type: import('vue').PropType<boolean>;
|
32
|
-
default: boolean;
|
33
|
-
};
|
34
|
-
disabledDate: {
|
35
|
-
type: import('vue').PropType<(date: string) => boolean>;
|
36
|
-
};
|
37
|
-
}, {
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
|
4
|
+
modelValue: () => any[];
|
5
|
+
isOpen: boolean;
|
6
|
+
dateValue: string;
|
7
|
+
mobile: boolean;
|
8
|
+
periods: boolean;
|
9
|
+
monthSwitch: boolean;
|
10
|
+
yearSwitch: boolean;
|
11
|
+
periodOptions: () => any[];
|
12
|
+
idProp: string;
|
13
|
+
}>, {
|
38
14
|
openPopup: () => void;
|
39
15
|
checkRangeInput: () => void;
|
40
16
|
startUpdateDate: (event: Event & {
|
41
17
|
target: HTMLInputElement;
|
42
18
|
}) => void;
|
43
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
44
|
-
modelValue:
|
45
|
-
isOpen:
|
46
|
-
dateValue:
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
periodOptions: {
|
64
|
-
type: import('vue').PropType<string[]>;
|
65
|
-
default: () => any[];
|
66
|
-
};
|
67
|
-
monthSwitch: {
|
68
|
-
type: import('vue').PropType<boolean>;
|
69
|
-
default: boolean;
|
70
|
-
};
|
71
|
-
yearSwitch: {
|
72
|
-
type: import('vue').PropType<boolean>;
|
73
|
-
default: boolean;
|
74
|
-
};
|
75
|
-
disabledDate: {
|
76
|
-
type: import('vue').PropType<(date: string) => boolean>;
|
77
|
-
};
|
78
|
-
}>>, {
|
19
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
20
|
+
"update:modelValue": (...args: any[]) => void;
|
21
|
+
"update:isOpen": (...args: any[]) => void;
|
22
|
+
"update:dateValue": (...args: any[]) => void;
|
23
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperRangeProps>, {
|
24
|
+
modelValue: () => any[];
|
25
|
+
isOpen: boolean;
|
26
|
+
dateValue: string;
|
27
|
+
mobile: boolean;
|
28
|
+
periods: boolean;
|
29
|
+
monthSwitch: boolean;
|
30
|
+
yearSwitch: boolean;
|
31
|
+
periodOptions: () => any[];
|
32
|
+
idProp: string;
|
33
|
+
}>>> & {
|
34
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
35
|
+
"onUpdate:isOpen"?: (...args: any[]) => any;
|
36
|
+
"onUpdate:dateValue"?: (...args: any[]) => any;
|
37
|
+
}, {
|
38
|
+
modelValue: string[];
|
79
39
|
idProp: string;
|
80
40
|
mobile: boolean;
|
41
|
+
dateValue: string;
|
42
|
+
isOpen: boolean;
|
81
43
|
periods: boolean;
|
82
44
|
periodOptions: string[];
|
83
45
|
monthSwitch: boolean;
|
84
46
|
yearSwitch: boolean;
|
85
47
|
}, {}>;
|
86
48
|
export default _default;
|
49
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
50
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
51
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
52
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
53
|
+
} : {
|
54
|
+
type: import('vue').PropType<T[K]>;
|
55
|
+
required: true;
|
56
|
+
};
|
57
|
+
};
|
58
|
+
type __VLS_WithDefaults<P, D> = {
|
59
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
60
|
+
default: D[K];
|
61
|
+
}> : P[K];
|
62
|
+
};
|
63
|
+
type __VLS_Prettify<T> = {
|
64
|
+
[K in keyof T]: T[K];
|
65
|
+
} & {};
|
package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts
CHANGED
@@ -1,32 +1,13 @@
|
|
1
|
+
import { IWrapperProps } from '../types';
|
1
2
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
3
|
-
|
4
|
-
dateValue:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
inputElement: {
|
11
|
-
type: import('vue').PropType<HTMLElement>;
|
12
|
-
required: true;
|
13
|
-
};
|
14
|
-
mobile: {
|
15
|
-
type: import('vue').PropType<boolean>;
|
16
|
-
default: boolean;
|
17
|
-
};
|
18
|
-
monthSwitch: {
|
19
|
-
type: import('vue').PropType<boolean>;
|
20
|
-
default: boolean;
|
21
|
-
};
|
22
|
-
yearSwitch: {
|
23
|
-
type: import('vue').PropType<boolean>;
|
24
|
-
default: boolean;
|
25
|
-
};
|
26
|
-
disabledDate: {
|
27
|
-
type: import('vue').PropType<(date: string) => boolean>;
|
28
|
-
};
|
29
|
-
}, {
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
|
4
|
+
modelValue: any;
|
5
|
+
dateValue: string;
|
6
|
+
mobile: boolean;
|
7
|
+
monthSwitch: boolean;
|
8
|
+
yearSwitch: boolean;
|
9
|
+
idProp: string;
|
10
|
+
}>, {
|
30
11
|
openPopup: () => void;
|
31
12
|
checkInput: () => void;
|
32
13
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
@@ -34,42 +15,41 @@ declare const _default: import('vue').DefineComponent<{
|
|
34
15
|
"update:isOpen": (...args: any[]) => void;
|
35
16
|
"update:dateValue": (...args: any[]) => void;
|
36
17
|
closePickerOnMobile: (...args: any[]) => void;
|
37
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
38
|
-
|
39
|
-
dateValue:
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
inputElement: {
|
46
|
-
type: import('vue').PropType<HTMLElement>;
|
47
|
-
required: true;
|
48
|
-
};
|
49
|
-
mobile: {
|
50
|
-
type: import('vue').PropType<boolean>;
|
51
|
-
default: boolean;
|
52
|
-
};
|
53
|
-
monthSwitch: {
|
54
|
-
type: import('vue').PropType<boolean>;
|
55
|
-
default: boolean;
|
56
|
-
};
|
57
|
-
yearSwitch: {
|
58
|
-
type: import('vue').PropType<boolean>;
|
59
|
-
default: boolean;
|
60
|
-
};
|
61
|
-
disabledDate: {
|
62
|
-
type: import('vue').PropType<(date: string) => boolean>;
|
63
|
-
};
|
64
|
-
}>> & {
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IWrapperProps>, {
|
19
|
+
modelValue: any;
|
20
|
+
dateValue: string;
|
21
|
+
mobile: boolean;
|
22
|
+
monthSwitch: boolean;
|
23
|
+
yearSwitch: boolean;
|
24
|
+
idProp: string;
|
25
|
+
}>>> & {
|
65
26
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
66
27
|
"onUpdate:isOpen"?: (...args: any[]) => any;
|
67
28
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
68
29
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
69
30
|
}, {
|
31
|
+
modelValue: string;
|
70
32
|
idProp: string;
|
71
33
|
mobile: boolean;
|
34
|
+
dateValue: string;
|
72
35
|
monthSwitch: boolean;
|
73
36
|
yearSwitch: boolean;
|
74
37
|
}, {}>;
|
75
38
|
export default _default;
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
40
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
43
|
+
} : {
|
44
|
+
type: import('vue').PropType<T[K]>;
|
45
|
+
required: true;
|
46
|
+
};
|
47
|
+
};
|
48
|
+
type __VLS_WithDefaults<P, D> = {
|
49
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
50
|
+
default: D[K];
|
51
|
+
}> : P[K];
|
52
|
+
};
|
53
|
+
type __VLS_Prettify<T> = {
|
54
|
+
[K in keyof T]: T[K];
|
55
|
+
} & {};
|