@adminforth/text-complete 1.8.0 → 1.8.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/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,339 bytes received 96 bytes 44,870.00 bytes/sec
13
- total size is 21,981 speedup is 0.98
12
+ sent 22,349 bytes received 96 bytes 44,890.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/style.css';
79
+ import 'vue-suggestion-input/dist/vue-suggestion-input.css';
80
80
 
81
81
  const props = defineProps<{
82
82
  column: AdminForthColumnCommon,
@@ -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/style.css';
79
+ import 'vue-suggestion-input/dist/vue-suggestion-input.css';
80
80
 
81
81
  const props = defineProps<{
82
82
  column: AdminForthColumnCommon,
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "homepage": "https://adminforth.dev/docs/tutorial/Plugins/text-complete/",
9
12
  "scripts": {
10
13
  "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",