@wikicasa-dev/components 1.2.13 → 1.2.15

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 +3 -2
  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,172 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- id: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- size: {
7
- type: () => "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
8
- default: string;
9
- };
10
- customBackdropClasses: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- customModalClasses: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- customModalDialogClasses: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- customModalContentClasses: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- customModalHeaderClasses: {
27
- type: (StringConstructor | ArrayConstructor)[];
28
- default: string;
29
- };
30
- customModalBodyClasses: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- customModalFooterClasses: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- withCustomFooter: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- withCloseIcon: {
43
- type: BooleanConstructor;
44
- default: boolean;
45
- };
46
- showModal: {
47
- type: BooleanConstructor;
48
- required: true;
49
- };
50
- closeIcon: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- headerTitle: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- autoClose: {
59
- type: NumberConstructor;
60
- };
61
- fullHeight: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- closeOnClickOut: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- }, {
70
- isMobile: import("vue").Ref<boolean>;
71
- }, {
72
- baseModalMaxWidthClass: string;
73
- }, {
74
- backdropEl(): HTMLElement;
75
- modalEl(): HTMLElement;
76
- }, {
77
- /** Opens the modal with a transition */
78
- openModal(): Promise<void>;
79
- closeOnBackdropClick({ target }: Event): Promise<void>;
80
- /** Closes the modal with a transition */
81
- closeModal(): Promise<void>;
82
- onClosed(): Promise<void>;
83
- onOpened(): Promise<void>;
84
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "opened")[], "closed" | "opened", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
- id: {
86
- type: StringConstructor;
87
- default: string;
88
- };
89
- size: {
90
- type: () => "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
91
- default: string;
92
- };
93
- customBackdropClasses: {
94
- type: StringConstructor;
95
- default: string;
96
- };
97
- customModalClasses: {
98
- type: StringConstructor;
99
- default: string;
100
- };
101
- customModalDialogClasses: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- customModalContentClasses: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- customModalHeaderClasses: {
110
- type: (StringConstructor | ArrayConstructor)[];
111
- default: string;
112
- };
113
- customModalBodyClasses: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- customModalFooterClasses: {
118
- type: StringConstructor;
119
- default: string;
120
- };
121
- withCustomFooter: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- withCloseIcon: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- showModal: {
130
- type: BooleanConstructor;
131
- required: true;
132
- };
133
- closeIcon: {
134
- type: StringConstructor;
135
- default: string;
136
- };
137
- headerTitle: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- autoClose: {
142
- type: NumberConstructor;
143
- };
144
- fullHeight: {
145
- type: BooleanConstructor;
146
- default: boolean;
147
- };
148
- closeOnClickOut: {
149
- type: BooleanConstructor;
150
- default: boolean;
151
- };
152
- }>> & {
153
- onClosed?: ((...args: any[]) => any) | undefined;
154
- onOpened?: ((...args: any[]) => any) | undefined;
155
- }, {
156
- id: string;
157
- size: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
158
- customBackdropClasses: string;
159
- customModalClasses: string;
160
- customModalDialogClasses: string;
161
- customModalContentClasses: string;
162
- customModalHeaderClasses: string | unknown[];
163
- customModalBodyClasses: string;
164
- customModalFooterClasses: string;
165
- withCustomFooter: boolean;
166
- withCloseIcon: boolean;
167
- closeIcon: string;
168
- headerTitle: string;
169
- fullHeight: boolean;
170
- closeOnClickOut: boolean;
171
- }, {}>;
172
- export default _default;
@@ -1,56 +0,0 @@
1
- import { Action, Nullable, SnackbarTypes } from "@wikicasa-dev/types";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- type?: SnackbarTypes | undefined;
4
- title: string;
5
- body: string;
6
- icon?: {
7
- src: string;
8
- alt: string;
9
- } | undefined;
10
- timeout?: number | undefined;
11
- cb?: Nullable<Action> | undefined;
12
- }>, {
13
- type: string;
14
- timeout: number;
15
- cb: null;
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
- "snackbar-hidden": () => void;
18
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
19
- type?: SnackbarTypes | undefined;
20
- title: string;
21
- body: string;
22
- icon?: {
23
- src: string;
24
- alt: string;
25
- } | undefined;
26
- timeout?: number | undefined;
27
- cb?: Nullable<Action> | undefined;
28
- }>, {
29
- type: string;
30
- timeout: number;
31
- cb: null;
32
- }>>> & {
33
- "onSnackbar-hidden"?: (() => any) | undefined;
34
- }, {
35
- type: SnackbarTypes;
36
- timeout: number;
37
- cb: Nullable<Action>;
38
- }, {}>;
39
- export default _default;
40
- type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
- default: D[K];
43
- }> : P[K];
44
- };
45
- type __VLS_Prettify<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
48
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
- type __VLS_TypePropsToOption<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
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- firstCheckboxValue: never[];
3
- singleCheckbox: boolean;
4
- singleCheckbox2: boolean;
5
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
6
- export default _default;
@@ -1,35 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- firstSelectValue: {
3
- id: number;
4
- label: string;
5
- };
6
- secondSelectValue: {
7
- id: number;
8
- label: string;
9
- };
10
- thirdSelectValue: {
11
- id: number;
12
- label: string;
13
- };
14
- fourthSelectValue: {
15
- id: number;
16
- label: string;
17
- };
18
- fifthSelectValue: {
19
- id: number;
20
- label: string;
21
- };
22
- accessibleSelectValue: {
23
- id: number;
24
- label: string;
25
- };
26
- accessibleSelectValue2: {
27
- id: number;
28
- label: string;
29
- };
30
- accessibleSelectValue3: {
31
- id: number;
32
- label: string;
33
- };
34
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
35
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- show: boolean;
3
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,9 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- radioGroupValue: string;
3
- radioSlotValue: {};
4
- elems: {
5
- id: string;
6
- label: string;
7
- }[];
8
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
@@ -1,9 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- sliderMinValue: number;
3
- sliderMaxValue: number;
4
- sliderMinValue1: number;
5
- sliderMaxValue1: number;
6
- sliderMinValue2: number;
7
- sliderMaxValue2: number;
8
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
9
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
2
- firstBtInput: string;
3
- secondBtInput: string;
4
- thirdBtInput: string;
5
- }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
6
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,18 +0,0 @@
1
- interface SidebarItem {
2
- id: string;
3
- label: string;
4
- }
5
- interface SidebarItems {
6
- items: SidebarItem[];
7
- }
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<SidebarItems>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<SidebarItems>>>, {}, {}>;
9
- export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,19 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- isSmall: import("vue").Ref<boolean>;
3
- }, {
4
- checkboxValue: boolean;
5
- checkboxValue2: boolean;
6
- checkboxValue3: boolean;
7
- checkboxValue4: boolean;
8
- showMobileSidebar: boolean;
9
- sidebarItems: {
10
- id: string;
11
- label: string;
12
- }[];
13
- sidebarAnimationIn: boolean;
14
- sidebarAnimationOut: boolean;
15
- }, {}, {
16
- delayedCloseMobileSidebar(): void;
17
- delayedOpenMobileSidebar(): void;
18
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
19
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
- export default _default;
@@ -1,14 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- initial: {
3
- type: NumberConstructor;
4
- default: number;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- initial: {
8
- type: NumberConstructor;
9
- default: number;
10
- };
11
- }>>, {
12
- initial: number;
13
- }, {}>;
14
- export default _default;
@@ -1,35 +0,0 @@
1
- interface Props {
2
- selected: boolean;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
5
- selected: boolean;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
7
- selected: boolean;
8
- }>>>, {
9
- selected: boolean;
10
- }, {}>, {
11
- default?(_: {}): any;
12
- }>;
13
- export default _default;
14
- type __VLS_WithDefaults<P, D> = {
15
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
- default: D[K];
17
- }> : P[K];
18
- };
19
- type __VLS_Prettify<T> = {
20
- [K in keyof T]: T[K];
21
- } & {};
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
@@ -1,23 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- thickness: {
3
- type: NumberConstructor;
4
- default: number;
5
- };
6
- color: {
7
- type: () => "uikit-stroke-black" | "uikit-stroke-white";
8
- default: string;
9
- };
10
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- thickness: {
12
- type: NumberConstructor;
13
- default: number;
14
- };
15
- color: {
16
- type: () => "uikit-stroke-black" | "uikit-stroke-white";
17
- default: string;
18
- };
19
- }>>, {
20
- thickness: number;
21
- color: "uikit-stroke-black" | "uikit-stroke-white";
22
- }, {}>;
23
- export default _default;
@@ -1,26 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- modelValue: {
3
- type: BooleanConstructor;
4
- default: null;
5
- };
6
- label: {
7
- type: StringConstructor;
8
- required: true;
9
- };
10
- }, unknown, unknown, {}, {
11
- handleClick(val: boolean): void;
12
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
- modelValue: {
14
- type: BooleanConstructor;
15
- default: null;
16
- };
17
- label: {
18
- type: StringConstructor;
19
- required: true;
20
- };
21
- }>> & {
22
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
- }, {
24
- modelValue: boolean;
25
- }, {}>;
26
- export default _default;
@@ -1,16 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- score: {
3
- type: NumberConstructor;
4
- default: number;
5
- };
6
- }, unknown, unknown, {
7
- scoreClass(): "medium" | "bad" | "average" | "good" | "perfect";
8
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
- score: {
10
- type: NumberConstructor;
11
- default: number;
12
- };
13
- }>>, {
14
- score: number;
15
- }, {}>;
16
- export default _default;
package/dist/index.d.ts DELETED
@@ -1,34 +0,0 @@
1
- import "./tailwind.css";
2
- import BaseAccordion from "@UIKit/Accordion/BaseAccordion.vue";
3
- import BaseAccordionBtn from "@UIKit/Accordion/BaseAccordionBtn.vue";
4
- import BaseAccordionContent from "@UIKit/Accordion/BaseAccordionContent.vue";
5
- import BaseAccordionItem from "@UIKit/Accordion/BaseAccordionItem.vue";
6
- import SelectItem from "@UIKit/BaseSelect/SelectItem.vue";
7
- import CheckboxBtn from "@UIKit/Checkbox/CheckboxBtn.vue";
8
- import CheckboxGroup from "@UIKit/Checkbox/CheckboxGroup.vue";
9
- import RadioButton from "@UIKit/Radio/RadioButton.vue";
10
- import RadioGroup from "@UIKit/Radio/RadioGroup.vue";
11
- import AccessibleSelect from "@UIKit/AccessibleSelect.vue";
12
- import BaseAlert from "@UIKit/BaseAlert.vue";
13
- import BaseAutocomplete from "@UIKit/BaseAutocomplete.vue";
14
- import BaseBadge from "@UIKit/BaseBadge.vue";
15
- import BaseButton from "@UIKit/BaseButton.vue";
16
- import BaseCard from "@UIKit/BaseCard.vue";
17
- import BaseComplexToggle from "@UIKit/BaseComplexToggle.vue";
18
- import BaseDropDown from "@UIKit/BaseDropDown.vue";
19
- import BaseFloatingLabel from "@UIKit/BaseFloatingLabel.vue";
20
- import BaseIcon from "@UIKit/BaseIcon.vue";
21
- import BaseInput from "@UIKit/BaseInput.vue";
22
- import BaseNavItem from "@UIKit/BaseNavItem.vue";
23
- import BasePagination from "@UIKit/BasePagination.vue";
24
- import BasePaper from "@UIKit/BasePaper.vue";
25
- import BaseSlider from "@UIKit/BaseSlider.vue";
26
- import BaseTab from "@UIKit/BaseTab.vue";
27
- import BaseTextarea from "@UIKit/BaseTextarea.vue";
28
- import BaseToggle from "@UIKit/BaseToggle.vue";
29
- import BaseTooltip from "@UIKit/BaseTooltip.vue";
30
- import BaseUploadFile from "@UIKit/BaseUploadFile.vue";
31
- import IntersectionObservable from "@components/IntersectionObserver/IntersectionObservable.vue";
32
- import IntersectionObserver from "@components/IntersectionObserver/IntersectionObserver.vue";
33
- import SwiperCarousel from "@components/carousel/SwiperCarousel.vue";
34
- 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, };
@@ -1,64 +0,0 @@
1
- import "./button.css";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
- /**
4
- * The label of the button
5
- */
6
- label: string;
7
- /**
8
- * primary or secondary button
9
- */
10
- primary?: boolean | undefined;
11
- /**
12
- * size of the button
13
- */
14
- size?: "small" | "medium" | "large" | undefined;
15
- /**
16
- * background color of the button
17
- */
18
- backgroundColor?: string | undefined;
19
- }>, {
20
- primary: boolean;
21
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
- click: (id: number) => void;
23
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
24
- /**
25
- * The label of the button
26
- */
27
- label: string;
28
- /**
29
- * primary or secondary button
30
- */
31
- primary?: boolean | undefined;
32
- /**
33
- * size of the button
34
- */
35
- size?: "small" | "medium" | "large" | undefined;
36
- /**
37
- * background color of the button
38
- */
39
- backgroundColor?: string | undefined;
40
- }>, {
41
- primary: boolean;
42
- }>>> & {
43
- onClick?: ((id: number) => any) | undefined;
44
- }, {
45
- primary: boolean;
46
- }, {}>;
47
- export default _default;
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
- } & {};
56
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
- type __VLS_TypePropsToOption<T> = {
58
- [K in keyof T]-?: {} extends Pick<T, K> ? {
59
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
60
- } : {
61
- type: import('vue').PropType<T[K]>;
62
- required: true;
63
- };
64
- };