@finema/core 1.4.198 → 1.4.200
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
package/dist/module.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="flex flex-col items-center justify-center py-6 text-gray-400">
|
|
3
|
-
<Icon :name="icon" class="text-[72px]" />
|
|
4
|
-
<p class="mt-2" v-html="message" />
|
|
3
|
+
<Icon :name="icon!" class="text-[72px]" />
|
|
4
|
+
<p class="mt-2" v-html="message!" />
|
|
5
5
|
</div>
|
|
6
6
|
</template>
|
|
7
7
|
<script lang="ts" setup>
|
|
8
8
|
withDefaults(
|
|
9
9
|
defineProps<{
|
|
10
|
-
message
|
|
11
|
-
icon
|
|
10
|
+
message?: any
|
|
11
|
+
icon?: string
|
|
12
12
|
}>(),
|
|
13
13
|
{
|
|
14
14
|
message: 'ไม่พบข้อมูล!',
|
|
@@ -14,14 +14,14 @@ export const table = {
|
|
|
14
14
|
padding: "px-3 py-3.5",
|
|
15
15
|
color: "text-gray-700 dark:text-white",
|
|
16
16
|
font: "font-normal",
|
|
17
|
-
size: "text-
|
|
17
|
+
size: "text-base"
|
|
18
18
|
},
|
|
19
19
|
td: {
|
|
20
20
|
base: "whitespace-nowrap",
|
|
21
21
|
padding: "px-3 py-4",
|
|
22
22
|
color: "text-gray-500 dark:text-gray-400",
|
|
23
23
|
font: "",
|
|
24
|
-
size: "text-
|
|
24
|
+
size: "text-sm"
|
|
25
25
|
},
|
|
26
26
|
progress: {
|
|
27
27
|
wrapper: "absolute inset-x-0 p-0"
|