@factoringplus/pl-components-pack-v3 1.2.26-pre-sign-04 → 1.2.27-pre-01
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/components/{button → basic/pl-button}/index.d.ts +27 -27
- package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +7 -7
- package/dist/components/{button → basic/pl-button}/types/index.d.ts +1 -1
- package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +11 -14
- package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +5 -5
- package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +6 -6
- package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +5 -5
- package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +6 -6
- package/dist/components/components.d.ts +37 -37
- package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +6 -6
- package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +4 -4
- package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +1 -1
- package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +5 -11
- package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
- package/dist/components/data/pl-snackbar/types.d.ts +26 -0
- package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
- package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +4 -4
- package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +6 -6
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab-counter.vue.d.ts +1 -1
- package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +5 -5
- package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +4 -4
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
- package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +9 -9
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +5 -5
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +7 -7
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +8 -8
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +14 -14
- package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +1 -1
- package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +8 -11
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +6 -9
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +2 -2
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +11 -11
- package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +11 -11
- package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +5 -5
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +12 -12
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +6 -6
- package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +18 -18
- package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +3 -3
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +9 -9
- package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +5 -5
- package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +10 -10
- package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +1 -1
- package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +10 -10
- package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +5 -7
- package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +12 -12
- package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +5 -5
- package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +12 -12
- package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
- package/dist/components/{pl-icon → shared/pl-icon}/pl-icon.vue.d.ts +2 -2
- package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +1 -1
- package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
- package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
- package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +4 -4
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +6 -6
- package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +1 -1
- package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
- package/dist/components/{pl-text → shared/pl-text}/components/pl-body1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-body2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-body3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-bodyu.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-btn3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-cap.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h1.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h2.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h3.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-h4.vue.d.ts +3 -3
- package/dist/components/{pl-text → shared/pl-text}/components/pl-sub1.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-sub2.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-system.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-tag.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title1.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title2.vue.d.ts +1 -1
- package/dist/components/{pl-text → shared/pl-text}/components/pl-title3.vue.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/install-function/index.d.ts +2 -2
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +23809 -26838
- package/dist/pl-components-pack-v3.umd.js +49 -55
- package/dist/plugins/filters.d.ts +3 -2
- package/dist/plugins/loading/loading.d.ts +3 -1
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/deepSet.d.ts +3 -2
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +4 -1
- package/package.json +67 -79
- package/dist/components/entry.d.ts +0 -82
- package/dist/components/pl-mark-text/index.d.ts +0 -2
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
- package/dist/components/pl-snackbar/types.d.ts +0 -22
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
- package/dist/mockServiceWorker.js +0 -364
- package/dist/services/SigningService/SigningService.vue.d.ts +0 -43
- package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
- package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
- package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -49
- package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -39
- package/dist/services/SigningService/index.d.ts +0 -30
- package/dist/services/SigningService/types/index.d.ts +0 -41
- /package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +0 -0
- /package/dist/components/{pl-link → basic/pl-link}/index.d.ts +0 -0
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +0 -0
- /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
- /package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-card → data/pl-card}/index.d.ts +0 -0
- /package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +0 -0
- /package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +0 -0
- /package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +0 -0
- /package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +0 -0
- /package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +0 -0
- /package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +0 -0
- /package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +0 -0
- /package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +0 -0
- /package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +0 -0
- /package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +0 -0
- /package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +0 -0
- /package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
- /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-form → form/pl-form}/index.d.ts +0 -0
- /package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +0 -0
- /package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +0 -0
- /package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +0 -0
- /package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +0 -0
- /package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +0 -0
- /package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
- /package/dist/components/{pl-icon → shared/pl-icon}/types/index.d.ts +0 -0
- /package/dist/components/{pl-option → shared/pl-option}/index.d.ts +0 -0
- /package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +0 -0
- /package/dist/components/{pl-text → shared/pl-text}/index.d.ts +0 -0
package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts
RENAMED
@@ -16,7 +16,7 @@ declare interface IDefaultPickerProps {
|
|
16
16
|
yearSwitch?: boolean;
|
17
17
|
prop?: string;
|
18
18
|
clearable?: boolean;
|
19
|
-
disabledDate?:
|
19
|
+
disabledDate?: (date: string) => boolean;
|
20
20
|
disabled?: boolean;
|
21
21
|
disableTeleport?: boolean;
|
22
22
|
}
|
@@ -37,7 +37,7 @@ declare interface IDefaultWrapperProps {
|
|
37
37
|
inputElement?: HTMLElement;
|
38
38
|
monthSwitch?: boolean;
|
39
39
|
yearSwitch?: boolean;
|
40
|
-
disabledDate?:
|
40
|
+
disabledDate?: (date: string) => boolean;
|
41
41
|
}
|
42
42
|
declare interface IWrapperRangeProps extends IDefaultWrapperProps {
|
43
43
|
modelValue: string[] | null;
|
@@ -3,13 +3,13 @@ import { Item } from '../types';
|
|
3
3
|
|
4
4
|
declare const WEEK_DAYS: string[];
|
5
5
|
declare const isCurrentDate: (item: Item) => boolean;
|
6
|
-
declare const isDisabledDate: (item: Item, disabledDate:
|
6
|
+
declare const isDisabledDate: (item: Item, disabledDate: (date: string) => boolean) => boolean;
|
7
7
|
declare const dayjsFormat: (value: Item) => Dayjs;
|
8
8
|
declare const capitalize: (value: string) => string;
|
9
9
|
declare const switchPrevMonth: (currentDate: Dayjs) => dayjs.Dayjs;
|
10
10
|
declare const switchNextMonth: (currentDate: Dayjs) => dayjs.Dayjs;
|
11
11
|
declare const switchPrevYear: (currentDate: Dayjs) => dayjs.Dayjs;
|
12
12
|
declare const switchNextYear: (currentDate: Dayjs) => dayjs.Dayjs;
|
13
|
-
declare const isCurrentItem: (item: Item, disabledDate:
|
13
|
+
declare const isCurrentItem: (item: Item, disabledDate: (date: string) => boolean) => boolean;
|
14
14
|
declare const getArrayOfDays: (date: Dayjs) => Item[];
|
15
15
|
export { WEEK_DAYS, isCurrentDate, isDisabledDate, dayjsFormat, capitalize, switchPrevMonth, switchNextMonth, switchPrevYear, switchNextYear, isCurrentItem, getArrayOfDays, };
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
14
14
|
yearSwitch: boolean;
|
15
15
|
prop: string;
|
16
16
|
clearable: boolean;
|
17
|
-
disabledDate: () =>
|
17
|
+
disabledDate: () => false;
|
18
18
|
disabled: boolean;
|
19
19
|
disableTeleport: boolean;
|
20
20
|
}>, {
|
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
38
38
|
yearSwitch: boolean;
|
39
39
|
prop: string;
|
40
40
|
clearable: boolean;
|
41
|
-
disabledDate: () =>
|
41
|
+
disabledDate: () => false;
|
42
42
|
disabled: boolean;
|
43
43
|
disableTeleport: boolean;
|
44
44
|
}>>> & {
|
@@ -49,23 +49,23 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
49
49
|
}, {
|
50
50
|
label: string;
|
51
51
|
disabled: boolean;
|
52
|
+
width: string;
|
52
53
|
modelValue: string;
|
53
|
-
prop: string;
|
54
54
|
placeholder: string;
|
55
|
+
showInput: boolean;
|
56
|
+
prop: string;
|
57
|
+
tooltip: string;
|
55
58
|
clearable: boolean;
|
56
|
-
width: string;
|
57
59
|
helpertext: string;
|
58
60
|
optional: string;
|
59
|
-
tooltip: string;
|
60
61
|
monthSwitch: boolean;
|
61
62
|
yearSwitch: boolean;
|
62
|
-
disabledDate:
|
63
|
-
showInput: boolean;
|
63
|
+
disabledDate: (date: string) => boolean;
|
64
64
|
disableTeleport: boolean;
|
65
65
|
}, {}>;
|
66
66
|
export default _default;
|
67
|
-
|
68
|
-
|
67
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
68
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
69
69
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
70
70
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
71
71
|
} : {
|
@@ -73,11 +73,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
73
73
|
required: true;
|
74
74
|
};
|
75
75
|
};
|
76
|
-
|
76
|
+
type __VLS_WithDefaults<P, D> = {
|
77
77
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
78
78
|
default: D[K];
|
79
79
|
}> : P[K];
|
80
80
|
};
|
81
|
-
|
81
|
+
type __VLS_Prettify<T> = {
|
82
82
|
[K in keyof T]: T[K];
|
83
83
|
} & {};
|
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
15
15
|
yearSwitch: boolean;
|
16
16
|
prop: string;
|
17
17
|
clearable: boolean;
|
18
|
-
disabledDate: () =>
|
18
|
+
disabledDate: () => false;
|
19
19
|
disabled: boolean;
|
20
20
|
focusOnReset: boolean;
|
21
21
|
}>, {
|
@@ -39,7 +39,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
39
39
|
yearSwitch: boolean;
|
40
40
|
prop: string;
|
41
41
|
clearable: boolean;
|
42
|
-
disabledDate: () =>
|
42
|
+
disabledDate: () => false;
|
43
43
|
disabled: boolean;
|
44
44
|
focusOnReset: boolean;
|
45
45
|
}>>> & {
|
@@ -49,25 +49,25 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
49
49
|
}, {
|
50
50
|
label: string;
|
51
51
|
disabled: boolean;
|
52
|
+
width: string;
|
52
53
|
modelValue: string[];
|
53
|
-
prop: string;
|
54
54
|
placeholder: string;
|
55
|
+
showInput: boolean;
|
56
|
+
prop: string;
|
57
|
+
tooltip: string;
|
55
58
|
clearable: boolean;
|
56
|
-
width: string;
|
57
59
|
helpertext: string;
|
58
60
|
optional: string;
|
59
|
-
tooltip: string;
|
60
61
|
focusOnReset: boolean;
|
61
62
|
periods: boolean;
|
62
63
|
periodOptions: string[];
|
63
64
|
monthSwitch: boolean;
|
64
65
|
yearSwitch: boolean;
|
65
|
-
disabledDate:
|
66
|
-
showInput: boolean;
|
66
|
+
disabledDate: (date: string) => boolean;
|
67
67
|
}, {}>;
|
68
68
|
export default _default;
|
69
|
-
|
70
|
-
|
69
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
70
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
71
71
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
72
72
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
73
73
|
} : {
|
@@ -75,11 +75,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
75
75
|
required: true;
|
76
76
|
};
|
77
77
|
};
|
78
|
-
|
78
|
+
type __VLS_WithDefaults<P, D> = {
|
79
79
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
80
80
|
default: D[K];
|
81
81
|
}> : P[K];
|
82
82
|
};
|
83
|
-
|
83
|
+
type __VLS_Prettify<T> = {
|
84
84
|
[K in keyof T]: T[K];
|
85
85
|
} & {};
|
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
30
30
|
default?(_: {}): any;
|
31
31
|
}>;
|
32
32
|
export default _default;
|
33
|
-
|
34
|
-
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
34
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
35
35
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
36
36
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
37
37
|
} : {
|
@@ -39,15 +39,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
39
39
|
required: true;
|
40
40
|
};
|
41
41
|
};
|
42
|
-
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
43
43
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
44
44
|
default: D[K];
|
45
45
|
}> : P[K];
|
46
46
|
};
|
47
|
-
|
47
|
+
type __VLS_Prettify<T> = {
|
48
48
|
[K in keyof T]: T[K];
|
49
49
|
} & {};
|
50
|
-
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
51
51
|
new (): {
|
52
52
|
$slots: S;
|
53
53
|
};
|
package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts
RENAMED
@@ -22,14 +22,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
22
22
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
23
23
|
}, {
|
24
24
|
disabled: boolean;
|
25
|
-
prop: string;
|
26
25
|
placeholder: string;
|
27
|
-
leftIcon: import('../../pl-icon').TIcon;
|
28
26
|
round: boolean;
|
27
|
+
prop: string;
|
28
|
+
leftIcon: any;
|
29
29
|
}, {}>;
|
30
30
|
export default _default;
|
31
|
-
|
32
|
-
|
31
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
32
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
33
33
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
34
34
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
35
35
|
} : {
|
@@ -37,11 +37,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
37
|
required: true;
|
38
38
|
};
|
39
39
|
};
|
40
|
-
|
40
|
+
type __VLS_WithDefaults<P, D> = {
|
41
41
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
42
42
|
default: D[K];
|
43
43
|
}> : P[K];
|
44
44
|
};
|
45
|
-
|
45
|
+
type __VLS_Prettify<T> = {
|
46
46
|
[K in keyof T]: T[K];
|
47
47
|
} & {};
|
@@ -14,11 +14,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
14
14
|
clearable: boolean;
|
15
15
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
16
16
|
"update:modelValue": (...args: any[]) => void;
|
17
|
+
mousedown: (...args: any[]) => void;
|
18
|
+
touchstart: (...args: any[]) => void;
|
19
|
+
blur: (...args: any[]) => void;
|
17
20
|
resetValue: (...args: any[]) => void;
|
18
21
|
tabHandler: (...args: any[]) => void;
|
19
|
-
blur: (...args: any[]) => void;
|
20
|
-
touchstart: (...args: any[]) => void;
|
21
|
-
mousedown: (...args: any[]) => void;
|
22
22
|
"custom-blur": (...args: any[]) => void;
|
23
23
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
|
24
24
|
leftIcon: string;
|
@@ -38,24 +38,24 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
38
38
|
onTouchstart?: (...args: any[]) => any;
|
39
39
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
40
40
|
onResetValue?: (...args: any[]) => any;
|
41
|
-
"onCustom-blur"?: (...args: any[]) => any;
|
42
41
|
onTabHandler?: (...args: any[]) => any;
|
42
|
+
"onCustom-blur"?: (...args: any[]) => any;
|
43
43
|
}, {
|
44
|
-
id: string;
|
45
44
|
disabled: boolean;
|
46
|
-
|
45
|
+
id: string;
|
47
46
|
placeholder: string;
|
47
|
+
prop: string;
|
48
48
|
clearable: boolean;
|
49
|
-
leftIcon:
|
50
|
-
rightIcon:
|
49
|
+
leftIcon: any;
|
50
|
+
rightIcon: any;
|
51
51
|
showWordLimit: boolean;
|
52
52
|
maxlength: number;
|
53
53
|
iconPointer: boolean;
|
54
54
|
customBlur: boolean;
|
55
55
|
}, {}>;
|
56
56
|
export default _default;
|
57
|
-
|
58
|
-
|
57
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
58
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
59
59
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
60
60
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
61
61
|
} : {
|
@@ -63,11 +63,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
63
63
|
required: true;
|
64
64
|
};
|
65
65
|
};
|
66
|
-
|
66
|
+
type __VLS_WithDefaults<P, D> = {
|
67
67
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
68
68
|
default: D[K];
|
69
69
|
}> : P[K];
|
70
70
|
};
|
71
|
-
|
71
|
+
type __VLS_Prettify<T> = {
|
72
72
|
[K in keyof T]: T[K];
|
73
73
|
} & {};
|
package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts
RENAMED
@@ -21,16 +21,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
21
21
|
onBlur?: (...args: any[]) => any;
|
22
22
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
23
23
|
}, {
|
24
|
-
id: string;
|
25
24
|
disabled: boolean;
|
26
|
-
|
25
|
+
id: string;
|
27
26
|
placeholder: string;
|
27
|
+
prop: string;
|
28
28
|
currentPassword: boolean;
|
29
29
|
newPassword: boolean;
|
30
30
|
}, {}>;
|
31
31
|
export default _default;
|
32
|
-
|
33
|
-
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
34
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
35
35
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
36
36
|
} : {
|
@@ -38,11 +38,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
38
|
required: true;
|
39
39
|
};
|
40
40
|
};
|
41
|
-
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
42
42
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
43
43
|
default: D[K];
|
44
44
|
}> : P[K];
|
45
45
|
};
|
46
|
-
|
46
|
+
type __VLS_Prettify<T> = {
|
47
47
|
[K in keyof T]: T[K];
|
48
48
|
} & {};
|
package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts
RENAMED
@@ -19,16 +19,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
19
19
|
}>>> & {
|
20
20
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
21
21
|
}, {
|
22
|
-
id: string;
|
23
22
|
disabled: boolean;
|
24
|
-
|
23
|
+
id: string;
|
25
24
|
placeholder: string;
|
25
|
+
prop: string;
|
26
26
|
showWordLimit: boolean;
|
27
27
|
maxlength: number;
|
28
28
|
}, {}>;
|
29
29
|
export default _default;
|
30
|
-
|
31
|
-
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
32
32
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
33
33
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
34
34
|
} : {
|
@@ -36,11 +36,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
36
|
required: true;
|
37
37
|
};
|
38
38
|
};
|
39
|
-
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
40
40
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
41
41
|
default: D[K];
|
42
42
|
}> : P[K];
|
43
43
|
};
|
44
|
-
|
44
|
+
type __VLS_Prettify<T> = {
|
45
45
|
[K in keyof T]: T[K];
|
46
46
|
} & {};
|
@@ -35,9 +35,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
35
35
|
getId: () => string;
|
36
36
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
37
37
|
"update:modelValue": (...args: any[]) => void;
|
38
|
-
resetValue: (...args: any[]) => void;
|
39
|
-
blur: (...args: any[]) => void;
|
40
38
|
touchstart: (...args: any[]) => void;
|
39
|
+
blur: (...args: any[]) => void;
|
40
|
+
resetValue: (...args: any[]) => void;
|
41
41
|
"custom-blur": (...args: any[]) => void;
|
42
42
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
|
43
43
|
prop: string;
|
@@ -78,35 +78,35 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
78
78
|
label: string;
|
79
79
|
textarea: boolean;
|
80
80
|
disabled: boolean;
|
81
|
+
width: string;
|
81
82
|
modelValue: import('./types').TInputModelValue;
|
82
|
-
prop: string;
|
83
83
|
placeholder: string;
|
84
|
+
round: boolean;
|
85
|
+
prop: string;
|
86
|
+
tooltip: string;
|
84
87
|
clearable: boolean;
|
85
|
-
leftIcon:
|
88
|
+
leftIcon: any;
|
86
89
|
password: boolean;
|
87
90
|
currency: boolean;
|
88
|
-
rightIcon:
|
89
|
-
width: string;
|
91
|
+
rightIcon: any;
|
90
92
|
helpertext: string;
|
91
93
|
optional: string;
|
92
|
-
tooltip: string;
|
93
94
|
focusOnReset: boolean;
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
maxlength: number;
|
95
|
+
valueRange: {
|
96
|
+
min: number;
|
97
|
+
};
|
98
98
|
currentPassword: boolean;
|
99
99
|
newPassword: boolean;
|
100
|
+
showWordLimit: boolean;
|
101
|
+
maxlength: number;
|
100
102
|
iconPointer: boolean;
|
101
103
|
customBlur: boolean;
|
104
|
+
'show-word-limit': boolean;
|
102
105
|
disableTrim: boolean;
|
103
|
-
valueRange: {
|
104
|
-
min: number;
|
105
|
-
};
|
106
106
|
}, {}>;
|
107
107
|
export default _default;
|
108
|
-
|
109
|
-
|
108
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
109
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
110
110
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
111
111
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
112
112
|
} : {
|
@@ -114,11 +114,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
114
114
|
required: true;
|
115
115
|
};
|
116
116
|
};
|
117
|
-
|
117
|
+
type __VLS_WithDefaults<P, D> = {
|
118
118
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
119
119
|
default: D[K];
|
120
120
|
}> : P[K];
|
121
121
|
};
|
122
|
-
|
122
|
+
type __VLS_Prettify<T> = {
|
123
123
|
[K in keyof T]: T[K];
|
124
124
|
} & {};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { CurrencyInputOptions, NumberRange } from 'vue-currency-input';
|
2
|
-
import { TIcon } from '
|
2
|
+
import { TIcon } from '../../../pl-icon/types';
|
3
3
|
|
4
|
-
export
|
5
|
-
export
|
4
|
+
export type TInputModelValue = string | number | null | undefined;
|
5
|
+
export type TMaxlength = number | null | undefined;
|
6
6
|
interface IBaseInputProps {
|
7
7
|
prop?: string;
|
8
8
|
modelValue: TInputModelValue;
|
package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TIcon } from '
|
1
|
+
import { TIcon } from '../../../pl-icon';
|
2
2
|
|
3
3
|
interface IProps {
|
4
4
|
prop?: string;
|
@@ -39,19 +39,19 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
39
39
|
onReset?: (...args: any[]) => any;
|
40
40
|
"onUpdate:focus"?: (...args: any[]) => any;
|
41
41
|
}, {
|
42
|
-
id: string;
|
43
42
|
disabled: boolean;
|
44
|
-
|
43
|
+
id: string;
|
45
44
|
placeholder: string;
|
45
|
+
focus: boolean;
|
46
|
+
prop: string;
|
46
47
|
clearable: boolean;
|
47
48
|
showError: number;
|
48
|
-
leftIcon:
|
49
|
-
focus: boolean;
|
49
|
+
leftIcon: any;
|
50
50
|
showDescription: string | boolean;
|
51
51
|
}, {}>;
|
52
52
|
export default _default;
|
53
|
-
|
54
|
-
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
54
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
55
55
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
56
56
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
57
57
|
} : {
|
@@ -59,11 +59,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
59
|
required: true;
|
60
60
|
};
|
61
61
|
};
|
62
|
-
|
62
|
+
type __VLS_WithDefaults<P, D> = {
|
63
63
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
64
64
|
default: D[K];
|
65
65
|
}> : P[K];
|
66
66
|
};
|
67
|
-
|
67
|
+
type __VLS_Prettify<T> = {
|
68
68
|
[K in keyof T]: T[K];
|
69
69
|
} & {};
|
@@ -25,14 +25,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
25
25
|
}, {
|
26
26
|
id: string;
|
27
27
|
focus: boolean;
|
28
|
+
options: IOption[];
|
28
29
|
helpertext: string;
|
29
30
|
errors: import('async-validator').ValidateError[];
|
30
31
|
offsets: string;
|
31
|
-
options: IOption[];
|
32
32
|
}, {}>;
|
33
33
|
export default _default;
|
34
|
-
|
35
|
-
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
35
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
36
36
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
37
37
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
38
38
|
} : {
|
@@ -40,11 +40,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
40
|
required: true;
|
41
41
|
};
|
42
42
|
};
|
43
|
-
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
44
44
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
45
45
|
default: D[K];
|
46
46
|
}> : P[K];
|
47
47
|
};
|
48
|
-
|
48
|
+
type __VLS_Prettify<T> = {
|
49
49
|
[K in keyof T]: T[K];
|
50
50
|
} & {};
|
@@ -41,21 +41,21 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
41
41
|
}, {
|
42
42
|
label: string;
|
43
43
|
disabled: boolean;
|
44
|
+
width: string;
|
44
45
|
modelValue: IOption[];
|
45
|
-
prop: string;
|
46
46
|
placeholder: string;
|
47
|
+
buttons: boolean;
|
48
|
+
prop: string;
|
49
|
+
tooltip: string;
|
50
|
+
options: IOption[];
|
47
51
|
clearable: boolean;
|
48
|
-
leftIcon:
|
49
|
-
width: string;
|
52
|
+
leftIcon: any;
|
50
53
|
helpertext: string;
|
51
54
|
optional: string;
|
52
|
-
tooltip: string;
|
53
|
-
buttons: boolean;
|
54
|
-
options: IOption[];
|
55
55
|
}, {}>;
|
56
56
|
export default _default;
|
57
|
-
|
58
|
-
|
57
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
58
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
59
59
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
60
60
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
61
61
|
} : {
|
@@ -63,11 +63,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
63
63
|
required: true;
|
64
64
|
};
|
65
65
|
};
|
66
|
-
|
66
|
+
type __VLS_WithDefaults<P, D> = {
|
67
67
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
68
68
|
default: D[K];
|
69
69
|
}> : P[K];
|
70
70
|
};
|
71
|
-
|
71
|
+
type __VLS_Prettify<T> = {
|
72
72
|
[K in keyof T]: T[K];
|
73
73
|
} & {};
|
@@ -0,0 +1,68 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
2
|
+
prop: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
modelValue: {
|
7
|
+
required: true;
|
8
|
+
};
|
9
|
+
disabled: {
|
10
|
+
type: BooleanConstructor;
|
11
|
+
default: boolean;
|
12
|
+
};
|
13
|
+
focus: {
|
14
|
+
type: BooleanConstructor;
|
15
|
+
default: boolean;
|
16
|
+
};
|
17
|
+
id: {
|
18
|
+
type: StringConstructor;
|
19
|
+
};
|
20
|
+
placeholder: {
|
21
|
+
type: StringConstructor;
|
22
|
+
default: string;
|
23
|
+
};
|
24
|
+
showError: {
|
25
|
+
type: NumberConstructor;
|
26
|
+
default: number;
|
27
|
+
};
|
28
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
29
|
+
reset: (...args: any[]) => void;
|
30
|
+
"update:focus": (...args: any[]) => void;
|
31
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
32
|
+
prop: {
|
33
|
+
type: StringConstructor;
|
34
|
+
default: string;
|
35
|
+
};
|
36
|
+
modelValue: {
|
37
|
+
required: true;
|
38
|
+
};
|
39
|
+
disabled: {
|
40
|
+
type: BooleanConstructor;
|
41
|
+
default: boolean;
|
42
|
+
};
|
43
|
+
focus: {
|
44
|
+
type: BooleanConstructor;
|
45
|
+
default: boolean;
|
46
|
+
};
|
47
|
+
id: {
|
48
|
+
type: StringConstructor;
|
49
|
+
};
|
50
|
+
placeholder: {
|
51
|
+
type: StringConstructor;
|
52
|
+
default: string;
|
53
|
+
};
|
54
|
+
showError: {
|
55
|
+
type: NumberConstructor;
|
56
|
+
default: number;
|
57
|
+
};
|
58
|
+
}>> & {
|
59
|
+
onReset?: (...args: any[]) => any;
|
60
|
+
"onUpdate:focus"?: (...args: any[]) => any;
|
61
|
+
}, {
|
62
|
+
disabled: boolean;
|
63
|
+
placeholder: string;
|
64
|
+
focus: boolean;
|
65
|
+
prop: string;
|
66
|
+
showError: number;
|
67
|
+
}, {}>;
|
68
|
+
export default _default;
|