Skip to content

Commit dc4a8f9

Browse files
committed
node ops
1 parent a775d3f commit dc4a8f9

17 files changed

+1355
-90
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022-present Eduardo San Martin Morote
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

auto-imports.d.ts

+46-45
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
11
// Generated by 'unplugin-auto-import'
22
// We suggest you to commit this file into source control
33
declare global {
4-
const computed: typeof import('vue-tui')['computed']
5-
const createApp: typeof import('vue-tui')['createApp']
6-
const customRef: typeof import('vue-tui')['customRef']
7-
const defineAsyncComponent: typeof import('vue-tui')['defineAsyncComponent']
8-
const defineComponent: typeof import('vue-tui')['defineComponent']
9-
const effectScope: typeof import('vue-tui')['effectScope']
10-
const EffectScope: typeof import('vue-tui')['EffectScope']
11-
const getCurrentInstance: typeof import('vue-tui')['getCurrentInstance']
12-
const getCurrentScope: typeof import('vue-tui')['getCurrentScope']
13-
const h: typeof import('vue-tui')['h']
14-
const inject: typeof import('vue-tui')['inject']
15-
const isReadonly: typeof import('vue-tui')['isReadonly']
16-
const isRef: typeof import('vue-tui')['isRef']
17-
const markRaw: typeof import('vue-tui')['markRaw']
18-
const nextTick: typeof import('vue-tui')['nextTick']
19-
const onActivated: typeof import('vue-tui')['onActivated']
20-
const onBeforeMount: typeof import('vue-tui')['onBeforeMount']
21-
const onBeforeUnmount: typeof import('vue-tui')['onBeforeUnmount']
22-
const onBeforeUpdate: typeof import('vue-tui')['onBeforeUpdate']
23-
const onDeactivated: typeof import('vue-tui')['onDeactivated']
24-
const onErrorCaptured: typeof import('vue-tui')['onErrorCaptured']
25-
const onMounted: typeof import('vue-tui')['onMounted']
26-
const onRenderTracked: typeof import('vue-tui')['onRenderTracked']
27-
const onRenderTriggered: typeof import('vue-tui')['onRenderTriggered']
28-
const onScopeDispose: typeof import('vue-tui')['onScopeDispose']
29-
const onServerPrefetch: typeof import('vue-tui')['onServerPrefetch']
30-
const onUnmounted: typeof import('vue-tui')['onUnmounted']
31-
const onUpdated: typeof import('vue-tui')['onUpdated']
32-
const provide: typeof import('vue-tui')['provide']
33-
const reactive: typeof import('vue-tui')['reactive']
34-
const readonly: typeof import('vue-tui')['readonly']
35-
const ref: typeof import('vue-tui')['ref']
36-
const resolveComponent: typeof import('vue-tui')['resolveComponent']
37-
const shallowReactive: typeof import('vue-tui')['shallowReactive']
38-
const shallowReadonly: typeof import('vue-tui')['shallowReadonly']
39-
const shallowRef: typeof import('vue-tui')['shallowRef']
40-
const toRaw: typeof import('vue-tui')['toRaw']
41-
const toRef: typeof import('vue-tui')['toRef']
42-
const toRefs: typeof import('vue-tui')['toRefs']
43-
const triggerRef: typeof import('vue-tui')['triggerRef']
44-
const unref: typeof import('vue-tui')['unref']
45-
const useAttrs: typeof import('vue-tui')['useAttrs']
46-
const useSlots: typeof import('vue-tui')['useSlots']
47-
const watch: typeof import('vue-tui')['watch']
48-
const watchEffect: typeof import('vue-tui')['watchEffect']
4+
const computed: typeof import('vue-termui')['computed']
5+
const createApp: typeof import('vue-termui')['createApp']
6+
const customRef: typeof import('vue-termui')['customRef']
7+
const defineAsyncComponent: typeof import('vue-termui')['defineAsyncComponent']
8+
const defineComponent: typeof import('vue-termui')['defineComponent']
9+
const effectScope: typeof import('vue-termui')['effectScope']
10+
const EffectScope: typeof import('vue-termui')['EffectScope']
11+
const getCurrentInstance: typeof import('vue-termui')['getCurrentInstance']
12+
const getCurrentScope: typeof import('vue-termui')['getCurrentScope']
13+
const h: typeof import('vue-termui')['h']
14+
const inject: typeof import('vue-termui')['inject']
15+
const isReadonly: typeof import('vue-termui')['isReadonly']
16+
const isRef: typeof import('vue-termui')['isRef']
17+
const markRaw: typeof import('vue-termui')['markRaw']
18+
const nextTick: typeof import('vue-termui')['nextTick']
19+
const onActivated: typeof import('vue-termui')['onActivated']
20+
const onBeforeMount: typeof import('vue-termui')['onBeforeMount']
21+
const onBeforeUnmount: typeof import('vue-termui')['onBeforeUnmount']
22+
const onBeforeUpdate: typeof import('vue-termui')['onBeforeUpdate']
23+
const onDeactivated: typeof import('vue-termui')['onDeactivated']
24+
const onErrorCaptured: typeof import('vue-termui')['onErrorCaptured']
25+
const onMounted: typeof import('vue-termui')['onMounted']
26+
const onRenderTracked: typeof import('vue-termui')['onRenderTracked']
27+
const onRenderTriggered: typeof import('vue-termui')['onRenderTriggered']
28+
const onScopeDispose: typeof import('vue-termui')['onScopeDispose']
29+
const onServerPrefetch: typeof import('vue-termui')['onServerPrefetch']
30+
const onUnmounted: typeof import('vue-termui')['onUnmounted']
31+
const onUpdated: typeof import('vue-termui')['onUpdated']
32+
const provide: typeof import('vue-termui')['provide']
33+
const reactive: typeof import('vue-termui')['reactive']
34+
const readonly: typeof import('vue-termui')['readonly']
35+
const ref: typeof import('vue-termui')['ref']
36+
const resolveComponent: typeof import('vue-termui')['resolveComponent']
37+
const shallowReactive: typeof import('vue-termui')['shallowReactive']
38+
const shallowReadonly: typeof import('vue-termui')['shallowReadonly']
39+
const shallowRef: typeof import('vue-termui')['shallowRef']
40+
const toRaw: typeof import('vue-termui')['toRaw']
41+
const toRef: typeof import('vue-termui')['toRef']
42+
const toRefs: typeof import('vue-termui')['toRefs']
43+
const triggerRef: typeof import('vue-termui')['triggerRef']
44+
const unref: typeof import('vue-termui')['unref']
45+
const useAttrs: typeof import('vue-termui')['useAttrs']
46+
const useLog: typeof import('vue-termui')['useLog']
47+
const useSlots: typeof import('vue-termui')['useSlots']
48+
const watch: typeof import('vue-termui')['watch']
49+
const watchEffect: typeof import('vue-termui')['watchEffect']
4950
}
5051
export {}

package.json

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,35 @@
11
{
2-
"name": "vue-tui",
3-
"private": true,
2+
"name": "vue-termui",
3+
"private": false,
44
"version": "0.0.0",
5+
"files": [
6+
"LICENSE"
7+
],
58
"scripts": {
69
"dev": "vite build --watch",
710
"start": "node dist/index.mjs",
811
"build": "vue-tsc --noEmit && vite build",
912
"preview": "vite preview"
1013
},
1114
"dependencies": {
12-
"@vue/runtime-core": "^3.2.31"
15+
"@vue/runtime-core": "^3.2.31",
16+
"ansi-escapes": "^5.0.0",
17+
"chalk": "^5.0.0",
18+
"cli-boxes": "^3.0.0",
19+
"cli-cursor": "^4.0.0",
20+
"cli-truncate": "^3.1.0",
21+
"indent-string": "^5.0.0",
22+
"slice-ansi": "^5.0.0",
23+
"string-width": "^5.1.0",
24+
"type-fest": "^2.12.0",
25+
"widest-line": "^4.0.1",
26+
"wrap-ansi": "^8.0.1",
27+
"yoga-layout-prebuilt": "^1.10.0"
1328
},
1429
"devDependencies": {
1530
"@types/node": "^17.0.18",
31+
"@types/slice-ansi": "^5.0.0",
32+
"@types/wrap-ansi": "^8.0.1",
1633
"@vitejs/plugin-vue": "^2.2.0",
1734
"typescript": "^4.5.4",
1835
"unplugin-auto-import": "^0.6.0",

0 commit comments

Comments
 (0)