@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,7 +1,7 @@
1
- import { Nullable, InputTypeHTMLAttribute } from '@wikicasa-dev/types';
2
- import { ClassType, ClassTypeProp, FeedbackLabels } from './types';
3
- type __VLS_Props = {
4
- inputClass?: ClassType | ClassType[];
1
+ import { Nullable, ClassType } from '@wikicasa-dev/types';
2
+ import { FeedbackLabels } from './types';
3
+ declare let __VLS_typeProps: {
4
+ inputClass?: ClassType | unknown[];
5
5
  labelText?: string;
6
6
  feedback?: FeedbackLabels;
7
7
  isValid?: Nullable<boolean>;
@@ -10,39 +10,32 @@ type __VLS_Props = {
10
10
  formatFn: (n: number | string) => string;
11
11
  unFormatFn: (v: string) => string | number | null;
12
12
  }>>;
13
- labelClasses?: ClassTypeProp;
14
- fieldsetClasses?: ClassTypeProp;
15
- labelTextClasses?: ClassTypeProp;
16
- withLeftIcon?: boolean;
17
- withRightIcon?: boolean;
18
- dataCy?: string;
19
13
  };
20
14
  type __VLS_PublicProps = {
21
15
  modelValue?: string | number | undefined;
22
- } & __VLS_Props;
16
+ } & typeof __VLS_typeProps;
23
17
  declare function __VLS_template(): {
24
- attrs: Partial<{}>;
25
18
  slots: {
26
19
  leftIcon?(_: {}): any;
27
20
  righticon?(_: {
28
21
  handleClean: () => void;
29
22
  handleShowPasswd: () => void;
30
- curType: InputTypeHTMLAttribute;
23
+ curType: string;
31
24
  }): any;
32
25
  feedback?(_: {}): any;
33
- 'under-label'?(_: {}): any;
26
+ "under-label"?(_: {}): any;
34
27
  };
35
28
  refs: {
36
29
  baseInputEl: HTMLInputElement;
37
30
  };
38
- rootEl: any;
31
+ attrs: Partial<{}>;
39
32
  };
40
33
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
34
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
42
35
  select: () => void;
43
36
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
37
  click: (args_0: MouseEvent) => any;
45
- "update:modelValue": (value: string | number | undefined) => any;
38
+ "update:modelValue": (modelValue: string | number | undefined) => any;
46
39
  focusin: () => any;
47
40
  focusout: () => any;
48
41
  keydown: (args_0: KeyboardEvent) => any;
@@ -50,15 +43,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
50
43
  keydownEnterPressed: () => any;
51
44
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
52
45
  onClick?: ((args_0: MouseEvent) => any) | undefined;
53
- "onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
46
+ "onUpdate:modelValue"?: ((modelValue: string | number | undefined) => any) | undefined;
54
47
  onFocusin?: (() => any) | undefined;
55
48
  onFocusout?: (() => any) | undefined;
56
49
  onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
57
50
  onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
58
51
  onKeydownEnterPressed?: (() => any) | undefined;
59
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
60
- baseInputEl: HTMLInputElement;
61
- }, any>;
52
+ }>, {
53
+ inputClass: ClassType | unknown[];
54
+ isValid: Nullable<boolean>;
55
+ labelText: string;
56
+ keepFloatingLabel: boolean;
57
+ formatter: Nullable<Partial<{
58
+ formatFn: (n: number | string) => string;
59
+ unFormatFn: (v: string) => string | number | null;
60
+ }>>;
61
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
62
62
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
63
63
  export default _default;
64
64
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,28 +1,5 @@
1
- import { ClassTypeProp } from './types';
2
- type __VLS_Props = {
3
- id?: string;
4
- size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
5
- customBackdropClasses?: ClassTypeProp;
6
- customModalDialogClasses?: ClassTypeProp;
7
- customModalHeaderClasses?: ClassTypeProp;
8
- customModalBodyClasses?: ClassTypeProp;
9
- customModalFooterClasses?: ClassTypeProp;
10
- withCloseIcon?: boolean;
11
- showModal?: boolean;
12
- headerTitle?: string;
13
- autoClose?: number;
14
- fullHeight?: boolean;
15
- closeOnClickOut?: boolean;
16
- /**
17
- * If true, the modal will be centered in desktop mode
18
- */
19
- centered?: boolean;
20
- dataCy?: string;
21
- closeIconBtnClasses?: ClassTypeProp;
22
- titleClasses?: ClassTypeProp;
23
- };
1
+ import { ClassType } from '@wikicasa-dev/types';
24
2
  declare function __VLS_template(): {
25
- attrs: Partial<{}>;
26
3
  slots: {
27
4
  header?(_: {
28
5
  closeModal: () => Promise<void>;
@@ -33,27 +10,75 @@ declare function __VLS_template(): {
33
10
  footer?(_: {
34
11
  closeModal: () => Promise<void>;
35
12
  }): any;
36
- 'fixed-bottom'?(_: {}): any;
13
+ "fixed-bottom"?(_: {}): any;
37
14
  };
38
15
  refs: {
39
16
  backdropEl: HTMLDivElement;
40
- modalDialog: HTMLDialogElement;
17
+ modalEl: HTMLDialogElement;
41
18
  };
42
- rootEl: any;
19
+ attrs: Partial<{}>;
43
20
  };
44
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
45
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ declare const __VLS_component: import('vue').DefineComponent<{
23
+ id?: string;
24
+ size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
25
+ customBackdropClasses?: ClassType;
26
+ customModalDialogClasses?: ClassType;
27
+ customModalHeaderClasses?: ClassType;
28
+ customModalBodyClasses?: ClassType;
29
+ customModalFooterClasses?: ClassType;
30
+ withCloseIcon?: boolean;
31
+ showModal?: boolean;
32
+ closeIcon?: string;
33
+ headerTitle?: string;
34
+ autoClose?: number;
35
+ fullHeight?: boolean;
36
+ closeOnClickOut?: boolean;
37
+ /**
38
+ * If true, the modal will be centered in desktop mode
39
+ */
40
+ centered?: boolean;
41
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
42
  opened: () => any;
47
43
  closed: () => any;
48
- dialogClick: (args_0: MouseEvent) => any;
49
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
44
+ }, string, import('vue').PublicProps, Readonly<{
45
+ id?: string;
46
+ size?: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
47
+ customBackdropClasses?: ClassType;
48
+ customModalDialogClasses?: ClassType;
49
+ customModalHeaderClasses?: ClassType;
50
+ customModalBodyClasses?: ClassType;
51
+ customModalFooterClasses?: ClassType;
52
+ withCloseIcon?: boolean;
53
+ showModal?: boolean;
54
+ closeIcon?: string;
55
+ headerTitle?: string;
56
+ autoClose?: number;
57
+ fullHeight?: boolean;
58
+ closeOnClickOut?: boolean;
59
+ /**
60
+ * If true, the modal will be centered in desktop mode
61
+ */
62
+ centered?: boolean;
63
+ }> & Readonly<{
50
64
  onOpened?: (() => any) | undefined;
51
65
  onClosed?: (() => any) | undefined;
52
- onDialogClick?: ((args_0: MouseEvent) => any) | undefined;
53
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
54
- backdropEl: HTMLDivElement;
55
- modalDialog: HTMLDialogElement;
56
- }, any>;
66
+ }>, {
67
+ id: string;
68
+ size: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
69
+ headerTitle: string;
70
+ customBackdropClasses: ClassType;
71
+ customModalDialogClasses: ClassType;
72
+ customModalHeaderClasses: ClassType;
73
+ customModalBodyClasses: ClassType;
74
+ customModalFooterClasses: ClassType;
75
+ withCloseIcon: boolean;
76
+ showModal: boolean;
77
+ closeIcon: string;
78
+ fullHeight: boolean;
79
+ closeOnClickOut: boolean;
80
+ centered: boolean;
81
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
57
82
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
58
83
  export default _default;
59
84
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { Optional } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare let __VLS_typeProps: {
3
3
  count?: number;
4
4
  limit?: number;
5
5
  siblings?: number;
@@ -8,15 +8,22 @@ type __VLS_Props = {
8
8
  small?: boolean;
9
9
  prevLabel?: string;
10
10
  nextLabel?: string;
11
- prevDataCy?: string;
12
- nextDataCy?: string;
13
11
  };
14
12
  type __VLS_PublicProps = {
15
13
  "pageNumber"?: Optional<number>;
16
- } & __VLS_Props;
14
+ } & typeof __VLS_typeProps;
17
15
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- "update:pageNumber": (value: Optional<number>) => any;
16
+ "update:pageNumber": (pageNumber: Optional<number>) => any;
19
17
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
- "onUpdate:pageNumber"?: ((value: Optional<number>) => any) | undefined;
21
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
18
+ "onUpdate:pageNumber"?: ((pageNumber: Optional<number>) => any) | undefined;
19
+ }>, {
20
+ arrowColor: string;
21
+ small: boolean;
22
+ count: number;
23
+ limit: number;
24
+ siblings: number;
25
+ additionalCount: number;
26
+ prevLabel: string;
27
+ nextLabel: string;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
29
  export default _default;
@@ -1,10 +1,4 @@
1
- type __VLS_Props = {
2
- label?: string;
3
- active?: boolean;
4
- idx?: number;
5
- };
6
1
  declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
2
  slots: {
9
3
  default?(_: {
10
4
  itemIdx: number;
@@ -13,13 +7,21 @@ declare function __VLS_template(): {
13
7
  refs: {
14
8
  liItem: HTMLLIElement;
15
9
  };
16
- rootEl: HTMLLIElement;
10
+ attrs: Partial<{}>;
17
11
  };
18
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ declare const __VLS_component: import('vue').DefineComponent<{
14
+ label?: string;
15
+ active?: boolean;
16
+ idx?: number;
17
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
18
  click: (args_0: number) => any;
21
19
  mouseover: (args_0: number) => any;
22
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ }, string, import('vue').PublicProps, Readonly<{
21
+ label?: string;
22
+ active?: boolean;
23
+ idx?: number;
24
+ }> & Readonly<{
23
25
  onClick?: ((args_0: number) => any) | undefined;
24
26
  onMouseover?: ((args_0: number) => any) | undefined;
25
27
  }>, {
@@ -28,7 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
28
30
  idx: number;
29
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
32
  liItem: HTMLLIElement;
31
- }, HTMLLIElement>;
33
+ }, any>;
32
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
35
  export default _default;
34
36
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,21 +1,176 @@
1
- import { Optional } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
3
- type?: "linear" | "logarithmic";
4
- min?: number;
5
- max?: number;
6
- };
7
- type __VLS_PublicProps = {
8
- "minValue"?: Optional<number>;
9
- "maxValue"?: Optional<number>;
10
- } & __VLS_Props;
11
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
- "update:minValue": (value: Optional<number>) => any;
13
- "update:maxValue": (value: Optional<number>) => any;
14
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
- "onUpdate:minValue"?: ((value: Optional<number>) => any) | undefined;
16
- "onUpdate:maxValue"?: ((value: Optional<number>) => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
- fromSlider: HTMLInputElement;
19
- toSlider: HTMLInputElement;
20
- }, HTMLDivElement>;
1
+ import { Nullable } from '@wikicasa-dev/types';
2
+ type Inputs = "min-input" | "max-input";
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ type: {
5
+ type: () => "linear" | "logarithmic";
6
+ default: string;
7
+ };
8
+ }>, {}, {
9
+ leftSliderLimit: number;
10
+ rightSliderLimit: number;
11
+ minValue: number;
12
+ maxValue: number;
13
+ sliderMinValue: number;
14
+ sliderMaxValue: number;
15
+ minlval: number;
16
+ maxlval: number;
17
+ scale: number;
18
+ }, {
19
+ fromSlider(): Nullable<HTMLInputElement>;
20
+ toSlider(): Nullable<HTMLInputElement>;
21
+ fromInput(): Nullable<HTMLInputElement>;
22
+ toInput(): Nullable<HTMLInputElement>;
23
+ }, {
24
+ handleInputChange(from: Inputs, value: string): void;
25
+ getCurrentPosition(value: number): number;
26
+ getCurrentValue(position: number): number;
27
+ controlFromInput(controlSlider: HTMLInputElement): void;
28
+ controlToInput(toSlider: HTMLInputElement, controlSlider: HTMLInputElement): void;
29
+ controlFromSlider(fromSlider: HTMLInputElement, toSlider: HTMLInputElement): void;
30
+ controlToSlider(fromSlider: HTMLInputElement, toSlider: HTMLInputElement): void;
31
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("minChanged" | "maxChanged")[], "minChanged" | "maxChanged", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ type: {
33
+ type: () => "linear" | "logarithmic";
34
+ default: string;
35
+ };
36
+ }>> & Readonly<{
37
+ onMinChanged?: ((...args: any[]) => any) | undefined;
38
+ onMaxChanged?: ((...args: any[]) => any) | undefined;
39
+ }>, {
40
+ type: "linear" | "logarithmic";
41
+ }, {}, {
42
+ BaseInput: {
43
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
44
+ modelValue?: string | number | undefined;
45
+ } & {
46
+ inputClass?: import('@wikicasa-dev/types').ClassType | unknown[];
47
+ labelText?: string;
48
+ feedback?: import('./types').FeedbackLabels;
49
+ isValid?: Nullable<boolean>;
50
+ keepFloatingLabel?: boolean;
51
+ formatter?: Nullable<Partial<{
52
+ formatFn: (n: number | string) => string;
53
+ unFormatFn: (v: string) => string | number | null;
54
+ }>>;
55
+ }> & Readonly<{
56
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
57
+ "onUpdate:modelValue"?: ((modelValue: string | number | undefined) => any) | undefined;
58
+ onFocusin?: (() => any) | undefined;
59
+ onFocusout?: (() => any) | undefined;
60
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
61
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
62
+ onKeydownEnterPressed?: (() => any) | undefined;
63
+ }>, {
64
+ select: () => void;
65
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
66
+ click: (args_0: MouseEvent) => any;
67
+ "update:modelValue": (modelValue: string | number | undefined) => any;
68
+ focusin: () => any;
69
+ focusout: () => any;
70
+ keydown: (args_0: KeyboardEvent) => any;
71
+ keyup: (args_0: KeyboardEvent) => any;
72
+ keydownEnterPressed: () => any;
73
+ }, import('vue').PublicProps, {
74
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
75
+ isValid: Nullable<boolean>;
76
+ labelText: string;
77
+ keepFloatingLabel: boolean;
78
+ formatter: Nullable<Partial<{
79
+ formatFn: (n: number | string) => string;
80
+ unFormatFn: (v: string) => string | number | null;
81
+ }>>;
82
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
83
+ P: {};
84
+ B: {};
85
+ D: {};
86
+ C: {};
87
+ M: {};
88
+ Defaults: {};
89
+ }, Readonly<{
90
+ modelValue?: string | number | undefined;
91
+ } & {
92
+ inputClass?: import('@wikicasa-dev/types').ClassType | unknown[];
93
+ labelText?: string;
94
+ feedback?: import('./types').FeedbackLabels;
95
+ isValid?: Nullable<boolean>;
96
+ keepFloatingLabel?: boolean;
97
+ formatter?: Nullable<Partial<{
98
+ formatFn: (n: number | string) => string;
99
+ unFormatFn: (v: string) => string | number | null;
100
+ }>>;
101
+ }> & Readonly<{
102
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
103
+ "onUpdate:modelValue"?: ((modelValue: string | number | undefined) => any) | undefined;
104
+ onFocusin?: (() => any) | undefined;
105
+ onFocusout?: (() => any) | undefined;
106
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
107
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
108
+ onKeydownEnterPressed?: (() => any) | undefined;
109
+ }>, {
110
+ select: () => void;
111
+ }, {}, {}, {}, {
112
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
113
+ isValid: Nullable<boolean>;
114
+ labelText: string;
115
+ keepFloatingLabel: boolean;
116
+ formatter: Nullable<Partial<{
117
+ formatFn: (n: number | string) => string;
118
+ unFormatFn: (v: string) => string | number | null;
119
+ }>>;
120
+ }>;
121
+ __isFragment?: never;
122
+ __isTeleport?: never;
123
+ __isSuspense?: never;
124
+ } & import('vue').ComponentOptionsBase<Readonly<{
125
+ modelValue?: string | number | undefined;
126
+ } & {
127
+ inputClass?: import('@wikicasa-dev/types').ClassType | unknown[];
128
+ labelText?: string;
129
+ feedback?: import('./types').FeedbackLabels;
130
+ isValid?: Nullable<boolean>;
131
+ keepFloatingLabel?: boolean;
132
+ formatter?: Nullable<Partial<{
133
+ formatFn: (n: number | string) => string;
134
+ unFormatFn: (v: string) => string | number | null;
135
+ }>>;
136
+ }> & Readonly<{
137
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
138
+ "onUpdate:modelValue"?: ((modelValue: string | number | undefined) => any) | undefined;
139
+ onFocusin?: (() => any) | undefined;
140
+ onFocusout?: (() => any) | undefined;
141
+ onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
142
+ onKeyup?: ((args_0: KeyboardEvent) => any) | undefined;
143
+ onKeydownEnterPressed?: (() => any) | undefined;
144
+ }>, {
145
+ select: () => void;
146
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
147
+ click: (args_0: MouseEvent) => any;
148
+ "update:modelValue": (modelValue: string | number | undefined) => any;
149
+ focusin: () => any;
150
+ focusout: () => any;
151
+ keydown: (args_0: KeyboardEvent) => any;
152
+ keyup: (args_0: KeyboardEvent) => any;
153
+ keydownEnterPressed: () => any;
154
+ }, string, {
155
+ inputClass: import('@wikicasa-dev/types').ClassType | unknown[];
156
+ isValid: Nullable<boolean>;
157
+ labelText: string;
158
+ keepFloatingLabel: boolean;
159
+ formatter: Nullable<Partial<{
160
+ formatFn: (n: number | string) => string;
161
+ unFormatFn: (v: string) => string | number | null;
162
+ }>>;
163
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
164
+ $slots: {
165
+ leftIcon?(_: {}): any;
166
+ righticon?(_: {
167
+ handleClean: () => void;
168
+ handleShowPasswd: () => void;
169
+ curType: string;
170
+ }): any;
171
+ feedback?(_: {}): any;
172
+ "under-label"?(_: {}): any;
173
+ };
174
+ });
175
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
176
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { Action, Nullable, SnackbarTypes } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare const _default: import('vue').DefineComponent<{
3
3
  type?: SnackbarTypes;
4
4
  title: string;
5
5
  body: string;
@@ -9,16 +9,23 @@ type __VLS_Props = {
9
9
  };
10
10
  timeout?: number;
11
11
  cb?: Nullable<Action>;
12
- };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
13
  "snackbar-hidden": () => any;
15
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<{
15
+ type?: SnackbarTypes;
16
+ title: string;
17
+ body: string;
18
+ icon?: {
19
+ src: string;
20
+ alt: string;
21
+ };
22
+ timeout?: number;
23
+ cb?: Nullable<Action>;
24
+ }> & Readonly<{
16
25
  "onSnackbar-hidden"?: (() => any) | undefined;
17
26
  }>, {
18
27
  type: SnackbarTypes;
19
28
  timeout: number;
20
29
  cb: Nullable<Action>;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
22
- snackbar: HTMLDivElement;
23
- }, any>;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
31
  export default _default;
@@ -1,32 +1,33 @@
1
1
  import { Nullable } from '@wikicasa-dev/types';
2
- import { FeedbackLabels, ClassTypeProp } from './types';
3
- type __VLS_Props = {
2
+ import { FeedbackLabels } from './types';
3
+ declare let __VLS_typeProps: {
4
4
  labelText?: string;
5
5
  feedback?: FeedbackLabels;
6
6
  isValid?: Nullable<boolean>;
7
7
  resize?: boolean;
8
- labelClasses?: ClassTypeProp;
9
8
  };
10
9
  type __VLS_PublicProps = {
11
10
  modelValue?: string | undefined;
12
- } & __VLS_Props;
11
+ } & typeof __VLS_typeProps;
13
12
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
14
13
  disableTextarea: () => void;
15
14
  clearTextareaElem: () => void;
16
15
  focusDisabledTextarea: () => void;
17
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
17
  click: (args_0: MouseEvent) => any;
19
- "update:modelValue": (value: string | undefined) => any;
18
+ "update:modelValue": (modelValue: string | undefined) => any;
20
19
  focusin: () => any;
21
20
  focusout: () => any;
22
21
  keydown: (args_0: KeyboardEvent) => any;
23
22
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
23
  onClick?: ((args_0: MouseEvent) => any) | undefined;
25
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
24
+ "onUpdate:modelValue"?: ((modelValue: string | undefined) => any) | undefined;
26
25
  onFocusin?: (() => any) | undefined;
27
26
  onFocusout?: (() => any) | undefined;
28
27
  onKeydown?: ((args_0: KeyboardEvent) => any) | undefined;
29
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
- textarea: HTMLTextAreaElement;
31
- }, any>;
28
+ }>, {
29
+ isValid: Nullable<boolean>;
30
+ resize: boolean;
31
+ labelText: string;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
33
  export default _default;
@@ -1,24 +1,23 @@
1
- type __VLS_Props = {
1
+ declare let __VLS_typeProps: {
2
2
  withRightLabel?: boolean;
3
3
  label?: string;
4
4
  };
5
5
  type __VLS_PublicProps = {
6
6
  modelValue?: boolean | undefined;
7
- } & __VLS_Props;
7
+ } & typeof __VLS_typeProps;
8
8
  declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
9
  slots: {
11
10
  leftLabel?(_: {}): any;
12
11
  rightLabel?(_: {}): any;
13
12
  };
14
13
  refs: {};
15
- rootEl: any;
14
+ attrs: Partial<{}>;
16
15
  };
17
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
17
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
- "update:modelValue": (value: boolean | undefined) => any;
18
+ "update:modelValue": (modelValue: boolean | undefined) => any;
20
19
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
20
+ "onUpdate:modelValue"?: ((modelValue: boolean | undefined) => any) | undefined;
22
21
  }>, {
23
22
  label: string;
24
23
  withRightLabel: boolean;
@@ -1,5 +1,14 @@
1
1
  import { ClassType } from '@wikicasa-dev/types';
2
- type __VLS_Props = {
2
+ declare function __VLS_template(): {
3
+ slots: {
4
+ trigger?(_: {}): any;
5
+ content?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<{
3
12
  theme?: {
4
13
  color: "blue" | "white";
5
14
  size: "sm" | "md" | "lg";
@@ -8,18 +17,16 @@ type __VLS_Props = {
8
17
  customTooltipClass?: "mail-alert" | "";
9
18
  showTooltipContentManually?: boolean;
10
19
  tooltipContentClasses?: ClassType;
11
- };
12
- declare function __VLS_template(): {
13
- attrs: Partial<{}>;
14
- slots: {
15
- trigger?(_: {}): any;
16
- content?(_: {}): any;
20
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
21
+ theme?: {
22
+ color: "blue" | "white";
23
+ size: "sm" | "md" | "lg";
17
24
  };
18
- refs: {};
19
- rootEl: HTMLDivElement;
20
- };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
25
+ direction?: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
26
+ customTooltipClass?: "mail-alert" | "";
27
+ showTooltipContentManually?: boolean;
28
+ tooltipContentClasses?: ClassType;
29
+ }> & Readonly<{}>, {
23
30
  direction: "top" | "bottom" | "left" | "right" | "top-center" | "bottom-center";
24
31
  theme: {
25
32
  color: "blue" | "white";
@@ -28,7 +35,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
28
35
  customTooltipClass: "mail-alert" | "";
29
36
  showTooltipContentManually: boolean;
30
37
  tooltipContentClasses: ClassType;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
32
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
40
  export default _default;
34
41
  type __VLS_WithTemplateSlots<T, S> = T & {