@adminforth/text-complete 1.7.0 → 1.8.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/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 22,
|
|
13
|
-
total size is 21,
|
|
12
|
+
sent 22,354 bytes received 96 bytes 44,900.00 bytes/sec
|
|
13
|
+
total size is 21,996 speedup is 0.98
|
|
@@ -76,7 +76,7 @@ import { AdminForthColumnCommon } from '@/types/Common';
|
|
|
76
76
|
import { Spinner, Tooltip } from '@/afcl';
|
|
77
77
|
import { IconMagic, IconCheck, IconArrowRightThin } from '@iconify-prerendered/vue-mdi';
|
|
78
78
|
import SuggestionInput from 'vue-suggestion-input';
|
|
79
|
-
import 'vue-suggestion-input/dist/
|
|
79
|
+
import 'vue-suggestion-input/dist/vue-suggestion-input.css';
|
|
80
80
|
|
|
81
81
|
const props = defineProps<{
|
|
82
82
|
column: AdminForthColumnCommon,
|
package/custom/package-lock.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
|
|
13
|
-
"vue-suggestion-input": "^1.0.
|
|
13
|
+
"vue-suggestion-input": "^1.0.16"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"node_modules/@babel/helper-string-parser": {
|
|
@@ -359,9 +359,9 @@
|
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
"node_modules/vue-suggestion-input": {
|
|
362
|
-
"version": "1.0.
|
|
363
|
-
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.
|
|
364
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "1.0.16",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.16.tgz",
|
|
364
|
+
"integrity": "sha512-PhXEJUYRnJnnakdTfc3qIX36BGTHOJb3+kHJ0gpGdxO4SIj2T18Lv7R0f91RFFMVMiNvV688/wN+SKkB2otADQ==",
|
|
365
365
|
"dependencies": {
|
|
366
366
|
"quill": "^2.0.2",
|
|
367
367
|
"vue": "^3.4.31"
|
package/custom/package.json
CHANGED
|
@@ -76,7 +76,7 @@ import { AdminForthColumnCommon } from '@/types/Common';
|
|
|
76
76
|
import { Spinner, Tooltip } from '@/afcl';
|
|
77
77
|
import { IconMagic, IconCheck, IconArrowRightThin } from '@iconify-prerendered/vue-mdi';
|
|
78
78
|
import SuggestionInput from 'vue-suggestion-input';
|
|
79
|
-
import 'vue-suggestion-input/dist/
|
|
79
|
+
import 'vue-suggestion-input/dist/vue-suggestion-input.css';
|
|
80
80
|
|
|
81
81
|
const props = defineProps<{
|
|
82
82
|
column: AdminForthColumnCommon,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
|
|
13
|
-
"vue-suggestion-input": "^1.0.
|
|
13
|
+
"vue-suggestion-input": "^1.0.16"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"node_modules/@babel/helper-string-parser": {
|
|
@@ -359,9 +359,9 @@
|
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
361
|
"node_modules/vue-suggestion-input": {
|
|
362
|
-
"version": "1.0.
|
|
363
|
-
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.
|
|
364
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "1.0.16",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.16.tgz",
|
|
364
|
+
"integrity": "sha512-PhXEJUYRnJnnakdTfc3qIX36BGTHOJb3+kHJ0gpGdxO4SIj2T18Lv7R0f91RFFMVMiNvV688/wN+SKkB2otADQ==",
|
|
365
365
|
"dependencies": {
|
|
366
366
|
"quill": "^2.0.2",
|
|
367
367
|
"vue": "^3.4.31"
|
package/dist/custom/package.json
CHANGED