@mouseless/baked 1.2.8 → 1.3.1

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.2.8",
4
+ "version": "1.3.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -25,6 +25,7 @@
25
25
  <div
26
26
  v-if="sort || (!paginator && serverPaginatorOptions)"
27
27
  class="
28
+ b-Header
28
29
  flex flex-row items-center justify-end
29
30
  gap-4 mb-2 py-4 px-2 rounded-sm
30
31
  "
@@ -17,6 +17,9 @@
17
17
  :placeholder="l(label)"
18
18
  :show-clear
19
19
  :filter
20
+ :auto-filter-focus="filter"
21
+ :filter-fields="[optionLabel]"
22
+ reset-filter-on-hide
20
23
  class="w-full"
21
24
  >
22
25
  <template #value="slotProps">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
- "version": "1.2.8",
3
+ "version": "1.3.1",
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",
@@ -51,24 +51,24 @@
51
51
  "primevue": "4.5.4"
52
52
  },
53
53
  "devDependencies": {
54
- "@nuxt/eslint": "1.15.1",
54
+ "@nuxt/eslint": "1.15.2",
55
55
  "@nuxt/module-builder": "1.0.2",
56
56
  "@nuxt/test-utils": "4.0.0",
57
57
  "@playwright/test": "1.58.2",
58
- "@types/node": "25.2.3",
58
+ "@types/node": "25.5.0",
59
59
  "changelogen": "0.6.2",
60
- "nuxt": "4.3.1",
61
- "sass": "1.97.3",
60
+ "nuxt": "4.4.2",
61
+ "sass": "1.98.0",
62
62
  "typescript": "5.9.3",
63
- "vitest": "4.0.18",
64
- "vue-tsc": "3.2.4"
63
+ "vitest": "4.1.0",
64
+ "vue-tsc": "3.2.5"
65
65
  },
66
66
  "optionalDependencies": {
67
- "@oxc-parser/binding-darwin-arm64": "0.114.0",
68
- "@oxc-parser/binding-linux-arm64-gnu": "0.114.0",
69
- "@oxc-parser/binding-linux-arm64-musl": "0.114.0",
70
- "@oxc-parser/binding-linux-x64-gnu": "0.114.0",
71
- "@oxc-parser/binding-linux-x64-musl": "0.114.0",
72
- "@oxc-parser/binding-win32-x64-msvc": "0.114.0"
67
+ "@oxc-parser/binding-darwin-arm64": "0.119.0",
68
+ "@oxc-parser/binding-linux-arm64-gnu": "0.119.0",
69
+ "@oxc-parser/binding-linux-arm64-musl": "0.119.0",
70
+ "@oxc-parser/binding-linux-x64-gnu": "0.119.0",
71
+ "@oxc-parser/binding-linux-x64-musl": "0.119.0",
72
+ "@oxc-parser/binding-win32-x64-msvc": "0.119.0"
73
73
  }
74
74
  }