@wikicasa-dev/components 1.2.13 → 1.2.14

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 (123) hide show
  1. package/dist/{UIKit → src/UIKit}/AccessibleSelect.vue.d.ts +22 -21
  2. package/dist/{UIKit → src/UIKit}/Accordion/BaseAccordion.vue.d.ts +11 -11
  3. package/dist/{UIKit → src/UIKit}/Accordion/BaseAccordionBtn.vue.d.ts +11 -11
  4. package/dist/{UIKit → src/UIKit}/Accordion/BaseAccordionContent.vue.d.ts +8 -8
  5. package/dist/{UIKit → src/UIKit}/Accordion/BaseAccordionItem.vue.d.ts +12 -12
  6. package/dist/{UIKit → src/UIKit}/BaseAlert.vue.d.ts +11 -11
  7. package/dist/{UIKit → src/UIKit}/BaseAutocomplete.vue.d.ts +23 -24
  8. package/dist/{UIKit → src/UIKit}/BaseBadge.vue.d.ts +14 -14
  9. package/dist/{UIKit → src/UIKit}/BaseButton.vue.d.ts +16 -16
  10. package/dist/{UIKit → src/UIKit}/BaseCard.vue.d.ts +11 -11
  11. package/dist/{UIKit → src/UIKit}/BaseDropDown.vue.d.ts +19 -19
  12. package/dist/{UIKit → src/UIKit}/BaseInput.vue.d.ts +7 -7
  13. package/dist/{UIKit → src/UIKit}/BaseSelect/SelectItem.vue.d.ts +12 -12
  14. package/dist/{UIKit → src/UIKit}/BaseTextarea.vue.d.ts +3 -3
  15. package/dist/{UIKit → src/UIKit}/BaseTooltip.vue.d.ts +1 -1
  16. package/dist/{UIKit → src/UIKit}/Checkbox/CheckboxBtn.vue.d.ts +14 -14
  17. package/dist/{UIKit → src/UIKit}/Checkbox/CheckboxGroup.vue.d.ts +12 -12
  18. package/dist/{UIKit → src/UIKit}/StaticSpinner.vue.d.ts +12 -12
  19. package/dist/{components → src/components}/IntersectionObserver/IntersectionObservable.vue.d.ts +8 -8
  20. package/dist/{components → src/components}/IntersectionObserver/IntersectionObserver.vue.d.ts +11 -11
  21. package/dist/{components → src/components}/carousel/SwiperCarousel.vue.d.ts +11 -11
  22. package/dist/src/index.d.ts +33 -0
  23. package/dist/vite.config.d.ts +2 -0
  24. package/package.json +2 -1
  25. package/dist/UIKit/BaseBtModal.vue.d.ts +0 -172
  26. package/dist/UIKit/BaseSnackbar.vue.d.ts +0 -56
  27. package/dist/Views/AccordionSection.vue.d.ts +0 -2
  28. package/dist/Views/AlertSection.vue.d.ts +0 -2
  29. package/dist/Views/AutocompleteSection.vue.d.ts +0 -2
  30. package/dist/Views/BadgeSection.vue.d.ts +0 -2
  31. package/dist/Views/ButtonsSection.vue.d.ts +0 -2
  32. package/dist/Views/CardSection.vue.d.ts +0 -2
  33. package/dist/Views/CheckboxSection.vue.d.ts +0 -6
  34. package/dist/Views/DropdownSection.vue.d.ts +0 -35
  35. package/dist/Views/ModalSection.vue.d.ts +0 -4
  36. package/dist/Views/PaginationSection.vue.d.ts +0 -2
  37. package/dist/Views/PaperSection.vue.d.ts +0 -2
  38. package/dist/Views/RadioSection.vue.d.ts +0 -9
  39. package/dist/Views/SliderSection.vue.d.ts +0 -9
  40. package/dist/Views/SnackbarSection.vue.d.ts +0 -2
  41. package/dist/Views/TabSection.vue.d.ts +0 -2
  42. package/dist/Views/TextInputSection.vue.d.ts +0 -2
  43. package/dist/Views/TextareaSection.vue.d.ts +0 -6
  44. package/dist/Views/ToggleSection.vue.d.ts +0 -2
  45. package/dist/Views/TooltipSection.vue.d.ts +0 -2
  46. package/dist/Views/UiKitSidebar.vue.d.ts +0 -18
  47. package/dist/Views/UploadBtnSection.vue.d.ts +0 -2
  48. package/dist/Views/WikicasaUiKit.vue.d.ts +0 -19
  49. package/dist/components/HelloWorld.vue.d.ts +0 -2
  50. package/dist/components/Pera.vue.d.ts +0 -14
  51. package/dist/components/base/BaseEmptyButton.vue.d.ts +0 -35
  52. package/dist/components/base/StaticSpinner.vue.d.ts +0 -23
  53. package/dist/components/input/TripleSelect.vue.d.ts +0 -26
  54. package/dist/components/insert/QualityScore.vue.d.ts +0 -16
  55. package/dist/index.d.ts +0 -34
  56. package/dist/stories/Button.vue.d.ts +0 -64
  57. package/dist/stories/Header.vue.d.ts +0 -28
  58. package/dist/stories/Page.vue.d.ts +0 -3
  59. package/dist/{UIKit → src/UIKit}/BaseComplexToggle.vue.d.ts +2 -2
  60. package/dist/{UIKit → src/UIKit}/BaseFloatingLabel.vue.d.ts +1 -1
  61. package/dist/{UIKit → src/UIKit}/BaseIcon.vue.d.ts +2 -2
  62. package/dist/{UIKit → src/UIKit}/BaseNavItem.vue.d.ts +0 -0
  63. package/dist/{UIKit → src/UIKit}/BasePagination.vue.d.ts +0 -0
  64. package/dist/{UIKit → src/UIKit}/BasePaper.vue.d.ts +0 -0
  65. package/dist/{UIKit → src/UIKit}/BaseSlider.vue.d.ts +0 -0
  66. package/dist/{UIKit → src/UIKit}/BaseTab.vue.d.ts +0 -0
  67. package/dist/{UIKit → src/UIKit}/BaseToggle.vue.d.ts +0 -0
  68. package/dist/{UIKit → src/UIKit}/BaseUploadFile.vue.d.ts +1 -1
  69. /package/dist/{UIKit → src/UIKit}/Radio/RadioButton.vue.d.ts +0 -0
  70. /package/dist/{UIKit → src/UIKit}/Radio/RadioGroup.vue.d.ts +0 -0
  71. /package/dist/{components → src/components}/Pera.stories.d.ts +0 -0
  72. /package/dist/{components → src/components}/base/BaseEmptyButton.stories.d.ts +0 -0
  73. /package/dist/{components → src/components}/base/StaticSpinner.stories.d.ts +0 -0
  74. /package/dist/{components → src/components}/input/TripleSelect.stories.d.ts +0 -0
  75. /package/dist/{components → src/components}/insert/QualityScore.stories.d.ts +0 -0
  76. /package/dist/{composables → src/composables}/useBreakpoints.d.ts +0 -0
  77. /package/dist/{composables → src/composables}/useFloatingLabel.d.ts +0 -0
  78. /package/dist/{composables → src/composables}/useKeyboardController.d.ts +0 -0
  79. /package/dist/{stories → src/stories}/Button.stories.d.ts +0 -0
  80. /package/dist/{stories → src/stories}/Header.stories.d.ts +0 -0
  81. /package/dist/{stories → src/stories}/Page.stories.d.ts +0 -0
  82. /package/dist/{svgIcons → src/svgIcons}/AboutUsIcon.d.ts +0 -0
  83. /package/dist/{svgIcons → src/svgIcons}/ArrowIcon.d.ts +0 -0
  84. /package/dist/{svgIcons → src/svgIcons}/BarChartIcon.d.ts +0 -0
  85. /package/dist/{svgIcons → src/svgIcons}/BellIcon.d.ts +0 -0
  86. /package/dist/{svgIcons → src/svgIcons}/BulbIcon.d.ts +0 -0
  87. /package/dist/{svgIcons → src/svgIcons}/CloseIcon.d.ts +0 -0
  88. /package/dist/{svgIcons → src/svgIcons}/DefaultValues.d.ts +0 -0
  89. /package/dist/{svgIcons → src/svgIcons}/DeleteIcon.d.ts +0 -0
  90. /package/dist/{svgIcons → src/svgIcons}/DrawIcon.d.ts +0 -0
  91. /package/dist/{svgIcons → src/svgIcons}/GermanyFlagIcon.d.ts +0 -0
  92. /package/dist/{svgIcons → src/svgIcons}/HeartIcon.d.ts +0 -0
  93. /package/dist/{svgIcons → src/svgIcons}/HidePswIcon.d.ts +0 -0
  94. /package/dist/{svgIcons → src/svgIcons}/ItalyFlagIcon.d.ts +0 -0
  95. /package/dist/{svgIcons → src/svgIcons}/LocationIcon.d.ts +0 -0
  96. /package/dist/{svgIcons → src/svgIcons}/LogoutIcon.d.ts +0 -0
  97. /package/dist/{svgIcons → src/svgIcons}/MailIcon.d.ts +0 -0
  98. /package/dist/{svgIcons → src/svgIcons}/MapIcon.d.ts +0 -0
  99. /package/dist/{svgIcons → src/svgIcons}/NewsIcon.d.ts +0 -0
  100. /package/dist/{svgIcons → src/svgIcons}/NotesIcon.d.ts +0 -0
  101. /package/dist/{svgIcons → src/svgIcons}/PhoneIcon.d.ts +0 -0
  102. /package/dist/{svgIcons → src/svgIcons}/PhotoIcon.d.ts +0 -0
  103. /package/dist/{svgIcons → src/svgIcons}/PinIcon.d.ts +0 -0
  104. /package/dist/{svgIcons → src/svgIcons}/PlanIcon.d.ts +0 -0
  105. /package/dist/{svgIcons → src/svgIcons}/PlusIcon.d.ts +0 -0
  106. /package/dist/{svgIcons → src/svgIcons}/PrestigeIcon.d.ts +0 -0
  107. /package/dist/{svgIcons → src/svgIcons}/PrintIcon.d.ts +0 -0
  108. /package/dist/{svgIcons → src/svgIcons}/ProfileIcon.d.ts +0 -0
  109. /package/dist/{svgIcons → src/svgIcons}/QuotesIcon.d.ts +0 -0
  110. /package/dist/{svgIcons → src/svgIcons}/RequestIcon.d.ts +0 -0
  111. /package/dist/{svgIcons → src/svgIcons}/SearchIcon.d.ts +0 -0
  112. /package/dist/{svgIcons → src/svgIcons}/ShareIcon.d.ts +0 -0
  113. /package/dist/{svgIcons → src/svgIcons}/SuitcaseIcon.d.ts +0 -0
  114. /package/dist/{svgIcons → src/svgIcons}/TieIcon.d.ts +0 -0
  115. /package/dist/{svgIcons → src/svgIcons}/TourIcon.d.ts +0 -0
  116. /package/dist/{svgIcons → src/svgIcons}/UkFlagIcon.d.ts +0 -0
  117. /package/dist/{svgIcons → src/svgIcons}/ValuationIcon.d.ts +0 -0
  118. /package/dist/{svgIcons → src/svgIcons}/VideoIcon.d.ts +0 -0
  119. /package/dist/{svgIcons → src/svgIcons}/ViewPswIcon.d.ts +0 -0
  120. /package/dist/{svgIcons → src/svgIcons}/WarningIcon.d.ts +0 -0
  121. /package/dist/{svgIcons → src/svgIcons}/WarningIconRounded.d.ts +0 -0
  122. /package/dist/{svgIcons → src/svgIcons}/WikiNerdIcon.d.ts +0 -0
  123. /package/dist/{svgIcons → src/svgIcons}/WkAppIcon.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  id?: string | undefined;
3
3
  dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
4
4
  containerDropdownClasses?: string | undefined;
@@ -8,13 +8,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  withArrowIcon?: boolean | undefined;
9
9
  btnLabel?: string | undefined;
10
10
  labelClasses?: string | undefined;
11
- direction?: "down" | "up" | undefined;
11
+ direction?: "up" | "down" | undefined;
12
12
  arrowWidth?: number | undefined;
13
13
  isAbsolute?: boolean | undefined;
14
14
  openDropdown?: boolean | undefined;
15
15
  closeWhenClickedOutside?: boolean | undefined;
16
16
  dropdownElement?: "div" | "ul" | undefined;
17
- keepState?: "" | "closed" | "opened" | undefined;
17
+ keepState?: "" | "opened" | "closed" | undefined;
18
18
  }>, {
19
19
  id: string;
20
20
  containerDropdownClasses: string;
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
35
35
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  click: () => void;
37
37
  "update:dropdownState": (args_0: boolean) => void;
38
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
38
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
39
39
  id?: string | undefined;
40
40
  dropdownClasses?: string | string[] | (string | Record<string, boolean>)[] | undefined;
41
41
  containerDropdownClasses?: string | undefined;
@@ -45,13 +45,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
45
45
  withArrowIcon?: boolean | undefined;
46
46
  btnLabel?: string | undefined;
47
47
  labelClasses?: string | undefined;
48
- direction?: "down" | "up" | undefined;
48
+ direction?: "up" | "down" | undefined;
49
49
  arrowWidth?: number | undefined;
50
50
  isAbsolute?: boolean | undefined;
51
51
  openDropdown?: boolean | undefined;
52
52
  closeWhenClickedOutside?: boolean | undefined;
53
53
  dropdownElement?: "div" | "ul" | undefined;
54
- keepState?: "" | "closed" | "opened" | undefined;
54
+ keepState?: "" | "opened" | "closed" | undefined;
55
55
  }>, {
56
56
  id: string;
57
57
  containerDropdownClasses: string;
@@ -74,8 +74,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
74
74
  "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
75
75
  }, {
76
76
  id: string;
77
- arrowWidth: number;
78
- keepState: "" | "closed" | "opened";
77
+ labelClasses: string;
79
78
  iconName: string;
80
79
  dropdownClasses: string | string[] | (string | Record<string, boolean>)[];
81
80
  containerDropdownClasses: string;
@@ -83,12 +82,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
82
  btnClasses: string;
84
83
  withArrowIcon: boolean;
85
84
  btnLabel: string;
86
- labelClasses: string;
87
- direction: "down" | "up";
85
+ direction: "up" | "down";
86
+ arrowWidth: number;
88
87
  isAbsolute: boolean;
89
88
  openDropdown: boolean;
90
89
  closeWhenClickedOutside: boolean;
91
90
  dropdownElement: "div" | "ul";
91
+ keepState: "" | "opened" | "closed";
92
92
  }, {}>, {
93
93
  btn_slot?(_: {
94
94
  toggleDropdown: () => void;
@@ -99,6 +99,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
99
99
  }): any;
100
100
  }>;
101
101
  export default _default;
102
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
103
+ type __VLS_TypePropsToRuntimeProps<T> = {
104
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
105
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
106
+ } : {
107
+ type: import('vue').PropType<T[K]>;
108
+ required: true;
109
+ };
110
+ };
102
111
  type __VLS_WithDefaults<P, D> = {
103
112
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
104
113
  default: D[K];
@@ -112,12 +121,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
112
121
  $slots: S;
113
122
  };
114
123
  };
115
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
116
- type __VLS_TypePropsToOption<T> = {
117
- [K in keyof T]-?: {} extends Pick<T, K> ? {
118
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
119
- } : {
120
- type: import('vue').PropType<T[K]>;
121
- required: true;
122
- };
123
- };
@@ -1,7 +1,7 @@
1
1
  import { Nullable, FeedbackLabels } from "@wikicasa-dev/types";
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  inputClass: {
4
- type: (StringConstructor | ArrayConstructor)[];
4
+ type: (ArrayConstructor | StringConstructor)[];
5
5
  required: false;
6
6
  default: string;
7
7
  };
@@ -72,9 +72,9 @@ declare const _default: import("vue").DefineComponent<{
72
72
  handleClick(e: Event): void;
73
73
  handleClean(): void;
74
74
  handleShowPasswd(): void;
75
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue" | "keydown-enter-pressed" | "focusin" | "focusout" | "keydown")[], "click" | "update:modelValue" | "keydown-enter-pressed" | "focusin" | "focusout" | "keydown", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "click" | "focusin" | "focusout" | "update:modelValue" | "keydown-enter-pressed")[], "keydown" | "click" | "focusin" | "focusout" | "update:modelValue" | "keydown-enter-pressed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
76
  inputClass: {
77
- type: (StringConstructor | ArrayConstructor)[];
77
+ type: (ArrayConstructor | StringConstructor)[];
78
78
  required: false;
79
79
  default: string;
80
80
  };
@@ -120,19 +120,19 @@ declare const _default: import("vue").DefineComponent<{
120
120
  default: null;
121
121
  };
122
122
  }>> & {
123
+ onKeydown?: ((...args: any[]) => any) | undefined;
123
124
  onClick?: ((...args: any[]) => any) | undefined;
124
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
125
- "onKeydown-enter-pressed"?: ((...args: any[]) => any) | undefined;
126
125
  onFocusin?: ((...args: any[]) => any) | undefined;
127
126
  onFocusout?: ((...args: any[]) => any) | undefined;
128
- onKeydown?: ((...args: any[]) => any) | undefined;
127
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
128
+ "onKeydown-enter-pressed"?: ((...args: any[]) => any) | undefined;
129
129
  }, {
130
- border: boolean;
131
130
  isValid: Nullable<boolean>;
132
131
  labelText: string;
133
132
  keepFloatingLabel: boolean;
134
133
  inputClass: string | unknown[];
135
134
  inputType: "select" | "text-input";
135
+ border: boolean;
136
136
  radius: boolean;
137
137
  auto: boolean;
138
138
  formatter: {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  label?: string | undefined;
3
3
  active?: boolean | undefined;
4
4
  idx?: number | undefined;
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
9
9
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  click: (args_0: number) => void;
11
11
  mouseover: (args_0: number) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
13
  label?: string | undefined;
14
14
  active?: boolean | undefined;
15
15
  idx?: number | undefined;
@@ -21,15 +21,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
21
21
  onClick?: ((args_0: number) => any) | undefined;
22
22
  onMouseover?: ((args_0: number) => any) | undefined;
23
23
  }, {
24
- active: boolean;
25
24
  label: string;
26
25
  idx: number;
26
+ active: boolean;
27
27
  }, {}>, {
28
28
  default?(_: {
29
29
  itemIdx: number;
30
30
  }): any;
31
31
  }>;
32
32
  export default _default;
33
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
+ type __VLS_TypePropsToRuntimeProps<T> = {
35
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
36
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
+ } : {
38
+ type: import('vue').PropType<T[K]>;
39
+ required: true;
40
+ };
41
+ };
33
42
  type __VLS_WithDefaults<P, D> = {
34
43
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
44
  default: D[K];
@@ -43,12 +52,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
43
52
  $slots: S;
44
53
  };
45
54
  };
46
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
- type __VLS_TypePropsToOption<T> = {
48
- [K in keyof T]-?: {} extends Pick<T, K> ? {
49
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
50
- } : {
51
- type: import('vue').PropType<T[K]>;
52
- required: true;
53
- };
54
- };
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
41
41
  disableTextarea(): void;
42
42
  clearTextareaElem(): void;
43
43
  disableAndFocusTextarea(): void;
44
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout" | "update:modelValue")[], "focusin" | "focusout" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  labelText: {
46
46
  type: StringConstructor;
47
47
  default: string;
@@ -69,14 +69,14 @@ declare const _default: import("vue").DefineComponent<{
69
69
  default: boolean;
70
70
  };
71
71
  }>> & {
72
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
73
72
  onFocusin?: ((...args: any[]) => any) | undefined;
74
73
  onFocusout?: ((...args: any[]) => any) | undefined;
74
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
75
75
  }, {
76
+ resize: boolean;
76
77
  isValid: Nullable<boolean>;
77
78
  labelText: string;
78
79
  textAreaStyle: string;
79
80
  isDisabled: boolean;
80
- resize: boolean;
81
81
  }, {}>;
82
82
  export default _default;
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<{
45
45
  default: boolean;
46
46
  };
47
47
  }>>, {
48
+ direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
48
49
  theme: {
49
50
  color: "blue" | "white";
50
51
  size: "sm" | "md" | "lg";
51
52
  };
52
- direction: "bottom" | "top" | "left" | "right" | "top-center" | "bottom-center";
53
53
  customTooltipClass: "mail-alert";
54
54
  showTooltipContentManually: boolean;
55
55
  }, {}>;
@@ -4,7 +4,7 @@ type EventPayload = {
4
4
  label: string | number;
5
5
  checked: boolean;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
8
  id: string | number;
9
9
  inputClass?: string | undefined;
10
10
  inline?: boolean | undefined;
@@ -26,10 +26,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  containerClass: string;
27
27
  handleLabelClick: boolean;
28
28
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ change: (args_0: EventPayload) => void;
29
30
  click: () => void;
30
31
  "update:modelValue": (args_0: boolean) => void;
31
- change: (args_0: EventPayload) => void;
32
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
32
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
33
33
  id: string | number;
34
34
  inputClass?: string | undefined;
35
35
  inline?: boolean | undefined;
@@ -51,13 +51,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
51
51
  containerClass: string;
52
52
  handleLabelClick: boolean;
53
53
  }>>> & {
54
+ onChange?: ((args_0: EventPayload) => any) | undefined;
54
55
  onClick?: (() => any) | undefined;
55
56
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
56
- onChange?: ((args_0: EventPayload) => any) | undefined;
57
57
  }, {
58
58
  label: string | number;
59
- isValid: Nullable<boolean>;
60
59
  modelValue: boolean;
60
+ isValid: Nullable<boolean>;
61
61
  inputClass: string;
62
62
  inline: boolean;
63
63
  labelClass: string;
@@ -68,6 +68,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
68
68
  label?(_: {}): any;
69
69
  }>;
70
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').PropType<__VLS_NonUndefinedable<T[K]>>;
75
+ } : {
76
+ type: import('vue').PropType<T[K]>;
77
+ required: true;
78
+ };
79
+ };
71
80
  type __VLS_WithDefaults<P, D> = {
72
81
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
73
82
  default: D[K];
@@ -81,12 +90,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
81
90
  $slots: S;
82
91
  };
83
92
  };
84
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
85
- type __VLS_TypePropsToOption<T> = {
86
- [K in keyof T]-?: {} extends Pick<T, K> ? {
87
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
88
- } : {
89
- type: import('vue').PropType<T[K]>;
90
- required: true;
91
- };
92
- };
@@ -1,5 +1,5 @@
1
1
  import { CheckboxButtonType, GetterIdType } from "@wikicasa-dev/types";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  valuesObj?: Record<string, CheckboxButtonType> | undefined;
4
4
  formCheckInline?: boolean | undefined;
5
5
  customClass?: string | undefined;
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  "update:modelValue": (args_0: CheckboxButtonType[]) => void;
20
20
  resetted: () => void;
21
21
  checkedGroup: (args_0: string) => void;
22
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
22
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
23
23
  valuesObj?: Record<string, CheckboxButtonType> | undefined;
24
24
  formCheckInline?: boolean | undefined;
25
25
  customClass?: string | undefined;
@@ -40,10 +40,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
40
  onResetted?: (() => any) | undefined;
41
41
  onCheckedGroup?: ((args_0: string) => any) | undefined;
42
42
  }, {
43
+ reset: boolean;
43
44
  valuesObj: Record<string, CheckboxButtonType>;
44
45
  formCheckInline: boolean;
45
46
  customClass: string;
46
- reset: boolean;
47
47
  autoCheckResetAll: boolean;
48
48
  autoCheckResetEmpty: boolean;
49
49
  getKey: GetterIdType;
@@ -54,6 +54,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
54
  }): any;
55
55
  }>;
56
56
  export default _default;
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToRuntimeProps<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('vue').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
57
66
  type __VLS_WithDefaults<P, D> = {
58
67
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
68
  default: D[K];
@@ -67,12 +76,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
67
76
  $slots: S;
68
77
  };
69
78
  };
70
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
- type __VLS_TypePropsToOption<T> = {
72
- [K in keyof T]-?: {} extends Pick<T, K> ? {
73
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
- } : {
75
- type: import('vue').PropType<T[K]>;
76
- required: true;
77
- };
78
- };
@@ -1,30 +1,22 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
2
  thickness?: number | undefined;
3
3
  color?: "uikit-stroke-black" | "uikit-stroke-white" | undefined;
4
4
  }>, {
5
5
  thickness: number;
6
6
  color: string;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
8
  thickness?: number | undefined;
9
9
  color?: "uikit-stroke-black" | "uikit-stroke-white" | undefined;
10
10
  }>, {
11
11
  thickness: number;
12
12
  color: string;
13
13
  }>>>, {
14
- thickness: number;
15
14
  color: "uikit-stroke-black" | "uikit-stroke-white";
15
+ thickness: number;
16
16
  }, {}>;
17
17
  export default _default;
18
- type __VLS_WithDefaults<P, D> = {
19
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
- default: D[K];
21
- }> : P[K];
22
- };
23
- type __VLS_Prettify<T> = {
24
- [K in keyof T]: T[K];
25
- } & {};
26
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToOption<T> = {
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
20
  [K in keyof T]-?: {} extends Pick<T, K> ? {
29
21
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
22
  } : {
@@ -32,3 +24,11 @@ type __VLS_TypePropsToOption<T> = {
32
24
  required: true;
33
25
  };
34
26
  };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -1,20 +1,15 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  observer: IntersectionObserver;
3
3
  isVisible: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  observer: IntersectionObserver;
6
6
  isVisible: boolean;
7
7
  }>>>, {}, {}>, {
8
8
  observable?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
11
- type __VLS_WithTemplateSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
16
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToOption<T> = {
12
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
13
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
14
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
15
  } : {
@@ -22,3 +17,8 @@ type __VLS_TypePropsToOption<T> = {
22
17
  required: true;
23
18
  };
24
19
  };
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -3,13 +3,13 @@ interface IntersectionObserverProps {
3
3
  skip?: boolean;
4
4
  threshold?: number;
5
5
  }
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IntersectionObserverProps>, {
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IntersectionObserverProps>, {
7
7
  observeOnce: boolean;
8
8
  skip: boolean;
9
9
  threshold: number;
10
10
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  intersection: () => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IntersectionObserverProps>, {
12
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IntersectionObserverProps>, {
13
13
  observeOnce: boolean;
14
14
  skip: boolean;
15
15
  threshold: number;
@@ -26,6 +26,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  }): any;
27
27
  }>;
28
28
  export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
29
38
  type __VLS_WithDefaults<P, D> = {
30
39
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
40
  default: D[K];
@@ -39,12 +48,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
39
48
  $slots: S;
40
49
  };
41
50
  };
42
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
- type __VLS_TypePropsToOption<T> = {
44
- [K in keyof T]-?: {} extends Pick<T, K> ? {
45
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
- } : {
47
- type: import('vue').PropType<T[K]>;
48
- required: true;
49
- };
50
- };
@@ -15,7 +15,7 @@ interface SwiperCarouselProps {
15
15
  }>;
16
16
  shiftFirstImage?: boolean;
17
17
  }
18
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<SwiperCarouselProps>, {
18
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwiperCarouselProps>, {
19
19
  lazyLoadImages: boolean;
20
20
  backgroundImage: boolean;
21
21
  shiftFirstImage: boolean;
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
27
27
  activeIndex: number;
28
28
  }) => void;
29
29
  firstSlideLoaded: () => void;
30
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<SwiperCarouselProps>, {
30
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwiperCarouselProps>, {
31
31
  lazyLoadImages: boolean;
32
32
  backgroundImage: boolean;
33
33
  shiftFirstImage: boolean;
@@ -45,6 +45,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
45
45
  swiper_slide?(_: {}): any;
46
46
  }>;
47
47
  export default _default;
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToRuntimeProps<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: import('vue').PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
48
57
  type __VLS_WithDefaults<P, D> = {
49
58
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
50
59
  default: D[K];
@@ -58,12 +67,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
58
67
  $slots: S;
59
68
  };
60
69
  };
61
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
62
- type __VLS_TypePropsToOption<T> = {
63
- [K in keyof T]-?: {} extends Pick<T, K> ? {
64
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
65
- } : {
66
- type: import('vue').PropType<T[K]>;
67
- required: true;
68
- };
69
- };
@@ -0,0 +1,33 @@
1
+ import BaseAccordion from './UIKit/Accordion/BaseAccordion.vue';
2
+ import BaseAccordionBtn from './UIKit/Accordion/BaseAccordionBtn.vue';
3
+ import BaseAccordionContent from './UIKit/Accordion/BaseAccordionContent.vue';
4
+ import BaseAccordionItem from './UIKit/Accordion/BaseAccordionItem.vue';
5
+ import SelectItem from './UIKit/BaseSelect/SelectItem.vue';
6
+ import CheckboxBtn from './UIKit/Checkbox/CheckboxBtn.vue';
7
+ import CheckboxGroup from './UIKit/Checkbox/CheckboxGroup.vue';
8
+ import RadioButton from './UIKit/Radio/RadioButton.vue';
9
+ import RadioGroup from './UIKit/Radio/RadioGroup.vue';
10
+ import AccessibleSelect from './UIKit/AccessibleSelect.vue';
11
+ import BaseAlert from './UIKit/BaseAlert.vue';
12
+ import BaseAutocomplete from './UIKit/BaseAutocomplete.vue';
13
+ import BaseBadge from './UIKit/BaseBadge.vue';
14
+ import BaseButton from './UIKit/BaseButton.vue';
15
+ import BaseCard from './UIKit/BaseCard.vue';
16
+ import BaseComplexToggle from './UIKit/BaseComplexToggle.vue';
17
+ import BaseDropDown from './UIKit/BaseDropDown.vue';
18
+ import BaseFloatingLabel from './UIKit/BaseFloatingLabel.vue';
19
+ import BaseIcon from './UIKit/BaseIcon.vue';
20
+ import BaseInput from './UIKit/BaseInput.vue';
21
+ import BaseNavItem from './UIKit/BaseNavItem.vue';
22
+ import BasePagination from './UIKit/BasePagination.vue';
23
+ import BasePaper from './UIKit/BasePaper.vue';
24
+ import BaseSlider from './UIKit/BaseSlider.vue';
25
+ import BaseTab from './UIKit/BaseTab.vue';
26
+ import BaseTextarea from './UIKit/BaseTextarea.vue';
27
+ import BaseToggle from './UIKit/BaseToggle.vue';
28
+ import BaseTooltip from './UIKit/BaseTooltip.vue';
29
+ import BaseUploadFile from './UIKit/BaseUploadFile.vue';
30
+ import IntersectionObservable from './components/IntersectionObserver/IntersectionObservable.vue';
31
+ import IntersectionObserver from './components/IntersectionObserver/IntersectionObserver.vue';
32
+ import SwiperCarousel from './components/carousel/SwiperCarousel.vue';
33
+ export { BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BaseNavItem, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, IntersectionObservable, IntersectionObserver, };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vite").UserConfig;
2
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/components.umd.cjs",
@@ -62,6 +62,7 @@
62
62
  "typescript": "^5.4.3",
63
63
  "vite": "^5.2.2",
64
64
  "vite-plugin-dts": "^3.7.3",
65
+ "vite-tsconfig-paths": "^4.3.2",
65
66
  "vue-tsc": "^2.0.7",
66
67
  "@wikicasa-dev/types": "^0.9.1",
67
68
  "@wikicasa-dev/utilities": "^0.2.0"