@factoringplus/pl-components-pack-v3 1.8.38-pre-icons → 1.8.38-pre-04-input-scroll

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 (48) hide show
  1. package/dist/{crypto-pro-f92f338c.cjs → crypto-pro-3cb60b67.cjs} +1 -1
  2. package/dist/{crypto-pro-b664ce32.js → crypto-pro-6781d91e.js} +1 -1
  3. package/dist/{entry-21376f99.js → entry-7b93d46a.js} +8969 -8920
  4. package/dist/entry-d8f669f5.cjs +115 -0
  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 +3 -2
  8. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +9 -0
  9. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +4 -2
  10. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
  11. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
  12. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  13. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
  14. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
  15. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  16. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  17. package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
  18. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
  19. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  20. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +3 -1
  21. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
  22. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  23. package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -1
  24. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
  25. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  26. package/dist/src/components/shared/pl-text/components/pl-body1.vue.d.ts +3 -4
  27. package/dist/src/components/shared/pl-text/components/pl-body2.vue.d.ts +3 -4
  28. package/dist/src/components/shared/pl-text/components/pl-body3.vue.d.ts +3 -4
  29. package/dist/src/components/shared/pl-text/components/pl-bodyu.vue.d.ts +3 -4
  30. package/dist/src/components/shared/pl-text/components/pl-btn1.vue.d.ts +3 -4
  31. package/dist/src/components/shared/pl-text/components/pl-btn2.vue.d.ts +3 -4
  32. package/dist/src/components/shared/pl-text/components/pl-btn3.vue.d.ts +3 -4
  33. package/dist/src/components/shared/pl-text/components/pl-cap.vue.d.ts +3 -4
  34. package/dist/src/components/shared/pl-text/components/pl-h1.vue.d.ts +3 -4
  35. package/dist/src/components/shared/pl-text/components/pl-h2.vue.d.ts +3 -4
  36. package/dist/src/components/shared/pl-text/components/pl-h3.vue.d.ts +3 -4
  37. package/dist/src/components/shared/pl-text/components/pl-h4.vue.d.ts +3 -4
  38. package/dist/src/components/shared/pl-text/components/pl-sub1.vue.d.ts +12 -9
  39. package/dist/src/components/shared/pl-text/components/pl-sub2.vue.d.ts +12 -9
  40. package/dist/src/components/shared/pl-text/components/pl-system.vue.d.ts +12 -9
  41. package/dist/src/components/shared/pl-text/components/pl-tag.vue.d.ts +12 -9
  42. package/dist/src/components/shared/pl-text/components/pl-title1.vue.d.ts +12 -9
  43. package/dist/src/components/shared/pl-text/components/pl-title2.vue.d.ts +12 -9
  44. package/dist/src/components/shared/pl-text/components/pl-title3.vue.d.ts +12 -9
  45. package/dist/src/components/shared/pl-text/types.d.ts +3 -0
  46. package/dist/style.css +1 -1
  47. package/package.json +1 -1
  48. package/dist/entry-3be93c23.cjs +0 -115
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.38-pre-icons",
18
+ "version": "1.8.38-pre-04-input-scroll",
19
19
  "scripts": {
20
20
  "dev": "vite",
21
21
  "build": "vite build",