@codelic/component
Advanced tools
Comparing version 1.3.7 to 1.3.8
/// <reference types="vite/client" /> |
{ | ||
"name": "@codelic/component", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"type": "module", | ||
@@ -28,3 +28,4 @@ "author": "CodeLic", | ||
"vue": "^3.2.47", | ||
"vue-router": "^4.1.6" | ||
"vue-router": "^4.1.6", | ||
"vue-final-modal": "^4.4.5" | ||
}, | ||
@@ -39,3 +40,4 @@ "devDependencies": { | ||
"vitest": "^0.29.8", | ||
"vue-tsc": "^1.2.0" | ||
"vue-tsc": "^1.2.0", | ||
"@vueuse/head": "^1.3.1" | ||
}, | ||
@@ -42,0 +44,0 @@ "repository": { |
@@ -0,0 +0,0 @@ ## 環境構築 |
export type CCButtonType = 'standard' | 'rounded' | 'square' |
@@ -0,0 +0,0 @@ import { ref } from 'vue' |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export type DateType = { |
@@ -0,0 +0,0 @@ import { SizeTypes } from '../../../types' |
export type CCToggleType = 'pattern1' | 'pattern2' | 'pattern3' |
@@ -0,0 +0,0 @@ import { ErrorParamsType } from '../types/Form/Form.types' |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import CCInput from './components/CCInput/CCInput.vue' |
import { createApp } from 'vue' | ||
import App from './App.vue' | ||
import '@viteplay/vue/dist/style.css' | ||
import { router } from './routers' | ||
createApp(App).mount('#app') | ||
const app = createApp(App) | ||
app.use(router) | ||
app.mount('#app') |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export type FormType = 'standard' | 'outline' | 'square' | 'shadow' |
@@ -0,0 +0,0 @@ import { SizeTypes } from './Size/Size.types' |
@@ -0,0 +0,0 @@ export type MDIconTypes = |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { describe, expect, test } from 'vitest' |
import './getBorderColorTest' |
import './getBorderColorTest' |
import './getBorderColorTest' |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
import { defineConfig } from 'vite' | ||
import vue from '@vitejs/plugin-vue' | ||
import viteplay from '@viteplay/plugin' | ||
@@ -18,3 +19,12 @@ // https://vitejs.dev/config/ | ||
}, | ||
plugins: [vue()] | ||
plugins: [ | ||
vue(), | ||
viteplay({ | ||
// Path to extract components from to create dev pages for | ||
components: './src/components/*/*.vue', | ||
// Path to extract component examples from to put on each dev page | ||
componentExamples: 'examples/*.vue', | ||
base: '/dev' | ||
}) | ||
] | ||
}) |
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
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
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
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
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
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
195415
81
2698
5
9
+ Addedvue-final-modal@^4.4.5
+ Added@types/web-bluetooth@0.0.20(transitive)
+ Added@vueuse/core@10.11.1(transitive)
+ Added@vueuse/integrations@10.11.1(transitive)
+ Added@vueuse/metadata@10.11.1(transitive)
+ Added@vueuse/shared@10.11.1(transitive)
+ Addedfocus-trap@7.6.4(transitive)
+ Addedtabbable@6.2.0(transitive)
+ Addedvue-final-modal@4.5.5(transitive)