SYMBOL INDEX (2188 symbols across 375 files) FILE: apps/web-antd/public/tinymce/tinymce.d.ts type StringPathBookmark (line 1) | interface StringPathBookmark { type RangeBookmark (line 6) | interface RangeBookmark { type IdBookmark (line 10) | interface IdBookmark { type IndexBookmark (line 15) | interface IndexBookmark { type PathBookmark (line 19) | interface PathBookmark { type Bookmark (line 25) | type Bookmark = StringPathBookmark | RangeBookmark | IdBookmark | IndexB... type NormalizedEvent (line 26) | type NormalizedEvent = E & { type MappedEvent (line 36) | type MappedEvent = K extends keyof T ? T... type NativeEventMap (line 37) | interface NativeEventMap { type EditorEvent (line 79) | type EditorEvent = NormalizedEvent; type EventDispatcherSettings (line 80) | interface EventDispatcherSettings { type EventDispatcherConstructor (line 85) | interface EventDispatcherConstructor { class EventDispatcher (line 90) | class EventDispatcher { type UndoLevelType (line 104) | type UndoLevelType = 'fragmented' | 'complete'; type BaseUndoLevel (line 105) | interface BaseUndoLevel { type FragmentedUndoLevel (line 110) | interface FragmentedUndoLevel extends BaseUndoLevel { type CompleteUndoLevel (line 115) | interface CompleteUndoLevel extends BaseUndoLevel { type NewUndoLevel (line 120) | type NewUndoLevel = CompleteUndoLevel | FragmentedUndoLevel; type UndoLevel (line 121) | type UndoLevel = NewUndoLevel & { type UndoManager (line 124) | interface UndoManager { type SchemaType (line 140) | type SchemaType = 'html4' | 'html5' | 'html5-strict'; type ElementSettings (line 141) | interface ElementSettings { type SchemaSettings (line 154) | interface SchemaSettings extends ElementSettings { type Attribute (line 167) | interface Attribute { type DefaultAttribute (line 173) | interface DefaultAttribute { type AttributePattern (line 177) | interface AttributePattern extends Attribute { type ElementRule (line 180) | interface ElementRule { type SchemaElement (line 192) | interface SchemaElement extends ElementRule { type SchemaMap (line 197) | interface SchemaMap { type SchemaRegExpMap (line 200) | interface SchemaRegExpMap { type CustomElementSpec (line 203) | interface CustomElementSpec { type Schema (line 209) | interface Schema { type Attributes$1 (line 239) | type Attributes$1 = Array<{ type AstNodeConstructor (line 245) | interface AstNodeConstructor { class AstNode (line 250) | class AstNode { type Content (line 279) | type Content = string | AstNode; type ContentFormat (line 280) | type ContentFormat = 'raw' | 'text' | 'html' | 'tree'; type GetContentArgs (line 281) | interface GetContentArgs { type SetContentArgs (line 290) | interface SetContentArgs { type GetSelectionContentArgs (line 301) | interface GetSelectionContentArgs extends GetContentArgs { type SetSelectionContentArgs (line 305) | interface SetSelectionContentArgs extends SetContentArgs { type BlobInfoData (line 309) | interface BlobInfoData { type BlobInfo (line 318) | interface BlobInfo { type BlobCache (line 327) | interface BlobCache { type BlobInfoImagePair (line 340) | interface BlobInfoImagePair { class NodeChange (line 344) | class NodeChange { type SelectionOverrides (line 351) | interface SelectionOverrides { type Quirks (line 357) | interface Quirks { type DecoratorData (line 361) | type DecoratorData = Record; type Decorator (line 362) | type Decorator = (uid: string, data: DecoratorData) => { type AnnotationListener (line 366) | type AnnotationListener = (state: boolean, name: string, data?: { type AnnotationListenerApi (line 370) | type AnnotationListenerApi = AnnotationListener; type AnnotatorSettings (line 371) | interface AnnotatorSettings { type Annotator (line 375) | interface Annotator { type IsEmptyOptions (line 383) | interface IsEmptyOptions { type GeomRect (line 389) | interface GeomRect { type Rect (line 395) | interface Rect { type NotificationManagerImpl (line 404) | interface NotificationManagerImpl { type NotificationSpec (line 409) | interface NotificationSpec { type NotificationApi (line 416) | interface NotificationApi { type NotificationManager (line 426) | interface NotificationManager { type UploadFailure (line 431) | interface UploadFailure { type ProgressFn (line 435) | type ProgressFn = (percent: number) => void; type UploadHandler (line 436) | type UploadHandler = (blobInfo: BlobInfo, progress: ProgressFn) => Promi... type UploadResult$2 (line 437) | interface UploadResult$2 { type BlockPatternTrigger (line 443) | type BlockPatternTrigger = 'enter' | 'space'; type RawPattern (line 444) | interface RawPattern { type InlineBasePattern (line 453) | interface InlineBasePattern { type InlineFormatPattern (line 457) | interface InlineFormatPattern extends InlineBasePattern { type InlineCmdPattern (line 461) | interface InlineCmdPattern extends InlineBasePattern { type InlinePattern (line 466) | type InlinePattern = InlineFormatPattern | InlineCmdPattern; type BlockBasePattern (line 467) | interface BlockBasePattern { type BlockFormatPattern (line 471) | interface BlockFormatPattern extends BlockBasePattern { type BlockCmdPattern (line 475) | interface BlockCmdPattern extends BlockBasePattern { type BlockPattern (line 480) | type BlockPattern = BlockFormatPattern | BlockCmdPattern; type Pattern (line 481) | type Pattern = InlinePattern | BlockPattern; type DynamicPatternContext (line 482) | interface DynamicPatternContext { type DynamicPatternsLookup (line 486) | type DynamicPatternsLookup = (ctx: DynamicPatternContext) => Pattern[]; type RawDynamicPatternsLookup (line 487) | type RawDynamicPatternsLookup = (ctx: DynamicPatternContext) => RawPatte... type AlertBannerSpec (line 488) | interface AlertBannerSpec { type ButtonSpec (line 495) | interface ButtonSpec { type FormComponentSpec (line 505) | interface FormComponentSpec { type FormComponentWithLabelSpec (line 509) | interface FormComponentWithLabelSpec extends FormComponentSpec { type CheckboxSpec (line 512) | interface CheckboxSpec extends FormComponentSpec { type CollectionSpec (line 517) | interface CollectionSpec extends FormComponentWithLabelSpec { type CollectionItem (line 520) | interface CollectionItem { type ColorInputSpec (line 525) | interface ColorInputSpec extends FormComponentWithLabelSpec { type ColorPickerSpec (line 529) | interface ColorPickerSpec extends FormComponentWithLabelSpec { type CustomEditorInit (line 532) | interface CustomEditorInit { type CustomEditorInitFn (line 537) | type CustomEditorInitFn = (elm: HTMLElement, settings: any) => Promise { type BaseToolbarButtonInstanceApi (line 651) | interface BaseToolbarButtonInstanceApi { type ToolbarButtonSpec (line 657) | interface ToolbarButtonSpec extends BaseToolbarButtonSpec { type InsertTableMenuItemSpec (line 757) | interface InsertTableMenuItemSpec extends BaseFancyMenuItemSpec<'insertt... type ColorSwatchMenuItemSpec (line 761) | interface ColorSwatchMenuItemSpec extends BaseFancyMenuItemSpec<'colorsw... type FancyMenuItemSpec (line 770) | type FancyMenuItemSpec = InsertTableMenuItemSpec | ColorSwatchMenuItemSpec; type MenuItemSpec (line 771) | interface MenuItemSpec extends CommonMenuItemSpec { type MenuItemInstanceApi (line 777) | interface MenuItemInstanceApi extends CommonMenuItemInstanceApi { type SeparatorMenuItemSpec (line 779) | interface SeparatorMenuItemSpec { type ToggleMenuItemSpec (line 783) | interface ToggleMenuItemSpec extends CommonMenuItemSpec { type ToggleMenuItemInstanceApi (line 790) | interface ToggleMenuItemInstanceApi extends CommonMenuItemInstanceApi { type NestedMenuItemContents (line 794) | type NestedMenuItemContents = string | MenuItemSpec | NestedMenuItemSpec... type NestedMenuItemSpec (line 795) | interface NestedMenuItemSpec extends CommonMenuItemSpec { type NestedMenuItemInstanceApi (line 801) | interface NestedMenuItemInstanceApi extends CommonMenuItemInstanceApi { type MenuButtonItemTypes (line 805) | type MenuButtonItemTypes = NestedMenuItemContents; type SuccessCallback$1 (line 806) | type SuccessCallback$1 = (menu: string | MenuButtonItemTypes[]) => void; type MenuButtonFetchContext (line 807) | interface MenuButtonFetchContext { type BaseMenuButtonSpec (line 810) | interface BaseMenuButtonSpec { type BaseMenuButtonInstanceApi (line 820) | interface BaseMenuButtonInstanceApi { type ToolbarMenuButtonSpec (line 828) | interface ToolbarMenuButtonSpec extends BaseMenuButtonSpec { type ToolbarMenuButtonInstanceApi (line 832) | interface ToolbarMenuButtonInstanceApi extends BaseMenuButtonInstanceApi { type ToolbarSplitButtonItemTypes (line 834) | type ToolbarSplitButtonItemTypes = ChoiceMenuItemSpec | SeparatorMenuIte... type SuccessCallback (line 835) | type SuccessCallback = (menu: ToolbarSplitButtonItemTypes[]) => void; type SelectPredicate (line 836) | type SelectPredicate = (value: string) => boolean; type PresetTypes (line 837) | type PresetTypes = 'color' | 'normal' | 'listpreview'; type ColumnTypes$1 (line 838) | type ColumnTypes$1 = number | 'auto'; type ToolbarSplitButtonSpec (line 839) | interface ToolbarSplitButtonSpec { type ToolbarSplitButtonInstanceApi (line 852) | interface ToolbarSplitButtonInstanceApi { type BaseToolbarToggleButtonSpec (line 862) | interface BaseToolbarToggleButtonSpec; type DialogInstanceApi (line 961) | interface DialogInstanceApi { type DialogActionDetails (line 973) | interface DialogActionDetails { type DialogChangeDetails (line 977) | interface DialogChangeDetails { type DialogTabChangeDetails (line 980) | interface DialogTabChangeDetails { type DialogActionHandler (line 984) | type DialogActionHandler = (api: DialogInstanceApi... type DialogChangeHandler (line 985) | type DialogChangeHandler = (api: DialogInstanceApi... type DialogSubmitHandler (line 986) | type DialogSubmitHandler = (api: DialogInstanceApi... type DialogCloseHandler (line 987) | type DialogCloseHandler = () => void; type DialogCancelHandler (line 988) | type DialogCancelHandler = (api: DialogInstanceApi... type DialogTabChangeHandler (line 989) | type DialogTabChangeHandler = (api: DialogInstance... type DialogSize (line 990) | type DialogSize = 'normal' | 'medium' | 'large'; type DialogSpec (line 991) | interface DialogSpec { type UrlDialogInstanceApi (line 1004) | interface UrlDialogInstanceApi { type UrlDialogActionDetails (line 1010) | interface UrlDialogActionDetails { type UrlDialogMessage (line 1014) | interface UrlDialogMessage { type UrlDialogActionHandler (line 1018) | type UrlDialogActionHandler = (api: UrlDialogInstanceApi, actions: UrlDi... type UrlDialogCloseHandler (line 1019) | type UrlDialogCloseHandler = () => void; type UrlDialogCancelHandler (line 1020) | type UrlDialogCancelHandler = (api: UrlDialogInstanceApi) => void; type UrlDialogMessageHandler (line 1021) | type UrlDialogMessageHandler = (api: UrlDialogInstanceApi, message: UrlD... type UrlDialogFooterButtonSpec (line 1022) | interface UrlDialogFooterButtonSpec extends DialogFooterNormalButtonSpec { type UrlDialogSpec (line 1025) | interface UrlDialogSpec { type ColumnTypes (line 1036) | type ColumnTypes = number | 'auto'; type SeparatorItemSpec (line 1037) | type SeparatorItemSpec = SeparatorMenuItemSpec; type AutocompleterItemSpec (line 1038) | interface AutocompleterItemSpec { type AutocompleterContents (line 1045) | type AutocompleterContents = SeparatorItemSpec | AutocompleterItemSpec |... type AutocompleterSpec (line 1046) | interface AutocompleterSpec { type AutocompleterInstanceApi (line 1057) | interface AutocompleterInstanceApi { type ContextPosition (line 1061) | type ContextPosition = 'node' | 'selection' | 'line'; type ContextScope (line 1062) | type ContextScope = 'node' | 'editor'; type ContextBarSpec (line 1063) | interface ContextBarSpec { type ContextFormLaunchButtonApi (line 1068) | interface ContextFormLaunchButtonApi extends BaseToolbarButtonSpec = DialogSpec; type PublicDialog_d_DialogInstanceApi (line 1118) | type PublicDialog_d_DialogInstanceApi = DialogInst... type PublicDialog_d_DialogFooterButtonSpec (line 1119) | type PublicDialog_d_DialogFooterButtonSpec = DialogFooterButtonSpec; type PublicDialog_d_DialogActionDetails (line 1120) | type PublicDialog_d_DialogActionDetails = DialogActionDetails; type PublicDialog_d_DialogChangeDetails (line 1121) | type PublicDialog_d_DialogChangeDetails = DialogChangeDetails; type PublicDialog_d_DialogTabChangeDetails (line 1122) | type PublicDialog_d_DialogTabChangeDetails = DialogTabChangeDetails; type PublicDialog_d_DropZoneSpec (line 1123) | type PublicDialog_d_DropZoneSpec = DropZoneSpec; type PublicDialog_d_GridSpec (line 1124) | type PublicDialog_d_GridSpec = GridSpec; type PublicDialog_d_HtmlPanelSpec (line 1125) | type PublicDialog_d_HtmlPanelSpec = HtmlPanelSpec; type PublicDialog_d_IframeSpec (line 1126) | type PublicDialog_d_IframeSpec = IframeSpec; type PublicDialog_d_ImagePreviewSpec (line 1127) | type PublicDialog_d_ImagePreviewSpec = ImagePreviewSpec; type PublicDialog_d_InputSpec (line 1128) | type PublicDialog_d_InputSpec = InputSpec; type PublicDialog_d_LabelSpec (line 1129) | type PublicDialog_d_LabelSpec = LabelSpec; type PublicDialog_d_ListBoxSpec (line 1130) | type PublicDialog_d_ListBoxSpec = ListBoxSpec; type PublicDialog_d_ListBoxItemSpec (line 1131) | type PublicDialog_d_ListBoxItemSpec = ListBoxItemSpec; type PublicDialog_d_ListBoxNestedItemSpec (line 1132) | type PublicDialog_d_ListBoxNestedItemSpec = ListBoxNestedItemSpec; type PublicDialog_d_ListBoxSingleItemSpec (line 1133) | type PublicDialog_d_ListBoxSingleItemSpec = ListBoxSingleItemSpec; type PublicDialog_d_PanelSpec (line 1134) | type PublicDialog_d_PanelSpec = PanelSpec; type PublicDialog_d_SelectBoxSpec (line 1135) | type PublicDialog_d_SelectBoxSpec = SelectBoxSpec; type PublicDialog_d_SelectBoxItemSpec (line 1136) | type PublicDialog_d_SelectBoxItemSpec = SelectBoxItemSpec; type PublicDialog_d_SizeInputSpec (line 1137) | type PublicDialog_d_SizeInputSpec = SizeInputSpec; type PublicDialog_d_SliderSpec (line 1138) | type PublicDialog_d_SliderSpec = SliderSpec; type PublicDialog_d_TableSpec (line 1139) | type PublicDialog_d_TableSpec = TableSpec; type PublicDialog_d_TabSpec (line 1140) | type PublicDialog_d_TabSpec = TabSpec; type PublicDialog_d_TabPanelSpec (line 1141) | type PublicDialog_d_TabPanelSpec = TabPanelSpec; type PublicDialog_d_TextAreaSpec (line 1142) | type PublicDialog_d_TextAreaSpec = TextAreaSpec; type PublicDialog_d_TreeSpec (line 1143) | type PublicDialog_d_TreeSpec = TreeSpec; type PublicDialog_d_TreeItemSpec (line 1144) | type PublicDialog_d_TreeItemSpec = TreeItemSpec; type PublicDialog_d_UrlInputData (line 1145) | type PublicDialog_d_UrlInputData = UrlInputData; type PublicDialog_d_UrlInputSpec (line 1146) | type PublicDialog_d_UrlInputSpec = UrlInputSpec; type PublicDialog_d_UrlDialogSpec (line 1147) | type PublicDialog_d_UrlDialogSpec = UrlDialogSpec; type PublicDialog_d_UrlDialogFooterButtonSpec (line 1148) | type PublicDialog_d_UrlDialogFooterButtonSpec = UrlDialogFooterButtonSpec; type PublicDialog_d_UrlDialogInstanceApi (line 1149) | type PublicDialog_d_UrlDialogInstanceApi = UrlDialogInstanceApi; type PublicDialog_d_UrlDialogActionDetails (line 1150) | type PublicDialog_d_UrlDialogActionDetails = UrlDialogActionDetails; type PublicDialog_d_UrlDialogMessage (line 1151) | type PublicDialog_d_UrlDialogMessage = UrlDialogMessage; type PublicInlineContent_d_AutocompleterSpec (line 1155) | type PublicInlineContent_d_AutocompleterSpec = AutocompleterSpec; type PublicInlineContent_d_AutocompleterItemSpec (line 1156) | type PublicInlineContent_d_AutocompleterItemSpec = AutocompleterItemSpec; type PublicInlineContent_d_AutocompleterContents (line 1157) | type PublicInlineContent_d_AutocompleterContents = AutocompleterContents; type PublicInlineContent_d_AutocompleterInstanceApi (line 1158) | type PublicInlineContent_d_AutocompleterInstanceApi = AutocompleterInsta... type PublicInlineContent_d_ContextPosition (line 1159) | type PublicInlineContent_d_ContextPosition = ContextPosition; type PublicInlineContent_d_ContextScope (line 1160) | type PublicInlineContent_d_ContextScope = ContextScope; type PublicInlineContent_d_ContextFormSpec (line 1161) | type PublicInlineContent_d_ContextFormSpec = ContextFormSpec; type PublicInlineContent_d_ContextFormInstanceApi (line 1162) | type PublicInlineContent_d_ContextFormInstanceApi = ContextFormInstanceApi; type PublicInlineContent_d_ContextFormButtonSpec (line 1163) | type PublicInlineContent_d_ContextFormButtonSpec = ContextFormButtonSpec; type PublicInlineContent_d_ContextFormButtonInstanceApi (line 1164) | type PublicInlineContent_d_ContextFormButtonInstanceApi = ContextFormBut... type PublicInlineContent_d_ContextFormToggleButtonSpec (line 1165) | type PublicInlineContent_d_ContextFormToggleButtonSpec = ContextFormTogg... type PublicInlineContent_d_ContextFormToggleButtonInstanceApi (line 1166) | type PublicInlineContent_d_ContextFormToggleButtonInstanceApi = ContextF... type PublicInlineContent_d_ContextToolbarSpec (line 1167) | type PublicInlineContent_d_ContextToolbarSpec = ContextToolbarSpec; type PublicInlineContent_d_SeparatorItemSpec (line 1168) | type PublicInlineContent_d_SeparatorItemSpec = SeparatorItemSpec; type PublicMenu_d_MenuItemSpec (line 1172) | type PublicMenu_d_MenuItemSpec = MenuItemSpec; type PublicMenu_d_MenuItemInstanceApi (line 1173) | type PublicMenu_d_MenuItemInstanceApi = MenuItemInstanceApi; type PublicMenu_d_NestedMenuItemContents (line 1174) | type PublicMenu_d_NestedMenuItemContents = NestedMenuItemContents; type PublicMenu_d_NestedMenuItemSpec (line 1175) | type PublicMenu_d_NestedMenuItemSpec = NestedMenuItemSpec; type PublicMenu_d_NestedMenuItemInstanceApi (line 1176) | type PublicMenu_d_NestedMenuItemInstanceApi = NestedMenuItemInstanceApi; type PublicMenu_d_FancyMenuItemSpec (line 1177) | type PublicMenu_d_FancyMenuItemSpec = FancyMenuItemSpec; type PublicMenu_d_ColorSwatchMenuItemSpec (line 1178) | type PublicMenu_d_ColorSwatchMenuItemSpec = ColorSwatchMenuItemSpec; type PublicMenu_d_InsertTableMenuItemSpec (line 1179) | type PublicMenu_d_InsertTableMenuItemSpec = InsertTableMenuItemSpec; type PublicMenu_d_ToggleMenuItemSpec (line 1180) | type PublicMenu_d_ToggleMenuItemSpec = ToggleMenuItemSpec; type PublicMenu_d_ToggleMenuItemInstanceApi (line 1181) | type PublicMenu_d_ToggleMenuItemInstanceApi = ToggleMenuItemInstanceApi; type PublicMenu_d_ChoiceMenuItemSpec (line 1182) | type PublicMenu_d_ChoiceMenuItemSpec = ChoiceMenuItemSpec; type PublicMenu_d_ChoiceMenuItemInstanceApi (line 1183) | type PublicMenu_d_ChoiceMenuItemInstanceApi = ChoiceMenuItemInstanceApi; type PublicMenu_d_SeparatorMenuItemSpec (line 1184) | type PublicMenu_d_SeparatorMenuItemSpec = SeparatorMenuItemSpec; type PublicMenu_d_ContextMenuApi (line 1185) | type PublicMenu_d_ContextMenuApi = ContextMenuApi; type PublicMenu_d_ContextMenuContents (line 1186) | type PublicMenu_d_ContextMenuContents = ContextMenuContents; type PublicMenu_d_ContextMenuItem (line 1187) | type PublicMenu_d_ContextMenuItem = ContextMenuItem; type PublicMenu_d_ContextSubMenu (line 1188) | type PublicMenu_d_ContextSubMenu = ContextSubMenu; type PublicMenu_d_CardMenuItemSpec (line 1189) | type PublicMenu_d_CardMenuItemSpec = CardMenuItemSpec; type PublicMenu_d_CardMenuItemInstanceApi (line 1190) | type PublicMenu_d_CardMenuItemInstanceApi = CardMenuItemInstanceApi; type PublicMenu_d_CardItemSpec (line 1191) | type PublicMenu_d_CardItemSpec = CardItemSpec; type PublicMenu_d_CardContainerSpec (line 1192) | type PublicMenu_d_CardContainerSpec = CardContainerSpec; type PublicMenu_d_CardImageSpec (line 1193) | type PublicMenu_d_CardImageSpec = CardImageSpec; type PublicMenu_d_CardTextSpec (line 1194) | type PublicMenu_d_CardTextSpec = CardTextSpec; type SidebarInstanceApi (line 1198) | interface SidebarInstanceApi { type SidebarSpec (line 1201) | interface SidebarSpec { type PublicSidebar_d_SidebarSpec (line 1208) | type PublicSidebar_d_SidebarSpec = SidebarSpec; type PublicSidebar_d_SidebarInstanceApi (line 1209) | type PublicSidebar_d_SidebarInstanceApi = SidebarInstanceApi; type PublicToolbar_d_ToolbarButtonSpec (line 1213) | type PublicToolbar_d_ToolbarButtonSpec = ToolbarButtonSpec; type PublicToolbar_d_ToolbarButtonInstanceApi (line 1214) | type PublicToolbar_d_ToolbarButtonInstanceApi = ToolbarButtonInstanceApi; type PublicToolbar_d_ToolbarSplitButtonSpec (line 1215) | type PublicToolbar_d_ToolbarSplitButtonSpec = ToolbarSplitButtonSpec; type PublicToolbar_d_ToolbarSplitButtonInstanceApi (line 1216) | type PublicToolbar_d_ToolbarSplitButtonInstanceApi = ToolbarSplitButtonI... type PublicToolbar_d_ToolbarMenuButtonSpec (line 1217) | type PublicToolbar_d_ToolbarMenuButtonSpec = ToolbarMenuButtonSpec; type PublicToolbar_d_ToolbarMenuButtonInstanceApi (line 1218) | type PublicToolbar_d_ToolbarMenuButtonInstanceApi = ToolbarMenuButtonIns... type PublicToolbar_d_ToolbarToggleButtonSpec (line 1219) | type PublicToolbar_d_ToolbarToggleButtonSpec = ToolbarToggleButtonSpec; type PublicToolbar_d_ToolbarToggleButtonInstanceApi (line 1220) | type PublicToolbar_d_ToolbarToggleButtonInstanceApi = ToolbarToggleButto... type PublicToolbar_d_GroupToolbarButtonSpec (line 1221) | type PublicToolbar_d_GroupToolbarButtonSpec = GroupToolbarButtonSpec; type PublicToolbar_d_GroupToolbarButtonInstanceApi (line 1222) | type PublicToolbar_d_GroupToolbarButtonInstanceApi = GroupToolbarButtonI... type ViewButtonApi (line 1226) | interface ViewButtonApi { type ViewToggleButtonApi (line 1229) | interface ViewToggleButtonApi extends ViewButtonApi { type BaseButtonSpec (line 1233) | interface BaseButtonSpec { type ViewNormalButtonSpec (line 1241) | interface ViewNormalButtonSpec extends BaseButtonSpec { type ViewToggleButtonSpec (line 1245) | interface ViewToggleButtonSpec extends BaseButtonSpec; type FormatAttrOrStyleValue (line 1315) | type FormatAttrOrStyleValue = string | ((vars?: FormatVars) => string | ... type FormatVars (line 1316) | type FormatVars = Record; type BaseFormat (line 1317) | interface BaseFormat { type Block (line 1333) | interface Block { type Inline (line 1338) | interface Inline { type Selector (line 1341) | interface Selector { type CommonFormat (line 1345) | interface CommonFormat extends BaseFormat { type BlockFormat (line 1355) | interface BlockFormat extends Block, CommonFormat { type InlineFormat (line 1357) | interface InlineFormat extends Inline, CommonFormat { type SelectorFormat (line 1359) | interface SelectorFormat extends Selector, CommonFormat { type CommonRemoveFormat (line 1361) | interface CommonRemoveFormat extends BaseFormat { type RemoveBlockFormat (line 1365) | interface RemoveBlockFormat extends Block, CommonRemoveFormat { type ParserArgs (line 1375) | interface ParserArgs { type ParserFilterCallback (line 1385) | type ParserFilterCallback = (nodes: AstNode[], name: string, args: Parse... type ParserFilter (line 1386) | interface ParserFilter extends Filter { type DomParserSettings (line 1388) | interface DomParserSettings { type DomParser (line 1412) | interface DomParser { type StyleSheetLoaderSettings (line 1422) | interface StyleSheetLoaderSettings { type StyleSheetLoader (line 1427) | interface StyleSheetLoader { type Registry (line 1437) | type Registry = Registry$1; type EditorUiApi (line 1438) | interface EditorUiApi { type EditorUi (line 1444) | interface EditorUi extends EditorUiApi { type Ui_d_Registry (line 1448) | type Ui_d_Registry = Registry; type Ui_d_EditorUiApi (line 1449) | type Ui_d_EditorUiApi = EditorUiApi; type Ui_d_EditorUi (line 1450) | type Ui_d_EditorUi = EditorUi; type WindowParams (line 1454) | interface WindowParams { type InstanceApi (line 1459) | type InstanceApi = UrlDialogInstanceApi | DialogIn... type WindowManagerImpl (line 1460) | interface WindowManagerImpl { type WindowManager (line 1467) | interface WindowManager { type ExecCommandEvent (line 1474) | interface ExecCommandEvent { type BeforeGetContentEvent (line 1479) | interface BeforeGetContentEvent extends GetContentArgs { type GetContentEvent (line 1482) | interface GetContentEvent extends BeforeGetContentEvent { type BeforeSetContentEvent (line 1485) | interface BeforeSetContentEvent extends SetContentArgs { type SetContentEvent (line 1489) | interface SetContentEvent extends BeforeSetContentEvent { type SaveContentEvent (line 1492) | interface SaveContentEvent extends GetContentEvent { type NewBlockEvent (line 1495) | interface NewBlockEvent { type NodeChangeEvent (line 1498) | interface NodeChangeEvent { type FormatEvent (line 1504) | interface FormatEvent { type ObjectResizeEvent (line 1509) | interface ObjectResizeEvent { type ObjectSelectedEvent (line 1515) | interface ObjectSelectedEvent { type ScrollIntoViewEvent (line 1519) | interface ScrollIntoViewEvent { type SetSelectionRangeEvent (line 1523) | interface SetSelectionRangeEvent { type ShowCaretEvent (line 1527) | interface ShowCaretEvent { type SwitchModeEvent (line 1532) | interface SwitchModeEvent { type ChangeEvent (line 1535) | interface ChangeEvent { type AddUndoEvent (line 1539) | interface AddUndoEvent extends ChangeEvent { type UndoRedoEvent (line 1542) | interface UndoRedoEvent { type WindowEvent (line 1545) | interface WindowEvent { type ProgressStateEvent (line 1548) | interface ProgressStateEvent { type AfterProgressStateEvent (line 1552) | interface AfterProgressStateEvent { type PlaceholderToggleEvent (line 1555) | interface PlaceholderToggleEvent { type LoadErrorEvent (line 1558) | interface LoadErrorEvent { type PreProcessEvent (line 1561) | interface PreProcessEvent extends ParserArgs { type PostProcessEvent (line 1564) | interface PostProcessEvent extends ParserArgs { type PastePlainTextToggleEvent (line 1567) | interface PastePlainTextToggleEvent { type PastePreProcessEvent (line 1570) | interface PastePreProcessEvent { type PastePostProcessEvent (line 1574) | interface PastePostProcessEvent { type EditableRootStateChangeEvent (line 1578) | interface EditableRootStateChangeEvent { type NewTableRowEvent (line 1581) | interface NewTableRowEvent { type NewTableCellEvent (line 1584) | interface NewTableCellEvent { type TableEventData (line 1587) | interface TableEventData { type TableModifiedEvent (line 1591) | interface TableModifiedEvent extends TableEventData { type BeforeOpenNotificationEvent (line 1594) | interface BeforeOpenNotificationEvent { type OpenNotificationEvent (line 1597) | interface OpenNotificationEvent { type EditorEventMap (line 1600) | interface EditorEventMap extends Omit { type EditorManagerEventMap (line 1697) | interface EditorManagerEventMap { type EventTypes_d_ExecCommandEvent (line 1708) | type EventTypes_d_ExecCommandEvent = ExecCommandEvent; type EventTypes_d_BeforeGetContentEvent (line 1709) | type EventTypes_d_BeforeGetContentEvent = BeforeGetContentEvent; type EventTypes_d_GetContentEvent (line 1710) | type EventTypes_d_GetContentEvent = GetContentEvent; type EventTypes_d_BeforeSetContentEvent (line 1711) | type EventTypes_d_BeforeSetContentEvent = BeforeSetContentEvent; type EventTypes_d_SetContentEvent (line 1712) | type EventTypes_d_SetContentEvent = SetContentEvent; type EventTypes_d_SaveContentEvent (line 1713) | type EventTypes_d_SaveContentEvent = SaveContentEvent; type EventTypes_d_NewBlockEvent (line 1714) | type EventTypes_d_NewBlockEvent = NewBlockEvent; type EventTypes_d_NodeChangeEvent (line 1715) | type EventTypes_d_NodeChangeEvent = NodeChangeEvent; type EventTypes_d_FormatEvent (line 1716) | type EventTypes_d_FormatEvent = FormatEvent; type EventTypes_d_ObjectResizeEvent (line 1717) | type EventTypes_d_ObjectResizeEvent = ObjectResizeEvent; type EventTypes_d_ObjectSelectedEvent (line 1718) | type EventTypes_d_ObjectSelectedEvent = ObjectSelectedEvent; type EventTypes_d_ScrollIntoViewEvent (line 1719) | type EventTypes_d_ScrollIntoViewEvent = ScrollIntoViewEvent; type EventTypes_d_SetSelectionRangeEvent (line 1720) | type EventTypes_d_SetSelectionRangeEvent = SetSelectionRangeEvent; type EventTypes_d_ShowCaretEvent (line 1721) | type EventTypes_d_ShowCaretEvent = ShowCaretEvent; type EventTypes_d_SwitchModeEvent (line 1722) | type EventTypes_d_SwitchModeEvent = SwitchModeEvent; type EventTypes_d_ChangeEvent (line 1723) | type EventTypes_d_ChangeEvent = ChangeEvent; type EventTypes_d_AddUndoEvent (line 1724) | type EventTypes_d_AddUndoEvent = AddUndoEvent; type EventTypes_d_UndoRedoEvent (line 1725) | type EventTypes_d_UndoRedoEvent = UndoRedoEvent; type EventTypes_d_WindowEvent (line 1726) | type EventTypes_d_WindowEvent = WindowEvent; type EventTypes_d_ProgressStateEvent (line 1727) | type EventTypes_d_ProgressStateEvent = ProgressStateEvent; type EventTypes_d_AfterProgressStateEvent (line 1728) | type EventTypes_d_AfterProgressStateEvent = AfterProgressStateEvent; type EventTypes_d_PlaceholderToggleEvent (line 1729) | type EventTypes_d_PlaceholderToggleEvent = PlaceholderToggleEvent; type EventTypes_d_LoadErrorEvent (line 1730) | type EventTypes_d_LoadErrorEvent = LoadErrorEvent; type EventTypes_d_PreProcessEvent (line 1731) | type EventTypes_d_PreProcessEvent = PreProcessEvent; type EventTypes_d_PostProcessEvent (line 1732) | type EventTypes_d_PostProcessEvent = PostProcessEvent; type EventTypes_d_PastePlainTextToggleEvent (line 1733) | type EventTypes_d_PastePlainTextToggleEvent = PastePlainTextToggleEvent; type EventTypes_d_PastePreProcessEvent (line 1734) | type EventTypes_d_PastePreProcessEvent = PastePreProcessEvent; type EventTypes_d_PastePostProcessEvent (line 1735) | type EventTypes_d_PastePostProcessEvent = PastePostProcessEvent; type EventTypes_d_EditableRootStateChangeEvent (line 1736) | type EventTypes_d_EditableRootStateChangeEvent = EditableRootStateChange... type EventTypes_d_NewTableRowEvent (line 1737) | type EventTypes_d_NewTableRowEvent = NewTableRowEvent; type EventTypes_d_NewTableCellEvent (line 1738) | type EventTypes_d_NewTableCellEvent = NewTableCellEvent; type EventTypes_d_TableEventData (line 1739) | type EventTypes_d_TableEventData = TableEventData; type EventTypes_d_TableModifiedEvent (line 1740) | type EventTypes_d_TableModifiedEvent = TableModifiedEvent; type EventTypes_d_BeforeOpenNotificationEvent (line 1741) | type EventTypes_d_BeforeOpenNotificationEvent = BeforeOpenNotificationEv... type EventTypes_d_OpenNotificationEvent (line 1742) | type EventTypes_d_OpenNotificationEvent = OpenNotificationEvent; type EventTypes_d_EditorEventMap (line 1743) | type EventTypes_d_EditorEventMap = EditorEventMap; type EventTypes_d_EditorManagerEventMap (line 1744) | type EventTypes_d_EditorManagerEventMap = EditorManagerEventMap; type Format_d_Formats (line 1748) | type Format_d_Formats = Formats; type Format_d_Format (line 1749) | type Format_d_Format = Format; type Format_d_ApplyFormat (line 1750) | type Format_d_ApplyFormat = ApplyFormat; type Format_d_BlockFormat (line 1751) | type Format_d_BlockFormat = BlockFormat; type Format_d_InlineFormat (line 1752) | type Format_d_InlineFormat = InlineFormat; type Format_d_SelectorFormat (line 1753) | type Format_d_SelectorFormat = SelectorFormat; type Format_d_RemoveFormat (line 1754) | type Format_d_RemoveFormat = RemoveFormat; type Format_d_RemoveBlockFormat (line 1755) | type Format_d_RemoveBlockFormat = RemoveBlockFormat; type Format_d_RemoveInlineFormat (line 1756) | type Format_d_RemoveInlineFormat = RemoveInlineFormat; type Format_d_RemoveSelectorFormat (line 1757) | type Format_d_RemoveSelectorFormat = RemoveSelectorFormat; type StyleFormat (line 1761) | type StyleFormat = BlockStyleFormat | InlineStyleFormat | SelectorStyleF... type AllowedFormat (line 1762) | type AllowedFormat = Separator | FormatReference | StyleFormat | NestedF... type Separator (line 1763) | interface Separator { type FormatReference (line 1766) | interface FormatReference { type NestedFormatting (line 1771) | interface NestedFormatting { type CommonStyleFormat (line 1775) | interface CommonStyleFormat { type BlockStyleFormat (line 1780) | interface BlockStyleFormat extends BlockFormat, CommonStyleFormat { type InlineStyleFormat (line 1782) | interface InlineStyleFormat extends InlineFormat, CommonStyleFormat { type SelectorStyleFormat (line 1784) | interface SelectorStyleFormat extends SelectorFormat, CommonStyleFormat { type EntityEncoding (line 1786) | type EntityEncoding = 'named' | 'numeric' | 'raw' | 'named,numeric' | 'n... type ContentLanguage (line 1787) | interface ContentLanguage { type ThemeInitFunc (line 1792) | type ThemeInitFunc = (editor: Editor, elm: HTMLElement) => { type SetupCallback (line 1799) | type SetupCallback = (editor: Editor) => void; type FilePickerCallback (line 1800) | type FilePickerCallback = (callback: (value: string, meta?: Record... type PastePostProcessFn (line 1810) | type PastePostProcessFn = (editor: Editor, args: PastePostProcessEvent) ... type URLConverter (line 1811) | type URLConverter = (url: string, name: string, elm?: string | Element) ... type URLConverterCallback (line 1812) | type URLConverterCallback = (url: string, node: Node | string | undefine... type ToolbarGroup (line 1813) | interface ToolbarGroup { type ToolbarMode (line 1817) | type ToolbarMode = 'floating' | 'sliding' | 'scrolling' | 'wrap'; type ToolbarLocation (line 1818) | type ToolbarLocation = 'top' | 'bottom' | 'auto'; type BaseEditorOptions (line 1819) | interface BaseEditorOptions { type RawEditorOptions (line 2031) | interface RawEditorOptions extends BaseEditorOptions { type NormalizedEditorOptions (line 2036) | interface NormalizedEditorOptions extends BaseEditorOptions { type EditorOptions (line 2041) | interface EditorOptions extends NormalizedEditorOptions { type StyleMap (line 2126) | type StyleMap = Record; type StylesSettings (line 2127) | interface StylesSettings { type Styles (line 2133) | interface Styles { type EventUtilsCallback (line 2137) | type EventUtilsCallback = (event: EventUtilsEvent) => void | boolean; type EventUtilsEvent (line 2138) | type EventUtilsEvent = NormalizedEvent & { type Callback$1 (line 2141) | interface Callback$1 { type CallbackList (line 2145) | interface CallbackList extends Array> { type EventUtilsConstructor (line 2150) | interface EventUtilsConstructor { class EventUtils (line 2155) | class EventUtils { type SetAttribEvent (line 2175) | interface SetAttribEvent { type DOMUtilsSettings (line 2180) | interface DOMUtilsSettings { type Target (line 2193) | type Target = Node | Window; type RunArguments (line 2194) | type RunArguments = string | T | Array = EventUtilsCallback = T extends Array ? R[] : false | R; type DOMUtils (line 2203) | interface DOMUtils { type ClientRect (line 2334) | interface ClientRect { type BookmarkManager (line 2342) | interface BookmarkManager { type ControlSelection (line 2346) | interface ControlSelection { type WriterSettings (line 2353) | interface WriterSettings { type Attributes (line 2361) | type Attributes = Array<{ type Writer (line 2365) | interface Writer { type HtmlSerializerSettings (line 2376) | interface HtmlSerializerSettings extends WriterSettings { type HtmlSerializer (line 2380) | interface HtmlSerializer { type DomSerializerSettings (line 2383) | interface DomSerializerSettings extends DomParserSettings, WriterSetting... type DomSerializerImpl (line 2388) | interface DomSerializerImpl { type DomSerializer (line 2407) | interface DomSerializer extends DomSerializerImpl { type EditorSelection (line 2409) | interface EditorSelection { type EditorCommandCallback (line 2464) | type EditorCommandCallback = (this: S, ui: boolean, value: any) => void; type EditorCommandsCallback (line 2465) | type EditorCommandsCallback = (command: string, ui: boolean, value?: any... type Commands (line 2466) | interface Commands { type ExecCommandArgs (line 2471) | interface ExecCommandArgs { type EditorCommandsConstructor (line 2474) | interface EditorCommandsConstructor { class EditorCommands (line 2478) | class EditorCommands { type RawString (line 2495) | interface RawString { type Primitive (line 2498) | type Primitive = string | number | boolean | Record { type URISettings (line 2522) | interface URISettings { type URIConstructor (line 2525) | interface URIConstructor { type SafeUriOptions (line 2539) | interface SafeUriOptions { class URI (line 2544) | class URI { type EditorManager (line 2580) | interface EditorManager extends Observable { type EditorObservable (line 2609) | interface EditorObservable extends Observable { type ProcessorSuccess (line 2614) | interface ProcessorSuccess { type ProcessorError (line 2618) | interface ProcessorError { type SimpleProcessor (line 2622) | type SimpleProcessor = (value: unknown) => boolean; type Processor (line 2623) | type Processor = (value: unknown) => ProcessorSuccess | ProcessorE... type BuiltInOptionTypeMap (line 2624) | interface BuiltInOptionTypeMap { type BuiltInOptionType (line 2635) | type BuiltInOptionType = keyof BuiltInOptionTypeMap; type BaseOptionSpec (line 2636) | interface BaseOptionSpec { type BuiltInOptionSpec (line 2641) | interface BuiltInOptionSpec extends BaseOpt... type SimpleOptionSpec (line 2645) | interface SimpleOptionSpec extends BaseOptionSpec { type OptionSpec (line 2649) | interface OptionSpec extends BaseOptionSpec { type Options (line 2653) | interface Options { type UploadResult$1 (line 2670) | interface UploadResult$1 { type EditorUpload (line 2677) | interface EditorUpload { type FormatChangeCallback (line 2685) | type FormatChangeCallback = (state: boolean, data: { type FormatRegistry (line 2690) | interface FormatRegistry { type Formatter (line 2699) | interface Formatter extends FormatRegistry { type EditorMode (line 2713) | interface EditorMode { type EditorModeApi (line 2719) | interface EditorModeApi { type Model (line 2724) | interface Model { type ModelManager (line 2730) | type ModelManager = AddOnManager; type Plugin (line 2731) | interface Plugin { type PluginManager (line 2739) | type PluginManager = AddOnManager; type ShortcutsConstructor (line 2740) | interface ShortcutsConstructor { type CommandFunc (line 2744) | type CommandFunc = string | [ class Shortcuts (line 2749) | class Shortcuts { type RenderResult (line 2763) | interface RenderResult { type Theme (line 2768) | interface Theme { type ThemeManager (line 2778) | type ThemeManager = AddOnManager; type EditorConstructor (line 2779) | interface EditorConstructor { class Editor (line 2783) | class Editor implements EditorObservable { type UrlObject (line 2914) | interface UrlObject { type WaitState (line 2919) | type WaitState = 'added' | 'loaded'; type AddOnConstructor (line 2920) | type AddOnConstructor = (editor: Editor, url: string) => T; type AddOnManager (line 2921) | interface AddOnManager { type RangeUtils (line 2935) | interface RangeUtils { type ScriptLoaderSettings (line 2943) | interface ScriptLoaderSettings { type ScriptLoaderConstructor (line 2946) | interface ScriptLoaderConstructor { class ScriptLoader (line 2951) | class ScriptLoader { type TextProcessCallback (line 2970) | type TextProcessCallback = (node: Text, offset: number, text: string) =>... type Spot (line 2971) | interface Spot { type TextSeeker (line 2975) | interface TextSeeker { type DomTreeWalkerConstructor (line 2979) | interface DomTreeWalkerConstructor { class DomTreeWalker (line 2983) | class DomTreeWalker { type Version (line 2994) | interface Version { type Env (line 2998) | interface Env { type FakeClipboardItem (line 3037) | interface FakeClipboardItem { type FakeClipboard (line 3042) | interface FakeClipboard { type FocusManager (line 3048) | interface FocusManager { type EntitiesMap (line 3051) | interface EntitiesMap { type Entities (line 3054) | interface Entities { type IconPack (line 3062) | interface IconPack { type IconManager (line 3065) | interface IconManager { type Resource (line 3070) | interface Resource { type TextPatterns_d_Pattern (line 3077) | type TextPatterns_d_Pattern = Pattern; type TextPatterns_d_RawPattern (line 3078) | type TextPatterns_d_RawPattern = RawPattern; type TextPatterns_d_DynamicPatternsLookup (line 3079) | type TextPatterns_d_DynamicPatternsLookup = DynamicPatternsLookup; type TextPatterns_d_RawDynamicPatternsLookup (line 3080) | type TextPatterns_d_RawDynamicPatternsLookup = RawDynamicPatternsLookup; type TextPatterns_d_DynamicPatternContext (line 3081) | type TextPatterns_d_DynamicPatternContext = DynamicPatternContext; type TextPatterns_d_BlockCmdPattern (line 3082) | type TextPatterns_d_BlockCmdPattern = BlockCmdPattern; type TextPatterns_d_BlockPattern (line 3083) | type TextPatterns_d_BlockPattern = BlockPattern; type TextPatterns_d_BlockFormatPattern (line 3084) | type TextPatterns_d_BlockFormatPattern = BlockFormatPattern; type TextPatterns_d_InlineCmdPattern (line 3085) | type TextPatterns_d_InlineCmdPattern = InlineCmdPattern; type TextPatterns_d_InlinePattern (line 3086) | type TextPatterns_d_InlinePattern = InlinePattern; type TextPatterns_d_InlineFormatPattern (line 3087) | type TextPatterns_d_InlineFormatPattern = InlineFormatPattern; type Delay (line 3091) | interface Delay { type UploadResult (line 3095) | type UploadResult = UploadResult$2; type ImageUploader (line 3096) | interface ImageUploader { type ArrayCallback$1 (line 3099) | type ArrayCallback$1 = (this: any, x: T, i: number, xs: ArrayLike<... type ObjCallback$1 (line 3100) | type ObjCallback$1 = (this: any, value: T, key: string, obj: Recor... type ArrayCallback (line 3101) | type ArrayCallback = ArrayCallback$1; type ObjCallback (line 3102) | type ObjCallback = ObjCallback$1; type WalkCallback (line 3103) | type WalkCallback = (this: any, o: T, i: string, n: keyof T | undefin... type Tools (line 3104) | interface Tools { type KeyboardLikeEvent (line 3130) | interface KeyboardLikeEvent { type VK (line 3136) | interface VK { type DOMUtilsNamespace (line 3154) | interface DOMUtilsNamespace { type RangeUtilsNamespace (line 3159) | interface RangeUtilsNamespace { type AddOnManagerNamespace (line 3166) | interface AddOnManagerNamespace { type BookmarkManagerNamespace (line 3175) | interface BookmarkManagerNamespace { type TinyMCE (line 3179) | interface TinyMCE extends EditorManager { FILE: apps/web-antd/src/adapter/component/index.ts type ComponentType (line 129) | type ComponentType = function initComponentAdapter (line 164) | async function initComponentAdapter() { FILE: apps/web-antd/src/adapter/form.ts function initSetupVbenForm (line 13) | async function initSetupVbenForm() { type VbenFormSchema (line 54) | type VbenFormSchema = FormSchema; type FormSchemaGetter (line 56) | type FormSchemaGetter = () => VbenFormSchema[]; FILE: apps/web-antd/src/adapter/vxe-table.ts method renderTableDefault (line 81) | renderTableDefault(_renderOpts, params) { method renderTableDefault (line 89) | renderTableDefault(renderOpts) { function vxeCheckboxChecked (line 114) | function vxeCheckboxChecked( function addSortParams (line 125) | function addSortParams( FILE: apps/web-antd/src/api/aiflow/adapters.ts method httpGet (line 4) | httpGet(url: string, config?: any) { method httpPost (line 8) | httpPost(url: string, data?: any, config?: any) { method httpPut (line 12) | httpPut(url: string, data?: any, config?: any) { method httpDelete (line 16) | httpDelete(url: string, config?: any) { FILE: apps/web-antd/src/api/aiflow/index.ts method workflowAdd (line 4) | workflowAdd(data: { title: string; remark: string; isPublic: bo... method workflowCopy (line 8) | workflowCopy(wfUuid: string) { method workflowUpdate (line 12) | workflowUpdate(data: Workflow.WorkflowUpdateReq) { method workflowDel (line 16) | workflowDel(uuid: string) { method workflowSetPublic (line 20) | workflowSetPublic(uuid: string, isPublic?: boolean) { method workflowBaseInfoUpdate (line 24) | workflowBaseInfoUpdate(data: { uuid: string; title: string; rem... method addNode (line 29) | addNode(data: { name: string; title: string }) { method uploadFile (line 34) | uploadFile(data: File) { method workflowGet (line 39) | workflowGet(uuid: string) { method workflowPage (line 43) | workflowPage(params: { method workflowComponents (line 58) | workflowComponents() { method workflowSearchMine (line 62) | workflowSearchMine(keyword: string, currentPage: number, pageSi... method workflowSearchPublic (line 67) | workflowSearchPublic(keyword: string, currentPage: number, page... method workflowRuntimes (line 72) | workflowRuntimes(wfUuid: string, currentPage: number, pageSize:... method workflowRuntimeNodes (line 76) | workflowRuntimeNodes(wfRuntimeUuid: string) { method workflowRuntimesClear (line 80) | workflowRuntimesClear() { method workflowOperators (line 84) | workflowOperators() { method workflowRuntimeDelete (line 88) | workflowRuntimeDelete(wfRuntimeUuid: string) { method workflowRuntimeResume (line 92) | workflowRuntimeResume(params: { FILE: apps/web-antd/src/api/aiflow/runtime.ts type WorkflowRunParams (line 5) | interface WorkflowRunParams { type WorkflowResumeParams (line 15) | interface WorkflowResumeParams { function setWorkflowRunImpl (line 23) | function setWorkflowRunImpl(fn: (p: WorkflowRunParams) => Promise) { function setWorkflowResumeImpl (line 27) | function setWorkflowResumeImpl(fn: (p: WorkflowResumeParams) => Promise<... function workflowRun (line 31) | async function workflowRun(p: WorkflowRunParams) { function workflowRuntimeResume (line 47) | async function workflowRuntimeResume(p: WorkflowResumeParams) { function setUploadAction (line 55) | function setUploadAction(url: string) { uploadAction = url } function getUploadAction (line 56) | function getUploadAction() { return uploadAction } function commonSseProcess (line 59) | async function commonSseProcess( function workflowRuntimes (line 152) | function workflowRuntimes(wfUuid: string, currentPage: number, ... function workflowRuntimeNodes (line 156) | function workflowRuntimeNodes(wfRuntimeUuid: string) { function workflowRuntimesClear (line 160) | function workflowRuntimesClear() { function workflowRuntimeDelete (line 164) | function workflowRuntimeDelete(uuid: string) { FILE: apps/web-antd/src/api/aiflow/types.d.ts type WorkflowUpdateReq (line 2) | interface WorkflowUpdateReq { type WorkflowInfo (line 11) | interface WorkflowInfo { type WorkflowNode (line 20) | interface WorkflowNode { type WorkflowEdge (line 32) | interface WorkflowEdge { type WorkflowComponent (line 41) | interface WorkflowComponent { type WorkflowRuntime (line 48) | interface WorkflowRuntime { type WorkflowRuntimeNode (line 56) | interface WorkflowRuntimeNode { FILE: apps/web-antd/src/api/chat/chatconfig/index.ts function configList (line 13) | function configList(params?: ConfigQuery) { function configExport (line 24) | function configExport(params?: ConfigQuery) { function configInfo (line 33) | function configInfo(id: ID) { function configAdd (line 42) | function configAdd(data: ConfigForm) { function configUpdate (line 51) | function configUpdate(data: ConfigForm) { function configRemove (line 60) | function configRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/chat/chatconfig/model.d.ts type ConfigVO (line 3) | interface ConfigVO { type ConfigForm (line 40) | interface ConfigForm extends BaseEntity { type ConfigQuery (line 77) | interface ConfigQuery extends PageQuery { FILE: apps/web-antd/src/api/chat/message/index.ts function messageList (line 13) | function messageList(params?: MessageQuery) { function messageExport (line 24) | function messageExport(params?: MessageQuery) { function messageInfo (line 33) | function messageInfo(id: ID) { function messageAdd (line 42) | function messageAdd(data: MessageForm) { function messageUpdate (line 51) | function messageUpdate(data: MessageForm) { function messageRemove (line 60) | function messageRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/chat/message/model.d.ts type MessageVO (line 3) | interface MessageVO { type MessageForm (line 45) | interface MessageForm extends BaseEntity { type MessageQuery (line 87) | interface MessageQuery extends PageQuery { FILE: apps/web-antd/src/api/chat/model/index.ts function modelList (line 13) | function modelList(params?: ModelQuery) { function embeddingModelList (line 23) | function embeddingModelList() { function rerankModelList (line 31) | function rerankModelList() { function modelExport (line 40) | function modelExport(params?: ModelQuery) { function modelInfo (line 49) | function modelInfo(id: ID) { function modelAdd (line 58) | function modelAdd(data: ModelForm) { function modelUpdate (line 67) | function modelUpdate(data: ModelForm) { function modelRemove (line 76) | function modelRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/chat/model/model.d.ts type ModelVO (line 3) | interface ModelVO { type ModelForm (line 55) | interface ModelForm extends BaseEntity { type ModelQuery (line 107) | interface ModelQuery extends PageQuery { FILE: apps/web-antd/src/api/chat/provider/index.ts function providerList (line 13) | function providerList(params?: ProviderQuery) { function providerExport (line 24) | function providerExport(params?: ProviderQuery) { function providerInfo (line 33) | function providerInfo(id: ID) { function providerAdd (line 42) | function providerAdd(data: ProviderForm) { function providerUpdate (line 51) | function providerUpdate(data: ProviderForm) { function providerRemove (line 60) | function providerRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/chat/provider/model.d.ts type ProviderVO (line 3) | interface ProviderVO { type ProviderForm (line 55) | interface ProviderForm extends BaseEntity { type ProviderQuery (line 107) | interface ProviderQuery extends PageQuery { FILE: apps/web-antd/src/api/common.d.ts type ID (line 1) | type ID = number | string; type IDS (line 2) | type IDS = (number | string)[]; type BaseEntity (line 4) | interface BaseEntity { type PageResult (line 17) | interface PageResult { type PageQuery (line 36) | interface PageQuery { FILE: apps/web-antd/src/api/core/auth.ts type BaseLoginParams (line 20) | interface BaseLoginParams { type OAuthLoginParams (line 32) | interface OAuthLoginParams extends BaseLoginParams { type SimpleLoginParams (line 45) | interface SimpleLoginParams extends BaseLoginParams { type LoginParams (line 52) | type LoginParams = OAuthLoginParams | SimpleLoginParams; type LoginResult (line 65) | interface LoginResult { type RefreshTokenResult (line 71) | interface RefreshTokenResult { function loginApi (line 80) | async function loginApi(data: AuthApi.LoginParams) { function doLogout (line 94) | function doLogout() { function seeConnectionClose (line 102) | function seeConnectionClose() { type TenantOption (line 117) | interface TenantOption { type TenantResp (line 127) | interface TenantResp { function tenantList (line 135) | function tenantList() { function getAccessCodesApi (line 143) | async function getAccessCodesApi() { function authBinding (line 152) | function authBinding(source: string, tenantId: string) { function authUnbinding (line 165) | function authUnbinding(id: string) { function authCallback (line 174) | function authCallback(data: AuthApi.OAuthLoginParams) { FILE: apps/web-antd/src/api/core/captcha.ts function sendSmsCode (line 8) | function sendSmsCode(phonenumber: string) { function sendEmailCode (line 19) | function sendEmailCode(email: string) { type CaptchaResponse (line 30) | interface CaptchaResponse { function captchaImage (line 40) | function captchaImage() { FILE: apps/web-antd/src/api/core/menu.ts type MenuMeta (line 10) | interface MenuMeta { type Menu (line 28) | interface Menu { function getAllMenusApi (line 43) | async function getAllMenusApi() { FILE: apps/web-antd/src/api/core/upload.ts type AxiosProgressEvent (line 8) | type AxiosProgressEvent = AxiosRequestConfig['onUploadProgress']; type UploadResult (line 13) | interface UploadResult { function uploadApi (line 28) | function uploadApi( type UploadApi (line 47) | type UploadApi = typeof uploadApi; FILE: apps/web-antd/src/api/core/user.ts type Role (line 3) | interface Role { type User (line 14) | interface User { type UserInfoResp (line 34) | interface UserInfoResp { function getUserInfoApi (line 44) | async function getUserInfoApi() { FILE: apps/web-antd/src/api/graph/index.ts function graphInstanceList (line 28) | function graphInstanceList(params?: any) { function graphInstanceAdd (line 35) | function graphInstanceAdd(data: Partial) { function graphInstanceUpdate (line 42) | function graphInstanceUpdate(data: Partial) { function graphInstanceRemove (line 49) | function graphInstanceRemove(id: string | string[]) { function graphInstanceInfo (line 59) | function graphInstanceInfo(id: string) { function graphInstanceBuild (line 66) | function graphInstanceBuild(id: string) { function graphInstanceRebuild (line 73) | function graphInstanceRebuild(id: string) { function graphInstanceStatus (line 80) | function graphInstanceStatus(id: string) { function graphInstanceExport (line 87) | function graphInstanceExport(params?: any) { function graphQueryByKnowledge (line 98) | function graphQueryByKnowledge(knowledgeId: string, limit?: number) { function graphSearchEntity (line 107) | function graphSearchEntity(params: SearchParams) { function graphGetNeighbors (line 114) | function graphGetNeighbors(params: NeighborQueryParams) { function graphFindPath (line 121) | function graphFindPath(params: PathQueryParams) { function graphGetStats (line 128) | function graphGetStats(knowledgeId: string) { function graphDeleteData (line 135) | function graphDeleteData(knowledgeId: string) { function graphExtractEntities (line 144) | function graphExtractEntities(data: ExtractParams) { function graphIngestText (line 151) | function graphIngestText(data: IngestParams) { function graphRetrieve (line 158) | function graphRetrieve(data: RetrieveParams) { FILE: apps/web-antd/src/api/graph/model.d.ts type GraphInstance (line 6) | interface GraphInstance { type GraphBuildTask (line 23) | interface GraphBuildTask { type GraphNode (line 42) | interface GraphNode { type GraphEdge (line 54) | interface GraphEdge { type GraphData (line 67) | interface GraphData { type GraphStats (line 73) | interface GraphStats { type ExtractedEntity (line 81) | interface ExtractedEntity { type ExtractedRelation (line 87) | interface ExtractedRelation { type ExtractionResult (line 94) | interface ExtractionResult { type GraphRetrievalResult (line 100) | interface GraphRetrievalResult { type GraphPath (line 107) | interface GraphPath { type NeighborQueryParams (line 114) | interface NeighborQueryParams { type PathQueryParams (line 121) | interface PathQueryParams { type SearchParams (line 129) | interface SearchParams { type ExtractParams (line 136) | interface ExtractParams { type IngestParams (line 142) | interface IngestParams { type RetrieveParams (line 150) | interface RetrieveParams { type GraphInstanceForm (line 157) | interface GraphInstanceForm { FILE: apps/web-antd/src/api/helper.ts function commonExport (line 27) | function commonExport(url: string, data: Record) { class UnauthorizedException (line 39) | class UnauthorizedException extends Error {} class ImpossibleReturn401Exception (line 44) | class ImpossibleReturn401Exception extends Error {} function handleUnauthorizedLogout (line 60) | function handleUnauthorizedLogout() { FILE: apps/web-antd/src/api/knowledge/attach/index.ts function attachList (line 14) | function attachList(params?: AttachQuery) { function attachExport (line 23) | function attachExport(params?: AttachQuery) { function attachInfo (line 32) | function attachInfo(id: ID) { function attachAdd (line 41) | function attachAdd(data: AttachForm) { function attachUpdate (line 50) | function attachUpdate(data: AttachForm) { function attachRemove (line 59) | function attachRemove(id: ID | IDS) { function attachParse (line 67) | function attachParse(id: ID) { FILE: apps/web-antd/src/api/knowledge/attach/model.d.ts type AttachVO (line 3) | interface AttachVO { type AttachForm (line 46) | interface AttachForm extends BaseEntity { type AttachQuery (line 84) | interface AttachQuery extends PageQuery { FILE: apps/web-antd/src/api/knowledge/fragment/index.ts function fragmentList (line 14) | function fragmentList(params?: FragmentQuery) { function fragmentExport (line 23) | function fragmentExport(params?: FragmentQuery) { function fragmentInfo (line 32) | function fragmentInfo(id: ID) { function fragmentAdd (line 41) | function fragmentAdd(data: FragmentForm) { function fragmentUpdate (line 50) | function fragmentUpdate(data: FragmentForm) { function fragmentRemove (line 59) | function fragmentRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/knowledge/fragment/model.d.ts type FragmentVO (line 3) | interface FragmentVO { type FragmentForm (line 36) | interface FragmentForm extends BaseEntity { type FragmentQuery (line 69) | interface FragmentQuery extends PageQuery { FILE: apps/web-antd/src/api/knowledge/info/index.ts function infoList (line 14) | function infoList(params?: InfoQuery) { function infoExport (line 23) | function infoExport(params?: InfoQuery) { function infoInfo (line 32) | function infoInfo(id: ID) { function infoAdd (line 41) | function infoAdd(data: InfoForm) { function infoUpdate (line 50) | function infoUpdate(data: InfoForm) { function infoRemove (line 59) | function infoRemove(id: ID | IDS) { function knowledgeRetrieval (line 68) | function knowledgeRetrieval(data: any) { FILE: apps/web-antd/src/api/knowledge/info/model.d.ts type InfoVO (line 3) | interface InfoVO { type InfoForm (line 95) | interface InfoForm extends BaseEntity { type InfoQuery (line 187) | interface InfoQuery extends PageQuery { FILE: apps/web-antd/src/api/mcp/market/index.ts type Api (line 8) | enum Api { function mcpMarketList (line 20) | function mcpMarketList(params?: PageQuery) { function mcpMarketAll (line 28) | function mcpMarketAll() { function mcpMarketExport (line 36) | function mcpMarketExport(data: Partial) { function mcpMarketInfo (line 45) | function mcpMarketInfo(id: ID) { function mcpMarketAdd (line 53) | function mcpMarketAdd(data: Partial) { function mcpMarketUpdate (line 61) | function mcpMarketUpdate(data: Partial) { function mcpMarketChangeStatus (line 69) | function mcpMarketChangeStatus(data: any) { function mcpMarketRemove (line 79) | function mcpMarketRemove(ids: IDS) { function mcpMarketRefresh (line 87) | function mcpMarketRefresh(marketId: ID) { function mcpMarketLoadTool (line 95) | function mcpMarketLoadTool(toolId: ID) { function mcpMarketBatchLoadTools (line 103) | function mcpMarketBatchLoadTools(toolIds: ID[]) { function mcpMarketToolList (line 111) | function mcpMarketToolList(marketId: ID) { FILE: apps/web-antd/src/api/mcp/market/model.d.ts type McpMarket (line 1) | interface McpMarket { type McpMarketTool (line 12) | interface McpMarketTool { type McpMarketRefreshResult (line 23) | interface McpMarketRefreshResult { FILE: apps/web-antd/src/api/mcp/tool/index.ts type Api (line 8) | enum Api { function mcpToolList (line 21) | function mcpToolList(params?: PageQuery) { function mcpToolAll (line 29) | function mcpToolAll() { function mcpToolExport (line 37) | function mcpToolExport(data: Partial) { function mcpToolInfo (line 46) | function mcpToolInfo(id: ID) { function mcpToolAdd (line 54) | function mcpToolAdd(data: Partial) { function mcpToolUpdate (line 62) | function mcpToolUpdate(data: Partial) { function mcpToolChangeStatus (line 70) | function mcpToolChangeStatus(data: any) { function mcpToolRemove (line 80) | function mcpToolRemove(ids: IDS) { function mcpToolTest (line 88) | function mcpToolTest(id: ID) { FILE: apps/web-antd/src/api/mcp/tool/model.d.ts type McpTool (line 1) | interface McpTool { type McpToolTestResult (line 12) | interface McpToolTestResult { FILE: apps/web-antd/src/api/monitor/cache/index.ts type CommandStats (line 3) | interface CommandStats { type RedisInfo (line 8) | interface RedisInfo { type CacheInfo (line 12) | interface CacheInfo { function redisCacheInfo (line 22) | function redisCacheInfo() { FILE: apps/web-antd/src/api/monitor/logininfo/index.ts type Api (line 8) | enum Api { function loginInfoList (line 21) | function loginInfoList(params?: PageQuery) { function loginInfoExport (line 30) | function loginInfoExport(data: any) { function loginInfoRemove (line 39) | function loginInfoRemove(infoIds: IDS) { function userUnlock (line 48) | function userUnlock(username: string) { function loginInfoClean (line 58) | function loginInfoClean() { FILE: apps/web-antd/src/api/monitor/logininfo/model.d.ts type LoginLog (line 1) | interface LoginLog { FILE: apps/web-antd/src/api/monitor/online/index.ts type Api (line 7) | enum Api { function onlineDeviceList (line 16) | function onlineDeviceList() { function onlineList (line 25) | function onlineList(params?: PageQuery) { function forceLogout (line 34) | function forceLogout(tokenId: string) { function forceLogout2 (line 43) | function forceLogout2(tokenId: string) { FILE: apps/web-antd/src/api/monitor/online/model.d.ts type OnlineUser (line 1) | interface OnlineUser { FILE: apps/web-antd/src/api/monitor/operlog/index.ts type Api (line 8) | enum Api { function operLogList (line 20) | function operLogList(params?: PageQuery) { function operLogDelete (line 30) | function operLogDelete(operIds: IDS) { function operLogClean (line 37) | function operLogClean() { function operLogExport (line 45) | function operLogExport(data: Partial) { FILE: apps/web-antd/src/api/monitor/operlog/model.d.ts type OperationLog (line 1) | interface OperationLog { FILE: apps/web-antd/src/api/operator/configurationManage/index.ts type Api (line 3) | enum Api { function listConfig (line 8) | function listConfig() { function addConfig (line 12) | function addConfig(data: any) { FILE: apps/web-antd/src/api/request.ts function createRequestClient (line 61) | function createRequestClient(baseURL: string) { FILE: apps/web-antd/src/api/system/client/index.ts type Api (line 8) | enum Api { function clientList (line 20) | function clientList(params?: PageQuery) { function clientExport (line 28) | function clientExport(data: Partial) { function clientInfo (line 37) | function clientInfo(id: ID) { function clientAdd (line 45) | function clientAdd(data: Partial) { function clientUpdate (line 53) | function clientUpdate(data: Partial) { function clientChangeStatus (line 61) | function clientChangeStatus(data: any) { function clientRemove (line 73) | function clientRemove(ids: IDS) { FILE: apps/web-antd/src/api/system/client/model.d.ts type Client (line 1) | interface Client { FILE: apps/web-antd/src/api/system/config/index.ts type Api (line 8) | enum Api { function configList (line 21) | function configList(params?: PageQuery) { function configInfo (line 25) | function configInfo(configId: ID) { function configExport (line 33) | function configExport(data: Partial) { function configRefreshCache (line 41) | function configRefreshCache() { function configUpdate (line 49) | function configUpdate(data: Partial) { function configAdd (line 57) | function configAdd(data: Partial) { function configRemove (line 65) | function configRemove(configIds: IDS) { function configInfoByKey (line 74) | function configInfoByKey(configKey: string) { FILE: apps/web-antd/src/api/system/config/model.d.ts type SysConfig (line 1) | interface SysConfig { FILE: apps/web-antd/src/api/system/dept/index.ts type Api (line 7) | enum Api { function deptList (line 17) | function deptList(params?: { deptName?: string; status?: string }) { function deptNodeList (line 26) | function deptNodeList(deptId: ID) { function deptInfo (line 35) | function deptInfo(deptId: ID) { function deptAdd (line 43) | function deptAdd(data: Partial) { function deptUpdate (line 51) | function deptUpdate(data: Partial) { function deptRemove (line 60) | function deptRemove(deptId: ID) { FILE: apps/web-antd/src/api/system/dept/model.d.ts type Dept (line 1) | interface Dept { FILE: apps/web-antd/src/api/system/dict/dict-data-model.d.ts type DictData (line 1) | interface DictData { FILE: apps/web-antd/src/api/system/dict/dict-data.ts type Api (line 8) | enum Api { function dictDataInfo (line 19) | function dictDataInfo(dictType: string) { function dictDataList (line 28) | function dictDataList(params?: PageQuery) { function dictDataExport (line 37) | function dictDataExport(data: Partial) { function dictDataRemove (line 46) | function dictDataRemove(dictIds: IDS) { function dictDataAdd (line 55) | function dictDataAdd(data: Partial) { function dictDataUpdate (line 64) | function dictDataUpdate(data: Partial) { function dictDetailInfo (line 73) | function dictDetailInfo(dictCode: ID) { FILE: apps/web-antd/src/api/system/dict/dict-type-model.d.ts type DictType (line 1) | interface DictType { FILE: apps/web-antd/src/api/system/dict/dict-type.ts type Api (line 8) | enum Api { function dictTypeList (line 21) | function dictTypeList(params?: PageQuery) { function dictTypeExport (line 30) | function dictTypeExport(data: Partial) { function dictTypeRemove (line 39) | function dictTypeRemove(dictIds: IDS) { function refreshDictTypeCache (line 47) | function refreshDictTypeCache() { function dictTypeAdd (line 56) | function dictTypeAdd(data: Partial) { function dictTypeUpdate (line 65) | function dictTypeUpdate(data: Partial) { function dictTypeInfo (line 74) | function dictTypeInfo(dictId: ID) { function dictOptionSelectList (line 83) | function dictOptionSelectList() { FILE: apps/web-antd/src/api/system/dict/index.ts function getDictItems (line 33) | function getDictItems(dictType: string) { FILE: apps/web-antd/src/api/system/menu/index.ts type Api (line 7) | enum Api { function menuList (line 20) | function menuList(params?: MenuQuery) { function menuInfo (line 29) | function menuInfo(menuId: ID) { function menuAdd (line 37) | function menuAdd(data: Partial) { function menuUpdate (line 45) | function menuUpdate(data: Partial) { function menuRemove (line 53) | function menuRemove(menuIds: IDS) { function roleMenuTreeSelect (line 62) | function roleMenuTreeSelect(roleId: ID) { function menuTreeSelect (line 70) | function menuTreeSelect() { function tenantPackageMenuTreeSelect (line 79) | function tenantPackageMenuTreeSelect(packageId: ID) { function menuCascadeRemove (line 90) | function menuCascadeRemove(menuIds: IDS) { FILE: apps/web-antd/src/api/system/menu/model.d.ts type Menu (line 1) | interface Menu { type MenuOption (line 29) | interface MenuOption { type MenuResp (line 45) | interface MenuResp { type MenuQuery (line 53) | interface MenuQuery { FILE: apps/web-antd/src/api/system/notice/index.ts type Api (line 7) | enum Api { function noticeList (line 17) | function noticeList(params?: PageQuery) { function noticeInfo (line 26) | function noticeInfo(noticeId: ID) { function noticeAdd (line 34) | function noticeAdd(data: Partial) { function noticeUpdate (line 42) | function noticeUpdate(data: any) { function noticeRemove (line 50) | function noticeRemove(noticeIds: IDS) { FILE: apps/web-antd/src/api/system/notice/model.d.ts type Notice (line 1) | interface Notice { FILE: apps/web-antd/src/api/system/oss-config/index.ts type Api (line 7) | enum Api { function ossConfigList (line 14) | function ossConfigList(params?: PageQuery) { function ossConfigInfo (line 19) | function ossConfigInfo(ossConfigId: ID) { function ossConfigAdd (line 24) | function ossConfigAdd(data: Partial) { function ossConfigUpdate (line 29) | function ossConfigUpdate(data: Partial) { function ossConfigRemove (line 34) | function ossConfigRemove(ossConfigIds: IDS) { function ossConfigChangeStatus (line 39) | function ossConfigChangeStatus(data: any) { FILE: apps/web-antd/src/api/system/oss-config/model.d.ts type OssConfig (line 1) | interface OssConfig { FILE: apps/web-antd/src/api/system/oss/index.ts type Api (line 10) | enum Api { function ossList (line 23) | function ossList(params?: PageQuery) { function ossInfo (line 32) | function ossInfo(ossIds: ID | IDS) { function ossUpload (line 41) | function ossUpload(file: Blob | File) { function ossDownload (line 56) | function ossDownload( function checkLoginBeforeDownload (line 76) | function checkLoginBeforeDownload() { function ossRemove (line 87) | function ossRemove(ossIds: IDS) { FILE: apps/web-antd/src/api/system/oss/model.d.ts type OssFile (line 1) | interface OssFile { type OssConfig (line 13) | interface OssConfig { FILE: apps/web-antd/src/api/system/post/index.ts type Api (line 9) | enum Api { function postList (line 21) | function postList(params?: PageQuery) { function postExport (line 30) | function postExport(data: Partial) { function postInfo (line 39) | function postInfo(postId: ID) { function postAdd (line 48) | function postAdd(data: Partial) { function postUpdate (line 57) | function postUpdate(data: Partial) { function postRemove (line 66) | function postRemove(postIds: IDS) { function postOptionSelect (line 75) | function postOptionSelect(deptId: ID) { function postDeptTreeSelect (line 83) | function postDeptTreeSelect() { FILE: apps/web-antd/src/api/system/post/model.d.ts type Post (line 4) | interface Post { FILE: apps/web-antd/src/api/system/profile/index.ts type Api (line 7) | enum Api { function userProfile (line 17) | function userProfile() { function userProfileUpdate (line 26) | function userProfileUpdate(data: any) { function userUpdatePassword (line 35) | function userUpdatePassword(data: UpdatePasswordParam) { function userUpdateAvatar (line 46) | function userUpdateAvatar(fileCallback: FileCallBack) { FILE: apps/web-antd/src/api/system/profile/model.d.ts type Dept (line 1) | interface Dept { type Role (line 15) | interface Role { type User (line 30) | interface User { type UserProfile (line 60) | interface UserProfile { type UpdatePasswordParam (line 66) | interface UpdatePasswordParam { type FileCallBack (line 71) | interface FileCallBack { FILE: apps/web-antd/src/api/system/role/index.ts type Api (line 9) | enum Api { function roleList (line 29) | function roleList(params?: PageQuery) { function roleExport (line 38) | function roleExport(data: Partial) { function roleInfo (line 47) | function roleInfo(roleId: ID) { function roleAdd (line 56) | function roleAdd(data: Partial) { function roleUpdate (line 65) | function roleUpdate(data: Partial) { function roleChangeStatus (line 74) | function roleChangeStatus(data: Partial) { function roleRemove (line 87) | function roleRemove(roleIds: IDS) { function roleDataScope (line 96) | function roleDataScope(data: any) { function roleOptionSelect (line 103) | function roleOptionSelect(params?: any) { function roleAllocatedList (line 112) | function roleAllocatedList(params?: PageQuery) { function roleUnallocatedList (line 121) | function roleUnallocatedList(params: any) { function roleAuthCancel (line 131) | function roleAuthCancel(data: { roleId: ID; userId: ID }) { function roleAuthCancelAll (line 141) | function roleAuthCancelAll(roleId: ID, userIds: IDS) { function roleSelectAll (line 153) | function roleSelectAll(roleId: ID, userIds: IDS) { function roleDeptTree (line 164) | function roleDeptTree(roleId: ID) { FILE: apps/web-antd/src/api/system/role/model.d.ts type Role (line 1) | interface Role { type DeptOption (line 17) | interface DeptOption { type DeptResp (line 26) | interface DeptResp { FILE: apps/web-antd/src/api/system/social/index.ts type Api (line 7) | enum Api { function socialList (line 16) | function socialList() { function socialInfo (line 23) | function socialInfo(id: ID) { FILE: apps/web-antd/src/api/system/social/model.d.ts type SocialInfo (line 1) | interface SocialInfo { FILE: apps/web-antd/src/api/system/tenant-package/index.ts type Api (line 8) | enum Api { function packageList (line 21) | function packageList(params?: PageQuery) { function packageSelectList (line 31) | function packageSelectList() { function packageExport (line 40) | function packageExport(data: Partial) { function packageInfo (line 49) | function packageInfo(id: ID) { function packageAdd (line 58) | function packageAdd(data: Partial) { function packageUpdate (line 67) | function packageUpdate(data: Partial) { function packageChangeStatus (line 76) | function packageChangeStatus(data: Partial) { function packageRemove (line 89) | function packageRemove(ids: IDS) { FILE: apps/web-antd/src/api/system/tenant-package/model.d.ts type TenantPackage (line 10) | interface TenantPackage { FILE: apps/web-antd/src/api/system/tenant/index.ts type Api (line 8) | enum Api { function tenantList (line 24) | function tenantList(params?: PageQuery) { function tenantExport (line 33) | function tenantExport(data: Partial) { function tenantInfo (line 42) | function tenantInfo(id: ID) { function tenantAdd (line 51) | function tenantAdd(data: Partial) { function tenantUpdate (line 60) | function tenantUpdate(data: Partial) { function tenantStatusChange (line 69) | function tenantStatusChange(data: Partial) { function tenantRemove (line 83) | function tenantRemove(ids: IDS) { function tenantDynamicToggle (line 92) | function tenantDynamicToggle(tenantId: string) { function tenantDynamicClear (line 100) | function tenantDynamicClear() { function tenantSyncPackage (line 110) | function tenantSyncPackage(tenantId: string, packageId: string) { function dictSyncTenant (line 122) | function dictSyncTenant(tenantId?: string) { function syncTenantConfig (line 133) | function syncTenantConfig() { FILE: apps/web-antd/src/api/system/tenant/model.d.ts type Tenant (line 1) | interface Tenant { FILE: apps/web-antd/src/api/system/user/index.ts type Api (line 14) | enum Api { function userList (line 32) | function userList(params?: PageQuery) { function userExport (line 41) | function userExport(data: Partial) { function userImportData (line 50) | function userImportData(data: UserImportParam) { function downloadImportTemplate (line 67) | function downloadImportTemplate() { function findUserInfo (line 84) | function findUserInfo(userId?: ID) { function userAdd (line 94) | function userAdd(data: Partial) { function userUpdate (line 103) | function userUpdate(data: Partial) { function userStatusChange (line 112) | function userStatusChange(data: Partial) { function userRemove (line 125) | function userRemove(userIds: IDS) { function userResetPassword (line 134) | function userResetPassword(data: ResetPwdParam) { function getUserAuthRole (line 145) | function getUserAuthRole(userId: ID) { function userAuthRoleUpdate (line 154) | function userAuthRoleUpdate(userId: ID, roleIds: number[]) { function getDeptTree (line 162) | function getDeptTree() { function listUserByDeptId (line 169) | function listUserByDeptId(deptId: ID) { FILE: apps/web-antd/src/api/system/user/model.d.ts type UserImportParam (line 6) | interface UserImportParam { type ResetPwdParam (line 14) | interface ResetPwdParam { type Dept (line 19) | interface Dept { type Role (line 33) | interface Role { type User (line 48) | interface User { type Post (line 72) | interface Post { type UserInfoResponse (line 90) | interface UserInfoResponse { type DeptTree (line 101) | interface DeptTree { type DeptTreeData (line 113) | interface DeptTreeData { FILE: apps/web-antd/src/api/tool/gen/index.ts type Api (line 8) | enum Api { function generatedList (line 22) | function generatedList(params?: PageQuery) { function genInfo (line 27) | function genInfo(tableId: ID) { function readyToGenList (line 32) | function readyToGenList(params?: PageQuery) { function columnList (line 37) | function columnList(tableId: ID) { function importTable (line 47) | function importTable(tables: string | string[], dataName: string) { function editSave (line 58) | function editSave(data: any) { function genRemove (line 63) | function genRemove(tableIds: IDS) { function previewCode (line 68) | function previewCode(tableId: ID) { function genDownload (line 75) | function genDownload(tableId: ID) { function genWithPath (line 80) | function genWithPath(tableId: ID) { function syncDb (line 85) | function syncDb(tableId: ID) { function batchGenCode (line 92) | function batchGenCode(tableIdStr: ID | IDS) { function getDataSourceNames (line 101) | function getDataSourceNames() { FILE: apps/web-antd/src/api/tool/gen/model.d.ts type Column (line 1) | interface Column { type Table (line 37) | interface Table { type Row (line 72) | interface Row { type Column (line 108) | interface Column { type Info (line 144) | interface Info { type GenInfo (line 183) | interface GenInfo { FILE: apps/web-antd/src/api/workflow/category/index.ts function categoryTree (line 16) | function categoryTree() { function categoryList (line 25) | function categoryList(params?: CategoryQuery) { function categoryInfo (line 34) | function categoryInfo(id: ID) { function categoryAdd (line 43) | function categoryAdd(data: CategoryForm) { function categoryUpdate (line 52) | function categoryUpdate(data: CategoryForm) { function categoryRemove (line 61) | function categoryRemove(id: ID | IDS) { FILE: apps/web-antd/src/api/workflow/category/model.d.ts type CategoryVO (line 3) | interface CategoryVO { type CategoryForm (line 36) | interface CategoryForm extends BaseEntity { type CategoryQuery (line 63) | interface CategoryQuery { type CategoryTree (line 90) | interface CategoryTree { FILE: apps/web-antd/src/api/workflow/definition/index.ts function workflowDefinitionList (line 12) | function workflowDefinitionList(params?: PageQuery) { function unPublishList (line 24) | function unPublishList(params?: PageQuery) { function getHisListByKey (line 36) | function getHisListByKey(flowCode: string) { function workflowDefinitionInfo (line 47) | function workflowDefinitionInfo(id: ID) { function workflowDefinitionAdd (line 55) | function workflowDefinitionAdd(data: any) { function workflowDefinitionUpdate (line 63) | function workflowDefinitionUpdate(data: any) { function workflowDefinitionPublish (line 72) | function workflowDefinitionPublish(id: ID) { function workflowDefinitionUnPublish (line 83) | function workflowDefinitionUnPublish(id: ID) { function workflowDefinitionDelete (line 93) | function workflowDefinitionDelete(ids: IDS) { function workflowDefinitionCopy (line 101) | function workflowDefinitionCopy(id: ID) { function workflowDefinitionImport (line 109) | function workflowDefinitionImport(data: { function workflowDefinitionExport (line 125) | function workflowDefinitionExport(id: ID) { function workflowDefinitionXml (line 141) | function workflowDefinitionXml(id: ID) { function workflowDefinitionActive (line 151) | function workflowDefinitionActive(id: ID, active: boolean) { FILE: apps/web-antd/src/api/workflow/definition/model.d.ts type ProcessDefinition (line 1) | interface ProcessDefinition { FILE: apps/web-antd/src/api/workflow/instance/index.ts function getTaskByBusinessId (line 12) | function getTaskByBusinessId(businessId: string) { function pageByRunning (line 23) | function pageByRunning(params?: PageQuery) { function pageByFinish (line 32) | function pageByFinish(params?: PageQuery) { function deleteByBusinessIds (line 40) | function deleteByBusinessIds(businessIds: IDS) { function deleteByInstanceIds (line 50) | function deleteByInstanceIds(instanceIds: IDS) { function cancelProcessApply (line 60) | function cancelProcessApply(data: { businessId: ID; message?: string }) { function workflowInstanceActive (line 72) | function workflowInstanceActive(instanceId: ID, active: boolean) { function pageByCurrent (line 83) | function pageByCurrent(params?: PageQuery) { function flowInfo (line 95) | function flowInfo(businessId: string) { function instanceVariable (line 106) | function instanceVariable(instanceId: string) { function workflowInstanceInvalid (line 115) | function workflowInstanceInvalid(data: { function updateFlowVariable (line 130) | function updateFlowVariable(data: { FILE: apps/web-antd/src/api/workflow/instance/model.d.ts type Flow (line 3) | interface Flow { type FlowInfoResponse (line 40) | interface FlowInfoResponse { type FlowInstanceVariableResp (line 45) | interface FlowInstanceVariableResp { FILE: apps/web-antd/src/api/workflow/spel/index.tsx function spelList (line 7) | function spelList(params?: PageQuery) { function spelInfo (line 11) | function spelInfo(id: ID) { function spelAdd (line 15) | function spelAdd(data: Partial) { function spelUpdate (line 19) | function spelUpdate(data: Partial) { function spelDelete (line 23) | function spelDelete(ids: ID[]) { FILE: apps/web-antd/src/api/workflow/spel/model.d.ts type Spel (line 1) | interface Spel { FILE: apps/web-antd/src/api/workflow/task/index.ts function startWorkFlow (line 18) | function startWorkFlow(data: StartWorkFlowReqData) { function completeTask (line 29) | function completeTask(data: CompleteTaskReqData) { function pageByTaskWait (line 37) | function pageByTaskWait(params?: PageQuery) { function pageByTaskFinish (line 48) | function pageByTaskFinish(params?: PageQuery) { function pageByAllTaskWait (line 59) | function pageByAllTaskWait(params?: PageQuery) { function pageByAllTaskFinish (line 70) | function pageByAllTaskFinish(params?: PageQuery) { function pageByTaskCopy (line 81) | function pageByTaskCopy(params?: PageQuery) { function getTaskByTaskId (line 93) | function getTaskByTaskId(taskId: string) { function terminationTask (line 100) | function terminationTask(data: { comment?: string; taskId: string }) { function taskOperation (line 112) | function taskOperation( function updateAssignee (line 127) | function updateAssignee(taskIdList: IDS, userId: ID) { function backProcess (line 138) | function backProcess(data: any) { function getBackTaskNode (line 147) | function getBackTaskNode(taskId: string, nodeCode: string) { function currentTaskAllUser (line 157) | function currentTaskAllUser(taskId: ID) { function getNextNodeList (line 167) | function getNextNodeList(data: { taskId: string }) { FILE: apps/web-antd/src/api/workflow/task/model.d.ts type ButtonWithPermission (line 1) | interface ButtonWithPermission { type TaskInfo (line 7) | interface TaskInfo { type CompleteTaskReqData (line 44) | interface CompleteTaskReqData { type StartWorkFlowReqData (line 56) | interface StartWorkFlowReqData { type TaskOperationData (line 75) | interface TaskOperationData { type TaskOperationType (line 87) | type TaskOperationType = type NextNodeInfo (line 93) | interface NextNodeInfo { FILE: apps/web-antd/src/bootstrap.ts function bootstrap (line 20) | async function bootstrap(namespace: string) { FILE: apps/web-antd/src/components/cropper/src/typing.ts type CropendResult (line 3) | interface CropendResult { FILE: apps/web-antd/src/components/description/src/typing.ts type DescItem (line 8) | interface DescItem { type DescriptionProps (line 24) | interface DescriptionProps extends DescriptionsProps { type DescInstance (line 39) | interface DescInstance { type Register (line 43) | type Register = (descInstance: DescInstance) => void; type UseDescReturnType (line 48) | type UseDescReturnType = [Register, DescInstance]; FILE: apps/web-antd/src/components/description/src/useDescription.ts function useDescription (line 12) | function useDescription( FILE: apps/web-antd/src/components/dict/src/data.tsx type TagType (line 5) | interface TagType { type Options (line 27) | interface Options { function tagSelectOptions (line 32) | function tagSelectOptions() { FILE: apps/web-antd/src/components/dict/src/type.d.ts type DictFallback (line 5) | type DictFallback = FILE: apps/web-antd/src/components/global/button.ts method setup (line 13) | setup(props, { attrs, slots }) { FILE: apps/web-antd/src/components/global/index.ts function setupGlobalComponent (line 10) | function setupGlobalComponent(app: App) { FILE: apps/web-antd/src/components/global/slot.ts method render (line 19) | render() { FILE: apps/web-antd/src/components/tinymce/src/helper.ts function contentWithOssIdTransform (line 11) | async function contentWithOssIdTransform(content: string) { FILE: apps/web-antd/src/components/tree/src/data.tsx type Permission (line 9) | interface Permission { type MenuPermissionOption (line 15) | interface MenuPermissionOption extends MenuOption { FILE: apps/web-antd/src/components/tree/src/helper.tsx function setPermissionsChecked (line 16) | function setPermissionsChecked( function rowAndChildrenChecked (line 33) | function rowAndChildrenChecked( function menusWithPermissions (line 50) | function menusWithPermissions(menus: MenuOption[]) { function setTableChecked (line 87) | function setTableChecked( function validateMenuTree (line 145) | function validateMenuTree(menu: MenuOption) { FILE: apps/web-antd/src/components/tree/src/hook.tsx function useFullScreenGuide (line 13) | function useFullScreenGuide() { FILE: apps/web-antd/src/components/upload-old/src/helper.ts function checkFileType (line 10) | async function checkFileType(file: File, accepts: string[]) { function checkImageFileType (line 35) | async function checkImageFileType(file: File, accepts: string[]) { FILE: apps/web-antd/src/components/upload-old/src/typing.ts type UploadResultStatus (line 3) | enum UploadResultStatus { type FileItem (line 10) | interface FileItem { type Wrapper (line 22) | interface Wrapper { type BaseFileItem (line 28) | interface BaseFileItem { type PreviewFileItem (line 33) | interface PreviewFileItem { FILE: apps/web-antd/src/components/upload-old/src/use-upload.ts function useUploadType (line 7) | function useUploadType({ FILE: apps/web-antd/src/components/upload/src/helper.ts function defaultFilePreview (line 24) | function defaultFilePreview(file: UploadFile) { FILE: apps/web-antd/src/components/upload/src/hook.ts function useImagePreview (line 34) | function useImagePreview() { function useUpload (line 94) | function useUpload( FILE: apps/web-antd/src/components/upload/src/props.d.ts type UploadType (line 9) | type UploadType = 'file' | 'image'; type CustomGetter (line 15) | type CustomGetter = ( type BaseUploadProps (line 21) | interface BaseUploadProps { type UploadEmits (line 118) | interface UploadEmits { FILE: apps/web-antd/src/locales/index.ts function loadMessages (line 33) | async function loadMessages(lang: SupportedLanguagesType) { function loadThirdPartyMessage (line 46) | async function loadThirdPartyMessage(lang: SupportedLanguagesType) { function loadDayjsLocale (line 54) | async function loadDayjsLocale(lang: SupportedLanguagesType) { function loadAntdLocale (line 81) | async function loadAntdLocale(lang: SupportedLanguagesType) { function setupI18n (line 94) | async function setupI18n(app: App, options: LocaleSetupOptions = {}) { FILE: apps/web-antd/src/main.ts function initApplication (line 9) | async function initApplication() { FILE: apps/web-antd/src/packages/workflow-designer/properties/defaults.ts type DefaultGetter (line 4) | type DefaultGetter = (workflow: WorkflowInfo) => any function createUuid (line 6) | function createUuid() { FILE: apps/web-antd/src/packages/workflow-designer/store/index.ts function setWorkflowDesignerNavigator (line 6) | function setWorkflowDesignerNavigator(fn: (name: string, params: any) =>... method getWfRuntimes (line 32) | getWfRuntimes(state: any) { method getStartOrFirstNode (line 41) | getStartOrFirstNode(state: any) { method getStartNode (line 53) | getStartNode(state: any) { method getStartNodeByWfId (line 61) | getStartNodeByWfId(state: any) { method getWorkflowInfo (line 69) | getWorkflowInfo(state: any) { method getWorkflowInfoById (line 77) | getWorkflowInfoById(state: any) { method getWfComponent (line 85) | getWfComponent(state: any) { method getOperatorDesc (line 90) | getOperatorDesc(state: any) { method getWfRuntime (line 95) | getWfRuntime(state: any) { method getRuntimeNode (line 110) | getRuntimeNode(state: any) { method setShowCreateView (line 126) | setShowCreateView(status: boolean, wfUuid: string) { method setOperators (line 131) | setOperators(operators: any[]) { method setActive (line 134) | setActive(wfUuid: string) { method setActiveAndGo (line 142) | setActiveAndGo(wfUuid: string, defaultViewType?: string) { method setLoadingMyWorkflows (line 146) | setLoadingMyWorkflows(status: boolean) { method setLoadingPublicWorkflows (line 149) | setLoadingPublicWorkflows(status: boolean) { method setLoadingRuntimes (line 152) | setLoadingRuntimes(currKbUuid: string, status: boolean) { method setWorkflowComponents (line 155) | setWorkflowComponents(components: any[]) { method addWorkflowAndActive (line 158) | addWorkflowAndActive(info: any) { method appendWorkflows (line 163) | appendWorkflows(infos: any[], isMine: boolean) { method updateBaseInfo (line 173) | updateBaseInfo(uuid: string, info: { title: string; remark: string; isPu... method initWorkflowFields (line 179) | initWorkflowFields(workflow: any) { method updateNodesAndEdges (line 196) | updateNodesAndEdges(uuid: string, info: any) { method updateNodesAndEdgesId (line 212) | updateNodesAndEdgesId(uuid: string, updatedWorkflow: any) { method setWorkflowPublic (line 232) | setWorkflowPublic(uuid: string, publicOrNot: boolean) { method deleteWorkflow (line 241) | deleteWorkflow(uuid: string) { method updateWfNodeTitle (line 246) | updateWfNodeTitle(wfUuid: string, nodeUuid: string, newNodeTitle: string) { method updateWfNode (line 252) | updateWfNode(wfUuid: string, nodeUuid: string, newNode: any) { method addRefInputToNode (line 258) | addRefInputToNode(wfUuid: string, nodeUuid: string, newInput: any) { method addUserInputToNode (line 264) | addUserInputToNode(wfUuid: string, nodeUuid: string, newInput: any) { method deleteRefInput (line 270) | deleteRefInput(wfUuid: string, nodeUuid: string, idx: number) { method deleteUserInput (line 276) | deleteUserInput(wfUuid: string, nodeUuid: string, idx: number) { method initWfRuntime (line 282) | initWfRuntime(wfRuntime: any) { method setWfRuntimes (line 291) | setWfRuntimes(wfUuid: string, wfRuntimes: any[]) { method updateWfRuntimePrologue (line 297) | updateWfRuntimePrologue(wfRuntimeUuid: string, prologue: string) { method setWfRuntimeNodes (line 304) | setWfRuntimeNodes(wfRuntimeUuid: string, nodes: any[]) { method unshiftWfRuntimes (line 331) | unshiftWfRuntimes(wfUuid: string, wfRuntimes: any[]) { method appendWfRuntimes (line 342) | appendWfRuntimes(wfUuid: string, wfRuntimes: any[]) { method appendRuntimeNode (line 354) | appendRuntimeNode(wfRuntimeUuid: string, runtimeNode: any) { method appendInputToRuntimeNode (line 376) | appendInputToRuntimeNode(wfRuntimeUuid: string, runtimeNodeUuid: string,... method appendOutputToRuntimeNode (line 384) | appendOutputToRuntimeNode(wfRuntimeUuid: string, runtimeNodeUuid: string... method appendChunkToRuntimeNode (line 391) | appendChunkToRuntimeNode(wfRuntimeUuid: string, runtimeNodeUuid: string,... method deleteWfRuntime (line 397) | deleteWfRuntime(wfUuid: string, wfRuntimeUuid: string) { method updateSuccess (line 405) | updateSuccess(wfUuid: string, wfRuntimeUuid: string, outputJson: string) { method updateErrorMsg (line 424) | updateErrorMsg(wfUuid: string, wfRuntimeUuid: string, errorMsg: string) { method clearWfRuntimes (line 438) | clearWfRuntimes(wfUuid: string) { method deleteNode (line 441) | deleteNode(wfUuid: string, nodeUuid: string) { method _deleteEdgesByNodeUuid (line 459) | _deleteEdgesByNodeUuid(workflow: any, deletedNodeUuid: string) { method deleteEdge (line 473) | deleteEdge(wfUuid: string, edgeUuid: string) { method _deleteUiNode (line 487) | _deleteUiNode(wfUuid: string, nodeUuid: string) { method _deleteUiEdge (line 497) | _deleteUiEdge(wfUuid: string, edgeId: string) { method reloadRoute (line 507) | async reloadRoute(uuid?: string, defaultViewType?: string) { FILE: apps/web-antd/src/packages/workflow-designer/types/index.d.ts type WorkflowInfo (line 1) | interface WorkflowInfo { type WorkflowComponent (line 13) | interface WorkflowComponent { type NodeIODefinition (line 20) | interface NodeIODefinition { type NodeIOConfig (line 30) | interface NodeIOConfig { type WorkflowNode (line 35) | interface WorkflowNode { type WorkflowEdge (line 48) | interface WorkflowEdge { type UIWorkflowNodePosition (line 57) | interface UIWorkflowNodePosition { x: number; y: number } type UIWorkflow (line 59) | interface UIWorkflow { FILE: apps/web-antd/src/packages/workflow-designer/utils/operators.ts type OperatorOption (line 5) | interface OperatorOption { function getOperatorLabel (line 37) | function getOperatorLabel(value: string): string { function getLogicOperatorLabel (line 45) | function getLogicOperatorLabel(value: string): string { FILE: apps/web-antd/src/packages/workflow-designer/utils/workflow-util.ts function deepClone (line 5) | function deepClone(value: T): T { function emptyWorkflowInfo (line 9) | function emptyWorkflowInfo(): WorkflowInfo { function emptyWorkflowNode (line 20) | function emptyWorkflowNode(): WorkflowNode { function createUuid (line 34) | function createUuid() { function toPropertyKey (line 40) | function toPropertyKey(path: string) { function getDefaultNodeConfig (line 51) | function getDefaultNodeConfig(name: string, workflow: WorkflowInfo) { function createNewNode (line 81) | function createNewNode( function createNewEdge (line 103) | function createNewEdge(params: { function updateEdgeBySourceHandle (line 133) | function updateEdgeBySourceHandle(params: { function deleteEdgesBySourceHandle (line 155) | function deleteEdgesBySourceHandle( function wfNodeToUiNode (line 172) | function wfNodeToUiNode(node: WorkflowNode) { function getNameByInputType (line 181) | function getNameByInputType(type: number) { function getIconByComponentName (line 191) | function getIconByComponentName(name: string) { function getIconClassByComponentName (line 213) | function getIconClassByComponentName(name: string) { FILE: apps/web-antd/src/router/access.ts function backMenuToVbenMenu (line 62) | function backMenuToVbenMenu( function generateAccess (line 231) | async function generateAccess(options: GenerateMenuAndRoutesOptions) { FILE: apps/web-antd/src/router/guard.ts function setupCommonGuard (line 17) | function setupCommonGuard(router: Router) { function setupAccessGuard (line 47) | function setupAccessGuard(router: Router) { function createRouterGuard (line 126) | function createRouterGuard(router: Router) { FILE: apps/web-antd/src/store/auth.ts function authLogin (line 35) | async function authLogin( function logout (line 84) | async function logout(redirect: boolean = true) { function fetchUserInfo (line 114) | async function fetchUserInfo() { function $reset (line 145) | function $reset() { FILE: apps/web-antd/src/store/dict.ts type DictOption (line 12) | interface DictOption extends DictData { function dictToOptions (line 24) | function dictToOptions( function getDictOptions (line 51) | function getDictOptions(dictName: string): DictOption[] { function resetCache (line 61) | function resetCache() { function setDictInfo (line 78) | function setDictInfo( function $reset (line 95) | function $reset() { FILE: apps/web-antd/src/store/notify.ts function startListeningMessage (line 37) | function startListeningMessage() { function setAllRead (line 79) | function setAllRead() { function setRead (line 91) | function setRead(item: NotificationItem) { function clearAllMessage (line 103) | function clearAllMessage() { function $reset (line 113) | function $reset() { FILE: apps/web-antd/src/store/tenant.ts function initTenant (line 20) | async function initTenant() { function setChecked (line 26) | async function setChecked(_checked: boolean) { function $reset (line 30) | function $reset() { FILE: apps/web-antd/src/upload-tip.ts function useUploadTip (line 6) | function useUploadTip() { FILE: apps/web-antd/src/utils/dict.ts function getDictOptions (line 14) | function getDictOptions(dictName: string, formatNumber = false) { FILE: apps/web-antd/src/utils/file/base64Conver.ts function dataURLtoBlob (line 4) | function dataURLtoBlob(base64Buf: string): Blob { function urlToBase64 (line 24) | function urlToBase64(url: string, mineType?: string): Promise { FILE: apps/web-antd/src/utils/file/download.ts function downloadExcel (line 23) | async function downloadExcel( function handleRangeTimeValue (line 46) | function handleRangeTimeValue( type DownloadExcelOptions (line 97) | interface DownloadExcelOptions { function commonDownloadExcel (line 111) | async function commonDownloadExcel( function downloadExcelFile (line 130) | function downloadExcelFile( function downloadByOnlineUrl (line 149) | function downloadByOnlineUrl( function downloadByBase64 (line 167) | function downloadByBase64( function downloadByData (line 184) | function downloadByData( function openWindow (line 207) | function openWindow( function downloadByUrl (line 228) | function downloadByUrl({ FILE: apps/web-antd/src/utils/file/index.ts function calculateFileSize (line 13) | function calculateFileSize(size: number, isInteger = false) { FILE: apps/web-antd/src/utils/message.ts function useSseMessage (line 11) | function useSseMessage() { function isUrl (line 37) | function isUrl(path?: string) { function useWebSocketMessage (line 41) | function useWebSocketMessage() { FILE: apps/web-antd/src/utils/modal.tsx type ConfirmModalProps (line 9) | interface ConfirmModalProps extends Omit { function confirmDeleteModal (line 15) | function confirmDeleteModal(props: ConfirmModalProps) { FILE: apps/web-antd/src/utils/popup.ts type BeforeCloseDiffProps (line 11) | interface BeforeCloseDiffProps { function useBeforeCloseDiff (line 36) | function useBeforeCloseDiff(props: BeforeCloseDiffProps) { function defaultFormValueGetter (line 121) | function defaultFormValueGetter(formApi: ExtendedFormApi) { FILE: apps/web-antd/src/utils/render.tsx function renderTag (line 43) | function renderTag(text: string, color?: string) { function renderTags (line 54) | function renderTags(tags: string[], wrap = false, gap = 1) { function renderJsonPreview (line 72) | function renderJsonPreview(json: any) { function renderIcon (line 96) | function renderIcon(icon: string) { function renderHttpMethodTag (line 105) | function renderHttpMethodTag(type: string) { function renderDictTag (line 120) | function renderDictTag(value: number | string, dicts: DictData[]) { function renderDictTags (line 132) | function renderDictTags( type RenderDictOptions (line 153) | interface RenderDictOptions { function renderDict (line 163) | function renderDict( function renderIconSpan (line 173) | function renderIconSpan( function renderOsIcon (line 217) | function renderOsIcon(os: string, center = false) { function renderBrowserIcon (line 232) | function renderBrowserIcon(browser: string, center = false) { FILE: apps/web-antd/src/views/_core/oauth-common.ts type ListItem (line 25) | interface ListItem { type BindItem (line 37) | interface BindItem extends ListItem { function handleAuthBinding (line 59) | async function handleAuthBinding(source: string) { FILE: apps/web-antd/src/views/_core/profile/mitt.ts type Events (line 3) | type Events = { FILE: apps/web-antd/src/views/mcp/tool/data.tsx method formatter (line 58) | formatter({ cellValue }) { FILE: apps/web-antd/src/views/monitor/operlog/data.tsx method formatter (line 80) | formatter({ cellValue }) { FILE: apps/web-antd/src/views/nodeManage/index.d.ts type NodeInfo (line 1) | interface NodeInfo { FILE: apps/web-antd/src/views/system/client/data.tsx method formatter (line 75) | formatter({ row }) { method formatter (line 82) | formatter({ row }) { FILE: apps/web-antd/src/views/system/dict/mitt.ts type Events (line 6) | type Events = { FILE: apps/web-antd/src/views/system/tenant/data.tsx method renderComponentContent (line 208) | renderComponentContent(model) { method renderComponentContent (line 221) | renderComponentContent() { FILE: apps/web-antd/src/views/system/user/data.tsx method formatter (line 68) | formatter({ cellValue }) { FILE: apps/web-antd/src/views/tool/gen/edit-steps/gen-data.tsx function renderBooleanTag (line 42) | function renderBooleanTag(row: Recordable, field: string) { function renderBooleanCheckbox (line 48) | function renderBooleanCheckbox(row: Recordable, field: string) { FILE: apps/web-antd/src/views/workflow/components/helper.tsx type ApproveWithReasonModalProps (line 10) | interface ApproveWithReasonModalProps { function approveWithReasonModal (line 20) | function approveWithReasonModal(props: ApproveWithReasonModalProps) { function getDiffTimeString (line 50) | function getDiffTimeString(dateTime: string) { FILE: apps/web-antd/src/views/workflow/components/hook.ts function useWarmflowIframe (line 9) | function useWarmflowIframe() { FILE: apps/web-antd/src/views/workflow/components/type.d.ts type ApprovalType (line 8) | type ApprovalType = 'admin' | 'approve' | 'myself' | 'readonly'; FILE: apps/web-antd/src/views/workflow/leave/api/index.ts function leaveList (line 13) | function leaveList(params?: LeaveQuery) { function leaveExport (line 24) | function leaveExport(params?: LeaveQuery) { function leaveInfo (line 33) | function leaveInfo(id: ID) { function leaveAdd (line 42) | function leaveAdd(data: LeaveForm) { function leaveUpdate (line 51) | function leaveUpdate(data: LeaveForm) { function leaveRemove (line 60) | function leaveRemove(id: ID | IDS) { function submitAndStartWorkflow (line 69) | function submitAndStartWorkflow(data: LeaveForm) { FILE: apps/web-antd/src/views/workflow/leave/api/model.d.ts type LeaveVO (line 3) | interface LeaveVO { type LeaveForm (line 41) | interface LeaveForm extends BaseEntity { type LeaveQuery (line 78) | interface LeaveQuery extends PageQuery { FILE: apps/web-antd/src/views/workflow/leave/data.tsx method componentProps (line 158) | componentProps(model) { FILE: apps/web-antd/src/views/workflow/leave/hook.ts function useRouteIdEdit (line 5) | function useRouteIdEdit(callback: (id: string) => void, timeout = 500) { FILE: apps/web-antd/src/views/workflow/register.ts type FlowComponentsMapMapKey (line 21) | type FlowComponentsMapMapKey = keyof typeof flowComponentsMap; FILE: apps/web-antd/src/views/workflow/spel/common.ts function generateSpel (line 1) | function generateSpel(data: { FILE: apps/web-antd/types/directive.d.ts type ComponentCustomProperties (line 4) | interface ComponentCustomProperties { FILE: apps/web-antd/types/global-components.d.ts type GlobalComponents (line 5) | interface GlobalComponents { FILE: internal/lint-configs/eslint-config/src/configs/command.ts function command (line 3) | async function command() { FILE: internal/lint-configs/eslint-config/src/configs/comments.ts function comments (line 5) | async function comments(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/disableds.ts function disableds (line 3) | async function disableds(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/ignores.ts function ignores (line 3) | async function ignores(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/import.ts function importPluginConfig (line 5) | async function importPluginConfig(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/javascript.ts function javascript (line 7) | async function javascript(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/jsdoc.ts function jsdoc (line 5) | async function jsdoc(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/jsonc.ts function jsonc (line 5) | async function jsonc(): Promise { function sortPackageJson (line 54) | function sortPackageJson(): Linter.Config { function sortTsconfig (line 133) | function sortTsconfig(): Linter.Config { FILE: internal/lint-configs/eslint-config/src/configs/node.ts function node (line 5) | async function node(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/perfectionist.ts function perfectionist (line 5) | async function perfectionist(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/prettier.ts function prettier (line 5) | async function prettier(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/regexp.ts function regexp (line 5) | async function regexp(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/test.ts function test (line 5) | async function test(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/turbo.ts function turbo (line 5) | async function turbo(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/typescript.ts function typescript (line 5) | async function typescript(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/unicorn.ts function unicorn (line 5) | async function unicorn(): Promise { FILE: internal/lint-configs/eslint-config/src/configs/vue.ts function vue (line 5) | async function vue(): Promise { FILE: internal/lint-configs/eslint-config/src/index.ts type FlatConfig (line 24) | type FlatConfig = Linter.Config; type FlatConfigPromise (line 26) | type FlatConfigPromise = function defineConfig (line 32) | async function defineConfig(config: FlatConfig[] = []) { FILE: internal/lint-configs/eslint-config/src/util.ts type Awaitable (line 1) | type Awaitable = Promise | T; function interopDefault (line 3) | async function interopDefault( FILE: internal/node-utils/src/constants.ts type UNICODE (line 1) | enum UNICODE { FILE: internal/node-utils/src/fs.ts function outputJSON (line 4) | async function outputJSON( function ensureFile (line 20) | async function ensureFile(filePath: string) { function readJSON (line 31) | async function readJSON(filePath: string) { FILE: internal/node-utils/src/git.ts function getStagedFiles (line 10) | async function getStagedFiles(): Promise { FILE: internal/node-utils/src/hash.ts function generatorContentHash (line 8) | function generatorContentHash(content: string, hashLSize?: number) { FILE: internal/node-utils/src/monorepo.ts function findMonorepoRoot (line 13) | function findMonorepoRoot(cwd: string = process.cwd()) { function getPackagesSync (line 24) | function getPackagesSync() { function getPackages (line 32) | async function getPackages() { function getPackage (line 41) | async function getPackage(pkgName: string) { FILE: internal/node-utils/src/path.ts function toPosixPath (line 7) | function toPosixPath(pathname: string) { FILE: internal/node-utils/src/prettier.ts function prettierFormat (line 5) | async function prettierFormat(filepath: string) { FILE: internal/node-utils/src/spinner.ts type SpinnerOptions (line 5) | interface SpinnerOptions { function spinner (line 10) | async function spinner( FILE: internal/tailwind-config/src/index.ts function createColorsPalette (line 207) | function createColorsPalette(name: string) { FILE: internal/vite-config/src/config/application.ts function defineApplicationConfig (line 17) | function defineApplicationConfig(userConfigPromise?: DefineApplicationOp... function createCssOptions (line 103) | function createCssOptions(injectGlobalScss = true): CSSOptions { FILE: internal/vite-config/src/config/common.ts function getCommonConfig (line 3) | async function getCommonConfig(): Promise { FILE: internal/vite-config/src/config/index.ts function defineConfig (line 12) | function defineConfig( FILE: internal/vite-config/src/config/library.ts function defineLibraryConfig (line 12) | function defineLibraryConfig(userConfigPromise?: DefineLibraryOptions) { FILE: internal/vite-config/src/plugins/archiver.ts method handler (line 17) | handler() { function zipFolder (line 46) | async function zipFolder( FILE: internal/vite-config/src/plugins/extra-app-config.ts type PluginOptions (line 11) | interface PluginOptions { constant GLOBAL_CONFIG_FILE_NAME (line 16) | const GLOBAL_CONFIG_FILE_NAME = '_app.config.js'; constant VBEN_ADMIN_PRO_APP_CONF (line 17) | const VBEN_ADMIN_PRO_APP_CONF = '_VBEN_ADMIN_PRO_APP_CONF_'; function viteExtraAppConfigPlugin (line 24) | async function viteExtraAppConfigPlugin({ function getConfigSource (line 73) | async function getConfigSource() { function ensureTrailingSlash (line 88) | function ensureTrailingSlash(path: string) { FILE: internal/vite-config/src/plugins/importmap.ts constant DEFAULT_PROVIDER (line 11) | const DEFAULT_PROVIDER = 'jspm.io'; type pluginOptions (line 13) | type pluginOptions = { function getShimsUrl (line 25) | async function getShimsUrl(provide: string) { function viteImportMapPlugin (line 44) | async function viteImportMapPlugin( function injectShimsToHtml (line 194) | async function injectShimsToHtml(html: string, esModuleShimUrl: string) { FILE: internal/vite-config/src/plugins/index.ts function loadConditionPlugins (line 34) | async function loadConditionPlugins(conditionPlugins: ConditionPlugin[]) { function loadCommonPlugins (line 48) | async function loadCommonPlugins( function loadApplicationPlugins (line 88) | async function loadApplicationPlugins( function loadLibraryPlugins (line 222) | async function loadLibraryPlugins( FILE: internal/vite-config/src/plugins/inject-app-loading/index.ts function viteInjectAppLoadingPlugin (line 14) | async function viteInjectAppLoadingPlugin( function getLoadingRawByHtmlTemplate (line 54) | async function getLoadingRawByHtmlTemplate(loadingTemplate: string) { FILE: internal/vite-config/src/plugins/inject-metadata.ts function resolvePackageVersion (line 12) | function resolvePackageVersion( function resolveMonorepoDependencies (line 29) | async function resolveMonorepoDependencies() { function viteMetadataPlugin (line 70) | async function viteMetadataPlugin( FILE: internal/vite-config/src/plugins/license.ts function viteLicensePlugin (line 17) | async function viteLicensePlugin( FILE: internal/vite-config/src/plugins/nitro-mock.ts method configureServer (line 18) | async configureServer(server) { function runNitroServer (line 48) | async function runNitroServer(rootDir: string, port: number, verbose: bo... FILE: internal/vite-config/src/plugins/print.ts method configureServer (line 13) | configureServer(server) { FILE: internal/vite-config/src/plugins/vxe-table.ts function viteVxeTableImportsPlugin (line 5) | async function viteVxeTableImportsPlugin(): Promise { FILE: internal/vite-config/src/typing.ts type IImportMap (line 23) | interface IImportMap { type PrintPluginOptions (line 36) | interface PrintPluginOptions { type NitroMockPluginOptions (line 55) | interface NitroMockPluginOptions { type ArchiverPluginOptions (line 79) | interface ArchiverPluginOptions { type ImportmapPluginOptions (line 96) | interface ImportmapPluginOptions { type ConditionPlugin (line 126) | interface ConditionPlugin { type CommonPluginOptions (line 143) | interface CommonPluginOptions { type ApplicationPluginOptions (line 181) | interface ApplicationPluginOptions extends CommonPluginOptions { type LibraryPluginOptions (line 283) | interface LibraryPluginOptions extends CommonPluginOptions { type ApplicationOptions (line 295) | type ApplicationOptions = ApplicationPluginOptions; type LibraryOptions (line 300) | type LibraryOptions = LibraryPluginOptions; type DefineApplicationOptions (line 306) | type DefineApplicationOptions = (config?: ConfigEnv) => Promise<{ type DefineLibraryOptions (line 317) | type DefineLibraryOptions = (config?: ConfigEnv) => Promise<{ type DefineConfig (line 328) | type DefineConfig = DefineApplicationOptions | DefineLibraryOptions; FILE: internal/vite-config/src/utils/env.ts function getConfFiles (line 20) | function getConfFiles() { function loadEnv (line 36) | async function loadEnv>( function loadAndConvertEnv (line 65) | async function loadAndConvertEnv( FILE: packages/@core/base/icons/src/create-icon.ts function createIconifyIcon (line 5) | function createIconifyIcon(icon: string) { function createIconifyOfflineIcon (line 20) | function createIconifyOfflineIcon(icon: string, iconComponent: IconifyIc... FILE: packages/@core/base/shared/src/cache/storage-manager.ts type StorageType (line 1) | type StorageType = 'localStorage' | 'sessionStorage'; type StorageManagerOptions (line 3) | interface StorageManagerOptions { type StorageItem (line 8) | interface StorageItem { class StorageManager (line 13) | class StorageManager { method constructor (line 17) | constructor({ method getFullKey (line 33) | private getFullKey(key: string): string { method clear (line 40) | clear(): void { method clearExpiredItems (line 54) | clearExpiredItems(): void { method getItem (line 70) | getItem(key: string, defaultValue: null | T = null): null | T { method removeItem (line 95) | removeItem(key: string): void { method setItem (line 106) | setItem(key: string, value: T, ttl?: number): void { FILE: packages/@core/base/shared/src/cache/types.ts type StorageType (line 1) | type StorageType = 'localStorage' | 'sessionStorage'; type StorageValue (line 3) | interface StorageValue { type IStorageCache (line 8) | interface IStorageCache { FILE: packages/@core/base/shared/src/color/color.ts function isDarkColor (line 3) | function isDarkColor(color: string) { function isLightColor (line 7) | function isLightColor(color: string) { FILE: packages/@core/base/shared/src/color/convert.ts function convertToHsl (line 11) | function convertToHsl(color: string): string { function convertToHslCssVar (line 26) | function convertToHslCssVar(color: string): string { function convertToRgb (line 40) | function convertToRgb(str: string): string { function isValidColor (line 49) | function isValidColor(color?: string) { FILE: packages/@core/base/shared/src/color/generator.ts type ColorItem (line 5) | interface ColorItem { function generatorColorVariables (line 11) | function generatorColorVariables(colorItems: ColorItem[]) { FILE: packages/@core/base/shared/src/constants/dict-enum.ts type DictEnumKey (line 20) | type DictEnumKey = keyof typeof DictEnum; FILE: packages/@core/base/shared/src/constants/globals.ts constant CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT (line 2) | const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `--vben-content-height`; constant CSS_VARIABLE_LAYOUT_CONTENT_WIDTH (line 4) | const CSS_VARIABLE_LAYOUT_CONTENT_WIDTH = `--vben-content-width`; constant CSS_VARIABLE_LAYOUT_HEADER_HEIGHT (line 6) | const CSS_VARIABLE_LAYOUT_HEADER_HEIGHT = `--vben-header-height`; constant CSS_VARIABLE_LAYOUT_FOOTER_HEIGHT (line 8) | const CSS_VARIABLE_LAYOUT_FOOTER_HEIGHT = `--vben-footer-height`; constant ELEMENT_ID_MAIN_CONTENT (line 11) | const ELEMENT_ID_MAIN_CONTENT = `__vben_main_content`; constant DEFAULT_NAMESPACE (line 16) | const DEFAULT_NAMESPACE = 'vben'; FILE: packages/@core/base/shared/src/constants/vben.ts constant VBEN_GITHUB_URL (line 4) | const VBEN_GITHUB_URL = 'https://github.com/vbenjs/vue-vben-admin'; constant VBEN_DOC_URL (line 9) | const VBEN_DOC_URL = 'https://doc.vben.pro'; constant VBEN_LOGO_URL (line 14) | const VBEN_LOGO_URL = constant VBEN_PREVIEW_URL (line 20) | const VBEN_PREVIEW_URL = 'https://www.vben.pro'; constant VBEN_ELE_PREVIEW_URL (line 22) | const VBEN_ELE_PREVIEW_URL = 'https://ele.vben.pro'; constant VBEN_NAIVE_PREVIEW_URL (line 24) | const VBEN_NAIVE_PREVIEW_URL = 'https://naive.vben.pro'; FILE: packages/@core/base/shared/src/global-state.ts type ComponentsState (line 6) | interface ComponentsState { type MessageState (line 10) | interface MessageState { type IGlobalSharedState (line 14) | interface IGlobalSharedState { class GlobalShareState (line 19) | class GlobalShareState { method defineMessage (line 26) | public defineMessage({ copyPreferencesSuccess }: MessageState) { method getComponents (line 32) | public getComponents(): ComponentsState { method getMessage (line 36) | public getMessage(): MessageState { method setComponents (line 40) | public setComponents(value: ComponentsState) { FILE: packages/@core/base/shared/src/utils/__tests__/tree.test.ts type Node (line 6) | interface Node { type NodeValue (line 11) | type NodeValue = string; FILE: packages/@core/base/shared/src/utils/__tests__/util.test.ts class TestClass (line 5) | class TestClass { method constructor (line 8) | constructor(value: string) { method getValue (line 13) | getValue() { method setValue (line 17) | setValue(newValue: string) { class TestWithGetterSetter (line 58) | class TestWithGetterSetter { method constructor (line 61) | constructor() { method value (line 65) | get value() { method value (line 69) | set value(newValue: string) { type UserProfile (line 83) | interface UserProfile { type UserSettings (line 88) | interface UserSettings { type Data (line 92) | interface Data { FILE: packages/@core/base/shared/src/utils/cn.ts function cn (line 6) | function cn(...inputs: ClassValue[]) { FILE: packages/@core/base/shared/src/utils/date.ts function formatDate (line 3) | function formatDate(time: number | string, format = 'YYYY-MM-DD') { function formatDateTime (line 16) | function formatDateTime(time: number | string) { function isDate (line 20) | function isDate(value: any): value is Date { function isDayjsObject (line 24) | function isDayjsObject(value: any): value is dayjs.Dayjs { FILE: packages/@core/base/shared/src/utils/diff.ts function arraysEqual (line 5) | function arraysEqual(a: T[], b: T[]): boolean { type DiffResult (line 58) | type DiffResult = Partial<{ function diff (line 62) | function diff>(obj1: T, obj2: T): DiffResu... FILE: packages/@core/base/shared/src/utils/dom.ts type VisibleDomRect (line 1) | interface VisibleDomRect { function getElementVisibleRect (line 14) | function getElementVisibleRect( function getScrollbarWidth (line 54) | function getScrollbarWidth() { function needsScrollbar (line 73) | function needsScrollbar() { function triggerWindowResize (line 89) | function triggerWindowResize(): void { FILE: packages/@core/base/shared/src/utils/download.ts type DownloadOptions (line 3) | interface DownloadOptions { constant DEFAULT_FILENAME (line 9) | const DEFAULT_FILENAME = 'downloaded_file'; function downloadFileFromUrl (line 15) | async function downloadFileFromUrl({ function downloadFileFromBase64 (line 46) | function downloadFileFromBase64({ fileName, source }: DownloadOptions) { function downloadFileFromImageUrl (line 58) | async function downloadFileFromImageUrl({ function downloadFileFromBlob (line 69) | function downloadFileFromBlob({ function downloadFileFromBlobPart (line 84) | function downloadFileFromBlobPart({ function urlToBase64 (line 103) | function urlToBase64(url: string, mineType?: string): Promise { function triggerDownload (line 130) | function triggerDownload( function resolveFileName (line 155) | function resolveFileName(url: string, fileName?: string): string { FILE: packages/@core/base/shared/src/utils/inference.ts function isUndefined (line 10) | function isUndefined(value?: unknown): value is undefined { function isBoolean (line 19) | function isBoolean(value: unknown): value is boolean { function isEmpty (line 37) | function isEmpty(value?: T): value is T { function isHttpUrl (line 63) | function isHttpUrl(url?: string): boolean { function isWindow (line 78) | function isWindow(value: any): value is Window { function isMacOs (line 92) | function isMacOs(): boolean { function isWindowsOs (line 105) | function isWindowsOs(): boolean { function isNumber (line 114) | function isNumber(value: any): value is number { function getFirstNonNullOrUndefined (line 141) | function getFirstNonNullOrUndefined( FILE: packages/@core/base/shared/src/utils/letter.ts function capitalizeFirstLetter (line 5) | function capitalizeFirstLetter(string: string): string { function toLowerCaseFirstLetter (line 15) | function toLowerCaseFirstLetter(str: string): string { function toCamelCase (line 25) | function toCamelCase(key: string, parentKey: string): string { function kebabToCamelCase (line 32) | function kebabToCamelCase(str: string): string { FILE: packages/@core/base/shared/src/utils/nprogress.ts function loadNprogress (line 13) | async function loadNprogress() { function startProgress (line 29) | async function startProgress() { function stopProgress (line 38) | async function stopProgress() { FILE: packages/@core/base/shared/src/utils/resources.ts function loadScript (line 5) | function loadScript(src: string) { FILE: packages/@core/base/shared/src/utils/state-handler.ts class StateHandler (line 1) | class StateHandler { method clearPromises (line 7) | private clearPromises() { method isConditionTrue (line 12) | isConditionTrue(): boolean { method reset (line 16) | reset() { method setConditionFalse (line 22) | setConditionFalse() { method setConditionTrue (line 31) | setConditionTrue() { method waitForCondition (line 40) | waitForCondition(): Promise { FILE: packages/@core/base/shared/src/utils/to.ts function to (line 6) | async function to( FILE: packages/@core/base/shared/src/utils/tree.ts type TreeConfigOptions (line 1) | interface TreeConfigOptions { function traverseTreeValues (line 13) | function traverseTreeValues( function filterTree (line 50) | function filterTree>( function mapTree (line 80) | function mapTree>( FILE: packages/@core/base/shared/src/utils/unique.ts function uniqueByField (line 7) | function uniqueByField(arr: T[], key: keyof T): T[] { FILE: packages/@core/base/shared/src/utils/update-css-variables.ts function updateCSSVariables (line 5) | function updateCSSVariables( FILE: packages/@core/base/shared/src/utils/util.ts function bindMethods (line 1) | function bindMethods(instance: T): void { function getNestedValue (line 27) | function getNestedValue(obj: T, path: string): any { FILE: packages/@core/base/shared/src/utils/window.ts type OpenWindowOptions (line 1) | interface OpenWindowOptions { function openWindow (line 13) | function openWindow(url: string, options: OpenWindowOptions = {}): void { function openRouteInNewWindow (line 30) | function openRouteInNewWindow(path: string) { FILE: packages/@core/base/typings/src/app.d.ts type LayoutType (line 1) | type LayoutType = type ThemeModeType (line 10) | type ThemeModeType = 'auto' | 'dark' | 'light'; type PreferencesButtonPositionType (line 18) | type PreferencesButtonPositionType = 'auto' | 'fixed' | 'header'; type BuiltinThemeType (line 20) | type BuiltinThemeType = type ContentCompactType (line 40) | type ContentCompactType = 'compact' | 'wide'; type LayoutHeaderModeType (line 42) | type LayoutHeaderModeType = 'auto' | 'auto-scroll' | 'fixed' | 'static'; type LayoutHeaderMenuAlignType (line 43) | type LayoutHeaderMenuAlignType = 'center' | 'end' | 'start'; type LoginExpiredModeType (line 50) | type LoginExpiredModeType = 'modal' | 'page'; type BreadcrumbStyleType (line 57) | type BreadcrumbStyleType = 'background' | 'normal'; type AccessModeType (line 65) | type AccessModeType = 'backend' | 'frontend' | 'mixed'; type NavigationStyleType (line 72) | type NavigationStyleType = 'plain' | 'rounded'; type TabsStyleType (line 81) | type TabsStyleType = 'brisk' | 'card' | 'chrome' | 'plain'; type PageTransitionType (line 86) | type PageTransitionType = 'fade' | 'fade-down' | 'fade-slide' | 'fade-up'; type AuthPageLayoutType (line 94) | type AuthPageLayoutType = 'panel-center' | 'panel-left' | 'panel-right'; FILE: packages/@core/base/typings/src/basic.d.ts type BasicOption (line 1) | interface BasicOption { type SelectOption (line 6) | type SelectOption = BasicOption; type TabOption (line 8) | type TabOption = BasicOption; type BasicUserInfo (line 10) | interface BasicUserInfo { type ClassType (line 41) | type ClassType = Array | object | string; FILE: packages/@core/base/typings/src/helper.d.ts type DeepPartial (line 6) | type DeepPartial = T extends object type DeepReadonly (line 15) | type DeepReadonly = { type AnyPromiseFunction (line 23) | type AnyPromiseFunction = ( type AnyNormalFunction (line 30) | type AnyNormalFunction = (...arg: T) ... type AnyFunction (line 35) | type AnyFunction = type Nullable (line 42) | type Nullable = null | T; type NonNullable (line 47) | type NonNullable = T extends null | undefined ? never : T; type Recordable (line 52) | type Recordable = Record; type ReadonlyRecordable (line 57) | interface ReadonlyRecordable { type TimeoutHandle (line 64) | type TimeoutHandle = ReturnType; type IntervalHandle (line 69) | type IntervalHandle = ReturnType; type MaybeReadonlyRef (line 75) | type MaybeReadonlyRef = (() => T) | ComputedRef; type MaybeComputedRef (line 81) | type MaybeComputedRef = MaybeReadonlyRef | MaybeRef; type Merge (line 83) | type Merge = { type MergeAll (line 103) | type MergeAll< type EmitType (line 110) | type EmitType = (name: Name, ...args: any[]) => void; type MaybePromise (line 112) | type MaybePromise = Promise | T; FILE: packages/@core/base/typings/src/menu-record.ts type ExRouteRecordRaw (line 7) | type ExRouteRecordRaw = { type MenuRecordBadgeRaw (line 13) | interface MenuRecordBadgeRaw { type MenuRecordRaw (line 31) | interface MenuRecordRaw extends MenuRecordBadgeRaw { FILE: packages/@core/base/typings/src/tabs.ts type TabDefinition (line 3) | interface TabDefinition extends RouteLocationNormalized { FILE: packages/@core/base/typings/src/vue-router.d.ts type RouteMeta (line 4) | interface RouteMeta { type RouteRecordStringComponent (line 133) | type RouteRecordStringComponent = Omit< type ComponentRecordType (line 141) | type ComponentRecordType = Record Promise>; type GenerateMenuAndRoutesOptions (line 143) | interface GenerateMenuAndRoutesOptions { FILE: packages/@core/base/typings/vue-router.d.ts type RouteMeta (line 8) | interface RouteMeta extends IRouteMeta {} FILE: packages/@core/composables/src/use-is-mobile.ts function useIsMobile (line 3) | function useIsMobile() { FILE: packages/@core/composables/src/use-layout-style.ts function useLayoutContentStyle (line 17) | function useLayoutContentStyle() { function useLayoutHeaderStyle (line 60) | function useLayoutHeaderStyle() { function useLayoutFooterStyle (line 73) | function useLayoutFooterStyle() { FILE: packages/@core/composables/src/use-namespace.ts type UseNamespaceReturn (line 103) | type UseNamespaceReturn = ReturnType; FILE: packages/@core/composables/src/use-priority-value.ts function usePriorityValue (line 15) | function usePriorityValue< function usePriorityValues (line 54) | function usePriorityValues< function useForwardPriorityValues (line 72) | function useForwardPriorityValues< FILE: packages/@core/composables/src/use-scroll-lock.ts constant SCROLL_FIXED_CLASS (line 9) | const SCROLL_FIXED_CLASS = `_scroll__fixed_`; function useScrollLock (line 11) | function useScrollLock() { FILE: packages/@core/composables/src/use-simple-locale/messages.ts type Locale (line 1) | type Locale = 'en-US' | 'zh-CN'; FILE: packages/@core/composables/src/use-sortable.ts function useSortable (line 4) | function useSortable( FILE: packages/@core/preferences/src/constants.ts type BuiltinThemePreset (line 3) | interface BuiltinThemePreset { constant BUILT_IN_THEME_PRESETS (line 10) | const BUILT_IN_THEME_PRESETS: BuiltinThemePreset[] = [ constant COLOR_PRESETS (line 84) | const COLOR_PRESETS = [...BUILT_IN_THEME_PRESETS].slice(0, 7); FILE: packages/@core/preferences/src/preferences.ts constant STORAGE_KEY (line 19) | const STORAGE_KEY = 'preferences'; constant STORAGE_KEY_LOCALE (line 20) | const STORAGE_KEY_LOCALE = `${STORAGE_KEY}-locale`; constant STORAGE_KEY_THEME (line 21) | const STORAGE_KEY_THEME = `${STORAGE_KEY}-theme`; class PreferenceManager (line 23) | class PreferenceManager { method constructor (line 32) | constructor() { method clearCache (line 42) | clearCache() { method getInitialPreferences (line 48) | public getInitialPreferences() { method getPreferences (line 52) | public getPreferences() { method initPreferences (line 61) | public async initPreferences({ namespace, overrides }: InitialOptions) { method resetPreferences (line 100) | resetPreferences() { method updatePreferences (line 116) | public updatePreferences(updates: DeepPartial) { method _savePreferences (line 130) | private _savePreferences(preference: Preferences) { method handleUpdates (line 141) | private handleUpdates(updates: DeepPartial) { method initPlatform (line 156) | private initPlatform() { method loadCachedPreferences (line 164) | private loadCachedPreferences() { method loadPreferences (line 172) | private loadPreferences(): Preferences { method setupWatcher (line 179) | private setupWatcher() { method updateColorMode (line 218) | private updateColorMode(preference: Preferences) { FILE: packages/@core/preferences/src/types.ts type SupportedLanguagesType (line 19) | type SupportedLanguagesType = 'en-US' | 'zh-CN'; type AppPreferences (line 21) | interface AppPreferences { type BreadcrumbPreferences (line 90) | interface BreadcrumbPreferences { type CopyrightPreferences (line 103) | interface CopyrightPreferences { type FooterPreferences (line 120) | interface FooterPreferences { type HeaderPreferences (line 129) | interface HeaderPreferences { type LogoPreferences (line 142) | interface LogoPreferences { type NavigationPreferences (line 151) | interface NavigationPreferences { type SidebarPreferences (line 160) | interface SidebarPreferences { type ShortcutKeyPreferences (line 189) | interface ShortcutKeyPreferences { type TabbarPreferences (line 202) | interface TabbarPreferences { type ThemePreferences (line 229) | interface ThemePreferences { type TransitionPreferences (line 250) | interface TransitionPreferences { type WidgetPreferences (line 261) | interface WidgetPreferences { type Preferences (line 280) | interface Preferences { type PreferencesKeys (line 309) | type PreferencesKeys = keyof Preferences; type InitialOptions (line 311) | interface InitialOptions { FILE: packages/@core/preferences/src/update-css-variables.ts function updateCSSVariables (line 12) | function updateCSSVariables(preferences: Preferences) { function updateMainColorVariables (line 75) | function updateMainColorVariables(preference: Preferences) { function isDarkTheme (line 108) | function isDarkTheme(theme: string) { FILE: packages/@core/preferences/src/use-preferences.ts function usePreferences (line 7) | function usePreferences() { FILE: packages/@core/ui-kit/form-ui/src/config.ts constant DEFAULT_MODEL_PROP_NAME (line 22) | const DEFAULT_MODEL_PROP_NAME = 'modelValue'; constant DEFAULT_FORM_COMMON_CONFIG (line 24) | const DEFAULT_FORM_COMMON_CONFIG: FormCommonConfig = {}; constant COMPONENT_MAP (line 26) | const COMPONENT_MAP: Record = { constant COMPONENT_BIND_EVENT_MAP (line 37) | const COMPONENT_BIND_EVENT_MAP: Partial< function setupVbenForm (line 43) | function setupVbenForm< FILE: packages/@core/ui-kit/form-ui/src/form-api.ts function getDefaultState (line 29) | function getDefaultState(): VbenFormProps { class FormApi (line 52) | class FormApi { method constructor (line 72) | constructor(options: VbenFormProps = {}) { method getFieldComponentRef (line 101) | getFieldComponentRef( method getFocusedField (line 129) | getFocusedField() { method getLatestSubmissionValues (line 153) | getLatestSubmissionValues() { method getState (line 157) | getState() { method getValues (line 161) | async getValues>() { method isFieldValid (line 166) | async isFieldValid(fieldName: string) { method merge (line 171) | merge(formApi: FormApi) { method mount (line 211) | mount(formActions: FormActions, componentRefMap: Map) { method removeSchemaByFields (line 227) | async removeSchemaByFields(fields: string[]) { method resetForm (line 241) | async resetForm( method resetValidate (line 249) | async resetValidate() { method scrollToFirstError (line 261) | scrollToFirstError(errors: Record | string) { method setFieldValue (line 292) | async setFieldValue(field: string, value: any, shouldValidate?: boolea... method setLatestSubmissionValues (line 297) | setLatestSubmissionValues(values: null | Recordable) { method setState (line 301) | setState( method setValues (line 321) | async setValues( method submitForm (line 354) | async submitForm(e?: Event) { method unmount (line 365) | unmount() { method updateSchema (line 373) | updateSchema(schema: Partial[]) { method validate (line 407) | async validate(opts?: Partial) { method validateAndSubmitForm (line 422) | async validateAndSubmitForm() { method validateField (line 434) | async validateField(fieldName: string, opts?: Partial; type CustomRenderType (line 68) | type CustomRenderType = (() => Component | string) | string; type FormSchemaRuleType (line 70) | type FormSchemaRuleType = type FormItemDependenciesCondition (line 77) | type FormItemDependenciesCondition> = ( type FormItemDependenciesConditionWithRules (line 82) | type FormItemDependenciesConditionWithRules = ( type FormItemDependenciesConditionWithProps (line 87) | type FormItemDependenciesConditionWithProps = ( type FormItemDependencies (line 92) | interface FormItemDependencies { type ComponentProps (line 132) | type ComponentProps = type FormCommonConfig (line 139) | interface FormCommonConfig { type RenderComponentContentType (line 211) | type RenderComponentContentType = ( type HandleSubmitFn (line 216) | type HandleSubmitFn = ( type HandleResetFn (line 220) | type HandleResetFn = ( type FieldMappingTime (line 224) | type FieldMappingTime = [ type ArrayToStringFields (line 235) | type ArrayToStringFields = Array< type FormSchema (line 241) | interface FormSchema< type FormFieldProps (line 270) | interface FormFieldProps extends FormSchema { type FormRenderProps (line 274) | interface FormRenderProps< type ActionButtonOptions (line 344) | interface ActionButtonOptions extends VbenButtonProps { type VbenFormProps (line 350) | interface VbenFormProps< type ExtendedFormApi (line 432) | type ExtendedFormApi = FormApi & { type VbenFormAdapterOptions (line 438) | interface VbenFormAdapterOptions< FILE: packages/@core/ui-kit/form-ui/src/use-form-context.ts type ExtendFormProps (line 16) | type ExtendFormProps = VbenFormProps & { formApi: ExtendedFormApi }; function useFormInitial (line 26) | function useFormInitial( FILE: packages/@core/ui-kit/form-ui/src/use-vben-form.ts function useVbenForm (line 14) | function useVbenForm< FILE: packages/@core/ui-kit/layout-ui/src/hooks/use-layout.ts function useLayout (line 7) | function useLayout(props: VbenLayoutProps) { FILE: packages/@core/ui-kit/layout-ui/src/vben-layout.ts type VbenLayoutProps (line 8) | interface VbenLayoutProps { FILE: packages/@core/ui-kit/menu-ui/src/components/normal-menu/normal-menu.ts type NormalMenuProps (line 3) | interface NormalMenuProps { FILE: packages/@core/ui-kit/menu-ui/src/hooks/use-menu-context.ts function createMenuContext (line 12) | function createMenuContext(injectMenuData: MenuProvider) { function createSubMenuContext (line 19) | function createSubMenuContext(injectSubMenuData: SubMenuProvider) { function useMenuContext (line 28) | function useMenuContext() { function useSubMenuContext (line 40) | function useSubMenuContext() { FILE: packages/@core/ui-kit/menu-ui/src/hooks/use-menu-scroll.ts type UseMenuScrollOptions (line 7) | interface UseMenuScrollOptions { function useMenuScroll (line 12) | function useMenuScroll( FILE: packages/@core/ui-kit/menu-ui/src/hooks/use-menu.ts function useMenu (line 7) | function useMenu() { function useMenuStyle (line 39) | function useMenuStyle(menu?: SubMenuProvider) { FILE: packages/@core/ui-kit/menu-ui/src/types.ts type MenuProps (line 4) | interface MenuProps { type SubMenuProps (line 57) | interface SubMenuProps extends MenuRecordBadgeRaw { type MenuItemProps (line 76) | interface MenuItemProps extends MenuRecordBadgeRaw { type MenuItemRegistered (line 95) | interface MenuItemRegistered { type MenuItemClicked (line 101) | interface MenuItemClicked { type MenuProvider (line 106) | interface MenuProvider { type SubMenuProvider (line 128) | interface SubMenuProvider { FILE: packages/@core/ui-kit/menu-ui/src/utils/index.ts type VNodeChildAtom (line 10) | type VNodeChildAtom = Exclude>; type RawSlots (line 11) | type RawSlots = Exclude | null | str... type FlattenVNodes (line 13) | type FlattenVNodes = Array; function findComponentUpward (line 20) | function findComponentUpward( FILE: packages/@core/ui-kit/popup-ui/src/alert/AlertBuilder.ts function vbenAlert (line 30) | function vbenAlert( function vbenConfirm (line 109) | function vbenConfirm( function vbenPrompt (line 132) | async function vbenPrompt( function clearAllAlerts (line 235) | function clearAllAlerts() { FILE: packages/@core/ui-kit/popup-ui/src/alert/alert.ts type IconType (line 7) | type IconType = 'error' | 'info' | 'question' | 'success' | 'warning'; type BeforeCloseScope (line 9) | type BeforeCloseScope = { type AlertProps (line 13) | type AlertProps = { type PromptProps (line 54) | type PromptProps = { type AlertContext (line 79) | type AlertContext = { function useAlertContext (line 93) | function useAlertContext() { FILE: packages/@core/ui-kit/popup-ui/src/drawer/__tests__/drawer-api.test.ts method state (line 12) | get state() { method constructor (line 19) | constructor(initialState: DrawerState, options: any) { method batch (line 24) | batch(cb: () => void) { method setState (line 28) | setState(fn: (prev: DrawerState) => DrawerState) { FILE: packages/@core/ui-kit/popup-ui/src/drawer/drawer-api.ts class DrawerApi (line 6) | class DrawerApi { method constructor (line 26) | constructor(options: DrawerApiOptions = {}) { method close (line 92) | async close() { method drawerLoading (line 111) | drawerLoading(loading: boolean) { method getData (line 115) | getData>() { method lock (line 124) | lock(isLocked: boolean = true) { method onCancel (line 131) | onCancel() { method onClosed (line 142) | onClosed() { method onConfirm (line 151) | onConfirm() { method onOpened (line 158) | onOpened() { method open (line 164) | open() { method setData (line 168) | setData(payload: T) { method setState (line 173) | setState( method unlock (line 190) | unlock() { FILE: packages/@core/ui-kit/popup-ui/src/drawer/drawer.ts type DrawerPlacement (line 7) | type DrawerPlacement = 'bottom' | 'left' | 'right' | 'top'; type CloseIconPlacement (line 9) | type CloseIconPlacement = 'left' | 'right'; type DrawerProps (line 11) | interface DrawerProps { type DrawerState (line 130) | interface DrawerState extends DrawerProps { type ExtendedDrawerApi (line 139) | type ExtendedDrawerApi = DrawerApi & { type DrawerApiOptions (line 145) | interface DrawerApiOptions extends DrawerState { FILE: packages/@core/ui-kit/popup-ui/src/drawer/use-drawer.ts constant USER_DRAWER_INJECT_KEY (line 22) | const USER_DRAWER_INJECT_KEY = Symbol('VBEN_DRAWER_INJECT'); constant DEFAULT_DRAWER_PROPS (line 24) | const DEFAULT_DRAWER_PROPS: Partial = {}; function setDefaultDrawerProps (line 26) | function setDefaultDrawerProps(props: Partial) { function useVbenDrawer (line 30) | function useVbenDrawer< function checkProps (line 120) | async function checkProps(api: ExtendedDrawerApi, attrs: Record void) { method setState (line 23) | setState(fn: (prev: ModalState) => ModalState) { method state (line 28) | get state() { FILE: packages/@core/ui-kit/popup-ui/src/modal/modal-api.ts class ModalApi (line 6) | class ModalApi { method constructor (line 26) | constructor(options: ModalApiOptions = {}) { method close (line 102) | async close() { method getData (line 114) | getData>() { method lock (line 123) | lock(isLocked = true) { method modalLoading (line 133) | modalLoading(loading: boolean) { method onCancel (line 140) | onCancel() { method onClosed (line 151) | onClosed() { method onConfirm (line 160) | onConfirm() { method onOpened (line 167) | onOpened() { method open (line 173) | open() { method setData (line 181) | setData(payload: T) { method setState (line 186) | setState( method unlock (line 203) | unlock() { FILE: packages/@core/ui-kit/popup-ui/src/modal/modal.ts type ModalProps (line 7) | interface ModalProps { type ModalState (line 145) | interface ModalState extends ModalProps { type ExtendedModalApi (line 154) | type ExtendedModalApi = ModalApi & { type ModalApiOptions (line 160) | interface ModalApiOptions extends ModalState { FILE: packages/@core/ui-kit/popup-ui/src/modal/use-modal-draggable.ts function useModalDraggable (line 11) | function useModalDraggable( FILE: packages/@core/ui-kit/popup-ui/src/modal/use-modal.ts constant USER_MODAL_INJECT_KEY (line 18) | const USER_MODAL_INJECT_KEY = Symbol('VBEN_MODAL_INJECT'); constant DEFAULT_MODAL_PROPS (line 20) | const DEFAULT_MODAL_PROPS: Partial = {}; function setDefaultModalProps (line 22) | function setDefaultModalProps(props: Partial) { function useVbenModal (line 26) | function useVbenModal( function checkProps (line 129) | async function checkProps(api: ExtendedModalApi, attrs: Record Component | string) | string; type ValueType (line 28) | type ValueType = boolean | number | string; type VbenButtonGroupProps (line 30) | interface VbenButtonGroupProps FILE: packages/@core/ui-kit/shadcn-ui/src/components/context-menu/interface.ts type IContextMenuItem (line 3) | interface IContextMenuItem { FILE: packages/@core/ui-kit/shadcn-ui/src/components/dropdown-menu/interface.ts type VbenDropdownMenuItem (line 3) | interface VbenDropdownMenuItem { type DropdownMenuProps (line 28) | interface DropdownMenuProps { FILE: packages/@core/ui-kit/shadcn-ui/src/components/pin-input/types.ts type PinInputProps (line 1) | interface PinInputProps { FILE: packages/@core/ui-kit/shadcn-ui/src/components/segmented/types.ts type SegmentedItem (line 1) | interface SegmentedItem { FILE: packages/@core/ui-kit/shadcn-ui/src/ui/avatar/avatar.ts type AvatarVariants (line 22) | type AvatarVariants = VariantProps; FILE: packages/@core/ui-kit/shadcn-ui/src/ui/badge/badge.ts type BadgeVariants (line 25) | type BadgeVariants = VariantProps; FILE: packages/@core/ui-kit/shadcn-ui/src/ui/button/types.ts type ButtonVariantSize (line 1) | type ButtonVariantSize = type ButtonVariants (line 10) | type ButtonVariants = FILE: packages/@core/ui-kit/shadcn-ui/src/ui/form/injectionKeys.ts constant FORM_ITEM_INJECTION_KEY (line 4) | const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey; FILE: packages/@core/ui-kit/shadcn-ui/src/ui/form/useFormField.ts function useFormField (line 13) | function useFormField() { FILE: packages/@core/ui-kit/shadcn-ui/src/ui/sheet/sheet.ts type SheetVariants (line 24) | type SheetVariants = VariantProps; FILE: packages/@core/ui-kit/shadcn-ui/src/ui/toggle/toggle.ts type ToggleVariants (line 27) | type ToggleVariants = VariantProps; FILE: packages/@core/ui-kit/shadcn-ui/src/ui/tree/types.ts type TreeProps (line 6) | interface TreeProps { function treePropsDefaults (line 44) | function treePropsDefaults() { FILE: packages/@core/ui-kit/tabs-ui/src/types.ts type TabsEmits (line 4) | type TabsEmits = { type TabsProps (line 10) | interface TabsProps { type TabConfig (line 67) | interface TabConfig extends TabDefinition { FILE: packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts function findParentElement (line 10) | function findParentElement(element: HTMLElement) { function useTabsDrag (line 17) | function useTabsDrag(props: TabsProps, emit: EmitType) { FILE: packages/@core/ui-kit/tabs-ui/src/use-tabs-view-scroll.ts type DomElement (line 9) | type DomElement = Element | null | undefined; function useTabsViewScroll (line 11) | function useTabsViewScroll(props: TabsProps) { FILE: packages/constants/src/core.ts constant LOGIN_PATH (line 4) | const LOGIN_PATH = '/auth/login'; type LanguageOption (line 6) | interface LanguageOption { constant SUPPORT_LANGUAGES (line 14) | const SUPPORT_LANGUAGES: LanguageOption[] = [ constant DEFAULT_TENANT_ID (line 28) | const DEFAULT_TENANT_ID = '000000'; constant BUSINESS_SUCCESS_CODE (line 33) | const BUSINESS_SUCCESS_CODE = 200; constant UNAUTHORIZED_CODE (line 38) | const UNAUTHORIZED_CODE = 401; FILE: packages/effects/access/src/accessible.ts function generateAccessible (line 22) | async function generateAccessible( function generateRoutes (line 87) | async function generateRoutes( FILE: packages/effects/access/src/directive.ts function isAccessible (line 11) | function isAccessible( function registerAccessDirective (line 38) | function registerAccessDirective(app: App) { FILE: packages/effects/access/src/use-access.ts function useAccess (line 6) | function useAccess() { FILE: packages/effects/common-ui/src/components/captcha/hooks/useCaptchaPoints.ts function useCaptchaPoints (line 5) | function useCaptchaPoints() { FILE: packages/effects/common-ui/src/components/captcha/types.ts type CaptchaData (line 4) | interface CaptchaData { type CaptchaPoint (line 18) | interface CaptchaPoint extends CaptchaData { type PointSelectionCaptchaCardProps (line 24) | interface PointSelectionCaptchaCardProps { type PointSelectionCaptchaProps (line 56) | interface PointSelectionCaptchaProps type SliderCaptchaProps (line 75) | interface SliderCaptchaProps { type SliderRotateCaptchaProps (line 120) | interface SliderRotateCaptchaProps { type SliderTranslateCaptchaProps (line 161) | interface SliderTranslateCaptchaProps { type CaptchaVerifyPassingData (line 197) | interface CaptchaVerifyPassingData { type SliderCaptchaActionType (line 202) | interface SliderCaptchaActionType { type SliderRotateVerifyPassingData (line 206) | interface SliderRotateVerifyPassingData { FILE: packages/effects/common-ui/src/components/code-mirror/data.ts type LanguageSupport (line 24) | type LanguageSupport = keyof typeof languageSupportMap; FILE: packages/effects/common-ui/src/components/col-page/types.ts type ColPageProps (line 3) | interface ColPageProps extends PageProps { FILE: packages/effects/common-ui/src/components/count-to/types.ts type TransitionPresets (line 7) | type TransitionPresets = keyof typeof TransitionPresetsData; type CountToProps (line 13) | interface CountToProps { FILE: packages/effects/common-ui/src/components/icon-picker/icons.ts constant ICONS_MAP (line 6) | const ICONS_MAP: Recordable = {}; type IconifyResponse (line 8) | interface IconifyResponse { constant PENDING_REQUESTS (line 17) | const PENDING_REQUESTS: Recordable> = {}; function fetchIconsData (line 26) | async function fetchIconsData(prefix: string): Promise { FILE: packages/effects/common-ui/src/components/json-viewer/types.ts type JsonViewerProps (line 1) | interface JsonViewerProps { type JsonViewerAction (line 26) | interface JsonViewerAction { type JsonViewerValue (line 32) | interface JsonViewerValue { type JsonViewerToggle (line 39) | interface JsonViewerToggle { FILE: packages/effects/common-ui/src/components/loading/directive.ts constant LOADING_INSTANCE_KEY (line 8) | const LOADING_INSTANCE_KEY = Symbol('loading'); constant SPINNER_INSTANCE_KEY (line 9) | const SPINNER_INSTANCE_KEY = Symbol('spinner'); constant CLASS_NAME_RELATIVE (line 11) | const CLASS_NAME_RELATIVE = 'spinner-parent--relative'; method mounted (line 14) | mounted(el, binding) { method unmounted (line 21) | unmounted(el) { method updated (line 30) | updated(el, binding) { function getOptions (line 49) | function getOptions(binding: DirectiveBinding) { method mounted (line 60) | mounted(el, binding) { method unmounted (line 67) | unmounted(el) { method updated (line 76) | updated(el, binding) { type loadingDirectiveParams (line 95) | type loadingDirectiveParams = { function registerLoadingDirective (line 107) | function registerLoadingDirective( FILE: packages/effects/common-ui/src/components/page/types.ts type PageProps (line 1) | interface PageProps { FILE: packages/effects/common-ui/src/components/tippy/directive.ts function useTippyDirective (line 5) | function useTippyDirective(isDark: ComputedRef) { FILE: packages/effects/common-ui/src/components/tippy/index.ts type TippyProps (line 21) | type TippyProps = Partial< function initTippy (line 34) | function initTippy(app: App, options?: DefaultProps) { FILE: packages/effects/common-ui/src/ui/about/about.ts type AboutProps (line 3) | interface AboutProps { type DescriptionItem (line 9) | interface DescriptionItem { FILE: packages/effects/common-ui/src/ui/authentication/types.ts type AuthenticationProps (line 1) | interface AuthenticationProps { type GrantType (line 80) | type GrantType = 'email' | 'password' | 'sms' | 'social' | 'xcx'; type LoginAndRegisterParams (line 82) | interface LoginAndRegisterParams { type LoginCodeParams (line 91) | interface LoginCodeParams { type LoginEmits (line 97) | interface LoginEmits { type LoginCodeEmits (line 101) | interface LoginCodeEmits { type RegisterEmits (line 105) | interface RegisterEmits { FILE: packages/effects/common-ui/src/ui/dashboard/typing.ts type AnalysisOverviewItem (line 3) | interface AnalysisOverviewItem { type WorkbenchProjectItem (line 11) | interface WorkbenchProjectItem { type WorkbenchTrendItem (line 21) | interface WorkbenchTrendItem { type WorkbenchTodoItem (line 28) | interface WorkbenchTodoItem { type WorkbenchQuickNavItem (line 35) | interface WorkbenchQuickNavItem { FILE: packages/effects/common-ui/src/ui/fallback/fallback.ts type FallbackProps (line 1) | interface FallbackProps { FILE: packages/effects/hooks/src/use-app-config.ts function useAppConfig (line 9) | function useAppConfig( FILE: packages/effects/hooks/src/use-content-maximize.ts function useContentMaximize (line 5) | function useContentMaximize() { FILE: packages/effects/hooks/src/use-design-tokens.ts function useAntdDesignTokens (line 10) | function useAntdDesignTokens() { function useNaiveDesignTokens (line 77) | function useNaiveDesignTokens() { function useElementPlusDesignTokens (line 163) | function useElementPlusDesignTokens() { FILE: packages/effects/hooks/src/use-hover-toggle.ts type HoverDelayOptions (line 11) | interface HoverDelayOptions { constant DEFAULT_LEAVE_DELAY (line 18) | const DEFAULT_LEAVE_DELAY = 500; constant DEFAULT_ENTER_DELAY (line 19) | const DEFAULT_ENTER_DELAY = 0; function useHoverToggle (line 27) | function useHoverToggle( FILE: packages/effects/hooks/src/use-pagination.ts function pagination (line 13) | function pagination(list: T[], pageNo: number, pageSize: number... function usePagination (line 25) | function usePagination(list: Ref, pageSize: number) { FILE: packages/effects/hooks/src/use-refresh.ts function useRefresh (line 5) | function useRefresh() { FILE: packages/effects/hooks/src/use-tabs.ts function useTabs (line 7) | function useTabs() { FILE: packages/effects/hooks/src/use-watermark.ts function useWatermark (line 40) | function useWatermark() { FILE: packages/effects/layouts/src/authentication/types.ts type ToolbarType (line 1) | type ToolbarType = 'color' | 'language' | 'layout' | 'theme'; FILE: packages/effects/layouts/src/basic/content/use-content-spinner.ts function useContentSpinner (line 6) | function useContentSpinner() { FILE: packages/effects/layouts/src/basic/menu/use-extra-menu.ts function useExtraMenu (line 14) | function useExtraMenu(useRootMenus?: ComputedRef) { FILE: packages/effects/layouts/src/basic/menu/use-mixed-menu.ts function useMixedMenu (line 12) | function useMixedMenu() { FILE: packages/effects/layouts/src/basic/menu/use-navigation.ts function useNavigation (line 7) | function useNavigation() { FILE: packages/effects/layouts/src/basic/tabbar/use-tabbar.ts function useTabbar (line 28) | function useTabbar() { FILE: packages/effects/layouts/src/widgets/notification/types.ts type NotificationItem (line 1) | interface NotificationItem { FILE: packages/effects/layouts/src/widgets/preferences/use-open-preferences.ts function useOpenPreferences (line 5) | function useOpenPreferences() { FILE: packages/effects/plugins/src/echarts/echarts.ts type ECOption (line 40) | type ECOption = ComposeOption< FILE: packages/effects/plugins/src/echarts/use-echarts.ts type EchartsUIType (line 23) | type EchartsUIType = typeof EchartsUI | undefined; type EchartsThemeType (line 25) | type EchartsThemeType = 'dark' | 'light' | null; function useEcharts (line 27) | function useEcharts(chartRef: Ref) { FILE: packages/effects/plugins/src/motion/types.ts type MotionPreset (line 26) | type MotionPreset = (typeof MotionPresets)[number]; FILE: packages/effects/plugins/src/vxe-table/api.ts function getDefaultState (line 18) | function getDefaultState(): VxeGridProps { class VxeGridApi (line 29) | class VxeGridApi = any> { method constructor (line 42) | constructor(options: VxeGridProps = {}) { method mount (line 61) | mount(instance: null | VxeGridInstance, formApi: ExtendedFormApi) { method query (line 70) | async query(params: Record = {}) { method reload (line 78) | async reload(params: Record = {}) { method setGridOptions (line 86) | setGridOptions(options: Partial) { method setLoading (line 92) | setLoading(isLoading: boolean) { method setState (line 100) | setState( method toggleSearchForm (line 114) | toggleSearchForm(show?: boolean) { method unmount (line 124) | unmount() { FILE: packages/effects/plugins/src/vxe-table/extends.ts function extendProxyOptions (line 8) | function extendProxyOptions( function extendProxyOption (line 25) | function extendProxyOption( function extendsDefaultFormatter (line 68) | function extendsDefaultFormatter(vxeUI: VxeUIExport) { FILE: packages/effects/plugins/src/vxe-table/init.ts function initVxeTable (line 74) | function initVxeTable() { function setupVbenVxeTable (line 115) | function setupVbenVxeTable(setupOptions: SetupVxeTable) { FILE: packages/effects/plugins/src/vxe-table/types.ts type VxePaginationInfo (line 18) | interface VxePaginationInfo { type ToolbarConfigOptions (line 24) | interface ToolbarConfigOptions extends VxeGridPropTypes.ToolbarConfig { type VxeTableGridOptions (line 29) | interface VxeTableGridOptions extends VxeTableGridProps { type SeparatorOptions (line 34) | interface SeparatorOptions { type VxeGridProps (line 39) | interface VxeGridProps< type ExtendedVxeGridApi (line 81) | type ExtendedVxeGridApi< type SetupVxeTable (line 90) | interface SetupVxeTable { FILE: packages/effects/plugins/src/vxe-table/use-vxe-grid.ts type FilteredSlots (line 16) | type FilteredSlots = { function useVbenVxeGrid (line 22) | function useVbenVxeGrid< type UseVbenVxeGrid (line 70) | type UseVbenVxeGrid = typeof useVbenVxeGrid; FILE: packages/effects/request/src/request-client/modules/downloader.ts type DownloadRequestConfig (line 4) | type DownloadRequestConfig = { class FileDownloader (line 13) | class FileDownloader { method constructor (line 16) | constructor(client: RequestClient) { method download (line 25) | public async download( FILE: packages/effects/request/src/request-client/modules/interceptor.ts class InterceptorManager (line 18) | class InterceptorManager { method constructor (line 21) | constructor(instance: AxiosInstance) { method addRequestInterceptor (line 25) | addRequestInterceptor({ method addResponseInterceptor (line 32) | addResponseInterceptor({ FILE: packages/effects/request/src/request-client/modules/sse.test.ts method decode (line 15) | decode(value: Uint8Array, opts?: any) { FILE: packages/effects/request/src/request-client/modules/sse.ts class SSE (line 9) | class SSE { method constructor (line 12) | constructor(client: RequestClient) { method postSSE (line 16) | public async postSSE( method requestSSE (line 33) | public async requestSSE( function safeJoinUrl (line 117) | function safeJoinUrl(baseUrl: string | undefined, url: string): string { FILE: packages/effects/request/src/request-client/modules/uploader.ts class FileUploader (line 6) | class FileUploader { method constructor (line 9) | constructor(client: RequestClient) { method upload (line 13) | public async upload( FILE: packages/effects/request/src/request-client/request-client.ts function getParamsSerializer (line 15) | function getParamsSerializer( class RequestClient (line 39) | class RequestClient { method constructor (line 58) | constructor(options: RequestClientOptions = {}) { method delete (line 99) | public delete( method deleteWithMsg (line 109) | public deleteWithMsg( method get (line 123) | public get(url: string, config?: RequestClientConfig): Promis... method getBaseUrl (line 130) | public getBaseUrl() { method post (line 137) | public post( method postWithMsg (line 148) | public postWithMsg( method put (line 164) | public put( method putWithMsg (line 175) | public putWithMsg( method request (line 191) | public async request( FILE: packages/effects/request/src/request-client/types.ts type ExtendOptions (line 8) | type ExtendOptions = { type RequestClientConfig (line 30) | type RequestClientConfig = AxiosRequestConfig & ExtendOption... type RequestResponse (line 32) | type RequestResponse = AxiosResponse & { type RequestContentType (line 36) | type RequestContentType = type RequestClientOptions (line 42) | type RequestClientOptions = CreateAxiosDefaults & ExtendOptions; type SseRequestOptions (line 47) | interface SseRequestOptions extends RequestInit { type RequestInterceptorConfig (line 52) | interface RequestInterceptorConfig { type ResponseInterceptorConfig (line 61) | interface ResponseInterceptorConfig { type MakeErrorMessageFn (line 68) | type MakeErrorMessageFn = (message: string, error: any) => void; type HttpResponse (line 70) | interface HttpResponse { type ErrorMessageMode (line 88) | type ErrorMessageMode = 'message' | 'modal' | 'none' | undefined; type SuccessMessageMode (line 89) | type SuccessMessageMode = ErrorMessageMode; type AxiosRequestConfig (line 95) | interface AxiosRequestConfig { FILE: packages/icons/src/svg/load.ts function parseSvg (line 11) | function parseSvg(svgData: string): IconifyIconStructure { function loadSvgIcons (line 41) | async function loadSvgIcons() { FILE: packages/locales/src/i18n.ts function loadLocalesMap (line 36) | function loadLocalesMap(modules: Record Promise>) { function loadLocalesMapFromDir (line 54) | function loadLocalesMapFromDir( function setI18nLanguage (line 95) | function setI18nLanguage(locale: Locale) { function setupI18n (line 101) | async function setupI18n(app: App, options: LocaleSetupOptions = {}) { function loadLocaleMessages (line 122) | async function loadLocaleMessages(lang: SupportedLanguagesType) { FILE: packages/locales/src/typing.ts type SupportedLanguagesType (line 1) | type SupportedLanguagesType = 'en-US' | 'zh-CN'; type ImportLocaleFn (line 3) | type ImportLocaleFn = () => Promise<{ default: Record }>; type LoadMessageFn (line 5) | type LoadMessageFn = ( type LocaleSetupOptions (line 9) | interface LocaleSetupOptions { FILE: packages/preferences/src/index.ts function defineOverridesPreferences (line 11) | function defineOverridesPreferences(preferences: DeepPartial | strin... method setUpdateTime (line 430) | setUpdateTime() { method sortTabs (line 438) | async sortTabs(oldIndex: number, newIndex: number) { method toggleTabPin (line 452) | async toggleTabPin(tab: TabDefinition) { method unpinTab (line 462) | async unpinTab(tab: TabDefinition) { method updateCacheTabs (line 482) | async updateCacheTabs() { method affixTabs (line 504) | affixTabs(): TabDefinition[] { method getCachedTabs (line 513) | getCachedTabs(): string[] { method getExcludeCachedTabs (line 516) | getExcludeCachedTabs(): string[] { method getMenuList (line 519) | getMenuList(): string[] { method getTabs (line 522) | getTabs(): TabDefinition[] { function cloneTab (line 565) | function cloneTab(route: TabDefinition): TabDefinition { function isAffixTab (line 590) | function isAffixTab(tab: TabDefinition) { function isTabShown (line 598) | function isTabShown(tab: TabDefinition) { function getTabKey (line 607) | function getTabKey(tab: RouteLocationNormalized | RouteRecordNormalized) { function getTabKeyFromTab (line 636) | function getTabKeyFromTab(tab: TabDefinition): string { function equalTab (line 645) | function equalTab(a: TabDefinition, b: TabDefinition) { function routeToTab (line 649) | function routeToTab(route: RouteRecordNormalized) { FILE: packages/stores/src/modules/user.ts type BasicUserInfo (line 3) | interface BasicUserInfo { type AccessState (line 35) | interface AccessState { method setUserInfo (line 51) | setUserInfo(userInfo: BasicUserInfo | null) { method setUserRoles (line 58) | setUserRoles(roles: string[]) { FILE: packages/stores/src/setup.ts type InitStoreOptions (line 10) | interface InitStoreOptions { function initStores (line 20) | async function initStores(app: App, options: InitStoreOptions) { function resetAllStores (line 51) | function resetAllStores() { FILE: packages/types/global.d.ts type RouteMeta (line 7) | interface RouteMeta extends IRouteMeta {} type VbenAdminProAppConfigRaw (line 10) | interface VbenAdminProAppConfigRaw { type ApplicationConfig (line 27) | interface ApplicationConfig { type Window (line 45) | interface Window { FILE: packages/types/src/user.ts type UserInfo (line 4) | interface UserInfo extends BasicUserInfo { FILE: packages/utils/src/encryption/base.ts type EncryptionOptions (line 1) | interface EncryptionOptions { method constructor (line 32) | constructor(options: EncryptionOptions) { FILE: packages/utils/src/encryption/crypto.ts function randomStr (line 8) | function randomStr(length = 32) { function encodeBase64 (line 21) | function encodeBase64(str: string) { function decodeBase64 (line 28) | function decodeBase64(str: string) { FILE: packages/utils/src/encryption/impl/aes.ts class AesEncryption (line 8) | class AesEncryption extends BaseSymmetricEncryption { method decrypt (line 9) | override decrypt(data: string, key: string): string { method encrypt (line 19) | override encrypt(data: string, key: string): string { FILE: packages/utils/src/encryption/impl/rsa.ts class RsaEncryption (line 8) | class RsaEncryption extends BaseAsymmetricEncryption { method decrypt (line 9) | override decrypt(str: string): string { method encrypt (line 21) | override encrypt(str: string): string { FILE: packages/utils/src/encryption/impl/sm2.ts class Sm2Encryption (line 12) | class Sm2Encryption extends BaseAsymmetricEncryption { method decrypt (line 13) | override decrypt(hexStr: string): string { method encrypt (line 27) | override encrypt(str: string): string { function generateSm2KeyPair (line 38) | function generateSm2KeyPair() { function logSm2KeyPair (line 46) | function logSm2KeyPair() { FILE: packages/utils/src/encryption/impl/sm4.ts class Sm4Encryption (line 9) | class Sm4Encryption extends BaseSymmetricEncryption { method decrypt (line 16) | override decrypt(hexString: string, key: string): string { method encrypt (line 22) | override encrypt(data: string, key: string): string { method checkKey (line 38) | private checkKey(key: string) { FILE: packages/utils/src/helpers/enum-options.ts type EnumsOption (line 9) | interface EnumsOption { type EnumResult (line 24) | type EnumResult = { function optionsToEnum (line 38) | function optionsToEnum( FILE: packages/utils/src/helpers/find-menu-by-path.ts function findMenuByPath (line 3) | function findMenuByPath( function findRootMenuByPath (line 24) | function findRootMenuByPath(menus: MenuRecordRaw[], path?: string, level... FILE: packages/utils/src/helpers/generate-menus.ts function generateMenus (line 17) | function generateMenus( FILE: packages/utils/src/helpers/generate-routes-backend.ts function generateRoutesByBackend (line 14) | async function generateRoutesByBackend( function convertRoutes (line 40) | function convertRoutes( function normalizeViewPath (line 77) | function normalizeViewPath(path: string): string { FILE: packages/utils/src/helpers/generate-routes-frontend.ts function generateRoutesByFrontend (line 8) | async function generateRoutesByFrontend( function hasAuthority (line 36) | function hasAuthority(route: RouteRecordRaw, access: string[]) { function menuHasVisibleWithForbidden (line 50) | function menuHasVisibleWithForbidden(route: RouteRecordRaw) { FILE: packages/utils/src/helpers/get-popup-container.ts function getPopupContainer (line 6) | function getPopupContainer(node?: HTMLElement): HTMLElement { function getVxePopupContainer (line 19) | function getVxePopupContainer( FILE: packages/utils/src/helpers/merge-route-modules.ts type RouteModuleType (line 4) | interface RouteModuleType { function mergeRouteModules (line 13) | function mergeRouteModules( FILE: packages/utils/src/helpers/mitt.ts type EventType (line 5) | type EventType = string | symbol; type Handler (line 9) | type Handler = (event: T) => void; type WildcardHandler (line 10) | type WildcardHandler> = ( type EventHandlerList (line 16) | type EventHandlerList = Array>; type WildCardEventHandlerList (line 17) | type WildCardEventHandlerList> = Array< type EventHandlerMap (line 22) | type EventHandlerMap> = Map< type Emitter (line 27) | interface Emitter> { function mitt (line 51) | function mitt>( FILE: packages/utils/src/helpers/request.ts function setObjToUrlParams (line 15) | function setObjToUrlParams(baseUrl: string, obj: any): string { FILE: packages/utils/src/helpers/reset-routes.ts function resetStaticRoutes (line 8) | function resetStaticRoutes(router: Router, routes: RouteRecordRaw[]) { FILE: packages/utils/src/helpers/safe.ts function safeParseNumber (line 7) | function safeParseNumber(str: string): number | string { FILE: packages/utils/src/helpers/tree.ts type TreeHelperConfig (line 2) | interface TreeHelperConfig { type Fn (line 8) | type Fn = (node: any, parentNode?: any) => any; constant DEFAULT_CONFIG (line 11) | const DEFAULT_CONFIG: TreeHelperConfig = { function listToTree (line 23) | function listToTree( function treeToList (line 43) | function treeToList( function findNode (line 57) | function findNode( function findNodeAll (line 72) | function findNodeAll( function findPath (line 88) | function findPath( function findPathAll (line 115) | function findPathAll( function filter (line 141) | function filter( function forEach (line 165) | function forEach( function treeMap (line 188) | function treeMap( function treeMapEach (line 199) | function treeMapEach( function eachTree (line 227) | function eachTree(treeDatas: any[], callBack: Fn, parentNode = {}) { function removeEmptyChildren (line 237) | function removeEmptyChildren(data: any[], childrenField = 'children') { function addFullName (line 259) | function addFullName( function findParentsIds (line 287) | function findParentsIds( function findGroupParentIds (line 332) | function findGroupParentIds( function findAllIds (line 355) | function findAllIds( function findIdsByLevel (line 378) | function findIdsByLevel( FILE: packages/utils/src/helpers/unmount-global-loading.ts function unmountGlobalLoading (line 8) | function unmountGlobalLoading() { FILE: packages/utils/src/helpers/uuid.ts function buildUUID (line 6) | function buildUUID(): string { function buildShortUUID (line 37) | function buildShortUUID(prefix = ''): string { FILE: scripts/clean.mjs constant CONCURRENCY_LIMIT (line 7) | const CONCURRENCY_LIMIT = 10; constant SKIP_DIRS (line 10) | const SKIP_DIRS = new Set(['.DS_Store', '.git', '.idea', '.vscode']); function processItem (line 20) | async function processItem(currentDir, item, targets, _depth) { function cleanTargetsRecursively (line 60) | async function cleanTargetsRecursively(currentDir, targets, depth = 0) { FILE: scripts/turbo-run/src/run.ts type RunOptions (line 5) | interface RunOptions { function run (line 9) | async function run(options: RunOptions) { FILE: scripts/vsh/src/check-circular/index.ts constant DEFAULT_CONFIG (line 10) | const DEFAULT_CONFIG = { type CircularDependencyResult (line 27) | type CircularDependencyResult = string[]; type CheckCircularConfig (line 29) | interface CheckCircularConfig { type CommandOptions (line 35) | interface CommandOptions { function formatCircles (line 48) | function formatCircles(circles: CircularDependencyResult[]): void { function checkCircular (line 69) | async function checkCircular({ function defineCheckCircularCommand (line 146) | function defineCheckCircularCommand(cac: CAC): void { FILE: scripts/vsh/src/check-dep/index.ts constant DEFAULT_CONFIG (line 8) | const DEFAULT_CONFIG = { type DepcheckResult (line 37) | interface DepcheckResult { type DepcheckConfig (line 43) | interface DepcheckConfig { type PackageInfo (line 49) | interface PackageInfo { function cleanDepcheckResult (line 60) | function cleanDepcheckResult(unused: DepcheckResult): void { function formatDepcheckResult (line 80) | function formatDepcheckResult(pkgName: string, unused: DepcheckResult): ... function runDepcheck (line 115) | async function runDepcheck(config: DepcheckConfig = {}): Promise { function defineDepcheckCommand (line 167) | function defineDepcheckCommand(cac: CAC): void { FILE: scripts/vsh/src/code-workspace/index.ts constant CODE_WORKSPACE_FILE (line 16) | const CODE_WORKSPACE_FILE = join('vben-admin.code-workspace'); type CodeWorkspaceCommandOptions (line 18) | interface CodeWorkspaceCommandOptions { function createCodeWorkspace (line 23) | async function createCodeWorkspace({ function runCodeWorkspace (line 49) | async function runCodeWorkspace({ function defineCodeWorkspaceCommand (line 65) | function defineCodeWorkspaceCommand(cac: CAC) { FILE: scripts/vsh/src/index.ts constant COMMAND_DESCRIPTIONS (line 13) | const COMMAND_DESCRIPTIONS = { function main (line 24) | async function main(): Promise { FILE: scripts/vsh/src/lint/index.ts type LintCommandOptions (line 5) | interface LintCommandOptions { function runLint (line 12) | async function runLint({ format }: LintCommandOptions) { function defineLintCommand (line 40) | function defineLintCommand(cac: CAC) { FILE: scripts/vsh/src/publint/index.ts constant CACHE_FILE (line 20) | const CACHE_FILE = join( type PubLintCommandOptions (line 27) | interface PubLintCommandOptions { function getLintFiles (line 38) | async function getLintFiles(files: string[] = []) { function getCacheFile (line 53) | function getCacheFile() { function readCache (line 58) | async function readCache(cacheFile: string) { function runPublint (line 67) | async function runPublint(files: string[], { check }: PubLintCommandOpti... function printResult (line 114) | function printResult( function definePubLintCommand (line 176) | function definePubLintCommand(cac: CAC) {