@ipa-community/element-plus 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # vite7 + vitest + i18n + prettier + eslint + unplugin... + husky
1
+ # @ipa-community/element-plus
2
2
 
3
- This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
-
5
- Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
3
+ based on [vue-component-library](https://github.com/ipa-community/vue-component-library)
6
4
 
7
5
  1. [unplugin-vue-component](https://github.com/unplugin/unplugin-vue-components#readme)
8
6
  2. [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import)
@@ -85,3 +83,8 @@ or test release
85
83
  ```bash
86
84
  bun run release --dry-run
87
85
  ```
86
+
87
+
88
+ ## TODO
89
+
90
+ - [ ] decrease package size
package/components.d.ts CHANGED
@@ -11,6 +11,7 @@ export {}
11
11
  /* prettier-ignore */
12
12
  declare module 'vue' {
13
13
  export interface GlobalComponents {
14
+ ElAuthCode: typeof import('./src/components/ElAuthCode/index.vue')['default']
14
15
  ElAutoResizer: typeof import('element-plus/es')['ElAutoResizer']
15
16
  ElButton: typeof import('element-plus/es')['ElButton']
16
17
  ElEmpty: typeof import('element-plus/es')['ElEmpty']