@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,64 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- tabStore: import("pinia").Store<"route-reuse", import("@dt-frames/core/es/store/routeReuse").RouteReuseState, {
3
- getTabList(): import("vue-router").RouteLocationNormalized[];
4
- getCachedTabList(): string[];
5
- getLastDragEndIndex(): number;
6
- }, {
7
- addTab(route: import("vue-router").RouteLocationNormalized): Promise<void>;
8
- closeTab(path: string, router: import("vue-router").Router): void;
9
- closeAllTab(currentRoute: import("vue").Ref<import("vue-router").RouteLocationNormalizedLoaded>, router: import("vue-router").Router): void;
10
- closeLeftTabs(path: string): void;
11
- closeRightTabs(path: string): void;
12
- closeOtherTabs(path: string): void;
13
- bulkCloseTabs(pathList: string[]): void;
14
- updateCacheTab(): void;
15
- refreshPage(router: import("vue-router").Router): Promise<void>;
16
- sortTabs(oldIndex: number, newIndex: number): void;
17
- }>;
18
- router: any;
19
- handleRedo: () => void;
20
- DtIcon: import("vue").DefineComponent<{
21
- iconClass: {
22
- type: StringConstructor;
23
- required: true;
24
- };
25
- className: {
26
- type: (StringConstructor | ArrayConstructor)[];
27
- default: string;
28
- };
29
- color: {
30
- type: StringConstructor;
31
- default: string;
32
- };
33
- size: {
34
- type: NumberConstructor;
35
- default: number;
36
- };
37
- }, {
38
- isSvgIcon: import("vue").ComputedRef<boolean>;
39
- iconName: import("vue").ComputedRef<string>;
40
- clsName: import("vue").ComputedRef<string>;
41
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
- iconClass: {
43
- type: StringConstructor;
44
- required: true;
45
- };
46
- className: {
47
- type: (StringConstructor | ArrayConstructor)[];
48
- default: string;
49
- };
50
- color: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- size: {
55
- type: NumberConstructor;
56
- default: number;
57
- };
58
- }>>, {
59
- className: string | unknown[];
60
- color: string;
61
- size: number;
62
- }>;
63
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
64
- export default _sfc_main;