@finema/core 1.3.25 → 1.3.27

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.3.25",
3
+ "version": "1.3.27",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
package/dist/module.mjs CHANGED
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, installModule, addPlugin, addComponen
2
2
  import { merge } from 'lodash-es';
3
3
 
4
4
  const name = "@finema/core";
5
- const version = "1.3.25";
5
+ const version = "1.3.27";
6
6
 
7
7
  const colors = {
8
8
  black: "#20243E",
@@ -68,6 +68,7 @@ const colors = {
68
68
  };
69
69
 
70
70
  const ui = {
71
+ strategy: "override",
71
72
  pagination: {
72
73
  default: {
73
74
  activeButton: {
@@ -174,7 +175,7 @@ const module = defineNuxtModule({
174
175
  ...tailwindConfig.content.files,
175
176
  resolve(runtimeDir, "components/**/*.{vue,mjs,ts}"),
176
177
  resolve(runtimeDir, "*.{mjs,js,ts}"),
177
- resolve("./ui.ts")
178
+ resolve("*.{mjs,js,ts}")
178
179
  ]
179
180
  };
180
181
  tailwindConfig.theme.extend.colors = {
@@ -47,6 +47,7 @@
47
47
  ผลลัพธ์ {{ pageBetween }} ของ {{ totalCountWithComma }} รายการ
48
48
  </p>
49
49
  <UPagination
50
+ v-if="options.pageOptions.totalPage > 1"
50
51
  v-model="page"
51
52
  :page-count="options.pageOptions.totalPage"
52
53
  :total="options.pageOptions.totalCount"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.3.25",
3
+ "version": "1.3.27",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Development Team",