@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
@@ -7,5 +7,5 @@ custom/
7
7
  custom/InlineCreateForm.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 7,474 bytes received 58 bytes 15,064.00 bytes/sec
11
- total size is 7,257 speedup is 0.96
10
+ sent 7,517 bytes received 58 bytes 15,150.00 bytes/sec
11
+ total size is 7,297 speedup is 0.96
@@ -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="visibleColumns.length + 1" class="px-4 py-2">
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="visibleColumns.length + 1" class="px-4 py-2">
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/inline-create",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",