Skip to content

Commit

Permalink
[Add] @takuma-ru/vue-swipe-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-ru committed Aug 2, 2022
1 parent 17c64ae commit 34266ec
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
7 changes: 4 additions & 3 deletions composable/utils/returnMdiIcon.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
引数で指定されたmdiアイコンを返す
**/

* 引数で指定されたmdiアイコンを返す
* @param icon string
* @returns string
*/
export default function returnMdiIcon (icon: string) {
const mdiIcon = require('@mdi/js')

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@takuma-ru/vue-swipe-modal": "^4.0.0",
"@types/animejs": "^3.1.4",
"@types/vue2-datepicker": "^3.3.1",
"@vuelidate/core": "^2.0.0-alpha.40",
Expand Down
42 changes: 41 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,14 @@
estree-walker "^2.0.1"
picomatch "^2.2.2"

"@takuma-ru/vue-swipe-modal@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@takuma-ru/vue-swipe-modal/-/vue-swipe-modal-4.0.0.tgz#fe07988b7bb628ec7e088543b30baff09a8d08d3"
integrity sha512-1LTvO9PwrTQ5ZoNYqlPDec1W2cxr5Sz6a0N2U439RRBdRqWijNaXY+zznS2ZiA5z3dw0yREmZIR4JOWzlEN5BA==
dependencies:
"@vueuse/core" "8.9.4"
vue-demi "^0.13.4"

"@types/animejs@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@types/animejs/-/animejs-3.1.4.tgz#92f90d1c800b9041b64a7da9da0e68e690146b0e"
Expand Down Expand Up @@ -2232,6 +2240,11 @@
dependencies:
vue "^2.5.0"

"@types/web-bluetooth@^0.0.14":
version "0.0.14"
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.14.tgz#94e175b53623384bff1f354cdb3197a8d63cdbe5"
integrity sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==

"@types/[email protected]":
version "3.9.3"
resolved "https://registry.yarnpkg.com/@types/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.3.tgz#3a12025eb5d86069c30b47a157e62c0aca6e39a1"
Expand Down Expand Up @@ -2555,6 +2568,28 @@
dependencies:
vue-demi "^0.12.0"

"@vueuse/[email protected]":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-8.9.4.tgz#c7db40f19390b3c9f4ff9294a30461497f62ec19"
integrity sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==
dependencies:
"@types/web-bluetooth" "^0.0.14"
"@vueuse/metadata" "8.9.4"
"@vueuse/shared" "8.9.4"
vue-demi "*"

"@vueuse/[email protected]":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-8.9.4.tgz#a4132db33e4c1b1023636acfa20aa7b37ab3d978"
integrity sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==

"@vueuse/[email protected]":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-8.9.4.tgz#c9741c30ffb666b50d62f0dd80b76119fd47573e"
integrity sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==
dependencies:
vue-demi "*"

"@webassemblyjs/[email protected]":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
Expand Down Expand Up @@ -9476,7 +9511,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.5.2, typescript@~4.2:
typescript@^4.7.4, typescript@~4.2:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
Expand Down Expand Up @@ -9752,6 +9787,11 @@ vue-client-only@^2.0.0:
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.1.0.tgz#1a67a47b8ecacfa86d75830173fffee3bf8a4ee3"
integrity sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==

vue-demi@*, vue-demi@^0.13.4:
version "0.13.6"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.13.6.tgz#f9433cbd75e68a970dec066647f4ba6c08ced48f"
integrity sha512-02NYpxgyGE2kKGegRPYlNQSL1UWfA/+JqvzhGCOYjhfbLWXU5QQX0+9pAm/R2sCOPKr5NBxVIab7fvFU0B1RxQ==

vue-demi@^0.12.0:
version "0.12.5"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.12.5.tgz#8eeed566a7d86eb090209a11723f887d28aeb2d1"
Expand Down

0 comments on commit 34266ec

Please sign in to comment.