@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.
- package/dist/{ActivityHistory-CQmJgU40.js → ActivityHistory-mnyCOXpF.js} +46 -36
- package/dist/ActivityHistory-mnyCOXpF.js.map +1 -0
- package/dist/{BookmarksComponent-BdiLg2Er.js → BookmarksComponent-Ct3cvar_.js} +2 -2
- package/dist/{BookmarksComponent-BdiLg2Er.js.map → BookmarksComponent-Ct3cvar_.js.map} +1 -1
- package/dist/{ChartWrapper-CgUrZaUH.js → ChartWrapper-D47EsmaA.js} +2 -2
- package/dist/{ChartWrapper-CgUrZaUH.js.map → ChartWrapper-D47EsmaA.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js → DisplayFileInDashboardComponent-d1VV0zCK.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-BitxF6kA.js.map → DisplayFileInDashboardComponent-d1VV0zCK.js.map} +1 -1
- package/dist/{ExternalApps-1f9eHjBf.js → ExternalApps-qh9EP0C1.js} +2 -2
- package/dist/{ExternalApps-1f9eHjBf.js.map → ExternalApps-qh9EP0C1.js.map} +1 -1
- package/dist/{FavoriteList-B-ySLbc4.js → FavoriteList-DSuKUDkO.js} +2 -2
- package/dist/{FavoriteList-B-ySLbc4.js.map → FavoriteList-DSuKUDkO.js.map} +1 -1
- package/dist/{MarkdownComponent-CLjB6lw1.js → MarkdownComponent-BuXsGIqz.js} +2 -2
- package/dist/{MarkdownComponent-CLjB6lw1.js.map → MarkdownComponent-BuXsGIqz.js.map} +1 -1
- package/dist/{SearchInput-BJRzn58R.js → SearchInput-Btu1tLFU.js} +2 -2
- package/dist/{SearchInput-BJRzn58R.js.map → SearchInput-Btu1tLFU.js.map} +1 -1
- package/dist/{UnknownBlockType-w2yffn4Y.js → UnknownBlockType-DqgwDcoj.js} +2 -2
- package/dist/{UnknownBlockType-w2yffn4Y.js.map → UnknownBlockType-DqgwDcoj.js.map} +1 -1
- package/dist/{index-Dh35mLnd.js → index-DVW6EuXw.js} +10183 -9586
- package/dist/index-DVW6EuXw.js.map +1 -0
- package/dist/{jszip.min-BrmBkVmG.js → jszip.min-BNqdRFyY.js} +445 -443
- package/dist/jszip.min-BNqdRFyY.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +1 -1
- package/dist/pristy-libvue.umd.js +31 -23
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts +3 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/dashboard/DashboardAdminPage.vue.d.ts +72 -0
- package/dist/src/components/dashboard/DashboardComponent.vue.d.ts +11 -0
- package/dist/src/components/dashboard/editor/BlockConfigEditor.vue.d.ts +61 -0
- package/dist/src/components/dashboard/editor/DashboardEditor.vue.d.ts +72 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts +66 -0
- package/dist/src/components/dashboard/editor/block-configs/MyActivityConfig.vue.d.ts.map +1 -0
- package/dist/src/components/dashboard/widgets/ActivityHistory.vue.d.ts +11 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +29 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +10 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +31 -5
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +10 -0
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts +9 -0
- package/dist/src/components/viewer/PdfSignaturePanel.vue.d.ts.map +1 -0
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +76 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/PdfSignatureService.d.ts +2 -0
- package/dist/src/services/PdfSignatureService.d.ts.map +1 -0
- package/dist/src/services/userSearchQuery.d.ts +31 -0
- package/dist/src/services/userSearchQuery.d.ts.map +1 -0
- package/dist/src/stores/config.d.ts +9 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts +2 -0
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +11 -9
- package/dist/ActivityHistory-CQmJgU40.js.map +0 -1
- package/dist/index-Dh35mLnd.js.map +0 -1
- 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.