Commit Graph

21 Commits

Author SHA1 Message Date
timongh
d2bfb2a6e1 Change the way Vue instances are created. 2023-02-04 17:45:03 +08:00
timongh
fa6001eb7a All Vue components are defined using defineComponent instead 2023-02-04 01:15:38 +08:00
timongh
185770030d Merge branch 'extend-vue-tsconfig' into update-to-vue3-compat
# Conflicts:
#	registry/lib/components/style/custom-navbar/favorites/FavoritesFolderSelect.vue
#	registry/lib/components/style/custom-navbar/feeds/tabs/next-page.ts
#	registry/lib/components/style/home-redesign/fresh/VideoList.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/blackboard/Blackboard.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/Categories.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/categories.ts
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/Default.vue
#	registry/lib/components/style/home-redesign/fresh/layouts/categories/content/RankList.vue
#	registry/lib/components/style/home-redesign/mixin.ts
#	registry/lib/components/utils/black-list/BlackListSettings.vue
#	registry/lib/components/utils/dev-client/Action.vue
#	registry/lib/components/utils/keymap/settings/KeymapSettingsRow.vue
#	registry/lib/components/video/download/inputs/EpisodesPicker.vue
#	registry/lib/components/video/download/inputs/episode-item.ts
#	src/components/SwitchOptions.vue
#	src/components/feeds/VideoCard.vue
#	src/components/settings-panel/ComponentDetail.vue
#	src/components/settings-panel/ComponentOption.vue
#	src/components/settings-panel/ComponentSettings.vue
#	src/components/settings-panel/sub-pages/manage-panel/ManagePanel.vue
#	src/components/settings-panel/sub-pages/online-registry/RegistryItem.vue
#	src/core/toast/ToastCard.vue
#	src/ui/ImagePicker.vue
#	src/ui/TabControl.vue
2023-02-03 22:20:15 +08:00
timongh
4bb70030b8 Mark more specific types for Object, Array and Function in the props option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-03 13:11:26 +08:00
timongh
f0d24bd652 Annotate return type of methods in computed option
Signed-off-by: timongh <46739861+timongh@users.noreply.github.com>
2023-02-02 22:51:08 +08:00
timongh
7a248529bb Add ts config: importsNotUsedAsValues with corresponding eslint rule 2023-01-29 00:49:17 +08:00
the1812
307d26caa1 Merge branch 'preview-features' into component-option-types 2022-12-30 12:26:54 +08:00
the1812
6a0ecc3506 Refactor player agent files 2022-12-12 23:19:19 +08:00
the1812
3718cbb789 Support V2 comment area (#3807) 2022-11-15 22:52:17 +08:00
the1812
56d1f0b0d6 Format registry folder 2022-10-12 23:27:58 +08:00
timongh
691ed33188 Change the type of UnknownOptions from any to unknown 2022-10-02 01:05:15 +08:00
timongh
d802cc8e61 Change components in folder utils to define api 2022-09-14 01:45:56 +08:00
the1812
2c4dea0a97 Add 3.x player support (#3187)
- keymap (MixedPlayerAgent)
- outerWatchlater
- quickFavorite
2022-09-02 23:54:10 +08:00
the1812
42b67b9585 Fix mute tip (#2830) 2022-03-20 10:20:15 +08:00
the1812
d842469226 Update all descriptions 2021-12-05 20:52:01 +08:00
the1812
379af9a05e Fix player tip z-index (#2466) 2021-11-14 21:05:32 +08:00
the1812
6308b3ead5 Update doc 2021-11-14 20:52:45 +08:00
the1812
446509a8e6 Update link 2021-11-14 20:45:44 +08:00
the1812
aceddedbd7 Fix action name 2021-11-14 16:31:50 +08:00
the1812
1361d53383 Add keymap empty action (#2474) 2021-11-07 00:20:00 +08:00
the1812
9f452209fe Move v2 files 2021-10-26 13:19:37 +08:00