@opentrainticketing/netex-deckplan-editor 1.0.8 → 1.0.9

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.
@@ -13,6 +13,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
13
13
  availability: {
14
14
  type: PropType<Availability>;
15
15
  };
16
+ vertical: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
16
20
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
21
  select: (...args: any[]) => void;
18
22
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -27,8 +31,14 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
27
31
  availability: {
28
32
  type: PropType<Availability>;
29
33
  };
34
+ vertical: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
30
38
  }>> & Readonly<{
31
39
  onSelect?: ((...args: any[]) => any) | undefined;
32
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ }>, {
41
+ vertical: boolean;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
43
  declare const _default: typeof __VLS_export;
34
44
  export default _default;