@adminforth/text-complete 1.3.0 → 1.4.1
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/.woodpecker/release.yml
CHANGED
package/build.log
CHANGED
|
@@ -9,5 +9,5 @@ custom/package-lock.json
|
|
|
9
9
|
custom/package.json
|
|
10
10
|
custom/tsconfig.json
|
|
11
11
|
|
|
12
|
-
sent 18,
|
|
13
|
-
total size is 18,
|
|
12
|
+
sent 18,697 bytes received 96 bytes 37,586.00 bytes/sec
|
|
13
|
+
total size is 18,344 speedup is 0.98
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<IconMagic class="w-4 h-4"/>
|
|
21
21
|
</button>
|
|
22
22
|
<template #tooltip>
|
|
23
|
-
Start completion
|
|
23
|
+
{{ $t('Start completion') }}
|
|
24
24
|
</template>
|
|
25
25
|
</Tooltip>
|
|
26
26
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
|
|
36
36
|
</button>
|
|
37
37
|
<template #tooltip>
|
|
38
|
-
Approve completion
|
|
38
|
+
{{ $t('Approve completion') }}
|
|
39
39
|
</template>
|
|
40
40
|
</Tooltip>
|
|
41
41
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<IconMagic class="w-4 h-4"/>
|
|
21
21
|
</button>
|
|
22
22
|
<template #tooltip>
|
|
23
|
-
Start completion
|
|
23
|
+
{{ $t('Start completion') }}
|
|
24
24
|
</template>
|
|
25
25
|
</Tooltip>
|
|
26
26
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
|
|
36
36
|
</button>
|
|
37
37
|
<template #tooltip>
|
|
38
|
-
Approve completion
|
|
38
|
+
{{ $t('Approve completion') }}
|
|
39
39
|
</template>
|
|
40
40
|
</Tooltip>
|
|
41
41
|
|