@adminforth/text-complete 1.4.2 → 1.4.4
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/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 19,
|
|
13
|
-
total size is
|
|
12
|
+
sent 19,663 bytes received 96 bytes 39,518.00 bytes/sec
|
|
13
|
+
total size is 19,305 speedup is 0.98
|
|
@@ -105,7 +105,6 @@ async function complete(textBeforeCursor: string) {
|
|
|
105
105
|
|
|
106
106
|
const approveCompletion = async () => {
|
|
107
107
|
if (suggestionInputRef.value) {
|
|
108
|
-
console.log('✋ approveCompletion', suggestionInputRef.value);
|
|
109
108
|
await suggestionInputRef.value.approveCompletion('all');
|
|
110
109
|
}
|
|
111
110
|
}
|
package/custom/package-lock.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"vue-
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
|
|
13
|
+
"vue-suggestion-input": "^1.0.11"
|
|
13
14
|
}
|
|
14
15
|
},
|
|
15
16
|
"node_modules/@babel/helper-string-parser": {
|
|
@@ -58,6 +59,18 @@
|
|
|
58
59
|
"node": ">=6.9.0"
|
|
59
60
|
}
|
|
60
61
|
},
|
|
62
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
63
|
+
"version": "0.28.1737398331",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.28.1737398331.tgz",
|
|
65
|
+
"integrity": "sha512-VzBgRTfdhrUZeuaImPGX+l+Eb94qEQSSLGKKHs6BxQXJV9jPoDGqgQkzsUbZHThC81WQ1aY2EvlhmTgGq9yKEA==",
|
|
66
|
+
"license": "Apache-2.0",
|
|
67
|
+
"funding": {
|
|
68
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
69
|
+
},
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"vue": "^3.0.0"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
61
74
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
62
75
|
"version": "1.5.0",
|
|
63
76
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
@@ -346,9 +359,9 @@
|
|
|
346
359
|
}
|
|
347
360
|
},
|
|
348
361
|
"node_modules/vue-suggestion-input": {
|
|
349
|
-
"version": "1.0.
|
|
350
|
-
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.
|
|
351
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "1.0.11",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.11.tgz",
|
|
364
|
+
"integrity": "sha512-biAo2PD5XTJl7Kp6bf9RFcqdiBcIgl73szfkNdqxVmngV+CltKf0UOLkfNIdijRX8s9JxIkPlpJYmYgYAjiXHw==",
|
|
352
365
|
"dependencies": {
|
|
353
366
|
"quill": "^2.0.2",
|
|
354
367
|
"vue": "^3.4.31"
|
package/custom/package.json
CHANGED
|
@@ -105,7 +105,6 @@ async function complete(textBeforeCursor: string) {
|
|
|
105
105
|
|
|
106
106
|
const approveCompletion = async () => {
|
|
107
107
|
if (suggestionInputRef.value) {
|
|
108
|
-
console.log('✋ approveCompletion', suggestionInputRef.value);
|
|
109
108
|
await suggestionInputRef.value.approveCompletion('all');
|
|
110
109
|
}
|
|
111
110
|
}
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"vue-
|
|
12
|
+
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
|
|
13
|
+
"vue-suggestion-input": "^1.0.11"
|
|
13
14
|
}
|
|
14
15
|
},
|
|
15
16
|
"node_modules/@babel/helper-string-parser": {
|
|
@@ -58,6 +59,18 @@
|
|
|
58
59
|
"node": ">=6.9.0"
|
|
59
60
|
}
|
|
60
61
|
},
|
|
62
|
+
"node_modules/@iconify-prerendered/vue-mdi": {
|
|
63
|
+
"version": "0.28.1737398331",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@iconify-prerendered/vue-mdi/-/vue-mdi-0.28.1737398331.tgz",
|
|
65
|
+
"integrity": "sha512-VzBgRTfdhrUZeuaImPGX+l+Eb94qEQSSLGKKHs6BxQXJV9jPoDGqgQkzsUbZHThC81WQ1aY2EvlhmTgGq9yKEA==",
|
|
66
|
+
"license": "Apache-2.0",
|
|
67
|
+
"funding": {
|
|
68
|
+
"url": "https://www.buymeacoffee.com/kozack/"
|
|
69
|
+
},
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"vue": "^3.0.0"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
61
74
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
62
75
|
"version": "1.5.0",
|
|
63
76
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
@@ -346,9 +359,9 @@
|
|
|
346
359
|
}
|
|
347
360
|
},
|
|
348
361
|
"node_modules/vue-suggestion-input": {
|
|
349
|
-
"version": "1.0.
|
|
350
|
-
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.
|
|
351
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "1.0.11",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.11.tgz",
|
|
364
|
+
"integrity": "sha512-biAo2PD5XTJl7Kp6bf9RFcqdiBcIgl73szfkNdqxVmngV+CltKf0UOLkfNIdijRX8s9JxIkPlpJYmYgYAjiXHw==",
|
|
352
365
|
"dependencies": {
|
|
353
366
|
"quill": "^2.0.2",
|
|
354
367
|
"vue": "^3.4.31"
|
package/dist/custom/package.json
CHANGED