@pristy/pristy-libvue 2.0.0 → 2.1.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/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +0 -36
- package/dist/components/chat/ChatInput.vue.d.ts +50 -0
- package/dist/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/components/chat/ChatMessage.vue.d.ts +41 -0
- package/dist/components/chat/ChatMessage.vue.d.ts.map +1 -0
- package/dist/components/chat/ChatPanel.vue.d.ts +434 -0
- package/dist/components/chat/ChatPanel.vue.d.ts.map +1 -0
- package/dist/components/chat/ChatRoomList.vue.d.ts +52 -0
- package/dist/components/chat/ChatRoomList.vue.d.ts.map +1 -0
- package/dist/components/config/ConfigItemEditor.vue.d.ts +12 -0
- package/dist/components/config/ConfigItemEditor.vue.d.ts.map +1 -0
- package/dist/components/config/ConfigSplitView.vue.d.ts +14 -0
- package/dist/components/config/ConfigSplitView.vue.d.ts.map +1 -0
- package/dist/components/navigation/ContentGridView.vue.d.ts +4 -1
- package/dist/components/navigation/ContentListView.vue.d.ts +4 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts +4 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +39 -24
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts +21 -15
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +7 -7
- package/dist/components/users/MemberList.vue.d.ts +6 -6
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/composables/useChatWebSocket.d.ts +20 -0
- package/dist/composables/useChatWebSocket.d.ts.map +1 -0
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +94 -0
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +11581 -9266
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +20 -20
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/AlfrescoFileService.d.ts +17 -1
- package/dist/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/services/ChatBackendService.d.ts +72 -0
- package/dist/services/ChatBackendService.d.ts.map +1 -0
- package/dist/services/CollabService.d.ts +12 -2
- package/dist/services/CollabService.d.ts.map +1 -1
- package/dist/services/FavoriteService.d.ts +1 -2
- package/dist/services/FavoriteService.d.ts.map +1 -1
- package/dist/services/MenuService.d.ts +1 -1
- package/dist/services/NodeToMenuItemService.d.ts +2 -2
- package/dist/services/NodeToMenuItemService.d.ts.map +1 -1
- package/dist/services/RocketChatAuthService.d.ts +79 -0
- package/dist/services/RocketChatAuthService.d.ts.map +1 -0
- package/dist/services/RocketChatService.d.ts +102 -0
- package/dist/services/RocketChatService.d.ts.map +1 -0
- package/dist/services/WorkspaceService.d.ts +16 -35
- package/dist/services/WorkspaceService.d.ts.map +1 -1
- package/dist/stores/chat.d.ts +337 -0
- package/dist/stores/chat.d.ts.map +1 -0
- package/dist/stores/config.d.ts +15 -0
- package/dist/stores/config.d.ts.map +1 -1
- package/dist/stores/favorites.d.ts +57 -0
- package/dist/stores/favorites.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/i18n/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ import { default as UploadTargetInfo } from './components/UploadTargetInfo.vue';
|
|
|
26
26
|
import { default as UploadStatus } from './components/UploadStatus.vue';
|
|
27
27
|
import { default as AddPairInConfigDialog } from './components/config/AddPairInConfigDialog.vue';
|
|
28
28
|
import { default as ConfigDatatable } from './components/config/ConfigDatatable.vue';
|
|
29
|
+
import { default as ConfigItemEditor } from './components/config/ConfigItemEditor.vue';
|
|
30
|
+
import { default as ConfigSplitView } from './components/config/ConfigSplitView.vue';
|
|
29
31
|
import { default as ConfigUpload } from './components/config/ConfigUpload.vue';
|
|
30
32
|
import { default as ListVersionConfig } from './components/config/ListVersionConfig.vue';
|
|
31
33
|
import { default as AddCriterionPopup } from './components/search/AddCriterionPopup.vue';
|
|
@@ -54,6 +56,10 @@ import { default as AppTopbar } from './components/layouts/AppTopbar.vue';
|
|
|
54
56
|
import { default as AppSubmenu } from './components/layouts/AppSubmenu.vue';
|
|
55
57
|
import { default as AppFooter } from './components/layouts/AppFooter.vue';
|
|
56
58
|
import { default as AppMobileLayout } from './components/layouts/AppMobileLayout.vue';
|
|
59
|
+
import { default as ChatPanel } from './components/chat/ChatPanel.vue';
|
|
60
|
+
import { default as ChatMessage } from './components/chat/ChatMessage.vue';
|
|
61
|
+
import { default as ChatInput } from './components/chat/ChatInput.vue';
|
|
62
|
+
import { default as ChatRoomList } from './components/chat/ChatRoomList.vue';
|
|
57
63
|
export { default as alfrescoFileService } from './services/AlfrescoFileService.js';
|
|
58
64
|
export { default as alfrescoNodeService } from './services/AlfrescoNodeService.js';
|
|
59
65
|
export { default as alfrescoPermissionService } from './services/AlfrescoPermissionService.js';
|
|
@@ -72,6 +78,9 @@ export { default as workspaceService } from './services/WorkspaceService.js';
|
|
|
72
78
|
export { default as configService } from './services/ConfigService.js';
|
|
73
79
|
export { default as userViewService } from './services/UserViewService.js';
|
|
74
80
|
export { default as alfrescoModelService } from './services/AlfrescoModelService.js';
|
|
81
|
+
export { default as chatBackendService } from './services/ChatBackendService.js';
|
|
82
|
+
export { default as rocketChatService } from './services/RocketChatService.js';
|
|
83
|
+
export { default as rocketChatAuthService } from './services/RocketChatAuthService.js';
|
|
75
84
|
export { default as vueKeyCloak } from './plugins/KeycloakPlugin.js';
|
|
76
85
|
export { default as i18n } from './i18n';
|
|
77
86
|
export { messages } from './i18n/locales';
|
|
@@ -80,6 +89,7 @@ export { useTheme } from './composables/useTheme.js';
|
|
|
80
89
|
export { useCollaboraStore } from './stores/collabora';
|
|
81
90
|
export { useCollabStore } from './stores/collab.js';
|
|
82
91
|
export { useConfigStore } from './stores/config';
|
|
92
|
+
export { useFavoritesStore } from './stores/favorites.js';
|
|
83
93
|
export { useMenuStore } from './stores/menu';
|
|
84
94
|
export { useNavigationStore } from './stores/navigation.js';
|
|
85
95
|
export { useSearchStore } from './stores/search';
|
|
@@ -91,13 +101,14 @@ export { useUserStore } from './stores/user';
|
|
|
91
101
|
export { useScreenStore } from './stores/screen';
|
|
92
102
|
export { useUploadStore } from './stores/upload';
|
|
93
103
|
export { useUserViewStore } from './stores/userView.js';
|
|
104
|
+
export { useChatStore } from './stores/chat.js';
|
|
94
105
|
export { default as LoginPage } from './pages/LoginPage.vue';
|
|
95
106
|
export { default as NotFoundPages } from './pages/NotFoundPages.vue';
|
|
96
107
|
export { default as ErrorPage } from './pages/ErrorPage.vue';
|
|
97
108
|
export namespace componentLibrary {
|
|
98
109
|
function install(app: any): void;
|
|
99
110
|
}
|
|
100
|
-
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout };
|
|
111
|
+
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, ChatPanel, ChatMessage, ChatInput, ChatRoomList };
|
|
101
112
|
export { default as filingPlanService, NatureDocument, TypeDossier } from './services/FilingPlanService.js';
|
|
102
113
|
export { useLayout, MENU_MODES, MENU_THEMES } from './composables/useLayout.js';
|
|
103
114
|
export { checkNotNull, checkString } from './directives/assert.js';
|
|
@@ -105,4 +116,5 @@ export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorVie
|
|
|
105
116
|
export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from './composables/useMarkdownPreview.js';
|
|
106
117
|
export { useCollabWebSocket, ConnectionState } from './composables/useCollabWebSocket.js';
|
|
107
118
|
export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from './composables/useCollabEditor.js';
|
|
119
|
+
export { useChatWebSocket, ConnectionState as ChatConnectionState } from './composables/useChatWebSocket.js';
|
|
108
120
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmFE,iCAgEC;;yBAlIsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;4BAC7C,6CAA6C;+BAC1C,gDAAgD;iCAC9C,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;2BAC5C,iCAAiC;4BALhC,kCAAkC;uBAMvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;8BACnC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAMnC,0CAA0C;0BAC1C,0CAA0C;gCAtCpC,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAS9B,8CAA8C;2BAkBrD,iCAAiC;sBAStC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;sBAbhD,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC"}
|