@mouseless/baked 1.2.7 → 1.3.0

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.7",
4
+ "version": "1.3.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -23,6 +23,7 @@
23
23
  {{ lc("No records found") }}
24
24
  </template>
25
25
  <div
26
+ v-if="sort || (!paginator && serverPaginatorOptions)"
26
27
  class="
27
28
  flex flex-row items-center justify-end
28
29
  gap-4 mb-2 py-4 px-2 rounded-sm
@@ -9,12 +9,11 @@
9
9
  <label
10
10
  v-if="label"
11
11
  class="
12
- b-component--SelectButton-Label
13
12
  text-xs text-slate-500 font-normal
14
13
  dark:text-zinc-400 mb-1 ml-2
15
14
  "
16
15
  >
17
- {{ label }}
16
+ {{ l(label) }}
18
17
  </label>
19
18
  <SelectButton
20
19
  v-if="data"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
- "version": "1.2.7",
3
+ "version": "1.3.0",
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
  }