@adminforth/text-complete 1.6.0 → 1.7.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,
|
|
13
|
-
total size is 21,
|
|
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"
|
|
@@ -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"
|