@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 +1 -1
- package/dist/esbuild.d.cts +2 -2
- package/dist/esbuild.d.mts +2 -2
- package/dist/esbuild.d.ts +2 -2
- package/dist/rolldown.d.cts +2 -2
- package/dist/rolldown.d.mts +2 -2
- package/dist/rolldown.d.ts +2 -2
- package/dist/rollup.d.cts +2 -2
- package/dist/rollup.d.mts +2 -2
- package/dist/rollup.d.ts +2 -2
- package/dist/rspack.d.cts +2 -2
- package/dist/rspack.d.mts +2 -2
- package/dist/rspack.d.ts +2 -2
- package/dist/vite.d.cts +2 -2
- package/dist/vite.d.mts +2 -2
- package/dist/vite.d.ts +2 -2
- package/dist/webpack.d.cts +2 -2
- package/dist/webpack.d.mts +2 -2
- package/dist/webpack.d.ts +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
package/dist/esbuild.d.cts
CHANGED
|
@@ -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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
|
|
18
18
|
*
|
|
19
|
-
* build({ plugins: [
|
|
19
|
+
* build({ plugins: [TdhBaseUI()] })
|
|
20
20
|
```
|
|
21
21
|
*/
|
|
22
22
|
declare const esbuild: typeof unplugin.esbuild;
|
package/dist/esbuild.d.mts
CHANGED
|
@@ -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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
|
|
18
18
|
*
|
|
19
|
-
* build({ plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/esbuild'
|
|
18
18
|
*
|
|
19
|
-
* build({ plugins: [
|
|
19
|
+
* build({ plugins: [TdhBaseUI()] })
|
|
20
20
|
```
|
|
21
21
|
*/
|
|
22
22
|
declare const esbuild: typeof unplugin.esbuild;
|
package/dist/rolldown.d.cts
CHANGED
|
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
16
16
|
* // rolldown.config.js
|
|
17
|
-
* import
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
20
|
+
* plugins: [TdhBaseUI()],
|
|
21
21
|
* }
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
package/dist/rolldown.d.mts
CHANGED
|
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
16
16
|
* // rolldown.config.js
|
|
17
|
-
* import
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
20
|
+
* plugins: [TdhBaseUI()],
|
|
21
21
|
* }
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
package/dist/rolldown.d.ts
CHANGED
|
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.js';
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
16
16
|
* // rolldown.config.js
|
|
17
|
-
* import
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rolldown'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rollup'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rollup'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rollup'
|
|
18
18
|
*
|
|
19
19
|
* export default {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rspack'
|
|
18
18
|
*
|
|
19
19
|
* default export {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rspack'
|
|
18
18
|
*
|
|
19
19
|
* default export {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/rspack'
|
|
18
18
|
*
|
|
19
19
|
* default export {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/vite'
|
|
18
18
|
*
|
|
19
19
|
* export default defineConfig({
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/vite'
|
|
18
18
|
*
|
|
19
19
|
* export default defineConfig({
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/vite'
|
|
18
18
|
*
|
|
19
19
|
* export default defineConfig({
|
|
20
|
-
* plugins: [
|
|
20
|
+
* plugins: [TdhBaseUI()],
|
|
21
21
|
* })
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
package/dist/webpack.d.cts
CHANGED
|
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.cjs';
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```js
|
|
16
16
|
* // webpack.config.js
|
|
17
|
-
* import
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/webpack'
|
|
18
18
|
*
|
|
19
19
|
* module.exports = {
|
|
20
|
-
* plugins: [
|
|
20
|
+
* plugins: [TdhBaseUI()],
|
|
21
21
|
* }
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
package/dist/webpack.d.mts
CHANGED
|
@@ -14,10 +14,10 @@ import './shared/unplugin-tdh-ui.DOTqVKKO.mjs';
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```js
|
|
16
16
|
* // webpack.config.js
|
|
17
|
-
* import
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/webpack'
|
|
18
18
|
*
|
|
19
19
|
* module.exports = {
|
|
20
|
-
* plugins: [
|
|
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
|
|
17
|
+
* import TdhBaseUI from 'unplugin-tdh-ui/webpack'
|
|
18
18
|
*
|
|
19
19
|
* module.exports = {
|
|
20
|
-
* plugins: [
|
|
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.
|
|
5
|
-
"description": "Import
|
|
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
|
-
"
|
|
16
|
+
"tdh-base-ui",
|
|
17
17
|
"unplugin",
|
|
18
18
|
"vite",
|
|
19
19
|
"webpack",
|