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

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-3cb60b67.cjs → crypto-pro-9d447fa3.cjs} +1 -1
  2. package/dist/{crypto-pro-6781d91e.js → crypto-pro-a4c68925.js} +1 -1
  3. package/dist/{entry-7b93d46a.js → entry-99a9223c.js} +11078 -11114
  4. package/dist/entry-9c23aad7.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 +2 -3
  8. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +0 -9
  9. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +2 -4
  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 +1 -3
  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 +1 -3
  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 +9 -1
  26. package/dist/src/components/shared/pl-text/components/pl-body1.vue.d.ts +4 -3
  27. package/dist/src/components/shared/pl-text/components/pl-body2.vue.d.ts +4 -3
  28. package/dist/src/components/shared/pl-text/components/pl-body3.vue.d.ts +4 -3
  29. package/dist/src/components/shared/pl-text/components/pl-bodyu.vue.d.ts +4 -3
  30. package/dist/src/components/shared/pl-text/components/pl-btn1.vue.d.ts +4 -3
  31. package/dist/src/components/shared/pl-text/components/pl-btn2.vue.d.ts +4 -3
  32. package/dist/src/components/shared/pl-text/components/pl-btn3.vue.d.ts +4 -3
  33. package/dist/src/components/shared/pl-text/components/pl-cap.vue.d.ts +4 -3
  34. package/dist/src/components/shared/pl-text/components/pl-h1.vue.d.ts +4 -3
  35. package/dist/src/components/shared/pl-text/components/pl-h2.vue.d.ts +4 -3
  36. package/dist/src/components/shared/pl-text/components/pl-h3.vue.d.ts +4 -3
  37. package/dist/src/components/shared/pl-text/components/pl-h4.vue.d.ts +4 -3
  38. package/dist/src/components/shared/pl-text/components/pl-sub1.vue.d.ts +9 -12
  39. package/dist/src/components/shared/pl-text/components/pl-sub2.vue.d.ts +9 -12
  40. package/dist/src/components/shared/pl-text/components/pl-system.vue.d.ts +9 -12
  41. package/dist/src/components/shared/pl-text/components/pl-tag.vue.d.ts +9 -12
  42. package/dist/src/components/shared/pl-text/components/pl-title1.vue.d.ts +9 -12
  43. package/dist/src/components/shared/pl-text/components/pl-title2.vue.d.ts +9 -12
  44. package/dist/src/components/shared/pl-text/components/pl-title3.vue.d.ts +9 -12
  45. package/dist/style.css +1 -1
  46. package/package.json +1 -1
  47. package/dist/entry-d8f669f5.cjs +0 -115
  48. package/dist/src/components/shared/pl-text/types.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- export interface ITextProps {
2
- color?: string;
3
- }