@factoringplus/pl-components-pack-v3 1.3.2 → 1.3.4-pre-sign-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.
@@ -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';
@@ -37,6 +38,7 @@ import { default as PlUploadPlus } from './form/pl-upload-plus';
37
38
  import { default as PlTooltipPlus } from './basic/pl-tooltip-plus';
38
39
  import { default as PlMarkText } from './shared/pl-mark-text';
39
40
  import { default as PlPagination } from './data/pl-table-plus/components/Pagination';
41
+ import { default as PlTagsChips } from './data/pl-tags-chips';
40
42
 
41
43
  export * from './deprecated/pl-checkbox';
42
44
  export * from './deprecated/pl-date-picker';
@@ -49,6 +51,7 @@ export * from './deprecated/pl-tooltip';
49
51
  export * from './deprecated/pl-upload';
50
52
  export * from './deprecated/pl-upload-legacy';
51
53
  export * from './deprecated/pl-dialog';
54
+ export * from '../services/SigningService';
52
55
  export * from './basic/pl-button';
53
56
  export * from './deprecated/currency-input';
54
57
  export * from './form/pl-autocomplete';
@@ -83,4 +86,6 @@ export * from '../utils/deepSet';
83
86
  export * from '../utils/dadataParser';
84
87
  export * from '../plugins/filters';
85
88
  export * from '../plugins/api/api';
86
- 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, };
89
+ export * from './data/pl-table-plus/components/Pagination';
90
+ 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, PlSigningService, PlTagsChips, };
@@ -0,0 +1,177 @@
1
+ export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ size: {
4
+ type: import('vue').PropType<"small" | "large">;
5
+ default: string;
6
+ };
7
+ type: {
8
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
9
+ default: string;
10
+ };
11
+ icon: {
12
+ type: import('vue').PropType<import('../../components').TIcon>;
13
+ default: string;
14
+ };
15
+ iconColor: {
16
+ type: import('vue').PropType<string>;
17
+ default: string;
18
+ };
19
+ textColor: {
20
+ type: import('vue').PropType<string>;
21
+ default: string;
22
+ };
23
+ backgroundColor: {
24
+ type: import('vue').PropType<string>;
25
+ default: string;
26
+ };
27
+ chip: {
28
+ type: import('vue').PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ closeBtn: {
32
+ type: import('vue').PropType<boolean>;
33
+ default: boolean;
34
+ };
35
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
36
+ size: {
37
+ type: import('vue').PropType<"small" | "large">;
38
+ default: string;
39
+ };
40
+ type: {
41
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
42
+ default: string;
43
+ };
44
+ icon: {
45
+ type: import('vue').PropType<import('../../components').TIcon>;
46
+ default: string;
47
+ };
48
+ iconColor: {
49
+ type: import('vue').PropType<string>;
50
+ default: string;
51
+ };
52
+ textColor: {
53
+ type: import('vue').PropType<string>;
54
+ default: string;
55
+ };
56
+ backgroundColor: {
57
+ type: import('vue').PropType<string>;
58
+ default: string;
59
+ };
60
+ chip: {
61
+ type: import('vue').PropType<boolean>;
62
+ default: boolean;
63
+ };
64
+ closeBtn: {
65
+ type: import('vue').PropType<boolean>;
66
+ default: boolean;
67
+ };
68
+ }>>, {
69
+ size: "small" | "large";
70
+ type: "error" | "info" | "success" | "warning" | "interactive";
71
+ icon: import('../../components').TIcon;
72
+ iconColor: string;
73
+ textColor: string;
74
+ backgroundColor: string;
75
+ chip: boolean;
76
+ closeBtn: boolean;
77
+ }, true, {}, {}, {
78
+ P: {};
79
+ B: {};
80
+ D: {};
81
+ C: {};
82
+ M: {};
83
+ Defaults: {};
84
+ }, Readonly<import('vue').ExtractPropTypes<{
85
+ size: {
86
+ type: import('vue').PropType<"small" | "large">;
87
+ default: string;
88
+ };
89
+ type: {
90
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
91
+ default: string;
92
+ };
93
+ icon: {
94
+ type: import('vue').PropType<import('../../components').TIcon>;
95
+ default: string;
96
+ };
97
+ iconColor: {
98
+ type: import('vue').PropType<string>;
99
+ default: string;
100
+ };
101
+ textColor: {
102
+ type: import('vue').PropType<string>;
103
+ default: string;
104
+ };
105
+ backgroundColor: {
106
+ type: import('vue').PropType<string>;
107
+ default: string;
108
+ };
109
+ chip: {
110
+ type: import('vue').PropType<boolean>;
111
+ default: boolean;
112
+ };
113
+ closeBtn: {
114
+ type: import('vue').PropType<boolean>;
115
+ default: boolean;
116
+ };
117
+ }>>, {}, {}, {}, {}, {
118
+ size: "small" | "large";
119
+ type: "error" | "info" | "success" | "warning" | "interactive";
120
+ icon: import('../../components').TIcon;
121
+ iconColor: string;
122
+ textColor: string;
123
+ backgroundColor: string;
124
+ chip: boolean;
125
+ closeBtn: boolean;
126
+ }>;
127
+ __isFragment?: never;
128
+ __isTeleport?: never;
129
+ __isSuspense?: never;
130
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
131
+ size: {
132
+ type: import('vue').PropType<"small" | "large">;
133
+ default: string;
134
+ };
135
+ type: {
136
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
137
+ default: string;
138
+ };
139
+ icon: {
140
+ type: import('vue').PropType<import('../../components').TIcon>;
141
+ default: string;
142
+ };
143
+ iconColor: {
144
+ type: import('vue').PropType<string>;
145
+ default: string;
146
+ };
147
+ textColor: {
148
+ type: import('vue').PropType<string>;
149
+ default: string;
150
+ };
151
+ backgroundColor: {
152
+ type: import('vue').PropType<string>;
153
+ default: string;
154
+ };
155
+ chip: {
156
+ type: import('vue').PropType<boolean>;
157
+ default: boolean;
158
+ };
159
+ closeBtn: {
160
+ type: import('vue').PropType<boolean>;
161
+ default: boolean;
162
+ };
163
+ }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
164
+ size: "small" | "large";
165
+ type: "error" | "info" | "success" | "warning" | "interactive";
166
+ icon: import('../../components').TIcon;
167
+ iconColor: string;
168
+ textColor: string;
169
+ backgroundColor: string;
170
+ chip: boolean;
171
+ closeBtn: boolean;
172
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
173
+ $slots: {
174
+ default?(_: {}): any;
175
+ };
176
+ })>;
177
+ export default PlTagsChips;
@@ -0,0 +1,65 @@
1
+ import { TIcon } from '../../shared/pl-icon';
2
+
3
+ interface IProps {
4
+ textColor?: string;
5
+ icon?: TIcon;
6
+ iconColor?: string;
7
+ backgroundColor?: string;
8
+ size?: 'large' | 'small';
9
+ chip?: boolean;
10
+ type?: 'success' | 'interactive' | 'warning' | 'error' | 'info';
11
+ closeBtn?: boolean;
12
+ }
13
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
14
+ textColor: string;
15
+ icon: string;
16
+ iconColor: string;
17
+ backgroundColor: string;
18
+ size: string;
19
+ chip: boolean;
20
+ type: string;
21
+ closeBtn: boolean;
22
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
23
+ textColor: string;
24
+ icon: string;
25
+ iconColor: string;
26
+ backgroundColor: string;
27
+ size: string;
28
+ chip: boolean;
29
+ type: string;
30
+ closeBtn: boolean;
31
+ }>>>, {
32
+ size: "small" | "large";
33
+ type: "error" | "info" | "success" | "warning" | "interactive";
34
+ icon: TIcon;
35
+ iconColor: string;
36
+ textColor: string;
37
+ backgroundColor: string;
38
+ chip: boolean;
39
+ closeBtn: boolean;
40
+ }, {}>, {
41
+ default?(_: {}): any;
42
+ }>;
43
+ export default _default;
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
47
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
+ } : {
49
+ type: import('vue').PropType<T[K]>;
50
+ required: true;
51
+ };
52
+ };
53
+ type __VLS_WithDefaults<P, D> = {
54
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
+ default: D[K];
56
+ }> : P[K];
57
+ };
58
+ type __VLS_Prettify<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
64
+ };
65
+ };
@@ -3,7 +3,7 @@ import { TIcon } from '../../../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;
@@ -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,10 +44,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
44
44
  label: string;
45
45
  disabled: boolean;
46
46
  width: string;
47
- modelValue: string | number;
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;
@@ -2,7 +2,7 @@ import { TIcon } from '../../../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: string | number | null;
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: string | number | IOption;
38
+ selectedValue: any;
39
39
  }
40
40
  export { IDropdownProps, IOption, ISelectProps };