2021-08-06 08:31:17 +00:00
|
|
|
//
|
|
|
|
// Copyright © 2020, 2021 Anticrm Platform Contributors.
|
|
|
|
// Copyright © 2021 Hardcore Engineering Inc.
|
2021-12-30 09:04:32 +00:00
|
|
|
//
|
2021-08-06 08:31:17 +00:00
|
|
|
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License. You may
|
|
|
|
// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
|
2021-12-30 09:04:32 +00:00
|
|
|
//
|
2021-08-06 08:31:17 +00:00
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2021-12-30 09:04:32 +00:00
|
|
|
//
|
2021-08-06 08:31:17 +00:00
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
//
|
|
|
|
|
2022-09-21 08:08:25 +00:00
|
|
|
import { addStringsLoader } from '@hcengineering/platform'
|
2021-12-17 12:14:34 +00:00
|
|
|
import { presentationId } from './plugin'
|
2021-12-30 09:04:32 +00:00
|
|
|
export * from './attributes'
|
2021-10-04 19:18:23 +00:00
|
|
|
export { default as AttributeBarEditor } from './components/AttributeBarEditor.svelte'
|
2021-12-06 10:07:08 +00:00
|
|
|
export { default as AttributeEditor } from './components/AttributeEditor.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { default as AttributesBar } from './components/AttributesBar.svelte'
|
|
|
|
export { default as Avatar } from './components/Avatar.svelte'
|
2023-01-19 07:49:13 +00:00
|
|
|
export { default as AssigneeBox } from './components/AssigneeBox.svelte'
|
2021-09-08 16:16:07 +00:00
|
|
|
export { default as Card } from './components/Card.svelte'
|
2022-05-16 11:41:22 +00:00
|
|
|
export { default as CombineAvatars } from './components/CombineAvatars.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { default as EditableAvatar } from './components/EditableAvatar.svelte'
|
2022-04-12 05:59:38 +00:00
|
|
|
export { default as Members } from './components/Members.svelte'
|
2021-10-13 08:39:46 +00:00
|
|
|
export { default as MessageBox } from './components/MessageBox.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { default as MessageViewer } from './components/MessageViewer.svelte'
|
2022-05-29 04:56:06 +00:00
|
|
|
export { default as ObjectPopup } from './components/ObjectPopup.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { default as PDFViewer } from './components/PDFViewer.svelte'
|
2021-11-02 08:45:08 +00:00
|
|
|
export { default as SpaceCreateCard } from './components/SpaceCreateCard.svelte'
|
2022-04-27 08:47:29 +00:00
|
|
|
export { default as SpaceMultiBoxList } from './components/SpaceMultiBoxList.svelte'
|
2021-12-13 09:05:46 +00:00
|
|
|
export { default as SpaceSelect } from './components/SpaceSelect.svelte'
|
2022-05-16 11:41:22 +00:00
|
|
|
export { default as SpaceSelector } from './components/SpaceSelector.svelte'
|
|
|
|
export { default as SpacesMultiPopup } from './components/SpacesMultiPopup.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { default as UserBox } from './components/UserBox.svelte'
|
|
|
|
export { default as UserBoxList } from './components/UserBoxList.svelte'
|
|
|
|
export { default as UserInfo } from './components/UserInfo.svelte'
|
2022-06-29 05:51:29 +00:00
|
|
|
export { default as EmployeeBox } from './components/EmployeeBox.svelte'
|
2022-04-12 17:04:29 +00:00
|
|
|
export { default as UsersPopup } from './components/UsersPopup.svelte'
|
2022-06-28 06:50:39 +00:00
|
|
|
export { default as MembersBox } from './components/MembersBox.svelte'
|
|
|
|
export { default as IconMembers } from './components/icons/Members.svelte'
|
2023-01-19 07:49:13 +00:00
|
|
|
export { default as IconPerson } from './components/icons/Person.svelte'
|
2022-06-28 06:50:39 +00:00
|
|
|
export { default as IconMembersOutline } from './components/icons/MembersOutline.svelte'
|
2022-09-09 03:44:33 +00:00
|
|
|
export { default as ObjectSearchPopup } from './components/ObjectSearchPopup.svelte'
|
2023-01-04 17:58:54 +00:00
|
|
|
export { default as IndexedDocumentPreview } from './components/IndexedDocumentPreview.svelte'
|
2023-02-15 03:14:20 +00:00
|
|
|
export { default as IndexedDocumentCompare } from './components/IndexedDocumentCompare.svelte'
|
2023-01-12 19:56:35 +00:00
|
|
|
export { default as DraggableList } from './components/DraggableList.svelte'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { connect, versionError } from './connect'
|
|
|
|
export { default } from './plugin'
|
|
|
|
export * from './types'
|
|
|
|
export * from './utils'
|
2022-12-08 01:17:53 +00:00
|
|
|
export * from './drafts'
|
2022-04-01 05:57:22 +00:00
|
|
|
export { presentationId }
|
2021-12-17 12:14:34 +00:00
|
|
|
|
|
|
|
addStringsLoader(presentationId, async (lang: string) => {
|
|
|
|
return await import(`../lang/${lang}.json`)
|
|
|
|
})
|