@fmdevui/fm-dev 1.0.15 → 1.0.17
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/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/core/layout/component/aside.vue.d.ts +5 -0
- package/es/core/layout/component/columnsAside.vue.d.ts +5 -0
- package/es/core/layout/component/header.vue.d.ts +3 -0
- package/es/core/layout/component/main.vue.d.ts +7 -0
- package/es/core/layout/component/style/css.d.ts +1 -0
- package/es/core/layout/component/style/index.d.ts +1 -0
- package/es/core/layout/footer/index.vue.d.ts +3 -0
- package/es/core/layout/footer/style/css.d.ts +1 -0
- package/es/core/layout/footer/style/index.d.ts +1 -0
- package/es/core/layout/index.d.ts +3 -0
- package/es/core/layout/layout.vue.d.ts +3 -0
- package/es/core/layout/lockScreen/style/css.d.ts +1 -0
- package/es/core/layout/lockScreen/style/index.d.ts +1 -0
- package/es/core/layout/logo/index.vue.d.ts +3 -0
- package/es/core/layout/logo/style/css.d.ts +1 -0
- package/es/core/layout/logo/style/index.d.ts +1 -0
- package/es/core/layout/main/classic.vue.d.ts +18 -0
- package/es/core/layout/main/columns.vue.d.ts +19 -0
- package/es/core/layout/main/defaults.vue.d.ts +19 -0
- package/es/core/layout/main/transverse.vue.d.ts +18 -0
- package/es/core/layout/navBars/index.vue.d.ts +3 -0
- package/es/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
- package/es/core/layout/navBars/tagsView/style/css.d.ts +1 -0
- package/es/core/layout/navBars/tagsView/style/index.d.ts +1 -0
- package/es/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
- package/es/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
- package/es/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
- package/es/core/layout/navBars/topBar/index.vue.d.ts +3 -0
- package/es/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
- package/es/core/layout/navBars/topBar/search.vue.d.ts +7 -0
- package/es/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
- package/es/core/layout/navBars/topBar/style/css.d.ts +1 -0
- package/es/core/layout/navBars/topBar/style/index.d.ts +1 -0
- package/es/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
- package/es/core/layout/navBars/topBar/user.vue.d.ts +81 -0
- package/es/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
- package/es/core/layout/navMenu/horizontal.vue.d.ts +42 -0
- package/es/core/layout/navMenu/style/css.d.ts +1 -0
- package/es/core/layout/navMenu/style/index.d.ts +1 -0
- package/es/core/layout/navMenu/subItem.vue.d.ts +42 -0
- package/es/core/layout/navMenu/vertical.vue.d.ts +42 -0
- package/es/core/layout/routerView/iframes.vue.d.ts +35 -0
- package/es/core/layout/routerView/parent.vue.d.ts +3 -0
- package/es/core/layout/routerView/style/css.d.ts +1 -0
- package/es/core/layout/routerView/style/index.d.ts +1 -0
- package/es/core/layout/upgrade/style/css.d.ts +1 -0
- package/es/core/layout/upgrade/style/index.d.ts +1 -0
- package/es/core/types/router/index.d.ts +2 -2
- package/es/core/ui/components/editor/index.vue.d.ts +52 -0
- package/es/defaults.css +9 -0
- package/es/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.mjs +3 -0
- package/es/packages/core/layout/component/aside.vue.mjs +5 -0
- package/es/packages/core/layout/component/aside.vue2.mjs +171 -0
- package/es/packages/core/layout/component/columnsAside.vue.mjs +7 -0
- package/es/packages/core/layout/component/columnsAside.vue2.mjs +270 -0
- package/es/packages/core/layout/component/columnsAside.vue3.mjs +3 -0
- package/es/packages/core/layout/component/header.vue.mjs +5 -0
- package/es/packages/core/layout/component/header.vue2.mjs +34 -0
- package/es/packages/core/layout/component/main.vue.mjs +5 -0
- package/es/packages/core/layout/component/main.vue2.mjs +84 -0
- package/es/packages/core/layout/component/style/css.mjs +1 -0
- package/es/packages/core/layout/component/style/index.mjs +1 -0
- package/es/packages/core/layout/footer/index.vue.mjs +5 -0
- package/es/packages/core/layout/footer/index.vue2.mjs +29 -0
- package/es/packages/core/layout/footer/style/css.mjs +1 -0
- package/es/packages/core/layout/footer/style/index.mjs +1 -0
- package/es/packages/core/layout/index.mjs +6 -0
- package/es/packages/core/layout/layout.vue.mjs +5 -0
- package/es/packages/core/layout/layout.vue2.mjs +60 -0
- package/es/packages/core/layout/lockScreen/index.vue.mjs +7 -0
- package/es/packages/core/layout/lockScreen/index.vue2.mjs +420 -0
- package/es/packages/core/layout/lockScreen/index.vue3.mjs +3 -0
- package/es/packages/core/layout/lockScreen/style/css.mjs +1 -0
- package/es/packages/core/layout/lockScreen/style/index.mjs +1 -0
- package/es/packages/core/layout/logo/index.vue.mjs +5 -0
- package/es/packages/core/layout/logo/index.vue2.mjs +57 -0
- package/es/packages/core/layout/logo/style/css.mjs +1 -0
- package/es/packages/core/layout/logo/style/index.mjs +1 -0
- package/es/packages/core/layout/main/classic.vue.mjs +5 -0
- package/es/packages/core/layout/main/classic.vue2.mjs +94 -0
- package/es/packages/core/layout/main/columns.vue.mjs +5 -0
- package/es/packages/core/layout/main/columns.vue2.mjs +107 -0
- package/es/packages/core/layout/main/defaults.vue.mjs +5 -0
- package/es/packages/core/layout/main/defaults.vue2.mjs +106 -0
- package/es/packages/core/layout/main/transverse.vue.mjs +5 -0
- package/es/packages/core/layout/main/transverse.vue2.mjs +74 -0
- package/es/packages/core/layout/navBars/index.vue.mjs +7 -0
- package/es/packages/core/layout/navBars/index.vue2.mjs +31 -0
- package/es/packages/core/layout/navBars/index.vue3.mjs +3 -0
- package/es/packages/core/layout/navBars/tagsView/contextmenu.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/tagsView/contextmenu.vue2.mjs +155 -0
- package/es/packages/core/layout/navBars/tagsView/style/css.mjs +1 -0
- package/es/packages/core/layout/navBars/tagsView/style/index.mjs +1 -0
- package/es/packages/core/layout/navBars/tagsView/tagsView.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/tagsView/tagsView.vue2.mjs +556 -0
- package/es/packages/core/layout/navBars/topBar/breadcrumb.vue.mjs +7 -0
- package/es/packages/core/layout/navBars/topBar/breadcrumb.vue2.mjs +172 -0
- package/es/packages/core/layout/navBars/topBar/breadcrumb.vue3.mjs +3 -0
- package/es/packages/core/layout/navBars/topBar/changePassword.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/changePassword.vue2.mjs +264 -0
- package/es/packages/core/layout/navBars/topBar/closeFull.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/closeFull.vue2.mjs +34 -0
- package/es/packages/core/layout/navBars/topBar/index.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/index.vue2.mjs +103 -0
- package/es/packages/core/layout/navBars/topBar/onlineuser.vue.mjs +7 -0
- package/es/packages/core/layout/navBars/topBar/onlineuser.vue2.mjs +414 -0
- package/es/packages/core/layout/navBars/topBar/onlineuser.vue3.mjs +3 -0
- package/es/packages/core/layout/navBars/topBar/search.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/search.vue2.mjs +118 -0
- package/es/packages/core/layout/navBars/topBar/sendMessage.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/sendMessage.vue2.mjs +212 -0
- package/es/packages/core/layout/navBars/topBar/settings.vue.mjs +7 -0
- package/es/packages/core/layout/navBars/topBar/settings.vue2.mjs +1901 -0
- package/es/packages/core/layout/navBars/topBar/settings.vue3.mjs +3 -0
- package/es/packages/core/layout/navBars/topBar/style/css.mjs +1 -0
- package/es/packages/core/layout/navBars/topBar/style/index.mjs +1 -0
- package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue2.mjs +72 -0
- package/es/packages/core/layout/navBars/topBar/user.vue.mjs +5 -0
- package/es/packages/core/layout/navBars/topBar/user.vue2.mjs +684 -0
- package/es/packages/core/layout/navBars/topBar/userNews.vue.mjs +7 -0
- package/es/packages/core/layout/navBars/topBar/userNews.vue2.mjs +233 -0
- package/es/packages/core/layout/navBars/topBar/userNews.vue3.mjs +3 -0
- package/es/packages/core/layout/navMenu/horizontal.vue.mjs +5 -0
- package/es/packages/core/layout/navMenu/horizontal.vue2.mjs +181 -0
- package/es/packages/core/layout/navMenu/style/css.mjs +1 -0
- package/es/packages/core/layout/navMenu/style/index.mjs +1 -0
- package/es/packages/core/layout/navMenu/subItem.vue.mjs +5 -0
- package/es/packages/core/layout/navMenu/subItem.vue2.mjs +110 -0
- package/es/packages/core/layout/navMenu/vertical.vue.mjs +5 -0
- package/es/packages/core/layout/navMenu/vertical.vue2.mjs +161 -0
- package/es/packages/core/layout/routerView/iframes.vue.mjs +5 -0
- package/es/packages/core/layout/routerView/iframes.vue2.mjs +124 -0
- package/es/packages/core/layout/routerView/link.vue.mjs +5 -0
- package/es/packages/core/layout/routerView/link.vue2.mjs +84 -0
- package/es/packages/core/layout/routerView/parent.vue.mjs +5 -0
- package/es/packages/core/layout/routerView/parent.vue2.mjs +139 -0
- package/es/packages/core/layout/routerView/style/css.mjs +1 -0
- package/es/packages/core/layout/routerView/style/index.mjs +1 -0
- package/es/packages/core/layout/upgrade/index.vue.mjs +5 -0
- package/es/packages/core/layout/upgrade/index.vue2.mjs +152 -0
- package/es/packages/core/layout/upgrade/style/css.mjs +1 -0
- package/es/packages/core/layout/upgrade/style/index.mjs +1 -0
- package/es/packages/core/ui/components/editor/index.vue.mjs +6 -0
- package/es/packages/core/ui/components/editor/index.vue2.mjs +145 -0
- package/es/packages/core/ui/components/editor/index.vue3.mjs +3 -0
- package/es/packages/core/utils/comm/sysInfo.mjs +2 -2
- package/es/sysInfo.d.ts +2 -0
- package/es/sysInfo.mjs +53 -0
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/_virtual/_plugin-vue_export-helper.js +13 -0
- package/lib/core/layout/component/aside.vue.d.ts +5 -0
- package/lib/core/layout/component/columnsAside.vue.d.ts +5 -0
- package/lib/core/layout/component/header.vue.d.ts +3 -0
- package/lib/core/layout/component/main.vue.d.ts +7 -0
- package/lib/core/layout/component/style/css.d.ts +1 -0
- package/lib/core/layout/component/style/index.d.ts +1 -0
- package/lib/core/layout/footer/index.vue.d.ts +3 -0
- package/lib/core/layout/footer/style/css.d.ts +1 -0
- package/lib/core/layout/footer/style/index.d.ts +1 -0
- package/lib/core/layout/index.d.ts +3 -0
- package/lib/core/layout/layout.vue.d.ts +3 -0
- package/lib/core/layout/lockScreen/style/css.d.ts +1 -0
- package/lib/core/layout/lockScreen/style/index.d.ts +1 -0
- package/lib/core/layout/logo/index.vue.d.ts +3 -0
- package/lib/core/layout/logo/style/css.d.ts +1 -0
- package/lib/core/layout/logo/style/index.d.ts +1 -0
- package/lib/core/layout/main/classic.vue.d.ts +18 -0
- package/lib/core/layout/main/columns.vue.d.ts +19 -0
- package/lib/core/layout/main/defaults.vue.d.ts +19 -0
- package/lib/core/layout/main/transverse.vue.d.ts +18 -0
- package/lib/core/layout/navBars/index.vue.d.ts +3 -0
- package/lib/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
- package/lib/core/layout/navBars/tagsView/style/css.d.ts +1 -0
- package/lib/core/layout/navBars/tagsView/style/index.d.ts +1 -0
- package/lib/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
- package/lib/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
- package/lib/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
- package/lib/core/layout/navBars/topBar/index.vue.d.ts +3 -0
- package/lib/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
- package/lib/core/layout/navBars/topBar/search.vue.d.ts +7 -0
- package/lib/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
- package/lib/core/layout/navBars/topBar/style/css.d.ts +1 -0
- package/lib/core/layout/navBars/topBar/style/index.d.ts +1 -0
- package/lib/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
- package/lib/core/layout/navBars/topBar/user.vue.d.ts +81 -0
- package/lib/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
- package/lib/core/layout/navMenu/horizontal.vue.d.ts +42 -0
- package/lib/core/layout/navMenu/style/css.d.ts +1 -0
- package/lib/core/layout/navMenu/style/index.d.ts +1 -0
- package/lib/core/layout/navMenu/subItem.vue.d.ts +42 -0
- package/lib/core/layout/navMenu/vertical.vue.d.ts +42 -0
- package/lib/core/layout/routerView/iframes.vue.d.ts +35 -0
- package/lib/core/layout/routerView/parent.vue.d.ts +3 -0
- package/lib/core/layout/routerView/style/css.d.ts +1 -0
- package/lib/core/layout/routerView/style/index.d.ts +1 -0
- package/lib/core/layout/upgrade/style/css.d.ts +1 -0
- package/lib/core/layout/upgrade/style/index.d.ts +1 -0
- package/lib/core/types/router/index.d.ts +2 -2
- package/lib/core/ui/components/editor/index.vue.d.ts +52 -0
- package/lib/index.css +9 -0
- package/lib/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.js +7 -0
- package/lib/packages/core/layout/component/aside.vue.js +9 -0
- package/lib/packages/core/layout/component/aside.vue2.js +175 -0
- package/lib/packages/core/layout/component/columnsAside.vue.js +11 -0
- package/lib/packages/core/layout/component/columnsAside.vue2.js +274 -0
- package/lib/packages/core/layout/component/columnsAside.vue3.js +7 -0
- package/lib/packages/core/layout/component/header.vue.js +9 -0
- package/lib/packages/core/layout/component/header.vue2.js +38 -0
- package/lib/packages/core/layout/component/main.vue.js +9 -0
- package/lib/packages/core/layout/component/main.vue2.js +88 -0
- package/lib/packages/core/layout/component/style/css.js +4 -0
- package/lib/packages/core/layout/component/style/index.js +4 -0
- package/lib/packages/core/layout/footer/index.vue.js +9 -0
- package/lib/packages/core/layout/footer/index.vue2.js +33 -0
- package/lib/packages/core/layout/footer/style/css.js +4 -0
- package/lib/packages/core/layout/footer/style/index.js +4 -0
- package/lib/packages/core/layout/index.js +8 -0
- package/lib/packages/core/layout/layout.vue.js +9 -0
- package/lib/packages/core/layout/layout.vue2.js +64 -0
- package/lib/packages/core/layout/lockScreen/index.vue.js +11 -0
- package/lib/packages/core/layout/lockScreen/index.vue2.js +424 -0
- package/lib/packages/core/layout/lockScreen/index.vue3.js +7 -0
- package/lib/packages/core/layout/lockScreen/style/css.js +4 -0
- package/lib/packages/core/layout/lockScreen/style/index.js +4 -0
- package/lib/packages/core/layout/logo/index.vue.js +9 -0
- package/lib/packages/core/layout/logo/index.vue2.js +61 -0
- package/lib/packages/core/layout/logo/style/css.js +4 -0
- package/lib/packages/core/layout/logo/style/index.js +4 -0
- package/lib/packages/core/layout/main/classic.vue.js +9 -0
- package/lib/packages/core/layout/main/classic.vue2.js +98 -0
- package/lib/packages/core/layout/main/columns.vue.js +9 -0
- package/lib/packages/core/layout/main/columns.vue2.js +111 -0
- package/lib/packages/core/layout/main/defaults.vue.js +9 -0
- package/lib/packages/core/layout/main/defaults.vue2.js +110 -0
- package/lib/packages/core/layout/main/transverse.vue.js +9 -0
- package/lib/packages/core/layout/main/transverse.vue2.js +78 -0
- package/lib/packages/core/layout/navBars/index.vue.js +11 -0
- package/lib/packages/core/layout/navBars/index.vue2.js +35 -0
- package/lib/packages/core/layout/navBars/index.vue3.js +7 -0
- package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue.js +9 -0
- package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue2.js +159 -0
- package/lib/packages/core/layout/navBars/tagsView/style/css.js +4 -0
- package/lib/packages/core/layout/navBars/tagsView/style/index.js +4 -0
- package/lib/packages/core/layout/navBars/tagsView/tagsView.vue.js +9 -0
- package/lib/packages/core/layout/navBars/tagsView/tagsView.vue2.js +560 -0
- package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue.js +11 -0
- package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue2.js +176 -0
- package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue3.js +7 -0
- package/lib/packages/core/layout/navBars/topBar/changePassword.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/changePassword.vue2.js +268 -0
- package/lib/packages/core/layout/navBars/topBar/closeFull.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/closeFull.vue2.js +38 -0
- package/lib/packages/core/layout/navBars/topBar/index.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/index.vue2.js +107 -0
- package/lib/packages/core/layout/navBars/topBar/onlineuser.vue.js +11 -0
- package/lib/packages/core/layout/navBars/topBar/onlineuser.vue2.js +418 -0
- package/lib/packages/core/layout/navBars/topBar/onlineuser.vue3.js +7 -0
- package/lib/packages/core/layout/navBars/topBar/search.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/search.vue2.js +122 -0
- package/lib/packages/core/layout/navBars/topBar/sendMessage.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/sendMessage.vue2.js +216 -0
- package/lib/packages/core/layout/navBars/topBar/settings.vue.js +11 -0
- package/lib/packages/core/layout/navBars/topBar/settings.vue2.js +1905 -0
- package/lib/packages/core/layout/navBars/topBar/settings.vue3.js +7 -0
- package/lib/packages/core/layout/navBars/topBar/style/css.js +4 -0
- package/lib/packages/core/layout/navBars/topBar/style/index.js +4 -0
- package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue2.js +76 -0
- package/lib/packages/core/layout/navBars/topBar/user.vue.js +9 -0
- package/lib/packages/core/layout/navBars/topBar/user.vue2.js +688 -0
- package/lib/packages/core/layout/navBars/topBar/userNews.vue.js +11 -0
- package/lib/packages/core/layout/navBars/topBar/userNews.vue2.js +237 -0
- package/lib/packages/core/layout/navBars/topBar/userNews.vue3.js +7 -0
- package/lib/packages/core/layout/navMenu/horizontal.vue.js +9 -0
- package/lib/packages/core/layout/navMenu/horizontal.vue2.js +185 -0
- package/lib/packages/core/layout/navMenu/style/css.js +4 -0
- package/lib/packages/core/layout/navMenu/style/index.js +4 -0
- package/lib/packages/core/layout/navMenu/subItem.vue.js +9 -0
- package/lib/packages/core/layout/navMenu/subItem.vue2.js +114 -0
- package/lib/packages/core/layout/navMenu/vertical.vue.js +9 -0
- package/lib/packages/core/layout/navMenu/vertical.vue2.js +165 -0
- package/lib/packages/core/layout/routerView/iframes.vue.js +9 -0
- package/lib/packages/core/layout/routerView/iframes.vue2.js +128 -0
- package/lib/packages/core/layout/routerView/link.vue.js +9 -0
- package/lib/packages/core/layout/routerView/link.vue2.js +88 -0
- package/lib/packages/core/layout/routerView/parent.vue.js +9 -0
- package/lib/packages/core/layout/routerView/parent.vue2.js +143 -0
- package/lib/packages/core/layout/routerView/style/css.js +4 -0
- package/lib/packages/core/layout/routerView/style/index.js +4 -0
- package/lib/packages/core/layout/upgrade/index.vue.js +9 -0
- package/lib/packages/core/layout/upgrade/index.vue2.js +156 -0
- package/lib/packages/core/layout/upgrade/style/css.js +4 -0
- package/lib/packages/core/layout/upgrade/style/index.js +4 -0
- package/lib/packages/core/ui/components/editor/index.vue.js +10 -0
- package/lib/packages/core/ui/components/editor/index.vue2.js +149 -0
- package/lib/packages/core/ui/components/editor/index.vue3.js +7 -0
- package/lib/packages/core/utils/comm/sysInfo.js +25 -25
- package/lib/sysInfo.d.ts +2 -0
- package/lib/sysInfo.js +56 -0
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/index.scss +8 -1
- package/theme-chalk/src/t-columsaside.scss +98 -0
- package/theme-chalk/src/t-layoutfooter.scss +11 -0
- package/theme-chalk/src/t-layoutlogo.scss +44 -0
- package/theme-chalk/src/t-layoutnavmenu.scss +17 -0
- package/theme-chalk/src/t-layoutroterview.scss +45 -0
- package/theme-chalk/src/t-layouttagsview.scss +167 -0
- package/theme-chalk/src/t-layouttpbar.scss +340 -0
- package/theme-chalk/src/t-layoutupgraded.scss +64 -0
- package/theme-chalk/src/t-lockscreen.scss +152 -0
- package/theme-chalk/t-t-columsaside.css +1 -0
- package/theme-chalk/t-t-layoutfooter.css +1 -0
- package/theme-chalk/t-t-layoutlogo.css +1 -0
- package/theme-chalk/t-t-layoutnavmenu.css +1 -0
- package/theme-chalk/t-t-layoutroterview.css +1 -0
- package/theme-chalk/t-t-layouttagsview.css +1 -0
- package/theme-chalk/t-t-layouttpbar.css +1 -0
- package/theme-chalk/t-t-layoutupgraded.css +1 -0
- package/theme-chalk/t-t-lockscreen.css +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'fm-dev/theme-chalk/t-layoutupgraded.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import 'fm-dev/theme-chalk/src/t-layoutupgraded.scss';
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { defineComponent, shallowRef, reactive, onBeforeUnmount, watch, createElementBlock, openBlock, createVNode, unref, normalizeStyle } from 'vue';
|
|
2
|
+
import { ElMessage } from 'element-plus';
|
|
3
|
+
import { Toolbar, Editor } from '@wangeditor/editor-for-vue';
|
|
4
|
+
import '../../../../../node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.mjs';
|
|
5
|
+
import '../../../api/index.mjs';
|
|
6
|
+
import { useBaseApi } from '../../../api/base/index.mjs';
|
|
7
|
+
|
|
8
|
+
const _hoisted_1 = { class: "editor-container" };
|
|
9
|
+
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
+
__name: "index",
|
|
11
|
+
props: {
|
|
12
|
+
// 是否禁用
|
|
13
|
+
disable: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: () => false
|
|
16
|
+
},
|
|
17
|
+
// 内容框默认 placeholder
|
|
18
|
+
placeholder: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: () => "\u8BF7\u8F93\u5165\u5185\u5BB9..."
|
|
21
|
+
},
|
|
22
|
+
// https://www.wangeditor.com/v5/getting-started.html#mode-%E6%A8%A1%E5%BC%8F
|
|
23
|
+
// 模式,可选 <default|simple>,默认 default
|
|
24
|
+
mode: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: () => "default"
|
|
27
|
+
},
|
|
28
|
+
// 高度
|
|
29
|
+
height: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: () => "310px"
|
|
32
|
+
},
|
|
33
|
+
// 双向绑定,用于获取 editor.getHtml()
|
|
34
|
+
getHtml: String,
|
|
35
|
+
// 双向绑定,用于获取 editor.getText()
|
|
36
|
+
getText: String
|
|
37
|
+
},
|
|
38
|
+
emits: ["update:getHtml", "update:getText"],
|
|
39
|
+
setup(__props, { emit: __emit }) {
|
|
40
|
+
const props = __props;
|
|
41
|
+
const emit = __emit;
|
|
42
|
+
const editorRef = shallowRef();
|
|
43
|
+
const state = reactive({
|
|
44
|
+
editorConfig: {
|
|
45
|
+
placeholder: props.placeholder,
|
|
46
|
+
// 菜单配置
|
|
47
|
+
MENU_CONF: {
|
|
48
|
+
uploadImage: {
|
|
49
|
+
fieldName: "file",
|
|
50
|
+
customUpload(file) {
|
|
51
|
+
useBaseApi("sysFile").uploadFile({ file, data: null }, "uploadFile").then(({ data }) => {
|
|
52
|
+
if (data.type == "success" && data.result) {
|
|
53
|
+
editorRef.value.insertNode({ type: "image", src: data.result.url, alt: data.result.fileName, href: data.result.url, children: [{ text: "" }] });
|
|
54
|
+
} else {
|
|
55
|
+
ElMessage.error("\u4E0A\u4F20\u5931\u8D25\uFF01");
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
insertImage: {
|
|
61
|
+
checkImage(src) {
|
|
62
|
+
if (src.indexOf("http") !== 0) {
|
|
63
|
+
return "\u56FE\u7247\u7F51\u5740\u5FC5\u987B\u4EE5 http/https \u5F00\u5934";
|
|
64
|
+
}
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
//上传附件
|
|
69
|
+
uploadAttachment: {
|
|
70
|
+
fieldName: "file",
|
|
71
|
+
customUpload(file, insertFn) {
|
|
72
|
+
},
|
|
73
|
+
onInsertedAttachment(elem) {
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
//视频上传
|
|
77
|
+
uploadVideo: {
|
|
78
|
+
fieldName: "file",
|
|
79
|
+
customUpload(file, insertFn) {
|
|
80
|
+
useBaseApi("sysFile").uploadFile({ file, data: null }, "uploadFile").then(({ data }) => {
|
|
81
|
+
if (data.type == "success" && data.result) {
|
|
82
|
+
editorRef.value.insertNode({ type: "video", src: data.result.url, alt: data.result.fileName, href: data.result.url, children: [{ text: "" }] });
|
|
83
|
+
} else {
|
|
84
|
+
ElMessage.error("\u4E0A\u4F20\u5931\u8D25\uFF01");
|
|
85
|
+
}
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
editorVal: props.getHtml
|
|
92
|
+
});
|
|
93
|
+
const handleCreated = (editor) => {
|
|
94
|
+
editorRef.value = editor;
|
|
95
|
+
};
|
|
96
|
+
const handleChange = (editor) => {
|
|
97
|
+
emit("update:getHtml", editor.getHtml());
|
|
98
|
+
emit("update:getText", editor.getText());
|
|
99
|
+
};
|
|
100
|
+
onBeforeUnmount(() => {
|
|
101
|
+
const editor = editorRef.value;
|
|
102
|
+
if (editor == null) return;
|
|
103
|
+
editor.destroy();
|
|
104
|
+
});
|
|
105
|
+
watch(
|
|
106
|
+
() => props.disable,
|
|
107
|
+
(bool) => {
|
|
108
|
+
const editor = editorRef.value;
|
|
109
|
+
if (editor == null) return;
|
|
110
|
+
bool ? editor.disable() : editor.enable();
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
deep: true
|
|
114
|
+
}
|
|
115
|
+
);
|
|
116
|
+
watch(
|
|
117
|
+
() => props.getHtml,
|
|
118
|
+
(val) => {
|
|
119
|
+
state.editorVal = val;
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
deep: true
|
|
123
|
+
}
|
|
124
|
+
);
|
|
125
|
+
return (_ctx, _cache) => {
|
|
126
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
127
|
+
createVNode(unref(Toolbar), {
|
|
128
|
+
editor: editorRef.value,
|
|
129
|
+
mode: __props.mode
|
|
130
|
+
}, null, 8, ["editor", "mode"]),
|
|
131
|
+
createVNode(unref(Editor), {
|
|
132
|
+
mode: __props.mode,
|
|
133
|
+
defaultConfig: state.editorConfig,
|
|
134
|
+
style: normalizeStyle({ height: __props.height }),
|
|
135
|
+
modelValue: state.editorVal,
|
|
136
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.editorVal = $event),
|
|
137
|
+
onOnCreated: handleCreated,
|
|
138
|
+
onOnChange: handleChange
|
|
139
|
+
}, null, 8, ["mode", "defaultConfig", "style", "modelValue"])
|
|
140
|
+
]);
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
export { _sfc_main as default };
|
|
@@ -7,9 +7,9 @@ import { updateIdleTimeout } from './idleTimeout.mjs';
|
|
|
7
7
|
import { useThemeConfig } from '../../stores/themeConfig.mjs';
|
|
8
8
|
import { feature, useSysApi } from '../../api/sys/index.mjs';
|
|
9
9
|
|
|
10
|
-
const storesThemeConfig = useThemeConfig();
|
|
11
|
-
const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
12
10
|
async function loadSysInfo(tenantid) {
|
|
11
|
+
const storesThemeConfig = useThemeConfig();
|
|
12
|
+
const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
13
13
|
const [err, res] = await feature(useSysApi().getSysInfo(Number(tenantid)));
|
|
14
14
|
if (err) {
|
|
15
15
|
themeConfig.value.logoUrl = "logo.png";
|
package/es/sysInfo.d.ts
ADDED
package/es/sysInfo.mjs
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import './packages/core/index.mjs';
|
|
2
|
+
import { storeToRefs } from 'pinia';
|
|
3
|
+
import { updateIdleTimeout } from './packages/core/utils/comm/idleTimeout.mjs';
|
|
4
|
+
import { useThemeConfig } from './packages/core/stores/themeConfig.mjs';
|
|
5
|
+
import { feature, useSysApi } from './packages/core/api/sys/index.mjs';
|
|
6
|
+
import { Local } from './packages/core/utils/storage/index.mjs';
|
|
7
|
+
import { PUB } from './packages/core/utils/const/index.mjs';
|
|
8
|
+
|
|
9
|
+
async function loadSysInfo(tenantid) {
|
|
10
|
+
const storesThemeConfig = useThemeConfig();
|
|
11
|
+
const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
12
|
+
const [err, res] = await feature(useSysApi().getSysInfo(Number(tenantid)));
|
|
13
|
+
if (err) {
|
|
14
|
+
themeConfig.value.logoUrl = "logo.png";
|
|
15
|
+
Local.remove(PUB.themeConfig);
|
|
16
|
+
Local.set(PUB.themeConfig, storesThemeConfig.themeConfig);
|
|
17
|
+
return;
|
|
18
|
+
} else {
|
|
19
|
+
if (res.data.type != "success" || res.data.result == null) return;
|
|
20
|
+
const data = res.data.result;
|
|
21
|
+
themeConfig.value.logoUrl = data.logo;
|
|
22
|
+
themeConfig.value.globalTitle = data.title;
|
|
23
|
+
themeConfig.value.globalViceTitle = data.viceTitle;
|
|
24
|
+
themeConfig.value.globalViceTitleMsg = data.viceDesc;
|
|
25
|
+
themeConfig.value.icp = data.icp;
|
|
26
|
+
themeConfig.value.icpUrl = data.icpUrl;
|
|
27
|
+
themeConfig.value.isWatermark = data.watermark != null;
|
|
28
|
+
themeConfig.value.watermarkText = data.watermark;
|
|
29
|
+
themeConfig.value.copyright = data.copyright;
|
|
30
|
+
themeConfig.value.version = data.version;
|
|
31
|
+
themeConfig.value.primary = data.themeColor;
|
|
32
|
+
themeConfig.value.layout = data.layout;
|
|
33
|
+
themeConfig.value.animation = data.animation;
|
|
34
|
+
themeConfig.value.secondVer = data.secondVer;
|
|
35
|
+
themeConfig.value.captcha = data.captcha;
|
|
36
|
+
themeConfig.value.forceChangePassword = data.forceChangePassword;
|
|
37
|
+
themeConfig.value.passwordExpirationTime = data.passwordExpirationTime;
|
|
38
|
+
themeConfig.value.i18NSwitch = data.i18NSwitch;
|
|
39
|
+
themeConfig.value.idleTimeout = data.idleTimeout;
|
|
40
|
+
themeConfig.value.onlineNotice = data.onlineNotice;
|
|
41
|
+
window.__env__.VITE_SM_PUBLIC_KEY = data.publicKey;
|
|
42
|
+
updateFavicon(data.logo);
|
|
43
|
+
updateIdleTimeout(themeConfig.value.idleTimeout ?? 0);
|
|
44
|
+
Local.remove(PUB.themeConfig);
|
|
45
|
+
Local.set(PUB.themeConfig, storesThemeConfig.themeConfig);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
const updateFavicon = (url) => {
|
|
49
|
+
const favicon = document.getElementById("favicon");
|
|
50
|
+
favicon.href = url ? url : "data:;base64,=";
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export { loadSysInfo, updateFavicon };
|
package/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fm-transfer-panel{box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle}.fm-transfer-panel,.fm-transfer-panel__header{box-shadow:0 0 0 1px var(--el-border-color,var(--el-border-color)) inset;width:100%}.fm-transfer-panel__header{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:3px 6px}.fm-transfer-panel__body{height:400px}.fm-transfer-panel__body .transfer-panel__filter{padding:6px}.fm-transfer-panel__body .transfer-panel__list{height:calc(100% - 36px);overflow:auto;padding-top:10px}.fm-transfer-panel__body .transfer-panel__list .transfer-panel__item{display:block!important;padding-left:6px}.fm-transfer-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.fm-transfer-buttons__item{padding-top:10px;width:100%}.fm-notice-bar{border-radius:4px;padding:0 15px;width:100%}.fm-notice-bar .notice-bar-warp{align-items:center;display:flex;height:inherit;width:100%}.fm-notice-bar .notice-bar-warp .notice-bar-warp-text-box{align-items:center;display:flex;flex:1;height:inherit;margin-right:35px;overflow:hidden;position:relative}.fm-notice-bar .notice-bar-warp .notice-bar-warp-left-icon{font-size:inherit!important;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon{font-size:inherit!important;text-align:right;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon:hover{cursor:pointer}
|
|
1
|
+
.fm-transfer-panel{box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle}.fm-transfer-panel,.fm-transfer-panel__header{box-shadow:0 0 0 1px var(--el-border-color,var(--el-border-color)) inset;width:100%}.fm-transfer-panel__header{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:3px 6px}.fm-transfer-panel__body{height:400px}.fm-transfer-panel__body .transfer-panel__filter{padding:6px}.fm-transfer-panel__body .transfer-panel__list{height:calc(100% - 36px);overflow:auto;padding-top:10px}.fm-transfer-panel__body .transfer-panel__list .transfer-panel__item{display:block!important;padding-left:6px}.fm-transfer-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.fm-transfer-buttons__item{padding-top:10px;width:100%}.fm-notice-bar{border-radius:4px;padding:0 15px;width:100%}.fm-notice-bar .notice-bar-warp{align-items:center;display:flex;height:inherit;width:100%}.fm-notice-bar .notice-bar-warp .notice-bar-warp-text-box{align-items:center;display:flex;flex:1;height:inherit;margin-right:35px;overflow:hidden;position:relative}.fm-notice-bar .notice-bar-warp .notice-bar-warp-left-icon{font-size:inherit!important;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon{font-size:inherit!important;text-align:right;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon:hover{cursor:pointer}.layout-columns-aside{background:var(--next-bg-columnsMenuBar);height:100%;width:var(--el-columnsMenuWidth)}.layout-columns-aside ul{position:relative}.layout-columns-aside ul .layout-columns-active,.layout-columns-aside ul .layout-columns-active a{color:var(--next-bg-columnsMenuBarColor)!important;transition:.3s ease-in-out}.layout-columns-aside ul .layout-columns-hover,.layout-columns-aside ul .layout-columns-hover a{color:var(--el-color-primary)}.layout-columns-aside ul li{color:var(--next-bg-columnsMenuBarColor);cursor:pointer;display:flex;height:var(--el-columnsMenuHeight);position:relative;text-align:center;width:100%;z-index:1}.layout-columns-aside ul li:hover{background-color:var(--el-color-primary-light-3)}.layout-columns-aside ul li .columns-vertical{margin:auto}.layout-columns-aside ul li .columns-vertical .columns-vertical-title{padding-top:1px}.layout-columns-aside ul li .columns-horizontal{align-items:center;display:flex;height:var(--el-columnsMenuHeight);padding:0 5px;width:100%}.layout-columns-aside ul li .columns-horizontal i{margin-right:3px}.layout-columns-aside ul li .columns-horizontal a{display:flex}.layout-columns-aside ul li .columns-horizontal a .columns-horizontal-title{padding-top:1px}.layout-columns-aside ul li a{color:var(--next-bg-columnsMenuBarColor);text-decoration:none}.layout-columns-aside ul .columns-card,.layout-columns-aside ul .columns-round{background:var(--el-color-primary);border-radius:5px;color:var(--el-color-white);height:var(--el-columnsMenuRoundHeight);left:50%;position:absolute;top:2px;transform:translateX(-50%);transition:.5s ease-in-out;width:var(--el-columnsMenuRoundWidth);z-index:0}.layout-columns-aside ul .columns-card{border-radius:0;height:var(--el-columnsMenuHeight);top:0;width:100%}.layout-logo{height:var(--el-columnsLogoHeight);margin-bottom:8px;margin-top:5px}.layout-logo-medium-img{height:80%;width:auto}.layout-logo:hover img{animation:logoAnimation .3s ease-in-out}.layout-footer{display:flex;width:100%}.layout-footer-warp{animation:error-num .3s ease;color:var(--el-text-color-secondary);margin:auto;text-align:center}.layout-lock-screen,.layout-lock-screen-fixed,.layout-lock-screen-img,.layout-lock-screen-mask{height:100%;left:0;position:fixed;top:0;width:100%}.layout-lock-screen-filter{filter:blur(1px)}.layout-lock-screen-mask{background:var(--el-color-white);z-index:9999990}.layout-lock-screen-img{background-image:url(../assets/lockscreen.img);background-size:100% 100%;z-index:9999991}.layout-lock-screen{z-index:9999992}.layout-lock-screen-date{color:var(--el-color-white);height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:9999993}.layout-lock-screen-date-box{bottom:50px;left:30px;position:absolute}.layout-lock-screen-date-box-time{color:var(--el-color-white);font-size:100px}.layout-lock-screen-date-box-info{color:var(--el-color-white);font-size:40px}.layout-lock-screen-date-box-minutes{font-size:16px}.layout-lock-screen-date-top{background:hsla(0,0%,100%,.1);border:1px solid var(--el-border-color-light,#ebeef5);border-radius:100%;bottom:50px;color:var(--el-color-white);height:40px;line-height:40px;opacity:.8;overflow:hidden;position:absolute;right:30px;text-align:center;transition:all .3s ease;width:40px}.layout-lock-screen-date-top i{transition:all .3s ease}.layout-lock-screen-date-top-text{color:var(--el-color-white);font-size:12px;left:50%;line-height:1.2;opacity:0;position:absolute;top:150%;transform:translate(-50%,-50%);transition:all .3s ease;width:35px}.layout-lock-screen-date-top:hover{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.5);box-shadow:0 0 12px 0 hsla(0,0%,100%,.5);color:var(--el-color-white);opacity:1;transition:all .3s ease}.layout-lock-screen-date-top:hover i{transform:translateY(-40px);transition:all .3s ease}.layout-lock-screen-date-top:hover .layout-lock-screen-date-top-text{opacity:1;top:50%;transition:all .3s ease}.layout-lock-screen-login{color:var(--el-color-white);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:relative;top:0;width:100%;z-index:9999994}.layout-lock-screen-login-box{margin:auto;text-align:center}.layout-lock-screen-login-box-img{height:180px;margin:auto;width:180px}.layout-lock-screen-login-box-img img{border-radius:100%;height:100%;width:100%}.layout-lock-screen-login-box-name{font-size:26px;margin:15px 0 30px}.layout-lock-screen-login-box-message{align-items:center;display:flex;flex-direction:column;font-size:16px}.layout-lock-screen-login-box-value{min-height:73px}.layout-lock-screen-login-icon{bottom:30px;position:absolute;right:30px}.layout-lock-screen-login-icon i{cursor:pointer;font-size:20px;margin-left:15px;opacity:.8}.layout-lock-screen-login-icon i:hover{opacity:1}.layout-logo{align-items:center;animation:logoAnimation .3s ease-in-out;box-shadow:0 1px 4px rgba(0,21,41,.02);color:var(--el-color-primary);cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;width:220px}.layout-logo span{display:inline-block;font-size:18px;font-weight:800;white-space:nowrap}.layout-logo:hover span{color:var(--color-primary-light-2)}.layout-logo-medium-img{margin-right:5px;padding:3px;width:15%}.layout-logo-size{animation:logoAnimation .3s ease-in-out;cursor:pointer;display:flex;height:50px;width:100%}.layout-logo-size-img{margin:auto;width:35px}.layout-logo-size:hover img{animation:logoAnimation .3s ease-in-out}.layout-navbars-breadcrumb{align-items:center;display:flex;flex:1;height:inherit}.layout-navbars-breadcrumb .layout-navbars-breadcrumb-icon{color:var(--next-bg-topBarColor);cursor:pointer;font-size:18px;height:100%;opacity:.8;width:40px}.layout-navbars-breadcrumb .layout-navbars-breadcrumb-icon:hover{opacity:1}.layout-navbars-breadcrumb .layout-navbars-breadcrumb-span{color:var(--next-bg-topBarColor);display:flex;opacity:.7}.layout-navbars-breadcrumb .layout-navbars-breadcrumb-iconfont{font-size:16px;margin-right:5px}.layout-navbars-close-full{position:fixed;right:-30px;top:-30px;z-index:9999999999}.layout-navbars-close-full .layout-navbars-close-full-icon{background:rgba(0,0,0,.1);border-radius:100%;cursor:pointer;height:60px;position:relative;transition:all .3s ease;width:60px}.layout-navbars-close-full .layout-navbars-close-full-icon :deep(i){color:#333;left:10px;position:absolute;top:35px;transition:all .3s ease}.layout-navbars-close-full:hover{transition:all .3s ease}.layout-navbars-close-full:hover :deep(i){color:var(--el-color-primary);transition:all .3s ease}.layout-navbars-breadcrumb-index{align-items:center;background:var(--next-bg-topBar);border-bottom:1px solid var(--next-border-color-light);display:flex;height:50px}.layout-search-dialog{position:relative}.layout-search-dialog :deep(.el-dialog){background-color:transparent;box-shadow:none}.layout-search-dialog :deep(.el-dialog) .el-dialog__body,.layout-search-dialog :deep(.el-dialog) .el-dialog__header{display:none}.layout-search-dialog :deep(.el-dialog) .el-dialog__footer{left:50%;position:absolute;top:-53vh;transform:translateX(-50%);width:100%}.layout-search-dialog :deep(.el-autocomplete){left:50%;position:absolute;top:150px;transform:translateX(-50%);width:560px}.layout-breadcrumb-seting-bar{height:calc(100vh - 50px);padding:0 15px}.layout-breadcrumb-seting-bar :deep(.el-scrollbar__view){overflow-x:hidden!important}.layout-breadcrumb-seting-bar .layout-breadcrumb-seting-bar-flex{align-items:center;display:flex;margin-bottom:5px}.layout-breadcrumb-seting-bar .layout-breadcrumb-seting-bar-flex-label{color:var(--el-text-color-primary);flex:1}.layout-breadcrumb-seting-bar .layout-drawer-content-flex{align-content:flex-start;display:flex;flex-wrap:wrap;margin:0 -5px;overflow:hidden}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item{border:1px solid transparent;cursor:pointer;height:70px;padding:5px;position:relative;width:50%}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-container{height:100%}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-container .el-aside-dark{background-color:var(--next-color-seting-header)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-container .el-aside{background-color:var(--next-color-seting-aside)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-container .el-header{background-color:var(--next-color-seting-header)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-container .el-main{background-color:var(--next-color-seting-main)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .el-circular{border:1px solid transparent;border-radius:2px;overflow:hidden;transition:all .3s ease-in-out}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .drawer-layout-active{border:1px solid;border-color:var(--el-color-primary)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp,.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active{border:1px solid;border-color:var(--el-color-primary-light-5);border-radius:100%;left:50%;padding:4px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease-in-out}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp .layout-tips-box,.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active .layout-tips-box{border:1px solid;border-color:var(--el-color-primary-light-5);border-radius:100%;height:30px;transition:inherit;width:30px;z-index:9}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp .layout-tips-box .layout-tips-txt,.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active .layout-tips-box .layout-tips-txt{background-color:var(--next-color-seting-main);color:var(--el-color-primary-light-5);font-size:12px;height:17px;left:-1px;letter-spacing:2px;line-height:1;line-height:17px;position:relative;text-align:center;top:5px;transform:rotate(30deg);transition:inherit;white-space:nowrap;width:32px}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active,.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active .layout-tips-box{border:1px solid;border-color:var(--el-color-primary)}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item .layout-tips-warp-active .layout-tips-box .layout-tips-txt{background-color:var(--next-color-seting-main)!important;color:var(--el-color-primary)!important}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item:hover .el-circular{border:1px solid;border-color:var(--el-color-primary);transition:all .3s ease-in-out}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item:hover .layout-tips-warp{border-color:var(--el-color-primary);transition:all .3s ease-in-out}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item:hover .layout-tips-warp .layout-tips-box{border-color:var(--el-color-primary);transition:inherit}.layout-breadcrumb-seting-bar .layout-drawer-content-flex .layout-drawer-content-item:hover .layout-tips-warp .layout-tips-box .layout-tips-txt{background-color:var(--next-color-seting-main)!important;color:var(--el-color-primary)!important;transition:inherit}.layout-breadcrumb-seting-bar .copy-config{margin:10px 0}.layout-breadcrumb-seting-bar .copy-config .copy-config-btn{margin-top:15px;width:100%}.layout-breadcrumb-seting-bar .copy-config .copy-config-btn-reset{margin:10px 0 0;width:100%}.traditionalColors{height:50px;position:relative}.traditionalColors-chines{text-align:center}.traditionalColors-circleCheck{left:calc(50% - 10px);position:absolute;top:calc(50% - 10px)}.layout-navbars-breadcrumb-user{align-items:center;display:flex;justify-content:flex-end}.layout-navbars-breadcrumb-user-link{align-items:center;display:flex;height:100%;white-space:nowrap}.layout-navbars-breadcrumb-user-link-photo{border-radius:100%;height:25px;width:25px}.layout-navbars-breadcrumb-user-icon{align-items:center;color:var(--next-bg-topBarColor);cursor:pointer;display:flex;height:50px;line-height:50px;padding:0 10px}.layout-navbars-breadcrumb-user-icon:hover{background:var(--next-color-user-hover)}.layout-navbars-breadcrumb-user-icon:hover i{animation:logoAnimation .3s ease-in-out;display:inline-block}.layout-navbars-breadcrumb-user :deep(.el-dropdown){color:var(--next-bg-topBarColor)}.layout-navbars-breadcrumb-user :deep(.el-badge){align-items:center;display:flex;height:40px;line-height:40px}.layout-navbars-breadcrumb-user :deep(.el-badge__content.is-fixed){top:12px}.user-news-container .content-box{font-size:12px}.user-news-container .content-box .notice-box{height:400px;margin-bottom:35px;padding-right:10px}.user-news-container .content-box .notice-box:hover{overflow-y:scroll}.user-news-container .content-box .notice-item:hover{background-color:hsla(0,0%,72%,.1)}.user-news-container .content-box .notice-item .notice-content{color:var(--el-text-color-secondary);margin-bottom:3px;margin-top:3px}.user-news-container .content-box .notice-item .notice-time{color:var(--el-text-color-secondary);text-align:right}.user-news-container .notice-foot{align-items:center;background-color:#fff;bottom:0;color:var(--el-color-primary);cursor:pointer;display:flex;font-size:14px;height:35px;justify-content:center;position:absolute;width:100%}.el-menu-horizontal-warp{flex:1;margin-right:30px;overflow:hidden}.el-menu-horizontal-warp :deep(.el-scrollbar__bar.is-vertical){display:none}.el-menu-horizontal-warp :deep(a){width:100%}.el-menu-horizontal-warp .el-menu.el-menu--horizontal{box-sizing:border-box;display:flex;height:100%;width:100%}.upgrade-dialog :deep(.el-dialog) .el-dialog__body{padding:0!important}.upgrade-dialog :deep(.el-dialog) .el-dialog__header{display:none!important}.upgrade-dialog :deep(.el-dialog) .upgrade-title{align-items:center;display:flex;height:130px;justify-content:center;position:relative;text-align:center}.upgrade-dialog :deep(.el-dialog) .upgrade-title:after{background-color:var(--el-color-primary-light-1);border-bottom-left-radius:100%;border-bottom-right-radius:100%;content:"";height:130px;position:absolute;width:130%}.upgrade-dialog :deep(.el-dialog) .upgrade-title .upgrade-title-warp{position:relative;z-index:1}.upgrade-dialog :deep(.el-dialog) .upgrade-title .upgrade-title-warp .upgrade-title-warp-txt{color:var(--next-color-white);font-size:22px;letter-spacing:3px}.upgrade-dialog :deep(.el-dialog) .upgrade-title .upgrade-title-warp .upgrade-title-warp-version{background-color:var(--el-color-primary-light-4);border-radius:2px;color:var(--next-color-white);display:flex;font-size:12px;padding:2px 4px;position:absolute;right:-50px;top:-2px}.upgrade-dialog :deep(.el-dialog) .upgrade-content{line-height:22px;padding:20px}.upgrade-dialog :deep(.el-dialog) .upgrade-content .upgrade-content-desc{color:var(--el-color-info-light-5);font-size:12px}.upgrade-dialog :deep(.el-dialog) .upgrade-btn{border-top:1px solid var(--el-border-color-lighter,#ebeef5);display:flex;justify-content:space-around;padding:15px 20px}.upgrade-dialog :deep(.el-dialog) .upgrade-btn .el-button{width:100%}
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.17 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
package/index.min.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.17 */(function(H,a){typeof exports=="object"&&typeof module<"u"?a(exports,require("vue"),require("crypto"),require("url"),require("http"),require("https"),require("util"),require("stream"),require("assert"),require("zlib"),require("element-plus")):typeof define=="function"&&define.amd?define(["exports","vue","crypto","url","http","https","util","stream","assert","zlib","element-plus"],a):(H=typeof globalThis<"u"?globalThis:H||self,a(H.FmPlus={},H.Vue,H.crypto,H.require$$0,H.require$$1,H.require$$2,H.util,H.stream,H.require$$4,H.zlib,H.ElementPlus))})(this,function(H,a,p1,Wa,zi,Ii,Hi,at,m1,xt,qe){"use strict";const f1={class:"fm-transfer-panel"},h1={class:"fm-transfer-panel__header"},_1={class:"fm-transfer-panel__body"},g1={class:"fm-transfer-buttons__item"},x1={class:"fm-transfer-buttons__item"},v1={class:"fm-transfer-buttons__item"},E1={class:"fm-transfer-buttons__item"},C1={class:"fm-transfer-panel"},b1={class:"fm-transfer-panel__header"},y1={class:"fm-transfer-panel__body"};var w1=a.defineComponent({name:"FmTransfer",__name:"index",props:{leftTitle:String,rightTitle:String,options:{type:Object,default:()=>({value:"id",label:"name",disabled:"disabled"})},leftData:{type:Array,default:()=>[]},rightData:{type:Array,default:()=>[]}},emits:["left","right","allLeft","allRight","update:leftData","update:rightData"],setup(e,{emit:t}){const r=e,n=t,o=a.reactive({leftAllChecked:!1,leftKeyword:"",leftChecked:[],rightAllChecked:!1,rightKeyword:"",rightChecked:[]}),i=a.computed(()=>{let f=r.leftData.filter(_=>_[r.options.label].toLowerCase().includes(o.leftKeyword.toLowerCase()));if(o.leftChecked.length>0)for(let _=o.leftChecked.length-1;_>=0;_--)f.findIndex(h=>h[r.options.value]==o.leftChecked[_])==-1&&o.leftChecked.splice(_,1);return f}),l=f=>{o.leftChecked=f?i.value.filter(_=>_[r.options.disabled]==!1).map(_=>_[r.options.value]):[]},s=a.computed(()=>{const f=o.leftChecked.length;return f>0&&f<i.value.filter(E=>E[r.options.disabled]==!1).length});a.watch(()=>o.leftChecked,f=>{o.leftAllChecked=f.length>0&&f.length==i.value.filter(_=>_[r.options.disabled]==!1).length});const c=a.computed(()=>{let f=r.rightData.filter(_=>_[r.options.label].toLowerCase().includes(o.rightKeyword.toLowerCase()));if(o.rightChecked.length>0)for(let _=o.rightChecked.length-1;_>=0;_--)f.findIndex(h=>h[r.options.value]==o.rightChecked[_])==-1&&o.rightChecked.splice(_,1);return f}),u=f=>{o.rightChecked=f?c.value.filter(_=>_[r.options.disabled]==!1).map(_=>_[r.options.value]):[]},d=a.computed(()=>{const f=o.rightChecked.length;return f>0&&f<c.value.filter(E=>E[r.options.disabled]==!1).length});a.watch(()=>o.rightChecked,f=>{o.rightAllChecked=f.length>0&&f.length==c.value.filter(_=>_[r.options.disabled]==!1).length});const m=f=>{if(f[r.options.value]&&f[r.options.disabled]===!1){let _=r.leftData.filter(h=>f[r.options.value]==h[r.options.value]),E=r.leftData.filter(h=>f[r.options.value]!=h[r.options.value]);n("update:leftData",E),n("update:rightData",r.rightData.concat(_)),n("right"),o.leftChecked=o.leftChecked.filter(h=>f[r.options.value]!=h)}},p=()=>{if(o.leftChecked?.length>0){let f=r.leftData.filter(E=>o.leftChecked.some(h=>h==E[r.options.value])),_=r.leftData.filter(E=>o.leftChecked.every(h=>h!=E[r.options.value]));n("update:leftData",_),n("update:rightData",r.rightData.concat(f)),n("right"),o.leftChecked=[]}},v=()=>{if(i.value?.length>0){let f=i.value.filter(h=>h[r.options.disabled]==!1),_=r.leftData.filter(h=>f.some(b=>b[r.options.value]==h[r.options.value])),E=r.leftData.filter(h=>f.every(b=>b[r.options.value]!=h[r.options.value]));n("update:leftData",E),n("update:rightData",r.rightData.concat(_)),n("allRight"),o.leftChecked=[]}},g=f=>{if(f[r.options.value]&&f[r.options.disabled]===!1){let _=r.rightData.filter(h=>f[r.options.value]==h[r.options.value]),E=r.rightData.filter(h=>f[r.options.value]!=h[r.options.value]);n("update:leftData",r.leftData.concat(_)),n("update:rightData",E),n("left"),o.rightChecked=o.rightChecked.filter(h=>f[r.options.value]!=h)}},C=()=>{if(o.rightChecked?.length>0){let f=r.rightData.filter(E=>o.rightChecked.some(h=>h==E[r.options.value])),_=r.rightData.filter(E=>o.rightChecked.every(h=>h!=E[r.options.value]));n("update:leftData",r.leftData.concat(f)),n("update:rightData",_),n("left"),o.rightChecked=[]}},x=()=>{if(c.value?.length>0){let f=c.value.filter(h=>h[r.options.disabled]==!1),_=r.rightData.filter(h=>f.some(b=>b[r.options.value]==h[r.options.value])),E=r.rightData.filter(h=>f.every(b=>b[r.options.value]!=h[r.options.value]));n("update:leftData",r.leftData.concat(_)),n("update:rightData",E),n("allLeft"),o.rightChecked=[]}};return(f,_)=>{const E=a.resolveComponent("el-checkbox"),h=a.resolveComponent("el-input"),b=a.resolveComponent("el-checkbox-group"),w=a.resolveComponent("el-col"),y=a.resolveComponent("el-button"),k=a.resolveComponent("el-row");return a.openBlock(),a.createBlock(k,{gutter:10},{default:a.withCtx(()=>[a.createVNode(w,{span:10},{default:a.withCtx(()=>[a.createElementVNode("div",f1,[a.createElementVNode("p",h1,[a.createVNode(E,{modelValue:o.leftAllChecked,"onUpdate:modelValue":_[0]||(_[0]=S=>o.leftAllChecked=S),indeterminate:s.value,"validate-event":!1,onChange:l},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(r.leftTitle),1)]),_:1},8,["modelValue","indeterminate"]),a.createElementVNode("span",null,a.toDisplayString(o.leftChecked.length)+"/"+a.toDisplayString(r.leftData.length),1)]),a.createElementVNode("div",_1,[a.createVNode(h,{class:"transfer-panel__filter",modelValue:o.leftKeyword,"onUpdate:modelValue":_[1]||(_[1]=S=>o.leftKeyword=S),placeholder:"\u641C\u7D22","prefix-icon":"ele-Search",clearable:"","validate-event":!1},null,8,["modelValue"]),a.withDirectives(a.createVNode(b,{modelValue:o.leftChecked,"onUpdate:modelValue":_[2]||(_[2]=S=>o.leftChecked=S),"validate-event":!1,class:"fm-transfer-panel__list"},{default:a.withCtx(()=>[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.value,(S,T)=>(a.openBlock(),a.createBlock(E,{key:T,value:S[r.options.value],label:S[r.options.label],disabled:S[r.options.disabled],"validate-event":!1,class:"fm-transfer-panel__item",onDblclick:A=>m(S)},null,8,["value","label","disabled","onDblclick"]))),128))]),_:1},8,["modelValue"]),[[a.vShow,!0]])])])]),_:1}),a.createVNode(w,{span:4,class:"fm-transfer-buttons"},{default:a.withCtx(()=>[a.createElementVNode("div",g1,[a.createVNode(y,{type:"primary",style:{},icon:"ele-ArrowRight",onClick:p})]),a.createElementVNode("div",x1,[a.createVNode(y,{type:"primary",style:{},icon:"ele-ArrowLeft",onClick:C})]),a.createElementVNode("div",v1,[a.createVNode(y,{type:"primary",style:{},icon:"ele-DArrowRight",onClick:v})]),a.createElementVNode("div",E1,[a.createVNode(y,{type:"primary",style:{},icon:"ele-DArrowLeft",onClick:x})])]),_:1}),a.createVNode(w,{span:10},{default:a.withCtx(()=>[a.createElementVNode("div",C1,[a.createElementVNode("p",b1,[a.createVNode(E,{modelValue:o.rightAllChecked,"onUpdate:modelValue":_[3]||(_[3]=S=>o.rightAllChecked=S),indeterminate:d.value,"validate-event":!1,onChange:u},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(r.rightTitle),1)]),_:1},8,["modelValue","indeterminate"]),a.createElementVNode("span",null,a.toDisplayString(o.rightChecked.length)+"/"+a.toDisplayString(r.rightData.length),1)]),a.createElementVNode("div",y1,[a.createVNode(h,{class:"transfer-panel__filter",modelValue:o.rightKeyword,"onUpdate:modelValue":_[4]||(_[4]=S=>o.rightKeyword=S),placeholder:"\u641C\u7D22","prefix-icon":"ele-Search",clearable:"","validate-event":!1},null,8,["modelValue"]),a.withDirectives(a.createVNode(b,{modelValue:o.rightChecked,"onUpdate:modelValue":_[5]||(_[5]=S=>o.rightChecked=S),"validate-event":!1,class:"fm-transfer-panel__list"},{default:a.withCtx(()=>[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(c.value,(S,T)=>(a.openBlock(),a.createBlock(E,{key:T,value:S[r.options.value],label:S[r.options.label],disabled:S[r.options.disabled],"validate-event":!1,class:"fm-transfer-panel__item",onDblclick:A=>g(S)},null,8,["value","label","disabled","onDblclick"]))),128))]),_:1},8,["modelValue"]),[[a.vShow,!0]])])])]),_:1})]),_:1})}}});const T1={class:"notice-bar-warp-text-box"},k1=["innerHTML"];var A1=a.defineComponent({name:"FmNoticeBar",__name:"index",props:{mode:{type:String,default:""},text:{type:String,default:""},color:{type:String,default:"var(--el-color-warning)"},background:{type:String,default:"var(--el-color-warning-light-9)"},size:{type:[Number,String],default:14},height:{type:Number,default:40},delay:{type:Number,default:1},speed:{type:Number,default:100},scrollable:{type:Boolean,default:!1},leftIcon:{type:String,default:"iconfont icon-tongzhi2"},rightIcon:{type:String,default:""}},emits:["close","link"],setup(e,{emit:t}){const r=e,n=a.ref(null),o=a.ref(null),i=a.reactive({isMode:!1,warpOWidth:0,textOWidth:0,animationDuration:0});a.onMounted(async()=>{r.scrollable||l()});const l=()=>{a.nextTick(()=>{if(n.value&&o.value){i.warpOWidth=n.value.offsetWidth,i.textOWidth=o.value.scrollWidth,i.animationDuration=(i.textOWidth+i.warpOWidth)/r.speed,o.value.style.animation="none",o.value.offsetHeight,o.value.style.animation=`marquee ${i.animationDuration}s linear infinite`;const s=`
|
|
2
2
|
@keyframes marquee {
|
|
3
3
|
0% { transform: translateX(${i.warpOWidth}px); }
|
|
4
4
|
100% { transform: translateX(-${i.textOWidth}px); }
|
package/index.min.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.17 */import{defineComponent as S,reactive as kn,computed as Oe,watch as Nt,resolveComponent as ar,createBlock as Bn,openBlock as T,withCtx as wt,createVNode as qe,createElementVNode as x,createTextVNode as gi,toDisplayString as or,withDirectives as ir,createElementBlock as A,Fragment as Pn,renderList as vi,vShow as mo,ref as It,onMounted as xi,nextTick as Ln,normalizeStyle as lr,createCommentVNode as ed,normalizeClass as Ei,resolveDynamicComponent as td,effectScope as fo,shallowRef as rd,isRef as sr,getCurrentInstance as ur,h as Ci,inject as bi,onUnmounted as nd,Text as ad,markRaw as Vt,toRaw as Mr,hasInjectionContext as od,unref as id,isReactive as ho,toRef as _o,getCurrentScope as ld,onScopeDispose as sd,toRefs as yi,resolveDirective as go}from"vue";import ud from"crypto";import vo from"url";import wi from"http";import Ti from"https";import Ai from"util";import gt,{Readable as cd}from"stream";import dd from"assert";import Tt from"zlib";import{ElMessage as Ze,dayjs as pd}from"element-plus";const md={class:"fm-transfer-panel"},fd={class:"fm-transfer-panel__header"},hd={class:"fm-transfer-panel__body"},_d={class:"fm-transfer-buttons__item"},gd={class:"fm-transfer-buttons__item"},vd={class:"fm-transfer-buttons__item"},xd={class:"fm-transfer-buttons__item"},Ed={class:"fm-transfer-panel"},Cd={class:"fm-transfer-panel__header"},bd={class:"fm-transfer-panel__body"};var yd=S({name:"FmTransfer",__name:"index",props:{leftTitle:String,rightTitle:String,options:{type:Object,default:()=>({value:"id",label:"name",disabled:"disabled"})},leftData:{type:Array,default:()=>[]},rightData:{type:Array,default:()=>[]}},emits:["left","right","allLeft","allRight","update:leftData","update:rightData"],setup(e,{emit:t}){const r=e,n=t,a=kn({leftAllChecked:!1,leftKeyword:"",leftChecked:[],rightAllChecked:!1,rightKeyword:"",rightChecked:[]}),o=Oe(()=>{let m=r.leftData.filter(h=>h[r.options.label].toLowerCase().includes(a.leftKeyword.toLowerCase()));if(a.leftChecked.length>0)for(let h=a.leftChecked.length-1;h>=0;h--)m.findIndex(f=>f[r.options.value]==a.leftChecked[h])==-1&&a.leftChecked.splice(h,1);return m}),i=m=>{a.leftChecked=m?o.value.filter(h=>h[r.options.disabled]==!1).map(h=>h[r.options.value]):[]},l=Oe(()=>{const m=a.leftChecked.length;return m>0&&m<o.value.filter(E=>E[r.options.disabled]==!1).length});Nt(()=>a.leftChecked,m=>{a.leftAllChecked=m.length>0&&m.length==o.value.filter(h=>h[r.options.disabled]==!1).length});const u=Oe(()=>{let m=r.rightData.filter(h=>h[r.options.label].toLowerCase().includes(a.rightKeyword.toLowerCase()));if(a.rightChecked.length>0)for(let h=a.rightChecked.length-1;h>=0;h--)m.findIndex(f=>f[r.options.value]==a.rightChecked[h])==-1&&a.rightChecked.splice(h,1);return m}),s=m=>{a.rightChecked=m?u.value.filter(h=>h[r.options.disabled]==!1).map(h=>h[r.options.value]):[]},c=Oe(()=>{const m=a.rightChecked.length;return m>0&&m<u.value.filter(E=>E[r.options.disabled]==!1).length});Nt(()=>a.rightChecked,m=>{a.rightAllChecked=m.length>0&&m.length==u.value.filter(h=>h[r.options.disabled]==!1).length});const p=m=>{if(m[r.options.value]&&m[r.options.disabled]===!1){let h=r.leftData.filter(f=>m[r.options.value]==f[r.options.value]),E=r.leftData.filter(f=>m[r.options.value]!=f[r.options.value]);n("update:leftData",E),n("update:rightData",r.rightData.concat(h)),n("right"),a.leftChecked=a.leftChecked.filter(f=>m[r.options.value]!=f)}},d=()=>{if(a.leftChecked?.length>0){let m=r.leftData.filter(E=>a.leftChecked.some(f=>f==E[r.options.value])),h=r.leftData.filter(E=>a.leftChecked.every(f=>f!=E[r.options.value]));n("update:leftData",h),n("update:rightData",r.rightData.concat(m)),n("right"),a.leftChecked=[]}},v=()=>{if(o.value?.length>0){let m=o.value.filter(f=>f[r.options.disabled]==!1),h=r.leftData.filter(f=>m.some(b=>b[r.options.value]==f[r.options.value])),E=r.leftData.filter(f=>m.every(b=>b[r.options.value]!=f[r.options.value]));n("update:leftData",E),n("update:rightData",r.rightData.concat(h)),n("allRight"),a.leftChecked=[]}},_=m=>{if(m[r.options.value]&&m[r.options.disabled]===!1){let h=r.rightData.filter(f=>m[r.options.value]==f[r.options.value]),E=r.rightData.filter(f=>m[r.options.value]!=f[r.options.value]);n("update:leftData",r.leftData.concat(h)),n("update:rightData",E),n("left"),a.rightChecked=a.rightChecked.filter(f=>m[r.options.value]!=f)}},C=()=>{if(a.rightChecked?.length>0){let m=r.rightData.filter(E=>a.rightChecked.some(f=>f==E[r.options.value])),h=r.rightData.filter(E=>a.rightChecked.every(f=>f!=E[r.options.value]));n("update:leftData",r.leftData.concat(m)),n("update:rightData",h),n("left"),a.rightChecked=[]}},g=()=>{if(u.value?.length>0){let m=u.value.filter(f=>f[r.options.disabled]==!1),h=r.rightData.filter(f=>m.some(b=>b[r.options.value]==f[r.options.value])),E=r.rightData.filter(f=>m.every(b=>b[r.options.value]!=f[r.options.value]));n("update:leftData",r.leftData.concat(h)),n("update:rightData",E),n("allLeft"),a.rightChecked=[]}};return(m,h)=>{const E=ar("el-checkbox"),f=ar("el-input"),b=ar("el-checkbox-group"),w=ar("el-col"),y=ar("el-button"),F=ar("el-row");return T(),Bn(F,{gutter:10},{default:wt(()=>[qe(w,{span:10},{default:wt(()=>[x("div",md,[x("p",fd,[qe(E,{modelValue:a.leftAllChecked,"onUpdate:modelValue":h[0]||(h[0]=P=>a.leftAllChecked=P),indeterminate:l.value,"validate-event":!1,onChange:i},{default:wt(()=>[gi(or(r.leftTitle),1)]),_:1},8,["modelValue","indeterminate"]),x("span",null,or(a.leftChecked.length)+"/"+or(r.leftData.length),1)]),x("div",hd,[qe(f,{class:"transfer-panel__filter",modelValue:a.leftKeyword,"onUpdate:modelValue":h[1]||(h[1]=P=>a.leftKeyword=P),placeholder:"\u641C\u7D22","prefix-icon":"ele-Search",clearable:"","validate-event":!1},null,8,["modelValue"]),ir(qe(b,{modelValue:a.leftChecked,"onUpdate:modelValue":h[2]||(h[2]=P=>a.leftChecked=P),"validate-event":!1,class:"fm-transfer-panel__list"},{default:wt(()=>[(T(!0),A(Pn,null,vi(o.value,(P,D)=>(T(),Bn(E,{key:D,value:P[r.options.value],label:P[r.options.label],disabled:P[r.options.disabled],"validate-event":!1,class:"fm-transfer-panel__item",onDblclick:k=>p(P)},null,8,["value","label","disabled","onDblclick"]))),128))]),_:1},8,["modelValue"]),[[mo,!0]])])])]),_:1}),qe(w,{span:4,class:"fm-transfer-buttons"},{default:wt(()=>[x("div",_d,[qe(y,{type:"primary",style:{},icon:"ele-ArrowRight",onClick:d})]),x("div",gd,[qe(y,{type:"primary",style:{},icon:"ele-ArrowLeft",onClick:C})]),x("div",vd,[qe(y,{type:"primary",style:{},icon:"ele-DArrowRight",onClick:v})]),x("div",xd,[qe(y,{type:"primary",style:{},icon:"ele-DArrowLeft",onClick:g})])]),_:1}),qe(w,{span:10},{default:wt(()=>[x("div",Ed,[x("p",Cd,[qe(E,{modelValue:a.rightAllChecked,"onUpdate:modelValue":h[3]||(h[3]=P=>a.rightAllChecked=P),indeterminate:c.value,"validate-event":!1,onChange:s},{default:wt(()=>[gi(or(r.rightTitle),1)]),_:1},8,["modelValue","indeterminate"]),x("span",null,or(a.rightChecked.length)+"/"+or(r.rightData.length),1)]),x("div",bd,[qe(f,{class:"transfer-panel__filter",modelValue:a.rightKeyword,"onUpdate:modelValue":h[4]||(h[4]=P=>a.rightKeyword=P),placeholder:"\u641C\u7D22","prefix-icon":"ele-Search",clearable:"","validate-event":!1},null,8,["modelValue"]),ir(qe(b,{modelValue:a.rightChecked,"onUpdate:modelValue":h[5]||(h[5]=P=>a.rightChecked=P),"validate-event":!1,class:"fm-transfer-panel__list"},{default:wt(()=>[(T(!0),A(Pn,null,vi(u.value,(P,D)=>(T(),Bn(E,{key:D,value:P[r.options.value],label:P[r.options.label],disabled:P[r.options.disabled],"validate-event":!1,class:"fm-transfer-panel__item",onDblclick:k=>_(P)},null,8,["value","label","disabled","onDblclick"]))),128))]),_:1},8,["modelValue"]),[[mo,!0]])])])]),_:1})]),_:1})}}});const wd={class:"notice-bar-warp-text-box"},Td=["innerHTML"];var Ad=S({name:"FmNoticeBar",__name:"index",props:{mode:{type:String,default:""},text:{type:String,default:""},color:{type:String,default:"var(--el-color-warning)"},background:{type:String,default:"var(--el-color-warning-light-9)"},size:{type:[Number,String],default:14},height:{type:Number,default:40},delay:{type:Number,default:1},speed:{type:Number,default:100},scrollable:{type:Boolean,default:!1},leftIcon:{type:String,default:"iconfont icon-tongzhi2"},rightIcon:{type:String,default:""}},emits:["close","link"],setup(e,{emit:t}){const r=e,n=It(null),a=It(null),o=kn({isMode:!1,warpOWidth:0,textOWidth:0,animationDuration:0});xi(async()=>{r.scrollable||i()});const i=()=>{Ln(()=>{if(n.value&&a.value){o.warpOWidth=n.value.offsetWidth,o.textOWidth=a.value.scrollWidth,o.animationDuration=(o.textOWidth+o.warpOWidth)/r.speed,a.value.style.animation="none",a.value.offsetHeight,a.value.style.animation=`marquee ${o.animationDuration}s linear infinite`;const l=`
|
|
2
2
|
@keyframes marquee {
|
|
3
3
|
0% { transform: translateX(${o.warpOWidth}px); }
|
|
4
4
|
100% { transform: translateX(-${o.textOWidth}px); }
|
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.17 */
|
|
2
2
|
import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, resolveDynamicComponent, effectScope, shallowRef, isRef as isRef$1, getCurrentInstance, h, inject, onUnmounted, Text, markRaw, toRaw as toRaw$1, hasInjectionContext, unref, isReactive as isReactive$1, toRef, getCurrentScope, onScopeDispose, toRefs, resolveDirective } from 'vue';
|
|
3
3
|
import crypto from 'crypto';
|
|
4
4
|
import require$$0 from 'url';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
exports.default = _export_sfc;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutAsideScrollbarRef: unknown;
|
|
4
|
+
}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
columnsAsideActiveRef: HTMLDivElement;
|
|
4
|
+
}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
layoutMainScrollbarRef: unknown;
|
|
6
|
+
}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-columsaside.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-columsaside.scss";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layoutfooter.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layoutfooter.scss";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const FmLayout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export { FmLayout };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-lockscreen.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-lockscreen.scss";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layoutlogo.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layoutlogo.scss";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
4
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
6
|
+
layoutMainScrollbarRef: unknown;
|
|
7
|
+
}, any, ComponentProvideOptions, {
|
|
8
|
+
P: {};
|
|
9
|
+
B: {};
|
|
10
|
+
D: {};
|
|
11
|
+
C: {};
|
|
12
|
+
M: {};
|
|
13
|
+
Defaults: {};
|
|
14
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
16
|
+
}, {}, {}, {}, {}> | null;
|
|
17
|
+
}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutScrollbarRef: unknown;
|
|
4
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMainScrollbarRef: unknown;
|
|
8
|
+
}, any, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutScrollbarRef: unknown;
|
|
4
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMainScrollbarRef: unknown;
|
|
8
|
+
}, any, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
+
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
4
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
6
|
+
layoutMainScrollbarRef: unknown;
|
|
7
|
+
}, any, ComponentProvideOptions, {
|
|
8
|
+
P: {};
|
|
9
|
+
B: {};
|
|
10
|
+
D: {};
|
|
11
|
+
C: {};
|
|
12
|
+
M: {};
|
|
13
|
+
Defaults: {};
|
|
14
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
+
layoutMainScrollbarRef: Ref<any, any>;
|
|
16
|
+
}, {}, {}, {}, {}> | null;
|
|
17
|
+
}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { RouteItem } from '../../../types';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
dropdown: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
default: () => {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
}>, {
|
|
12
|
+
openContextmenu: (item: RouteItem) => void;
|
|
13
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
currentContextmenuClick: (...args: any[]) => void;
|
|
15
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
+
dropdown: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: () => {
|
|
19
|
+
x: number;
|
|
20
|
+
y: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{
|
|
24
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
dropdown: Record<string, any>;
|
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layouttagsview.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layouttagsview.scss";
|