@factoringplus/pl-components-pack-v3 1.8.37-pre-upload-02 → 1.8.38-pre-01-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 (95) hide show
  1. package/dist/{DoubleLeft32-e71a70b5.js → ChevronDoubleLeft32-8289d509.js} +4 -4
  2. package/dist/{DoubleLeft40-fdf1aff8.js → ChevronDoubleLeft40-e8498cee.js} +4 -4
  3. package/dist/{USBPort32-8d6c5d83.js → USB32-76abbf55.js} +5 -5
  4. package/dist/{USBPort40-14d0e2d7.js → USB40-33aa15ae.js} +5 -5
  5. package/dist/{WarningThree16-ca68cd44.cjs → WarningCircle16-5f149f9f.cjs} +1 -1
  6. package/dist/{WarningThree16-3714d3f6.js → WarningCircle16-95a8fc17.js} +5 -5
  7. package/dist/{WarningThree20-1266b53c.js → WarningCircle20-08a05eb3.js} +5 -5
  8. package/dist/{WarningThree20-382ccadb.cjs → WarningCircle20-d3fc9c63.cjs} +1 -1
  9. package/dist/{WarningThree24-d5e63245.cjs → WarningCircle24-45662408.cjs} +1 -1
  10. package/dist/{WarningThree24-06487fb2.js → WarningCircle24-cda7a395.js} +5 -5
  11. package/dist/{WarningTwo16-176134eb.js → WarningPolygon16-b4c2ce4e.js} +4 -4
  12. package/dist/{WarningTwo24-1ccb8c31.js → WarningPolygon24-d49da89c.js} +4 -4
  13. package/dist/{WarningOne16-0538cb5d.js → WarningTriangle16-0d3d831a.js} +3 -3
  14. package/dist/{Warning20-aa18b6bf.js → WarningTriangle20-3ea8dfa6.js} +3 -3
  15. package/dist/{Warning24-0f6c0ec0.js → WarningTriangle24-86395fff.js} +3 -3
  16. package/dist/{crypto-pro-827640bc.js → crypto-pro-68a157c4.js} +1 -1
  17. package/dist/{crypto-pro-2375b16f.cjs → crypto-pro-92476346.cjs} +1 -1
  18. package/dist/entry-22dfe93f.cjs +115 -0
  19. package/dist/{entry-b35bbe3c.js → entry-e1ef501d.js} +11623 -11492
  20. package/dist/pl-components-pack-v3.cjs.js +1 -1
  21. package/dist/pl-components-pack-v3.es.js +1 -1
  22. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -0
  23. package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
  24. package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +1 -1
  25. package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +30 -36
  26. package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +4 -18
  27. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +143 -67
  28. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +3 -1
  29. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +9 -2
  30. package/dist/src/components/form/pl-autocomplete/types/index.d.ts +1 -0
  31. package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +1 -0
  32. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +9 -2
  33. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +9 -2
  34. package/dist/src/components/form/pl-input-plus/index.d.ts +549 -145
  35. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +9 -2
  36. package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -0
  37. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +6 -1
  38. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +12 -2
  39. package/dist/src/components/form/pl-multi-select/types/index.d.ts +3 -0
  40. package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -1
  41. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +9 -2
  42. package/dist/src/components/form/pl-select-plus/types/index.d.ts +1 -0
  43. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +10 -5
  44. package/dist/src/components/shared/pl-icon/iconNameMap.d.ts +1 -0
  45. package/dist/src/components/shared/pl-icon/types/iconsType.d.ts +1 -1
  46. package/dist/src/components/shared/pl-text/components/pl-body1.vue.d.ts +3 -4
  47. package/dist/src/components/shared/pl-text/components/pl-body2.vue.d.ts +3 -4
  48. package/dist/src/components/shared/pl-text/components/pl-body3.vue.d.ts +3 -4
  49. package/dist/src/components/shared/pl-text/components/pl-bodyu.vue.d.ts +3 -4
  50. package/dist/src/components/shared/pl-text/components/pl-btn1.vue.d.ts +3 -4
  51. package/dist/src/components/shared/pl-text/components/pl-btn2.vue.d.ts +3 -4
  52. package/dist/src/components/shared/pl-text/components/pl-btn3.vue.d.ts +3 -4
  53. package/dist/src/components/shared/pl-text/components/pl-cap.vue.d.ts +3 -4
  54. package/dist/src/components/shared/pl-text/components/pl-h1.vue.d.ts +3 -4
  55. package/dist/src/components/shared/pl-text/components/pl-h2.vue.d.ts +3 -4
  56. package/dist/src/components/shared/pl-text/components/pl-h3.vue.d.ts +3 -4
  57. package/dist/src/components/shared/pl-text/components/pl-h4.vue.d.ts +3 -4
  58. package/dist/src/components/shared/pl-text/components/pl-sub1.vue.d.ts +12 -9
  59. package/dist/src/components/shared/pl-text/components/pl-sub2.vue.d.ts +12 -9
  60. package/dist/src/components/shared/pl-text/components/pl-system.vue.d.ts +12 -9
  61. package/dist/src/components/shared/pl-text/components/pl-tag.vue.d.ts +12 -9
  62. package/dist/src/components/shared/pl-text/components/pl-title1.vue.d.ts +12 -9
  63. package/dist/src/components/shared/pl-text/components/pl-title2.vue.d.ts +12 -9
  64. package/dist/src/components/shared/pl-text/components/pl-title3.vue.d.ts +12 -9
  65. package/dist/src/components/shared/pl-text/types.d.ts +3 -0
  66. package/dist/style.css +1 -1
  67. package/package.json +1 -1
  68. package/dist/entry-025e4d3f.cjs +0 -115
  69. /package/dist/{DoubleLeft32-e37380b8.cjs → ChevronDoubleLeft32-e37380b8.cjs} +0 -0
  70. /package/dist/{DoubleLeft40-bd1d13a4.cjs → ChevronDoubleLeft40-bd1d13a4.cjs} +0 -0
  71. /package/dist/{ChevronBottom16-6838e1d9.js → ChevronDown16-6838e1d9.js} +0 -0
  72. /package/dist/{ChevronBottom16-afd1c459.cjs → ChevronDown16-afd1c459.cjs} +0 -0
  73. /package/dist/{ChevronBottom32-0517e4b5.js → ChevronDown32-0517e4b5.js} +0 -0
  74. /package/dist/{ChevronBottom32-50cb7738.cjs → ChevronDown32-50cb7738.cjs} +0 -0
  75. /package/dist/{ChevronBottom40-fa39ee51.cjs → ChevronDown40-fa39ee51.cjs} +0 -0
  76. /package/dist/{ChevronBottom40-feb91d30.js → ChevronDown40-feb91d30.js} +0 -0
  77. /package/dist/{ChevronTop16-19c3c8d9.cjs → ChevronUp16-19c3c8d9.cjs} +0 -0
  78. /package/dist/{ChevronTop16-d3016f24.js → ChevronUp16-d3016f24.js} +0 -0
  79. /package/dist/{ChevronTop32-0ff5394d.cjs → ChevronUp32-0ff5394d.cjs} +0 -0
  80. /package/dist/{ChevronTop32-cdc1f609.js → ChevronUp32-cdc1f609.js} +0 -0
  81. /package/dist/{ChevronTop40-0e25a43f.js → ChevronUp40-0e25a43f.js} +0 -0
  82. /package/dist/{ChevronTop40-9d75fccd.cjs → ChevronUp40-9d75fccd.cjs} +0 -0
  83. /package/dist/{SortOne16-8fec6a30.cjs → Sort16-8fec6a30.cjs} +0 -0
  84. /package/dist/{SortOne16-bd2e2812.js → Sort16-bd2e2812.js} +0 -0
  85. /package/dist/{USBPort16-2f5acb3f.cjs → USB16-2f5acb3f.cjs} +0 -0
  86. /package/dist/{USBPort16-f8035500.js → USB16-f8035500.js} +0 -0
  87. /package/dist/{USBPort32-5272f2ac.cjs → USB32-5272f2ac.cjs} +0 -0
  88. /package/dist/{USBPort40-1513fcf2.cjs → USB40-1513fcf2.cjs} +0 -0
  89. /package/dist/{WarningTwo16-451a7417.cjs → WarningPolygon16-451a7417.cjs} +0 -0
  90. /package/dist/{WarningTwo20-6538e687.cjs → WarningPolygon20-6538e687.cjs} +0 -0
  91. /package/dist/{WarningTwo20-e8d37fcf.js → WarningPolygon20-e8d37fcf.js} +0 -0
  92. /package/dist/{WarningTwo24-2313c023.cjs → WarningPolygon24-2313c023.cjs} +0 -0
  93. /package/dist/{WarningOne16-626c6928.cjs → WarningTriangle16-626c6928.cjs} +0 -0
  94. /package/dist/{Warning20-63af1f3d.cjs → WarningTriangle20-63af1f3d.cjs} +0 -0
  95. /package/dist/{Warning24-fa7380de.cjs → WarningTriangle24-fa7380de.cjs} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.