@pristy/pristy-libvue 2.18.3 → 2.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 (67) hide show
  1. package/dist/{ActivityHistory-CQmJgU40.js → ActivityHistory-mnyCOXpF.js} +46 -36
  2. package/dist/ActivityHistory-mnyCOXpF.js.map +1 -0
  3. package/dist/{BookmarksComponent-BdiLg2Er.js → BookmarksComponent-Ct3cvar_.js} +2 -2
  4. package/dist/{BookmarksComponent-BdiLg2Er.js.map → BookmarksComponent-Ct3cvar_.js.map} +1 -1
  5. package/dist/{ChartWrapper-CgUrZaUH.js → ChartWrapper-D47EsmaA.js} +2 -2
  6. package/dist/{ChartWrapper-CgUrZaUH.js.map → ChartWrapper-D47EsmaA.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js → DisplayFileInDashboardComponent-d1VV0zCK.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js.map → DisplayFileInDashboardComponent-d1VV0zCK.js.map} +1 -1
  9. package/dist/{ExternalApps-1f9eHjBf.js → ExternalApps-qh9EP0C1.js} +2 -2
  10. package/dist/{ExternalApps-1f9eHjBf.js.map → ExternalApps-qh9EP0C1.js.map} +1 -1
  11. package/dist/{FavoriteList-B-ySLbc4.js → FavoriteList-DSuKUDkO.js} +2 -2
  12. package/dist/{FavoriteList-B-ySLbc4.js.map → FavoriteList-DSuKUDkO.js.map} +1 -1
  13. package/dist/{MarkdownComponent-CLjB6lw1.js → MarkdownComponent-BuXsGIqz.js} +2 -2
  14. package/dist/{MarkdownComponent-CLjB6lw1.js.map → MarkdownComponent-BuXsGIqz.js.map} +1 -1
  15. package/dist/{SearchInput-BJRzn58R.js → SearchInput-Btu1tLFU.js} +2 -2
  16. package/dist/{SearchInput-BJRzn58R.js.map → SearchInput-Btu1tLFU.js.map} +1 -1
  17. package/dist/{UnknownBlockType-w2yffn4Y.js → UnknownBlockType-DqgwDcoj.js} +2 -2
  18. package/dist/{UnknownBlockType-w2yffn4Y.js.map → UnknownBlockType-DqgwDcoj.js.map} +1 -1
  19. package/dist/{index-Dh35mLnd.js → index-DVW6EuXw.js} +10183 -9586
  20. package/dist/index-DVW6EuXw.js.map +1 -0
  21. package/dist/{jszip.min-BrmBkVmG.js → jszip.min-BNqdRFyY.js} +445 -443
  22. package/dist/jszip.min-BNqdRFyY.js.map +1 -0
  23. package/dist/pristy-libvue.css +1 -1
  24. package/dist/pristy-libvue.es.js +1 -1
  25. package/dist/pristy-libvue.umd.js +31 -23
  26. package/dist/pristy-libvue.umd.js.map +1 -1
  27. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +3 -0
  28. package/dist/src/components/classification/FieldForm.vue.d.ts +3 -0
  29. package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
  30. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +72 -0
  31. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +11 -0
  32. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +61 -0
  33. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +72 -0
  34. package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts +66 -0
  35. package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts.map +1 -0
  36. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +11 -0
  37. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +29 -5
  38. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  39. package/dist/src/components/navigation/PreviewPanel.vue.d.ts +10 -0
  40. package/dist/src/components/popup/SendMailPopup.vue.d.ts +31 -5
  41. package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
  42. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
  43. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
  44. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
  45. package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
  46. package/dist/src/components/search/SaveViewPopup.vue.d.ts +1 -1
  47. package/dist/src/components/viewer/PDFComponent.vue.d.ts +10 -0
  48. package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
  49. package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts +9 -0
  50. package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts.map +1 -0
  51. package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
  52. package/dist/src/i18n/index.d.ts +76 -0
  53. package/dist/src/i18n/index.d.ts.map +1 -1
  54. package/dist/src/services/PdfSignatureService.d.ts +2 -0
  55. package/dist/src/services/PdfSignatureService.d.ts.map +1 -0
  56. package/dist/src/services/userSearchQuery.d.ts +31 -0
  57. package/dist/src/services/userSearchQuery.d.ts.map +1 -0
  58. package/dist/src/stores/config.d.ts +9 -0
  59. package/dist/src/stores/config.d.ts.map +1 -1
  60. package/dist/src/stores/search.d.ts +2 -0
  61. package/dist/src/stores/search.d.ts.map +1 -1
  62. package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
  63. package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
  64. package/package.json +11 -9
  65. package/dist/ActivityHistory-CQmJgU40.js.map +0 -1
  66. package/dist/index-Dh35mLnd.js.map +0 -1
  67. package/dist/jszip.min-BrmBkVmG.js.map +0 -1

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.