@dt-frames/ui 2.0.13 → 2.0.15

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 (106) hide show
  1. package/es/components/container/index.d.ts +93 -2
  2. package/es/components/curd/index.js +6 -3
  3. package/es/components/curd/src/components/Curd.d.ts +12 -6
  4. package/es/components/curd/src/props.d.ts +6 -3
  5. package/es/components/form/index.js +21 -5
  6. package/es/components/form/index.less +30 -3
  7. package/es/components/form/src/components/FormButtons.d.ts +7 -0
  8. package/es/components/form/src/props.d.ts +3 -3
  9. package/es/components/form/src/types/form.type.d.ts +3 -3
  10. package/es/components/form/src/types/items.type.d.ts +25 -0
  11. package/es/components/modal/index.js +13 -3
  12. package/es/components/modal/src/components/ModalFooter.d.ts +6 -0
  13. package/es/components/modal/src/index.d.ts +6 -0
  14. package/es/components/source/hooks/useSource.d.ts +2 -0
  15. package/es/components/source/index.js +4 -1
  16. package/es/components/source/types/source.type.d.ts +1 -0
  17. package/es/components/table/index.js +107 -38
  18. package/es/components/table/index.less +11 -0
  19. package/es/components/table/src/components/TableAction.d.ts +13 -0
  20. package/es/components/table/src/index.d.ts +11 -4
  21. package/es/components/table/src/props.d.ts +4 -1
  22. package/es/components/table/src/types/table.type.d.ts +1 -0
  23. package/es/components/upload/index.d.ts +2 -0
  24. package/es/components/upload/index.js +216 -89
  25. package/es/components/upload/index.less +37 -7
  26. package/es/components/upload/src/basicProps.d.ts +4 -6
  27. package/es/components/upload/src/components/WordView.d.ts +6 -0
  28. package/es/components/upload/src/hooks/useFile.d.ts +2 -1
  29. package/es/components/upload/src/index.d.ts +23 -18
  30. package/es/components/upload/src/utils/upload.d.ts +1 -1
  31. package/es/packages/ui/src/assets/locales/en.d.ts +103 -0
  32. package/es/packages/ui/src/assets/locales/index.d.ts +2 -0
  33. package/es/packages/ui/src/assets/locales/zh.d.ts +104 -0
  34. package/es/packages/ui/src/components/form/index.d.ts +7 -0
  35. package/es/packages/ui/src/components/form/src/components/FormButtons.d.ts +105 -0
  36. package/es/packages/ui/src/components/form/src/components/FormItem.d.ts +159 -0
  37. package/es/packages/ui/src/components/form/src/components/componentMap.d.ts +4 -0
  38. package/es/packages/ui/src/components/form/src/components/formIcon.d.ts +1223 -0
  39. package/es/packages/ui/src/components/form/src/components/formInputUseDialog.d.ts +911 -0
  40. package/es/packages/ui/src/components/form/src/components/index.d.ts +4 -0
  41. package/es/packages/ui/src/components/form/src/components/radioButton.d.ts +34 -0
  42. package/es/packages/ui/src/components/form/src/enums/index.d.ts +7 -0
  43. package/es/packages/ui/src/components/form/src/hooks/helper.d.ts +14 -0
  44. package/es/packages/ui/src/components/form/src/hooks/useForm.d.ts +6 -0
  45. package/es/packages/ui/src/components/form/src/hooks/useFormActions.d.ts +12 -0
  46. package/es/packages/ui/src/components/form/src/hooks/useFormEvent.d.ts +25 -0
  47. package/es/packages/ui/src/components/form/src/hooks/useFormValue.d.ts +3 -0
  48. package/es/packages/ui/src/components/form/src/hooks/useFormValues.d.ts +11 -0
  49. package/es/packages/ui/src/components/form/src/hooks/useLabelWidth.d.ts +6 -0
  50. package/es/packages/ui/src/components/form/src/props.d.ts +127 -0
  51. package/es/packages/ui/src/components/form/src/types/actions.type.d.ts +15 -0
  52. package/es/packages/ui/src/components/form/src/types/form.type.d.ts +79 -0
  53. package/es/packages/ui/src/components/form/src/types/items.type.d.ts +409 -0
  54. package/es/packages/ui/src/components/iframe/index.d.ts +2 -0
  55. package/es/packages/ui/src/components/modal/index.d.ts +4 -0
  56. package/es/packages/ui/src/components/modal/src/hooks/useModal.d.ts +5 -0
  57. package/es/packages/ui/src/components/modal/src/props.d.ts +101 -0
  58. package/es/packages/ui/src/components/modal/src/types/modal.type.d.ts +17 -0
  59. package/es/packages/ui/src/components/upload/index.d.ts +4 -0
  60. package/es/packages/ui/src/components/upload/src/basicProps.d.ts +87 -0
  61. package/es/packages/ui/src/components/upload/src/components/PdfView.d.ts +9 -0
  62. package/es/packages/ui/src/components/upload/src/components/WordView.d.ts +6 -0
  63. package/es/packages/ui/src/components/upload/src/hooks/useFile.d.ts +16 -0
  64. package/es/packages/ui/src/components/upload/src/index.d.ts +242 -0
  65. package/es/packages/ui/src/components/upload/src/type/file.d.ts +10 -0
  66. package/es/packages/ui/src/components/upload/src/utils/upload.d.ts +2 -0
  67. package/es/packages/ui/src/global.d.ts +7 -0
  68. package/es/packages/ui/src/theme/index.d.ts +12 -0
  69. package/es/packages/ui/src/theme/src/components/header/helper/menu-tree.d.ts +4 -0
  70. package/es/packages/ui/src/theme/src/enums/index.d.ts +1 -0
  71. package/es/packages/ui/src/theme/src/enums/theme.enum.d.ts +34 -0
  72. package/es/packages/ui/src/theme/src/hooks/index.d.ts +6 -0
  73. package/es/packages/ui/src/theme/src/hooks/useDragLine.d.ts +2 -0
  74. package/es/packages/ui/src/theme/src/hooks/useHeader.d.ts +25 -0
  75. package/es/packages/ui/src/theme/src/hooks/useMenu.d.ts +29 -0
  76. package/es/packages/ui/src/theme/src/hooks/useMultifyTab.d.ts +8 -0
  77. package/es/packages/ui/src/theme/src/hooks/useOpenKeys.d.ts +7 -0
  78. package/es/packages/ui/src/theme/src/hooks/useTheme.d.ts +9 -0
  79. package/es/packages/ui/src/theme/src/setting/theme.setting.d.ts +2 -0
  80. package/es/packages/ui/src/theme/src/stores/index.d.ts +3 -0
  81. package/es/packages/ui/src/theme/src/stores/routeReuse.store.d.ts +25 -0
  82. package/es/packages/ui/src/theme/src/stores/theme.store.d.ts +19 -0
  83. package/es/packages/ui/src/theme/src/types/index.d.ts +3 -0
  84. package/es/packages/ui/src/theme/src/types/menu.type.d.ts +15 -0
  85. package/es/packages/ui/src/theme/src/types/theme.type.d.ts +62 -0
  86. package/es/packages/ui/src/utils/withInstall.d.ts +4 -0
  87. package/es/theme/index.js +616 -221
  88. package/es/theme/index.less +185 -11
  89. package/es/theme/src/components/header/components/lock/Lockscreen.d.ts +85 -0
  90. package/es/theme/src/components/header/components/lock/Recharge.d.ts +32 -0
  91. package/es/theme/src/components/header/components/lock/index.d.ts +2 -0
  92. package/es/theme/src/components/header/components/lock/useBattery.d.ts +11 -0
  93. package/es/theme/src/components/header/components/lock/useTime.d.ts +7 -0
  94. package/es/theme/src/components/header/components/logo.d.ts +1 -3
  95. package/es/theme/src/components/header/components/notify.d.ts +1 -3
  96. package/es/theme/src/components/header/components/user-info.d.ts +10 -3
  97. package/es/theme/src/components/header/index.d.ts +812 -809
  98. package/es/theme/src/components/header/multiple-header.d.ts +921 -918
  99. package/es/theme/src/components/sider/index.d.ts +1 -3
  100. package/es/theme/src/components/sider/mix-sider.d.ts +1 -3
  101. package/es/theme/src/hooks/useHeader.d.ts +1 -0
  102. package/es/theme/src/index.d.ts +2152 -2059
  103. package/es/theme/src/stores/lockscreen.store.d.ts +7 -0
  104. package/manualContentPath.js +4 -0
  105. package/package.json +2 -1
  106. package/vite.config.ts +1 -0
@@ -36,6 +36,18 @@
36
36
  // table相关
37
37
  @table-action-icon-color: #999;
38
38
 
39
+ // 小尺寸
40
+ @small-font-size: 13px;
41
+ @small-height: 30px;
42
+
43
+ // 中尺寸
44
+ @middle-font-size: 14px;
45
+ @middle-height: 32px;
46
+
47
+ // 大尺寸
48
+ @large-font-size: 14px;
49
+ @large-height: 34px;
50
+
39
51
  /* 滚动条美化 */
40
52
  ::-webkit-scrollbar {
41
53
  width: 7px;
@@ -59,8 +71,8 @@
59
71
 
60
72
  .ant-btn.ant-btn-sm,
61
73
  .ant-input-search-small .ant-btn.ant-btn-sm{
62
- font-size: 13px;
63
- height: 30px;
74
+ font-size: @small-font-size;
75
+ height: @small-height;
64
76
  display: flex;
65
77
  align-items: center;
66
78
  justify-content: center;
@@ -68,8 +80,8 @@
68
80
 
69
81
  .dt-theme{
70
82
  .ant-input-sm:not(textarea){
71
- height: 30px;
72
- font-size: 12px;
83
+ height: @small-height;
84
+ font-size: @small-font-size;
73
85
  }
74
86
 
75
87
  .dt-theme-main {
@@ -83,8 +95,8 @@
83
95
  }
84
96
 
85
97
  .ant-btn-lg{
86
- font-size: 14px;
87
- height: 34px;
98
+ font-size: @large-font-size;
99
+ height: @large-height;
88
100
  display: flex;
89
101
  align-items: center;
90
102
  }
@@ -118,6 +130,12 @@
118
130
  }
119
131
  }
120
132
 
133
+ .ant-avatar-string{
134
+ width: 100%;
135
+ height: 100%;
136
+ transform: scale(1) translateX(-50%) !important;
137
+ }
138
+
121
139
  .dt-sideBar{
122
140
  background: @menu-bg-color;
123
141
 
@@ -290,18 +308,23 @@
290
308
  }
291
309
  }
292
310
 
311
+ &-small{
312
+ font-size: @small-font-size;
313
+ }
314
+
293
315
  &-middle{
316
+ font-size: @middle-font-size;
294
317
  .dt-header-action {
295
318
  i {
296
319
  font-size: 20px;
297
320
  }
298
321
  span{
299
- font-size: 13px;
322
+ font-size: @middle-font-size;
300
323
  }
301
324
  }
302
325
 
303
326
  .dt-reuse-tabs .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab span {
304
- font-size: 13px;
327
+ font-size: @small-font-size;
305
328
  }
306
329
 
307
330
  .dt-reuse-tabs .ant-tabs-extra-content i{
@@ -309,20 +332,21 @@
309
332
  }
310
333
 
311
334
  .ant-btn{
312
- font-size: 13px;
335
+ font-size: @middle-font-size;
313
336
  }
314
337
  }
315
338
 
316
339
  &-large{
340
+ font-size: @large-font-size;
317
341
  .dt-sideBar .ant-menu .ant-menu-item, .dt-sideBar .ant-menu .ant-menu-submenu-title {
318
342
  height: 48px !important;
319
343
  }
320
344
  .dt-menu-item span{
321
- font-size: 14px !important;
345
+ font-size: @large-font-size !important;
322
346
  }
323
347
 
324
348
  .dt-reuse-tabs .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab span {
325
- font-size: 13px;
349
+ font-size: @small-font-size;
326
350
  }
327
351
 
328
352
  .dt-reuse-tabs .ant-tabs-extra-content i{
@@ -679,6 +703,17 @@
679
703
  width: 0.7em;
680
704
  fill: @white !important;
681
705
  }
706
+
707
+ &::before{
708
+ content: ' ';
709
+ width: 6px;
710
+ height: 6px;
711
+ border-radius: 50%;
712
+ background-color: #fff;
713
+ position: absolute;
714
+ left: 4px;
715
+ top: 11px;
716
+ }
682
717
  }
683
718
 
684
719
  .ant-tabs-nav > div:nth-child(1) {
@@ -804,6 +839,129 @@
804
839
  font-size: 13px;
805
840
  }
806
841
 
842
+ .dt-lock-page{
843
+ bottom: 20vh;
844
+ left: 50vw;
845
+ height: 500px;
846
+ width: 300px;
847
+ transform: translateX(-50%);
848
+ &>div:first-of-type{
849
+ top: 20%;
850
+ width: 300px;
851
+ }
852
+
853
+ &>div:nth-of-type(2) {
854
+ width: 300px;
855
+ height: 400px;
856
+ filter: contrast(15) hue-rotate(0);
857
+ animation: hueRotate 10s infinite linear;
858
+ }
859
+
860
+ .circle{
861
+ width: 300px;
862
+ height: 300px;
863
+ filter: blur(8px);
864
+
865
+ &::after {
866
+ position: absolute;
867
+ top: 40%;
868
+ left: 50%;
869
+ width: 200px;
870
+ height: 200px;
871
+ background-color: #00ff6f;
872
+ border-radius: 42% 38% 62% 49% / 45%;
873
+ content: '';
874
+ transform: translate(-50%, -50%) rotate(0);
875
+ animation: circleRotate 10s infinite linear;
876
+ }
877
+
878
+ &::before {
879
+ position: absolute;
880
+ top: 40%;
881
+ left: 50%;
882
+ z-index: 10;
883
+ width: 176px;
884
+ height: 176px;
885
+ background-color: #000;
886
+ border-radius: 50%;
887
+ content: '';
888
+ transform: translate(-50%, -50%);
889
+ }
890
+ }
891
+
892
+ .bubbles{
893
+ width: 100px;
894
+ height: 40px;
895
+ background-color: #00ff6f;
896
+ border-radius: 100px 100px 0 0;
897
+ filter: blur(5px);
898
+ transform: translate(-50%, 0);
899
+
900
+ li {
901
+ position: absolute;
902
+ background: #00ff6f;
903
+ border-radius: 50%;
904
+ }
905
+ }
906
+
907
+ .charging{
908
+ font-size: 20px;
909
+ text-align: center;
910
+ }
911
+ }
912
+
913
+ .lockscreen{
914
+ font-size: 34px;
915
+
916
+ .local-time{
917
+ bottom: 60px;
918
+ left: 60px;
919
+ font-family: helvetica;
920
+
921
+ .time {
922
+ font-size: 70px;
923
+ }
924
+
925
+ .date {
926
+ font-size: 40px;
927
+ }
928
+ }
929
+
930
+ .computer-status{
931
+ bottom: 60px;
932
+ right: 60px;
933
+ font-size: 24px;
934
+
935
+ .network {
936
+ position: relative;
937
+
938
+ &.offline::before {
939
+ content: '';
940
+ position: absolute;
941
+ left: 50%;
942
+ top: 50%;
943
+ width: 2px;
944
+ height: 28px;
945
+ transform: translate(-50%, -50%) rotate(45deg);
946
+ background-color: red;
947
+ z-index: 10;
948
+ }
949
+ }
950
+ }
951
+
952
+ .login-box{
953
+ font-size: 14px;
954
+ text-align: center;
955
+ img{
956
+ width: 100px;
957
+ height: 100px;
958
+ border-radius: 50%;
959
+ margin: 10px auto;
960
+ border: 3px solid rgba(255,255,255,0.8);
961
+ }
962
+ }
963
+ }
964
+
807
965
  @keyframes slideLeft {
808
966
  from {
809
967
  transform: translateX(-100%);
@@ -811,4 +969,20 @@
811
969
  to{
812
970
  transform: translateX(0);
813
971
  }
972
+ }
973
+
974
+ @keyframes circleRotate {
975
+ 50% {
976
+ border-radius: 45% / 42% 38% 58% 49%;
977
+ }
978
+
979
+ 100% {
980
+ transform: translate(-50%, -50%) rotate(720deg);
981
+ }
982
+ }
983
+
984
+ @keyframes hueRotate {
985
+ 100% {
986
+ filter: contrast(15) hue-rotate(360deg);
987
+ }
814
988
  }
@@ -0,0 +1,85 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{}, {
2
+ go: (path: string, isReplace?: boolean) => void;
3
+ slots: import("vue").Ref<any>;
4
+ loginOutClick: () => {};
5
+ getUserInfo: any;
6
+ useLockscreen: import("pinia").Store<"lockscreen", import('../../../../../src/stores/lockscreen.store').ILockscreenState, {}, {
7
+ setLock(payload: any, pwd?: string): void;
8
+ }>;
9
+ online: import("vue").ComputedRef<boolean>;
10
+ month: import("vue").Ref<any>;
11
+ week: import("vue").Ref<any>;
12
+ date: import("vue").Ref<any>;
13
+ hour: import("vue").Ref<any>;
14
+ minute: import("vue").Ref<any>;
15
+ state: {
16
+ showLogin: boolean;
17
+ loginLoading: boolean;
18
+ loginParams: {
19
+ password: string;
20
+ };
21
+ };
22
+ onLockLogin: (value: boolean) => boolean;
23
+ battery: import("vue").Ref<{
24
+ charging: boolean;
25
+ chargingTime: number;
26
+ dischargingTime: number;
27
+ level: number;
28
+ }>;
29
+ batteryStatus: import("vue").ComputedRef<"已充满" | "充电中" | "已断开电源">;
30
+ calcDischargingTime: import("vue").ComputedRef<string>;
31
+ calcChargingTime: import("vue").ComputedRef<string>;
32
+ goLogin: () => void;
33
+ resetLockInfo: () => void;
34
+ onLogin: () => void;
35
+ Recharge: import("vue").DefineComponent<{
36
+ battery: {
37
+ type: ObjectConstructor;
38
+ };
39
+ calcDischargingTime: {
40
+ type: StringConstructor;
41
+ };
42
+ calcChargingTime: {
43
+ type: StringConstructor;
44
+ };
45
+ batteryStatus: {
46
+ type: StringConstructor;
47
+ validator: (val: string) => boolean;
48
+ };
49
+ }, {
50
+ props: any;
51
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
52
+ battery: {
53
+ type: ObjectConstructor;
54
+ };
55
+ calcDischargingTime: {
56
+ type: StringConstructor;
57
+ };
58
+ calcChargingTime: {
59
+ type: StringConstructor;
60
+ };
61
+ batteryStatus: {
62
+ type: StringConstructor;
63
+ validator: (val: string) => boolean;
64
+ };
65
+ }>>, {}>;
66
+ readonly DtSlotContainer: import("../../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
67
+ template: {
68
+ type: FunctionConstructor;
69
+ };
70
+ data: {
71
+ type: ObjectConstructor;
72
+ };
73
+ }, {
74
+ props: any;
75
+ Container: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
76
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
77
+ template: {
78
+ type: FunctionConstructor;
79
+ };
80
+ data: {
81
+ type: ObjectConstructor;
82
+ };
83
+ }>>, {}>>;
84
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
85
+ export default _sfc_main;
@@ -0,0 +1,32 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ battery: {
3
+ type: ObjectConstructor;
4
+ };
5
+ calcDischargingTime: {
6
+ type: StringConstructor;
7
+ };
8
+ calcChargingTime: {
9
+ type: StringConstructor;
10
+ };
11
+ batteryStatus: {
12
+ type: StringConstructor;
13
+ validator: (val: string) => boolean;
14
+ };
15
+ }, {
16
+ props: any;
17
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ battery: {
19
+ type: ObjectConstructor;
20
+ };
21
+ calcDischargingTime: {
22
+ type: StringConstructor;
23
+ };
24
+ calcChargingTime: {
25
+ type: StringConstructor;
26
+ };
27
+ batteryStatus: {
28
+ type: StringConstructor;
29
+ validator: (val: string) => boolean;
30
+ };
31
+ }>>, {}>;
32
+ export default _sfc_main;
@@ -0,0 +1,2 @@
1
+ import { default as LockScreen } from "./Lockscreen";
2
+ export { LockScreen };
@@ -0,0 +1,11 @@
1
+ export declare function useBattery(): {
2
+ batteryStatus: import("vue").ComputedRef<"已充满" | "充电中" | "已断开电源">;
3
+ calcDischargingTime: import("vue").ComputedRef<string>;
4
+ calcChargingTime: import("vue").ComputedRef<string>;
5
+ battery: import("vue").Ref<{
6
+ charging: boolean;
7
+ chargingTime: number;
8
+ dischargingTime: number;
9
+ level: number;
10
+ }>;
11
+ };
@@ -0,0 +1,7 @@
1
+ export declare function useTime(): {
2
+ month: import("vue").Ref<any>;
3
+ week: import("vue").Ref<any>;
4
+ date: import("vue").Ref<any>;
5
+ hour: import("vue").Ref<any>;
6
+ minute: import("vue").Ref<any>;
7
+ };
@@ -16,9 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  (key: string, list: unknown[]): string;
17
17
  (key: string, named: Record<string, unknown>): string;
18
18
  };
19
- slots: {
20
- [name: string]: import("vue").Slot;
21
- };
19
+ slots: import("vue").Ref<any>;
22
20
  title: string;
23
21
  getLogoWidth: import("vue").ComputedRef<string | number>;
24
22
  props: any;
@@ -1,7 +1,5 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- slots: {
3
- [name: string]: import("vue").Slot;
4
- };
2
+ slots: import("vue").Ref<any>;
5
3
  readonly DtSlotContainer: import("../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
6
4
  template: {
7
5
  type: FunctionConstructor;
@@ -9,12 +9,19 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
9
9
  };
10
10
  go: (path: string, isReplace?: boolean) => void;
11
11
  getShowLoginOut: import("vue").ComputedRef<boolean>;
12
+ getLockscreen: import("vue").ComputedRef<boolean>;
12
13
  loginOutClick: () => {};
13
- slots: {
14
- [name: string]: import("vue").Slot;
15
- };
14
+ useLockscreen: import("pinia").Store<"lockscreen", import('../../../../src/stores/lockscreen.store').ILockscreenState, {}, {
15
+ setLock(payload: any, pwd?: string): void;
16
+ }>;
17
+ slots: import("vue").Ref<any>;
18
+ popoverVisible: import("vue").Ref<boolean>;
19
+ visible: import("vue").Ref<boolean>;
20
+ password: any;
16
21
  getUserInfo: any;
17
22
  signOut: () => void;
23
+ lockScreen: () => void;
24
+ onLock: () => void;
18
25
  readonly DtSlotContainer: import("../../../../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
19
26
  template: {
20
27
  type: FunctionConstructor;