adm-super-search-modal-2
Advanced tools
Comparing version 0.0.16 to 0.0.17
import { ISearchModalProps } from './types'; | ||
import 'element-plus/es/components/dialog/style/css'; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<ISearchModalProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
"close-modal": () => void; | ||
"update:is-modal-active": (value: boolean) => void; | ||
"update:modal-value": (value: boolean) => void; | ||
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ISearchModalProps>>> & { | ||
"onClose-modal"?: (() => any) | undefined; | ||
"onUpdate:is-modal-active"?: ((value: boolean) => any) | undefined; | ||
"onUpdate:modal-value"?: ((value: boolean) => any) | undefined; | ||
}, {}, {}>; | ||
@@ -10,0 +9,0 @@ export default _default; |
export interface ISearchModalProps { | ||
isModalActive: boolean; | ||
modelValue: boolean; | ||
title: string; | ||
} | ||
export interface ISearchModalEmits { | ||
(e: 'close-modal'): void; | ||
(e: 'update:is-modal-active', value: boolean): void; | ||
(e: 'update:modal-value', value: boolean): void; | ||
} |
{ | ||
"name": "adm-super-search-modal-2", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"type": "module", | ||
@@ -28,3 +28,8 @@ "files": [ | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@babel/types": "^7.24.0", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/vue": "^8.0.3", | ||
"@types/axios": "^0.14.0", | ||
"@types/node": "^20.11.28", | ||
@@ -35,2 +40,3 @@ "@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"autoprefixer": "^10.4.18", | ||
"axios": "^1.6.8", | ||
"element-plus": "^2.6.1", | ||
@@ -43,3 +49,4 @@ "eslint": "^8.0.1", | ||
"eslint-plugin-vue": "^9.23.0", | ||
"postcss": "^8.4.35", | ||
"jsdom": "^24.0.0", | ||
"postcss": "^8.4.36", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
@@ -49,4 +56,4 @@ "tailwindcss": "^3.4.1", | ||
"vite": "4.3.9", | ||
"vite-plugin-css-injected-by-js": "^3.4.0", | ||
"vite-plugin-dts": "^3.7.3", | ||
"vitest": "^1.4.0", | ||
"vue": "^3.4.21", | ||
@@ -53,0 +60,0 @@ "vue-tsc": "^2.0.6" |
export interface ISearchModalProps { | ||
isModalActive: boolean; | ||
modelValue: boolean; | ||
title: string; | ||
} | ||
@@ -7,3 +8,3 @@ | ||
(e: 'close-modal'): void, | ||
(e: 'update:is-modal-active', value: boolean): void | ||
(e: 'update:modal-value', value: boolean): void | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
193494
40
3911
29