@adminforth/text-complete 1.6.0 → 1.8.0

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,089 bytes received 96 bytes 44,370.00 bytes/sec
13
- total size is 21,731 speedup is 0.98
12
+ sent 22,339 bytes received 96 bytes 44,870.00 bytes/sec
13
+ total size is 21,981 speedup is 0.98
@@ -1,7 +1,9 @@
1
1
  <template>
2
2
  <div class="flex bg-gray-50 border border-gray-300 rounded-lg focus:ring-blue-500
3
3
  focus:border-blue-500 w-full p-2.5 dark:bg-gray-700 dark:border-gray-600
4
- dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full">
4
+ dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full"
5
+ :class="'bg-lightInputBackground placeholder-lightInputPlaceholderText text-lightInputText border-lightInputBorder dark:!bg-darkInputBackground dark:!placeholder-darkInputPlaceholderText dark:!text-darkInputText dark:!border-darkInputBorder'"
6
+ >
5
7
  <SuggestionInput
6
8
  ref="suggestionInputRef"
7
9
  class="w-full !border-none text-gray-900 text-sm dark:placeholder-gray-400 dark:text-white whitespace-normal mr-28"
@@ -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.12"
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.12",
363
- "resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.12.tgz",
364
- "integrity": "sha512-Ik6uuvAonvHmgCRDbnSyqQ/iv91ne2uMv6rVowd8XzIDazzzAvdUQMFjqytl/NbhTAXdXZbKd5WsY/X+PtUvwQ==",
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"
@@ -11,6 +11,6 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@iconify-prerendered/vue-mdi": "^0.28.1737398331",
14
- "vue-suggestion-input": "^1.0.12"
14
+ "vue-suggestion-input": "^1.0.16"
15
15
  }
16
16
  }
@@ -1,7 +1,9 @@
1
1
  <template>
2
2
  <div class="flex bg-gray-50 border border-gray-300 rounded-lg focus:ring-blue-500
3
3
  focus:border-blue-500 w-full p-2.5 dark:bg-gray-700 dark:border-gray-600
4
- dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full">
4
+ dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full"
5
+ :class="'bg-lightInputBackground placeholder-lightInputPlaceholderText text-lightInputText border-lightInputBorder dark:!bg-darkInputBackground dark:!placeholder-darkInputPlaceholderText dark:!text-darkInputText dark:!border-darkInputBorder'"
6
+ >
5
7
  <SuggestionInput
6
8
  ref="suggestionInputRef"
7
9
  class="w-full !border-none text-gray-900 text-sm dark:placeholder-gray-400 dark:text-white whitespace-normal mr-28"
@@ -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.12"
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.12",
363
- "resolved": "https://registry.npmjs.org/vue-suggestion-input/-/vue-suggestion-input-1.0.12.tgz",
364
- "integrity": "sha512-Ik6uuvAonvHmgCRDbnSyqQ/iv91ne2uMv6rVowd8XzIDazzzAvdUQMFjqytl/NbhTAXdXZbKd5WsY/X+PtUvwQ==",
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"
@@ -11,6 +11,6 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@iconify-prerendered/vue-mdi": "^0.28.1737398331",
14
- "vue-suggestion-input": "^1.0.12"
14
+ "vue-suggestion-input": "^1.0.16"
15
15
  }
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",