@codelic/component
Advanced tools
Comparing version 1.4.0 to 1.5.0
/// <reference types="vite/client" /> |
{ | ||
"name": "@codelic/component", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"type": "module", | ||
@@ -29,3 +29,4 @@ "author": "CodeLic", | ||
"vue-router": "^4.1.6", | ||
"vue-final-modal": "^4.4.5" | ||
"vue-final-modal":"^4.4.5", | ||
"dateformat": "^5.0.3" | ||
}, | ||
@@ -32,0 +33,0 @@ "devDependencies": { |
@@ -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' |
@@ -0,0 +0,0 @@ import { createApp } from 'vue' |
@@ -0,0 +0,0 @@ import { createRouter, createWebHistory } from 'vue-router' |
@@ -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' |
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"target": "esnext", | ||
"target": "es2022", | ||
"useDefineForClassFields": true, | ||
"module": "esnext", | ||
"module": "es2022", | ||
"moduleResolution": "node", | ||
@@ -15,3 +15,3 @@ "strict": true, | ||
"noImplicitAny": false, | ||
"lib": ["esnext", "dom"], | ||
"lib": ["es2022", "dom"], | ||
"skipLibCheck": true | ||
@@ -18,0 +18,0 @@ }, |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import { defineConfig } from 'vite' |
@@ -0,0 +0,0 @@ import { createHead } from '@vueuse/head' |
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
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
190958
74
2902
6
+ Addeddateformat@^5.0.3
+ Addeddateformat@5.0.3(transitive)