@vonage/vivid-react 0.0.1 → 2.10.47

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 (191) hide show
  1. package/README.md +183 -0
  2. package/VwcAccordion/index.d.ts +14 -0
  3. package/VwcAccordion/index.js +59 -0
  4. package/VwcAccordion/package.json +11 -0
  5. package/VwcActionGroup/index.d.ts +18 -0
  6. package/VwcActionGroup/index.js +90 -0
  7. package/VwcActionGroup/package.json +11 -0
  8. package/VwcBadge/index.d.ts +29 -0
  9. package/VwcBadge/index.js +154 -0
  10. package/VwcBadge/package.json +11 -0
  11. package/VwcBanner/index.d.ts +26 -0
  12. package/VwcBanner/index.js +91 -0
  13. package/VwcBanner/package.json +11 -0
  14. package/VwcButton/index.d.ts +55 -0
  15. package/VwcButton/index.js +240 -0
  16. package/VwcButton/package.json +11 -0
  17. package/VwcButtonToggleGroup/index.d.ts +25 -0
  18. package/VwcButtonToggleGroup/index.js +91 -0
  19. package/VwcButtonToggleGroup/package.json +11 -0
  20. package/VwcCalendar/index.d.ts +20 -0
  21. package/VwcCalendar/index.js +70 -0
  22. package/VwcCalendar/package.json +11 -0
  23. package/VwcCalendarEvent/index.d.ts +25 -0
  24. package/VwcCalendarEvent/index.js +81 -0
  25. package/VwcCalendarEvent/package.json +11 -0
  26. package/VwcCard/index.d.ts +23 -0
  27. package/VwcCard/index.js +76 -0
  28. package/VwcCard/package.json +11 -0
  29. package/VwcCarousel/index.d.ts +14 -0
  30. package/VwcCarousel/index.js +45 -0
  31. package/VwcCarousel/package.json +11 -0
  32. package/VwcCarouselItem/index.d.ts +14 -0
  33. package/VwcCarouselItem/index.js +49 -0
  34. package/VwcCarouselItem/package.json +11 -0
  35. package/VwcCheckListItem/index.d.ts +41 -0
  36. package/VwcCheckListItem/index.js +153 -0
  37. package/VwcCheckListItem/package.json +11 -0
  38. package/VwcCheckbox/index.d.ts +34 -0
  39. package/VwcCheckbox/index.js +126 -0
  40. package/VwcCheckbox/package.json +11 -0
  41. package/VwcChip/index.d.ts +31 -0
  42. package/VwcChip/index.js +106 -0
  43. package/VwcChip/package.json +11 -0
  44. package/VwcChipSet/index.d.ts +16 -0
  45. package/VwcChipSet/index.js +60 -0
  46. package/VwcChipSet/package.json +11 -0
  47. package/VwcCircularProgress/index.d.ts +24 -0
  48. package/VwcCircularProgress/index.js +84 -0
  49. package/VwcCircularProgress/package.json +11 -0
  50. package/VwcDataGrid/index.d.ts +33 -0
  51. package/VwcDataGrid/index.js +122 -0
  52. package/VwcDataGrid/package.json +11 -0
  53. package/VwcDataGridColumn/index.d.ts +43 -0
  54. package/VwcDataGridColumn/index.js +144 -0
  55. package/VwcDataGridColumn/package.json +11 -0
  56. package/VwcDatepicker/index.d.ts +120 -0
  57. package/VwcDatepicker/index.js +422 -0
  58. package/VwcDatepicker/package.json +11 -0
  59. package/VwcDialog/index.d.ts +40 -0
  60. package/VwcDialog/index.js +135 -0
  61. package/VwcDialog/package.json +11 -0
  62. package/VwcDrawer/index.d.ts +20 -0
  63. package/VwcDrawer/index.js +80 -0
  64. package/VwcDrawer/package.json +11 -0
  65. package/VwcDropdown/index.d.ts +61 -0
  66. package/VwcDropdown/index.js +221 -0
  67. package/VwcDropdown/package.json +11 -0
  68. package/VwcElevation/index.d.ts +14 -0
  69. package/VwcElevation/index.js +45 -0
  70. package/VwcElevation/package.json +11 -0
  71. package/VwcEmptyState/index.d.ts +18 -0
  72. package/VwcEmptyState/index.js +59 -0
  73. package/VwcEmptyState/package.json +11 -0
  74. package/VwcExpansionPanel/index.d.ts +34 -0
  75. package/VwcExpansionPanel/index.js +199 -0
  76. package/VwcExpansionPanel/package.json +11 -0
  77. package/VwcFab/index.d.ts +32 -0
  78. package/VwcFab/index.js +124 -0
  79. package/VwcFab/package.json +11 -0
  80. package/VwcFilePicker/index.d.ts +24 -0
  81. package/VwcFilePicker/index.js +88 -0
  82. package/VwcFilePicker/package.json +11 -0
  83. package/VwcFormfield/index.d.ts +20 -0
  84. package/VwcFormfield/index.js +70 -0
  85. package/VwcFormfield/package.json +11 -0
  86. package/VwcHelperMessage/index.d.ts +14 -0
  87. package/VwcHelperMessage/index.js +49 -0
  88. package/VwcHelperMessage/package.json +11 -0
  89. package/VwcIcon/index.d.ts +22 -0
  90. package/VwcIcon/index.js +102 -0
  91. package/VwcIcon/package.json +11 -0
  92. package/VwcIconButton/index.d.ts +31 -0
  93. package/VwcIconButton/index.js +111 -0
  94. package/VwcIconButton/package.json +11 -0
  95. package/VwcIconButtonToggle/index.d.ts +37 -0
  96. package/VwcIconButtonToggle/index.js +136 -0
  97. package/VwcIconButtonToggle/package.json +11 -0
  98. package/VwcKeypad/index.d.ts +31 -0
  99. package/VwcKeypad/index.js +176 -0
  100. package/VwcKeypad/package.json +11 -0
  101. package/VwcLayout/index.d.ts +20 -0
  102. package/VwcLayout/index.js +105 -0
  103. package/VwcLayout/package.json +11 -0
  104. package/VwcLinearProgress/index.d.ts +26 -0
  105. package/VwcLinearProgress/index.js +98 -0
  106. package/VwcLinearProgress/package.json +11 -0
  107. package/VwcList/index.d.ts +35 -0
  108. package/VwcList/index.js +146 -0
  109. package/VwcList/package.json +11 -0
  110. package/VwcListExpansionPanel/index.d.ts +19 -0
  111. package/VwcListExpansionPanel/index.js +68 -0
  112. package/VwcListExpansionPanel/package.json +11 -0
  113. package/VwcListItem/index.d.ts +42 -0
  114. package/VwcListItem/index.js +171 -0
  115. package/VwcListItem/package.json +11 -0
  116. package/VwcMenu/index.d.ts +53 -0
  117. package/VwcMenu/index.js +210 -0
  118. package/VwcMenu/package.json +11 -0
  119. package/VwcNotchedOutline/index.d.ts +17 -0
  120. package/VwcNotchedOutline/index.js +58 -0
  121. package/VwcNotchedOutline/package.json +11 -0
  122. package/VwcNote/index.d.ts +18 -0
  123. package/VwcNote/index.js +59 -0
  124. package/VwcNote/package.json +11 -0
  125. package/VwcPagination/index.d.ts +16 -0
  126. package/VwcPagination/index.js +52 -0
  127. package/VwcPagination/package.json +11 -0
  128. package/VwcPopup/index.d.ts +30 -0
  129. package/VwcPopup/index.js +147 -0
  130. package/VwcPopup/package.json +11 -0
  131. package/VwcRadio/index.d.ts +52 -0
  132. package/VwcRadio/index.js +149 -0
  133. package/VwcRadio/package.json +11 -0
  134. package/VwcRadioListItem/index.d.ts +41 -0
  135. package/VwcRadioListItem/index.js +148 -0
  136. package/VwcRadioListItem/package.json +11 -0
  137. package/VwcSchemeSelect/index.d.ts +14 -0
  138. package/VwcSchemeSelect/index.js +46 -0
  139. package/VwcSchemeSelect/package.json +11 -0
  140. package/VwcSelect/index.d.ts +60 -0
  141. package/VwcSelect/index.js +253 -0
  142. package/VwcSelect/package.json +11 -0
  143. package/VwcSideDrawer/index.d.ts +22 -0
  144. package/VwcSideDrawer/index.js +73 -0
  145. package/VwcSideDrawer/package.json +11 -0
  146. package/VwcSlider/index.d.ts +34 -0
  147. package/VwcSlider/index.js +129 -0
  148. package/VwcSlider/package.json +11 -0
  149. package/VwcSnackbar/index.d.ts +42 -0
  150. package/VwcSnackbar/index.js +138 -0
  151. package/VwcSnackbar/package.json +11 -0
  152. package/VwcSurface/index.d.ts +42 -0
  153. package/VwcSurface/index.js +145 -0
  154. package/VwcSurface/package.json +11 -0
  155. package/VwcSwitch/index.d.ts +27 -0
  156. package/VwcSwitch/index.js +114 -0
  157. package/VwcSwitch/package.json +11 -0
  158. package/VwcTab/index.d.ts +40 -0
  159. package/VwcTab/index.js +151 -0
  160. package/VwcTab/package.json +11 -0
  161. package/VwcTabBar/index.d.ts +15 -0
  162. package/VwcTabBar/index.js +55 -0
  163. package/VwcTabBar/package.json +11 -0
  164. package/VwcTag/index.d.ts +34 -0
  165. package/VwcTag/index.js +115 -0
  166. package/VwcTag/package.json +11 -0
  167. package/VwcText/index.d.ts +18 -0
  168. package/VwcText/index.js +83 -0
  169. package/VwcText/package.json +11 -0
  170. package/VwcTextarea/index.d.ts +93 -0
  171. package/VwcTextarea/index.js +331 -0
  172. package/VwcTextarea/package.json +11 -0
  173. package/VwcTextfield/index.d.ts +89 -0
  174. package/VwcTextfield/index.js +329 -0
  175. package/VwcTextfield/package.json +11 -0
  176. package/VwcThemeSwitch/index.d.ts +14 -0
  177. package/VwcThemeSwitch/index.js +57 -0
  178. package/VwcThemeSwitch/package.json +11 -0
  179. package/VwcTooltip/index.d.ts +22 -0
  180. package/VwcTooltip/index.js +105 -0
  181. package/VwcTooltip/package.json +11 -0
  182. package/VwcTopAppBar/index.d.ts +22 -0
  183. package/VwcTopAppBar/index.js +77 -0
  184. package/VwcTopAppBar/package.json +11 -0
  185. package/VwcTopAppBarFixed/index.d.ts +22 -0
  186. package/VwcTopAppBarFixed/index.js +88 -0
  187. package/VwcTopAppBarFixed/package.json +11 -0
  188. package/index.js +281 -0
  189. package/package.json +135 -7
  190. package/testing/component.mock.js +3 -0
  191. package/types/index.d.ts +2 -0
@@ -0,0 +1,43 @@
1
+ import React, { ReactNode } from 'react';
2
+ import '@vonage/vwc-data-grid';
3
+ import '@vonage/vwc-data-grid/vwc-data-grid-column';
4
+ /**
5
+ * @param {string | undefined} path
6
+ * @param {boolean} tree
7
+ * @param {boolean} hidden
8
+ * @param {boolean} frozen
9
+ * @param {boolean} sortable
10
+ * @param {boolean} filterable
11
+ * @param {boolean} resizable
12
+ * @param {string | undefined} selector
13
+ * @param {boolean} autoWidth
14
+ * @param {string | undefined} width
15
+ * @param {string} header
16
+ * @param {undefined} headerRenderer
17
+ * @param {string} footer
18
+ * @param {undefined} footerRenderer
19
+ * @param {undefined} cellRenderer
20
+ */
21
+ declare const VwcDataGridColumn: (props: {
22
+ children?: ReactNode;
23
+ slot?: string | undefined;
24
+ id?: string | undefined;
25
+ style?: React.CSSProperties | undefined;
26
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
27
+ path?: string | undefined;
28
+ tree?: boolean | undefined;
29
+ hidden?: boolean | undefined;
30
+ frozen?: boolean | undefined;
31
+ sortable?: boolean | undefined;
32
+ filterable?: boolean | undefined;
33
+ resizable?: boolean | undefined;
34
+ selector?: string | undefined;
35
+ autoWidth?: boolean | undefined;
36
+ width?: string | undefined;
37
+ header?: string | undefined;
38
+ headerRenderer?: any;
39
+ footer?: string | undefined;
40
+ footerRenderer?: any;
41
+ cellRenderer?: any;
42
+ }) => JSX.Element;
43
+ export default VwcDataGridColumn;
@@ -0,0 +1,144 @@
1
+ /*
2
+ * DO NOT EDIT THIS FILE. IT IS GENERATED
3
+ */
4
+ /*
5
+ Code in this file were generated using following JSON:
6
+ {
7
+ "name": "vwc-data-grid-column",
8
+ "path": "./../node_modules/@vonage/vwc-data-grid/vwc-data-grid-column-api.d.ts",
9
+ "properties": [
10
+ {
11
+ "name": "path",
12
+ "type": "string | undefined",
13
+ "bindable": false
14
+ },
15
+ {
16
+ "name": "tree",
17
+ "type": "boolean",
18
+ "bindable": false
19
+ },
20
+ {
21
+ "name": "hidden",
22
+ "type": "boolean",
23
+ "bindable": false
24
+ },
25
+ {
26
+ "name": "frozen",
27
+ "type": "boolean",
28
+ "bindable": false
29
+ },
30
+ {
31
+ "name": "sortable",
32
+ "type": "boolean",
33
+ "bindable": false
34
+ },
35
+ {
36
+ "name": "filterable",
37
+ "type": "boolean",
38
+ "bindable": false
39
+ },
40
+ {
41
+ "name": "resizable",
42
+ "type": "boolean",
43
+ "bindable": false
44
+ },
45
+ {
46
+ "name": "selector",
47
+ "type": "string | undefined",
48
+ "bindable": false
49
+ },
50
+ {
51
+ "name": "autoWidth",
52
+ "type": "boolean",
53
+ "bindable": false
54
+ },
55
+ {
56
+ "name": "width",
57
+ "type": "string | undefined",
58
+ "bindable": false
59
+ },
60
+ {
61
+ "name": "header",
62
+ "type": "string",
63
+ "bindable": false
64
+ },
65
+ {
66
+ "name": "headerRenderer",
67
+ "type": "undefined",
68
+ "bindable": true
69
+ },
70
+ {
71
+ "name": "footer",
72
+ "type": "string",
73
+ "bindable": false
74
+ },
75
+ {
76
+ "name": "footerRenderer",
77
+ "type": "undefined",
78
+ "bindable": true
79
+ },
80
+ {
81
+ "name": "cellRenderer",
82
+ "type": "undefined",
83
+ "bindable": true
84
+ }
85
+ ],
86
+ "events": []
87
+ }
88
+ */
89
+ import PropTypes from 'prop-types'
90
+ import wrapper from '@vonage/vivid-react-wrapper'
91
+ import '@vonage/vwc-data-grid'
92
+ import '@vonage/vwc-data-grid/vwc-data-grid-column'
93
+
94
+
95
+ /**
96
+ * @param {string | undefined} path
97
+ * @param {boolean} tree
98
+ * @param {boolean} hidden
99
+ * @param {boolean} frozen
100
+ * @param {boolean} sortable
101
+ * @param {boolean} filterable
102
+ * @param {boolean} resizable
103
+ * @param {string | undefined} selector
104
+ * @param {boolean} autoWidth
105
+ * @param {string | undefined} width
106
+ * @param {string} header
107
+ * @param {undefined} headerRenderer
108
+ * @param {string} footer
109
+ * @param {undefined} footerRenderer
110
+ * @param {undefined} cellRenderer
111
+ */
112
+ const VwcDataGridColumn = wrapper('vwc-data-grid-column', {
113
+ events: [],
114
+ attributes: [],
115
+ properties: ["headerRenderer","footerRenderer","cellRenderer"]
116
+ });
117
+
118
+ VwcDataGridColumn.propTypes = {
119
+ path: PropTypes.string,
120
+ tree: PropTypes.bool,
121
+ hidden: PropTypes.bool,
122
+ frozen: PropTypes.bool,
123
+ sortable: PropTypes.bool,
124
+ filterable: PropTypes.bool,
125
+ resizable: PropTypes.bool,
126
+ selector: PropTypes.string,
127
+ autoWidth: PropTypes.bool,
128
+ width: PropTypes.string,
129
+ header: PropTypes.string,
130
+ headerRenderer: PropTypes.any /* undefined */,
131
+ footer: PropTypes.string,
132
+ footerRenderer: PropTypes.any /* undefined */,
133
+ cellRenderer: PropTypes.any /* undefined */
134
+ }
135
+
136
+ VwcDataGridColumn.defaultProps = {
137
+
138
+ }
139
+
140
+ VwcDataGridColumn.displayName = 'VwcDataGridColumn'
141
+
142
+
143
+
144
+ export default VwcDataGridColumn
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vwc-data-grid-column",
3
+ "version": "2.10.47",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vwc-data-grid": "2.37.0"
10
+ }
11
+ }
@@ -0,0 +1,120 @@
1
+ import React, { ReactNode } from 'react';
2
+ import '@vonage/vwc-datepicker';
3
+ /**
4
+ * @param {boolean} monthPicker
5
+ * @param {boolean} weekSelect
6
+ * @param {boolean} closeOnSelect
7
+ * @param {boolean} fixedMenuPosition
8
+ * @param {HTMLElement | null} anchor
9
+ * @param {string} placeholder - Placeholder text for input element provided by lit-flatpickr
10
+ * @param {string} altFormat - Exactly the same as date format, but for the altInput field
11
+ * @param {boolean} altInput - Show the user a readable date (as per altFormat), but return something totally different to the server.
12
+ * @param {string} altInputClass - This class will be added to the input element created by the altInput option.
13
+ Note that altInput already inherits classes from the original input.
14
+ * @param {boolean} allowInput - Allows the user to enter a date directly input the input field. By default, direct entry is disabled.
15
+ * @param {string} ariaDateFormat - Defines how the date will be formatted in the aria-label for calendar days, using the same tokens as dateFormat.
16
+ If you change this, you should choose a value that will make sense if a screen reader reads it out loud
17
+ * @param {boolean} clickOpens - Whether clicking on the input should open the picker.
18
+ You could disable this if you wish to open the calendar manually with.open()
19
+ * @param {string} dateFormat - A string of characters which are used to define how the date will be displayed in the input box.
20
+ * @param {DateOption|DateOption[]} defaultDate - Sets the initial selected date(s).
21
+
22
+ If you're using mode: "multiple" or a range calendar supply an Array of
23
+ Date objects or an Array of date strings which follow your dateFormat.
24
+
25
+ Otherwise, you can supply a single Date object or a date string.
26
+ * @param {number} defaultHour - Initial value of the hour element.
27
+ * @param {number} defaultMinute - Initial value of the minute element.
28
+ * @param {DateLimit<DateOption>[]} disable - Dates selected to be unavailable for selection.
29
+ * @param {boolean} disableMobile - Set disableMobile to true to always use the non-native picker.
30
+ By default, flatpickr utilizes native datetime widgets unless certain options (e.g. disable) are used.
31
+ * @param {DateLimit<DateOption>[] | undefined} enable - Dates selected to be available for selection.
32
+ * @param {boolean} enableTime - Enables time picker
33
+ * @param {boolean} enableSeconds - Enables seconds in the time picker
34
+ * @param {((date: Date, format: string, locale: Locale) => string) | undefined} formatDateFn - Allows using a custom date formatting function instead of the built-in
35
+ handling for date formats using dateFormat, altFormat, etc.
36
+
37
+ Function format: (date: Date, format: string, locale: Locale) => string
38
+ * @param {number} hourIncrement - Adjusts the step for the hour input (incl. scrolling)
39
+ * @param {number} minuteIncrement - Adjusts the step for the minute input (incl. scrolling)
40
+ * @param {boolean} inline - Displays the calendar inline
41
+ * @param {DateOption | undefined} maxDate - The maximum date that a user can pick to (inclusive).
42
+ * @param {DateOption | undefined} minDate - The minimum date that a user can pick to (inclusive).
43
+ * @param {"single" | "multiple" | "range"} mode - "single", "multiple", or "range"
44
+ * @param {string} nextArrow - HTML for the arrow icon, used to switch months.
45
+ * @param {string} prevArrow - HTML for the arrow icon, used to switch months.
46
+ * @param {boolean} noCalendar - Hides the day selection in calendar.
47
+ Use it along with enableTime to create a time picker.
48
+ * @param {Hook | undefined} onChange - Function(s) to trigger on every date selection
49
+ * @param {Hook | undefined} onClose - Function(s) to trigger every time the calendar is closed
50
+ * @param {Hook | undefined} onOpen - Function(s) to trigger every time the calendar is opened
51
+ * @param {Hook | undefined} onReady - Function(s) to trigger when the calendar is ready
52
+ * @param {Hook | undefined} onMonthChange - Function(s) to trigger every time the calendar month is changed by the user or programmatically
53
+ * @param {Hook | undefined} onYearChange - Function(s) to trigger every time the calendar year is changed by the user or programmatically
54
+ * @param {Hook | undefined} onValueUpdate - Function(s) to trigger when the input value is updated with a new date string
55
+ * @param {((date: string, format: string) => Date) | undefined} parseDateFn - Function that expects a date string and must return a Date object.
56
+
57
+ Function format: (date: string, format: string) => string
58
+ * @param {"auto" | "above" | "below"} position - Where the calendar is rendered relative to the input
59
+ * @param {boolean} shorthandCurrentMonth - Show the month using the shorthand version (ie, Sep instead of September)
60
+ * @param {number} showMonths - The number of months showed
61
+ * @param {boolean} static - Position the calendar inside the wrapper and next to the input element
62
+ * @param {boolean} weekNumbers - Enabled display of week numbers in calendar
63
+ * @param {boolean} wrap - flatpickr can parse an input group of textboxes and buttons, common in Bootstrap and other frameworks.
64
+ This permits additional markup, as well as custom elements to trigger the state of the calendar.
65
+ * @param { "light" | "dark" | "material_blue" | "material_red" | "material_green" | "material_orange" | "airbnb" | "confetti" | "none" } theme - The set theme of flatpickr.
66
+ */
67
+ declare const VwcDatepicker: (props: {
68
+ children?: ReactNode;
69
+ slot?: string | undefined;
70
+ id?: string | undefined;
71
+ style?: React.CSSProperties | undefined;
72
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
73
+ monthPicker?: boolean | undefined;
74
+ weekSelect?: boolean | undefined;
75
+ closeOnSelect?: boolean | undefined;
76
+ fixedMenuPosition?: boolean | undefined;
77
+ anchor?: any;
78
+ placeholder?: string | undefined;
79
+ altFormat?: string | undefined;
80
+ altInput?: boolean | undefined;
81
+ altInputClass?: string | undefined;
82
+ allowInput?: boolean | undefined;
83
+ ariaDateFormat?: string | undefined;
84
+ clickOpens?: boolean | undefined;
85
+ dateFormat?: string | undefined;
86
+ defaultDate?: any[] | undefined;
87
+ defaultHour?: number | undefined;
88
+ defaultMinute?: number | undefined;
89
+ disable?: any[] | undefined;
90
+ disableMobile?: boolean | undefined;
91
+ enable?: any;
92
+ enableTime?: boolean | undefined;
93
+ enableSeconds?: boolean | undefined;
94
+ formatDateFn?: any;
95
+ hourIncrement?: number | undefined;
96
+ minuteIncrement?: number | undefined;
97
+ inline?: boolean | undefined;
98
+ maxDate?: any;
99
+ minDate?: any;
100
+ mode?: "single" | "multiple" | "range" | undefined;
101
+ nextArrow?: string | undefined;
102
+ prevArrow?: string | undefined;
103
+ noCalendar?: boolean | undefined;
104
+ onChange?: any;
105
+ onClose?: any;
106
+ onOpen?: any;
107
+ onReady?: any;
108
+ onMonthChange?: any;
109
+ onYearChange?: any;
110
+ onValueUpdate?: any;
111
+ parseDateFn?: any;
112
+ position?: "auto" | "above" | "below" | undefined;
113
+ shorthandCurrentMonth?: boolean | undefined;
114
+ showMonths?: number | undefined;
115
+ static?: boolean | undefined;
116
+ weekNumbers?: boolean | undefined;
117
+ wrap?: boolean | undefined;
118
+ theme?: "light" | "dark" | "material_blue" | "material_red" | "material_green" | "material_orange" | "airbnb" | "confetti" | "none" | undefined;
119
+ }) => JSX.Element;
120
+ export default VwcDatepicker;