@uf_lee/leeui 1.0.1 → 1.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 ADDED
@@ -0,0 +1,16 @@
1
+ <!--
2
+ * @Author: 李天惊 uf_lee@163.com
3
+ * @Date: 2025-03-20 12:35:35
4
+ * @LastEditors: 李天惊 uf_lee@163.com
5
+ * @LastEditTime: 2025-03-20 12:37:09
6
+ * @FilePath: \leelcp2022\lee_ui\README.md
7
+ * Copyright (c) 2025 by ${git_name_email}, All Rights Reserved.
8
+ -->
9
+ # MyComponentLibrary
10
+
11
+ A simple single instance Vue 3 component library with TypeScript support.
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ npm install @uf_lee/leeui
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uf_lee/leeui",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "自己的组件库",
5
5
  "main": "dist/my-component-library.cjs.js",
6
6
  "module": "dist/my-component-library.esm.js",
@@ -1,7 +0,0 @@
1
- declare function open(): void;
2
- declare function close(): void;
3
- declare const _default: import("vue").DefineComponent<{}, {
4
- open: typeof open;
5
- close: typeof close;
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare function showMyComponent(): void;
2
- export declare function hideMyComponent(): void;
@@ -1,2 +0,0 @@
1
- export { showMyComponent, hideMyComponent } from "./MyComponentInstance";
2
- export { default as MyComponent } from "./MyComponent.vue";