@factoringplus/pl-components-pack-v3 1.9.5-pre-01-tooltip → 1.9.5-pre-01-deprecated

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 (24) hide show
  1. package/dist/{crypto-pro-ca01304b.cjs → crypto-pro-e312dddf.cjs} +1 -1
  2. package/dist/{crypto-pro-84050865.js → crypto-pro-fc7bf473.js} +1 -1
  3. package/dist/{entry-aa8e860e.cjs → entry-c6ea2d59.cjs} +21 -21
  4. package/dist/{entry-17f6ec32.js → entry-d3b7e319.js} +5043 -4951
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +1 -1
  7. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
  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 +1 -1
  10. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
  11. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  12. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
  13. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
  14. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  15. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  16. package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
  17. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
  18. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  19. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
  20. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  21. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
  22. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  23. package/dist/style.css +1 -1
  24. package/package.json +1 -1
@@ -99,29 +99,29 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
99
99
  leftIcon: import('../../components').TIcon;
100
100
  rightIcon: import('../../components').TIcon;
101
101
  prop: string;
102
- containerClass: string;
103
- round: boolean;
102
+ helpertext: string;
103
+ optional: string;
104
104
  tooltip: string;
105
105
  clearable: boolean;
106
- inputClass: string;
106
+ containerClass: string;
107
+ round: boolean;
108
+ showWordLimit: boolean;
107
109
  password: boolean;
108
- helpertext: string;
109
- optional: string;
110
- focusOnReset: boolean;
111
- customBlur: boolean;
112
- disableTrim: boolean;
113
- iconPointer: boolean;
114
- valueRange: {
115
- min: number;
116
- };
110
+ 'show-word-limit': boolean;
111
+ maxlength: number;
117
112
  currentPassword: boolean;
118
113
  newPassword: boolean;
119
- showWordLimit: boolean;
120
- maxlength: number;
114
+ iconPointer: boolean;
115
+ customBlur: boolean;
116
+ focusOnReset: boolean;
117
+ disableTrim: boolean;
118
+ inputClass: string;
121
119
  autosize: boolean;
122
120
  minRows: number;
123
121
  maxRows: number;
124
- 'show-word-limit': boolean;
122
+ valueRange: {
123
+ min: number;
124
+ };
125
125
  }, {}>, {
126
126
  "tooltip-text"?(_: {}): any;
127
127
  }>;
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
46
46
  focus: boolean;
47
47
  prop: string;
48
48
  clearable: boolean;
49
- showError: number;
50
49
  showDescription: string | boolean;
50
+ showError: number;
51
51
  }, {}>;
52
52
  export default _default;
53
53
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -52,10 +52,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
52
52
  leftIcon: import('../../components').TIcon;
53
53
  teleport: boolean;
54
54
  prop: string;
55
- tooltip: string;
56
- clearable: boolean;
57
55
  helpertext: string;
58
56
  optional: string;
57
+ tooltip: string;
58
+ clearable: boolean;
59
59
  buttons: boolean;
60
60
  selectAll: boolean;
61
61
  }, {}>, {
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
47
47
  focus: boolean;
48
48
  prop: string;
49
49
  clearable: boolean;
50
- showError: number;
51
50
  showDescription: string | boolean;
51
+ showError: number;
52
52
  }, {}>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
51
51
  rightIcon: import('../../components').TIcon;
52
52
  teleport: boolean;
53
53
  prop: string;
54
- tooltip: string;
55
- clearable: boolean;
56
54
  helpertext: string;
57
55
  optional: string;
56
+ tooltip: string;
57
+ clearable: boolean;
58
58
  showDescription: boolean;
59
59
  account: boolean;
60
60
  }, {}>, {
@@ -88,10 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
88
88
  multiple: boolean;
89
89
  description: string;
90
90
  prop: string;
91
+ optional: string;
91
92
  tooltip: string;
92
93
  fileSize: number;
93
94
  limit: number;
94
- optional: string;
95
95
  maxHeightScroll: number;
96
96
  helperText: string;
97
97
  viewMode: boolean;