@pristy/pristy-libvue 2.8.4 → 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 (145) 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 -32609
  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/FolderUpload.vue.d.ts +6 -0
  30. package/dist/src/components/IconPickerDialog.vue.d.ts +63 -0
  31. package/dist/src/components/IconPickerDialog.vue.d.ts.map +1 -0
  32. package/dist/src/components/UploadStatus.vue.d.ts +6 -0
  33. package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -1
  34. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +32 -3
  35. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  36. package/dist/src/components/classification/EmplacementForm.vue.d.ts +7 -0
  37. package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
  38. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +6 -2541
  39. package/dist/src/components/classification/NatureForm.vue.d.ts +7 -0
  40. package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
  41. package/dist/src/components/classification/NatureSelector.vue.d.ts +15 -2541
  42. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
  43. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  44. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +2007 -0
  45. package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts.map +1 -0
  46. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +702 -0
  47. package/dist/src/components/dashboard/DashboardComponent.vue.d.ts.map +1 -0
  48. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +877 -0
  49. package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts.map +1 -0
  50. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +1893 -0
  51. package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts.map +1 -0
  52. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts +42 -0
  53. package/dist/src/components/dashboard/editor/FieldLabel.vue.d.ts.map +1 -0
  54. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts +80 -0
  55. package/dist/src/components/dashboard/editor/JsonEditorDialog.vue.d.ts.map +1 -0
  56. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts +77 -0
  57. package/dist/src/components/dashboard/editor/MarkdownEditorDialog.vue.d.ts.map +1 -0
  58. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts +53 -0
  59. package/dist/src/components/dashboard/editor/VersionHistoryDialog.vue.d.ts.map +1 -0
  60. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts +61 -0
  61. package/dist/src/components/dashboard/editor/block-configs/BookmarksConfig.vue.d.ts.map +1 -0
  62. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts +76 -0
  63. package/dist/src/components/dashboard/editor/block-configs/ChartConfig.vue.d.ts.map +1 -0
  64. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts +221 -0
  65. package/dist/src/components/dashboard/editor/block-configs/ExternalAppsConfig.vue.d.ts.map +1 -0
  66. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts +76 -0
  67. package/dist/src/components/dashboard/editor/block-configs/FavoritesConfig.vue.d.ts.map +1 -0
  68. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts +72 -0
  69. package/dist/src/components/dashboard/editor/block-configs/MarkdownConfig.vue.d.ts.map +1 -0
  70. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts +4 -0
  71. package/dist/src/components/dashboard/editor/block-configs/NoConfig.vue.d.ts.map +1 -0
  72. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts +60 -0
  73. package/dist/src/components/dashboard/editor/block-configs/PdfImageConfig.vue.d.ts.map +1 -0
  74. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts +38 -0
  75. package/dist/src/components/dashboard/editor/grid/BasketPanel.vue.d.ts.map +1 -0
  76. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts +36 -0
  77. package/dist/src/components/dashboard/editor/grid/BlockTypeSelector.vue.d.ts.map +1 -0
  78. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts +73 -0
  79. package/dist/src/components/dashboard/editor/grid/GridBlock.vue.d.ts.map +1 -0
  80. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts +141 -0
  81. package/dist/src/components/dashboard/editor/grid/GridEditor.vue.d.ts.map +1 -0
  82. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts +44 -0
  83. package/dist/src/components/dashboard/editor/grid/MinimapPanel.vue.d.ts.map +1 -0
  84. package/dist/src/components/dashboard/editor/validators.d.ts +24 -0
  85. package/dist/src/components/dashboard/editor/validators.d.ts.map +1 -0
  86. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +32 -0
  87. package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts.map +1 -0
  88. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts +27 -0
  89. package/dist/src/components/dashboard/widgets/BookmarksComponent.vue.d.ts.map +1 -0
  90. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts +41 -0
  91. package/dist/src/components/dashboard/widgets/ChartWrapper.vue.d.ts.map +1 -0
  92. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts +337 -0
  93. package/dist/src/components/dashboard/widgets/DisplayFileInDashboardComponent.vue.d.ts.map +1 -0
  94. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts +32 -0
  95. package/dist/src/components/dashboard/widgets/ExternalApps.vue.d.ts.map +1 -0
  96. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts +36 -0
  97. package/dist/src/components/dashboard/widgets/FavoriteFileList.vue.d.ts.map +1 -0
  98. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts +35 -0
  99. package/dist/src/components/dashboard/widgets/FavoriteFolderList.vue.d.ts.map +1 -0
  100. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts +131 -0
  101. package/dist/src/components/dashboard/widgets/FavoriteList.vue.d.ts.map +1 -0
  102. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts +28 -0
  103. package/dist/src/components/dashboard/widgets/FavoriteSiteList.vue.d.ts.map +1 -0
  104. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts +31 -0
  105. package/dist/src/components/dashboard/widgets/MarkdownComponent.vue.d.ts.map +1 -0
  106. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts +26 -0
  107. package/dist/src/components/dashboard/widgets/OnlyImageDisplayed.vue.d.ts.map +1 -0
  108. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts +30 -0
  109. package/dist/src/components/dashboard/widgets/SearchInput.vue.d.ts.map +1 -0
  110. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts +14 -0
  111. package/dist/src/components/dashboard/widgets/UnknownBlockType.vue.d.ts.map +1 -0
  112. package/dist/src/components/layouts/AppLayout.vue.d.ts +2 -2
  113. package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
  114. package/dist/src/components/layouts/AppTopbar.vue.d.ts +1 -1
  115. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  116. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  117. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +41 -0
  118. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  119. package/dist/src/components/navigation/GhostNodeRow.vue.d.ts +34 -0
  120. package/dist/src/components/navigation/GhostNodeRow.vue.d.ts.map +1 -0
  121. package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +12 -0
  122. package/dist/src/components/toast/CustomToastContent.vue.d.ts +1 -1
  123. package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -1
  124. package/dist/src/components/workspace/WorkspaceList.vue.d.ts +1 -1
  125. package/dist/src/composables/useDragDrop.d.ts +17 -0
  126. package/dist/src/composables/useDragDrop.d.ts.map +1 -0
  127. package/dist/src/composables/useGhostNodes.d.ts +20 -0
  128. package/dist/src/composables/useGhostNodes.d.ts.map +1 -0
  129. package/dist/src/composables/useGridValidation.d.ts +12 -0
  130. package/dist/src/composables/useGridValidation.d.ts.map +1 -0
  131. package/dist/src/composables/useResize.d.ts +13 -0
  132. package/dist/src/composables/useResize.d.ts.map +1 -0
  133. package/dist/src/i18n/index.d.ts +564 -0
  134. package/dist/src/i18n/index.d.ts.map +1 -1
  135. package/dist/src/index.d.ts +13 -1
  136. package/dist/src/index.d.ts.map +1 -1
  137. package/dist/src/services/DashboardService.d.ts +77 -0
  138. package/dist/src/services/DashboardService.d.ts.map +1 -0
  139. package/dist/src/services/GhostMatcher.d.ts +40 -0
  140. package/dist/src/services/GhostMatcher.d.ts.map +1 -0
  141. package/dist/src/stores/config.d.ts +12 -3
  142. package/dist/src/stores/config.d.ts.map +1 -1
  143. package/dist/src/stores/upload.d.ts +19 -0
  144. package/dist/src/stores/upload.d.ts.map +1 -1
  145. package/package.json +8 -8
@@ -1,5 +1,7 @@
1
1
  import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ObjectDirective, ComponentProvideOptions } from 'vue';
2
2
  import { ToastServiceMethods } from 'primevue/toastservice';
3
+ import { ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
4
+ import { LocaleMessage, RemoveIndexSignature } from '@intlify/core-base';
3
5
  import { DefineComponent } from '@primevue/core';
4
6
  import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
5
7
  import { MultiSelectProps, MultiSelectSlots, MultiSelectFilterEvent, MultiSelectChangeEvent, MultiSelectAllChangeEvent, MultiSelectMethods } from 'primevue/multiselect';
@@ -34,6 +36,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
34
36
  };
35
37
  }>, {
36
38
  toast: ToastServiceMethods;
39
+ t: ComposerTranslation<{
40
+ [x: string]: LocaleMessage<VueMessageType>;
41
+ }, string, RemoveIndexSignature<{
42
+ [x: string]: LocaleMessageValue<VueMessageType>;
43
+ }>, never, never, never>;
37
44
  }, {
38
45
  editableNature: {
39
46
  code: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NatureForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureForm.vue"],"names":[],"mappings":";;;;;;;;;AAuMA;"}
1
+ {"version":3,"file":"NatureForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/NatureForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAuMA;"}