@factoringplus/pl-components-pack-v3 1.8.22-pre-new-project-pre-08 → 1.8.22-pre-new-project-pre-10
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-d3ed335f.js → crypto-pro-40e0b9bb.js} +1 -1
- package/dist/{crypto-pro-daafdf99.cjs → crypto-pro-ce1e347f.cjs} +1 -1
- package/dist/{entry-c0591c46.js → entry-b8897488.js} +15151 -15164
- package/dist/entry-d98cda41.cjs +111 -0
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +56 -54
- package/dist/src/components/basic/pl-button/components/PlButtonSpinner.vue.d.ts +17 -0
- package/dist/src/components/basic/pl-button/index.d.ts +86 -0
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +6 -0
- package/dist/src/components/basic/pl-button/types/index.d.ts +8 -0
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +295 -0
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +73 -0
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +6 -2
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -1
- package/dist/src/components/components.d.ts +3 -1
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +0 -3
- package/dist/src/components/data/pl-text-cell/index.d.ts +9 -9
- package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.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/pl-upload.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/entry.d.ts +2 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -2
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +2 -1
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +2 -4
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +36 -36
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +4 -4
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -2
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +4 -4
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +2 -1
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +6 -6
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -4
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +5 -5
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +3 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +45 -0
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +5 -5
- package/dist/src/utils/uniqId.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/entry-e4b52c58.cjs +0 -111
|
@@ -42,9 +42,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
42
42
|
disabled: boolean;
|
|
43
43
|
id: string;
|
|
44
44
|
placeholder: string;
|
|
45
|
+
leftIcon: TIcon;
|
|
45
46
|
focus: boolean;
|
|
46
47
|
prop: string;
|
|
47
|
-
leftIcon: TIcon;
|
|
48
48
|
clearable: boolean;
|
|
49
49
|
showDescription: string | boolean;
|
|
50
50
|
showError: number;
|
package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts
CHANGED
|
@@ -23,12 +23,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24
24
|
onCloseSave?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
|
+
options: IOption[];
|
|
26
27
|
id: string;
|
|
27
28
|
focus: boolean;
|
|
28
29
|
helpertext: string;
|
|
29
|
-
options: IOption[];
|
|
30
30
|
errors: import('async-validator').ValidateError[];
|
|
31
|
-
offsets: string;
|
|
32
31
|
}, {}>;
|
|
33
32
|
export default _default;
|
|
34
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -43,17 +43,17 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
}, {
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
|
|
46
|
+
options: IOption[];
|
|
47
47
|
modelValue: IOption[];
|
|
48
|
-
|
|
48
|
+
width: string;
|
|
49
49
|
placeholder: string;
|
|
50
|
+
leftIcon: import('../../components').TIcon;
|
|
51
|
+
teleport: boolean;
|
|
50
52
|
buttons: boolean;
|
|
51
53
|
prop: string;
|
|
52
54
|
helpertext: string;
|
|
53
55
|
optional: string;
|
|
54
56
|
tooltip: string;
|
|
55
|
-
leftIcon: import('../../components').TIcon;
|
|
56
|
-
options: IOption[];
|
|
57
57
|
clearable: boolean;
|
|
58
58
|
}, {}>;
|
|
59
59
|
export default _default;
|
|
@@ -25,12 +25,13 @@ declare interface ISelectProps {
|
|
|
25
25
|
}
|
|
26
26
|
declare interface IDropdownProps {
|
|
27
27
|
modelValue: IOption[];
|
|
28
|
-
offsets: string;
|
|
29
28
|
focus: boolean;
|
|
30
29
|
id: string;
|
|
31
30
|
helpertext: string;
|
|
32
31
|
errors: ValidateError[];
|
|
33
32
|
options: IOption[];
|
|
34
33
|
buttons: boolean;
|
|
34
|
+
idProp: string;
|
|
35
|
+
inputElement: HTMLElement;
|
|
35
36
|
}
|
|
36
37
|
export { IDropdownProps, IOption, ISelectProps };
|
|
@@ -16,13 +16,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
disabled: {
|
|
17
17
|
type: import('vue').PropType<boolean>;
|
|
18
18
|
};
|
|
19
|
-
description: {
|
|
20
|
-
type: import('vue').PropType<string>;
|
|
21
|
-
};
|
|
22
19
|
options: {
|
|
23
20
|
type: import('vue').PropType<RadioOption[]>;
|
|
24
21
|
required: true;
|
|
25
22
|
};
|
|
23
|
+
description: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
};
|
|
26
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
27
|
"update:modelValue": (...args: any[]) => void;
|
|
28
28
|
change: (...args: any[]) => void;
|
|
@@ -38,13 +38,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
38
38
|
disabled: {
|
|
39
39
|
type: import('vue').PropType<boolean>;
|
|
40
40
|
};
|
|
41
|
-
description: {
|
|
42
|
-
type: import('vue').PropType<string>;
|
|
43
|
-
};
|
|
44
41
|
options: {
|
|
45
42
|
type: import('vue').PropType<RadioOption[]>;
|
|
46
43
|
required: true;
|
|
47
44
|
};
|
|
45
|
+
description: {
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
|
+
};
|
|
48
48
|
}>> & {
|
|
49
49
|
onChange?: (...args: any[]) => any;
|
|
50
50
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
disabled: boolean;
|
|
44
44
|
id: string;
|
|
45
45
|
placeholder: string;
|
|
46
|
+
leftIcon: TIcon;
|
|
46
47
|
focus: boolean;
|
|
47
48
|
prop: string;
|
|
48
|
-
leftIcon: TIcon;
|
|
49
49
|
clearable: boolean;
|
|
50
50
|
showDescription: string | boolean;
|
|
51
51
|
showError: number;
|
|
@@ -2,7 +2,6 @@ import { IDropdownProps, IOption } from '../types';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
4
4
|
modelValue: string;
|
|
5
|
-
offsets: string;
|
|
6
5
|
focus: boolean;
|
|
7
6
|
id: string;
|
|
8
7
|
helpertext: string;
|
|
@@ -12,7 +11,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
11
|
"select-value": (...args: any[]) => void;
|
|
13
12
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
14
13
|
modelValue: string;
|
|
15
|
-
offsets: string;
|
|
16
14
|
focus: boolean;
|
|
17
15
|
id: string;
|
|
18
16
|
helpertext: string;
|
|
@@ -21,12 +19,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
19
|
}>>> & {
|
|
22
20
|
"onSelect-value"?: (...args: any[]) => any;
|
|
23
21
|
}, {
|
|
22
|
+
options: IOption[];
|
|
24
23
|
id: string;
|
|
25
24
|
focus: boolean;
|
|
26
25
|
helpertext: string;
|
|
27
|
-
options: IOption[];
|
|
28
26
|
errors: import('async-validator').ValidateError[];
|
|
29
|
-
offsets: string;
|
|
30
27
|
}, {}>;
|
|
31
28
|
export default _default;
|
|
32
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -43,17 +43,17 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
}, {
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
|
|
46
|
+
options: any[] | IOption[];
|
|
47
47
|
modelValue: any;
|
|
48
|
-
|
|
48
|
+
width: string;
|
|
49
49
|
placeholder: string;
|
|
50
|
+
leftIcon: import('../../components').TIcon;
|
|
51
|
+
rightIcon: import('../../components').TIcon;
|
|
52
|
+
teleport: boolean;
|
|
50
53
|
prop: string;
|
|
51
54
|
helpertext: string;
|
|
52
55
|
optional: string;
|
|
53
56
|
tooltip: string;
|
|
54
|
-
leftIcon: import('../../components').TIcon;
|
|
55
|
-
rightIcon: import('../../components').TIcon;
|
|
56
|
-
options: any[] | IOption[];
|
|
57
57
|
clearable: boolean;
|
|
58
58
|
showDescription: boolean;
|
|
59
59
|
account: boolean;
|
|
@@ -9,6 +9,7 @@ declare interface IOption {
|
|
|
9
9
|
disabled?: boolean;
|
|
10
10
|
label?: string;
|
|
11
11
|
customDescription?: string;
|
|
12
|
+
action?: () => void;
|
|
12
13
|
}
|
|
13
14
|
declare interface ISelectProps {
|
|
14
15
|
modelValue: any;
|
|
@@ -29,12 +30,13 @@ declare interface ISelectProps {
|
|
|
29
30
|
teleport?: boolean;
|
|
30
31
|
}
|
|
31
32
|
declare interface IDropdownProps {
|
|
32
|
-
offsets: string;
|
|
33
33
|
focus: boolean;
|
|
34
34
|
id: string;
|
|
35
35
|
helpertext: string;
|
|
36
36
|
errors: ValidateError[];
|
|
37
37
|
options: IOption[];
|
|
38
38
|
selectedValue: any;
|
|
39
|
+
inputElement: HTMLElement;
|
|
40
|
+
idProp: string;
|
|
39
41
|
}
|
|
40
42
|
export { IDropdownProps, IOption, ISelectProps };
|
|
@@ -74,8 +74,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
74
74
|
}, {
|
|
75
75
|
title: string;
|
|
76
76
|
disabled: boolean;
|
|
77
|
-
width: string;
|
|
78
77
|
modelValue: (File | TUnloadedFile)[];
|
|
78
|
+
width: string;
|
|
79
79
|
accept: string;
|
|
80
80
|
multiple: boolean;
|
|
81
81
|
description: string;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
interface IDropdownProps {
|
|
2
|
+
modelValue: boolean;
|
|
3
|
+
idProp: string;
|
|
4
|
+
inputElement?: HTMLElement;
|
|
5
|
+
mobile?: boolean;
|
|
6
|
+
select?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
9
|
+
modelValue: boolean;
|
|
10
|
+
mobile: boolean;
|
|
11
|
+
select: boolean;
|
|
12
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
|
13
|
+
modelValue: boolean;
|
|
14
|
+
mobile: boolean;
|
|
15
|
+
select: boolean;
|
|
16
|
+
}>>>, {
|
|
17
|
+
select: boolean;
|
|
18
|
+
modelValue: boolean;
|
|
19
|
+
mobile: boolean;
|
|
20
|
+
}, {}>, {
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
}>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
+
default: D[K];
|
|
36
|
+
}> : P[K];
|
|
37
|
+
};
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
|
+
[K in keyof T]: T[K];
|
|
40
|
+
} & {};
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -108,15 +108,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
108
108
|
label: string;
|
|
109
109
|
disabled: boolean;
|
|
110
110
|
width: string;
|
|
111
|
-
active: boolean;
|
|
112
|
-
description: string;
|
|
113
|
-
leftIcon: string;
|
|
114
|
-
rightIcon: string;
|
|
115
|
-
descriptionColor: string;
|
|
116
111
|
searchValue: string;
|
|
112
|
+
leftIcon: string;
|
|
117
113
|
leftIconColor: string;
|
|
114
|
+
rightIcon: string;
|
|
118
115
|
rightIconColor: string;
|
|
116
|
+
description: string;
|
|
117
|
+
descriptionColor: string;
|
|
119
118
|
summ: number;
|
|
119
|
+
active: boolean;
|
|
120
120
|
disableMarkerBottom: boolean;
|
|
121
121
|
}, {}>;
|
|
122
122
|
export default _default;
|