@factoringplus/pl-components-pack-v3 1.9.14 → 1.20.0

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 (76) hide show
  1. package/README.md +48 -48
  2. package/dist/CNAME +1 -1
  3. package/dist/CalendarEdit20-a51b4232.js +18 -0
  4. package/dist/CalendarEdit20-f666f809.cjs +1 -0
  5. package/dist/CalendarEdit24-4ae260bb.js +18 -0
  6. package/dist/CalendarEdit24-f6eb859a.cjs +1 -0
  7. package/dist/Diagram24-887d9886.js +21 -0
  8. package/dist/Diagram24-8ba0c4a9.cjs +1 -0
  9. package/dist/Files24-a0b4bfb9.js +21 -0
  10. package/dist/Files24-db9136b0.cjs +1 -0
  11. package/dist/PlusCircle32-99045f80.cjs +1 -0
  12. package/dist/PlusCircle32-9d041ff5.js +27 -0
  13. package/dist/ShoppingBag24-443aa925.js +21 -0
  14. package/dist/ShoppingBag24-601a6d24.cjs +1 -0
  15. package/dist/{crypto-pro-actual-cades-plugin-214fc2e3.js → crypto-pro-actual-cades-plugin-276931cb.js} +1 -1
  16. package/dist/{crypto-pro-actual-cades-plugin-bba493d2.cjs → crypto-pro-actual-cades-plugin-bbd4b616.cjs} +1 -1
  17. package/dist/entry-4197d01f.cjs +115 -0
  18. package/dist/{entry-fb2bba53.js → entry-7f85aa9d.js} +11187 -11161
  19. package/dist/favicon.svg +4 -4
  20. package/dist/icon/cube20.svg +6 -6
  21. package/dist/icon/cube24.svg +6 -6
  22. package/dist/pl-components-pack-v3.cjs.js +1 -1
  23. package/dist/pl-components-pack-v3.es.js +35 -34
  24. package/dist/src/assets/calendar.json.d.ts +134 -134
  25. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
  26. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
  27. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  28. package/dist/src/components/components.d.ts +3 -1
  29. package/dist/src/components/data/pl-banner/index.d.ts +17 -17
  30. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
  31. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  32. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  33. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
  34. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
  35. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  36. package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
  37. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
  38. package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
  39. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  40. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  41. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
  42. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  43. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  44. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
  45. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  46. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
  47. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
  48. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
  49. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +36 -36
  50. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
  51. package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
  52. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
  53. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
  54. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  55. package/dist/src/components/form/pl-input-plus/index.d.ts +243 -243
  56. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
  57. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  58. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  59. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
  60. package/dist/src/components/form/pl-radio/index.d.ts +16 -16
  61. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
  62. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  63. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  64. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
  65. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  66. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  67. package/dist/src/components/shared/pl-icon/types/index.d.ts +1 -1
  68. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  69. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  70. package/dist/src/components/shared/pl-status-icon/index.d.ts +67 -0
  71. package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +31 -0
  72. package/dist/src/components/shared/pl-status-icon/types/index.d.ts +42 -0
  73. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
  74. package/dist/style.css +1 -1
  75. package/package.json +117 -117
  76. package/dist/entry-e6836236.cjs +0 -115

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.