adminforth 2.27.0-next.25 → 2.27.0-next.27

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.
@@ -206,7 +206,7 @@ function open() {
206
206
  }
207
207
 
208
208
  function close() {
209
- modalRef.value.hide();
209
+ modalRef.value.close();
210
210
  }
211
211
 
212
212
  defineExpose({
@@ -79,18 +79,18 @@
79
79
  <div
80
80
  v-if="loading"
81
81
  role="status"
82
- class="animate-pulse overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
82
+ class="animate-pulse overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow rounded-lg overflow-hidden border border-lightShowTableBodyBorder dark:border-darkShowTableBodyBorder"
83
83
  >
84
84
  <div
85
85
  v-if="groups && groups.length > 0"
86
- class="text-md font-semibold px-6 py-3 flex flex-1 items-center bg-lightShowTableHeadingBackground dark:bg-darkShowTableHeadingBackground dark:text-darkShowTableHeadingText rounded-t-lg border-b border-lightShowTableBodyBorder dark:border-darkShowTableBodyBorder"
86
+ class="text-md font-semibold px-6 py-3 flex flex-1 items-center bg-lightShowTableHeadingBackground dark:bg-darkShowTableHeadingBackground dark:text-darkShowTableHeadingText border-b border-lightShowTableBodyBorder dark:border-darkShowTableBodyBorder"
87
87
  >
88
88
  <div class="h-4 bg-gray-300 dark:bg-gray-600 rounded-full w-32"></div>
89
89
  </div>
90
90
 
91
- <table class="w-full text-sm text-left table-fixed border rounded-lg overflow-hidden">
91
+ <table class="w-full text-sm text-left table-fixed border-collapse">
92
92
  <thead class="bg-lightShowTableUnderHeadingBackground dark:bg-darkShowTableUnderHeadingBackground block md:table-row-group">
93
- <tr>
93
+ <tr class="block md:table-row">
94
94
  <th scope="col" class="px-6 py-3 text-xs uppercase hidden md:w-52 md:table-cell text-lightShowTableUnderHeadingText dark:text-darkShowTableUnderHeadingText">
95
95
  {{ $t('Field') }}
96
96
  </th>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.27.0-next.25",
3
+ "version": "2.27.0-next.27",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",