Custom ref attributes (#1695)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-05-07 00:48:43 +07:00
committed by GitHub
parent 9951132b3c
commit de9de716b5
23 changed files with 176 additions and 72 deletions
+18 -1
View File
@@ -14,13 +14,30 @@
//
import type { Employee } from '@anticrm/contact'
import { AttachedDoc, Class, Doc, Interface, Markup, Mixin, Ref, Space, Timestamp, TxOperations } from '@anticrm/core'
import {
AttachedDoc,
Class,
Doc,
Domain,
Interface,
Markup,
Mixin,
Ref,
Space,
Timestamp,
TxOperations
} from '@anticrm/core'
import type { Asset, IntlString, Plugin } from '@anticrm/platform'
import { plugin } from '@anticrm/platform'
import type { AnyComponent } from '@anticrm/ui'
import { ViewletDescriptor } from '@anticrm/view'
import { genRanks } from './utils'
/**
* @public
*/
export const DOMAIN_STATE = 'state' as Domain
/**
* @public
*/