SYMBOL INDEX (863 symbols across 67 files) FILE: components.d.ts type GlobalComponents (line 13) | interface GlobalComponents { type GlobalDirectives (line 61) | interface GlobalDirectives { FILE: env.d.ts type ImportMetaEnv (line 3) | interface ImportMetaEnv { type ImportMeta (line 14) | interface ImportMeta { FILE: public/tinymce6.8.6/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 Schema (line 203) | interface Schema { type Attributes$1 (line 233) | type Attributes$1 = Array<{ type AstNodeConstructor (line 239) | interface AstNodeConstructor { class AstNode (line 244) | class AstNode { type Content (line 273) | type Content = string | AstNode; type ContentFormat (line 274) | type ContentFormat = 'raw' | 'text' | 'html' | 'tree'; type GetContentArgs (line 275) | interface GetContentArgs { type SetContentArgs (line 284) | interface SetContentArgs { type GetSelectionContentArgs (line 295) | interface GetSelectionContentArgs extends GetContentArgs { type SetSelectionContentArgs (line 299) | interface SetSelectionContentArgs extends SetContentArgs { type BlobInfoData (line 303) | interface BlobInfoData { type BlobInfo (line 312) | interface BlobInfo { type BlobCache (line 321) | interface BlobCache { type BlobInfoImagePair (line 334) | interface BlobInfoImagePair { class NodeChange (line 338) | class NodeChange { type SelectionOverrides (line 345) | interface SelectionOverrides { type Quirks (line 351) | interface Quirks { type DecoratorData (line 355) | type DecoratorData = Record; type Decorator (line 356) | type Decorator = (uid: string, data: DecoratorData) => { type AnnotationListener (line 360) | type AnnotationListener = (state: boolean, name: string, data?: { type AnnotationListenerApi (line 364) | type AnnotationListenerApi = AnnotationListener; type AnnotatorSettings (line 365) | interface AnnotatorSettings { type Annotator (line 369) | interface Annotator { type GeomRect (line 377) | interface GeomRect { type Rect (line 383) | interface Rect { type NotificationManagerImpl (line 392) | interface NotificationManagerImpl { type NotificationSpec (line 397) | interface NotificationSpec { type NotificationApi (line 405) | interface NotificationApi { type NotificationManager (line 415) | interface NotificationManager { type UploadFailure (line 420) | interface UploadFailure { type ProgressFn (line 424) | type ProgressFn = (percent: number) => void; type UploadHandler (line 425) | type UploadHandler = (blobInfo: BlobInfo, progress: ProgressFn) => Promi... type UploadResult$2 (line 426) | interface UploadResult$2 { type RawPattern (line 432) | interface RawPattern { type InlineBasePattern (line 440) | interface InlineBasePattern { type InlineFormatPattern (line 444) | interface InlineFormatPattern extends InlineBasePattern { type InlineCmdPattern (line 448) | interface InlineCmdPattern extends InlineBasePattern { type InlinePattern (line 453) | type InlinePattern = InlineFormatPattern | InlineCmdPattern; type BlockBasePattern (line 454) | interface BlockBasePattern { type BlockFormatPattern (line 457) | interface BlockFormatPattern extends BlockBasePattern { type BlockCmdPattern (line 461) | interface BlockCmdPattern extends BlockBasePattern { type BlockPattern (line 466) | type BlockPattern = BlockFormatPattern | BlockCmdPattern; type Pattern (line 467) | type Pattern = InlinePattern | BlockPattern; type DynamicPatternContext (line 468) | interface DynamicPatternContext { type DynamicPatternsLookup (line 472) | type DynamicPatternsLookup = (ctx: DynamicPatternContext) => Pattern[]; type RawDynamicPatternsLookup (line 473) | type RawDynamicPatternsLookup = (ctx: DynamicPatternContext) => RawPatte... type AlertBannerSpec (line 474) | interface AlertBannerSpec { type ButtonSpec (line 481) | interface ButtonSpec { type FormComponentSpec (line 491) | interface FormComponentSpec { type FormComponentWithLabelSpec (line 495) | interface FormComponentWithLabelSpec extends FormComponentSpec { type CheckboxSpec (line 498) | interface CheckboxSpec extends FormComponentSpec { type CollectionSpec (line 503) | interface CollectionSpec extends FormComponentWithLabelSpec { type CollectionItem (line 506) | interface CollectionItem { type ColorInputSpec (line 511) | interface ColorInputSpec extends FormComponentWithLabelSpec { type ColorPickerSpec (line 515) | interface ColorPickerSpec extends FormComponentWithLabelSpec { type CustomEditorInit (line 518) | interface CustomEditorInit { type CustomEditorInitFn (line 523) | type CustomEditorInitFn = (elm: HTMLElement, settings: any) => Promise { type BaseToolbarButtonInstanceApi (line 633) | interface BaseToolbarButtonInstanceApi { type ToolbarButtonSpec (line 639) | interface ToolbarButtonSpec extends BaseToolbarButtonSpec { type InsertTableMenuItemSpec (line 738) | interface InsertTableMenuItemSpec extends BaseFancyMenuItemSpec<'insertt... type ColorSwatchMenuItemSpec (line 742) | interface ColorSwatchMenuItemSpec extends BaseFancyMenuItemSpec<'colorsw... type FancyMenuItemSpec (line 751) | type FancyMenuItemSpec = InsertTableMenuItemSpec | ColorSwatchMenuItemSpec; type MenuItemSpec (line 752) | interface MenuItemSpec extends CommonMenuItemSpec { type MenuItemInstanceApi (line 758) | interface MenuItemInstanceApi extends CommonMenuItemInstanceApi { type SeparatorMenuItemSpec (line 760) | interface SeparatorMenuItemSpec { type ToggleMenuItemSpec (line 764) | interface ToggleMenuItemSpec extends CommonMenuItemSpec { type ToggleMenuItemInstanceApi (line 771) | interface ToggleMenuItemInstanceApi extends CommonMenuItemInstanceApi { type NestedMenuItemContents (line 775) | type NestedMenuItemContents = string | MenuItemSpec | NestedMenuItemSpec... type NestedMenuItemSpec (line 776) | interface NestedMenuItemSpec extends CommonMenuItemSpec { type NestedMenuItemInstanceApi (line 782) | interface NestedMenuItemInstanceApi extends CommonMenuItemInstanceApi { type MenuButtonItemTypes (line 786) | type MenuButtonItemTypes = NestedMenuItemContents; type SuccessCallback$1 (line 787) | type SuccessCallback$1 = (menu: string | MenuButtonItemTypes[]) => void; type MenuButtonFetchContext (line 788) | interface MenuButtonFetchContext { type BaseMenuButtonSpec (line 791) | interface BaseMenuButtonSpec { type BaseMenuButtonInstanceApi (line 801) | interface BaseMenuButtonInstanceApi { type ToolbarMenuButtonSpec (line 809) | interface ToolbarMenuButtonSpec extends BaseMenuButtonSpec { type ToolbarMenuButtonInstanceApi (line 813) | interface ToolbarMenuButtonInstanceApi extends BaseMenuButtonInstanceApi { type ToolbarSplitButtonItemTypes (line 815) | type ToolbarSplitButtonItemTypes = ChoiceMenuItemSpec | SeparatorMenuIte... type SuccessCallback (line 816) | type SuccessCallback = (menu: ToolbarSplitButtonItemTypes[]) => void; type SelectPredicate (line 817) | type SelectPredicate = (value: string) => boolean; type PresetTypes (line 818) | type PresetTypes = 'color' | 'normal' | 'listpreview'; type ColumnTypes$1 (line 819) | type ColumnTypes$1 = number | 'auto'; type ToolbarSplitButtonSpec (line 820) | interface ToolbarSplitButtonSpec { type ToolbarSplitButtonInstanceApi (line 833) | interface ToolbarSplitButtonInstanceApi { type BaseToolbarToggleButtonSpec (line 843) | interface BaseToolbarToggleButtonSpec; type DialogInstanceApi (line 941) | interface DialogInstanceApi { type DialogActionDetails (line 953) | interface DialogActionDetails { type DialogChangeDetails (line 957) | interface DialogChangeDetails { type DialogTabChangeDetails (line 960) | interface DialogTabChangeDetails { type DialogActionHandler (line 964) | type DialogActionHandler = (api: DialogInstanceApi... type DialogChangeHandler (line 965) | type DialogChangeHandler = (api: DialogInstanceApi... type DialogSubmitHandler (line 966) | type DialogSubmitHandler = (api: DialogInstanceApi... type DialogCloseHandler (line 967) | type DialogCloseHandler = () => void; type DialogCancelHandler (line 968) | type DialogCancelHandler = (api: DialogInstanceApi... type DialogTabChangeHandler (line 969) | type DialogTabChangeHandler = (api: DialogInstance... type DialogSize (line 970) | type DialogSize = 'normal' | 'medium' | 'large'; type DialogSpec (line 971) | interface DialogSpec { type UrlDialogInstanceApi (line 984) | interface UrlDialogInstanceApi { type UrlDialogActionDetails (line 990) | interface UrlDialogActionDetails { type UrlDialogMessage (line 994) | interface UrlDialogMessage { type UrlDialogActionHandler (line 998) | type UrlDialogActionHandler = (api: UrlDialogInstanceApi, actions: UrlDi... type UrlDialogCloseHandler (line 999) | type UrlDialogCloseHandler = () => void; type UrlDialogCancelHandler (line 1000) | type UrlDialogCancelHandler = (api: UrlDialogInstanceApi) => void; type UrlDialogMessageHandler (line 1001) | type UrlDialogMessageHandler = (api: UrlDialogInstanceApi, message: UrlD... type UrlDialogFooterButtonSpec (line 1002) | interface UrlDialogFooterButtonSpec extends DialogFooterNormalButtonSpec { type UrlDialogSpec (line 1005) | interface UrlDialogSpec { type ColumnTypes (line 1016) | type ColumnTypes = number | 'auto'; type SeparatorItemSpec (line 1017) | type SeparatorItemSpec = SeparatorMenuItemSpec; type AutocompleterItemSpec (line 1018) | interface AutocompleterItemSpec { type AutocompleterContents (line 1025) | type AutocompleterContents = SeparatorItemSpec | AutocompleterItemSpec |... type AutocompleterSpec (line 1026) | interface AutocompleterSpec { type AutocompleterInstanceApi (line 1038) | interface AutocompleterInstanceApi { type ContextPosition (line 1042) | type ContextPosition = 'node' | 'selection' | 'line'; type ContextScope (line 1043) | type ContextScope = 'node' | 'editor'; type ContextBarSpec (line 1044) | interface ContextBarSpec { type ContextFormLaunchButtonApi (line 1049) | interface ContextFormLaunchButtonApi extends BaseToolbarButtonSpec = DialogSpec; type PublicDialog_d_DialogInstanceApi (line 1099) | type PublicDialog_d_DialogInstanceApi = DialogInst... type PublicDialog_d_DialogFooterButtonSpec (line 1100) | type PublicDialog_d_DialogFooterButtonSpec = DialogFooterButtonSpec; type PublicDialog_d_DialogActionDetails (line 1101) | type PublicDialog_d_DialogActionDetails = DialogActionDetails; type PublicDialog_d_DialogChangeDetails (line 1102) | type PublicDialog_d_DialogChangeDetails = DialogChangeDetails; type PublicDialog_d_DialogTabChangeDetails (line 1103) | type PublicDialog_d_DialogTabChangeDetails = DialogTabChangeDetails; type PublicDialog_d_DropZoneSpec (line 1104) | type PublicDialog_d_DropZoneSpec = DropZoneSpec; type PublicDialog_d_GridSpec (line 1105) | type PublicDialog_d_GridSpec = GridSpec; type PublicDialog_d_HtmlPanelSpec (line 1106) | type PublicDialog_d_HtmlPanelSpec = HtmlPanelSpec; type PublicDialog_d_IframeSpec (line 1107) | type PublicDialog_d_IframeSpec = IframeSpec; type PublicDialog_d_ImagePreviewSpec (line 1108) | type PublicDialog_d_ImagePreviewSpec = ImagePreviewSpec; type PublicDialog_d_InputSpec (line 1109) | type PublicDialog_d_InputSpec = InputSpec; type PublicDialog_d_LabelSpec (line 1110) | type PublicDialog_d_LabelSpec = LabelSpec; type PublicDialog_d_ListBoxSpec (line 1111) | type PublicDialog_d_ListBoxSpec = ListBoxSpec; type PublicDialog_d_ListBoxItemSpec (line 1112) | type PublicDialog_d_ListBoxItemSpec = ListBoxItemSpec; type PublicDialog_d_ListBoxNestedItemSpec (line 1113) | type PublicDialog_d_ListBoxNestedItemSpec = ListBoxNestedItemSpec; type PublicDialog_d_ListBoxSingleItemSpec (line 1114) | type PublicDialog_d_ListBoxSingleItemSpec = ListBoxSingleItemSpec; type PublicDialog_d_PanelSpec (line 1115) | type PublicDialog_d_PanelSpec = PanelSpec; type PublicDialog_d_SelectBoxSpec (line 1116) | type PublicDialog_d_SelectBoxSpec = SelectBoxSpec; type PublicDialog_d_SelectBoxItemSpec (line 1117) | type PublicDialog_d_SelectBoxItemSpec = SelectBoxItemSpec; type PublicDialog_d_SizeInputSpec (line 1118) | type PublicDialog_d_SizeInputSpec = SizeInputSpec; type PublicDialog_d_SliderSpec (line 1119) | type PublicDialog_d_SliderSpec = SliderSpec; type PublicDialog_d_TableSpec (line 1120) | type PublicDialog_d_TableSpec = TableSpec; type PublicDialog_d_TabSpec (line 1121) | type PublicDialog_d_TabSpec = TabSpec; type PublicDialog_d_TabPanelSpec (line 1122) | type PublicDialog_d_TabPanelSpec = TabPanelSpec; type PublicDialog_d_TextAreaSpec (line 1123) | type PublicDialog_d_TextAreaSpec = TextAreaSpec; type PublicDialog_d_TreeSpec (line 1124) | type PublicDialog_d_TreeSpec = TreeSpec; type PublicDialog_d_TreeItemSpec (line 1125) | type PublicDialog_d_TreeItemSpec = TreeItemSpec; type PublicDialog_d_UrlInputData (line 1126) | type PublicDialog_d_UrlInputData = UrlInputData; type PublicDialog_d_UrlInputSpec (line 1127) | type PublicDialog_d_UrlInputSpec = UrlInputSpec; type PublicDialog_d_UrlDialogSpec (line 1128) | type PublicDialog_d_UrlDialogSpec = UrlDialogSpec; type PublicDialog_d_UrlDialogFooterButtonSpec (line 1129) | type PublicDialog_d_UrlDialogFooterButtonSpec = UrlDialogFooterButtonSpec; type PublicDialog_d_UrlDialogInstanceApi (line 1130) | type PublicDialog_d_UrlDialogInstanceApi = UrlDialogInstanceApi; type PublicDialog_d_UrlDialogActionDetails (line 1131) | type PublicDialog_d_UrlDialogActionDetails = UrlDialogActionDetails; type PublicDialog_d_UrlDialogMessage (line 1132) | type PublicDialog_d_UrlDialogMessage = UrlDialogMessage; type PublicInlineContent_d_AutocompleterSpec (line 1136) | type PublicInlineContent_d_AutocompleterSpec = AutocompleterSpec; type PublicInlineContent_d_AutocompleterItemSpec (line 1137) | type PublicInlineContent_d_AutocompleterItemSpec = AutocompleterItemSpec; type PublicInlineContent_d_AutocompleterContents (line 1138) | type PublicInlineContent_d_AutocompleterContents = AutocompleterContents; type PublicInlineContent_d_AutocompleterInstanceApi (line 1139) | type PublicInlineContent_d_AutocompleterInstanceApi = AutocompleterInsta... type PublicInlineContent_d_ContextPosition (line 1140) | type PublicInlineContent_d_ContextPosition = ContextPosition; type PublicInlineContent_d_ContextScope (line 1141) | type PublicInlineContent_d_ContextScope = ContextScope; type PublicInlineContent_d_ContextFormSpec (line 1142) | type PublicInlineContent_d_ContextFormSpec = ContextFormSpec; type PublicInlineContent_d_ContextFormInstanceApi (line 1143) | type PublicInlineContent_d_ContextFormInstanceApi = ContextFormInstanceApi; type PublicInlineContent_d_ContextFormButtonSpec (line 1144) | type PublicInlineContent_d_ContextFormButtonSpec = ContextFormButtonSpec; type PublicInlineContent_d_ContextFormButtonInstanceApi (line 1145) | type PublicInlineContent_d_ContextFormButtonInstanceApi = ContextFormBut... type PublicInlineContent_d_ContextFormToggleButtonSpec (line 1146) | type PublicInlineContent_d_ContextFormToggleButtonSpec = ContextFormTogg... type PublicInlineContent_d_ContextFormToggleButtonInstanceApi (line 1147) | type PublicInlineContent_d_ContextFormToggleButtonInstanceApi = ContextF... type PublicInlineContent_d_ContextToolbarSpec (line 1148) | type PublicInlineContent_d_ContextToolbarSpec = ContextToolbarSpec; type PublicInlineContent_d_SeparatorItemSpec (line 1149) | type PublicInlineContent_d_SeparatorItemSpec = SeparatorItemSpec; type PublicMenu_d_MenuItemSpec (line 1153) | type PublicMenu_d_MenuItemSpec = MenuItemSpec; type PublicMenu_d_MenuItemInstanceApi (line 1154) | type PublicMenu_d_MenuItemInstanceApi = MenuItemInstanceApi; type PublicMenu_d_NestedMenuItemContents (line 1155) | type PublicMenu_d_NestedMenuItemContents = NestedMenuItemContents; type PublicMenu_d_NestedMenuItemSpec (line 1156) | type PublicMenu_d_NestedMenuItemSpec = NestedMenuItemSpec; type PublicMenu_d_NestedMenuItemInstanceApi (line 1157) | type PublicMenu_d_NestedMenuItemInstanceApi = NestedMenuItemInstanceApi; type PublicMenu_d_FancyMenuItemSpec (line 1158) | type PublicMenu_d_FancyMenuItemSpec = FancyMenuItemSpec; type PublicMenu_d_ColorSwatchMenuItemSpec (line 1159) | type PublicMenu_d_ColorSwatchMenuItemSpec = ColorSwatchMenuItemSpec; type PublicMenu_d_InsertTableMenuItemSpec (line 1160) | type PublicMenu_d_InsertTableMenuItemSpec = InsertTableMenuItemSpec; type PublicMenu_d_ToggleMenuItemSpec (line 1161) | type PublicMenu_d_ToggleMenuItemSpec = ToggleMenuItemSpec; type PublicMenu_d_ToggleMenuItemInstanceApi (line 1162) | type PublicMenu_d_ToggleMenuItemInstanceApi = ToggleMenuItemInstanceApi; type PublicMenu_d_ChoiceMenuItemSpec (line 1163) | type PublicMenu_d_ChoiceMenuItemSpec = ChoiceMenuItemSpec; type PublicMenu_d_ChoiceMenuItemInstanceApi (line 1164) | type PublicMenu_d_ChoiceMenuItemInstanceApi = ChoiceMenuItemInstanceApi; type PublicMenu_d_SeparatorMenuItemSpec (line 1165) | type PublicMenu_d_SeparatorMenuItemSpec = SeparatorMenuItemSpec; type PublicMenu_d_ContextMenuApi (line 1166) | type PublicMenu_d_ContextMenuApi = ContextMenuApi; type PublicMenu_d_ContextMenuContents (line 1167) | type PublicMenu_d_ContextMenuContents = ContextMenuContents; type PublicMenu_d_ContextMenuItem (line 1168) | type PublicMenu_d_ContextMenuItem = ContextMenuItem; type PublicMenu_d_ContextSubMenu (line 1169) | type PublicMenu_d_ContextSubMenu = ContextSubMenu; type PublicMenu_d_CardMenuItemSpec (line 1170) | type PublicMenu_d_CardMenuItemSpec = CardMenuItemSpec; type PublicMenu_d_CardMenuItemInstanceApi (line 1171) | type PublicMenu_d_CardMenuItemInstanceApi = CardMenuItemInstanceApi; type PublicMenu_d_CardItemSpec (line 1172) | type PublicMenu_d_CardItemSpec = CardItemSpec; type PublicMenu_d_CardContainerSpec (line 1173) | type PublicMenu_d_CardContainerSpec = CardContainerSpec; type PublicMenu_d_CardImageSpec (line 1174) | type PublicMenu_d_CardImageSpec = CardImageSpec; type PublicMenu_d_CardTextSpec (line 1175) | type PublicMenu_d_CardTextSpec = CardTextSpec; type SidebarInstanceApi (line 1179) | interface SidebarInstanceApi { type SidebarSpec (line 1182) | interface SidebarSpec { type PublicSidebar_d_SidebarSpec (line 1189) | type PublicSidebar_d_SidebarSpec = SidebarSpec; type PublicSidebar_d_SidebarInstanceApi (line 1190) | type PublicSidebar_d_SidebarInstanceApi = SidebarInstanceApi; type PublicToolbar_d_ToolbarButtonSpec (line 1194) | type PublicToolbar_d_ToolbarButtonSpec = ToolbarButtonSpec; type PublicToolbar_d_ToolbarButtonInstanceApi (line 1195) | type PublicToolbar_d_ToolbarButtonInstanceApi = ToolbarButtonInstanceApi; type PublicToolbar_d_ToolbarSplitButtonSpec (line 1196) | type PublicToolbar_d_ToolbarSplitButtonSpec = ToolbarSplitButtonSpec; type PublicToolbar_d_ToolbarSplitButtonInstanceApi (line 1197) | type PublicToolbar_d_ToolbarSplitButtonInstanceApi = ToolbarSplitButtonI... type PublicToolbar_d_ToolbarMenuButtonSpec (line 1198) | type PublicToolbar_d_ToolbarMenuButtonSpec = ToolbarMenuButtonSpec; type PublicToolbar_d_ToolbarMenuButtonInstanceApi (line 1199) | type PublicToolbar_d_ToolbarMenuButtonInstanceApi = ToolbarMenuButtonIns... type PublicToolbar_d_ToolbarToggleButtonSpec (line 1200) | type PublicToolbar_d_ToolbarToggleButtonSpec = ToolbarToggleButtonSpec; type PublicToolbar_d_ToolbarToggleButtonInstanceApi (line 1201) | type PublicToolbar_d_ToolbarToggleButtonInstanceApi = ToolbarToggleButto... type PublicToolbar_d_GroupToolbarButtonSpec (line 1202) | type PublicToolbar_d_GroupToolbarButtonSpec = GroupToolbarButtonSpec; type PublicToolbar_d_GroupToolbarButtonInstanceApi (line 1203) | type PublicToolbar_d_GroupToolbarButtonInstanceApi = GroupToolbarButtonI... type ViewButtonApi (line 1207) | interface ViewButtonApi { type ViewToggleButtonApi (line 1210) | interface ViewToggleButtonApi extends ViewButtonApi { type BaseButtonSpec (line 1214) | interface BaseButtonSpec { type ViewNormalButtonSpec (line 1222) | interface ViewNormalButtonSpec extends BaseButtonSpec { type ViewToggleButtonSpec (line 1226) | interface ViewToggleButtonSpec extends BaseButtonSpec; type FormatAttrOrStyleValue (line 1296) | type FormatAttrOrStyleValue = string | ((vars?: FormatVars) => string | ... type FormatVars (line 1297) | type FormatVars = Record; type BaseFormat (line 1298) | interface BaseFormat { type Block (line 1314) | interface Block { type Inline (line 1319) | interface Inline { type Selector (line 1322) | interface Selector { type CommonFormat (line 1326) | interface CommonFormat extends BaseFormat { type BlockFormat (line 1336) | interface BlockFormat extends Block, CommonFormat { type InlineFormat (line 1338) | interface InlineFormat extends Inline, CommonFormat { type SelectorFormat (line 1340) | interface SelectorFormat extends Selector, CommonFormat { type CommonRemoveFormat (line 1342) | interface CommonRemoveFormat extends BaseFormat { type RemoveBlockFormat (line 1346) | interface RemoveBlockFormat extends Block, CommonRemoveFormat { type ParserArgs (line 1356) | interface ParserArgs { type ParserFilterCallback (line 1366) | type ParserFilterCallback = (nodes: AstNode[], name: string, args: Parse... type ParserFilter (line 1367) | interface ParserFilter extends Filter { type DomParserSettings (line 1369) | interface DomParserSettings { type DomParser (line 1393) | interface DomParser { type StyleSheetLoaderSettings (line 1403) | interface StyleSheetLoaderSettings { type StyleSheetLoader (line 1408) | interface StyleSheetLoader { type Registry (line 1418) | type Registry = Registry$1; type EditorUiApi (line 1419) | interface EditorUiApi { type EditorUi (line 1425) | interface EditorUi extends EditorUiApi { type Ui_d_Registry (line 1429) | type Ui_d_Registry = Registry; type Ui_d_EditorUiApi (line 1430) | type Ui_d_EditorUiApi = EditorUiApi; type Ui_d_EditorUi (line 1431) | type Ui_d_EditorUi = EditorUi; type WindowParams (line 1435) | interface WindowParams { type InstanceApi (line 1440) | type InstanceApi = UrlDialogInstanceApi | DialogIn... type WindowManagerImpl (line 1441) | interface WindowManagerImpl { type WindowManager (line 1448) | interface WindowManager { type ExecCommandEvent (line 1455) | interface ExecCommandEvent { type BeforeGetContentEvent (line 1460) | interface BeforeGetContentEvent extends GetContentArgs { type GetContentEvent (line 1463) | interface GetContentEvent extends BeforeGetContentEvent { type BeforeSetContentEvent (line 1466) | interface BeforeSetContentEvent extends SetContentArgs { type SetContentEvent (line 1470) | interface SetContentEvent extends BeforeSetContentEvent { type SaveContentEvent (line 1473) | interface SaveContentEvent extends GetContentEvent { type NewBlockEvent (line 1476) | interface NewBlockEvent { type NodeChangeEvent (line 1479) | interface NodeChangeEvent { type FormatEvent (line 1485) | interface FormatEvent { type ObjectResizeEvent (line 1490) | interface ObjectResizeEvent { type ObjectSelectedEvent (line 1496) | interface ObjectSelectedEvent { type ScrollIntoViewEvent (line 1500) | interface ScrollIntoViewEvent { type SetSelectionRangeEvent (line 1504) | interface SetSelectionRangeEvent { type ShowCaretEvent (line 1508) | interface ShowCaretEvent { type SwitchModeEvent (line 1513) | interface SwitchModeEvent { type ChangeEvent (line 1516) | interface ChangeEvent { type AddUndoEvent (line 1520) | interface AddUndoEvent extends ChangeEvent { type UndoRedoEvent (line 1523) | interface UndoRedoEvent { type WindowEvent (line 1526) | interface WindowEvent { type ProgressStateEvent (line 1529) | interface ProgressStateEvent { type AfterProgressStateEvent (line 1533) | interface AfterProgressStateEvent { type PlaceholderToggleEvent (line 1536) | interface PlaceholderToggleEvent { type LoadErrorEvent (line 1539) | interface LoadErrorEvent { type PreProcessEvent (line 1542) | interface PreProcessEvent extends ParserArgs { type PostProcessEvent (line 1545) | interface PostProcessEvent extends ParserArgs { type PastePlainTextToggleEvent (line 1548) | interface PastePlainTextToggleEvent { type PastePreProcessEvent (line 1551) | interface PastePreProcessEvent { type PastePostProcessEvent (line 1555) | interface PastePostProcessEvent { type EditableRootStateChangeEvent (line 1559) | interface EditableRootStateChangeEvent { type NewTableRowEvent (line 1562) | interface NewTableRowEvent { type NewTableCellEvent (line 1565) | interface NewTableCellEvent { type TableEventData (line 1568) | interface TableEventData { type TableModifiedEvent (line 1572) | interface TableModifiedEvent extends TableEventData { type BeforeOpenNotificationEvent (line 1575) | interface BeforeOpenNotificationEvent { type OpenNotificationEvent (line 1578) | interface OpenNotificationEvent { type EditorEventMap (line 1581) | interface EditorEventMap extends Omit { type EditorManagerEventMap (line 1678) | interface EditorManagerEventMap { type EventTypes_d_ExecCommandEvent (line 1689) | type EventTypes_d_ExecCommandEvent = ExecCommandEvent; type EventTypes_d_BeforeGetContentEvent (line 1690) | type EventTypes_d_BeforeGetContentEvent = BeforeGetContentEvent; type EventTypes_d_GetContentEvent (line 1691) | type EventTypes_d_GetContentEvent = GetContentEvent; type EventTypes_d_BeforeSetContentEvent (line 1692) | type EventTypes_d_BeforeSetContentEvent = BeforeSetContentEvent; type EventTypes_d_SetContentEvent (line 1693) | type EventTypes_d_SetContentEvent = SetContentEvent; type EventTypes_d_SaveContentEvent (line 1694) | type EventTypes_d_SaveContentEvent = SaveContentEvent; type EventTypes_d_NewBlockEvent (line 1695) | type EventTypes_d_NewBlockEvent = NewBlockEvent; type EventTypes_d_NodeChangeEvent (line 1696) | type EventTypes_d_NodeChangeEvent = NodeChangeEvent; type EventTypes_d_FormatEvent (line 1697) | type EventTypes_d_FormatEvent = FormatEvent; type EventTypes_d_ObjectResizeEvent (line 1698) | type EventTypes_d_ObjectResizeEvent = ObjectResizeEvent; type EventTypes_d_ObjectSelectedEvent (line 1699) | type EventTypes_d_ObjectSelectedEvent = ObjectSelectedEvent; type EventTypes_d_ScrollIntoViewEvent (line 1700) | type EventTypes_d_ScrollIntoViewEvent = ScrollIntoViewEvent; type EventTypes_d_SetSelectionRangeEvent (line 1701) | type EventTypes_d_SetSelectionRangeEvent = SetSelectionRangeEvent; type EventTypes_d_ShowCaretEvent (line 1702) | type EventTypes_d_ShowCaretEvent = ShowCaretEvent; type EventTypes_d_SwitchModeEvent (line 1703) | type EventTypes_d_SwitchModeEvent = SwitchModeEvent; type EventTypes_d_ChangeEvent (line 1704) | type EventTypes_d_ChangeEvent = ChangeEvent; type EventTypes_d_AddUndoEvent (line 1705) | type EventTypes_d_AddUndoEvent = AddUndoEvent; type EventTypes_d_UndoRedoEvent (line 1706) | type EventTypes_d_UndoRedoEvent = UndoRedoEvent; type EventTypes_d_WindowEvent (line 1707) | type EventTypes_d_WindowEvent = WindowEvent; type EventTypes_d_ProgressStateEvent (line 1708) | type EventTypes_d_ProgressStateEvent = ProgressStateEvent; type EventTypes_d_AfterProgressStateEvent (line 1709) | type EventTypes_d_AfterProgressStateEvent = AfterProgressStateEvent; type EventTypes_d_PlaceholderToggleEvent (line 1710) | type EventTypes_d_PlaceholderToggleEvent = PlaceholderToggleEvent; type EventTypes_d_LoadErrorEvent (line 1711) | type EventTypes_d_LoadErrorEvent = LoadErrorEvent; type EventTypes_d_PreProcessEvent (line 1712) | type EventTypes_d_PreProcessEvent = PreProcessEvent; type EventTypes_d_PostProcessEvent (line 1713) | type EventTypes_d_PostProcessEvent = PostProcessEvent; type EventTypes_d_PastePlainTextToggleEvent (line 1714) | type EventTypes_d_PastePlainTextToggleEvent = PastePlainTextToggleEvent; type EventTypes_d_PastePreProcessEvent (line 1715) | type EventTypes_d_PastePreProcessEvent = PastePreProcessEvent; type EventTypes_d_PastePostProcessEvent (line 1716) | type EventTypes_d_PastePostProcessEvent = PastePostProcessEvent; type EventTypes_d_EditableRootStateChangeEvent (line 1717) | type EventTypes_d_EditableRootStateChangeEvent = EditableRootStateChange... type EventTypes_d_NewTableRowEvent (line 1718) | type EventTypes_d_NewTableRowEvent = NewTableRowEvent; type EventTypes_d_NewTableCellEvent (line 1719) | type EventTypes_d_NewTableCellEvent = NewTableCellEvent; type EventTypes_d_TableEventData (line 1720) | type EventTypes_d_TableEventData = TableEventData; type EventTypes_d_TableModifiedEvent (line 1721) | type EventTypes_d_TableModifiedEvent = TableModifiedEvent; type EventTypes_d_BeforeOpenNotificationEvent (line 1722) | type EventTypes_d_BeforeOpenNotificationEvent = BeforeOpenNotificationEv... type EventTypes_d_OpenNotificationEvent (line 1723) | type EventTypes_d_OpenNotificationEvent = OpenNotificationEvent; type EventTypes_d_EditorEventMap (line 1724) | type EventTypes_d_EditorEventMap = EditorEventMap; type EventTypes_d_EditorManagerEventMap (line 1725) | type EventTypes_d_EditorManagerEventMap = EditorManagerEventMap; type Format_d_Formats (line 1729) | type Format_d_Formats = Formats; type Format_d_Format (line 1730) | type Format_d_Format = Format; type Format_d_ApplyFormat (line 1731) | type Format_d_ApplyFormat = ApplyFormat; type Format_d_BlockFormat (line 1732) | type Format_d_BlockFormat = BlockFormat; type Format_d_InlineFormat (line 1733) | type Format_d_InlineFormat = InlineFormat; type Format_d_SelectorFormat (line 1734) | type Format_d_SelectorFormat = SelectorFormat; type Format_d_RemoveFormat (line 1735) | type Format_d_RemoveFormat = RemoveFormat; type Format_d_RemoveBlockFormat (line 1736) | type Format_d_RemoveBlockFormat = RemoveBlockFormat; type Format_d_RemoveInlineFormat (line 1737) | type Format_d_RemoveInlineFormat = RemoveInlineFormat; type Format_d_RemoveSelectorFormat (line 1738) | type Format_d_RemoveSelectorFormat = RemoveSelectorFormat; type StyleFormat (line 1742) | type StyleFormat = BlockStyleFormat | InlineStyleFormat | SelectorStyleF... type AllowedFormat (line 1743) | type AllowedFormat = Separator | FormatReference | StyleFormat | NestedF... type Separator (line 1744) | interface Separator { type FormatReference (line 1747) | interface FormatReference { type NestedFormatting (line 1752) | interface NestedFormatting { type CommonStyleFormat (line 1756) | interface CommonStyleFormat { type BlockStyleFormat (line 1761) | interface BlockStyleFormat extends BlockFormat, CommonStyleFormat { type InlineStyleFormat (line 1763) | interface InlineStyleFormat extends InlineFormat, CommonStyleFormat { type SelectorStyleFormat (line 1765) | interface SelectorStyleFormat extends SelectorFormat, CommonStyleFormat { type EntityEncoding (line 1767) | type EntityEncoding = 'named' | 'numeric' | 'raw' | 'named,numeric' | 'n... type ContentLanguage (line 1768) | interface ContentLanguage { type ThemeInitFunc (line 1773) | type ThemeInitFunc = (editor: Editor, elm: HTMLElement) => { type SetupCallback (line 1780) | type SetupCallback = (editor: Editor) => void; type FilePickerCallback (line 1781) | type FilePickerCallback = (callback: (value: string, meta?: Record... type PastePostProcessFn (line 1791) | type PastePostProcessFn = (editor: Editor, args: PastePostProcessEvent) ... type URLConverter (line 1792) | type URLConverter = (url: string, name: string, elm?: string | Element) ... type URLConverterCallback (line 1793) | type URLConverterCallback = (url: string, node: Node | string | undefine... type ToolbarGroup (line 1794) | interface ToolbarGroup { type ToolbarMode (line 1798) | type ToolbarMode = 'floating' | 'sliding' | 'scrolling' | 'wrap'; type ToolbarLocation (line 1799) | type ToolbarLocation = 'top' | 'bottom' | 'auto'; type ForceHexColor (line 1800) | type ForceHexColor = 'always' | 'rgb_only' | 'off'; type BaseEditorOptions (line 1801) | interface BaseEditorOptions { type RawEditorOptions (line 2012) | interface RawEditorOptions extends BaseEditorOptions { type NormalizedEditorOptions (line 2017) | interface NormalizedEditorOptions extends BaseEditorOptions { type EditorOptions (line 2022) | interface EditorOptions extends NormalizedEditorOptions { type StyleMap (line 2107) | type StyleMap = Record; type StylesSettings (line 2108) | interface StylesSettings { type Styles (line 2115) | interface Styles { type EventUtilsCallback (line 2119) | type EventUtilsCallback = (event: EventUtilsEvent) => void | boolean; type EventUtilsEvent (line 2120) | type EventUtilsEvent = NormalizedEvent & { type Callback$1 (line 2123) | interface Callback$1 { type CallbackList (line 2127) | interface CallbackList extends Array> { type EventUtilsConstructor (line 2132) | interface EventUtilsConstructor { class EventUtils (line 2137) | class EventUtils { type SetAttribEvent (line 2157) | interface SetAttribEvent { type DOMUtilsSettings (line 2162) | interface DOMUtilsSettings { type Target (line 2176) | type Target = Node | Window; type RunArguments (line 2177) | type RunArguments = string | T | Array = EventUtilsCallback = T extends Array ? R[] : false | R; type DOMUtils (line 2186) | interface DOMUtils { type ClientRect (line 2319) | interface ClientRect { type BookmarkManager (line 2327) | interface BookmarkManager { type ControlSelection (line 2331) | interface ControlSelection { type WriterSettings (line 2338) | interface WriterSettings { type Attributes (line 2346) | type Attributes = Array<{ type Writer (line 2350) | interface Writer { type HtmlSerializerSettings (line 2361) | interface HtmlSerializerSettings extends WriterSettings { type HtmlSerializer (line 2365) | interface HtmlSerializer { type DomSerializerSettings (line 2368) | interface DomSerializerSettings extends DomParserSettings, WriterSetting... type DomSerializerImpl (line 2373) | interface DomSerializerImpl { type DomSerializer (line 2392) | interface DomSerializer extends DomSerializerImpl { type EditorSelection (line 2394) | interface EditorSelection { type EditorCommandCallback (line 2449) | type EditorCommandCallback = (this: S, ui: boolean, value: any) => void; type EditorCommandsCallback (line 2450) | type EditorCommandsCallback = (command: string, ui: boolean, value?: any... type Commands (line 2451) | interface Commands { type ExecCommandArgs (line 2456) | interface ExecCommandArgs { type EditorCommandsConstructor (line 2459) | interface EditorCommandsConstructor { class EditorCommands (line 2463) | class EditorCommands { type RawString (line 2480) | interface RawString { type Primitive (line 2483) | type Primitive = string | number | boolean | Record { type URISettings (line 2507) | interface URISettings { type URIConstructor (line 2510) | interface URIConstructor { type SafeUriOptions (line 2524) | interface SafeUriOptions { class URI (line 2529) | class URI { type EditorManager (line 2565) | interface EditorManager extends Observable { type EditorObservable (line 2594) | interface EditorObservable extends Observable { type ProcessorSuccess (line 2599) | interface ProcessorSuccess { type ProcessorError (line 2603) | interface ProcessorError { type SimpleProcessor (line 2607) | type SimpleProcessor = (value: unknown) => boolean; type Processor (line 2608) | type Processor = (value: unknown) => ProcessorSuccess | ProcessorE... type BuiltInOptionTypeMap (line 2609) | interface BuiltInOptionTypeMap { type BuiltInOptionType (line 2620) | type BuiltInOptionType = keyof BuiltInOptionTypeMap; type BaseOptionSpec (line 2621) | interface BaseOptionSpec { type BuiltInOptionSpec (line 2626) | interface BuiltInOptionSpec extends BaseOpt... type SimpleOptionSpec (line 2630) | interface SimpleOptionSpec extends BaseOptionSpec { type OptionSpec (line 2634) | interface OptionSpec extends BaseOptionSpec { type Options (line 2638) | interface Options { type UploadResult$1 (line 2654) | interface UploadResult$1 { type EditorUpload (line 2661) | interface EditorUpload { type FormatChangeCallback (line 2669) | type FormatChangeCallback = (state: boolean, data: { type FormatRegistry (line 2674) | interface FormatRegistry { type Formatter (line 2683) | interface Formatter extends FormatRegistry { type EditorMode (line 2697) | interface EditorMode { type EditorModeApi (line 2703) | interface EditorModeApi { type Model (line 2708) | interface Model { type ModelManager (line 2714) | type ModelManager = AddOnManager; type Plugin (line 2715) | interface Plugin { type PluginManager (line 2723) | type PluginManager = AddOnManager; type ShortcutsConstructor (line 2724) | interface ShortcutsConstructor { type CommandFunc (line 2728) | type CommandFunc = string | [ class Shortcuts (line 2733) | class Shortcuts { type RenderResult (line 2747) | interface RenderResult { type Theme (line 2752) | interface Theme { type ThemeManager (line 2762) | type ThemeManager = AddOnManager; type EditorConstructor (line 2763) | interface EditorConstructor { class Editor (line 2767) | class Editor implements EditorObservable { type UrlObject (line 2898) | interface UrlObject { type WaitState (line 2903) | type WaitState = 'added' | 'loaded'; type AddOnConstructor (line 2904) | type AddOnConstructor = (editor: Editor, url: string) => T; type AddOnManager (line 2905) | interface AddOnManager { type RangeUtils (line 2919) | interface RangeUtils { type ScriptLoaderSettings (line 2927) | interface ScriptLoaderSettings { type ScriptLoaderConstructor (line 2930) | interface ScriptLoaderConstructor { class ScriptLoader (line 2935) | class ScriptLoader { type TextProcessCallback (line 2954) | type TextProcessCallback = (node: Text, offset: number, text: string) =>... type Spot (line 2955) | interface Spot { type TextSeeker (line 2959) | interface TextSeeker { type DomTreeWalkerConstructor (line 2963) | interface DomTreeWalkerConstructor { class DomTreeWalker (line 2967) | class DomTreeWalker { type Version (line 2978) | interface Version { type Env (line 2982) | interface Env { type FakeClipboardItem (line 3021) | interface FakeClipboardItem { type FakeClipboard (line 3026) | interface FakeClipboard { type FocusManager (line 3032) | interface FocusManager { type EntitiesMap (line 3035) | interface EntitiesMap { type Entities (line 3038) | interface Entities { type IconPack (line 3046) | interface IconPack { type IconManager (line 3049) | interface IconManager { type Resource (line 3054) | interface Resource { type TextPatterns_d_Pattern (line 3061) | type TextPatterns_d_Pattern = Pattern; type TextPatterns_d_RawPattern (line 3062) | type TextPatterns_d_RawPattern = RawPattern; type TextPatterns_d_DynamicPatternsLookup (line 3063) | type TextPatterns_d_DynamicPatternsLookup = DynamicPatternsLookup; type TextPatterns_d_RawDynamicPatternsLookup (line 3064) | type TextPatterns_d_RawDynamicPatternsLookup = RawDynamicPatternsLookup; type TextPatterns_d_DynamicPatternContext (line 3065) | type TextPatterns_d_DynamicPatternContext = DynamicPatternContext; type TextPatterns_d_BlockCmdPattern (line 3066) | type TextPatterns_d_BlockCmdPattern = BlockCmdPattern; type TextPatterns_d_BlockPattern (line 3067) | type TextPatterns_d_BlockPattern = BlockPattern; type TextPatterns_d_BlockFormatPattern (line 3068) | type TextPatterns_d_BlockFormatPattern = BlockFormatPattern; type TextPatterns_d_InlineCmdPattern (line 3069) | type TextPatterns_d_InlineCmdPattern = InlineCmdPattern; type TextPatterns_d_InlinePattern (line 3070) | type TextPatterns_d_InlinePattern = InlinePattern; type TextPatterns_d_InlineFormatPattern (line 3071) | type TextPatterns_d_InlineFormatPattern = InlineFormatPattern; type Delay (line 3075) | interface Delay { type UploadResult (line 3079) | type UploadResult = UploadResult$2; type ImageUploader (line 3080) | interface ImageUploader { type ArrayCallback$1 (line 3083) | type ArrayCallback$1 = (this: any, x: T, i: number, xs: ArrayLike<... type ObjCallback$1 (line 3084) | type ObjCallback$1 = (this: any, value: T, key: string, obj: Recor... type ArrayCallback (line 3085) | type ArrayCallback = ArrayCallback$1; type ObjCallback (line 3086) | type ObjCallback = ObjCallback$1; type WalkCallback (line 3087) | type WalkCallback = (this: any, o: T, i: string, n: keyof T | undefin... type Tools (line 3088) | interface Tools { type KeyboardLikeEvent (line 3114) | interface KeyboardLikeEvent { type VK (line 3120) | interface VK { type DOMUtilsNamespace (line 3138) | interface DOMUtilsNamespace { type RangeUtilsNamespace (line 3143) | interface RangeUtilsNamespace { type AddOnManagerNamespace (line 3150) | interface AddOnManagerNamespace { type BookmarkManagerNamespace (line 3159) | interface BookmarkManagerNamespace { type TinyMCE (line 3163) | interface TinyMCE extends EditorManager { FILE: src/apis/admin.ts function adminLoginAPI (line 9) | function adminLoginAPI(data: LoginParam) { function adminLogoutAPI (line 20) | function adminLogoutAPI() { function getAdminInfoAPI (line 30) | function getAdminInfoAPI() { function getAdminListAPI (line 40) | function getAdminListAPI(params: PageParam) { function adminRegisterAPI (line 51) | function adminRegisterAPI(data: UmsAdmin) { function adminUpdateByIdAPI (line 62) | function adminUpdateByIdAPI(id: number, data: UmsAdmin) { function adminUpdateStatusByIdAPI (line 73) | function adminUpdateStatusByIdAPI(id: number, params: { status: number }) { function adminDeleteByIdAPI (line 84) | function adminDeleteByIdAPI(id: number) { function getRoleByAdminIdAPI (line 94) | function getRoleByAdminIdAPI(id: number) { function adminRoleUpdateAPI (line 104) | function adminRoleUpdateAPI(params: { roleIds: string; adminId: number }) { FILE: src/apis/brand.ts function getBrandListAPI (line 8) | function getBrandListAPI(params: PageParam) { function createBrandAPI (line 19) | function createBrandAPI(data: PmsBrand) { function brandUpdateShowStatusAPI (line 30) | function brandUpdateShowStatusAPI(params: { ids: string; showStatus: num... function brandUpdateFactoryStatusAPI (line 41) | function brandUpdateFactoryStatusAPI(params: { ids: string; factoryStatu... function brandDeleteByIdAPI (line 52) | function brandDeleteByIdAPI(id: number) { function getBrandAPI (line 62) | function getBrandAPI(id: number) { function updateBrandAPI (line 72) | function updateBrandAPI(id: number, data: PmsBrand) { FILE: src/apis/companyAddress.ts function getCompanyAddressListAPI (line 7) | function getCompanyAddressListAPI() { FILE: src/apis/coupon.ts function getCouponListAPI (line 13) | function getCouponListAPI(params: CouponQueryParam) { function couponCreateAPI (line 24) | function couponCreateAPI(data: SmsCouponExt) { function getCouponByIdAPI (line 35) | function getCouponByIdAPI(id: number) { function couponUpdateByIdAPI (line 45) | function couponUpdateByIdAPI(id: number, data: SmsCouponExt) { function couponDeleteByIdAPI (line 56) | function couponDeleteByIdAPI(id: number) { function getCouponHistoryListAPI (line 66) | function getCouponHistoryListAPI(params: CouponHistoryQueryParam) { FILE: src/apis/flash.ts function getFlashListAPI (line 8) | function getFlashListAPI(params: PageParam) { function flashUpdateStatusByIdAPI (line 18) | function flashUpdateStatusByIdAPI(id: number, params: { status: number }) { function flashDeleteByIdAPI (line 28) | function flashDeleteByIdAPI(id: number) { function flashCreateAPI (line 37) | function flashCreateAPI(data: SmsFlashPromotion) { function flashUpdateByIdAPI (line 47) | function flashUpdateByIdAPI(id: number, data: SmsFlashPromotion) { FILE: src/apis/flashProductRelation.ts function getFlashProductRelationListAPI (line 8) | function getFlashProductRelationListAPI(params: FlashProductQueryParam) { function flashProductRelationCreateAPI (line 18) | function flashProductRelationCreateAPI(data: SmsFlashPromotionProductRel... function flashProductRelationDeleteByIdAPI (line 28) | function flashProductRelationDeleteByIdAPI(id: number) { function flashProductRelationUpdateByIdAPI (line 37) | function flashProductRelationUpdateByIdAPI( FILE: src/apis/flashSession.ts function getFlashSessionSelectListAPI (line 7) | function getFlashSessionSelectListAPI(params: { flashPromotionId: number... function getFlashSessionListAPI (line 18) | function getFlashSessionListAPI() { function flashSessionUpdateStatusByIdAPI (line 28) | function flashSessionUpdateStatusByIdAPI(id: number, params: { status: n... function flashSessionDeleteByIdAPI (line 41) | function flashSessionDeleteByIdAPI(id: number) { function flashSessionCreateAPI (line 51) | function flashSessionCreateAPI(data: SmsFlashPromotionSession) { function flashSessionUpdateByIdAPI (line 62) | function flashSessionUpdateByIdAPI(id: number, data: SmsFlashPromotionSe... FILE: src/apis/homeAdvertise.ts function getHomeAdvertiseListAPI (line 8) | function getHomeAdvertiseListAPI(params: HomeAdvertiseQueryParam) { function homeAdvertiseUpdateStatusAPI (line 19) | function homeAdvertiseUpdateStatusAPI(params: { id: number; status: numb... function deleteHomeAdvertiseAPI (line 30) | function deleteHomeAdvertiseAPI(params: { ids: string }) { function homeAdvertiseCreateAPI (line 41) | function homeAdvertiseCreateAPI(data: SmsHomeAdvertise) { function getHomeAdvertiseByIdAPI (line 52) | function getHomeAdvertiseByIdAPI(id: number) { function homeAdvertiseUpdateAPI (line 62) | function homeAdvertiseUpdateAPI(id: number, data: SmsHomeAdvertise) { FILE: src/apis/homeBrand.ts function getHomeBrandListAPI (line 8) | function getHomeBrandListAPI(params: HomeBrandQueryParam) { function homeBrandUpdateRecommendStatusAPI (line 19) | function homeBrandUpdateRecommendStatusAPI(params: { function homeBrandDeleteByIdsAPI (line 35) | function homeBrandDeleteByIdsAPI(params: { ids: string }) { function homeBrandCreateAPI (line 46) | function homeBrandCreateAPI(data: SmsHomeBrand[]) { function homeBrandUpdateSortAPI (line 57) | function homeBrandUpdateSortAPI(params: { id: number; sort: number }) { FILE: src/apis/homeSubject.ts function getHomeRecommendSubjectListAPI (line 8) | function getHomeRecommendSubjectListAPI(params: HomeSubjectQueryParam) { function homeRecommendSubjectUpdateRecommendStatusAPI (line 19) | function homeRecommendSubjectUpdateRecommendStatusAPI(params: { function homeRecommendSubjectDeleteByIdsAPI (line 35) | function homeRecommendSubjectDeleteByIdsAPI(params: { ids: string }) { function homeRecommendSubjectCreateAPI (line 46) | function homeRecommendSubjectCreateAPI(data: SmsHomeRecommendSubject[]) { function homeRecommendSubjectUpdateSortAPI (line 57) | function homeRecommendSubjectUpdateSortAPI(params: { id: number; sort: n... FILE: src/apis/memberLevel.ts function getMemberLevelListAPI (line 7) | function getMemberLevelListAPI(params: { defaultStatus: number }) { FILE: src/apis/menu.ts function getMenuTreeListAPI (line 8) | function getMenuTreeListAPI() { function getMenuListByParentIdAPI (line 18) | function getMenuListByParentIdAPI(parentId: number, params: PageParam) { function deleteMenuByIdAPI (line 29) | function deleteMenuByIdAPI(id: number) { function menuCreateAPI (line 39) | function menuCreateAPI(data: UmsMenu) { function updateMenu (line 50) | function updateMenu(id: number, data: UmsMenu) { function getMenuByIdAPI (line 61) | function getMenuByIdAPI(id: number) { function menuUpdateHiddenByIdAPI (line 71) | function menuUpdateHiddenByIdAPI(id: number, params: { hidden: number }) { FILE: src/apis/newProduct.ts function getHomeNewProductListAPI (line 8) | function getHomeNewProductListAPI(params: NewProductQueryParam) { function homeNewProductUpdateRecommendStatusAPI (line 19) | function homeNewProductUpdateRecommendStatusAPI(params: { function homeNewProductDeleteByIdsAPI (line 33) | function homeNewProductDeleteByIdsAPI(params: { ids: string }) { function homeNewProductCreateAPI (line 44) | function homeNewProductCreateAPI(data: SmsHomeNewProduct[]) { function homeNewProductUpdateSortByIdAPI (line 55) | function homeNewProductUpdateSortByIdAPI(params: { id: number; sort: num... FILE: src/apis/order.ts function getOrderListAPI (line 15) | function getOrderListAPI(params: OrderQueryParam) { function orderUpdateCloseAPI (line 26) | function orderUpdateCloseAPI(params: { ids: string; note: string }) { function orderDeleteByIdsAPI (line 37) | function orderDeleteByIdsAPI(params: { ids: string }) { function orderUpdateDeliveryAPI (line 48) | function orderUpdateDeliveryAPI(data: OmsOrderDeliveryParam[]) { function getOrderDetailByIdAPI (line 59) | function getOrderDetailByIdAPI(id: number) { function orderUpdateReceiverInfoAPI (line 69) | function orderUpdateReceiverInfoAPI(data: OmsReceiverInfoParam) { function orderUpdateMoneyInfoAPI (line 80) | function orderUpdateMoneyInfoAPI(data: OmsMoneyInfoParam) { function orderUpdateNoteAPI (line 91) | function orderUpdateNoteAPI(params: { id: number; note: string; status: ... FILE: src/apis/orderSetting.ts function getOrderSettingByIdAPI (line 7) | function getOrderSettingByIdAPI(id: number) { function orderSettingUpdateByIdAPI (line 17) | function orderSettingUpdateByIdAPI(id: number, data: OmsOrderSetting) { FILE: src/apis/oss.ts function ossPolicyAPI (line 7) | function ossPolicyAPI() { FILE: src/apis/prefrenceArea.ts function getPrefrenceAreaListAllAPI (line 7) | function getPrefrenceAreaListAllAPI() { FILE: src/apis/product.ts function getProductListAPI (line 8) | function getProductListAPI(params: ProductQueryParam) { function productUpdateDeleteStatusAPI (line 19) | function productUpdateDeleteStatusAPI(params: { ids: string; deleteStatu... function productUpdateNewStatusAPI (line 30) | function productUpdateNewStatusAPI(params: { ids: string; newStatus: num... function productUpdateRecommendStatusAPI (line 41) | function productUpdateRecommendStatusAPI(params: { ids: string; recommen... function productUpdatePublishStatusAPI (line 52) | function productUpdatePublishStatusAPI(params: { ids: string; publishSta... function productCreateAPI (line 63) | function productCreateAPI(data: PmsProductParam) { function productUpdateByIdAPI (line 74) | function productUpdateByIdAPI(id: number, data: PmsProductParam) { function getPruductUpdateInfoAPI (line 85) | function getPruductUpdateInfoAPI(id: number) { FILE: src/apis/productAttr.ts function getProductAttrInfoByCateIdAPI (line 8) | function getProductAttrInfoByCateIdAPI(cateId: number) { function getProductAttributeListAPI (line 18) | function getProductAttributeListAPI(cid: number, params: PageParam & { t... function productAttributeDeleteByIds (line 29) | function productAttributeDeleteByIds(params: { ids: string }) { function productAttributeCreateAPI (line 40) | function productAttributeCreateAPI(data: PmsProductAttribute) { function productAttributeUpdateAPI (line 51) | function productAttributeUpdateAPI(id: number, data: PmsProductAttribute) { function getProductAttributeByIdAPI (line 62) | function getProductAttributeByIdAPI(id: number) { FILE: src/apis/productAttrCate.ts function productAttributeCategoryListWithAttrAPI (line 11) | function productAttributeCategoryListWithAttrAPI() { function getProductAttributeCategoryListAPI (line 21) | function getProductAttributeCategoryListAPI(params: PageParam) { function productAttributeCategoryCreateAPI (line 32) | function productAttributeCategoryCreateAPI(name: string) { function productAttributeCategoryDeleteById (line 43) | function productAttributeCategoryDeleteById(id: number) { function productAttributeCategoryUpdateAPI (line 53) | function productAttributeCategoryUpdateAPI(id: number, name: string) { FILE: src/apis/productCate.ts function getProductCategoryListWithChildrenAPI (line 8) | function getProductCategoryListWithChildrenAPI() { function getProductCategoryListAPI (line 18) | function getProductCategoryListAPI(parentId: number, params: PageParam) { function productCategoryDeleteByIdAPI (line 29) | function productCategoryDeleteByIdAPI(id: number) { function productCategoryCreateAPI (line 39) | function productCategoryCreateAPI(data: PmsProductCategory) { function productCategoryUpdateByIdAPI (line 50) | function productCategoryUpdateByIdAPI(id: number, data: PmsProductCatego... function getProductCategoryByIdAPI (line 61) | function getProductCategoryByIdAPI(id: number) { function productCategoryUpdateShowStatusAPI (line 71) | function productCategoryUpdateShowStatusAPI(params: { ids: string; showS... function productCategoryUpdateNavStatusAPI (line 82) | function productCategoryUpdateNavStatusAPI(params: { ids: string; navSta... FILE: src/apis/recommendProduct.ts function getHomeRecommendProductListAPI (line 8) | function getHomeRecommendProductListAPI(params: RecommendProductQueryPar... function homeRecommendProductUpdateRecommendStatusAPI (line 19) | function homeRecommendProductUpdateRecommendStatusAPI(params: { function homeRecommendProductDeleteByIdsAPI (line 33) | function homeRecommendProductDeleteByIdsAPI(params: { ids: string }) { function homeRecommendProductCreateAPI (line 44) | function homeRecommendProductCreateAPI(data: SmsHomeRecommendProduct[]) { function homeRecommendProductUpdateSortByIdAPI (line 55) | function homeRecommendProductUpdateSortByIdAPI(params: { id: number; sor... FILE: src/apis/resource.ts function fetchAllResourceList (line 8) | function fetchAllResourceList() { function getResourceListAPI (line 18) | function getResourceListAPI(params: ResourceQueryParam) { function resourceCreateAPI (line 29) | function resourceCreateAPI(data: UmsResource) { function resourceUpdateAPI (line 40) | function resourceUpdateAPI(id: number, data: UmsResource) { function resourceDeleteByIdAPI (line 51) | function resourceDeleteByIdAPI(id: number) { FILE: src/apis/resourceCategory.ts function resourceCategoryListAllAPI (line 7) | function resourceCategoryListAllAPI() { function resourceCategoryCreateAPI (line 17) | function resourceCategoryCreateAPI(data: UmsResourceCategory) { function resourceCategoryUpdateAPI (line 28) | function resourceCategoryUpdateAPI(id: number, data: UmsResourceCategory) { function resourceCategoryDeleteByIdAPI (line 39) | function resourceCategoryDeleteByIdAPI(id: number) { FILE: src/apis/returnApply.ts function getReturnApplyListAPI (line 13) | function getReturnApplyListAPI(params: ReturnApplyQueryParam) { function returnApplyDeleteByIdsAPI (line 24) | function returnApplyDeleteByIdsAPI(params: { ids: string }) { function returnApplyUpdateStatusAPI (line 35) | function returnApplyUpdateStatusAPI(id: number, data: OmsUpdateStatusPar... function getReturnApplyByIdAPI (line 46) | function getReturnApplyByIdAPI(id: number) { FILE: src/apis/returnReason.ts function getReturnReasonListAPI (line 8) | function getReturnReasonListAPI(params: PageParam) { function returnReasonDeleteByIdsAPI (line 19) | function returnReasonDeleteByIdsAPI(params: { ids: string }) { function returnReasonUpdateStatusAPI (line 30) | function returnReasonUpdateStatusAPI(params: { ids: string; status: numb... function returnReasonCreateAPI (line 41) | function returnReasonCreateAPI(data: OmsOrderReturnReason) { function getReturnReasonByIdAPI (line 52) | function getReturnReasonByIdAPI(id: number) { function returnReasonUpdateAPI (line 62) | function returnReasonUpdateAPI(id: number, data: OmsOrderReturnReason) { FILE: src/apis/role.ts function getRoleListAllAPI (line 9) | function getRoleListAllAPI() { function getRoleListAPI (line 19) | function getRoleListAPI(params: PageParam) { function roleCreateAPI (line 30) | function roleCreateAPI(data: UmsRole) { function roleUpdateByIdAPI (line 41) | function roleUpdateByIdAPI(id: number, data: UmsRole) { function roleUpdateStatusAPI (line 52) | function roleUpdateStatusAPI(id: number, params: { status: number }) { function roleDeleteByIdsAPI (line 63) | function roleDeleteByIdsAPI(params: { ids: string }) { function roleListMenuByRoleIdAPI (line 74) | function roleListMenuByRoleIdAPI(id: number) { function roleAllocMenuAPI (line 84) | function roleAllocMenuAPI(params: { function roleListResourceById (line 100) | function roleListResourceById(id: number) { function roleAllocResourceAPI (line 110) | function roleAllocResourceAPI(params: { FILE: src/apis/skuStock.ts function getSkuListByPidAPI (line 7) | function getSkuListByPidAPI(pid: number, params: { keyword?: string }) { function skuUpdateByPidAPI (line 18) | function skuUpdateByPidAPI(pid: number, data: PmsSkuStock[]) { FILE: src/apis/subject.ts function getSubjectListAllAPI (line 8) | function getSubjectListAllAPI() { function getSubjectListAPI (line 18) | function getSubjectListAPI(params: PageParam) { FILE: src/icons/index.ts function setupSvgIcon (line 5) | function setupSvgIcon(app: App) { FILE: src/stores/app.ts function toggleSideBar (line 14) | function toggleSideBar() { function closeSideBar (line 19) | function closeSideBar(withoutAnimation: boolean) { function toggleDevice (line 25) | function toggleDevice(deviceType: string) { FILE: src/stores/counter.ts function increment (line 7) | function increment() { FILE: src/stores/permission.ts function hasPermission (line 8) | function hasPermission(menus: UmsMenu[], route: RouteRecordExt) { function getMenu (line 41) | function getMenu(name: string, menus: UmsMenu[]) { function sortRouters (line 46) | function sortRouters(accessedRouters: RouteRecordExt[]) { function compare (line 56) | function compare(a: RouteRecordExt, b: RouteRecordExt) { FILE: src/types/admin.d.ts type LoginParam (line 4) | type LoginParam = { type LoginResult (line 12) | type LoginResult = { type UserInfoResult (line 20) | type UserInfoResult = { type UserInfo (line 32) | type UserInfo = Pick & { type UmsAdmin (line 42) | type UmsAdmin = { FILE: src/types/brand.d.ts type PmsBrand (line 2) | type PmsBrand = { FILE: src/types/common.d.ts type CommonResult (line 2) | type CommonResult = { type CommonPage (line 12) | type CommonPage = { type PageParam (line 26) | type PageParam = { type ElCascaderDataVo (line 36) | type ElCascaderDataVo = { type ElSelectDataVo (line 46) | type ElSelectDataVo = { type ElTransferDataVo (line 54) | type ElTransferDataVo = { FILE: src/types/companyAddress.d.ts type OmsCompanyAddress (line 2) | type OmsCompanyAddress = { FILE: src/types/coupon.d.ts type SmsCoupon (line 4) | type SmsCoupon = { type SmsCouponExt (line 44) | type SmsCouponExt = SmsCoupon & { type CouponProductCateRelationVo (line 52) | type CouponProductCateRelationVo = { type CouponSelectProductOptionVo (line 62) | type CouponSelectProductOptionVo = { type CouponQueryParam (line 72) | type CouponQueryParam = PageParam & { type SmsCouponHistory (line 80) | type SmsCouponHistory = { type CouponHistoryQueryParam (line 106) | type CouponHistoryQueryParam = PageParam & { FILE: src/types/flash.d.ts type SmsFlashPromotion (line 5) | type SmsFlashPromotion = { type SmsFlashPromotionSession (line 21) | type SmsFlashPromotionSession = { type SmsFlashPromotionProductRelation (line 39) | type SmsFlashPromotionProductRelation = { type FlashProductQueryParam (line 61) | type FlashProductQueryParam = PageParam & { FILE: src/types/homeAdvertist.d.ts type SmsHomeAdvertise (line 4) | type SmsHomeAdvertise = { type HomeAdvertiseQueryParam (line 32) | type HomeAdvertiseQueryParam = PageParam & { FILE: src/types/homeBrand.d.ts type SmsHomeBrand (line 2) | type SmsHomeBrand = { type HomeBrandQueryParam (line 16) | type HomeBrandQueryParam = PageParam & { FILE: src/types/homeSubject.d.ts type SmsHomeRecommendSubject (line 6) | type SmsHomeRecommendSubject = { type HomeSubjectQueryParam (line 20) | type HomeSubjectQueryParam = PageParam & { FILE: src/types/memberLevel.d.ts type UmsMemberLevel (line 2) | type UmsMemberLevel = { FILE: src/types/menu.d.ts type UmsMenu (line 2) | type UmsMenu = { type UmsMenuNode (line 24) | type UmsMenuNode = UmsMenu & { FILE: src/types/newProduct.d.ts type SmsHomeNewProduct (line 4) | type SmsHomeNewProduct = { type NewProductQueryParam (line 18) | type NewProductQueryParam = PageParam & { FILE: src/types/order.d.ts type OmsOrder (line 4) | type OmsOrder = { type OmsOrderItem (line 96) | type OmsOrderItem = { type OmsOrderOperateHistory (line 142) | type OmsOrderOperateHistory = { type OrderQueryParam (line 158) | type OrderQueryParam = PageParam & { type OmsOrderDeliveryParam (line 174) | type OmsOrderDeliveryParam = { type OmsOrderDetail (line 184) | type OmsOrderDetail = OmsOrder & { type OmsReceiverInfoParam (line 192) | type OmsReceiverInfoParam = { type OmsMoneyInfoParam (line 214) | type OmsMoneyInfoParam = { FILE: src/types/orderSetting.d.ts type OmsOrderSetting (line 2) | type OmsOrderSetting = { FILE: src/types/oss.d.ts type OssPolicyResult (line 4) | type OssPolicyResult = { FILE: src/types/prefrenceArea.d.ts type CmsPrefrenceArea (line 2) | type CmsPrefrenceArea = { FILE: src/types/product.d.ts type PmsProduct (line 5) | type PmsProduct = { type ProductQueryParam (line 93) | type ProductQueryParam = PageParam & { type PmsProductParam (line 107) | type PmsProductParam = PmsProduct & { type PmsProductLadder (line 135) | type PmsProductLadder = { type PmsProductFullReduction (line 149) | type PmsProductFullReduction = { type PmsMemberPrice (line 161) | type PmsMemberPrice = { type CmsSubjectProductRelation (line 175) | type CmsSubjectProductRelation = { type CmsPrefrenceAreaProductRelation (line 185) | type CmsPrefrenceAreaProductRelation = { FILE: src/types/productAttr.d.ts type ProductAttrInfo (line 2) | type ProductAttrInfo = { type PmsProductAttribute (line 10) | type PmsProductAttribute = { type PmsProductAttributeCategory (line 38) | type PmsProductAttributeCategory = { type PmsProductAttributeCategoryExt (line 50) | type PmsProductAttributeCategoryExt = PmsProductAttributeCategory & { type PmsProductAttributeValue (line 56) | type PmsProductAttributeValue = { type ProductAttrVo (line 68) | interface ProductAttrVo extends Pick< type ProductParamVo (line 79) | interface ProductParamVo extends Pick< type ProductAttrPicVo (line 88) | type ProductAttrPicVo = { FILE: src/types/productCate.d.ts type PmsProductCategory (line 2) | type PmsProductCategory = { type PmsProductCategoryExt (line 32) | type PmsProductCategoryExt = PmsProductCategory & { FILE: src/types/recommendProduct.d.ts type SmsHomeRecommendProduct (line 4) | type SmsHomeRecommendProduct = SmsHomeNewProduct type RecommendProductQueryParam (line 7) | type RecommendProductQueryParam = NewProductQueryParam FILE: src/types/resource.d.ts type UmsResource (line 4) | type UmsResource = { type UmsResourceCategory (line 22) | type UmsResourceCategory = { type ResourceQueryParam (line 36) | type ResourceQueryParam = PageParam & { FILE: src/types/returnApply.d.ts type OmsOrderReturnApply (line 5) | type OmsOrderReturnApply = { type ReturnApplyQueryParam (line 63) | type ReturnApplyQueryParam = PageParam & { type OmsOrderReturnApplyResult (line 79) | type OmsOrderReturnApplyResult = OmsOrderReturnApply & { type OmsUpdateStatusParam (line 85) | type OmsUpdateStatusParam = { FILE: src/types/returnReason.d.ts type OmsOrderReturnReason (line 2) | type OmsOrderReturnReason = { FILE: src/types/role.d.ts type UmsRole (line 2) | type UmsRole = { FILE: src/types/router.d.ts type RouteRecordExt (line 4) | type RouteRecordExt = RouteRecordRaw & { FILE: src/types/skuStock.d.ts type PmsSkuStock (line 2) | type PmsSkuStock = { FILE: src/types/subject.d.ts type CmsSubject (line 2) | type CmsSubject = { FILE: src/utils/cookie.ts function setCookie (line 4) | function setCookie(key: string, value: string, expires: number) { function getCookie (line 9) | function getCookie(key: string) { FILE: src/utils/datetime.ts function str2Date (line 28) | function str2Date(dateStr: string, separator?: string) { FILE: src/utils/validate.ts function isvalidUsername (line 1) | function isvalidUsername(str: string) { function validateURL (line 6) | function validateURL(textval: string) { function validateLowerCase (line 13) | function validateLowerCase(str: string) { function validateUpperCase (line 19) | function validateUpperCase(str: string) { function validatAlphabets (line 25) | function validatAlphabets(str: string) { FILE: src/views/layout/composables/useResizeHandler.ts constant WIDTH (line 6) | const WIDTH = 1024 constant RATIO (line 7) | const RATIO = 3 function useResizeHandler (line 9) | function useResizeHandler() {