@factoringplus/pl-components-pack-v3 1.9.5-pre-11-banner → 1.9.5

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.
Files changed (56) hide show
  1. package/dist/{crypto-pro-1e16f0cb.js → crypto-pro-0bdf5224.js} +1 -1
  2. package/dist/{crypto-pro-5ce1d64f.cjs → crypto-pro-8741830c.cjs} +1 -1
  3. package/dist/{entry-9730832c.js → entry-161a8f6e.js} +5597 -5797
  4. package/dist/{entry-9605a7d7.cjs → entry-af51a8f4.cjs} +30 -30
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +72 -73
  7. package/dist/src/components/basic/pl-button/index.d.ts +42 -60
  8. package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
  9. package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
  10. package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
  11. package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
  12. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
  13. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
  14. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +6 -6
  15. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
  16. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
  17. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +3 -3
  18. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
  19. package/dist/src/components/components.d.ts +1 -3
  20. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  21. package/dist/src/components/data/pl-progress/index.d.ts +3 -3
  22. package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
  23. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  24. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
  25. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  26. package/dist/src/components/data/pl-tags-chips/index.d.ts +41 -41
  27. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
  28. package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
  29. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  30. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  31. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
  32. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  33. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  34. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
  35. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
  36. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
  37. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
  38. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
  39. package/dist/src/components/form/pl-input-plus/index.d.ts +38 -38
  40. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
  41. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
  42. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +20 -11
  43. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
  44. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
  45. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
  46. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  47. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  48. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  49. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +2 -2
  50. package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
  51. package/dist/style.css +1 -1
  52. package/package.json +1 -1
  53. package/dist/src/components/data/pl-banner/index.d.ts +0 -101
  54. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +0 -51
  55. package/dist/src/components/data/pl-banner/types/index.d.ts +0 -62
  56. package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +0 -20
@@ -56,10 +56,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
56
56
  "onUpdate:modelValue"?: (...args: any[]) => any;
57
57
  }, {
58
58
  size: string;
59
+ label: string;
59
60
  disabled: boolean;
60
61
  modelValue: boolean;
61
62
  description: string;
62
- label: string;
63
63
  isIndeterminate: boolean;
64
64
  }, {}>, {
65
65
  default?(_: {}): any;
@@ -47,10 +47,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
47
47
  "onUpdate:modelValue"?: (...args: any[]) => any;
48
48
  onChangeOpen?: (...args: any[]) => any;
49
49
  }, {
50
+ label: string;
50
51
  disabled: boolean;
51
52
  modelValue: string;
52
53
  width: string;
53
- label: string;
54
54
  placeholder: string;
55
55
  prop: string;
56
56
  helpertext: string;
@@ -49,10 +49,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
49
49
  "onUpdate:modelValue"?: (...args: any[]) => any;
50
50
  onChangeOpen?: (...args: any[]) => any;
51
51
  }, {
52
+ label: string;
52
53
  disabled: boolean;
53
54
  modelValue: string[];
54
55
  width: string;
55
- label: string;
56
56
  placeholder: string;
57
57
  prop: string;
58
58
  helpertext: string;
@@ -1,6 +1,14 @@
1
1
  export type { IPlInputPlusProps } from './types';
2
2
  export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<{
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
+ label: {
5
+ type: import('vue').PropType<string>;
6
+ default: string;
7
+ };
8
+ textarea: {
9
+ type: import('vue').PropType<boolean>;
10
+ default: boolean;
11
+ };
4
12
  disabled: {
5
13
  type: import('vue').PropType<boolean>;
6
14
  default: boolean;
@@ -14,14 +22,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
14
22
  type: import('vue').PropType<string>;
15
23
  default: string;
16
24
  };
17
- label: {
18
- type: import('vue').PropType<string>;
19
- default: string;
20
- };
21
- textarea: {
22
- type: import('vue').PropType<boolean>;
23
- default: boolean;
24
- };
25
25
  placeholder: {
26
26
  type: import('vue').PropType<string>;
27
27
  default: string;
@@ -158,6 +158,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
158
158
  "tooltip-mouseenter": (...args: any[]) => void;
159
159
  "tooltip-mouseleave": (...args: any[]) => void;
160
160
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
161
+ label: {
162
+ type: import('vue').PropType<string>;
163
+ default: string;
164
+ };
165
+ textarea: {
166
+ type: import('vue').PropType<boolean>;
167
+ default: boolean;
168
+ };
161
169
  disabled: {
162
170
  type: import('vue').PropType<boolean>;
163
171
  default: boolean;
@@ -171,14 +179,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
171
179
  type: import('vue').PropType<string>;
172
180
  default: string;
173
181
  };
174
- label: {
175
- type: import('vue').PropType<string>;
176
- default: string;
177
- };
178
- textarea: {
179
- type: import('vue').PropType<boolean>;
180
- default: boolean;
181
- };
182
182
  placeholder: {
183
183
  type: import('vue').PropType<string>;
184
184
  default: string;
@@ -303,11 +303,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
303
303
  "onTooltip-mouseenter"?: (...args: any[]) => any;
304
304
  "onTooltip-mouseleave"?: (...args: any[]) => any;
305
305
  }, {
306
+ label: string;
307
+ textarea: boolean;
306
308
  disabled: boolean;
307
309
  modelValue: import('./types').TInputModelValue;
308
310
  width: string;
309
- label: string;
310
- textarea: boolean;
311
311
  placeholder: string;
312
312
  currency: boolean;
313
313
  leftIcon: import('../../components').TIcon;
@@ -344,6 +344,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
344
344
  M: {};
345
345
  Defaults: {};
346
346
  }, Readonly<import('vue').ExtractPropTypes<{
347
+ label: {
348
+ type: import('vue').PropType<string>;
349
+ default: string;
350
+ };
351
+ textarea: {
352
+ type: import('vue').PropType<boolean>;
353
+ default: boolean;
354
+ };
347
355
  disabled: {
348
356
  type: import('vue').PropType<boolean>;
349
357
  default: boolean;
@@ -357,14 +365,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
357
365
  type: import('vue').PropType<string>;
358
366
  default: string;
359
367
  };
360
- label: {
361
- type: import('vue').PropType<string>;
362
- default: string;
363
- };
364
- textarea: {
365
- type: import('vue').PropType<boolean>;
366
- default: boolean;
367
- };
368
368
  placeholder: {
369
369
  type: import('vue').PropType<string>;
370
370
  default: string;
@@ -493,11 +493,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
493
493
  focusInput: () => void;
494
494
  getId: () => string;
495
495
  }, {}, {}, {}, {
496
+ label: string;
497
+ textarea: boolean;
496
498
  disabled: boolean;
497
499
  modelValue: import('./types').TInputModelValue;
498
500
  width: string;
499
- label: string;
500
- textarea: boolean;
501
501
  placeholder: string;
502
502
  currency: boolean;
503
503
  leftIcon: import('../../components').TIcon;
@@ -531,6 +531,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
531
531
  __isTeleport?: never;
532
532
  __isSuspense?: never;
533
533
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
534
+ label: {
535
+ type: import('vue').PropType<string>;
536
+ default: string;
537
+ };
538
+ textarea: {
539
+ type: import('vue').PropType<boolean>;
540
+ default: boolean;
541
+ };
534
542
  disabled: {
535
543
  type: import('vue').PropType<boolean>;
536
544
  default: boolean;
@@ -544,14 +552,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
544
552
  type: import('vue').PropType<string>;
545
553
  default: string;
546
554
  };
547
- label: {
548
- type: import('vue').PropType<string>;
549
- default: string;
550
- };
551
- textarea: {
552
- type: import('vue').PropType<boolean>;
553
- default: boolean;
554
- };
555
555
  placeholder: {
556
556
  type: import('vue').PropType<string>;
557
557
  default: string;
@@ -688,11 +688,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
688
688
  "tooltip-mouseenter": (...args: any[]) => void;
689
689
  "tooltip-mouseleave": (...args: any[]) => void;
690
690
  }, string, {
691
+ label: string;
692
+ textarea: boolean;
691
693
  disabled: boolean;
692
694
  modelValue: import('./types').TInputModelValue;
693
695
  width: string;
694
- label: string;
695
- textarea: boolean;
696
696
  placeholder: string;
697
697
  currency: boolean;
698
698
  leftIcon: import('../../components').TIcon;
@@ -89,11 +89,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
89
89
  "onTooltip-mouseenter"?: (...args: any[]) => any;
90
90
  "onTooltip-mouseleave"?: (...args: any[]) => any;
91
91
  }, {
92
+ label: string;
93
+ textarea: boolean;
92
94
  disabled: boolean;
93
95
  modelValue: import('./types').TInputModelValue;
94
96
  width: string;
95
- label: string;
96
- textarea: boolean;
97
97
  placeholder: string;
98
98
  currency: boolean;
99
99
  leftIcon: import('../../components').TIcon;
@@ -45,11 +45,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
45
45
  onReset?: (...args: any[]) => any;
46
46
  "onUpdate:modelValue"?: (...args: any[]) => any;
47
47
  }, {
48
+ label: string;
48
49
  disabled: boolean;
49
50
  options: IOption[];
50
51
  modelValue: IOption[];
51
52
  width: string;
52
- label: string;
53
53
  placeholder: string;
54
54
  leftIcon: import('../../components').TIcon;
55
55
  teleport: boolean;
@@ -4,12 +4,15 @@ interface RadioOption {
4
4
  description?: string;
5
5
  disabled?: boolean;
6
6
  }
7
- declare const _default: import('vue').DefineComponent<{
7
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
8
8
  modelValue: import('vue').PropType<any>;
9
9
  size: {
10
- type: import('vue').PropType<"medium" | "small">;
10
+ type: import('vue').PropType<"small" | "medium">;
11
11
  default: string;
12
12
  };
13
+ label: {
14
+ type: import('vue').PropType<string>;
15
+ };
13
16
  disabled: {
14
17
  type: import('vue').PropType<boolean>;
15
18
  };
@@ -20,18 +23,18 @@ declare const _default: import('vue').DefineComponent<{
20
23
  description: {
21
24
  type: import('vue').PropType<string>;
22
25
  };
23
- label: {
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;
29
29
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
30
30
  modelValue: import('vue').PropType<any>;
31
31
  size: {
32
- type: import('vue').PropType<"medium" | "small">;
32
+ type: import('vue').PropType<"small" | "medium">;
33
33
  default: string;
34
34
  };
35
+ label: {
36
+ type: import('vue').PropType<string>;
37
+ };
35
38
  disabled: {
36
39
  type: import('vue').PropType<boolean>;
37
40
  };
@@ -42,13 +45,19 @@ declare const _default: import('vue').DefineComponent<{
42
45
  description: {
43
46
  type: import('vue').PropType<string>;
44
47
  };
45
- label: {
46
- type: import('vue').PropType<string>;
47
- };
48
48
  }>> & {
49
49
  onChange?: (...args: any[]) => any;
50
50
  "onUpdate:modelValue"?: (...args: any[]) => any;
51
51
  }, {
52
- size: "medium" | "small";
53
- }, {}>;
52
+ size: "small" | "medium";
53
+ }, {}>, {
54
+ title?(_: {
55
+ option: RadioOption;
56
+ }): any;
57
+ }>;
54
58
  export default _default;
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
@@ -41,11 +41,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
41
41
  onChange?: (...args: any[]) => any;
42
42
  "onUpdate:modelValue"?: (...args: any[]) => any;
43
43
  }, {
44
+ label: string;
44
45
  disabled: boolean;
45
46
  options: any[] | IOption[];
46
47
  modelValue: any;
47
48
  width: string;
48
- label: string;
49
49
  placeholder: string;
50
50
  leftIcon: import('../../components').TIcon;
51
51
  rightIcon: import('../../components').TIcon;
@@ -39,9 +39,9 @@ declare const _default: import('vue').DefineComponent<{
39
39
  onChange?: (...args: any[]) => any;
40
40
  "onUpdate:modelValue"?: (...args: any[]) => any;
41
41
  }, {
42
+ label: string;
42
43
  disabled: boolean;
43
44
  modelValue: boolean;
44
45
  description: string;
45
- label: string;
46
46
  }, {}>;
47
47
  export default _default;
@@ -80,13 +80,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
80
80
  onRemoveFile?: (...args: any[]) => any;
81
81
  onClickOnFile?: (...args: any[]) => any;
82
82
  }, {
83
+ title: string;
83
84
  disabled: boolean;
84
85
  modelValue: (File | TUnloadedFile)[];
85
- title: string;
86
- description: string;
87
86
  width: string;
88
87
  accept: string;
89
88
  multiple: boolean;
89
+ description: string;
90
90
  prop: string;
91
91
  optional: string;
92
92
  tooltip: string;
@@ -17,9 +17,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
17
17
  select: boolean;
18
18
  position: string;
19
19
  }>>>, {
20
+ select: boolean;
20
21
  modelValue: boolean;
21
22
  position: string;
22
- select: boolean;
23
23
  mobile: boolean;
24
24
  }, {}>, {
25
25
  default?(_: {}): any;
@@ -25,8 +25,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
25
25
  default: boolean;
26
26
  };
27
27
  }>>, {
28
- disabled: boolean;
29
28
  title: string;
29
+ disabled: boolean;
30
30
  description: string;
31
31
  }, {}>, {
32
32
  "custom-description"?(_: {}): any;
@@ -105,15 +105,15 @@ declare const _default: import('vue').DefineComponent<{
105
105
  default: boolean;
106
106
  };
107
107
  }>>, {
108
+ label: string;
108
109
  disabled: boolean;
109
- description: string;
110
110
  width: string;
111
- label: string;
112
111
  searchValue: string;
113
112
  leftIcon: string;
114
113
  leftIconColor: string;
115
114
  rightIcon: string;
116
115
  rightIconColor: string;
116
+ description: string;
117
117
  descriptionColor: string;
118
118
  summ: number;
119
119
  active: boolean;
@@ -15,10 +15,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
15
15
  name: string;
16
16
  badge: boolean;
17
17
  }>>>, {
18
- disabled: boolean;
19
- icon: import('../pl-icon').TIcon;
20
18
  name: string;
21
19
  label: string;
20
+ disabled: boolean;
21
+ icon: import('../pl-icon').TIcon;
22
22
  badge: boolean;
23
23
  counter: number;
24
24
  }, {}>, {
@@ -1,12 +1,12 @@
1
1
  export declare const PlNavButton: import('../../../../install-function').SFCInstallWithContext<{
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ type: {
4
+ type: import('vue').PropType<"new" | "company">;
5
+ };
3
6
  disabled: {
4
7
  type: import('vue').PropType<boolean>;
5
8
  default: boolean;
6
9
  };
7
- type: {
8
- type: import('vue').PropType<"new" | "company">;
9
- };
10
10
  icon: {
11
11
  type: import('vue').PropType<import('../../../../components/components').TIcon>;
12
12
  default: string;
@@ -22,13 +22,13 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
22
22
  click: (...args: any[]) => void;
23
23
  "update:isClicked": (...args: any[]) => void;
24
24
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
25
+ type: {
26
+ type: import('vue').PropType<"new" | "company">;
27
+ };
25
28
  disabled: {
26
29
  type: import('vue').PropType<boolean>;
27
30
  default: boolean;
28
31
  };
29
- type: {
30
- type: import('vue').PropType<"new" | "company">;
31
- };
32
32
  icon: {
33
33
  type: import('vue').PropType<import('../../../../components/components').TIcon>;
34
34
  default: string;
@@ -52,13 +52,13 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
52
52
  M: {};
53
53
  Defaults: {};
54
54
  }, Readonly<import('vue').ExtractPropTypes<{
55
+ type: {
56
+ type: import('vue').PropType<"new" | "company">;
57
+ };
55
58
  disabled: {
56
59
  type: import('vue').PropType<boolean>;
57
60
  default: boolean;
58
61
  };
59
- type: {
60
- type: import('vue').PropType<"new" | "company">;
61
- };
62
62
  icon: {
63
63
  type: import('vue').PropType<import('../../../../components/components').TIcon>;
64
64
  default: string;
@@ -79,13 +79,13 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
79
79
  __isTeleport?: never;
80
80
  __isSuspense?: never;
81
81
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
82
+ type: {
83
+ type: import('vue').PropType<"new" | "company">;
84
+ };
82
85
  disabled: {
83
86
  type: import('vue').PropType<boolean>;
84
87
  default: boolean;
85
88
  };
86
- type: {
87
- type: import('vue').PropType<"new" | "company">;
88
- };
89
89
  icon: {
90
90
  type: import('vue').PropType<import('../../../../components/components').TIcon>;
91
91
  default: string;