@factoringplus/pl-components-pack-v3 1.2.27-pre-01 → 1.2.27-pre-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.
Files changed (23) hide show
  1. package/dist/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -1
  2. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  3. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
  4. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
  5. package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +2 -2
  6. package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
  7. package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
  8. package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
  9. package/dist/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
  10. package/dist/components/form/pl-input-plus/components/pl-default.vue.d.ts +4 -4
  11. package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +12 -12
  12. package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  13. package/dist/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  14. package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +4 -4
  15. package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  16. package/dist/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -1
  17. package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  18. package/dist/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  19. package/dist/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  20. package/dist/pl-components-pack-v3.es.js +17847 -18036
  21. package/dist/pl-components-pack-v3.umd.js +46 -41
  22. package/dist/style.css +1 -1
  23. package/package.json +2 -2
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
31
31
  onScroll?: (...args: any[]) => any;
32
32
  onWheel?: (...args: any[]) => any;
33
33
  }, {
34
- height: string | number;
35
34
  maxHeight: string | number;
35
+ height: string | number;
36
36
  wrapClass: string;
37
37
  viewClass: string;
38
38
  hideScrollThumb: boolean;
@@ -65,8 +65,8 @@ declare const _default: import('vue').DefineComponent<{
65
65
  label: string;
66
66
  disabled: boolean;
67
67
  placeholder: string;
68
- rules: Record<string, any>;
69
68
  prop: string;
69
+ rules: Record<string, any>;
70
70
  weekendsDisabled: boolean;
71
71
  }, {}>;
72
72
  export default _default;
@@ -127,8 +127,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
127
127
  info: boolean;
128
128
  checked: boolean;
129
129
  placeholder: string;
130
- rules: Record<string, any>;
131
130
  prop: string;
131
+ rules: Record<string, any>;
132
132
  getValid: number | boolean;
133
133
  isError: boolean;
134
134
  tooltipText: string;
@@ -99,8 +99,8 @@ declare const _default: import('vue').DefineComponent<{
99
99
  }, {
100
100
  label: string;
101
101
  placeholder: string;
102
- rules: Record<string, any>;
103
102
  prop: string;
103
+ rules: Record<string, any>;
104
104
  isError: boolean;
105
105
  suggestionList: unknown[];
106
106
  selectedItem: string;
@@ -32,11 +32,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
32
32
  id: string;
33
33
  focus: boolean;
34
34
  uniqKey: string;
35
+ helpertext: string;
36
+ query: string;
35
37
  suggestionList: IOption[];
36
38
  symbolsCountSearch: string | number;
37
- query: string;
38
39
  disableMarkerBottom: boolean;
39
- helpertext: string;
40
40
  errors: import('async-validator').ValidateError[];
41
41
  offsets: string;
42
42
  loadingSuggestions: boolean;
@@ -36,10 +36,10 @@ 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
40
  clearable: boolean;
40
41
  memoryBlur: boolean;
41
42
  showError: number;
42
- leftIcon: TIcon;
43
43
  }, {}>;
44
44
  export default _default;
45
45
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -63,18 +63,18 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
63
63
  placeholder: string;
64
64
  uniqKey: string;
65
65
  prop: string;
66
+ helpertext: string;
67
+ optional: string;
66
68
  tooltip: string;
69
+ leftIcon: any;
70
+ rightIcon: any;
67
71
  clearable: boolean;
68
72
  suggestionList: IOption[];
69
73
  symbolsCountSearch: string | number;
70
74
  noData: string;
71
75
  memoryBlur: boolean;
72
- leftIcon: any;
73
- rightIcon: any;
74
76
  disableMarkerBottom: boolean;
75
- helpertext: string;
76
77
  defaultDropText: string;
77
- optional: string;
78
78
  }, {}>;
79
79
  export default _default;
80
80
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -54,10 +54,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
54
54
  placeholder: string;
55
55
  showInput: boolean;
56
56
  prop: string;
57
- tooltip: string;
58
- clearable: boolean;
59
57
  helpertext: string;
60
58
  optional: string;
59
+ tooltip: string;
60
+ clearable: boolean;
61
61
  monthSwitch: boolean;
62
62
  yearSwitch: boolean;
63
63
  disabledDate: (date: string) => boolean;
@@ -54,10 +54,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
54
54
  placeholder: string;
55
55
  showInput: boolean;
56
56
  prop: string;
57
- tooltip: string;
58
- clearable: boolean;
59
57
  helpertext: string;
60
58
  optional: string;
59
+ tooltip: string;
60
+ clearable: boolean;
61
61
  focusOnReset: boolean;
62
62
  periods: boolean;
63
63
  periodOptions: string[];
@@ -18,8 +18,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  touchstart: (...args: any[]) => void;
19
19
  blur: (...args: any[]) => void;
20
20
  resetValue: (...args: any[]) => void;
21
- tabHandler: (...args: any[]) => void;
22
21
  "custom-blur": (...args: any[]) => void;
22
+ tabHandler: (...args: any[]) => void;
23
23
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
24
24
  leftIcon: string;
25
25
  rightIcon: string;
@@ -38,20 +38,20 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
38
38
  onTouchstart?: (...args: any[]) => any;
39
39
  "onUpdate:modelValue"?: (...args: any[]) => any;
40
40
  onResetValue?: (...args: any[]) => any;
41
- onTabHandler?: (...args: any[]) => any;
42
41
  "onCustom-blur"?: (...args: any[]) => any;
42
+ onTabHandler?: (...args: any[]) => any;
43
43
  }, {
44
44
  disabled: boolean;
45
45
  id: string;
46
46
  placeholder: string;
47
47
  prop: string;
48
- clearable: boolean;
48
+ showWordLimit: boolean;
49
49
  leftIcon: any;
50
50
  rightIcon: any;
51
- showWordLimit: boolean;
52
51
  maxlength: number;
53
52
  iconPointer: boolean;
54
53
  customBlur: boolean;
54
+ clearable: boolean;
55
55
  }, {}>;
56
56
  export default _default;
57
57
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -83,26 +83,26 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
83
83
  placeholder: string;
84
84
  round: boolean;
85
85
  prop: string;
86
- tooltip: string;
87
- clearable: boolean;
88
- leftIcon: any;
89
- password: boolean;
86
+ showWordLimit: boolean;
90
87
  currency: boolean;
91
- rightIcon: any;
88
+ password: boolean;
92
89
  helpertext: string;
93
90
  optional: string;
94
- focusOnReset: boolean;
95
- valueRange: {
96
- min: number;
97
- };
91
+ tooltip: string;
92
+ leftIcon: any;
93
+ rightIcon: any;
94
+ 'show-word-limit': boolean;
95
+ maxlength: number;
98
96
  currentPassword: boolean;
99
97
  newPassword: boolean;
100
- showWordLimit: boolean;
101
- maxlength: number;
102
98
  iconPointer: boolean;
103
99
  customBlur: boolean;
104
- 'show-word-limit': boolean;
100
+ clearable: boolean;
101
+ focusOnReset: boolean;
105
102
  disableTrim: boolean;
103
+ valueRange: {
104
+ min: number;
105
+ };
106
106
  }, {}>;
107
107
  export default _default;
108
108
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -44,9 +44,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
44
44
  placeholder: string;
45
45
  focus: boolean;
46
46
  prop: string;
47
+ leftIcon: any;
47
48
  clearable: boolean;
48
49
  showError: number;
49
- leftIcon: any;
50
50
  showDescription: string | boolean;
51
51
  }, {}>;
52
52
  export default _default;
@@ -25,8 +25,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  }, {
26
26
  id: string;
27
27
  focus: boolean;
28
- options: IOption[];
29
28
  helpertext: string;
29
+ options: IOption[];
30
30
  errors: import('async-validator').ValidateError[];
31
31
  offsets: string;
32
32
  }, {}>;
@@ -46,12 +46,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
46
46
  placeholder: string;
47
47
  buttons: boolean;
48
48
  prop: string;
49
- tooltip: string;
50
- options: IOption[];
51
- clearable: boolean;
52
- leftIcon: any;
53
49
  helpertext: string;
54
50
  optional: string;
51
+ tooltip: string;
52
+ leftIcon: any;
53
+ clearable: boolean;
54
+ options: IOption[];
55
55
  }, {}>;
56
56
  export default _default;
57
57
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -45,9 +45,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
45
45
  placeholder: string;
46
46
  focus: boolean;
47
47
  prop: string;
48
+ leftIcon: any;
48
49
  clearable: boolean;
49
50
  showError: number;
50
- leftIcon: any;
51
51
  showDescription: string | boolean;
52
52
  }, {}>;
53
53
  export default _default;
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
21
21
  }, {
22
22
  id: string;
23
23
  focus: boolean;
24
- options: IOption[];
25
24
  helpertext: string;
25
+ options: IOption[];
26
26
  errors: import('async-validator').ValidateError[];
27
27
  offsets: string;
28
28
  }, {}>;
@@ -48,13 +48,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
48
48
  teleport: boolean;
49
49
  placeholder: string;
50
50
  prop: string;
51
+ helpertext: string;
52
+ optional: string;
51
53
  tooltip: string;
52
- options: IOption[];
53
- clearable: boolean;
54
54
  leftIcon: any;
55
55
  rightIcon: any;
56
- helpertext: string;
57
- optional: string;
56
+ clearable: boolean;
57
+ options: IOption[];
58
58
  showDescription: boolean;
59
59
  account: boolean;
60
60
  }, {}>;
@@ -80,10 +80,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
80
80
  multiple: boolean;
81
81
  description: string;
82
82
  prop: string;
83
+ optional: string;
83
84
  tooltip: string;
84
85
  fileSize: number;
85
86
  limit: number;
86
- optional: string;
87
87
  maxHeightScroll: number;
88
88
  helperText: string;
89
89
  viewMode: boolean;
@@ -110,10 +110,10 @@ declare const _default: import('vue').DefineComponent<{
110
110
  width: string;
111
111
  active: boolean;
112
112
  description: string;
113
- searchValue: string;
114
113
  leftIcon: string;
115
- leftIconColor: string;
116
114
  rightIcon: string;
115
+ searchValue: string;
116
+ leftIconColor: string;
117
117
  rightIconColor: string;
118
118
  descriptionColor: string;
119
119
  summ: number;