vft 0.0.69 → 0.0.71

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 (1295) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +1 -1
  3. package/es/components/alert/alert.vue2.js +22 -24
  4. package/es/components/avatar/avatar.vue2.js +14 -16
  5. package/es/components/back-top/back-top.vue2.js +3 -9
  6. package/es/components/button/button-custom.js +2 -4
  7. package/es/components/button/button-group.vue2.js +6 -8
  8. package/es/components/button/button.vue2.js +14 -16
  9. package/es/components/checkbox/checkbox-button.vue2.js +27 -29
  10. package/es/components/checkbox/checkbox-group.vue2.js +5 -7
  11. package/es/components/checkbox/checkbox.vue2.js +30 -32
  12. package/es/components/clamp/clamp.vue2.js +10 -12
  13. package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -10
  14. package/es/components/collapse-transition/src/collapse-transition.vue2.js +5 -7
  15. package/es/components/color-picker/color-picker.vue2.js +2 -4
  16. package/es/components/color-picker/components/hue-slider.vue2.js +2 -4
  17. package/es/components/color-picker/components/predefine.vue2.js +7 -9
  18. package/es/components/color-picker/components/sv-panel.vue2.js +15 -17
  19. package/es/components/color-picker/composables/use-alpha-slider.js +4 -6
  20. package/es/components/color-picker/utils/color.js +51 -41
  21. package/es/components/config-provider/config-provider.vue2.js +11 -13
  22. package/es/components/config-provider/hooks/use-global-config.js +7 -9
  23. package/es/components/context-menu/context-menu.vue2.js +15 -20
  24. package/es/components/date-time-select/date-time-select.vue2.js +89 -111
  25. package/es/components/descriptions/description-item.vue2.js +6 -8
  26. package/es/components/descriptions/description.vue2.js +23 -25
  27. package/es/components/descriptions/descriptions-cell.js +11 -13
  28. package/es/components/descriptions/descriptions-row.vue2.js +13 -15
  29. package/es/components/dialog/dialog-content.vue2.js +9 -11
  30. package/es/components/dialog/dialog.vue2.js +2 -3
  31. package/es/components/dialog/hooks/use-dialog.js +2 -3
  32. package/es/components/divider/divider.vue2.js +7 -9
  33. package/es/components/dropdown/dropdown-item-impl.vue2.js +2 -4
  34. package/es/components/dropdown/dropdown-menu.vue2.js +2 -4
  35. package/es/components/dropdown/dropdown.vue2.js +2 -4
  36. package/es/components/dropdown/useDropdown.js +13 -15
  37. package/es/components/empty/empty.vue2.js +9 -11
  38. package/es/components/footer-layout/footer-layout.vue2.js +13 -15
  39. package/es/components/form/form-item.vue2.js +2 -4
  40. package/es/components/form/form-label-wrap.js +13 -15
  41. package/es/components/form/form.vue2.js +8 -10
  42. package/es/components/form/hooks/use-form-common-props.js +3 -5
  43. package/es/components/form/hooks/use-form-item.js +14 -16
  44. package/es/components/full-screen/full-screen.vue2.js +5 -7
  45. package/es/components/header-layout/header-layout.vue2.js +5 -7
  46. package/es/components/icon/icon.vue2.js +13 -15
  47. package/es/components/icon-text/icon-text.vue2.js +2 -4
  48. package/es/components/iframe-layout/iframe-layout.vue2.js +6 -8
  49. package/es/components/iframe-layout/iframe-page.vue2.js +11 -13
  50. package/es/components/image/image.vue2.js +10 -12
  51. package/es/components/image-viewer/image-viewer.vue2.js +2 -4
  52. package/es/components/input/input.vue2.js +50 -57
  53. package/es/components/link/link.vue2.js +6 -8
  54. package/es/components/list-cell/list-cell.vue2.js +18 -20
  55. package/es/components/loading/loading.js +6 -8
  56. package/es/components/loading/service.js +2 -4
  57. package/es/components/logo/logo.vue2.js +11 -13
  58. package/es/components/md-code-demo/md-code-demo.js +2 -4
  59. package/es/components/md-comment/md-comment.vue2.js +8 -10
  60. package/es/components/md-container/md-container.vue2.js +21 -24
  61. package/es/components/md-tabs/md-tabs.js +0 -1
  62. package/es/components/md-vue-playground/md-vue-playground.vue2.js +10 -12
  63. package/es/components/menu/menu-collapse-transition.vue2.js +2 -4
  64. package/es/components/menu/menu-item-group.vue2.js +13 -15
  65. package/es/components/menu/menu-item.vue2.js +33 -39
  66. package/es/components/menu/menu.vue2.js +2 -4
  67. package/es/components/menu/sub-menu.vue2.js +5 -11
  68. package/es/components/menu/use-menu-css-var.js +2 -4
  69. package/es/components/menu/utils/menu-item.js +19 -15
  70. package/es/components/menu/utils/submenu.js +25 -20
  71. package/es/components/multiple-tabs/index.js +15 -9
  72. package/es/components/multiple-tabs/multiple-tabs.vue2.js +8 -9
  73. package/es/components/overlay/overlay.vue2.js +15 -17
  74. package/es/components/page-wrapper/page-wrapper.vue2.js +8 -10
  75. package/es/components/pagination/components/jumper.vue2.js +14 -16
  76. package/es/components/pagination/components/pager.vue2.js +2 -4
  77. package/es/components/pagination/components/sizes.vue2.js +2 -4
  78. package/es/components/pagination/components/total.vue2.js +4 -6
  79. package/es/components/pagination/pagination.vue2.js +7 -9
  80. package/es/components/popover/popover.vue2.js +2 -4
  81. package/es/components/popper/arrow.vue2.js +2 -4
  82. package/es/components/popper/composables/use-content-dom.js +7 -9
  83. package/es/components/popper/composables/use-content.js +2 -4
  84. package/es/components/popper/trigger.vue2.js +2 -4
  85. package/es/components/qrcode/qrcode.vue2.js +8 -10
  86. package/es/components/radio/radio-button.vue2.js +12 -14
  87. package/es/components/radio/radio-group.vue2.js +11 -13
  88. package/es/components/radio/radio.vue2.js +7 -9
  89. package/es/components/result/result.vue2.js +3 -9
  90. package/es/components/router-view-content/router-view-content.vue2.js +6 -8
  91. package/es/components/roving-focus-group/roving-focus-item.vue2.js +10 -12
  92. package/es/components/scrollbar/index.js +9 -11
  93. package/es/components/scrollbar/scrollbar.vue2.js +12 -14
  94. package/es/components/scrollbar/thumb.vue2.js +2 -4
  95. package/es/components/search/search.vue2.js +118 -153
  96. package/es/components/select-v2/group-item.vue2.js +2 -4
  97. package/es/components/select-v2/option-item.vue2.js +6 -8
  98. package/es/components/select-v2/select-dropdown.js +2 -4
  99. package/es/components/select-v2/useInput.js +5 -6
  100. package/es/components/select-v2/useSelect.js +19 -21
  101. package/es/components/select-v2/util.js +1 -1
  102. package/es/components/side-menu/side-menu.vue2.js +35 -38
  103. package/es/components/slot/only-child.js +11 -13
  104. package/es/components/switch/switch.vue2.js +8 -10
  105. package/es/components/table/table.vue2.js +13 -15
  106. package/es/components/tabs/tab-bar.vue2.js +2 -4
  107. package/es/components/tabs/tab-nav.vue2.js +43 -49
  108. package/es/components/tabs/tab-pane.vue2.js +10 -12
  109. package/es/components/tabs/tabs.vue2.js +52 -51
  110. package/es/components/tag/tag.vue2.js +7 -9
  111. package/es/components/tooltip/content.vue2.js +16 -18
  112. package/es/components/tooltip/tooltip.vue2.js +20 -22
  113. package/es/components/tooltip/trigger.vue2.js +8 -10
  114. package/es/components/tooltip/utils.js +4 -6
  115. package/es/components/verify-code/verify-code.vue2.js +5 -7
  116. package/es/components/virtual-list/builders/build-grid.js +2 -4
  117. package/es/components/virtual-list/builders/build-list.js +34 -36
  118. package/es/components/virtual-list/components/dynamic-size-grid.js +47 -48
  119. package/es/components/virtual-list/components/scrollbar.js +10 -12
  120. package/es/hooks/use-lockscreen/index.js +16 -17
  121. package/es/hooks/use-namespace/index.js +22 -22
  122. package/es/hooks/use-same-target/index.js +5 -5
  123. package/es/package.json.js +1 -1
  124. package/global.d.ts +1 -1
  125. package/lib/components/alert/alert.vue2.cjs +1 -1
  126. package/lib/components/avatar/avatar.vue2.cjs +1 -1
  127. package/lib/components/back-top/back-top.vue2.cjs +1 -1
  128. package/lib/components/button/button-custom.cjs +1 -1
  129. package/lib/components/button/button-group.vue2.cjs +1 -1
  130. package/lib/components/button/button.vue2.cjs +1 -1
  131. package/lib/components/checkbox/checkbox-button.vue2.cjs +1 -1
  132. package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
  133. package/lib/components/checkbox/checkbox.vue2.cjs +1 -1
  134. package/lib/components/clamp/clamp.vue2.cjs +1 -1
  135. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  136. package/lib/components/collapse-transition/src/collapse-transition.vue2.cjs +1 -1
  137. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  138. package/lib/components/color-picker/components/hue-slider.vue2.cjs +1 -1
  139. package/lib/components/color-picker/components/predefine.vue2.cjs +1 -1
  140. package/lib/components/color-picker/components/sv-panel.vue2.cjs +1 -1
  141. package/lib/components/color-picker/composables/use-alpha-slider.cjs +1 -1
  142. package/lib/components/color-picker/utils/color.cjs +1 -1
  143. package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
  144. package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
  145. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  146. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  147. package/lib/components/descriptions/description-item.vue2.cjs +1 -1
  148. package/lib/components/descriptions/description.vue2.cjs +1 -1
  149. package/lib/components/descriptions/descriptions-cell.cjs +1 -1
  150. package/lib/components/descriptions/descriptions-row.vue2.cjs +1 -1
  151. package/lib/components/dialog/dialog-content.vue2.cjs +1 -1
  152. package/lib/components/dialog/dialog.vue2.cjs +1 -1
  153. package/lib/components/dialog/hooks/use-dialog.cjs +1 -1
  154. package/lib/components/divider/divider.vue2.cjs +1 -1
  155. package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
  156. package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
  157. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  158. package/lib/components/dropdown/useDropdown.cjs +1 -1
  159. package/lib/components/empty/empty.vue2.cjs +1 -1
  160. package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
  161. package/lib/components/form/form-item.vue2.cjs +1 -1
  162. package/lib/components/form/form-label-wrap.cjs +1 -1
  163. package/lib/components/form/form.vue2.cjs +1 -1
  164. package/lib/components/form/hooks/use-form-common-props.cjs +1 -1
  165. package/lib/components/form/hooks/use-form-item.cjs +1 -1
  166. package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
  167. package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
  168. package/lib/components/icon/icon.vue2.cjs +1 -1
  169. package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
  170. package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
  171. package/lib/components/iframe-layout/iframe-page.vue2.cjs +1 -1
  172. package/lib/components/image/image.vue2.cjs +1 -1
  173. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  174. package/lib/components/input/input.vue2.cjs +1 -1
  175. package/lib/components/link/link.vue2.cjs +1 -1
  176. package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
  177. package/lib/components/loading/loading.cjs +1 -1
  178. package/lib/components/loading/service.cjs +1 -1
  179. package/lib/components/logo/logo.vue2.cjs +1 -1
  180. package/lib/components/md-code-demo/md-code-demo.cjs +1 -1
  181. package/lib/components/md-comment/md-comment.vue2.cjs +1 -1
  182. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  183. package/lib/components/md-vue-playground/md-vue-playground.vue2.cjs +1 -1
  184. package/lib/components/menu/menu-collapse-transition.vue2.cjs +1 -1
  185. package/lib/components/menu/menu-item-group.vue2.cjs +1 -1
  186. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  187. package/lib/components/menu/menu.vue2.cjs +1 -1
  188. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  189. package/lib/components/menu/use-menu-css-var.cjs +1 -1
  190. package/lib/components/menu/utils/menu-item.cjs +1 -1
  191. package/lib/components/menu/utils/submenu.cjs +1 -1
  192. package/lib/components/multiple-tabs/index.cjs +1 -1
  193. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  194. package/lib/components/overlay/overlay.vue2.cjs +1 -1
  195. package/lib/components/page-wrapper/page-wrapper.vue2.cjs +1 -1
  196. package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
  197. package/lib/components/pagination/components/pager.vue2.cjs +1 -1
  198. package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
  199. package/lib/components/pagination/components/total.vue2.cjs +1 -1
  200. package/lib/components/pagination/pagination.vue2.cjs +1 -1
  201. package/lib/components/popover/popover.vue2.cjs +1 -1
  202. package/lib/components/popper/arrow.vue2.cjs +1 -1
  203. package/lib/components/popper/composables/use-content-dom.cjs +1 -1
  204. package/lib/components/popper/composables/use-content.cjs +1 -1
  205. package/lib/components/popper/trigger.vue2.cjs +1 -1
  206. package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
  207. package/lib/components/radio/radio-button.vue2.cjs +1 -1
  208. package/lib/components/radio/radio-group.vue2.cjs +1 -1
  209. package/lib/components/radio/radio.vue2.cjs +1 -1
  210. package/lib/components/result/result.vue2.cjs +1 -1
  211. package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
  212. package/lib/components/roving-focus-group/roving-focus-item.vue2.cjs +1 -1
  213. package/lib/components/scrollbar/index.cjs +1 -1
  214. package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
  215. package/lib/components/scrollbar/thumb.vue2.cjs +1 -1
  216. package/lib/components/search/search.vue2.cjs +1 -1
  217. package/lib/components/select-v2/group-item.vue2.cjs +1 -1
  218. package/lib/components/select-v2/option-item.vue2.cjs +1 -1
  219. package/lib/components/select-v2/select-dropdown.cjs +1 -1
  220. package/lib/components/select-v2/useInput.cjs +1 -1
  221. package/lib/components/select-v2/useSelect.cjs +1 -1
  222. package/lib/components/select-v2/util.cjs +1 -1
  223. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  224. package/lib/components/slot/only-child.cjs +1 -1
  225. package/lib/components/switch/switch.vue2.cjs +1 -1
  226. package/lib/components/table/table.vue2.cjs +1 -1
  227. package/lib/components/tabs/tab-bar.vue2.cjs +1 -1
  228. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  229. package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
  230. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  231. package/lib/components/tag/tag.vue2.cjs +1 -1
  232. package/lib/components/tooltip/content.vue2.cjs +1 -1
  233. package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
  234. package/lib/components/tooltip/trigger.vue2.cjs +1 -1
  235. package/lib/components/tooltip/utils.cjs +1 -1
  236. package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
  237. package/lib/components/virtual-list/builders/build-grid.cjs +1 -1
  238. package/lib/components/virtual-list/builders/build-list.cjs +1 -1
  239. package/lib/components/virtual-list/components/dynamic-size-grid.cjs +3 -3
  240. package/lib/components/virtual-list/components/scrollbar.cjs +1 -1
  241. package/lib/hooks/use-lockscreen/index.cjs +1 -1
  242. package/lib/hooks/use-namespace/index.cjs +1 -1
  243. package/lib/hooks/use-same-target/index.cjs +1 -1
  244. package/lib/package.json.cjs +1 -1
  245. package/package.json +4 -4
  246. package/tags.json +1 -1
  247. package/theme-style/base.css +1 -1
  248. package/theme-style/index.css +1 -1
  249. package/theme-style/src/common/transition.scss +21 -3
  250. package/theme-style/src/common/var.scss +8 -1
  251. package/theme-style/src/date-time-select.scss +46 -20
  252. package/theme-style/src/input.scss +2 -3
  253. package/theme-style/src/md/code.scss +0 -3
  254. package/theme-style/src/md-comment.scss +1086 -200
  255. package/theme-style/src/md-container.scss +0 -1
  256. package/theme-style/src/md-vue-playground.scss +0 -15
  257. package/theme-style/src/search.scss +27 -0
  258. package/theme-style/src/tabs.scss +15 -13
  259. package/theme-style/vft-date-time-select.css +1 -1
  260. package/theme-style/vft-input.css +1 -1
  261. package/theme-style/vft-md-comment.css +1 -1
  262. package/theme-style/vft-md-container.css +1 -1
  263. package/theme-style/vft-md-vue-playground.css +1 -1
  264. package/theme-style/vft-menu.css +1 -1
  265. package/theme-style/vft-search.css +1 -1
  266. package/theme-style/vft-tabs.css +1 -1
  267. package/web-types.json +1 -1
  268. package/es/comp-resolver.d.ts +0 -49
  269. package/es/component.d.ts +0 -3
  270. package/es/components/alert/alert.vue.d.ts +0 -102
  271. package/es/components/alert/index.d.ts +0 -73
  272. package/es/components/alert/style/css.d.ts +0 -0
  273. package/es/components/alert/style/index.d.ts +0 -0
  274. package/es/components/alert/types.d.ts +0 -4
  275. package/es/components/avatar/avatar.vue.d.ts +0 -56
  276. package/es/components/avatar/index.d.ts +0 -54
  277. package/es/components/avatar/style/css.d.ts +0 -0
  278. package/es/components/avatar/style/index.d.ts +0 -0
  279. package/es/components/back-top/back-top.vue.d.ts +0 -69
  280. package/es/components/back-top/index.d.ts +0 -54
  281. package/es/components/back-top/style/css.d.ts +0 -0
  282. package/es/components/back-top/style/index.d.ts +0 -0
  283. package/es/components/back-top/use-back-top.d.ts +0 -5
  284. package/es/components/base/style/css.d.ts +0 -0
  285. package/es/components/base/style/index.d.ts +0 -0
  286. package/es/components/button/button-custom.d.ts +0 -4
  287. package/es/components/button/button-group.vue.d.ts +0 -23
  288. package/es/components/button/button.vue.d.ts +0 -189
  289. package/es/components/button/constants.d.ts +0 -7
  290. package/es/components/button/index.d.ts +0 -203
  291. package/es/components/button/instance.d.ts +0 -4
  292. package/es/components/button/style/css.d.ts +0 -0
  293. package/es/components/button/style/index.d.ts +0 -0
  294. package/es/components/button/types.d.ts +0 -4
  295. package/es/components/button/use-button.d.ts +0 -10
  296. package/es/components/button-group/style/css.d.ts +0 -0
  297. package/es/components/button-group/style/index.d.ts +0 -0
  298. package/es/components/checkbox/checkbox-button.vue.d.ts +0 -137
  299. package/es/components/checkbox/checkbox-group.vue.d.ts +0 -112
  300. package/es/components/checkbox/checkbox.vue.d.ts +0 -141
  301. package/es/components/checkbox/composables/index.d.ts +0 -5
  302. package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
  303. package/es/components/checkbox/composables/use-checkbox-event.d.ts +0 -7
  304. package/es/components/checkbox/composables/use-checkbox-model.d.ts +0 -7
  305. package/es/components/checkbox/composables/use-checkbox-status.d.ts +0 -11
  306. package/es/components/checkbox/composables/use-checkbox.d.ts +0 -15
  307. package/es/components/checkbox/constants.d.ts +0 -8
  308. package/es/components/checkbox/index.d.ts +0 -556
  309. package/es/components/checkbox/style/css.d.ts +0 -0
  310. package/es/components/checkbox/style/index.d.ts +0 -0
  311. package/es/components/checkbox/types.d.ts +0 -2
  312. package/es/components/checkbox-button/style/css.d.ts +0 -0
  313. package/es/components/checkbox-button/style/index.d.ts +0 -0
  314. package/es/components/checkbox-group/style/css.d.ts +0 -0
  315. package/es/components/checkbox-group/style/index.d.ts +0 -0
  316. package/es/components/clamp/clamp.vue.d.ts +0 -64
  317. package/es/components/clamp/index.d.ts +0 -63
  318. package/es/components/clamp/style/css.d.ts +0 -0
  319. package/es/components/clamp/style/index.d.ts +0 -0
  320. package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +0 -101
  321. package/es/components/clamp-toggle/index.d.ts +0 -100
  322. package/es/components/clamp-toggle/style/css.d.ts +0 -0
  323. package/es/components/clamp-toggle/style/index.d.ts +0 -0
  324. package/es/components/collapse-transition/index.d.ts +0 -4
  325. package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +0 -2
  326. package/es/components/collapse-transition/style/css.d.ts +0 -0
  327. package/es/components/collapse-transition/style/index.d.ts +0 -0
  328. package/es/components/collection/collection-item.vue.d.ts +0 -2
  329. package/es/components/collection/collection.d.ts +0 -242
  330. package/es/components/collection/collection.vue.d.ts +0 -2
  331. package/es/components/collection/index.d.ts +0 -2
  332. package/es/components/collection/tokens.d.ts +0 -12
  333. package/es/components/color-picker/color-picker.vue.d.ts +0 -126
  334. package/es/components/color-picker/components/alpha-slider.vue.d.ts +0 -42
  335. package/es/components/color-picker/components/hue-slider.vue.d.ts +0 -44
  336. package/es/components/color-picker/components/predefine.vue.d.ts +0 -43
  337. package/es/components/color-picker/components/sv-panel.vue.d.ts +0 -42
  338. package/es/components/color-picker/composables/use-alpha-slider.d.ts +0 -20
  339. package/es/components/color-picker/contants.d.ts +0 -5
  340. package/es/components/color-picker/index.d.ts +0 -108
  341. package/es/components/color-picker/style/css.d.ts +0 -0
  342. package/es/components/color-picker/style/index.d.ts +0 -0
  343. package/es/components/color-picker/utils/color.d.ts +0 -29
  344. package/es/components/color-picker/utils/draggable.d.ts +0 -6
  345. package/es/components/config-provider/config-provider.vue.d.ts +0 -107
  346. package/es/components/config-provider/constants.d.ts +0 -6
  347. package/es/components/config-provider/hooks/use-global-config.d.ts +0 -31
  348. package/es/components/config-provider/index.d.ts +0 -86
  349. package/es/components/config-provider/style/css.d.ts +0 -0
  350. package/es/components/config-provider/style/index.d.ts +0 -0
  351. package/es/components/context-menu/context-menu.vue.d.ts +0 -39
  352. package/es/components/context-menu/createContextMenu.d.ts +0 -3
  353. package/es/components/context-menu/index.d.ts +0 -3
  354. package/es/components/context-menu/style/css.d.ts +0 -0
  355. package/es/components/context-menu/style/index.d.ts +0 -0
  356. package/es/components/context-menu/types.d.ts +0 -23
  357. package/es/components/context-menu/useContextMenu.d.ts +0 -3
  358. package/es/components/date-time-select/date-time-select.vue.d.ts +0 -38
  359. package/es/components/date-time-select/index.d.ts +0 -30
  360. package/es/components/date-time-select/style/css.d.ts +0 -0
  361. package/es/components/date-time-select/style/index.d.ts +0 -0
  362. package/es/components/date-time-select/types.d.ts +0 -10
  363. package/es/components/descriptions/description-item.vue.d.ts +0 -69
  364. package/es/components/descriptions/description.vue.d.ts +0 -53
  365. package/es/components/descriptions/descriptions-cell.d.ts +0 -25
  366. package/es/components/descriptions/descriptions-row.vue.d.ts +0 -13
  367. package/es/components/descriptions/descriptions.type.d.ts +0 -18
  368. package/es/components/descriptions/index.d.ts +0 -187
  369. package/es/components/descriptions/style/css.d.ts +0 -0
  370. package/es/components/descriptions/style/index.d.ts +0 -0
  371. package/es/components/descriptions/token.d.ts +0 -3
  372. package/es/components/descriptions-item/style/css.d.ts +0 -0
  373. package/es/components/descriptions-item/style/index.d.ts +0 -0
  374. package/es/components/dialog/constants.d.ts +0 -11
  375. package/es/components/dialog/dialog-content.vue.d.ts +0 -81
  376. package/es/components/dialog/dialog.vue.d.ts +0 -164
  377. package/es/components/dialog/hooks/use-dialog.d.ts +0 -23
  378. package/es/components/dialog/index.d.ts +0 -146
  379. package/es/components/dialog/style/css.d.ts +0 -0
  380. package/es/components/dialog/style/index.d.ts +0 -0
  381. package/es/components/dialog/types.d.ts +0 -10
  382. package/es/components/divider/divider.vue.d.ts +0 -53
  383. package/es/components/divider/index.d.ts +0 -52
  384. package/es/components/divider/style/css.d.ts +0 -0
  385. package/es/components/divider/style/index.d.ts +0 -0
  386. package/es/components/divider/types.d.ts +0 -2
  387. package/es/components/docs-layout/style/css.d.ts +0 -0
  388. package/es/components/docs-layout/style/index.d.ts +0 -0
  389. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +0 -57
  390. package/es/components/dropdown/dropdown-item.vue.d.ts +0 -43
  391. package/es/components/dropdown/dropdown-menu.vue.d.ts +0 -22
  392. package/es/components/dropdown/dropdown.vue.d.ts +0 -828
  393. package/es/components/dropdown/index.d.ts +0 -959
  394. package/es/components/dropdown/style/css.d.ts +0 -0
  395. package/es/components/dropdown/style/index.d.ts +0 -0
  396. package/es/components/dropdown/tokens.d.ts +0 -10
  397. package/es/components/dropdown/types.d.ts +0 -267
  398. package/es/components/dropdown/useDropdown.d.ts +0 -6
  399. package/es/components/dropdown-item/style/css.d.ts +0 -0
  400. package/es/components/dropdown-item/style/index.d.ts +0 -0
  401. package/es/components/dropdown-menu/style/css.d.ts +0 -0
  402. package/es/components/dropdown-menu/style/index.d.ts +0 -0
  403. package/es/components/empty/constants.d.ts +0 -12
  404. package/es/components/empty/empty.vue.d.ts +0 -48
  405. package/es/components/empty/index.d.ts +0 -37
  406. package/es/components/empty/style/css.d.ts +0 -0
  407. package/es/components/empty/style/index.d.ts +0 -0
  408. package/es/components/exception/exception.vue.d.ts +0 -29
  409. package/es/components/exception/index.d.ts +0 -28
  410. package/es/components/exception/style/css.d.ts +0 -0
  411. package/es/components/exception/style/index.d.ts +0 -0
  412. package/es/components/focus-trap/focus-trap.vue.d.ts +0 -32
  413. package/es/components/focus-trap/index.d.ts +0 -5
  414. package/es/components/focus-trap/tokens.d.ts +0 -13
  415. package/es/components/focus-trap/utils.d.ts +0 -29
  416. package/es/components/footer-layout/footer-layout.vue.d.ts +0 -13
  417. package/es/components/footer-layout/index.d.ts +0 -12
  418. package/es/components/footer-layout/style/css.d.ts +0 -0
  419. package/es/components/footer-layout/style/index.d.ts +0 -0
  420. package/es/components/form/constants.d.ts +0 -4
  421. package/es/components/form/form-item.vue.d.ts +0 -146
  422. package/es/components/form/form-label-wrap.d.ts +0 -11
  423. package/es/components/form/form.vue.d.ts +0 -168
  424. package/es/components/form/hooks/index.d.ts +0 -2
  425. package/es/components/form/hooks/use-form-common-props.d.ts +0 -6
  426. package/es/components/form/hooks/use-form-item.d.ts +0 -18
  427. package/es/components/form/index.d.ts +0 -364
  428. package/es/components/form/style/css.d.ts +0 -0
  429. package/es/components/form/style/index.d.ts +0 -0
  430. package/es/components/form/types.d.ts +0 -43
  431. package/es/components/form/utils.d.ts +0 -9
  432. package/es/components/form-item/style/css.d.ts +0 -0
  433. package/es/components/form-item/style/index.d.ts +0 -0
  434. package/es/components/full-screen/full-screen.vue.d.ts +0 -5
  435. package/es/components/full-screen/index.d.ts +0 -2
  436. package/es/components/full-screen/style/css.d.ts +0 -0
  437. package/es/components/full-screen/style/index.d.ts +0 -0
  438. package/es/components/header-layout/header-layout.vue.d.ts +0 -14
  439. package/es/components/header-layout/index.d.ts +0 -12
  440. package/es/components/header-layout/style/css.d.ts +0 -0
  441. package/es/components/header-layout/style/index.d.ts +0 -0
  442. package/es/components/icon/icon.vue.d.ts +0 -73
  443. package/es/components/icon/index.d.ts +0 -63
  444. package/es/components/icon/style/css.d.ts +0 -0
  445. package/es/components/icon/style/index.d.ts +0 -0
  446. package/es/components/icon-text/icon-text.vue.d.ts +0 -98
  447. package/es/components/icon-text/index.d.ts +0 -85
  448. package/es/components/icon-text/style/css.d.ts +0 -0
  449. package/es/components/icon-text/style/index.d.ts +0 -0
  450. package/es/components/iframe-layout/iframe-layout.vue.d.ts +0 -14
  451. package/es/components/iframe-layout/iframe-page.vue.d.ts +0 -13
  452. package/es/components/iframe-layout/index.d.ts +0 -12
  453. package/es/components/iframe-layout/style/css.d.ts +0 -0
  454. package/es/components/iframe-layout/style/index.d.ts +0 -0
  455. package/es/components/image/image.vue.d.ts +0 -122
  456. package/es/components/image/index.d.ts +0 -108
  457. package/es/components/image/style/css.d.ts +0 -0
  458. package/es/components/image/style/index.d.ts +0 -0
  459. package/es/components/image/types.d.ts +0 -1
  460. package/es/components/image-viewer/image-viewer.vue.d.ts +0 -88
  461. package/es/components/image-viewer/index.d.ts +0 -77
  462. package/es/components/image-viewer/style/css.d.ts +0 -0
  463. package/es/components/image-viewer/style/index.d.ts +0 -0
  464. package/es/components/image-viewer/types.d.ts +0 -1
  465. package/es/components/index.d.ts +0 -60
  466. package/es/components/input/index.d.ts +0 -252
  467. package/es/components/input/input.vue.d.ts +0 -265
  468. package/es/components/input/style/css.d.ts +0 -0
  469. package/es/components/input/style/index.d.ts +0 -0
  470. package/es/components/input/utils.d.ts +0 -6
  471. package/es/components/link/index.d.ts +0 -54
  472. package/es/components/link/link.vue.d.ts +0 -58
  473. package/es/components/link/style/css.d.ts +0 -0
  474. package/es/components/link/style/index.d.ts +0 -0
  475. package/es/components/list-cell/index.d.ts +0 -38
  476. package/es/components/list-cell/list-cell.vue.d.ts +0 -53
  477. package/es/components/list-cell/style/css.d.ts +0 -0
  478. package/es/components/list-cell/style/index.d.ts +0 -0
  479. package/es/components/loading/directive.d.ts +0 -18
  480. package/es/components/loading/index.d.ts +0 -48
  481. package/es/components/loading/loading.d.ts +0 -36
  482. package/es/components/loading/service.d.ts +0 -3
  483. package/es/components/loading/style/css.d.ts +0 -0
  484. package/es/components/loading/style/index.d.ts +0 -0
  485. package/es/components/loading/types.d.ts +0 -27
  486. package/es/components/logo/index.d.ts +0 -29
  487. package/es/components/logo/logo.vue.d.ts +0 -29
  488. package/es/components/logo/style/css.d.ts +0 -0
  489. package/es/components/logo/style/index.d.ts +0 -0
  490. package/es/components/logo/types.d.ts +0 -6
  491. package/es/components/md-code-demo/code-demo/code.d.ts +0 -13
  492. package/es/components/md-code-demo/code-demo/index.d.ts +0 -2
  493. package/es/components/md-code-demo/code-demo/loadScript.d.ts +0 -5
  494. package/es/components/md-code-demo/code-demo/typings.d.ts +0 -15
  495. package/es/components/md-code-demo/code-demo/utils.d.ts +0 -13
  496. package/es/components/md-code-demo/index.d.ts +0 -50
  497. package/es/components/md-code-demo/md-code-demo.d.ts +0 -99
  498. package/es/components/md-code-demo/style/css.d.ts +0 -0
  499. package/es/components/md-code-demo/style/index.d.ts +0 -0
  500. package/es/components/md-code-demo/type.d.ts +0 -89
  501. package/es/components/md-code-demo/utils.d.ts +0 -5
  502. package/es/components/md-code-tabs/index.d.ts +0 -41
  503. package/es/components/md-code-tabs/md-code-tabs.d.ts +0 -81
  504. package/es/components/md-code-tabs/style/css.d.ts +0 -0
  505. package/es/components/md-code-tabs/style/index.d.ts +0 -0
  506. package/es/components/md-comment/index.d.ts +0 -2
  507. package/es/components/md-comment/md-comment.vue.d.ts +0 -2
  508. package/es/components/md-comment/style/css.d.ts +0 -0
  509. package/es/components/md-comment/style/index.d.ts +0 -0
  510. package/es/components/md-container/index.d.ts +0 -4
  511. package/es/components/md-container/md-container.vue.d.ts +0 -4
  512. package/es/components/md-container/style/css.d.ts +0 -0
  513. package/es/components/md-container/style/index.d.ts +0 -0
  514. package/es/components/md-container/toc.d.ts +0 -44
  515. package/es/components/md-container/use/index.d.ts +0 -2
  516. package/es/components/md-container/use/useActiveHeaderLinks.d.ts +0 -7
  517. package/es/components/md-container/use/useCopyCode.d.ts +0 -1
  518. package/es/components/md-container/utils.d.ts +0 -11
  519. package/es/components/md-tabs/index.d.ts +0 -42
  520. package/es/components/md-tabs/md-tabs.d.ts +0 -84
  521. package/es/components/md-tabs/style/css.d.ts +0 -0
  522. package/es/components/md-tabs/style/index.d.ts +0 -0
  523. package/es/components/md-vue-playground/index.d.ts +0 -28
  524. package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +0 -29
  525. package/es/components/md-vue-playground/playground.d.ts +0 -97
  526. package/es/components/md-vue-playground/style/css.d.ts +0 -0
  527. package/es/components/md-vue-playground/style/index.d.ts +0 -0
  528. package/es/components/menu/index.d.ts +0 -504
  529. package/es/components/menu/menu-collapse-transition.vue.d.ts +0 -5
  530. package/es/components/menu/menu-item-group.vue.d.ts +0 -13
  531. package/es/components/menu/menu-item.vue.d.ts +0 -81
  532. package/es/components/menu/menu.vue.d.ts +0 -109
  533. package/es/components/menu/style/css.d.ts +0 -0
  534. package/es/components/menu/style/index.d.ts +0 -0
  535. package/es/components/menu/sub-menu.vue.d.ts +0 -112
  536. package/es/components/menu/types.d.ts +0 -59
  537. package/es/components/menu/use-menu-css-var.d.ts +0 -1
  538. package/es/components/menu/use-menu.d.ts +0 -14
  539. package/es/components/menu/utils/menu-bar.d.ts +0 -7
  540. package/es/components/menu/utils/menu-item.d.ts +0 -9
  541. package/es/components/menu/utils/submenu.d.ts +0 -12
  542. package/es/components/menu-item/style/css.d.ts +0 -0
  543. package/es/components/menu-item/style/index.d.ts +0 -0
  544. package/es/components/menu-item-group/style/css.d.ts +0 -0
  545. package/es/components/menu-item-group/style/index.d.ts +0 -0
  546. package/es/components/message/index.d.ts +0 -4
  547. package/es/components/message/instance.d.ts +0 -17
  548. package/es/components/message/message.vue.d.ts +0 -145
  549. package/es/components/message/method.d.ts +0 -4
  550. package/es/components/message/style/css.d.ts +0 -0
  551. package/es/components/message/style/index.d.ts +0 -0
  552. package/es/components/message/types.d.ts +0 -63
  553. package/es/components/multiple-tabs/index.d.ts +0 -30
  554. package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +0 -29
  555. package/es/components/multiple-tabs/style/css.d.ts +0 -0
  556. package/es/components/multiple-tabs/style/index.d.ts +0 -0
  557. package/es/components/multiple-tabs/tab-content.vue.d.ts +0 -40
  558. package/es/components/multiple-tabs/types.d.ts +0 -3
  559. package/es/components/multiple-tabs/use/index.d.ts +0 -2
  560. package/es/components/multiple-tabs/use/use-multiple-tabs.d.ts +0 -9
  561. package/es/components/multiple-tabs/use/use-tab-dropdown.d.ts +0 -6
  562. package/es/components/overlay/index.d.ts +0 -46
  563. package/es/components/overlay/overlay.vue.d.ts +0 -47
  564. package/es/components/overlay/style/css.d.ts +0 -0
  565. package/es/components/overlay/style/index.d.ts +0 -0
  566. package/es/components/page-wrapper/index.d.ts +0 -12
  567. package/es/components/page-wrapper/page-wrapper.vue.d.ts +0 -13
  568. package/es/components/page-wrapper/style/css.d.ts +0 -0
  569. package/es/components/page-wrapper/style/index.d.ts +0 -0
  570. package/es/components/pagination/components/jumper.vue.d.ts +0 -14
  571. package/es/components/pagination/components/next.vue.d.ts +0 -39
  572. package/es/components/pagination/components/pager.vue.d.ts +0 -39
  573. package/es/components/pagination/components/prev.vue.d.ts +0 -31
  574. package/es/components/pagination/components/sizes.vue.d.ts +0 -47
  575. package/es/components/pagination/components/total.vue.d.ts +0 -13
  576. package/es/components/pagination/index.d.ts +0 -164
  577. package/es/components/pagination/pagination.vue.d.ts +0 -185
  578. package/es/components/pagination/style/css.d.ts +0 -0
  579. package/es/components/pagination/style/index.d.ts +0 -0
  580. package/es/components/pagination/usePagination.d.ts +0 -10
  581. package/es/components/popover/directive.d.ts +0 -4
  582. package/es/components/popover/index.d.ts +0 -182
  583. package/es/components/popover/popover.vue.d.ts +0 -187
  584. package/es/components/popover/style/css.d.ts +0 -0
  585. package/es/components/popover/style/index.d.ts +0 -0
  586. package/es/components/popover/types.d.ts +0 -26
  587. package/es/components/popper/arrow.vue.d.ts +0 -18
  588. package/es/components/popper/composables/index.d.ts +0 -3
  589. package/es/components/popper/composables/use-content-dom.d.ts +0 -16
  590. package/es/components/popper/composables/use-content.d.ts +0 -77
  591. package/es/components/popper/composables/use-focus-trap.d.ts +0 -11
  592. package/es/components/popper/constants.d.ts +0 -24
  593. package/es/components/popper/content.vue.d.ts +0 -222
  594. package/es/components/popper/index.d.ts +0 -18
  595. package/es/components/popper/popper.vue.d.ts +0 -13
  596. package/es/components/popper/style/css.d.ts +0 -0
  597. package/es/components/popper/style/index.d.ts +0 -0
  598. package/es/components/popper/trigger.vue.d.ts +0 -99
  599. package/es/components/popper/types.d.ts +0 -45
  600. package/es/components/popper/utils.d.ts +0 -49
  601. package/es/components/qrcode/drawCanvas.d.ts +0 -2
  602. package/es/components/qrcode/drawLogo.d.ts +0 -2
  603. package/es/components/qrcode/index.d.ts +0 -50
  604. package/es/components/qrcode/qrcode.vue.d.ts +0 -51
  605. package/es/components/qrcode/qrcodePlus.d.ts +0 -3
  606. package/es/components/qrcode/style/css.d.ts +0 -0
  607. package/es/components/qrcode/style/index.d.ts +0 -0
  608. package/es/components/qrcode/toCanvas.d.ts +0 -2
  609. package/es/components/qrcode/types.d.ts +0 -31
  610. package/es/components/radio/constants.d.ts +0 -6
  611. package/es/components/radio/index.d.ts +0 -294
  612. package/es/components/radio/radio-button.vue.d.ts +0 -44
  613. package/es/components/radio/radio-group.vue.d.ts +0 -96
  614. package/es/components/radio/radio.vue.d.ts +0 -65
  615. package/es/components/radio/style/css.d.ts +0 -0
  616. package/es/components/radio/style/index.d.ts +0 -0
  617. package/es/components/radio/use-radio.d.ts +0 -15
  618. package/es/components/radio-button/style/css.d.ts +0 -0
  619. package/es/components/radio-button/style/index.d.ts +0 -0
  620. package/es/components/radio-group/style/css.d.ts +0 -0
  621. package/es/components/radio-group/style/index.d.ts +0 -0
  622. package/es/components/result/index.d.ts +0 -28
  623. package/es/components/result/result.vue.d.ts +0 -30
  624. package/es/components/result/style/css.d.ts +0 -0
  625. package/es/components/result/style/index.d.ts +0 -0
  626. package/es/components/router-view-content/index.d.ts +0 -52
  627. package/es/components/router-view-content/router-view-content.vue.d.ts +0 -54
  628. package/es/components/router-view-content/style/css.d.ts +0 -0
  629. package/es/components/router-view-content/style/index.d.ts +0 -0
  630. package/es/components/roving-focus-group/index.d.ts +0 -10
  631. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +0 -48
  632. package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +0 -2
  633. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +0 -32
  634. package/es/components/roving-focus-group/tokens.d.ts +0 -37
  635. package/es/components/roving-focus-group/types.d.ts +0 -252
  636. package/es/components/roving-focus-group/utils.d.ts +0 -8
  637. package/es/components/scrollbar/bar.vue.d.ts +0 -54
  638. package/es/components/scrollbar/constants.d.ts +0 -6
  639. package/es/components/scrollbar/index.d.ts +0 -113
  640. package/es/components/scrollbar/scrollbar.vue.d.ts +0 -163
  641. package/es/components/scrollbar/style/css.d.ts +0 -0
  642. package/es/components/scrollbar/style/index.d.ts +0 -0
  643. package/es/components/scrollbar/thumb.vue.d.ts +0 -52
  644. package/es/components/scrollbar/types.d.ts +0 -2
  645. package/es/components/scrollbar/util.d.ts +0 -28
  646. package/es/components/search/index.d.ts +0 -98
  647. package/es/components/search/search.vue.d.ts +0 -100
  648. package/es/components/search/style/css.d.ts +0 -0
  649. package/es/components/search/style/index.d.ts +0 -0
  650. package/es/components/select-v2/defaults.d.ts +0 -113
  651. package/es/components/select-v2/group-item.vue.d.ts +0 -35
  652. package/es/components/select-v2/index.d.ts +0 -2025
  653. package/es/components/select-v2/option-item.vue.d.ts +0 -49
  654. package/es/components/select-v2/select-dropdown.d.ts +0 -16
  655. package/es/components/select-v2/select.types.d.ts +0 -18
  656. package/es/components/select-v2/select.vue.d.ts +0 -1012
  657. package/es/components/select-v2/style/css.d.ts +0 -0
  658. package/es/components/select-v2/style/index.d.ts +0 -0
  659. package/es/components/select-v2/token.d.ts +0 -16
  660. package/es/components/select-v2/useAllowCreate.d.ts +0 -8
  661. package/es/components/select-v2/useInput.d.ts +0 -5
  662. package/es/components/select-v2/useOption.d.ts +0 -7
  663. package/es/components/select-v2/useSelect.d.ts +0 -782
  664. package/es/components/select-v2/util.d.ts +0 -2
  665. package/es/components/side-menu/index.d.ts +0 -155
  666. package/es/components/side-menu/side-menu.vue.d.ts +0 -156
  667. package/es/components/side-menu/style/css.d.ts +0 -0
  668. package/es/components/side-menu/style/index.d.ts +0 -0
  669. package/es/components/side-menu/types.d.ts +0 -19
  670. package/es/components/side-menu/use-drag-line.d.ts +0 -10
  671. package/es/components/slot/index.d.ts +0 -2
  672. package/es/components/slot/only-child.d.ts +0 -7
  673. package/es/components/sub-menu/style/css.d.ts +0 -0
  674. package/es/components/sub-menu/style/index.d.ts +0 -0
  675. package/es/components/switch/index.d.ts +0 -205
  676. package/es/components/switch/style/css.d.ts +0 -0
  677. package/es/components/switch/style/index.d.ts +0 -0
  678. package/es/components/switch/switch.vue.d.ts +0 -236
  679. package/es/components/tab-pane/style/css.d.ts +0 -0
  680. package/es/components/tab-pane/style/index.d.ts +0 -0
  681. package/es/components/table/style/css.d.ts +0 -0
  682. package/es/components/table/style/index.d.ts +0 -0
  683. package/es/components/table/table.vue.d.ts +0 -121
  684. package/es/components/table/type.d.ts +0 -21
  685. package/es/components/tabs/index.d.ts +0 -274
  686. package/es/components/tabs/style/css.d.ts +0 -0
  687. package/es/components/tabs/style/index.d.ts +0 -0
  688. package/es/components/tabs/tab-bar.vue.d.ts +0 -51
  689. package/es/components/tabs/tab-nav.vue.d.ts +0 -120
  690. package/es/components/tabs/tab-pane.vue.d.ts +0 -45
  691. package/es/components/tabs/tabs.vue.d.ts +0 -159
  692. package/es/components/tabs/types.d.ts +0 -58
  693. package/es/components/tag/index.d.ts +0 -71
  694. package/es/components/tag/style/css.d.ts +0 -0
  695. package/es/components/tag/style/index.d.ts +0 -0
  696. package/es/components/tag/tag.vue.d.ts +0 -74
  697. package/es/components/tag/types.d.ts +0 -1
  698. package/es/components/time-select-extend/style/css.d.ts +0 -0
  699. package/es/components/time-select-extend/style/css.js +0 -2
  700. package/es/components/time-select-extend/style/index.d.ts +0 -0
  701. package/es/components/time-select-extend/style/index.js +0 -2
  702. package/es/components/tooltip/constants.d.ts +0 -18
  703. package/es/components/tooltip/content.vue.d.ts +0 -268
  704. package/es/components/tooltip/index.d.ts +0 -398
  705. package/es/components/tooltip/style/css.d.ts +0 -0
  706. package/es/components/tooltip/style/index.d.ts +0 -0
  707. package/es/components/tooltip/tooltip.vue.d.ts +0 -470
  708. package/es/components/tooltip/trigger.vue.d.ts +0 -54
  709. package/es/components/tooltip/types.d.ts +0 -53
  710. package/es/components/tooltip/utils.d.ts +0 -11
  711. package/es/components/types.d.ts +0 -1
  712. package/es/components/verify-code/index.d.ts +0 -23
  713. package/es/components/verify-code/style/css.d.ts +0 -0
  714. package/es/components/verify-code/style/index.d.ts +0 -0
  715. package/es/components/verify-code/useImageVerify.d.ts +0 -11
  716. package/es/components/verify-code/verify-code.vue.d.ts +0 -24
  717. package/es/components/virtual-list/builders/build-grid.d.ts +0 -214
  718. package/es/components/virtual-list/builders/build-list.d.ts +0 -167
  719. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +0 -206
  720. package/es/components/virtual-list/components/dynamic-size-list.d.ts +0 -165
  721. package/es/components/virtual-list/components/fixed-size-grid.d.ts +0 -193
  722. package/es/components/virtual-list/components/fixed-size-list.d.ts +0 -164
  723. package/es/components/virtual-list/components/scrollbar.d.ts +0 -79
  724. package/es/components/virtual-list/defaults.d.ts +0 -30
  725. package/es/components/virtual-list/hooks/use-cache.d.ts +0 -1
  726. package/es/components/virtual-list/hooks/use-grid-wheel.d.ts +0 -13
  727. package/es/components/virtual-list/hooks/use-wheel.d.ts +0 -13
  728. package/es/components/virtual-list/index.d.ts +0 -8
  729. package/es/components/virtual-list/props.d.ts +0 -201
  730. package/es/components/virtual-list/style/css.d.ts +0 -0
  731. package/es/components/virtual-list/style/index.d.ts +0 -0
  732. package/es/components/virtual-list/types.d.ts +0 -137
  733. package/es/components/virtual-list/utils.d.ts +0 -17
  734. package/es/constants/aria.d.ts +0 -17
  735. package/es/constants/date.d.ts +0 -3
  736. package/es/constants/event.d.ts +0 -3
  737. package/es/constants/index.d.ts +0 -5
  738. package/es/constants/key.d.ts +0 -1
  739. package/es/constants/size.d.ts +0 -7
  740. package/es/defaults.d.ts +0 -5
  741. package/es/hooks/index.d.ts +0 -16
  742. package/es/hooks/use-cursor/index.d.ts +0 -2
  743. package/es/hooks/use-delayed-toggle/index.d.ts +0 -10
  744. package/es/hooks/use-draggable/index.d.ts +0 -2
  745. package/es/hooks/use-forward-ref/index.d.ts +0 -9
  746. package/es/hooks/use-id/index.d.ts +0 -9
  747. package/es/hooks/use-lockscreen/index.d.ts +0 -11
  748. package/es/hooks/use-model-toggle/index.d.ts +0 -25
  749. package/es/hooks/use-namespace/index.d.ts +0 -24
  750. package/es/hooks/use-ordered-children/index.d.ts +0 -8
  751. package/es/hooks/use-popper/index.d.ts +0 -78
  752. package/es/hooks/use-popper-container/index.d.ts +0 -5
  753. package/es/hooks/use-prop/index.d.ts +0 -2
  754. package/es/hooks/use-same-target/index.d.ts +0 -5
  755. package/es/hooks/use-size/index.d.ts +0 -7
  756. package/es/hooks/use-timeout/index.d.ts +0 -4
  757. package/es/hooks/use-z-index/index.d.ts +0 -9
  758. package/es/index.d.ts +0 -11
  759. package/es/make-installer.d.ts +0 -6
  760. package/es/plugin.d.ts +0 -3
  761. package/es/utils/dom/index.d.ts +0 -2
  762. package/es/utils/dom/position.d.ts +0 -7
  763. package/es/utils/dom/scroll.d.ts +0 -8
  764. package/es/utils/error.d.ts +0 -3
  765. package/es/utils/event.d.ts +0 -6
  766. package/es/utils/helper.d.ts +0 -1
  767. package/es/utils/index.d.ts +0 -8
  768. package/es/utils/ns-cover.d.ts +0 -16
  769. package/es/utils/objects.d.ts +0 -4
  770. package/es/utils/typescript.d.ts +0 -12
  771. package/es/utils/vue/data-helper.d.ts +0 -1
  772. package/es/utils/vue/index.d.ts +0 -7
  773. package/es/utils/vue/install.d.ts +0 -6
  774. package/es/utils/vue/props/index.d.ts +0 -3
  775. package/es/utils/vue/props/runtime.d.ts +0 -28
  776. package/es/utils/vue/props/types.d.ts +0 -120
  777. package/es/utils/vue/props/util.d.ts +0 -8
  778. package/es/utils/vue/raf.d.ts +0 -2
  779. package/es/utils/vue/refs.d.ts +0 -3
  780. package/es/utils/vue/typescript.d.ts +0 -5
  781. package/es/utils/vue/vnode.d.ts +0 -51
  782. package/lib/comp-resolver.d.ts +0 -49
  783. package/lib/component.d.ts +0 -3
  784. package/lib/components/alert/alert.vue.d.ts +0 -102
  785. package/lib/components/alert/index.d.ts +0 -73
  786. package/lib/components/alert/style/css.d.ts +0 -0
  787. package/lib/components/alert/style/index.d.ts +0 -0
  788. package/lib/components/alert/types.d.ts +0 -4
  789. package/lib/components/avatar/avatar.vue.d.ts +0 -56
  790. package/lib/components/avatar/index.d.ts +0 -54
  791. package/lib/components/avatar/style/css.d.ts +0 -0
  792. package/lib/components/avatar/style/index.d.ts +0 -0
  793. package/lib/components/back-top/back-top.vue.d.ts +0 -69
  794. package/lib/components/back-top/index.d.ts +0 -54
  795. package/lib/components/back-top/style/css.d.ts +0 -0
  796. package/lib/components/back-top/style/index.d.ts +0 -0
  797. package/lib/components/back-top/use-back-top.d.ts +0 -5
  798. package/lib/components/base/style/css.d.ts +0 -0
  799. package/lib/components/base/style/index.d.ts +0 -0
  800. package/lib/components/button/button-custom.d.ts +0 -4
  801. package/lib/components/button/button-group.vue.d.ts +0 -23
  802. package/lib/components/button/button.vue.d.ts +0 -189
  803. package/lib/components/button/constants.d.ts +0 -7
  804. package/lib/components/button/index.d.ts +0 -203
  805. package/lib/components/button/instance.d.ts +0 -4
  806. package/lib/components/button/style/css.d.ts +0 -0
  807. package/lib/components/button/style/index.d.ts +0 -0
  808. package/lib/components/button/types.d.ts +0 -4
  809. package/lib/components/button/use-button.d.ts +0 -10
  810. package/lib/components/button-group/style/css.d.ts +0 -0
  811. package/lib/components/button-group/style/index.d.ts +0 -0
  812. package/lib/components/checkbox/checkbox-button.vue.d.ts +0 -137
  813. package/lib/components/checkbox/checkbox-group.vue.d.ts +0 -112
  814. package/lib/components/checkbox/checkbox.vue.d.ts +0 -141
  815. package/lib/components/checkbox/composables/index.d.ts +0 -5
  816. package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
  817. package/lib/components/checkbox/composables/use-checkbox-event.d.ts +0 -7
  818. package/lib/components/checkbox/composables/use-checkbox-model.d.ts +0 -7
  819. package/lib/components/checkbox/composables/use-checkbox-status.d.ts +0 -11
  820. package/lib/components/checkbox/composables/use-checkbox.d.ts +0 -15
  821. package/lib/components/checkbox/constants.d.ts +0 -8
  822. package/lib/components/checkbox/index.d.ts +0 -556
  823. package/lib/components/checkbox/style/css.d.ts +0 -0
  824. package/lib/components/checkbox/style/index.d.ts +0 -0
  825. package/lib/components/checkbox/types.d.ts +0 -2
  826. package/lib/components/checkbox-button/style/css.d.ts +0 -0
  827. package/lib/components/checkbox-button/style/index.d.ts +0 -0
  828. package/lib/components/checkbox-group/style/css.d.ts +0 -0
  829. package/lib/components/checkbox-group/style/index.d.ts +0 -0
  830. package/lib/components/clamp/clamp.vue.d.ts +0 -64
  831. package/lib/components/clamp/index.d.ts +0 -63
  832. package/lib/components/clamp/style/css.d.ts +0 -0
  833. package/lib/components/clamp/style/index.d.ts +0 -0
  834. package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +0 -101
  835. package/lib/components/clamp-toggle/index.d.ts +0 -100
  836. package/lib/components/clamp-toggle/style/css.d.ts +0 -0
  837. package/lib/components/clamp-toggle/style/index.d.ts +0 -0
  838. package/lib/components/collapse-transition/index.d.ts +0 -4
  839. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +0 -2
  840. package/lib/components/collapse-transition/style/css.d.ts +0 -0
  841. package/lib/components/collapse-transition/style/index.d.ts +0 -0
  842. package/lib/components/collection/collection-item.vue.d.ts +0 -2
  843. package/lib/components/collection/collection.d.ts +0 -242
  844. package/lib/components/collection/collection.vue.d.ts +0 -2
  845. package/lib/components/collection/index.d.ts +0 -2
  846. package/lib/components/collection/tokens.d.ts +0 -12
  847. package/lib/components/color-picker/color-picker.vue.d.ts +0 -126
  848. package/lib/components/color-picker/components/alpha-slider.vue.d.ts +0 -42
  849. package/lib/components/color-picker/components/hue-slider.vue.d.ts +0 -44
  850. package/lib/components/color-picker/components/predefine.vue.d.ts +0 -43
  851. package/lib/components/color-picker/components/sv-panel.vue.d.ts +0 -42
  852. package/lib/components/color-picker/composables/use-alpha-slider.d.ts +0 -20
  853. package/lib/components/color-picker/contants.d.ts +0 -5
  854. package/lib/components/color-picker/index.d.ts +0 -108
  855. package/lib/components/color-picker/style/css.d.ts +0 -0
  856. package/lib/components/color-picker/style/index.d.ts +0 -0
  857. package/lib/components/color-picker/utils/color.d.ts +0 -29
  858. package/lib/components/color-picker/utils/draggable.d.ts +0 -6
  859. package/lib/components/config-provider/config-provider.vue.d.ts +0 -107
  860. package/lib/components/config-provider/constants.d.ts +0 -6
  861. package/lib/components/config-provider/hooks/use-global-config.d.ts +0 -31
  862. package/lib/components/config-provider/index.d.ts +0 -86
  863. package/lib/components/config-provider/style/css.d.ts +0 -0
  864. package/lib/components/config-provider/style/index.d.ts +0 -0
  865. package/lib/components/context-menu/context-menu.vue.d.ts +0 -39
  866. package/lib/components/context-menu/createContextMenu.d.ts +0 -3
  867. package/lib/components/context-menu/index.d.ts +0 -3
  868. package/lib/components/context-menu/style/css.d.ts +0 -0
  869. package/lib/components/context-menu/style/index.d.ts +0 -0
  870. package/lib/components/context-menu/types.d.ts +0 -23
  871. package/lib/components/context-menu/useContextMenu.d.ts +0 -3
  872. package/lib/components/date-time-select/date-time-select.vue.d.ts +0 -38
  873. package/lib/components/date-time-select/index.d.ts +0 -30
  874. package/lib/components/date-time-select/style/css.d.ts +0 -0
  875. package/lib/components/date-time-select/style/index.d.ts +0 -0
  876. package/lib/components/date-time-select/types.d.ts +0 -10
  877. package/lib/components/descriptions/description-item.vue.d.ts +0 -69
  878. package/lib/components/descriptions/description.vue.d.ts +0 -53
  879. package/lib/components/descriptions/descriptions-cell.d.ts +0 -25
  880. package/lib/components/descriptions/descriptions-row.vue.d.ts +0 -13
  881. package/lib/components/descriptions/descriptions.type.d.ts +0 -18
  882. package/lib/components/descriptions/index.d.ts +0 -187
  883. package/lib/components/descriptions/style/css.d.ts +0 -0
  884. package/lib/components/descriptions/style/index.d.ts +0 -0
  885. package/lib/components/descriptions/token.d.ts +0 -3
  886. package/lib/components/descriptions-item/style/css.d.ts +0 -0
  887. package/lib/components/descriptions-item/style/index.d.ts +0 -0
  888. package/lib/components/dialog/constants.d.ts +0 -11
  889. package/lib/components/dialog/dialog-content.vue.d.ts +0 -81
  890. package/lib/components/dialog/dialog.vue.d.ts +0 -164
  891. package/lib/components/dialog/hooks/use-dialog.d.ts +0 -23
  892. package/lib/components/dialog/index.d.ts +0 -146
  893. package/lib/components/dialog/style/css.d.ts +0 -0
  894. package/lib/components/dialog/style/index.d.ts +0 -0
  895. package/lib/components/dialog/types.d.ts +0 -10
  896. package/lib/components/divider/divider.vue.d.ts +0 -53
  897. package/lib/components/divider/index.d.ts +0 -52
  898. package/lib/components/divider/style/css.d.ts +0 -0
  899. package/lib/components/divider/style/index.d.ts +0 -0
  900. package/lib/components/divider/types.d.ts +0 -2
  901. package/lib/components/docs-layout/style/css.d.ts +0 -0
  902. package/lib/components/docs-layout/style/index.d.ts +0 -0
  903. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +0 -57
  904. package/lib/components/dropdown/dropdown-item.vue.d.ts +0 -43
  905. package/lib/components/dropdown/dropdown-menu.vue.d.ts +0 -22
  906. package/lib/components/dropdown/dropdown.vue.d.ts +0 -828
  907. package/lib/components/dropdown/index.d.ts +0 -959
  908. package/lib/components/dropdown/style/css.d.ts +0 -0
  909. package/lib/components/dropdown/style/index.d.ts +0 -0
  910. package/lib/components/dropdown/tokens.d.ts +0 -10
  911. package/lib/components/dropdown/types.d.ts +0 -267
  912. package/lib/components/dropdown/useDropdown.d.ts +0 -6
  913. package/lib/components/dropdown-item/style/css.d.ts +0 -0
  914. package/lib/components/dropdown-item/style/index.d.ts +0 -0
  915. package/lib/components/dropdown-menu/style/css.d.ts +0 -0
  916. package/lib/components/dropdown-menu/style/index.d.ts +0 -0
  917. package/lib/components/empty/constants.d.ts +0 -12
  918. package/lib/components/empty/empty.vue.d.ts +0 -48
  919. package/lib/components/empty/index.d.ts +0 -37
  920. package/lib/components/empty/style/css.d.ts +0 -0
  921. package/lib/components/empty/style/index.d.ts +0 -0
  922. package/lib/components/exception/exception.vue.d.ts +0 -29
  923. package/lib/components/exception/index.d.ts +0 -28
  924. package/lib/components/exception/style/css.d.ts +0 -0
  925. package/lib/components/exception/style/index.d.ts +0 -0
  926. package/lib/components/focus-trap/focus-trap.vue.d.ts +0 -32
  927. package/lib/components/focus-trap/index.d.ts +0 -5
  928. package/lib/components/focus-trap/tokens.d.ts +0 -13
  929. package/lib/components/focus-trap/utils.d.ts +0 -29
  930. package/lib/components/footer-layout/footer-layout.vue.d.ts +0 -13
  931. package/lib/components/footer-layout/index.d.ts +0 -12
  932. package/lib/components/footer-layout/style/css.d.ts +0 -0
  933. package/lib/components/footer-layout/style/index.d.ts +0 -0
  934. package/lib/components/form/constants.d.ts +0 -4
  935. package/lib/components/form/form-item.vue.d.ts +0 -146
  936. package/lib/components/form/form-label-wrap.d.ts +0 -11
  937. package/lib/components/form/form.vue.d.ts +0 -168
  938. package/lib/components/form/hooks/index.d.ts +0 -2
  939. package/lib/components/form/hooks/use-form-common-props.d.ts +0 -6
  940. package/lib/components/form/hooks/use-form-item.d.ts +0 -18
  941. package/lib/components/form/index.d.ts +0 -364
  942. package/lib/components/form/style/css.d.ts +0 -0
  943. package/lib/components/form/style/index.d.ts +0 -0
  944. package/lib/components/form/types.d.ts +0 -43
  945. package/lib/components/form/utils.d.ts +0 -9
  946. package/lib/components/form-item/style/css.d.ts +0 -0
  947. package/lib/components/form-item/style/index.d.ts +0 -0
  948. package/lib/components/full-screen/full-screen.vue.d.ts +0 -5
  949. package/lib/components/full-screen/index.d.ts +0 -2
  950. package/lib/components/full-screen/style/css.d.ts +0 -0
  951. package/lib/components/full-screen/style/index.d.ts +0 -0
  952. package/lib/components/header-layout/header-layout.vue.d.ts +0 -14
  953. package/lib/components/header-layout/index.d.ts +0 -12
  954. package/lib/components/header-layout/style/css.d.ts +0 -0
  955. package/lib/components/header-layout/style/index.d.ts +0 -0
  956. package/lib/components/icon/icon.vue.d.ts +0 -73
  957. package/lib/components/icon/index.d.ts +0 -63
  958. package/lib/components/icon/style/css.d.ts +0 -0
  959. package/lib/components/icon/style/index.d.ts +0 -0
  960. package/lib/components/icon-text/icon-text.vue.d.ts +0 -98
  961. package/lib/components/icon-text/index.d.ts +0 -85
  962. package/lib/components/icon-text/style/css.d.ts +0 -0
  963. package/lib/components/icon-text/style/index.d.ts +0 -0
  964. package/lib/components/iframe-layout/iframe-layout.vue.d.ts +0 -14
  965. package/lib/components/iframe-layout/iframe-page.vue.d.ts +0 -13
  966. package/lib/components/iframe-layout/index.d.ts +0 -12
  967. package/lib/components/iframe-layout/style/css.d.ts +0 -0
  968. package/lib/components/iframe-layout/style/index.d.ts +0 -0
  969. package/lib/components/image/image.vue.d.ts +0 -122
  970. package/lib/components/image/index.d.ts +0 -108
  971. package/lib/components/image/style/css.d.ts +0 -0
  972. package/lib/components/image/style/index.d.ts +0 -0
  973. package/lib/components/image/types.d.ts +0 -1
  974. package/lib/components/image-viewer/image-viewer.vue.d.ts +0 -88
  975. package/lib/components/image-viewer/index.d.ts +0 -77
  976. package/lib/components/image-viewer/style/css.d.ts +0 -0
  977. package/lib/components/image-viewer/style/index.d.ts +0 -0
  978. package/lib/components/image-viewer/types.d.ts +0 -1
  979. package/lib/components/index.d.ts +0 -60
  980. package/lib/components/input/index.d.ts +0 -252
  981. package/lib/components/input/input.vue.d.ts +0 -265
  982. package/lib/components/input/style/css.d.ts +0 -0
  983. package/lib/components/input/style/index.d.ts +0 -0
  984. package/lib/components/input/utils.d.ts +0 -6
  985. package/lib/components/link/index.d.ts +0 -54
  986. package/lib/components/link/link.vue.d.ts +0 -58
  987. package/lib/components/link/style/css.d.ts +0 -0
  988. package/lib/components/link/style/index.d.ts +0 -0
  989. package/lib/components/list-cell/index.d.ts +0 -38
  990. package/lib/components/list-cell/list-cell.vue.d.ts +0 -53
  991. package/lib/components/list-cell/style/css.d.ts +0 -0
  992. package/lib/components/list-cell/style/index.d.ts +0 -0
  993. package/lib/components/loading/directive.d.ts +0 -18
  994. package/lib/components/loading/index.d.ts +0 -48
  995. package/lib/components/loading/loading.d.ts +0 -36
  996. package/lib/components/loading/service.d.ts +0 -3
  997. package/lib/components/loading/style/css.d.ts +0 -0
  998. package/lib/components/loading/style/index.d.ts +0 -0
  999. package/lib/components/loading/types.d.ts +0 -27
  1000. package/lib/components/logo/index.d.ts +0 -29
  1001. package/lib/components/logo/logo.vue.d.ts +0 -29
  1002. package/lib/components/logo/style/css.d.ts +0 -0
  1003. package/lib/components/logo/style/index.d.ts +0 -0
  1004. package/lib/components/logo/types.d.ts +0 -6
  1005. package/lib/components/md-code-demo/code-demo/code.d.ts +0 -13
  1006. package/lib/components/md-code-demo/code-demo/index.d.ts +0 -2
  1007. package/lib/components/md-code-demo/code-demo/loadScript.d.ts +0 -5
  1008. package/lib/components/md-code-demo/code-demo/typings.d.ts +0 -15
  1009. package/lib/components/md-code-demo/code-demo/utils.d.ts +0 -13
  1010. package/lib/components/md-code-demo/index.d.ts +0 -50
  1011. package/lib/components/md-code-demo/md-code-demo.d.ts +0 -99
  1012. package/lib/components/md-code-demo/style/css.d.ts +0 -0
  1013. package/lib/components/md-code-demo/style/index.d.ts +0 -0
  1014. package/lib/components/md-code-demo/type.d.ts +0 -89
  1015. package/lib/components/md-code-demo/utils.d.ts +0 -5
  1016. package/lib/components/md-code-tabs/index.d.ts +0 -41
  1017. package/lib/components/md-code-tabs/md-code-tabs.d.ts +0 -81
  1018. package/lib/components/md-code-tabs/style/css.d.ts +0 -0
  1019. package/lib/components/md-code-tabs/style/index.d.ts +0 -0
  1020. package/lib/components/md-comment/index.d.ts +0 -2
  1021. package/lib/components/md-comment/md-comment.vue.d.ts +0 -2
  1022. package/lib/components/md-comment/style/css.d.ts +0 -0
  1023. package/lib/components/md-comment/style/index.d.ts +0 -0
  1024. package/lib/components/md-container/index.d.ts +0 -4
  1025. package/lib/components/md-container/md-container.vue.d.ts +0 -4
  1026. package/lib/components/md-container/style/css.d.ts +0 -0
  1027. package/lib/components/md-container/style/index.d.ts +0 -0
  1028. package/lib/components/md-container/toc.d.ts +0 -44
  1029. package/lib/components/md-container/use/index.d.ts +0 -2
  1030. package/lib/components/md-container/use/useActiveHeaderLinks.d.ts +0 -7
  1031. package/lib/components/md-container/use/useCopyCode.d.ts +0 -1
  1032. package/lib/components/md-container/utils.d.ts +0 -11
  1033. package/lib/components/md-tabs/index.d.ts +0 -42
  1034. package/lib/components/md-tabs/md-tabs.d.ts +0 -84
  1035. package/lib/components/md-tabs/style/css.d.ts +0 -0
  1036. package/lib/components/md-tabs/style/index.d.ts +0 -0
  1037. package/lib/components/md-vue-playground/index.d.ts +0 -28
  1038. package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +0 -29
  1039. package/lib/components/md-vue-playground/playground.d.ts +0 -97
  1040. package/lib/components/md-vue-playground/style/css.d.ts +0 -0
  1041. package/lib/components/md-vue-playground/style/index.d.ts +0 -0
  1042. package/lib/components/menu/index.d.ts +0 -504
  1043. package/lib/components/menu/menu-collapse-transition.vue.d.ts +0 -5
  1044. package/lib/components/menu/menu-item-group.vue.d.ts +0 -13
  1045. package/lib/components/menu/menu-item.vue.d.ts +0 -81
  1046. package/lib/components/menu/menu.vue.d.ts +0 -109
  1047. package/lib/components/menu/style/css.d.ts +0 -0
  1048. package/lib/components/menu/style/index.d.ts +0 -0
  1049. package/lib/components/menu/sub-menu.vue.d.ts +0 -112
  1050. package/lib/components/menu/types.d.ts +0 -59
  1051. package/lib/components/menu/use-menu-css-var.d.ts +0 -1
  1052. package/lib/components/menu/use-menu.d.ts +0 -14
  1053. package/lib/components/menu/utils/menu-bar.d.ts +0 -7
  1054. package/lib/components/menu/utils/menu-item.d.ts +0 -9
  1055. package/lib/components/menu/utils/submenu.d.ts +0 -12
  1056. package/lib/components/menu-item/style/css.d.ts +0 -0
  1057. package/lib/components/menu-item/style/index.d.ts +0 -0
  1058. package/lib/components/menu-item-group/style/css.d.ts +0 -0
  1059. package/lib/components/menu-item-group/style/index.d.ts +0 -0
  1060. package/lib/components/message/index.d.ts +0 -4
  1061. package/lib/components/message/instance.d.ts +0 -17
  1062. package/lib/components/message/message.vue.d.ts +0 -145
  1063. package/lib/components/message/method.d.ts +0 -4
  1064. package/lib/components/message/style/css.d.ts +0 -0
  1065. package/lib/components/message/style/index.d.ts +0 -0
  1066. package/lib/components/message/types.d.ts +0 -63
  1067. package/lib/components/multiple-tabs/index.d.ts +0 -30
  1068. package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +0 -29
  1069. package/lib/components/multiple-tabs/style/css.d.ts +0 -0
  1070. package/lib/components/multiple-tabs/style/index.d.ts +0 -0
  1071. package/lib/components/multiple-tabs/tab-content.vue.d.ts +0 -40
  1072. package/lib/components/multiple-tabs/types.d.ts +0 -3
  1073. package/lib/components/multiple-tabs/use/index.d.ts +0 -2
  1074. package/lib/components/multiple-tabs/use/use-multiple-tabs.d.ts +0 -9
  1075. package/lib/components/multiple-tabs/use/use-tab-dropdown.d.ts +0 -6
  1076. package/lib/components/overlay/index.d.ts +0 -46
  1077. package/lib/components/overlay/overlay.vue.d.ts +0 -47
  1078. package/lib/components/overlay/style/css.d.ts +0 -0
  1079. package/lib/components/overlay/style/index.d.ts +0 -0
  1080. package/lib/components/page-wrapper/index.d.ts +0 -12
  1081. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +0 -13
  1082. package/lib/components/page-wrapper/style/css.d.ts +0 -0
  1083. package/lib/components/page-wrapper/style/index.d.ts +0 -0
  1084. package/lib/components/pagination/components/jumper.vue.d.ts +0 -14
  1085. package/lib/components/pagination/components/next.vue.d.ts +0 -39
  1086. package/lib/components/pagination/components/pager.vue.d.ts +0 -39
  1087. package/lib/components/pagination/components/prev.vue.d.ts +0 -31
  1088. package/lib/components/pagination/components/sizes.vue.d.ts +0 -47
  1089. package/lib/components/pagination/components/total.vue.d.ts +0 -13
  1090. package/lib/components/pagination/index.d.ts +0 -164
  1091. package/lib/components/pagination/pagination.vue.d.ts +0 -185
  1092. package/lib/components/pagination/style/css.d.ts +0 -0
  1093. package/lib/components/pagination/style/index.d.ts +0 -0
  1094. package/lib/components/pagination/usePagination.d.ts +0 -10
  1095. package/lib/components/popover/directive.d.ts +0 -4
  1096. package/lib/components/popover/index.d.ts +0 -182
  1097. package/lib/components/popover/popover.vue.d.ts +0 -187
  1098. package/lib/components/popover/style/css.d.ts +0 -0
  1099. package/lib/components/popover/style/index.d.ts +0 -0
  1100. package/lib/components/popover/types.d.ts +0 -26
  1101. package/lib/components/popper/arrow.vue.d.ts +0 -18
  1102. package/lib/components/popper/composables/index.d.ts +0 -3
  1103. package/lib/components/popper/composables/use-content-dom.d.ts +0 -16
  1104. package/lib/components/popper/composables/use-content.d.ts +0 -77
  1105. package/lib/components/popper/composables/use-focus-trap.d.ts +0 -11
  1106. package/lib/components/popper/constants.d.ts +0 -24
  1107. package/lib/components/popper/content.vue.d.ts +0 -222
  1108. package/lib/components/popper/index.d.ts +0 -18
  1109. package/lib/components/popper/popper.vue.d.ts +0 -13
  1110. package/lib/components/popper/style/css.d.ts +0 -0
  1111. package/lib/components/popper/style/index.d.ts +0 -0
  1112. package/lib/components/popper/trigger.vue.d.ts +0 -99
  1113. package/lib/components/popper/types.d.ts +0 -45
  1114. package/lib/components/popper/utils.d.ts +0 -49
  1115. package/lib/components/qrcode/drawCanvas.d.ts +0 -2
  1116. package/lib/components/qrcode/drawLogo.d.ts +0 -2
  1117. package/lib/components/qrcode/index.d.ts +0 -50
  1118. package/lib/components/qrcode/qrcode.vue.d.ts +0 -51
  1119. package/lib/components/qrcode/qrcodePlus.d.ts +0 -3
  1120. package/lib/components/qrcode/style/css.d.ts +0 -0
  1121. package/lib/components/qrcode/style/index.d.ts +0 -0
  1122. package/lib/components/qrcode/toCanvas.d.ts +0 -2
  1123. package/lib/components/qrcode/types.d.ts +0 -31
  1124. package/lib/components/radio/constants.d.ts +0 -6
  1125. package/lib/components/radio/index.d.ts +0 -294
  1126. package/lib/components/radio/radio-button.vue.d.ts +0 -44
  1127. package/lib/components/radio/radio-group.vue.d.ts +0 -96
  1128. package/lib/components/radio/radio.vue.d.ts +0 -65
  1129. package/lib/components/radio/style/css.d.ts +0 -0
  1130. package/lib/components/radio/style/index.d.ts +0 -0
  1131. package/lib/components/radio/use-radio.d.ts +0 -15
  1132. package/lib/components/radio-button/style/css.d.ts +0 -0
  1133. package/lib/components/radio-button/style/index.d.ts +0 -0
  1134. package/lib/components/radio-group/style/css.d.ts +0 -0
  1135. package/lib/components/radio-group/style/index.d.ts +0 -0
  1136. package/lib/components/result/index.d.ts +0 -28
  1137. package/lib/components/result/result.vue.d.ts +0 -30
  1138. package/lib/components/result/style/css.d.ts +0 -0
  1139. package/lib/components/result/style/index.d.ts +0 -0
  1140. package/lib/components/router-view-content/index.d.ts +0 -52
  1141. package/lib/components/router-view-content/router-view-content.vue.d.ts +0 -54
  1142. package/lib/components/router-view-content/style/css.d.ts +0 -0
  1143. package/lib/components/router-view-content/style/index.d.ts +0 -0
  1144. package/lib/components/roving-focus-group/index.d.ts +0 -10
  1145. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +0 -48
  1146. package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +0 -2
  1147. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +0 -32
  1148. package/lib/components/roving-focus-group/tokens.d.ts +0 -37
  1149. package/lib/components/roving-focus-group/types.d.ts +0 -252
  1150. package/lib/components/roving-focus-group/utils.d.ts +0 -8
  1151. package/lib/components/scrollbar/bar.vue.d.ts +0 -54
  1152. package/lib/components/scrollbar/constants.d.ts +0 -6
  1153. package/lib/components/scrollbar/index.d.ts +0 -113
  1154. package/lib/components/scrollbar/scrollbar.vue.d.ts +0 -163
  1155. package/lib/components/scrollbar/style/css.d.ts +0 -0
  1156. package/lib/components/scrollbar/style/index.d.ts +0 -0
  1157. package/lib/components/scrollbar/thumb.vue.d.ts +0 -52
  1158. package/lib/components/scrollbar/types.d.ts +0 -2
  1159. package/lib/components/scrollbar/util.d.ts +0 -28
  1160. package/lib/components/search/index.d.ts +0 -98
  1161. package/lib/components/search/search.vue.d.ts +0 -100
  1162. package/lib/components/search/style/css.d.ts +0 -0
  1163. package/lib/components/search/style/index.d.ts +0 -0
  1164. package/lib/components/select-v2/defaults.d.ts +0 -113
  1165. package/lib/components/select-v2/group-item.vue.d.ts +0 -35
  1166. package/lib/components/select-v2/index.d.ts +0 -2025
  1167. package/lib/components/select-v2/option-item.vue.d.ts +0 -49
  1168. package/lib/components/select-v2/select-dropdown.d.ts +0 -16
  1169. package/lib/components/select-v2/select.types.d.ts +0 -18
  1170. package/lib/components/select-v2/select.vue.d.ts +0 -1012
  1171. package/lib/components/select-v2/style/css.d.ts +0 -0
  1172. package/lib/components/select-v2/style/index.d.ts +0 -0
  1173. package/lib/components/select-v2/token.d.ts +0 -16
  1174. package/lib/components/select-v2/useAllowCreate.d.ts +0 -8
  1175. package/lib/components/select-v2/useInput.d.ts +0 -5
  1176. package/lib/components/select-v2/useOption.d.ts +0 -7
  1177. package/lib/components/select-v2/useSelect.d.ts +0 -782
  1178. package/lib/components/select-v2/util.d.ts +0 -2
  1179. package/lib/components/side-menu/index.d.ts +0 -155
  1180. package/lib/components/side-menu/side-menu.vue.d.ts +0 -156
  1181. package/lib/components/side-menu/style/css.d.ts +0 -0
  1182. package/lib/components/side-menu/style/index.d.ts +0 -0
  1183. package/lib/components/side-menu/types.d.ts +0 -19
  1184. package/lib/components/side-menu/use-drag-line.d.ts +0 -10
  1185. package/lib/components/slot/index.d.ts +0 -2
  1186. package/lib/components/slot/only-child.d.ts +0 -7
  1187. package/lib/components/sub-menu/style/css.d.ts +0 -0
  1188. package/lib/components/sub-menu/style/index.d.ts +0 -0
  1189. package/lib/components/switch/index.d.ts +0 -205
  1190. package/lib/components/switch/style/css.d.ts +0 -0
  1191. package/lib/components/switch/style/index.d.ts +0 -0
  1192. package/lib/components/switch/switch.vue.d.ts +0 -236
  1193. package/lib/components/tab-pane/style/css.d.ts +0 -0
  1194. package/lib/components/tab-pane/style/index.d.ts +0 -0
  1195. package/lib/components/table/style/css.d.ts +0 -0
  1196. package/lib/components/table/style/index.d.ts +0 -0
  1197. package/lib/components/table/table.vue.d.ts +0 -121
  1198. package/lib/components/table/type.d.ts +0 -21
  1199. package/lib/components/tabs/index.d.ts +0 -274
  1200. package/lib/components/tabs/style/css.d.ts +0 -0
  1201. package/lib/components/tabs/style/index.d.ts +0 -0
  1202. package/lib/components/tabs/tab-bar.vue.d.ts +0 -51
  1203. package/lib/components/tabs/tab-nav.vue.d.ts +0 -120
  1204. package/lib/components/tabs/tab-pane.vue.d.ts +0 -45
  1205. package/lib/components/tabs/tabs.vue.d.ts +0 -159
  1206. package/lib/components/tabs/types.d.ts +0 -58
  1207. package/lib/components/tag/index.d.ts +0 -71
  1208. package/lib/components/tag/style/css.d.ts +0 -0
  1209. package/lib/components/tag/style/index.d.ts +0 -0
  1210. package/lib/components/tag/tag.vue.d.ts +0 -74
  1211. package/lib/components/tag/types.d.ts +0 -1
  1212. package/lib/components/time-select-extend/style/css.cjs +0 -1
  1213. package/lib/components/time-select-extend/style/css.d.ts +0 -0
  1214. package/lib/components/time-select-extend/style/index.cjs +0 -1
  1215. package/lib/components/time-select-extend/style/index.d.ts +0 -0
  1216. package/lib/components/tooltip/constants.d.ts +0 -18
  1217. package/lib/components/tooltip/content.vue.d.ts +0 -268
  1218. package/lib/components/tooltip/index.d.ts +0 -398
  1219. package/lib/components/tooltip/style/css.d.ts +0 -0
  1220. package/lib/components/tooltip/style/index.d.ts +0 -0
  1221. package/lib/components/tooltip/tooltip.vue.d.ts +0 -470
  1222. package/lib/components/tooltip/trigger.vue.d.ts +0 -54
  1223. package/lib/components/tooltip/types.d.ts +0 -53
  1224. package/lib/components/tooltip/utils.d.ts +0 -11
  1225. package/lib/components/types.d.ts +0 -1
  1226. package/lib/components/verify-code/index.d.ts +0 -23
  1227. package/lib/components/verify-code/style/css.d.ts +0 -0
  1228. package/lib/components/verify-code/style/index.d.ts +0 -0
  1229. package/lib/components/verify-code/useImageVerify.d.ts +0 -11
  1230. package/lib/components/verify-code/verify-code.vue.d.ts +0 -24
  1231. package/lib/components/virtual-list/builders/build-grid.d.ts +0 -214
  1232. package/lib/components/virtual-list/builders/build-list.d.ts +0 -167
  1233. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +0 -206
  1234. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +0 -165
  1235. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +0 -193
  1236. package/lib/components/virtual-list/components/fixed-size-list.d.ts +0 -164
  1237. package/lib/components/virtual-list/components/scrollbar.d.ts +0 -79
  1238. package/lib/components/virtual-list/defaults.d.ts +0 -30
  1239. package/lib/components/virtual-list/hooks/use-cache.d.ts +0 -1
  1240. package/lib/components/virtual-list/hooks/use-grid-wheel.d.ts +0 -13
  1241. package/lib/components/virtual-list/hooks/use-wheel.d.ts +0 -13
  1242. package/lib/components/virtual-list/index.d.ts +0 -8
  1243. package/lib/components/virtual-list/props.d.ts +0 -201
  1244. package/lib/components/virtual-list/style/css.d.ts +0 -0
  1245. package/lib/components/virtual-list/style/index.d.ts +0 -0
  1246. package/lib/components/virtual-list/types.d.ts +0 -137
  1247. package/lib/components/virtual-list/utils.d.ts +0 -17
  1248. package/lib/constants/aria.d.ts +0 -17
  1249. package/lib/constants/date.d.ts +0 -3
  1250. package/lib/constants/event.d.ts +0 -3
  1251. package/lib/constants/index.d.ts +0 -5
  1252. package/lib/constants/key.d.ts +0 -1
  1253. package/lib/constants/size.d.ts +0 -7
  1254. package/lib/defaults.d.ts +0 -5
  1255. package/lib/hooks/index.d.ts +0 -16
  1256. package/lib/hooks/use-cursor/index.d.ts +0 -2
  1257. package/lib/hooks/use-delayed-toggle/index.d.ts +0 -10
  1258. package/lib/hooks/use-draggable/index.d.ts +0 -2
  1259. package/lib/hooks/use-forward-ref/index.d.ts +0 -9
  1260. package/lib/hooks/use-id/index.d.ts +0 -9
  1261. package/lib/hooks/use-lockscreen/index.d.ts +0 -11
  1262. package/lib/hooks/use-model-toggle/index.d.ts +0 -25
  1263. package/lib/hooks/use-namespace/index.d.ts +0 -24
  1264. package/lib/hooks/use-ordered-children/index.d.ts +0 -8
  1265. package/lib/hooks/use-popper/index.d.ts +0 -78
  1266. package/lib/hooks/use-popper-container/index.d.ts +0 -5
  1267. package/lib/hooks/use-prop/index.d.ts +0 -2
  1268. package/lib/hooks/use-same-target/index.d.ts +0 -5
  1269. package/lib/hooks/use-size/index.d.ts +0 -7
  1270. package/lib/hooks/use-timeout/index.d.ts +0 -4
  1271. package/lib/hooks/use-z-index/index.d.ts +0 -9
  1272. package/lib/index.d.ts +0 -11
  1273. package/lib/make-installer.d.ts +0 -6
  1274. package/lib/plugin.d.ts +0 -3
  1275. package/lib/utils/dom/index.d.ts +0 -2
  1276. package/lib/utils/dom/position.d.ts +0 -7
  1277. package/lib/utils/dom/scroll.d.ts +0 -8
  1278. package/lib/utils/error.d.ts +0 -3
  1279. package/lib/utils/event.d.ts +0 -6
  1280. package/lib/utils/helper.d.ts +0 -1
  1281. package/lib/utils/index.d.ts +0 -8
  1282. package/lib/utils/ns-cover.d.ts +0 -16
  1283. package/lib/utils/objects.d.ts +0 -4
  1284. package/lib/utils/typescript.d.ts +0 -12
  1285. package/lib/utils/vue/data-helper.d.ts +0 -1
  1286. package/lib/utils/vue/index.d.ts +0 -7
  1287. package/lib/utils/vue/install.d.ts +0 -6
  1288. package/lib/utils/vue/props/index.d.ts +0 -3
  1289. package/lib/utils/vue/props/runtime.d.ts +0 -28
  1290. package/lib/utils/vue/props/types.d.ts +0 -120
  1291. package/lib/utils/vue/props/util.d.ts +0 -8
  1292. package/lib/utils/vue/raf.d.ts +0 -2
  1293. package/lib/utils/vue/refs.d.ts +0 -3
  1294. package/lib/utils/vue/typescript.d.ts +0 -5
  1295. package/lib/utils/vue/vnode.d.ts +0 -51
@@ -38,7 +38,6 @@ $name: md-container;
38
38
  @import 'md/api';
39
39
 
40
40
  -webkit-font-smoothing: antialiased;
41
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif;
42
41
  padding: 20px 30px;
43
42
 
44
43
  .demo-container {
@@ -172,7 +172,6 @@ $name: md-vue-playground;
172
172
  .toggler[data-v-3102671e] {
173
173
  display: none;
174
174
  z-index: 3;
175
- font-family: var(--font-code);
176
175
  color: var(--text-light);
177
176
  position: absolute;
178
177
  left: 50%;
@@ -264,7 +263,6 @@ $name: md-vue-playground;
264
263
  .file[data-v-cbb0a4e5] {
265
264
  display: inline-block;
266
265
  font-size: 13px;
267
- font-family: var(--font-code);
268
266
  cursor: pointer;
269
267
  color: var(--text-light);
270
268
  box-sizing: border-box;
@@ -289,7 +287,6 @@ $name: md-vue-playground;
289
287
  padding: 0 0 0 10px;
290
288
  margin-top: 2px;
291
289
  margin-left: 6px;
292
- font-family: var(--font-code);
293
290
  font-size: 12px;
294
291
  }
295
292
  .file .remove[data-v-cbb0a4e5] {
@@ -301,7 +298,6 @@ $name: md-vue-playground;
301
298
  }
302
299
  .add[data-v-cbb0a4e5] {
303
300
  font-size: 18px;
304
- font-family: var(--font-code);
305
301
  color: #999;
306
302
  vertical-align: middle;
307
303
  margin-left: 6px;
@@ -358,7 +354,6 @@ $name: md-vue-playground;
358
354
  --cursor: #000;
359
355
 
360
356
  direction: ltr;
361
- font-family: var(--font-code);
362
357
  height: auto;
363
358
  }
364
359
 
@@ -424,7 +419,6 @@ $name: md-vue-playground;
424
419
  color: #414141;
425
420
  text-shadow: #f96 1px 1px 2px, #f96 -1px -1px 2px, #f96 1px -1px 2px,
426
421
  #f96 -1px 1px 2px;
427
- font-family: arial;
428
422
  line-height: 0.3;
429
423
  cursor: pointer;
430
424
  }
@@ -746,13 +740,9 @@ $name: md-vue-playground;
746
740
  border-radius: 0;
747
741
  border-width: 0;
748
742
  background: transparent;
749
- font-family: inherit;
750
- font-size: inherit;
751
743
  margin: 0;
752
744
  white-space: pre;
753
745
  word-wrap: normal;
754
- line-height: inherit;
755
- color: inherit;
756
746
  z-index: 2;
757
747
  position: relative;
758
748
  overflow: visible;
@@ -882,7 +872,6 @@ $name: md-vue-playground;
882
872
  overflow: hidden;
883
873
  }
884
874
  .CodeMirror {
885
- font-family: var(--font-code);
886
875
  line-height: 1.5;
887
876
  height: 100%;
888
877
  }
@@ -895,7 +884,6 @@ $name: md-vue-playground;
895
884
  z-index: 10;
896
885
  border: 2px solid transparent;
897
886
  border-radius: 6px;
898
- font-family: var(--font-code);
899
887
  white-space: pre-wrap;
900
888
  margin-bottom: 8px;
901
889
  max-height: calc(100% - 300px);
@@ -988,7 +976,6 @@ $name: md-vue-playground;
988
976
  }
989
977
  .tab-buttons span[data-v-5d2df9cb] {
990
978
  font-size: 13px;
991
- font-family: var(--font-code);
992
979
  text-transform: uppercase;
993
980
  color: var(--text-light);
994
981
  display: inline-block;
@@ -1011,8 +998,6 @@ $name: md-vue-playground;
1011
998
  --header-height: 38px;
1012
999
 
1013
1000
  font-size: 13px;
1014
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
1015
- Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1016
1001
  margin: 0;
1017
1002
  overflow: hidden;
1018
1003
  background-color: var(--bg-soft);
@@ -7,6 +7,33 @@ $name: search;
7
7
  @return getCssVar($name, $value);
8
8
  }
9
9
 
10
+ @include set-root-css-vars($name, $search);
11
+
10
12
  @include b($name) {
11
13
  display: inline-block;
14
+
15
+ @include when(active) {
16
+ .vft-input__wrapper {
17
+ background-color: #f8f9fb;
18
+ }
19
+ }
20
+
21
+ .vft-input {
22
+ &:hover {
23
+ width: getCompCssVar('active-width');
24
+ }
25
+
26
+ .vft-input__wrapper {
27
+ border: 1px solid transparent;
28
+ border-radius: 20px;
29
+
30
+ &:hover {
31
+ background-color: #f8f9fb;
32
+ }
33
+
34
+ @include when(focus) {
35
+ background-color: #f8f9fb;
36
+ }
37
+ }
38
+ }
12
39
  }
@@ -41,19 +41,7 @@ $name: tabs;
41
41
  transition: getCssVar('transition-function-ease-in-out-bezier'), padding getCssVar('transition-duration') getCssVar('transition-function-ease-in-out-bezier');
42
42
  max-width: getCompCssVar('item-max-width');
43
43
 
44
- // 当前标签激活时的样式
45
- @include when(active) {
46
- color: getCompCssVar('item-color-active');
47
- background-color: getCompCssVar('item-bg-color-active');
48
- font-weight: getCompCssVar('font-weight-active');
49
- border: getCompCssVar('item-border-active');
50
44
 
51
- &.is-closable {
52
- .is-icon-close {
53
- width: getCompCssVar('active-distance');
54
- }
55
- }
56
- }
57
45
 
58
46
  @include when(disabled) {
59
47
  color: getCssVar('disabled-text-color');
@@ -88,6 +76,20 @@ $name: tabs;
88
76
  cursor: pointer;
89
77
  }
90
78
 
79
+ // 当前标签激活时的样式
80
+ @include when(active) {
81
+ color: getCompCssVar('item-color-active');
82
+ background-color: getCompCssVar('item-bg-color-active');
83
+ font-weight: getCompCssVar('font-weight-active');
84
+ border: getCompCssVar('item-border-active');
85
+
86
+ &.is-closable {
87
+ .is-icon-close {
88
+ width: getCompCssVar('active-distance');
89
+ }
90
+ }
91
+ }
92
+
91
93
  &:focus,
92
94
  &:focus:active {
93
95
  outline: none;
@@ -185,7 +187,7 @@ $name: tabs;
185
187
  box-sizing: border-box;
186
188
  }
187
189
  .#{$namespace}-tabs__header .#{$namespace}-tabs__active-bar {
188
- display: none;
190
+ //display: none;
189
191
  }
190
192
 
191
193
  // 前进后退样式
@@ -1 +1 @@
1
- .vft-date-time-select{display:inline-block;cursor:pointer}.vft-date-time-select__content{display:flex}.vft-date-time-select--item{display:flex;flex-direction:column;margin-right:20px}.vft-date-time-select--date-item{display:inline-flex;flex-direction:column;color:var(--vft-primary-color);margin-bottom:10px;width:-moz-fit-content;width:fit-content}.vft-date-time-select__trigger{display:inline-flex;align-items:center;justify-content:space-between;padding:1px 11px;background-color:#fff;border-radius:5px;height:40px;min-width:200px;transition:var(--vft-transition-all);box-shadow:0 0 0 1px var(--vft-border-color) inset!important;font-size:15px}.vft-date-time-select__trigger:focus,.vft-date-time-select__trigger:hover{box-shadow:0 0 0 1px var(--vft-primary-color) inset!important}.vft-date-time-select__trigger .placeholder{color:var(--vft-text-placeholder-color)}.vft-date-time-select__trigger .text{color:var(--vft-text-primary-color)}.vft-date-time-select__trigger i{margin-left:5px;transition:var(--vft-transition-all);color:var(--vft-text-placeholder-color)}.vft-date-time-select__delete{transition:var(--vft-transition-all);display:flex;justify-content:center;align-items:center;height:20px;width:20px;border-radius:50%}.vft-date-time-select__delete:hover{background-color:#dfdfdf}.vft-date-time-select .vft-popper{padding:20px}
1
+ .vft-date-time-select{display:inline-block;cursor:pointer}.vft-date-time-select__trigger{display:inline-flex;align-items:center;justify-content:space-between;padding:1px 11px;background-color:#fff;border-radius:5px;height:40px;min-width:200px;transition:var(--vft-transition-all);box-shadow:0 0 0 1px var(--vft-border-color) inset!important;font-size:15px}.vft-date-time-select__trigger:focus,.vft-date-time-select__trigger:hover{box-shadow:0 0 0 1px var(--vft-primary-color) inset!important}.vft-date-time-select__trigger .placeholder{color:var(--vft-text-placeholder-color)}.vft-date-time-select__trigger .text{color:var(--vft-text-primary-color)}.vft-date-time-select__trigger i{margin-left:5px;transition:var(--vft-transition-all);color:var(--vft-text-placeholder-color)}.vft-date-time-select__content{display:flex;padding:5px 0;min-height:190px;max-height:350px;min-width:200px;max-width:800px;box-shadow:var(--vft-box-shadow)}.vft-date-time-select__item-container{width:100%;display:flex;flex-direction:column}.vft-date-time-select__item{display:flex;justify-content:space-between;color:var(--vft-text-primary-color);width:100%;padding:9px 16px;transition:var(--vft-transition-all);font-size:13px;line-height:1;position:relative}.vft-date-time-select__item:hover{color:var(--vft-primary-color);background-color:var(--vft-primary-color-light-9)}.vft-date-time-select__item.is-active{color:var(--vft-primary-color)}.vft-date-time-select__delete{transition:var(--vft-transition-all);display:flex;justify-content:center;align-items:center;height:20px;width:20px;border-radius:50%}.vft-date-time-select__delete:hover{background-color:#dfdfdf}
@@ -1 +1 @@
1
- :root{--vft-input-width:100%;--vft-input-text-color:var(--vft-text-regular-color);--vft-input-border:var(--vft-border);--vft-input-hover-border:var(--vft-border-color-hover);--vft-input-focus-border:var(--vft-primary-color);--vft-input-transparent-border:0 0 0 1px transparent inset;--vft-input-border-color:var(--vft-border-color);--vft-input-border-radius:var(--vft-border-radius-base);--vft-input-bg-color:var(--vft-fill-color-blank);--vft-input-icon-color:var(--vft-text-placeholder-color);--vft-input-placeholder-color:var(--vft-text-placeholder-color);--vft-input-hover-border-color:var(--vft-border-color-hover);--vft-input-clear-hover-color:var(--vft-text-secondary-color);--vft-input-focus-border-color:var(--vft-primary-color)}.vft-input{--vft-input-height:var(--vft-component-size);position:relative;font-size:var(--vft-font-size-base);display:inline-flex;width:var(--vft-input-width);line-height:var(--vft-input-height);box-sizing:border-box;vertical-align:middle;transition:width .2s ease}.vft-input::-webkit-scrollbar{z-index:11;width:6px}.vft-input::-webkit-scrollbar:horizontal{height:6px}.vft-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#c0c4cc;border:0 solid transparent}.vft-input::-webkit-scrollbar-thumb:hover{background:#c0c4cc}.vft-input::-webkit-scrollbar-corner{background:0 0}.vft-input::-webkit-scrollbar-track{background:0 0}.vft-input::-webkit-scrollbar-track-piece{background:0 0;width:6px}.vft-input .vft-input__clear,.vft-input .vft-input__password{color:var(--vft-input-icon-color);font-size:14px;cursor:pointer}.vft-input .vft-input__clear:hover,.vft-input .vft-input__password:hover{color:var(--vft-input-clear-hover-color)}.vft-input .vft-input__count{height:100%;display:inline-flex;align-items:center;color:var(--vft-info-color);font-size:12px}.vft-input .vft-input__count .vft-input__count-inner{background:var(--vft-fill-color-blank);line-height:initial;display:inline-block;padding-left:8px}.vft-input__wrapper{display:inline-flex;flex-grow:1;align-items:center;justify-content:center;padding:1px 11px;background-color:var(--vft-input-bg-color,var(--vft-fill-color-blank));background-image:none;border-radius:var(--vft-input-border-radius,var(--vft-border-radius-base));border:1px solid var(--vft-input-border-color)}.vft-input__wrapper:hover{border:1px solid var(--vft-input-hover-border-color)}.vft-input__wrapper.is-focus{border:1px solid var(--vft-input-focus-border-color)}.vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 32px) - 2px);width:100%;flex-grow:1;-webkit-appearance:none;color:var(--vft-input-text-color,var(--vft-text-regular-color));font-size:inherit;height:var(--vft-input-inner-height);line-height:var(--vft-input-inner-height);padding:0;outline:0;border:none;background:0 0;box-sizing:border-box}.vft-input__inner:focus{outline:0}.vft-input__inner::-moz-placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-input__inner::placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-input__inner[type=password]::-ms-reveal{display:none}.vft-input__inner[type=number]{line-height:1px}.vft-input__prefix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--vft-input-icon-color,var(--vft-text-placeholder-color));transition:all var(--vft-transition-duration);pointer-events:none}.vft-input__prefix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.vft-input__prefix-inner>:last-child{margin-right:8px}.vft-input__prefix-inner>:first-child,.vft-input__prefix-inner>:first-child.vft-input__icon{margin-left:0}.vft-input__suffix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--vft-input-icon-color,var(--vft-text-placeholder-color));transition:all var(--vft-transition-duration);pointer-events:none}.vft-input__suffix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.vft-input__suffix-inner>:first-child{margin-left:8px}.vft-input .vft-input__icon{transition:all var(--vft-transition-duration);margin-left:8px}.vft-input__validateIcon{pointer-events:none}.vft-input.is-active .vft-input__wrapper{border:1px solid var(--vft-input-focus-color)}.vft-input.is-disabled{cursor:not-allowed}.vft-input.is-disabled .vft-input__wrapper{background-color:var(--vft-disabled-bg-color);border:1px solid var(--vft-input-disable-color)}.vft-input.is-disabled .vft-input__inner{color:var(--vft-disabled-text-color);-webkit-text-fill-color:var(--vft-disabled-text-color);cursor:not-allowed}.vft-input.is-disabled .vft-input__inner::-moz-placeholder{color:var(--vft-text-placeholder-color)}.vft-input.is-disabled .vft-input__inner::placeholder{color:var(--vft-text-placeholder-color)}.vft-input.is-disabled .vft-input__icon{cursor:not-allowed}.vft-input.is-exceed .vft-input__wrapper{border:1px solid var(--vft-input-danger-color)}.vft-input.is-exceed .vft-input__suffix .vft-input__count{color:var(--vft-danger-color)}.vft-input--large{--vft-input-height:var(--vft-component-size-large);font-size:14px}.vft-input--large .vft-input__wrapper{padding:1px 15px}.vft-input--large .vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 40px) - 2px)}.vft-input--small{--vft-input-height:var(--vft-component-size-small);font-size:12px}.vft-input--small .vft-input__wrapper{padding:1px 7px}.vft-input--small .vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 24px) - 2px)}.vft-input-group{display:inline-flex;width:100%;align-items:stretch}.vft-input-group__append,.vft-input-group__prepend{background-color:var(--vft-fill-color-light);color:var(--vft-info-color);position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:100%;border-radius:var(--vft-input-border-radius);padding:0 20px;white-space:nowrap}.vft-input-group__append:focus,.vft-input-group__prepend:focus{outline:0}.vft-input-group__append .vft-button,.vft-input-group__append .vft-select,.vft-input-group__prepend .vft-button,.vft-input-group__prepend .vft-select{display:inline-block;margin:0 -20px}.vft-input-group__append button.vft-button,.vft-input-group__append button.vft-button:hover,.vft-input-group__append div.vft-select .vft-input__wrapper,.vft-input-group__append div.vft-select:hover .vft-input__wrapper,.vft-input-group__prepend button.vft-button,.vft-input-group__prepend button.vft-button:hover,.vft-input-group__prepend div.vft-select .vft-input__wrapper,.vft-input-group__prepend div.vft-select:hover .vft-input__wrapper{border-color:transparent;background-color:transparent;color:inherit}.vft-input-group__append .vft-button,.vft-input-group__append .vft-input,.vft-input-group__prepend .vft-button,.vft-input-group__prepend .vft-input{font-size:inherit}.vft-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0;border:1px solid var(--vft-input-border-color);border-right:0}.vft-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid var(--vft-input-border-color);border-left:0}.vft-input-group--prepend>.vft-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input .vft-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0;border:1px solid var(--vft-input-border-color)}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__wrapper{border:1px solid var(--vft-input-focus-border-color);z-index:2}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__wrapper:focus{outline:0;z-index:2;border:1px solid var(--vft-input-focus-border-color)}.vft-input-group--prepend .vft-input-group__prepend .vft-select:hover .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select:hover .vft-input__wrapper{z-index:1;border:1px solid var(--vft-input-hover-border-color)}.vft-input-group--append>.vft-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.vft-input-group--append .vft-input-group__append .vft-select .vft-input .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select .vft-input .vft-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid var(--vft-input-border-color)}.vft-input-group--append .vft-input-group__append .vft-select .vft-input.is-focus .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select .vft-input.is-focus .vft-input__wrapper{z-index:2;border:1px solid var(--vft-input-focus-border-color)}.vft-input-group--append .vft-input-group__append .vft-select:hover .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select:hover .vft-input__wrapper{z-index:1;border:1px solid var(--vft-input-hover-border-color)}.vft-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:var(--vft-font-size-base)}.vft-textarea__inner{position:relative;display:block;resize:vertical;padding:5px 11px;line-height:1.5;box-sizing:border-box;width:100%;font-size:inherit;font-family:inherit;color:var(--vft-input-text-color,var(--vft-text-regular-color));background-color:var(--vft-input-bg-color,var(--vft-fill-color-blank));background-image:none;-webkit-appearance:none;border-radius:var(--vft-input-border-radius,var(--vft-border-radius-base));transition:var(--vft-transition-box-shadow);border:1px solid var(--vft-input-border-color)}.vft-textarea__inner::-moz-placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-textarea__inner::placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-textarea__inner:hover{border:1px solid var(--vft-input-hover-border-color)}.vft-textarea__inner:focus{outline:0;border:1px solid var(--vft-input-focus-border-color)}.vft-textarea .vft-input__count{color:var(--vft-info-color);background:var(--vft-fill-color-blank);position:absolute;font-size:12px;line-height:14px;bottom:5px;right:10px}.vft-textarea.is-disabled .vft-textarea__inner{background-color:var(--vft-disabled-bg-color);border-color:var(--vft-disabled-border-color);color:var(--vft-disabled-text-color);cursor:not-allowed}.vft-textarea.is-disabled .vft-textarea__inner::-moz-placeholder{color:var(--vft-text-placeholder-color)}.vft-textarea.is-disabled .vft-textarea__inner::placeholder{color:var(--vft-text-placeholder-color)}.vft-textarea.is-exceed .vft-textarea__inner{border-color:var(--vft-danger-color)}.vft-textarea.is-exceed .vft-input__count{color:var(--vft-danger-color)}
1
+ :root{--vft-input-width:100%;--vft-input-text-color:var(--vft-text-regular-color);--vft-input-border:var(--vft-border);--vft-input-hover-border:var(--vft-border-color-hover);--vft-input-focus-border:var(--vft-primary-color);--vft-input-transparent-border:0 0 0 1px transparent inset;--vft-input-border-color:var(--vft-border-color);--vft-input-border-radius:var(--vft-border-radius-base);--vft-input-bg-color:var(--vft-fill-color-blank);--vft-input-icon-color:var(--vft-text-placeholder-color);--vft-input-placeholder-color:var(--vft-text-placeholder-color);--vft-input-hover-border-color:var(--vft-border-color-hover);--vft-input-clear-hover-color:var(--vft-text-secondary-color);--vft-input-focus-border-color:var(--vft-primary-color)}.vft-input{--vft-input-height:var(--vft-component-size);position:relative;font-size:var(--vft-font-size-base);display:inline-flex;width:var(--vft-input-width);line-height:var(--vft-input-height);box-sizing:border-box;vertical-align:middle;transition:width .2s ease}.vft-input::-webkit-scrollbar{z-index:11;width:6px}.vft-input::-webkit-scrollbar:horizontal{height:6px}.vft-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#c0c4cc;border:0 solid transparent}.vft-input::-webkit-scrollbar-thumb:hover{background:#c0c4cc}.vft-input::-webkit-scrollbar-corner{background:0 0}.vft-input::-webkit-scrollbar-track{background:0 0}.vft-input::-webkit-scrollbar-track-piece{background:0 0;width:6px}.vft-input .vft-input__clear,.vft-input .vft-input__password{color:var(--vft-input-icon-color);font-size:14px;cursor:pointer}.vft-input .vft-input__clear:hover,.vft-input .vft-input__password:hover{color:var(--vft-input-clear-hover-color)}.vft-input .vft-input__count{height:100%;display:inline-flex;align-items:center;color:var(--vft-info-color);font-size:12px}.vft-input .vft-input__count .vft-input__count-inner{background:var(--vft-fill-color-blank);line-height:initial;display:inline-block;padding-left:8px}.vft-input__wrapper{display:inline-flex;flex-grow:1;align-items:center;justify-content:center;padding:1px 11px;background-color:var(--vft-input-bg-color,var(--vft-fill-color-blank));background-image:none;border-radius:var(--vft-input-border-radius,var(--vft-border-radius-base));border:1px solid var(--vft-input-border-color);transition:var(--vft-transition-all)}.vft-input__wrapper:hover{border:1px solid var(--vft-input-hover-border-color)}.vft-input__wrapper.is-focus{border:1px solid var(--vft-input-focus-border-color)}.vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 32px) - 2px);width:100%;flex-grow:1;-webkit-appearance:none;color:var(--vft-input-text-color,var(--vft-text-regular-color));font-size:inherit;height:var(--vft-input-inner-height);line-height:var(--vft-input-inner-height);padding:0;outline:0;border:none;background:0 0;box-sizing:border-box}.vft-input__inner:focus{outline:0}.vft-input__inner::-moz-placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-input__inner::placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-input__inner[type=password]::-ms-reveal{display:none}.vft-input__inner[type=number]{line-height:1px}.vft-input__prefix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--vft-input-icon-color,var(--vft-text-placeholder-color));transition:all var(--vft-transition-duration);pointer-events:none}.vft-input__prefix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.vft-input__prefix-inner>:last-child{margin-right:8px}.vft-input__prefix-inner>:first-child,.vft-input__prefix-inner>:first-child.vft-input__icon{margin-left:0}.vft-input__suffix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;height:100%;text-align:center;color:var(--vft-input-icon-color,var(--vft-text-placeholder-color));transition:all var(--vft-transition-duration);pointer-events:none}.vft-input__suffix-inner{pointer-events:all;display:inline-flex;align-items:center;justify-content:center}.vft-input__suffix-inner>:first-child{margin-left:8px}.vft-input .vft-input__icon{transition:all var(--vft-transition-duration);margin-left:8px}.vft-input__validateIcon{pointer-events:none}.vft-input.is-active .vft-input__wrapper{border:1px solid var(--vft-input-focus-color)}.vft-input.is-disabled{cursor:not-allowed}.vft-input.is-disabled .vft-input__wrapper{background-color:var(--vft-disabled-bg-color);border:1px solid var(--vft-input-disable-color)}.vft-input.is-disabled .vft-input__inner{color:var(--vft-disabled-text-color);-webkit-text-fill-color:var(--vft-disabled-text-color);cursor:not-allowed}.vft-input.is-disabled .vft-input__inner::-moz-placeholder{color:var(--vft-text-placeholder-color)}.vft-input.is-disabled .vft-input__inner::placeholder{color:var(--vft-text-placeholder-color)}.vft-input.is-disabled .vft-input__icon{cursor:not-allowed}.vft-input.is-exceed .vft-input__wrapper{border:1px solid var(--vft-input-danger-color)}.vft-input.is-exceed .vft-input__suffix .vft-input__count{color:var(--vft-danger-color)}.vft-input--large{--vft-input-height:var(--vft-component-size-large);font-size:14px}.vft-input--large .vft-input__wrapper{padding:1px 15px}.vft-input--large .vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 40px) - 2px)}.vft-input--small{--vft-input-height:var(--vft-component-size-small);font-size:12px}.vft-input--small .vft-input__wrapper{padding:1px 7px}.vft-input--small .vft-input__inner{--vft-input-inner-height:calc(var(--vft-input-height, 24px) - 2px)}.vft-input-group{display:inline-flex;width:100%;align-items:stretch}.vft-input-group__append,.vft-input-group__prepend{background-color:var(--vft-fill-color-light);color:var(--vft-info-color);position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:100%;border-radius:var(--vft-input-border-radius);padding:0 20px;white-space:nowrap}.vft-input-group__append:focus,.vft-input-group__prepend:focus{outline:0}.vft-input-group__append .vft-button,.vft-input-group__append .vft-select,.vft-input-group__prepend .vft-button,.vft-input-group__prepend .vft-select{display:inline-block;margin:0 -20px}.vft-input-group__append button.vft-button,.vft-input-group__append button.vft-button:hover,.vft-input-group__append div.vft-select .vft-input__wrapper,.vft-input-group__append div.vft-select:hover .vft-input__wrapper,.vft-input-group__prepend button.vft-button,.vft-input-group__prepend button.vft-button:hover,.vft-input-group__prepend div.vft-select .vft-input__wrapper,.vft-input-group__prepend div.vft-select:hover .vft-input__wrapper{border-color:transparent;background-color:transparent;color:inherit}.vft-input-group__append .vft-button,.vft-input-group__append .vft-input,.vft-input-group__prepend .vft-button,.vft-input-group__prepend .vft-input{font-size:inherit}.vft-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0;border:1px solid var(--vft-input-border-color);border-right:0}.vft-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid var(--vft-input-border-color);border-left:0}.vft-input-group--prepend>.vft-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input .vft-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0;border:1px solid var(--vft-input-border-color)}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__wrapper{border:1px solid var(--vft-input-focus-border-color);z-index:2}.vft-input-group--prepend .vft-input-group__prepend .vft-select .vft-input.is-focus .vft-input__wrapper:focus{outline:0;z-index:2;border:1px solid var(--vft-input-focus-border-color)}.vft-input-group--prepend .vft-input-group__prepend .vft-select:hover .vft-input__inner{box-shadow:none!important}.vft-input-group--prepend .vft-input-group__prepend .vft-select:hover .vft-input__wrapper{z-index:1;border:1px solid var(--vft-input-hover-border-color)}.vft-input-group--append>.vft-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.vft-input-group--append .vft-input-group__append .vft-select .vft-input .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select .vft-input .vft-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid var(--vft-input-border-color)}.vft-input-group--append .vft-input-group__append .vft-select .vft-input.is-focus .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select .vft-input.is-focus .vft-input__wrapper{z-index:2;border:1px solid var(--vft-input-focus-border-color)}.vft-input-group--append .vft-input-group__append .vft-select:hover .vft-input__inner{box-shadow:none!important}.vft-input-group--append .vft-input-group__append .vft-select:hover .vft-input__wrapper{z-index:1;border:1px solid var(--vft-input-hover-border-color)}.vft-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:var(--vft-font-size-base)}.vft-textarea__inner{position:relative;display:block;resize:vertical;padding:5px 11px;line-height:1.5;box-sizing:border-box;width:100%;color:var(--vft-input-text-color,var(--vft-text-regular-color));background-color:var(--vft-input-bg-color,var(--vft-fill-color-blank));background-image:none;-webkit-appearance:none;border-radius:var(--vft-input-border-radius,var(--vft-border-radius-base));transition:var(--vft-transition-box-shadow);border:1px solid var(--vft-input-border-color)}.vft-textarea__inner::-moz-placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-textarea__inner::placeholder{color:var(--vft-input-placeholder-color,var(--vft-text-placeholder-color))}.vft-textarea__inner:hover{border:1px solid var(--vft-input-hover-border-color)}.vft-textarea__inner:focus{outline:0;border:1px solid var(--vft-input-focus-border-color)}.vft-textarea .vft-input__count{color:var(--vft-info-color);background:var(--vft-fill-color-blank);position:absolute;font-size:12px;line-height:14px;bottom:5px;right:10px}.vft-textarea.is-disabled .vft-textarea__inner{background-color:var(--vft-disabled-bg-color);border-color:var(--vft-disabled-border-color);color:var(--vft-disabled-text-color);cursor:not-allowed}.vft-textarea.is-disabled .vft-textarea__inner::-moz-placeholder{color:var(--vft-text-placeholder-color)}.vft-textarea.is-disabled .vft-textarea__inner::placeholder{color:var(--vft-text-placeholder-color)}.vft-textarea.is-exceed .vft-textarea__inner{border-color:var(--vft-danger-color)}.vft-textarea.is-exceed .vft-input__count{color:var(--vft-danger-color)}
@@ -1 +1 @@
1
- :root{--waline-font-size:1rem;--waline-white:#fff;--waline-light-grey:#999;--waline-dark-grey:#666;--waline-theme-color:#27ae60;--waline-active-color:#2ecc71;--waline-color:#444;--waline-bgcolor:#fff;--waline-bgcolor-light:#f8f8f8;--waline-bgcolor-hover:#f0f0f0;--waline-border-color:#ddd;--waline-disable-bgcolor:#f8f8f8;--waline-disable-color:#000;--waline-code-bgcolor:#282c34;--waline-bq-color:#f0f0f0;--waline-avatar-size:3.25rem;--waline-m-avatar-size:calc(var(--waline-avatar-size) * 9 / 13);--waline-badge-color:#3498db;--waline-badge-font-size:0.75em;--waline-info-bgcolor:#f8f8f8;--waline-info-color:#999;--waline-info-font-size:0.625em;--waline-border:1px solid var(--waline-border-color);--waline-avatar-radius:50%;--waline-box-shadow:none}.vft-md-comment #vft-md-comment__waline{max-width:var(--vft-md-container-content-max-width);min-width:300px}.vft-md-comment #vft-md-comment__waline a::after{content:"";display:none!important}.vft-md-comment #vft-md-comment__waline li{display:block}.vft-md-comment #vft-md-comment__waline .wl-like,.vft-md-comment #vft-md-comment__waline .wl-power{display:none}.vft-md-comment [data-waline]{font-size:var(--waline-font-size);text-align:start}.vft-md-comment [dir=rtl] [data-waline]{direction:rtl}.vft-md-comment [data-waline] *{box-sizing:content-box;line-height:1.75}.vft-md-comment [data-waline] p{color:var(--waline-color)}.vft-md-comment [data-waline] a{position:relative;display:inline-block;color:var(--waline-theme-color);text-decoration:none;word-break:break-word;cursor:pointer}.vft-md-comment [data-waline] a:hover{color:var(--waline-active-color)}.vft-md-comment [data-waline] img{max-width:100%;max-height:400px;border:none}.vft-md-comment [data-waline] hr{margin:.825em 0;border-style:dashed;border-color:var(--waline-bgcolor-light)}.vft-md-comment [data-waline] code,.vft-md-comment [data-waline] pre{margin:0;padding:.2em .4em;border-radius:3px;background:var(--waline-bgcolor-light);font-size:85%}.vft-md-comment [data-waline] pre{overflow:auto;padding:10px;line-height:1.45}.vft-md-comment [data-waline] pre::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment [data-waline] pre::-webkit-scrollbar-track-piece:horizontal{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment [data-waline] pre::-webkit-scrollbar-thumb:horizontal{width:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment [data-waline] pre code{padding:0;background:rgba(0,0,0,0);color:var(--waline-color);white-space:pre-wrap;word-break:keep-all}.vft-md-comment [data-waline] blockquote{margin:.5em 0;padding:.5em 0 .5em 1em;-webkit-border-start:8px solid var(--waline-bq-color);border-inline-start:8px solid var(--waline-bq-color);color:var(--waline-dark-grey)}.vft-md-comment [data-waline] blockquote>p{margin:0}.vft-md-comment [data-waline] ol,.vft-md-comment [data-waline] ul{-webkit-margin-start:1.25em;margin-inline-start:1.25em;padding:0}.vft-md-comment [data-waline] input[type=checkbox],.vft-md-comment [data-waline] input[type=radio]{display:inline-block;vertical-align:middle;margin-top:-2px}.vft-md-comment .wl-btn{display:inline-block;vertical-align:middle;min-width:2.5em;margin-bottom:0;padding:.5em 1em;border:1px solid var(--waline-border-color);border-radius:.5em;background:rgba(0,0,0,0);color:var(--waline-color);font-weight:400;font-size:.75em;line-height:1.5;text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition-duration:.4s;touch-action:manipulation}.vft-md-comment .wl-btn:active,.vft-md-comment .wl-btn:hover{border-color:var(--waline-theme-color);color:var(--waline-theme-color)}.vft-md-comment .wl-btn:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.vft-md-comment .wl-btn.primary{border-color:var(--waline-theme-color);background:var(--waline-theme-color);color:var(--waline-white)}.vft-md-comment .wl-btn.primary:active,.vft-md-comment .wl-btn.primary:hover{border-color:var(--waline-active-color);background:var(--waline-active-color);color:var(--waline-white)}.vft-md-comment .wl-btn.primary:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.vft-md-comment .wl-loading{text-align:center}.vft-md-comment .wl-loading svg{margin:0 auto}.vft-md-comment .wl-comment{position:relative;display:flex;margin-bottom:.75em}.vft-md-comment .wl-close{position:absolute;top:-4px;inset-inline-end:-4px;padding:0;border:none;background:rgba(0,0,0,0);line-height:1;cursor:pointer}.vft-md-comment .wl-login-info{max-width:80px;margin-top:.75em;text-align:center}.vft-md-comment .wl-logout-btn{position:absolute;top:-10px;inset-inline-end:-10px;padding:3px;border:none;background:rgba(0,0,0,0);line-height:0;cursor:pointer}.vft-md-comment .wl-avatar{position:relative;width:var(--waline-avatar-size);height:var(--waline-avatar-size);margin:0 auto;border:var(--waline-border);border-radius:var(--waline-avatar-radius)}@media (max-width:720px){.vft-md-comment .wl-avatar{width:var(--waline-m-avatar-size);height:var(--waline-m-avatar-size)}}.vft-md-comment .wl-avatar img{width:100%;height:100%;border-radius:var(--waline-avatar-radius)}.vft-md-comment .wl-login-nick{display:block;color:var(--waline-theme-color);font-size:.75em;word-break:break-all}.vft-md-comment .wl-panel{position:relative;flex-shrink:1;width:100%;margin:.5em;border:var(--waline-border);border-radius:.75em;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-header{display:flex;overflow:hidden;padding:0 4px;border-bottom:2px dashed var(--waline-border-color);border-top-left-radius:.75em;border-top-right-radius:.75em}@media (max-width:580px){.vft-md-comment .wl-header{display:block}}.vft-md-comment .wl-header label{min-width:40px;padding:.75em .5em;color:var(--waline-color);font-size:.75em;text-align:center}.vft-md-comment .wl-header input{flex:1;width:0;padding:.5em;background:rgba(0,0,0,0);font-size:.625em;resize:none}.vft-md-comment .wl-header-item{display:flex;flex:1}@media (max-width:580px){.vft-md-comment .wl-header-item:not(:last-child){border-bottom:2px dashed var(--waline-border-color)}}.vft-md-comment .wl-header-1 .wl-header-item{width:100%}.vft-md-comment .wl-header-2 .wl-header-item{width:50%}@media (max-width:580px){.vft-md-comment .wl-header-2 .wl-header-item{flex:0;width:100%}}.vft-md-comment .wl-header-3 .wl-header-item{width:33.33%}@media (max-width:580px){.vft-md-comment .wl-header-3 .wl-header-item{width:100%}}.vft-md-comment .wl-editor{position:relative;width:calc(100% - 1em);min-height:8.75em;margin:.75em .5em;border-radius:.5em;background:rgba(0,0,0,0);font-size:.875em;resize:vertical}.vft-md-comment .wl-editor,.vft-md-comment .wl-input{max-width:100%;border:none;color:var(--waline-color);outline:0;transition:all .25s ease}.vft-md-comment .wl-editor:focus,.vft-md-comment .wl-input:focus{background:var(--waline-bgcolor-light)}.vft-md-comment .wl-preview{padding:0 .5em .5em}.vft-md-comment .wl-preview h4{margin:.25em;font-weight:700;font-size:.9375em}.vft-md-comment .wl-preview .wl-content{min-height:1.25em;padding:.25em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.vft-md-comment .wl-preview .wl-content>:first-child{margin-top:0}.vft-md-comment .wl-preview .wl-content>:last-child{margin-bottom:0}.vft-md-comment .wl-footer{position:relative;display:flex;flex-wrap:wrap;margin:.5em .75em}.vft-md-comment .wl-actions{display:flex;flex:2;align-items:center}.vft-md-comment .wl-action{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;margin:2px;padding:0;border:none;background:rgba(0,0,0,0);color:var(--waline-color);font-size:16px;cursor:pointer}.vft-md-comment .wl-action:hover{color:var(--waline-theme-color)}.vft-md-comment .wl-action.active{color:var(--waline-active-color)}.vft-md-comment #wl-image-upload{display:none}.vft-md-comment #wl-image-upload:focus+label{color:var(--waline-color)}.vft-md-comment #wl-image-upload:focus-visible+label{outline:-webkit-focus-ring-color auto 1px}.vft-md-comment .wl-info{display:flex;flex:3;align-items:center;justify-content:flex-end}.vft-md-comment .wl-info .wl-text-number{color:var(--waline-info-color);font-size:.75em}.vft-md-comment .wl-info .wl-text-number .illegal{color:red}.vft-md-comment .wl-info button{-webkit-margin-start:.75em;margin-inline-start:.75em}.vft-md-comment .wl-info button svg{display:block;margin:0 auto;line-height:18px}.vft-md-comment .wl-emoji-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;max-width:526px;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(.9,.9);transform-origin:0 0}.vft-md-comment .wl-emoji-popup.display{opacity:1;visibility:visible;transform:none}.vft-md-comment .wl-emoji-popup button{display:inline-block;vertical-align:middle;width:2em;margin:.125em;padding:0;border-width:0;background:rgba(0,0,0,0);font-size:inherit;line-height:2;text-align:center;cursor:pointer}.vft-md-comment .wl-emoji-popup button:hover{background:var(--waline-bgcolor-hover)}.vft-md-comment .wl-emoji-popup .wl-emoji{display:inline-block;vertical-align:middle;max-width:1.5em;max-height:1.5em}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper{overflow-y:auto;max-height:145px;padding:.5em}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical{width:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment .wl-emoji-popup .wl-tabs{position:relative;overflow-x:auto;padding:0 6px;white-space:nowrap}.vft-md-comment .wl-emoji-popup .wl-tabs::before{content:" ";position:absolute;top:0;right:0;left:0;z-index:2;height:1px;background:var(--waline-border-color)}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal{height:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment .wl-emoji-popup .wl-tab{position:relative;margin:0;padding:0 .5em}.vft-md-comment .wl-emoji-popup .wl-tab.active{z-index:3;border:1px solid var(--waline-border-color);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;background:var(--waline-bgcolor)}.vft-md-comment .wl-gif-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;width:calc(100% - 3em);padding:.75em .75em .25em;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(.9,.9);transform-origin:0 0}.vft-md-comment .wl-gif-popup.display{opacity:1;visibility:visible;transform:none}.vft-md-comment .wl-gif-popup input{box-sizing:border-box;width:100%;margin-bottom:10px;padding:3px 5px;border:var(--waline-border)}.vft-md-comment .wl-gif-popup img{display:block;box-sizing:border-box;width:100%;border-width:2px;border-style:solid;border-color:#fff;cursor:pointer}.vft-md-comment .wl-gif-popup img:hover{border-color:var(--waline-theme-color);border-radius:2px}.vft-md-comment .wl-gallery{display:flex;overflow-y:auto;max-height:80vh}.vft-md-comment .wl-gallery-column{display:flex;flex:1;flex-direction:column;height:-moz-max-content;height:max-content}.vft-md-comment .wl-cards .wl-user{--avatar-size:var(--waline-avatar-size);position:relative;-webkit-margin-end:.75em;margin-inline-end:.75em}@media (max-width:720px){.vft-md-comment .wl-cards .wl-user{--avatar-size:var(--waline-m-avatar-size)}}.vft-md-comment .wl-cards .wl-user img{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--waline-avatar-radius);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-cards .wl-user .verified-icon{position:absolute;top:calc(var(--avatar-size) * 3 / 4);inset-inline-start:calc(var(--avatar-size) * 3 / 4);border-radius:50%;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-card-item{position:relative;display:flex;padding:.5em}.vft-md-comment .wl-card-item .wl-card-item{-webkit-padding-end:0;padding-inline-end:0}.vft-md-comment .wl-card{flex:1;width:0;padding-bottom:.5em;border-bottom:1px dashed var(--waline-border-color)}.vft-md-comment .wl-card:first-child{-webkit-margin-start:1em;margin-inline-start:1em}.vft-md-comment .wl-card-item:last-child>.wl-card{border-bottom:none}.vft-md-comment .wl-card .wl-nick svg{position:relative;bottom:-.125em;line-height:1}.vft-md-comment .wl-card .wl-head{overflow:hidden;line-height:1.5}.vft-md-comment .wl-card .wl-head .wl-nick{position:relative;display:inline-block;-webkit-margin-end:.5em;margin-inline-end:.5em;font-weight:700;font-size:.875em;line-height:1;text-decoration:none}.vft-md-comment .wl-card span.wl-nick{color:var(--waline-dark-grey)}.vft-md-comment .wl-card .wl-badge{display:inline-block;-webkit-margin-end:1em;margin-inline-end:1em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.vft-md-comment .wl-card .wl-time{-webkit-margin-end:.875em;margin-inline-end:.875em;color:var(--waline-info-color);font-size:.75em}.vft-md-comment .wl-card .wl-meta{position:relative;line-height:1}.vft-md-comment .wl-card .wl-meta>span{display:inline-block;-webkit-margin-end:.25em;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-size:var(--waline-info-font-size);line-height:1.5}.vft-md-comment .wl-card .wl-meta>span:empty{display:none}.vft-md-comment .wl-card .wl-comment-actions{float:right;line-height:1}.vft-md-comment [dir=rtl] .wl-card .wl-comment-actions{float:left}.vft-md-comment .wl-card .wl-delete,.vft-md-comment .wl-card .wl-edit,.vft-md-comment .wl-card .wl-like,.vft-md-comment .wl-card .wl-reply{display:inline-flex;align-items:center;border:none;background:rgba(0,0,0,0);color:var(--waline-color);line-height:1;cursor:pointer;transition:color .2s ease}.vft-md-comment .wl-card .wl-delete:hover,.vft-md-comment .wl-card .wl-edit:hover,.vft-md-comment .wl-card .wl-like:hover,.vft-md-comment .wl-card .wl-reply:hover{color:var(--waline-theme-color)}.vft-md-comment .wl-card .wl-delete.active,.vft-md-comment .wl-card .wl-edit.active,.vft-md-comment .wl-card .wl-like.active,.vft-md-comment .wl-card .wl-reply.active{color:var(--waline-active-color)}.vft-md-comment .wl-card .wl-content{position:relative;margin-bottom:.75em;padding-top:.625em;font-size:.875em;line-height:2;word-wrap:break-word}.vft-md-comment .wl-card .wl-content.expand{overflow:hidden;max-height:8em;cursor:pointer}.vft-md-comment .wl-card .wl-content.expand::before{content:"";position:absolute;top:0;bottom:3.15em;inset-inline-start:0;z-index:999;display:block;width:100%;background:linear-gradient(180deg,#000,rgba(255,255,255,.9))}.vft-md-comment .wl-card .wl-content.expand::after{content:attr(data-expand);position:absolute;bottom:0;inset-inline-start:0;z-index:999;display:block;width:100%;height:3.15em;background:rgba(255,255,255,.9);color:#828586;line-height:3.15em;text-align:center}.vft-md-comment .wl-card .wl-content>:first-child{margin-top:0}.vft-md-comment .wl-card .wl-content>:last-child{margin-bottom:0}.vft-md-comment .wl-card .wl-admin-actions{margin:8px 0;font-size:12px;text-align:right}.vft-md-comment .wl-card .wl-comment-status{margin:0 8px}.vft-md-comment .wl-card .wl-comment-status .wl-btn{border-radius:0}.vft-md-comment .wl-card .wl-comment-status .wl-btn:first-child{-webkit-border-end:0;border-inline-end:0;border-radius:.5em 0 0 .5em}.vft-md-comment .wl-card .wl-comment-status .wl-btn:last-child{-webkit-border-start:0;border-inline-start:0;border-radius:0 .5em .5em 0}.vft-md-comment .wl-card .wl-quote{-webkit-border-start:1px dashed rgba(237,237,237,.5);border-inline-start:1px dashed rgba(237,237,237,.5)}.vft-md-comment .wl-card .wl-quote .wl-user{--avatar-size:var(--waline-m-avatar-size)}.vft-md-comment .wl-close-icon{color:var(--waline-border-color)}.vft-md-comment .wl-content .vemoji,.vft-md-comment .wl-content .wl-emoji{display:inline-block;vertical-align:baseline;height:1.25em;margin:-.125em .25em}.vft-md-comment .wl-content .wl-tex{background:var(--waline-info-bgcolor);color:var(--waline-info-color)}.vft-md-comment .wl-content span.wl-tex{display:inline-block;-webkit-margin-end:.25em;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;font-size:var(--waline-info-font-size);line-height:1.5}.vft-md-comment .wl-content p.wl-tex{text-align:center}.vft-md-comment .wl-content .katex-display{overflow:auto hidden;-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em}.vft-md-comment .wl-content .katex-display::-webkit-scrollbar{height:3px}.vft-md-comment .wl-content .katex-error{color:red}.vft-md-comment .wl-count{flex:1;font-weight:700;font-size:1.25em}.vft-md-comment .wl-empty{overflow:auto;padding:1.25em;color:var(--waline-color);text-align:center}.vft-md-comment .wl-operation{text-align:center}.vft-md-comment .wl-operation button{margin:1em 0}.vft-md-comment .wl-power{padding:.5em 0;color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end}.vft-md-comment .wl-meta-head{display:flex;flex-direction:row;align-items:center;padding:.375em}.vft-md-comment .wl-sort{margin:0;list-style-type:none}.vft-md-comment .wl-sort li{display:inline-block;color:var(--waline-info-color);font-size:.75em;cursor:pointer}.vft-md-comment .wl-sort li.active{color:var(--waline-theme-color)}.vft-md-comment .wl-sort li+li{-webkit-margin-start:1em;margin-inline-start:1em}.vft-md-comment .wl-reaction{overflow:auto hidden;margin-bottom:1.75em;text-align:center}.vft-md-comment .wl-reaction img{width:100%;height:100%;transition:all 250ms ease-in-out}.vft-md-comment .wl-reaction-title{margin:16px auto;font-weight:700;font-size:18px}.vft-md-comment .wl-reaction-list{display:flex;flex-direction:row;gap:16px;justify-content:center;margin:0;padding:8px;list-style-type:none}@media (max-width:580px){.vft-md-comment .wl-reaction-list{gap:12px}}.vft-md-comment [data-waline] .wl-reaction-list{-webkit-margin-start:0;margin-inline-start:0}.vft-md-comment .wl-reaction-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.vft-md-comment .wl-reaction-item.active img,.vft-md-comment .wl-reaction-item:hover img{transform:scale(1.15)}.vft-md-comment .wl-reaction-img{position:relative;width:42px;height:42px}@media (max-width:580px){.vft-md-comment .wl-reaction-img{width:32px;height:32px}}.vft-md-comment .wl-reaction-loading{position:absolute;top:-4px;inset-inline-end:-5px;width:18px;height:18px;color:var(--waline-theme-color)}.vft-md-comment .wl-reaction-votes{position:absolute;top:-9px;inset-inline-end:-9px;min-width:1em;padding:2px;border:1px solid var(--waline-theme-color);border-radius:1em;background:var(--waline-bgcolor);color:var(--waline-theme-color);font-weight:700;font-size:.75em;line-height:1}.vft-md-comment .wl-reaction-item.active .wl-reaction-votes{background:var(--waline-theme-color);color:var(--waline-bgcolor)}.vft-md-comment .wl-reaction-text{font-size:.875em}.vft-md-comment .wl-reaction-item.active .wl-reaction-text{color:var(--waline-theme-color)}.vft-md-comment .wl-content pre,.vft-md-comment .wl-content pre[class*=language-]{overflow:auto;margin:.75rem 0;padding:1rem 1.25rem;border-radius:6px;background:var(--waline-code-bgcolor);line-height:1.4}.vft-md-comment .wl-content pre code,.vft-md-comment .wl-content pre[class*=language-] code{padding:0;border-radius:0;background:rgba(0,0,0,0)!important;color:#bbb;direction:ltr}.vft-md-comment .wl-content code[class*=language-],.vft-md-comment .wl-content pre[class*=language-]{background:0 0;color:#ccc;font-size:1em;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.vft-md-comment .wl-content pre[class*=language-]{overflow:auto}.vft-md-comment .wl-content :not(pre)>code[class*=language-],.vft-md-comment .wl-content pre[class*=language-]{background:#2d2d2d}.vft-md-comment .wl-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.vft-md-comment .wl-content .token.block-comment,.vft-md-comment .wl-content .token.cdata,.vft-md-comment .wl-content .token.comment,.vft-md-comment .wl-content .token.doctype,.vft-md-comment .wl-content .token.prolog{color:#999}.vft-md-comment .wl-content .token.punctuation{color:#ccc}.vft-md-comment .wl-content .token.attr-name,.vft-md-comment .wl-content .token.deleted,.vft-md-comment .wl-content .token.namespace,.vft-md-comment .wl-content .token.tag{color:#e2777a}.vft-md-comment .wl-content .token.function-name{color:#6196cc}.vft-md-comment .wl-content .token.boolean,.vft-md-comment .wl-content .token.function,.vft-md-comment .wl-content .token.number{color:#f08d49}.vft-md-comment .wl-content .token.class-name,.vft-md-comment .wl-content .token.constant,.vft-md-comment .wl-content .token.property,.vft-md-comment .wl-content .token.symbol{color:#f8c555}.vft-md-comment .wl-content .token.atrule,.vft-md-comment .wl-content .token.builtin,.vft-md-comment .wl-content .token.important,.vft-md-comment .wl-content .token.keyword,.vft-md-comment .wl-content .token.selector{color:#cc99cd}.vft-md-comment .wl-content .token.attr-value,.vft-md-comment .wl-content .token.char,.vft-md-comment .wl-content .token.regex,.vft-md-comment .wl-content .token.string,.vft-md-comment .wl-content .token.variable{color:#7ec699}.vft-md-comment .wl-content .token.entity,.vft-md-comment .wl-content .token.operator,.vft-md-comment .wl-content .token.url{color:#67cdcc}.vft-md-comment .wl-content .token.bold,.vft-md-comment .wl-content .token.important{font-weight:700}.vft-md-comment .wl-content .token.italic{font-style:italic}.vft-md-comment .wl-content .token.entity{cursor:help}.vft-md-comment .wl-content .token.inserted{color:green}.vft-md-comment .wl-recent-item p{display:inline}.vft-md-comment .wl-user-list{padding:0;list-style:none}.vft-md-comment .wl-user-list a,.vft-md-comment .wl-user-list a:hover,.vft-md-comment .wl-user-list a:visited{color:var(--waline-color);text-decoration:none}.vft-md-comment .wl-user-list .wl-user-avatar{position:relative;display:inline-block;overflow:hidden;-webkit-margin-end:10px;margin-inline-end:10px;border-radius:4px;line-height:0}.vft-md-comment .wl-user-list .wl-user-avatar>img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}.vft-md-comment .wl-user-list .wl-user-badge{position:absolute;bottom:0;inset-inline-end:0;min-width:.7em;height:1.5em;padding:0 .4em;border-radius:4px;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-weight:700;font-size:10px;line-height:1.5em;text-align:center}.vft-md-comment .wl-user-list .wl-user-item{margin:10px 0}.vft-md-comment .wl-user-list .wl-user-item:nth-child(1) .wl-user-badge{background:var(--waline-rank-gold-bgcolor,#fa3939);color:var(--waline-white);font-weight:700}.vft-md-comment .wl-user-list .wl-user-item:nth-child(2) .wl-user-badge{background:var(--waline-rank-silver-bgcolor,#fb811c);color:var(--waline-white);font-weight:700}.vft-md-comment .wl-user-list .wl-user-item:nth-child(3) .wl-user-badge{background:var(--waline-rank-copper-bgcolor,#feb207);color:var(--waline-white)}.vft-md-comment .wl-user-list .wl-user-meta{display:inline-block;vertical-align:top}.vft-md-comment .wl-user-list .wl-badge{display:inline-block;vertical-align:text-top;-webkit-margin-start:.5em;margin-inline-start:.5em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.vft-md-comment .wl-user-wall{padding:0;list-style:none}.vft-md-comment .wl-user-wall .wl-user-badge,.vft-md-comment .wl-user-wall .wl-user-meta{display:none}.vft-md-comment .wl-user-wall .wl-user-item{position:relative;display:inline-block;transition:transform ease-in-out .2s}.vft-md-comment .wl-user-wall .wl-user-item::after,.vft-md-comment .wl-user-wall .wl-user-item::before{position:absolute;bottom:100%;left:50%;z-index:10;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;transform:translate(-50%,4px);transform-origin:top}.vft-md-comment .wl-user-wall .wl-user-item::before{content:"";width:0;height:0;border:5px solid transparent;border-top-color:rgba(16,16,16,.95)}.vft-md-comment .wl-user-wall .wl-user-item::after{content:attr(aria-label);margin-bottom:10px;padding:.5em 1em;border-radius:2px;background:rgba(16,16,16,.95);color:#fff;font-size:12px;white-space:nowrap}.vft-md-comment .wl-user-wall .wl-user-item:hover{transform:scale(1.1)}.vft-md-comment .wl-user-wall .wl-user-item:hover::after,.vft-md-comment .wl-user-wall .wl-user-item:hover::before{opacity:1;pointer-events:none;transform:translate(-50%,0)}.vft-md-comment .wl-user-wall .wl-user-item img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}
1
+ :root{--waline-font-size:1rem;--waline-white:#fff;--waline-light-grey:#999;--waline-dark-grey:#666;--waline-theme-color:#27ae60;--waline-active-color:#2ecc71;--waline-color:#444;--waline-bgcolor:#fff;--waline-bgcolor-light:#f8f8f8;--waline-bgcolor-hover:#f0f0f0;--waline-border-color:#ddd;--waline-disable-bgcolor:#f8f8f8;--waline-disable-color:#000;--waline-code-bgcolor:#282c34;--waline-bq-color:#f0f0f0;--waline-avatar-size:3.25rem;--waline-m-avatar-size:calc(var(--waline-avatar-size) * 9 / 13);--waline-badge-color:#3498db;--waline-badge-font-size:0.75em;--waline-info-bgcolor:#f8f8f8;--waline-info-color:#999;--waline-info-font-size:0.625em;--waline-border:1px solid var(--waline-border-color);--waline-avatar-radius:50%;--waline-box-shadow:none}.vft-md-comment #vft-md-comment__waline{max-width:var(--vft-md-container-content-max-width);min-width:300px}.vft-md-comment #vft-md-comment__waline a::after{content:"";display:none!important}.vft-md-comment #vft-md-comment__waline li{display:block}.vft-md-comment #vft-md-comment__waline .wl-like,.vft-md-comment #vft-md-comment__waline .wl-power{display:none}.vft-md-comment [data-waline]{font-size:var(--waline-font-size);text-align:start}.vft-md-comment [dir=rtl] [data-waline]{direction:rtl}.vft-md-comment [data-waline] *{box-sizing:content-box;line-height:1.75}.vft-md-comment [data-waline] p{color:var(--waline-color)}.vft-md-comment [data-waline] a{position:relative;display:inline-block;color:var(--waline-theme-color);text-decoration:none;word-break:break-word;cursor:pointer}.vft-md-comment [data-waline] a:hover{color:var(--waline-active-color)}.vft-md-comment [data-waline] img{max-width:100%;max-height:400px;border:none}.vft-md-comment [data-waline] hr{margin:.825em 0;border-style:dashed;border-color:var(--waline-bgcolor-light)}.vft-md-comment [data-waline] code,.vft-md-comment [data-waline] pre{margin:0;padding:.2em .4em;border-radius:3px;background:var(--waline-bgcolor-light);font-size:85%}.vft-md-comment [data-waline] pre{overflow:auto;padding:10px;line-height:1.45}.vft-md-comment [data-waline] pre::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment [data-waline] pre::-webkit-scrollbar-track-piece:horizontal{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment [data-waline] pre::-webkit-scrollbar-thumb:horizontal{width:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment [data-waline] pre code{padding:0;background:rgba(0,0,0,0);color:var(--waline-color);white-space:pre-wrap;word-break:keep-all}.vft-md-comment [data-waline] blockquote{margin:.5em 0;padding:.5em 0 .5em 1em;-webkit-border-start:8px solid var(--waline-bq-color);border-inline-start:8px solid var(--waline-bq-color);color:var(--waline-dark-grey)}.vft-md-comment [data-waline] blockquote>p{margin:0}.vft-md-comment [data-waline] ol,.vft-md-comment [data-waline] ul{-webkit-margin-start:1.25em;margin-inline-start:1.25em;padding:0}.vft-md-comment [data-waline] input[type=checkbox],.vft-md-comment [data-waline] input[type=radio]{display:inline-block;vertical-align:middle;margin-top:-2px}.vft-md-comment .wl-btn{display:inline-block;vertical-align:middle;min-width:2.5em;margin-bottom:0;padding:.5em 1em;border:1px solid var(--waline-border-color);border-radius:.5em;background:rgba(0,0,0,0);color:var(--waline-color);font-weight:400;font-size:.75em;line-height:1.5;text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition-duration:.4s;touch-action:manipulation}.vft-md-comment .wl-btn:active,.vft-md-comment .wl-btn:hover{border-color:var(--waline-theme-color);color:var(--waline-theme-color)}.vft-md-comment .wl-btn:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.vft-md-comment .wl-btn.primary{border-color:var(--waline-theme-color);background:var(--waline-theme-color);color:var(--waline-white)}.vft-md-comment .wl-btn.primary:active,.vft-md-comment .wl-btn.primary:hover{border-color:var(--waline-active-color);background:var(--waline-active-color);color:var(--waline-white)}.vft-md-comment .wl-btn.primary:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.vft-md-comment .wl-loading{text-align:center}.vft-md-comment .wl-loading svg{margin:0 auto}.vft-md-comment .wl-comment{position:relative;display:flex;margin-bottom:.75em}.vft-md-comment .wl-close{position:absolute;top:-4px;inset-inline-end:-4px;padding:0;border:none;background:rgba(0,0,0,0);line-height:1;cursor:pointer}.vft-md-comment .wl-login-info{max-width:80px;margin-top:.75em;text-align:center}.vft-md-comment .wl-logout-btn{position:absolute;top:-10px;inset-inline-end:-10px;padding:3px;border:none;background:rgba(0,0,0,0);line-height:0;cursor:pointer}.vft-md-comment .wl-avatar{position:relative;width:var(--waline-avatar-size);height:var(--waline-avatar-size);margin:0 auto;border:var(--waline-border);border-radius:var(--waline-avatar-radius)}@media (max-width:720px){.vft-md-comment .wl-avatar{width:var(--waline-m-avatar-size);height:var(--waline-m-avatar-size)}}.vft-md-comment .wl-avatar img{width:100%;height:100%;border-radius:var(--waline-avatar-radius)}.vft-md-comment .wl-login-nick{display:block;color:var(--waline-theme-color);font-size:.75em;word-break:break-all}.vft-md-comment .wl-panel{position:relative;flex-shrink:1;width:100%;margin:.5em;border:var(--waline-border);border-radius:.75em;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-header{display:flex;overflow:hidden;padding:0 4px;border-bottom:2px dashed var(--waline-border-color);border-top-left-radius:.75em;border-top-right-radius:.75em}@media (max-width:580px){.vft-md-comment .wl-header{display:block}}.vft-md-comment .wl-header label{min-width:40px;padding:.75em .5em;color:var(--waline-color);font-size:.75em;text-align:center}.vft-md-comment .wl-header input{flex:1;width:0;padding:.5em;background:rgba(0,0,0,0);font-size:.625em;resize:none}.vft-md-comment .wl-header-item{display:flex;flex:1}@media (max-width:580px){.vft-md-comment .wl-header-item:not(:last-child){border-bottom:2px dashed var(--waline-border-color)}}.vft-md-comment .wl-header-1 .wl-header-item{width:100%}.vft-md-comment .wl-header-2 .wl-header-item{width:50%}@media (max-width:580px){.vft-md-comment .wl-header-2 .wl-header-item{flex:0;width:100%}}.vft-md-comment .wl-header-3 .wl-header-item{width:33.33%}@media (max-width:580px){.vft-md-comment .wl-header-3 .wl-header-item{width:100%}}.vft-md-comment .wl-editor{position:relative;width:calc(100% - 1em);min-height:8.75em;margin:.75em .5em;border-radius:.5em;background:rgba(0,0,0,0);font-size:.875em;resize:vertical}.vft-md-comment .wl-editor,.vft-md-comment .wl-input{max-width:100%;border:none;color:var(--waline-color);outline:0;transition:all .25s ease}.vft-md-comment .wl-editor:focus,.vft-md-comment .wl-input:focus{background:var(--waline-bgcolor-light)}.vft-md-comment .wl-preview{padding:0 .5em .5em}.vft-md-comment .wl-preview h4{margin:.25em;font-weight:700;font-size:.9375em}.vft-md-comment .wl-preview .wl-content{min-height:1.25em;padding:.25em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.vft-md-comment .wl-preview .wl-content>:first-child{margin-top:0}.vft-md-comment .wl-preview .wl-content>:last-child{margin-bottom:0}.vft-md-comment .wl-footer{position:relative;display:flex;flex-wrap:wrap;margin:.5em .75em}.vft-md-comment .wl-actions{display:flex;flex:2;align-items:center}.vft-md-comment .wl-action{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;margin:2px;padding:0;border:none;background:rgba(0,0,0,0);color:var(--waline-color);font-size:16px;cursor:pointer}.vft-md-comment .wl-action:hover{color:var(--waline-theme-color)}.vft-md-comment .wl-action.active{color:var(--waline-active-color)}.vft-md-comment #wl-image-upload{display:none}.vft-md-comment #wl-image-upload:focus+label{color:var(--waline-color)}.vft-md-comment #wl-image-upload:focus-visible+label{outline:-webkit-focus-ring-color auto 1px}.vft-md-comment .wl-info{display:flex;flex:3;align-items:center;justify-content:flex-end}.vft-md-comment .wl-info .wl-text-number{color:var(--waline-info-color);font-size:.75em}.vft-md-comment .wl-info .wl-text-number .illegal{color:red}.vft-md-comment .wl-info button{-webkit-margin-start:.75em;margin-inline-start:.75em}.vft-md-comment .wl-info button svg{display:block;margin:0 auto;line-height:18px}.vft-md-comment .wl-emoji-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;max-width:526px;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(.9,.9);transform-origin:0 0}.vft-md-comment .wl-emoji-popup.display{opacity:1;visibility:visible;transform:none}.vft-md-comment .wl-emoji-popup button{display:inline-block;vertical-align:middle;width:2em;margin:.125em;padding:0;border-width:0;background:rgba(0,0,0,0);font-size:inherit;line-height:2;text-align:center;cursor:pointer}.vft-md-comment .wl-emoji-popup button:hover{background:var(--waline-bgcolor-hover)}.vft-md-comment .wl-emoji-popup .wl-emoji{display:inline-block;vertical-align:middle;max-width:1.5em;max-height:1.5em}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper{overflow-y:auto;max-height:145px;padding:.5em}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical{width:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment .wl-emoji-popup .wl-tabs{position:relative;overflow-x:auto;padding:0 6px;white-space:nowrap}.vft-md-comment .wl-emoji-popup .wl-tabs::before{content:" ";position:absolute;top:0;right:0;left:0;z-index:2;height:1px;background:var(--waline-border-color)}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar{width:6px;height:6px}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal{border-radius:6px;background:rgba(0,0,0,.1)}.vft-md-comment .wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal{height:6px;border-radius:6px;background:var(--waline-theme-color)}.vft-md-comment .wl-emoji-popup .wl-tab{position:relative;margin:0;padding:0 .5em}.vft-md-comment .wl-emoji-popup .wl-tab.active{z-index:3;border:1px solid var(--waline-border-color);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;background:var(--waline-bgcolor)}.vft-md-comment .wl-gif-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;width:calc(100% - 3em);padding:.75em .75em .25em;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(.9,.9);transform-origin:0 0}.vft-md-comment .wl-gif-popup.display{opacity:1;visibility:visible;transform:none}.vft-md-comment .wl-gif-popup input{box-sizing:border-box;width:100%;margin-bottom:10px;padding:3px 5px;border:var(--waline-border)}.vft-md-comment .wl-gif-popup img{display:block;box-sizing:border-box;width:100%;border-width:2px;border-style:solid;border-color:#fff;cursor:pointer}.vft-md-comment .wl-gif-popup img:hover{border-color:var(--waline-theme-color);border-radius:2px}.vft-md-comment .wl-gallery{display:flex;overflow-y:auto;max-height:80vh}.vft-md-comment .wl-gallery-column{display:flex;flex:1;flex-direction:column;height:-moz-max-content;height:max-content}.vft-md-comment .wl-cards .wl-user{--avatar-size:var(--waline-avatar-size);position:relative;-webkit-margin-end:.75em;margin-inline-end:.75em}@media (max-width:720px){.vft-md-comment .wl-cards .wl-user{--avatar-size:var(--waline-m-avatar-size)}}.vft-md-comment .wl-cards .wl-user img{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--waline-avatar-radius);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-cards .wl-user .verified-icon{position:absolute;top:calc(var(--avatar-size) * 3 / 4);inset-inline-start:calc(var(--avatar-size) * 3 / 4);border-radius:50%;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.vft-md-comment .wl-card-item{position:relative;display:flex;padding:.5em}.vft-md-comment .wl-card-item .wl-card-item{-webkit-padding-end:0;padding-inline-end:0}.vft-md-comment .wl-card{flex:1;width:0;padding-bottom:.5em;border-bottom:1px dashed var(--waline-border-color)}.vft-md-comment .wl-card:first-child{-webkit-margin-start:1em;margin-inline-start:1em}.vft-md-comment .wl-card-item:last-child>.wl-card{border-bottom:none}.vft-md-comment .wl-card .wl-nick svg{position:relative;bottom:-.125em;line-height:1}.vft-md-comment .wl-card .wl-head{overflow:hidden;line-height:1.5}.vft-md-comment .wl-card .wl-head .wl-nick{position:relative;display:inline-block;-webkit-margin-end:.5em;margin-inline-end:.5em;font-weight:700;font-size:.875em;line-height:1;text-decoration:none}.vft-md-comment .wl-card span.wl-nick{color:var(--waline-dark-grey)}.vft-md-comment .wl-card .wl-badge{display:inline-block;-webkit-margin-end:1em;margin-inline-end:1em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.vft-md-comment .wl-card .wl-time{-webkit-margin-end:.875em;margin-inline-end:.875em;color:var(--waline-info-color);font-size:.75em}.vft-md-comment .wl-card .wl-meta{position:relative;line-height:1}.vft-md-comment .wl-card .wl-meta>span{display:inline-block;-webkit-margin-end:.25em;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-size:var(--waline-info-font-size);line-height:1.5}.vft-md-comment .wl-card .wl-meta>span:empty{display:none}.vft-md-comment .wl-card .wl-comment-actions{float:right;line-height:1}.vft-md-comment [dir=rtl] .wl-card .wl-comment-actions{float:left}.vft-md-comment .wl-card .wl-delete,.vft-md-comment .wl-card .wl-edit,.vft-md-comment .wl-card .wl-like,.vft-md-comment .wl-card .wl-reply{display:inline-flex;align-items:center;border:none;background:rgba(0,0,0,0);color:var(--waline-color);line-height:1;cursor:pointer;transition:color .2s ease}.vft-md-comment .wl-card .wl-delete:hover,.vft-md-comment .wl-card .wl-edit:hover,.vft-md-comment .wl-card .wl-like:hover,.vft-md-comment .wl-card .wl-reply:hover{color:var(--waline-theme-color)}.vft-md-comment .wl-card .wl-delete.active,.vft-md-comment .wl-card .wl-edit.active,.vft-md-comment .wl-card .wl-like.active,.vft-md-comment .wl-card .wl-reply.active{color:var(--waline-active-color)}.vft-md-comment .wl-card .wl-content{position:relative;margin-bottom:.75em;padding-top:.625em;font-size:.875em;line-height:2;word-wrap:break-word}.vft-md-comment .wl-card .wl-content.expand{overflow:hidden;max-height:8em;cursor:pointer}.vft-md-comment .wl-card .wl-content.expand::before{content:"";position:absolute;top:0;bottom:3.15em;inset-inline-start:0;z-index:999;display:block;width:100%;background:linear-gradient(180deg,#000,rgba(255,255,255,.9))}.vft-md-comment .wl-card .wl-content.expand::after{content:attr(data-expand);position:absolute;bottom:0;inset-inline-start:0;z-index:999;display:block;width:100%;height:3.15em;background:rgba(255,255,255,.9);color:#828586;line-height:3.15em;text-align:center}.vft-md-comment .wl-card .wl-content>:first-child{margin-top:0}.vft-md-comment .wl-card .wl-content>:last-child{margin-bottom:0}.vft-md-comment .wl-card .wl-admin-actions{margin:8px 0;font-size:12px;text-align:right}.vft-md-comment .wl-card .wl-comment-status{margin:0 8px}.vft-md-comment .wl-card .wl-comment-status .wl-btn{border-radius:0}.vft-md-comment .wl-card .wl-comment-status .wl-btn:first-child{-webkit-border-end:0;border-inline-end:0;border-radius:.5em 0 0 .5em}.vft-md-comment .wl-card .wl-comment-status .wl-btn:last-child{-webkit-border-start:0;border-inline-start:0;border-radius:0 .5em .5em 0}.vft-md-comment .wl-card .wl-quote{-webkit-border-start:1px dashed rgba(237,237,237,.5);border-inline-start:1px dashed rgba(237,237,237,.5)}.vft-md-comment .wl-card .wl-quote .wl-user{--avatar-size:var(--waline-m-avatar-size)}.vft-md-comment .wl-close-icon{color:var(--waline-border-color)}.vft-md-comment .wl-content .vemoji,.vft-md-comment .wl-content .wl-emoji{display:inline-block;vertical-align:baseline;height:1.25em;margin:-.125em .25em}.vft-md-comment .wl-content .wl-tex{background:var(--waline-info-bgcolor);color:var(--waline-info-color)}.vft-md-comment .wl-content span.wl-tex{display:inline-block;-webkit-margin-end:.25em;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;font-size:var(--waline-info-font-size);line-height:1.5}.vft-md-comment .wl-content p.wl-tex{text-align:center}.vft-md-comment .wl-content .katex-display{overflow:auto hidden;-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em}.vft-md-comment .wl-content .katex-display::-webkit-scrollbar{height:3px}.vft-md-comment .wl-content .katex-error{color:red}.vft-md-comment .wl-count{flex:1;font-weight:700;font-size:1.25em}.vft-md-comment .wl-empty{overflow:auto;padding:1.25em;color:var(--waline-color);text-align:center}.vft-md-comment .wl-operation{text-align:center}.vft-md-comment .wl-operation button{margin:1em 0}.vft-md-comment .wl-power{padding:.5em 0;color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end}.vft-md-comment .wl-meta-head{display:flex;flex-direction:row;align-items:center;padding:.375em}.vft-md-comment .wl-sort{margin:0;list-style-type:none}.vft-md-comment .wl-sort li{display:inline-block;color:var(--waline-info-color);font-size:.75em;cursor:pointer}.vft-md-comment .wl-sort li.active{color:var(--waline-theme-color)}.vft-md-comment .wl-sort li+li{-webkit-margin-start:1em;margin-inline-start:1em}.vft-md-comment .wl-reaction{overflow:auto hidden;margin-bottom:1.75em;text-align:center}.vft-md-comment .wl-reaction img{width:100%;height:100%;transition:all 250ms ease-in-out}.vft-md-comment .wl-reaction-title{margin:16px auto;font-weight:700;font-size:18px}.vft-md-comment .wl-reaction-list{display:flex;flex-direction:row;gap:16px;justify-content:center;margin:0;padding:8px;list-style-type:none}@media (max-width:580px){.vft-md-comment .wl-reaction-list{gap:12px}}.vft-md-comment [data-waline] .wl-reaction-list{-webkit-margin-start:0;margin-inline-start:0}.vft-md-comment .wl-reaction-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.vft-md-comment .wl-reaction-item.active img,.vft-md-comment .wl-reaction-item:hover img{transform:scale(1.15)}.vft-md-comment .wl-reaction-img{position:relative;width:42px;height:42px}@media (max-width:580px){.vft-md-comment .wl-reaction-img{width:32px;height:32px}}.vft-md-comment .wl-reaction-loading{position:absolute;top:-4px;inset-inline-end:-5px;width:18px;height:18px;color:var(--waline-theme-color)}.vft-md-comment .wl-reaction-votes{position:absolute;top:-9px;inset-inline-end:-9px;min-width:1em;padding:2px;border:1px solid var(--waline-theme-color);border-radius:1em;background:var(--waline-bgcolor);color:var(--waline-theme-color);font-weight:700;font-size:.75em;line-height:1}.vft-md-comment .wl-reaction-item.active .wl-reaction-votes{background:var(--waline-theme-color);color:var(--waline-bgcolor)}.vft-md-comment .wl-reaction-text{font-size:.875em}.vft-md-comment .wl-reaction-item.active .wl-reaction-text{color:var(--waline-theme-color)}.vft-md-comment .wl-content pre,.vft-md-comment .wl-content pre[class*=language-]{overflow:auto;margin:.75rem 0;padding:1rem 1.25rem;border-radius:6px;background:var(--waline-code-bgcolor);line-height:1.4}.vft-md-comment .wl-content pre code,.vft-md-comment .wl-content pre[class*=language-] code{padding:0;border-radius:0;background:rgba(0,0,0,0)!important;color:#bbb;direction:ltr}.vft-md-comment .wl-content code[class*=language-],.vft-md-comment .wl-content pre[class*=language-]{background:0 0;color:#ccc;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}.vft-md-comment .wl-content pre[class*=language-]{overflow:auto}.vft-md-comment .wl-content :not(pre)>code[class*=language-],.vft-md-comment .wl-content pre[class*=language-]{background:#2d2d2d}.vft-md-comment .wl-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.vft-md-comment .wl-content .token.block-comment,.vft-md-comment .wl-content .token.cdata,.vft-md-comment .wl-content .token.comment,.vft-md-comment .wl-content .token.doctype,.vft-md-comment .wl-content .token.prolog{color:#999}.vft-md-comment .wl-content .token.punctuation{color:#ccc}.vft-md-comment .wl-content .token.attr-name,.vft-md-comment .wl-content .token.deleted,.vft-md-comment .wl-content .token.namespace,.vft-md-comment .wl-content .token.tag{color:#e2777a}.vft-md-comment .wl-content .token.function-name{color:#6196cc}.vft-md-comment .wl-content .token.boolean,.vft-md-comment .wl-content .token.function,.vft-md-comment .wl-content .token.number{color:#f08d49}.vft-md-comment .wl-content .token.class-name,.vft-md-comment .wl-content .token.constant,.vft-md-comment .wl-content .token.property,.vft-md-comment .wl-content .token.symbol{color:#f8c555}.vft-md-comment .wl-content .token.atrule,.vft-md-comment .wl-content .token.builtin,.vft-md-comment .wl-content .token.important,.vft-md-comment .wl-content .token.keyword,.vft-md-comment .wl-content .token.selector{color:#cc99cd}.vft-md-comment .wl-content .token.attr-value,.vft-md-comment .wl-content .token.char,.vft-md-comment .wl-content .token.regex,.vft-md-comment .wl-content .token.string,.vft-md-comment .wl-content .token.variable{color:#7ec699}.vft-md-comment .wl-content .token.entity,.vft-md-comment .wl-content .token.operator,.vft-md-comment .wl-content .token.url{color:#67cdcc}.vft-md-comment .wl-content .token.bold,.vft-md-comment .wl-content .token.important{font-weight:700}.vft-md-comment .wl-content .token.italic{font-style:italic}.vft-md-comment .wl-content .token.entity{cursor:help}.vft-md-comment .wl-content .token.inserted{color:green}.vft-md-comment .wl-recent-item p{display:inline}.vft-md-comment .wl-user-list{padding:0;list-style:none}.vft-md-comment .wl-user-list a,.vft-md-comment .wl-user-list a:hover,.vft-md-comment .wl-user-list a:visited{color:var(--waline-color);text-decoration:none}.vft-md-comment .wl-user-list .wl-user-avatar{position:relative;display:inline-block;overflow:hidden;-webkit-margin-end:10px;margin-inline-end:10px;border-radius:4px;line-height:0}.vft-md-comment .wl-user-list .wl-user-avatar>img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}.vft-md-comment .wl-user-list .wl-user-badge{position:absolute;bottom:0;inset-inline-end:0;min-width:.7em;height:1.5em;padding:0 .4em;border-radius:4px;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-weight:700;font-size:10px;line-height:1.5em;text-align:center}.vft-md-comment .wl-user-list .wl-user-item{margin:10px 0}.vft-md-comment .wl-user-list .wl-user-item:nth-child(1) .wl-user-badge{background:var(--waline-rank-gold-bgcolor,#fa3939);color:var(--waline-white);font-weight:700}.vft-md-comment .wl-user-list .wl-user-item:nth-child(2) .wl-user-badge{background:var(--waline-rank-silver-bgcolor,#fb811c);color:var(--waline-white);font-weight:700}.vft-md-comment .wl-user-list .wl-user-item:nth-child(3) .wl-user-badge{background:var(--waline-rank-copper-bgcolor,#feb207);color:var(--waline-white)}.vft-md-comment .wl-user-list .wl-user-meta{display:inline-block;vertical-align:top}.vft-md-comment .wl-user-list .wl-badge{display:inline-block;vertical-align:text-top;-webkit-margin-start:.5em;margin-inline-start:.5em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.vft-md-comment .wl-user-wall{padding:0;list-style:none}.vft-md-comment .wl-user-wall .wl-user-badge,.vft-md-comment .wl-user-wall .wl-user-meta{display:none}.vft-md-comment .wl-user-wall .wl-user-item{position:relative;display:inline-block;transition:transform ease-in-out .2s}.vft-md-comment .wl-user-wall .wl-user-item::after,.vft-md-comment .wl-user-wall .wl-user-item::before{position:absolute;bottom:100%;left:50%;z-index:10;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;transform:translate(-50%,4px);transform-origin:top}.vft-md-comment .wl-user-wall .wl-user-item::before{content:"";width:0;height:0;border:5px solid transparent;border-top-color:rgba(16,16,16,.95)}.vft-md-comment .wl-user-wall .wl-user-item::after{content:attr(aria-label);margin-bottom:10px;padding:.5em 1em;border-radius:2px;background:rgba(16,16,16,.95);color:#fff;font-size:12px;white-space:nowrap}.vft-md-comment .wl-user-wall .wl-user-item:hover{transform:scale(1.1)}.vft-md-comment .wl-user-wall .wl-user-item:hover::after,.vft-md-comment .wl-user-wall .wl-user-item:hover::before{opacity:1;pointer-events:none;transform:translate(-50%,0)}.vft-md-comment .wl-user-wall .wl-user-item img{width:var(--waline-user-avatar-size,48px);height:var(--waline-user-avatar-size,48px)}
@@ -1 +1 @@
1
- .fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--vft-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.vft-fade-in-linear-enter-active,.vft-fade-in-linear-leave-active{transition:var(--vft-transition-fade-linear)}.vft-fade-in-linear-enter-from,.vft-fade-in-linear-leave-to{opacity:0}.vft-fade-in-enter-active,.vft-fade-in-leave-active{transition:all var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}.vft-fade-in-enter-from,.vft-fade-in-leave-active{opacity:0}.vft-zoom-in-center-enter-active,.vft-zoom-in-center-leave-active{transition:all var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}.vft-zoom-in-center-enter-from,.vft-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.vft-zoom-in-top-enter-active,.vft-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:var(--vft-transition-md-fade);transform-origin:center top}.vft-zoom-in-top-enter-active[data-popper-placement^=top],.vft-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.vft-zoom-in-top-enter-from,.vft-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.vft-zoom-in-bottom-enter-active,.vft-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transition:var(--vft-transition-md-fade);transform-origin:center bottom}.vft-zoom-in-bottom-enter-from,.vft-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.vft-zoom-in-left-enter-active,.vft-zoom-in-left-leave-active{opacity:1;transform:scale(1,1);transition:var(--vft-transition-md-fade);transform-origin:top left}.vft-zoom-in-left-enter-from,.vft-zoom-in-left-leave-active{opacity:0;transform:scale(.45,.45)}.collapse-transition{transition:var(--vft-transition-duration) height ease-in-out,var(--vft-transition-duration) padding-top ease-in-out,var(--vft-transition-duration) padding-bottom ease-in-out}.vft-collapse-transition-enter-active,.vft-collapse-transition-leave-active{transition:var(--vft-transition-duration) max-height ease-in-out,var(--vft-transition-duration) padding-top ease-in-out,var(--vft-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--vft-transition-duration) width ease-in-out,var(--vft-transition-duration) padding-left ease-in-out,var(--vft-transition-duration) padding-right ease-in-out}.vft-list-enter-active,.vft-list-leave-active{transition:all 1s}.vft-list-enter-from,.vft-list-leave-to{opacity:0;transform:translateY(-30px)}.vft-list-leave-active{position:absolute!important}.vft-opacity-transition{transition:opacity var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}@keyframes vft-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;-webkit-margin-start:20px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}:root{--vft-md-container-primary-color:var(--vft-primary-color);--vft-md-container-content-max-width:800px;--vft-md-container-code-bg-color:#fff5f5;--vft-md-container-line-numbers-width:2.5rem;--vft-md-container-icon-copy:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");--vft-md-container-icon-copied:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E");--vft-md-container-info-title-color:#193c47;--vft-md-container-info-bg-color:#eef9fd;--vft-md-container-info-border-color:#4cb3d4;--vft-md-container-info-code-bg-color:rgba(76, 179, 212, 0.1);--vft-md-container-note-title-color:#474748;--vft-md-container-note-bg-color:#fdfdfe;--vft-md-container-note-border-color:#ccc;--vft-md-container-note-code-bg-color:rgba(212, 213, 216, 0.2);--vft-md-container-tip-title-color:#003100;--vft-md-container-tip-bg-color:#e6f6e6;--vft-md-container-tip-border-color:#009400;--vft-md-container-tip-code-bg-color:rgba(0, 148, 0, 0.15);--vft-md-container-warning-title-color:#4d3800;--vft-md-container-warning-bg-color:#fff8e6;--vft-md-container-warning-border-color:#e6a700;--vft-md-container-warning-code-bg-color:rgba(230, 167, 0, 0.15);--vft-md-container-danger-title-color:#4b1113;--vft-md-container-danger-bg-color:#ffebec;--vft-md-container-danger-border-color:#e13238;--vft-md-container-danger-code-bg-color:rgba(225, 50, 56, 0.15);--vft-md-container-detail-bg-color:#eee;--vft-md-container-detail-text-color:inherit;--vft-md-container-detail-code-bg-color:rgba(127, 127, 127, 0.15)}.vft-md-container{-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",STHeiti,"Microsoft YaHei",SimSun,sans-serif;padding:20px 30px;height:100%;overflow:auto;overflow:overlay}.vft-md-container a{color:var(--vft-md-container-primary-color);font-weight:500;overflow-wrap:break-word}.vft-md-container a:hover{text-decoration:underline}.vft-md-container a::after{content:"";display:inline-block;height:12px;width:12px;margin-left:5px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjc0NTU1ODY1NjQyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjU2NjIiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTkxMiAxMDA4LjUxMkgxNS40ODhWMTEyaDQ0OC4yNTZ2OTZIMTExLjQ4OHY3MDQuNTEySDgxNlY1NjAuMjU2aDk2eiIgcC1pZD0iNTY2MyIgZmlsbD0iIzk5OTk5OSI+PC9wYXRoPjxwYXRoIGQ9Ik05MTguMjA4IDM3Ljg4OGw2Ny45MDQgNjcuOTA0TDU0NS45ODQgNTQ1LjkybC02Ny45MDQtNjcuODR6IiBwLWlkPSI1NjY0IiBmaWxsPSIjOTk5OTk5Ij48L3BhdGg+PHBhdGggZD0iTTEwMDcuMTY4IDMxMC42NTZoLTk2VjExMmgtMjA4VjE2aDMwNHoiIHAtaWQ9IjU2NjUiIGZpbGw9IiM5OTk5OTkiPjwvcGF0aD48L3N2Zz4=);background-size:100% 100%}.vft-md-container a.header-anchor::after,.vft-md-container a:has(>img)::after{content:"";display:none}.vft-md-container a img{display:inline-block}.vft-md-container a.header-anchor{float:left;margin-top:.125em;margin-left:-.87em;padding-right:.23em;font-size:.85em;opacity:0;transition:opacity .2s}.vft-md-container h1:hover .header-anchor,.vft-md-container h2:hover .header-anchor,.vft-md-container h3:hover .header-anchor,.vft-md-container h4:hover .header-anchor,.vft-md-container h5:hover .header-anchor,.vft-md-container h6:hover .header-anchor{opacity:1}.vft-md-container .toc-place-holder{position:sticky;top:50px;z-index:1;max-width:var(--vft-md-container-content-max-width)}.vft-md-container #toc{position:absolute;left:calc(100% + 1rem);min-width:10rem;max-width:15rem}@media print{.vft-md-container #toc{display:none!important}}.vft-md-container #toc a::after{content:"";display:none}.vft-md-container #toc .toc-header{margin-bottom:.75rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem;font-weight:600;font-size:.875rem}.vft-md-container #toc .print-button{box-sizing:content-box;width:1rem;height:1rem;padding:.5rem;border-radius:.25em;color:inherit;font-size:1rem;transform:translateY(.25rem)}.vft-md-container #toc .toc-wrapper{position:relative;overflow-x:hidden;overflow-y:auto;max-height:70vh;margin:0 .5rem;-webkit-padding-start:8px;padding-inline-start:8px;text-overflow:ellipsis;white-space:nowrap}.vft-md-container #toc .toc-wrapper::-webkit-scrollbar{width:3px}.vft-md-container #toc .toc-list{position:relative;margin:0;padding:0}.vft-md-container #toc .toc-list::before{content:" ";position:absolute;top:0;bottom:0;left:-8px;inset-inline-start:-8px;z-index:-1;width:2px;background:var(--vft-info-color-light-7)}.vft-md-container #toc .toc-link{position:relative;display:block;overflow:hidden;max-width:100%;color:var(--vft-text-primary-color);line-height:inherit;text-overflow:ellipsis;white-space:nowrap}.vft-md-container #toc .toc-link.level2{-webkit-padding-start:0;padding-inline-start:0;font-size:14px}.vft-md-container #toc .toc-link.level3{-webkit-padding-start:8px;padding-inline-start:8px;font-size:13px}.vft-md-container #toc .toc-link.level4{-webkit-padding-start:16px;padding-inline-start:16px;font-size:12px}.vft-md-container #toc .toc-link.level5{-webkit-padding-start:24px;padding-inline-start:24px;font-size:11px}.vft-md-container #toc .toc-link.level6{-webkit-padding-start:32px;padding-inline-start:32px;font-size:10px}.vft-md-container #toc .toc-item{position:relative;box-sizing:border-box;height:1.7rem;padding:0 .5rem;list-style:none;line-height:1.7rem}.vft-md-container #toc .toc-item::before{content:" ";position:absolute;top:0;bottom:0;left:-8px;inset-inline-start:-8px;z-index:2;width:2px;background:0 0}.vft-md-container #toc .toc-item:hover>.toc-link{color:var(--vft-md-container-primary-color)}.vft-md-container #toc .toc-item.active>.toc-link{color:var(--vft-md-container-primary-color);font-weight:700}.vft-md-container #toc .toc-item.active::before{background:var(--vft-md-container-primary-color)}.vft-md-container code[class*=language-],.vft-md-container pre[class*=language-]{-moz-tab-size:2;-o-tab-size:2;tab-size:2}.vft-md-container code[class*=language-] ::-moz-selection,.vft-md-container code[class*=language-]::-moz-selection,.vft-md-container pre[class*=language-] ::-moz-selection,.vft-md-container pre[class*=language-]::-moz-selection{background:#e5e5e6;color:inherit}.vft-md-container code[class*=language-] ::selection,.vft-md-container code[class*=language-]::selection,.vft-md-container pre[class*=language-] ::selection,.vft-md-container pre[class*=language-]::selection{background:#e5e5e6;color:inherit}.vft-md-container .token.cdata,.vft-md-container .token.comment,.vft-md-container .token.prolog{color:#a0a1a7}.vft-md-container .token.doctype,.vft-md-container .token.entity,.vft-md-container .token.punctuation{color:#383a42}.vft-md-container .token.atrule,.vft-md-container .token.attr-name,.vft-md-container .token.boolean,.vft-md-container .token.class-name,.vft-md-container .token.constant,.vft-md-container .token.number{color:#b76b01}.vft-md-container .token.keyword{color:#a626a4}.vft-md-container .token.deleted,.vft-md-container .token.important,.vft-md-container .token.property,.vft-md-container .token.symbol,.vft-md-container .token.tag{color:#e45649}.vft-md-container .token.attr-value,.vft-md-container .token.attr-value>.token.punctuation,.vft-md-container .token.builtin,.vft-md-container .token.char,.vft-md-container .token.inserted,.vft-md-container .token.regex,.vft-md-container .token.selector,.vft-md-container .token.string{color:#50a14f}.vft-md-container .token.function,.vft-md-container .token.operator,.vft-md-container .token.variable{color:#4078f2}.vft-md-container .token.url{color:#0184bc}.vft-md-container .token.attr-value>.token.punctuation.attr-equals,.vft-md-container .token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.vft-md-container .language-css .token.selector{color:#e45649}.vft-md-container .language-css .token.property{color:#383a42}.vft-md-container .language-css .token.function,.vft-md-container .language-css .token.url>.token.function{color:#0184bc}.vft-md-container .language-css .token.url>.token.string.url{color:#50a14f}.vft-md-container .language-css .token.atrule .token.rule,.vft-md-container .language-css .token.important{color:#a626a4}.vft-md-container .language-javascript .token.operator{color:#a626a4}.vft-md-container .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.vft-md-container .language-json .token.operator{color:#383a42}.vft-md-container .language-json .token.null.keyword{color:#b76b01}.vft-md-container .language-markdown .token.url,.vft-md-container .language-markdown .token.url-reference.url>.token.string,.vft-md-container .language-markdown .token.url>.token.operator{color:#383a42}.vft-md-container .language-markdown .token.url>.token.content{color:#4078f2}.vft-md-container .language-markdown .token.url-reference.url,.vft-md-container .language-markdown .token.url>.token.url{color:#0184bc}.vft-md-container .language-markdown .token.blockquote.punctuation,.vft-md-container .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.vft-md-container .language-markdown .token.code-snippet{color:#50a14f}.vft-md-container .language-markdown .token.bold .token.content{color:#b76b01}.vft-md-container .language-markdown .token.italic .token.content{color:#a626a4}.vft-md-container .language-markdown .token.list.punctuation,.vft-md-container .language-markdown .token.strike .token.content,.vft-md-container .language-markdown .token.strike .token.punctuation,.vft-md-container .language-markdown .token.title.important>.token.punctuation{color:#e45649}.vft-md-container .token.bold{font-weight:700}.vft-md-container .token.comment,.vft-md-container .token.italic{font-style:italic}.vft-md-container .token.entity{cursor:help}.vft-md-container .token.namespace{opacity:.8}.vft-md-container ol,.vft-md-container ul{-webkit-padding-start:1.2em;padding-inline-start:1.2em;list-style-type:revert}@media print{.vft-md-container ol,.vft-md-container ul{line-height:1.5}}.vft-md-container ol li,.vft-md-container ul li{display:list-item;text-align:-webkit-match-parent}.vft-md-container ol,.vft-md-container p,.vft-md-container ul{line-height:1.7;overflow-wrap:break-word}.vft-md-container table{width:100%;background-color:#fff;color:#000;border-radius:6px;border-collapse:collapse;overflow:hidden;margin:16px 0;box-shadow:var(--vft-box-shadow)}.vft-md-container table thead{background-color:var(--vft-primary-color-light-7);font-weight:400}.vft-md-container table thead th{border:0}.vft-md-container table tr{transition:all .2s}.vft-md-container table tbody tr:hover{background-color:var(--vft-primary-color-light-9)}.vft-md-container table td:first-child{font-weight:700}.vft-md-container table td:nth-child(1){font-weight:700}.vft-md-container table td:nth-child(4){word-break:break-all}.vft-md-container table td,.vft-md-container table th{padding:16px;line-height:22px;text-align:left;font-size:14px;border-bottom:var(--vft-border)}.vft-md-container table th{white-space:nowrap}.vft-md-container table em{font-style:normal;font-size:14px;color:var(--vft-danger-color)}.vft-md-container h2,.vft-md-container h3{border-bottom:1px solid rgba(0,0,0,.15)}.vft-md-container h1,.vft-md-container h2,.vft-md-container h3,.vft-md-container h4,.vft-md-container h5,.vft-md-container h6{font-weight:500;line-height:1.25;overflow-wrap:break-word}.vft-md-container h1:hover .header-anchor,.vft-md-container h2:hover .header-anchor,.vft-md-container h3:hover .header-anchor,.vft-md-container h4:hover .header-anchor,.vft-md-container h5:hover .header-anchor,.vft-md-container h6:hover .header-anchor{opacity:1}.vft-md-container h1{font-size:2rem}.vft-md-container h2{padding-bottom:.3rem;font-size:1.65rem}.vft-md-container h3{font-size:1.35rem}.vft-md-container h4{font-size:1.15rem}.vft-md-container h5{font-size:1.05rem}.vft-md-container h6{font-size:1rem}.vft-md-container h1,.vft-md-container h2,.vft-md-container h3,.vft-md-container h4,.vft-md-container h5,.vft-md-container h6{margin-bottom:.5rem;padding-top:30px;outline:0}.no-navbar .vft-md-container h1,.no-navbar .vft-md-container h2,.no-navbar .vft-md-container h3,.no-navbar .vft-md-container h4,.no-navbar .vft-md-container h5,.no-navbar .vft-md-container h6{margin-top:1.5rem;padding-top:0}.vft-md-container blockquote{margin:16px 0;padding:4px 0 4px 16px;-webkit-border-start:3px solid #ddd;border-inline-start:3px solid #ddd;border-color:#eee;color:#666;font-size:1rem;overflow-wrap:break-word}.vft-md-container blockquote p{margin:0}.vft-md-container code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:0 5px;color:#ff502c;background-color:var(--vft-md-container-code-bg-color);border-radius:3px;font-size:13.5px;word-break:break-word}.vft-md-container .line-numbers-mode pre{vertical-align:middle;padding-left:.5rem;margin-left:var(--vft-md-container-line-numbers-width)!important}.vft-md-container .line-numbers-mode::after{content:"";position:absolute;top:0;left:0;z-index:2;width:var(--vft-md-container-line-numbers-width);height:100%;border-right:var(--vft-border);border-radius:6px 0 0 6px;transition:border-color var(--vft-color-transition)}.vft-md-container .line-numbers-mode .line-numbers{position:absolute;top:0;left:0;width:var(--vft-md-container-line-numbers-width);padding:1rem 0;color:var(--vft-text-regular-color);line-height:1.375;counter-reset:line-number;text-align:center;transition:color var(--vft-color-transition);transform:translateY(1px)}@media print{.vft-md-container .line-numbers-mode .line-numbers{display:none}}.vft-md-container .line-numbers-mode .line-number{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;height:1.375em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vft-md-container .line-numbers-mode .line-number::before{content:counter(line-number);font-size:.85em;counter-increment:line-number}.vft-md-container .line-numbers-mode .highlight-lines{position:absolute;top:0;left:0;width:100%;padding-top:1rem;line-height:1.375;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vft-md-container .line-numbers-mode .highlight-line{position:relative;background:var(--vft-md-container-highlight-line-color);transition:background var(--vft-md-container-color-transition)}.vft-md-container .line-numbers-mode .highlight-line::before{content:" ";position:absolute;top:0;left:0;z-index:3;display:block;width:var(--vft-md-container-line-numbers-width);height:100%}.vft-md-container div[class*=language-]{position:relative;border-radius:6px;background:#ecf4fa;transition:background .3s ease}.vft-md-container div[class*=language-]::before{content:attr(data-ext);position:absolute;top:.8em;right:1em;z-index:3;color:#004050;font-size:.75rem;transition:color .3s ease}.vft-md-container div[class*=language-] pre,.vft-md-container div[class*=language-] pre[class*=language-]{position:relative;z-index:1;direction:ltr;background:0 0!important;font-size:16px;overflow:auto;padding:1rem;border-radius:6px;line-height:1.375;display:block;font-family:monospace;white-space:pre;margin:14px 0 14px 0}.vft-md-container div[class*=language-] pre code,.vft-md-container div[class*=language-] pre[class*=language-] code{background:0 0;color:#383a42;padding:0;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;text-align:left;overflow-wrap:unset;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-webkit-hyphens:none;font-size:.85em;-webkit-font-smoothing:auto;hyphens:none;transition:color .3s ease}.vft-md-container div[class*=language-] pre{vertical-align:middle;margin-left:var(--vft-md-container-line-numbers-width);padding-left:.5rem}.vft-md-container div[class*=language-] button.copy{border:none;position:absolute;top:0;right:40px;z-index:3;display:block;justify-content:center;align-items:center;border-radius:4px;width:40px;height:40px;background-color:transparent;opacity:0;cursor:pointer;background-image:var(--vft-md-container-icon-copy);background-position:50%;background-size:20px;background-repeat:no-repeat;transition:opacity .4s}.vft-md-container div[class*=language-] button.copy.copied::before,.vft-md-container div[class*=language-] button.copy:hover.copied::before{position:relative;left:-45px;font-size:12px;font-weight:500;color:rgba(56,58,66,.67);background-color:transparent;white-space:nowrap;content:"Copied"}.vft-md-container div[class*=language-] button.copy.copied,.vft-md-container div[class*=language-] button.copy:hover.copied{background-color:#c3def3;background-image:var(--vft-md-container-icon-copied)}.vft-md-container div[class*=language-] button.copy:focus,.vft-md-container div[class*=language-]:hover>button.copy{opacity:1}.vft-md-container div[class*=language-] button.copy:hover{background-color:#c3def3}.vft-md-container .language-markdown .token.url,.vft-md-container .language-markdown .token.url-reference.url>.token.string,.vft-md-container .language-markdown .token.url>.token.operator{color:#383a42}.vft-md-container .language-markdown .token.url>.token.content{color:#4078f2}.vft-md-container .language-markdown .token.url-reference.url,.vft-md-container .language-markdown .token.url>.token.url{color:#0184bc}.vft-md-container .language-markdown .token.blockquote.punctuation,.vft-md-container .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.vft-md-container .language-markdown .token.code-snippet{color:#50a14f}.vft-md-container .language-markdown .token.bold .token.content{color:#b76b01}.vft-md-container .language-markdown .token.italic .token.content{color:#a626a4}.vft-md-container .language-markdown .token.list.punctuation,.vft-md-container .language-markdown .token.strike .token.content,.vft-md-container .language-markdown .token.strike .token.punctuation,.vft-md-container .language-markdown .token.title.important>.token.punctuation{color:#e45649}.vft-md-container .hint-container{position:relative;transition:background var(--vft-transition-color),border-color var(--vft-transition-color),color var(--vft-transition-color)}@media print{.vft-md-container .hint-container{page-break-inside:avoid}}.vft-md-container .hint-container .hint-container-title{position:relative;font-weight:600;line-height:1.25}.vft-md-container .hint-container.danger,.vft-md-container .hint-container.info,.vft-md-container .hint-container.note,.vft-md-container .hint-container.tip,.vft-md-container .hint-container.warning{margin:1rem 0;padding:.25rem 1rem;border-inline-start-width:.3rem;border-inline-start-style:solid;border-radius:.5rem;color:inherit}.vft-md-container .hint-container.danger .hint-container-title,.vft-md-container .hint-container.info .hint-container-title,.vft-md-container .hint-container.note .hint-container-title,.vft-md-container .hint-container.tip .hint-container-title,.vft-md-container .hint-container.warning .hint-container-title{-webkit-padding-start:1.75rem;padding-inline-start:1.75rem}@media print{.vft-md-container .hint-container.danger .hint-container-title,.vft-md-container .hint-container.info .hint-container-title,.vft-md-container .hint-container.note .hint-container-title,.vft-md-container .hint-container.tip .hint-container-title,.vft-md-container .hint-container.warning .hint-container-title{-webkit-padding-start:0;padding-inline-start:0}}.vft-md-container .hint-container.danger .hint-container-title::before,.vft-md-container .hint-container.info .hint-container-title::before,.vft-md-container .hint-container.note .hint-container-title::before,.vft-md-container .hint-container.tip .hint-container-title::before,.vft-md-container .hint-container.warning .hint-container-title::before{content:" ";position:absolute;top:calc(50% - .6125em);left:0;inset-inline-start:0;width:1.25em;height:1.25em;background-position:left;background-repeat:no-repeat}@media print{.vft-md-container .hint-container.danger .hint-container-title::before,.vft-md-container .hint-container.info .hint-container-title::before,.vft-md-container .hint-container.note .hint-container-title::before,.vft-md-container .hint-container.tip .hint-container-title::before,.vft-md-container .hint-container.warning .hint-container-title::before{display:none}}.vft-md-container .hint-container.danger p,.vft-md-container .hint-container.info p,.vft-md-container .hint-container.note p,.vft-md-container .hint-container.tip p,.vft-md-container .hint-container.warning p{line-height:1.5}.vft-md-container .hint-container.danger a,.vft-md-container .hint-container.info a,.vft-md-container .hint-container.note a,.vft-md-container .hint-container.tip a,.vft-md-container .hint-container.warning a{color:var(--vft-md-container-primary-color)}.vft-md-container .hint-container.info{border-color:var(--vft-md-container-info-border-color);background:var(--vft-md-container-info-bg-color)}.vft-md-container .hint-container.info>.hint-container-title{color:var(--vft-md-container-info-title-color)}.vft-md-container .hint-container.info>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='%234cb3d4'/%3E%3C/svg%3E")}.vft-md-container .hint-container.info code{background:var(--vft-md-container-info-code-bg-color)}.vft-md-container .hint-container.note{border-color:var(--vft-md-container-note-border-color);background:var(--vft-md-container-note-bg-color)}.vft-md-container .hint-container.note>.hint-container-title{color:var(--vft-md-container-note-title-color)}.vft-md-container .hint-container.note>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='%23ccc'/%3E%3C/svg%3E")}.vft-md-container .hint-container.note code{background:var(--vft-md-container-note-code-bg-color)}.vft-md-container .hint-container.tip{border-color:var(--vft-md-container-tip-border-color);background:var(--vft-md-container-tip-bg-color)}.vft-md-container .hint-container.tip>.hint-container-title{color:var(--vft-md-container-tip-title-color)}.vft-md-container .hint-container.tip>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009400' d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E")}.vft-md-container .hint-container.tip code{background:var(--vft-md-container-tip-code-bg-color)}.vft-md-container .hint-container.warning{border-color:var(--vft-md-container-warning-border-color);background:var(--vft-md-container-warning-bg-color)}.vft-md-container .hint-container.warning>.hint-container-title{color:var(--vft-md-container-warning-title-color)}.vft-md-container .hint-container.warning>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z' fill='%23e6a700'/%3E%3C/svg%3E")}.vft-md-container .hint-container.warning code{background:var(--vft-md-container-warning-code-bg-color)}.vft-md-container .hint-container.danger{border-color:var(--vft-md-container-danger-border-color);background:var(--vft-md-container-danger-bg-color)}.vft-md-container .hint-container.danger>.hint-container-title{color:var(--vft-md-container-danger-title-color)}.vft-md-container .hint-container.danger>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z' fill='%23e13238'/%3E%3C/svg%3E")}.vft-md-container .hint-container.danger code{background:var(--vft-md-container-danger-code-bg-color)}.vft-md-container .hint-container.details{position:relative;display:block;margin:1.6em 0;padding:1.5rem;border-radius:.5rem;background:var(--vft-md-container-detail-bg-color);color:var(--vft-md-container-detail-text-color);transition:background var(--vft-transition-color),color var(--vft-transition-color)}@media print{.vft-md-container .hint-container.details{display:none}}.vft-md-container .hint-container.details h4{margin-top:0}.vft-md-container .hint-container.details figure:last-child,.vft-md-container .hint-container.details p:last-child{margin-bottom:0;padding-bottom:0}.vft-md-container .hint-container.details a{color:var(--vft-md-container-primary-color)}.vft-md-container .hint-container.details code{background:var(--vft-md-container-detail-code-bg-color)}.vft-md-container .hint-container.details summary{position:relative;margin:-1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;-webkit-padding-start:4rem;padding-inline-start:4rem;-webkit-padding-end:1.5rem;padding-inline-end:1.5rem;list-style:none;cursor:pointer}.vft-md-container .hint-container.details summary::-webkit-details-marker,.vft-md-container .hint-container.details summary::marker{color:transparent;font-size:0}.vft-md-container .hint-container.details summary::after,.vft-md-container .hint-container.details summary::before{content:" ";position:absolute;top:calc(50% - .75rem);left:1.5rem;inset-inline-start:1.5rem;width:1.5rem;height:1.5rem}@media print{.vft-md-container .hint-container.details summary::after,.vft-md-container .hint-container.details summary::before{display:block}}.vft-md-container .hint-container.details summary::before{border-radius:50%;background:#ccc;transition:background var(--vft-transition-color),transform var(--vft-transition-color)}.vft-md-container .hint-container.details summary::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:transform var(--vft-transition-color);transform:rotate(90deg)}.vft-md-container .hint-container.details[open] summary{margin-bottom:.5em}.vft-md-container .hint-container.details[open] summary::after{transform:rotate(180deg)}.vft-md-container input[type=checkbox].task-list-item-checkbox{position:relative;width:0;-webkit-margin-end:1.5em;margin-inline-end:1.5em;cursor:pointer}.vft-md-container input[type=checkbox].task-list-item-checkbox::after{content:" ";position:absolute;top:0;display:inline-block;box-sizing:border-box;width:1em;height:1em;-webkit-padding-start:0;padding-inline-start:0;border:1px solid #ddd;border-radius:2px;background:#fff;text-align:center;visibility:visible;transition:background var(--t-color,.3s ease),border-color var(--t-color,.3s ease)}.vft-md-container input[type=checkbox].task-list-item-checkbox:checked::after{content:"";border-color:#3eaf7c;background:#3eaf7c}.vft-md-container input[type=checkbox].task-list-item-checkbox:checked::before{content:"";position:absolute;top:3px;left:.4em;inset-inline-start:.4em;z-index:1;width:4px;height:9px;border:solid #fff;border-width:0 .15em .15em 0;transform:rotate(45deg)}.vft-md-container input[type=checkbox i]{background-color:initial;cursor:default;margin:3px 3px 3px 4px;padding:initial;border:initial}.vft-md-container figure{position:relative;display:flex;flex-direction:column;width:auto;margin:1rem auto;text-align:center;transition:transform var(--t-transform,.3s ease)}.vft-md-container figure img{overflow:hidden;margin:0 auto;border-radius:8px}.vft-md-container figure img[tabindex]:focus,.vft-md-container figure img[tabindex]:hover{box-shadow:2px 2px 10px 0 var(--card-shadow)}.vft-md-container figure>a .external-link-icon{display:none}.vft-md-container figure figcaption{display:inline-block;margin:6px auto;font-size:.8rem}.vft-md-container__content h1{display:none}.vft-md-container h2,.vft-md-container h3{border-bottom:none}.vft-md-container h2{font-size:22px}.vft-md-container h3{font-size:18px}.vft-md-container .demo-container{border:var(--vft-border)}.vft-md-container .demo-container .demo{padding:20px 20px 30px}.vft-md-container .demo-container .demo .action{position:relative}.vft-md-container .demo-container .demo .action .expand{cursor:pointer;position:absolute;right:-5px;bottom:-28px;height:40px;width:40px;border-radius:4px;display:flex;align-items:center;justify-content:center}.vft-md-container .demo-container .demo .action .expand:hover{background-color:#c3def3}.vft-md-container .demo-container div.language-vue{transition:opacity .3s ease;height:0;visibility:hidden}.vft-md-container .demo-container div.language-vue pre{margin:0 0 0 var(--vft-md-container-line-numbers-width)!important}.vft-md-container .demo-container div.language-vue .copy{visibility:visible;opacity:1;top:-42px;right:60px}.vft-md-container p{font-size:16px;line-height:22px;margin:16px 0}.vft-md-container hr{transition:border-top-color .3s ease;border:0;border-top:1px solid #eaecef;margin:8px 0}.vft-md-container .header-anchor{text-decoration:none;transition:opacity .3s;opacity:0}.vft-md-container img{display:block;border-radius:4px;max-width:100%;margin:8px 0}.vft-md-container em{font-size:12px;line-height:20px}.vft-md-container pre{overflow:auto;margin:13px 0;padding:16px;border-radius:6px;line-height:1.375}.vft-md-container summary{cursor:pointer}.vft-md-container::-webkit-scrollbar{z-index:11;width:6px}.vft-md-container::-webkit-scrollbar:horizontal{height:6px}.vft-md-container::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:var(--vft-md-container-primary-color);border:0 solid transparent}.vft-md-container::-webkit-scrollbar-thumb:hover{background:var(--vft-md-container-primary-color)}.vft-md-container::-webkit-scrollbar-corner{background:0 0}.vft-md-container::-webkit-scrollbar-track{background:0 0}.vft-md-container::-webkit-scrollbar-track-piece{background:0 0;width:6px}.vft-md-container__header{max-width:var(--vft-md-container-content-max-width);min-width:300px}.vft-md-container__title{padding-top:10px!important}.vft-md-container__header .info-container{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.vft-md-container__header .info-container .infos{display:flex;justify-content:flex-start;font-size:12px;color:var(--vft-info-color-light)}.vft-md-container__header .info-container .infos .vft-icon{color:inherit;font-size:inherit!important}.vft-md-container .reading{display:flex;align-items:center;font-size:14px}.vft-md-container__content{max-width:var(--vft-md-container-content-max-width);min-width:300px}
1
+ .fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--vft-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.vft-fade-in-linear-enter-active,.vft-fade-in-linear-leave-active{transition:var(--vft-transition-fade-linear)}.vft-fade-in-linear-enter-from,.vft-fade-in-linear-leave-to{opacity:0}.vft-fade-in-enter-active,.vft-fade-in-leave-active{transition:all var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}.vft-fade-in-enter-from,.vft-fade-in-leave-active{opacity:0}.vft-zoom-in-center-enter-active,.vft-zoom-in-center-leave-active{transition:all var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}.vft-zoom-in-center-enter-from,.vft-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.vft-zoom-in-top-enter-active,.vft-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--vft-transition-md-fade)}.vft-zoom-in-top-enter-active[data-popper-placement^=top],.vft-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.vft-zoom-in-top-enter-from,.vft-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.vft-zoom-in-top-fast-enter-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--vft-transition-md-fade)}.vft-zoom-in-top-fast-enter-active[data-popper-placement^=top]{transform-origin:center bottom}.vft-zoom-in-top-fast-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top}.vft-zoom-in-top-fast-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.vft-zoom-in-top-fast-enter-from,.vft-zoom-in-top-fast-leave-active{opacity:0;transform:scaleY(0)}.vft-zoom-in-bottom-enter-active,.vft-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transition:var(--vft-transition-md-fade);transform-origin:center bottom}.vft-zoom-in-bottom-enter-from,.vft-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.vft-zoom-in-left-enter-active,.vft-zoom-in-left-leave-active{opacity:1;transform:scale(1,1);transition:var(--vft-transition-md-fade);transform-origin:top left}.vft-zoom-in-left-enter-from,.vft-zoom-in-left-leave-active{opacity:0;transform:scale(.45,.45)}.collapse-transition{transition:var(--vft-transition-duration) height ease-in-out,var(--vft-transition-duration) padding-top ease-in-out,var(--vft-transition-duration) padding-bottom ease-in-out}.vft-collapse-transition-enter-active,.vft-collapse-transition-leave-active{transition:var(--vft-transition-duration) max-height ease-in-out,var(--vft-transition-duration) padding-top ease-in-out,var(--vft-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--vft-transition-duration) width ease-in-out,var(--vft-transition-duration) padding-left ease-in-out,var(--vft-transition-duration) padding-right ease-in-out}.vft-list-enter-active,.vft-list-leave-active{transition:all 1s}.vft-list-enter-from,.vft-list-leave-to{opacity:0;transform:translateY(-30px)}.vft-list-leave-active{position:absolute!important}.vft-opacity-transition{transition:opacity var(--vft-transition-duration) cubic-bezier(.55,0,.1,1)}@keyframes vft-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;-webkit-margin-start:20px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}:root{--vft-md-container-primary-color:var(--vft-primary-color);--vft-md-container-content-max-width:800px;--vft-md-container-code-bg-color:#fff5f5;--vft-md-container-line-numbers-width:2.5rem;--vft-md-container-icon-copy:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");--vft-md-container-icon-copied:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='20' width='20' stroke='rgba(128,128,128,1)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9 2 2 4-4'/%3E%3C/svg%3E");--vft-md-container-info-title-color:#193c47;--vft-md-container-info-bg-color:#eef9fd;--vft-md-container-info-border-color:#4cb3d4;--vft-md-container-info-code-bg-color:rgba(76, 179, 212, 0.1);--vft-md-container-note-title-color:#474748;--vft-md-container-note-bg-color:#fdfdfe;--vft-md-container-note-border-color:#ccc;--vft-md-container-note-code-bg-color:rgba(212, 213, 216, 0.2);--vft-md-container-tip-title-color:#003100;--vft-md-container-tip-bg-color:#e6f6e6;--vft-md-container-tip-border-color:#009400;--vft-md-container-tip-code-bg-color:rgba(0, 148, 0, 0.15);--vft-md-container-warning-title-color:#4d3800;--vft-md-container-warning-bg-color:#fff8e6;--vft-md-container-warning-border-color:#e6a700;--vft-md-container-warning-code-bg-color:rgba(230, 167, 0, 0.15);--vft-md-container-danger-title-color:#4b1113;--vft-md-container-danger-bg-color:#ffebec;--vft-md-container-danger-border-color:#e13238;--vft-md-container-danger-code-bg-color:rgba(225, 50, 56, 0.15);--vft-md-container-detail-bg-color:#eee;--vft-md-container-detail-text-color:inherit;--vft-md-container-detail-code-bg-color:rgba(127, 127, 127, 0.15)}.vft-md-container{-webkit-font-smoothing:antialiased;padding:20px 30px;height:100%;overflow:auto;overflow:overlay}.vft-md-container a{color:var(--vft-md-container-primary-color);font-weight:500;overflow-wrap:break-word}.vft-md-container a:hover{text-decoration:underline}.vft-md-container a::after{content:"";display:inline-block;height:12px;width:12px;margin-left:5px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjc0NTU1ODY1NjQyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjU2NjIiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTkxMiAxMDA4LjUxMkgxNS40ODhWMTEyaDQ0OC4yNTZ2OTZIMTExLjQ4OHY3MDQuNTEySDgxNlY1NjAuMjU2aDk2eiIgcC1pZD0iNTY2MyIgZmlsbD0iIzk5OTk5OSI+PC9wYXRoPjxwYXRoIGQ9Ik05MTguMjA4IDM3Ljg4OGw2Ny45MDQgNjcuOTA0TDU0NS45ODQgNTQ1LjkybC02Ny45MDQtNjcuODR6IiBwLWlkPSI1NjY0IiBmaWxsPSIjOTk5OTk5Ij48L3BhdGg+PHBhdGggZD0iTTEwMDcuMTY4IDMxMC42NTZoLTk2VjExMmgtMjA4VjE2aDMwNHoiIHAtaWQ9IjU2NjUiIGZpbGw9IiM5OTk5OTkiPjwvcGF0aD48L3N2Zz4=);background-size:100% 100%}.vft-md-container a.header-anchor::after,.vft-md-container a:has(>img)::after{content:"";display:none}.vft-md-container a img{display:inline-block}.vft-md-container a.header-anchor{float:left;margin-top:.125em;margin-left:-.87em;padding-right:.23em;font-size:.85em;opacity:0;transition:opacity .2s}.vft-md-container h1:hover .header-anchor,.vft-md-container h2:hover .header-anchor,.vft-md-container h3:hover .header-anchor,.vft-md-container h4:hover .header-anchor,.vft-md-container h5:hover .header-anchor,.vft-md-container h6:hover .header-anchor{opacity:1}.vft-md-container .toc-place-holder{position:sticky;top:50px;z-index:1;max-width:var(--vft-md-container-content-max-width)}.vft-md-container #toc{position:absolute;left:calc(100% + 1rem);min-width:10rem;max-width:15rem}@media print{.vft-md-container #toc{display:none!important}}.vft-md-container #toc a::after{content:"";display:none}.vft-md-container #toc .toc-header{margin-bottom:.75rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem;font-weight:600;font-size:.875rem}.vft-md-container #toc .print-button{box-sizing:content-box;width:1rem;height:1rem;padding:.5rem;border-radius:.25em;color:inherit;font-size:1rem;transform:translateY(.25rem)}.vft-md-container #toc .toc-wrapper{position:relative;overflow-x:hidden;overflow-y:auto;max-height:70vh;margin:0 .5rem;-webkit-padding-start:8px;padding-inline-start:8px;text-overflow:ellipsis;white-space:nowrap}.vft-md-container #toc .toc-wrapper::-webkit-scrollbar{width:3px}.vft-md-container #toc .toc-list{position:relative;margin:0;padding:0}.vft-md-container #toc .toc-list::before{content:" ";position:absolute;top:0;bottom:0;left:-8px;inset-inline-start:-8px;z-index:-1;width:2px;background:var(--vft-info-color-light-7)}.vft-md-container #toc .toc-link{position:relative;display:block;overflow:hidden;max-width:100%;color:var(--vft-text-primary-color);line-height:inherit;text-overflow:ellipsis;white-space:nowrap}.vft-md-container #toc .toc-link.level2{-webkit-padding-start:0;padding-inline-start:0;font-size:14px}.vft-md-container #toc .toc-link.level3{-webkit-padding-start:8px;padding-inline-start:8px;font-size:13px}.vft-md-container #toc .toc-link.level4{-webkit-padding-start:16px;padding-inline-start:16px;font-size:12px}.vft-md-container #toc .toc-link.level5{-webkit-padding-start:24px;padding-inline-start:24px;font-size:11px}.vft-md-container #toc .toc-link.level6{-webkit-padding-start:32px;padding-inline-start:32px;font-size:10px}.vft-md-container #toc .toc-item{position:relative;box-sizing:border-box;height:1.7rem;padding:0 .5rem;list-style:none;line-height:1.7rem}.vft-md-container #toc .toc-item::before{content:" ";position:absolute;top:0;bottom:0;left:-8px;inset-inline-start:-8px;z-index:2;width:2px;background:0 0}.vft-md-container #toc .toc-item:hover>.toc-link{color:var(--vft-md-container-primary-color)}.vft-md-container #toc .toc-item.active>.toc-link{color:var(--vft-md-container-primary-color);font-weight:700}.vft-md-container #toc .toc-item.active::before{background:var(--vft-md-container-primary-color)}.vft-md-container code[class*=language-],.vft-md-container pre[class*=language-]{-moz-tab-size:2;-o-tab-size:2;tab-size:2}.vft-md-container code[class*=language-] ::-moz-selection,.vft-md-container code[class*=language-]::-moz-selection,.vft-md-container pre[class*=language-] ::-moz-selection,.vft-md-container pre[class*=language-]::-moz-selection{background:#e5e5e6;color:inherit}.vft-md-container code[class*=language-] ::selection,.vft-md-container code[class*=language-]::selection,.vft-md-container pre[class*=language-] ::selection,.vft-md-container pre[class*=language-]::selection{background:#e5e5e6;color:inherit}.vft-md-container .token.cdata,.vft-md-container .token.comment,.vft-md-container .token.prolog{color:#a0a1a7}.vft-md-container .token.doctype,.vft-md-container .token.entity,.vft-md-container .token.punctuation{color:#383a42}.vft-md-container .token.atrule,.vft-md-container .token.attr-name,.vft-md-container .token.boolean,.vft-md-container .token.class-name,.vft-md-container .token.constant,.vft-md-container .token.number{color:#b76b01}.vft-md-container .token.keyword{color:#a626a4}.vft-md-container .token.deleted,.vft-md-container .token.important,.vft-md-container .token.property,.vft-md-container .token.symbol,.vft-md-container .token.tag{color:#e45649}.vft-md-container .token.attr-value,.vft-md-container .token.attr-value>.token.punctuation,.vft-md-container .token.builtin,.vft-md-container .token.char,.vft-md-container .token.inserted,.vft-md-container .token.regex,.vft-md-container .token.selector,.vft-md-container .token.string{color:#50a14f}.vft-md-container .token.function,.vft-md-container .token.operator,.vft-md-container .token.variable{color:#4078f2}.vft-md-container .token.url{color:#0184bc}.vft-md-container .token.attr-value>.token.punctuation.attr-equals,.vft-md-container .token.special-attr>.token.attr-value>.token.value.css{color:#383a42}.vft-md-container .language-css .token.selector{color:#e45649}.vft-md-container .language-css .token.property{color:#383a42}.vft-md-container .language-css .token.function,.vft-md-container .language-css .token.url>.token.function{color:#0184bc}.vft-md-container .language-css .token.url>.token.string.url{color:#50a14f}.vft-md-container .language-css .token.atrule .token.rule,.vft-md-container .language-css .token.important{color:#a626a4}.vft-md-container .language-javascript .token.operator{color:#a626a4}.vft-md-container .language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation{color:#ca1243}.vft-md-container .language-json .token.operator{color:#383a42}.vft-md-container .language-json .token.null.keyword{color:#b76b01}.vft-md-container .language-markdown .token.url,.vft-md-container .language-markdown .token.url-reference.url>.token.string,.vft-md-container .language-markdown .token.url>.token.operator{color:#383a42}.vft-md-container .language-markdown .token.url>.token.content{color:#4078f2}.vft-md-container .language-markdown .token.url-reference.url,.vft-md-container .language-markdown .token.url>.token.url{color:#0184bc}.vft-md-container .language-markdown .token.blockquote.punctuation,.vft-md-container .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.vft-md-container .language-markdown .token.code-snippet{color:#50a14f}.vft-md-container .language-markdown .token.bold .token.content{color:#b76b01}.vft-md-container .language-markdown .token.italic .token.content{color:#a626a4}.vft-md-container .language-markdown .token.list.punctuation,.vft-md-container .language-markdown .token.strike .token.content,.vft-md-container .language-markdown .token.strike .token.punctuation,.vft-md-container .language-markdown .token.title.important>.token.punctuation{color:#e45649}.vft-md-container .token.bold{font-weight:700}.vft-md-container .token.comment,.vft-md-container .token.italic{font-style:italic}.vft-md-container .token.entity{cursor:help}.vft-md-container .token.namespace{opacity:.8}.vft-md-container ol,.vft-md-container ul{-webkit-padding-start:1.2em;padding-inline-start:1.2em;list-style-type:revert}@media print{.vft-md-container ol,.vft-md-container ul{line-height:1.5}}.vft-md-container ol li,.vft-md-container ul li{display:list-item;text-align:-webkit-match-parent}.vft-md-container ol,.vft-md-container p,.vft-md-container ul{line-height:1.7;overflow-wrap:break-word}.vft-md-container table{width:100%;background-color:#fff;color:#000;border-radius:6px;border-collapse:collapse;overflow:hidden;margin:16px 0;box-shadow:var(--vft-box-shadow)}.vft-md-container table thead{background-color:var(--vft-primary-color-light-7);font-weight:400}.vft-md-container table thead th{border:0}.vft-md-container table tr{transition:all .2s}.vft-md-container table tbody tr:hover{background-color:var(--vft-primary-color-light-9)}.vft-md-container table td:first-child{font-weight:700}.vft-md-container table td:nth-child(1){font-weight:700}.vft-md-container table td:nth-child(4){word-break:break-all}.vft-md-container table td,.vft-md-container table th{padding:16px;line-height:22px;text-align:left;font-size:14px;border-bottom:var(--vft-border)}.vft-md-container table th{white-space:nowrap}.vft-md-container table em{font-style:normal;font-size:14px;color:var(--vft-danger-color)}.vft-md-container h2,.vft-md-container h3{border-bottom:1px solid rgba(0,0,0,.15)}.vft-md-container h1,.vft-md-container h2,.vft-md-container h3,.vft-md-container h4,.vft-md-container h5,.vft-md-container h6{font-weight:500;line-height:1.25;overflow-wrap:break-word}.vft-md-container h1:hover .header-anchor,.vft-md-container h2:hover .header-anchor,.vft-md-container h3:hover .header-anchor,.vft-md-container h4:hover .header-anchor,.vft-md-container h5:hover .header-anchor,.vft-md-container h6:hover .header-anchor{opacity:1}.vft-md-container h1{font-size:2rem}.vft-md-container h2{padding-bottom:.3rem;font-size:1.65rem}.vft-md-container h3{font-size:1.35rem}.vft-md-container h4{font-size:1.15rem}.vft-md-container h5{font-size:1.05rem}.vft-md-container h6{font-size:1rem}.vft-md-container h1,.vft-md-container h2,.vft-md-container h3,.vft-md-container h4,.vft-md-container h5,.vft-md-container h6{margin-bottom:.5rem;padding-top:30px;outline:0}.no-navbar .vft-md-container h1,.no-navbar .vft-md-container h2,.no-navbar .vft-md-container h3,.no-navbar .vft-md-container h4,.no-navbar .vft-md-container h5,.no-navbar .vft-md-container h6{margin-top:1.5rem;padding-top:0}.vft-md-container blockquote{margin:16px 0;padding:4px 0 4px 16px;-webkit-border-start:3px solid #ddd;border-inline-start:3px solid #ddd;border-color:#eee;color:#666;font-size:1rem;overflow-wrap:break-word}.vft-md-container blockquote p{margin:0}.vft-md-container code{padding:0 5px;color:#ff502c;background-color:var(--vft-md-container-code-bg-color);border-radius:3px;font-size:13.5px;word-break:break-word}.vft-md-container .line-numbers-mode pre{vertical-align:middle;padding-left:.5rem;margin-left:var(--vft-md-container-line-numbers-width)!important}.vft-md-container .line-numbers-mode::after{content:"";position:absolute;top:0;left:0;z-index:2;width:var(--vft-md-container-line-numbers-width);height:100%;border-right:var(--vft-border);border-radius:6px 0 0 6px;transition:border-color var(--vft-color-transition)}.vft-md-container .line-numbers-mode .line-numbers{position:absolute;top:0;left:0;width:var(--vft-md-container-line-numbers-width);padding:1rem 0;color:var(--vft-text-regular-color);line-height:1.375;counter-reset:line-number;text-align:center;transition:color var(--vft-color-transition);transform:translateY(1px)}@media print{.vft-md-container .line-numbers-mode .line-numbers{display:none}}.vft-md-container .line-numbers-mode .line-number{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;height:1.375em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vft-md-container .line-numbers-mode .line-number::before{content:counter(line-number);font-size:.85em;counter-increment:line-number}.vft-md-container .line-numbers-mode .highlight-lines{position:absolute;top:0;left:0;width:100%;padding-top:1rem;line-height:1.375;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vft-md-container .line-numbers-mode .highlight-line{position:relative;background:var(--vft-md-container-highlight-line-color);transition:background var(--vft-md-container-color-transition)}.vft-md-container .line-numbers-mode .highlight-line::before{content:" ";position:absolute;top:0;left:0;z-index:3;display:block;width:var(--vft-md-container-line-numbers-width);height:100%}.vft-md-container div[class*=language-]{position:relative;border-radius:6px;background:#ecf4fa;transition:background .3s ease}.vft-md-container div[class*=language-]::before{content:attr(data-ext);position:absolute;top:.8em;right:1em;z-index:3;color:#004050;font-size:.75rem;transition:color .3s ease}.vft-md-container div[class*=language-] pre,.vft-md-container div[class*=language-] pre[class*=language-]{position:relative;z-index:1;direction:ltr;background:0 0!important;font-size:16px;overflow:auto;padding:1rem;border-radius:6px;line-height:1.375;display:block;white-space:pre;margin:14px 0 14px 0}.vft-md-container div[class*=language-] pre code,.vft-md-container div[class*=language-] pre[class*=language-] code{background:0 0;color:#383a42;padding:0;text-align:left;overflow-wrap:unset;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;-webkit-hyphens:none;font-size:.85em;-webkit-font-smoothing:auto;hyphens:none;transition:color .3s ease}.vft-md-container div[class*=language-] pre{vertical-align:middle;margin-left:var(--vft-md-container-line-numbers-width);padding-left:.5rem}.vft-md-container div[class*=language-] button.copy{border:none;position:absolute;top:0;right:40px;z-index:3;display:block;justify-content:center;align-items:center;border-radius:4px;width:40px;height:40px;background-color:transparent;opacity:0;cursor:pointer;background-image:var(--vft-md-container-icon-copy);background-position:50%;background-size:20px;background-repeat:no-repeat;transition:opacity .4s}.vft-md-container div[class*=language-] button.copy.copied::before,.vft-md-container div[class*=language-] button.copy:hover.copied::before{position:relative;left:-45px;font-size:12px;font-weight:500;color:rgba(56,58,66,.67);background-color:transparent;white-space:nowrap;content:"Copied"}.vft-md-container div[class*=language-] button.copy.copied,.vft-md-container div[class*=language-] button.copy:hover.copied{background-color:#c3def3;background-image:var(--vft-md-container-icon-copied)}.vft-md-container div[class*=language-] button.copy:focus,.vft-md-container div[class*=language-]:hover>button.copy{opacity:1}.vft-md-container div[class*=language-] button.copy:hover{background-color:#c3def3}.vft-md-container .language-markdown .token.url,.vft-md-container .language-markdown .token.url-reference.url>.token.string,.vft-md-container .language-markdown .token.url>.token.operator{color:#383a42}.vft-md-container .language-markdown .token.url>.token.content{color:#4078f2}.vft-md-container .language-markdown .token.url-reference.url,.vft-md-container .language-markdown .token.url>.token.url{color:#0184bc}.vft-md-container .language-markdown .token.blockquote.punctuation,.vft-md-container .language-markdown .token.hr.punctuation{color:#a0a1a7;font-style:italic}.vft-md-container .language-markdown .token.code-snippet{color:#50a14f}.vft-md-container .language-markdown .token.bold .token.content{color:#b76b01}.vft-md-container .language-markdown .token.italic .token.content{color:#a626a4}.vft-md-container .language-markdown .token.list.punctuation,.vft-md-container .language-markdown .token.strike .token.content,.vft-md-container .language-markdown .token.strike .token.punctuation,.vft-md-container .language-markdown .token.title.important>.token.punctuation{color:#e45649}.vft-md-container .hint-container{position:relative;transition:background var(--vft-transition-color),border-color var(--vft-transition-color),color var(--vft-transition-color)}@media print{.vft-md-container .hint-container{page-break-inside:avoid}}.vft-md-container .hint-container .hint-container-title{position:relative;font-weight:600;line-height:1.25}.vft-md-container .hint-container.danger,.vft-md-container .hint-container.info,.vft-md-container .hint-container.note,.vft-md-container .hint-container.tip,.vft-md-container .hint-container.warning{margin:1rem 0;padding:.25rem 1rem;border-inline-start-width:.3rem;border-inline-start-style:solid;border-radius:.5rem;color:inherit}.vft-md-container .hint-container.danger .hint-container-title,.vft-md-container .hint-container.info .hint-container-title,.vft-md-container .hint-container.note .hint-container-title,.vft-md-container .hint-container.tip .hint-container-title,.vft-md-container .hint-container.warning .hint-container-title{-webkit-padding-start:1.75rem;padding-inline-start:1.75rem}@media print{.vft-md-container .hint-container.danger .hint-container-title,.vft-md-container .hint-container.info .hint-container-title,.vft-md-container .hint-container.note .hint-container-title,.vft-md-container .hint-container.tip .hint-container-title,.vft-md-container .hint-container.warning .hint-container-title{-webkit-padding-start:0;padding-inline-start:0}}.vft-md-container .hint-container.danger .hint-container-title::before,.vft-md-container .hint-container.info .hint-container-title::before,.vft-md-container .hint-container.note .hint-container-title::before,.vft-md-container .hint-container.tip .hint-container-title::before,.vft-md-container .hint-container.warning .hint-container-title::before{content:" ";position:absolute;top:calc(50% - .6125em);left:0;inset-inline-start:0;width:1.25em;height:1.25em;background-position:left;background-repeat:no-repeat}@media print{.vft-md-container .hint-container.danger .hint-container-title::before,.vft-md-container .hint-container.info .hint-container-title::before,.vft-md-container .hint-container.note .hint-container-title::before,.vft-md-container .hint-container.tip .hint-container-title::before,.vft-md-container .hint-container.warning .hint-container-title::before{display:none}}.vft-md-container .hint-container.danger p,.vft-md-container .hint-container.info p,.vft-md-container .hint-container.note p,.vft-md-container .hint-container.tip p,.vft-md-container .hint-container.warning p{line-height:1.5}.vft-md-container .hint-container.danger a,.vft-md-container .hint-container.info a,.vft-md-container .hint-container.note a,.vft-md-container .hint-container.tip a,.vft-md-container .hint-container.warning a{color:var(--vft-md-container-primary-color)}.vft-md-container .hint-container.info{border-color:var(--vft-md-container-info-border-color);background:var(--vft-md-container-info-bg-color)}.vft-md-container .hint-container.info>.hint-container-title{color:var(--vft-md-container-info-title-color)}.vft-md-container .hint-container.info>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='%234cb3d4'/%3E%3C/svg%3E")}.vft-md-container .hint-container.info code{background:var(--vft-md-container-info-code-bg-color)}.vft-md-container .hint-container.note{border-color:var(--vft-md-container-note-border-color);background:var(--vft-md-container-note-bg-color)}.vft-md-container .hint-container.note>.hint-container-title{color:var(--vft-md-container-note-title-color)}.vft-md-container .hint-container.note>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='%23ccc'/%3E%3C/svg%3E")}.vft-md-container .hint-container.note code{background:var(--vft-md-container-note-code-bg-color)}.vft-md-container .hint-container.tip{border-color:var(--vft-md-container-tip-border-color);background:var(--vft-md-container-tip-bg-color)}.vft-md-container .hint-container.tip>.hint-container-title{color:var(--vft-md-container-tip-title-color)}.vft-md-container .hint-container.tip>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009400' d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E")}.vft-md-container .hint-container.tip code{background:var(--vft-md-container-tip-code-bg-color)}.vft-md-container .hint-container.warning{border-color:var(--vft-md-container-warning-border-color);background:var(--vft-md-container-warning-bg-color)}.vft-md-container .hint-container.warning>.hint-container-title{color:var(--vft-md-container-warning-title-color)}.vft-md-container .hint-container.warning>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z' fill='%23e6a700'/%3E%3C/svg%3E")}.vft-md-container .hint-container.warning code{background:var(--vft-md-container-warning-code-bg-color)}.vft-md-container .hint-container.danger{border-color:var(--vft-md-container-danger-border-color);background:var(--vft-md-container-danger-bg-color)}.vft-md-container .hint-container.danger>.hint-container-title{color:var(--vft-md-container-danger-title-color)}.vft-md-container .hint-container.danger>.hint-container-title::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z' fill='%23e13238'/%3E%3C/svg%3E")}.vft-md-container .hint-container.danger code{background:var(--vft-md-container-danger-code-bg-color)}.vft-md-container .hint-container.details{position:relative;display:block;margin:1.6em 0;padding:1.5rem;border-radius:.5rem;background:var(--vft-md-container-detail-bg-color);color:var(--vft-md-container-detail-text-color);transition:background var(--vft-transition-color),color var(--vft-transition-color)}@media print{.vft-md-container .hint-container.details{display:none}}.vft-md-container .hint-container.details h4{margin-top:0}.vft-md-container .hint-container.details figure:last-child,.vft-md-container .hint-container.details p:last-child{margin-bottom:0;padding-bottom:0}.vft-md-container .hint-container.details a{color:var(--vft-md-container-primary-color)}.vft-md-container .hint-container.details code{background:var(--vft-md-container-detail-code-bg-color)}.vft-md-container .hint-container.details summary{position:relative;margin:-1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;-webkit-padding-start:4rem;padding-inline-start:4rem;-webkit-padding-end:1.5rem;padding-inline-end:1.5rem;list-style:none;cursor:pointer}.vft-md-container .hint-container.details summary::-webkit-details-marker,.vft-md-container .hint-container.details summary::marker{color:transparent;font-size:0}.vft-md-container .hint-container.details summary::after,.vft-md-container .hint-container.details summary::before{content:" ";position:absolute;top:calc(50% - .75rem);left:1.5rem;inset-inline-start:1.5rem;width:1.5rem;height:1.5rem}@media print{.vft-md-container .hint-container.details summary::after,.vft-md-container .hint-container.details summary::before{display:block}}.vft-md-container .hint-container.details summary::before{border-radius:50%;background:#ccc;transition:background var(--vft-transition-color),transform var(--vft-transition-color)}.vft-md-container .hint-container.details summary::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");line-height:normal;transition:transform var(--vft-transition-color);transform:rotate(90deg)}.vft-md-container .hint-container.details[open] summary{margin-bottom:.5em}.vft-md-container .hint-container.details[open] summary::after{transform:rotate(180deg)}.vft-md-container input[type=checkbox].task-list-item-checkbox{position:relative;width:0;-webkit-margin-end:1.5em;margin-inline-end:1.5em;cursor:pointer}.vft-md-container input[type=checkbox].task-list-item-checkbox::after{content:" ";position:absolute;top:0;display:inline-block;box-sizing:border-box;width:1em;height:1em;-webkit-padding-start:0;padding-inline-start:0;border:1px solid #ddd;border-radius:2px;background:#fff;text-align:center;visibility:visible;transition:background var(--t-color,.3s ease),border-color var(--t-color,.3s ease)}.vft-md-container input[type=checkbox].task-list-item-checkbox:checked::after{content:"";border-color:#3eaf7c;background:#3eaf7c}.vft-md-container input[type=checkbox].task-list-item-checkbox:checked::before{content:"";position:absolute;top:3px;left:.4em;inset-inline-start:.4em;z-index:1;width:4px;height:9px;border:solid #fff;border-width:0 .15em .15em 0;transform:rotate(45deg)}.vft-md-container input[type=checkbox i]{background-color:initial;cursor:default;margin:3px 3px 3px 4px;padding:initial;border:initial}.vft-md-container figure{position:relative;display:flex;flex-direction:column;width:auto;margin:1rem auto;text-align:center;transition:transform var(--t-transform,.3s ease)}.vft-md-container figure img{overflow:hidden;margin:0 auto;border-radius:8px}.vft-md-container figure img[tabindex]:focus,.vft-md-container figure img[tabindex]:hover{box-shadow:2px 2px 10px 0 var(--card-shadow)}.vft-md-container figure>a .external-link-icon{display:none}.vft-md-container figure figcaption{display:inline-block;margin:6px auto;font-size:.8rem}.vft-md-container__content h1{display:none}.vft-md-container h2,.vft-md-container h3{border-bottom:none}.vft-md-container h2{font-size:22px}.vft-md-container h3{font-size:18px}.vft-md-container .demo-container{border:var(--vft-border)}.vft-md-container .demo-container .demo{padding:20px 20px 30px}.vft-md-container .demo-container .demo .action{position:relative}.vft-md-container .demo-container .demo .action .expand{cursor:pointer;position:absolute;right:-5px;bottom:-28px;height:40px;width:40px;border-radius:4px;display:flex;align-items:center;justify-content:center}.vft-md-container .demo-container .demo .action .expand:hover{background-color:#c3def3}.vft-md-container .demo-container div.language-vue{transition:opacity .3s ease;height:0;visibility:hidden}.vft-md-container .demo-container div.language-vue pre{margin:0 0 0 var(--vft-md-container-line-numbers-width)!important}.vft-md-container .demo-container div.language-vue .copy{visibility:visible;opacity:1;top:-42px;right:60px}.vft-md-container p{font-size:16px;line-height:22px;margin:16px 0}.vft-md-container hr{transition:border-top-color .3s ease;border:0;border-top:1px solid #eaecef;margin:8px 0}.vft-md-container .header-anchor{text-decoration:none;transition:opacity .3s;opacity:0}.vft-md-container img{display:block;border-radius:4px;max-width:100%;margin:8px 0}.vft-md-container em{font-size:12px;line-height:20px}.vft-md-container pre{overflow:auto;margin:13px 0;padding:16px;border-radius:6px;line-height:1.375}.vft-md-container summary{cursor:pointer}.vft-md-container::-webkit-scrollbar{z-index:11;width:6px}.vft-md-container::-webkit-scrollbar:horizontal{height:6px}.vft-md-container::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:var(--vft-md-container-primary-color);border:0 solid transparent}.vft-md-container::-webkit-scrollbar-thumb:hover{background:var(--vft-md-container-primary-color)}.vft-md-container::-webkit-scrollbar-corner{background:0 0}.vft-md-container::-webkit-scrollbar-track{background:0 0}.vft-md-container::-webkit-scrollbar-track-piece{background:0 0;width:6px}.vft-md-container__header{max-width:var(--vft-md-container-content-max-width);min-width:300px}.vft-md-container__title{padding-top:10px!important}.vft-md-container__header .info-container{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.vft-md-container__header .info-container .infos{display:flex;justify-content:flex-start;font-size:12px;color:var(--vft-info-color-light)}.vft-md-container__header .info-container .infos .vft-icon{color:inherit;font-size:inherit!important}.vft-md-container .reading{display:flex;align-items:center;font-size:14px}.vft-md-container__content{max-width:var(--vft-md-container-content-max-width);min-width:300px}