diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index bfccc60..0000000 --- a/.editorconfig +++ /dev/null @@ -1,24 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -indent_size = 4 -indent_style = tab -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false - -[*.{yml,yaml}] -indent_size = 2 -indent_style = space - -[*.{js,ts,mts,vue}] -indent_size = 2 -indent_style = tab - -[*.{scss,css}] -indent_size = 2 -indent_style = space diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json deleted file mode 100644 index 1e15d05..0000000 --- a/.eslintrc-auto-import.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "globals": { - "CSSProperties": true, - "Component": true, - "ComponentPublicInstance": true, - "ComputedRef": true, - "EffectScope": true, - "InjectionKey": true, - "PropType": true, - "Ref": true, - "VNode": true, - "computed": true, - "createApp": true, - "customRef": true, - "defineAsyncComponent": true, - "defineComponent": true, - "effectScope": true, - "getCurrentInstance": true, - "getCurrentScope": true, - "h": true, - "inject": true, - "isProxy": true, - "isReactive": true, - "isReadonly": true, - "isRef": true, - "markRaw": true, - "nextTick": true, - "onActivated": true, - "onBeforeMount": true, - "onBeforeUnmount": true, - "onBeforeUpdate": true, - "onDeactivated": true, - "onErrorCaptured": true, - "onMounted": true, - "onRenderTracked": true, - "onRenderTriggered": true, - "onScopeDispose": true, - "onServerPrefetch": true, - "onUnmounted": true, - "onUpdated": true, - "provide": true, - "reactive": true, - "readonly": true, - "ref": true, - "resolveComponent": true, - "shallowReactive": true, - "shallowReadonly": true, - "shallowRef": true, - "toRaw": true, - "toRef": true, - "toRefs": true, - "triggerRef": true, - "unref": true, - "useAttrs": true, - "useCssModule": true, - "useCssVars": true, - "useSlots": true, - "useTheme": true, - "useTemplateRef": true, - "watch": true, - "watchEffect": true, - "watchPostEffect": true, - "watchSyncEffect": true - } -} diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 602a580..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,98 +0,0 @@ -# Contributing to this repository - -## Getting started - -Before you begin: -- Have you read the [code of conduct](CODE_OF_CONDUCT.md)? -- Check out the [existing issues](https://github.com/__USERNAME__/vuetify-plugin-template/issues). - -### Don't see your issue? Open one - -If you spot something new, open an issue using a [template](https://github.com/__USERNAME__/vuetify-plugin-template/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix. - -### Ready to make a change? Fork the repo - -Fork using the command line: - -- [Fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them. - -### Make your update: - -Make your changes to the file(s) you'd like to update. - -### Open a pull request -When you're done making changes and you'd like to propose them for review, open your PR (pull request). - -### Submit your PR & get it reviewed -- Once you submit your PR, others from the PLUGIN_NAME community will review it with you. -- After that, we may have questions, check back on your PR to keep up with the conversation. - -### Your PR is merged! -Congratulations! The whole GitHub community thanks you. :sparkles: - -Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/__USERNAME__/vuetify-plugin-template/graphs/contributors). - -### Keep contributing as you use PLUGIN_NAME - -Now that you're a part of the PLUGIN_NAME community, you can keep participating in many ways. - -## Types of contributions -You can contribute to the PLUGIN_NAME content and site in several ways. This repo is a place to discuss and collaborate on PLUGIN_NAME! Our small, but mighty team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed. - -### :mega: Discussions -Discussions are where we have conversations. - -If you'd like help troubleshooting a PLUGIN_NAME PR you're working on, have a great new idea, or want to share something amazing you've learned, join us in [discussions](https://github.com/__USERNAME__/vuetify-plugin-template/discussions). - -### :beetle: Issues -[Issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with. - -If you've found something in the content or the website that should be updated, search open issues to see if someone else has reported the same thing. If it's something new, open an issue using a [template](https://github.com/__USERNAME__/vuetify-plugin-template/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix. - -### :hammer_and_wrench: Pull requests -A [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) is a way to suggest changes in our repository. - -To learn more about opening a pull request in this repo, see [Opening a pull request](#opening-a-pull-request) below. - -### :question: Support -We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with GitHub, unrelated to our documentation, please [contact GitHub Support directly](https://support.github.com/contact). Any issues, discussions, or pull requests opened here requesting support will be given information about how to contact GitHub Support, then closed and locked. - -If you're having trouble with your GitHub account, contact [Support](https://support.github.com/contact). - -## Starting with an issue -You can browse existing issues to find something that needs help! - -### Labels -Labels can help you find an issue you'd like to help with. - -- The [`help wanted` label](https://github.com/__USERNAME__/vuetify-plugin-template/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) is for problems or updates that anyone in the community can start working on. -- The [`documentation` label](https://github.com/__USERNAME__/vuetify-plugin-template/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) is for problems or updates relating to the README.MD documentation. -- The [`bug` label](https://github.com/__USERNAME__/vuetify-plugin-template/issues?q=is%3Aopen+is%3Aissue+label%3Abug) is for problems with the code and bugs. -- The [`enhancement` label](https://github.com/__USERNAME__/vuetify-plugin-template/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) is for -suggestions to improve the code or adding of additional features. - -## Opening a pull request -You can use the GitHub user interface for some small changes, like fixing a typo or updating a readme. You can also fork the repo and then clone it locally, to view changes and run your tests on your machine. - -## Working in the PLUGIN_NAME repository -Here's some information that might be helpful while working on a PLUGIN_NAME PR: - - - -## Reviewing -We (usually the PLUGIN_NAME team) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub. - -- Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time. -- Reviews discuss content, not the person who created it. -- Reviews are constructive and start conversation around feedback. - -### Self review -You should always review your own PR first. - - - -### Suggested changes -We may ask for changes to be made before a PR can be merged, either using [suggested changes](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request) or pull request comments. You can apply suggested changes directly through the UI. You can make any other changes in your fork, then commit them to your branch. - -As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations). diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 24d6c2c..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -custom: ["paypal.me/webdevnerdstuff"] -buy_me_a_coffee: webdevnerdstuff -patreon: webdevnerdstuff diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml deleted file mode 100644 index fa2144b..0000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml +++ /dev/null @@ -1,52 +0,0 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: ["bug", "triage"] -assignees: - - webdevnerdstuff -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: textarea - id: bug-description - attributes: - label: Bug description - description: What happened? - validations: - required: true - - type: textarea - id: steps - attributes: - label: Steps to reproduce - description: Which steps do we need to take to reproduce this error? - placeholder: "Steps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'" - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: If applicable, please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: input - id: reproduction - attributes: - label: Reproduction link - description: Please only use [StackBlitz](https://stackblitz.com/), [CodeSandbox](https://codesandbox.io/s/vue) or a github repo. Issues submitted without a reproduction link will be closed. - validations: - required: true - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context about the problem here. - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/__USERNAME__/vuetify-plugin-template/blob/main/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml deleted file mode 100644 index bf58ba7..0000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml +++ /dev/null @@ -1,45 +0,0 @@ -name: Feature Request -description: Suggest an idea for this project -title: "[Feature Request]: " -labels: ["feature request"] -assignees: - - webdevnerdstuff -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this request! - - type: textarea - id: related-to-a-problem - attributes: - label: Is your feature request related to a problem? Please describe. - description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - validations: - required: true - - type: textarea - id: feature-desc - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - id: alternatives - attributes: - label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - validations: - required: true - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context about the problem here. - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this request, you agree to follow our [Code of Conduct](https://github.com/__USERNAME__/vuetify-plugin-template/blob/main/CODE_OF_CONDUCT.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml deleted file mode 100644 index ae8b948..0000000 --- a/.github/workflows/cypress.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: Cypress Tests with Dependency and Artifact Caching - -on: - pull_request: - -jobs: - install: - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - - name: Install dependencies - run: pnpm install - - - name: Build application - run: pnpm build - - - name: Save build folder - uses: actions/upload-artifact@v4 - with: - name: build - if-no-files-found: error - path: ./dist - - cypress-run: - runs-on: ubuntu-22.04 - needs: install - steps: - - name: Setup pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - - name: Checkout - uses: actions/checkout@v4 - - - name: Download the build folder - uses: actions/download-artifact@v4 - with: - name: build - path: ./dist - - - name: Install dependencies - run: pnpm install - - - name: Cypress run - uses: cypress-io/github-action@v6 - with: - start: pnpm cy:run - component: true - browser: chrome diff --git a/.github/workflows/inactive-issues.yaml b/.github/workflows/inactive-issues.yaml deleted file mode 100644 index 3f0088e..0000000 --- a/.github/workflows/inactive-issues.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Close inactive issues -on: - schedule: - - cron: "30 1 * * *" - -jobs: - close-issues: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - days-before-issue-stale: 30 - days-before-issue-close: 14 - stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." - close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." - days-before-pr-stale: -1 - days-before-pr-close: -1 - repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index d86ea90..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,64 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy to GitHub Pages - -on: - push: - branches: [ main ] - -permissions: - contents: write - pages: write - id-token: write - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup pnpm - uses: pnpm/action-setup@v4 - with: - version: 9 - - - name: Install dependencies - run: pnpm install --g gh-pages && pnpm install - - - name: Build Docs - run: pnpm build:docs - - - name: Display structure of built files - run: ls -R ./docs - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - name: github-pages - path: ./docs - - # Deploy job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Download the build folder - uses: actions/download-artifact@v4 - with: - name: github-pages - path: ./docs - - - name: Display structure of downloaded files - run: ls -R ./docs - - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index da270b6..0000000 --- a/.gitignore +++ /dev/null @@ -1,38 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -docs -dist-ssr -*.local - -# Editor directories and files -.vscode/* -.history/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? - -.eslintcache - -src/plugin/**/*.bk.* - -# Temp files and directories -*__TEMP.* -*__TEMP/ - -# Cypress -cypress/downloads -cypress/screenshots -cypress/videos diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 19d0c7b..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh - -# npx lint-staged && npm run test:build -npx lint-staged diff --git a/.npmignore b/.npmignore deleted file mode 100755 index c9a372c..0000000 --- a/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules -.github -.history diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 4c3dbe5..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -node-version=22.11.0 diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 7af24b7..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -22.11.0 diff --git a/.prettierrc.js b/.prettierrc.js deleted file mode 100644 index 8d78971..0000000 --- a/.prettierrc.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - semi: true, - singleQuote: true, - trailingComma: 'all', -}; diff --git a/.release-it.json b/.release-it.json deleted file mode 100644 index 7854219..0000000 --- a/.release-it.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "git": { - "commitMessage": "chore: release ${version}", - "tagName": "v${version}" - }, - "npm": { - "publish": false - }, - "github": { - "release": true, - "releaseName": "v${version}" - } -} diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index c0a6e5a..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] -} diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ba3134d..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Change Log -All notable changes to the "vuetify-plugin-template" plugin will be documented in this file. - -## v1.0.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 3c673b2..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,128 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -We as members, contributors, and leaders pledge to make participation in our -community a harassment-free experience for everyone, regardless of age, body -size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, -nationality, personal appearance, race, religion, or sexual identity -and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, -diverse, inclusive, and healthy community. - -## Our Standards - -Examples of behavior that contributes to a positive environment for our -community include: - -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Enforcement Responsibilities - -Community leaders are responsible for clarifying and enforcing our standards of -acceptable behavior and will take appropriate and fair corrective action in -response to any behavior that they deem inappropriate, threatening, offensive, -or harmful. - -Community leaders have the right and responsibility to remove, edit, or reject -comments, commits, code, wiki edits, issues, and other contributions that are -not aligned to this Code of Conduct, and will communicate reasons for moderation -decisions when appropriate. - -## Scope - -This Code of Conduct applies within all community spaces, and also applies when -an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, -posting via an official social media account, or acting as an appointed -representative at an online or offline event. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -webdevnerdstuff@gmail.com. -All complaints will be reviewed and investigated promptly and fairly. - -All community leaders are obligated to respect the privacy and security of the -reporter of any incident. - -## Enforcement Guidelines - -Community leaders will follow these Community Impact Guidelines in determining -the consequences for any action they deem in violation of this Code of Conduct: - -### 1. Correction - -**Community Impact**: Use of inappropriate language or other behavior deemed -unprofessional or unwelcome in the community. - -**Consequence**: A private, written warning from community leaders, providing -clarity around the nature of the violation and an explanation of why the -behavior was inappropriate. A public apology may be requested. - -### 2. Warning - -**Community Impact**: A violation through a single incident or series -of actions. - -**Consequence**: A warning with consequences for continued behavior. No -interaction with the people involved, including unsolicited interaction with -those enforcing the Code of Conduct, for a specified period of time. This -includes avoiding interactions in community spaces as well as external channels -like social media. Violating these terms may lead to a temporary or -permanent ban. - -### 3. Temporary Ban - -**Community Impact**: A serious violation of community standards, including -sustained inappropriate behavior. - -**Consequence**: A temporary ban from any sort of interaction or public -communication with the community for a specified period of time. No public or -private interaction with the people involved, including unsolicited interaction -with those enforcing the Code of Conduct, is allowed during this period. -Violating these terms may lead to a permanent ban. - -### 4. Permanent Ban - -**Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an -individual, or aggression toward or disparagement of classes of individuals. - -**Consequence**: A permanent ban from any sort of public interaction within -the community. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. - -Community Impact Guidelines were inspired by [Mozilla's code of conduct -enforcement ladder](https://github.com/mozilla/diversity). - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index c13f991..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index be0f6b3..0000000 --- a/README.md +++ /dev/null @@ -1,51 +0,0 @@ -
-
-
-
-
-
-
-
-