@pristy/pristy-libvue 2.9.0 → 2.10.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 (131) hide show
  1. package/dist/ActivityHistory-hEggqvVi.js +197 -0
  2. package/dist/ActivityHistory-hEggqvVi.js.map +1 -0
  3. package/dist/BookmarksComponent-uxfOgWPU.js +44 -0
  4. package/dist/BookmarksComponent-uxfOgWPU.js.map +1 -0
  5. package/dist/ChartWrapper-mNaipbXn.js +59 -0
  6. package/dist/ChartWrapper-mNaipbXn.js.map +1 -0
  7. package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js +104 -0
  8. package/dist/DisplayFileInDashboardComponent-BL-ooE6T.js.map +1 -0
  9. package/dist/ExternalApps-C24Qf4mq.js +90 -0
  10. package/dist/ExternalApps-C24Qf4mq.js.map +1 -0
  11. package/dist/FavoriteList-CxDxCNii.js +361 -0
  12. package/dist/FavoriteList-CxDxCNii.js.map +1 -0
  13. package/dist/MarkdownComponent-jHr71rfh.js +56 -0
  14. package/dist/MarkdownComponent-jHr71rfh.js.map +1 -0
  15. package/dist/SearchInput-DojcDnQU.js +58 -0
  16. package/dist/SearchInput-DojcDnQU.js.map +1 -0
  17. package/dist/UnknownBlockType-Pc9ihwij.js +22 -0
  18. package/dist/UnknownBlockType-Pc9ihwij.js.map +1 -0
  19. package/dist/index-DxH0-3Sq.js +38076 -0
  20. package/dist/index-DxH0-3Sq.js.map +1 -0
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +197 -33098
  23. package/dist/pristy-libvue.es.js.map +1 -1
  24. package/dist/pristy-libvue.umd.js +112 -15
  25. package/dist/pristy-libvue.umd.js.map +1 -1
  26. package/dist/src/components/CodeMirrorBase.vue.d.ts +34 -0
  27. package/dist/src/components/CodeMirrorBase.vue.d.ts.map +1 -0
  28. package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
  29. package/dist/src/components/IconPickerDialog.vue.d.ts +63 -0
  30. package/dist/src/components/IconPickerDialog.vue.d.ts.map +1 -0
  31. package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -1
  32. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +32 -3
  33. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  34. package/dist/src/components/classification/EmplacementForm.vue.d.ts +7 -0
  35. package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
  36. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +6 -2551
  37. package/dist/src/components/classification/NatureForm.vue.d.ts +7 -0
  38. package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
  39. package/dist/src/components/classification/NatureSelector.vue.d.ts +15 -2551
  40. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
  41. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  42. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +2007 -0
  43. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts.map +1 -0
  44. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +702 -0
  45. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts.map +1 -0
  46. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +877 -0
  47. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts.map +1 -0
  48. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +1893 -0
  49. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts.map +1 -0
  50. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts +42 -0
  51. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts.map +1 -0
  52. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts +80 -0
  53. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts.map +1 -0
  54. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts +77 -0
  55. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts.map +1 -0
  56. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts +53 -0
  57. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts.map +1 -0
  58. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts +61 -0
  59. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts.map +1 -0
  60. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts +76 -0
  61. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts.map +1 -0
  62. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts +221 -0
  63. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts.map +1 -0
  64. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts +76 -0
  65. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts.map +1 -0
  66. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts +72 -0
  67. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts.map +1 -0
  68. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts +4 -0
  69. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts.map +1 -0
  70. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts +60 -0
  71. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts.map +1 -0
  72. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts +38 -0
  73. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts.map +1 -0
  74. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts +36 -0
  75. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts.map +1 -0
  76. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts +73 -0
  77. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts.map +1 -0
  78. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts +141 -0
  79. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts.map +1 -0
  80. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts +44 -0
  81. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts.map +1 -0
  82. package/dist/src/components/dashboard/editor/validators.d.ts +24 -0
  83. package/dist/src/components/dashboard/editor/validators.d.ts.map +1 -0
  84. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +32 -0
  85. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts.map +1 -0
  86. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts +27 -0
  87. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts.map +1 -0
  88. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts +41 -0
  89. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts.map +1 -0
  90. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts +337 -0
  91. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts.map +1 -0
  92. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts +32 -0
  93. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts.map +1 -0
  94. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts +36 -0
  95. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts.map +1 -0
  96. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts +35 -0
  97. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts.map +1 -0
  98. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts +131 -0
  99. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts.map +1 -0
  100. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts +28 -0
  101. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts.map +1 -0
  102. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts +31 -0
  103. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts.map +1 -0
  104. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts +26 -0
  105. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts.map +1 -0
  106. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts +30 -0
  107. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts.map +1 -0
  108. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts +14 -0
  109. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts.map +1 -0
  110. package/dist/src/components/layouts/AppLayout.vue.d.ts +2 -2
  111. package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
  112. package/dist/src/components/layouts/AppTopbar.vue.d.ts +1 -1
  113. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  114. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  115. package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -1
  116. package/dist/src/components/workspace/WorkspaceList.vue.d.ts +1 -1
  117. package/dist/src/composables/useDragDrop.d.ts +17 -0
  118. package/dist/src/composables/useDragDrop.d.ts.map +1 -0
  119. package/dist/src/composables/useGridValidation.d.ts +12 -0
  120. package/dist/src/composables/useGridValidation.d.ts.map +1 -0
  121. package/dist/src/composables/useResize.d.ts +13 -0
  122. package/dist/src/composables/useResize.d.ts.map +1 -0
  123. package/dist/src/i18n/index.d.ts +554 -0
  124. package/dist/src/i18n/index.d.ts.map +1 -1
  125. package/dist/src/index.d.ts +10 -1
  126. package/dist/src/index.d.ts.map +1 -1
  127. package/dist/src/services/DashboardService.d.ts +77 -0
  128. package/dist/src/services/DashboardService.d.ts.map +1 -0
  129. package/dist/src/stores/config.d.ts +12 -3
  130. package/dist/src/stores/config.d.ts.map +1 -1
  131. package/package.json +4 -4

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.