@duxweb/dvha-pro 0.0.5

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 (293) hide show
  1. package/dist/cjs/app.cjs +1 -0
  2. package/dist/cjs/component.cjs +1 -0
  3. package/dist/cjs/components/card/card.cjs +1 -0
  4. package/dist/cjs/components/carousel/carousel.cjs +1 -0
  5. package/dist/cjs/components/dashboard/hello.cjs +1 -0
  6. package/dist/cjs/components/dashboard/helloBig.cjs +1 -0
  7. package/dist/cjs/components/dashboard/quick.cjs +1 -0
  8. package/dist/cjs/components/dialog/dialog.cjs +1 -0
  9. package/dist/cjs/components/draw/drawApps.cjs +1 -0
  10. package/dist/cjs/components/draw/drawAuth.cjs +1 -0
  11. package/dist/cjs/components/draw/drawEmpty.cjs +1 -0
  12. package/dist/cjs/components/draw/drawEmptyForm.cjs +1 -0
  13. package/dist/cjs/components/draw/drawError.cjs +1 -0
  14. package/dist/cjs/components/drawer/drawer.cjs +1 -0
  15. package/dist/cjs/components/drawer/drawerPage.cjs +1 -0
  16. package/dist/cjs/components/form/formItem.cjs +1 -0
  17. package/dist/cjs/components/form/formLayout.cjs +1 -0
  18. package/dist/cjs/components/form/modalForm.cjs +1 -0
  19. package/dist/cjs/components/form/pageForm.cjs +1 -0
  20. package/dist/cjs/components/form/settingForm.cjs +1 -0
  21. package/dist/cjs/components/layout/filter.cjs +1 -0
  22. package/dist/cjs/components/layout/list.cjs +1 -0
  23. package/dist/cjs/components/layout/table.cjs +1 -0
  24. package/dist/cjs/components/layout/tools.cjs +1 -0
  25. package/dist/cjs/components/list/card.cjs +1 -0
  26. package/dist/cjs/components/list/list.cjs +1 -0
  27. package/dist/cjs/components/media/media.cjs +1 -0
  28. package/dist/cjs/components/modal/modal.cjs +1 -0
  29. package/dist/cjs/components/modal/modalPage.cjs +1 -0
  30. package/dist/cjs/components/modal/modalTab.cjs +1 -0
  31. package/dist/cjs/components/panel/alert.cjs +1 -0
  32. package/dist/cjs/components/panel/setting.cjs +1 -0
  33. package/dist/cjs/components/status/blockEmpty.cjs +1 -0
  34. package/dist/cjs/components/table/tablePage.cjs +1 -0
  35. package/dist/cjs/components/widget/connect.cjs +1 -0
  36. package/dist/cjs/config/uno.cjs +1 -0
  37. package/dist/cjs/config/validate.cjs +1 -0
  38. package/dist/cjs/dvha-pro.css +1 -0
  39. package/dist/cjs/hooks/action.cjs +1 -0
  40. package/dist/cjs/hooks/dialog.cjs +1 -0
  41. package/dist/cjs/hooks/drawer.cjs +1 -0
  42. package/dist/cjs/hooks/modal.cjs +1 -0
  43. package/dist/cjs/hooks/table/column.cjs +1 -0
  44. package/dist/cjs/hooks/table/copy.cjs +1 -0
  45. package/dist/cjs/hooks/table/hidden.cjs +1 -0
  46. package/dist/cjs/hooks/table/image.cjs +1 -0
  47. package/dist/cjs/hooks/table/input.cjs +1 -0
  48. package/dist/cjs/hooks/table/map.cjs +1 -0
  49. package/dist/cjs/hooks/table/media.cjs +1 -0
  50. package/dist/cjs/hooks/table/status.cjs +1 -0
  51. package/dist/cjs/hooks/table/switch.cjs +1 -0
  52. package/dist/cjs/hooks/table.cjs +1 -0
  53. package/dist/cjs/hooks/ui.cjs +1 -0
  54. package/dist/cjs/index.cjs +1 -0
  55. package/dist/cjs/langs/en-US.json.cjs +1 -0
  56. package/dist/cjs/langs/zh-CN.json.cjs +1 -0
  57. package/dist/cjs/main.cjs +1 -0
  58. package/dist/cjs/node_modules/@iconify-json/tabler/icons.json.cjs +1 -0
  59. package/dist/cjs/node_modules/@overlastic/core/dist/index.cjs +1 -0
  60. package/dist/cjs/node_modules/@overlastic/vue/dist/index.cjs +1 -0
  61. package/dist/cjs/node_modules/@vee-validate/i18n/dist/locale/en.json.cjs +1 -0
  62. package/dist/cjs/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.cjs +1 -0
  63. package/dist/cjs/node_modules/@vueuse/integrations/useFocusTrap.cjs +1 -0
  64. package/dist/cjs/node_modules/@vueuse/shared/index.cjs +1 -0
  65. package/dist/cjs/node_modules/colorizr/dist/index.cjs +1 -0
  66. package/dist/cjs/node_modules/focus-trap/dist/focus-trap.esm.cjs +5 -0
  67. package/dist/cjs/node_modules/lower-case/dist.es2015/index.cjs +1 -0
  68. package/dist/cjs/node_modules/no-case/dist.es2015/index.cjs +1 -0
  69. package/dist/cjs/node_modules/pascal-case/dist.es2015/index.cjs +1 -0
  70. package/dist/cjs/node_modules/tabbable/dist/index.esm.cjs +4 -0
  71. package/dist/cjs/node_modules/tslib/tslib.es6.cjs +1 -0
  72. package/dist/cjs/pages/authLayout.cjs +1 -0
  73. package/dist/cjs/pages/layout/global.cjs +1 -0
  74. package/dist/cjs/pages/layout/page.cjs +1 -0
  75. package/dist/cjs/pages/layout/tab.cjs +1 -0
  76. package/dist/cjs/pages/layout.cjs +1 -0
  77. package/dist/cjs/pages/loading.cjs +1 -0
  78. package/dist/cjs/pages/login.cjs +1 -0
  79. package/dist/cjs/pages/menu/avatar.cjs +1 -0
  80. package/dist/cjs/pages/menu/button.cjs +1 -0
  81. package/dist/cjs/pages/menu/cmd.cjs +1 -0
  82. package/dist/cjs/pages/menu/main.cjs +1 -0
  83. package/dist/cjs/pages/menu/mobile.cjs +1 -0
  84. package/dist/cjs/pages/page.cjs +1 -0
  85. package/dist/cjs/pages/page403.cjs +1 -0
  86. package/dist/cjs/pages/page404.cjs +1 -0
  87. package/dist/cjs/pages/page500.cjs +1 -0
  88. package/dist/cjs/pages/pageEmpty.cjs +1 -0
  89. package/dist/cjs/pages/pageLoading.cjs +1 -0
  90. package/dist/cjs/pages/pageStatus.cjs +1 -0
  91. package/dist/cjs/static/images/placeholder.png.cjs +1 -0
  92. package/dist/cjs/stores/ui.cjs +1 -0
  93. package/dist/cjs/theme/naiveTheme.cjs +1 -0
  94. package/dist/cjs/theme/presetTheme.cjs +1 -0
  95. package/dist/cjs/theme/uno.css.cjs +1285 -0
  96. package/dist/esm/app.js +20 -0
  97. package/dist/esm/component.js +59 -0
  98. package/dist/esm/components/card/card.js +114 -0
  99. package/dist/esm/components/carousel/carousel.js +37 -0
  100. package/dist/esm/components/dashboard/hello.js +40 -0
  101. package/dist/esm/components/dashboard/helloBig.js +344 -0
  102. package/dist/esm/components/dashboard/quick.js +59 -0
  103. package/dist/esm/components/dialog/dialog.js +118 -0
  104. package/dist/esm/components/draw/drawApps.js +145 -0
  105. package/dist/esm/components/draw/drawAuth.js +50 -0
  106. package/dist/esm/components/draw/drawEmpty.js +92 -0
  107. package/dist/esm/components/draw/drawEmptyForm.js +128 -0
  108. package/dist/esm/components/draw/drawError.js +242 -0
  109. package/dist/esm/components/drawer/drawer.js +73 -0
  110. package/dist/esm/components/drawer/drawerPage.js +28 -0
  111. package/dist/esm/components/form/formItem.js +77 -0
  112. package/dist/esm/components/form/formLayout.js +38 -0
  113. package/dist/esm/components/form/modalForm.js +108 -0
  114. package/dist/esm/components/form/pageForm.js +94 -0
  115. package/dist/esm/components/form/settingForm.js +104 -0
  116. package/dist/esm/components/layout/filter.js +27 -0
  117. package/dist/esm/components/layout/list.js +333 -0
  118. package/dist/esm/components/layout/table.js +292 -0
  119. package/dist/esm/components/layout/tools.js +78 -0
  120. package/dist/esm/components/list/card.js +78 -0
  121. package/dist/esm/components/list/list.js +38 -0
  122. package/dist/esm/components/media/media.js +77 -0
  123. package/dist/esm/components/modal/modal.js +116 -0
  124. package/dist/esm/components/modal/modalPage.js +56 -0
  125. package/dist/esm/components/modal/modalTab.js +70 -0
  126. package/dist/esm/components/panel/alert.js +57 -0
  127. package/dist/esm/components/panel/setting.js +49 -0
  128. package/dist/esm/components/status/blockEmpty.js +78 -0
  129. package/dist/esm/components/table/tablePage.js +41 -0
  130. package/dist/esm/components/widget/connect.js +119 -0
  131. package/dist/esm/config/uno.js +32 -0
  132. package/dist/esm/config/validate.js +15 -0
  133. package/dist/esm/dvha-pro.css +1 -0
  134. package/dist/esm/hooks/action.js +213 -0
  135. package/dist/esm/hooks/dialog.js +32 -0
  136. package/dist/esm/hooks/drawer.js +25 -0
  137. package/dist/esm/hooks/modal.js +14 -0
  138. package/dist/esm/hooks/table/column.js +31 -0
  139. package/dist/esm/hooks/table/copy.js +27 -0
  140. package/dist/esm/hooks/table/hidden.js +48 -0
  141. package/dist/esm/hooks/table/image.js +24 -0
  142. package/dist/esm/hooks/table/input.js +81 -0
  143. package/dist/esm/hooks/table/map.js +21 -0
  144. package/dist/esm/hooks/table/media.js +34 -0
  145. package/dist/esm/hooks/table/status.js +32 -0
  146. package/dist/esm/hooks/table/switch.js +33 -0
  147. package/dist/esm/hooks/table.js +74 -0
  148. package/dist/esm/hooks/ui.js +16 -0
  149. package/dist/esm/index.js +139 -0
  150. package/dist/esm/langs/en-US.json.js +11 -0
  151. package/dist/esm/langs/zh-CN.json.js +11 -0
  152. package/dist/esm/main.js +18 -0
  153. package/dist/esm/node_modules/@iconify-json/tabler/icons.json.js +17 -0
  154. package/dist/esm/node_modules/@overlastic/core/dist/index.js +76 -0
  155. package/dist/esm/node_modules/@overlastic/vue/dist/index.js +122 -0
  156. package/dist/esm/node_modules/@vee-validate/i18n/dist/locale/en.json.js +9 -0
  157. package/dist/esm/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.js +9 -0
  158. package/dist/esm/node_modules/@vueuse/integrations/useFocusTrap.js +43 -0
  159. package/dist/esm/node_modules/@vueuse/shared/index.js +6 -0
  160. package/dist/esm/node_modules/colorizr/dist/index.js +318 -0
  161. package/dist/esm/node_modules/focus-trap/dist/focus-trap.esm.js +473 -0
  162. package/dist/esm/node_modules/lower-case/dist.es2015/index.js +6 -0
  163. package/dist/esm/node_modules/no-case/dist.es2015/index.js +18 -0
  164. package/dist/esm/node_modules/pascal-case/dist.es2015/index.js +13 -0
  165. package/dist/esm/node_modules/tabbable/dist/index.esm.js +202 -0
  166. package/dist/esm/node_modules/tslib/tslib.es6.js +12 -0
  167. package/dist/esm/pages/authLayout.js +38 -0
  168. package/dist/esm/pages/layout/global.js +51 -0
  169. package/dist/esm/pages/layout/page.js +54 -0
  170. package/dist/esm/pages/layout/tab.js +110 -0
  171. package/dist/esm/pages/layout.js +14 -0
  172. package/dist/esm/pages/loading.js +14 -0
  173. package/dist/esm/pages/login.js +143 -0
  174. package/dist/esm/pages/menu/avatar.js +205 -0
  175. package/dist/esm/pages/menu/button.js +60 -0
  176. package/dist/esm/pages/menu/cmd.js +156 -0
  177. package/dist/esm/pages/menu/main.js +101 -0
  178. package/dist/esm/pages/menu/mobile.js +38 -0
  179. package/dist/esm/pages/page.js +47 -0
  180. package/dist/esm/pages/page403.js +46 -0
  181. package/dist/esm/pages/page404.js +57 -0
  182. package/dist/esm/pages/page500.js +45 -0
  183. package/dist/esm/pages/pageEmpty.js +25 -0
  184. package/dist/esm/pages/pageLoading.js +22 -0
  185. package/dist/esm/pages/pageStatus.js +50 -0
  186. package/dist/esm/static/images/placeholder.png.js +4 -0
  187. package/dist/esm/stores/ui.js +34 -0
  188. package/dist/esm/theme/naiveTheme.js +97 -0
  189. package/dist/esm/theme/presetTheme.js +12 -0
  190. package/dist/esm/theme/uno.css.js +1288 -0
  191. package/dist/types/app.d.ts +1 -0
  192. package/dist/types/component.d.ts +5 -0
  193. package/dist/types/components/card/card.d.ts +140 -0
  194. package/dist/types/components/card/index.d.ts +1 -0
  195. package/dist/types/components/carousel/carousel.d.ts +20 -0
  196. package/dist/types/components/carousel/index.d.ts +1 -0
  197. package/dist/types/components/dashboard/hello.d.ts +16 -0
  198. package/dist/types/components/dashboard/helloBig.d.ts +19 -0
  199. package/dist/types/components/dashboard/index.d.ts +3 -0
  200. package/dist/types/components/dashboard/quick.d.ts +33 -0
  201. package/dist/types/components/dialog/dialog.d.ts +35 -0
  202. package/dist/types/components/dialog/index.d.ts +1 -0
  203. package/dist/types/components/draw/drawApps.d.ts +1 -0
  204. package/dist/types/components/draw/drawAuth.d.ts +1 -0
  205. package/dist/types/components/draw/drawEmpty.d.ts +1 -0
  206. package/dist/types/components/draw/drawEmptyForm.d.ts +1 -0
  207. package/dist/types/components/draw/drawError.d.ts +1 -0
  208. package/dist/types/components/draw/index.d.ts +5 -0
  209. package/dist/types/components/drawer/drawer.d.ts +19 -0
  210. package/dist/types/components/drawer/drawerPage.d.ts +1 -0
  211. package/dist/types/components/drawer/index.d.ts +2 -0
  212. package/dist/types/components/form/formItem.d.ts +27 -0
  213. package/dist/types/components/form/formLayout.d.ts +38 -0
  214. package/dist/types/components/form/index.d.ts +5 -0
  215. package/dist/types/components/form/modalForm.d.ts +89 -0
  216. package/dist/types/components/form/pageForm.d.ts +51 -0
  217. package/dist/types/components/form/settingForm.d.ts +69 -0
  218. package/dist/types/components/index.d.ts +14 -0
  219. package/dist/types/components/layout/filter.d.ts +13 -0
  220. package/dist/types/components/layout/index.d.ts +4 -0
  221. package/dist/types/components/layout/list.d.ts +85 -0
  222. package/dist/types/components/layout/table.d.ts +72 -0
  223. package/dist/types/components/layout/tools.d.ts +37 -0
  224. package/dist/types/components/list/card.d.ts +117 -0
  225. package/dist/types/components/list/index.d.ts +2 -0
  226. package/dist/types/components/list/list.d.ts +87 -0
  227. package/dist/types/components/media/index.d.ts +1 -0
  228. package/dist/types/components/media/media.d.ts +95 -0
  229. package/dist/types/components/modal/index.d.ts +3 -0
  230. package/dist/types/components/modal/modal.d.ts +66 -0
  231. package/dist/types/components/modal/modalPage.d.ts +42 -0
  232. package/dist/types/components/modal/modalTab.d.ts +42 -0
  233. package/dist/types/components/panel/alert.d.ts +32 -0
  234. package/dist/types/components/panel/index.d.ts +2 -0
  235. package/dist/types/components/panel/setting.d.ts +29 -0
  236. package/dist/types/components/status/blockEmpty.d.ts +25 -0
  237. package/dist/types/components/status/index.d.ts +1 -0
  238. package/dist/types/components/table/index.d.ts +1 -0
  239. package/dist/types/components/table/tablePage.d.ts +73 -0
  240. package/dist/types/components/widget/connect.d.ts +11 -0
  241. package/dist/types/components/widget/index.d.ts +1 -0
  242. package/dist/types/config/index.d.ts +2 -0
  243. package/dist/types/config/uno.d.ts +2 -0
  244. package/dist/types/config/validate.d.ts +1 -0
  245. package/dist/types/hooks/action.d.ts +17 -0
  246. package/dist/types/hooks/dialog.d.ts +17 -0
  247. package/dist/types/hooks/drawer.d.ts +11 -0
  248. package/dist/types/hooks/index.d.ts +6 -0
  249. package/dist/types/hooks/modal.d.ts +9 -0
  250. package/dist/types/hooks/table/column.d.ts +14 -0
  251. package/dist/types/hooks/table/copy.d.ts +6 -0
  252. package/dist/types/hooks/table/hidden.d.ts +7 -0
  253. package/dist/types/hooks/table/image.d.ts +8 -0
  254. package/dist/types/hooks/table/index.d.ts +7 -0
  255. package/dist/types/hooks/table/input.d.ts +9 -0
  256. package/dist/types/hooks/table/map.d.ts +13 -0
  257. package/dist/types/hooks/table/media.d.ts +12 -0
  258. package/dist/types/hooks/table/status.d.ts +12 -0
  259. package/dist/types/hooks/table/switch.d.ts +7 -0
  260. package/dist/types/hooks/table/types.d.ts +74 -0
  261. package/dist/types/hooks/table.d.ts +2 -0
  262. package/dist/types/hooks/ui.d.ts +8 -0
  263. package/dist/types/index.d.ts +10 -0
  264. package/dist/types/langs/index.d.ts +3 -0
  265. package/dist/types/main.d.ts +5 -0
  266. package/dist/types/pages/authLayout.d.ts +1 -0
  267. package/dist/types/pages/index.d.ts +12 -0
  268. package/dist/types/pages/layout/global.d.ts +1 -0
  269. package/dist/types/pages/layout/index.d.ts +3 -0
  270. package/dist/types/pages/layout/page.d.ts +1 -0
  271. package/dist/types/pages/layout/tab.d.ts +1 -0
  272. package/dist/types/pages/layout.d.ts +1 -0
  273. package/dist/types/pages/loading.d.ts +1 -0
  274. package/dist/types/pages/login.d.ts +1 -0
  275. package/dist/types/pages/menu/avatar.d.ts +14 -0
  276. package/dist/types/pages/menu/button.d.ts +41 -0
  277. package/dist/types/pages/menu/cmd.d.ts +7 -0
  278. package/dist/types/pages/menu/index.d.ts +4 -0
  279. package/dist/types/pages/menu/main.d.ts +13 -0
  280. package/dist/types/pages/menu/mobile.d.ts +1 -0
  281. package/dist/types/pages/page.d.ts +42 -0
  282. package/dist/types/pages/page403.d.ts +1 -0
  283. package/dist/types/pages/page404.d.ts +1 -0
  284. package/dist/types/pages/page500.d.ts +1 -0
  285. package/dist/types/pages/pageEmpty.d.ts +7 -0
  286. package/dist/types/pages/pageLoading.d.ts +1 -0
  287. package/dist/types/pages/pageStatus.d.ts +7 -0
  288. package/dist/types/stores/index.d.ts +1 -0
  289. package/dist/types/stores/ui.d.ts +28 -0
  290. package/dist/types/theme/index.d.ts +2 -0
  291. package/dist/types/theme/naiveTheme.d.ts +5 -0
  292. package/dist/types/theme/presetTheme.d.ts +7 -0
  293. package/package.json +73 -0
@@ -0,0 +1,32 @@
1
+ import type { PropType } from 'vue';
2
+ export declare const DuxPanelAlert: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ type: {
4
+ type: PropType<"default" | "error" | "warning" | "info" | "success">;
5
+ default: string;
6
+ };
7
+ title: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ description: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ type: {
17
+ type: PropType<"default" | "error" | "warning" | "info" | "success">;
18
+ default: string;
19
+ };
20
+ title: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ description: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ title: string;
30
+ type: "error" | "default" | "info" | "success" | "warning";
31
+ description: string;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,2 @@
1
+ export * from './alert';
2
+ export * from './setting';
@@ -0,0 +1,29 @@
1
+ import type { PropType } from 'vue';
2
+ export declare const DuxPanelCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ title: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ description: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ padding: {
12
+ type: PropType<"none" | "small" | "medium" | "large">;
13
+ };
14
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ title: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ padding: {
24
+ type: PropType<"none" | "small" | "medium" | "large">;
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ title: string;
28
+ description: string;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,25 @@
1
+ export declare const DuxBlockEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ text: {
3
+ type: StringConstructor;
4
+ };
5
+ desc: {
6
+ type: StringConstructor;
7
+ };
8
+ simple: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
12
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ text: {
14
+ type: StringConstructor;
15
+ };
16
+ desc: {
17
+ type: StringConstructor;
18
+ };
19
+ simple: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ simple: boolean;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export * from './blockEmpty';
@@ -0,0 +1 @@
1
+ export * from './tablePage';
@@ -0,0 +1,73 @@
1
+ import type { DataTableProps } from 'naive-ui';
2
+ import type { PropType } from 'vue';
3
+ export declare const DuxTablePage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ tableProps: {
5
+ type: PropType<DataTableProps>;
6
+ };
7
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ path: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ filter: {
13
+ type: PropType<Record<string, any>>;
14
+ };
15
+ filterSchema: {
16
+ type: PropType<import("@duxweb/dvha-core").JsonSchemaNode[]>;
17
+ };
18
+ columns: {
19
+ type: PropType<import("@duxweb/dvha-naiveui").TableColumn[]>;
20
+ };
21
+ pagination: {
22
+ type: PropType<boolean | import("@duxweb/dvha-naiveui").TablePagination>;
23
+ };
24
+ tabs: {
25
+ type: PropType<{
26
+ label: string;
27
+ value: string | number;
28
+ }[]>;
29
+ };
30
+ actions: {
31
+ type: PropType<import("../..").UseActionItem[]>;
32
+ default: () => never[];
33
+ };
34
+ tools: {
35
+ type: PropType<import("..").TablePageTools>;
36
+ };
37
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
+ path: {
39
+ type: StringConstructor;
40
+ required: true;
41
+ };
42
+ filter: {
43
+ type: PropType<Record<string, any>>;
44
+ };
45
+ filterSchema: {
46
+ type: PropType<import("@duxweb/dvha-core").JsonSchemaNode[]>;
47
+ };
48
+ columns: {
49
+ type: PropType<import("@duxweb/dvha-naiveui").TableColumn[]>;
50
+ };
51
+ pagination: {
52
+ type: PropType<boolean | import("@duxweb/dvha-naiveui").TablePagination>;
53
+ };
54
+ tabs: {
55
+ type: PropType<{
56
+ label: string;
57
+ value: string | number;
58
+ }[]>;
59
+ };
60
+ actions: {
61
+ type: PropType<import("../..").UseActionItem[]>;
62
+ default: () => never[];
63
+ };
64
+ tools: {
65
+ type: PropType<import("..").TablePageTools>;
66
+ };
67
+ }>> & Readonly<{}>, {
68
+ actions: import("../..").UseActionItem[];
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
+ tableProps: {
71
+ type: PropType<DataTableProps>;
72
+ };
73
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,11 @@
1
+ export declare const DuxWidgetConnect: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: StringConstructor;
3
+ desc: StringConstructor;
4
+ value: NumberConstructor;
5
+ local: StringConstructor;
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ title: StringConstructor;
8
+ desc: StringConstructor;
9
+ value: NumberConstructor;
10
+ local: StringConstructor;
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export * from './connect';
@@ -0,0 +1,2 @@
1
+ export * from './uno';
2
+ export * from './validate';
@@ -0,0 +1,2 @@
1
+ import type { UserConfig } from 'unocss';
2
+ export declare function config(build?: boolean): UserConfig<object>;
@@ -0,0 +1 @@
1
+ export declare function initVeeValidate(): void;
@@ -0,0 +1,17 @@
1
+ import type { VNodeChild } from 'vue';
2
+ import type { UseActionProps, UseActionRenderProps, UseActionTarget } from './table/index';
3
+ export declare function useAction(action?: UseActionProps): {
4
+ target: (props: UseActionTarget) => void;
5
+ renderTable: (actionRender: UseActionProps) => ((rowData: Record<string, any>, rowIndex: number) => VNodeChild);
6
+ renderAction: (actionRender: UseActionProps) => VNodeChild;
7
+ };
8
+ export declare function useActionButton(): {
9
+ render: (props: UseActionRenderProps) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10
+ [key: string]: any;
11
+ }>;
12
+ };
13
+ export declare function useActionDropdown(): {
14
+ render: (props: UseActionRenderProps) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>;
17
+ };
@@ -0,0 +1,17 @@
1
+ import type { JsonSchemaData } from '@duxweb/dvha-core';
2
+ import type { VNode } from 'vue';
3
+ export interface UseDialogResult {
4
+ confirm: (props: UseDialogProps) => Promise<any>;
5
+ success: (props: UseDialogProps) => Promise<any>;
6
+ error: (props: UseDialogProps) => Promise<any>;
7
+ node: (props: UseDialogProps) => Promise<any>;
8
+ prompt: (props: UseDialogProps) => Promise<any>;
9
+ }
10
+ export interface UseDialogProps {
11
+ title?: string;
12
+ content?: string;
13
+ type?: 'confirm' | 'error' | 'success' | 'prompt' | 'node';
14
+ formSchema?: JsonSchemaData;
15
+ render?: () => VNode;
16
+ }
17
+ export declare function useDialog(): UseDialogResult;
@@ -0,0 +1,11 @@
1
+ import type { AsyncComponentLoader } from 'vue';
2
+ export interface UseDrawerResult {
3
+ show: (props: UseDrawerProps) => Promise<any>;
4
+ }
5
+ export interface UseDrawerProps {
6
+ title?: string;
7
+ width?: number | string;
8
+ component: AsyncComponentLoader<any>;
9
+ componentProps?: Record<string, any>;
10
+ }
11
+ export declare function useDrawer(): UseDrawerResult;
@@ -0,0 +1,6 @@
1
+ export * from './action';
2
+ export * from './dialog';
3
+ export * from './modal';
4
+ export * from './table';
5
+ export * from './table/index';
6
+ export * from './ui';
@@ -0,0 +1,9 @@
1
+ import type { UseOverlayProps } from '@duxweb/dvha-core';
2
+ export interface UseModalProps extends UseOverlayProps {
3
+ title?: string;
4
+ width?: number | string;
5
+ draggable?: boolean;
6
+ }
7
+ export declare function useModal(): {
8
+ show: (props: UseModalProps) => import("@overlastic/core").Deferred<unknown>;
9
+ };
@@ -0,0 +1,14 @@
1
+ export interface UseTableColumnProps {
2
+ rowKey?: string;
3
+ path?: string | ((rowData: Record<string, any>) => string);
4
+ }
5
+ export declare function useTableColumn(props?: UseTableColumnProps): {
6
+ renderMedia: (props: import("./media").UseTableColumnMediaProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
7
+ renderImage: (props: import("./image").UseTableColumnImageProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
8
+ renderSwitch: (props: import("./switch").useTableColumnSwitchProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
9
+ renderStatus: (props: import("./status").useTableColumnStatusProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element | null;
10
+ renderMap: (props: import("./map").useTableColumnMapProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
11
+ renderInput: (props: import("./input").UseTableColumnInputProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
12
+ renderCopy: (props: import("./copy").UseTableColumnCopyProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
13
+ renderHidden: (props: import("./hidden").UseTableColumnHiddenProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
14
+ };
@@ -0,0 +1,6 @@
1
+ export interface UseTableColumnCopyProps {
2
+ key?: string;
3
+ }
4
+ export declare function useTableColumnCopy(): {
5
+ render: (props: UseTableColumnCopyProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
6
+ };
@@ -0,0 +1,7 @@
1
+ export interface UseTableColumnHiddenProps {
2
+ key?: string;
3
+ percent?: number;
4
+ }
5
+ export declare function useTableColumnHidden(): {
6
+ render: (props: UseTableColumnHiddenProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
7
+ };
@@ -0,0 +1,8 @@
1
+ export interface UseTableColumnImageProps {
2
+ key?: string;
3
+ imageWidth?: number;
4
+ imageHeight?: number;
5
+ }
6
+ export declare function useTableColumnImage(): {
7
+ render: (props: UseTableColumnImageProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
8
+ };
@@ -0,0 +1,7 @@
1
+ export * from './column';
2
+ export * from './image';
3
+ export * from './map';
4
+ export * from './media';
5
+ export * from './status';
6
+ export * from './switch';
7
+ export * from './types';
@@ -0,0 +1,9 @@
1
+ import type { Component } from 'vue';
2
+ import type { UseTableColumnProps } from './column';
3
+ export interface UseTableColumnInputProps {
4
+ key?: string;
5
+ tag?: Component;
6
+ }
7
+ export declare function useTableColumnInput(columnProps?: UseTableColumnProps): {
8
+ render: (props: UseTableColumnInputProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
9
+ };
@@ -0,0 +1,13 @@
1
+ import type { VNodeChild } from 'vue';
2
+ export interface ColumnMapTypeValue {
3
+ icon?: string;
4
+ label?: string;
5
+ key?: string;
6
+ render?: (value: any) => VNodeChild;
7
+ }
8
+ export interface useTableColumnMapProps {
9
+ maps?: ColumnMapTypeValue[] | ((rowData: any) => ColumnMapTypeValue[]);
10
+ }
11
+ export declare function useTableColumnMap(): {
12
+ render: (props: useTableColumnMapProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
13
+ };
@@ -0,0 +1,12 @@
1
+ import type { VNode } from 'vue';
2
+ export interface UseTableColumnMediaProps {
3
+ image?: string | string[] | ((rowData: Record<string, any>) => VNode | string | string[]);
4
+ avatar?: boolean;
5
+ title?: string | ((rowData: Record<string, any>) => VNode);
6
+ desc?: string | string[] | ((rowData: Record<string, any>) => VNode | string | string[]);
7
+ imageWidth?: number;
8
+ imageHeight?: number;
9
+ }
10
+ export declare function useTableColumnMedia(): {
11
+ render: (props: UseTableColumnMediaProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
12
+ };
@@ -0,0 +1,12 @@
1
+ export type ColumnStatusType = 'success' | 'error' | 'warning' | 'info' | 'default';
2
+ export interface ColumnStatusTypeValue {
3
+ label?: string;
4
+ value?: any;
5
+ }
6
+ export interface useTableColumnStatusProps {
7
+ key?: string;
8
+ maps?: Partial<Record<ColumnStatusType, ColumnStatusTypeValue>>;
9
+ }
10
+ export declare function useTableColumnStatus(): {
11
+ render: (props: useTableColumnStatusProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element | null;
12
+ };
@@ -0,0 +1,7 @@
1
+ import type { UseTableColumnProps } from './column';
2
+ export interface useTableColumnSwitchProps {
3
+ key?: string;
4
+ }
5
+ export declare function useTableColumnSwitch(columnProps?: UseTableColumnProps): {
6
+ render: (props: useTableColumnSwitchProps) => (rowData: Record<string, any>, _rowIndex: number) => import("vue/jsx-runtime").JSX.Element;
7
+ };
@@ -0,0 +1,74 @@
1
+ import type { ButtonProps } from 'naive-ui';
2
+ import type { AsyncComponentLoader } from 'vue';
3
+ export interface BaseActionItem {
4
+ label?: string;
5
+ title?: string;
6
+ icon?: string;
7
+ color?: ButtonProps['type'];
8
+ show?: (rowData?: Record<string, any>, rowIndex?: number) => boolean;
9
+ }
10
+ export interface ModalActionItem extends BaseActionItem {
11
+ type: 'modal';
12
+ component: AsyncComponentLoader<any>;
13
+ componentProps?: Record<string, any> | ((data: any) => Record<string, any>);
14
+ width?: number;
15
+ }
16
+ export interface DrawerActionItem extends BaseActionItem {
17
+ type: 'drawer';
18
+ component: AsyncComponentLoader<any>;
19
+ componentProps?: Record<string, any> | ((data: any) => Record<string, any>);
20
+ width?: number;
21
+ }
22
+ export interface LinkActionItem extends BaseActionItem {
23
+ type: 'link';
24
+ path: string | ((id?: unknown, item?: Record<string, any>) => string);
25
+ }
26
+ export interface ConfirmActionItem extends BaseActionItem {
27
+ type: 'confirm';
28
+ callback: (id?: unknown, item?: Record<string, any>) => void;
29
+ content?: string;
30
+ }
31
+ export interface RequestActionItem extends BaseActionItem {
32
+ type: 'request';
33
+ method?: 'get' | 'post' | 'put' | 'patch' | 'delete';
34
+ path?: string;
35
+ data?: Record<string, any> | ((id?: unknown, item?: Record<string, any>) => Record<string, any>);
36
+ content?: string;
37
+ }
38
+ export interface DeleteActionItem extends BaseActionItem {
39
+ type: 'delete';
40
+ content?: string;
41
+ path?: string;
42
+ }
43
+ export interface CallbackActionItem extends BaseActionItem {
44
+ type: 'callback';
45
+ callback: (id?: unknown, item?: Record<string, any>) => void;
46
+ }
47
+ export type UseActionItem = ModalActionItem | DrawerActionItem | LinkActionItem | ConfirmActionItem | RequestActionItem | DeleteActionItem | CallbackActionItem;
48
+ export interface UseActionProps {
49
+ items: UseActionItem[];
50
+ type?: 'button' | 'dropdown';
51
+ align?: 'left' | 'center' | 'right';
52
+ text?: boolean;
53
+ path?: string;
54
+ key?: string;
55
+ }
56
+ export interface UseActionTarget {
57
+ id?: unknown;
58
+ item: UseActionItem;
59
+ data?: Record<string, any>;
60
+ }
61
+ export interface UseActionRender {
62
+ id?: unknown;
63
+ data?: Record<string, any>;
64
+ index?: number;
65
+ }
66
+ export interface UseActionRenderProps {
67
+ action: UseActionProps;
68
+ id?: unknown;
69
+ index?: number;
70
+ data?: Record<string, any>;
71
+ text?: boolean;
72
+ align?: 'left' | 'center' | 'right';
73
+ target?: (target: UseActionTarget) => void;
74
+ }
@@ -0,0 +1,2 @@
1
+ import type { UseTableProps } from '@duxweb/dvha-naiveui';
2
+ export declare function useTable(props: UseTableProps): import("@duxweb/dvha-naiveui").UseNaiveTableReturn;
@@ -0,0 +1,8 @@
1
+ export declare function useUI(): {
2
+ menuCollapsed: import("vue").Ref<boolean, boolean>;
3
+ setMenuCollapsed: (collapsed: boolean) => void;
4
+ menuMobileCollapsed: import("vue").Ref<boolean, boolean>;
5
+ setMenuMobileCollapsed: (collapsed: boolean) => void;
6
+ cmdVisible: import("vue").Ref<boolean, boolean>;
7
+ setCmdVisible: (visible: boolean) => void;
8
+ };
@@ -0,0 +1,10 @@
1
+ export * from './app';
2
+ export * from './component';
3
+ export * from './components';
4
+ export * from './config';
5
+ export * from './hooks';
6
+ export * from './langs';
7
+ export * from './main';
8
+ export * from './pages';
9
+ export * from './stores';
10
+ export * from './theme';
@@ -0,0 +1,3 @@
1
+ import enUS from './en-US.json';
2
+ import zhCN from './zh-CN.json';
3
+ export { enUS, zhCN };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ import './theme/style.scss';
3
+ export declare function createDuxPro(): {
4
+ install(app: App): void;
5
+ };
@@ -0,0 +1 @@
1
+ export declare const DuxAuthLayout: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,12 @@
1
+ export * from './authLayout';
2
+ export * from './layout';
3
+ export * from './login';
4
+ export * from './menu';
5
+ export * from './menu/mobile';
6
+ export * from './page';
7
+ export * from './page403';
8
+ export * from './page404';
9
+ export * from './page500';
10
+ export * from './pageEmpty';
11
+ export * from './pageLoading';
12
+ export * from './pageStatus';
@@ -0,0 +1 @@
1
+ export declare const DuxGlobalLayout: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,3 @@
1
+ export * from './global';
2
+ export * from './page';
3
+ export * from './tab';
@@ -0,0 +1 @@
1
+ export declare const DuxLayoutPage: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export declare const DuxPageTab: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export declare const DuxLayout: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export declare const DuxLoading: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export declare const DuxLoginPage: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ open: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ open: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ open: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ class: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ onClick: {
7
+ type: FunctionConstructor;
8
+ default: () => void;
9
+ };
10
+ open: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ inverted: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
+ class: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ onClick: {
24
+ type: FunctionConstructor;
25
+ default: () => void;
26
+ };
27
+ open: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ inverted: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ onClick: Function;
37
+ class: string;
38
+ inverted: boolean;
39
+ open: boolean;
40
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export interface DuxMenuCmdItem {
2
+ icon: string;
3
+ label: string;
4
+ onSelect: () => void;
5
+ keyName?: string;
6
+ }
7
+ export declare const DuxMenuCmd: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,4 @@
1
+ export { default as DuxMenuAvatar } from './avatar';
2
+ export { default as DuxMenuButton } from './button';
3
+ export * from './cmd';
4
+ export * from './main';
@@ -0,0 +1,13 @@
1
+ export declare const DuxMenuMain: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ open: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ open: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ open: boolean;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export declare const DuxMobileMenu: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;