@tdh-ui/unplugin-tdh-ui 1.0.0 → 1.0.2

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020-PRESENT TDH Element Plus
3
+ Copyright (c) 2020-PRESENT TDH Base UI
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -14,9 +14,9 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * import { build } from 'esbuild'
17
- * import TdhElementPlus from 'unplugin-tdh-ui/esbuild'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
18
18
  *
19
- * build({ plugins: [TdhElementPlus()] })
19
+ * build({ plugins: [TdhBaseUI()] })
20
20
  ```
21
21
  */
22
22
  declare const esbuild: typeof unplugin.esbuild;
@@ -14,9 +14,9 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * import { build } from 'esbuild'
17
- * import TdhElementPlus from 'unplugin-tdh-ui/esbuild'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
18
18
  *
19
- * build({ plugins: [TdhElementPlus()] })
19
+ * build({ plugins: [TdhBaseUI()] })
20
20
  ```
21
21
  */
22
22
  declare const esbuild: typeof unplugin.esbuild;
package/dist/esbuild.d.ts CHANGED
@@ -14,9 +14,9 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```ts
16
16
  * import { build } from 'esbuild'
17
- * import TdhElementPlus from 'unplugin-tdh-ui/esbuild'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
18
18
  *
19
- * build({ plugins: [TdhElementPlus()] })
19
+ * build({ plugins: [TdhBaseUI()] })
20
20
  ```
21
21
  */
22
22
  declare const esbuild: typeof unplugin.esbuild;
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rolldown.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rolldown'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rolldown.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rolldown'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rolldown.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rolldown'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rollup.d.cts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rollup.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rollup'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rollup'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rollup.d.mts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rollup.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rollup'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rollup'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rollup.d.ts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```ts
16
16
  * // rollup.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rollup'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rollup'
18
18
  *
19
19
  * export default {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rspack.d.cts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```js
16
16
  * // rspack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rspack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rspack'
18
18
  *
19
19
  * default export {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rspack.d.mts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```js
16
16
  * // rspack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rspack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rspack'
18
18
  *
19
19
  * default export {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/rspack.d.ts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```js
16
16
  * // rspack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/rspack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/rspack'
18
18
  *
19
19
  * default export {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/vite.d.cts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // vite.config.ts
17
- * import TdhElementPlus from 'unplugin-tdh-ui/vite'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/vite'
18
18
  *
19
19
  * export default defineConfig({
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * })
22
22
  * ```
23
23
  */
package/dist/vite.d.mts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```ts
16
16
  * // vite.config.ts
17
- * import TdhElementPlus from 'unplugin-tdh-ui/vite'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/vite'
18
18
  *
19
19
  * export default defineConfig({
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * })
22
22
  * ```
23
23
  */
package/dist/vite.d.ts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```ts
16
16
  * // vite.config.ts
17
- * import TdhElementPlus from 'unplugin-tdh-ui/vite'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/vite'
18
18
  *
19
19
  * export default defineConfig({
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * })
22
22
  * ```
23
23
  */
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
14
14
  * @example
15
15
  * ```js
16
16
  * // webpack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/webpack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/webpack'
18
18
  *
19
19
  * module.exports = {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
14
14
  * @example
15
15
  * ```js
16
16
  * // webpack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/webpack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/webpack'
18
18
  *
19
19
  * module.exports = {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/dist/webpack.d.ts CHANGED
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
14
14
  * @example
15
15
  * ```js
16
16
  * // webpack.config.js
17
- * import TdhElementPlus from 'unplugin-tdh-ui/webpack'
17
+ * import TdhBaseUI from 'unplugin-tdh-ui/webpack'
18
18
  *
19
19
  * module.exports = {
20
- * plugins: [TdhElementPlus()],
20
+ * plugins: [TdhBaseUI()],
21
21
  * }
22
22
  * ```
23
23
  */
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tdh-ui/unplugin-tdh-ui",
3
3
  "type": "module",
4
- "version": "1.0.0",
5
- "description": "Import Element Plus on demand. Support Vite, Webpack, Vue CLI, Rollup and esbuild.",
4
+ "version": "1.0.2",
5
+ "description": "Import TDH Base UI on demand. Support Vite, Webpack, Vue CLI, Rollup and esbuild.",
6
6
  "license": "MIT",
7
7
  "homepage": "",
8
8
  "repository": {
@@ -13,7 +13,7 @@
13
13
  "url": ""
14
14
  },
15
15
  "keywords": [
16
- "element-plus",
16
+ "tdh-base-ui",
17
17
  "unplugin",
18
18
  "vite",
19
19
  "webpack",