@factoringplus/pl-components-pack-v3 1.3.3 → 1.3.4-pre-sign-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/components/basic/pl-button/index.d.ts +7 -7
- package/dist/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/components/basic/pl-button/types/index.d.ts +1 -1
- package/dist/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +2 -2
- package/dist/components/components.d.ts +3 -1
- package/dist/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/components/data/pl-snackbar/types.d.ts +8 -8
- package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/components/form/pl-autocomplete/types/index.d.ts +1 -1
- package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +2 -2
- package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/components/form/pl-multi-select/types/index.d.ts +1 -1
- package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +3 -3
- package/dist/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +2 -0
- package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
- package/dist/components/form/pl-select-plus/types/index.d.ts +5 -5
- package/dist/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/components/shared/pl-tab-pane/types/index.d.ts +1 -1
- package/dist/pl-components-pack-v3.es.js +25275 -22025
- package/dist/pl-components-pack-v3.umd.js +56 -50
- package/dist/services/SigningService/SigningService.vue.d.ts +55 -0
- package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +43 -0
- package/dist/services/SigningService/components/ErrorSystem/ErrorSystem.vue.d.ts +39 -0
- package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +31 -0
- package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +54 -0
- package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +43 -0
- package/dist/services/SigningService/index.d.ts +52 -0
- package/dist/services/SigningService/types/index.d.ts +40 -0
- package/dist/style.css +1 -1
- package/dist/utils/formatCurrency.d.ts +1 -1
- package/dist/utils/formatDate.d.ts +1 -0
- package/package.json +1 -1
@@ -19,7 +19,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
19
19
|
default: boolean;
|
20
20
|
};
|
21
21
|
icon: {
|
22
|
-
type: import('vue').PropType<
|
22
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
23
23
|
default: string;
|
24
24
|
};
|
25
25
|
iconColor: {
|
@@ -56,7 +56,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
56
56
|
default: boolean;
|
57
57
|
};
|
58
58
|
icon: {
|
59
|
-
type: import('vue').PropType<
|
59
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
60
60
|
default: string;
|
61
61
|
};
|
62
62
|
iconColor: {
|
@@ -78,7 +78,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
78
78
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
79
79
|
fullWidth: boolean;
|
80
80
|
disabled: boolean;
|
81
|
-
icon:
|
81
|
+
icon: import('../../components').TIcon;
|
82
82
|
iconColor: string;
|
83
83
|
iconPosition: "left" | "right";
|
84
84
|
nativeType: "button" | "submit" | "reset";
|
@@ -107,7 +107,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
107
107
|
default: boolean;
|
108
108
|
};
|
109
109
|
icon: {
|
110
|
-
type: import('vue').PropType<
|
110
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
111
111
|
default: string;
|
112
112
|
};
|
113
113
|
iconColor: {
|
@@ -129,7 +129,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
129
129
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
130
130
|
fullWidth: boolean;
|
131
131
|
disabled: boolean;
|
132
|
-
icon:
|
132
|
+
icon: import('../../components').TIcon;
|
133
133
|
iconColor: string;
|
134
134
|
iconPosition: "left" | "right";
|
135
135
|
nativeType: "button" | "submit" | "reset";
|
@@ -155,7 +155,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
155
155
|
default: boolean;
|
156
156
|
};
|
157
157
|
icon: {
|
158
|
-
type: import('vue').PropType<
|
158
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
159
159
|
default: string;
|
160
160
|
};
|
161
161
|
iconColor: {
|
@@ -179,7 +179,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
179
179
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
180
180
|
fullWidth: boolean;
|
181
181
|
disabled: boolean;
|
182
|
-
icon:
|
182
|
+
icon: import('../../components').TIcon;
|
183
183
|
iconColor: string;
|
184
184
|
iconPosition: "left" | "right";
|
185
185
|
nativeType: "button" | "submit" | "reset";
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
33
33
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
34
34
|
fullWidth: boolean;
|
35
35
|
disabled: boolean;
|
36
|
-
icon:
|
36
|
+
icon: import('../../components').TIcon;
|
37
37
|
iconColor: string;
|
38
38
|
iconPosition: "left" | "right";
|
39
39
|
nativeType: "button" | "submit" | "reset";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TIcon } from '../../pl-icon
|
1
|
+
import { TIcon } from '../../shared/pl-icon';
|
2
2
|
|
3
3
|
interface IPlDialogPlusProps {
|
4
4
|
modelValue: boolean;
|
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
59
59
|
"onClose-modal"?: (...args: any[]) => any;
|
60
60
|
}, {
|
61
61
|
type: "standart" | "status" | "illustration" | "side";
|
62
|
-
icon:
|
62
|
+
icon: TIcon;
|
63
63
|
width: string;
|
64
64
|
status: "delete" | "successful" | "info" | "attention" | "neutral";
|
65
65
|
modelValue: boolean;
|
@@ -10,6 +10,7 @@ import { default as PlTooltip } from './deprecated/pl-tooltip';
|
|
10
10
|
import { default as PlUpload } from './deprecated/pl-upload';
|
11
11
|
import { default as PlUploadLegacy } from './deprecated/pl-upload-legacy';
|
12
12
|
import { default as PlDialog } from './deprecated/pl-dialog';
|
13
|
+
import { default as PlSigningService } from '../services/SigningService';
|
13
14
|
import { default as PlButton } from './basic/pl-button';
|
14
15
|
import { default as PlAutocomplete } from './form/pl-autocomplete';
|
15
16
|
import { default as PlCard } from './data/pl-card';
|
@@ -50,6 +51,7 @@ export * from './deprecated/pl-tooltip';
|
|
50
51
|
export * from './deprecated/pl-upload';
|
51
52
|
export * from './deprecated/pl-upload-legacy';
|
52
53
|
export * from './deprecated/pl-dialog';
|
54
|
+
export * from '../services/SigningService';
|
53
55
|
export * from './basic/pl-button';
|
54
56
|
export * from './deprecated/currency-input';
|
55
57
|
export * from './form/pl-autocomplete';
|
@@ -86,4 +88,4 @@ export * from '../plugins/filters';
|
|
86
88
|
export * from '../plugins/api/api';
|
87
89
|
export * from './data/pl-table-plus/components/Pagination';
|
88
90
|
export * from './data/pl-tags-chips';
|
89
|
-
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlTagsChips, };
|
91
|
+
export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSnackbar, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigningService, PlTagsChips, };
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import { TIcon } from '../../pl-icon';
|
1
|
+
import { TIcon } from '../../shared/pl-icon';
|
2
2
|
|
3
3
|
export interface IProps {
|
4
|
-
id
|
5
|
-
icon
|
6
|
-
color
|
4
|
+
id?: number;
|
5
|
+
icon?: TIcon;
|
6
|
+
color?: string;
|
7
7
|
title: string;
|
8
|
-
button
|
9
|
-
buttonAdd
|
8
|
+
button?: string;
|
9
|
+
buttonAdd?: string;
|
10
10
|
action?: any;
|
11
11
|
actionAdd?: any;
|
12
|
-
message
|
13
|
-
blockHide
|
12
|
+
message?: string;
|
13
|
+
blockHide?: boolean;
|
14
14
|
}
|
15
15
|
export interface IRenderSnackbar {
|
16
16
|
id: string;
|
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
36
36
|
id: string;
|
37
37
|
placeholder: string;
|
38
38
|
prop: string;
|
39
|
-
leftIcon: TIcon;
|
39
|
+
leftIcon: import('../../../components').TIcon;
|
40
40
|
clearable: boolean;
|
41
41
|
memoryBlur: boolean;
|
42
42
|
showError: number;
|
@@ -66,8 +66,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
66
66
|
helpertext: string;
|
67
67
|
optional: string;
|
68
68
|
tooltip: string;
|
69
|
-
leftIcon:
|
70
|
-
rightIcon:
|
69
|
+
leftIcon: import('../../components').TIcon;
|
70
|
+
rightIcon: import('../../components').TIcon;
|
71
71
|
clearable: boolean;
|
72
72
|
suggestionList: IOption[];
|
73
73
|
symbolsCountSearch: string | number;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TIcon } from '../../../pl-icon';
|
1
|
+
import { TIcon } from '../../../shared/pl-icon';
|
2
2
|
|
3
3
|
interface IProps {
|
4
4
|
prop?: string;
|
@@ -44,7 +44,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
44
44
|
placeholder: string;
|
45
45
|
focus: boolean;
|
46
46
|
prop: string;
|
47
|
-
leftIcon:
|
47
|
+
leftIcon: TIcon;
|
48
48
|
clearable: boolean;
|
49
49
|
showDescription: string | boolean;
|
50
50
|
showError: number;
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
50
50
|
helpertext: string;
|
51
51
|
optional: string;
|
52
52
|
tooltip: string;
|
53
|
-
leftIcon:
|
53
|
+
leftIcon: import('../../components').TIcon;
|
54
54
|
clearable: boolean;
|
55
55
|
}, {}>;
|
56
56
|
export default _default;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { IOption } from '../types';
|
2
|
-
import { TIcon } from '../../../pl-icon';
|
2
|
+
import { TIcon } from '../../../shared/pl-icon';
|
3
3
|
|
4
4
|
interface IProps {
|
5
5
|
prop?: string;
|
6
|
-
modelValue: IOption;
|
6
|
+
modelValue: IOption | any;
|
7
7
|
placeholder?: string;
|
8
8
|
id?: string;
|
9
9
|
disabled?: boolean;
|
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
45
45
|
placeholder: string;
|
46
46
|
focus: boolean;
|
47
47
|
prop: string;
|
48
|
-
leftIcon:
|
48
|
+
leftIcon: TIcon;
|
49
49
|
clearable: boolean;
|
50
50
|
showDescription: string | boolean;
|
51
51
|
showError: number;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { IDropdownProps, IOption } from '../types';
|
2
2
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
4
|
+
modelValue: string;
|
4
5
|
offsets: string;
|
5
6
|
focus: boolean;
|
6
7
|
id: string;
|
@@ -10,6 +11,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
10
11
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
11
12
|
"select-value": (...args: any[]) => void;
|
12
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
|
14
|
+
modelValue: string;
|
13
15
|
offsets: string;
|
14
16
|
focus: boolean;
|
15
17
|
id: string;
|
@@ -44,16 +44,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
44
44
|
label: string;
|
45
45
|
disabled: boolean;
|
46
46
|
width: string;
|
47
|
-
modelValue:
|
47
|
+
modelValue: any;
|
48
48
|
teleport: boolean;
|
49
49
|
placeholder: string;
|
50
|
-
options: IOption[];
|
50
|
+
options: any[] | IOption[];
|
51
51
|
prop: string;
|
52
52
|
helpertext: string;
|
53
53
|
optional: string;
|
54
54
|
tooltip: string;
|
55
|
-
leftIcon:
|
56
|
-
rightIcon:
|
55
|
+
leftIcon: import('../../components').TIcon;
|
56
|
+
rightIcon: import('../../components').TIcon;
|
57
57
|
clearable: boolean;
|
58
58
|
showDescription: boolean;
|
59
59
|
account: boolean;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { TIcon } from '../../../pl-icon';
|
1
|
+
import { TIcon } from '../../../shared/pl-icon';
|
2
2
|
import { ValidateError } from 'async-validator';
|
3
3
|
|
4
4
|
declare interface IOption {
|
5
|
-
value: string | number;
|
5
|
+
value: string | number | any;
|
6
6
|
description?: string;
|
7
7
|
summ?: number;
|
8
8
|
leftIcon?: TIcon;
|
@@ -11,8 +11,8 @@ declare interface IOption {
|
|
11
11
|
customDescription?: string;
|
12
12
|
}
|
13
13
|
declare interface ISelectProps {
|
14
|
-
modelValue:
|
15
|
-
options: IOption[];
|
14
|
+
modelValue: any;
|
15
|
+
options: IOption[] | any[];
|
16
16
|
prop?: string;
|
17
17
|
placeholder?: string;
|
18
18
|
width?: string;
|
@@ -35,6 +35,6 @@ declare interface IDropdownProps {
|
|
35
35
|
helpertext: string;
|
36
36
|
errors: ValidateError[];
|
37
37
|
options: IOption[];
|
38
|
-
selectedValue:
|
38
|
+
selectedValue: any;
|
39
39
|
}
|
40
40
|
export { IDropdownProps, IOption, ISelectProps };
|