pukaad-ui-lib 1.5.0 → 1.6.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/dist/module.json
CHANGED
|
@@ -21,8 +21,13 @@ const delegatedProps = reactiveOmit(props, "class");
|
|
|
21
21
|
"
|
|
22
22
|
v-bind="delegatedProps"
|
|
23
23
|
>
|
|
24
|
-
<div
|
|
24
|
+
<div
|
|
25
|
+
class="flex flex-col items-center justify-center h-[500px] gap-[8px]"
|
|
26
|
+
>
|
|
25
27
|
<slot />
|
|
28
|
+
|
|
29
|
+
<Icon name="pukaad:empty-document" class="w-[218px] h-[200px]" />
|
|
30
|
+
<div class="text-gray font-body-large-prominent">ไม่มีข้อมูลในระบบ</div>
|
|
26
31
|
</div>
|
|
27
32
|
</TableCell>
|
|
28
33
|
</TableRow>
|