@fmdevui/fm-dev 1.0.34 → 1.0.36

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.
Files changed (352) hide show
  1. package/es/core/api/base/index.d.ts +2 -0
  2. package/es/core/api/index.d.ts +1 -0
  3. package/es/core/index.d.ts +0 -1
  4. package/es/defaults.css +1 -0
  5. package/es/index.d.ts +1 -3
  6. package/es/index.mjs +2 -3
  7. package/es/packages/core/api/base/index.mjs +20 -0
  8. package/es/packages/core/api/index.mjs +2 -0
  9. package/es/packages/core/index.mjs +2 -1
  10. package/es/packages/core/stores/themeConfig.mjs +2 -2
  11. package/es/packages/core/stores/userInfo.mjs +1 -0
  12. package/index.css +0 -116
  13. package/index.js +44647 -59321
  14. package/index.min.css +0 -10
  15. package/index.min.js +43 -93
  16. package/index.min.mjs +43 -93
  17. package/index.mjs +44645 -59313
  18. package/lib/core/api/base/index.d.ts +2 -0
  19. package/lib/core/api/index.d.ts +1 -0
  20. package/lib/core/index.d.ts +0 -1
  21. package/lib/index.css +0 -11
  22. package/lib/index.d.ts +1 -3
  23. package/lib/index.js +56 -65
  24. package/lib/packages/core/api/base/index.js +20 -0
  25. package/lib/packages/core/api/index.js +1 -0
  26. package/lib/packages/core/index.js +1 -5
  27. package/lib/packages/core/stores/themeConfig.js +2 -2
  28. package/lib/packages/core/stores/userInfo.js +1 -0
  29. package/package.json +1 -1
  30. package/theme-chalk/index.css +1 -1
  31. package/theme-chalk/src/index.scss +1 -8
  32. package/es/component.css +0 -11
  33. package/es/core/layout/component/aside.vue.d.ts +0 -5
  34. package/es/core/layout/component/columnsAside.vue.d.ts +0 -5
  35. package/es/core/layout/component/header.vue.d.ts +0 -3
  36. package/es/core/layout/component/main.vue.d.ts +0 -7
  37. package/es/core/layout/component/style/css.d.ts +0 -1
  38. package/es/core/layout/component/style/index.d.ts +0 -1
  39. package/es/core/layout/footer/index.vue.d.ts +0 -3
  40. package/es/core/layout/footer/style/css.d.ts +0 -1
  41. package/es/core/layout/footer/style/index.d.ts +0 -1
  42. package/es/core/layout/index.d.ts +0 -14
  43. package/es/core/layout/layout.vue.d.ts +0 -3
  44. package/es/core/layout/lockScreen/index.vue.d.ts +0 -6
  45. package/es/core/layout/lockScreen/style/css.d.ts +0 -1
  46. package/es/core/layout/lockScreen/style/index.d.ts +0 -1
  47. package/es/core/layout/logo/index.vue.d.ts +0 -3
  48. package/es/core/layout/logo/style/css.d.ts +0 -1
  49. package/es/core/layout/logo/style/index.d.ts +0 -1
  50. package/es/core/layout/main/classic.vue.d.ts +0 -18
  51. package/es/core/layout/main/columns.vue.d.ts +0 -19
  52. package/es/core/layout/main/defaults.vue.d.ts +0 -19
  53. package/es/core/layout/main/transverse.vue.d.ts +0 -18
  54. package/es/core/layout/navBars/index.vue.d.ts +0 -3
  55. package/es/core/layout/navBars/tagsView/contextmenu.vue.d.ts +0 -28
  56. package/es/core/layout/navBars/tagsView/style/css.d.ts +0 -1
  57. package/es/core/layout/navBars/tagsView/style/index.d.ts +0 -1
  58. package/es/core/layout/navBars/tagsView/tagsView.vue.d.ts +0 -45
  59. package/es/core/layout/navBars/topBar/breadcrumb.vue.d.ts +0 -3
  60. package/es/core/layout/navBars/topBar/changePassword.vue.d.ts +0 -7
  61. package/es/core/layout/navBars/topBar/closeFull.vue.d.ts +0 -3
  62. package/es/core/layout/navBars/topBar/index.vue.d.ts +0 -3
  63. package/es/core/layout/navBars/topBar/onlineuser.vue.d.ts +0 -30
  64. package/es/core/layout/navBars/topBar/search.vue.d.ts +0 -7
  65. package/es/core/layout/navBars/topBar/sendMessage.vue.d.ts +0 -11
  66. package/es/core/layout/navBars/topBar/settings.vue.d.ts +0 -8
  67. package/es/core/layout/navBars/topBar/style/css.d.ts +0 -1
  68. package/es/core/layout/navBars/topBar/style/index.d.ts +0 -1
  69. package/es/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +0 -5
  70. package/es/core/layout/navBars/topBar/user.vue.d.ts +0 -81
  71. package/es/core/layout/navBars/topBar/userNews.vue.d.ts +0 -9
  72. package/es/core/layout/navMenu/horizontal.vue.d.ts +0 -42
  73. package/es/core/layout/navMenu/style/css.d.ts +0 -1
  74. package/es/core/layout/navMenu/style/index.d.ts +0 -1
  75. package/es/core/layout/navMenu/subItem.vue.d.ts +0 -42
  76. package/es/core/layout/navMenu/vertical.vue.d.ts +0 -42
  77. package/es/core/layout/routerView/iframes.vue.d.ts +0 -35
  78. package/es/core/layout/routerView/parent.vue.d.ts +0 -3
  79. package/es/core/layout/routerView/style/css.d.ts +0 -1
  80. package/es/core/layout/routerView/style/index.d.ts +0 -1
  81. package/es/core/layout/upgrade/style/css.d.ts +0 -1
  82. package/es/core/layout/upgrade/style/index.d.ts +0 -1
  83. package/es/core/utils/comm/sysInfo.d.ts +0 -2
  84. package/es/core/utils/other/index.d.ts +0 -69
  85. package/es/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.mjs +0 -3
  86. package/es/packages/core/layout/component/aside.vue.mjs +0 -5
  87. package/es/packages/core/layout/component/aside.vue2.mjs +0 -173
  88. package/es/packages/core/layout/component/columnsAside.vue.mjs +0 -7
  89. package/es/packages/core/layout/component/columnsAside.vue2.mjs +0 -270
  90. package/es/packages/core/layout/component/columnsAside.vue3.mjs +0 -3
  91. package/es/packages/core/layout/component/header.vue.mjs +0 -5
  92. package/es/packages/core/layout/component/header.vue2.mjs +0 -34
  93. package/es/packages/core/layout/component/main.vue.mjs +0 -5
  94. package/es/packages/core/layout/component/main.vue2.mjs +0 -84
  95. package/es/packages/core/layout/component/style/css.mjs +0 -1
  96. package/es/packages/core/layout/component/style/index.mjs +0 -1
  97. package/es/packages/core/layout/footer/index.vue.mjs +0 -5
  98. package/es/packages/core/layout/footer/index.vue2.mjs +0 -29
  99. package/es/packages/core/layout/footer/style/css.mjs +0 -1
  100. package/es/packages/core/layout/footer/style/index.mjs +0 -1
  101. package/es/packages/core/layout/index.mjs +0 -13
  102. package/es/packages/core/layout/layout.vue.mjs +0 -5
  103. package/es/packages/core/layout/layout.vue2.mjs +0 -60
  104. package/es/packages/core/layout/lockScreen/index.vue.mjs +0 -7
  105. package/es/packages/core/layout/lockScreen/index.vue2.mjs +0 -420
  106. package/es/packages/core/layout/lockScreen/index.vue3.mjs +0 -3
  107. package/es/packages/core/layout/lockScreen/style/css.mjs +0 -1
  108. package/es/packages/core/layout/lockScreen/style/index.mjs +0 -1
  109. package/es/packages/core/layout/logo/index.vue.mjs +0 -5
  110. package/es/packages/core/layout/logo/index.vue2.mjs +0 -57
  111. package/es/packages/core/layout/logo/style/css.mjs +0 -1
  112. package/es/packages/core/layout/logo/style/index.mjs +0 -1
  113. package/es/packages/core/layout/main/classic.vue.mjs +0 -5
  114. package/es/packages/core/layout/main/classic.vue2.mjs +0 -94
  115. package/es/packages/core/layout/main/columns.vue.mjs +0 -5
  116. package/es/packages/core/layout/main/columns.vue2.mjs +0 -107
  117. package/es/packages/core/layout/main/defaults.vue.mjs +0 -5
  118. package/es/packages/core/layout/main/defaults.vue2.mjs +0 -103
  119. package/es/packages/core/layout/main/transverse.vue.mjs +0 -5
  120. package/es/packages/core/layout/main/transverse.vue2.mjs +0 -74
  121. package/es/packages/core/layout/navBars/index.vue.mjs +0 -7
  122. package/es/packages/core/layout/navBars/index.vue2.mjs +0 -31
  123. package/es/packages/core/layout/navBars/index.vue3.mjs +0 -3
  124. package/es/packages/core/layout/navBars/tagsView/contextmenu.vue.mjs +0 -7
  125. package/es/packages/core/layout/navBars/tagsView/contextmenu.vue2.mjs +0 -155
  126. package/es/packages/core/layout/navBars/tagsView/contextmenu.vue3.mjs +0 -3
  127. package/es/packages/core/layout/navBars/tagsView/style/css.mjs +0 -1
  128. package/es/packages/core/layout/navBars/tagsView/style/index.mjs +0 -1
  129. package/es/packages/core/layout/navBars/tagsView/tagsView.vue.mjs +0 -5
  130. package/es/packages/core/layout/navBars/tagsView/tagsView.vue2.mjs +0 -555
  131. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue.mjs +0 -7
  132. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue2.mjs +0 -172
  133. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue3.mjs +0 -3
  134. package/es/packages/core/layout/navBars/topBar/changePassword.vue.mjs +0 -5
  135. package/es/packages/core/layout/navBars/topBar/changePassword.vue2.mjs +0 -264
  136. package/es/packages/core/layout/navBars/topBar/closeFull.vue.mjs +0 -5
  137. package/es/packages/core/layout/navBars/topBar/closeFull.vue2.mjs +0 -34
  138. package/es/packages/core/layout/navBars/topBar/index.vue.mjs +0 -5
  139. package/es/packages/core/layout/navBars/topBar/index.vue2.mjs +0 -103
  140. package/es/packages/core/layout/navBars/topBar/onlineuser.vue.mjs +0 -7
  141. package/es/packages/core/layout/navBars/topBar/onlineuser.vue2.mjs +0 -408
  142. package/es/packages/core/layout/navBars/topBar/onlineuser.vue3.mjs +0 -3
  143. package/es/packages/core/layout/navBars/topBar/search.vue.mjs +0 -5
  144. package/es/packages/core/layout/navBars/topBar/search.vue2.mjs +0 -118
  145. package/es/packages/core/layout/navBars/topBar/sendMessage.vue.mjs +0 -5
  146. package/es/packages/core/layout/navBars/topBar/sendMessage.vue2.mjs +0 -207
  147. package/es/packages/core/layout/navBars/topBar/settings.vue.mjs +0 -7
  148. package/es/packages/core/layout/navBars/topBar/settings.vue2.mjs +0 -1901
  149. package/es/packages/core/layout/navBars/topBar/settings.vue3.mjs +0 -3
  150. package/es/packages/core/layout/navBars/topBar/style/css.mjs +0 -1
  151. package/es/packages/core/layout/navBars/topBar/style/index.mjs +0 -1
  152. package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue.mjs +0 -5
  153. package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue2.mjs +0 -72
  154. package/es/packages/core/layout/navBars/topBar/user.vue.mjs +0 -5
  155. package/es/packages/core/layout/navBars/topBar/user.vue2.mjs +0 -683
  156. package/es/packages/core/layout/navBars/topBar/userNews.vue.mjs +0 -7
  157. package/es/packages/core/layout/navBars/topBar/userNews.vue2.mjs +0 -233
  158. package/es/packages/core/layout/navBars/topBar/userNews.vue3.mjs +0 -3
  159. package/es/packages/core/layout/navMenu/horizontal.vue.mjs +0 -5
  160. package/es/packages/core/layout/navMenu/horizontal.vue2.mjs +0 -181
  161. package/es/packages/core/layout/navMenu/style/css.mjs +0 -1
  162. package/es/packages/core/layout/navMenu/style/index.mjs +0 -1
  163. package/es/packages/core/layout/navMenu/subItem.vue.mjs +0 -5
  164. package/es/packages/core/layout/navMenu/subItem.vue2.mjs +0 -110
  165. package/es/packages/core/layout/navMenu/vertical.vue.mjs +0 -5
  166. package/es/packages/core/layout/navMenu/vertical.vue2.mjs +0 -161
  167. package/es/packages/core/layout/routerView/iframes.vue.mjs +0 -5
  168. package/es/packages/core/layout/routerView/iframes.vue2.mjs +0 -124
  169. package/es/packages/core/layout/routerView/link.vue.mjs +0 -5
  170. package/es/packages/core/layout/routerView/link.vue2.mjs +0 -84
  171. package/es/packages/core/layout/routerView/parent.vue.mjs +0 -5
  172. package/es/packages/core/layout/routerView/parent.vue2.mjs +0 -139
  173. package/es/packages/core/layout/routerView/style/css.mjs +0 -1
  174. package/es/packages/core/layout/routerView/style/index.mjs +0 -1
  175. package/es/packages/core/layout/upgrade/index.vue.mjs +0 -5
  176. package/es/packages/core/layout/upgrade/index.vue2.mjs +0 -152
  177. package/es/packages/core/layout/upgrade/style/css.mjs +0 -1
  178. package/es/packages/core/layout/upgrade/style/index.mjs +0 -1
  179. package/es/packages/core/ui/components/editor/index.vue.mjs +0 -6
  180. package/es/packages/core/ui/components/editor/index.vue2.mjs +0 -145
  181. package/es/packages/core/ui/components/editor/index.vue3.mjs +0 -3
  182. package/es/packages/core/utils/comm/sysInfo.mjs +0 -54
  183. package/es/packages/core/utils/other/index.mjs +0 -136
  184. package/lib/core/layout/component/aside.vue.d.ts +0 -5
  185. package/lib/core/layout/component/columnsAside.vue.d.ts +0 -5
  186. package/lib/core/layout/component/header.vue.d.ts +0 -3
  187. package/lib/core/layout/component/main.vue.d.ts +0 -7
  188. package/lib/core/layout/component/style/css.d.ts +0 -1
  189. package/lib/core/layout/component/style/index.d.ts +0 -1
  190. package/lib/core/layout/footer/index.vue.d.ts +0 -3
  191. package/lib/core/layout/footer/style/css.d.ts +0 -1
  192. package/lib/core/layout/footer/style/index.d.ts +0 -1
  193. package/lib/core/layout/index.d.ts +0 -14
  194. package/lib/core/layout/layout.vue.d.ts +0 -3
  195. package/lib/core/layout/lockScreen/index.vue.d.ts +0 -6
  196. package/lib/core/layout/lockScreen/style/css.d.ts +0 -1
  197. package/lib/core/layout/lockScreen/style/index.d.ts +0 -1
  198. package/lib/core/layout/logo/index.vue.d.ts +0 -3
  199. package/lib/core/layout/logo/style/css.d.ts +0 -1
  200. package/lib/core/layout/logo/style/index.d.ts +0 -1
  201. package/lib/core/layout/main/classic.vue.d.ts +0 -18
  202. package/lib/core/layout/main/columns.vue.d.ts +0 -19
  203. package/lib/core/layout/main/defaults.vue.d.ts +0 -19
  204. package/lib/core/layout/main/transverse.vue.d.ts +0 -18
  205. package/lib/core/layout/navBars/index.vue.d.ts +0 -3
  206. package/lib/core/layout/navBars/tagsView/contextmenu.vue.d.ts +0 -28
  207. package/lib/core/layout/navBars/tagsView/style/css.d.ts +0 -1
  208. package/lib/core/layout/navBars/tagsView/style/index.d.ts +0 -1
  209. package/lib/core/layout/navBars/tagsView/tagsView.vue.d.ts +0 -45
  210. package/lib/core/layout/navBars/topBar/breadcrumb.vue.d.ts +0 -3
  211. package/lib/core/layout/navBars/topBar/changePassword.vue.d.ts +0 -7
  212. package/lib/core/layout/navBars/topBar/closeFull.vue.d.ts +0 -3
  213. package/lib/core/layout/navBars/topBar/index.vue.d.ts +0 -3
  214. package/lib/core/layout/navBars/topBar/onlineuser.vue.d.ts +0 -30
  215. package/lib/core/layout/navBars/topBar/search.vue.d.ts +0 -7
  216. package/lib/core/layout/navBars/topBar/sendMessage.vue.d.ts +0 -11
  217. package/lib/core/layout/navBars/topBar/settings.vue.d.ts +0 -8
  218. package/lib/core/layout/navBars/topBar/style/css.d.ts +0 -1
  219. package/lib/core/layout/navBars/topBar/style/index.d.ts +0 -1
  220. package/lib/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +0 -5
  221. package/lib/core/layout/navBars/topBar/user.vue.d.ts +0 -81
  222. package/lib/core/layout/navBars/topBar/userNews.vue.d.ts +0 -9
  223. package/lib/core/layout/navMenu/horizontal.vue.d.ts +0 -42
  224. package/lib/core/layout/navMenu/style/css.d.ts +0 -1
  225. package/lib/core/layout/navMenu/style/index.d.ts +0 -1
  226. package/lib/core/layout/navMenu/subItem.vue.d.ts +0 -42
  227. package/lib/core/layout/navMenu/vertical.vue.d.ts +0 -42
  228. package/lib/core/layout/routerView/iframes.vue.d.ts +0 -35
  229. package/lib/core/layout/routerView/parent.vue.d.ts +0 -3
  230. package/lib/core/layout/routerView/style/css.d.ts +0 -1
  231. package/lib/core/layout/routerView/style/index.d.ts +0 -1
  232. package/lib/core/layout/upgrade/style/css.d.ts +0 -1
  233. package/lib/core/layout/upgrade/style/index.d.ts +0 -1
  234. package/lib/core/utils/comm/sysInfo.d.ts +0 -2
  235. package/lib/core/utils/other/index.d.ts +0 -69
  236. package/lib/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.js +0 -7
  237. package/lib/packages/core/layout/component/aside.vue.js +0 -9
  238. package/lib/packages/core/layout/component/aside.vue2.js +0 -177
  239. package/lib/packages/core/layout/component/columnsAside.vue.js +0 -11
  240. package/lib/packages/core/layout/component/columnsAside.vue2.js +0 -274
  241. package/lib/packages/core/layout/component/columnsAside.vue3.js +0 -7
  242. package/lib/packages/core/layout/component/header.vue.js +0 -9
  243. package/lib/packages/core/layout/component/header.vue2.js +0 -38
  244. package/lib/packages/core/layout/component/main.vue.js +0 -9
  245. package/lib/packages/core/layout/component/main.vue2.js +0 -88
  246. package/lib/packages/core/layout/component/style/css.js +0 -4
  247. package/lib/packages/core/layout/component/style/index.js +0 -4
  248. package/lib/packages/core/layout/footer/index.vue.js +0 -9
  249. package/lib/packages/core/layout/footer/index.vue2.js +0 -33
  250. package/lib/packages/core/layout/footer/style/css.js +0 -4
  251. package/lib/packages/core/layout/footer/style/index.js +0 -4
  252. package/lib/packages/core/layout/index.js +0 -18
  253. package/lib/packages/core/layout/layout.vue.js +0 -9
  254. package/lib/packages/core/layout/layout.vue2.js +0 -64
  255. package/lib/packages/core/layout/lockScreen/index.vue.js +0 -11
  256. package/lib/packages/core/layout/lockScreen/index.vue2.js +0 -424
  257. package/lib/packages/core/layout/lockScreen/index.vue3.js +0 -7
  258. package/lib/packages/core/layout/lockScreen/style/css.js +0 -4
  259. package/lib/packages/core/layout/lockScreen/style/index.js +0 -4
  260. package/lib/packages/core/layout/logo/index.vue.js +0 -9
  261. package/lib/packages/core/layout/logo/index.vue2.js +0 -61
  262. package/lib/packages/core/layout/logo/style/css.js +0 -4
  263. package/lib/packages/core/layout/logo/style/index.js +0 -4
  264. package/lib/packages/core/layout/main/classic.vue.js +0 -9
  265. package/lib/packages/core/layout/main/classic.vue2.js +0 -98
  266. package/lib/packages/core/layout/main/columns.vue.js +0 -9
  267. package/lib/packages/core/layout/main/columns.vue2.js +0 -111
  268. package/lib/packages/core/layout/main/defaults.vue.js +0 -9
  269. package/lib/packages/core/layout/main/defaults.vue2.js +0 -107
  270. package/lib/packages/core/layout/main/transverse.vue.js +0 -9
  271. package/lib/packages/core/layout/main/transverse.vue2.js +0 -78
  272. package/lib/packages/core/layout/navBars/index.vue.js +0 -11
  273. package/lib/packages/core/layout/navBars/index.vue2.js +0 -35
  274. package/lib/packages/core/layout/navBars/index.vue3.js +0 -7
  275. package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue.js +0 -11
  276. package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue2.js +0 -159
  277. package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue3.js +0 -7
  278. package/lib/packages/core/layout/navBars/tagsView/style/css.js +0 -4
  279. package/lib/packages/core/layout/navBars/tagsView/style/index.js +0 -4
  280. package/lib/packages/core/layout/navBars/tagsView/tagsView.vue.js +0 -9
  281. package/lib/packages/core/layout/navBars/tagsView/tagsView.vue2.js +0 -559
  282. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue.js +0 -11
  283. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue2.js +0 -176
  284. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue3.js +0 -7
  285. package/lib/packages/core/layout/navBars/topBar/changePassword.vue.js +0 -9
  286. package/lib/packages/core/layout/navBars/topBar/changePassword.vue2.js +0 -268
  287. package/lib/packages/core/layout/navBars/topBar/closeFull.vue.js +0 -9
  288. package/lib/packages/core/layout/navBars/topBar/closeFull.vue2.js +0 -38
  289. package/lib/packages/core/layout/navBars/topBar/index.vue.js +0 -9
  290. package/lib/packages/core/layout/navBars/topBar/index.vue2.js +0 -107
  291. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue.js +0 -11
  292. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue2.js +0 -412
  293. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue3.js +0 -7
  294. package/lib/packages/core/layout/navBars/topBar/search.vue.js +0 -9
  295. package/lib/packages/core/layout/navBars/topBar/search.vue2.js +0 -122
  296. package/lib/packages/core/layout/navBars/topBar/sendMessage.vue.js +0 -9
  297. package/lib/packages/core/layout/navBars/topBar/sendMessage.vue2.js +0 -211
  298. package/lib/packages/core/layout/navBars/topBar/settings.vue.js +0 -11
  299. package/lib/packages/core/layout/navBars/topBar/settings.vue2.js +0 -1905
  300. package/lib/packages/core/layout/navBars/topBar/settings.vue3.js +0 -7
  301. package/lib/packages/core/layout/navBars/topBar/style/css.js +0 -4
  302. package/lib/packages/core/layout/navBars/topBar/style/index.js +0 -4
  303. package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue.js +0 -9
  304. package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue2.js +0 -76
  305. package/lib/packages/core/layout/navBars/topBar/user.vue.js +0 -9
  306. package/lib/packages/core/layout/navBars/topBar/user.vue2.js +0 -687
  307. package/lib/packages/core/layout/navBars/topBar/userNews.vue.js +0 -11
  308. package/lib/packages/core/layout/navBars/topBar/userNews.vue2.js +0 -237
  309. package/lib/packages/core/layout/navBars/topBar/userNews.vue3.js +0 -7
  310. package/lib/packages/core/layout/navMenu/horizontal.vue.js +0 -9
  311. package/lib/packages/core/layout/navMenu/horizontal.vue2.js +0 -185
  312. package/lib/packages/core/layout/navMenu/style/css.js +0 -4
  313. package/lib/packages/core/layout/navMenu/style/index.js +0 -4
  314. package/lib/packages/core/layout/navMenu/subItem.vue.js +0 -9
  315. package/lib/packages/core/layout/navMenu/subItem.vue2.js +0 -114
  316. package/lib/packages/core/layout/navMenu/vertical.vue.js +0 -9
  317. package/lib/packages/core/layout/navMenu/vertical.vue2.js +0 -165
  318. package/lib/packages/core/layout/routerView/iframes.vue.js +0 -9
  319. package/lib/packages/core/layout/routerView/iframes.vue2.js +0 -128
  320. package/lib/packages/core/layout/routerView/link.vue.js +0 -9
  321. package/lib/packages/core/layout/routerView/link.vue2.js +0 -88
  322. package/lib/packages/core/layout/routerView/parent.vue.js +0 -9
  323. package/lib/packages/core/layout/routerView/parent.vue2.js +0 -143
  324. package/lib/packages/core/layout/routerView/style/css.js +0 -4
  325. package/lib/packages/core/layout/routerView/style/index.js +0 -4
  326. package/lib/packages/core/layout/upgrade/index.vue.js +0 -9
  327. package/lib/packages/core/layout/upgrade/index.vue2.js +0 -156
  328. package/lib/packages/core/layout/upgrade/style/css.js +0 -4
  329. package/lib/packages/core/layout/upgrade/style/index.js +0 -4
  330. package/lib/packages/core/ui/components/editor/index.vue.js +0 -10
  331. package/lib/packages/core/ui/components/editor/index.vue2.js +0 -149
  332. package/lib/packages/core/ui/components/editor/index.vue3.js +0 -7
  333. package/lib/packages/core/utils/comm/sysInfo.js +0 -57
  334. package/lib/packages/core/utils/other/index.js +0 -148
  335. package/theme-chalk/src/t-columsaside.scss +0 -98
  336. package/theme-chalk/src/t-layoutfooter.scss +0 -11
  337. package/theme-chalk/src/t-layoutlogo.scss +0 -44
  338. package/theme-chalk/src/t-layoutnavmenu.scss +0 -17
  339. package/theme-chalk/src/t-layoutroterview.scss +0 -45
  340. package/theme-chalk/src/t-layouttagsview.scss +0 -167
  341. package/theme-chalk/src/t-layouttpbar.scss +0 -340
  342. package/theme-chalk/src/t-layoutupgraded.scss +0 -64
  343. package/theme-chalk/src/t-lockscreen.scss +0 -152
  344. package/theme-chalk/t-t-columsaside.css +0 -1
  345. package/theme-chalk/t-t-layoutfooter.css +0 -1
  346. package/theme-chalk/t-t-layoutlogo.css +0 -1
  347. package/theme-chalk/t-t-layoutnavmenu.css +0 -1
  348. package/theme-chalk/t-t-layoutroterview.css +0 -1
  349. package/theme-chalk/t-t-layouttagsview.css +0 -1
  350. package/theme-chalk/t-t-layouttpbar.css +0 -1
  351. package/theme-chalk/t-t-layoutupgraded.css +0 -1
  352. package/theme-chalk/t-t-lockscreen.css +0 -1
@@ -1,152 +0,0 @@
1
- import { defineComponent, reactive, computed, onMounted, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, createElementVNode, toDisplayString, createTextVNode, createCommentVNode } from 'vue';
2
- import { useI18n } from 'vue-i18n';
3
- import { storeToRefs } from 'pinia';
4
- import '../../stores/index.mjs';
5
- import { useThemeConfig } from '../../stores/themeConfig.mjs';
6
-
7
- const _hoisted_1 = { class: "upgrade-dialog" };
8
- const _hoisted_2 = { class: "upgrade-title" };
9
- const _hoisted_3 = { class: "upgrade-title-warp" };
10
- const _hoisted_4 = { class: "upgrade-title-warp-txt" };
11
- const _hoisted_5 = { class: "upgrade-title-warp-version" };
12
- const _hoisted_6 = { class: "upgrade-content" };
13
- const _hoisted_7 = { class: "mt5" };
14
- const _hoisted_8 = { class: "upgrade-btn" };
15
- var _sfc_main = /* @__PURE__ */ defineComponent({
16
- __name: "index",
17
- setup(__props) {
18
- const { t } = useI18n();
19
- const storesThemeConfig = useThemeConfig();
20
- const { themeConfig } = storeToRefs(storesThemeConfig);
21
- const state = reactive({
22
- isUpgrade: false,
23
- // @ts-ignore
24
- version: __NEXT_VERSION__,
25
- isLoading: false,
26
- btnTxt: ""
27
- });
28
- const getThemeConfig = computed(() => {
29
- return themeConfig.value;
30
- });
31
- onMounted(() => {
32
- delayShow();
33
- setTimeout(() => {
34
- state.btnTxt = t("message.upgrade.btnTwo");
35
- }, 200);
36
- });
37
- const onCancel = () => {
38
- state.isUpgrade = false;
39
- };
40
- const onUpgrade = () => {
41
- state.isLoading = true;
42
- state.btnTxt = t("message.upgrade.btnTwoLoading");
43
- setTimeout(() => {
44
- window.location.reload();
45
- }, 2e3);
46
- };
47
- const delayShow = () => {
48
- setTimeout(() => {
49
- state.isUpgrade = true;
50
- }, 2e3);
51
- };
52
- return (_ctx, _cache) => {
53
- const _component_el_link = resolveComponent("el-link");
54
- const _component_el_button = resolveComponent("el-button");
55
- const _component_el_dialog = resolveComponent("el-dialog");
56
- return openBlock(), createElementBlock("div", _hoisted_1, [
57
- createVNode(_component_el_dialog, {
58
- modelValue: state.isUpgrade,
59
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.isUpgrade = $event),
60
- width: "300px",
61
- "destroy-on-close": "",
62
- "show-close": false,
63
- "close-on-click-modal": false,
64
- "close-on-press-escape": false
65
- }, {
66
- default: withCtx(() => [
67
- createElementVNode("div", _hoisted_2, [
68
- createElementVNode("div", _hoisted_3, [
69
- createElementVNode(
70
- "span",
71
- _hoisted_4,
72
- toDisplayString(_ctx.$t("message.upgrade.title")),
73
- 1
74
- /* TEXT */
75
- ),
76
- createElementVNode(
77
- "span",
78
- _hoisted_5,
79
- "v" + toDisplayString(state.version),
80
- 1
81
- /* TEXT */
82
- )
83
- ])
84
- ]),
85
- createElementVNode("div", _hoisted_6, [
86
- createTextVNode(
87
- toDisplayString(getThemeConfig.value.globalTitle) + " " + toDisplayString(_ctx.$t("message.upgrade.msg")) + " ",
88
- 1
89
- /* TEXT */
90
- ),
91
- createElementVNode("div", _hoisted_7, [
92
- createVNode(_component_el_link, {
93
- type: "primary",
94
- class: "font12",
95
- href: "https://xxx/CHANGELOG.md",
96
- target: "_black"
97
- }, {
98
- default: withCtx(() => _cache[1] || (_cache[1] = [
99
- createTextVNode(" CHANGELOG.md ")
100
- ])),
101
- _: 1,
102
- __: [1]
103
- })
104
- ]),
105
- createCommentVNode(' <div class="upgrade-content-desc mt5">{{ $t("message.upgrade.desc") }}</div> ')
106
- ]),
107
- createElementVNode("div", _hoisted_8, [
108
- createVNode(_component_el_button, {
109
- round: "",
110
- size: "default",
111
- type: "info",
112
- text: "",
113
- onClick: onCancel
114
- }, {
115
- default: withCtx(() => [
116
- createTextVNode(
117
- toDisplayString(_ctx.$t("message.upgrade.btnOne")),
118
- 1
119
- /* TEXT */
120
- )
121
- ]),
122
- _: 1
123
- /* STABLE */
124
- }),
125
- createVNode(_component_el_button, {
126
- type: "primary",
127
- round: "",
128
- size: "default",
129
- onClick: onUpgrade,
130
- loading: state.isLoading
131
- }, {
132
- default: withCtx(() => [
133
- createTextVNode(
134
- toDisplayString(state.btnTxt),
135
- 1
136
- /* TEXT */
137
- )
138
- ]),
139
- _: 1
140
- /* STABLE */
141
- }, 8, ["loading"])
142
- ])
143
- ]),
144
- _: 1
145
- /* STABLE */
146
- }, 8, ["modelValue"])
147
- ]);
148
- };
149
- }
150
- });
151
-
152
- export { _sfc_main as default };
@@ -1 +0,0 @@
1
- import 'fm-dev/theme-chalk/t-layoutupgraded.css';
@@ -1 +0,0 @@
1
- import 'fm-dev/theme-chalk/src/t-layoutupgraded.scss';
@@ -1,6 +0,0 @@
1
- import _sfc_main from './index.vue2.mjs';
2
- import './index.vue3.mjs';
3
-
4
-
5
-
6
- export { _sfc_main as default };
@@ -1,145 +0,0 @@
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 };
@@ -1,3 +0,0 @@
1
- var undefined$1 = undefined;
2
-
3
- export { undefined$1 as default };
@@ -1,54 +0,0 @@
1
- import { Local } from '../storage/index.mjs';
2
- import { storeToRefs } from 'pinia';
3
- import '../../stores/index.mjs';
4
- import { PUB } from '../const/index.mjs';
5
- import '../../api/index.mjs';
6
- import emitter from '../emit/index.mjs';
7
- import { useThemeConfig } from '../../stores/themeConfig.mjs';
8
- import { feature, useSysApi } from '../../api/sys/index.mjs';
9
-
10
- async function loadSysInfo(tenantid) {
11
- const storesThemeConfig = useThemeConfig();
12
- const { themeConfig } = storeToRefs(storesThemeConfig);
13
- const [err, res] = await feature(useSysApi().getSysInfo(Number(tenantid)));
14
- if (err) {
15
- themeConfig.value.logoUrl = "logo.png";
16
- Local.remove(PUB.themeConfig);
17
- Local.set(PUB.themeConfig, storesThemeConfig.themeConfig);
18
- return;
19
- } else {
20
- if (res.data.type != "success" || res.data.result == null) return;
21
- const data = res.data.result;
22
- themeConfig.value.logoUrl = data.logo;
23
- themeConfig.value.globalTitle = data.title;
24
- themeConfig.value.globalViceTitle = data.viceTitle;
25
- themeConfig.value.globalViceTitleMsg = data.viceDesc;
26
- themeConfig.value.icp = data.icp;
27
- themeConfig.value.icpUrl = data.icpUrl;
28
- themeConfig.value.isWatermark = data.watermark != null;
29
- themeConfig.value.watermarkText = data.watermark;
30
- themeConfig.value.copyright = data.copyright;
31
- themeConfig.value.version = data.version;
32
- themeConfig.value.primary = data.themeColor;
33
- themeConfig.value.layout = data.layout;
34
- themeConfig.value.animation = data.animation;
35
- themeConfig.value.secondVer = data.secondVer;
36
- themeConfig.value.captcha = data.captcha;
37
- themeConfig.value.forceChangePassword = data.forceChangePassword;
38
- themeConfig.value.passwordExpirationTime = data.passwordExpirationTime;
39
- themeConfig.value.i18NSwitch = data.i18NSwitch;
40
- themeConfig.value.idleTimeout = data.idleTimeout;
41
- themeConfig.value.onlineNotice = data.onlineNotice;
42
- window.__env__.VITE_SM_PUBLIC_KEY = data.publicKey;
43
- updateFavicon(data.logo);
44
- emitter.emit("updateIdleTimeoutchange", themeConfig.value.idleTimeout ?? 0);
45
- Local.remove(PUB.themeConfig);
46
- Local.set(PUB.themeConfig, storesThemeConfig.themeConfig);
47
- }
48
- }
49
- const updateFavicon = (url) => {
50
- const favicon = document.getElementById("favicon");
51
- favicon.href = url ? url : "data:;base64,=";
52
- };
53
-
54
- export { loadSysInfo, updateFavicon };
@@ -1,136 +0,0 @@
1
- import { nextTick } from 'vue';
2
- import { useRouter } from 'vue-router';
3
- import { pinia } from '../../stores/inpinia.mjs';
4
- import { storeToRefs } from 'pinia';
5
- import '../../stores/index.mjs';
6
- import { i18n } from '../../locales/index.mjs';
7
- import { Local } from '../storage/index.mjs';
8
- import { verifyUrl } from '../comm/toolsValidate.mjs';
9
- import { useThemeConfig } from '../../stores/themeConfig.mjs';
10
-
11
- function useTitle() {
12
- const stores = useThemeConfig(pinia);
13
- const { themeConfig } = storeToRefs(stores);
14
- const router = useRouter();
15
- nextTick(() => {
16
- let webTitle = "";
17
- let globalTitle = themeConfig.value.globalTitle;
18
- const { path, meta } = router.currentRoute.value;
19
- if (path === "/login") {
20
- webTitle = meta.title;
21
- } else {
22
- webTitle = setTagsViewNameI18n(router.currentRoute.value);
23
- }
24
- document.title = `${webTitle} - ${globalTitle}` || globalTitle;
25
- });
26
- }
27
- function setTagsViewNameI18n(item) {
28
- let tagsViewName = "";
29
- const { query, params, meta } = item;
30
- const pattern = /^\{("(zh-CN|en|zh-TW)":"[^,]+",?){1,3}}$/;
31
- if (query?.tagsViewName || params?.tagsViewName) {
32
- if (pattern.test(query?.tagsViewName) || pattern.test(params?.tagsViewName)) {
33
- const urlTagsParams = query?.tagsViewName && JSON.parse(query?.tagsViewName) || params?.tagsViewName && JSON.parse(params?.tagsViewName);
34
- tagsViewName = urlTagsParams[i18n.global.locale.value];
35
- } else {
36
- tagsViewName = query?.tagsViewName || params?.tagsViewName;
37
- }
38
- } else {
39
- tagsViewName = i18n.global.t(`message.menu.${meta.title}`);
40
- }
41
- return tagsViewName;
42
- }
43
- const lazyImg = (el, arr) => {
44
- const io = new IntersectionObserver((res) => {
45
- res.forEach((v) => {
46
- if (v.isIntersecting) {
47
- const { img, key } = v.target.dataset;
48
- v.target.src = img;
49
- v.target.onload = () => {
50
- io.unobserve(v.target);
51
- arr[key]["loading"] = false;
52
- };
53
- }
54
- });
55
- });
56
- nextTick(() => {
57
- document.querySelectorAll(el).forEach((img) => io.observe(img));
58
- });
59
- };
60
- const globalComponentSize = () => {
61
- const stores = useThemeConfig(pinia);
62
- const { themeConfig } = storeToRefs(stores);
63
- return Local.get("themeConfig")?.globalComponentSize || themeConfig.value?.globalComponentSize;
64
- };
65
- function deepClone(obj) {
66
- let newObj;
67
- try {
68
- newObj = obj.push ? [] : {};
69
- } catch (error) {
70
- newObj = {};
71
- }
72
- for (let attr in obj) {
73
- if (obj[attr] && typeof obj[attr] === "object") {
74
- newObj[attr] = deepClone(obj[attr]);
75
- } else {
76
- newObj[attr] = obj[attr];
77
- }
78
- }
79
- return newObj;
80
- }
81
- function isMobile() {
82
- if (navigator.userAgent.match(/('phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone')/i)) {
83
- return true;
84
- } else {
85
- return false;
86
- }
87
- }
88
- function handleEmpty(list) {
89
- const arr = [];
90
- for (const i in list) {
91
- const d = [];
92
- for (const j in list[i]) {
93
- d.push(list[i][j]);
94
- }
95
- const leng = d.filter((item) => item === "").length;
96
- if (leng !== d.length) {
97
- arr.push(list[i]);
98
- }
99
- }
100
- return arr;
101
- }
102
- function handleOpenLink(val) {
103
- const { origin, pathname } = window.location;
104
- const router = useRouter();
105
- router.push(val.path);
106
- if (verifyUrl(val.meta?.isLink)) window.open(val.meta?.isLink);
107
- else window.open(`${origin}${pathname}#${val.meta?.isLink}`);
108
- }
109
- const other = {
110
- useTitle: () => {
111
- useTitle();
112
- },
113
- setTagsViewNameI18n(route) {
114
- return setTagsViewNameI18n(route);
115
- },
116
- lazyImg: (el, arr) => {
117
- lazyImg(el, arr);
118
- },
119
- globalComponentSize: () => {
120
- return globalComponentSize();
121
- },
122
- deepClone: (obj) => {
123
- return deepClone(obj);
124
- },
125
- isMobile: () => {
126
- return isMobile();
127
- },
128
- handleEmpty: (list) => {
129
- return handleEmpty(list);
130
- },
131
- handleOpenLink: (val) => {
132
- handleOpenLink(val);
133
- }
134
- };
135
-
136
- export { deepClone, other as default, globalComponentSize, handleEmpty, handleOpenLink, isMobile, lazyImg, setTagsViewNameI18n, useTitle };
@@ -1,5 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,3 +0,0 @@
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;
@@ -1,7 +0,0 @@
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;
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/t-columsaside.css";
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/src/t-columsaside.scss";
@@ -1,3 +0,0 @@
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;
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/t-layoutfooter.css";
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/src/t-layoutfooter.scss";
@@ -1,14 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const FmLayout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3
- declare const FmLockScreen: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
4
- layoutLockScreenDateRef: HTMLDivElement;
5
- layoutLockScreenInputRef: unknown;
6
- }, HTMLDivElement>;
7
- declare const FmSetting: DefineComponent<{}, {
8
- openDrawer: () => void;
9
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
10
- onColorRef: unknown;
11
- copyConfigBtnRef: unknown;
12
- }, HTMLDivElement>;
13
- declare const FmCloseFull: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
14
- export { FmLayout, FmLockScreen, FmSetting, FmCloseFull };
@@ -1,3 +0,0 @@
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;
@@ -1,6 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
3
- layoutLockScreenDateRef: HTMLDivElement;
4
- layoutLockScreenInputRef: unknown;
5
- }, HTMLDivElement>;
6
- export default _default;
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/t-lockscreen.css";
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/src/t-lockscreen.scss";
@@ -1,3 +0,0 @@
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;
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/t-layoutlogo.css";
@@ -1 +0,0 @@
1
- import "fm-dev/theme-chalk/src/t-layoutlogo.scss";
@@ -1,18 +0,0 @@
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;
@@ -1,19 +0,0 @@
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;
@@ -1,19 +0,0 @@
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;