adminforth 2.4.0-next.226 → 2.4.0-next.228

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.
@@ -12,7 +12,7 @@
12
12
  <!-- Dropdown menu -->
13
13
  <div
14
14
  id="listThreeDotsDropdown"
15
- class="z-20 hidden bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600">
15
+ class="z-30 hidden bg-lightThreeDotsMenuBodyBackground divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-darkThreeDotsMenuBodyBackground dark:divide-gray-600">
16
16
  <ul class="py-2 text-sm text-lightThreeDotsMenuBodyText dark:text-darkThreeDotsMenuBodyText" aria-labelledby="dropdownMenuIconButton">
17
17
  <li v-for="(item, i) in threeDotsDropdownItems" :key="`dropdown-item-${i}`">
18
18
  <a href="#"
@@ -23,7 +23,7 @@
23
23
  'cursor-not-allowed': checkboxes && checkboxes.length === 0 && item.meta?.disabledWhenNoCheckboxes,
24
24
  }"
25
25
  @click="injectedComponentClick(i)">
26
- <component :ref="(el: any) => setComponentRef(el, i)" :is="getCustomComponent(item)"
26
+ <component :ref="(el: any) => setComponentRef(el, i)" :is="getCustomComponent(item)"
27
27
  :meta="item.meta"
28
28
  :resource="coreStore.resource"
29
29
  :adminUser="coreStore.adminUser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.226",
3
+ "version": "2.4.0-next.228",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",