@konnectio/core 4.0.56-rc5 → 4.0.56-rc7

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 (128) hide show
  1. package/dist/{ActionField--byx0Lp1.js → ActionField-i2xWkFyi.js} +1 -1
  2. package/dist/ActionField-i2xWkFyi.js.br +0 -0
  3. package/dist/AvailabilitySkeleton-PWA_yfC-.js +214 -0
  4. package/dist/AvailabilitySkeleton-PWA_yfC-.js.br +0 -0
  5. package/dist/{CheckoutWindow-_ZUCAYgm.js → CheckoutWindow-k3-Mh7Mp.js} +17 -17
  6. package/dist/CheckoutWindow-k3-Mh7Mp.js.br +0 -0
  7. package/dist/{DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js → DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js} +2910 -2918
  8. package/dist/DateField.vue_vue_type_style_index_0_lang-Lzoa_ZgT.js.br +0 -0
  9. package/dist/{Field-GdMucFcQ.js → Field-f9KUVLIW.js} +7 -7
  10. package/dist/Field-f9KUVLIW.js.br +0 -0
  11. package/dist/SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js +30460 -0
  12. package/dist/SelectField.vue_vue_type_style_index_0_lang-1RNEqBhG.js.br +0 -0
  13. package/dist/{ThankYou-9pzt2SfJ.js → ThankYou-cAeMnWCk.js} +4325 -4567
  14. package/dist/ThankYou-cAeMnWCk.js.br +0 -0
  15. package/dist/{_-5uiOrU07.js → _-SqGSx3KP.js} +1 -1
  16. package/dist/{_commonjsHelpers-4t9S7M5p.js → _commonjsHelpers-2ufMB8rV.js} +1 -1
  17. package/dist/availability.js +138 -108
  18. package/dist/availability.js.br +0 -0
  19. package/dist/components/Alert.vue.d.ts +4 -27
  20. package/dist/components/Clickable.vue.d.ts +4 -59
  21. package/dist/components/Container.vue.d.ts +4 -22
  22. package/dist/components/ErrorMessage.vue.d.ts +4 -14
  23. package/dist/components/Gallery.vue.d.ts +4 -30
  24. package/dist/components/GoogleNotice.vue.d.ts +4 -2
  25. package/dist/components/Icon.vue.d.ts +4 -37
  26. package/dist/components/Loading.vue.d.ts +4 -28
  27. package/dist/components/Spinner.vue.d.ts +3 -1
  28. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +4 -17
  29. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +4 -33
  30. package/dist/components/forms/HotelReservationForm.vue.d.ts +4 -41
  31. package/dist/components/forms/MultiStepForm.vue.d.ts +4 -42
  32. package/dist/components/forms/ReservationForm.vue.d.ts +5 -62
  33. package/dist/components/forms/_.vue.d.ts +4 -42
  34. package/dist/components/inputs/Checkbox.vue.d.ts +4 -54
  35. package/dist/components/inputs/CheckboxField.vue.d.ts +4 -28
  36. package/dist/components/inputs/DateField.vue.d.ts +5 -104
  37. package/dist/components/inputs/InputField.vue.d.ts +4 -61
  38. package/dist/components/inputs/MediaSelector.vue.d.ts +4 -42
  39. package/dist/components/inputs/NumberField.vue.d.ts +5 -87
  40. package/dist/components/inputs/SelectField.vue.d.ts +5 -90
  41. package/dist/components/inputs/TextField.vue.d.ts +4 -67
  42. package/dist/components/inputs/TimeField.vue.d.ts +5 -44
  43. package/dist/components/inputs/grouped/ActionField.vue.d.ts +4 -71
  44. package/dist/components/inputs/grouped/CountryField.vue.d.ts +4 -40
  45. package/dist/components/inputs/grouped/NameField.vue.d.ts +4 -70
  46. package/dist/components/inputs/grouped/PhoneField.vue.d.ts +4 -50
  47. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +4 -46
  48. package/dist/components/listings/Base.vue.d.ts +5 -55
  49. package/dist/components/listings/Event.vue.d.ts +4 -46
  50. package/dist/components/listings/Hotel.vue.d.ts +4 -15
  51. package/dist/components/listings/Template.vue.d.ts +4 -20
  52. package/dist/components/side-panels/Base.vue.d.ts +5 -60
  53. package/dist/components/side-panels/ListingInfo.vue.d.ts +4 -17
  54. package/dist/components/side-panels/Template.vue.d.ts +4 -17
  55. package/dist/components/side-panels/TermsOfService.vue.d.ts +4 -13
  56. package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +4 -32
  57. package/dist/components/skeletons/Field.vue.d.ts +4 -35
  58. package/dist/components/skeletons/GiftCardSkeleton.vue.d.ts +4 -1
  59. package/dist/components/skeletons/HotelSkeleton.vue.d.ts +4 -1
  60. package/dist/components/skeletons/Listing.vue.d.ts +4 -1
  61. package/dist/components/skeletons/Sidebar.vue.d.ts +4 -1
  62. package/dist/components/skeletons/_.vue.d.ts +4 -35
  63. package/dist/components/views/CheckoutWindow.vue.d.ts +4 -1
  64. package/dist/components/views/TermsOfService.vue.d.ts +4 -1
  65. package/dist/components/views/ThankYou.vue.d.ts +4 -14
  66. package/dist/event-WJGagPbM.js +328 -0
  67. package/dist/event-WJGagPbM.js.br +0 -0
  68. package/dist/event.js +431 -412
  69. package/dist/event.js.br +0 -0
  70. package/dist/favicon.ico +0 -0
  71. package/dist/gift-card-validation.js +77 -67
  72. package/dist/gift-card-validation.js.br +0 -0
  73. package/dist/gift-card.js +291 -312
  74. package/dist/gift-card.js.br +0 -0
  75. package/dist/hotel-z4fa3tEa.js +3101 -0
  76. package/dist/hotel-z4fa3tEa.js.br +0 -0
  77. package/dist/hotel.js +11 -3136
  78. package/dist/polyfill.js +159 -159
  79. package/dist/polyfill.js.br +0 -0
  80. package/dist/style.css +1 -1
  81. package/dist/style.css.br +0 -0
  82. package/package.json +14 -16
  83. package/dist/ActionField--byx0Lp1.js.br +0 -0
  84. package/dist/AvailabilitySkeleton-cL6E9wAp.js +0 -239
  85. package/dist/AvailabilitySkeleton-cL6E9wAp.js.br +0 -0
  86. package/dist/CheckoutWindow-_ZUCAYgm.js.br +0 -0
  87. package/dist/Container-6UeOakwz.js +0 -68
  88. package/dist/Container-6UeOakwz.js.br +0 -0
  89. package/dist/DateField.vue_vue_type_style_index_0_lang-v-NT3HRG.js.br +0 -0
  90. package/dist/Field-GdMucFcQ.js.br +0 -5
  91. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js +0 -27240
  92. package/dist/SelectField.vue_vue_type_style_index_0_lang-XwPp5AXD.js.br +0 -0
  93. package/dist/ThankYou-9pzt2SfJ.js.br +0 -0
  94. package/dist/assets/typescript/mixins.d.ts +0 -34
  95. package/dist/availability.d.ts +0 -3
  96. package/dist/entries/availability.d.ts +0 -5
  97. package/dist/entries/event.d.ts +0 -2
  98. package/dist/entries/gift-card-validation.d.ts +0 -5
  99. package/dist/entries/gift-card.d.ts +0 -5
  100. package/dist/entries/hotel.d.ts +0 -5
  101. package/dist/entries/navigation.d.ts +0 -1
  102. package/dist/entries/polyfill.d.ts +0 -0
  103. package/dist/event-jnP6wH4w.js +0 -358
  104. package/dist/event-jnP6wH4w.js.br +0 -0
  105. package/dist/event.d.ts +0 -3
  106. package/dist/gift-card-validation.d.ts +0 -3
  107. package/dist/gift-card.d.ts +0 -3
  108. package/dist/hotel.d.ts +0 -3
  109. package/dist/hotel.js.br +0 -0
  110. package/dist/layouts/Availability.vue.d.ts +0 -25
  111. package/dist/layouts/Event.vue.d.ts +0 -18
  112. package/dist/layouts/GiftCard.vue.d.ts +0 -32
  113. package/dist/layouts/GiftCardValidation.vue.d.ts +0 -18
  114. package/dist/layouts/Hotel.vue.d.ts +0 -36
  115. package/dist/layouts/_.vue.d.ts +0 -39
  116. package/dist/navigation.d.ts +0 -1
  117. package/dist/plugins/i18n.d.ts +0 -5
  118. package/dist/polyfill.d.ts +0 -1
  119. package/dist/store/alert.d.ts +0 -28
  120. package/dist/store/applyGiftCard.d.ts +0 -28
  121. package/dist/store/availability.d.ts +0 -40
  122. package/dist/store/event.d.ts +0 -683
  123. package/dist/store/giftCard.d.ts +0 -83
  124. package/dist/store/payment.d.ts +0 -139
  125. package/dist/store/recaptcha.d.ts +0 -28
  126. package/dist/store/tracking.d.ts +0 -57
  127. package/dist/store/utilities.d.ts +0 -350
  128. package/dist/types/index.d.ts +0 -976
@@ -1,104 +1,5 @@
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/dist/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/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
51
- "update:modelValue": (...args: any[]) => void;
52
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
92
- } : {
93
- type: import('../../../vue/dist/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
+ 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,62 +1,5 @@
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/dist/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/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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
- }>;
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;
40
4
  export default _default;
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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
45
- } : {
46
- type: import('../../../vue/dist/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
- };
5
+ //# sourceMappingURL=InputField.vue.d.ts.map
@@ -1,43 +1,5 @@
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/dist/vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
- validation: string;
11
- iconColor: string;
12
- required: boolean;
13
- }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
14
- "update:modelValue": (...args: any[]) => void;
15
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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
- }, {}>;
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;
26
4
  export default _default;
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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('../../../vue/dist/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
- } & {};
5
+ //# sourceMappingURL=MediaSelector.vue.d.ts.map
@@ -1,87 +1,5 @@
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/dist/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/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
38
- "update:modelValue": (...args: any[]) => void;
39
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
75
- } : {
76
- type: import('../../../vue/dist/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
+ 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,90 +1,5 @@
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/dist/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/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
37
- "update:modelValue": (...args: any[]) => void;
38
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
73
- } : {
74
- type: import('../../../vue/dist/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
+ 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,68 +1,5 @@
1
- import type { CSSProperties } from '../../../vue/dist/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/dist/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/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
31
- "update:modelValue": (...args: any[]) => void;
32
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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
- }, {}>;
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;
51
4
  export default _default;
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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('../../../vue/dist/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
- } & {};
5
+ //# sourceMappingURL=TextField.vue.d.ts.map
@@ -1,44 +1,5 @@
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/dist/vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
23
- "update:modelValue": (...args: any[]) => void;
24
- }, string, import('../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../vue/dist/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/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('../../../vue/dist/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
- } & {};
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,72 +1,5 @@
1
- import { Option, actionType } from '../../../types/index.js';
2
- interface Props {
3
- modelValue: string | number;
4
- label?: string;
5
- buttonLabel?: string;
6
- buttonIcon?: string;
7
- buttonIconColor?: string;
8
- buttonDisabled?: boolean;
9
- secondary?: boolean;
10
- name?: string;
11
- id?: string;
12
- type?: string;
13
- placeholder?: string;
14
- icon?: string;
15
- iconType?: string;
16
- required?: boolean;
17
- readonly?: boolean;
18
- data?: Option[];
19
- action?: actionType;
20
- minValue?: number;
21
- maxValue?: number;
22
- isLoading?: boolean;
23
- }
24
- declare const _default: import('../../../../vue/dist/vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
25
- type: string;
26
- iconType: string;
27
- required: boolean;
28
- readonly: boolean;
29
- isLoading: boolean;
30
- buttonDisabled: boolean;
31
- secondary: boolean;
32
- }>, {}, unknown, {}, {}, import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
33
- "update:modelValue": (...args: any[]) => void;
34
- action: (...args: any[]) => void;
35
- }, string, import('../../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../../vue/dist/vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
36
- type: string;
37
- iconType: string;
38
- required: boolean;
39
- readonly: boolean;
40
- isLoading: boolean;
41
- buttonDisabled: boolean;
42
- secondary: boolean;
43
- }>>> & {
44
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
- onAction?: ((...args: any[]) => any) | undefined;
46
- }, {
47
- type: string;
48
- required: boolean;
49
- iconType: string;
50
- secondary: boolean;
51
- isLoading: boolean;
52
- readonly: boolean;
53
- buttonDisabled: boolean;
54
- }, {}>;
1
+ export * from "G:/.projects/konnectio-integration-core/src/components/inputs/grouped/ActionField.vue?vue&type=script&setup=true&lang.ts";
2
+ import "G:/.projects/konnectio-integration-core/src/components/inputs/grouped/ActionField.vue?vue&type=style&index=0&scoped=3e77e321&lang.scss";
3
+ declare const _default: any;
55
4
  export default _default;
56
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
- type __VLS_TypePropsToRuntimeProps<T> = {
58
- [K in keyof T]-?: {} extends Pick<T, K> ? {
59
- type: import('../../../../vue/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
60
- } : {
61
- type: import('../../../../vue/dist/vue.runtime.esm-bundler.js').PropType<T[K]>;
62
- required: true;
63
- };
64
- };
65
- type __VLS_WithDefaults<P, D> = {
66
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
67
- default: D[K];
68
- }> : P[K];
69
- };
70
- type __VLS_Prettify<T> = {
71
- [K in keyof T]: T[K];
72
- } & {};
5
+ //# sourceMappingURL=ActionField.vue.d.ts.map
@@ -1,41 +1,5 @@
1
- import { Option } from '../../../types/index.js';
2
- interface Props {
3
- modelValue: number;
4
- options: Array<Option>;
5
- required?: boolean;
6
- readonly?: boolean;
7
- label?: string;
8
- placeholder?: string;
9
- }
10
- declare const _default: import('../../../../vue/dist/vue.runtime.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- required: boolean;
12
- readonly: boolean;
13
- }>, {}, unknown, {}, {}, import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentOptionsMixin, {
14
- "update:modelValue": (...args: any[]) => void;
15
- }, string, import('../../../../vue/dist/vue.runtime.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.runtime.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.runtime.esm-bundler.js').ComponentCustomProps, Readonly<import('../../../../vue/dist/vue.runtime.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
- required: boolean;
17
- readonly: boolean;
18
- }>>> & {
19
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
20
- }, {
21
- required: boolean;
22
- readonly: boolean;
23
- }, {}>;
1
+ export * from "G:/.projects/konnectio-integration-core/src/components/inputs/grouped/CountryField.vue?vue&type=script&setup=true&lang.ts";
2
+ import "G:/.projects/konnectio-integration-core/src/components/inputs/grouped/CountryField.vue?vue&type=style&index=0&scoped=1462612d&lang.scss";
3
+ declare const _default: any;
24
4
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('../../../../vue/dist/vue.runtime.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('../../../../vue/dist/vue.runtime.esm-bundler.js').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
5
+ //# sourceMappingURL=CountryField.vue.d.ts.map