@factoringplus/pl-components-pack-v3 1.8.10-pre-06 → 1.8.10-pre-08

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 (29) hide show
  1. package/dist/pl-components-pack-v3.cjs.js +26 -26
  2. package/dist/pl-components-pack-v3.es.js +6219 -6208
  3. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  4. package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +1 -1
  5. package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +9 -9
  6. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  7. package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
  8. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  9. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +3 -3
  10. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +6 -6
  11. package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +2 -2
  12. package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -2
  13. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  14. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +5 -5
  15. package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
  16. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
  17. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  18. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +1 -1
  19. package/dist/src/components/form/pl-input-plus/index.d.ts +95 -95
  20. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
  21. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +2 -2
  22. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  23. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +4 -4
  24. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +2 -2
  25. package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -1
  26. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  27. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  28. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  29. package/package.json +2 -2
@@ -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
- helpertext: string;
29
28
  options: IOption[];
29
+ helpertext: string;
30
30
  errors: import('async-validator').ValidateError[];
31
31
  offsets: string;
32
32
  }, {}>;
@@ -48,13 +48,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
48
48
  teleport: boolean;
49
49
  placeholder: string;
50
50
  buttons: boolean;
51
+ options: IOption[];
51
52
  prop: string;
52
- helpertext: string;
53
- optional: string;
53
+ clearable: boolean;
54
54
  tooltip: string;
55
55
  leftIcon: import('../../components').TIcon;
56
- options: IOption[];
57
- clearable: boolean;
56
+ helpertext: string;
57
+ optional: string;
58
58
  }, {}>;
59
59
  export default _default;
60
60
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -45,10 +45,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
45
45
  placeholder: string;
46
46
  focus: boolean;
47
47
  prop: string;
48
- leftIcon: TIcon;
49
48
  clearable: boolean;
50
- showDescription: string | boolean;
51
49
  showError: number;
50
+ leftIcon: TIcon;
51
+ showDescription: string | boolean;
52
52
  }, {}>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
23
23
  }, {
24
24
  id: string;
25
25
  focus: boolean;
26
- helpertext: string;
27
26
  options: IOption[];
27
+ helpertext: string;
28
28
  errors: import('async-validator').ValidateError[];
29
29
  offsets: string;
30
30
  }, {}>;
@@ -47,14 +47,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
47
47
  modelValue: any;
48
48
  teleport: boolean;
49
49
  placeholder: string;
50
+ options: any[] | IOption[];
50
51
  prop: string;
51
- helpertext: string;
52
- optional: string;
52
+ clearable: boolean;
53
53
  tooltip: string;
54
54
  leftIcon: import('../../components').TIcon;
55
55
  rightIcon: import('../../components').TIcon;
56
- options: any[] | IOption[];
57
- clearable: boolean;
56
+ helpertext: string;
57
+ optional: string;
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;
84
83
  tooltip: string;
85
84
  fileSize: number;
86
85
  limit: number;
86
+ optional: string;
87
87
  maxHeightScroll: number;
88
88
  helperText: string;
89
89
  viewMode: boolean;
@@ -110,11 +110,11 @@ declare const _default: import('vue').DefineComponent<{
110
110
  width: string;
111
111
  active: boolean;
112
112
  description: string;
113
- leftIcon: string;
114
- rightIcon: string;
115
113
  descriptionColor: string;
116
114
  searchValue: string;
115
+ leftIcon: string;
117
116
  leftIconColor: string;
117
+ rightIcon: string;
118
118
  rightIconColor: string;
119
119
  summ: number;
120
120
  disableMarkerBottom: boolean;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "require": "./dist/pl-components-pack-v3.cjs.js"
16
16
  }
17
17
  },
18
- "version": "1.8.10-pre-06",
18
+ "version": "1.8.10-pre-08",
19
19
  "scripts": {
20
20
  "dev": "vite",
21
21
  "build": "vite build",
@@ -55,7 +55,7 @@
55
55
  "vue-inline-svg": "3.1.3",
56
56
  "vuex": "4.1.0"
57
57
  },
58
- "peerDependencies": {
58
+ "optionalDependencies": {
59
59
  "crypto-pro": "2.5.2"
60
60
  },
61
61
  "devDependencies": {