@finema/finework-layer 0.2.112 → 0.2.114

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.114](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.113...0.2.114) (2026-01-26)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update v-model binding in Slideover component and correct emit type definition in PortalApp ([1f90551](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/1f90551d82bee0fd816936c59169e40667aac6c5))
8
+
9
+ ## [0.2.113](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.112...0.2.113) (2026-01-26)
10
+
11
+ ### Bug Fixes
12
+
13
+ * update Requests logo path in PortalApp component ([c1013fc](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/c1013fc7ad65481ffc6c254cdafec3ef69f9f68f))
14
+
3
15
  ## [0.2.112](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.111...0.2.112) (2026-01-26)
4
16
 
5
17
  ### Features
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="">
3
3
  <Slideover
4
- v-model="isOpen"
4
+ v-model:open="isOpen"
5
5
  side="top"
6
6
  :portal="true"
7
7
  :modal="false"
@@ -252,7 +252,7 @@
252
252
  import { resolveComponent } from 'vue'
253
253
 
254
254
  const emit = defineEmits<{
255
- close: []
255
+ (e: 'close'): void
256
256
  }>()
257
257
 
258
258
  const props = defineProps<{
@@ -296,7 +296,7 @@ const dailyApps = computed(() => [
296
296
  },
297
297
  {
298
298
  name: 'Requests',
299
- logo: '/admin/request-admin.png',
299
+ logo: '/admin/request.png',
300
300
  label: 'Requests',
301
301
  description: 'ระบบขอ ลา เบิก อนุมัติรายการต่างๆ',
302
302
  to: '/',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.112",
4
+ "version": "0.2.114",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",