@wikicasa-dev/components 2.0.5-0.alpha-6 → 2.0.5

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 (147) hide show
  1. package/dist/AccessibleSelect.js +1 -1
  2. package/dist/BaseAccordion.js +1 -1
  3. package/dist/BaseAccordionBtn.js +1 -1
  4. package/dist/BaseAccordionContent.js +1 -1
  5. package/dist/BaseAccordionItem.js +1 -1
  6. package/dist/BaseAlert.js +1 -1
  7. package/dist/BaseAutocomplete.js +1 -1
  8. package/dist/BaseBadge.js +1 -1
  9. package/dist/BaseBreadcrumb.js +1 -1
  10. package/dist/BaseButton.js +1 -1
  11. package/dist/BaseCard.js +16 -16
  12. package/dist/BaseComplexToggle.js +4 -4
  13. package/dist/BaseDropDown.js +1 -1
  14. package/dist/BaseFloatingLabel.js +19 -21
  15. package/dist/BaseIcon.js +4 -4
  16. package/dist/BaseInput.js +100 -106
  17. package/dist/BaseModal.js +1 -1
  18. package/dist/BasePagination.js +1 -1
  19. package/dist/BasePaper.js +2 -2
  20. package/dist/BaseShimmerLoader.js +2 -2
  21. package/dist/BaseSlider.js +222 -173
  22. package/dist/BaseSnackbar.js +3 -3
  23. package/dist/BaseTabList.js +1 -1
  24. package/dist/BaseTabPanel.js +1 -1
  25. package/dist/BaseTabView.js +1 -1
  26. package/dist/BaseTextarea.js +15 -16
  27. package/dist/BaseToggle.js +4 -4
  28. package/dist/BaseTooltip.js +3 -3
  29. package/dist/BaseUploadFile.js +1 -1
  30. package/dist/CheckboxBtn.js +6 -10
  31. package/dist/CheckboxGroup.js +1 -1
  32. package/dist/DoughnutChart.js +1 -1
  33. package/dist/IntersectionObservable.js +1 -1
  34. package/dist/IntersectionObserver.js +1 -1
  35. package/dist/LineChart.js +1 -1
  36. package/dist/RadioButton.js +1 -1
  37. package/dist/RadioGroup.js +1 -1
  38. package/dist/SelectItem.js +1 -1
  39. package/dist/ShimmerMultiLine.js +1 -1
  40. package/dist/StaticSpinner.js +2 -2
  41. package/dist/SwiperCarousel.js +1 -1
  42. package/dist/SwiperSlide.js +2 -2
  43. package/dist/UIKit/AccessibleSelect.vue.d.ts +103 -49
  44. package/dist/UIKit/Accordion/BaseAccordion.vue.d.ts +12 -9
  45. package/dist/UIKit/Accordion/BaseAccordionBtn.vue.d.ts +17 -12
  46. package/dist/UIKit/Accordion/BaseAccordionContent.vue.d.ts +14 -10
  47. package/dist/UIKit/Accordion/BaseAccordionItem.vue.d.ts +33 -20
  48. package/dist/UIKit/BaseAlert.vue.d.ts +8 -8
  49. package/dist/UIKit/BaseAutocomplete.vue.d.ts +198 -39
  50. package/dist/UIKit/BaseBadge.vue.d.ts +7 -7
  51. package/dist/UIKit/BaseBreadcrumb.vue.d.ts +10 -8
  52. package/dist/UIKit/BaseButton.vue.d.ts +30 -17
  53. package/dist/UIKit/BaseCard.vue.d.ts +23 -14
  54. package/dist/UIKit/BaseComplexToggle.vue.d.ts +6 -7
  55. package/dist/UIKit/BaseDropDown.vue.d.ts +40 -39
  56. package/dist/UIKit/BaseFloatingLabel.vue.d.ts +13 -8
  57. package/dist/UIKit/BaseIcon.vue.d.ts +9 -3
  58. package/dist/UIKit/BaseInput.vue.d.ts +20 -20
  59. package/dist/UIKit/BaseModal.vue.d.ts +60 -35
  60. package/dist/UIKit/BasePagination.vue.d.ts +14 -7
  61. package/dist/UIKit/BaseSelect/SelectItem.vue.d.ts +12 -10
  62. package/dist/UIKit/BaseSlider.vue.d.ts +175 -20
  63. package/dist/UIKit/BaseSnackbar.vue.d.ts +14 -7
  64. package/dist/UIKit/BaseTextarea.vue.d.ts +10 -9
  65. package/dist/UIKit/BaseToggle.vue.d.ts +5 -6
  66. package/dist/UIKit/BaseTooltip.vue.d.ts +20 -13
  67. package/dist/UIKit/BaseUploadFile.vue.d.ts +19 -13
  68. package/dist/UIKit/Checkbox/CheckboxBtn.vue.d.ts +31 -18
  69. package/dist/UIKit/Checkbox/CheckboxGroup.vue.d.ts +43 -23
  70. package/dist/UIKit/Radio/RadioButton.vue.d.ts +11 -7
  71. package/dist/UIKit/Radio/RadioGroup.vue.d.ts +7 -8
  72. package/dist/UIKit/ShimmerLoader/BaseShimmerLoader.vue.d.ts +6 -6
  73. package/dist/UIKit/ShimmerLoader/ShimmerMultiLine.vue.d.ts +8 -54
  74. package/dist/UIKit/StaticSpinner.vue.d.ts +5 -3
  75. package/dist/UIKit/Tab/BaseTab.vue.d.ts +10 -8
  76. package/dist/UIKit/Tab/BaseTabList.vue.d.ts +7 -5
  77. package/dist/UIKit/Tab/BaseTabPanel.vue.d.ts +11 -9
  78. package/dist/UIKit/Tab/BaseTabView.vue.d.ts +8 -8
  79. package/dist/UIKit/types.d.ts +1 -4
  80. package/dist/assets/BaseAlert.css +1 -1
  81. package/dist/assets/BaseBadge.css +1 -1
  82. package/dist/assets/BaseCard.css +1 -1
  83. package/dist/assets/BaseFloatingLabel.css +1 -1
  84. package/dist/assets/BaseInput.css +1 -1
  85. package/dist/assets/BaseSlider.css +1 -1
  86. package/dist/assets/BaseTextarea.css +1 -1
  87. package/dist/assets/BaseTooltip.css +1 -1
  88. package/dist/assets/CheckboxBtn.css +1 -1
  89. package/dist/assets/SwiperCarousel.css +1 -1
  90. package/dist/assets/index.css +1 -1
  91. package/dist/chart/DoughnutChart.vue.d.ts +5 -3
  92. package/dist/chart/LineChart.vue.d.ts +6 -16
  93. package/dist/chart/composables/useChartjsModules.d.ts +1 -1
  94. package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.YIp2u7gd.js +231 -0
  95. package/dist/chunks/{ArrowIcon.Bq6Xr3uH.js → ArrowIcon.CCFMdsq6.js} +1 -1
  96. package/dist/chunks/{BaseAccordion.vue_vue_type_script_setup_true_lang.C34SZThb.js → BaseAccordion.vue_vue_type_script_setup_true_lang.R7qkuKlw.js} +2 -2
  97. package/dist/chunks/{BaseAccordionBtn.vue_vue_type_script_setup_true_lang.APN3hif2.js → BaseAccordionBtn.vue_vue_type_script_setup_true_lang.DsDqk9iP.js} +4 -4
  98. package/dist/chunks/{BaseAccordionContent.vue_vue_type_script_setup_true_lang.Dn4qNu2R.js → BaseAccordionContent.vue_vue_type_script_setup_true_lang.C0aiiljz.js} +2 -2
  99. package/dist/chunks/{BaseAccordionItem.vue_vue_type_script_setup_true_lang.Dpjir3yq.js → BaseAccordionItem.vue_vue_type_script_setup_true_lang.Caagpb9M.js} +8 -8
  100. package/dist/chunks/{BaseAlert.vue_vue_type_style_index_0_lang.DUWb9d9_.js → BaseAlert.vue_vue_type_style_index_0_lang.BtqP_iYL.js} +2 -2
  101. package/dist/chunks/{BaseAutocomplete.vue_vue_type_script_setup_true_lang.C64T2OK4.js → BaseAutocomplete.vue_vue_type_script_setup_true_lang.m5rScY4N.js} +84 -89
  102. package/dist/chunks/{BaseBadge.vue_vue_type_style_index_0_lang.D2PAy8_x.js → BaseBadge.vue_vue_type_style_index_0_lang.BOA1gBKu.js} +2 -2
  103. package/dist/chunks/{BaseBreadcrumb.vue_vue_type_script_setup_true_lang.DlSPjwQe.js → BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BH2c3gOe.js} +18 -18
  104. package/dist/chunks/{BaseButton.vue_vue_type_script_setup_true_lang.ChUdDzP1.js → BaseButton.vue_vue_type_script_setup_true_lang.BWZPE2Gf.js} +4 -4
  105. package/dist/chunks/{BaseDropDown.vue_vue_type_script_setup_true_lang.DoEvtblv.js → BaseDropDown.vue_vue_type_script_setup_true_lang.BscSQ5bW.js} +46 -59
  106. package/dist/chunks/BaseModal.vue_vue_type_style_index_0_lang.CautEumd.js +142 -0
  107. package/dist/chunks/BasePagination.vue_vue_type_script_setup_true_lang.DxPb8OYe.js +163 -0
  108. package/dist/chunks/{BaseTabList.vue_vue_type_script_setup_true_lang.CHOGs5d-.js → BaseTabList.vue_vue_type_script_setup_true_lang.CohlLou1.js} +2 -2
  109. package/dist/chunks/{BaseTabPanel.vue_vue_type_script_setup_true_lang.CVJUssBq.js → BaseTabPanel.vue_vue_type_script_setup_true_lang.DoZHWHt1.js} +2 -2
  110. package/dist/chunks/BaseTabView.vue_vue_type_script_setup_true_lang.Ar2KNVYH.js +95 -0
  111. package/dist/chunks/{BaseUploadFile.vue_vue_type_script_setup_true_lang.Cgu0FMFv.js → BaseUploadFile.vue_vue_type_script_setup_true_lang.2elmVcZt.js} +1 -1
  112. package/dist/chunks/{CheckboxGroup.vue_vue_type_script_setup_true_lang.CAO5UUO3.js → CheckboxGroup.vue_vue_type_script_setup_true_lang.JlHKkjHJ.js} +37 -37
  113. package/dist/chunks/{CloseIcon.BZ4U3aiI.js → CloseIcon.DIkr4soH.js} +1 -1
  114. package/dist/chunks/{DoughnutChart.vue_vue_type_script_setup_true_lang.B8wxbJBV.js → DoughnutChart.vue_vue_type_script_setup_true_lang.C4QPaUsI.js} +3 -3
  115. package/dist/chunks/{IntersectionObservable.vue_vue_type_script_setup_true_lang.DC17cx-h.js → IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js} +2 -2
  116. package/dist/chunks/{IntersectionObserver.vue_vue_type_script_setup_true_lang.BKewKDXG.js → IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js} +2 -2
  117. package/dist/chunks/LineChart.vue_vue_type_script_setup_true_lang.CNkvmtfq.js +37 -0
  118. package/dist/chunks/ObjectUtils.BOUbloeg.js +10 -0
  119. package/dist/chunks/PharmacyIcon.56ql_DYl.js +19 -0
  120. package/dist/chunks/{RadioButton.vue_vue_type_script_setup_true_lang.DRQnjRA7.js → RadioButton.vue_vue_type_script_setup_true_lang.CiJAhkRj.js} +2 -2
  121. package/dist/chunks/{RadioGroup.vue_vue_type_script_setup_true_lang.CpsMf2PN.js → RadioGroup.vue_vue_type_script_setup_true_lang.BalzO73O.js} +6 -6
  122. package/dist/chunks/{SelectItem.vue_vue_type_script_setup_true_lang.Drq_K7Vx.js → SelectItem.vue_vue_type_script_setup_true_lang.GPFf7fjA.js} +2 -2
  123. package/dist/chunks/{ShimmerMultiLine.vue_vue_type_script_setup_true_lang.CF7CkxXk.js → ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js} +3 -3
  124. package/dist/chunks/SwiperCarousel.DWUl3bgn.js +718 -0
  125. package/dist/chunks/{index.D_1s8S8L.js → index.D6IWh9UY.js} +7 -9
  126. package/dist/chunks/{useBreakpoints.BXk8Xcw3.js → types-B0dZ7OiV.D29wNgoj.js} +832 -2812
  127. package/dist/chunks/useKeyboardController.CutKeclN.js +41 -0
  128. package/dist/components/IntersectionObserver/IntersectionObservable.vue.d.ts +9 -10
  129. package/dist/components/IntersectionObserver/IntersectionObserver.vue.d.ts +2 -5
  130. package/dist/components/carousel/SwiperCarousel.vue.d.ts +9 -9
  131. package/dist/components/carousel/SwiperSlide.vue.d.ts +2 -3
  132. package/dist/index.d.ts +1 -2
  133. package/dist/index.js +33 -35
  134. package/dist/useChartjsModules.js +1 -1
  135. package/package.json +28 -30
  136. package/dist/SimpleSlider.js +0 -83
  137. package/dist/UIKit/Slider/SimpleSlider.vue.d.ts +0 -19
  138. package/dist/assets/SimpleSlider.css +0 -1
  139. package/dist/chunks/AccessibleSelect.vue_vue_type_script_setup_true_lang.aBS46udY.js +0 -246
  140. package/dist/chunks/BaseModal.vue_vue_type_style_index_0_lang.Cy2ThBHM.js +0 -151
  141. package/dist/chunks/BasePagination.vue_vue_type_script_setup_true_lang.D_X7MS6X.js +0 -164
  142. package/dist/chunks/BaseTabView.vue_vue_type_script_setup_true_lang.CUgJNst9.js +0 -105
  143. package/dist/chunks/LineChart.vue_vue_type_script_setup_true_lang.CXNsFiyD.js +0 -42
  144. package/dist/chunks/ObjectUtils.DwkJjVq1.js +0 -10
  145. package/dist/chunks/PharmacyIcon.DEQ8mOEJ.js +0 -11
  146. package/dist/chunks/SwiperCarousel.C8hJ7R2K.js +0 -749
  147. package/dist/chunks/polyline.DjpLdMaW.js +0 -5256
@@ -1,28 +1,34 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- id: string;
4
- labelText?: string;
5
- clear?: boolean;
6
- labelClasses?: ClassType;
7
- floatingLabelClasses?: ClassType;
8
- fieldsetClasses?: ClassType;
9
- legendClasses?: ClassType;
10
- };
11
2
  declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
3
  slots: {
14
4
  label?(_: {
15
5
  filename: string;
16
6
  }): any;
17
7
  };
18
8
  refs: {};
19
- rootEl: any;
9
+ attrs: Partial<{}>;
20
10
  };
21
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ declare const __VLS_component: import('vue').DefineComponent<{
13
+ id: string;
14
+ labelText?: string;
15
+ clear?: boolean;
16
+ labelClasses?: ClassType;
17
+ floatingLabelClasses?: ClassType;
18
+ fieldsetClasses?: ClassType;
19
+ legendClasses?: ClassType;
20
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
21
  cleared: () => any;
24
22
  uploaded: (args_0: File) => any;
25
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
+ }, string, import('vue').PublicProps, Readonly<{
24
+ id: string;
25
+ labelText?: string;
26
+ clear?: boolean;
27
+ labelClasses?: ClassType;
28
+ floatingLabelClasses?: ClassType;
29
+ fieldsetClasses?: ClassType;
30
+ legendClasses?: ClassType;
31
+ }> & Readonly<{
26
32
  onCleared?: (() => any) | undefined;
27
33
  onUploaded?: ((args_0: File) => any) | undefined;
28
34
  }>, {
@@ -4,7 +4,17 @@ type EventPayload = {
4
4
  label: string | number;
5
5
  checked: boolean;
6
6
  };
7
- type __VLS_Props = {
7
+ declare function __VLS_template(): {
8
+ slots: {
9
+ label?(_: {}): any;
10
+ };
11
+ refs: {
12
+ checkbox: HTMLInputElement;
13
+ };
14
+ attrs: Partial<{}>;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<{
8
18
  id?: string | number;
9
19
  dataCy?: string;
10
20
  disabled?: boolean;
@@ -21,29 +31,32 @@ type __VLS_Props = {
21
31
  */
22
32
  handleLabelClick?: boolean;
23
33
  modelValue?: boolean;
24
- };
25
- declare function __VLS_template(): {
26
- attrs: Partial<{}>;
27
- slots: {
28
- label?(_: {}): any;
29
- };
30
- refs: {
31
- checkbox: HTMLInputElement;
32
- };
33
- rootEl: HTMLDivElement;
34
- };
35
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
36
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
34
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
35
  click: () => any;
38
36
  change: (args_0: EventPayload) => any;
39
37
  "update:modelValue": (args_0: boolean) => any;
40
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
38
+ }, string, import('vue').PublicProps, Readonly<{
39
+ id?: string | number;
40
+ dataCy?: string;
41
+ disabled?: boolean;
42
+ checked?: boolean;
43
+ required?: boolean;
44
+ inputClass?: ClassType;
45
+ inline?: boolean;
46
+ label?: string | number;
47
+ labelClass?: ClassType;
48
+ isValid?: Nullable<boolean>;
49
+ containerId?: string;
50
+ /**
51
+ * If false, the click event won't be emitted
52
+ */
53
+ handleLabelClick?: boolean;
54
+ modelValue?: boolean;
55
+ }> & Readonly<{
41
56
  onClick?: (() => any) | undefined;
42
57
  onChange?: ((args_0: EventPayload) => any) | undefined;
43
58
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
44
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
45
- checkbox: HTMLInputElement;
46
- }, HTMLDivElement>;
59
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
47
60
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
48
61
  export default _default;
49
62
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,6 +1,24 @@
1
1
  import { CheckboxButtonType, GetterIdType } from '../types';
2
2
  import { ClassType } from '@wikicasa-dev/types';
3
- type __VLS_Props = {
3
+ declare function __VLS_template(): {
4
+ slots: {
5
+ default?(_: {
6
+ isActive: (elem: CheckboxButtonType | string | number) => boolean;
7
+ handleChange: (checkboxValue: CheckboxButtonType) => void;
8
+ checkboxesData: CheckboxButtonType[];
9
+ }): any;
10
+ checkbox_elements?(_: {
11
+ isActive: (elem: CheckboxButtonType | string | number) => boolean;
12
+ handleChange: (checkboxValue: CheckboxButtonType) => void;
13
+ checkboxesData: CheckboxButtonType[];
14
+ reset: () => void;
15
+ }): any;
16
+ };
17
+ refs: {};
18
+ attrs: Partial<{}>;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<{
4
22
  checkboxData?: CheckboxButtonType[];
5
23
  formCheckInline?: boolean;
6
24
  reset?: boolean;
@@ -22,31 +40,33 @@ type __VLS_Props = {
22
40
  getKey?: GetterIdType;
23
41
  groupId?: string;
24
42
  dataCy?: string;
25
- };
26
- declare function __VLS_template(): {
27
- attrs: Partial<{}>;
28
- slots: {
29
- default?(_: {
30
- isActive: (elem: CheckboxButtonType | string | number) => boolean;
31
- handleChange: (checkboxValue: CheckboxButtonType) => void;
32
- checkboxesData: CheckboxButtonType[];
33
- }): any;
34
- checkbox_elements?(_: {
35
- isActive: (elem: CheckboxButtonType | string | number) => boolean;
36
- handleChange: (checkboxValue: CheckboxButtonType) => void;
37
- checkboxesData: CheckboxButtonType[];
38
- reset: () => void;
39
- }): any;
40
- };
41
- refs: {};
42
- rootEl: any;
43
- };
44
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
45
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
44
  "update:modelValue": (args_0: CheckboxButtonType[]) => any;
47
45
  resetted: () => any;
48
46
  checkedGroup: (args_0: string) => any;
49
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
47
+ }, string, import('vue').PublicProps, Readonly<{
48
+ checkboxData?: CheckboxButtonType[];
49
+ formCheckInline?: boolean;
50
+ reset?: boolean;
51
+ checkboxContainerClasses?: ClassType;
52
+ /**
53
+ * [ResetCheckbox required] If true, when you check all the checkboxes, the reset one will be checked
54
+ */
55
+ autoCheckResetAll?: boolean;
56
+ /**
57
+ * [ResetCheckbox required] If true, when you uncheck all the checkboxes, the reset one will be checked
58
+ */
59
+ autoCheckResetEmpty?: boolean;
60
+ /**
61
+ * [ResetCheckbox required]
62
+ * If true, you can manually toggle the reset button.
63
+ * Otherwise, if autoCheckResetEmpty is false, the reset button would never be unchecked when the user clicks on it
64
+ */
65
+ manualToggleResetButton?: boolean;
66
+ getKey?: GetterIdType;
67
+ groupId?: string;
68
+ dataCy?: string;
69
+ }> & Readonly<{
50
70
  "onUpdate:modelValue"?: ((args_0: CheckboxButtonType[]) => any) | undefined;
51
71
  onResetted?: (() => any) | undefined;
52
72
  onCheckedGroup?: ((args_0: string) => any) | undefined;
@@ -1,27 +1,31 @@
1
1
  import { ClassType, Nullable } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  id?: Nullable<string | number>;
4
4
  name?: string;
5
5
  label: string;
6
6
  modelValue?: boolean;
7
7
  inputClasses?: ClassType;
8
8
  labelClasses?: ClassType;
9
- };
10
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
10
  change: (args_0: {
12
11
  id: string | number;
13
12
  label: string;
14
13
  name?: string;
15
14
  }) => any;
16
15
  "update:modelValue": (args_0: boolean) => any;
17
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
+ }, string, import('vue').PublicProps, Readonly<{
17
+ id?: Nullable<string | number>;
18
+ name?: string;
19
+ label: string;
20
+ modelValue?: boolean;
21
+ inputClasses?: ClassType;
22
+ labelClasses?: ClassType;
23
+ }> & Readonly<{
18
24
  onChange?: ((args_0: {
19
25
  id: string | number;
20
26
  label: string;
21
27
  name?: string;
22
28
  }) => any) | undefined;
23
29
  "onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
- checkbox: HTMLInputElement;
26
- }, HTMLDivElement>;
30
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
31
  export default _default;
@@ -1,20 +1,19 @@
1
1
  import { RadioButtonType } from '../types';
2
2
  import { ClassType, Nullable, Optional } from '@wikicasa-dev/types';
3
- type __VLS_Props = {
3
+ declare let __VLS_typeProps: {
4
4
  radioValues?: RadioButtonType[];
5
5
  dataCy?: string;
6
6
  radioContainerClasses?: ClassType;
7
7
  };
8
8
  type __VLS_PublicProps = {
9
9
  "resetRadio"?: Optional<boolean>;
10
- } & __VLS_Props;
10
+ } & typeof __VLS_typeProps;
11
11
  declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
12
  slots: {
14
13
  default?(_: {
15
14
  handleClick: (elem: RadioButtonType) => void;
16
15
  activeValue: {
17
- id?: string | number | null | undefined;
16
+ id?: (string | number | null) | undefined;
18
17
  label: string | number;
19
18
  payload?: unknown;
20
19
  active?: boolean | undefined;
@@ -25,7 +24,7 @@ declare function __VLS_template(): {
25
24
  radio_elements?(_: {
26
25
  handleClick: (elem: RadioButtonType) => void;
27
26
  activeValue: {
28
- id?: string | number | null | undefined;
27
+ id?: (string | number | null) | undefined;
29
28
  label: string | number;
30
29
  payload?: unknown;
31
30
  active?: boolean | undefined;
@@ -35,15 +34,15 @@ declare function __VLS_template(): {
35
34
  }): any;
36
35
  };
37
36
  refs: {};
38
- rootEl: any;
37
+ attrs: Partial<{}>;
39
38
  };
40
39
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
40
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
41
  "update:modelValue": (args_0: Nullable<RadioButtonType>) => any;
43
- "update:resetRadio": (value: Optional<boolean>) => any;
42
+ "update:resetRadio": (resetRadio: Optional<boolean>) => any;
44
43
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
45
44
  "onUpdate:modelValue"?: ((args_0: Nullable<RadioButtonType>) => any) | undefined;
46
- "onUpdate:resetRadio"?: ((value: Optional<boolean>) => any) | undefined;
45
+ "onUpdate:resetRadio"?: ((resetRadio: Optional<boolean>) => any) | undefined;
47
46
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
48
47
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
49
48
  export default _default;
@@ -1,17 +1,17 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- shimmerClasses?: ClassType;
4
- };
5
2
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
3
  slots: {
8
4
  default?(_: {}): any;
9
5
  };
10
6
  refs: {};
11
- rootEl: any;
7
+ attrs: Partial<{}>;
12
8
  };
13
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{
11
+ shimmerClasses?: ClassType;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
+ shimmerClasses?: ClassType;
14
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
16
  export default _default;
17
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,63 +1,17 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  lines?: number;
4
4
  randomLength?: boolean;
5
5
  shimmerClasses?: ClassType;
6
6
  inheritHeight?: boolean;
7
- };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
8
+ lines?: number;
9
+ randomLength?: boolean;
10
+ shimmerClasses?: ClassType;
11
+ inheritHeight?: boolean;
12
+ }> & Readonly<{}>, {
9
13
  lines: number;
10
14
  randomLength: boolean;
11
15
  inheritHeight: boolean;
12
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
13
- shimmerLines: (({
14
- $: import('vue').ComponentInternalInstance;
15
- $data: {};
16
- $props: {
17
- readonly shimmerClasses?: ClassType | undefined;
18
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
19
- $attrs: {
20
- [x: string]: unknown;
21
- };
22
- $refs: {
23
- [x: string]: unknown;
24
- };
25
- $slots: Readonly<{
26
- [name: string]: import('vue').Slot<any> | undefined;
27
- }>;
28
- $root: import('vue').ComponentPublicInstance | null;
29
- $parent: import('vue').ComponentPublicInstance | null;
30
- $host: Element | null;
31
- $emit: (event: string, ...args: any[]) => void;
32
- $el: any;
33
- $options: import('vue').ComponentOptionsBase<Readonly<{
34
- shimmerClasses?: ClassType;
35
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
36
- beforeCreate?: (() => void) | (() => void)[];
37
- created?: (() => void) | (() => void)[];
38
- beforeMount?: (() => void) | (() => void)[];
39
- mounted?: (() => void) | (() => void)[];
40
- beforeUpdate?: (() => void) | (() => void)[];
41
- updated?: (() => void) | (() => void)[];
42
- activated?: (() => void) | (() => void)[];
43
- deactivated?: (() => void) | (() => void)[];
44
- beforeDestroy?: (() => void) | (() => void)[];
45
- beforeUnmount?: (() => void) | (() => void)[];
46
- destroyed?: (() => void) | (() => void)[];
47
- unmounted?: (() => void) | (() => void)[];
48
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
49
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
50
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
51
- };
52
- $forceUpdate: () => void;
53
- $nextTick: typeof import('vue').nextTick;
54
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
55
- } & Readonly<{}> & Omit<Readonly<{
56
- shimmerClasses?: ClassType;
57
- }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
58
- $slots: {
59
- default?(_: {}): any;
60
- };
61
- }) | null)[];
62
- }, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
63
17
  export default _default;
@@ -1,6 +1,8 @@
1
- type __VLS_Props = {
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  thickness?: number;
3
3
  strokeColor?: string;
4
- };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
4
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
5
+ thickness?: number;
6
+ strokeColor?: string;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
8
  export default _default;
@@ -1,19 +1,21 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- activeTabPanelIdx?: number;
4
- headerTitle?: string;
5
- tabPanelClasses?: ClassType;
6
- };
7
2
  declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
3
  slots: {
10
4
  header?(_: {}): any;
11
5
  };
12
6
  refs: {};
13
- rootEl: any;
7
+ attrs: Partial<{}>;
14
8
  };
15
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{
11
+ activeTabPanelIdx?: number;
12
+ headerTitle?: string;
13
+ tabPanelClasses?: ClassType;
14
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
+ activeTabPanelIdx?: number;
16
+ headerTitle?: string;
17
+ tabPanelClasses?: ClassType;
18
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
20
  export default _default;
19
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,14 +1,16 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
2
  import { TabType } from '../types';
3
- type __VLS_Props = {
3
+ declare const _default: import('vue').DefineComponent<{
4
4
  uid: string;
5
5
  tabListClasses?: ClassType;
6
- };
7
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
7
  tabClick: (e: Event, tabIdx: number, tabElement: TabType) => any;
9
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ }, string, import('vue').PublicProps, Readonly<{
9
+ uid: string;
10
+ tabListClasses?: ClassType;
11
+ }> & Readonly<{
10
12
  onTabClick?: ((e: Event, tabIdx: number, tabElement: TabType) => any) | undefined;
11
13
  }>, {
12
14
  tabListClasses: ClassType;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
16
  export default _default;
@@ -1,20 +1,22 @@
1
- type __VLS_Props = {
2
- id: string;
3
- active?: boolean;
4
- labelledBy: string;
5
- };
6
1
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
2
  slots: {
9
3
  default?(_: {}): any;
10
4
  };
11
5
  refs: {};
12
- rootEl: HTMLDivElement;
6
+ attrs: Partial<{}>;
13
7
  };
14
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ id: string;
11
+ active?: boolean;
12
+ labelledBy: string;
13
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
14
+ id: string;
15
+ active?: boolean;
16
+ labelledBy: string;
17
+ }> & Readonly<{}>, {
16
18
  active: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
21
  export default _default;
20
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,27 +1,27 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
2
  import { TabType } from '../types';
3
- type __VLS_Props = {
3
+ declare let __VLS_typeProps: {
4
4
  tabsPosition?: "top" | "bottom";
5
5
  tabViewDescription: string;
6
6
  tabListClasses?: ClassType;
7
- dataCy?: string;
8
7
  };
9
8
  type __VLS_PublicProps = {
10
9
  "activeIdx"?: number | undefined;
11
- } & __VLS_Props;
10
+ } & typeof __VLS_typeProps;
12
11
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
12
  tabClicked: (args_0: {
14
13
  tabIdx: number;
15
14
  tabElement: TabType;
16
15
  }) => any;
17
- "update:activeIdx": (value: number | undefined) => any;
16
+ "update:activeIdx": (activeIdx: number | undefined) => any;
18
17
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
18
  onTabClicked?: ((args_0: {
20
19
  tabIdx: number;
21
20
  tabElement: TabType;
22
21
  }) => any) | undefined;
23
- "onUpdate:activeIdx"?: ((value: number | undefined) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
- root: HTMLDivElement;
26
- }, any>;
22
+ "onUpdate:activeIdx"?: ((activeIdx: number | undefined) => any) | undefined;
23
+ }>, {
24
+ tabListClasses: ClassType;
25
+ tabsPosition: "top" | "bottom";
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Icon, LabelItem, IconItem, AccordionItem } from '@wikicasa-dev/types';
1
+ import { ClassType, Icon, LabelItem, IconItem, AccordionItem } from '@wikicasa-dev/types';
2
2
  import { TwPrefix } from '../types';
3
3
  export type CardTypes = "mini" | "vertical" | "news" | "";
4
4
  export type CardRootTypes = "div" | "article";
@@ -31,7 +31,6 @@ export type CheckboxButtonType<T = string | number, T1 = string | number, T2 = u
31
31
  checked?: boolean;
32
32
  reset?: boolean;
33
33
  payload?: T2;
34
- dataCy?: string;
35
34
  };
36
35
  export type CheckboxButtonTypeObj = Omit<CheckboxButtonType, "checked"> & {
37
36
  checked: boolean;
@@ -57,6 +56,4 @@ export type RadioButtonType<T = unknown> = {
57
56
  export type AccordionItemDecorated<T = unknown> = Record<string | number, T & Partial<AccordionItem>>;
58
57
  type BtnPrefix = "btn-";
59
58
  export type ButtonType = `${TwPrefix}${BtnPrefix}${"w-primary" | "w-secondary" | "w-warning" | "w-danger" | "transparent" | "light" | "show-more" | "multi-selection" | "single-selection" | "facile"}`;
60
- export type ClassType = string | Record<string, boolean> | null | undefined | ClassType[];
61
- export type ClassTypeProp = ClassType | ClassType[];
62
59
  export {};
@@ -1 +1 @@
1
- .uikit-alert{border-radius:12px;padding:1rem;font-weight:500}.uikit-alert.uikit-alert-w-primary{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(43 93 255 / var(--tw-text-opacity, 1))}.uikit-alert.uikit-alert-w-danger{--tw-bg-opacity: 1;background-color:rgb(255 244 244 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(250 79 100 / var(--tw-text-opacity, 1))}.uikit-alert.uikit-alert-w-dark-primary{--tw-bg-opacity: 1;background-color:rgb(42 55 97 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
1
+ .uikit-alert{border-radius:12px;padding:1rem;font-weight:500}.uikit-alert.uikit-alert-w-primary{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(43 93 255 / var(--tw-text-opacity, 1))}.uikit-alert.uikit-alert-w-danger{--tw-bg-opacity: 1;background-color:rgb(255 244 244 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(250 79 100 / var(--tw-text-opacity, 1))}
@@ -1 +1 @@
1
- .uikit-badge{display:inline-flex;height:1.75rem;cursor:default;align-items:center;justify-content:center;border-radius:20px;padding-left:11px;padding-right:11px;padding-top:.25rem;padding-bottom:.25rem;font-weight:600}.uikit-badge-w-warning{--tw-bg-opacity: 1;background-color:rgb(255 209 103 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1))}.uikit-badge-w-lavender{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 6px #79797929;--tw-shadow-colored: 0 1px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.uikit-badge-outline-tag{height:2.25rem;border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));padding-left:18px;padding-right:18px;padding-top:.5rem;padding-bottom:.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-outline-tag-listing{border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-size:12px;line-height:16px;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-w-primary-sm{height:23px;border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(43 93 255 / var(--tw-bg-opacity, 1));font-size:10px;line-height:14px;font-weight:500;line-height:inherit;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge-w-dark-primary{z-index:10;--tw-bg-opacity: 1;background-color:rgb(42 55 97 / var(--tw-bg-opacity, 1));padding-left:11px;padding-right:11px}@media (min-width: 576px){.uikit-badge-w-dark-primary{padding-right:10px;font-size:12px;line-height:16px}}.uikit-badge-w-danger{--tw-bg-opacity: 1;background-color:rgb(250 79 100 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
1
+ .uikit-badge{display:inline-flex;height:1.75rem;cursor:default;align-items:center;justify-content:center;border-radius:20px;padding-left:11px;padding-right:11px;padding-top:.25rem;padding-bottom:.25rem;font-weight:600}.uikit-badge-w-warning{--tw-bg-opacity: 1;background-color:rgb(255 209 103 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1))}.uikit-badge-w-lavender{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 6px #79797929;--tw-shadow-colored: 0 1px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.uikit-badge-outline-tag{height:2.25rem;border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));padding-left:18px;padding-right:18px;padding-top:.5rem;padding-bottom:.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-outline-tag-listing{border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-size:12px;line-height:16px;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-w-primary-sm{height:23px;border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(43 93 255 / var(--tw-bg-opacity, 1));font-size:10px;line-height:14px;font-weight:500;line-height:inherit;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge-w-dark-primary{z-index:10;--tw-bg-opacity: 1;background-color:rgb(42 55 97 / var(--tw-bg-opacity, 1));padding-left:11px;padding-right:11px}@media (min-width: 576px){.uikit-badge-w-dark-primary{padding-right:10px;font-size:12px;line-height:16px}}
@@ -1 +1 @@
1
- .card[data-v-923393ce]{--card-max-height: none;--card-max-width: 930px;--card-height: auto;--card-width: auto;--card-border-radius-top-left: 20px;--card-border-radius-top-right: 20px;--card-border-radius-bottom-left: 20px;--card-border-radius-bottom-right: 20px;border-top-left-radius:var(--card-border-radius-top-left);border-top-right-radius:var(--card-border-radius-top-right);border-bottom-left-radius:var(--card-border-radius-bottom-left);border-bottom-right-radius:var(--card-border-radius-bottom-right);height:var(--card-height);width:var(--card-width);max-width:var(--card-max-width);max-height:var(--card-max-height);position:relative;z-index:0;display:flex;overflow:hidden;--tw-shadow: 0 0 8px #2222221F;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media screen and (min-width: 576px){.card[data-v-923393ce]{--card-img-max-width: 300px;--card-height: 240px }}.card .card-body[data-v-923393ce]{--card-body-width: 100%;box-sizing:border-box;width:var(--card-body-width);padding:10px 15px}.card .card-img[data-v-923393ce]{--card-img-height: var(--card-height);--card-img-width: 100%;--card-img-max-height: none;--card-img-max-width: none;height:var(--card-img-height);width:var(--card-img-width);max-width:var(--card-img-max-width);max-height:var(--card-img-max-height)}@media screen and (min-width: 576px){.card .card-img[data-v-923393ce]{--card-img-max-width: 300px }}.card.vertical[data-v-923393ce]{--card-vertical-height: var(--card-height);height:var(--card-vertical-height);flex-direction:column}@media not all and (min-width: 576px){.card.vertical[data-v-923393ce]{min-height:100px;min-width:335px}}@media screen and (min-width: 576px){.card.vertical[data-v-923393ce]{--card-vertical-height: fit-content }}.card.vertical .card-img[data-v-923393ce]{--card-vertical-img-height: 200px;--card-img-width: 100%;--card-img-max-width: 100%;height:var(--card-vertical-img-height)}.card.mini[data-v-923393ce]{--card-max-height: 100px;--card-max-width: 370px}.card.mini .card-img[data-v-923393ce]{--card-img-max-height: 110px;--card-img-max-width: 120px}@media (min-width: 576px){.card.news-card[data-v-923393ce]{flex-direction:column}}.card.news-card[data-v-923393ce]{--card-height: 270px}@media screen and (max-width: 576px){.card.news-card[data-v-923393ce]{--card-height: 100px;--card-width: 320px }.card.news-card .card-img[data-v-923393ce]{--card-height: 100px;--card-img-max-width: 100px }}@media screen and (min-width: 576px){.card.news-card .card-img[data-v-923393ce]{--card-height: 150px;--card-img-max-width: 100% }}
1
+ .card[data-v-c71d0a69]{--card-height: 240px;position:relative;z-index:0;display:flex;max-width:930px;overflow:hidden;border-radius:20px;--tw-shadow: 0 0 8px #2222221F;--tw-shadow-colored: 0 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 576px){.card[data-v-c71d0a69]{height:var(--card-height)}}.card .card-body[data-v-c71d0a69]{width:100%;padding:10px 15px}.card .card-img[data-v-c71d0a69]{height:var(--card-height);width:100%;max-width:none}@media (min-width: 576px){.card .card-img[data-v-c71d0a69]{max-width:300px}}.card.vertical[data-v-c71d0a69]{flex-direction:column}@media not all and (min-width: 576px){.card.vertical[data-v-c71d0a69]{min-height:100px;min-width:335px}}@media (min-width: 576px){.card.vertical[data-v-c71d0a69]{height:-moz-fit-content;height:fit-content}}.card.vertical .card-img[data-v-c71d0a69]{width:100%;max-width:100%}@media not all and (min-width: 576px){.card.vertical .card-img[data-v-c71d0a69]{max-width:100%}}.card.mini[data-v-c71d0a69]{max-height:100px;max-width:370px}.card.mini .card-img[data-v-c71d0a69]{max-height:110px;max-width:120px}.card.news-card[data-v-c71d0a69]{height:100px}@media not all and (min-width: 576px){.card.news-card[data-v-c71d0a69]{width:320px}}@media (min-width: 576px){.card.news-card[data-v-c71d0a69]{height:270px;flex-direction:column}}@media not all and (min-width: 576px){.card.news-card .card-img[data-v-c71d0a69]{width:100px;height:100px}}@media (min-width: 576px){.card.news-card .card-img[data-v-c71d0a69]{height:150px;max-width:100%}}
@@ -1 +1 @@
1
- .floating-label[data-v-2b36371e]{top:-10px;left:1.25rem;border-radius:5px;font-size:14px;line-height:18px}.inline-label[data-v-2b36371e]{top:.75rem;background-color:transparent;font-size:16px;line-height:20px}.inline-label>span[data-v-2b36371e]{--tw-text-opacity: 1;color:rgb(109 118 135 / var(--tw-text-opacity, 1))}.floating-label[data-v-2b36371e],.inline-label[data-v-2b36371e]{transition-property:top,left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;will-change:top,left}
1
+ .floating-label[data-v-9f97558b]{top:-10px;left:1.25rem;border-radius:5px;font-size:14px;line-height:18px}.inline-label[data-v-9f97558b]{top:.75rem;background-color:transparent;font-size:16px;line-height:20px}.inline-label>span[data-v-9f97558b]{--tw-text-opacity: 1;color:rgb(109 118 135 / var(--tw-text-opacity, 1))}.floating-label[data-v-9f97558b],.inline-label[data-v-9f97558b]{transition-property:top,left;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;will-change:top,left}
@@ -1 +1 @@
1
- .input-wrapper[data-v-919095a8]{--icon-default-size: 44px}.invalid-bg[data-v-919095a8]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-919095a8]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-919095a8],.valid-bg[data-v-919095a8]{background-position:top 10px right 12px;background-size:20px}.has-right-icon[data-v-919095a8]>label.inline-label{right:var(--icon-default-size)}.has-left-icon[data-v-919095a8]>label.inline-label{left:var(--icon-default-size)}[data-v-919095a8] .text-input-icon{position:absolute;z-index:20;box-sizing:border-box;--icon-size-sm: 16px;--icon-size-md: 20px;--icon-size-lg: 25px}[data-v-919095a8] .text-input-icon.left{left:5px}[data-v-919095a8] .text-input-icon.right{right:5px}[data-v-919095a8] .text-input-icon{--icon-top: 5px;--icon-size: var(--icon-size-sm);width:var(--icon-default-size);height:var(--icon-default-size);padding:calc((var(--icon-default-size) - var(--icon-size)) / 2);top:var(--icon-top)}[data-v-919095a8] .text-input-icon.md{--icon-size: var(--icon-size-md)}[data-v-919095a8] .text-input-icon.lg{--icon-top: 0;--icon-size: var(--icon-size-lg)}.under-label[data-v-919095a8]{left:4px;font-style:italic}
1
+ .input-wrapper[data-v-cd1cc0a8]{--icon-default-size: 44px}.invalid-bg[data-v-cd1cc0a8]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-cd1cc0a8]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-cd1cc0a8],.valid-bg[data-v-cd1cc0a8]{background-position:top 10px right 12px;background-size:20px}.has-right-icon[data-v-cd1cc0a8]>label.inline-label{right:var(--icon-default-size)}.has-left-icon[data-v-cd1cc0a8]>label.inline-label{left:var(--icon-default-size)}[data-v-cd1cc0a8] .text-input-icon{position:absolute;z-index:20;box-sizing:border-box;--icon-size-sm: 16px;--icon-size-md: 20px;--icon-size-lg: 25px}[data-v-cd1cc0a8] .text-input-icon.left{left:5px}[data-v-cd1cc0a8] .text-input-icon.right{right:5px}[data-v-cd1cc0a8] .text-input-icon{--icon-top: 5px;--icon-size: var(--icon-size-sm);width:var(--icon-default-size);height:var(--icon-default-size);padding:calc((var(--icon-default-size) - var(--icon-size)) / 2);top:var(--icon-top)}[data-v-cd1cc0a8] .text-input-icon.md{--icon-size: var(--icon-size-md)}[data-v-cd1cc0a8] .text-input-icon.lg{--icon-top: 0;--icon-size: var(--icon-size-lg)}.under-label[data-v-cd1cc0a8]{left:4px;font-style:italic}
@@ -1 +1 @@
1
- [data-v-581ec7f4] .form-control{max-width:none!important}.range_container[data-v-581ec7f4]{padding-top:15px}.sliders_control[data-v-581ec7f4]{position:relative;min-height:30px}.form_control[data-v-581ec7f4]{position:relative;display:flex;justify-content:space-between;font-size:24px;color:#635a5a}input[type=range][data-v-581ec7f4]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;width:100%;position:absolute;background-color:#b4c2f0;pointer-events:none}input[type=range][data-v-581ec7f4]::-webkit-slider-thumb:hover{background:#f7f7f7}input[type=range][data-v-581ec7f4]::-webkit-slider-thumb:active{box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe;-webkit-box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe}input[type=range][data-v-581ec7f4]::-moz-range-thumb{-moz-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 0 0 1px #c6c6c6;cursor:pointer}input[type=range][data-v-581ec7f4]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border:2px solid #2B5DFF;border-radius:50%;cursor:pointer}input[type=number][data-v-581ec7f4]{color:#8a8383;width:50px;height:30px;font-size:20px;border:none}input[type=number][data-v-581ec7f4]::-webkit-inner-spin-button,input[type=number][data-v-581ec7f4]::-webkit-outer-spin-button{opacity:1}.fromSlider[data-v-581ec7f4]{height:0!important;z-index:1}.toSlider[data-v-581ec7f4]{height:3px!important}
1
+ [data-v-c87c86da] .form-control{max-width:none!important}.range_container[data-v-c87c86da]{padding-top:15px}.sliders_control[data-v-c87c86da]{position:relative;min-height:30px}.form_control[data-v-c87c86da]{position:relative;display:flex;justify-content:space-between;font-size:24px;color:#635a5a}input[type=range][data-v-c87c86da]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;width:100%;position:absolute;background-color:#b4c2f0;pointer-events:none}input[type=range][data-v-c87c86da]::-webkit-slider-thumb:hover{background:#f7f7f7}input[type=range][data-v-c87c86da]::-webkit-slider-thumb:active{box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe;-webkit-box-shadow:inset 0 0 3px #387bbe,0 0 9px #387bbe}input[type=range][data-v-c87c86da]::-moz-range-thumb{-moz-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 0 0 1px #c6c6c6;cursor:pointer}input[type=range][data-v-c87c86da]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:all;width:24px;height:24px;background-color:#fff;border:2px solid #2B5DFF;border-radius:50%;cursor:pointer}input[type=number][data-v-c87c86da]{color:#8a8383;width:50px;height:30px;font-size:20px;border:none}input[type=number][data-v-c87c86da]::-webkit-inner-spin-button,input[type=number][data-v-c87c86da]::-webkit-outer-spin-button{opacity:1}.fromSlider[data-v-c87c86da]{height:0!important;z-index:1}.toSlider[data-v-c87c86da]{height:3px!important}
@@ -1 +1 @@
1
- .invalid-bg[data-v-4c1a3e1d]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-4c1a3e1d]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-4c1a3e1d],.valid-bg[data-v-4c1a3e1d]{background-position:top 0px right 12px;background-size:20px}.textarea-scrollbar[data-v-4c1a3e1d]::-webkit-scrollbar{width:8px;height:6px}.textarea-scrollbar[data-v-4c1a3e1d]::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity, 1))}.textarea-scrollbar[data-v-4c1a3e1d]::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(180 194 240 / var(--tw-bg-opacity, 1))}.is-valid.textarea-scrollbar[data-v-4c1a3e1d]::-webkit-scrollbar-thumb{background-color:#2b5dff!important}.is-invalid.textarea-scrollbar[data-v-4c1a3e1d]::-webkit-scrollbar-thumb{background-color:#fa4f64!important}
1
+ .invalid-bg[data-v-9e55a6e9]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-9e55a6e9]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-9e55a6e9],.valid-bg[data-v-9e55a6e9]{background-position:top 0px right 12px;background-size:20px}.textarea-scrollbar[data-v-9e55a6e9]::-webkit-scrollbar{width:8px;height:6px}.textarea-scrollbar[data-v-9e55a6e9]::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity, 1))}.textarea-scrollbar[data-v-9e55a6e9]::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(180 194 240 / var(--tw-bg-opacity, 1))}.is-valid.textarea-scrollbar[data-v-9e55a6e9]::-webkit-scrollbar-thumb{background-color:#2b5dff!important}.is-invalid.textarea-scrollbar[data-v-9e55a6e9]::-webkit-scrollbar-thumb{background-color:#fa4f64!important}