@adminforth/inline-create 1.0.1 → 1.0.3
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
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
:setCurrentValue="setCurrentValue"
|
|
16
16
|
@update:unmasked="handleUnmasked"
|
|
17
17
|
/>
|
|
18
|
-
<div v-if="column.required?.create" ><IconExclamationCircleSolid class="w-4 h-4"/></div>
|
|
18
|
+
<div v-if="column.required?.create" class="pt-3" ><IconExclamationCircleSolid class="w-4 h-4 opacity-50" :title="t('This field is required')" /></div>
|
|
19
19
|
</div>
|
|
20
20
|
<div v-else></div>
|
|
21
21
|
</td>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</td>
|
|
37
37
|
</template>
|
|
38
38
|
<template v-else>
|
|
39
|
-
<td :colspan="
|
|
39
|
+
<td :colspan="100" class="px-4 py-2">
|
|
40
40
|
<button
|
|
41
41
|
@click="startCreate"
|
|
42
42
|
class="w-full text-left text-sm text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
:setCurrentValue="setCurrentValue"
|
|
16
16
|
@update:unmasked="handleUnmasked"
|
|
17
17
|
/>
|
|
18
|
-
<div v-if="column.required?.create" ><IconExclamationCircleSolid class="w-4 h-4"/></div>
|
|
18
|
+
<div v-if="column.required?.create" class="pt-3" ><IconExclamationCircleSolid class="w-4 h-4 opacity-50" :title="t('This field is required')" /></div>
|
|
19
19
|
</div>
|
|
20
20
|
<div v-else></div>
|
|
21
21
|
</td>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</td>
|
|
37
37
|
</template>
|
|
38
38
|
<template v-else>
|
|
39
|
-
<td :colspan="
|
|
39
|
+
<td :colspan="100" class="px-4 py-2">
|
|
40
40
|
<button
|
|
41
41
|
@click="startCreate"
|
|
42
42
|
class="w-full text-left text-sm text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
|