@@ -67,13 +67,15 @@ import DomNotFoundError from './error/dom-not-found.error'
6767import NotFoundError from './error/not-found.error'
6868import StaticClassInstantiationError from './error/static-class-instantiation.error'
6969import { UseAllSelectedInfo } from './hook/use-all-selected-info.type'
70- import { UseBase } from './hook/use-base.type'
70+ import { UseGlobalAttribute } from './hook/use-global-attribute.type'
71+ import { UseGlobal } from './hook/use-global.type'
7172import { UseLastSelectedInfo } from './hook/use-last-selected-info.type'
7273import { UseSelectedInfo } from './hook/use-selected-info.type'
7374import { UseSelectedMaterialInfo } from './hook/use-selected-material-info.type'
7475import { UseStepOptions } from './hook/use-step-options.type'
7576import { UseTargetNodeAttribute } from './hook/use-target-node-attribute.type'
7677import { UseTargetNode } from './hook/use-target-node.type'
78+ import { UseTargetStepAttribute } from './hook/use-target-step-attribute.type'
7779import { UseTargetStep } from './hook/use-target-step.type'
7880import BasePlugin from './plugin/base-plugin'
7981import DialogPlugin from './plugin/dialog-plugin'
@@ -238,8 +240,12 @@ import UserAuth from './service/main/user/dto/user-auth.interface'
238240import UserInfo from './service/main/user/dto/user-info.interface'
239241import UserServiceApi from './service/main/user/user-service-api'
240242import { AttributeType } from './service/sync/attribute/dto/attribute-type.enum'
241- import IGlobalAttribute from './service/sync/attribute/instance/global-attribute.interface'
242- import IStepAttribute from './service/sync/attribute/instance/step-attribute.interface'
243+ import IGlobalAttribute , {
244+ GlobalAttributeSubscriber ,
245+ } from './service/sync/attribute/instance/global-attribute.interface'
246+ import IStepAttribute , {
247+ StepAttributeTargetSubscriber ,
248+ } from './service/sync/attribute/instance/step-attribute.interface'
243249import AttributeServiceApi from './service/sync/attribute/service/attribute-service-api'
244250import TargetMultiNodeServiceApi , {
245251 TargetMultiNodeSubscriber ,
@@ -340,12 +346,6 @@ import UrlUtils from './utils/url-utils'
340346import VectorUtils from './utils/vector-utils'
341347
342348export type {
343- AttributeServiceApi ,
344- IBaseAttribute ,
345- IStepAttribute ,
346- INodeAttribute ,
347- IGlobalAttribute ,
348- IAttribute ,
349349 Intl ,
350350 MeetingState ,
351351 PluginState ,
@@ -489,9 +489,6 @@ export type {
489489 SelectedSubscriber ,
490490 LastSubscriber ,
491491 RsSelectionState ,
492- UseBase ,
493- UseTargetStep ,
494- UseTargetNode ,
495492 UseStepOptions ,
496493 V2 ,
497494 V3 ,
@@ -578,7 +575,20 @@ export type {
578575 ShowAttributeContextMenuOptions ,
579576 StepBlockSelectProps ,
580577 TargetMultiNodeServiceApi ,
578+ UseGlobal ,
579+ UseGlobalAttribute ,
580+ UseTargetStep ,
581+ UseTargetStepAttribute ,
582+ UseTargetNode ,
581583 UseTargetNodeAttribute ,
584+ AttributeServiceApi ,
585+ IAttribute ,
586+ IBaseAttribute ,
587+ IGlobalAttribute ,
588+ GlobalAttributeSubscriber ,
589+ IStepAttribute ,
590+ StepAttributeTargetSubscriber ,
591+ INodeAttribute ,
582592 NodeAttributeTargetSubscriber ,
583593}
584594
0 commit comments