Commit Graph

7303 Commits

Author SHA1 Message Date
timongh
75de028247 Fixed missing close parentheses 2023-03-12 23:10:37 +08:00
timongh
86a351f63b Change some registered data to reactive object 2023-03-12 19:13:09 +08:00
timongh
876cfb84a3 Fix type of prop value of VDropdown.vue 2023-03-12 17:56:52 +08:00
timongh
eee531a907 Mark type of input element 2023-03-11 21:59:56 +08:00
timongh
3940c82121 Mark type of options in FilterTypeSwitch.vue 2023-03-11 21:58:17 +08:00
timongh
6a41538292 Expose popupShow in IframePopup.vue 2023-03-11 21:54:04 +08:00
timongh
07618206ad Fix type errors about VDropdown.vue 2023-03-11 21:49:52 +08:00
timongh
14b085c6b4 Fix type of placement in RegistryItem.vue 2023-03-11 21:38:56 +08:00
timongh
f26f3facc6 Patch jszip to remove dependency of node 2023-03-11 21:37:52 +08:00
timongh
da48523257 Merge remote-tracking branch 'main/preview-features' into update-to-vue3 2023-03-11 21:19:43 +08:00
timongh
d7f03a2511 Perfect types in VDropdown.vue 2023-03-11 19:24:53 +08:00
timongh
9b58eebd52 Fix event names 2023-03-11 19:10:13 +08:00
timongh
d393e8f5c8 Fix type of RangeInput.vue 2023-03-11 10:03:29 +08:00
timongh
35bbfde688 Change vue to external dependency 2023-03-11 09:17:38 +08:00
timongh
3ea86bccaa Change '@vue/runtime-dom' to 'vue' 2023-03-11 04:25:12 +08:00
timongh
c6381564f1 User defineAsyncComponent in FeedsFilterCard.vue 2023-03-11 04:22:29 +08:00
timongh
8faf1ce9f5 Fix ComponentDescription.vue
Make the description change in real time based on incoming prop
2023-03-11 04:16:43 +08:00
timongh
079dc155fd Change global features array to reactive 2023-03-11 02:51:09 +08:00
timongh
d659a18c4a Revert "Use markRaw when using dynamic component"
This reverts commit 218cc06b08.
2023-03-11 00:55:54 +08:00
timongh
0292276a8e Remove @vue/compat 2023-03-11 00:08:16 +08:00
timongh
9050154781 Fix restAttrs in text-control.ts 2023-03-10 21:43:41 +08:00
timongh
841499d9ee Add vue build feature flags
See https://github.com/vuejs/core/tree/main/packages/vue#bundler-build-feature-flags
2023-03-10 21:27:13 +08:00
timongh
ef51a17487 Fix UserItem.vue
It called toast with argument null.
2023-03-10 20:59:49 +08:00
timongh
218cc06b08 Use markRaw when using dynamic component 2023-03-10 01:23:44 +08:00
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
the1812
65439a9fe6 Merge branch 'preview-features' of https://github.com/the1812/Bilibili-Evolved into preview-features 2023-03-04 10:25:42 +08:00
timongh
f013e7a1b6 Fix some options type 2023-02-22 21:56:47 +08:00
Grant Howard
cb3e1fd3f3
Merge pull request #3965 from LonelySteve/features/bisector
feat: 组件二等分
2023-02-21 21:12:44 +08:00
JLoeve
33faf3d421 fix: Improve bisector again 2023-02-20 23:17:16 +08:00
the1812
0efe0b32c1 Merge branch 'preview-fixes' into preview-features 2023-02-20 22:41:45 +08:00
the1812
b633a03919 Export Dialog API 2023-02-20 22:41:40 +08:00
JLoeve
6ad8b3e27b fix: Improve bisector 2023-02-20 22:40:53 +08:00
the1812
ce201a0c04 Fix undefined properties (fix #3992) 2023-02-20 09:04:34 +08:00
Grant Howard
6b0ff25862
Merge pull request #4014 from timongh/fix-iframe-popup-type
Fix type errors of IframePopup.vue (#3947)
2023-02-20 08:52:46 +08:00
Grant Howard
41f21ef57c
Merge pull request #3954 from timongh/fix-lint-errors
Fix lint errors/warnings
2023-02-20 08:52:07 +08:00
Grant Howard
87565b5000
Merge pull request #4013 from timongh/change-load-feature-code
修改 load-feature-code.ts | 一些不影响逻辑的小修改
2023-02-20 08:50:53 +08:00
timongh
ec5bcdc908 Fix type errors of IframePopup.vue 2023-02-20 05:26:39 +08:00
timongh
3fd8f6ddb0 Change interface to type alias 2023-02-20 04:05:27 +08:00
timongh
e7288c8e1f Change load-feature-code.ts 2023-02-20 02:59:04 +08:00
the1812
0975077043 Merge branch 'preview-fixes' into preview-features 2023-02-19 23:39:55 +08:00
the1812
2e3f4e613b Update donate history 2023-02-19 23:39:33 +08:00
the1812
235977974c Update version number 2023-02-19 23:33:26 +08:00
the1812
f74ff42dc6 Update changelog 2023-02-19 23:33:14 +08:00
the1812
045d46d7c8 Merge branch 'preview-fixes' into preview-features 2023-02-19 20:52:38 +08:00
Grant Howard
a360507110
Merge pull request #3938 from timongh/refactor-load-feature-code
重构功能代码的加载
2023-02-19 20:45:42 +08:00