@duxweb/dvha-pro 1.1.21 → 1.1.23
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/cascaderPanel/cascaderPanel.cjs +1 -0
- package/dist/cjs/components/chart/echart.cjs +1 -1
- package/dist/cjs/components/dashboard/helloBig.cjs +1 -1
- package/dist/cjs/components/data/dynamicData.cjs +1 -1
- package/dist/cjs/components/data/selectModal.cjs +1 -1
- package/dist/cjs/components/designEditor/editor/setting.cjs +1 -1
- package/dist/cjs/components/designEditor/editor.cjs +1 -1
- package/dist/cjs/components/drawer/drawer.cjs +1 -1
- package/dist/cjs/components/flowEditor/components/setting.cjs +1 -1
- package/dist/cjs/components/form/drawerForm.cjs +1 -1
- package/dist/cjs/components/form/formItem.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/pageTabForm.cjs +1 -1
- package/dist/cjs/components/form/settingForm.cjs +1 -1
- package/dist/cjs/components/formEditor/components/imageUpload.cjs +1 -1
- package/dist/cjs/components/formEditor/editor.cjs +1 -1
- package/dist/cjs/components/layout/table.cjs +1 -1
- package/dist/cjs/components/layout/tools.cjs +1 -1
- package/dist/cjs/components/mapCoord/mapCoord.cjs +1 -0
- package/dist/cjs/components/media/media.cjs +1 -1
- package/dist/cjs/components/modal/modalTab.cjs +1 -1
- package/dist/cjs/components/panel/setting.cjs +1 -1
- package/dist/cjs/components/posterEditor/posterEditor.cjs +1 -1
- package/dist/cjs/components/select/selectCard.cjs +1 -1
- package/dist/cjs/components/spec/spec.cjs +1 -1
- package/dist/cjs/components/stats/realTime.cjs +1 -1
- package/dist/cjs/components/table/table.cjs +1 -1
- package/dist/cjs/components/textImageEditor/textImageEditor.cjs +1 -0
- package/dist/cjs/components/textImageEditor/textModal.cjs +1 -0
- 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/components/upload/video.cjs +1 -0
- package/dist/cjs/components/widget/connect.cjs +1 -1
- package/dist/cjs/dvha-pro.css +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/hooks/table/switch.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/langs/en-US.json.cjs +1 -1
- package/dist/cjs/langs/zh-CN.json.cjs +1 -1
- package/dist/cjs/pages/authLayout.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/menuApp.cjs +1 -1
- package/dist/cjs/pages/menu/mobile.cjs +1 -1
- package/dist/cjs/pages/menu/notice.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 +26 -4
- package/dist/esm/component.js +21 -20
- package/dist/esm/components/cascaderPanel/cascaderPanel.js +378 -0
- package/dist/esm/components/chart/echart.js +1 -1
- package/dist/esm/components/dashboard/helloBig.js +3 -2
- package/dist/esm/components/data/dynamicData.js +49 -40
- package/dist/esm/components/data/selectModal.js +3 -3
- package/dist/esm/components/designEditor/editor/setting.js +2 -2
- package/dist/esm/components/designEditor/editor.js +3 -2
- package/dist/esm/components/drawer/drawer.js +22 -19
- package/dist/esm/components/flowEditor/components/setting.js +1 -1
- package/dist/esm/components/form/drawerForm.js +1 -1
- package/dist/esm/components/form/formItem.js +1 -1
- package/dist/esm/components/form/modalForm.js +1 -1
- package/dist/esm/components/form/pageForm.js +1 -1
- package/dist/esm/components/form/pageTabForm.js +1 -1
- package/dist/esm/components/form/settingForm.js +1 -1
- package/dist/esm/components/formEditor/components/imageUpload.js +1 -1
- package/dist/esm/components/formEditor/editor.js +1 -1
- package/dist/esm/components/layout/table.js +74 -56
- package/dist/esm/components/layout/tools.js +8 -8
- package/dist/esm/components/mapCoord/mapCoord.js +218 -0
- package/dist/esm/components/media/media.js +57 -32
- package/dist/esm/components/modal/modalTab.js +20 -14
- package/dist/esm/components/panel/setting.js +3 -2
- package/dist/esm/components/posterEditor/posterEditor.js +1 -1
- package/dist/esm/components/select/selectCard.js +3 -3
- package/dist/esm/components/spec/spec.js +142 -103
- package/dist/esm/components/stats/realTime.js +5 -4
- package/dist/esm/components/table/table.js +19 -19
- package/dist/esm/components/textImageEditor/textImageEditor.js +405 -0
- package/dist/esm/components/textImageEditor/textModal.js +77 -0
- package/dist/esm/components/upload/image.js +35 -34
- package/dist/esm/components/upload/manage/item.js +1 -1
- package/dist/esm/components/upload/manager.js +155 -138
- package/dist/esm/components/upload/video.js +340 -0
- package/dist/esm/components/widget/connect.js +3 -2
- package/dist/esm/dvha-pro.css +1 -1
- package/dist/esm/hooks/dialog.js +2 -2
- package/dist/esm/hooks/drawer.js +2 -2
- package/dist/esm/hooks/modal.js +2 -2
- package/dist/esm/hooks/table/image.js +2 -2
- package/dist/esm/hooks/table/media.js +2 -2
- package/dist/esm/hooks/table/switch.js +58 -26
- package/dist/esm/index.js +308 -296
- package/dist/esm/langs/en-US.json.js +1 -1
- package/dist/esm/langs/zh-CN.json.js +1 -1
- package/dist/esm/pages/authLayout.js +1 -1
- package/dist/esm/pages/login.js +2 -2
- package/dist/esm/pages/menu/avatar.js +1 -1
- package/dist/esm/pages/menu/button.js +1 -1
- package/dist/esm/pages/menu/menuApp.js +1 -1
- package/dist/esm/pages/menu/mobile.js +1 -1
- package/dist/esm/pages/menu/notice.js +1 -1
- package/dist/esm/pages/page404.js +1 -1
- package/dist/esm/pages/pageStatus.js +2 -2
- package/dist/esm/theme/uno.css.js +26 -4
- package/dist/types/components/cascaderPanel/cascaderPanel.d.ts +110 -0
- package/dist/types/components/cascaderPanel/index.d.ts +1 -0
- package/dist/types/components/data/dynamicData.d.ts +10 -0
- package/dist/types/components/data/index.d.ts +1 -1
- package/dist/types/components/data/selectModal.d.ts +2 -2
- package/dist/types/components/drawer/drawer.d.ts +1 -1
- package/dist/types/components/flowEditor/components/kvInput.d.ts +1 -1
- package/dist/types/components/flowEditor/components/nodeCard.d.ts +1 -1
- package/dist/types/components/form/drawerForm.d.ts +2 -2
- package/dist/types/components/form/formLayout.d.ts +2 -2
- package/dist/types/components/form/modalForm.d.ts +2 -2
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/components/level/level.d.ts +2 -2
- package/dist/types/components/mapCoord/index.d.ts +1 -0
- package/dist/types/components/mapCoord/mapCoord.d.ts +93 -0
- package/dist/types/components/media/media.d.ts +3 -32
- package/dist/types/components/modal/modalTab.d.ts +5 -5
- package/dist/types/components/select/checkboxTag.d.ts +2 -2
- package/dist/types/components/select/dateTag.d.ts +2 -2
- package/dist/types/components/select/radioTag.d.ts +2 -2
- package/dist/types/components/select/selectCard.d.ts +4 -4
- package/dist/types/components/spec/spec.d.ts +21 -0
- package/dist/types/components/table/table.d.ts +3 -3
- package/dist/types/components/textImageEditor/index.d.ts +2 -0
- package/dist/types/components/textImageEditor/textImageEditor.d.ts +56 -0
- package/dist/types/components/textImageEditor/textModal.d.ts +72 -0
- package/dist/types/components/textImageEditor/types.d.ts +19 -0
- package/dist/types/components/upload/index.d.ts +1 -0
- package/dist/types/components/upload/video.d.ts +126 -0
- package/dist/types/components/widget/index.d.ts +1 -0
- package/dist/types/hooks/table/column.d.ts +1 -1
- package/dist/types/hooks/table/switch.d.ts +1 -1
- package/dist/types/main.d.ts +5 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("vue");require("@duxweb/dvha-core");require("naive-ui");require("vue-router");require("@overlastic/vue");require("
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("vue");require("@duxweb/dvha-core");require("naive-ui");require("vue-router");require("@overlastic/vue");require("@vueuse/core");require("clsx");require("vue-echarts");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("lodash-es");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("vue-command-palette");require("@duxweb/dvha-naiveui");require("../page404.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../../components/posterEditor/elements/index.cjs");require("fabric");require("../../components/schemaEditor/schemaEditor.cjs");require("dayjs");require("@tanstack/vue-query");const q=require("../../hooks/ui.cjs"),t=r.defineComponent({name:"DuxMenuButton",props:{class:{type:String,default:""},labelClass:{type:String,default:""},onClick:{type:Function,default:()=>{}},collapsed:{type:Boolean,default:!0}},setup(e,{slots:u}){const{menuCollapsed:i}=q.useUI();return()=>r.createVNode("div",{onClick:()=>{e.onClick?.()},class:["flex items-center gap-1 justify-center py-1 px-2 cursor-pointer gap-2 flex-1 w-full",e.class]},[u.icon?.(),e.collapsed===!1&&!i.value&&r.createVNode("div",{class:["overflow-hidden ease-in-out whitespace-nowrap text-left min-w-0 flex-1",e.labelClass]},[u.default?.()])])}});exports.default=t;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("@duxweb/dvha-core"),p=require("lodash-es"),l=require("naive-ui"),q=require("vue-router"),y=require("./avatar.cjs");require("@overlastic/vue");require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("@duxweb/dvha-core"),p=require("lodash-es"),l=require("naive-ui"),q=require("vue-router"),y=require("./avatar.cjs");require("@overlastic/vue");require("@vueuse/core");require("clsx");require("vue-echarts");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("@duxweb/dvha-naiveui");require("../page404.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../../components/posterEditor/elements/index.cjs");require("fabric");require("../../components/schemaEditor/schemaEditor.cjs");require("dayjs");require("@tanstack/vue-query");const m=require("../../hooks/ui.cjs");require("vue-command-palette");const k=require("./dark.cjs"),w=require("./notice.cjs"),M=e.defineComponent({name:"DuxMenuApp",props:{collapsed:{type:Boolean,default:!1}},setup(){const{setCmdVisible:f,setMenuCollapsed:v}=m.useUI(),{config:u}=i.useManage(),{t:h}=i.useI18n(),n=q.useRouter(),{mainMenu:x,subMenu:N,appActive:s,subActive:c,isSubMenu:g}=i.useMenu({doubleMenu:!0});e.onMounted(()=>{v(!1)});const o=r=>r.map(a=>{const t={...a,key:a.name,icon:a?.icon?()=>e.h("div",{class:`${a.icon} size-5`}):void 0,labelName:a.label,label:()=>a.path?e.h(q.RouterLink,{to:{path:a.path}},{default:()=>a.label}):a.label};return t.children&&t.children.length>0&&(t.children=o(t.children)),t}),V=e.computed(()=>o(p.cloneDeep(x.value))),b=e.computed(()=>o(p.cloneDeep(N.value)));return()=>e.createVNode("div",{class:"flex h-screen gap-2 pr-2"},[e.createVNode("div",{class:"bg-primary-950 dark:bg-gray-900 w-18 text-inverted z-1 border-r dark:border-muted"},[e.createVNode("div",{class:"h-full flex-none flex flex-col"},[e.createVNode("div",{class:"py-4 px-2 hidden lg:flex justify-center items-center"},[e.createVNode("div",{class:"bg-white dark:bg-primary-950 rounded-full p-2 shadow group-hover:shadow-lg"},[u.theme?.appLogo?e.createVNode("img",{class:"size-4",src:u.theme?.appLogo},null):e.createVNode(i.DuxLogoIcon,{highlight:"fill-primary",class:"size-4"},null)])]),e.createVNode("div",{class:"flex-1 min-h-0"},[e.createVNode(l.NScrollbar,null,{default:()=>[e.createVNode("div",{class:"flex flex-col px-2 gap-2"},[V.value.map((r,d)=>e.createVNode("div",{key:d,class:["flex flex-col gap-1 justify-center items-center py-1.5 cursor-pointer rounded transition-all",r.key===s.value?"bg-primary/50 text-primary-200":"text-white/60 hover:text-white"],onClick:()=>{s.value=r.key,r?.path&&n.push(r.path)}},[e.createVNode("div",null,[r.icon?.()]),e.createVNode("div",{class:"text-xs"},[typeof r.label=="function"?r.label?.():r.label])]))])]})]),e.createVNode("div",{class:"flex-none hidden lg:flex flex-col items-center gap-2 p-2"},[u.tools?.map(r=>e.createVNode(l.NTooltip,{trigger:"hover",placement:"right"},{default:()=>r.label,trigger:()=>e.createVNode(l.NButton,{quaternary:!0,onClick:()=>{if(r.callback){r.callback();return}if(r.path){n.push(r.path);return}r.url&&window.open(r.url,"_blank")}},{icon:()=>e.createVNode("div",{class:"transition-all text-muted p-2 hover:text-white"},[e.createVNode("div",{class:`${r.icon} size-5`},null)])})})),u.notice?.status&&e.createVNode(w.default,{collapsed:!0},null),e.createVNode(k.default,null,null),e.createVNode(y.default,{collapsed:!0},null)])])]),e.createVNode(e.Transition,{name:"submenu-slide",enterActiveClass:"transition-all duration-150 ease-out",enterFromClass:"opacity-0 translate-x-[-50%]",enterToClass:"opacity-100 translate-x-0",leaveActiveClass:"transition-all duration-150 ease-in",leaveFromClass:"opacity-100 translate-x-0",leaveToClass:"opacity-0 translate-x-[-50%]"},{default:()=>[g.value&&e.createVNode("div",null,[e.createVNode("div",{class:"w-160px overflow-hidden flex flex-col h-full"},[e.createVNode("div",{class:"py-2 flex-none"},[e.createVNode("div",{class:"rounded-md relative py-2 px-3 bg-white dark:bg-elevated shadow-xs hover:shadow flex items-center gap-2 cursor-pointer transition-all",onClick:()=>f(!0)},[e.createVNode("div",{class:"i-tabler:search size-4 icon-gradient"},null),e.createVNode("div",{class:"text-muted text-sm flex-1"},[h("common.search")]),e.createVNode("div",{class:"flex items-center gap-1 absolute right-2.5"},[e.createVNode(l.NTag,{size:"small",bordered:!1,type:"primary"},{default:()=>[e.createTextVNode("⌘")]}),e.createVNode(l.NTag,{size:"small",bordered:!1,type:"primary"},{default:()=>[e.createTextVNode("K")]})])])]),e.createVNode("div",{class:"flex-1 min-h-0"},[e.createVNode(l.NScrollbar,null,{default:()=>[e.createVNode(l.NMenu,{rootIndent:20,indent:15,class:"app-menu",options:b.value,value:c.value,collapsed:!1,onUpdateValue:r=>c.value=r},null)]})])])])]})])}});exports.DuxMenuApp=M;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("naive-ui");require("@duxweb/dvha-core");require("vue-router");require("@overlastic/vue");require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("naive-ui");require("@duxweb/dvha-core");require("vue-router");require("@overlastic/vue");require("@vueuse/core");require("clsx");require("vue-echarts");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("lodash-es");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("vue-command-palette");const q=require("./menuMain.cjs");require("@duxweb/dvha-naiveui");require("../page404.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../../components/posterEditor/elements/index.cjs");require("fabric");require("../../components/schemaEditor/schemaEditor.cjs");require("dayjs");require("@tanstack/vue-query");const n=require("../../hooks/ui.cjs"),o=e.defineComponent({name:"DuxMobileMenu",props:{},setup(t){const{menuMobileCollapsed:r}=n.useUI();return()=>e.createVNode(i.NDrawer,{show:r.value,onUpdateShow:u=>r.value=u,width:200,placement:"left"},{default:()=>[e.createVNode("div",{class:["flex-none transition-all"]},[e.createVNode(q.DuxMenuMain,{collapsed:!1,mobile:!0},null)])]})}});exports.DuxMobileMenu=o;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("@duxweb/dvha-core"),u=require("naive-ui"),b=require("vue-router"),k=require("../../components/card/card.cjs");require("clsx");require("vue-echarts");require("@overlastic/vue");require("dayjs");require("lodash-es");require("@tanstack/vue-query");require("@duxweb/dvha-naiveui");require("
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("@duxweb/dvha-core"),u=require("naive-ui"),b=require("vue-router"),k=require("../../components/card/card.cjs");require("@vueuse/core");require("clsx");require("vue-echarts");require("@overlastic/vue");require("dayjs");require("lodash-es");require("@tanstack/vue-query");require("@duxweb/dvha-naiveui");require("pinia");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");const w=require("../../components/status/blockEmpty.cjs");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("vue-command-palette");require("../page404.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../../components/posterEditor/elements/index.cjs");require("fabric");require("../../components/schemaEditor/schemaEditor.cjs");function C(i){return typeof i=="function"||Object.prototype.toString.call(i)==="[object Object]"&&!e.isVNode(i)}const S=e.defineComponent({name:"DuxMenuNotice",props:{collapsed:{type:Boolean,default:!1}},setup(){const{t:i}=a.useI18n(),{config:t,getRoutePath:n}=a.useManage(),c=b.useRouter(),{data:v,isLoading:m,refetch:N}=a.useList({path:t.notice?.path||"notice",pagination:{page:1,pageSize:10}}),{mutate:d}=a.useCustomMutation({path:`${t.notice?.path||"notice"}`,method:"POST",onSuccess:()=>{N()}}),l=e.computed(()=>v.value?.data||[]),s=e.computed(()=>l.value.some(r=>!r[t.notice?.readField||"read"])),o=e.ref(!1),h=r=>{d({payload:{type:"read",id:r.id}}),o.value=!1},f=()=>{d({payload:{type:"all_read"}}),o.value=!1};return()=>e.createVNode(u.NPopover,{trigger:"click",arrowClass:"ml-2.5",placement:"bottom-start",style:"padding: 0",width:300,show:o.value,onClickoutside:()=>o.value=!1},{trigger:()=>e.createVNode(u.NTooltip,{trigger:"hover",placement:"right"},{default:()=>i("components.menu.notice","Notice"),trigger:()=>e.createVNode(u.NButton,{onClick:()=>o.value=!0,quaternary:!0},{icon:()=>e.createVNode(u.NBadge,{dot:s.value,offset:[-8,8]},{default:()=>[e.createVNode("div",{class:"transition-all text-muted p-2 hover:text-white"},[e.createVNode("div",{class:"i-tabler:bell size-5"},null)])]})})}),default:()=>e.createVNode(k.DuxCard,{headerBordered:!0,headerClass:"text-sm",headerSize:"small",contentSize:"none",title:i("components.menu.notice","Notice")},{default:()=>e.createVNode(e.Fragment,null,[e.createVNode(u.NSpin,{show:m.value},{default:()=>[l.value.length>0?e.createVNode("div",{class:"p-2"},[l.value?.map((r,g)=>{const V=r[t.notice?.urlField||"url"],q=t.notice?.readField||"read",x=t.notice?.descField||"desc",y=t.notice?.titleField||"title";return e.createVNode("div",{class:"hover:bg-elevated rounded cursor-pointer p-2 flex gap-2 items-center",onClick:()=>{const p=r[t.notice?.urlField||"url"];p?.startsWith("http")?window.open(p,"_blank"):c.push(n(t.notice?.path||"notice")),r[q]=!0,h(r)}},[e.createVNode("div",{key:g,class:"flex-1 min-w-0 flex flex-col"},[e.createVNode("div",{class:"flex items-center gap-2"},[r[q]?e.createVNode("div",{class:"w-2 h-2 bg-elevated rounded-full"},null):e.createVNode("div",{class:"w-2 h-2 bg-error rounded-full"},null),e.createVNode("div",{class:"flex-1 min-w-0 text-sm font-medium truncate"},[r[y]])]),e.createVNode("div",{class:"pl-4 text-xs text-muted line-clamp-2"},[r[x]])]),V?.startsWith("http")&&e.createVNode("div",null,[e.createVNode("div",{class:"i-tabler:external-link size-5 text-muted"},null)])])})]):e.createVNode("div",{class:"p-4"},[e.createVNode(w.DuxBlockEmpty,{text:i("components.menu.noNotice","No notices"),simple:!0},null)])]}),e.createVNode("div",{class:"border-t border-muted p-2"},[e.createVNode("div",{class:"text-center text-sm text-primary hover:text-primary-hover cursor-pointer py-1",onClick:()=>{c.push(n(t.notice?.path||"notice")),o.value=!1}},[i("components.menu.viewAllNotices","View all notices")])])]),headerExtra:()=>{let r;return e.createVNode(u.NButton,{size:"tiny",quaternary:!0,disabled:!s.value,onClick:f},C(r=i("components.menu.markAllRead","Mark all read"))?r:{default:()=>[r]})}})})}});exports.default=S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("@duxweb/dvha-core"),s=require("naive-ui"),q=require("vue-router");require("clsx");require("vue-echarts");require("@overlastic/vue");require("dayjs");require("lodash-es");require("@tanstack/vue-query");require("@duxweb/dvha-naiveui");require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("@duxweb/dvha-core"),s=require("naive-ui"),q=require("vue-router");require("@vueuse/core");require("clsx");require("vue-echarts");require("@overlastic/vue");require("dayjs");require("lodash-es");require("@tanstack/vue-query");require("@duxweb/dvha-naiveui");require("pinia");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");const l=require("../components/draw/drawEmpty.cjs");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("vue-command-palette");const d=require("./pageStatus.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../components/posterEditor/elements/index.cjs");require("fabric");require("../components/schemaEditor/schemaEditor.cjs");function p(r){return typeof r=="function"||Object.prototype.toString.call(r)==="[object Object]"&&!e.isVNode(r)}const o=e.defineComponent({name:"DuxPage404",setup(r){const t=q.useRoute(),n=q.useRouter(),{t:u}=c.useI18n();function a(){n.push({path:t.path,query:{...t.query,t:Date.now()}})}return()=>e.createVNode(d.DuxPageStatus,{title:u("pages.404.title"),desc:u("pages.404.desc")},{default:()=>e.createVNode("div",null,[e.createVNode(l.DuxDrawEmpty,null,null)]),action:()=>{let i;return e.createVNode(s.NButton,{onClick:a,renderIcon:()=>e.createVNode("div",{class:"n-icon i-tabler:refresh"},null)},p(i=u("components.button.refresh"))?i:{default:()=>[i]})}})}});o.displayName="DuxPage404";exports.DuxPage404=o;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("../components/card/card.cjs");require("
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),i=require("../components/card/card.cjs");require("@vueuse/core");require("clsx");require("naive-ui");require("@duxweb/dvha-core");require("vue-echarts");require("vue-router");require("@overlastic/vue");require("dayjs");require("lodash-es");require("@tanstack/vue-query");require("@duxweb/dvha-naiveui");require("pinia");require("vue3-ace-editor");require("ace-builds/src-noconflict/mode-vue");require("ace-builds/src-noconflict/mode-javascript");require("ace-builds/src-noconflict/mode-html");require("ace-builds/src-noconflict/mode-json");require("ace-builds/src-noconflict/mode-json5");require("ace-builds/src-noconflict/theme-tomorrow_night");require("ace-builds/src-noconflict/theme-tomorrow");require("ace-builds/src-noconflict/ext-searchbox");require("ace-builds/src-noconflict/ext-language_tools");require("ace-builds/src-noconflict/mode-snippets");require("vue-cropper");require("jinrishici");require("@vee-validate/i18n");require("colorizr");require("echarts");require("highlight.js/lib/core");require("highlight.js/lib/languages/bash");require("highlight.js/lib/languages/css");require("highlight.js/lib/languages/go");require("highlight.js/lib/languages/java");require("highlight.js/lib/languages/javascript");require("highlight.js/lib/languages/json");require("highlight.js/lib/languages/markdown");require("highlight.js/lib/languages/php");require("highlight.js/lib/languages/python");require("highlight.js/lib/languages/shell");require("highlight.js/lib/languages/sql");require("highlight.js/lib/languages/typescript");require("highlight.js/lib/languages/xml");require("@ant-design/colors");require("@unocss/preset-icons/browser");require("@unocss/preset-typography");require("unocss/preset-wind4");require("@vee-validate/i18n/dist/locale/en.json");require("@vee-validate/i18n/dist/locale/zh_CN.json");require("vee-validate");require("vue-command-palette");require("./page404.cjs");require("vue-draggable-plus");require("short-unique-id");require("aieditor");require("@vue-flow/core");require("lodash-es/cloneDeep");require("@vue-flow/background");;/* empty css */require("mime");require("@iconify-json/tabler/icons.json");require("../components/posterEditor/elements/index.cjs");require("fabric");require("../components/schemaEditor/schemaEditor.cjs");const q=e.defineComponent({name:"DuxPageStatus",props:{title:String,desc:String,bordered:{type:Boolean,default:!0}},setup(r,{slots:u}){return()=>e.createVNode(i.DuxCard,{class:"size-full flex items-center justify-center",bordered:r.bordered},{default:()=>[e.createVNode("div",{class:"flex flex-col gap-6 justify-center items-center py-10 h-full"},[e.createVNode("div",{class:"w-40"},[u.default?.()]),e.createVNode("div",{class:"flex flex-col items-center justify-center gap-2"},[e.createVNode("div",{class:"text-lg text-default font-bold"},[r?.title]),e.createVNode("div",{class:"text-muted"},[r?.desc])]),e.createVNode("div",{class:"flex justify-center items-center gap-4"},[u.action?.()])])]})}});exports.DuxPageStatus=q;
|
|
@@ -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-from-opacity:100%;--un-text-opacity:100%;--un-bg-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-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-
|
|
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-from-opacity:100%;--un-text-opacity:100%;--un-bg-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-divide-x-reverse:initial;--un-divide-opacity:100%;--un-space-y-reverse:initial;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ease:initial;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-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%;}
|
|
@@ -977,6 +977,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
977
977
|
.i-tabler\\:git-branch{--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='M5 18a2 2 0 1 0 4 0a2 2 0 1 0-4 0M5 6a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0M7 8v8m2 2h6a2 2 0 0 0 2-2v-5'/%3E%3Cpath d='m14 14l3-3l3 3'/%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;}
|
|
978
978
|
.i-tabler\\:grid-4x4{--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 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18'/%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;}
|
|
979
979
|
.i-tabler\\:grid-dots{--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 5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0M4 19a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 0m7 0a1 1 0 1 0 2 0a1 1 0 1 0-2 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;}
|
|
980
|
+
.i-tabler\\:grip-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='M8 5a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m6-14a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 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;}
|
|
980
981
|
.i-tabler\\:help{--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 1 0-18 0m9 5v.01'/%3E%3Cpath d='M12 13.5a1.5 1.5 0 0 1 1-1.5a2.6 2.6 0 1 0-3-4'/%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;}
|
|
981
982
|
.i-tabler\\:hexagons{--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 18v-5l4-2l4 2v5l-4 2zm4-7V6l4-2l4 2v5m-4 2l4-2l4 2v5l-4 2l-4-2'/%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;}
|
|
982
983
|
.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;}
|
|
@@ -1007,6 +1008,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1007
1008
|
.i-tabler\\:pencil{--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 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 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;}
|
|
1008
1009
|
.i-tabler\\:pencil-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 20h4L18.5 9.5a2.828 2.828 0 1 0-4-4L4 16zm9.5-13.5l4 4M19 16v6m3-3l-3 3l-3-3'/%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;}
|
|
1009
1010
|
.i-tabler\\:photo{--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='M15 8h.01M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z'/%3E%3Cpath d='m3 16l5-5c.928-.893 2.072-.893 3 0l5 5'/%3E%3Cpath d='m14 14l1-1c.928-.893 2.072-.893 3 0l3 3'/%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;}
|
|
1011
|
+
.i-tabler\\:photo-plus{--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='M15 8h.01M12.5 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v6.5'/%3E%3Cpath d='m3 16l5-5c.928-.893 2.072-.893 3 0l4 4'/%3E%3Cpath d='m14 14l1-1c.67-.644 1.45-.824 2.182-.54M16 19h6m-3-3v6'/%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;}
|
|
1010
1012
|
.i-tabler\\:pinned{--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 4v6l-2 4v2h10v-2l-2-4V4m-3 12v5M8 4h8'/%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;}
|
|
1011
1013
|
.i-tabler\\:player-play{--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 4v16l13-8z'/%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;}
|
|
1012
1014
|
.i-tabler\\:player-stop{--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 7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 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;}
|
|
@@ -1023,6 +1025,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1023
1025
|
.i-tabler\\:square-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%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath 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%3Cpath d='m9 12l2 2l4-4'/%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;}
|
|
1024
1026
|
.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;}
|
|
1025
1027
|
.i-tabler\\:tag{--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='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%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;}
|
|
1028
|
+
.i-tabler\\:text-plus{--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 10H5m0-4h14m-5 8H5m0 4h6m7-3v6m-3-3h6'/%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;}
|
|
1026
1029
|
.i-tabler\\:toggle-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%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6'/%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;}
|
|
1027
1030
|
.i-tabler\\:transfer{--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 10H4l5.5-6M4 14h16l-5.5 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;}
|
|
1028
1031
|
.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;}
|
|
@@ -1030,9 +1033,14 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1030
1033
|
.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;}
|
|
1031
1034
|
.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;}
|
|
1032
1035
|
.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;}
|
|
1036
|
+
.i-tabler\\:video{--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='m15 10l4.553-2.276A1 1 0 0 1 21 8.618v6.764a1 1 0 0 1-1.447.894L15 14zM3 8a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 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;}
|
|
1033
1037
|
.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;}
|
|
1034
1038
|
.i-tabler\\:zoom-in{--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 0m4 0h6m-3-3v6m11 8l-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;}
|
|
1035
1039
|
.i-tabler\\:zoom-out{--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 0m4 0h6m8 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;}
|
|
1040
|
+
/* layer: typography */
|
|
1041
|
+
:is(.prose){color:var(--un-prose-body);max-width:65ch;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em;}:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-links);text-decoration:underline;font-weight:500;}:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-bold);font-weight:600;}:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-alpha;}:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-alpha;}:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-alpha;}:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-alpha;}:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-roman;}:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-roman;}:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:upper-roman;}:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:lower-roman;}:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:decimal;}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {font-weight:400;color:var(--un-prose-counters);}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {color:var(--un-prose-bullets);}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.25em;}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em;}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:500;font-style:italic;color:var(--un-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"\\201C""\\201D""\\2018""\\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;}:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:open-quote;}:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:close-quote;}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111;}:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:900;color:inherit;}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;}:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:800;color:inherit;}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6;}:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:700;color:inherit;}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5;}:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:700;color:inherit;}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {display:block;margin-top:2em;margin-bottom:2em;}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-weight:500;font-family:inherit;color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-code);font-weight:600;font-size:0.875em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:"\`";}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:"\`";}:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;font-size:0.875em;}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;font-size:0.9em;}:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:inherit;}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {content:none;}:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {content:none;}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857;}:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders);}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders);}:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-bottom-width:0;}:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {vertical-align:baseline;}:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {border-top-width:1px;border-top-color:var(--un-prose-th-borders);}:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {vertical-align:top;}:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {text-align:start;}:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {color:var(--un-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em;}font-size:1rem;line-height:1.75;:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5em;margin-bottom:0.5em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.375em;}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.375em;}:where(> ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.25em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.25em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5em;padding-inline-start:1.625em;}:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2em;margin-bottom:2em;}:where(> :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:0;}--un-prose-body:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-body:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-headings:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-headings:white;--un-prose-lead:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-lead:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-links:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-links:white;--un-prose-bold:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-bold:white;--un-prose-counters:color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-counters:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-bullets:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-bullets:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-hr:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-hr:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-quotes:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-quotes:color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent);--un-prose-quote-borders:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-quote-borders:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);--un-prose-captions:color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-captions:color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent);--un-prose-kbd:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-kbd:white;--un-prose-kbd-shadows:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-kbd-shadows:white;--un-prose-code:color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-code:white;--un-prose-pre-code:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-pre-code:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-pre-bg:color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-pre-bg:rgb(0 0 0 / 50%);--un-prose-th-borders:color-mix(in oklab, rgb(var(--ui-color-gray-300)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-th-borders:color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent);--un-prose-td-borders:color-mix(in oklab, rgb(var(--ui-color-gray-200)) var(--un-text-opacity, 100%), transparent);--un-prose-invert-td-borders:color-mix(in oklab, rgb(var(--ui-color-gray-700)) var(--un-text-opacity, 100%), transparent);}
|
|
1042
|
+
:is(.prose-sm){font-size:0.875rem;line-height:1.7142857;:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;}:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.2857143em;line-height:1.5555556;margin-top:0.8888889em;margin-bottom:0.8888889em;}:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em;}:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:2.1428571em;margin-top:0;margin-bottom:0.8em;line-height:1.2;}:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.4285714em;margin-top:1.6em;margin-bottom:0.8em;line-height:1.4;}:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:0.4444444em;line-height:1.5555556;}:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.4285714em;margin-bottom:0.5714286em;line-height:1.4285714;}:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;border-radius:0.3125rem;padding-top:0.1428571em;padding-inline-end:0.3571429em;padding-bottom:0.1428571em;padding-inline-start:0.3571429em;}:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;}:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.9em;}:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8888889em;}:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:0.25rem;padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em;}:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.2857143em;margin-bottom:0.2857143em;}:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.4285714em;}:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0.4285714em;}:where(> ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5714286em;margin-bottom:0.5714286em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.1428571em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:1.1428571em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.5714286em;margin-bottom:0.5714286em;}:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;margin-bottom:1.1428571em;}:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.1428571em;}:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0.2857143em;padding-inline-start:1.5714286em;}:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:2.8571429em;margin-bottom:2.8571429em;}:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.5;}:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-top:0.6666667em;padding-inline-end:1em;padding-bottom:0.6666667em;padding-inline-start:1em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:1.7142857em;margin-bottom:1.7142857em;}:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {font-size:0.8571429em;line-height:1.3333333;margin-top:0.6666667em;}:where(> :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {margin-bottom:0;}}
|
|
1043
|
+
.dark :is(.dark\\:prose-invert){--un-prose-body:var(--un-prose-invert-body);--un-prose-headings:var(--un-prose-invert-headings);--un-prose-lead:var(--un-prose-invert-lead);--un-prose-links:var(--un-prose-invert-links);--un-prose-bold:var(--un-prose-invert-bold);--un-prose-counters:var(--un-prose-invert-counters);--un-prose-bullets:var(--un-prose-invert-bullets);--un-prose-hr:var(--un-prose-invert-hr);--un-prose-quotes:var(--un-prose-invert-quotes);--un-prose-quote-borders:var(--un-prose-invert-quote-borders);--un-prose-captions:var(--un-prose-invert-captions);--un-prose-kbd:var(--un-prose-invert-kbd);--un-prose-kbd-shadows:var(--un-prose-invert-kbd-shadows);--un-prose-code:var(--un-prose-invert-code);--un-prose-pre-code:var(--un-prose-invert-pre-code);--un-prose-pre-bg:var(--un-prose-invert-pre-bg);--un-prose-th-borders:var(--un-prose-invert-th-borders);--un-prose-td-borders:var(--un-prose-invert-td-borders);}
|
|
1036
1044
|
/* layer: shortcuts */
|
|
1037
1045
|
.container{width:100%;}
|
|
1038
1046
|
@media (min-width: 40rem){
|
|
@@ -1087,6 +1095,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1087
1095
|
.m12{margin:calc(var(--spacing) * 12);}
|
|
1088
1096
|
.m14{margin:calc(var(--spacing) * 14);}
|
|
1089
1097
|
.m146\\.8{margin:calc(var(--spacing) * 146.8);}
|
|
1098
|
+
.m15{margin:calc(var(--spacing) * 15);}
|
|
1090
1099
|
.m18{margin:calc(var(--spacing) * 18);}
|
|
1091
1100
|
.m29\\.3{margin:calc(var(--spacing) * 29.3);}
|
|
1092
1101
|
.m3{margin:calc(var(--spacing) * 3);}
|
|
@@ -1166,6 +1175,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1166
1175
|
.outline-0{outline-style:var(--un-outline-style);outline-width:0px;}
|
|
1167
1176
|
.outline{outline-style:var(--un-outline-style);outline-width:1px;}
|
|
1168
1177
|
.\\!border-2{border-width:2px !important;}
|
|
1178
|
+
.b,
|
|
1169
1179
|
.border,
|
|
1170
1180
|
.dark .dark\\:border{border-width:1px;}
|
|
1171
1181
|
.border-0{border-width:0px;}
|
|
@@ -1252,6 +1262,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1252
1262
|
.opacity-100,
|
|
1253
1263
|
.group:hover .group-hover\\:opacity-100{opacity:100%;}
|
|
1254
1264
|
.opacity-50{opacity:50%;}
|
|
1265
|
+
.opacity-60{opacity:60%;}
|
|
1255
1266
|
.opacity-70{opacity:70%;}
|
|
1256
1267
|
.opacity-80{opacity:80%;}
|
|
1257
1268
|
.underline{text-decoration-line:underline;}
|
|
@@ -1308,6 +1319,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1308
1319
|
.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7);}
|
|
1309
1320
|
.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8);}
|
|
1310
1321
|
.size-80px{width:80px;height:80px;}
|
|
1322
|
+
.size-96px{width:96px;height:96px;}
|
|
1311
1323
|
.size-full{width:100%;height:100%;}
|
|
1312
1324
|
.h-10{height:calc(var(--spacing) * 10);}
|
|
1313
1325
|
.h-100{height:calc(var(--spacing) * 100);}
|
|
@@ -1316,6 +1328,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1316
1328
|
.h-16{height:calc(var(--spacing) * 16);}
|
|
1317
1329
|
.h-2{height:calc(var(--spacing) * 2);}
|
|
1318
1330
|
.h-20{height:calc(var(--spacing) * 20);}
|
|
1331
|
+
.h-200px{height:200px;}
|
|
1319
1332
|
.h-30{height:calc(var(--spacing) * 30);}
|
|
1320
1333
|
.h-36px{height:36px;}
|
|
1321
1334
|
.h-4{height:calc(var(--spacing) * 4);}
|
|
@@ -1325,6 +1338,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1325
1338
|
.h-6,
|
|
1326
1339
|
.h6{height:calc(var(--spacing) * 6);}
|
|
1327
1340
|
.h-60{height:calc(var(--spacing) * 60);}
|
|
1341
|
+
.h-96px{height:96px;}
|
|
1328
1342
|
.h-auto{height:auto;}
|
|
1329
1343
|
.h-full{height:100%;}
|
|
1330
1344
|
.h-screen{height:100vh;}
|
|
@@ -1332,9 +1346,11 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1332
1346
|
.max-h-120px{max-height:120px;}
|
|
1333
1347
|
.max-h-500{max-height:calc(var(--spacing) * 500);}
|
|
1334
1348
|
.max-h-500px{max-height:500px;}
|
|
1349
|
+
.max-h-70vh{max-height:70vh;}
|
|
1335
1350
|
.max-w-180{max-width:calc(var(--spacing) * 180);}
|
|
1336
1351
|
.max-w-2xl{max-width:var(--container-2xl);}
|
|
1337
1352
|
.max-w-full{max-width:100%;}
|
|
1353
|
+
.max-w-none{max-width:none;}
|
|
1338
1354
|
.min-h-\\[300px\\]{min-height:300px;}
|
|
1339
1355
|
.min-h-0{min-height:calc(var(--spacing) * 0);}
|
|
1340
1356
|
.min-h-1{min-height:calc(var(--spacing) * 1);}
|
|
@@ -1363,6 +1379,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1363
1379
|
.w-5{width:calc(var(--spacing) * 5);}
|
|
1364
1380
|
.w-60{width:calc(var(--spacing) * 60);}
|
|
1365
1381
|
.w-70{width:calc(var(--spacing) * 70);}
|
|
1382
|
+
.w-96px{width:96px;}
|
|
1366
1383
|
.w-auto{width:auto;}
|
|
1367
1384
|
.w-full{width:100%;}
|
|
1368
1385
|
.w-px{width:1px;}
|
|
@@ -1383,6 +1400,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1383
1400
|
.resize{resize:both;}
|
|
1384
1401
|
.select-none{-webkit-user-select:none;user-select:none;}
|
|
1385
1402
|
.whitespace-nowrap{white-space:nowrap;}
|
|
1403
|
+
.break-words{overflow-wrap:break-word;}
|
|
1386
1404
|
.break-all{word-break:break-all;}
|
|
1387
1405
|
.text-pretty{text-wrap:pretty;}
|
|
1388
1406
|
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
|
@@ -1429,10 +1447,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1429
1447
|
.end-0{inset-inline-end:calc(var(--spacing) * 0);}
|
|
1430
1448
|
.start-0{inset-inline-start:calc(var(--spacing) * 0);}
|
|
1431
1449
|
.inset-y-0{inset-block:calc(var(--spacing) * 0);}
|
|
1432
|
-
.-right-15{right:calc(calc(var(--spacing) * 15) * -1);}
|
|
1433
1450
|
.-right-18{right:calc(calc(var(--spacing) * 18) * -1);}
|
|
1434
1451
|
.-right-20{right:calc(calc(var(--spacing) * 20) * -1);}
|
|
1435
|
-
.-top-
|
|
1452
|
+
.-top-20{top:calc(calc(var(--spacing) * 20) * -1);}
|
|
1436
1453
|
.-top-7{top:calc(calc(var(--spacing) * 7) * -1);}
|
|
1437
1454
|
.bottom-0{bottom:calc(var(--spacing) * 0);}
|
|
1438
1455
|
.bottom-2{bottom:calc(var(--spacing) * 2);}
|
|
@@ -1443,10 +1460,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1443
1460
|
.left-4{left:calc(var(--spacing) * 4);}
|
|
1444
1461
|
.left-6{left:calc(var(--spacing) * 6);}
|
|
1445
1462
|
.right-0{right:calc(var(--spacing) * 0);}
|
|
1463
|
+
.right-1{right:calc(var(--spacing) * 1);}
|
|
1446
1464
|
.right-2{right:calc(var(--spacing) * 2);}
|
|
1447
1465
|
.right-2\\.5{right:calc(var(--spacing) * 2.5);}
|
|
1448
1466
|
.right-4{right:calc(var(--spacing) * 4);}
|
|
1449
1467
|
.top-0{top:calc(var(--spacing) * 0);}
|
|
1468
|
+
.top-1{top:calc(var(--spacing) * 1);}
|
|
1450
1469
|
.top-1\\.3{top:calc(var(--spacing) * 1.3);}
|
|
1451
1470
|
.top-1\\.5px{top:1.5px;}
|
|
1452
1471
|
.top-2{top:calc(var(--spacing) * 2);}
|
|
@@ -1509,6 +1528,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1509
1528
|
.bg-muted,
|
|
1510
1529
|
.dark .dark\\:bg-muted{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
|
|
1511
1530
|
.hover\\:bg-muted:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
|
|
1531
|
+
.hover\\:bg-muted\\/60:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-muted)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:60%;}
|
|
1512
1532
|
.bg-elevated,
|
|
1513
1533
|
.dark .dark\\:bg-elevated{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
|
|
1514
1534
|
.hover\\:bg-elevated:hover{background-color:color-mix(in oklab, rgb(var(--ui-bg-elevated)) var(--un-bg-opacity, 100%), transparent);--un-bg-opacity:100%;}
|
|
@@ -1598,9 +1618,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1598
1618
|
.md\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
|
|
1599
1619
|
.md\\:h-auto{height:auto;}
|
|
1600
1620
|
.md\\:w-40\\%{width:40%;}
|
|
1621
|
+
.md\\:block{display:block;}
|
|
1622
|
+
.md\\:hidden\\!{display:none !important;}
|
|
1601
1623
|
.md\\:shadow{--un-shadow:0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
|
|
1602
1624
|
.md\\:items-start{align-items:flex-start;}
|
|
1603
1625
|
.md\\:items-center{align-items:center;}
|
|
1626
|
+
.md\\:justify-center{justify-content:center;}
|
|
1604
1627
|
.md\\:justify-between{justify-content:space-between;}
|
|
1605
1628
|
}
|
|
1606
1629
|
@media (min-width: 64rem){
|
|
@@ -1626,7 +1649,6 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1626
1649
|
.lg\\:items-start{align-items:flex-start;}
|
|
1627
1650
|
.lg\\:items-center{align-items:center;}
|
|
1628
1651
|
.lg\\:justify-end{justify-content:flex-end;}
|
|
1629
|
-
.lg\\:justify-center{justify-content:center;}
|
|
1630
1652
|
.lg\\:justify-between{justify-content:space-between;}
|
|
1631
1653
|
.dark .lg\\:dark\\:border-muted{border-color:color-mix(in oklab, rgb(var(--ui-border-muted)) var(--un-border-opacity, 100%), transparent);--un-border-opacity:100%;}
|
|
1632
1654
|
}`;exports.default=r;
|
package/dist/esm/component.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { DuxApp as m } from "./app.js";
|
|
2
2
|
import { DuxCard as t } from "./components/card/card.js";
|
|
3
3
|
import { DuxStatsStore as r, DuxStatsStoreItem as e } from "./components/card/store.js";
|
|
4
|
+
import "vue";
|
|
5
|
+
import "@duxweb/dvha-core";
|
|
6
|
+
import "@vueuse/core";
|
|
7
|
+
import "naive-ui";
|
|
4
8
|
import { DuxCarousel as n } from "./components/carousel/carousel.js";
|
|
5
9
|
import { DuxChart as u } from "./components/chart/echart.js";
|
|
6
10
|
import { DuxCodeEditor as D } from "./components/code/code.js";
|
|
@@ -11,16 +15,12 @@ import { DuxDashboardHelloBig as a } from "./components/dashboard/helloBig.js";
|
|
|
11
15
|
import { DuxDashboardQuick as l } from "./components/dashboard/quick.js";
|
|
12
16
|
import { DuxDynamicData as f } from "./components/data/dynamicData.js";
|
|
13
17
|
import { DuxDynamicSelect as p } from "./components/data/dynamicSelect.js";
|
|
14
|
-
import "vue";
|
|
15
|
-
import "@duxweb/dvha-core";
|
|
16
|
-
import "naive-ui";
|
|
17
18
|
import "vue-router";
|
|
18
19
|
import "@overlastic/vue";
|
|
19
20
|
import "dayjs";
|
|
20
21
|
import "lodash-es";
|
|
21
22
|
import "@tanstack/vue-query";
|
|
22
23
|
import "@duxweb/dvha-naiveui";
|
|
23
|
-
import "@vueuse/core";
|
|
24
24
|
import "pinia";
|
|
25
25
|
import { DuxModal as d } from "./components/modal/modal.js";
|
|
26
26
|
import g from "./components/modal/modalPage.js";
|
|
@@ -28,8 +28,8 @@ import P from "./components/modal/modalTab.js";
|
|
|
28
28
|
import "clsx";
|
|
29
29
|
import { DuxTableFilter as s } from "./components/layout/filter.js";
|
|
30
30
|
import { DuxListLayout as C } from "./components/layout/list.js";
|
|
31
|
-
import { DuxTableLayout as
|
|
32
|
-
import { DuxTableTools as
|
|
31
|
+
import { DuxTableLayout as M } from "./components/layout/table.js";
|
|
32
|
+
import { DuxTableTools as y } from "./components/layout/tools.js";
|
|
33
33
|
import "vue-draggable-plus";
|
|
34
34
|
import "short-unique-id";
|
|
35
35
|
import { DuxDrawApps as S } from "./components/draw/drawApps.js";
|
|
@@ -68,24 +68,25 @@ import "@iconify-json/tabler/icons.json";
|
|
|
68
68
|
import { DuxCardPage as Y } from "./components/list/card.js";
|
|
69
69
|
import { DuxListPage as Z } from "./components/list/list.js";
|
|
70
70
|
import { DuxMedia as _ } from "./components/media/media.js";
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
71
|
+
import { DuxMapCoord as $ } from "./components/mapCoord/mapCoord.js";
|
|
72
|
+
import { DuxPanelAlert as oo } from "./components/panel/alert.js";
|
|
73
|
+
import { DuxPanelCard as mo } from "./components/panel/setting.js";
|
|
74
|
+
import { DuxCollapsePanel as to } from "./components/panel/collapse.js";
|
|
74
75
|
import "./components/posterEditor/elements/index.js";
|
|
75
76
|
import "fabric";
|
|
76
|
-
import { DuxSchemaTreeEditor as
|
|
77
|
-
import { DuxSelectCard as
|
|
78
|
-
import { DuxStatsNumber as
|
|
79
|
-
import { DuxStatsRealTime as
|
|
80
|
-
import { DuxBlockEmpty as
|
|
81
|
-
import { DuxTablePage as
|
|
82
|
-
import { DuxTreeFilter as
|
|
83
|
-
import { DuxWidgetConnect as
|
|
84
|
-
const
|
|
77
|
+
import { DuxSchemaTreeEditor as ro } from "./components/schemaEditor/schemaEditor.js";
|
|
78
|
+
import { DuxSelectCard as eo } from "./components/select/selectCard.js";
|
|
79
|
+
import { DuxStatsNumber as no } from "./components/stats/number.js";
|
|
80
|
+
import { DuxStatsRealTime as uo } from "./components/stats/realTime.js";
|
|
81
|
+
import { DuxBlockEmpty as Do } from "./components/status/blockEmpty.js";
|
|
82
|
+
import { DuxTablePage as xo } from "./components/table/tablePage.js";
|
|
83
|
+
import { DuxTreeFilter as io } from "./components/tree/treeFilter.js";
|
|
84
|
+
import { DuxWidgetConnect as co } from "./components/widget/connect.js";
|
|
85
|
+
const qm = {
|
|
85
86
|
install(o) {
|
|
86
|
-
o.component("DuxAiEditor", h), o.component("DuxCard", t), o.component("DuxDrawerPage", E), o.component("DuxDrawApps", S), o.component("DuxDrawAuth", b), o.component("DuxDrawEmpty", F), o.component("DuxDrawEmptyForm", L), o.component("DuxDrawError", T), o.component("DuxDynamicData", f), o.component("DuxDynamicSelect", p), o.component("DuxFormItem", A), o.component("DuxFormLayout", w), o.component("DuxModalForm", I), o.component("DuxPageForm", k), o.component("DuxSettingForm", J), o.component("DuxListLayout", C), o.component("DuxTableFilter", s), o.component("DuxTableLayout",
|
|
87
|
+
o.component("DuxAiEditor", h), o.component("DuxCard", t), o.component("DuxDrawerPage", E), o.component("DuxDrawApps", S), o.component("DuxDrawAuth", b), o.component("DuxDrawEmpty", F), o.component("DuxDrawEmptyForm", L), o.component("DuxDrawError", T), o.component("DuxDynamicData", f), o.component("DuxDynamicSelect", p), o.component("DuxFormItem", A), o.component("DuxFormLayout", w), o.component("DuxModalForm", I), o.component("DuxPageForm", k), o.component("DuxSettingForm", J), o.component("DuxListLayout", C), o.component("DuxTableFilter", s), o.component("DuxTableLayout", M), o.component("DuxTableTools", y), o.component("DuxCardPage", Y), o.component("DuxListPage", Z), o.component("DuxMedia", _), o.component("DuxMapCoord", $), o.component("DuxModal", d), o.component("DuxPanelAlert", oo), o.component("DuxPanelCard", mo), o.component("DuxBlockEmpty", Do), o.component("DuxTablePage", xo), o.component("DuxLevel", V), o.component("DuxImageCrop", x), o.component("DuxImageCropModal", i), o.component("DuxModalPage", g), o.component("DuxModalTab", P), o.component("DuxFileUpload", K), o.component("DuxImageUpload", O), o.component("DuxTreeFilter", io), o.component("DuxSchemaTreeEditor", ro), o.component("DuxIconPicker", X), o.component("DuxCollapsePanel", to), o.component("DuxCodeEditor", D), o.component("DuxDashboardHello", c), o.component("DuxDashboardHelloBig", a), o.component("DuxDashboardQuick", l), o.component("DuxCarousel", n), o.component("DuxWidgetConnect", co), o.component("DuxChart", u), o.component("DuxSelectCard", eo), o.component("DuxStatsStore", r), o.component("DuxStatsStoreItem", e), o.component("DuxStatsRealTime", uo), o.component("DuxStatsNumber", no), o.component("DuxAuthLayout", B), o.component("DuxLayout", H), o.component("DuxPage403", W), o.component("DuxPage404", j), o.component("DuxPage500", q), o.component("DuxPageEmpty", z), o.component("DuxPageStatus", G), o.component("DuxLoginPage", U), o.component("DuxPage", R), o.component("DuxMenuMain", N), o.component("DuxMobileMenu", Q), o.component("DuxMenuCmd", v), o.component("DuxApp", m);
|
|
87
88
|
}
|
|
88
89
|
};
|
|
89
90
|
export {
|
|
90
|
-
|
|
91
|
+
qm as default
|
|
91
92
|
};
|