@visitscotland/component-library 5.37.0 → 5.39.0

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.
@@ -16,6 +16,7 @@ declare const _default: import('vue').DefineComponent<{}, {
16
16
  resetMapNoResultsMessage: string;
17
17
  apiKey?: string;
18
18
  featuredPlaces?: Record<string, any>;
19
+ alertText?: string;
19
20
  $props: {
20
21
  readonly center?: Record<string, any>;
21
22
  readonly noJsMessage?: string;
@@ -34,6 +35,7 @@ declare const _default: import('vue').DefineComponent<{}, {
34
35
  readonly resetMapNoResultsMessage?: string;
35
36
  readonly apiKey?: string;
36
37
  readonly featuredPlaces?: Record<string, any>;
38
+ readonly alertText?: string;
37
39
  };
38
40
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
41
  export default _default;
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  resetMapNoResultsMessage: string;
18
18
  apiKey?: string;
19
19
  featuredPlaces?: Record<string, any>;
20
+ alertText?: string;
20
21
  $props: {
21
22
  readonly center?: Record<string, any>;
22
23
  readonly noJsMessage?: string;
@@ -35,6 +36,7 @@ declare const _default: {
35
36
  readonly resetMapNoResultsMessage?: string;
36
37
  readonly apiKey?: string;
37
38
  readonly featuredPlaces?: Record<string, any>;
39
+ readonly alertText?: string;
38
40
  };
39
41
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
42
  VsMapSidebar: {