Skip to content

Commit

Permalink
Bump ODS, Address PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jun 27, 2022
1 parent 8fa2a6f commit f2fa172
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
]),
...mapMutations('Files', {
upsertResource: 'UPSERT_RESOURCE',
setLatestSelectedFile: 'SET_LATEST_SELECTED_FILE',
setLatestSelectedFile: 'SET_LATEST_SELECTED_FILE_ID',
setFileSelection: 'SET_FILE_SELECTION',
addFileSelection: 'ADD_FILE_SELECTION'
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default defineComponent({
default: true
},
/**
* Top position of header used when the head^er is sticky in pixels
* Top position of header used when the header is sticky in pixels
*/
headerPosition: {
type: Number,
Expand Down Expand Up @@ -713,7 +713,7 @@ export default defineComponent({
* Triggered when a default action is triggered on a file
* @property {object} resource resource for which the event is triggered
*/
// this.$emit('fileClick', resource)
this.$emit('fileClick', resource)
},
isResourceClickable(resourceId) {
if (!this.areResourcesClickable) {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/src/store/mutations.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
SET_CLIPBOARD_ACTION(state, action) {
state.clipboardAction = action
},
SET_LATEST_SELECTED_FILE(state, file) {
SET_LATEST_SELECTED_FILE_ID(state, file) {
state.latestSelectedId = file
},
SET_FILE_SELECTION(state, files) {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"luxon": "^2.4.0",
"marked": "^4.0.12",
"oidc-client": "1.11.5",
"owncloud-design-system": "^13.2.0-rc.1",
"owncloud-design-system": "^14.0.0-alpha.3",
"owncloud-sdk": "~3.0.0-alpha.14",
"p-queue": "^6.6.2",
"popper-max-size-modifier": "^0.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9707,13 +9707,13 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:^13.2.0-rc.1":
version: 13.2.0-rc.1
resolution: "owncloud-design-system@npm:13.2.0-rc.1"
"owncloud-design-system@npm:^14.0.0-alpha.3":
version: 14.0.0
resolution: "owncloud-design-system@npm:14.0.0"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
filesize: ^8.0.0
filesize: ^9.0.9
focus-trap: ^6.4.0
focus-trap-vue: ^1.1.1
fuse.js: ^6.4.6
Expand All @@ -9726,7 +9726,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: 56d47b1a9b276dfb289fc0fb523bfa96ce223f595afe9230d8675da84b7393ede45768ae185339a268644e4ecacb9d610617662ff8ddf5b7b0f16ebd36a76916
checksum: 1b3b43770d9d5e0fe7bb52b997b2a165f5f8dfdc9765b5f95cc30c050be9f8b4b7af5b2438006f701fd0c48a8c62d6fd005c969e4aa6e9f804324b88a157214b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13781,7 +13781,7 @@ __metadata:
luxon: ^2.4.0
marked: ^4.0.12
oidc-client: 1.11.5
owncloud-design-system: ^13.2.0-rc.1
owncloud-design-system: ^14.0.0-alpha.3
owncloud-sdk: ~3.0.0-alpha.14
p-queue: ^6.6.2
popper-max-size-modifier: ^0.2.0
Expand Down

0 comments on commit f2fa172

Please sign in to comment.