import { PropType } from 'vue'; import { NTree } from 'naive-ui'; import { default as Tree, TreeExpandedKeys } from 'primevue/tree'; import { default as Button } from 'primevue/button'; import { MetaManager } from '../meta/MetaManager'; declare const _default: import('vue').DefineComponent; required: true; }; }>, { t: import('i18next').TFunction<["translation", ...string[]], undefined>; tanglTheme: import('naive-ui').GlobalThemeOverrides; state: { precision: number; isShowPrecision: boolean; selectedLevel: number; searchVisible: boolean; } | import('@vueuse/shared').RemovableRef<{ precision: number; isShowPrecision: boolean; selectedLevel: number; searchVisible: boolean; }>; }, { pattern: string; selectedKeys: string[]; pendingNodeKey: any; expandedKeys: TreeExpandedKeys; observer: ResizeObserver; propsTree: any[]; filteredPropsTree: any[]; treeView: typeof NTree; viewportHeight: number; selectedNodes: any[]; node: any; lastElNum: any; propsByKey: Map; }, { searchVisibleTooltip(): any; }, { processFilter(): void; onSearch(pattern: string, node: any): any; onCopy(e: MouseEvent, value: string): Promise; onExpandedKeys(keys: string[]): void; expandAll(selectedLevel?: number): void; collapseAll(): void; increaseLevel(): void; decreaseLevel(): void; expandLevel(): void; expandNode(node: any, level: number): void; processProp(prop: any, path?: string, isWrapNode?: boolean): any[]; fetchPropsByNumbers(elNum: number, forceExpand?: boolean): Promise; isNumeric(str: string): boolean; setNumericalDataPrecision(data: any, precision?: number): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "mounted"[], "mounted", import('vue').PublicProps, Readonly; required: true; }; }>> & Readonly<{ onMounted?: (...args: any[]) => any; }>, {}, {}, { NConfigProvider: import('vue').DefineComponent; readonly default: undefined; }; readonly clsPrefix: StringConstructor; readonly locale: PropType; readonly dateLocale: PropType; readonly namespace: StringConstructor; readonly rtl: PropType; readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly hljs: PropType; readonly katex: PropType; readonly theme: PropType; readonly themeOverrides: PropType; readonly componentOptions: PropType; readonly icons: PropType; readonly breakpoints: PropType; readonly preflightStyleDisabled: BooleanConstructor; readonly styleMountTarget: PropType; readonly inlineThemeDisabled: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly as: { readonly type: PropType; readonly validator: () => boolean; readonly default: undefined; }; }>, { mergedClsPrefix: import('vue').ComputedRef; mergedBordered: import('vue').ComputedRef; mergedNamespace: import('vue').ComputedRef; mergedTheme: import('vue').ComputedRef; mergedThemeOverrides: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: undefined; }; readonly clsPrefix: StringConstructor; readonly locale: PropType; readonly dateLocale: PropType; readonly namespace: StringConstructor; readonly rtl: PropType; readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly hljs: PropType; readonly katex: PropType; readonly theme: PropType; readonly themeOverrides: PropType; readonly componentOptions: PropType; readonly icons: PropType; readonly breakpoints: PropType; readonly preflightStyleDisabled: BooleanConstructor; readonly styleMountTarget: PropType; readonly inlineThemeDisabled: { readonly type: BooleanConstructor; readonly default: undefined; }; readonly as: { readonly type: PropType; readonly validator: () => boolean; readonly default: undefined; }; }>> & Readonly<{}>, { readonly bordered: boolean | undefined; readonly inlineThemeDisabled: boolean; readonly tag: string; readonly abstract: boolean; readonly preflightStyleDisabled: boolean; readonly as: string | undefined; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; "p-button": typeof Button; NInput: import('vue').DefineComponent; default: undefined; }; type: { type: PropType<"text" | "textarea" | "password">; default: string; }; placeholder: PropType; defaultValue: { type: PropType; default: null; }; value: PropType; disabled: { type: PropType; default: undefined; }; size: PropType; rows: { type: PropType; default: number; }; round: BooleanConstructor; minlength: PropType; maxlength: PropType; clearable: BooleanConstructor; autosize: { type: PropType; default: boolean; }; pair: BooleanConstructor; separator: StringConstructor; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; passivelyActivated: BooleanConstructor; showPasswordOn: PropType<"mousedown" | "click">; stateful: { type: BooleanConstructor; default: boolean; }; autofocus: BooleanConstructor; inputProps: PropType; resizable: { type: BooleanConstructor; default: boolean; }; showCount: BooleanConstructor; loading: { type: BooleanConstructor; default: undefined; }; allowInput: PropType<(value: string) => boolean>; renderCount: PropType<(props: { value: string; }) => import('vue').VNodeChild>; onMousedown: PropType<(e: MouseEvent) => void>; onKeydown: PropType<(e: KeyboardEvent) => void>; onKeyup: PropType<(e: KeyboardEvent) => void>; onInput: PropType; onFocus: PropType void>>; onBlur: PropType void>>; onClick: PropType void>>; onChange: PropType; onClear: PropType void>>; countGraphemes: PropType<(value: string) => number>; status: PropType; 'onUpdate:value': PropType>; onUpdateValue: PropType>; textDecoration: PropType; attrSize: { type: NumberConstructor; default: number; }; onInputBlur: PropType void>>; onInputFocus: PropType void>>; onDeactivate: PropType void>>; onActivate: PropType void>>; onWrapperFocus: PropType void>>; onWrapperBlur: PropType void>>; internalDeactivateOnEnter: BooleanConstructor; internalForceFocus: BooleanConstructor; internalLoadingBeforeSuffix: { type: BooleanConstructor; default: boolean; }; showPasswordToggle: BooleanConstructor; theme: PropType; }>>; themeOverrides: PropType; }>>>; builtinThemeOverrides: PropType; }>>>; }>, { wrapperElRef: import('vue').Ref; inputElRef: import('vue').Ref; inputMirrorElRef: import('vue').Ref; inputEl2Ref: import('vue').Ref; textareaElRef: import('vue').Ref; textareaMirrorElRef: import('vue').Ref; textareaScrollbarInstRef: import('vue').Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo; scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null, import('naive-ui/es/_internal').ScrollbarInst | { $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollTo; scrollBy: import('naive-ui/es/_internal/scrollbar/src/Scrollbar').ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; rtlEnabled: import('vue').Ref | undefined; uncontrolledValue: import('vue').Ref; mergedValue: import('vue').ComputedRef; passwordVisible: import('vue').Ref; mergedPlaceholder: import('vue').ComputedRef<[string, string] | [string]>; showPlaceholder1: import('vue').ComputedRef; showPlaceholder2: import('vue').ComputedRef; mergedFocus: import('vue').ComputedRef; isComposing: import('vue').Ref; activated: import('vue').Ref; showClearButton: import('vue').ComputedRef; mergedSize: import('vue').ComputedRef; mergedDisabled: import('vue').ComputedRef; textDecorationStyle: import('vue').ComputedRef; mergedClsPrefix: import('vue').Ref; mergedBordered: import('vue').ComputedRef; mergedShowPasswordOn: import('vue').ComputedRef<"click" | "mousedown" | undefined>; placeholderStyle: import('vue').Ref<{ top: string; }, { top: string; } | { top: string; }>; mergedStatus: import('vue').ComputedRef; textAreaScrollContainerWidth: import('vue').Ref; handleTextAreaScroll: (e: Event) => void; handleCompositionStart: () => void; handleCompositionEnd: (e: CompositionEvent) => void; handleInput: (e: InputEvent | CompositionEvent | Event, index?: 0 | 1, event?: string) => void; handleInputBlur: (e: FocusEvent) => void; handleInputFocus: (e: FocusEvent, index: number) => void; handleWrapperBlur: (e: FocusEvent) => void; handleWrapperFocus: (e: FocusEvent) => void; handleMouseEnter: () => void; handleMouseLeave: () => void; handleMouseDown: (e: MouseEvent) => void; handleChange: (e: Event, index?: 0 | 1) => void; handleClick: (e: MouseEvent) => void; handleClear: (e: MouseEvent) => void; handlePasswordToggleClick: () => void; handlePasswordToggleMousedown: (e: MouseEvent) => void; handleWrapperKeydown: (e: KeyboardEvent) => void; handleWrapperKeyup: (e: KeyboardEvent) => void; handleTextAreaMirrorResize: () => void; getTextareaScrollContainer: () => HTMLTextAreaElement | null; mergedTheme: import('vue').ComputedRef<{ common: import('naive-ui').ThemeCommonVars; self: { fontWeight: string; countTextColorDisabled: string; countTextColor: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; lineHeight: string; lineHeightTextarea: string; borderRadius: string; iconSize: string; groupLabelColor: string; groupLabelTextColor: string; textColor: string; textColorDisabled: string; textDecorationColor: string; caretColor: string; placeholderColor: string; placeholderColorDisabled: string; color: string; colorDisabled: string; colorFocus: string; groupLabelBorder: string; border: string; borderHover: string; borderDisabled: string; borderFocus: string; boxShadowFocus: string; loadingColor: string; loadingColorWarning: string; borderWarning: string; borderHoverWarning: string; colorFocusWarning: string; borderFocusWarning: string; boxShadowFocusWarning: string; caretColorWarning: string; loadingColorError: string; borderError: string; borderHoverError: string; colorFocusError: string; borderFocusError: string; boxShadowFocusError: string; caretColorError: string; clearColor: string; clearColorHover: string; clearColorPressed: string; iconColor: string; iconColorDisabled: string; iconColorHover: string; iconColorPressed: string; suffixTextColor: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; clearSize: string; }; peers: { Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import('vue').ComputedRef<{ "--n-bezier": string; "--n-count-text-color": string; "--n-count-text-color-disabled": string; "--n-color": string; "--n-font-size": string; "--n-font-weight": string; "--n-border-radius": string; "--n-height": string; "--n-padding-left": string; "--n-padding-right": string; "--n-text-color": string; "--n-caret-color": string; "--n-text-decoration-color": string; "--n-border": string; "--n-border-disabled": string; "--n-border-hover": string; "--n-border-focus": string; "--n-placeholder-color": string; "--n-placeholder-color-disabled": string; "--n-icon-size": string; "--n-line-height-textarea": string; "--n-color-disabled": string; "--n-color-focus": string; "--n-text-color-disabled": string; "--n-box-shadow-focus": string; "--n-loading-color": string; "--n-caret-color-warning": string; "--n-color-focus-warning": string; "--n-box-shadow-focus-warning": string; "--n-border-warning": string; "--n-border-focus-warning": string; "--n-border-hover-warning": string; "--n-loading-color-warning": string; "--n-caret-color-error": string; "--n-color-focus-error": string; "--n-box-shadow-focus-error": string; "--n-border-error": string; "--n-border-focus-error": string; "--n-border-hover-error": string; "--n-loading-color-error": string; "--n-clear-color": string; "--n-clear-size": string; "--n-clear-color-hover": string; "--n-clear-color-pressed": string; "--n-icon-color": string; "--n-icon-color-hover": string; "--n-icon-color-pressed": string; "--n-icon-color-disabled": string; "--n-suffix-text-color": string; }> | undefined; themeClass: import('vue').Ref | undefined; onRender: (() => void) | undefined; isCompositing: import('vue').Ref; blur: () => void; clear: () => void; focus: () => void; select: () => void; activate: () => void; deactivate: () => void; scrollTo: (options: ScrollToOptions) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: undefined; }; type: { type: PropType<"text" | "textarea" | "password">; default: string; }; placeholder: PropType; defaultValue: { type: PropType; default: null; }; value: PropType; disabled: { type: PropType; default: undefined; }; size: PropType; rows: { type: PropType; default: number; }; round: BooleanConstructor; minlength: PropType; maxlength: PropType; clearable: BooleanConstructor; autosize: { type: PropType; default: boolean; }; pair: BooleanConstructor; separator: StringConstructor; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; passivelyActivated: BooleanConstructor; showPasswordOn: PropType<"mousedown" | "click">; stateful: { type: BooleanConstructor; default: boolean; }; autofocus: BooleanConstructor; inputProps: PropType; resizable: { type: BooleanConstructor; default: boolean; }; showCount: BooleanConstructor; loading: { type: BooleanConstructor; default: undefined; }; allowInput: PropType<(value: string) => boolean>; renderCount: PropType<(props: { value: string; }) => import('vue').VNodeChild>; onMousedown: PropType<(e: MouseEvent) => void>; onKeydown: PropType<(e: KeyboardEvent) => void>; onKeyup: PropType<(e: KeyboardEvent) => void>; onInput: PropType; onFocus: PropType void>>; onBlur: PropType void>>; onClick: PropType void>>; onChange: PropType; onClear: PropType void>>; countGraphemes: PropType<(value: string) => number>; status: PropType; 'onUpdate:value': PropType>; onUpdateValue: PropType>; textDecoration: PropType; attrSize: { type: NumberConstructor; default: number; }; onInputBlur: PropType void>>; onInputFocus: PropType void>>; onDeactivate: PropType void>>; onActivate: PropType void>>; onWrapperFocus: PropType void>>; onWrapperBlur: PropType void>>; internalDeactivateOnEnter: BooleanConstructor; internalForceFocus: BooleanConstructor; internalLoadingBeforeSuffix: { type: BooleanConstructor; default: boolean; }; showPasswordToggle: BooleanConstructor; theme: PropType; }>>; themeOverrides: PropType; }>>>; builtinThemeOverrides: PropType; }>>>; }>> & Readonly<{}>, { disabled: boolean | undefined; type: "text" | "textarea" | "password"; bordered: boolean | undefined; clearable: boolean; defaultValue: string | [string, string] | null; loading: boolean; round: boolean; resizable: boolean; stateful: boolean; pair: boolean; rows: string | number; autosize: boolean | { minRows?: number; maxRows?: number; }; readonly: string | boolean; passivelyActivated: boolean; autofocus: boolean; showCount: boolean; attrSize: number; internalDeactivateOnEnter: boolean; internalForceFocus: boolean; internalLoadingBeforeSuffix: boolean; showPasswordToggle: boolean; }, import('vue').SlotsType, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; "p-tree": typeof Tree; }, { tooltip: import('vue').ObjectDirective; }, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;