Commit Graph

7216 Commits

Author SHA1 Message Date
timongh
a56b56ba9a Fix ComponentTags.vue 2023-03-10 00:17:43 +08:00
timongh
720e8ff924 Fix types in custom-navbar-item.ts 2023-03-10 00:15:42 +08:00
timongh
d7b8053d96 Fix VButton 2023-03-09 21:30:15 +08:00
timongh
827ad64b04 Remove $options from VIcon 2023-03-09 17:35:35 +08:00
timongh
87189cc05e Fix event handlers
Fix event handlers with multiple lines of code in the Vue template.
2023-03-09 17:34:51 +08:00
timongh
0765347525 Fix mountVueComponent
It doesn't extract the `default` attribute.
2023-03-09 17:31:46 +08:00
timongh
f013e7a1b6 Fix some options type 2023-02-22 21:56:47 +08:00
timongh
a228b56885 Change some eslint rules 2023-02-12 18:29:17 +08:00
timongh
20f9f870d6 Fix some type errors 2023-02-12 18:23:00 +08:00
timongh
759aa38196 Fix some type errors in registry/lib/components/utils 2023-02-12 17:35:42 +08:00
timongh
30a335d0a8 Fix some type errors in registry/lib/components/style 2023-02-12 17:19:50 +08:00
timongh
bf03ada6a3 Fix some type errors in registry/lib/components/video 2023-02-12 16:38:54 +08:00
timongh
9e3a739fc2 Fix some type errors in src/components 2023-02-09 23:35:46 +08:00
timongh
e74b014c3a Fix some type errors in src/ui 2023-02-09 21:35:25 +08:00
timongh
bcbac0853e Fix some type errors in lib/components/style/custom-navbar 2023-02-09 20:16:16 +08:00
timongh
38d25fc3fa Fix type errors in registry/lib/components/touch/player-gestures/GesturePreview.vue 2023-02-09 19:55:43 +08:00
timongh
4789110236 Fix type errors when lodash.debounce used in vue component definition 2023-02-09 19:52:02 +08:00
timongh
99cb6c92c5 Fix type errors in registry/lib/components/feeds/filter/FeedsFilterCard.vue 2023-02-09 19:41:47 +08:00
timongh
a666e2af7a Fix type errors in src/components/launch-bar 2023-02-09 19:26:42 +08:00
timongh
495b52a095 Fix type of assetsOptions in DownloadVideo.vue 2023-02-09 18:06:03 +08:00
timongh
1ca7edb29e Remove Component's generic parameters 2023-02-09 17:55:20 +08:00
timongh
6a33d760d3 Replace () => import(./TheComponent.vue) to defineAsyncComponent 2023-02-09 17:41:14 +08:00
timongh
e187fb2d9d Use type Component as vue component in src/components/widget.ts 2023-02-09 17:29:38 +08:00
timongh
c5eeb6335c Use type Component as vue component in reimu/index.ts 2023-02-09 17:23:56 +08:00
timongh
8cc0e79ed8 Use type Component as vue component in dialog/index.ts 2023-02-09 17:19:24 +08:00
timongh
8f4f393c87 Use type Component as vue component in src/components/types.ts 2023-02-09 16:55:10 +08:00
timongh
0d381c3f3a Use type Component as vue component in launch-bar-actions.ts 2023-02-09 16:28:19 +08:00
timongh
4388cdf186 Use type Component as vue component in lib/components/video/download/types.ts 2023-02-09 14:04:40 +08:00
timongh
cd1410f9bb Use type Component as vue component in FreshLayoutItem 2023-02-09 13:38:47 +08:00
timongh
8c306f37db Use type Component as vue component in settings-panel/sub-pages/index.ts 2023-02-09 13:35:02 +08:00
timongh
4e875aaffd Use type Component as vue component in component-actions.ts 2023-02-09 13:28:23 +08:00
timongh
cd61a1b85c Use type Component as vue component in TabMappings 2023-02-09 13:28:23 +08:00
timongh
7ed9ced13d Use type Component as vue component in custom-navbar-item.ts 2023-02-09 13:28:22 +08:00
timongh
d24fbdd89a Removed all use of $refs. Instead, use ref() to define component references. 2023-02-09 03:10:06 +08:00
timongh
046957478d Remove mixins in registry/lib/components/style/home-redesign/mixin.ts 2023-02-08 16:26:31 +08:00
timongh
78f91156eb Remove mixins in src/components/settings-panel/mixins.ts 2023-02-08 14:57:15 +08:00
timongh
241ae31d9c Replace textControlMixin to vue composition style 2023-02-08 14:25:16 +08:00
timongh
d49d7b8909 Replace nextPageMixin to vue composition style 2023-02-08 03:19:44 +08:00
timongh
366a623008 Replace popupMixin to vue setup 2023-02-07 15:32:00 +08:00
timongh
eb2eba2868 Fix the type of debounceSearchAllList in NavbarFavorites.vue 2023-02-07 14:56:41 +08:00
timongh
f3f7e34a41 Change beforeDestroy to beforeUnmount 2023-02-07 12:07:51 +08:00
timongh
5f0b395526 fixup! Remove $listeners and the redundant v-bind="$attrs" 2023-02-07 11:58:37 +08:00
timongh
125a0c6595 Removes all uses of the variable Vue in vue2 2023-02-07 11:56:38 +08:00
timongh
d19ec16a9a Modify two missing Vue component creation methods 2023-02-07 02:14:45 +08:00
timongh
88263c9fe4 Add deep: true for array handler in vue watch option 2023-02-07 02:07:48 +08:00
timongh
481ec887ae Replace class name for vue <Transition> component 2023-02-07 01:49:52 +08:00
timongh
6b7caafa95 Replace filters to methods in vue files 2023-02-07 01:14:21 +08:00
timongh
7a91728e29 Remove $listeners and the redundant v-bind="$attrs" 2023-02-07 00:51:23 +08:00
timongh
74267e5531 Change render method to vue3 style 2023-02-05 14:42:02 +08:00
timongh
de9286db6a Use defineAsyncComponent to define sub-components 2023-02-05 05:36:24 +08:00