@asdp/ferryui 0.1.22-dev.10424 → 0.1.22-dev.10508

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/index.d.mts CHANGED
@@ -1061,6 +1061,7 @@ interface HarborItem {
1061
1061
  rowNum: number;
1062
1062
  isFavorite: boolean;
1063
1063
  routeId?: number;
1064
+ isRoundTripAvailable?: boolean;
1064
1065
  }
1065
1066
  /**
1066
1067
  * Labels for ModalSearchHarbor component
package/dist/index.d.ts CHANGED
@@ -1061,6 +1061,7 @@ interface HarborItem {
1061
1061
  rowNum: number;
1062
1062
  isFavorite: boolean;
1063
1063
  routeId?: number;
1064
+ isRoundTripAvailable?: boolean;
1064
1065
  }
1065
1066
  /**
1066
1067
  * Labels for ModalSearchHarbor component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asdp/ferryui",
3
- "version": "0.1.22-dev.10424",
3
+ "version": "0.1.22-dev.10508",
4
4
  "description": "ASDP Ferry UI Component Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",