accomadesc 0.0.13 → 0.0.14

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.
@@ -9,7 +9,7 @@
9
9
  isPricingShort,
10
10
  type AccoCardContent,
11
11
  type I18nFacade,
12
- } from './types.ts';
12
+ } from './types.js';
13
13
 
14
14
  let { cardContent, displayName, translateFunc, formatFunc }: AccoCardContent & I18nFacade =
15
15
  $props();
@@ -1,4 +1,4 @@
1
- import { type AccoCardContent, type I18nFacade } from './types.ts';
1
+ import { type AccoCardContent, type I18nFacade } from './types.js';
2
2
  declare const AccoCard: import("svelte").Component<AccoCardContent & I18nFacade, {}, "">;
3
3
  type AccoCard = ReturnType<typeof AccoCard>;
4
4
  export default AccoCard;
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">
2
- import type { AccoDescriptionContent, I18nFacade } from './types.ts';
2
+ import type { AccoDescriptionContent, I18nFacade } from './types.js';
3
3
  let {
4
4
  ref,
5
5
  minHeight = '100%',
@@ -1,4 +1,4 @@
1
- import type { AccoDescriptionContent, I18nFacade } from './types.ts';
1
+ import type { AccoDescriptionContent, I18nFacade } from './types.js';
2
2
  declare const AccoDescription: import("svelte").Component<AccoDescriptionContent & I18nFacade, {}, "">;
3
3
  type AccoDescription = ReturnType<typeof AccoDescription>;
4
4
  export default AccoDescription;
@@ -11,7 +11,7 @@
11
11
  import SmokingSvg from './svg/SmokingSVG.svelte';
12
12
  import TvSvg from './svg/TvSVG.svelte';
13
13
  import WifiSvg from './svg/WifiSVG.svelte';
14
- import type { AmenitiesCoreContent, I18nFacade } from './types.ts';
14
+ import type { AmenitiesCoreContent, I18nFacade } from './types.js';
15
15
 
16
16
  let {
17
17
  peopleMin,
@@ -1,4 +1,4 @@
1
- import type { AmenitiesCoreContent, I18nFacade } from './types.ts';
1
+ import type { AmenitiesCoreContent, I18nFacade } from './types.js';
2
2
  declare const AmenitiesCore: import("svelte").Component<AmenitiesCoreContent & I18nFacade, {}, "">;
3
3
  type AmenitiesCore = ReturnType<typeof AmenitiesCore>;
4
4
  export default AmenitiesCore;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import { OccuPlanWrapper } from 'occuplan';
3
3
  import Spinner from './basic/Spinner.svelte';
4
- import type { CalendarContent, I18nFacade } from './types.ts';
4
+ import type { CalendarContent, I18nFacade } from './types.js';
5
5
 
6
6
  let { calUrl, calendarTranslation, translateFunc }: CalendarContent & I18nFacade = $props();
7
7
  let calLoading = $state(true);
@@ -26,4 +26,3 @@
26
26
  justify-content: center;
27
27
  }
28
28
  </style>
29
-
@@ -1,4 +1,4 @@
1
- import type { CalendarContent, I18nFacade } from './types.ts';
1
+ import type { CalendarContent, I18nFacade } from './types.js';
2
2
  declare const Calendar: import("svelte").Component<CalendarContent & I18nFacade, {}, "">;
3
3
  type Calendar = ReturnType<typeof Calendar>;
4
4
  export default Calendar;
@@ -2,7 +2,7 @@
2
2
  import { OccuPlanAvailableInfo } from 'occuplan';
3
3
  import { DateTime } from 'luxon';
4
4
  import Spinner from './basic/Spinner.svelte';
5
- import type { CalendarAvailableContent, I18nFacade } from './types.ts';
5
+ import type { CalendarAvailableContent, I18nFacade } from './types.js';
6
6
 
7
7
  let {
8
8
  calUrl,
@@ -1,4 +1,4 @@
1
- import type { CalendarAvailableContent, I18nFacade } from './types.ts';
1
+ import type { CalendarAvailableContent, I18nFacade } from './types.js';
2
2
  declare const CalendarAvailable: import("svelte").Component<CalendarAvailableContent & I18nFacade, {}, "">;
3
3
  type CalendarAvailable = ReturnType<typeof CalendarAvailable>;
4
4
  export default CalendarAvailable;
@@ -5,7 +5,7 @@
5
5
  import 'leaflet/dist/images/marker-icon.png';
6
6
 
7
7
  import { onMount, onDestroy } from 'svelte';
8
- import type { LeafletMapContent } from './types.ts';
8
+ import type { LeafletMapContent } from './types.js';
9
9
 
10
10
  let { lat, long, zoom, address = 'Achterstr. 4, 17459 Koserow' }: LeafletMapContent = $props();
11
11
 
@@ -1,7 +1,7 @@
1
1
  import 'leaflet/dist/leaflet.css';
2
2
  import 'leaflet/dist/images/marker-shadow.png';
3
3
  import 'leaflet/dist/images/marker-icon.png';
4
- import type { LeafletMapContent } from './types.ts';
4
+ import type { LeafletMapContent } from './types.js';
5
5
  declare const LeafletMap: import("svelte").Component<LeafletMapContent, {}, "">;
6
6
  type LeafletMap = ReturnType<typeof LeafletMap>;
7
7
  export default LeafletMap;
package/dist/Photo.svelte CHANGED
@@ -2,7 +2,7 @@
2
2
  import LinkSvg from './svg/LinkSVG.svelte';
3
3
  import ExtLinkSvg from './svg/ExtLinkSVG.svelte';
4
4
  import { TwicImg } from '@twicpics/components/svelte5';
5
- import type { PhotoContent, I18nFacade } from './types.ts';
5
+ import type { PhotoContent, I18nFacade } from './types.js';
6
6
 
7
7
  let {
8
8
  alt,
@@ -1,4 +1,4 @@
1
- import type { PhotoContent, I18nFacade } from './types.ts';
1
+ import type { PhotoContent, I18nFacade } from './types.js';
2
2
  declare const Photo: import("svelte").Component<PhotoContent & I18nFacade, {}, "">;
3
3
  type Photo = ReturnType<typeof Photo>;
4
4
  export default Photo;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import PhotoComponent from './Photo.svelte';
3
- import type { I18nFacade, Photo, PhotoGalleryContent, GridPhoto } from './types.ts';
3
+ import type { I18nFacade, Photo, PhotoGalleryContent, GridPhoto } from './types.js';
4
4
  import { browser } from '$app/environment';
5
5
 
6
6
  let { photos, gridPhotoWidth = 300, translateFunc }: PhotoGalleryContent & I18nFacade = $props();
@@ -1,4 +1,4 @@
1
- import type { I18nFacade, PhotoGalleryContent } from './types.ts';
1
+ import type { I18nFacade, PhotoGalleryContent } from './types.js';
2
2
  declare const PhotoGallery: import("svelte").Component<PhotoGalleryContent & I18nFacade, {}, "">;
3
3
  type PhotoGallery = ReturnType<typeof PhotoGallery>;
4
4
  export default PhotoGallery;
@@ -7,7 +7,7 @@
7
7
  StaticPricingRange,
8
8
  PricingEntry,
9
9
  PricingColumn,
10
- } from './types.ts';
10
+ } from './types.js';
11
11
  import type { Dinero, DineroSnapshot } from 'dinero.js';
12
12
 
13
13
  let filteredRanges: PricingRange[] = $state([]);
@@ -1,4 +1,4 @@
1
- import type { PricingContent, I18nFacade } from './types.ts';
1
+ import type { PricingContent, I18nFacade } from './types.js';
2
2
  declare const Pricing: import("svelte").Component<PricingContent & I18nFacade, {}, "">;
3
3
  type Pricing = ReturnType<typeof Pricing>;
4
4
  export default Pricing;
@@ -2,7 +2,7 @@
2
2
  import { DateTime } from 'luxon';
3
3
  import { add, allocate, dinero, multiply, greaterThan, lessThan, type Dinero } from 'dinero.js';
4
4
  import { EUR } from '@dinero.js/currencies';
5
- import type { I18nFacade, PricingShortContent, PricingEntry } from './types.ts';
5
+ import type { I18nFacade, PricingShortContent, PricingEntry } from './types.js';
6
6
 
7
7
  let {
8
8
  global = undefined,
@@ -1,4 +1,4 @@
1
- import type { I18nFacade, PricingShortContent } from './types.ts';
1
+ import type { I18nFacade, PricingShortContent } from './types.js';
2
2
  declare const PricingShort: import("svelte").Component<PricingShortContent & I18nFacade, {}, "">;
3
3
  type PricingShort = ReturnType<typeof PricingShort>;
4
4
  export default PricingShort;
@@ -27,7 +27,7 @@
27
27
  isPricingShort,
28
28
  isAccoDescription,
29
29
  isAccoCard,
30
- } from './types.ts';
30
+ } from './types.js';
31
31
 
32
32
  let {
33
33
  header = undefined,
@@ -1,4 +1,4 @@
1
- import { type Section as SectionI, type I18nFacade } from './types.ts';
1
+ import { type Section as SectionI, type I18nFacade } from './types.js';
2
2
  declare const Section: import("svelte").Component<SectionI & I18nFacade, {}, "padding">;
3
3
  type Section = ReturnType<typeof Section>;
4
4
  export default Section;
package/dist/Text.svelte CHANGED
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">
2
- import type { TextContent, I18nFacade } from './types.ts';
2
+ import type { TextContent, I18nFacade } from './types.js';
3
3
 
4
4
  let {
5
5
  ref,
@@ -1,4 +1,4 @@
1
- import type { TextContent, I18nFacade } from './types.ts';
1
+ import type { TextContent, I18nFacade } from './types.js';
2
2
  declare const Text: import("svelte").Component<TextContent & I18nFacade, {}, "">;
3
3
  type Text = ReturnType<typeof Text>;
4
4
  export default Text;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import { onMount } from 'svelte';
3
3
  import { browser } from '$app/environment';
4
- import type { I18nFacade, WeatherContent } from './types.ts';
4
+ import type { I18nFacade, WeatherContent } from './types.js';
5
5
 
6
6
  let { header1, header2, location, translateFunc, currentLang }: WeatherContent & I18nFacade =
7
7
  $props();
@@ -1,4 +1,4 @@
1
- import type { I18nFacade, WeatherContent } from './types.ts';
1
+ import type { I18nFacade, WeatherContent } from './types.js';
2
2
  declare const Weather: import("svelte").Component<WeatherContent & I18nFacade, {}, "">;
3
3
  type Weather = ReturnType<typeof Weather>;
4
4
  export default Weather;
package/dist/index.d.ts CHANGED
@@ -17,6 +17,6 @@ import PricingShort from './PricingShort.svelte';
17
17
  import Section from './Section.svelte';
18
18
  import Text from './Text.svelte';
19
19
  import Weather from './Weather.svelte';
20
- export type { GridPhoto, LeafletMap as LeafletMapI, LeafletMapContent, Calendar as CalendarI, CalendarContent, CalendarAvailable as CalendarAvailableI, CalendarAvailableContent, Text as TextI, TextContent, Weather as WeatherI, WeatherContent, Photo as PhotoI, PhotoContent, PhotoGallery as PhotoGalleryI, PhotoGalleryContent, Pricing as PricingI, PricingContent, PricingShort as PricingShortI, PricingShortContent, PricingEntry, PricingRange, StaticRangeDate, StaticPricingRange, AmenitiesCore as AmenitiesCoreI, AmenitiesCoreContent, AccoCard as AccoCardI, AccoCardContent, CardContent, AccoDescription as AccoDescriptionI, AccoDescriptionContent, Section as SectionI, I18nFacade, Acco as AccoI, } from './types.ts';
21
- export { PRICING_COLUMNS } from './types.ts';
20
+ export type { GridPhoto, LeafletMap as LeafletMapI, LeafletMapContent, Calendar as CalendarI, CalendarContent, CalendarAvailable as CalendarAvailableI, CalendarAvailableContent, Text as TextI, TextContent, Weather as WeatherI, WeatherContent, Photo as PhotoI, PhotoContent, PhotoGallery as PhotoGalleryI, PhotoGalleryContent, Pricing as PricingI, PricingContent, PricingShort as PricingShortI, PricingShortContent, PricingEntry, PricingRange, StaticRangeDate, StaticPricingRange, AmenitiesCore as AmenitiesCoreI, AmenitiesCoreContent, AccoCard as AccoCardI, AccoCardContent, CardContent, AccoDescription as AccoDescriptionI, AccoDescriptionContent, Section as SectionI, I18nFacade, Acco as AccoI, } from './types.js';
21
+ export { PRICING_COLUMNS } from './types.js';
22
22
  export { randomID, randomName, Avatar, Button, Icon, Spinner, TextInput, AccoCard, AccoDescription, AmenitiesCore, Calendar, CalendarAvailable, LeafletMap, Photo, PhotoGallery, Pricing, PricingShort, Section, Text, Weather, };
package/dist/index.js CHANGED
@@ -18,5 +18,5 @@ import PricingShort from './PricingShort.svelte';
18
18
  import Section from './Section.svelte';
19
19
  import Text from './Text.svelte';
20
20
  import Weather from './Weather.svelte';
21
- export { PRICING_COLUMNS } from './types.ts';
21
+ export { PRICING_COLUMNS } from './types.js';
22
22
  export { randomID, randomName, Avatar, Button, Icon, Spinner, TextInput, AccoCard, AccoDescription, AmenitiesCore, Calendar, CalendarAvailable, LeafletMap, Photo, PhotoGallery, Pricing, PricingShort, Section, Text, Weather, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",