@factoringplus/pl-components-pack-v3 1.3.4-pre-sign-01 → 1.3.4-pre-sign-03
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 +1 -2
- 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 +2 -2
- package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/components/form/pl-select-plus/types/index.d.ts +1 -1
- 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 +21956 -25202
- package/dist/pl-components-pack-v3.umd.js +50 -56
- package/dist/services/SigningService/index.d.ts +2 -51
- package/dist/services/SigningService/types/index.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -2
- package/dist/services/SigningService/SigningService.vue.d.ts +0 -55
- package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
- package/dist/services/SigningService/components/ErrorSystem/ErrorSystem.vue.d.ts +0 -39
- package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
- package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -54
- package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -43
@@ -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,7 +10,6 @@ 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';
|
14
13
|
import { default as PlButton } from './basic/pl-button';
|
15
14
|
import { default as PlAutocomplete } from './form/pl-autocomplete';
|
16
15
|
import { default as PlCard } from './data/pl-card';
|
@@ -88,4 +87,4 @@ export * from '../plugins/filters';
|
|
88
87
|
export * from '../plugins/api/api';
|
89
88
|
export * from './data/pl-table-plus/components/Pagination';
|
90
89
|
export * from './data/pl-tags-chips';
|
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,
|
90
|
+
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, };
|
@@ -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,5 +1,5 @@
|
|
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;
|
@@ -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;
|
@@ -52,8 +52,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
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;
|