g-ui-web 1.4.21 → 1.4.22

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 (241) hide show
  1. package/lib/bar/index.d.ts +16 -0
  2. package/lib/bar/src/chart.d.ts +2 -0
  3. package/lib/bar/src/index.vue.d.ts +26 -0
  4. package/lib/bar/src/options.d.ts +33 -0
  5. package/lib/bar-compare/index.d.ts +14 -0
  6. package/lib/bar-compare/src/chart.d.ts +2 -0
  7. package/lib/bar-compare/src/index.vue.d.ts +24 -0
  8. package/lib/bar-compare/src/options.d.ts +74 -0
  9. package/lib/bar-conv/index.d.ts +14 -0
  10. package/lib/bar-conv/src/index.vue.d.ts +22 -0
  11. package/lib/bar-line/index.d.ts +14 -0
  12. package/lib/bar-line/src/chart.d.ts +2 -0
  13. package/lib/bar-line/src/index.vue.d.ts +22 -0
  14. package/lib/bar-line/src/options.d.ts +57 -0
  15. package/lib/box/index.d.ts +331 -0
  16. package/lib/box/src/index.vue.d.ts +203 -0
  17. package/lib/calendar/index.d.ts +208 -0
  18. package/lib/calendar/src/index.vue.d.ts +793 -0
  19. package/lib/cashflow/index.d.ts +18 -0
  20. package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
  21. package/lib/cashflow/src/cash-line.d.ts +1 -0
  22. package/lib/cashflow/src/index.vue.d.ts +26 -0
  23. package/lib/cashflow/src/time-formatter.d.ts +2 -0
  24. package/lib/chart/index.d.ts +24 -0
  25. package/lib/chart/src/index.vue.d.ts +60 -0
  26. package/lib/compo-picker/index.d.ts +54 -0
  27. package/lib/compo-picker/src/index.vue.d.ts +24 -0
  28. package/lib/datafill/index.d.ts +2 -0
  29. package/lib/datatable/index.d.ts +111 -0
  30. package/lib/datatable/src/index.vue.d.ts +72 -0
  31. package/lib/dynamic-target/index.d.ts +101 -0
  32. package/lib/dynamic-target/src/index.vue.d.ts +52 -0
  33. package/lib/ele/button/index.d.ts +18 -0
  34. package/lib/ele/button/src/index.vue.d.ts +16 -0
  35. package/lib/ele/button-group/index.d.ts +18 -0
  36. package/lib/ele/button-group/src/index.vue.d.ts +16 -0
  37. package/lib/ele/card/index.d.ts +16 -0
  38. package/lib/ele/card/src/index.vue.d.ts +14 -0
  39. package/lib/ele/carousel/index.d.ts +18 -0
  40. package/lib/ele/carousel/src/index.vue.d.ts +16 -0
  41. package/lib/ele/carousel-item/index.d.ts +18 -0
  42. package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
  43. package/lib/ele/cascader/index.d.ts +14 -0
  44. package/lib/ele/cascader/src/index.vue.d.ts +2 -0
  45. package/lib/ele/cascader-panel/index.d.ts +14 -0
  46. package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
  47. package/lib/ele/check-tag/index.d.ts +18 -0
  48. package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
  49. package/lib/ele/checkbox/index.d.ts +16 -0
  50. package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
  51. package/lib/ele/checkbox-button/index.d.ts +18 -0
  52. package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
  53. package/lib/ele/checkbox-group/index.d.ts +18 -0
  54. package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
  55. package/lib/ele/col/index.d.ts +18 -0
  56. package/lib/ele/col/src/index.vue.d.ts +16 -0
  57. package/lib/ele/collapse/index.d.ts +16 -0
  58. package/lib/ele/collapse/src/index.vue.d.ts +14 -0
  59. package/lib/ele/collapse-item/index.d.ts +19 -0
  60. package/lib/ele/collapse-item/src/index.vue.d.ts +17 -0
  61. package/lib/ele/date-picker/index.d.ts +18 -0
  62. package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
  63. package/lib/ele/dialog/index.d.ts +16 -0
  64. package/lib/ele/dialog/src/index.vue.d.ts +14 -0
  65. package/lib/ele/drawer/index.d.ts +16 -0
  66. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  67. package/lib/ele/form/index.d.ts +18 -0
  68. package/lib/ele/form/src/index.vue.d.ts +16 -0
  69. package/lib/ele/form-item/index.d.ts +18 -0
  70. package/lib/ele/form-item/src/index.vue.d.ts +16 -0
  71. package/lib/ele/input/index.d.ts +16 -0
  72. package/lib/ele/input/src/index.vue.d.ts +14 -0
  73. package/lib/ele/menu/index.d.ts +16 -0
  74. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  75. package/lib/ele/menu-item/index.d.ts +18 -0
  76. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  77. package/lib/ele/menu-item-group/index.d.ts +16 -0
  78. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  79. package/lib/ele/option/index.d.ts +69 -0
  80. package/lib/ele/option/src/index.vue.d.ts +46 -0
  81. package/lib/ele/option-group/index.d.ts +18 -0
  82. package/lib/ele/option-group/src/index.vue.d.ts +16 -0
  83. package/lib/ele/pagination/index.d.ts +18 -0
  84. package/lib/ele/pagination/src/index.vue.d.ts +16 -0
  85. package/lib/ele/popover/index.d.ts +16 -0
  86. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  87. package/lib/ele/progress/index.d.ts +16 -0
  88. package/lib/ele/progress/src/index.vue.d.ts +14 -0
  89. package/lib/ele/radio/index.d.ts +16 -0
  90. package/lib/ele/radio/src/index.vue.d.ts +14 -0
  91. package/lib/ele/radio-button/index.d.ts +18 -0
  92. package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
  93. package/lib/ele/radio-group/index.d.ts +18 -0
  94. package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
  95. package/lib/ele/row/index.d.ts +18 -0
  96. package/lib/ele/row/src/index.vue.d.ts +16 -0
  97. package/lib/ele/select/index.d.ts +18 -0
  98. package/lib/ele/select/src/index.vue.d.ts +16 -0
  99. package/lib/ele/sub-menu/index.d.ts +18 -0
  100. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  101. package/lib/ele/switch/index.d.ts +16 -0
  102. package/lib/ele/switch/src/index.vue.d.ts +14 -0
  103. package/lib/ele/tab-pane/index.d.ts +19 -0
  104. package/lib/ele/tab-pane/src/index.vue.d.ts +17 -0
  105. package/lib/ele/table/index.d.ts +89 -0
  106. package/lib/ele/table-column/index.d.ts +16 -0
  107. package/lib/ele/table-column/src/index.vue.d.ts +14 -0
  108. package/lib/ele/tabs/index.d.ts +18 -0
  109. package/lib/ele/tabs/src/index.vue.d.ts +16 -0
  110. package/lib/ele/tag/index.d.ts +18 -0
  111. package/lib/ele/tag/src/index.vue.d.ts +16 -0
  112. package/lib/ele/tooltip/index.d.ts +16 -0
  113. package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
  114. package/lib/ele/tree-select/index.d.ts +16 -0
  115. package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
  116. package/lib/ele/upload/index.d.ts +16 -0
  117. package/lib/ele/upload/src/index.vue.d.ts +14 -0
  118. package/lib/ele/watermark/index.d.ts +18 -0
  119. package/lib/ele/watermark/src/index.vue.d.ts +16 -0
  120. package/lib/favicon.ico +0 -0
  121. package/lib/floating-ai/index.d.ts +104 -0
  122. package/lib/floating-ai/src/index.vue.d.ts +53 -0
  123. package/lib/fonts/bb3347.ttf +0 -0
  124. package/lib/fonts/font.css +6 -0
  125. package/lib/funnel/index.d.ts +16 -0
  126. package/lib/funnel/src/chart.d.ts +4 -0
  127. package/lib/funnel/src/index.vue.d.ts +32 -0
  128. package/lib/funnel/src/options.d.ts +77 -0
  129. package/lib/g-ui-web.cjs +131 -0
  130. package/lib/g-ui-web.iife.js +131 -0
  131. package/lib/g-ui-web.iife.js.gz +0 -0
  132. package/lib/g-ui-web.js +118103 -0
  133. package/lib/g-ui-web.js.gz +0 -0
  134. package/lib/g-ui-web.umd.cjs +131 -0
  135. package/lib/gauge/index.d.ts +14 -0
  136. package/lib/gauge/src/chart.d.ts +4 -0
  137. package/lib/gauge/src/index.vue.d.ts +22 -0
  138. package/lib/gauge/src/options.d.ts +45 -0
  139. package/lib/heatmap/src/index.vue.d.ts +160 -0
  140. package/lib/line/index.d.ts +16 -0
  141. package/lib/line/src/chart.d.ts +2 -0
  142. package/lib/line/src/index.vue.d.ts +24 -0
  143. package/lib/line/src/options.d.ts +59 -0
  144. package/lib/map/index.d.ts +14 -0
  145. package/lib/map/src/chart.d.ts +2 -0
  146. package/lib/map/src/index.vue.d.ts +22 -0
  147. package/lib/map/src/options.d.ts +21 -0
  148. package/lib/multiple-dimension-table/index.d.ts +2 -0
  149. package/lib/multiple-dimension-table/src/index.vue.d.ts +154 -0
  150. package/lib/node-achievement/index.d.ts +80 -0
  151. package/lib/node-achievement/src/index.vue.d.ts +53 -0
  152. package/lib/pie/index.d.ts +17 -0
  153. package/lib/pie/src/chart.d.ts +2 -0
  154. package/lib/pie/src/index.vue.d.ts +29 -0
  155. package/lib/pie/src/options.d.ts +30 -0
  156. package/lib/pie-distri/index.d.ts +16 -0
  157. package/lib/pie-distri/src/chart.d.ts +2 -0
  158. package/lib/pie-distri/src/index.vue.d.ts +32 -0
  159. package/lib/pie-distri/src/options.d.ts +82 -0
  160. package/lib/pie-level/index.d.ts +16 -0
  161. package/lib/pie-level/src/chart.d.ts +12 -0
  162. package/lib/pie-level/src/index.vue.d.ts +36 -0
  163. package/lib/pie-level/src/options.d.ts +34 -0
  164. package/lib/pie-table/index.d.ts +146 -0
  165. package/lib/pie-table/src/chart.d.ts +2 -0
  166. package/lib/pie-table/src/index.vue.d.ts +87 -0
  167. package/lib/pie-table/src/options.d.ts +13 -0
  168. package/lib/plan/index.d.ts +21 -0
  169. package/lib/plan/src/index.vue.d.ts +46 -0
  170. package/lib/radar/index.d.ts +14 -0
  171. package/lib/radar/src/chart.d.ts +2 -0
  172. package/lib/radar/src/index.vue.d.ts +22 -0
  173. package/lib/radar/src/options.d.ts +41 -0
  174. package/lib/ranking-cup/index.d.ts +192 -0
  175. package/lib/ranking-cup/src/index.vue.d.ts +109 -0
  176. package/lib/ranking-list/index.d.ts +188 -0
  177. package/lib/ranking-list/src/index.vue.d.ts +113 -0
  178. package/lib/ranking-rb/index.d.ts +180 -0
  179. package/lib/ranking-rb/src/index.vue.d.ts +105 -0
  180. package/lib/ranking-table/index.d.ts +168 -0
  181. package/lib/ranking-table/src/index.vue.d.ts +101 -0
  182. package/lib/reserve/index.d.ts +18 -0
  183. package/lib/reserve/src/index.vue.d.ts +26 -0
  184. package/lib/scatter/index.d.ts +19 -0
  185. package/lib/scatter/src/chart.d.ts +2 -0
  186. package/lib/scatter/src/index.vue.d.ts +39 -0
  187. package/lib/scatter/src/options.d.ts +77 -0
  188. package/lib/store/index.d.ts +2 -0
  189. package/lib/store/saveInLocal.d.ts +2 -0
  190. package/lib/style.css +1 -0
  191. package/lib/style.css.gz +0 -0
  192. package/lib/submarket-map/index.d.ts +293 -0
  193. package/lib/submarket-map/src/index.vue.d.ts +187 -0
  194. package/lib/target-achievement/index.d.ts +167 -0
  195. package/lib/target-achievement/src/index.vue.d.ts +85 -0
  196. package/lib/target-achievement/src/options.d.ts +68 -0
  197. package/lib/target-complete-rate/index.d.ts +95 -0
  198. package/lib/target-complete-rate/src/index.vue.d.ts +52 -0
  199. package/lib/target-current/index.d.ts +144 -0
  200. package/lib/target-current/src/index.vue.d.ts +75 -0
  201. package/lib/target-deviation/index.d.ts +119 -0
  202. package/lib/target-deviation/src/index.vue.d.ts +62 -0
  203. package/lib/target-gauge/index.d.ts +15 -0
  204. package/lib/target-gauge/src/chart.d.ts +4 -0
  205. package/lib/target-gauge/src/index.vue.d.ts +27 -0
  206. package/lib/target-gauge/src/options.d.ts +56 -0
  207. package/lib/target-m/index.d.ts +189 -0
  208. package/lib/target-m/src/index.vue.d.ts +102 -0
  209. package/lib/target-r/index.d.ts +257 -0
  210. package/lib/target-r/src/index.vue.d.ts +144 -0
  211. package/lib/target-s/index.d.ts +210 -0
  212. package/lib/target-s/src/index.vue.d.ts +113 -0
  213. package/lib/target-struct/index.d.ts +141 -0
  214. package/lib/target-struct/src/index.vue.d.ts +69 -0
  215. package/lib/text-select/index.d.ts +92 -0
  216. package/lib/text-select/src/index.vue.d.ts +14894 -0
  217. package/lib/utils/DataSource/DataProvider.d.ts +186 -0
  218. package/lib/utils/DataSource/debugStore.d.ts +28 -0
  219. package/lib/utils/DataSource/index.d.ts +23 -0
  220. package/lib/utils/DataSource/useDataSource.d.ts +66 -0
  221. package/lib/utils/api/index.d.ts +4 -0
  222. package/lib/utils/api/load.d.ts +4 -0
  223. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts +57 -0
  225. package/lib/utils/loading/index.d.ts +9 -0
  226. package/lib/utils/request/interface/config.d.ts +93 -0
  227. package/lib/utils/request/interface/index.d.ts +3 -0
  228. package/lib/utils/request/interface/interface.d.ts +3 -0
  229. package/lib/utils/request/utils/code.d.ts +6 -0
  230. package/lib/utils/request/utils/filter.d.ts +2 -0
  231. package/lib/utils/request/utils/loading.d.ts +14 -0
  232. package/lib/utils/storage.d.ts +27 -0
  233. package/lib/utils/theme/config/black-blue.d.ts +130 -0
  234. package/lib/utils/theme/config/black-gold.d.ts +154 -0
  235. package/lib/utils/theme/config/black-green.d.ts +127 -0
  236. package/lib/utils/theme/config/om-blue.d.ts +156 -0
  237. package/lib/utils/theme/config/white-blue.d.ts +157 -0
  238. package/lib/utils/theme/config/white-green.d.ts +154 -0
  239. package/lib/utils/theme/index.d.ts +4 -0
  240. package/lib/withInstall.d.ts +4 -0
  241. package/package.json +1 -1
@@ -0,0 +1,793 @@
1
+ import { nextTick } from 'vue';
2
+ import { CalendarDateType } from 'element-plus';
3
+ import { default as dayjs } from 'dayjs';
4
+ declare function __VLS_template(): {
5
+ slots: {
6
+ legend?(_: {}): any;
7
+ todo?(_: {
8
+ data: any;
9
+ }): any;
10
+ todo?(_: {
11
+ data: any;
12
+ }): any;
13
+ todo?(_: {
14
+ data: any;
15
+ }): any;
16
+ todo?(_: {
17
+ data: any;
18
+ }): any;
19
+ "todo-dialog"?(_: {
20
+ data: any;
21
+ }): any;
22
+ "todo-dialog"?(_: {
23
+ data: any;
24
+ }): any;
25
+ monthHeader?(_: {
26
+ data: {
27
+ name: string;
28
+ value: string;
29
+ };
30
+ }): any;
31
+ };
32
+ refs: {
33
+ calendar: ({
34
+ $: import('vue').ComponentInternalInstance;
35
+ $data: {};
36
+ $props: Partial<{}> & Omit<{
37
+ readonly modelValue?: Date | undefined;
38
+ readonly range?: [Date, Date] | undefined;
39
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
40
+ onInput?: ((value: Date) => any) | undefined | undefined;
41
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
42
+ $attrs: {
43
+ [x: string]: unknown;
44
+ };
45
+ $refs: {
46
+ [x: string]: unknown;
47
+ };
48
+ $slots: Readonly<{
49
+ [name: string]: import('vue').Slot<any> | undefined;
50
+ }>;
51
+ $root: ComponentPublicInstance | null;
52
+ $parent: ComponentPublicInstance | null;
53
+ $host: Element | null;
54
+ $emit: ((event: "input", value: Date) => void) & ((event: "update:modelValue", value: Date) => void);
55
+ $el: any;
56
+ $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
57
+ readonly modelValue: {
58
+ readonly type: PropType<Date>;
59
+ readonly required: false;
60
+ readonly validator: ((val: unknown) => boolean) | undefined;
61
+ __epPropKey: true;
62
+ };
63
+ readonly range: {
64
+ readonly type: PropType<[Date, Date]>;
65
+ readonly required: false;
66
+ readonly validator: ((val: unknown) => boolean) | undefined;
67
+ __epPropKey: true;
68
+ };
69
+ }>> & {
70
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
71
+ onInput?: ((value: Date) => any) | undefined;
72
+ }, {
73
+ selectedDay: WritableComputedRef<dayjs.Dayjs | undefined>;
74
+ pickDay: (day: dayjs.Dayjs) => void;
75
+ selectDate: (type: CalendarDateType) => void;
76
+ calculateValidatedDateRange: (startDayjs: dayjs.Dayjs, endDayjs: dayjs.Dayjs) => [dayjs.Dayjs, dayjs.Dayjs][];
77
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
78
+ "update:modelValue": (value: Date) => void;
79
+ input: (value: Date) => void;
80
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
81
+ beforeCreate?: (() => void) | (() => void)[];
82
+ created?: (() => void) | (() => void)[];
83
+ beforeMount?: (() => void) | (() => void)[];
84
+ mounted?: (() => void) | (() => void)[];
85
+ beforeUpdate?: (() => void) | (() => void)[];
86
+ updated?: (() => void) | (() => void)[];
87
+ activated?: (() => void) | (() => void)[];
88
+ deactivated?: (() => void) | (() => void)[];
89
+ beforeDestroy?: (() => void) | (() => void)[];
90
+ beforeUnmount?: (() => void) | (() => void)[];
91
+ destroyed?: (() => void) | (() => void)[];
92
+ unmounted?: (() => void) | (() => void)[];
93
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
94
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
96
+ };
97
+ $forceUpdate: () => void;
98
+ $nextTick: typeof nextTick;
99
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
100
+ } & Readonly<{}> & Omit<Readonly<globalThis.ExtractPropTypes<{
101
+ readonly modelValue: {
102
+ readonly type: PropType<Date>;
103
+ readonly required: false;
104
+ readonly validator: ((val: unknown) => boolean) | undefined;
105
+ __epPropKey: true;
106
+ };
107
+ readonly range: {
108
+ readonly type: PropType<[Date, Date]>;
109
+ readonly required: false;
110
+ readonly validator: ((val: unknown) => boolean) | undefined;
111
+ __epPropKey: true;
112
+ };
113
+ }>> & {
114
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
115
+ onInput?: ((value: Date) => any) | undefined;
116
+ }, "selectedDay" | "pickDay" | "selectDate" | "calculateValidatedDateRange"> & import('vue').ShallowUnwrapRef<{
117
+ selectedDay: WritableComputedRef<dayjs.Dayjs | undefined>;
118
+ pickDay: (day: dayjs.Dayjs) => void;
119
+ selectDate: (type: CalendarDateType) => void;
120
+ calculateValidatedDateRange: (startDayjs: dayjs.Dayjs, endDayjs: dayjs.Dayjs) => [dayjs.Dayjs, dayjs.Dayjs][];
121
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
122
+ $slots: {
123
+ header?(_: {
124
+ date: string;
125
+ }): any;
126
+ "date-cell"?(_: {
127
+ data: {
128
+ isSelected: boolean;
129
+ type: string;
130
+ day: string;
131
+ date: Date;
132
+ };
133
+ }): any;
134
+ "date-cell"?(_: {
135
+ data: {
136
+ isSelected: boolean;
137
+ type: string;
138
+ day: string;
139
+ date: Date;
140
+ };
141
+ }): any;
142
+ };
143
+ }) | null;
144
+ popRef: (({
145
+ $: import('vue').ComponentInternalInstance;
146
+ $data: {};
147
+ $props: Partial<{
148
+ readonly disabled: boolean;
149
+ readonly width: string | number;
150
+ readonly content: string;
151
+ readonly offset: number;
152
+ readonly visible: boolean | null;
153
+ readonly placement: import('element-plus').Placement;
154
+ readonly effect: import('element-plus').PopperEffect;
155
+ readonly showAfter: number;
156
+ readonly hideAfter: number;
157
+ readonly autoClose: number;
158
+ readonly tabindex: string | number;
159
+ readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
160
+ readonly popperOptions: Partial<import('element-plus').Options>;
161
+ readonly enterable: boolean;
162
+ readonly triggerKeys: string[];
163
+ readonly teleported: boolean;
164
+ readonly persistent: boolean;
165
+ readonly showArrow: boolean;
166
+ }> & Omit<{
167
+ readonly visible: boolean | null;
168
+ readonly width: string | number;
169
+ readonly showArrow: boolean;
170
+ readonly disabled: boolean;
171
+ readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
172
+ readonly triggerKeys: string[];
173
+ readonly content: string;
174
+ readonly persistent: boolean;
175
+ readonly teleported: boolean;
176
+ readonly effect: import('element-plus').PopperEffect;
177
+ readonly enterable: boolean;
178
+ readonly placement: import('element-plus').Placement;
179
+ readonly popperOptions: Partial<import('element-plus').Options>;
180
+ readonly showAfter: number;
181
+ readonly hideAfter: number;
182
+ readonly autoClose: number;
183
+ readonly tabindex: string | number;
184
+ readonly title?: string | undefined;
185
+ readonly offset?: number | undefined;
186
+ readonly appendTo?: (string | HTMLElement) | undefined;
187
+ readonly transition?: string | undefined;
188
+ readonly popperClass?: (string | {
189
+ [x: string]: boolean;
190
+ } | (string | {
191
+ [x: string]: boolean;
192
+ } | (string | {
193
+ [x: string]: boolean;
194
+ } | (string | {
195
+ [x: string]: boolean;
196
+ } | (string | {
197
+ [x: string]: boolean;
198
+ } | (string | {
199
+ [x: string]: boolean;
200
+ } | (string | {
201
+ [x: string]: boolean;
202
+ } | (string | {
203
+ [x: string]: boolean;
204
+ } | (string | {
205
+ [x: string]: boolean;
206
+ } | (string | {
207
+ [x: string]: boolean;
208
+ } | (string | any[] | {
209
+ [x: string]: boolean;
210
+ })[])[])[])[])[])[])[])[])[])[]) | undefined;
211
+ readonly popperStyle?: import('vue').StyleValue;
212
+ "onUpdate:visible"?: (((visible: boolean) => void) & ((value: boolean) => any)) | undefined;
213
+ "onAfter-enter"?: (() => any) | undefined | undefined;
214
+ "onAfter-leave"?: (() => any) | undefined | undefined;
215
+ "onBefore-enter"?: (() => any) | undefined | undefined;
216
+ "onBefore-leave"?: (() => any) | undefined | undefined;
217
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "offset" | "visible" | "width" | "showArrow" | "disabled" | "trigger" | "triggerKeys" | "content" | "persistent" | "teleported" | "effect" | "enterable" | "placement" | "popperOptions" | "showAfter" | "hideAfter" | "autoClose" | "tabindex">;
218
+ $attrs: {
219
+ [x: string]: unknown;
220
+ };
221
+ $refs: {
222
+ [x: string]: unknown;
223
+ };
224
+ $slots: Readonly<{
225
+ [name: string]: import('vue').Slot<any> | undefined;
226
+ }>;
227
+ $root: ComponentPublicInstance | null;
228
+ $parent: ComponentPublicInstance | null;
229
+ $host: Element | null;
230
+ $emit: ((event: "after-enter") => void) & ((event: "after-leave") => void) & ((event: "before-enter") => void) & ((event: "before-leave") => void) & ((event: "update:visible", value: boolean) => void);
231
+ $el: any;
232
+ $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
233
+ readonly trigger: {
234
+ readonly type: globalThis.PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
235
+ readonly required: false;
236
+ readonly validator: ((val: unknown) => boolean) | undefined;
237
+ __epPropKey: true;
238
+ } & {
239
+ readonly default: "hover";
240
+ };
241
+ readonly triggerKeys: {
242
+ readonly type: globalThis.PropType<string[]>;
243
+ readonly required: false;
244
+ readonly validator: ((val: unknown) => boolean) | undefined;
245
+ __epPropKey: true;
246
+ } & {
247
+ readonly default: () => string[];
248
+ };
249
+ readonly placement: {
250
+ readonly type: globalThis.PropType<import('element-plus').Placement>;
251
+ readonly required: false;
252
+ readonly validator: ((val: unknown) => boolean) | undefined;
253
+ __epPropKey: true;
254
+ } & {
255
+ readonly default: "bottom";
256
+ };
257
+ readonly disabled: BooleanConstructor;
258
+ readonly visible: {
259
+ readonly type: globalThis.PropType<boolean | null>;
260
+ readonly required: false;
261
+ readonly validator: ((val: unknown) => boolean) | undefined;
262
+ __epPropKey: true;
263
+ } & {
264
+ readonly default: null;
265
+ };
266
+ readonly transition: StringConstructor;
267
+ readonly popperOptions: {
268
+ readonly type: globalThis.PropType<Partial<import('element-plus').Options>>;
269
+ readonly required: false;
270
+ readonly validator: ((val: unknown) => boolean) | undefined;
271
+ __epPropKey: true;
272
+ } & {
273
+ readonly default: () => {};
274
+ };
275
+ readonly tabindex: {
276
+ readonly type: globalThis.PropType<string | number>;
277
+ readonly required: false;
278
+ readonly validator: ((val: unknown) => boolean) | undefined;
279
+ __epPropKey: true;
280
+ } & {
281
+ readonly default: 0;
282
+ };
283
+ readonly content: {
284
+ readonly type: globalThis.PropType<string>;
285
+ readonly required: false;
286
+ readonly validator: ((val: unknown) => boolean) | undefined;
287
+ __epPropKey: true;
288
+ } & {
289
+ readonly default: "";
290
+ };
291
+ readonly popperStyle: {
292
+ readonly type: PropType<import('vue').StyleValue>;
293
+ readonly required: false;
294
+ readonly validator: ((val: unknown) => boolean) | undefined;
295
+ __epPropKey: true;
296
+ };
297
+ readonly popperClass: {
298
+ readonly type: PropType<string | {
299
+ [x: string]: boolean;
300
+ } | (string | {
301
+ [x: string]: boolean;
302
+ } | (string | {
303
+ [x: string]: boolean;
304
+ } | (string | {
305
+ [x: string]: boolean;
306
+ } | (string | {
307
+ [x: string]: boolean;
308
+ } | (string | {
309
+ [x: string]: boolean;
310
+ } | (string | {
311
+ [x: string]: boolean;
312
+ } | (string | {
313
+ [x: string]: boolean;
314
+ } | (string | {
315
+ [x: string]: boolean;
316
+ } | (string | {
317
+ [x: string]: boolean;
318
+ } | (string | any[] | {
319
+ [x: string]: boolean;
320
+ })[])[])[])[])[])[])[])[])[])[]>;
321
+ readonly required: false;
322
+ readonly validator: ((val: unknown) => boolean) | undefined;
323
+ __epPropKey: true;
324
+ };
325
+ readonly enterable: {
326
+ readonly default: true;
327
+ readonly type: PropType<boolean>;
328
+ readonly required: false;
329
+ readonly validator: ((val: unknown) => boolean) | undefined;
330
+ readonly __epPropKey: true;
331
+ };
332
+ readonly effect: {
333
+ readonly default: "light";
334
+ readonly type: PropType<import('element-plus').PopperEffect>;
335
+ readonly required: false;
336
+ readonly validator: ((val: unknown) => boolean) | undefined;
337
+ readonly __epPropKey: true;
338
+ };
339
+ readonly teleported: {
340
+ readonly type: globalThis.PropType<boolean>;
341
+ readonly required: false;
342
+ readonly validator: ((val: unknown) => boolean) | undefined;
343
+ __epPropKey: true;
344
+ } & {
345
+ readonly default: true;
346
+ };
347
+ readonly appendTo: {
348
+ readonly type: PropType<string | HTMLElement>;
349
+ readonly required: false;
350
+ readonly validator: ((val: unknown) => boolean) | undefined;
351
+ __epPropKey: true;
352
+ };
353
+ readonly title: StringConstructor;
354
+ readonly width: {
355
+ readonly type: globalThis.PropType<string | number>;
356
+ readonly required: false;
357
+ readonly validator: ((val: unknown) => boolean) | undefined;
358
+ __epPropKey: true;
359
+ } & {
360
+ readonly default: 150;
361
+ };
362
+ readonly offset: {
363
+ readonly type: globalThis.PropType<number>;
364
+ readonly required: false;
365
+ readonly validator: ((val: unknown) => boolean) | undefined;
366
+ __epPropKey: true;
367
+ } & {
368
+ readonly default: undefined;
369
+ };
370
+ readonly showAfter: {
371
+ readonly type: globalThis.PropType<number>;
372
+ readonly required: false;
373
+ readonly validator: ((val: unknown) => boolean) | undefined;
374
+ __epPropKey: true;
375
+ } & {
376
+ readonly default: 0;
377
+ };
378
+ readonly hideAfter: {
379
+ readonly type: globalThis.PropType<number>;
380
+ readonly required: false;
381
+ readonly validator: ((val: unknown) => boolean) | undefined;
382
+ __epPropKey: true;
383
+ } & {
384
+ readonly default: 200;
385
+ };
386
+ readonly autoClose: {
387
+ readonly type: globalThis.PropType<number>;
388
+ readonly required: false;
389
+ readonly validator: ((val: unknown) => boolean) | undefined;
390
+ __epPropKey: true;
391
+ } & {
392
+ readonly default: 0;
393
+ };
394
+ readonly showArrow: {
395
+ readonly type: globalThis.PropType<boolean>;
396
+ readonly required: false;
397
+ readonly validator: ((val: unknown) => boolean) | undefined;
398
+ __epPropKey: true;
399
+ } & {
400
+ readonly default: true;
401
+ };
402
+ readonly persistent: {
403
+ readonly type: globalThis.PropType<boolean>;
404
+ readonly required: false;
405
+ readonly validator: ((val: unknown) => boolean) | undefined;
406
+ __epPropKey: true;
407
+ } & {
408
+ readonly default: true;
409
+ };
410
+ readonly "onUpdate:visible": {
411
+ readonly type: PropType<(visible: boolean) => void>;
412
+ readonly required: false;
413
+ readonly validator: ((val: unknown) => boolean) | undefined;
414
+ __epPropKey: true;
415
+ };
416
+ }>> & {
417
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
418
+ "onAfter-enter"?: (() => any) | undefined;
419
+ "onAfter-leave"?: (() => any) | undefined;
420
+ "onBefore-enter"?: (() => any) | undefined;
421
+ "onBefore-leave"?: (() => any) | undefined;
422
+ }, {
423
+ popperRef: ComputedRef<import('element-plus').PopperInstance | undefined>;
424
+ hide: () => void;
425
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
426
+ "after-enter": () => void;
427
+ "after-leave": () => void;
428
+ "before-enter": () => void;
429
+ "before-leave": () => void;
430
+ "update:visible": (value: boolean) => void;
431
+ }, string, {
432
+ readonly disabled: boolean;
433
+ readonly width: string | number;
434
+ readonly content: string;
435
+ readonly offset: number;
436
+ readonly visible: boolean | null;
437
+ readonly placement: import('element-plus').Placement;
438
+ readonly effect: import('element-plus').PopperEffect;
439
+ readonly showAfter: number;
440
+ readonly hideAfter: number;
441
+ readonly autoClose: number;
442
+ readonly tabindex: string | number;
443
+ readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
444
+ readonly popperOptions: Partial<import('element-plus').Options>;
445
+ readonly enterable: boolean;
446
+ readonly triggerKeys: string[];
447
+ readonly teleported: boolean;
448
+ readonly persistent: boolean;
449
+ readonly showArrow: boolean;
450
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
451
+ beforeCreate?: (() => void) | (() => void)[];
452
+ created?: (() => void) | (() => void)[];
453
+ beforeMount?: (() => void) | (() => void)[];
454
+ mounted?: (() => void) | (() => void)[];
455
+ beforeUpdate?: (() => void) | (() => void)[];
456
+ updated?: (() => void) | (() => void)[];
457
+ activated?: (() => void) | (() => void)[];
458
+ deactivated?: (() => void) | (() => void)[];
459
+ beforeDestroy?: (() => void) | (() => void)[];
460
+ beforeUnmount?: (() => void) | (() => void)[];
461
+ destroyed?: (() => void) | (() => void)[];
462
+ unmounted?: (() => void) | (() => void)[];
463
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
464
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
465
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
466
+ };
467
+ $forceUpdate: () => void;
468
+ $nextTick: typeof nextTick;
469
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
470
+ } & Readonly<{
471
+ readonly disabled: boolean;
472
+ readonly width: string | number;
473
+ readonly content: string;
474
+ readonly offset: number;
475
+ readonly visible: boolean | null;
476
+ readonly placement: import('element-plus').Placement;
477
+ readonly effect: import('element-plus').PopperEffect;
478
+ readonly showAfter: number;
479
+ readonly hideAfter: number;
480
+ readonly autoClose: number;
481
+ readonly tabindex: string | number;
482
+ readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
483
+ readonly popperOptions: Partial<import('element-plus').Options>;
484
+ readonly enterable: boolean;
485
+ readonly triggerKeys: string[];
486
+ readonly teleported: boolean;
487
+ readonly persistent: boolean;
488
+ readonly showArrow: boolean;
489
+ }> & Omit<Readonly<globalThis.ExtractPropTypes<{
490
+ readonly trigger: {
491
+ readonly type: globalThis.PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
492
+ readonly required: false;
493
+ readonly validator: ((val: unknown) => boolean) | undefined;
494
+ __epPropKey: true;
495
+ } & {
496
+ readonly default: "hover";
497
+ };
498
+ readonly triggerKeys: {
499
+ readonly type: globalThis.PropType<string[]>;
500
+ readonly required: false;
501
+ readonly validator: ((val: unknown) => boolean) | undefined;
502
+ __epPropKey: true;
503
+ } & {
504
+ readonly default: () => string[];
505
+ };
506
+ readonly placement: {
507
+ readonly type: globalThis.PropType<import('element-plus').Placement>;
508
+ readonly required: false;
509
+ readonly validator: ((val: unknown) => boolean) | undefined;
510
+ __epPropKey: true;
511
+ } & {
512
+ readonly default: "bottom";
513
+ };
514
+ readonly disabled: BooleanConstructor;
515
+ readonly visible: {
516
+ readonly type: globalThis.PropType<boolean | null>;
517
+ readonly required: false;
518
+ readonly validator: ((val: unknown) => boolean) | undefined;
519
+ __epPropKey: true;
520
+ } & {
521
+ readonly default: null;
522
+ };
523
+ readonly transition: StringConstructor;
524
+ readonly popperOptions: {
525
+ readonly type: globalThis.PropType<Partial<import('element-plus').Options>>;
526
+ readonly required: false;
527
+ readonly validator: ((val: unknown) => boolean) | undefined;
528
+ __epPropKey: true;
529
+ } & {
530
+ readonly default: () => {};
531
+ };
532
+ readonly tabindex: {
533
+ readonly type: globalThis.PropType<string | number>;
534
+ readonly required: false;
535
+ readonly validator: ((val: unknown) => boolean) | undefined;
536
+ __epPropKey: true;
537
+ } & {
538
+ readonly default: 0;
539
+ };
540
+ readonly content: {
541
+ readonly type: globalThis.PropType<string>;
542
+ readonly required: false;
543
+ readonly validator: ((val: unknown) => boolean) | undefined;
544
+ __epPropKey: true;
545
+ } & {
546
+ readonly default: "";
547
+ };
548
+ readonly popperStyle: {
549
+ readonly type: PropType<import('vue').StyleValue>;
550
+ readonly required: false;
551
+ readonly validator: ((val: unknown) => boolean) | undefined;
552
+ __epPropKey: true;
553
+ };
554
+ readonly popperClass: {
555
+ readonly type: PropType<string | {
556
+ [x: string]: boolean;
557
+ } | (string | {
558
+ [x: string]: boolean;
559
+ } | (string | {
560
+ [x: string]: boolean;
561
+ } | (string | {
562
+ [x: string]: boolean;
563
+ } | (string | {
564
+ [x: string]: boolean;
565
+ } | (string | {
566
+ [x: string]: boolean;
567
+ } | (string | {
568
+ [x: string]: boolean;
569
+ } | (string | {
570
+ [x: string]: boolean;
571
+ } | (string | {
572
+ [x: string]: boolean;
573
+ } | (string | {
574
+ [x: string]: boolean;
575
+ } | (string | any[] | {
576
+ [x: string]: boolean;
577
+ })[])[])[])[])[])[])[])[])[])[]>;
578
+ readonly required: false;
579
+ readonly validator: ((val: unknown) => boolean) | undefined;
580
+ __epPropKey: true;
581
+ };
582
+ readonly enterable: {
583
+ readonly default: true;
584
+ readonly type: PropType<boolean>;
585
+ readonly required: false;
586
+ readonly validator: ((val: unknown) => boolean) | undefined;
587
+ readonly __epPropKey: true;
588
+ };
589
+ readonly effect: {
590
+ readonly default: "light";
591
+ readonly type: PropType<import('element-plus').PopperEffect>;
592
+ readonly required: false;
593
+ readonly validator: ((val: unknown) => boolean) | undefined;
594
+ readonly __epPropKey: true;
595
+ };
596
+ readonly teleported: {
597
+ readonly type: globalThis.PropType<boolean>;
598
+ readonly required: false;
599
+ readonly validator: ((val: unknown) => boolean) | undefined;
600
+ __epPropKey: true;
601
+ } & {
602
+ readonly default: true;
603
+ };
604
+ readonly appendTo: {
605
+ readonly type: PropType<string | HTMLElement>;
606
+ readonly required: false;
607
+ readonly validator: ((val: unknown) => boolean) | undefined;
608
+ __epPropKey: true;
609
+ };
610
+ readonly title: StringConstructor;
611
+ readonly width: {
612
+ readonly type: globalThis.PropType<string | number>;
613
+ readonly required: false;
614
+ readonly validator: ((val: unknown) => boolean) | undefined;
615
+ __epPropKey: true;
616
+ } & {
617
+ readonly default: 150;
618
+ };
619
+ readonly offset: {
620
+ readonly type: globalThis.PropType<number>;
621
+ readonly required: false;
622
+ readonly validator: ((val: unknown) => boolean) | undefined;
623
+ __epPropKey: true;
624
+ } & {
625
+ readonly default: undefined;
626
+ };
627
+ readonly showAfter: {
628
+ readonly type: globalThis.PropType<number>;
629
+ readonly required: false;
630
+ readonly validator: ((val: unknown) => boolean) | undefined;
631
+ __epPropKey: true;
632
+ } & {
633
+ readonly default: 0;
634
+ };
635
+ readonly hideAfter: {
636
+ readonly type: globalThis.PropType<number>;
637
+ readonly required: false;
638
+ readonly validator: ((val: unknown) => boolean) | undefined;
639
+ __epPropKey: true;
640
+ } & {
641
+ readonly default: 200;
642
+ };
643
+ readonly autoClose: {
644
+ readonly type: globalThis.PropType<number>;
645
+ readonly required: false;
646
+ readonly validator: ((val: unknown) => boolean) | undefined;
647
+ __epPropKey: true;
648
+ } & {
649
+ readonly default: 0;
650
+ };
651
+ readonly showArrow: {
652
+ readonly type: globalThis.PropType<boolean>;
653
+ readonly required: false;
654
+ readonly validator: ((val: unknown) => boolean) | undefined;
655
+ __epPropKey: true;
656
+ } & {
657
+ readonly default: true;
658
+ };
659
+ readonly persistent: {
660
+ readonly type: globalThis.PropType<boolean>;
661
+ readonly required: false;
662
+ readonly validator: ((val: unknown) => boolean) | undefined;
663
+ __epPropKey: true;
664
+ } & {
665
+ readonly default: true;
666
+ };
667
+ readonly "onUpdate:visible": {
668
+ readonly type: PropType<(visible: boolean) => void>;
669
+ readonly required: false;
670
+ readonly validator: ((val: unknown) => boolean) | undefined;
671
+ __epPropKey: true;
672
+ };
673
+ }>> & {
674
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
675
+ "onAfter-enter"?: (() => any) | undefined;
676
+ "onAfter-leave"?: (() => any) | undefined;
677
+ "onBefore-enter"?: (() => any) | undefined;
678
+ "onBefore-leave"?: (() => any) | undefined;
679
+ }, "offset" | "visible" | "width" | "showArrow" | "disabled" | "trigger" | "triggerKeys" | "content" | "persistent" | "teleported" | "effect" | "enterable" | "placement" | "popperOptions" | "showAfter" | "hideAfter" | "autoClose" | "popperRef" | "hide" | "tabindex"> & import('vue').ShallowUnwrapRef<{
680
+ popperRef: ComputedRef<import('element-plus').PopperInstance | undefined>;
681
+ hide: () => void;
682
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
683
+ $slots: {
684
+ reference?(_: {}): any;
685
+ default?(_: {}): any;
686
+ };
687
+ }) | null)[];
688
+ };
689
+ attrs: Partial<{}>;
690
+ };
691
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
692
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
693
+ popWidth: {
694
+ type: NumberConstructor;
695
+ default: number;
696
+ };
697
+ isPop: {
698
+ type: BooleanConstructor;
699
+ default: boolean;
700
+ };
701
+ isDia: {
702
+ type: BooleanConstructor;
703
+ default: boolean;
704
+ };
705
+ isRadio: {
706
+ type: BooleanConstructor;
707
+ default: boolean;
708
+ };
709
+ dateType: {
710
+ type: StringConstructor;
711
+ default: string;
712
+ };
713
+ dbOptions: {
714
+ type: ObjectConstructor;
715
+ default: {};
716
+ };
717
+ monthValue: {
718
+ type: StringConstructor;
719
+ default: () => string;
720
+ };
721
+ yearValue: {
722
+ type: StringConstructor;
723
+ default: () => string;
724
+ };
725
+ maxTodo: {
726
+ type: NumberConstructor;
727
+ default: number;
728
+ };
729
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
730
+ "update:monthValue": (...args: any[]) => void;
731
+ "update:yearValue": (...args: any[]) => void;
732
+ changeMonth: (...args: any[]) => void;
733
+ changeYear: (...args: any[]) => void;
734
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
735
+ popWidth: {
736
+ type: NumberConstructor;
737
+ default: number;
738
+ };
739
+ isPop: {
740
+ type: BooleanConstructor;
741
+ default: boolean;
742
+ };
743
+ isDia: {
744
+ type: BooleanConstructor;
745
+ default: boolean;
746
+ };
747
+ isRadio: {
748
+ type: BooleanConstructor;
749
+ default: boolean;
750
+ };
751
+ dateType: {
752
+ type: StringConstructor;
753
+ default: string;
754
+ };
755
+ dbOptions: {
756
+ type: ObjectConstructor;
757
+ default: {};
758
+ };
759
+ monthValue: {
760
+ type: StringConstructor;
761
+ default: () => string;
762
+ };
763
+ yearValue: {
764
+ type: StringConstructor;
765
+ default: () => string;
766
+ };
767
+ maxTodo: {
768
+ type: NumberConstructor;
769
+ default: number;
770
+ };
771
+ }>> & Readonly<{
772
+ "onUpdate:monthValue"?: ((...args: any[]) => any) | undefined;
773
+ "onUpdate:yearValue"?: ((...args: any[]) => any) | undefined;
774
+ onChangeMonth?: ((...args: any[]) => any) | undefined;
775
+ onChangeYear?: ((...args: any[]) => any) | undefined;
776
+ }>, {
777
+ dbOptions: Record<string, any>;
778
+ popWidth: number;
779
+ isPop: boolean;
780
+ isDia: boolean;
781
+ isRadio: boolean;
782
+ dateType: string;
783
+ monthValue: string;
784
+ yearValue: string;
785
+ maxTodo: number;
786
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
787
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
788
+ export default _default;
789
+ type __VLS_WithTemplateSlots<T, S> = T & {
790
+ new (): {
791
+ $slots: S;
792
+ };
793
+ };