@factoringplus/pl-components-pack-v3 1.13.0 → 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 +48 -48
- package/dist/CNAME +1 -1
- package/dist/Close40-4bcbc3bd.cjs +1 -0
- package/dist/{Close40-33b3f990.js → Close40-d450a063.js} +2 -2
- package/dist/{crypto-pro-actual-cades-plugin-54e213c4.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-7f197d8a.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-e7802dab.js → entry-408d6e03.js} +10940 -10921
- package/dist/entry-a17d0f2b.cjs +115 -0
- package/dist/favicon.svg +4 -4
- package/dist/icon/cube20.svg +6 -6
- package/dist/icon/cube24.svg +6 -6
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/assets/calendar.json.d.ts +134 -134
- 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/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/types/index.d.ts +1 -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 -21
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -55
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -26
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +2 -0
- 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/src/directives/vTap.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +128 -125
- package/dist/Close40-49678fc0.cjs +0 -1
- package/dist/entry-dff9093b.cjs +0 -115
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as UploadPlus } from './pl-upload-plus.vue';
|
|
1
2
|
import { IUploadProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlUploadPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -27,19 +28,19 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
27
28
|
type: import('vue').PropType<string>;
|
|
28
29
|
default: string;
|
|
29
30
|
};
|
|
30
|
-
|
|
31
|
+
prop: {
|
|
31
32
|
type: import('vue').PropType<string>;
|
|
32
33
|
default: string;
|
|
33
34
|
};
|
|
34
|
-
|
|
35
|
+
optional: {
|
|
35
36
|
type: import('vue').PropType<string>;
|
|
36
37
|
default: string;
|
|
37
38
|
};
|
|
38
|
-
|
|
39
|
+
tooltip: {
|
|
39
40
|
type: import('vue').PropType<string>;
|
|
40
41
|
default: string;
|
|
41
42
|
};
|
|
42
|
-
|
|
43
|
+
tooltipWidth: {
|
|
43
44
|
type: import('vue').PropType<string>;
|
|
44
45
|
default: string;
|
|
45
46
|
};
|
|
@@ -209,19 +210,19 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
209
210
|
type: import('vue').PropType<string>;
|
|
210
211
|
default: string;
|
|
211
212
|
};
|
|
212
|
-
|
|
213
|
+
prop: {
|
|
213
214
|
type: import('vue').PropType<string>;
|
|
214
215
|
default: string;
|
|
215
216
|
};
|
|
216
|
-
|
|
217
|
+
optional: {
|
|
217
218
|
type: import('vue').PropType<string>;
|
|
218
219
|
default: string;
|
|
219
220
|
};
|
|
220
|
-
|
|
221
|
+
tooltip: {
|
|
221
222
|
type: import('vue').PropType<string>;
|
|
222
223
|
default: string;
|
|
223
224
|
};
|
|
224
|
-
|
|
225
|
+
tooltipWidth: {
|
|
225
226
|
type: import('vue').PropType<string>;
|
|
226
227
|
default: string;
|
|
227
228
|
};
|
|
@@ -314,10 +315,10 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
314
315
|
width: string;
|
|
315
316
|
title: string;
|
|
316
317
|
description: string;
|
|
318
|
+
prop: string;
|
|
317
319
|
optional: string;
|
|
318
320
|
tooltip: string;
|
|
319
321
|
tooltipWidth: string;
|
|
320
|
-
prop: string;
|
|
321
322
|
multiple: boolean;
|
|
322
323
|
accept: string;
|
|
323
324
|
fileSize: number;
|
|
@@ -361,19 +362,19 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
361
362
|
type: import('vue').PropType<string>;
|
|
362
363
|
default: string;
|
|
363
364
|
};
|
|
364
|
-
|
|
365
|
+
prop: {
|
|
365
366
|
type: import('vue').PropType<string>;
|
|
366
367
|
default: string;
|
|
367
368
|
};
|
|
368
|
-
|
|
369
|
+
optional: {
|
|
369
370
|
type: import('vue').PropType<string>;
|
|
370
371
|
default: string;
|
|
371
372
|
};
|
|
372
|
-
|
|
373
|
+
tooltip: {
|
|
373
374
|
type: import('vue').PropType<string>;
|
|
374
375
|
default: string;
|
|
375
376
|
};
|
|
376
|
-
|
|
377
|
+
tooltipWidth: {
|
|
377
378
|
type: import('vue').PropType<string>;
|
|
378
379
|
default: string;
|
|
379
380
|
};
|
|
@@ -478,10 +479,10 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
478
479
|
width: string;
|
|
479
480
|
title: string;
|
|
480
481
|
description: string;
|
|
482
|
+
prop: string;
|
|
481
483
|
optional: string;
|
|
482
484
|
tooltip: string;
|
|
483
485
|
tooltipWidth: string;
|
|
484
|
-
prop: string;
|
|
485
486
|
multiple: boolean;
|
|
486
487
|
accept: string;
|
|
487
488
|
fileSize: number;
|
|
@@ -522,19 +523,19 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
522
523
|
type: import('vue').PropType<string>;
|
|
523
524
|
default: string;
|
|
524
525
|
};
|
|
525
|
-
|
|
526
|
+
prop: {
|
|
526
527
|
type: import('vue').PropType<string>;
|
|
527
528
|
default: string;
|
|
528
529
|
};
|
|
529
|
-
|
|
530
|
+
optional: {
|
|
530
531
|
type: import('vue').PropType<string>;
|
|
531
532
|
default: string;
|
|
532
533
|
};
|
|
533
|
-
|
|
534
|
+
tooltip: {
|
|
534
535
|
type: import('vue').PropType<string>;
|
|
535
536
|
default: string;
|
|
536
537
|
};
|
|
537
|
-
|
|
538
|
+
tooltipWidth: {
|
|
538
539
|
type: import('vue').PropType<string>;
|
|
539
540
|
default: string;
|
|
540
541
|
};
|
|
@@ -683,10 +684,10 @@ export declare const PlUploadPlus: import('../../../install-function').SFCInstal
|
|
|
683
684
|
width: string;
|
|
684
685
|
title: string;
|
|
685
686
|
description: string;
|
|
687
|
+
prop: string;
|
|
686
688
|
optional: string;
|
|
687
689
|
tooltip: string;
|
|
688
690
|
tooltipWidth: string;
|
|
689
|
-
prop: string;
|
|
690
691
|
multiple: boolean;
|
|
691
692
|
accept: string;
|
|
692
693
|
fileSize: number;
|
|
@@ -706,6 +707,6 @@ export default PlUploadPlus;
|
|
|
706
707
|
export type { IUploadProps };
|
|
707
708
|
declare module 'vue' {
|
|
708
709
|
interface GlobalComponents {
|
|
709
|
-
PlUploadPlus:
|
|
710
|
+
PlUploadPlus: typeof UploadPlus;
|
|
710
711
|
}
|
|
711
712
|
}
|
|
@@ -26,19 +26,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
26
26
|
type: import('vue').PropType<string>;
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
prop: {
|
|
30
30
|
type: import('vue').PropType<string>;
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
optional: {
|
|
34
34
|
type: import('vue').PropType<string>;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
tooltip: {
|
|
38
38
|
type: import('vue').PropType<string>;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
|
-
|
|
41
|
+
tooltipWidth: {
|
|
42
42
|
type: import('vue').PropType<string>;
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
@@ -108,19 +108,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
108
108
|
type: import('vue').PropType<string>;
|
|
109
109
|
default: string;
|
|
110
110
|
};
|
|
111
|
-
|
|
111
|
+
prop: {
|
|
112
112
|
type: import('vue').PropType<string>;
|
|
113
113
|
default: string;
|
|
114
114
|
};
|
|
115
|
-
|
|
115
|
+
optional: {
|
|
116
116
|
type: import('vue').PropType<string>;
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
|
-
|
|
119
|
+
tooltip: {
|
|
120
120
|
type: import('vue').PropType<string>;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
tooltipWidth: {
|
|
124
124
|
type: import('vue').PropType<string>;
|
|
125
125
|
default: string;
|
|
126
126
|
};
|
|
@@ -173,10 +173,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
173
173
|
width: string;
|
|
174
174
|
title: string;
|
|
175
175
|
description: string;
|
|
176
|
+
prop: string;
|
|
176
177
|
optional: string;
|
|
177
178
|
tooltip: string;
|
|
178
179
|
tooltipWidth: string;
|
|
179
|
-
prop: string;
|
|
180
180
|
multiple: boolean;
|
|
181
181
|
accept: string;
|
|
182
182
|
fileSize: number;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Dropdown } from './pl-dropdown.vue';
|
|
1
2
|
import { IDropdownProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlDropdown: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -7,13 +8,6 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
7
8
|
type: import('vue').PropType<string>;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
|
-
idProp: {
|
|
11
|
-
type: import('vue').PropType<string>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
inputElement: {
|
|
15
|
-
type: import('vue').PropType<HTMLElement>;
|
|
16
|
-
};
|
|
17
11
|
mobile: {
|
|
18
12
|
type: import('vue').PropType<boolean>;
|
|
19
13
|
default: boolean;
|
|
@@ -22,12 +16,6 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
22
16
|
type: import('vue').PropType<boolean>;
|
|
23
17
|
default: boolean;
|
|
24
18
|
};
|
|
25
|
-
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
26
|
-
modelValue: import('vue').PropType<any>;
|
|
27
|
-
position: {
|
|
28
|
-
type: import('vue').PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
19
|
idProp: {
|
|
32
20
|
type: import('vue').PropType<string>;
|
|
33
21
|
required: true;
|
|
@@ -35,6 +23,12 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
35
23
|
inputElement: {
|
|
36
24
|
type: import('vue').PropType<HTMLElement>;
|
|
37
25
|
};
|
|
26
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
modelValue: import('vue').PropType<any>;
|
|
28
|
+
position: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
38
32
|
mobile: {
|
|
39
33
|
type: import('vue').PropType<boolean>;
|
|
40
34
|
default: boolean;
|
|
@@ -43,6 +37,13 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
43
37
|
type: import('vue').PropType<boolean>;
|
|
44
38
|
default: boolean;
|
|
45
39
|
};
|
|
40
|
+
idProp: {
|
|
41
|
+
type: import('vue').PropType<string>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
|
+
inputElement: {
|
|
45
|
+
type: import('vue').PropType<HTMLElement>;
|
|
46
|
+
};
|
|
46
47
|
}>>, {
|
|
47
48
|
position: string;
|
|
48
49
|
mobile: boolean;
|
|
@@ -60,13 +61,6 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
60
61
|
type: import('vue').PropType<string>;
|
|
61
62
|
default: string;
|
|
62
63
|
};
|
|
63
|
-
idProp: {
|
|
64
|
-
type: import('vue').PropType<string>;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
inputElement: {
|
|
68
|
-
type: import('vue').PropType<HTMLElement>;
|
|
69
|
-
};
|
|
70
64
|
mobile: {
|
|
71
65
|
type: import('vue').PropType<boolean>;
|
|
72
66
|
default: boolean;
|
|
@@ -75,6 +69,13 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
75
69
|
type: import('vue').PropType<boolean>;
|
|
76
70
|
default: boolean;
|
|
77
71
|
};
|
|
72
|
+
idProp: {
|
|
73
|
+
type: import('vue').PropType<string>;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
inputElement: {
|
|
77
|
+
type: import('vue').PropType<HTMLElement>;
|
|
78
|
+
};
|
|
78
79
|
}>>, {}, {}, {}, {}, {
|
|
79
80
|
position: string;
|
|
80
81
|
mobile: boolean;
|
|
@@ -89,13 +90,6 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
89
90
|
type: import('vue').PropType<string>;
|
|
90
91
|
default: string;
|
|
91
92
|
};
|
|
92
|
-
idProp: {
|
|
93
|
-
type: import('vue').PropType<string>;
|
|
94
|
-
required: true;
|
|
95
|
-
};
|
|
96
|
-
inputElement: {
|
|
97
|
-
type: import('vue').PropType<HTMLElement>;
|
|
98
|
-
};
|
|
99
93
|
mobile: {
|
|
100
94
|
type: import('vue').PropType<boolean>;
|
|
101
95
|
default: boolean;
|
|
@@ -104,6 +98,13 @@ export declare const PlDropdown: import('../../../install-function').SFCInstallW
|
|
|
104
98
|
type: import('vue').PropType<boolean>;
|
|
105
99
|
default: boolean;
|
|
106
100
|
};
|
|
101
|
+
idProp: {
|
|
102
|
+
type: import('vue').PropType<string>;
|
|
103
|
+
required: true;
|
|
104
|
+
};
|
|
105
|
+
inputElement: {
|
|
106
|
+
type: import('vue').PropType<HTMLElement>;
|
|
107
|
+
};
|
|
107
108
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
108
109
|
position: string;
|
|
109
110
|
mobile: boolean;
|
|
@@ -117,6 +118,6 @@ export default PlDropdown;
|
|
|
117
118
|
export type { IDropdownProps };
|
|
118
119
|
declare module 'vue' {
|
|
119
120
|
interface GlobalComponents {
|
|
120
|
-
PlDropdown:
|
|
121
|
+
PlDropdown: typeof Dropdown;
|
|
121
122
|
}
|
|
122
123
|
}
|
|
@@ -4,13 +4,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
4
4
|
type: import('vue').PropType<string>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
-
idProp: {
|
|
8
|
-
type: import('vue').PropType<string>;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
inputElement: {
|
|
12
|
-
type: import('vue').PropType<HTMLElement>;
|
|
13
|
-
};
|
|
14
7
|
mobile: {
|
|
15
8
|
type: import('vue').PropType<boolean>;
|
|
16
9
|
default: boolean;
|
|
@@ -19,12 +12,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
19
12
|
type: import('vue').PropType<boolean>;
|
|
20
13
|
default: boolean;
|
|
21
14
|
};
|
|
22
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
-
modelValue: import('vue').PropType<any>;
|
|
24
|
-
position: {
|
|
25
|
-
type: import('vue').PropType<string>;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
15
|
idProp: {
|
|
29
16
|
type: import('vue').PropType<string>;
|
|
30
17
|
required: true;
|
|
@@ -32,6 +19,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
32
19
|
inputElement: {
|
|
33
20
|
type: import('vue').PropType<HTMLElement>;
|
|
34
21
|
};
|
|
22
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
modelValue: import('vue').PropType<any>;
|
|
24
|
+
position: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
35
28
|
mobile: {
|
|
36
29
|
type: import('vue').PropType<boolean>;
|
|
37
30
|
default: boolean;
|
|
@@ -40,6 +33,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
40
33
|
type: import('vue').PropType<boolean>;
|
|
41
34
|
default: boolean;
|
|
42
35
|
};
|
|
36
|
+
idProp: {
|
|
37
|
+
type: import('vue').PropType<string>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
inputElement: {
|
|
41
|
+
type: import('vue').PropType<HTMLElement>;
|
|
42
|
+
};
|
|
43
43
|
}>>, {
|
|
44
44
|
position: string;
|
|
45
45
|
mobile: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Icon } from './pl-icon.vue';
|
|
1
2
|
import { TIconProps, TIcon } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlIcon: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -27,6 +28,6 @@ declare module 'vue' {
|
|
|
27
28
|
* @property name - Название иконки
|
|
28
29
|
* @property color - Цвет иконки
|
|
29
30
|
*/
|
|
30
|
-
PlIcon:
|
|
31
|
+
PlIcon: typeof Icon;
|
|
31
32
|
}
|
|
32
33
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Label } from './pl-label.vue';
|
|
1
2
|
import { ILabelProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlLabel: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -85,6 +86,6 @@ export default PlLabel;
|
|
|
85
86
|
export type { ILabelProps };
|
|
86
87
|
declare module 'vue' {
|
|
87
88
|
interface GlobalComponents {
|
|
88
|
-
PlLabel:
|
|
89
|
+
PlLabel: typeof Label;
|
|
89
90
|
}
|
|
90
91
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as MarkText } from './pl-mark-text.vue';
|
|
1
2
|
import { IMarkTextProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlMarkText: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -19,6 +20,6 @@ export default PlMarkText;
|
|
|
19
20
|
export type { IMarkTextProps };
|
|
20
21
|
declare module 'vue' {
|
|
21
22
|
interface GlobalComponents {
|
|
22
|
-
PlMarkText:
|
|
23
|
+
PlMarkText: typeof MarkText;
|
|
23
24
|
}
|
|
24
25
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Option } from './pl-option.vue';
|
|
1
2
|
import { IOptionProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlOption: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -125,6 +126,6 @@ export default PlOption;
|
|
|
125
126
|
export type { IOptionProps };
|
|
126
127
|
declare module 'vue' {
|
|
127
128
|
interface GlobalComponents {
|
|
128
|
-
PlOption:
|
|
129
|
+
PlOption: typeof Option;
|
|
129
130
|
}
|
|
130
131
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as StatusIcon } from './pl-status-icon.vue';
|
|
1
2
|
import { TStatusIconProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlStatusIcon: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -62,6 +63,6 @@ declare module 'vue' {
|
|
|
62
63
|
*
|
|
63
64
|
* Итоговый тип: либо базовый статус (с необязательными полями), либо кастомный (с обязательными).
|
|
64
65
|
*/
|
|
65
|
-
PlStatusIcon:
|
|
66
|
+
PlStatusIcon: typeof StatusIcon;
|
|
66
67
|
}
|
|
67
68
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as TabPane } from './pl-tab-pane.vue';
|
|
1
2
|
import { ITabPaneProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlTabPane: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -142,6 +143,6 @@ export default PlTabPane;
|
|
|
142
143
|
export type { ITabPaneProps };
|
|
143
144
|
declare module 'vue' {
|
|
144
145
|
interface GlobalComponents {
|
|
145
|
-
PlTabPane:
|
|
146
|
+
PlTabPane: typeof TabPane;
|
|
146
147
|
}
|
|
147
148
|
}
|