@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.
- package/dist/cjs/app.cjs +1 -0
- package/dist/cjs/component.cjs +1 -0
- package/dist/cjs/components/card/card.cjs +1 -0
- package/dist/cjs/components/carousel/carousel.cjs +1 -0
- package/dist/cjs/components/dashboard/hello.cjs +1 -0
- package/dist/cjs/components/dashboard/helloBig.cjs +1 -0
- package/dist/cjs/components/dashboard/quick.cjs +1 -0
- package/dist/cjs/components/dialog/dialog.cjs +1 -0
- package/dist/cjs/components/draw/drawApps.cjs +1 -0
- package/dist/cjs/components/draw/drawAuth.cjs +1 -0
- package/dist/cjs/components/draw/drawEmpty.cjs +1 -0
- package/dist/cjs/components/draw/drawEmptyForm.cjs +1 -0
- package/dist/cjs/components/draw/drawError.cjs +1 -0
- package/dist/cjs/components/drawer/drawer.cjs +1 -0
- package/dist/cjs/components/drawer/drawerPage.cjs +1 -0
- package/dist/cjs/components/form/formItem.cjs +1 -0
- package/dist/cjs/components/form/formLayout.cjs +1 -0
- package/dist/cjs/components/form/modalForm.cjs +1 -0
- package/dist/cjs/components/form/pageForm.cjs +1 -0
- package/dist/cjs/components/form/settingForm.cjs +1 -0
- package/dist/cjs/components/layout/filter.cjs +1 -0
- package/dist/cjs/components/layout/list.cjs +1 -0
- package/dist/cjs/components/layout/table.cjs +1 -0
- package/dist/cjs/components/layout/tools.cjs +1 -0
- package/dist/cjs/components/list/card.cjs +1 -0
- package/dist/cjs/components/list/list.cjs +1 -0
- package/dist/cjs/components/media/media.cjs +1 -0
- package/dist/cjs/components/modal/modal.cjs +1 -0
- package/dist/cjs/components/modal/modalPage.cjs +1 -0
- package/dist/cjs/components/modal/modalTab.cjs +1 -0
- package/dist/cjs/components/panel/alert.cjs +1 -0
- package/dist/cjs/components/panel/setting.cjs +1 -0
- package/dist/cjs/components/status/blockEmpty.cjs +1 -0
- package/dist/cjs/components/table/tablePage.cjs +1 -0
- package/dist/cjs/components/widget/connect.cjs +1 -0
- package/dist/cjs/config/uno.cjs +1 -0
- package/dist/cjs/config/validate.cjs +1 -0
- package/dist/cjs/dvha-pro.css +1 -0
- package/dist/cjs/hooks/action.cjs +1 -0
- package/dist/cjs/hooks/dialog.cjs +1 -0
- package/dist/cjs/hooks/drawer.cjs +1 -0
- package/dist/cjs/hooks/modal.cjs +1 -0
- package/dist/cjs/hooks/table/column.cjs +1 -0
- package/dist/cjs/hooks/table/copy.cjs +1 -0
- package/dist/cjs/hooks/table/hidden.cjs +1 -0
- package/dist/cjs/hooks/table/image.cjs +1 -0
- package/dist/cjs/hooks/table/input.cjs +1 -0
- package/dist/cjs/hooks/table/map.cjs +1 -0
- package/dist/cjs/hooks/table/media.cjs +1 -0
- package/dist/cjs/hooks/table/status.cjs +1 -0
- package/dist/cjs/hooks/table/switch.cjs +1 -0
- package/dist/cjs/hooks/table.cjs +1 -0
- package/dist/cjs/hooks/ui.cjs +1 -0
- package/dist/cjs/index.cjs +1 -0
- package/dist/cjs/langs/en-US.json.cjs +1 -0
- package/dist/cjs/langs/zh-CN.json.cjs +1 -0
- package/dist/cjs/main.cjs +1 -0
- package/dist/cjs/node_modules/@iconify-json/tabler/icons.json.cjs +1 -0
- package/dist/cjs/node_modules/@overlastic/core/dist/index.cjs +1 -0
- package/dist/cjs/node_modules/@overlastic/vue/dist/index.cjs +1 -0
- package/dist/cjs/node_modules/@vee-validate/i18n/dist/locale/en.json.cjs +1 -0
- package/dist/cjs/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.cjs +1 -0
- package/dist/cjs/node_modules/@vueuse/integrations/useFocusTrap.cjs +1 -0
- package/dist/cjs/node_modules/@vueuse/shared/index.cjs +1 -0
- package/dist/cjs/node_modules/colorizr/dist/index.cjs +1 -0
- package/dist/cjs/node_modules/focus-trap/dist/focus-trap.esm.cjs +5 -0
- package/dist/cjs/node_modules/lower-case/dist.es2015/index.cjs +1 -0
- package/dist/cjs/node_modules/no-case/dist.es2015/index.cjs +1 -0
- package/dist/cjs/node_modules/pascal-case/dist.es2015/index.cjs +1 -0
- package/dist/cjs/node_modules/tabbable/dist/index.esm.cjs +4 -0
- package/dist/cjs/node_modules/tslib/tslib.es6.cjs +1 -0
- package/dist/cjs/pages/authLayout.cjs +1 -0
- package/dist/cjs/pages/layout/global.cjs +1 -0
- package/dist/cjs/pages/layout/page.cjs +1 -0
- package/dist/cjs/pages/layout/tab.cjs +1 -0
- package/dist/cjs/pages/layout.cjs +1 -0
- package/dist/cjs/pages/loading.cjs +1 -0
- package/dist/cjs/pages/login.cjs +1 -0
- package/dist/cjs/pages/menu/avatar.cjs +1 -0
- package/dist/cjs/pages/menu/button.cjs +1 -0
- package/dist/cjs/pages/menu/cmd.cjs +1 -0
- package/dist/cjs/pages/menu/main.cjs +1 -0
- package/dist/cjs/pages/menu/mobile.cjs +1 -0
- package/dist/cjs/pages/page.cjs +1 -0
- package/dist/cjs/pages/page403.cjs +1 -0
- package/dist/cjs/pages/page404.cjs +1 -0
- package/dist/cjs/pages/page500.cjs +1 -0
- package/dist/cjs/pages/pageEmpty.cjs +1 -0
- package/dist/cjs/pages/pageLoading.cjs +1 -0
- package/dist/cjs/pages/pageStatus.cjs +1 -0
- package/dist/cjs/static/images/placeholder.png.cjs +1 -0
- package/dist/cjs/stores/ui.cjs +1 -0
- package/dist/cjs/theme/naiveTheme.cjs +1 -0
- package/dist/cjs/theme/presetTheme.cjs +1 -0
- package/dist/cjs/theme/uno.css.cjs +1285 -0
- package/dist/esm/app.js +20 -0
- package/dist/esm/component.js +59 -0
- package/dist/esm/components/card/card.js +114 -0
- package/dist/esm/components/carousel/carousel.js +37 -0
- package/dist/esm/components/dashboard/hello.js +40 -0
- package/dist/esm/components/dashboard/helloBig.js +344 -0
- package/dist/esm/components/dashboard/quick.js +59 -0
- package/dist/esm/components/dialog/dialog.js +118 -0
- package/dist/esm/components/draw/drawApps.js +145 -0
- package/dist/esm/components/draw/drawAuth.js +50 -0
- package/dist/esm/components/draw/drawEmpty.js +92 -0
- package/dist/esm/components/draw/drawEmptyForm.js +128 -0
- package/dist/esm/components/draw/drawError.js +242 -0
- package/dist/esm/components/drawer/drawer.js +73 -0
- package/dist/esm/components/drawer/drawerPage.js +28 -0
- package/dist/esm/components/form/formItem.js +77 -0
- package/dist/esm/components/form/formLayout.js +38 -0
- package/dist/esm/components/form/modalForm.js +108 -0
- package/dist/esm/components/form/pageForm.js +94 -0
- package/dist/esm/components/form/settingForm.js +104 -0
- package/dist/esm/components/layout/filter.js +27 -0
- package/dist/esm/components/layout/list.js +333 -0
- package/dist/esm/components/layout/table.js +292 -0
- package/dist/esm/components/layout/tools.js +78 -0
- package/dist/esm/components/list/card.js +78 -0
- package/dist/esm/components/list/list.js +38 -0
- package/dist/esm/components/media/media.js +77 -0
- package/dist/esm/components/modal/modal.js +116 -0
- package/dist/esm/components/modal/modalPage.js +56 -0
- package/dist/esm/components/modal/modalTab.js +70 -0
- package/dist/esm/components/panel/alert.js +57 -0
- package/dist/esm/components/panel/setting.js +49 -0
- package/dist/esm/components/status/blockEmpty.js +78 -0
- package/dist/esm/components/table/tablePage.js +41 -0
- package/dist/esm/components/widget/connect.js +119 -0
- package/dist/esm/config/uno.js +32 -0
- package/dist/esm/config/validate.js +15 -0
- package/dist/esm/dvha-pro.css +1 -0
- package/dist/esm/hooks/action.js +213 -0
- package/dist/esm/hooks/dialog.js +32 -0
- package/dist/esm/hooks/drawer.js +25 -0
- package/dist/esm/hooks/modal.js +14 -0
- package/dist/esm/hooks/table/column.js +31 -0
- package/dist/esm/hooks/table/copy.js +27 -0
- package/dist/esm/hooks/table/hidden.js +48 -0
- package/dist/esm/hooks/table/image.js +24 -0
- package/dist/esm/hooks/table/input.js +81 -0
- package/dist/esm/hooks/table/map.js +21 -0
- package/dist/esm/hooks/table/media.js +34 -0
- package/dist/esm/hooks/table/status.js +32 -0
- package/dist/esm/hooks/table/switch.js +33 -0
- package/dist/esm/hooks/table.js +74 -0
- package/dist/esm/hooks/ui.js +16 -0
- package/dist/esm/index.js +139 -0
- package/dist/esm/langs/en-US.json.js +11 -0
- package/dist/esm/langs/zh-CN.json.js +11 -0
- package/dist/esm/main.js +18 -0
- package/dist/esm/node_modules/@iconify-json/tabler/icons.json.js +17 -0
- package/dist/esm/node_modules/@overlastic/core/dist/index.js +76 -0
- package/dist/esm/node_modules/@overlastic/vue/dist/index.js +122 -0
- package/dist/esm/node_modules/@vee-validate/i18n/dist/locale/en.json.js +9 -0
- package/dist/esm/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.js +9 -0
- package/dist/esm/node_modules/@vueuse/integrations/useFocusTrap.js +43 -0
- package/dist/esm/node_modules/@vueuse/shared/index.js +6 -0
- package/dist/esm/node_modules/colorizr/dist/index.js +318 -0
- package/dist/esm/node_modules/focus-trap/dist/focus-trap.esm.js +473 -0
- package/dist/esm/node_modules/lower-case/dist.es2015/index.js +6 -0
- package/dist/esm/node_modules/no-case/dist.es2015/index.js +18 -0
- package/dist/esm/node_modules/pascal-case/dist.es2015/index.js +13 -0
- package/dist/esm/node_modules/tabbable/dist/index.esm.js +202 -0
- package/dist/esm/node_modules/tslib/tslib.es6.js +12 -0
- package/dist/esm/pages/authLayout.js +38 -0
- package/dist/esm/pages/layout/global.js +51 -0
- package/dist/esm/pages/layout/page.js +54 -0
- package/dist/esm/pages/layout/tab.js +110 -0
- package/dist/esm/pages/layout.js +14 -0
- package/dist/esm/pages/loading.js +14 -0
- package/dist/esm/pages/login.js +143 -0
- package/dist/esm/pages/menu/avatar.js +205 -0
- package/dist/esm/pages/menu/button.js +60 -0
- package/dist/esm/pages/menu/cmd.js +156 -0
- package/dist/esm/pages/menu/main.js +101 -0
- package/dist/esm/pages/menu/mobile.js +38 -0
- package/dist/esm/pages/page.js +47 -0
- package/dist/esm/pages/page403.js +46 -0
- package/dist/esm/pages/page404.js +57 -0
- package/dist/esm/pages/page500.js +45 -0
- package/dist/esm/pages/pageEmpty.js +25 -0
- package/dist/esm/pages/pageLoading.js +22 -0
- package/dist/esm/pages/pageStatus.js +50 -0
- package/dist/esm/static/images/placeholder.png.js +4 -0
- package/dist/esm/stores/ui.js +34 -0
- package/dist/esm/theme/naiveTheme.js +97 -0
- package/dist/esm/theme/presetTheme.js +12 -0
- package/dist/esm/theme/uno.css.js +1288 -0
- package/dist/types/app.d.ts +1 -0
- package/dist/types/component.d.ts +5 -0
- package/dist/types/components/card/card.d.ts +140 -0
- package/dist/types/components/card/index.d.ts +1 -0
- package/dist/types/components/carousel/carousel.d.ts +20 -0
- package/dist/types/components/carousel/index.d.ts +1 -0
- package/dist/types/components/dashboard/hello.d.ts +16 -0
- package/dist/types/components/dashboard/helloBig.d.ts +19 -0
- package/dist/types/components/dashboard/index.d.ts +3 -0
- package/dist/types/components/dashboard/quick.d.ts +33 -0
- package/dist/types/components/dialog/dialog.d.ts +35 -0
- package/dist/types/components/dialog/index.d.ts +1 -0
- package/dist/types/components/draw/drawApps.d.ts +1 -0
- package/dist/types/components/draw/drawAuth.d.ts +1 -0
- package/dist/types/components/draw/drawEmpty.d.ts +1 -0
- package/dist/types/components/draw/drawEmptyForm.d.ts +1 -0
- package/dist/types/components/draw/drawError.d.ts +1 -0
- package/dist/types/components/draw/index.d.ts +5 -0
- package/dist/types/components/drawer/drawer.d.ts +19 -0
- package/dist/types/components/drawer/drawerPage.d.ts +1 -0
- package/dist/types/components/drawer/index.d.ts +2 -0
- package/dist/types/components/form/formItem.d.ts +27 -0
- package/dist/types/components/form/formLayout.d.ts +38 -0
- package/dist/types/components/form/index.d.ts +5 -0
- package/dist/types/components/form/modalForm.d.ts +89 -0
- package/dist/types/components/form/pageForm.d.ts +51 -0
- package/dist/types/components/form/settingForm.d.ts +69 -0
- package/dist/types/components/index.d.ts +14 -0
- package/dist/types/components/layout/filter.d.ts +13 -0
- package/dist/types/components/layout/index.d.ts +4 -0
- package/dist/types/components/layout/list.d.ts +85 -0
- package/dist/types/components/layout/table.d.ts +72 -0
- package/dist/types/components/layout/tools.d.ts +37 -0
- package/dist/types/components/list/card.d.ts +117 -0
- package/dist/types/components/list/index.d.ts +2 -0
- package/dist/types/components/list/list.d.ts +87 -0
- package/dist/types/components/media/index.d.ts +1 -0
- package/dist/types/components/media/media.d.ts +95 -0
- package/dist/types/components/modal/index.d.ts +3 -0
- package/dist/types/components/modal/modal.d.ts +66 -0
- package/dist/types/components/modal/modalPage.d.ts +42 -0
- package/dist/types/components/modal/modalTab.d.ts +42 -0
- package/dist/types/components/panel/alert.d.ts +32 -0
- package/dist/types/components/panel/index.d.ts +2 -0
- package/dist/types/components/panel/setting.d.ts +29 -0
- package/dist/types/components/status/blockEmpty.d.ts +25 -0
- package/dist/types/components/status/index.d.ts +1 -0
- package/dist/types/components/table/index.d.ts +1 -0
- package/dist/types/components/table/tablePage.d.ts +73 -0
- package/dist/types/components/widget/connect.d.ts +11 -0
- package/dist/types/components/widget/index.d.ts +1 -0
- package/dist/types/config/index.d.ts +2 -0
- package/dist/types/config/uno.d.ts +2 -0
- package/dist/types/config/validate.d.ts +1 -0
- package/dist/types/hooks/action.d.ts +17 -0
- package/dist/types/hooks/dialog.d.ts +17 -0
- package/dist/types/hooks/drawer.d.ts +11 -0
- package/dist/types/hooks/index.d.ts +6 -0
- package/dist/types/hooks/modal.d.ts +9 -0
- package/dist/types/hooks/table/column.d.ts +14 -0
- package/dist/types/hooks/table/copy.d.ts +6 -0
- package/dist/types/hooks/table/hidden.d.ts +7 -0
- package/dist/types/hooks/table/image.d.ts +8 -0
- package/dist/types/hooks/table/index.d.ts +7 -0
- package/dist/types/hooks/table/input.d.ts +9 -0
- package/dist/types/hooks/table/map.d.ts +13 -0
- package/dist/types/hooks/table/media.d.ts +12 -0
- package/dist/types/hooks/table/status.d.ts +12 -0
- package/dist/types/hooks/table/switch.d.ts +7 -0
- package/dist/types/hooks/table/types.d.ts +74 -0
- package/dist/types/hooks/table.d.ts +2 -0
- package/dist/types/hooks/ui.d.ts +8 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/langs/index.d.ts +3 -0
- package/dist/types/main.d.ts +5 -0
- package/dist/types/pages/authLayout.d.ts +1 -0
- package/dist/types/pages/index.d.ts +12 -0
- package/dist/types/pages/layout/global.d.ts +1 -0
- package/dist/types/pages/layout/index.d.ts +3 -0
- package/dist/types/pages/layout/page.d.ts +1 -0
- package/dist/types/pages/layout/tab.d.ts +1 -0
- package/dist/types/pages/layout.d.ts +1 -0
- package/dist/types/pages/loading.d.ts +1 -0
- package/dist/types/pages/login.d.ts +1 -0
- package/dist/types/pages/menu/avatar.d.ts +14 -0
- package/dist/types/pages/menu/button.d.ts +41 -0
- package/dist/types/pages/menu/cmd.d.ts +7 -0
- package/dist/types/pages/menu/index.d.ts +4 -0
- package/dist/types/pages/menu/main.d.ts +13 -0
- package/dist/types/pages/menu/mobile.d.ts +1 -0
- package/dist/types/pages/page.d.ts +42 -0
- package/dist/types/pages/page403.d.ts +1 -0
- package/dist/types/pages/page404.d.ts +1 -0
- package/dist/types/pages/page500.d.ts +1 -0
- package/dist/types/pages/pageEmpty.d.ts +7 -0
- package/dist/types/pages/pageLoading.d.ts +1 -0
- package/dist/types/pages/pageStatus.d.ts +7 -0
- package/dist/types/stores/index.d.ts +1 -0
- package/dist/types/stores/ui.d.ts +28 -0
- package/dist/types/theme/index.d.ts +2 -0
- package/dist/types/theme/naiveTheme.d.ts +5 -0
- package/dist/types/theme/presetTheme.d.ts +7 -0
- 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,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 @@
|
|
|
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,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,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,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,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 @@
|
|
|
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 @@
|
|
|
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,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>;
|