@dt-frames/ui 1.0.51 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/es/components/table/src/index.d.ts +3 -12
  2. package/es/components/table/src/props.d.ts +1 -4
  3. package/es/index.js +2 -7
  4. package/es/theme/header/components/user-info.d.ts +4 -0
  5. package/package.json +1 -1
  6. package/es/components/upload/index.d.ts +0 -2
  7. package/es/components/upload/index.less +0 -37
  8. package/es/components/upload/src/helper.d.ts +0 -5
  9. package/es/components/upload/src/props.d.ts +0 -47
  10. package/es/components/upload/src/upload.d.ts +0 -1794
  11. package/es/style/assets/style/index.less +0 -10
  12. package/es/style/assets/style/reset.less +0 -17
  13. package/es/style/components/container/index.less +0 -85
  14. package/es/style/components/forms/index.less +0 -107
  15. package/es/style/components/icons/index.less +0 -108
  16. package/es/style/components/iframe/index.less +0 -3
  17. package/es/style/components/iframe/src/index.less +0 -3
  18. package/es/style/components/modal/index.less +0 -60
  19. package/es/style/components/table/index.less +0 -217
  20. package/es/style/components/tree/index.less +0 -53
  21. package/es/style/theme/footer/index.less +0 -16
  22. package/es/style/theme/header/index.less +0 -451
  23. package/es/style/theme/header/set-theme.less +0 -68
  24. package/es/style/theme/sider/index.less +0 -212
  25. package/es/style/theme/tabs/index.less +0 -165
  26. package/es/style/theme/theme.less +0 -73
  27. package/es/style/theme/transition.less +0 -105
  28. package/es/theme/content/index.d.ts +0 -44
  29. package/es/theme/header/components/menu-search.d.ts +0 -284
  30. package/es/theme/header/components/setting-theme.d.ts +0 -2604
  31. package/es/theme/tabs/components/TabRedo.d.ts +0 -64
  32. package/es/theme/tabs/index.d.ts +0 -1429
@@ -1,165 +0,0 @@
1
- @multiple-height: 30px;
2
- @component-background: #fff;
3
-
4
- .dt-reuse-tabs{
5
- line-height: 32px;
6
- height: 33px;
7
- border-bottom: 1px solid #e7e7e7;
8
-
9
- .ant-tabs-small {
10
- height: calc(@multiple-height + 2px);
11
- }
12
-
13
- .ant-tabs-card{
14
- .ant-tabs-nav{
15
- padding-top: 2px;
16
- height: calc(@multiple-height + 2px);
17
- margin: 0;
18
- background-color: @component-background;
19
- border: 0;
20
- box-shadow: none;
21
-
22
- &::before{
23
- border: none;
24
- }
25
-
26
- .ant-tabs-nav-container {
27
- height: @multiple-height;
28
- padding-top: 2px;
29
- }
30
- }
31
- }
32
-
33
- .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab{
34
- height: calc(@multiple-height - 2px);
35
- padding-right: 12px;
36
- line-height: calc(@multiple-height - 2px);
37
- color: @text-color-base;
38
- background-color: @component-background;
39
- transition: none;
40
-
41
- span{
42
- font-size: 12px;
43
- }
44
-
45
- &:hover {
46
- .ant-tabs-tab-remove {
47
- opacity: 1;
48
- }
49
- }
50
-
51
- .ant-tabs-tab-remove{
52
- width: 8px;
53
- height: 28px;
54
- font-size: 12px;
55
- color: inherit;
56
- opacity: 0;
57
- transition: none;
58
- margin-left: 2px;
59
- margin-right: -4px;
60
-
61
- &:hover {
62
- svg {
63
- width: 0.8em !important;
64
- }
65
- }
66
-
67
- svg {
68
- fill: @text-color-base;
69
- }
70
- }
71
-
72
- .ant-tabs-tab:not(.ant-tabs-tab-active) {
73
- &:hover {
74
- color: @primary-color;
75
- }
76
- }
77
- }
78
-
79
- .ant-tabs-tab-active {
80
- position: relative;
81
- padding-left: 18px;
82
- background: @primary-color !important;
83
- border: 0;
84
- transition: none;
85
-
86
- span {
87
- color: @white !important;
88
- }
89
-
90
- .ant-tabs-tab-remove {
91
- opacity: 1;
92
- }
93
-
94
- svg {
95
- width: 0.7em;
96
- fill: @white !important;
97
- }
98
- }
99
-
100
- .ant-tabs-nav > div:nth-child(1) {
101
- padding: 0 6px;
102
-
103
- .ant-tabs-tab {
104
- margin-right: 3px !important;
105
- }
106
- }
107
-
108
- .ant-tabs-tab:not(.ant-tabs-tab-active) {
109
- border: 1px solid #d9d9d9 !important;
110
- .anticon-close {
111
- font-size: 12px;
112
-
113
- svg {
114
- width: 0.6em;
115
- }
116
- }
117
- }
118
-
119
- .ant-dropdown-trigger {
120
- display: inline-flex;
121
- }
122
-
123
- &--hide-close {
124
- .ant-tabs-tab-remove {
125
- opacity: 0 !important;
126
- }
127
- }
128
-
129
- .reuse-tab-quick, .dt-tab-redo{
130
- display: inline-block;
131
- width: 36px;
132
- height: calc(@multiple-height + 6px);
133
- line-height: calc(@multiple-height + 6px);
134
- margin-top: -2px;
135
- color: rgba(0,0,0,0.73);
136
- text-align: center;
137
- cursor: pointer;
138
- border-left: 1px solid #d9d9d9;
139
-
140
- &:hover {
141
- color: #333;
142
- }
143
- }
144
-
145
- }
146
-
147
- .reuse-tabs__dropdown{
148
- .ant-dropdown-content {
149
- width: 172px;
150
- li > span{
151
- display: flex;
152
- }
153
-
154
- .dt-icon{
155
- width: 24px;
156
- display: inline-block;
157
- }
158
-
159
- .ant-dropdown-menu-item-disabled{
160
- .dt-icon{
161
- opacity: 0.6;
162
- }
163
- }
164
- }
165
- }
@@ -1,73 +0,0 @@
1
- @import './header/index.less';
2
- @import './sider/index.less';
3
- @import './tabs/index.less';
4
- @import './footer/index.less';
5
- @import './transition.less';
6
- @import '../components/icons/index.less';
7
- @import '../components/container/index.less';
8
-
9
- @page-bg-color: #f0f2f5;
10
-
11
- .dt-theme{
12
- width: 100%;
13
- height: 100%;
14
-
15
- .fixedWrap{
16
- .scrollbar__view{
17
- height: 100%;
18
- }
19
- }
20
-
21
- .dt-layout-content{
22
- position: relative;
23
- flex: 1 1 auto;
24
- min-height: 0;
25
- overflow-x: hidden;
26
-
27
- // 固定宽度模式
28
- &.fixed{
29
- width: 100%;
30
- padding: 0 calc((100% - 1200px) / 2);
31
- }
32
-
33
- .ant-layout-content{
34
- height: 100%;
35
- .dt-page{
36
- height: 100%;
37
- display: flex;
38
- flex-direction: column;
39
- padding: 12px;
40
- background: @page-bg-color;
41
- max-height: 100%;
42
- overflow: hidden;
43
- .basic-form--search{
44
- background: #fff;
45
- padding: 15px 30px 0;
46
- border-radius: 2px;
47
- &>div{
48
- border-bottom: 1px dashed #e7e7e7;
49
- }
50
- }
51
-
52
- .dt-table{
53
- padding: 6px 20px;
54
- border-radius: 2px;
55
- background: #fff;
56
- }
57
- .ant-table-wrapper{
58
- flex: 1;
59
- height: 0;
60
-
61
- .ant-spin-nested-loading{
62
- height: 100%;
63
- }
64
- }
65
- }
66
- }
67
- }
68
- }
69
-
70
- .ant-menu-dark .ant-menu-submenu-title:focus-visible {
71
- box-shadow: none;
72
- }
73
-
@@ -1,105 +0,0 @@
1
- /** zoom-fade */
2
- .zoom-fade-enter-active,
3
- .zoom-fade-leave-active {
4
- transition: transform 0.2s, opacity 0.3s ease-out;
5
- }
6
-
7
- .zoom-fade-enter-from {
8
- opacity: 0;
9
- transform: scale(0.92);
10
- }
11
-
12
- .zoom-fade-leave-to {
13
- opacity: 0;
14
- transform: scale(1.06);
15
- }
16
-
17
-
18
- /** zoom-out */
19
- .zoom-out-enter-active,
20
- .zoom-out-leave-active {
21
- transition: opacity 0.1 ease-in-out, transform 0.15s ease-out;
22
- }
23
-
24
- .zoom-out-enter-from,
25
- .zoom-out-leave-to {
26
- opacity: 0;
27
- transform: scale(0);
28
- }
29
-
30
- // fade
31
- .fade-transition {
32
- &-enter-active,
33
- &-leave-active {
34
- transition: opacity 0.2s ease-in-out;
35
- }
36
-
37
- &-enter-from,
38
- &-leave-to {
39
- opacity: 0;
40
- }
41
- }
42
-
43
- .fade-leave-active {
44
- position: absolute;
45
- left: 0;
46
- top: 0;
47
- }
48
-
49
- .fade-enter-active,
50
- .fade-leave-active {
51
- transition: opacity 0.2s ease-in-out;
52
- }
53
-
54
- .fade-enter-from,
55
- .fade-leave-to {
56
- opacity: 0;
57
- }
58
-
59
- /* fade-slide */
60
- .fade-slide-leave-active,
61
- .fade-slide-enter-active {
62
- transition: all 0.3s;
63
- }
64
-
65
- .fade-slide-enter-from {
66
- opacity: 0;
67
- transform: translateX(-30px);
68
- }
69
-
70
- .fade-slide-leave-to {
71
- opacity: 0;
72
- transform: translateX(30px);
73
- }
74
-
75
- /** fade-bottom */
76
- .fade-bottom-enter-active,
77
- .fade-bottom-leave-active {
78
- transition: opacity 0.25s, transform 0.3s;
79
- }
80
-
81
- .fade-bottom-enter-from {
82
- opacity: 0;
83
- transform: translateY(-10%);
84
- }
85
-
86
- .fade-bottom-leave-to {
87
- opacity: 0;
88
- transform: translateY(10%);
89
- }
90
-
91
- // fade-scale
92
- .fade-scale-leave-active,
93
- .fade-scale-enter-active {
94
- transition: all 0.28s;
95
- }
96
-
97
- .fade-scale-enter-from {
98
- opacity: 0;
99
- transform: scale(1.2);
100
- }
101
-
102
- .fade-scale-leave-to {
103
- opacity: 0;
104
- transform: scale(0.8);
105
- }
@@ -1,44 +0,0 @@
1
- import { RouteRecordRaw } from 'vue-router';
2
- declare const _sfc_main: import("vue").DefineComponent<{}, {
3
- getTransitionMode: import("vue").ComputedRef<import("@dt-frames/core").RouterTransition>;
4
- getOpenPageLoading: import("vue").ComputedRef<boolean>;
5
- getLayoutContentMode: import("vue").ComputedRef<import("@dt-frames/core").ContentMode>;
6
- getPageLoading: boolean;
7
- getCanCache: import("vue").ComputedRef<boolean>;
8
- tabStore: import("pinia").Store<"route-reuse", import("@dt-frames/core/es/store/routeReuse").RouteReuseState, {
9
- getTabList(): import("vue-router").RouteLocationNormalized[];
10
- getCachedTabList(): string[];
11
- getLastDragEndIndex(): number;
12
- }, {
13
- addTab(route: import("vue-router").RouteLocationNormalized): Promise<void>;
14
- closeTab(path: string, router: import("vue-router").Router): void;
15
- closeAllTab(currentRoute: import("vue").Ref<import("vue-router").RouteLocationNormalizedLoaded>, router: import("vue-router").Router): void;
16
- closeLeftTabs(path: string): void;
17
- closeRightTabs(path: string): void;
18
- closeOtherTabs(path: string): void;
19
- bulkCloseTabs(pathList: string[]): void;
20
- updateCacheTab(): void;
21
- refreshPage(router: import("vue-router").Router): Promise<void>;
22
- sortTabs(oldIndex: number, newIndex: number): void;
23
- }>;
24
- getTransitionName: (route: RouteRecordRaw) => string | undefined;
25
- getCaches: import("vue").ComputedRef<string[]>;
26
- LayoutContent: import("vue").DefineComponent<{
27
- prefixCls: StringConstructor;
28
- hasSider: {
29
- type: BooleanConstructor;
30
- default: any;
31
- };
32
- tagName: StringConstructor;
33
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
- prefixCls: StringConstructor;
35
- hasSider: {
36
- type: BooleanConstructor;
37
- default: any;
38
- };
39
- tagName: StringConstructor;
40
- }>>, {
41
- hasSider: boolean;
42
- }>;
43
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
44
- export default _sfc_main;
@@ -1,284 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- t: {
3
- (key: string): string;
4
- (key: string, locale: string): string;
5
- (key: string, locale: string, list: unknown[]): string;
6
- (key: string, locale: string, named: Record<string, unknown>): string;
7
- (key: string, list: unknown[]): string;
8
- (key: string, named: Record<string, unknown>): string;
9
- };
10
- menuList: import("vue").Ref<any[]>;
11
- router: import("vue-router").Router;
12
- filter: import("vue").Ref<string>;
13
- getShowSearch: import("vue").ComputedRef<boolean | JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
- [key: string]: any;
15
- }>>;
16
- getIsZH: import("vue").ComputedRef<boolean>;
17
- isUseDef: import("vue").ComputedRef<boolean>;
18
- visibleChange: (e: any) => void;
19
- filterMenu: () => void;
20
- goPage: (url: string) => void;
21
- Popover: {
22
- new (...args: any[]): {
23
- $: import("vue").ComponentInternalInstance;
24
- $data: {};
25
- $props: Partial<{
26
- visible: boolean;
27
- align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
28
- builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
29
- defaultVisible: boolean;
30
- overlayStyle: import("vue").CSSProperties;
31
- destroyTooltipOnHide: boolean;
32
- autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
33
- arrowPointAtCenter: boolean;
34
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
35
- content: import("vue-types").VueTypeValidableDef<any>;
36
- title: import("vue-types").VueTypeValidableDef<any>;
37
- trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
38
- visible: {
39
- type: BooleanConstructor;
40
- default: any;
41
- };
42
- defaultVisible: {
43
- type: BooleanConstructor;
44
- default: any;
45
- };
46
- placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
47
- color: StringConstructor;
48
- transitionName: StringConstructor;
49
- overlayStyle: {
50
- type: import("vue").PropType<import("vue").CSSProperties>;
51
- default: import("vue").CSSProperties;
52
- };
53
- overlayClassName: StringConstructor;
54
- openClassName: StringConstructor;
55
- prefixCls: StringConstructor;
56
- mouseEnterDelay: NumberConstructor;
57
- mouseLeaveDelay: NumberConstructor;
58
- getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
59
- arrowPointAtCenter: {
60
- type: BooleanConstructor;
61
- default: any;
62
- };
63
- autoAdjustOverflow: {
64
- type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
65
- default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
66
- };
67
- destroyTooltipOnHide: {
68
- type: BooleanConstructor;
69
- default: any;
70
- };
71
- align: {
72
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
73
- default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
74
- };
75
- builtinPlacements: {
76
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
77
- default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
78
- };
79
- children: ArrayConstructor;
80
- onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
81
- 'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
82
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "defaultVisible" | "overlayStyle" | "arrowPointAtCenter" | "autoAdjustOverflow" | "destroyTooltipOnHide" | "align" | "builtinPlacements">;
83
- $attrs: {
84
- [x: string]: unknown;
85
- };
86
- $refs: {
87
- [x: string]: unknown;
88
- };
89
- $slots: Readonly<{
90
- [name: string]: import("vue").Slot;
91
- }>;
92
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
93
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
94
- $emit: (event: string, ...args: any[]) => void;
95
- $el: any;
96
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
97
- content: import("vue-types").VueTypeValidableDef<any>;
98
- title: import("vue-types").VueTypeValidableDef<any>;
99
- trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
100
- visible: {
101
- type: BooleanConstructor;
102
- default: any;
103
- };
104
- defaultVisible: {
105
- type: BooleanConstructor;
106
- default: any;
107
- };
108
- placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
109
- color: StringConstructor;
110
- transitionName: StringConstructor;
111
- overlayStyle: {
112
- type: import("vue").PropType<import("vue").CSSProperties>;
113
- default: import("vue").CSSProperties;
114
- };
115
- overlayClassName: StringConstructor;
116
- openClassName: StringConstructor;
117
- prefixCls: StringConstructor;
118
- mouseEnterDelay: NumberConstructor;
119
- mouseLeaveDelay: NumberConstructor;
120
- getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
121
- arrowPointAtCenter: {
122
- type: BooleanConstructor;
123
- default: any;
124
- };
125
- autoAdjustOverflow: {
126
- type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
127
- default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
128
- };
129
- destroyTooltipOnHide: {
130
- type: BooleanConstructor;
131
- default: any;
132
- };
133
- align: {
134
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
135
- default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
136
- };
137
- builtinPlacements: {
138
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
139
- default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
140
- };
141
- children: ArrayConstructor;
142
- onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
143
- 'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
144
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
145
- visible: boolean;
146
- align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
147
- builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
148
- defaultVisible: boolean;
149
- overlayStyle: import("vue").CSSProperties;
150
- destroyTooltipOnHide: boolean;
151
- autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
152
- arrowPointAtCenter: boolean;
153
- }> & {
154
- beforeCreate?: (() => void) | (() => void)[];
155
- created?: (() => void) | (() => void)[];
156
- beforeMount?: (() => void) | (() => void)[];
157
- mounted?: (() => void) | (() => void)[];
158
- beforeUpdate?: (() => void) | (() => void)[];
159
- updated?: (() => void) | (() => void)[];
160
- activated?: (() => void) | (() => void)[];
161
- deactivated?: (() => void) | (() => void)[];
162
- beforeDestroy?: (() => void) | (() => void)[];
163
- beforeUnmount?: (() => void) | (() => void)[];
164
- destroyed?: (() => void) | (() => void)[];
165
- unmounted?: (() => void) | (() => void)[];
166
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
167
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
168
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
169
- };
170
- $forceUpdate: () => void;
171
- $nextTick: typeof import("vue").nextTick;
172
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
173
- } & Readonly<import("vue").ExtractPropTypes<{
174
- content: import("vue-types").VueTypeValidableDef<any>;
175
- title: import("vue-types").VueTypeValidableDef<any>;
176
- trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
177
- visible: {
178
- type: BooleanConstructor;
179
- default: any;
180
- };
181
- defaultVisible: {
182
- type: BooleanConstructor;
183
- default: any;
184
- };
185
- placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
186
- color: StringConstructor;
187
- transitionName: StringConstructor;
188
- overlayStyle: {
189
- type: import("vue").PropType<import("vue").CSSProperties>;
190
- default: import("vue").CSSProperties;
191
- };
192
- overlayClassName: StringConstructor;
193
- openClassName: StringConstructor;
194
- prefixCls: StringConstructor;
195
- mouseEnterDelay: NumberConstructor;
196
- mouseLeaveDelay: NumberConstructor;
197
- getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
198
- arrowPointAtCenter: {
199
- type: BooleanConstructor;
200
- default: any;
201
- };
202
- autoAdjustOverflow: {
203
- type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
204
- default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
205
- };
206
- destroyTooltipOnHide: {
207
- type: BooleanConstructor;
208
- default: any;
209
- };
210
- align: {
211
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
212
- default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
213
- };
214
- builtinPlacements: {
215
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
216
- default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
217
- };
218
- children: ArrayConstructor;
219
- onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
220
- 'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
221
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & import("vue").ComponentCustomProperties;
222
- __isFragment?: never;
223
- __isTeleport?: never;
224
- __isSuspense?: never;
225
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
226
- content: import("vue-types").VueTypeValidableDef<any>;
227
- title: import("vue-types").VueTypeValidableDef<any>;
228
- trigger: import("vue").PropType<import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType | import("ant-design-vue/lib/tooltip/abstractTooltipProps").TriggerType[]>;
229
- visible: {
230
- type: BooleanConstructor;
231
- default: any;
232
- };
233
- defaultVisible: {
234
- type: BooleanConstructor;
235
- default: any;
236
- };
237
- placement: import("vue").PropType<import("ant-design-vue/lib/tooltip").TooltipPlacement>;
238
- color: StringConstructor;
239
- transitionName: StringConstructor;
240
- overlayStyle: {
241
- type: import("vue").PropType<import("vue").CSSProperties>;
242
- default: import("vue").CSSProperties;
243
- };
244
- overlayClassName: StringConstructor;
245
- openClassName: StringConstructor;
246
- prefixCls: StringConstructor;
247
- mouseEnterDelay: NumberConstructor;
248
- mouseLeaveDelay: NumberConstructor;
249
- getPopupContainer: import("vue").PropType<(triggerNode: HTMLElement) => HTMLElement>;
250
- arrowPointAtCenter: {
251
- type: BooleanConstructor;
252
- default: any;
253
- };
254
- autoAdjustOverflow: {
255
- type: import("vue").PropType<boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow>;
256
- default: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
257
- };
258
- destroyTooltipOnHide: {
259
- type: BooleanConstructor;
260
- default: any;
261
- };
262
- align: {
263
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").AlignType>;
264
- default: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
265
- };
266
- builtinPlacements: {
267
- type: import("vue").PropType<import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements>;
268
- default: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
269
- };
270
- children: ArrayConstructor;
271
- onVisibleChange: import("vue").PropType<(vis: boolean) => void>;
272
- 'onUpdate:visible': import("vue").PropType<(vis: boolean) => void>;
273
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
274
- visible: boolean;
275
- align: import("ant-design-vue/lib/vc-trigger/interface").AlignType;
276
- builtinPlacements: import("ant-design-vue/lib/vc-trigger/interface").BuildInPlacements;
277
- defaultVisible: boolean;
278
- overlayStyle: import("vue").CSSProperties;
279
- destroyTooltipOnHide: boolean;
280
- autoAdjustOverflow: boolean | import("ant-design-vue/lib/tooltip").AdjustOverflow;
281
- arrowPointAtCenter: boolean;
282
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
283
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
284
- export default _sfc_main;