@konnectio/core 4.0.56-rc2 → 4.0.56-rc3

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.
Files changed (130) hide show
  1. package/dist/{ActionField-Qf4JAgBa.js → ActionField-9I-yAskc.js} +1 -1
  2. package/dist/ActionField-9I-yAskc.js.br +0 -0
  3. package/dist/{AvailabilitySkeleton-GPTCv3Xy.js → AvailabilitySkeleton-hoauL0os.js} +4 -4
  4. package/dist/AvailabilitySkeleton-hoauL0os.js.br +0 -0
  5. package/dist/{CheckoutWindow-S9xKe_Wf.js → CheckoutWindow-31th413C.js} +1 -1
  6. package/dist/CheckoutWindow-31th413C.js.br +0 -0
  7. package/dist/Container-gHSYMY7q.js +69 -0
  8. package/dist/Container-gHSYMY7q.js.br +0 -0
  9. package/dist/{DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js → DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js} +2919 -2911
  10. package/dist/DateField.vue_vue_type_style_index_0_lang-mpnWj2LD.js.br +0 -0
  11. package/dist/{Field-b7XkSAoi.js → Field-QHvFgmEq.js} +2 -2
  12. package/dist/Field-QHvFgmEq.js.br +0 -0
  13. package/dist/{SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js → SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js} +4621 -4555
  14. package/dist/SelectField.vue_vue_type_style_index_0_lang-j_yHB51P.js.br +0 -0
  15. package/dist/{ThankYou-LiiG3Zv1.js → ThankYou-SQ_bbgj4.js} +4389 -4325
  16. package/dist/ThankYou-SQ_bbgj4.js.br +0 -0
  17. package/dist/{_-FAlGPZqe.js → _-FedWhJCw.js} +1 -1
  18. package/dist/_commonjsHelpers-FF1eOqK0.js +8 -0
  19. package/dist/availability.js +8 -8
  20. package/dist/availability.js.br +0 -0
  21. package/dist/components/Alert.vue.d.ts +27 -4
  22. package/dist/components/Clickable.vue.d.ts +59 -4
  23. package/dist/components/Container.vue.d.ts +22 -4
  24. package/dist/components/ErrorMessage.vue.d.ts +14 -4
  25. package/dist/components/Gallery.vue.d.ts +30 -4
  26. package/dist/components/GoogleNotice.vue.d.ts +2 -4
  27. package/dist/components/Icon.vue.d.ts +37 -4
  28. package/dist/components/Loading.vue.d.ts +28 -4
  29. package/dist/components/Spinner.vue.d.ts +1 -3
  30. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +17 -4
  31. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +33 -4
  32. package/dist/components/forms/HotelReservationForm.vue.d.ts +41 -4
  33. package/dist/components/forms/MultiStepForm.vue.d.ts +42 -4
  34. package/dist/components/forms/ReservationForm.vue.d.ts +62 -5
  35. package/dist/components/forms/_.vue.d.ts +42 -4
  36. package/dist/components/inputs/Checkbox.vue.d.ts +54 -4
  37. package/dist/components/inputs/CheckboxField.vue.d.ts +28 -4
  38. package/dist/components/inputs/DateField.vue.d.ts +104 -5
  39. package/dist/components/inputs/InputField.vue.d.ts +61 -4
  40. package/dist/components/inputs/MediaSelector.vue.d.ts +42 -4
  41. package/dist/components/inputs/NumberField.vue.d.ts +87 -5
  42. package/dist/components/inputs/SelectField.vue.d.ts +90 -5
  43. package/dist/components/inputs/TextField.vue.d.ts +67 -4
  44. package/dist/components/inputs/TimeField.vue.d.ts +44 -5
  45. package/dist/components/inputs/grouped/ActionField.vue.d.ts +71 -4
  46. package/dist/components/inputs/grouped/CountryField.vue.d.ts +40 -4
  47. package/dist/components/inputs/grouped/NameField.vue.d.ts +70 -4
  48. package/dist/components/inputs/grouped/PhoneField.vue.d.ts +50 -4
  49. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +46 -4
  50. package/dist/components/listings/Base.vue.d.ts +55 -5
  51. package/dist/components/listings/Event.vue.d.ts +46 -4
  52. package/dist/components/listings/Hotel.vue.d.ts +15 -4
  53. package/dist/components/listings/Template.vue.d.ts +20 -4
  54. package/dist/components/side-panels/Base.vue.d.ts +60 -5
  55. package/dist/components/side-panels/ListingInfo.vue.d.ts +17 -4
  56. package/dist/components/side-panels/Template.vue.d.ts +17 -4
  57. package/dist/components/side-panels/TermsOfService.vue.d.ts +13 -4
  58. package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +32 -4
  59. package/dist/components/skeletons/Field.vue.d.ts +35 -4
  60. package/dist/components/skeletons/GiftCardSkeleton.vue.d.ts +1 -4
  61. package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -4
  62. package/dist/components/skeletons/Listing.vue.d.ts +1 -4
  63. package/dist/components/skeletons/Sidebar.vue.d.ts +1 -4
  64. package/dist/components/skeletons/_.vue.d.ts +35 -4
  65. package/dist/components/views/CheckoutWindow.vue.d.ts +1 -4
  66. package/dist/components/views/TermsOfService.vue.d.ts +1 -4
  67. package/dist/components/views/ThankYou.vue.d.ts +14 -4
  68. package/dist/entries/availability.d.ts +1 -1
  69. package/dist/entries/event.d.ts +1 -1
  70. package/dist/entries/gift-card-validation.d.ts +1 -1
  71. package/dist/entries/gift-card.d.ts +1 -1
  72. package/dist/entries/hotel.d.ts +1 -1
  73. package/dist/event-4kCWoqDL.js +359 -0
  74. package/dist/event-4kCWoqDL.js.br +0 -0
  75. package/dist/event.js +8 -8
  76. package/dist/event.js.br +0 -0
  77. package/dist/gift-card-validation.js +4 -4
  78. package/dist/gift-card-validation.js.br +0 -0
  79. package/dist/gift-card.js +281 -251
  80. package/dist/gift-card.js.br +0 -0
  81. package/dist/hotel.js +1636 -1581
  82. package/dist/hotel.js.br +0 -0
  83. package/dist/layouts/Availability.vue.d.ts +4 -4
  84. package/dist/layouts/Event.vue.d.ts +4 -4
  85. package/dist/layouts/GiftCard.vue.d.ts +4 -4
  86. package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
  87. package/dist/layouts/Hotel.vue.d.ts +4 -4
  88. package/dist/layouts/_.vue.d.ts +4 -4
  89. package/dist/polyfill.js +67 -67
  90. package/dist/polyfill.js.br +0 -0
  91. package/dist/store/alert.d.ts +15 -15
  92. package/dist/store/applyGiftCard.d.ts +18 -18
  93. package/dist/store/availability.d.ts +12 -12
  94. package/dist/store/event.d.ts +141 -141
  95. package/dist/store/giftCard.d.ts +51 -51
  96. package/dist/store/payment.d.ts +39 -39
  97. package/dist/store/recaptcha.d.ts +3 -3
  98. package/dist/store/tracking.d.ts +6 -6
  99. package/dist/store/utilities.d.ts +129 -129
  100. package/package.json +4 -1
  101. package/dist/ActionField-Qf4JAgBa.js.br +0 -0
  102. package/dist/ActionField-ztW-1xka.cjs +0 -1
  103. package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
  104. package/dist/AvailabilitySkeleton-v0QVPuim.cjs +0 -1
  105. package/dist/CheckoutWindow-NUwbNAPw.cjs +0 -1
  106. package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
  107. package/dist/Container-Fl2PKj-u.js +0 -59
  108. package/dist/Container-Fl2PKj-u.js.br +0 -0
  109. package/dist/Container-Y6_3uTWy.cjs +0 -1
  110. package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +0 -2
  111. package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
  112. package/dist/Field-UTbHMN9U.cjs +0 -1
  113. package/dist/Field-b7XkSAoi.js.br +0 -0
  114. package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js.br +0 -0
  115. package/dist/SelectField.vue_vue_type_style_index_0_lang-eLyZ247i.cjs +0 -851
  116. package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
  117. package/dist/ThankYou-M6d4G8pc.cjs +0 -59
  118. package/dist/_-oL4OsiNw.cjs +0 -1
  119. package/dist/_commonjsHelpers-f3sTPFkQ.js +0 -8
  120. package/dist/_commonjsHelpers-f52AuuUj.cjs +0 -1
  121. package/dist/availability.cjs +0 -2
  122. package/dist/event-GaUgVNzy.cjs +0 -1
  123. package/dist/event-MXmxvcpC.js +0 -329
  124. package/dist/event-MXmxvcpC.js.br +0 -0
  125. package/dist/event.cjs +0 -1
  126. package/dist/gift-card-validation.cjs +0 -1
  127. package/dist/gift-card.cjs +0 -1
  128. package/dist/hotel.cjs +0 -19
  129. package/dist/navigation.cjs +0 -1
  130. package/dist/polyfill.cjs +0 -4
@@ -1,5 +1,55 @@
1
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/Checkbox.vue?vue&type=script&setup=true&lang.ts";
2
- import "G:/.projects/konnectio-integration-core/src/components/inputs/Checkbox.vue?vue&type=style&index=0&scoped=7ef656cb&lang.scss";
3
- declare const _default: any;
1
+ import type { CSSProperties } from '../../../vue.runtime.esm-bundler.js';
2
+ interface Props {
3
+ modelValue?: string | boolean | number;
4
+ numeric?: boolean;
5
+ checked?: boolean;
6
+ label?: string;
7
+ price?: string;
8
+ name?: string;
9
+ readonly?: boolean;
10
+ type?: string;
11
+ required?: boolean;
12
+ inputStyle?: CSSProperties;
13
+ val?: string | number;
14
+ }
15
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ checked: boolean;
17
+ readonly: boolean;
18
+ type: string;
19
+ required: boolean;
20
+ numeric: boolean;
21
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
22
+ "update:modelValue": (...args: any[]) => void;
23
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
24
+ checked: boolean;
25
+ readonly: boolean;
26
+ type: string;
27
+ required: boolean;
28
+ numeric: boolean;
29
+ }>>> & {
30
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
+ }, {
32
+ type: string;
33
+ required: boolean;
34
+ readonly: boolean;
35
+ numeric: boolean;
36
+ checked: boolean;
37
+ }, {}>;
4
38
  export default _default;
5
- //# sourceMappingURL=Checkbox.vue.d.ts.map
39
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
+ type __VLS_TypePropsToRuntimeProps<T> = {
41
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
42
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
43
+ } : {
44
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
45
+ required: true;
46
+ };
47
+ };
48
+ type __VLS_WithDefaults<P, D> = {
49
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
50
+ default: D[K];
51
+ }> : P[K];
52
+ };
53
+ type __VLS_Prettify<T> = {
54
+ [K in keyof T]: T[K];
55
+ } & {};
@@ -1,5 +1,29 @@
1
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/CheckboxField.vue?vue&type=script&setup=true&lang.ts";
2
- import "G:/.projects/konnectio-integration-core/src/components/inputs/CheckboxField.vue?vue&type=style&index=0&scoped=d8d42a8a&lang.scss";
3
- declare const _default: any;
1
+ interface CheckboxProps {
2
+ label: string;
3
+ value: string;
4
+ }
5
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_TypePropsToRuntimeProps<{
6
+ modelValue: string;
7
+ label: string;
8
+ name: string;
9
+ checkboxes: CheckboxProps[];
10
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
11
+ "update:modelValue": (...args: any[]) => void;
12
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
+ modelValue: string;
14
+ label: string;
15
+ name: string;
16
+ checkboxes: CheckboxProps[];
17
+ }>>> & {
18
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
+ }, {}, {}>;
4
20
  export default _default;
5
- //# sourceMappingURL=CheckboxField.vue.d.ts.map
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToRuntimeProps<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -1,5 +1,104 @@
1
- import _sfc_main from "G:/.projects/konnectio-integration-core/src/components/inputs/DateField.vue?vue&type=script&setup=true&lang.ts";
2
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/DateField.vue?vue&type=script&setup=true&lang.ts";
3
- import "G:/.projects/konnectio-integration-core/src/components/inputs/DateField.vue?vue&type=style&index=0&lang.scss";
4
- export default _sfc_main;
5
- //# sourceMappingURL=DateField.vue.d.ts.map
1
+ import { Time } from '../../types/index.js';
2
+ type fieldType = 'date' | 'time';
3
+ type iconPlace = 'field' | 'label';
4
+ interface Props {
5
+ modelValue: Date | string | Time | Date[];
6
+ type?: fieldType;
7
+ label?: string;
8
+ id?: string;
9
+ name?: string;
10
+ placeholder?: string;
11
+ icon?: string;
12
+ iconColor?: string;
13
+ iconType?: string;
14
+ iconPlacement?: iconPlace;
15
+ primaryColor?: string;
16
+ secondaryColor?: string;
17
+ weekendColor?: string;
18
+ highlightedColor?: string;
19
+ required?: boolean;
20
+ readonly?: boolean;
21
+ disabled?: boolean;
22
+ inline?: boolean;
23
+ monthPicker?: boolean;
24
+ yearPicker?: boolean;
25
+ weekPicker?: boolean;
26
+ startDate?: Date | string;
27
+ minDate?: Date | string;
28
+ maxDate?: Date | string;
29
+ range?: boolean;
30
+ autoApply?: boolean;
31
+ minRange?: number;
32
+ inputStyle?: object;
33
+ }
34
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
35
+ type: string;
36
+ icon: string;
37
+ iconType: string;
38
+ weekendColor: string;
39
+ highlightedColor: string;
40
+ required: boolean;
41
+ readonly: boolean;
42
+ disabled: boolean;
43
+ inline: boolean;
44
+ monthPicker: boolean;
45
+ yearPicker: boolean;
46
+ weekPicker: boolean;
47
+ range: boolean;
48
+ autoApply: boolean;
49
+ minRange: number;
50
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
51
+ "update:modelValue": (...args: any[]) => void;
52
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
53
+ type: string;
54
+ icon: string;
55
+ iconType: string;
56
+ weekendColor: string;
57
+ highlightedColor: string;
58
+ required: boolean;
59
+ readonly: boolean;
60
+ disabled: boolean;
61
+ inline: boolean;
62
+ monthPicker: boolean;
63
+ yearPicker: boolean;
64
+ weekPicker: boolean;
65
+ range: boolean;
66
+ autoApply: boolean;
67
+ minRange: number;
68
+ }>>> & {
69
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
70
+ }, {
71
+ type: fieldType;
72
+ icon: string;
73
+ required: boolean;
74
+ iconType: string;
75
+ disabled: boolean;
76
+ readonly: boolean;
77
+ weekendColor: string;
78
+ highlightedColor: string;
79
+ inline: boolean;
80
+ monthPicker: boolean;
81
+ yearPicker: boolean;
82
+ weekPicker: boolean;
83
+ range: boolean;
84
+ autoApply: boolean;
85
+ minRange: number;
86
+ }, {}>;
87
+ export default _default;
88
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
89
+ type __VLS_TypePropsToRuntimeProps<T> = {
90
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
91
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
92
+ } : {
93
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
94
+ required: true;
95
+ };
96
+ };
97
+ type __VLS_WithDefaults<P, D> = {
98
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
99
+ default: D[K];
100
+ }> : P[K];
101
+ };
102
+ type __VLS_Prettify<T> = {
103
+ [K in keyof T]: T[K];
104
+ } & {};
@@ -1,5 +1,62 @@
1
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/InputField.vue?vue&type=script&setup=true&lang.ts";
2
- import "G:/.projects/konnectio-integration-core/src/components/inputs/InputField.vue?vue&type=style&index=0&scoped=b86464d4&lang.scss";
3
- declare const _default: any;
1
+ type iconPlace = 'field' | 'label';
2
+ interface Props {
3
+ type: string;
4
+ label?: string;
5
+ id?: string;
6
+ icon?: string;
7
+ iconColor?: string;
8
+ iconType?: string;
9
+ iconPlacement?: iconPlace;
10
+ required?: boolean;
11
+ readonly?: boolean;
12
+ limit?: number;
13
+ description?: string;
14
+ descriptionPlacement?: iconPlace;
15
+ }
16
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ iconType: string;
18
+ iconPlacement: string;
19
+ descriptionPlacement: string;
20
+ required: boolean;
21
+ readonly: boolean;
22
+ limit: number;
23
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
24
+ iconType: string;
25
+ iconPlacement: string;
26
+ descriptionPlacement: string;
27
+ required: boolean;
28
+ readonly: boolean;
29
+ limit: number;
30
+ }>>>, {
31
+ required: boolean;
32
+ iconType: string;
33
+ iconPlacement: iconPlace;
34
+ readonly: boolean;
35
+ limit: number;
36
+ descriptionPlacement: iconPlace;
37
+ }, {}>, {
38
+ default?(_: {}): any;
39
+ }>;
4
40
  export default _default;
5
- //# sourceMappingURL=InputField.vue.d.ts.map
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToRuntimeProps<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
50
+ type __VLS_WithDefaults<P, D> = {
51
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
52
+ default: D[K];
53
+ }> : P[K];
54
+ };
55
+ type __VLS_Prettify<T> = {
56
+ [K in keyof T]: T[K];
57
+ } & {};
58
+ type __VLS_WithTemplateSlots<T, S> = T & {
59
+ new (): {
60
+ $slots: S;
61
+ };
62
+ };
@@ -1,5 +1,43 @@
1
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/MediaSelector.vue?vue&type=script&setup=true&lang.ts";
2
- import "G:/.projects/konnectio-integration-core/src/components/inputs/MediaSelector.vue?vue&type=style&index=0&scoped=ad138bfd&lang.scss";
3
- declare const _default: any;
1
+ import { Base64Image } from '../../types/index.js';
2
+ interface Props {
3
+ modelValue: Base64Image;
4
+ validation?: string;
5
+ iconColor?: string;
6
+ label?: string;
7
+ required?: boolean;
8
+ }
9
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ validation: string;
11
+ iconColor: string;
12
+ required: boolean;
13
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
14
+ "update:modelValue": (...args: any[]) => void;
15
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ validation: string;
17
+ iconColor: string;
18
+ required: boolean;
19
+ }>>> & {
20
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
21
+ }, {
22
+ required: boolean;
23
+ iconColor: string;
24
+ validation: string;
25
+ }, {}>;
4
26
  export default _default;
5
- //# sourceMappingURL=MediaSelector.vue.d.ts.map
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
@@ -1,5 +1,87 @@
1
- import _sfc_main from "G:/.projects/konnectio-integration-core/src/components/inputs/NumberField.vue?vue&type=script&setup=true&lang.ts";
2
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/NumberField.vue?vue&type=script&setup=true&lang.ts";
3
- import "G:/.projects/konnectio-integration-core/src/components/inputs/NumberField.vue?vue&type=style&index=0&lang.scss";
4
- export default _sfc_main;
5
- //# sourceMappingURL=NumberField.vue.d.ts.map
1
+ type iconPlace = 'field' | 'label';
2
+ interface Props {
3
+ modelValue?: number;
4
+ minValue?: number;
5
+ maxValue?: number;
6
+ inputtable?: boolean;
7
+ label?: string;
8
+ placeholder?: string;
9
+ icon?: string;
10
+ iconColor?: string;
11
+ iconType?: string;
12
+ iconPlacement?: iconPlace;
13
+ step?: number;
14
+ controls?: boolean;
15
+ required?: boolean;
16
+ readonly?: boolean;
17
+ inline?: boolean;
18
+ id?: string;
19
+ rounded?: boolean;
20
+ disabled?: boolean;
21
+ small?: boolean;
22
+ }
23
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
24
+ modelValue: number;
25
+ minValue: number;
26
+ maxValue: number;
27
+ inputtable: boolean;
28
+ iconType: string;
29
+ step: number;
30
+ controls: boolean;
31
+ required: boolean;
32
+ readonly: boolean;
33
+ inline: boolean;
34
+ rounded: boolean;
35
+ disabled: boolean;
36
+ small: boolean;
37
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
38
+ "update:modelValue": (...args: any[]) => void;
39
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
40
+ modelValue: number;
41
+ minValue: number;
42
+ maxValue: number;
43
+ inputtable: boolean;
44
+ iconType: string;
45
+ step: number;
46
+ controls: boolean;
47
+ required: boolean;
48
+ readonly: boolean;
49
+ inline: boolean;
50
+ rounded: boolean;
51
+ disabled: boolean;
52
+ small: boolean;
53
+ }>>> & {
54
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
+ }, {
56
+ required: boolean;
57
+ small: boolean;
58
+ iconType: string;
59
+ disabled: boolean;
60
+ readonly: boolean;
61
+ modelValue: number;
62
+ inline: boolean;
63
+ minValue: number;
64
+ maxValue: number;
65
+ inputtable: boolean;
66
+ step: number;
67
+ controls: boolean;
68
+ rounded: boolean;
69
+ }, {}>;
70
+ export default _default;
71
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
+ type __VLS_TypePropsToRuntimeProps<T> = {
73
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
74
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
75
+ } : {
76
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
77
+ required: true;
78
+ };
79
+ };
80
+ type __VLS_WithDefaults<P, D> = {
81
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
82
+ default: D[K];
83
+ }> : P[K];
84
+ };
85
+ type __VLS_Prettify<T> = {
86
+ [K in keyof T]: T[K];
87
+ } & {};
@@ -1,5 +1,90 @@
1
- import _sfc_main from "G:/.projects/konnectio-integration-core/src/components/inputs/SelectField.vue?vue&type=script&setup=true&lang.ts";
2
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/SelectField.vue?vue&type=script&setup=true&lang.ts";
3
- import "G:/.projects/konnectio-integration-core/src/components/inputs/SelectField.vue?vue&type=style&index=0&lang.scss";
4
- export default _sfc_main;
5
- //# sourceMappingURL=SelectField.vue.d.ts.map
1
+ interface Option {
2
+ [key: string]: unknown;
3
+ }
4
+ type iconPlace = 'field' | 'label';
5
+ interface Props {
6
+ modelValue?: string | number;
7
+ label?: string;
8
+ options: Option[];
9
+ labelKey?: string;
10
+ valueKey?: string;
11
+ name?: string;
12
+ icon?: string;
13
+ iconType?: string;
14
+ iconColor?: string;
15
+ iconPlacement?: iconPlace;
16
+ id?: string;
17
+ multiple?: boolean;
18
+ taggable?: boolean;
19
+ readonly?: boolean;
20
+ required?: boolean;
21
+ placeholder?: string;
22
+ autocomplete?: string;
23
+ clearable?: boolean;
24
+ searchable?: boolean;
25
+ }
26
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
27
+ labelKey: string;
28
+ valueKey: string;
29
+ multiple: boolean;
30
+ taggable: boolean;
31
+ readonly: boolean;
32
+ required: boolean;
33
+ autocomplete: string;
34
+ clearable: boolean;
35
+ searchable: boolean;
36
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
37
+ "update:modelValue": (...args: any[]) => void;
38
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
39
+ labelKey: string;
40
+ valueKey: string;
41
+ multiple: boolean;
42
+ taggable: boolean;
43
+ readonly: boolean;
44
+ required: boolean;
45
+ autocomplete: string;
46
+ clearable: boolean;
47
+ searchable: boolean;
48
+ }>>> & {
49
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
50
+ }, {
51
+ required: boolean;
52
+ readonly: boolean;
53
+ clearable: boolean;
54
+ autocomplete: string;
55
+ labelKey: string;
56
+ valueKey: string;
57
+ multiple: boolean;
58
+ taggable: boolean;
59
+ searchable: boolean;
60
+ }, {}>, {
61
+ option?(_: {
62
+ data: any;
63
+ }): any;
64
+ "selected-option"?(_: {
65
+ data: any;
66
+ }): any;
67
+ }>;
68
+ export default _default;
69
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
+ type __VLS_TypePropsToRuntimeProps<T> = {
71
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
72
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
73
+ } : {
74
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
75
+ required: true;
76
+ };
77
+ };
78
+ type __VLS_WithDefaults<P, D> = {
79
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
80
+ default: D[K];
81
+ }> : P[K];
82
+ };
83
+ type __VLS_Prettify<T> = {
84
+ [K in keyof T]: T[K];
85
+ } & {};
86
+ type __VLS_WithTemplateSlots<T, S> = T & {
87
+ new (): {
88
+ $slots: S;
89
+ };
90
+ };
@@ -1,5 +1,68 @@
1
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/TextField.vue?vue&type=script&setup=true&lang.ts";
2
- import "G:/.projects/konnectio-integration-core/src/components/inputs/TextField.vue?vue&type=style&index=0&scoped=a648c80a&lang.scss";
3
- declare const _default: any;
1
+ import type { CSSProperties } from '../../../vue.runtime.esm-bundler.js';
2
+ interface Props {
3
+ modelValue?: string | number;
4
+ description?: string;
5
+ suffix?: string;
6
+ label?: string;
7
+ id?: string;
8
+ name?: string;
9
+ placeholder?: string;
10
+ icon?: string;
11
+ iconColor?: string;
12
+ iconType?: string;
13
+ required?: boolean;
14
+ readonly?: boolean;
15
+ type?: string;
16
+ autocomplete?: string;
17
+ disabled?: boolean;
18
+ limit?: number;
19
+ rows?: number;
20
+ inputStyle?: CSSProperties;
21
+ }
22
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
23
+ iconType: string;
24
+ required: boolean;
25
+ readonly: boolean;
26
+ type: string;
27
+ disabled: boolean;
28
+ limit: number;
29
+ rows: number;
30
+ }>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
31
+ "update:modelValue": (...args: any[]) => void;
32
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
33
+ iconType: string;
34
+ required: boolean;
35
+ readonly: boolean;
36
+ type: string;
37
+ disabled: boolean;
38
+ limit: number;
39
+ rows: number;
40
+ }>>> & {
41
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
42
+ }, {
43
+ type: string;
44
+ required: boolean;
45
+ iconType: string;
46
+ disabled: boolean;
47
+ readonly: boolean;
48
+ limit: number;
49
+ rows: number;
50
+ }, {}>;
4
51
  export default _default;
5
- //# sourceMappingURL=TextField.vue.d.ts.map
52
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
+ type __VLS_TypePropsToRuntimeProps<T> = {
54
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
55
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
56
+ } : {
57
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
58
+ required: true;
59
+ };
60
+ };
61
+ type __VLS_WithDefaults<P, D> = {
62
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
+ default: D[K];
64
+ }> : P[K];
65
+ };
66
+ type __VLS_Prettify<T> = {
67
+ [K in keyof T]: T[K];
68
+ } & {};
@@ -1,5 +1,44 @@
1
- import _sfc_main from "G:/.projects/konnectio-integration-core/src/components/inputs/TimeField.vue?vue&type=script&setup=true&lang.ts";
2
- export * from "G:/.projects/konnectio-integration-core/src/components/inputs/TimeField.vue?vue&type=script&setup=true&lang.ts";
3
- import "G:/.projects/konnectio-integration-core/src/components/inputs/TimeField.vue?vue&type=style&index=0&lang.scss";
4
- export default _sfc_main;
5
- //# sourceMappingURL=TimeField.vue.d.ts.map
1
+ interface Props {
2
+ modelValue: string;
3
+ label?: string;
4
+ id?: string;
5
+ name?: string;
6
+ placeholder?: string;
7
+ icon?: string;
8
+ iconColor?: string;
9
+ iconType?: string;
10
+ primaryColor?: string;
11
+ secondaryColor?: string;
12
+ weekendColor?: string;
13
+ highlightedColor?: string;
14
+ required?: boolean;
15
+ readonly?: boolean;
16
+ disabled?: boolean;
17
+ inline?: boolean;
18
+ range?: boolean;
19
+ enableTimePicker?: boolean;
20
+ inputStyle?: object;
21
+ }
22
+ declare const _default: import('../../../vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
23
+ "update:modelValue": (...args: any[]) => void;
24
+ }, string, import('../../../vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>> & {
25
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
26
+ }, {}, {}>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('../../../vue.runtime.esm-bundler.js').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};