-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
1,766 additions
and
758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ runs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "GitHub Actions" | ||
shell: bash | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: ${{ inputs.checkout-repo }} | ||
ref: ${{ inputs.checkout-ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
} | ||
}, | ||
"npmClient": "yarn", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"props": { | ||
"disabled": "Puts all children inputs into a disabled state.", | ||
"collapseIcon": "Icon to display when the list item is expanded.", | ||
"expandIcon": "Icon to display when the list item is collapsed.", | ||
"group": "Assign a route namespace. Accepts a string or regexp for determining active state.", | ||
"noAction": "Removes left padding assigned for action icons from group items.", | ||
"prependIcon": "Prepends an icon to the component, uses the same syntax as `v-icon`.", | ||
"subGroup": "Designate the component as nested list group.", | ||
"subgroup": "Designate the component as nested list group.", | ||
"value": "Expands / Collapse the list-group." | ||
}, | ||
"exposed": { | ||
"isOpen": "Returns the current state of the list-group." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "A Vue.js project", | ||
"private": true, | ||
"author": "John Leider <[email protected]>", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vuetifyjs/vuetify.git", | ||
|
@@ -23,7 +23,7 @@ | |
"@cosmicjs/sdk": "^1.0.11", | ||
"@vuelidate/core": "^2.0.3", | ||
"@vuelidate/validators": "^2.0.4", | ||
"@vuetify/one": "^1.1.1", | ||
"@vuetify/one": "^1.3.1", | ||
"algoliasearch": "^4.20.0", | ||
"fflate": "^0.8.1", | ||
"isomorphic-fetch": "^3.0.0", | ||
|
@@ -38,7 +38,7 @@ | |
"vue-i18n": "^9.7.1", | ||
"vue-instantsearch": "^4.12.1", | ||
"vue-prism-component": "^2.0.0", | ||
"vuetify": "^3.5.8" | ||
"vuetify": "^3.5.9" | ||
}, | ||
"devDependencies": { | ||
"@emailjs/browser": "^3.11.0", | ||
|
@@ -50,7 +50,7 @@ | |
"@vitejs/plugin-basic-ssl": "^1.0.2", | ||
"@vitejs/plugin-vue": "^4.5.2", | ||
"@vue/compiler-sfc": "^3.4.19", | ||
"@vuetify/api-generator": "^3.5.8", | ||
"@vuetify/api-generator": "^3.5.9", | ||
"ajv": "^8.12.0", | ||
"async-es": "^3.2.5", | ||
"date-fns": "^2.30.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.