@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,59 @@
|
|
|
1
|
+
import { defineComponent as u, createVNode as r } from "vue";
|
|
2
|
+
import o from "clsx";
|
|
3
|
+
import { ceil as s } from "lodash-es";
|
|
4
|
+
const f = /* @__PURE__ */ u({
|
|
5
|
+
name: "DuxDashboardQuickItem",
|
|
6
|
+
props: {
|
|
7
|
+
icon: String,
|
|
8
|
+
title: String,
|
|
9
|
+
color: String,
|
|
10
|
+
onClick: Function
|
|
11
|
+
},
|
|
12
|
+
setup(c) {
|
|
13
|
+
return () => r("div", {
|
|
14
|
+
class: "flex flex-col justify-center items-center "
|
|
15
|
+
}, [r("div", {
|
|
16
|
+
class: "flex flex-col gap-1 justify-center items-center p-2 pb-1 hover:bg-elevated cursor-pointer",
|
|
17
|
+
onClick: c == null ? void 0 : c.onClick
|
|
18
|
+
}, [r("div", {
|
|
19
|
+
class: o(["p-1 rounded flex justify-center items-center text-white", `bg-${c.color || "primary"}`])
|
|
20
|
+
}, [r("div", {
|
|
21
|
+
class: o(["size-7", c.icon])
|
|
22
|
+
}, null)]), r("div", {
|
|
23
|
+
class: "text-muted"
|
|
24
|
+
}, [c.title])])]);
|
|
25
|
+
}
|
|
26
|
+
}), b = /* @__PURE__ */ u({
|
|
27
|
+
name: "DuxDashboardQuick",
|
|
28
|
+
props: {
|
|
29
|
+
data: Array,
|
|
30
|
+
col: {
|
|
31
|
+
type: Number,
|
|
32
|
+
default: 6
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
setup(c, {
|
|
36
|
+
slots: n
|
|
37
|
+
}) {
|
|
38
|
+
const l = ["primary", "info", "success", "warning", "error"];
|
|
39
|
+
return () => {
|
|
40
|
+
var t, i;
|
|
41
|
+
return r("div", {
|
|
42
|
+
class: o(["grid gap-2", `grid-cols-${s(c.col / 2)}`, `xl:grid-cols-${c.col}`])
|
|
43
|
+
}, [(t = c.data) == null ? void 0 : t.map((e, a) => {
|
|
44
|
+
const d = l[a % l.length];
|
|
45
|
+
return r(f, {
|
|
46
|
+
icon: e == null ? void 0 : e.icon,
|
|
47
|
+
title: e == null ? void 0 : e.title,
|
|
48
|
+
color: d,
|
|
49
|
+
onClick: e == null ? void 0 : e.onClick,
|
|
50
|
+
key: a
|
|
51
|
+
}, null);
|
|
52
|
+
}), (i = n.default) == null ? void 0 : i.call(n)]);
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
export {
|
|
57
|
+
b as DuxDashboardQuick,
|
|
58
|
+
f as DuxDashboardQuickItem
|
|
59
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { defineComponent as y, reactive as g, ref as f, createVNode as n, h as v, isVNode as x } from "vue";
|
|
2
|
+
import { useI18n as h, useJsonSchema as w } from "@duxweb/dvha-core";
|
|
3
|
+
import { useFocusTrap as F } from "../../node_modules/@vueuse/integrations/useFocusTrap.js";
|
|
4
|
+
import { NForm as S, NButton as m } from "naive-ui";
|
|
5
|
+
function r(t) {
|
|
6
|
+
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !x(t);
|
|
7
|
+
}
|
|
8
|
+
const D = /* @__PURE__ */ y({
|
|
9
|
+
name: "DuxDialog",
|
|
10
|
+
props: {
|
|
11
|
+
title: String,
|
|
12
|
+
content: String,
|
|
13
|
+
type: String,
|
|
14
|
+
formSchema: Array,
|
|
15
|
+
onClose: {
|
|
16
|
+
type: Function,
|
|
17
|
+
default: () => {
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
onConfirm: {
|
|
21
|
+
type: Function,
|
|
22
|
+
default: () => {
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
render: Function
|
|
26
|
+
},
|
|
27
|
+
setup(t) {
|
|
28
|
+
const {
|
|
29
|
+
t: l
|
|
30
|
+
} = h(), e = g({
|
|
31
|
+
title: t == null ? void 0 : t.title,
|
|
32
|
+
content: t == null ? void 0 : t.content,
|
|
33
|
+
button: "default"
|
|
34
|
+
});
|
|
35
|
+
t.type === "confirm" && (e.title = e.title || l("components.dialog.confirm.title"), e.content = e.content || l("components.dialog.confirm.content"), e.button = "primary"), t.type === "success" && (e.title = e.title || l("components.dialog.success.title"), e.content = e.content || l("components.dialog.success.content"), e.button = "success"), t.type === "error" && (e.title = e.title || l("components.dialog.error.title"), e.content = e.content || l("components.dialog.error.content"), e.button = "error"), t.type === "prompt" && (e.title = e.title || l("components.dialog.prompt.title"), e.button = "primary");
|
|
36
|
+
const {
|
|
37
|
+
render: b
|
|
38
|
+
} = w({
|
|
39
|
+
data: t.formSchema || []
|
|
40
|
+
}), s = f(), u = f();
|
|
41
|
+
return F(u, {
|
|
42
|
+
immediate: !0,
|
|
43
|
+
escapeDeactivates: !1,
|
|
44
|
+
returnFocusOnDeactivate: !0,
|
|
45
|
+
initialFocus: () => {
|
|
46
|
+
var o;
|
|
47
|
+
return (o = s.value) == null ? void 0 : o.$el;
|
|
48
|
+
}
|
|
49
|
+
}), () => {
|
|
50
|
+
var d;
|
|
51
|
+
let o, c, a;
|
|
52
|
+
return n("div", {
|
|
53
|
+
class: "flex justify-center items-center size-full",
|
|
54
|
+
role: "dialog",
|
|
55
|
+
"aria-modal": "true"
|
|
56
|
+
}, [n("div", {
|
|
57
|
+
ref: u,
|
|
58
|
+
class: "w-400px rounded border border-muted max-w-full shadow-lg shadow-gray-950/10 bg-white/80 dark:shadow-gray-950/80 dark:bg-gray-900/70 backdrop-blur"
|
|
59
|
+
}, [t.type !== "node" ? n("div", {
|
|
60
|
+
class: "p-6 pb-2 flex gap-4"
|
|
61
|
+
}, [n("div", null, [(t.type === "confirm" || t.type === "prompt") && n("div", {
|
|
62
|
+
class: "bg-primary bg-opacity-10 text-primary rounded-full p-2"
|
|
63
|
+
}, [n("div", {
|
|
64
|
+
class: "i-tabler:info-circle size-5"
|
|
65
|
+
}, null)]), t.type === "success" && n("div", {
|
|
66
|
+
class: "bg-success bg-opacity-10 text-success rounded-full p-2"
|
|
67
|
+
}, [n("div", {
|
|
68
|
+
class: "i-tabler:check size-5"
|
|
69
|
+
}, null)]), t.type === "error" && n("div", {
|
|
70
|
+
class: "bg-error bg-opacity-10 text-error rounded-full p-2"
|
|
71
|
+
}, [n("div", {
|
|
72
|
+
class: "i-tabler:alert-triangle size-5"
|
|
73
|
+
}, null)])]), n("div", {
|
|
74
|
+
class: "flex flex-1 flex-col gap-2"
|
|
75
|
+
}, [n("div", {
|
|
76
|
+
class: "text-base font-bold"
|
|
77
|
+
}, [e.title]), t.type === "prompt" ? n(S, {
|
|
78
|
+
labelAlign: "left",
|
|
79
|
+
showLabel: !1,
|
|
80
|
+
showFeedback: !1,
|
|
81
|
+
class: "py-2"
|
|
82
|
+
}, r(o = v(b)) ? o : {
|
|
83
|
+
default: () => [o]
|
|
84
|
+
}) : n("div", {
|
|
85
|
+
class: "text-sm text-gray-500"
|
|
86
|
+
}, [e.content])])]) : n("div", {
|
|
87
|
+
class: "p-4 flex flex-col gap-4"
|
|
88
|
+
}, [n("div", {
|
|
89
|
+
class: "text-base font-bold"
|
|
90
|
+
}, [e.title]), (d = t.render) == null ? void 0 : d.call(t)]), n("div", {
|
|
91
|
+
class: "px-4 pb-4 flex justify-end gap-2"
|
|
92
|
+
}, [(t.type === "confirm" || t.type === "prompt") && n(m, {
|
|
93
|
+
tertiary: !0,
|
|
94
|
+
"aria-label": l("components.button.cancel"),
|
|
95
|
+
type: e.button,
|
|
96
|
+
onClick: () => {
|
|
97
|
+
var i;
|
|
98
|
+
(i = t.onClose) == null || i.call(t);
|
|
99
|
+
}
|
|
100
|
+
}, r(c = l("components.button.cancel")) ? c : {
|
|
101
|
+
default: () => [c]
|
|
102
|
+
}), n(m, {
|
|
103
|
+
ref: s,
|
|
104
|
+
"aria-label": l("components.button.confirm"),
|
|
105
|
+
type: e.button,
|
|
106
|
+
onClick: () => {
|
|
107
|
+
var i;
|
|
108
|
+
(i = t.onConfirm) == null || i.call(t);
|
|
109
|
+
}
|
|
110
|
+
}, r(a = l("components.button.confirm")) ? a : {
|
|
111
|
+
default: () => [a]
|
|
112
|
+
})])])]);
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
export {
|
|
117
|
+
D as default
|
|
118
|
+
};
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { defineComponent as c, createVNode as l } from "vue";
|
|
2
|
+
const e = /* @__PURE__ */ c({
|
|
3
|
+
name: "DuxDrawApps",
|
|
4
|
+
setup() {
|
|
5
|
+
return () => l("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 716.79 683.19"
|
|
8
|
+
}, [l("path", {
|
|
9
|
+
d: "m450.81,682c0,.66.53,1.19,1.19,1.19h263.59c.66,0,1.19-.53,1.19-1.19s-.53-1.19-1.19-1.19h-263.59c-.66,0-1.19.53-1.19,1.19Z",
|
|
10
|
+
fill: "#3f3d58"
|
|
11
|
+
}, null), l("g", null, [l("path", {
|
|
12
|
+
d: "m546.64,348.65l-3.05,7.63s-2.81,10.68.48,14.94,4.02,36.87.49,39.28c-3.54,2.41,44.82-22.33,44.82-22.33,0,0-18.88-43.78-19.2-43.94s-12.69-4.02-12.69-4.02l-10.84,8.43Z",
|
|
13
|
+
fill: "#2f2e43"
|
|
14
|
+
}, null), l("polygon", {
|
|
15
|
+
points: "578.12 386.36 561.92 391.69 561.92 368.37 576.62 368.37 578.12 386.36",
|
|
16
|
+
fill: "#f6a6a9"
|
|
17
|
+
}, null), l("path", {
|
|
18
|
+
id: "uuid-48393ca6-ae17-4485-8fd8-05ea309d195e-638",
|
|
19
|
+
d: "m528.6,518.76c-.88,5.34-4.44,9.17-7.96,8.56-3.52-.62-5.66-5.45-4.78-10.79.32-2.14,1.17-4.16,2.47-5.9l4.02-22.59,10.93,2.29-5.12,22.02c.67,2.08.83,4.28.44,6.41,0,0,0,0,0,0Z",
|
|
20
|
+
fill: "#f6a6a9"
|
|
21
|
+
}, null), l("rect", {
|
|
22
|
+
x: "556.86",
|
|
23
|
+
y: "647.44",
|
|
24
|
+
width: "15.18",
|
|
25
|
+
height: "21.53",
|
|
26
|
+
fill: "#f6a6a9"
|
|
27
|
+
}, null), l("path", {
|
|
28
|
+
d: "m542.08,682c-1.6,0-3.02-.04-4.09-.14-4.03-.37-7.88-3.34-9.81-5.08-.87-.78-1.15-2.03-.69-3.1h0c.32-.77.97-1.35,1.78-1.58l10.65-3.04,17.25-11.64.19.34c.07.13,1.77,3.18,2.33,5.24.22.78.16,1.44-.17,1.94-.23.35-.54.55-.8.67.31.33,1.29.99,4.3,1.47,4.4.7,5.32-3.86,5.36-4.05l.03-.15.13-.08c2.09-1.35,3.38-1.96,3.83-1.83.28.08.74.22,1.99,12.64.13.39,1,3.25.41,5.98-.65,2.97-13.63,1.95-16.23,1.71-.07,0-9.8.7-16.46.7Z",
|
|
29
|
+
fill: "#2f2e43"
|
|
30
|
+
}, null), l("rect", {
|
|
31
|
+
x: "606.91",
|
|
32
|
+
y: "632.91",
|
|
33
|
+
width: "15.18",
|
|
34
|
+
height: "21.53",
|
|
35
|
+
transform: "translate(-247.53 422.68) rotate(-31.95)",
|
|
36
|
+
fill: "#f6a6a9"
|
|
37
|
+
}, null), l("path", {
|
|
38
|
+
d: "m598.14,679.05c-1.78,0-3.42-.21-4.58-.42-1.15-.2-2.04-1.11-2.23-2.26h0c-.13-.83.11-1.66.67-2.28l7.43-8.22,8.48-19,.35.19c.13.07,3.18,1.76,4.75,3.21.6.55.9,1.14.88,1.74,0,.42-.17.76-.32.99.44.11,1.62.16,4.43-1.03,4.1-1.73,2.48-6.09,2.4-6.28l-.06-.14.07-.14c1.06-2.25,1.83-3.46,2.28-3.58.28-.08.75-.2,8.38,9.67.31.26,2.57,2.22,3.51,4.86,1.02,2.87-10.54,8.87-12.86,10.04-.07.06-12.17,8.85-17.13,11.35-1.97.99-4.3,1.3-6.43,1.3Z",
|
|
39
|
+
fill: "#2f2e43"
|
|
40
|
+
}, null), l("path", {
|
|
41
|
+
d: "m583.21,467.41h-42.48l-3.86,39.52,16.87,146.02h21.69l-8.67-84.34,35.18,76.14,19.28-13.49-27.47-71.08s9.81-61.93,2.1-77.35c-7.71-15.42-12.63-15.42-12.63-15.42Z",
|
|
42
|
+
fill: "#2f2e43"
|
|
43
|
+
}, null), l("polygon", {
|
|
44
|
+
points: "604.34 469.82 530.6 469.82 557.11 382.59 586.51 382.59 604.34 469.82",
|
|
45
|
+
fill: "#e6e6e6"
|
|
46
|
+
}, null), l("path", {
|
|
47
|
+
d: "m561.75,382.6s-18.31-.48-20.24,4.34c-1.93,4.82-24.58,119.52-24.58,119.52h14.94l29.88-123.86Z",
|
|
48
|
+
fill: "#e6e6e6"
|
|
49
|
+
}, null), l("circle", {
|
|
50
|
+
cx: "563.93",
|
|
51
|
+
cy: "358.68",
|
|
52
|
+
r: "16.14",
|
|
53
|
+
fill: "#f6a6a9"
|
|
54
|
+
}, null), l("path", {
|
|
55
|
+
d: "m567.06,333.6s19.44-4.98,25.38,20.88c0,0,.16,6.75,3.53,9.48,3.37,2.73,2.25,16.87,2.25,16.87,0,0,6.43,10.6.96,15.42,0,0-2.41,9.8,1.12,15.42,3.53,5.62,16.87,36.55-5.3,38.43,0,0-11.24-6.79-5.94-27.03,5.3-20.24-.64-31.42-.64-31.42,0,0-17.03-6.17-16.06-19.35.96-13.17-10.92-26.18-11.73-26.02s-9.16-4.66-12.85,10.12l-3.96-.67s-1.66-24.87,23.24-22.14Z",
|
|
56
|
+
fill: "#2f2e43"
|
|
57
|
+
}, null), l("g", null, [l("path", {
|
|
58
|
+
id: "uuid-5634515f-d760-4925-b0a8-442b9e09929d-639",
|
|
59
|
+
d: "m616.92,516.16c1.08,5.31-.89,10.15-4.4,10.83-3.51.67-7.22-3.08-8.3-8.39-.46-2.11-.39-4.31.21-6.39l-4.27-22.54,11.03-1.74,3.03,22.41c1.37,1.71,2.29,3.71,2.69,5.84,0,0,0,0,0,0Z",
|
|
60
|
+
fill: "#f6a6a9"
|
|
61
|
+
}, null), l("path", {
|
|
62
|
+
d: "m573.66,382.7s16.13-2.04,18.06,2.78c1.93,4.82,24.58,119.52,24.58,119.52h-14.94s-27.69-122.29-27.69-122.29Z",
|
|
63
|
+
fill: "#e6e6e6"
|
|
64
|
+
}, null)])]), l("path", {
|
|
65
|
+
d: "m96.98,211.83H18.38c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38ZM18.38,98.48c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38H18.38Z",
|
|
66
|
+
fill: "#ccc"
|
|
67
|
+
}, null), l("path", {
|
|
68
|
+
d: "m267.66,211.83h-78.6c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38h-78.6Z",
|
|
69
|
+
fill: "#ccc"
|
|
70
|
+
}, null), l("path", {
|
|
71
|
+
d: "m267.66,425.9h-78.6c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38h-78.6Z",
|
|
72
|
+
fill: "#ccc"
|
|
73
|
+
}, null), l("path", {
|
|
74
|
+
d: "m96.98,425.9H18.38c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38H18.38Z",
|
|
75
|
+
fill: "#ccc"
|
|
76
|
+
}, null), l("circle", {
|
|
77
|
+
cx: "111.03",
|
|
78
|
+
cy: "315.66",
|
|
79
|
+
r: "23.31",
|
|
80
|
+
fill: "rgba(var(--ui-color-primary))"
|
|
81
|
+
}, null), l("path", {
|
|
82
|
+
d: "m438.34,211.83h-78.6c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38h-78.6Z",
|
|
83
|
+
fill: "#ccc"
|
|
84
|
+
}, null), l("circle", {
|
|
85
|
+
cx: "455.72",
|
|
86
|
+
cy: "101.6",
|
|
87
|
+
r: "23.31",
|
|
88
|
+
fill: "rgba(var(--ui-color-primary))"
|
|
89
|
+
}, null), l("path", {
|
|
90
|
+
d: "m78.21,235.83H31.32c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
91
|
+
fill: "#e6e6e6"
|
|
92
|
+
}, null), l("path", {
|
|
93
|
+
d: "m251.8,235.83h-46.89c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
94
|
+
fill: "#e6e6e6"
|
|
95
|
+
}, null), l("path", {
|
|
96
|
+
d: "m425.4,235.83h-46.89c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
97
|
+
fill: "#e6e6e6"
|
|
98
|
+
}, null), l("path", {
|
|
99
|
+
d: "m438.34,427.9h-78.6c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38h-78.6Z",
|
|
100
|
+
fill: "#ccc"
|
|
101
|
+
}, null), l("path", {
|
|
102
|
+
d: "m425.4,451.89h-46.89c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
103
|
+
fill: "#e6e6e6"
|
|
104
|
+
}, null), l("path", {
|
|
105
|
+
d: "m609.03,211.83h-78.6c-10.13,0-18.38-8.24-18.38-18.38v-78.6c0-10.13,8.24-18.38,18.38-18.38h78.6c10.13,0,18.38,8.24,18.38,18.38v78.6c0,10.13-8.24,18.38-18.38,18.38Zm-78.6-113.36c-9.03,0-16.38,7.35-16.38,16.38v78.6c0,9.03,7.35,16.38,16.38,16.38h78.6c9.03,0,16.38-7.35,16.38-16.38v-78.6c0-9.03-7.35-16.38-16.38-16.38h-78.6Z",
|
|
106
|
+
fill: "#ccc"
|
|
107
|
+
}, null), l("path", {
|
|
108
|
+
d: "m596.08,235.83h-46.89c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
109
|
+
fill: "#e6e6e6"
|
|
110
|
+
}, null), l("path", {
|
|
111
|
+
d: "m78.21,449.89H31.32c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
112
|
+
fill: "#e6e6e6"
|
|
113
|
+
}, null), l("path", {
|
|
114
|
+
d: "m251.8,449.89h-46.89c-3.67,0-6.65-2.98-6.65-6.65s2.98-6.65,6.65-6.65h46.89c3.67,0,6.65,2.98,6.65,6.65s-2.98,6.65-6.65,6.65Z",
|
|
115
|
+
fill: "#e6e6e6"
|
|
116
|
+
}, null), l("g", null, [l("circle", {
|
|
117
|
+
cx: "297.74",
|
|
118
|
+
cy: "513.92",
|
|
119
|
+
r: "5.72",
|
|
120
|
+
fill: "rgba(var(--ui-color-primary))"
|
|
121
|
+
}, null), l("circle", {
|
|
122
|
+
cx: "314.7",
|
|
123
|
+
cy: "513.92",
|
|
124
|
+
r: "5.72",
|
|
125
|
+
fill: "#e6e6e6"
|
|
126
|
+
}, null), l("circle", {
|
|
127
|
+
cx: "331.66",
|
|
128
|
+
cy: "513.92",
|
|
129
|
+
r: "5.72",
|
|
130
|
+
fill: "#e6e6e6"
|
|
131
|
+
}, null)]), l("path", {
|
|
132
|
+
d: "m393.26,28.19h-157.14c-7.77,0-14.09-6.32-14.09-14.09s6.32-14.09,14.09-14.09h157.14c7.77,0,14.09,6.32,14.09,14.09s-6.32,14.09-14.09,14.09ZM236.13,2c-6.67,0-12.09,5.43-12.09,12.09s5.43,12.09,12.09,12.09h157.14c6.67,0,12.09-5.43,12.09-12.09s-5.43-12.09-12.09-12.09h-157.14Z",
|
|
133
|
+
fill: "#ccc"
|
|
134
|
+
}, null), l("g", null, [l("path", {
|
|
135
|
+
d: "m281.11,17.78c-3.16,0-5.73-2.57-5.73-5.73s2.57-5.73,5.73-5.73,5.73,2.57,5.73,5.73-2.57,5.73-5.73,5.73Zm0-9.9c-2.3,0-4.17,1.87-4.17,4.17s1.87,4.17,4.17,4.17,4.17-1.87,4.17-4.17-1.87-4.17-4.17-4.17Z",
|
|
136
|
+
fill: "#484662"
|
|
137
|
+
}, null), l("path", {
|
|
138
|
+
d: "m291.91,22.47c-.18,0-.36-.06-.51-.19l-7.24-6.21c-.33-.28-.36-.77-.08-1.1.28-.33.77-.36,1.1-.08l7.24,6.21c.33.28.36.77.08,1.1-.15.18-.37.27-.59.27Z",
|
|
139
|
+
fill: "#484662"
|
|
140
|
+
}, null)])]);
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
export {
|
|
144
|
+
e as DuxDrawApps
|
|
145
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { defineComponent as i, createVNode as l } from "vue";
|
|
2
|
+
const e = /* @__PURE__ */ i({
|
|
3
|
+
name: "DuxDrawAuth",
|
|
4
|
+
setup() {
|
|
5
|
+
return () => l("svg", {
|
|
6
|
+
viewBox: "0 0 150 150",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
}, [l("path", {
|
|
10
|
+
id: "Ellipse 653",
|
|
11
|
+
d: "M150 75C150 116.42 116.42 150 75 150C33.57 150 0 116.42 0 75C0 33.57 33.57 0 75 0C116.42 0 150 33.57 150 75Z",
|
|
12
|
+
fill: "rgba(var(--ui-color-primary) / .3)",
|
|
13
|
+
"fill-opacity": "1.000000",
|
|
14
|
+
"fill-rule": "evenodd"
|
|
15
|
+
}, null), l("path", {
|
|
16
|
+
id: "Subtraction 1",
|
|
17
|
+
d: "M120 150L30 150L30 53C34.24 52.99 38.3 51.3 41.3 48.3C44.3 45.3 45.99 41.24 46 37L104 37C103.99 39.1 104.4 41.18 105.21 43.12C106.01 45.06 107.2 46.82 108.69 48.3C110.17 49.79 111.93 50.98 113.87 51.78C115.81 52.59 117.89 53 120 53L120 150Z",
|
|
18
|
+
fill: "rgba(var(--ui-bg-muted))",
|
|
19
|
+
"fill-opacity": "1.000000",
|
|
20
|
+
"fill-rule": "evenodd"
|
|
21
|
+
}, null), l("path", {
|
|
22
|
+
id: "Ellipse 665",
|
|
23
|
+
d: "M99 78C99 91.25 88.25 102 75 102C61.74 102 51 91.25 51 78C51 64.74 61.74 54 75 54C88.25 54 99 64.74 99 78Z",
|
|
24
|
+
fill: "rgba(var(--ui-color-primary))",
|
|
25
|
+
"fill-opacity": "1.000000",
|
|
26
|
+
"fill-rule": "evenodd"
|
|
27
|
+
}, null), l("path", {
|
|
28
|
+
id: "Path 25936",
|
|
29
|
+
d: "M83.48 89.31L75 80.82L66.51 89.31L63.68 86.48L72.17 78L63.68 69.51L66.51 66.68L75 75.17L83.48 66.68L86.31 69.51L77.82 78L86.31 86.48L83.48 89.31Z",
|
|
30
|
+
fill: "rgba(var(--ui-bg-muted))",
|
|
31
|
+
"fill-opacity": "1.000000",
|
|
32
|
+
"fill-rule": "evenodd"
|
|
33
|
+
}, null), l("path", {
|
|
34
|
+
id: "Rectangle 5617",
|
|
35
|
+
d: "M62 108L88 108C89.65 108 91 109.34 91 111C91 112.65 89.65 114 88 114L62 114C60.34 114 59 112.65 59 111C59 109.34 60.34 108 62 108Z",
|
|
36
|
+
fill: "rgba(var(--ui-color-primary) / .2)",
|
|
37
|
+
"fill-opacity": "1.000000",
|
|
38
|
+
"fill-rule": "evenodd"
|
|
39
|
+
}, null), l("path", {
|
|
40
|
+
id: "Rectangle 5618",
|
|
41
|
+
d: "M53 120L97 120C98.65 120 100 121.34 100 123C100 124.65 98.65 126 97 126L53 126C51.34 126 50 124.65 50 123C50 121.34 51.34 120 53 120Z",
|
|
42
|
+
fill: "rgba(var(--ui-color-primary) / .2)",
|
|
43
|
+
"fill-opacity": "1.000000",
|
|
44
|
+
"fill-rule": "evenodd"
|
|
45
|
+
}, null)]);
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
export {
|
|
49
|
+
e as DuxDrawAuth
|
|
50
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { defineComponent as i, createVNode as l } from "vue";
|
|
2
|
+
const e = /* @__PURE__ */ i({
|
|
3
|
+
name: "DuxDrawEmpty",
|
|
4
|
+
setup() {
|
|
5
|
+
return () => l("svg", {
|
|
6
|
+
viewBox: "0 0 150 178",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
}, [l("defs", null, [l("linearGradient", {
|
|
10
|
+
id: "paint_linear_1_218_0",
|
|
11
|
+
x1: "75.000000",
|
|
12
|
+
y1: "17.000000",
|
|
13
|
+
x2: "75.000000",
|
|
14
|
+
y2: "167.000000",
|
|
15
|
+
gradientUnits: "userSpaceOnUse"
|
|
16
|
+
}, [l("stop", {
|
|
17
|
+
"stop-color": "rgb(var(--ui-color-primary) / .2)"
|
|
18
|
+
}, null), l("stop", {
|
|
19
|
+
offset: "1.000000",
|
|
20
|
+
"stop-color": "rgb(var(--ui-color-primary) / .2)"
|
|
21
|
+
}, null)])]), l("path", {
|
|
22
|
+
id: "Ellipse 652",
|
|
23
|
+
d: "M150 92C150 133.42 116.42 167 75 167C33.57 167 0 133.42 0 92C0 50.57 33.57 17 75 17C116.42 17 150 50.57 150 92Z",
|
|
24
|
+
fill: "url(#paint_linear_1_218_0)",
|
|
25
|
+
"fill-opacity": "1.000000",
|
|
26
|
+
"fill-rule": "evenodd"
|
|
27
|
+
}, null), l("g", null, [l("path", {
|
|
28
|
+
id: "Rectangle 5615",
|
|
29
|
+
d: "M32 60L118 60C120.76 60 123 62.23 123 65L123 170C123 172.76 120.76 175 118 175L32 175C29.23 175 27 172.76 27 170L27 65C27 62.23 29.23 60 32 60Z",
|
|
30
|
+
fill: "rgb(var(--ui-bg-muted))",
|
|
31
|
+
"fill-opacity": "1.000000",
|
|
32
|
+
"fill-rule": "evenodd"
|
|
33
|
+
}, null)]), l("path", {
|
|
34
|
+
id: "Rectangle 5617",
|
|
35
|
+
d: "M39 75L65 75C66.65 75 68 76.34 68 78C68 79.65 66.65 81 65 81L39 81C37.34 81 36 79.65 36 78C36 76.34 37.34 75 39 75Z",
|
|
36
|
+
fill: "rgb(var(--ui-color-primary-300))",
|
|
37
|
+
"fill-opacity": "1.000000",
|
|
38
|
+
"fill-rule": "evenodd"
|
|
39
|
+
}, null), l("path", {
|
|
40
|
+
id: "Rectangle 5618",
|
|
41
|
+
d: "M39 88L83 88C84.65 88 86 89.34 86 91C86 92.65 84.65 94 83 94L39 94C37.34 94 36 92.65 36 91C36 89.34 37.34 88 39 88Z",
|
|
42
|
+
fill: "rgb(var(--ui-color-primary-100))",
|
|
43
|
+
"fill-opacity": "1.000000",
|
|
44
|
+
"fill-rule": "evenodd"
|
|
45
|
+
}, null), l("path", {
|
|
46
|
+
id: "Rectangle 5617",
|
|
47
|
+
d: "M39 102L65 102C66.65 102 68 103.34 68 105C68 106.65 66.65 108 65 108L39 108C37.34 108 36 106.65 36 105C36 103.34 37.34 102 39 102Z",
|
|
48
|
+
fill: "rgb(var(--ui-color-primary-300))",
|
|
49
|
+
"fill-opacity": "1.000000",
|
|
50
|
+
"fill-rule": "evenodd"
|
|
51
|
+
}, null), l("path", {
|
|
52
|
+
id: "Rectangle 5618",
|
|
53
|
+
d: "M39 115L83 115C84.65 115 86 116.34 86 118C86 119.65 84.65 121 83 121L39 121C37.34 121 36 119.65 36 118C36 116.34 37.34 115 39 115Z",
|
|
54
|
+
fill: "rgb(var(--ui-color-primary-100))",
|
|
55
|
+
"fill-opacity": "1.000000",
|
|
56
|
+
"fill-rule": "evenodd"
|
|
57
|
+
}, null), l("path", {
|
|
58
|
+
id: "Rectangle 5617",
|
|
59
|
+
d: "M39 129L65 129C66.65 129 68 130.34 68 132C68 133.65 66.65 135 65 135L39 135C37.34 135 36 133.65 36 132C36 130.34 37.34 129 39 129Z",
|
|
60
|
+
fill: "rgb(var(--ui-color-primary-300))",
|
|
61
|
+
"fill-opacity": "1.000000",
|
|
62
|
+
"fill-rule": "evenodd"
|
|
63
|
+
}, null), l("path", {
|
|
64
|
+
id: "Rectangle 5618",
|
|
65
|
+
d: "M39 142L83 142C84.65 142 86 143.34 86 145C86 146.65 84.65 148 83 148L39 148C37.34 148 36 146.65 36 145C36 143.34 37.34 142 39 142Z",
|
|
66
|
+
fill: "rgb(var(--ui-color-primary-100))",
|
|
67
|
+
"fill-opacity": "1.000000",
|
|
68
|
+
"fill-rule": "evenodd"
|
|
69
|
+
}, null), l("g", null, [l("path", {
|
|
70
|
+
id: "Rectangle 5616",
|
|
71
|
+
d: "M32 9L118 9C120.76 9 123 11.23 123 14L123 44C123 46.76 120.76 49 118 49L32 49C29.23 49 27 46.76 27 44L27 14C27 11.23 29.23 9 32 9Z",
|
|
72
|
+
fill: "rgb(var(--ui-color-primary))",
|
|
73
|
+
"fill-opacity": "1.000000",
|
|
74
|
+
"fill-rule": "evenodd"
|
|
75
|
+
}, null)]), l("path", {
|
|
76
|
+
id: "Rectangle 5617",
|
|
77
|
+
d: "M39 20L65 20C66.65 20 68 21.34 68 23C68 24.65 66.65 26 65 26L39 26C37.34 26 36 24.65 36 23C36 21.34 37.34 20 39 20Z",
|
|
78
|
+
fill: "rgb(var(--ui-color-primary-300))",
|
|
79
|
+
"fill-opacity": "1.000000",
|
|
80
|
+
"fill-rule": "evenodd"
|
|
81
|
+
}, null), l("path", {
|
|
82
|
+
id: "Rectangle 5618",
|
|
83
|
+
d: "M39 33L83 33C84.65 33 86 34.34 86 36C86 37.65 84.65 39 83 39L39 39C37.34 39 36 37.65 36 36C36 34.34 37.34 33 39 33Z",
|
|
84
|
+
fill: "rgb(var(--ui-color-gray-100))",
|
|
85
|
+
"fill-opacity": "1.000000",
|
|
86
|
+
"fill-rule": "evenodd"
|
|
87
|
+
}, null)]);
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
export {
|
|
91
|
+
e as DuxDrawEmpty
|
|
92
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { defineComponent as C, createVNode as l } from "vue";
|
|
2
|
+
const e = /* @__PURE__ */ C({
|
|
3
|
+
name: "DuxDrawEmptyForm",
|
|
4
|
+
setup() {
|
|
5
|
+
return () => l("svg", {
|
|
6
|
+
viewBox: "0 0 162 162",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
}, [l("defs", null, [l("linearGradient", {
|
|
10
|
+
x1: "81.000000",
|
|
11
|
+
y1: "9.000000",
|
|
12
|
+
x2: "81.000000",
|
|
13
|
+
y2: "159.000000",
|
|
14
|
+
id: "paint_linear_1_260_0",
|
|
15
|
+
gradientUnits: "userSpaceOnUse"
|
|
16
|
+
}, [l("stop", {
|
|
17
|
+
"stop-color": "#E3ECFA"
|
|
18
|
+
}, null), l("stop", {
|
|
19
|
+
offset: "1.000000",
|
|
20
|
+
"stop-color": "#DAE7FF"
|
|
21
|
+
}, null)]), l("linearGradient", {
|
|
22
|
+
x1: "81.000000",
|
|
23
|
+
y1: "9.000000",
|
|
24
|
+
x2: "81.000000",
|
|
25
|
+
y2: "159.000000",
|
|
26
|
+
id: "paint_linear_4_2_0",
|
|
27
|
+
gradientUnits: "userSpaceOnUse"
|
|
28
|
+
}, [l("stop", {
|
|
29
|
+
"stop-color": "#E3ECFA"
|
|
30
|
+
}, null), l("stop", {
|
|
31
|
+
offset: "1.000000",
|
|
32
|
+
"stop-color": "#DAE7FF"
|
|
33
|
+
}, null)])]), l("path", {
|
|
34
|
+
id: "Ellipse 652",
|
|
35
|
+
d: "M156 84C156 125.42 122.42 159 81 159C39.57 159 6 125.42 6 84C6 42.57 39.57 9 81 9C122.42 9 156 42.57 156 84Z",
|
|
36
|
+
fill: "rgba(var(--ui-color-primary) / .3)",
|
|
37
|
+
"fill-opacity": "1.000000",
|
|
38
|
+
"fill-rule": "evenodd"
|
|
39
|
+
}, null), l("g", {
|
|
40
|
+
filter: "url(#filter_1_261_dd)"
|
|
41
|
+
}, [l("mask", {
|
|
42
|
+
id: "mask4_2",
|
|
43
|
+
"mask-type": "alpha",
|
|
44
|
+
maskUnits: "userSpaceOnUse",
|
|
45
|
+
x: "6.000000",
|
|
46
|
+
y: "9.000000",
|
|
47
|
+
width: "150.000000",
|
|
48
|
+
height: "150.000000"
|
|
49
|
+
}, [l("path", {
|
|
50
|
+
id: "Ellipse 653",
|
|
51
|
+
d: "M156 84C156 125.42 122.42 159 81 159C39.57 159 6 125.42 6 84C6 42.57 39.57 9 81 9C122.42 9 156 42.57 156 84Z",
|
|
52
|
+
fill: "url(#paint_linear_4_2_0)",
|
|
53
|
+
"fill-opacity": "1.000000",
|
|
54
|
+
"fill-rule": "evenodd"
|
|
55
|
+
}, null)]), l("g", {
|
|
56
|
+
mask: "url(#mask4_2)"
|
|
57
|
+
}, [l("path", {
|
|
58
|
+
id: "Rectangle 5615",
|
|
59
|
+
d: "M38 52L124 52C126.76 52 129 54.23 129 57L129 162C129 164.76 126.76 167 124 167L38 167C35.23 167 33 164.76 33 162L33 57C33 54.23 35.23 52 38 52Z",
|
|
60
|
+
fill: "rgba(var(--ui-bg-elevated))",
|
|
61
|
+
"fill-opacity": "1.000000",
|
|
62
|
+
"fill-rule": "evenodd"
|
|
63
|
+
}, null)])]), l("path", {
|
|
64
|
+
id: "Rectangle 5617",
|
|
65
|
+
d: "M46 62L72 62C73.65 62 75 63.34 75 65C75 66.65 73.65 68 72 68L46 68C44.34 68 43 66.65 43 65C43 63.34 44.34 62 46 62Z",
|
|
66
|
+
fill: "rgba(var(--ui-color-primary), .2)",
|
|
67
|
+
"fill-opacity": "1.000000",
|
|
68
|
+
"fill-rule": "evenodd"
|
|
69
|
+
}, null), l("path", {
|
|
70
|
+
id: "Rectangle 5620",
|
|
71
|
+
d: "M46 104L72 104C73.65 104 75 105.34 75 107C75 108.65 73.65 110 72 110L46 110C44.34 110 43 108.65 43 107C43 105.34 44.34 104 46 104Z",
|
|
72
|
+
fill: "rgba(var(--ui-color-primary), .2)",
|
|
73
|
+
"fill-opacity": "1.000000",
|
|
74
|
+
"fill-rule": "evenodd"
|
|
75
|
+
}, null), l("path", {
|
|
76
|
+
id: "Vector",
|
|
77
|
+
d: "M114 77C116.2 77 118 78.79 118 81L118 91C118 93.2 116.2 95 114 95L48 95C45.79 95 44 93.2 44 91L44 81C44 78.79 45.79 77 48 77L114 77Z",
|
|
78
|
+
stroke: "rgba(var(--ui-color-primary))",
|
|
79
|
+
"stroke-opacity": "1.000000",
|
|
80
|
+
"stroke-width": "2.000000"
|
|
81
|
+
}, null), l("path", {
|
|
82
|
+
id: "Rectangle 5619",
|
|
83
|
+
d: "M48 118L114 118C116.76 118 119 120.23 119 123L119 131C119 133.76 116.76 136 114 136L48 136C45.23 136 43 133.76 43 131L43 123C43 120.23 45.23 118 48 118Z",
|
|
84
|
+
fill: "rgba(var(--ui-color-primary) / .3)",
|
|
85
|
+
"fill-opacity": "1.000000",
|
|
86
|
+
"fill-rule": "evenodd"
|
|
87
|
+
}, null), l("path", {
|
|
88
|
+
id: "Ellipse 654",
|
|
89
|
+
d: "M63 37C63 39.2 61.2 41 59 41C56.79 41 55 39.2 55 37C55 34.79 56.79 33 59 33C61.2 33 63 34.79 63 37Z",
|
|
90
|
+
fill: "rgba(var(--ui-bg-elevated))",
|
|
91
|
+
"fill-opacity": "1.000000",
|
|
92
|
+
"fill-rule": "evenodd"
|
|
93
|
+
}, null), l("path", {
|
|
94
|
+
id: "Ellipse 655",
|
|
95
|
+
d: "M85 37C85 39.2 83.2 41 81 41C78.79 41 77 39.2 77 37C77 34.79 78.79 33 81 33C83.2 33 85 34.79 85 37Z",
|
|
96
|
+
fill: "rgba(var(--ui-color-primary))",
|
|
97
|
+
"fill-opacity": "1.000000",
|
|
98
|
+
"fill-rule": "evenodd"
|
|
99
|
+
}, null), l("path", {
|
|
100
|
+
id: "Ellipse 656",
|
|
101
|
+
d: "M107 37C107 39.2 105.2 41 103 41C100.79 41 99 39.2 99 37C99 34.79 100.79 33 103 33C105.2 33 107 34.79 107 37Z",
|
|
102
|
+
fill: "rgba(var(--ui-bg-elevated))",
|
|
103
|
+
"fill-opacity": "1.000000",
|
|
104
|
+
"fill-rule": "evenodd"
|
|
105
|
+
}, null), l("path", {
|
|
106
|
+
id: "Ellipse 658",
|
|
107
|
+
d: "M97 92C97 94.76 94.76 97 92 97C89.23 97 87 94.76 87 92C87 89.23 89.23 87 92 87C94.76 87 97 89.23 97 92Z",
|
|
108
|
+
fill: "rgba(var(--ui-color-primary) / .3)",
|
|
109
|
+
"fill-opacity": "1.000000",
|
|
110
|
+
"fill-rule": "evenodd"
|
|
111
|
+
}, null), l("path", {
|
|
112
|
+
id: "Path 25916",
|
|
113
|
+
d: "M95.9 113.37C95.1 113.37 94.36 113.37 93.68 113.32C92.84 113.27 92.03 112.98 91.35 112.49C90.66 112.01 90.12 111.34 89.79 110.57L85.57 102.24C85.26 101.88 85.11 101.41 85.14 100.93C85.18 100.46 85.4 100.02 85.75 99.71C86.05 99.47 86.41 99.34 86.79 99.35C87.07 99.36 87.34 99.42 87.59 99.55C87.83 99.67 88.05 99.85 88.23 100.06L90.14 102.68L90.17 102.71L90.17 92.78C90.17 92.28 90.37 91.81 90.72 91.46C91.06 91.11 91.54 90.92 92.03 90.92C92.52 90.92 93 91.11 93.34 91.46C93.69 91.81 93.89 92.28 93.89 92.78L93.89 99.28C93.87 99.04 93.89 98.79 93.97 98.57C94.05 98.34 94.17 98.13 94.33 97.95C94.5 97.78 94.69 97.63 94.91 97.54C95.13 97.44 95.37 97.39 95.61 97.39C95.85 97.39 96.09 97.44 96.31 97.54C96.53 97.63 96.72 97.78 96.89 97.95C97.05 98.13 97.17 98.34 97.25 98.57C97.33 98.79 97.35 99.04 97.33 99.28L97.33 100.63C97.31 100.39 97.34 100.15 97.42 99.92C97.49 99.69 97.62 99.49 97.78 99.31C97.94 99.13 98.14 98.99 98.36 98.89C98.58 98.8 98.81 98.75 99.05 98.75C99.29 98.75 99.53 98.8 99.75 98.89C99.97 98.99 100.17 99.13 100.33 99.31C100.49 99.49 100.62 99.69 100.69 99.92C100.77 100.15 100.8 100.39 100.78 100.63L100.78 101.67C100.75 101.44 100.78 101.19 100.86 100.97C100.94 100.74 101.06 100.53 101.22 100.35C101.38 100.18 101.58 100.03 101.8 99.94C102.02 99.84 102.26 99.79 102.5 99.79C102.74 99.79 102.98 99.84 103.2 99.94C103.42 100.03 103.61 100.18 103.77 100.35C103.94 100.53 104.06 100.74 104.14 100.97C104.21 101.19 104.24 101.44 104.22 101.67L104.22 108.01C104.19 109.96 103.31 113.25 100.21 113.25C99.98 113.26 98.08 113.37 95.91 113.37L95.9 113.37Z",
|
|
114
|
+
fill: "rgba(var(--ui-color-primary))",
|
|
115
|
+
"fill-opacity": "1.000000",
|
|
116
|
+
"fill-rule": "nonzero"
|
|
117
|
+
}, null), l("path", {
|
|
118
|
+
id: "Path 25916",
|
|
119
|
+
d: "M93.68 113.32C92.84 113.27 92.03 112.98 91.35 112.49C90.66 112.01 90.12 111.34 89.79 110.57L85.57 102.24C85.26 101.88 85.11 101.41 85.14 100.93C85.18 100.46 85.4 100.02 85.75 99.71C86.05 99.47 86.41 99.34 86.79 99.35C87.07 99.36 87.34 99.42 87.59 99.55C87.83 99.67 88.05 99.85 88.23 100.06L90.14 102.68L90.17 102.71L90.17 92.78C90.17 92.28 90.37 91.81 90.72 91.46C91.06 91.11 91.54 90.92 92.03 90.92C92.52 90.92 93 91.11 93.34 91.46C93.69 91.81 93.89 92.28 93.89 92.78L93.89 99.28C93.87 99.04 93.89 98.79 93.97 98.57C94.05 98.34 94.17 98.13 94.33 97.95C94.5 97.78 94.69 97.63 94.91 97.54C95.13 97.44 95.37 97.39 95.61 97.39C95.85 97.39 96.09 97.44 96.31 97.54C96.53 97.63 96.72 97.78 96.89 97.95C97.05 98.13 97.17 98.34 97.25 98.57C97.33 98.79 97.35 99.04 97.33 99.28L97.33 100.63C97.31 100.39 97.34 100.15 97.42 99.92C97.49 99.69 97.62 99.49 97.78 99.31C97.94 99.13 98.14 98.99 98.36 98.89C98.58 98.8 98.81 98.75 99.05 98.75C99.29 98.75 99.53 98.8 99.75 98.89C99.97 98.99 100.17 99.13 100.33 99.31C100.49 99.49 100.62 99.69 100.69 99.92C100.77 100.15 100.8 100.39 100.78 100.63L100.78 101.67C100.75 101.44 100.78 101.19 100.86 100.97C100.94 100.74 101.06 100.53 101.22 100.35C101.38 100.18 101.58 100.03 101.8 99.94C102.02 99.84 102.26 99.79 102.5 99.79C102.74 99.79 102.98 99.84 103.2 99.94C103.42 100.03 103.61 100.18 103.77 100.35C103.94 100.53 104.06 100.74 104.14 100.97C104.21 101.19 104.24 101.44 104.22 101.67L104.22 108.01C104.19 109.96 103.31 113.25 100.21 113.25C99.98 113.26 98.08 113.37 95.91 113.37L95.9 113.37C95.1 113.37 94.36 113.37 93.68 113.32Z",
|
|
120
|
+
stroke: "rgba(var(--ui-bg-elevated))",
|
|
121
|
+
"stroke-opacity": "1.000000",
|
|
122
|
+
"stroke-width": "1.000000"
|
|
123
|
+
}, null)]);
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
export {
|
|
127
|
+
e as DuxDrawEmptyForm
|
|
128
|
+
};
|