@finema/finework-layer 1.0.46 → 1.0.48

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
+ ## [1.0.48](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.47...1.0.48) (2026-05-07)
4
+
5
+ ### Bug Fixes
6
+
7
+ * update @finema/core dependency to version 3.14.7 ([47339d1](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/47339d1bb7c2ff5ee4e277a9982b61949ad3691d))
8
+
9
+ ## [1.0.47](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.46...1.0.47) (2026-05-07)
10
+
11
+ ### Features
12
+
13
+ * add conditional modal to Apps layout and fix probation evaluation link ([0779fee](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/0779feef689310ed4bcb1ab00ef8698dfa5572aa))
14
+
3
15
  ## [1.0.46](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.45...1.0.46) (2026-05-06)
4
16
 
5
17
  ### Features
@@ -4,6 +4,7 @@
4
4
  v-model:open="isOpen"
5
5
  :side="isMobile ? 'left' : 'top'"
6
6
  :portal="true"
7
+ :modal="isMobile ?true :false"
7
8
  class="w-full"
8
9
  :transition="isMobile ? true: false"
9
10
  :ui="{
@@ -156,7 +156,7 @@ const getLink = (item: INotificationItem) => {
156
156
  return `/evaluation/evaluator/${item.data?.evaluation_general_id}`
157
157
 
158
158
  case 'EVALUATION_PROBATION_REMINDER':
159
- return `/evaluation/probation/${item.data?.evaluation_probation_id}`
159
+ return `/evaluation/probation/${item.data?.evaluation_general_id}`
160
160
 
161
161
  default:
162
162
  return '#'
package/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@finema/finework-layer",
7
7
  "dependencies": {
8
- "@finema/core": "^3.14.6",
8
+ "@finema/core": "^3.14.7",
9
9
  },
10
10
  "devDependencies": {
11
11
  "@finema/eslint-config": "^2.0.3",
@@ -184,7 +184,7 @@
184
184
 
185
185
  "@eslint/plugin-kit": ["@eslint/plugin-kit@0.4.1", "", { "dependencies": { "@eslint/core": "^0.17.0", "levn": "^0.4.1" } }, "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA=="],
186
186
 
187
- "@finema/core": ["@finema/core@3.14.6", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.5.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-text-align": "^3.18.0", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-6pano/JagyGUmYTIT3dVGJu6ndAU/0wca27PFIOgC8qPcOj9Ho3CBgSNLyp/cXCPBDxZymMjg1X4HYOwGtHMuA=="],
187
+ "@finema/core": ["@finema/core@3.14.7", "", { "dependencies": { "@iconify-json/heroicons": "^1.2.2", "@iconify-json/ph": "^1.2.2", "@iconify-json/svg-spinners": "^1.2.2", "@nuxt/kit": "^4.1.3", "@nuxt/ui": "^4.5.0", "@pinia/nuxt": "^0.11.0", "@tailwindcss/typography": "^0.5.0-alpha.3", "@tiptap/extension-text-align": "^3.18.0", "@vee-validate/nuxt": "^4.15.1", "@vee-validate/valibot": "^4.15.1", "@vuepic/vue-datepicker": "^11.0.2", "@vueuse/components": "^13.9.0", "@vueuse/core": "^13.9.0", "@wdns/vue-code-block": "^2.3.5", "axios": "^1.10.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "defu": "^6.1.4", "lodash-es": "^4.17.21", "maska": "^3.1.1", "url-join": "^5.0.0" } }, "sha512-WGTERbrspy6wnSFhtBfRtJKkHYriWK6m9JArKxXnPFlxc1eHZ0PYeZihJ/Ohnm/BD4Q5IRpmt/Bb+3Gs6WAM8A=="],
188
188
 
189
189
  "@finema/eslint-config": ["@finema/eslint-config@2.0.4", "", { "dependencies": { "eslint-plugin-better-tailwindcss": "^3.7.10", "eslint-plugin-tailwindcss": "^3.18.2", "eslint-plugin-unused-imports": "^4.2.0" }, "peerDependencies": { "eslint": "^9.37.0" } }, "sha512-kKznMgbsOfPPg+td53dK36I3YFo6Ji4GAwKbVS2pimuQfcJT4mbgnEXCuW1Q/uNvUaFItr1NCSSD1LtEQTNNug=="],
190
190
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.46",
4
+ "version": "1.0.48",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",
@@ -30,7 +30,7 @@
30
30
  "vue": "latest"
31
31
  },
32
32
  "dependencies": {
33
- "@finema/core": "^3.14.6"
33
+ "@finema/core": "^3.14.7"
34
34
  },
35
35
  "lint-staged": {
36
36
  "*": "eslint"