@dt-frames/ui 2.0.5 → 2.0.6

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 (96) hide show
  1. package/es/assets/locales/en.d.ts +2 -0
  2. package/es/assets/locales/en.ts +2 -0
  3. package/es/assets/locales/zh.d.ts +1 -0
  4. package/es/assets/locales/zh.ts +6 -5
  5. package/es/components/curd/index.js +113 -63
  6. package/es/components/form/index.js +24 -12
  7. package/es/theme/index.js +208 -71
  8. package/es/theme/index.less +1 -0
  9. package/es/theme/src/components/content/index.d.ts +6 -4
  10. package/es/theme/src/components/header/index.d.ts +43 -20
  11. package/es/theme/src/components/header/multiple-header.d.ts +86 -40
  12. package/es/theme/src/components/tabs/components/TabContent.d.ts +33 -3
  13. package/es/theme/src/components/tabs/components/TabRedo.d.ts +6 -4
  14. package/es/theme/src/components/tabs/hooks/useTabDropdown.d.ts +6 -4
  15. package/es/theme/src/components/tabs/hooks/useTabs.d.ts +10 -0
  16. package/es/theme/src/components/tabs/index.d.ts +43 -20
  17. package/es/theme/src/hooks/useMenu.d.ts +1 -1
  18. package/es/theme/src/index.d.ts +136 -64
  19. package/es/theme/src/stores/routeReuse.store.d.ts +6 -4
  20. package/es/theme/src/stores/theme.store.d.ts +1 -0
  21. package/es/theme/src/types/theme.type.d.ts +1 -0
  22. package/package.json +1 -1
  23. package/es/packages/ui/src/assets/locales/en.d.ts +0 -101
  24. package/es/packages/ui/src/assets/locales/index.d.ts +0 -2
  25. package/es/packages/ui/src/assets/locales/zh.d.ts +0 -103
  26. package/es/packages/ui/src/components/container/index.d.ts +0 -94
  27. package/es/packages/ui/src/components/container/src/components/bar.d.ts +0 -14
  28. package/es/packages/ui/src/components/container/src/components/scroll-bar.d.ts +0 -70
  29. package/es/packages/ui/src/components/container/src/hooks/scroll.d.ts +0 -10
  30. package/es/packages/ui/src/components/container/src/scroll-container.d.ts +0 -76
  31. package/es/packages/ui/src/components/container/src/slot-container.d.ts +0 -20
  32. package/es/packages/ui/src/components/container/src/types/scroll.type.d.ts +0 -22
  33. package/es/packages/ui/src/components/container/src/utils/scroll.d.ts +0 -5
  34. package/es/packages/ui/src/global.d.ts +0 -7
  35. package/es/packages/ui/src/theme/index.d.ts +0 -10
  36. package/es/packages/ui/src/theme/src/components/content/index.d.ts +0 -27
  37. package/es/packages/ui/src/theme/src/components/feature/back-top.d.ts +0 -5
  38. package/es/packages/ui/src/theme/src/components/feature/index.d.ts +0 -7
  39. package/es/packages/ui/src/theme/src/components/footer/index.d.ts +0 -31
  40. package/es/packages/ui/src/theme/src/components/header/components/bread-crumb.d.ts +0 -6
  41. package/es/packages/ui/src/theme/src/components/header/components/fullscreen.d.ts +0 -5
  42. package/es/packages/ui/src/theme/src/components/header/components/index.d.ts +0 -11
  43. package/es/packages/ui/src/theme/src/components/header/components/lang-picker.d.ts +0 -23
  44. package/es/packages/ui/src/theme/src/components/header/components/logo.d.ts +0 -56
  45. package/es/packages/ui/src/theme/src/components/header/components/menu-filter.d.ts +0 -22
  46. package/es/packages/ui/src/theme/src/components/header/components/notify.d.ts +0 -24
  47. package/es/packages/ui/src/theme/src/components/header/components/setting-theme.d.ts +0 -223
  48. package/es/packages/ui/src/theme/src/components/header/components/size.d.ts +0 -282
  49. package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/feature.d.ts +0 -138
  50. package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/index.d.ts +0 -3
  51. package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/menu-type.d.ts +0 -16
  52. package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/select.d.ts +0 -58
  53. package/es/packages/ui/src/theme/src/components/header/components/theme-drawer/switch.d.ts +0 -49
  54. package/es/packages/ui/src/theme/src/components/header/components/trigger.d.ts +0 -10
  55. package/es/packages/ui/src/theme/src/components/header/components/user-info.d.ts +0 -37
  56. package/es/packages/ui/src/theme/src/components/header/helper/change-theme.d.ts +0 -13
  57. package/es/packages/ui/src/theme/src/components/header/helper/menu-tree.d.ts +0 -4
  58. package/es/packages/ui/src/theme/src/components/header/index.d.ts +0 -720
  59. package/es/packages/ui/src/theme/src/components/header/multiple-header.d.ts +0 -806
  60. package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-menu-item.d.ts +0 -62
  61. package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-menu.d.ts +0 -207
  62. package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -127
  63. package/es/packages/ui/src/theme/src/components/sider/components/basic-menu/menu-item-content.d.ts +0 -26
  64. package/es/packages/ui/src/theme/src/components/sider/components/drag-bar.d.ts +0 -14
  65. package/es/packages/ui/src/theme/src/components/sider/components/layout-menu.d.ts +0 -22
  66. package/es/packages/ui/src/theme/src/components/sider/components/props.d.ts +0 -69
  67. package/es/packages/ui/src/theme/src/components/sider/components/sider-trigger.d.ts +0 -17
  68. package/es/packages/ui/src/theme/src/components/sider/helper/sider.d.ts +0 -12
  69. package/es/packages/ui/src/theme/src/components/sider/helper/split-menu.d.ts +0 -10
  70. package/es/packages/ui/src/theme/src/components/sider/index.d.ts +0 -235
  71. package/es/packages/ui/src/theme/src/components/sider/mix-sider.d.ts +0 -167
  72. package/es/packages/ui/src/theme/src/components/tabs/components/TabContent.d.ts +0 -6
  73. package/es/packages/ui/src/theme/src/components/tabs/components/TabRedo.d.ts +0 -21
  74. package/es/packages/ui/src/theme/src/components/tabs/components/index.d.ts +0 -3
  75. package/es/packages/ui/src/theme/src/components/tabs/hooks/useMultifyTabs.d.ts +0 -7
  76. package/es/packages/ui/src/theme/src/components/tabs/hooks/useTabDropdown.d.ts +0 -6
  77. package/es/packages/ui/src/theme/src/components/tabs/index.d.ts +0 -63
  78. package/es/packages/ui/src/theme/src/components/tabs/types/tabs.type.d.ts +0 -7
  79. package/es/packages/ui/src/theme/src/enums/index.d.ts +0 -1
  80. package/es/packages/ui/src/theme/src/enums/theme.enum.d.ts +0 -34
  81. package/es/packages/ui/src/theme/src/hooks/index.d.ts +0 -6
  82. package/es/packages/ui/src/theme/src/hooks/useDragLine.d.ts +0 -2
  83. package/es/packages/ui/src/theme/src/hooks/useHeader.d.ts +0 -25
  84. package/es/packages/ui/src/theme/src/hooks/useMenu.d.ts +0 -29
  85. package/es/packages/ui/src/theme/src/hooks/useMultifyTab.d.ts +0 -8
  86. package/es/packages/ui/src/theme/src/hooks/useOpenKeys.d.ts +0 -7
  87. package/es/packages/ui/src/theme/src/hooks/useTheme.d.ts +0 -9
  88. package/es/packages/ui/src/theme/src/index.d.ts +0 -1851
  89. package/es/packages/ui/src/theme/src/setting/theme.setting.d.ts +0 -2
  90. package/es/packages/ui/src/theme/src/stores/index.d.ts +0 -3
  91. package/es/packages/ui/src/theme/src/stores/routeReuse.store.d.ts +0 -23
  92. package/es/packages/ui/src/theme/src/stores/theme.store.d.ts +0 -18
  93. package/es/packages/ui/src/theme/src/types/index.d.ts +0 -3
  94. package/es/packages/ui/src/theme/src/types/menu.type.d.ts +0 -15
  95. package/es/packages/ui/src/theme/src/types/theme.type.d.ts +0 -62
  96. package/es/packages/ui/src/utils/withInstall.d.ts +0 -4
@@ -1,94 +0,0 @@
1
- declare const DtScrollContainer: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{}, {
2
- scrollbarRef: any;
3
- scrollTo: (to: number, duration?: number) => void;
4
- getScrollWrap: () => any;
5
- scrollBottom: () => void;
6
- ScrollBar: import("vue").DefineComponent<{
7
- wrapClass: {
8
- type: (StringConstructor | ArrayConstructor)[];
9
- default: string;
10
- };
11
- wrapStyle: ArrayConstructor;
12
- viewClass: {
13
- type: (StringConstructor | ArrayConstructor)[];
14
- default: string;
15
- };
16
- viewStyle: {
17
- type: (StringConstructor | ArrayConstructor)[];
18
- default: string;
19
- };
20
- noresize: BooleanConstructor;
21
- tag: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- }, {
26
- sizeWidth: import("vue").Ref<string>;
27
- sizeHeight: import("vue").Ref<string>;
28
- moveX: import("vue").Ref<number>;
29
- moveY: import("vue").Ref<number>;
30
- wrap: import("vue").Ref<any>;
31
- resize: import("vue").Ref<any>;
32
- props: any;
33
- style: import("vue").ComputedRef<{}>;
34
- handleScroll: () => void;
35
- update: () => void;
36
- readonly Bar: import("vue").DefineComponent<{
37
- vertical: BooleanConstructor;
38
- size: StringConstructor;
39
- move: NumberConstructor;
40
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
- vertical: BooleanConstructor;
44
- size: StringConstructor;
45
- move: NumberConstructor;
46
- }>>, {
47
- vertical: boolean;
48
- }>;
49
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
- wrapClass: {
51
- type: (StringConstructor | ArrayConstructor)[];
52
- default: string;
53
- };
54
- wrapStyle: ArrayConstructor;
55
- viewClass: {
56
- type: (StringConstructor | ArrayConstructor)[];
57
- default: string;
58
- };
59
- viewStyle: {
60
- type: (StringConstructor | ArrayConstructor)[];
61
- default: string;
62
- };
63
- noresize: BooleanConstructor;
64
- tag: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- }>>, {
69
- wrapClass: string | unknown[];
70
- viewClass: string | unknown[];
71
- viewStyle: string | unknown[];
72
- noresize: boolean;
73
- tag: string;
74
- }>;
75
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
76
- declare const DtSlotContainer: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
77
- template: {
78
- type: FunctionConstructor;
79
- };
80
- data: {
81
- type: ObjectConstructor;
82
- };
83
- }, {
84
- props: any;
85
- Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
86
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
87
- template: {
88
- type: FunctionConstructor;
89
- };
90
- data: {
91
- type: ObjectConstructor;
92
- };
93
- }>>, {}>>;
94
- export { DtScrollContainer, DtSlotContainer };
@@ -1,14 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- vertical: BooleanConstructor;
3
- size: StringConstructor;
4
- move: NumberConstructor;
5
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
- [key: string]: any;
7
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- vertical: BooleanConstructor;
9
- size: StringConstructor;
10
- move: NumberConstructor;
11
- }>>, {
12
- vertical: boolean;
13
- }>;
14
- export default _default;
@@ -1,70 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- wrapClass: {
3
- type: (StringConstructor | ArrayConstructor)[];
4
- default: string;
5
- };
6
- wrapStyle: ArrayConstructor;
7
- viewClass: {
8
- type: (StringConstructor | ArrayConstructor)[];
9
- default: string;
10
- };
11
- viewStyle: {
12
- type: (StringConstructor | ArrayConstructor)[];
13
- default: string;
14
- };
15
- noresize: BooleanConstructor;
16
- tag: {
17
- type: StringConstructor;
18
- default: string;
19
- };
20
- }, {
21
- sizeWidth: import("vue").Ref<string>;
22
- sizeHeight: import("vue").Ref<string>;
23
- moveX: import("vue").Ref<number>;
24
- moveY: import("vue").Ref<number>;
25
- wrap: import("vue").Ref<any>;
26
- resize: import("vue").Ref<any>;
27
- props: any;
28
- style: import("vue").ComputedRef<{}>;
29
- handleScroll: () => void;
30
- update: () => void;
31
- readonly Bar: import("vue").DefineComponent<{
32
- vertical: BooleanConstructor;
33
- size: StringConstructor;
34
- move: NumberConstructor;
35
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
- [key: string]: any;
37
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
- vertical: BooleanConstructor;
39
- size: StringConstructor;
40
- move: NumberConstructor;
41
- }>>, {
42
- vertical: boolean;
43
- }>;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
- wrapClass: {
46
- type: (StringConstructor | ArrayConstructor)[];
47
- default: string;
48
- };
49
- wrapStyle: ArrayConstructor;
50
- viewClass: {
51
- type: (StringConstructor | ArrayConstructor)[];
52
- default: string;
53
- };
54
- viewStyle: {
55
- type: (StringConstructor | ArrayConstructor)[];
56
- default: string;
57
- };
58
- noresize: BooleanConstructor;
59
- tag: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- }>>, {
64
- wrapClass: string | unknown[];
65
- viewClass: string | unknown[];
66
- viewStyle: string | unknown[];
67
- noresize: boolean;
68
- tag: string;
69
- }>;
70
- export default _sfc_main;
@@ -1,10 +0,0 @@
1
- export interface ScrollToParams {
2
- el: any;
3
- to: number;
4
- duration?: number;
5
- callback?: () => any;
6
- }
7
- export declare function useScrollTo({ el, to, duration, callback }: ScrollToParams): {
8
- start: () => void;
9
- stop: () => void;
10
- };
@@ -1,76 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- scrollbarRef: any;
3
- scrollTo: (to: number, duration?: number) => void;
4
- getScrollWrap: () => any;
5
- scrollBottom: () => void;
6
- ScrollBar: import("vue").DefineComponent<{
7
- wrapClass: {
8
- type: (StringConstructor | ArrayConstructor)[];
9
- default: string;
10
- };
11
- wrapStyle: ArrayConstructor;
12
- viewClass: {
13
- type: (StringConstructor | ArrayConstructor)[];
14
- default: string;
15
- };
16
- viewStyle: {
17
- type: (StringConstructor | ArrayConstructor)[];
18
- default: string;
19
- };
20
- noresize: BooleanConstructor;
21
- tag: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- }, {
26
- sizeWidth: import("vue").Ref<string>;
27
- sizeHeight: import("vue").Ref<string>;
28
- moveX: import("vue").Ref<number>;
29
- moveY: import("vue").Ref<number>;
30
- wrap: import("vue").Ref<any>;
31
- resize: import("vue").Ref<any>;
32
- props: any;
33
- style: import("vue").ComputedRef<{}>;
34
- handleScroll: () => void;
35
- update: () => void;
36
- readonly Bar: import("vue").DefineComponent<{
37
- vertical: BooleanConstructor;
38
- size: StringConstructor;
39
- move: NumberConstructor;
40
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
- vertical: BooleanConstructor;
44
- size: StringConstructor;
45
- move: NumberConstructor;
46
- }>>, {
47
- vertical: boolean;
48
- }>;
49
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
- wrapClass: {
51
- type: (StringConstructor | ArrayConstructor)[];
52
- default: string;
53
- };
54
- wrapStyle: ArrayConstructor;
55
- viewClass: {
56
- type: (StringConstructor | ArrayConstructor)[];
57
- default: string;
58
- };
59
- viewStyle: {
60
- type: (StringConstructor | ArrayConstructor)[];
61
- default: string;
62
- };
63
- noresize: BooleanConstructor;
64
- tag: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- }>>, {
69
- wrapClass: string | unknown[];
70
- viewClass: string | unknown[];
71
- viewStyle: string | unknown[];
72
- noresize: boolean;
73
- tag: string;
74
- }>;
75
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
76
- export default _sfc_main;
@@ -1,20 +0,0 @@
1
- import { Component } from 'vue';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- template: {
4
- type: FunctionConstructor;
5
- };
6
- data: {
7
- type: ObjectConstructor;
8
- };
9
- }, {
10
- props: any;
11
- Container: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
12
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
- template: {
14
- type: FunctionConstructor;
15
- };
16
- data: {
17
- type: ObjectConstructor;
18
- };
19
- }>>, {}>;
20
- export default _sfc_main;
@@ -1,22 +0,0 @@
1
- export interface BarMapItem {
2
- offset: string;
3
- scroll: string;
4
- scrollSize: string;
5
- size: string;
6
- key: string;
7
- axis: string;
8
- client: string;
9
- direction: string;
10
- }
11
- export interface BarMap {
12
- vertical: BarMapItem;
13
- horizontal: BarMapItem;
14
- }
15
- export interface ScrollbarType {
16
- wrap: any;
17
- }
18
- export declare type BarStyle = {
19
- bar: any;
20
- size: String;
21
- move: any;
22
- };
@@ -1,5 +0,0 @@
1
- import { BarMap, BarStyle } from "../types/scroll.type";
2
- export declare const BAR_MAP: BarMap;
3
- export declare function renderThumbStyle({ move, size, bar }: BarStyle): any;
4
- export declare function addResizeListener(element: any, fn: () => any): void;
5
- export declare function removeResizeListener(element: any, fn: () => any): void;
@@ -1,7 +0,0 @@
1
- /// <reference types="vite/client" />
2
-
3
- declare module "*" {
4
- import type { DefineComponent } from 'vue'
5
- const component: DefineComponent<{}, {}, any>
6
- export default component
7
- }
@@ -1,10 +0,0 @@
1
- import { uiLang } from '../assets/locales';
2
- import { useThemeStore } from './src/stores/theme.store';
3
- import { defaultThemeConf } from './src/setting/theme.setting';
4
- import { useRouteReuseStore } from './src/stores/routeReuse.store';
5
- import type { ThemeOptions, HeadOptions, MenuOptions, FooterOptions, RouteReuseOptions } from './src/types';
6
- import { Component } from 'vue';
7
- import { SFCWithInstall } from '../utils/withInstall';
8
- declare const DtTheme: SFCWithInstall<Component>;
9
- export { uiLang, DtTheme, useThemeStore, useRouteReuseStore, defaultThemeConf };
10
- export type { ThemeOptions, HeadOptions, MenuOptions, FooterOptions, RouteReuseOptions };
@@ -1,27 +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
- getLayoutContentMode: import("vue").ComputedRef<import("../../enums").ContentMode>;
5
- getPageLoading: boolean;
6
- getOpenPageLoading: import("vue").ComputedRef<boolean>;
7
- getCanCache: import("vue").ComputedRef<boolean>;
8
- tabStore: import("pinia").Store<"route-reuse", import("../../stores/routeReuse.store").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
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
27
- export default _sfc_main;
@@ -1,5 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- getTarget: () => HTMLElement;
3
- getShowBackToTop: import("vue").ComputedRef<boolean>;
4
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
5
- export default _sfc_main;
@@ -1,7 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- DtBackTop: import("vue").DefineComponent<{}, {
3
- getTarget: () => HTMLElement;
4
- getShowBackToTop: import("vue").ComputedRef<boolean>;
5
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
7
- export default _sfc_main;
@@ -1,31 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- getFooter: import("vue").ComputedRef<import("../../types/theme.type").FooterOptions>;
3
- title: any;
4
- subTitle: any;
5
- height: any;
6
- footerOptions: import("vue").ComputedRef<{
7
- lineHeight: string;
8
- height: string;
9
- padding: string;
10
- width: string;
11
- color: string;
12
- }>;
13
- readonly LayoutFooter: import("vue").DefineComponent<{
14
- prefixCls: StringConstructor;
15
- hasSider: {
16
- type: BooleanConstructor;
17
- default: any;
18
- };
19
- tagName: StringConstructor;
20
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
- prefixCls: StringConstructor;
22
- hasSider: {
23
- type: BooleanConstructor;
24
- default: any;
25
- };
26
- tagName: StringConstructor;
27
- }>>, {
28
- hasSider: boolean;
29
- }>;
30
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
31
- export default _sfc_main;
@@ -1,6 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- getIsZH: import("vue").ComputedRef<boolean>;
3
- routes: import("vue").Ref<any[]>;
4
- currentRoute: import("vue").Ref<import("vue-router").RouteLocationNormalizedLoaded>;
5
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
6
- export default _sfc_main;
@@ -1,5 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- toggle: () => Promise<void>;
3
- isFullscreen: import("vue").Ref<boolean>;
4
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
5
- export default _sfc_main;
@@ -1,11 +0,0 @@
1
- import { default as DtFullScreen } from "./fullscreen";
2
- import { default as DtLogo } from "./logo";
3
- import { default as DtTrigger } from "./trigger";
4
- import { default as DtBreadCrumb } from "./bread-crumb";
5
- import { default as DtMenuFilter } from "./menu-filter";
6
- import { default as DtLangPicker } from "./lang-picker";
7
- import { default as DtNotify } from "./notify";
8
- import { default as DtSize } from "./size";
9
- import { default as DtUserInfo } from "./user-info";
10
- import { default as DtSettingTheme } from "./setting-theme";
11
- export { DtFullScreen, DtLogo, DtTrigger, DtBreadCrumb, DtMenuFilter, DtLangPicker, DtNotify, DtSize, DtUserInfo, DtSettingTheme };
@@ -1,23 +0,0 @@
1
- import { Language } from '@dt-frames/core';
2
- declare const _sfc_main: import("vue").DefineComponent<{
3
- reload: {
4
- type: BooleanConstructor;
5
- };
6
- }, {
7
- visible: import("vue").Ref<boolean>;
8
- currentLang: any;
9
- props: any;
10
- toggleLang: (lang: Language) => Promise<void>;
11
- readonly localeList: {
12
- text: string;
13
- event: Language;
14
- icon: string;
15
- }[];
16
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
- reload: {
18
- type: BooleanConstructor;
19
- };
20
- }>>, {
21
- reload: boolean;
22
- }>;
23
- export default _sfc_main;
@@ -1,56 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- theme: {
3
- type: StringConstructor;
4
- validator: (v: string) => boolean;
5
- };
6
- showTitle: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- }, {
11
- t: {
12
- (key: string): string;
13
- (key: string, locale: string): string;
14
- (key: string, locale: string, list: unknown[]): string;
15
- (key: string, locale: string, named: Record<string, unknown>): string;
16
- (key: string, list: unknown[]): string;
17
- (key: string, named: Record<string, unknown>): string;
18
- };
19
- slots: {
20
- [name: string]: import("vue").Slot;
21
- };
22
- title: string;
23
- getLogoWidth: import("vue").ComputedRef<string | number>;
24
- props: any;
25
- getLogoClass: import("vue").ComputedRef<string>;
26
- readonly DtSlotContainer: import("../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
27
- template: {
28
- type: FunctionConstructor;
29
- };
30
- data: {
31
- type: ObjectConstructor;
32
- };
33
- }, {
34
- props: any;
35
- Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
36
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
- template: {
38
- type: FunctionConstructor;
39
- };
40
- data: {
41
- type: ObjectConstructor;
42
- };
43
- }>>, {}>>;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
- theme: {
46
- type: StringConstructor;
47
- validator: (v: string) => boolean;
48
- };
49
- showTitle: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- }>>, {
54
- showTitle: boolean;
55
- }>;
56
- export default _sfc_main;
@@ -1,22 +0,0 @@
1
- import { UiSize } from '../../../../src/enums';
2
- declare const _sfc_main: import("vue").DefineComponent<{}, {
3
- t: {
4
- (key: string): string;
5
- (key: string, locale: string): string;
6
- (key: string, locale: string, list: unknown[]): string;
7
- (key: string, locale: string, named: Record<string, unknown>): string;
8
- (key: string, list: unknown[]): string;
9
- (key: string, named: Record<string, unknown>): string;
10
- };
11
- menuList: import("vue").Ref<any[]>;
12
- router: import("vue-router").Router;
13
- filter: import("vue").Ref<string>;
14
- getShowSearch: import("vue").ComputedRef<boolean>;
15
- getIsZH: import("vue").ComputedRef<boolean>;
16
- isUseDef: import("vue").ComputedRef<boolean>;
17
- visibleChange: (e: any) => void;
18
- filterMenu: () => void;
19
- navigation: (url: string) => void;
20
- readonly UiSize: typeof UiSize;
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
22
- export default _sfc_main;
@@ -1,24 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- slots: {
3
- [name: string]: import("vue").Slot;
4
- };
5
- readonly DtSlotContainer: import("../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
6
- template: {
7
- type: FunctionConstructor;
8
- };
9
- data: {
10
- type: ObjectConstructor;
11
- };
12
- }, {
13
- props: any;
14
- Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
15
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- template: {
17
- type: FunctionConstructor;
18
- };
19
- data: {
20
- type: ObjectConstructor;
21
- };
22
- }>>, {}>>;
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
24
- export default _sfc_main;