@duxweb/dvha-pro 1.0.24 → 1.0.25
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/component.cjs +1 -1
- package/dist/cjs/components/chart/echart.cjs +1 -1
- package/dist/cjs/components/crop/imageCrop.cjs +1 -1
- package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
- package/dist/cjs/components/data/selectModal.cjs +1 -1
- package/dist/cjs/components/form/drawerForm.cjs +1 -1
- package/dist/cjs/components/form/modalForm.cjs +1 -1
- package/dist/cjs/components/form/pageForm.cjs +1 -1
- package/dist/cjs/components/form/settingForm.cjs +1 -1
- package/dist/cjs/components/icon/icon.cjs +1 -1
- package/dist/cjs/components/image/components/CanvasRuler.cjs +1 -0
- package/dist/cjs/components/image/elements/circle.cjs +1 -0
- package/dist/cjs/components/image/elements/image.cjs +1 -0
- package/dist/cjs/components/image/elements/index.cjs +1 -0
- package/dist/cjs/components/image/elements/rect.cjs +1 -0
- package/dist/cjs/components/image/elements/text.cjs +1 -0
- package/dist/cjs/components/image/hooks/usePosterEditor.cjs +1 -0
- package/dist/cjs/components/image/pages/LeftToolbar.cjs +1 -0
- package/dist/cjs/components/image/pages/Panel.cjs +1 -0
- package/dist/cjs/components/image/pages/PanelItem.cjs +1 -0
- package/dist/cjs/components/image/pages/RightPanel.cjs +1 -0
- package/dist/cjs/components/image/posterEditor.cjs +1 -0
- package/dist/cjs/components/layout/list.cjs +1 -1
- package/dist/cjs/components/layout/table.cjs +1 -1
- package/dist/cjs/components/level/level.cjs +1 -1
- package/dist/cjs/components/table/table.cjs +1 -1
- package/dist/cjs/components/upload/file.cjs +1 -1
- package/dist/cjs/components/upload/image.cjs +1 -1
- package/dist/cjs/components/upload/manage/item.cjs +1 -1
- package/dist/cjs/components/upload/manager.cjs +1 -1
- package/dist/cjs/hooks/dialog.cjs +1 -1
- package/dist/cjs/hooks/drawer.cjs +1 -1
- package/dist/cjs/hooks/modal.cjs +1 -1
- package/dist/cjs/hooks/table/image.cjs +1 -1
- package/dist/cjs/hooks/table/media.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/pages/authLayout.cjs +1 -1
- package/dist/cjs/pages/layout/page.cjs +1 -1
- package/dist/cjs/pages/layout.cjs +1 -1
- package/dist/cjs/pages/login.cjs +1 -1
- package/dist/cjs/pages/menu/avatar.cjs +1 -1
- package/dist/cjs/pages/menu/button.cjs +1 -1
- package/dist/cjs/pages/menu/cmd.cjs +1 -1
- package/dist/cjs/pages/menu/main.cjs +1 -1
- package/dist/cjs/pages/menu/mobile.cjs +1 -1
- package/dist/cjs/pages/page404.cjs +1 -1
- package/dist/cjs/pages/pageStatus.cjs +1 -1
- package/dist/cjs/theme/uno.css.cjs +25 -1
- package/dist/esm/component.js +49 -47
- package/dist/esm/components/chart/echart.js +15 -13
- package/dist/esm/components/crop/imageCrop.js +15 -13
- package/dist/esm/components/data/dynamicSelect.js +15 -13
- package/dist/esm/components/data/selectModal.js +20 -18
- package/dist/esm/components/form/drawerForm.js +21 -19
- package/dist/esm/components/form/modalForm.js +15 -13
- package/dist/esm/components/form/pageForm.js +13 -11
- package/dist/esm/components/form/settingForm.js +12 -10
- package/dist/esm/components/icon/icon.js +15 -13
- package/dist/esm/components/image/components/CanvasRuler.js +113 -0
- package/dist/esm/components/image/elements/circle.js +127 -0
- package/dist/esm/components/image/elements/image.js +131 -0
- package/dist/esm/components/image/elements/index.js +46 -0
- package/dist/esm/components/image/elements/rect.js +171 -0
- package/dist/esm/components/image/elements/text.js +206 -0
- package/dist/esm/components/image/hooks/usePosterEditor.js +434 -0
- package/dist/esm/components/image/pages/LeftToolbar.js +40 -0
- package/dist/esm/components/image/pages/Panel.js +31 -0
- package/dist/esm/components/image/pages/PanelItem.js +22 -0
- package/dist/esm/components/image/pages/RightPanel.js +421 -0
- package/dist/esm/components/image/posterEditor.js +227 -0
- package/dist/esm/components/layout/list.js +16 -14
- package/dist/esm/components/layout/table.js +16 -14
- package/dist/esm/components/level/level.js +15 -13
- package/dist/esm/components/table/table.js +15 -13
- package/dist/esm/components/upload/file.js +98 -88
- package/dist/esm/components/upload/image.js +106 -94
- package/dist/esm/components/upload/manage/item.js +15 -13
- package/dist/esm/components/upload/manager.js +65 -63
- package/dist/esm/hooks/dialog.js +15 -13
- package/dist/esm/hooks/drawer.js +15 -13
- package/dist/esm/hooks/modal.js +15 -13
- package/dist/esm/hooks/table/image.js +15 -13
- package/dist/esm/hooks/table/media.js +15 -13
- package/dist/esm/index.js +213 -202
- package/dist/esm/pages/authLayout.js +15 -13
- package/dist/esm/pages/layout/page.js +15 -13
- package/dist/esm/pages/layout.js +7 -6
- package/dist/esm/pages/login.js +16 -15
- package/dist/esm/pages/menu/avatar.js +15 -13
- package/dist/esm/pages/menu/button.js +15 -13
- package/dist/esm/pages/menu/cmd.js +26 -24
- package/dist/esm/pages/menu/main.js +25 -23
- package/dist/esm/pages/menu/mobile.js +15 -13
- package/dist/esm/pages/page404.js +13 -11
- package/dist/esm/pages/pageStatus.js +15 -13
- package/dist/esm/theme/uno.css.js +25 -1
- package/dist/types/components/image/components/CanvasRuler.d.ts +43 -0
- package/dist/types/components/image/components/index.d.ts +1 -0
- package/dist/types/components/image/elements/circle.d.ts +3 -0
- package/dist/types/components/image/elements/image.d.ts +3 -0
- package/dist/types/components/image/elements/index.d.ts +15 -0
- package/dist/types/components/image/elements/rect.d.ts +3 -0
- package/dist/types/components/image/elements/text.d.ts +3 -0
- package/dist/types/components/image/elements/types.d.ts +51 -0
- package/dist/types/components/image/hooks/index.d.ts +1 -0
- package/dist/types/components/image/hooks/usePosterEditor.d.ts +48 -0
- package/dist/types/components/image/index.d.ts +4 -0
- package/dist/types/components/image/pages/LeftToolbar.d.ts +33 -0
- package/dist/types/components/image/pages/Panel.d.ts +11 -0
- package/dist/types/components/image/pages/PanelItem.d.ts +11 -0
- package/dist/types/components/image/pages/RightPanel.d.ts +208 -0
- package/dist/types/components/image/pages/index.d.ts +4 -0
- package/dist/types/components/image/posterEditor.d.ts +61 -0
- package/dist/types/components/image/types/editor.d.ts +47 -0
- package/dist/types/components/index.d.ts +2 -2
- package/dist/types/components/stats/number.d.ts +1 -1
- package/dist/types/components/upload/file.d.ts +5 -3
- package/dist/types/index.d.ts +1 -0
- package/dist/types/pages/layout/global.d.ts +0 -1
- package/package.json +6 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=`/* layer: properties */
|
|
2
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-border-opacity:100%;--un-fill-opacity:100%;--un-to-opacity:100
|
|
2
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-border-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;--un-to-opacity:100%;}}
|
|
3
3
|
@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
|
|
4
4
|
@property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
|
|
5
5
|
@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
|
|
@@ -917,11 +917,16 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
917
917
|
}
|
|
918
918
|
/* layer: icons */
|
|
919
919
|
.i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0zM12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
920
|
+
.i-tabler\\:arrow-bar-to-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16m-8-6V4m0 10l4-4m-4 4l-4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
921
|
+
.i-tabler\\:arrow-bar-to-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10v10m0-10l4 4m-4-4l-4 4M4 4h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
920
922
|
.i-tabler\\:arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m6-6l-6 6m-6-6l6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
921
923
|
.i-tabler\\:arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12l6 6m-6-6l6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
924
|
+
.i-tabler\\:arrow-narrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m4-4l-4 4m-4-4l4 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
925
|
+
.i-tabler\\:arrow-narrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m4-10l-4-4M8 9l4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
922
926
|
.i-tabler\\:brightness-half{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 9a3 3 0 0 0 0 6z'/%3E%3Cpath d='M6 6h3.5L12 3.5L14.5 6H18v3.5l2.5 2.5l-2.5 2.5V18h-3.5L12 20.5L9.5 18H6v-3.5L3.5 12L6 9.5z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
923
927
|
.i-tabler\\:check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12l5 5L20 7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
924
928
|
.i-tabler\\:chevrons-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 7l5 5l5-5M7 13l5 5l5-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
929
|
+
.i-tabler\\:circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
925
930
|
.i-tabler\\:circle-check-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34m-1.293 5.953a1 1 0 0 0-1.32-.083l-.094.083L11 12.585l-1.293-1.292l-.094-.083a1 1 0 0 0-1.403 1.403l.083.094l2 2l.094.083a1 1 0 0 0 1.226 0l.094-.083l4-4l.083-.094a1 1 0 0 0-.083-1.32'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
926
931
|
.i-tabler\\:circle-x-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34m-6.489 5.8a1 1 0 0 0-1.218 1.567L10.585 12l-1.292 1.293l-.083.094a1 1 0 0 0 1.497 1.32L12 13.415l1.293 1.292l.094.083a1 1 0 0 0 1.32-1.497L13.415 12l1.292-1.293l.083-.094a1 1 0 0 0-1.497-1.32L12 10.585l-1.293-1.292l-.094-.083z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
927
932
|
.i-tabler\\:columns{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h5.5M4 10h5.5M4 14h5.5M4 18h5.5m5-12H20m-5.5 4H20m-5.5 4H20m-5.5 4H20'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
@@ -942,6 +947,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
942
947
|
.i-tabler\\:info-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m9-3h.01'/%3E%3Cpath d='M11 12h1v4h1'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
943
948
|
.i-tabler\\:info-circle-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2m0 9h-1l-.117.007a1 1 0 0 0 0 1.986L11 13v3l.007.117a1 1 0 0 0 .876.876L12 17h1l.117-.007a1 1 0 0 0 .876-.876L14 16l-.007-.117a1 1 0 0 0-.764-.857l-.112-.02L13 15v-3l-.007-.117a1 1 0 0 0-.876-.876zm.01-3l-.127.007a1 1 0 0 0 0 1.986L12 10l.127-.007a1 1 0 0 0 0-1.986z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
944
949
|
.i-tabler\\:language{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 5h7M9 3v2c0 4.418-2.239 8-5 8'/%3E%3Cpath d='M5 9c0 2.144 2.952 3.908 6.7 4m.3 7l4-9l4 9m-.9-2h-6.2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
950
|
+
.i-tabler\\:layout-align-bottom{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h16M9 6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
951
|
+
.i-tabler\\:layout-align-center{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 4v5m0 6v5m-6-9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
952
|
+
.i-tabler\\:layout-align-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4v16m4-9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
953
|
+
.i-tabler\\:layout-align-middle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12h5m6 0h5M9 8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
954
|
+
.i-tabler\\:layout-align-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 4v16M4 11a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
955
|
+
.i-tabler\\:layout-align-top{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16M9 10a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
956
|
+
.i-tabler\\:layout-distribute-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h16M4 20h16M6 11a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
957
|
+
.i-tabler\\:layout-distribute-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4v16M20 4v16M9 8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
945
958
|
.i-tabler\\:layout-sidebar-inactive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm5-2v1m0 4v1m0 4v1m0 4v1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
946
959
|
.i-tabler\\:layout-sidebar-right-inactive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm11-2v1m0 4v1m0 4v1m0 4v1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
947
960
|
.i-tabler\\:link{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 15l6-6m-4-3l.463-.536a5 5 0 0 1 7.071 7.072L18 13m-5 5l-.397.534a5.07 5.07 0 0 1-7.127 0a4.97 4.97 0 0 1 0-7.071L6 11'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
@@ -959,8 +972,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
959
972
|
.i-tabler\\:rotate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
960
973
|
.i-tabler\\:rotate-clockwise{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
961
974
|
.i-tabler\\:search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
975
|
+
.i-tabler\\:square{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
962
976
|
.i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
963
977
|
.i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
978
|
+
.i-tabler\\:typography{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 20h3m7 0h7M6.9 15h6.9m-3.6-8.7L16 20M5 20l6-16h2l7 16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
964
979
|
.i-tabler\\:upload{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5l5 5m-5-5v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
965
980
|
.i-tabler\\:user{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
966
981
|
.i-tabler\\:x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
|
|
@@ -1056,6 +1071,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1056
1071
|
.pb-4{padding-bottom:calc(var(--spacing) * 4);}
|
|
1057
1072
|
.pe-10{padding-inline-end:calc(var(--spacing) * 10);}
|
|
1058
1073
|
.pe-3{padding-inline-end:calc(var(--spacing) * 3);}
|
|
1074
|
+
.pl-12{padding-left:calc(var(--spacing) * 12);}
|
|
1059
1075
|
.pl-2{padding-left:calc(var(--spacing) * 2);}
|
|
1060
1076
|
.pl-4{padding-left:calc(var(--spacing) * 4);}
|
|
1061
1077
|
.pr-4{padding-right:calc(var(--spacing) * 4);}
|
|
@@ -1063,6 +1079,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1063
1079
|
.ps-3{padding-inline-start:calc(var(--spacing) * 3);}
|
|
1064
1080
|
.pt-0\\.5{padding-top:calc(var(--spacing) * 0.5);}
|
|
1065
1081
|
.pt-1{padding-top:calc(var(--spacing) * 1);}
|
|
1082
|
+
.pt-12{padding-top:calc(var(--spacing) * 12);}
|
|
1066
1083
|
.pt-2{padding-top:calc(var(--spacing) * 2);}
|
|
1067
1084
|
.pt-4{padding-top:calc(var(--spacing) * 4);}
|
|
1068
1085
|
.pt-6{padding-top:calc(var(--spacing) * 6);}
|
|
@@ -1074,6 +1091,8 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1074
1091
|
.dark .dark\\:border{border-width:1px;}
|
|
1075
1092
|
.border-0{border-width:0px;}
|
|
1076
1093
|
.border-b{border-bottom-width:1px;}
|
|
1094
|
+
.border-l{border-left-width:1px;}
|
|
1095
|
+
.border-r{border-right-width:1px;}
|
|
1077
1096
|
.border-t{border-top-width:1px;}
|
|
1078
1097
|
.border-primary,
|
|
1079
1098
|
.group:hover .group-hover\\:border-primary{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
@@ -1145,6 +1164,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1145
1164
|
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
|
|
1146
1165
|
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
|
|
1147
1166
|
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
|
|
1167
|
+
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
|
|
1148
1168
|
.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}
|
|
1149
1169
|
.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10);}
|
|
1150
1170
|
.size-12{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12);}
|
|
@@ -1199,6 +1219,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1199
1219
|
.w-40{width:calc(var(--spacing) * 40);}
|
|
1200
1220
|
.w-400px{width:400px;}
|
|
1201
1221
|
.w-5{width:calc(var(--spacing) * 5);}
|
|
1222
|
+
.w-60{width:calc(var(--spacing) * 60);}
|
|
1202
1223
|
.w-70{width:calc(var(--spacing) * 70);}
|
|
1203
1224
|
.w-auto{width:auto;}
|
|
1204
1225
|
.w-full{width:100%;}
|
|
@@ -1221,6 +1242,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1221
1242
|
.whitespace-nowrap{white-space:nowrap;}
|
|
1222
1243
|
.text-pretty{text-wrap:pretty;}
|
|
1223
1244
|
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
1245
|
+
.italic{font-style:italic;}
|
|
1224
1246
|
.ring{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color, currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
|
|
1225
1247
|
.dark .dark\\:shadow-gray-950\\/80{--un-shadow-color:color-mix(in srgb, var(--colors-gray-950) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-950)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1226
1248
|
.shadow,
|
|
@@ -1261,12 +1283,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1261
1283
|
.bottom-2{bottom:calc(var(--spacing) * 2);}
|
|
1262
1284
|
.left-0{left:calc(var(--spacing) * 0);}
|
|
1263
1285
|
.left-2{left:calc(var(--spacing) * 2);}
|
|
1286
|
+
.left-6{left:calc(var(--spacing) * 6);}
|
|
1264
1287
|
.right-0{right:calc(var(--spacing) * 0);}
|
|
1265
1288
|
.right-2{right:calc(var(--spacing) * 2);}
|
|
1266
1289
|
.right-2\\.5{right:calc(var(--spacing) * 2.5);}
|
|
1267
1290
|
.top-0{top:calc(var(--spacing) * 0);}
|
|
1268
1291
|
.top-1\\.3{top:calc(var(--spacing) * 1.3);}
|
|
1269
1292
|
.top-2{top:calc(var(--spacing) * 2);}
|
|
1293
|
+
.top-6{top:calc(var(--spacing) * 6);}
|
|
1270
1294
|
.top-7{top:calc(var(--spacing) * 7);}
|
|
1271
1295
|
.justify-start{justify-content:flex-start;}
|
|
1272
1296
|
.justify-end{justify-content:flex-end;}
|
package/dist/esm/component.js
CHANGED
|
@@ -3,13 +3,14 @@ import { DuxCard as t } from "./components/card/card.js";
|
|
|
3
3
|
import { DuxStatsStore as r, DuxStatsStoreItem as e } from "./components/card/store.js";
|
|
4
4
|
import { DuxCarousel as n } from "./components/carousel/carousel.js";
|
|
5
5
|
import { DuxChart as u } from "./components/chart/echart.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
6
|
+
import { DuxCodeEditor as D } from "./components/code/code.js";
|
|
7
|
+
import { DuxImageCrop as x } from "./components/crop/imageCrop.js";
|
|
8
|
+
import { DuxImageCropModal as i } from "./components/crop/imageCropModal.js";
|
|
9
|
+
import { DuxDashboardHello as c } from "./components/dashboard/hello.js";
|
|
10
|
+
import { DuxDashboardHelloBig as a } from "./components/dashboard/helloBig.js";
|
|
11
|
+
import { DuxDashboardQuick as l } from "./components/dashboard/quick.js";
|
|
12
|
+
import { DuxDynamicData as f } from "./components/data/dynamicData.js";
|
|
13
|
+
import { DuxDynamicSelect as p } from "./components/data/dynamicSelect.js";
|
|
13
14
|
import "vue";
|
|
14
15
|
import "@duxweb/dvha-core";
|
|
15
16
|
import "naive-ui";
|
|
@@ -22,45 +23,46 @@ import "@tanstack/vue-query";
|
|
|
22
23
|
import "@duxweb/dvha-naiveui";
|
|
23
24
|
import "@vueuse/core";
|
|
24
25
|
import "pinia";
|
|
25
|
-
import { DuxModal as
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import { DuxDrawApps as
|
|
29
|
-
import { DuxDrawAuth as
|
|
30
|
-
import { DuxDrawEmpty as
|
|
31
|
-
import { DuxDrawEmptyForm as
|
|
32
|
-
import { DuxDrawError as
|
|
33
|
-
import { DuxDrawerPage as
|
|
34
|
-
import { DuxAiEditor as
|
|
35
|
-
import { DuxFormLayout as
|
|
36
|
-
import { DuxFormItem as
|
|
37
|
-
import { DuxModalForm as
|
|
38
|
-
import { DuxPageForm as
|
|
39
|
-
import { DuxSettingForm as
|
|
40
|
-
import { DuxIconPicker as
|
|
26
|
+
import { DuxModal as d } from "./components/modal/modal.js";
|
|
27
|
+
import g from "./components/modal/modalPage.js";
|
|
28
|
+
import P from "./components/modal/modalTab.js";
|
|
29
|
+
import { DuxDrawApps as s } from "./components/draw/drawApps.js";
|
|
30
|
+
import { DuxDrawAuth as C } from "./components/draw/drawAuth.js";
|
|
31
|
+
import { DuxDrawEmpty as y } from "./components/draw/drawEmpty.js";
|
|
32
|
+
import { DuxDrawEmptyForm as M } from "./components/draw/drawEmptyForm.js";
|
|
33
|
+
import { DuxDrawError as b } from "./components/draw/drawError.js";
|
|
34
|
+
import { DuxDrawerPage as S } from "./components/drawer/drawerPage.js";
|
|
35
|
+
import { DuxAiEditor as F } from "./components/editor/aiEditor.js";
|
|
36
|
+
import { DuxFormLayout as L } from "./components/form/formLayout.js";
|
|
37
|
+
import { DuxFormItem as T } from "./components/form/formItem.js";
|
|
38
|
+
import { DuxModalForm as E } from "./components/form/modalForm.js";
|
|
39
|
+
import { DuxPageForm as h } from "./components/form/pageForm.js";
|
|
40
|
+
import { DuxSettingForm as w } from "./components/form/settingForm.js";
|
|
41
|
+
import { DuxIconPicker as A } from "./components/icon/icon.js";
|
|
41
42
|
import "@iconify-json/tabler/icons.json";
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { DuxLevel as H } from "./components/level/level.js";
|
|
47
|
-
import { DuxCardPage as U } from "./components/list/card.js";
|
|
48
|
-
import { DuxListPage as v } from "./components/list/list.js";
|
|
49
|
-
import { DuxMedia as N } from "./components/media/media.js";
|
|
50
|
-
import { DuxPanelAlert as Q } from "./components/panel/alert.js";
|
|
51
|
-
import { DuxPanelCard as R } from "./components/panel/setting.js";
|
|
52
|
-
import { DuxCollapsePanel as W } from "./components/panel/collapse.js";
|
|
53
|
-
import { DuxSelectCard as j } from "./components/select/cardSelect.js";
|
|
54
|
-
import { DuxStatsNumber as q } from "./components/stats/number.js";
|
|
55
|
-
import { DuxStatsRealTime as z } from "./components/stats/realTime.js";
|
|
56
|
-
import { DuxBlockEmpty as G } from "./components/status/blockEmpty.js";
|
|
57
|
-
import { DuxTablePage as J } from "./components/table/tablePage.js";
|
|
58
|
-
import { DuxTreeFilter as K } from "./components/tree/treeFilter.js";
|
|
59
|
-
import { DuxFileUpload as O } from "./components/upload/file.js";
|
|
60
|
-
import { DuxImageUpload as V } from "./components/upload/image.js";
|
|
43
|
+
import "./components/image/elements/index.js";
|
|
44
|
+
import "fabric";
|
|
45
|
+
import { DuxFileUpload as I } from "./components/upload/file.js";
|
|
46
|
+
import { DuxImageUpload as k } from "./components/upload/image.js";
|
|
61
47
|
import "clsx";
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
48
|
+
import { DuxTableFilter as B } from "./components/layout/filter.js";
|
|
49
|
+
import { DuxListLayout as H } from "./components/layout/list.js";
|
|
50
|
+
import { DuxTableLayout as U } from "./components/layout/table.js";
|
|
51
|
+
import { DuxTableTools as v } from "./components/layout/tools.js";
|
|
52
|
+
import { DuxLevel as N } from "./components/level/level.js";
|
|
53
|
+
import { DuxCardPage as Q } from "./components/list/card.js";
|
|
54
|
+
import { DuxListPage as R } from "./components/list/list.js";
|
|
55
|
+
import { DuxMedia as W } from "./components/media/media.js";
|
|
56
|
+
import { DuxPanelAlert as j } from "./components/panel/alert.js";
|
|
57
|
+
import { DuxPanelCard as q } from "./components/panel/setting.js";
|
|
58
|
+
import { DuxCollapsePanel as z } from "./components/panel/collapse.js";
|
|
59
|
+
import { DuxSelectCard as G } from "./components/select/cardSelect.js";
|
|
60
|
+
import { DuxStatsNumber as J } from "./components/stats/number.js";
|
|
61
|
+
import { DuxStatsRealTime as K } from "./components/stats/realTime.js";
|
|
62
|
+
import { DuxBlockEmpty as O } from "./components/status/blockEmpty.js";
|
|
63
|
+
import { DuxTablePage as V } from "./components/table/tablePage.js";
|
|
64
|
+
import { DuxTreeFilter as X } from "./components/tree/treeFilter.js";
|
|
65
|
+
import { DuxWidgetConnect as Y } from "./components/widget/connect.js";
|
|
64
66
|
import { DuxAuthLayout as Z } from "./pages/authLayout.js";
|
|
65
67
|
import { DuxLayout as _ } from "./pages/layout.js";
|
|
66
68
|
import { DuxLoginPage as $ } from "./pages/login.js";
|
|
@@ -73,11 +75,11 @@ import { DuxPage404 as no } from "./pages/page404.js";
|
|
|
73
75
|
import { DuxPage500 as uo } from "./pages/page500.js";
|
|
74
76
|
import { DuxPageEmpty as Do } from "./pages/pageEmpty.js";
|
|
75
77
|
import { DuxPageStatus as xo } from "./pages/pageStatus.js";
|
|
76
|
-
const
|
|
78
|
+
const Bm = {
|
|
77
79
|
install(o) {
|
|
78
|
-
o.component("DuxAiEditor",
|
|
80
|
+
o.component("DuxAiEditor", F), o.component("DuxCard", t), o.component("DuxDrawerPage", S), o.component("DuxDrawApps", s), o.component("DuxDrawAuth", C), o.component("DuxDrawEmpty", y), o.component("DuxDrawEmptyForm", M), o.component("DuxDrawError", b), o.component("DuxDynamicData", f), o.component("DuxDynamicSelect", p), o.component("DuxFormItem", T), o.component("DuxFormLayout", L), o.component("DuxModalForm", E), o.component("DuxPageForm", h), o.component("DuxSettingForm", w), o.component("DuxListLayout", H), o.component("DuxTableFilter", B), o.component("DuxTableLayout", U), o.component("DuxTableTools", v), o.component("DuxCardPage", Q), o.component("DuxListPage", R), o.component("DuxMedia", W), o.component("DuxModal", d), o.component("DuxPanelAlert", j), o.component("DuxPanelCard", q), o.component("DuxBlockEmpty", O), o.component("DuxTablePage", V), o.component("DuxLevel", N), o.component("DuxImageCrop", x), o.component("DuxImageCropModal", i), o.component("DuxModalPage", g), o.component("DuxModalTab", P), o.component("DuxFileUpload", I), o.component("DuxImageUpload", k), o.component("DuxTreeFilter", X), o.component("DuxIconPicker", A), o.component("DuxCollapsePanel", z), o.component("DuxCodeEditor", D), o.component("DuxDashboardHello", c), o.component("DuxDashboardHelloBig", a), o.component("DuxDashboardQuick", l), o.component("DuxCarousel", n), o.component("DuxWidgetConnect", Y), o.component("DuxChart", u), o.component("DuxSelectCard", G), o.component("DuxStatsStore", r), o.component("DuxStatsStoreItem", e), o.component("DuxStatsRealTime", K), o.component("DuxStatsNumber", J), o.component("DuxAuthLayout", Z), o.component("DuxLayout", _), o.component("DuxPage403", eo), o.component("DuxPage404", no), o.component("DuxPage500", uo), o.component("DuxPageEmpty", Do), o.component("DuxPageStatus", xo), o.component("DuxLoginPage", $), o.component("DuxPage", ro), o.component("DuxMenuMain", mo), o.component("DuxMobileMenu", to), o.component("DuxMenuCmd", oo), o.component("DuxApp", m);
|
|
79
81
|
}
|
|
80
82
|
};
|
|
81
83
|
export {
|
|
82
|
-
|
|
84
|
+
Bm as default
|
|
83
85
|
};
|
|
@@ -6,6 +6,17 @@ import "vue-router";
|
|
|
6
6
|
import "@overlastic/vue";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "@vueuse/core";
|
|
9
|
+
import "vue3-ace-editor";
|
|
10
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
11
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
12
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
13
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
14
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
15
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
16
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
17
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
18
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
19
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
9
20
|
import "vue-cropper";
|
|
10
21
|
import "jinrishici";
|
|
11
22
|
import "lodash-es";
|
|
@@ -25,23 +36,14 @@ import "vue-command-palette";
|
|
|
25
36
|
import "@duxweb/dvha-naiveui";
|
|
26
37
|
import "../../pages/page404.js";
|
|
27
38
|
import "@iconify-json/tabler/icons.json";
|
|
39
|
+
import "../image/elements/index.js";
|
|
40
|
+
import "fabric";
|
|
28
41
|
import "mime";
|
|
29
|
-
import "vue3-ace-editor";
|
|
30
|
-
import "ace-builds/src-noconflict/mode-vue";
|
|
31
|
-
import "ace-builds/src-noconflict/mode-javascript";
|
|
32
|
-
import "ace-builds/src-noconflict/mode-html";
|
|
33
|
-
import "ace-builds/src-noconflict/mode-json";
|
|
34
|
-
import "ace-builds/src-noconflict/mode-json5";
|
|
35
|
-
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
36
|
-
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
37
|
-
import "ace-builds/src-noconflict/ext-searchbox";
|
|
38
|
-
import "ace-builds/src-noconflict/ext-language_tools";
|
|
39
|
-
import "ace-builds/src-noconflict/mode-snippets";
|
|
40
42
|
import "dayjs";
|
|
41
43
|
import { useEchartType as u } from "../../hooks/echart.js";
|
|
42
44
|
import "@tanstack/vue-query";
|
|
43
45
|
import "pinia";
|
|
44
|
-
const
|
|
46
|
+
const pt = /* @__PURE__ */ m({
|
|
45
47
|
name: "DuxChart",
|
|
46
48
|
props: {
|
|
47
49
|
height: {
|
|
@@ -96,5 +98,5 @@ const rt = /* @__PURE__ */ m({
|
|
|
96
98
|
}
|
|
97
99
|
});
|
|
98
100
|
export {
|
|
99
|
-
|
|
101
|
+
pt as DuxChart
|
|
100
102
|
};
|
|
@@ -7,6 +7,17 @@ import "@overlastic/vue";
|
|
|
7
7
|
import "clsx";
|
|
8
8
|
import { DuxAvatar as v } from "../widget/avatar.js";
|
|
9
9
|
import "vue-echarts";
|
|
10
|
+
import "vue3-ace-editor";
|
|
11
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
12
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
13
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
14
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
15
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
16
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
17
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
18
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
19
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
20
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
10
21
|
import "vue-cropper";
|
|
11
22
|
import "jinrishici";
|
|
12
23
|
import "lodash-es";
|
|
@@ -26,23 +37,14 @@ import "vue-command-palette";
|
|
|
26
37
|
import "@duxweb/dvha-naiveui";
|
|
27
38
|
import "../../pages/page404.js";
|
|
28
39
|
import "@iconify-json/tabler/icons.json";
|
|
40
|
+
import "../image/elements/index.js";
|
|
41
|
+
import "fabric";
|
|
29
42
|
import "mime";
|
|
30
|
-
import "vue3-ace-editor";
|
|
31
|
-
import "ace-builds/src-noconflict/mode-vue";
|
|
32
|
-
import "ace-builds/src-noconflict/mode-javascript";
|
|
33
|
-
import "ace-builds/src-noconflict/mode-html";
|
|
34
|
-
import "ace-builds/src-noconflict/mode-json";
|
|
35
|
-
import "ace-builds/src-noconflict/mode-json5";
|
|
36
|
-
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
37
|
-
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
38
|
-
import "ace-builds/src-noconflict/ext-searchbox";
|
|
39
|
-
import "ace-builds/src-noconflict/ext-language_tools";
|
|
40
|
-
import "ace-builds/src-noconflict/mode-snippets";
|
|
41
43
|
import { useModal as h } from "../../hooks/modal.js";
|
|
42
44
|
import "dayjs";
|
|
43
45
|
import "@tanstack/vue-query";
|
|
44
46
|
import "pinia";
|
|
45
|
-
const
|
|
47
|
+
const no = /* @__PURE__ */ n({
|
|
46
48
|
name: "DuxImageCrop",
|
|
47
49
|
props: {
|
|
48
50
|
defaultValue: {
|
|
@@ -113,5 +115,5 @@ const uo = /* @__PURE__ */ n({
|
|
|
113
115
|
}
|
|
114
116
|
});
|
|
115
117
|
export {
|
|
116
|
-
|
|
118
|
+
no as DuxImageCrop
|
|
117
119
|
};
|
|
@@ -6,6 +6,17 @@ import "vue-router";
|
|
|
6
6
|
import "@overlastic/vue";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "vue-echarts";
|
|
9
|
+
import "vue3-ace-editor";
|
|
10
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
11
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
12
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
13
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
14
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
15
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
16
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
17
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
18
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
19
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
9
20
|
import "vue-cropper";
|
|
10
21
|
import "jinrishici";
|
|
11
22
|
import "lodash-es";
|
|
@@ -25,24 +36,15 @@ import "vue-command-palette";
|
|
|
25
36
|
import "@duxweb/dvha-naiveui";
|
|
26
37
|
import "../../pages/page404.js";
|
|
27
38
|
import "@iconify-json/tabler/icons.json";
|
|
39
|
+
import "../image/elements/index.js";
|
|
40
|
+
import "fabric";
|
|
28
41
|
import "mime";
|
|
29
42
|
import "vue-draggable-plus";
|
|
30
|
-
import "vue3-ace-editor";
|
|
31
|
-
import "ace-builds/src-noconflict/mode-vue";
|
|
32
|
-
import "ace-builds/src-noconflict/mode-javascript";
|
|
33
|
-
import "ace-builds/src-noconflict/mode-html";
|
|
34
|
-
import "ace-builds/src-noconflict/mode-json";
|
|
35
|
-
import "ace-builds/src-noconflict/mode-json5";
|
|
36
|
-
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
37
|
-
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
38
|
-
import "ace-builds/src-noconflict/ext-searchbox";
|
|
39
|
-
import "ace-builds/src-noconflict/ext-language_tools";
|
|
40
|
-
import "ace-builds/src-noconflict/mode-snippets";
|
|
41
43
|
import { useModal as w } from "../../hooks/modal.js";
|
|
42
44
|
import "dayjs";
|
|
43
45
|
import "@tanstack/vue-query";
|
|
44
46
|
import "pinia";
|
|
45
|
-
const
|
|
47
|
+
const st = /* @__PURE__ */ f({
|
|
46
48
|
name: "DuxDynamicSelect",
|
|
47
49
|
props: {
|
|
48
50
|
rowKey: {
|
|
@@ -115,5 +117,5 @@ const ct = /* @__PURE__ */ f({
|
|
|
115
117
|
}
|
|
116
118
|
});
|
|
117
119
|
export {
|
|
118
|
-
|
|
120
|
+
st as DuxDynamicSelect
|
|
119
121
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as y, computed as h, ref as
|
|
1
|
+
import { defineComponent as y, computed as h, ref as m, watch as C, createVNode as o, Fragment as b, h as x, mergeProps as w, isVNode as z } from "vue";
|
|
2
2
|
import { useI18n as P, useJsonSchema as j } from "@duxweb/dvha-core";
|
|
3
3
|
import { NButton as l, NDataTable as k } from "naive-ui";
|
|
4
4
|
import "vue-router";
|
|
@@ -6,6 +6,17 @@ import "@overlastic/vue";
|
|
|
6
6
|
import "clsx";
|
|
7
7
|
import "vue-echarts";
|
|
8
8
|
import "@vueuse/core";
|
|
9
|
+
import "vue3-ace-editor";
|
|
10
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
11
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
12
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
13
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
14
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
15
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
16
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
17
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
18
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
19
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
9
20
|
import "vue-cropper";
|
|
10
21
|
import K from "../modal/modalPage.js";
|
|
11
22
|
import "jinrishici";
|
|
@@ -26,18 +37,9 @@ import "vue-command-palette";
|
|
|
26
37
|
import "@duxweb/dvha-naiveui";
|
|
27
38
|
import "../../pages/page404.js";
|
|
28
39
|
import "@iconify-json/tabler/icons.json";
|
|
40
|
+
import "../image/elements/index.js";
|
|
41
|
+
import "fabric";
|
|
29
42
|
import "mime";
|
|
30
|
-
import "vue3-ace-editor";
|
|
31
|
-
import "ace-builds/src-noconflict/mode-vue";
|
|
32
|
-
import "ace-builds/src-noconflict/mode-javascript";
|
|
33
|
-
import "ace-builds/src-noconflict/mode-html";
|
|
34
|
-
import "ace-builds/src-noconflict/mode-json";
|
|
35
|
-
import "ace-builds/src-noconflict/mode-json5";
|
|
36
|
-
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
37
|
-
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
38
|
-
import "ace-builds/src-noconflict/ext-searchbox";
|
|
39
|
-
import "ace-builds/src-noconflict/ext-language_tools";
|
|
40
|
-
import "ace-builds/src-noconflict/mode-snippets";
|
|
41
43
|
import "dayjs";
|
|
42
44
|
import "@tanstack/vue-query";
|
|
43
45
|
import { useTable as N } from "../../hooks/table.js";
|
|
@@ -45,7 +47,7 @@ import "pinia";
|
|
|
45
47
|
function c(t) {
|
|
46
48
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !z(t);
|
|
47
49
|
}
|
|
48
|
-
const
|
|
50
|
+
const xt = /* @__PURE__ */ y({
|
|
49
51
|
name: "Select",
|
|
50
52
|
props: {
|
|
51
53
|
path: String,
|
|
@@ -66,7 +68,7 @@ const Ct = /* @__PURE__ */ y({
|
|
|
66
68
|
} = P(), u = h(() => [{
|
|
67
69
|
type: "selection",
|
|
68
70
|
fixed: "left"
|
|
69
|
-
}, ...t.columns || []]),
|
|
71
|
+
}, ...t.columns || []]), n = m({}), i = m({
|
|
70
72
|
page: 1,
|
|
71
73
|
pageSize: 10
|
|
72
74
|
}), {
|
|
@@ -78,16 +80,16 @@ const Ct = /* @__PURE__ */ y({
|
|
|
78
80
|
} = N({
|
|
79
81
|
path: t.path || "",
|
|
80
82
|
columns: u.value || [],
|
|
81
|
-
filters:
|
|
83
|
+
filters: n,
|
|
82
84
|
pagination: i.value
|
|
83
|
-
}), p =
|
|
85
|
+
}), p = m([]);
|
|
84
86
|
C(S, (e) => {
|
|
85
87
|
p.value = f.value?.filter((r) => e.includes(r[t.rowKey]));
|
|
86
88
|
});
|
|
87
89
|
const v = j({
|
|
88
90
|
data: t.filterSchema || [],
|
|
89
91
|
context: {
|
|
90
|
-
filter:
|
|
92
|
+
filter: n
|
|
91
93
|
}
|
|
92
94
|
});
|
|
93
95
|
return () => o(K, {
|
|
@@ -139,5 +141,5 @@ const Ct = /* @__PURE__ */ y({
|
|
|
139
141
|
}
|
|
140
142
|
});
|
|
141
143
|
export {
|
|
142
|
-
|
|
144
|
+
xt as default
|
|
143
145
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as b, computed as v, toRef as C, createVNode as e, Fragment as F, mergeProps as x, isVNode as D } from "vue";
|
|
2
2
|
import { useI18n as E, useInvalidate as N, useExtendForm as h } from "@duxweb/dvha-core";
|
|
3
|
-
import { useMessage as j, NButton as
|
|
3
|
+
import { useMessage as j, NButton as p, NScrollbar as w } from "naive-ui";
|
|
4
4
|
import "clsx";
|
|
5
5
|
import "vue-echarts";
|
|
6
6
|
import "vue-router";
|
|
@@ -12,12 +12,23 @@ import "@tanstack/vue-query";
|
|
|
12
12
|
import "@duxweb/dvha-naiveui";
|
|
13
13
|
import "@vueuse/core";
|
|
14
14
|
import "pinia";
|
|
15
|
+
import "vue3-ace-editor";
|
|
16
|
+
import "ace-builds/src-noconflict/mode-vue";
|
|
17
|
+
import "ace-builds/src-noconflict/mode-javascript";
|
|
18
|
+
import "ace-builds/src-noconflict/mode-html";
|
|
19
|
+
import "ace-builds/src-noconflict/mode-json";
|
|
20
|
+
import "ace-builds/src-noconflict/mode-json5";
|
|
21
|
+
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
22
|
+
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
23
|
+
import "ace-builds/src-noconflict/ext-searchbox";
|
|
24
|
+
import "ace-builds/src-noconflict/ext-language_tools";
|
|
25
|
+
import "ace-builds/src-noconflict/mode-snippets";
|
|
15
26
|
import "vue-cropper";
|
|
16
27
|
import "jinrishici";
|
|
17
28
|
import "vue-draggable-plus";
|
|
18
29
|
import { DuxDrawerPage as O } from "../drawer/drawerPage.js";
|
|
19
30
|
import "aieditor";
|
|
20
|
-
import { DuxFormLayout as
|
|
31
|
+
import { DuxFormLayout as a } from "./formLayout.js";
|
|
21
32
|
import "vee-validate";
|
|
22
33
|
import "@vee-validate/i18n";
|
|
23
34
|
import "colorizr";
|
|
@@ -31,21 +42,12 @@ import "@vee-validate/i18n/dist/locale/zh_CN.json";
|
|
|
31
42
|
import "vue-command-palette";
|
|
32
43
|
import "../../pages/page404.js";
|
|
33
44
|
import "@iconify-json/tabler/icons.json";
|
|
34
|
-
import "
|
|
35
|
-
import "
|
|
36
|
-
import "ace-builds/src-noconflict/mode-javascript";
|
|
37
|
-
import "ace-builds/src-noconflict/mode-html";
|
|
38
|
-
import "ace-builds/src-noconflict/mode-json";
|
|
39
|
-
import "ace-builds/src-noconflict/mode-json5";
|
|
40
|
-
import "ace-builds/src-noconflict/theme-tomorrow_night";
|
|
41
|
-
import "ace-builds/src-noconflict/theme-tomorrow";
|
|
42
|
-
import "ace-builds/src-noconflict/ext-searchbox";
|
|
43
|
-
import "ace-builds/src-noconflict/ext-language_tools";
|
|
44
|
-
import "ace-builds/src-noconflict/mode-snippets";
|
|
45
|
+
import "../image/elements/index.js";
|
|
46
|
+
import "fabric";
|
|
45
47
|
function s(t) {
|
|
46
48
|
return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !D(t);
|
|
47
49
|
}
|
|
48
|
-
const
|
|
50
|
+
const wt = /* @__PURE__ */ b({
|
|
49
51
|
name: "DuxDrawerForm",
|
|
50
52
|
props: {
|
|
51
53
|
id: {
|
|
@@ -76,7 +78,7 @@ const ht = /* @__PURE__ */ b({
|
|
|
76
78
|
type: String
|
|
77
79
|
}
|
|
78
80
|
},
|
|
79
|
-
extends:
|
|
81
|
+
extends: a,
|
|
80
82
|
setup(t, {
|
|
81
83
|
slots: c
|
|
82
84
|
}) {
|
|
@@ -120,7 +122,7 @@ const ht = /* @__PURE__ */ b({
|
|
|
120
122
|
onClose: t?.onClose
|
|
121
123
|
}, {
|
|
122
124
|
default: () => e(w, null, {
|
|
123
|
-
default: () => [e(
|
|
125
|
+
default: () => [e(a, x({
|
|
124
126
|
class: "p-4"
|
|
125
127
|
}, l.value), {
|
|
126
128
|
default: () => [c?.default?.()]
|
|
@@ -128,12 +130,12 @@ const ht = /* @__PURE__ */ b({
|
|
|
128
130
|
}),
|
|
129
131
|
footer: () => {
|
|
130
132
|
let o, i;
|
|
131
|
-
return e(F, null, [e(
|
|
133
|
+
return e(F, null, [e(p, {
|
|
132
134
|
onClick: g,
|
|
133
135
|
loading: m.value
|
|
134
136
|
}, s(o = r("components.button.reset")) ? o : {
|
|
135
137
|
default: () => [o]
|
|
136
|
-
}), e(
|
|
138
|
+
}), e(p, {
|
|
137
139
|
type: "primary",
|
|
138
140
|
loading: m.value,
|
|
139
141
|
onClick: () => f()
|
|
@@ -145,5 +147,5 @@ const ht = /* @__PURE__ */ b({
|
|
|
145
147
|
}
|
|
146
148
|
});
|
|
147
149
|
export {
|
|
148
|
-
|
|
150
|
+
wt as DuxDrawerForm
|
|
149
151
|
};
|