Skip to content

Commit 8f03fbc

Browse files
committed
bump coreds-ui version
1 parent 3595737 commit 8f03fbc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bookmarks-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"coreds": "^0.10.0",
35-
"coreds-ui": "^0.10.3",
35+
"coreds-ui": "^0.10.6",
3636
"pavilion": "^2.0.3",
3737
"toprogress": "^0.1.3",
3838
"v_": "2.1.10",

bookmarks-ts/src/user/BookmarkEntryBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export abstract class View {
166166
msg.$failed(this.tag_upd, err)
167167
this._m.tag_upd && nextTick(this.tag_upd$$focus)
168168
}
169-
tag_upd$$(fk: string, id: number, name: string, message: user.BookmarkTag.M) {
169+
tag_upd$$(fk: string, id: number, message: user.BookmarkTag.M) {
170170
if (!this.pstore.loading(true)) return false
171171

172172
// clear suggest input

bookmarks-ts/src/user/BookmarkEntryByTag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class BookmarkEntryByTag extends View {
5454
this.pstore.cbFetchFailed(err)
5555
}
5656

57-
tag_new$$(fk: string, id: number, name: string, message: user.BookmarkTag.M) {
57+
tag_new$$(fk: string, id: number, message: user.BookmarkTag.M) {
5858
this['$refs'].tag_new.value = ''
5959

6060
let tags = this.tags

bookmarks-ts/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@ core-util-is@~1.0.0:
610610
version "1.0.2"
611611
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
612612

613-
coreds-ui@^0.10.3:
614-
version "0.10.3"
615-
resolved "https://registry.yarnpkg.com/coreds-ui/-/coreds-ui-0.10.3.tgz#de7c9442418240dc9a598e4ccf2edc60a0fa6fa9"
613+
coreds-ui@^0.10.6:
614+
version "0.10.6"
615+
resolved "https://registry.yarnpkg.com/coreds-ui/-/coreds-ui-0.10.6.tgz#d129342570d5874ab5c48ce4dff845928d9f1ba3"
616616
dependencies:
617617
"@types/hammerjs" "^2.0.32"
618618
hammerjs "^2.0.8"

0 commit comments

Comments
 (0)