@pristy/pristy-libvue 2.18.2 → 2.19.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/README.md +13 -0
- package/dist/{ActivityHistory-Ceg-TT2z.js → ActivityHistory-_0tW0rvq.js} +46 -36
- package/dist/ActivityHistory-_0tW0rvq.js.map +1 -0
- package/dist/{BookmarksComponent-B9Cs5W3M.js → BookmarksComponent-Cho18tdw.js} +2 -2
- package/dist/{BookmarksComponent-B9Cs5W3M.js.map → BookmarksComponent-Cho18tdw.js.map} +1 -1
- package/dist/{ChartWrapper-FvxEDgfp.js → ChartWrapper-SxW9ySdd.js} +2 -2
- package/dist/{ChartWrapper-FvxEDgfp.js.map → ChartWrapper-SxW9ySdd.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js → DisplayFileInDashboardComponent-DybH5peP.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js.map → DisplayFileInDashboardComponent-DybH5peP.js.map} +1 -1
- package/dist/{ExternalApps-C7affsUK.js → ExternalApps-CAgQ4Fj6.js} +2 -2
- package/dist/{ExternalApps-C7affsUK.js.map → ExternalApps-CAgQ4Fj6.js.map} +1 -1
- package/dist/{FavoriteList-By-5ScJW.js → FavoriteList-CIvIXlWH.js} +2 -2
- package/dist/{FavoriteList-By-5ScJW.js.map → FavoriteList-CIvIXlWH.js.map} +1 -1
- package/dist/{MarkdownComponent-D3pdlWVI.js → MarkdownComponent-ClspMFPD.js} +2 -2
- package/dist/{MarkdownComponent-D3pdlWVI.js.map → MarkdownComponent-ClspMFPD.js.map} +1 -1
- package/dist/{SearchInput-DzA1MVbI.js → SearchInput-DqVul-dd.js} +2 -2
- package/dist/{SearchInput-DzA1MVbI.js.map → SearchInput-DqVul-dd.js.map} +1 -1
- package/dist/{UnknownBlockType-BfQLAxi6.js → UnknownBlockType-GuPCc_3z.js} +2 -2
- package/dist/{UnknownBlockType-BfQLAxi6.js.map → UnknownBlockType-GuPCc_3z.js.map} +1 -1
- package/dist/{index-B82yEdg6.js → index-Bat41R_Q.js} +10703 -9896
- package/dist/index-Bat41R_Q.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 +190 -186
- package/dist/pristy-libvue.umd.js +30 -22
- 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/config/ListVersionConfig.vue.d.ts +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/layouts/AppSubmenu.vue.d.ts +4 -2
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts +63 -0
- package/dist/src/components/layouts/AppSwitcher.vue.d.ts.map +1 -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 +96 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +3 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AppSwitcherService.d.ts +36 -0
- package/dist/src/services/AppSwitcherService.d.ts.map +1 -0
- 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 +3 -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 +16 -13
- package/dist/ActivityHistory-Ceg-TT2z.js.map +0 -1
- package/dist/index-B82yEdg6.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.