@adminforth/quick-filters 2.2.4 → 2.2.5
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 +2 -2
- package/custom/FilterDropdown.vue +1 -1
- package/dist/custom/FilterDropdown.vue +1 -1
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -11,5 +11,5 @@ custom/UniversalSearchInput.vue
|
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
custom/types.ts
|
|
13
13
|
|
|
14
|
-
sent 10,
|
|
15
|
-
total size is 10,
|
|
14
|
+
sent 10,835 bytes received 134 bytes 21,938.00 bytes/sec
|
|
15
|
+
total size is 10,336 speedup is 0.94
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{{ filter?.name || placeholder || $t('Select...') }}
|
|
25
25
|
</span>
|
|
26
26
|
|
|
27
|
-
<IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary
|
|
27
|
+
<IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary transition duration-150 ease-in flex-shrink-0 brightness-150"
|
|
28
28
|
:class="{ 'transform rotate-180': showDropdown }"
|
|
29
29
|
/>
|
|
30
30
|
</button>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{{ filter?.name || placeholder || $t('Select...') }}
|
|
25
25
|
</span>
|
|
26
26
|
|
|
27
|
-
<IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary
|
|
27
|
+
<IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary transition duration-150 ease-in flex-shrink-0 brightness-150"
|
|
28
28
|
:class="{ 'transform rotate-180': showDropdown }"
|
|
29
29
|
/>
|
|
30
30
|
</button>
|