@adminforth/inline-create 1.0.2 → 1.0.4

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.
@@ -15,8 +15,6 @@ steps:
15
15
  from_secret: VAULT_TOKEN
16
16
  commands:
17
17
  - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
- secrets:
19
- - VAULT_TOKEN
20
18
 
21
19
  release:
22
20
  image: node:20
package/build.log CHANGED
@@ -7,5 +7,5 @@ custom/
7
7
  custom/InlineCreateForm.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 7,536 bytes received 58 bytes 15,188.00 bytes/sec
11
- total size is 7,319 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
@@ -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"
@@ -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.2",
3
+ "version": "1.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",