@mouseless/baked 1.1.0 → 1.1.2

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
3
  "configKey": "baked",
4
- "version": "1.1.0",
4
+ "version": "1.1.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -7,7 +7,8 @@
7
7
  :pt="
8
8
  {
9
9
  headerActions: 'flex gap-2 items-center',
10
- title: 'max-sm:truncate'
10
+ title: 'max-sm:truncate',
11
+ contentContainer: 'block'
11
12
  }
12
13
  "
13
14
  @update:collapsed="onCollapsed"
@@ -39,7 +39,7 @@
39
39
  :frozen="column.frozen"
40
40
  >
41
41
  <template #body="{ data: row, index }">
42
- <AwaitLoading :skeleton="{ class:'min-h-5' }">
42
+ <AwaitLoading :skeleton="{ class: 'min-h-5' }">
43
43
  <ProvideParentContext
44
44
  v-if="data"
45
45
  :data="row.$getRow()"
@@ -88,7 +88,7 @@
88
88
  v-if="actions"
89
89
  #body="{ data: row, index }"
90
90
  >
91
- <AwaitLoading :skeleton="{ class:'min-h-5' }">
91
+ <AwaitLoading :skeleton="{ class: 'min-h-5' }">
92
92
  <ProvideParentContext
93
93
  v-if="data"
94
94
  :data="row.$getRow()"
@@ -120,7 +120,7 @@
120
120
  :class="{ 'text-right': column.alignRight }"
121
121
  >
122
122
  <template #footer>
123
- <AwaitLoading :skeleton="{ class:'min-h-5' }">
123
+ <AwaitLoading :skeleton="{ class: 'min-h-5' }">
124
124
  <Bake
125
125
  v-if="data"
126
126
  :name="`rows/footer/${column.key}`"
@@ -223,5 +223,5 @@ function exportFunction({ data: data2, field }) {
223
223
  </script>
224
224
 
225
225
  <style>
226
- .b-component--DataTable .p-datatable-table-container{max-width:calc(100vw - 4.25rem)}.b-component--DataTable a{@apply text-sm}.b-component--DataTable .p-button{@apply -my-2}
226
+ .b-component--DataTable a{@apply text-sm}.b-component--DataTable .p-button{@apply -my-2}
227
227
  </style>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <AwaitLoading :skeleton="{ height:'2rem', class:'inline-block bg-red-500/20' }">
2
+ <AwaitLoading :skeleton="{ height: '2rem', class: 'inline-block bg-red-500/20' }">
3
3
  <Button
4
4
  v-if="inlinesData"
5
5
  v-bind="$attrs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Baked is an opinionated framework for .NET and Vue. This is the UI package of Baked project.",
5
5
  "keywords": [
6
6
  "baked",