@hotelinking/ui 6.39.3 → 6.39.10

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.
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
14
14
  }>>> & {
15
15
  onFilesUploaded?: ((T: FileInputType) => any) | undefined;
16
16
  }, {
17
- icon: import("vue").FunctionalComponent;
17
+ icon: any;
18
18
  loading: boolean;
19
19
  }, {}>;
20
20
  export default _default;
@@ -1,8 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "rangeSelected", ...args: any[]) => void;
3
- range?: string | undefined;
4
- $props: {
5
- readonly range?: string | undefined;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ range: {
3
+ type: StringConstructor;
6
4
  };
7
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ rangeSelected: (...args: any[]) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ range: {
9
+ type: StringConstructor;
10
+ };
11
+ }>> & {
12
+ onRangeSelected?: ((...args: any[]) => any) | undefined;
13
+ }, {}, {}>;
8
14
  export default _default;
@@ -1,9 +1,13 @@
1
1
  import { UiDragAndDropInterface } from "../../../types";
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<UiDragAndDropInterface>, {
3
3
  loading: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiDragAndDropInterface>, {
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ dragAndDropUpdated: (T: any) => void;
6
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiDragAndDropInterface>, {
5
7
  loading: boolean;
6
- }>>>, {
8
+ }>>> & {
9
+ onDragAndDropUpdated?: ((T: any) => any) | undefined;
10
+ }, {
7
11
  loading: boolean;
8
12
  }, {}>;
9
13
  export default _default;