nuxt-hs-ui 2.0.15 → 2.0.17

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "2.0.15",
7
+ "version": "2.0.17",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -1,4 +1,5 @@
1
- import type { SelectItem } from "./select-item.js";
1
+ import type { SelectItem as _SelectItem } from "./select-item.js";
2
+ export type SelectItem = _SelectItem;
2
3
  export type DisplaySelectItem = {
3
4
  id: number | null;
4
5
  } & Omit<SelectItem, "id">;
@@ -1,3 +1,4 @@
1
+ export type { TabulatorFull as Tabulator } from "tabulator-tables";
1
2
  import { type Theme } from "../utils/theme.js";
2
3
  /**
3
4
  * セル内部にボタンを配置した時用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",