@fmdevui/fm-dev 1.0.15 → 1.0.16
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/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/version.css +9 -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/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,45 @@
|
|
|
1
|
+
import { RouteItem } from '../../../types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
scrollbarRef: unknown;
|
|
5
|
+
tagsUlRef: HTMLUListElement;
|
|
6
|
+
contextmenuRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
7
|
+
dropdown: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {
|
|
10
|
+
x: number;
|
|
11
|
+
y: number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
openContextmenu: (item: RouteItem) => void;
|
|
18
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
currentContextmenuClick: (...args: any[]) => void;
|
|
20
|
+
}, PublicProps, {
|
|
21
|
+
dropdown: Record<string, any>;
|
|
22
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
23
|
+
P: {};
|
|
24
|
+
B: {};
|
|
25
|
+
D: {};
|
|
26
|
+
C: {};
|
|
27
|
+
M: {};
|
|
28
|
+
Defaults: {};
|
|
29
|
+
}, Readonly< ExtractPropTypes<{
|
|
30
|
+
dropdown: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
default: () => {
|
|
33
|
+
x: number;
|
|
34
|
+
y: number;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{
|
|
38
|
+
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
}>, {
|
|
40
|
+
openContextmenu: (item: RouteItem) => void;
|
|
41
|
+
}, {}, {}, {}, {
|
|
42
|
+
dropdown: Record<string, any>;
|
|
43
|
+
}> | null;
|
|
44
|
+
}, HTMLDivElement>;
|
|
45
|
+
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, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openDialog: () => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
ruleFormRef: unknown;
|
|
6
|
+
}, HTMLDivElement>;
|
|
7
|
+
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,30 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
+
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
+
declare const _default: DefineComponent<{}, {
|
|
4
|
+
openDrawer: () => Promise<void>;
|
|
5
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
6
|
+
queryForm: unknown;
|
|
7
|
+
xGrid: ( VxeGridMethods<any> & {
|
|
8
|
+
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
9
|
+
$slots: VxeGridSlots<any>;
|
|
10
|
+
}) | null;
|
|
11
|
+
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
12
|
+
title: StringConstructor;
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
openDialog: (row: any) => void;
|
|
15
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
16
|
+
ruleFormRef: unknown;
|
|
17
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly< ExtractPropTypes<{
|
|
25
|
+
title: StringConstructor;
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
openDialog: (row: any) => void;
|
|
28
|
+
}, {}, {}, {}, {}> | null;
|
|
29
|
+
}, HTMLDivElement>;
|
|
30
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openSearch: () => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
+
layoutMenuAutocompleteRef: unknown;
|
|
6
|
+
}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
title: StringConstructor;
|
|
4
|
+
}>, {
|
|
5
|
+
openDialog: (row: any) => void;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
7
|
+
title: StringConstructor;
|
|
8
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9
|
+
ruleFormRef: unknown;
|
|
10
|
+
}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layouttpbar.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layouttpbar.scss";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {
|
|
3
|
+
openDialog: (row: any) => void;
|
|
4
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
+
searchRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
+
openSearch: () => void;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
+
layoutMenuAutocompleteRef: unknown;
|
|
8
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
9
|
+
P: {};
|
|
10
|
+
B: {};
|
|
11
|
+
D: {};
|
|
12
|
+
C: {};
|
|
13
|
+
M: {};
|
|
14
|
+
Defaults: {};
|
|
15
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
openSearch: () => void;
|
|
17
|
+
}, {}, {}, {}, {}> | null;
|
|
18
|
+
onlineUserRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
19
|
+
openDrawer: () => Promise<void>;
|
|
20
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
21
|
+
queryForm: unknown;
|
|
22
|
+
xGrid: ( VxeGridMethods<any> & {
|
|
23
|
+
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
24
|
+
$slots: VxeGridSlots<any>;
|
|
25
|
+
}) | null;
|
|
26
|
+
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
27
|
+
title: StringConstructor;
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
openDialog: (row: any) => void;
|
|
30
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
31
|
+
ruleFormRef: unknown;
|
|
32
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly< ExtractPropTypes<{
|
|
40
|
+
title: StringConstructor;
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
|
+
openDialog: (row: any) => void;
|
|
43
|
+
}, {}, {}, {}, {}> | null;
|
|
44
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
45
|
+
P: {};
|
|
46
|
+
B: {};
|
|
47
|
+
D: {};
|
|
48
|
+
C: {};
|
|
49
|
+
M: {};
|
|
50
|
+
Defaults: {};
|
|
51
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
52
|
+
openDrawer: () => Promise<void>;
|
|
53
|
+
}, {}, {}, {}, {}> | null;
|
|
54
|
+
changePasswordRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
55
|
+
openDialog: () => void;
|
|
56
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
57
|
+
ruleFormRef: unknown;
|
|
58
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
59
|
+
P: {};
|
|
60
|
+
B: {};
|
|
61
|
+
D: {};
|
|
62
|
+
C: {};
|
|
63
|
+
M: {};
|
|
64
|
+
Defaults: {};
|
|
65
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
66
|
+
openDialog: () => void;
|
|
67
|
+
}, {}, {}, {}, {}> | null;
|
|
68
|
+
upgradeInfoRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
69
|
+
openDialog: (row: any) => void;
|
|
70
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
71
|
+
P: {};
|
|
72
|
+
B: {};
|
|
73
|
+
D: {};
|
|
74
|
+
C: {};
|
|
75
|
+
M: {};
|
|
76
|
+
Defaults: {};
|
|
77
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
78
|
+
openDialog: (row: any) => void;
|
|
79
|
+
}, {}, {}, {}, {}> | null;
|
|
80
|
+
}, HTMLDivElement>;
|
|
81
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
noticeList: any;
|
|
4
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
5
|
+
noticeList: any;
|
|
6
|
+
}>> & Readonly<{}>, {
|
|
7
|
+
noticeList: any;
|
|
8
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
menuList: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
menuList: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
menuList: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layoutnavmenu.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layoutnavmenu.scss";
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
chil: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
chil: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
chil: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
+
menuList: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
+
};
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
+
menuList: {
|
|
23
|
+
type: {
|
|
24
|
+
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
+
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
+
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
+
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
+
isArray(arg: any): arg is any[];
|
|
29
|
+
readonly prototype: any[];
|
|
30
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
+
of<T>(...items: T[]): T[];
|
|
35
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
+
};
|
|
37
|
+
default: () => never[];
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
menuList: RouteRecordRaw[];
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
refreshKey: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: () => string;
|
|
6
|
+
};
|
|
7
|
+
name: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: () => string;
|
|
10
|
+
};
|
|
11
|
+
list: {
|
|
12
|
+
type: ArrayConstructor;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
+
refreshKey: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: () => string;
|
|
19
|
+
};
|
|
20
|
+
name: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: () => string;
|
|
23
|
+
};
|
|
24
|
+
list: {
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
name: string;
|
|
30
|
+
list: unknown[];
|
|
31
|
+
refreshKey: string;
|
|
32
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
33
|
+
iframeRef: HTMLIFrameElement;
|
|
34
|
+
}, HTMLDivElement>;
|
|
35
|
+
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 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/t-layoutroterview.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "fm-dev/theme-chalk/src/t-layoutroterview.scss";
|
|
@@ -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";
|
|
@@ -2,7 +2,7 @@ export type { RouteRecordRaw, RouteRecordSingleView, RouteRecordSingleViewWithCh
|
|
|
2
2
|
export type RouteItem<T = any> = {
|
|
3
3
|
path: string;
|
|
4
4
|
name?: string | symbol | undefined | null;
|
|
5
|
-
redirect?:
|
|
5
|
+
redirect?: any;
|
|
6
6
|
k?: T;
|
|
7
7
|
meta?: {
|
|
8
8
|
title?: string;
|
|
@@ -18,7 +18,7 @@ export type RouteItem<T = any> = {
|
|
|
18
18
|
isIframeOpen?: string;
|
|
19
19
|
loading?: boolean;
|
|
20
20
|
};
|
|
21
|
-
children:
|
|
21
|
+
children: RouteItem[];
|
|
22
22
|
query?: {
|
|
23
23
|
[key: string]: T;
|
|
24
24
|
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
+
disable: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: () => boolean;
|
|
6
|
+
};
|
|
7
|
+
placeholder: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: () => string;
|
|
10
|
+
};
|
|
11
|
+
mode: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: () => string;
|
|
14
|
+
};
|
|
15
|
+
height: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: () => string;
|
|
18
|
+
};
|
|
19
|
+
getHtml: StringConstructor;
|
|
20
|
+
getText: StringConstructor;
|
|
21
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
|
+
"update:getHtml": (...args: any[]) => void;
|
|
23
|
+
"update:getText": (...args: any[]) => void;
|
|
24
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
25
|
+
disable: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: () => boolean;
|
|
28
|
+
};
|
|
29
|
+
placeholder: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: () => string;
|
|
32
|
+
};
|
|
33
|
+
mode: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: () => string;
|
|
36
|
+
};
|
|
37
|
+
height: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: () => string;
|
|
40
|
+
};
|
|
41
|
+
getHtml: StringConstructor;
|
|
42
|
+
getText: StringConstructor;
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onUpdate:getHtml"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
"onUpdate:getText"?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}>, {
|
|
47
|
+
placeholder: string;
|
|
48
|
+
mode: string;
|
|
49
|
+
height: string;
|
|
50
|
+
disable: boolean;
|
|
51
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
52
|
+
export default _default;
|
package/lib/index.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[data-v-11ae0e31] .el-scrollbar{height:calc(100% - 50px)}
|
|
2
|
+
.layout-navbars-container[data-v-f2e6c18a]{display:flex;flex-direction:column;height:100%;width:100%}
|
|
3
|
+
[data-v-194b61e4] .el-input-group__append{background:var(--el-color-white);padding:0 15px}[data-v-194b61e4] .el-input__wrapper.is-focus{box-shadow:0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset!important}[data-v-194b61e4] .el-input__inner{border-right-color:var(--el-border-color-extra-light);&:hover{border-color:var(--el-border-color-extra-light)}}
|
|
4
|
+
[data-v-f1b73dc9] #color-box{.el-dialog__body{padding:0!important}}
|
|
5
|
+
[data-v-2056b616] .el-drawer__body{display:flex;flex-direction:column;height:100%;padding:5px}.full-table{&[data-v-2056b616]{flex:1}[data-v-2056b616] .el-card__body{display:flex;flex-direction:column;height:100%}}
|
|
6
|
+
[data-v-23b3f8c6] .el-breadcrumb__separator{color:var(--next-bg-topBarColor);opacity:.7}[data-v-23b3f8c6] .el-breadcrumb__inner a{color:var(--next-bg-topBarColor);font-weight:unset!important;&:hover{color:var(--el-color-primary)!important}}
|
|
7
|
+
.editor-container{overflow-y:hidden;.w-e-bar-item{.w-e-select-list{height:150px;z-index:10!important}}.w-e-toolbar{flex-wrap:wrap;z-index:4!important}.w-e-menu{z-index:auto!important;.w-e-droplist{z-index:2!important}}}
|
|
8
|
+
[data-v-04609759] .el-dialog__body{min-height:700px!important}
|
|
9
|
+
:host,:root{--w-e-textarea-bg-color:#fff;--w-e-textarea-color:#333;--w-e-textarea-border-color:#ccc;--w-e-textarea-slight-border-color:#e8e8e8;--w-e-textarea-slight-color:#d4d4d4;--w-e-textarea-slight-bg-color:#f5f2f0;--w-e-textarea-selected-border-color:#b4d5ff;--w-e-textarea-handler-bg-color:#4290f7;--w-e-toolbar-color:#595959;--w-e-toolbar-bg-color:#fff;--w-e-toolbar-active-color:#333;--w-e-toolbar-active-bg-color:#f1f1f1;--w-e-toolbar-disabled-color:#999;--w-e-toolbar-border-color:#e8e8e8;--w-e-modal-button-bg-color:#fafafa;--w-e-modal-button-border-color:#d9d9d9}.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;padding:5px 10px;text-align:center;top:40px;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after,.w-e-menu-tooltip-v5:before{opacity:0;position:absolute;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";top:30px}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal button,.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color)}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{background-color:var(--w-e-toolbar-bg-color);font-feature-settings:"tnum";font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [contenteditable=false] .w-e-image-container:hover,.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var aside_vue_vue_type_script_setup_true_name_layoutAside_lang = require('./aside.vue2.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
exports.default = aside_vue_vue_type_script_setup_true_name_layoutAside_lang.default;
|