Skip to content

Update packages #26

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 5 commits into from
Feb 23, 2024
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vuetify-color-field" plugin will be documented in this file.

## v1.1.3
02-23-24
[main] (@webdevnerdstuff)
* Update packages

## v1.1.2
01-11-24
[main] (@webdevnerdstuff)
Expand Down
5 changes: 4 additions & 1 deletion dist/plugin/VColorField.vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
tag: string;
mode: "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa";
rounded: string | number | boolean;
tile: boolean;
dotSize: string | number;
modes: readonly ("rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa")[];
canvasHeight: string | number;
Expand All @@ -111,6 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
readonly swatchesMaxHeight: string | number;
readonly tag: string;
readonly style: globalThis.StyleValue;
readonly tile: boolean;
readonly width: NonNullable<string | number>;
readonly disabled: boolean;
readonly color?: string | undefined;
Expand Down Expand Up @@ -168,6 +170,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
default: undefined;
};
tile: BooleanConstructor;
canvasHeight: {
type: (StringConstructor | NumberConstructor)[];
default: number;
Expand Down Expand Up @@ -217,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
}>> & {
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
"onUpdate:mode"?: ((mode: "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
}, "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "width" | "disabled">;
}, "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "tile" | "width" | "disabled">;
density: "default" | "comfortable" | "compact" | null;
hint: string;
iconHoverColor: string | boolean;
Expand Down
1 change: 1 addition & 0 deletions dist/plugin/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { App } from 'vue';
import type { GlobalOptions } from './types';
import './styles/main.scss';
import VColorField from './VColorField.vue';
export declare const globalOptions: unique symbol;
export declare function createVColorField(options?: GlobalOptions): {
Expand Down
6 changes: 3 additions & 3 deletions dist/vuetify-color-field.cjs.js

Large diffs are not rendered by default.

1,598 changes: 801 additions & 797 deletions dist/vuetify-color-field.es.js

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-color-field",
"version": "1.1.2",
"version": "1.1.3",
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -64,67 +64,67 @@
"wdns"
],
"dependencies": {
"@vueuse/core": "^10.7.1",
"vue": "^3.4.10",
"vuetify": "^3.4.10"
"@vueuse/core": "^10.8.0",
"vue": "^3.4.19",
"vuetify": "^3.5.5"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@mdi/font": "^7.4.47",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/stylelint-plugin": "^2.0.0",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"@stylistic/stylelint-plugin": "^2.1.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/test-utils": "^2.4.4",
"@wdns/vue-code-block": "^2.3.1",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-vue": "^9.22.0",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"rollup": "^4.9.4",
"rollup": "^4.12.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"stylelint-scss": "^6.1.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.10",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.7.0",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.1.4",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.0",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-stylelint": "^5.3.0",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.1.2",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.25",
"webfontloader": "^1.6.28"
}
Expand Down
Loading