Skip to content

Dev #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 2, 2023
Merged

Dev #16

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { CSSProperties, Ref } from 'vue';
import type { VBtn, VCheckbox, VSelect, VSwitch, VTextField, VTextarea } from 'vuetify/components';
import type { IconOptions } from 'vuetify';
import type { EventBusKey } from '@vueuse/core';
import { AxiosError } from 'axios';
export type AlignItems = 'normal' | 'stretch' | 'center' | 'start' | 'end' | 'flex-start' | 'flex-end' | 'self-start' | 'self-end' | 'baseline' | 'first baseline' | 'last baseline' | 'safe center' | 'unsafe center' | 'inherit' | 'initial' | 'revert' | 'revert-layer' | 'unset';
export type FieldValue = string | boolean | number | object | [] | null | {
[key: string]: string | unknown;
Expand Down Expand Up @@ -171,22 +170,6 @@ export interface UseDisplayValueStyles {
underlined: SharedProps['underlined'];
}): CSSProperties;
}
export interface UseSaveValue {
(options: {
settings: {
[key: string]: string | unknown;
};
emit: {
(e: 'loading', response: boolean): void;
(e: 'error', error: AxiosError): AxiosError;
(e: 'update', response: unknown): void;
};
name: SharedProps['name'];
value: FieldValue;
}): Promise<{
[key: string]: string | unknown;
} | undefined>;
}
export interface UseToggleField {
(options: {
attrs: object;
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dev": "vite",
"watch": "pnpm dev",
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
"bundle": "rollup -c --bundleConfigAsCjs",
"build": "vue-tsc && vite build --config vite.build.config.ts",
"build:docs": "vite build",
"predeploy": "npm run build",
Expand Down Expand Up @@ -77,9 +76,7 @@
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@mdi/font": "^7.2.96",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/node": "^20.3.1",
Expand All @@ -92,7 +89,6 @@
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -101,7 +97,6 @@
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"miragejs": "^0.1.47",
"pinia": "^2.1.4",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
Expand Down
82 changes: 4 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 22 additions & 24 deletions src/documentation/sections/DependenciesSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,29 @@
>#</a>
Dependencies
</h2>
</v-col>

<v-row>
<v-col cols="12">
<a
:href="store.links.vuetify"
target="_blank"
>
Vuetify v3
</a>
<br />
<a
:href="store.links.vue"
target="_blank"
>
Vue 3
</a>
<br />
<a
:href="store.links.vueUse"
target="_blank"
>
VueUse
</a>
</v-col>
</v-row>
<v-col cols="12">
<a
:href="store.links.vuetify"
target="_blank"
>
Vuetify v3
</a>
<br />
<a
:href="store.links.vue"
target="_blank"
>
Vue 3
</a>
<br />
<a
:href="store.links.vueUse"
target="_blank"
>
VueUse
</a>
</v-col>
</v-row>
</template>
Expand Down
14 changes: 6 additions & 8 deletions src/documentation/sections/LegalSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
>#</a>
Legal
</h2>
</v-col>

<v-row>
<v-col cols="12">
<p>
Vuetify and the Vuetify logo are trademarks of Vuetify LLC. This
component was not created or endorsed by Vuetify.
</p>
</v-col>
</v-row>
<v-col cols="12">
<p>
Vuetify and the Vuetify logo are trademarks of Vuetify LLC. This
component was not created or endorsed by Vuetify.
</p>
</v-col>
</v-row>
</template>
Expand Down
37 changes: 16 additions & 21 deletions src/documentation/sections/LicenseSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,29 @@
>#</a>
License
</h2>
</v-col>

<v-row>
<v-col cols="12">
Copyright &copy; {{ new Date().getFullYear() }}
<a
:href="store.links.githubProfile"
target="_blank"
>WebDevNerdStuff</a>
<br />
Licensed under the
<a
:href="`${store.links.github}/blob/master/LICENSE.md`"
target="_blank"
>
MIT License
</a>
</v-col>
</v-row>
<v-col cols="12">
Copyright &copy; {{ new Date().getFullYear() }}
<a
:href="links.github"
target="_blank"
>WebDevNerdStuff</a>
<br />
Licensed under the
<a
:href="`${links.repo}/blob/master/LICENSE.md`"
target="_blank"
>
MIT License
</a>
</v-col>
</v-row>
</template>

<script setup>
import { inject } from 'vue';
import { useCoreStore } from '@/stores/index';


const classes = inject('classes');

const store = useCoreStore();
const links = inject('links');
</script>
Loading