kui-complex 0.0.79 → 0.0.80

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 (433) hide show
  1. package/AutocompleteOption/cjs/index.js +50 -0
  2. package/AutocompleteOption/cjs/index.js.map +1 -0
  3. package/AutocompleteOption/cjs/package.json +9 -0
  4. package/AutocompleteOption/index.d.ts +7 -0
  5. package/AutocompleteOption/index.js +44 -0
  6. package/AutocompleteOption/index.js.map +1 -0
  7. package/AutocompleteOption/package.json +9 -0
  8. package/Avatar/cjs/index.js +92 -0
  9. package/Avatar/cjs/index.js.map +1 -0
  10. package/Avatar/cjs/package.json +9 -0
  11. package/Avatar/index.d.ts +12 -0
  12. package/Avatar/index.js +86 -0
  13. package/Avatar/index.js.map +1 -0
  14. package/Avatar/package.json +9 -0
  15. package/ButtonSelect/cjs/index.js +252 -0
  16. package/ButtonSelect/cjs/index.js.map +1 -0
  17. package/ButtonSelect/cjs/package.json +9 -0
  18. package/ButtonSelect/index.d.ts +24 -0
  19. package/ButtonSelect/index.js +228 -0
  20. package/ButtonSelect/index.js.map +1 -0
  21. package/ButtonSelect/package.json +9 -0
  22. package/ButtonTab/cjs/index.js +58 -0
  23. package/ButtonTab/cjs/index.js.map +1 -0
  24. package/ButtonTab/cjs/package.json +9 -0
  25. package/ButtonTab/index.d.ts +14 -0
  26. package/ButtonTab/index.js +51 -0
  27. package/ButtonTab/index.js.map +1 -0
  28. package/ButtonTab/package.json +9 -0
  29. package/ButtonsPanel/cjs/index.js +133 -0
  30. package/ButtonsPanel/cjs/index.js.map +1 -0
  31. package/ButtonsPanel/cjs/package.json +9 -0
  32. package/ButtonsPanel/index.d.ts +19 -0
  33. package/ButtonsPanel/index.js +108 -0
  34. package/ButtonsPanel/index.js.map +1 -0
  35. package/ButtonsPanel/package.json +9 -0
  36. package/CalendarHeaderWithSelect/cjs/index.js +287 -0
  37. package/CalendarHeaderWithSelect/cjs/index.js.map +1 -0
  38. package/CalendarHeaderWithSelect/cjs/package.json +10 -0
  39. package/CalendarHeaderWithSelect/index.d.ts +21 -0
  40. package/CalendarHeaderWithSelect/index.js +263 -0
  41. package/CalendarHeaderWithSelect/index.js.map +1 -0
  42. package/CalendarHeaderWithSelect/package.json +10 -0
  43. package/CalendarStandardContainer/cjs/index.js +63 -0
  44. package/CalendarStandardContainer/cjs/index.js.map +1 -0
  45. package/CalendarStandardContainer/cjs/package.json +9 -0
  46. package/CalendarStandardContainer/index.d.ts +13 -0
  47. package/CalendarStandardContainer/index.js +57 -0
  48. package/CalendarStandardContainer/index.js.map +1 -0
  49. package/CalendarStandardContainer/package.json +9 -0
  50. package/CalendarStandardHeader/cjs/index.js +57 -0
  51. package/CalendarStandardHeader/cjs/index.js.map +1 -0
  52. package/CalendarStandardHeader/cjs/package.json +10 -0
  53. package/CalendarStandardHeader/index.d.ts +13 -0
  54. package/CalendarStandardHeader/index.js +50 -0
  55. package/CalendarStandardHeader/index.js.map +1 -0
  56. package/CalendarStandardHeader/package.json +10 -0
  57. package/CheckboxGroupWithTitle/cjs/index.js +81 -0
  58. package/CheckboxGroupWithTitle/cjs/index.js.map +1 -0
  59. package/CheckboxGroupWithTitle/cjs/package.json +10 -0
  60. package/CheckboxGroupWithTitle/index.d.ts +15 -0
  61. package/CheckboxGroupWithTitle/index.js +75 -0
  62. package/CheckboxGroupWithTitle/index.js.map +1 -0
  63. package/CheckboxGroupWithTitle/package.json +10 -0
  64. package/CheckboxWithController/cjs/index.js +63 -0
  65. package/CheckboxWithController/cjs/index.js.map +1 -0
  66. package/CheckboxWithController/cjs/package.json +10 -0
  67. package/CheckboxWithController/index.d.ts +5 -0
  68. package/CheckboxWithController/index.js +61 -0
  69. package/CheckboxWithController/index.js.map +1 -0
  70. package/CheckboxWithController/package.json +10 -0
  71. package/DependentInput/cjs/index.js +81 -0
  72. package/DependentInput/cjs/index.js.map +1 -0
  73. package/DependentInput/cjs/package.json +10 -0
  74. package/DependentInput/index.d.ts +3 -0
  75. package/DependentInput/index.js +79 -0
  76. package/DependentInput/index.js.map +1 -0
  77. package/DependentInput/package.json +10 -0
  78. package/DesktopInputWithMonthPicker/cjs/index.js +102 -0
  79. package/DesktopInputWithMonthPicker/cjs/index.js.map +1 -0
  80. package/DesktopInputWithMonthPicker/cjs/package.json +11 -0
  81. package/DesktopInputWithMonthPicker/index.d.ts +5 -0
  82. package/DesktopInputWithMonthPicker/index.js +95 -0
  83. package/DesktopInputWithMonthPicker/index.js.map +1 -0
  84. package/DesktopInputWithMonthPicker/package.json +11 -0
  85. package/DesktopMenuPanel/cjs/index.js +102 -0
  86. package/DesktopMenuPanel/cjs/index.js.map +1 -0
  87. package/DesktopMenuPanel/cjs/package.json +10 -0
  88. package/DesktopMenuPanel/index.d.ts +18 -0
  89. package/DesktopMenuPanel/index.js +96 -0
  90. package/DesktopMenuPanel/index.js.map +1 -0
  91. package/DesktopMenuPanel/package.json +10 -0
  92. package/FileItem/cjs/index.js +164 -0
  93. package/FileItem/cjs/index.js.map +1 -0
  94. package/FileItem/cjs/package.json +10 -0
  95. package/FileItem/index.d.ts +46 -0
  96. package/FileItem/index.js +158 -0
  97. package/FileItem/index.js.map +1 -0
  98. package/FileItem/package.json +10 -0
  99. package/InputDropdown/cjs/index.js +116 -0
  100. package/InputDropdown/cjs/index.js.map +1 -0
  101. package/InputDropdown/cjs/package.json +9 -0
  102. package/InputDropdown/index.d.ts +13 -0
  103. package/InputDropdown/index.js +110 -0
  104. package/InputDropdown/index.js.map +1 -0
  105. package/InputDropdown/package.json +9 -0
  106. package/InputFile/cjs/index.js +279 -0
  107. package/InputFile/cjs/index.js.map +1 -0
  108. package/InputFile/cjs/package.json +11 -0
  109. package/InputFile/index.d.ts +22 -0
  110. package/InputFile/index.js +273 -0
  111. package/InputFile/index.js.map +1 -0
  112. package/InputFile/package.json +11 -0
  113. package/InputForDatepicker/cjs/index.js +73 -0
  114. package/InputForDatepicker/cjs/index.js.map +1 -0
  115. package/InputForDatepicker/cjs/package.json +9 -0
  116. package/InputForDatepicker/index.d.ts +5 -0
  117. package/InputForDatepicker/index.js +67 -0
  118. package/InputForDatepicker/index.js.map +1 -0
  119. package/InputForDatepicker/package.json +9 -0
  120. package/InputMultiSelect/cjs/index.js +282 -0
  121. package/InputMultiSelect/cjs/index.js.map +1 -0
  122. package/InputMultiSelect/cjs/package.json +10 -0
  123. package/InputMultiSelect/index.d.ts +24 -0
  124. package/InputMultiSelect/index.js +258 -0
  125. package/InputMultiSelect/index.js.map +1 -0
  126. package/InputMultiSelect/package.json +10 -0
  127. package/InputMultiSelectOption/cjs/index.js +60 -0
  128. package/InputMultiSelectOption/cjs/index.js.map +1 -0
  129. package/InputMultiSelectOption/cjs/package.json +9 -0
  130. package/InputMultiSelectOption/index.d.ts +14 -0
  131. package/InputMultiSelectOption/index.js +54 -0
  132. package/InputMultiSelectOption/index.js.map +1 -0
  133. package/InputMultiSelectOption/package.json +9 -0
  134. package/InputPassword/cjs/index.js +176 -0
  135. package/InputPassword/cjs/index.js.map +1 -0
  136. package/InputPassword/cjs/package.json +10 -0
  137. package/InputPassword/index.d.ts +13 -0
  138. package/InputPassword/index.js +170 -0
  139. package/InputPassword/index.js.map +1 -0
  140. package/InputPassword/package.json +10 -0
  141. package/InputPhoneWithForm/cjs/index.js +134 -0
  142. package/InputPhoneWithForm/cjs/index.js.map +1 -0
  143. package/InputPhoneWithForm/cjs/package.json +10 -0
  144. package/InputPhoneWithForm/index.d.ts +14 -0
  145. package/InputPhoneWithForm/index.js +113 -0
  146. package/InputPhoneWithForm/index.js.map +1 -0
  147. package/InputPhoneWithForm/package.json +10 -0
  148. package/InputSelect/cjs/index.js +244 -0
  149. package/InputSelect/cjs/index.js.map +1 -0
  150. package/InputSelect/cjs/package.json +9 -0
  151. package/InputSelect/index.d.ts +5 -0
  152. package/InputSelect/index.js +220 -0
  153. package/InputSelect/index.js.map +1 -0
  154. package/InputSelect/package.json +9 -0
  155. package/InputSelectBase/cjs/index.js +216 -0
  156. package/InputSelectBase/cjs/index.js.map +1 -0
  157. package/InputSelectBase/cjs/package.json +9 -0
  158. package/InputSelectBase/index.d.ts +25 -0
  159. package/InputSelectBase/index.js +192 -0
  160. package/InputSelectBase/index.js.map +1 -0
  161. package/InputSelectBase/package.json +9 -0
  162. package/InputSelectDropdown/cjs/index.js +135 -0
  163. package/InputSelectDropdown/cjs/index.js.map +1 -0
  164. package/InputSelectDropdown/cjs/package.json +9 -0
  165. package/InputSelectDropdown/index.d.ts +23 -0
  166. package/InputSelectDropdown/index.js +129 -0
  167. package/InputSelectDropdown/index.js.map +1 -0
  168. package/InputSelectDropdown/package.json +9 -0
  169. package/InputSelectOption/cjs/index.js +53 -0
  170. package/InputSelectOption/cjs/index.js.map +1 -0
  171. package/InputSelectOption/cjs/package.json +9 -0
  172. package/InputSelectOption/index.d.ts +14 -0
  173. package/InputSelectOption/index.js +47 -0
  174. package/InputSelectOption/index.js.map +1 -0
  175. package/InputSelectOption/package.json +9 -0
  176. package/InputSelectWithController/cjs/index.js +268 -0
  177. package/InputSelectWithController/cjs/index.js.map +1 -0
  178. package/InputSelectWithController/cjs/package.json +10 -0
  179. package/InputSelectWithController/index.d.ts +5 -0
  180. package/InputSelectWithController/index.js +244 -0
  181. package/InputSelectWithController/index.js.map +1 -0
  182. package/InputSelectWithController/package.json +10 -0
  183. package/InputTextAreaMobile/cjs/index.js +86 -0
  184. package/InputTextAreaMobile/cjs/index.js.map +1 -0
  185. package/InputTextAreaMobile/cjs/package.json +10 -0
  186. package/InputTextAreaMobile/index.d.ts +5 -0
  187. package/InputTextAreaMobile/index.js +80 -0
  188. package/InputTextAreaMobile/index.js.map +1 -0
  189. package/InputTextAreaMobile/package.json +10 -0
  190. package/InputWithAddressAutocomplete/cjs/index.js +280 -0
  191. package/InputWithAddressAutocomplete/cjs/index.js.map +1 -0
  192. package/InputWithAddressAutocomplete/cjs/package.json +11 -0
  193. package/InputWithAddressAutocomplete/index.d.ts +36 -0
  194. package/InputWithAddressAutocomplete/index.js +274 -0
  195. package/InputWithAddressAutocomplete/index.js.map +1 -0
  196. package/InputWithAddressAutocomplete/package.json +11 -0
  197. package/InputWithAutocomplete/cjs/index.js +310 -0
  198. package/InputWithAutocomplete/cjs/index.js.map +1 -0
  199. package/InputWithAutocomplete/cjs/package.json +10 -0
  200. package/InputWithAutocomplete/index.d.ts +27 -0
  201. package/InputWithAutocomplete/index.js +286 -0
  202. package/InputWithAutocomplete/index.js.map +1 -0
  203. package/InputWithAutocomplete/package.json +10 -0
  204. package/InputWithController/cjs/index.js +71 -0
  205. package/InputWithController/cjs/index.js.map +1 -0
  206. package/InputWithController/cjs/package.json +10 -0
  207. package/InputWithController/index.d.ts +13 -0
  208. package/InputWithController/index.js +69 -0
  209. package/InputWithController/index.js.map +1 -0
  210. package/InputWithController/package.json +10 -0
  211. package/InputWithDatePicker/cjs/index.js +424 -0
  212. package/InputWithDatePicker/cjs/index.js.map +1 -0
  213. package/InputWithDatePicker/cjs/package.json +13 -0
  214. package/InputWithDatePicker/index.d.ts +24 -0
  215. package/InputWithDatePicker/index.js +398 -0
  216. package/InputWithDatePicker/index.js.map +1 -0
  217. package/InputWithDatePicker/package.json +13 -0
  218. package/InputWithMask/cjs/index.js +69 -0
  219. package/InputWithMask/cjs/index.js.map +1 -0
  220. package/InputWithMask/cjs/package.json +10 -0
  221. package/InputWithMask/index.d.ts +13 -0
  222. package/InputWithMask/index.js +67 -0
  223. package/InputWithMask/index.js.map +1 -0
  224. package/InputWithMask/package.json +10 -0
  225. package/InputWithMonthPicker/cjs/index.js +195 -0
  226. package/InputWithMonthPicker/cjs/index.js.map +1 -0
  227. package/InputWithMonthPicker/cjs/package.json +12 -0
  228. package/InputWithMonthPicker/index.d.ts +5 -0
  229. package/InputWithMonthPicker/index.js +187 -0
  230. package/InputWithMonthPicker/index.js.map +1 -0
  231. package/InputWithMonthPicker/package.json +12 -0
  232. package/Link/cjs/index.js +97 -0
  233. package/Link/cjs/index.js.map +1 -0
  234. package/Link/cjs/package.json +10 -0
  235. package/Link/index.d.ts +13 -0
  236. package/Link/index.js +91 -0
  237. package/Link/index.js.map +1 -0
  238. package/Link/package.json +10 -0
  239. package/Loading/cjs/index.js +72 -0
  240. package/Loading/cjs/index.js.map +1 -0
  241. package/Loading/cjs/package.json +9 -0
  242. package/Loading/index.d.ts +7 -0
  243. package/Loading/index.js +66 -0
  244. package/Loading/index.js.map +1 -0
  245. package/Loading/package.json +9 -0
  246. package/MapWrapper/cjs/index.js +117 -0
  247. package/MapWrapper/cjs/index.js.map +1 -0
  248. package/MapWrapper/cjs/package.json +10 -0
  249. package/MapWrapper/index.d.ts +9 -0
  250. package/MapWrapper/index.js +111 -0
  251. package/MapWrapper/index.js.map +1 -0
  252. package/MapWrapper/package.json +10 -0
  253. package/MenuItem/cjs/index.js +83 -0
  254. package/MenuItem/cjs/index.js.map +1 -0
  255. package/MenuItem/cjs/package.json +10 -0
  256. package/MenuItem/index.d.ts +17 -0
  257. package/MenuItem/index.js +77 -0
  258. package/MenuItem/index.js.map +1 -0
  259. package/MenuItem/package.json +10 -0
  260. package/MenuPanel/cjs/index.js +194 -0
  261. package/MenuPanel/cjs/index.js.map +1 -0
  262. package/MenuPanel/cjs/package.json +13 -0
  263. package/MenuPanel/index.d.ts +18 -0
  264. package/MenuPanel/index.js +168 -0
  265. package/MenuPanel/index.js.map +1 -0
  266. package/MenuPanel/package.json +13 -0
  267. package/MobileInputWithMonthPicker/cjs/index.js +182 -0
  268. package/MobileInputWithMonthPicker/cjs/index.js.map +1 -0
  269. package/MobileInputWithMonthPicker/cjs/package.json +12 -0
  270. package/MobileInputWithMonthPicker/index.d.ts +5 -0
  271. package/MobileInputWithMonthPicker/index.js +174 -0
  272. package/MobileInputWithMonthPicker/index.js.map +1 -0
  273. package/MobileInputWithMonthPicker/package.json +12 -0
  274. package/MobileMenuPanel/cjs/index.js +113 -0
  275. package/MobileMenuPanel/cjs/index.js.map +1 -0
  276. package/MobileMenuPanel/cjs/package.json +11 -0
  277. package/MobileMenuPanel/index.d.ts +18 -0
  278. package/MobileMenuPanel/index.js +106 -0
  279. package/MobileMenuPanel/index.js.map +1 -0
  280. package/MobileMenuPanel/package.json +11 -0
  281. package/ModalFooter/cjs/index.js +66 -0
  282. package/ModalFooter/cjs/index.js.map +1 -0
  283. package/ModalFooter/cjs/package.json +9 -0
  284. package/ModalFooter/index.d.ts +9 -0
  285. package/ModalFooter/index.js +60 -0
  286. package/ModalFooter/index.js.map +1 -0
  287. package/ModalFooter/package.json +9 -0
  288. package/MonthPickerContainer/cjs/index.js +63 -0
  289. package/MonthPickerContainer/cjs/index.js.map +1 -0
  290. package/MonthPickerContainer/cjs/package.json +9 -0
  291. package/MonthPickerContainer/index.d.ts +12 -0
  292. package/MonthPickerContainer/index.js +57 -0
  293. package/MonthPickerContainer/index.js.map +1 -0
  294. package/MonthPickerContainer/package.json +9 -0
  295. package/MonthPickerHeader/cjs/index.js +53 -0
  296. package/MonthPickerHeader/cjs/index.js.map +1 -0
  297. package/MonthPickerHeader/cjs/package.json +9 -0
  298. package/MonthPickerHeader/index.d.ts +13 -0
  299. package/MonthPickerHeader/index.js +47 -0
  300. package/MonthPickerHeader/index.js.map +1 -0
  301. package/MonthPickerHeader/package.json +9 -0
  302. package/PassportStrengthBar/cjs/index.js +82 -0
  303. package/PassportStrengthBar/cjs/index.js.map +1 -0
  304. package/PassportStrengthBar/cjs/package.json +9 -0
  305. package/PassportStrengthBar/index.d.ts +13 -0
  306. package/PassportStrengthBar/index.js +76 -0
  307. package/PassportStrengthBar/index.js.map +1 -0
  308. package/PassportStrengthBar/package.json +9 -0
  309. package/Popper/cjs/index.js +227 -0
  310. package/Popper/cjs/index.js.map +1 -0
  311. package/Popper/cjs/package.json +10 -0
  312. package/Popper/index.d.ts +23 -0
  313. package/Popper/index.js +201 -0
  314. package/Popper/index.js.map +1 -0
  315. package/Popper/package.json +10 -0
  316. package/PopperBase/cjs/index.js +72 -0
  317. package/PopperBase/cjs/index.js.map +1 -0
  318. package/PopperBase/cjs/package.json +9 -0
  319. package/PopperBase/index.d.ts +21 -0
  320. package/PopperBase/index.js +65 -0
  321. package/PopperBase/index.js.map +1 -0
  322. package/PopperBase/package.json +9 -0
  323. package/PopperWithPortal/cjs/index.js +166 -0
  324. package/PopperWithPortal/cjs/index.js.map +1 -0
  325. package/PopperWithPortal/cjs/package.json +10 -0
  326. package/PopperWithPortal/index.d.ts +23 -0
  327. package/PopperWithPortal/index.js +140 -0
  328. package/PopperWithPortal/index.js.map +1 -0
  329. package/PopperWithPortal/package.json +10 -0
  330. package/RadioButtons/cjs/index.js +80 -0
  331. package/RadioButtons/cjs/index.js.map +1 -0
  332. package/RadioButtons/cjs/package.json +9 -0
  333. package/RadioButtons/index.d.ts +27 -0
  334. package/RadioButtons/index.js +78 -0
  335. package/RadioButtons/index.js.map +1 -0
  336. package/RadioButtons/package.json +9 -0
  337. package/RadioButtonsWithController/cjs/index.js +102 -0
  338. package/RadioButtonsWithController/cjs/index.js.map +1 -0
  339. package/RadioButtonsWithController/cjs/package.json +10 -0
  340. package/RadioButtonsWithController/index.d.ts +31 -0
  341. package/RadioButtonsWithController/index.js +100 -0
  342. package/RadioButtonsWithController/index.js.map +1 -0
  343. package/RadioButtonsWithController/package.json +10 -0
  344. package/RadioGroupWithLabel/cjs/index.js +149 -0
  345. package/RadioGroupWithLabel/cjs/index.js.map +1 -0
  346. package/RadioGroupWithLabel/cjs/package.json +10 -0
  347. package/RadioGroupWithLabel/index.d.ts +34 -0
  348. package/RadioGroupWithLabel/index.js +143 -0
  349. package/RadioGroupWithLabel/index.js.map +1 -0
  350. package/RadioGroupWithLabel/package.json +10 -0
  351. package/SelectMonth/cjs/index.js +265 -0
  352. package/SelectMonth/cjs/index.js.map +1 -0
  353. package/SelectMonth/cjs/package.json +9 -0
  354. package/SelectMonth/index.d.ts +26 -0
  355. package/SelectMonth/index.js +241 -0
  356. package/SelectMonth/index.js.map +1 -0
  357. package/SelectMonth/package.json +9 -0
  358. package/SelectYear/cjs/index.js +253 -0
  359. package/SelectYear/cjs/index.js.map +1 -0
  360. package/SelectYear/cjs/package.json +9 -0
  361. package/SelectYear/index.d.ts +27 -0
  362. package/SelectYear/index.js +229 -0
  363. package/SelectYear/index.js.map +1 -0
  364. package/SelectYear/package.json +9 -0
  365. package/StaticPopper/cjs/index.js +140 -0
  366. package/StaticPopper/cjs/index.js.map +1 -0
  367. package/StaticPopper/cjs/package.json +9 -0
  368. package/StaticPopper/index.d.ts +23 -0
  369. package/StaticPopper/index.js +133 -0
  370. package/StaticPopper/index.js.map +1 -0
  371. package/StaticPopper/package.json +9 -0
  372. package/Switch/cjs/index.js +55 -0
  373. package/Switch/cjs/index.js.map +1 -0
  374. package/Switch/cjs/package.json +10 -0
  375. package/Switch/index.d.ts +14 -0
  376. package/Switch/index.js +53 -0
  377. package/Switch/index.js.map +1 -0
  378. package/Switch/package.json +10 -0
  379. package/Table/cjs/index.js +47 -0
  380. package/Table/cjs/index.js.map +1 -0
  381. package/Table/cjs/package.json +9 -0
  382. package/Table/index.d.ts +5 -0
  383. package/Table/index.js +41 -0
  384. package/Table/index.js.map +1 -0
  385. package/Table/package.json +9 -0
  386. package/TableCell/cjs/index.js +33 -0
  387. package/TableCell/cjs/index.js.map +1 -0
  388. package/TableCell/cjs/package.json +6 -0
  389. package/TableCell/index.d.ts +10 -0
  390. package/TableCell/index.js +27 -0
  391. package/TableCell/index.js.map +1 -0
  392. package/TableCell/package.json +6 -0
  393. package/TableHeadCell/cjs/index.js +33 -0
  394. package/TableHeadCell/cjs/index.js.map +1 -0
  395. package/TableHeadCell/cjs/package.json +6 -0
  396. package/TableHeadCell/index.d.ts +10 -0
  397. package/TableHeadCell/index.js +27 -0
  398. package/TableHeadCell/index.js.map +1 -0
  399. package/TableHeadCell/package.json +6 -0
  400. package/TableRow/cjs/index.js +71 -0
  401. package/TableRow/cjs/index.js.map +1 -0
  402. package/TableRow/cjs/package.json +9 -0
  403. package/TableRow/index.d.ts +5 -0
  404. package/TableRow/index.js +50 -0
  405. package/TableRow/index.js.map +1 -0
  406. package/TableRow/package.json +9 -0
  407. package/TestForm/cjs/index.js +755 -0
  408. package/TestForm/cjs/index.js.map +1 -0
  409. package/TestForm/cjs/package.json +15 -0
  410. package/TestForm/index.d.ts +3 -0
  411. package/TestForm/index.js +727 -0
  412. package/TestForm/index.js.map +1 -0
  413. package/TestForm/package.json +15 -0
  414. package/Tooltip/cjs/index.js +257 -0
  415. package/Tooltip/cjs/index.js.map +1 -0
  416. package/Tooltip/cjs/package.json +10 -0
  417. package/Tooltip/index.d.ts +28 -0
  418. package/Tooltip/index.js +231 -0
  419. package/Tooltip/index.js.map +1 -0
  420. package/Tooltip/package.json +10 -0
  421. package/UndefinedAvatar/cjs/index.js +71 -0
  422. package/UndefinedAvatar/cjs/index.js.map +1 -0
  423. package/UndefinedAvatar/cjs/package.json +9 -0
  424. package/UndefinedAvatar/index.d.ts +8 -0
  425. package/UndefinedAvatar/index.js +65 -0
  426. package/UndefinedAvatar/index.js.map +1 -0
  427. package/UndefinedAvatar/package.json +9 -0
  428. package/cjs/index.js +1981 -0
  429. package/cjs/index.js.map +1 -0
  430. package/index.d.ts +492 -0
  431. package/index.js +1880 -0
  432. package/index.js.map +1 -0
  433. package/package.json +1 -4
package/index.d.ts ADDED
@@ -0,0 +1,492 @@
1
+ import * as React from 'react';
2
+ import React__default, { ReactNode, SVGProps, RefObject, ReactElement } from 'react';
3
+ import { DateTime } from 'luxon';
4
+ import * as kui_basic from 'kui-basic';
5
+ import { InputWithAdornmentsProps, InputWithMaskProps as InputWithMaskProps$1, SwitchProps, InputWithCountryDropdownProps, InputProps, ModalProps } from 'kui-basic';
6
+ import * as react_hook_form from 'react-hook-form';
7
+ import { UseFormReturn, FieldValues } from 'react-hook-form';
8
+ import * as react_datepicker from 'react-datepicker';
9
+ import * as _emotion_styled from '@emotion/styled';
10
+ import * as _emotion_react from '@emotion/react';
11
+ import { RadioGroupProps, InputProps as InputProps$1 } from '@mui/material';
12
+ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
13
+
14
+ type AvatarSizes = "s" | "lg"
15
+
16
+ declare const Avatar: React.ForwardRefExoticComponent<{
17
+ size: AvatarSizes;
18
+ fullName?: string | undefined;
19
+ imageUrl?: string | undefined;
20
+ avatarRef?: React.RefObject<HTMLDivElement> | undefined;
21
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
22
+
23
+ type ButtonsPanelProps = {
24
+ tabs: string[]
25
+ tabPanels: ReactNode[]
26
+ paths?: string[]
27
+ activeTab?: number
28
+ isSticky?: boolean
29
+ onChange?: (value: number) => void
30
+ startComponent?: ReactNode
31
+ endComponent?: ReactNode
32
+ }
33
+
34
+ /** @jsxImportSource @emotion/react */
35
+
36
+ declare const ButtonsPanel: React.ForwardRefExoticComponent<ButtonsPanelProps & React.RefAttributes<HTMLDivElement>>;
37
+
38
+ type ButtonTabProps = {
39
+ index: number
40
+ onClick: (index: number) => void
41
+ isActive: boolean
42
+ label?: string
43
+ }
44
+
45
+ /** @jsxImportSource @emotion/react */
46
+
47
+ declare const ButtonTab: React.ForwardRefExoticComponent<ButtonTabProps & React.RefAttributes<HTMLButtonElement>>;
48
+
49
+ type OptionParams$2<T = any> = {
50
+ label: string | number
51
+ value: T
52
+ disabled?: boolean
53
+ }
54
+
55
+ interface InputSelectProps<T = any>
56
+ extends Omit<InputWithAdornmentsProps, "form"> {
57
+ options?: OptionParams$2<T>[]
58
+ handleChange?: (value: T) => void
59
+ isLoading?: boolean
60
+ form?: UseFormReturn<any>
61
+ iconProps?: SVGProps
62
+ }
63
+
64
+ type CalendarHeaderProps$1 = {
65
+ changeYear(year: number | string): void
66
+ changeMonth(month: number | string): void
67
+ date: Date
68
+ yearOptions: OptionParams$2[]
69
+ max?: DateTime
70
+ min?: DateTime
71
+ }
72
+
73
+ declare const CalendarHeaderWithSelect: React.ForwardRefExoticComponent<CalendarHeaderProps$1 & React.RefAttributes<HTMLDivElement>>;
74
+
75
+ type CalendarContainerProps$1 = {
76
+ className?: string
77
+ children?: React__default.ReactNode
78
+ showPopperArrow?: boolean
79
+ arrowProps?: { [propName: string]: any }
80
+ }
81
+
82
+ declare const CalendarStandardContainer: React.ForwardRefExoticComponent<CalendarContainerProps$1 & React.RefAttributes<HTMLDivElement>>;
83
+
84
+ type CalendarHeaderProps = {
85
+ decreaseMonth: () => void
86
+ increaseMonth: () => void
87
+ nextMonthButtonDisabled: boolean
88
+ prevMonthButtonDisabled: boolean
89
+ date: Date
90
+ }
91
+
92
+ declare const CalendarStandardHeader: React.ForwardRefExoticComponent<CalendarHeaderProps & React.RefAttributes<HTMLDivElement>>;
93
+
94
+ declare const DesktopInputWithMonthPicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
95
+
96
+ type TabPanelVariants = "grey" | "white"
97
+
98
+ type MenuPanelProps = {
99
+ tabs: { label: string }[]
100
+ tabPanels: ReactNode[]
101
+ paths: string[]
102
+ activeTab: number | null
103
+ variant?: TabPanelVariants
104
+ }
105
+
106
+ type DesktopMenuPanelProps = {
107
+ tabs: { label: string }[]
108
+ active: number | null
109
+ handleClick: (index: number) => void
110
+ variant: TabPanelVariants
111
+ isScrolling: boolean
112
+ setIsScrolling: (val: boolean) => void
113
+ }
114
+
115
+ /** @jsxImportSource @emotion/react */
116
+
117
+ declare const DesktopMenuPanel: React.ForwardRefExoticComponent<DesktopMenuPanelProps & React.RefAttributes<HTMLDivElement>>;
118
+
119
+ declare const InputDropdown: React.ForwardRefExoticComponent<Pick<{
120
+ isOpen?: boolean | undefined;
121
+ handleClose: () => void;
122
+ buttonRef?: React.RefObject<HTMLDivElement> | undefined;
123
+ className?: string | undefined;
124
+ children: React.ReactNode | React.ReactNode[];
125
+ endComponent?: React.ReactNode;
126
+ } & kui_basic.GridProps, "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "alignContent" | "alignItems" | "direction" | "xs" | "sm" | "lg" | "endComponent" | "isOpen" | "handleClose" | "buttonRef" | "spacing" | "item" | "container" | "justify" | "wrap" | "md" | "xl"> & React.RefAttributes<HTMLDivElement>>;
127
+
128
+ interface InputWithMaskProps
129
+ extends Omit<InputWithMaskProps$1, "form"> {
130
+ form: UseFormReturn<any>
131
+ error?: string | null
132
+ }
133
+
134
+ declare const InputWithMask: React.ForwardRefExoticComponent<Pick<InputWithMaskProps, keyof InputWithMaskProps> & React.RefAttributes<HTMLInputElement>>;
135
+
136
+ declare const InputForDatepicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
137
+
138
+ interface InputWithControllerProps
139
+ extends Omit<InputWithAdornmentsProps, "form" | "ref"> {
140
+ form: UseFormReturn<any>
141
+ error?: string | null
142
+ }
143
+
144
+ declare const InputPassword: React.ForwardRefExoticComponent<InputWithControllerProps & React.RefAttributes<HTMLInputElement>>;
145
+
146
+ type InputSelectDropdownProps = {
147
+ options: OptionParams$2[]
148
+ inputRef: RefObject<HTMLInputElement | HTMLDivElement>
149
+ isOpenDropdown: boolean
150
+ handleCloseDropdown: () => void
151
+ handleSelect: (item: any) => void
152
+ selectedValue?: string | number | FieldValues
153
+ renderOption: (option: OptionParams$2, selectedValue?: any) => ReactNode
154
+ }
155
+
156
+ declare const InputSelectDropdown: React.ForwardRefExoticComponent<InputSelectDropdownProps & React.RefAttributes<HTMLDivElement>>;
157
+
158
+ declare const InputTextAreaMobile: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
159
+
160
+ declare const InputWithController: React.ForwardRefExoticComponent<InputWithControllerProps & React.RefAttributes<HTMLInputElement | null>>;
161
+
162
+ declare const InputWithDatePicker: React.ForwardRefExoticComponent<Pick<{
163
+ title?: string | undefined;
164
+ description?: string | undefined;
165
+ yearParams?: {
166
+ min: number;
167
+ max: number;
168
+ } | undefined;
169
+ defaultValue?: Date | undefined;
170
+ name?: string | undefined;
171
+ datePickerProps?: react_datepicker.ReactDatePickerProps<never, undefined> | undefined;
172
+ form: any;
173
+ onChange?: ((date: DateTime | null) => void) | undefined;
174
+ footerLabel?: string | undefined;
175
+ max?: DateTime | undefined;
176
+ min?: DateTime | undefined;
177
+ alignTitle?: "left" | "center" | undefined;
178
+ } & Omit<kui_basic.InputWithAdornmentsProps, "onChange">, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "datePickerProps" | "description" | "yearParams" | "footerLabel" | "alignTitle"> & React.RefAttributes<HTMLInputElement>>;
179
+
180
+ declare const InputWithMonthPicker: <T extends FieldValues>(props: any) => JSX.Element;
181
+
182
+ type TabItemProps = {
183
+ tab: { label: string }
184
+ active: number | null
185
+ index: number
186
+ handleClick: (index: number) => void
187
+ offset: number
188
+ isScrolling: boolean
189
+ setIsScrolling: (val: boolean) => void
190
+ }
191
+
192
+ /** @jsxImportSource @emotion/react */
193
+
194
+ declare const MenuItem: React.ForwardRefExoticComponent<TabItemProps & React.RefAttributes<HTMLDivElement>>;
195
+
196
+ /** @jsxImportSource @emotion/react */
197
+
198
+ declare const MenuPanel: React.ForwardRefExoticComponent<MenuPanelProps & React.RefAttributes<HTMLDivElement>>;
199
+
200
+ declare const MobileInputWithMonthPicker: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
201
+
202
+ type MobileMenuPanelProps = {
203
+ tabs: { label: string }[]
204
+ active: number | null
205
+ handleClick: (index: number) => void
206
+ variant: TabPanelVariants
207
+ isScrolling: boolean
208
+ setIsScrolling: (val: boolean) => void
209
+ }
210
+
211
+ /** @jsxImportSource @emotion/react */
212
+
213
+ declare const MobileMenuPanel: React.ForwardRefExoticComponent<MobileMenuPanelProps & React.RefAttributes<HTMLInputElement>>;
214
+
215
+ type CalendarContainerProps = {
216
+ className?: string
217
+ children?: React.ReactNode
218
+ showPopperArrow?: boolean
219
+ arrowProps?: { [propName: string]: any }
220
+ }
221
+
222
+ declare const MonthPickerContainer: React.ForwardRefExoticComponent<CalendarContainerProps & React.RefAttributes<HTMLDivElement>>;
223
+
224
+ type MonthPickerHeaderProps = {
225
+ decreaseYear: () => void
226
+ increaseYear: () => void
227
+ nextYearButtonDisabled: boolean
228
+ prevYearButtonDisabled: boolean
229
+ date: Date
230
+ }
231
+
232
+ declare const MonthPickerHeader: React.ForwardRefExoticComponent<MonthPickerHeaderProps & React.RefAttributes<HTMLDivElement>>;
233
+
234
+ type PassportStrengthVariants = "weak" | "simple" | "medium" | "hard"
235
+
236
+ type PassportStrengthBarProps = {
237
+ strength: PassportStrengthVariants | null
238
+ }
239
+
240
+ /** @jsxImportSource @emotion/react */
241
+
242
+ declare const PassportStrengthBar: React.ForwardRefExoticComponent<PassportStrengthBarProps & React.RefAttributes<HTMLDivElement>>;
243
+
244
+ declare const SelectMonth: React.ForwardRefExoticComponent<Pick<{
245
+ min?: number | false | undefined;
246
+ max?: number | false | undefined;
247
+ } & InputSelectProps<any>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "isLoading"> & React.RefAttributes<HTMLInputElement>>;
248
+
249
+ declare const SelectYear: React.ForwardRefExoticComponent<Pick<{
250
+ yearOptions: OptionParams$2<any>[];
251
+ min?: number | undefined;
252
+ max?: number | undefined;
253
+ } & InputSelectProps<any>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "yearOptions" | "isLoading"> & React.RefAttributes<HTMLInputElement>>;
254
+
255
+ interface SwitchWithControllerProps<T>
256
+ extends Omit<SwitchProps, "form"> {
257
+ form: UseFormReturn<any> | null
258
+ }
259
+
260
+ /** @jsxImportSource @emotion/react */
261
+
262
+ declare const Switch: React.ForwardRefExoticComponent<Pick<SwitchWithControllerProps<FieldValues>, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "error" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required"> & React.RefAttributes<HTMLInputElement>>;
263
+
264
+ declare const UndefinedAvatar: React.ForwardRefExoticComponent<Pick<{
265
+ label?: string | null | undefined;
266
+ } & Partial<kui_basic.CaptionProps>, "label" | "size" | "weight" | "color" | "disableUserSelect" | "align" | "colorGroup" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLDivElement>>;
267
+
268
+ interface InputPhoneWithFormProps
269
+ extends Omit<InputWithCountryDropdownProps, "form"> {
270
+ form: UseFormReturn<any>
271
+ name?: string
272
+ error?: string | null
273
+ }
274
+
275
+ declare const InputPhoneWithForm: React__default.ForwardRefExoticComponent<Pick<InputPhoneWithFormProps, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "error" | "inputRef" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "onSelectCountry" | "hiddenInputProps"> & React__default.RefAttributes<HTMLInputElement>>;
276
+
277
+ declare const Table: React.ForwardRefExoticComponent<Pick<React.ClassAttributes<HTMLTableElement> & React.TableHTMLAttributes<HTMLTableElement>, "key" | keyof React.TableHTMLAttributes<HTMLTableElement>> & React.RefAttributes<HTMLTableElement>>;
278
+
279
+ declare const TableHeadCell: _emotion_styled.StyledComponent<{
280
+ theme?: _emotion_react.Theme | undefined;
281
+ as?: React.ElementType<any> | undefined;
282
+ }, React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
283
+
284
+ declare const TableCell: _emotion_styled.StyledComponent<{
285
+ theme?: _emotion_react.Theme | undefined;
286
+ as?: React.ElementType<any> | undefined;
287
+ }, React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
288
+
289
+ declare const TableRow: React.ForwardRefExoticComponent<Pick<React.ClassAttributes<HTMLTableRowElement> & React.HTMLAttributes<HTMLTableRowElement>, "key" | keyof React.HTMLAttributes<HTMLTableRowElement>> & React.RefAttributes<HTMLTableRowElement>>;
290
+
291
+ type PopperPlacements =
292
+ | "right"
293
+ | "left"
294
+ | "topStart"
295
+ | "topMiddle"
296
+ | "topEnd"
297
+ | "bottomStart"
298
+ | "bottomMiddle"
299
+ | "bottomEnd"
300
+
301
+ interface TooltipProps
302
+ extends Omit<React__default.HTMLAttributes<HTMLDivElement>, "content"> {
303
+ onOpen?: () => void
304
+ onClose?: () => void
305
+ content: ReactNode
306
+ open?: boolean
307
+ placement?: PopperPlacements
308
+ withArrow?: boolean
309
+ cursor?: "pointer" | "auto"
310
+ spacing?: string
311
+ }
312
+
313
+ declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
314
+
315
+ type ButtonSelectProps = InputSelectProps
316
+
317
+ declare const ButtonSelect: React__default.ForwardRefExoticComponent<Pick<ButtonSelectProps, "label" | "size" | "color" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "pattern" | "height" | "width" | "list" | "step" | "alt" | "crossOrigin" | "src" | "type" | "endIcon" | "startIcon" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "options" | "inputRef" | "handleChange" | "iconProps" | "accept" | "autoComplete" | "capture" | "checked" | "enterKeyHint" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "cornerLabel" | "isTextArea" | "inputStyles" | "labelStyles" | "messageClassName" | "labelInlineStyles" | "message" | "messageVariant" | "inputValue" | "isLoading"> & React__default.RefAttributes<HTMLInputElement>>;
318
+
319
+ declare const InputSelect: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
320
+
321
+ declare const InputSelectWithController: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
322
+
323
+ type OptionParams$1 = {
324
+ label: string | number
325
+ value: string | number
326
+ disabled?: boolean
327
+ }
328
+
329
+ type InputSelectBaseProps<TFormValues> = {
330
+ options: OptionParams$1[]
331
+ handleChange: (value: number | string) => void
332
+ iconProps?: SVGProps
333
+ renderOption: (option: OptionParams$1) => void
334
+ selectedLabel?: string
335
+ selectedValue?: any
336
+ error?: string
337
+ } & InputProps<TFormValues>
338
+
339
+ type InputMultiSelectProps<T> = InputSelectBaseProps<T>
340
+
341
+ declare function InputMultiSelect<TFormValues extends object>({ options, name, handleChange, form, value: valueProp, ...inputProps }: InputMultiSelectProps<TFormValues>): JSX.Element;
342
+
343
+ interface RadioButtonsProps extends Omit<RadioGroupProps, "onChange"> {
344
+ options: OptionType[]
345
+ disabled?: boolean
346
+ direction?: "row" | "column"
347
+ fullWidth?: boolean
348
+ defaultValue?: any
349
+ isInvalid?: boolean
350
+ testId?: number | string
351
+ isSquare?: boolean
352
+ onChange?: (
353
+ event: React.ChangeEvent<HTMLInputElement>,
354
+ value: string | null
355
+ ) => void
356
+ }
357
+
358
+ type OptionType = {
359
+ value: string | number
360
+ label: string
361
+ }
362
+
363
+ declare const RadioButtons: React__default.ForwardRefExoticComponent<Pick<RadioButtonsProps, keyof RadioButtonsProps> & React__default.RefAttributes<HTMLInputElement>>;
364
+
365
+ type RadioButtonsWithControllerProps<T> = {
366
+ form: UseFormReturn<T>
367
+ } & RadioButtonsProps
368
+
369
+ declare function RadioButtonsWithController<T extends object>({ form, name, defaultValue, ...otherProps }: RadioButtonsWithControllerProps<T>): JSX.Element;
370
+
371
+ type RadioGroupWithTitleDirections = "horizontal" | "vertical"
372
+
373
+ type RadioGroupWithLabelProps<TFormValues> = {
374
+ title: string
375
+ options: OptionType[]
376
+ direction?: RadioGroupWithTitleDirections
377
+ } & RadioButtonsProps<TFormValues>
378
+
379
+ declare function RadioGroupWithLabel<TFormValues extends object>(props: RadioGroupWithLabelProps<TFormValues>): JSX.Element;
380
+
381
+ type InputWithAutoCompleteProps<T, U> = {
382
+ renderOption: (option: U) => ReactNode
383
+ options: U[] | any
384
+ hideName?: string
385
+ onSelectItem: (item: U) => void
386
+ isLoading?: boolean
387
+ handleScrollEnd?: () => void
388
+ onSearchItem?: (value: string) => void
389
+ isLabelLoading?: boolean
390
+ creatingLabel?: string
391
+ renderCreatingModal?: (props: ModalProps) => ReactNode
392
+ endComponent?: ReactNode
393
+ inputRef?: RefObject<HTMLInputElement>
394
+ } & InputProps<T>
395
+
396
+ type OptionParams = {
397
+ id: number
398
+ id_ml?: number
399
+ }
400
+
401
+ declare function InputWithAutocomplete<T extends object, U extends OptionParams>({ renderOption, options, name, hideName, form, isLoading, onSelectItem, handleScrollEnd, onSearchItem, isLabelLoading, disabled, creatingLabel, renderCreatingModal, endComponent, inputRef: inputRefProps, ...inputProps }: InputWithAutoCompleteProps<T, U>): _emotion_react_jsx_runtime.JSX.Element;
402
+
403
+ type AutocompleteOptionProps = {
404
+ label: string
405
+ }
406
+
407
+ declare function AutocompleteOption({ label }: AutocompleteOptionProps): JSX.Element;
408
+
409
+ declare const InputFile: React__default.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React__default.RefAttributes<HTMLInputElement>>;
410
+
411
+ declare const CheckboxWithController: React__default.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React__default.RefAttributes<HTMLButtonElement>>;
412
+
413
+ type CheckboxGroupWithTitleProps<TFormValues> = {
414
+ title: string
415
+ options: CheckboxOptionType[]
416
+ } & InputProps$1<TFormValues>
417
+
418
+ type CheckboxOptionType = {
419
+ name: string
420
+ label: string
421
+ }
422
+
423
+ declare function CheckboxGroupWithTitle<TFormValues extends object>({ title, options, form, name, ...otherProps }: CheckboxGroupWithTitleProps<TFormValues>): JSX.Element;
424
+
425
+ declare type MapWrapperProps = {
426
+ children?: ReactNode;
427
+ };
428
+ declare function MapWrapper({ children }: MapWrapperProps): ReactElement;
429
+
430
+ declare type GeolocationParams = {
431
+ lat: number;
432
+ lng: number;
433
+ };
434
+ declare const useAddressAutocomplete: (form: UseFormReturn<any>, name: string, handlePlaceSelectProp?: ((coords: GeolocationParams | null, place: google.maps.places.PlaceResult) => void) | undefined) => {
435
+ inputRef: React.RefObject<HTMLInputElement>;
436
+ handlePlaceSelect: (newPlace: google.maps.places.PlaceResult) => Promise<void>;
437
+ place: google.maps.places.PlaceResult | null;
438
+ cleanLocation: () => void;
439
+ };
440
+
441
+ type InputWithAddressAutocompleteProps<T> = {
442
+ handlePlaceSelect?: (coords: GeolocationParams | null) => void
443
+ } & InputWithControllerProps<T>
444
+
445
+ declare function InputWithAddressAutocomplete<T extends object>({ form, name, handlePlaceSelect, ...inputProps }: InputWithAddressAutocompleteProps<T>): JSX.Element;
446
+ declare namespace InputWithAddressAutocomplete {
447
+ var defaultProps: {
448
+ label: string;
449
+ };
450
+ }
451
+
452
+ declare const DependentInput: <T extends object>(props: any) => JSX.Element;
453
+
454
+ declare const Loading: React.ForwardRefExoticComponent<{
455
+ height?: string | undefined;
456
+ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<unknown>>;
457
+
458
+ declare type KUIComplexSettings = {
459
+ mapKey: string;
460
+ };
461
+ declare const setSettings: (newSettings: KUIComplexSettings) => void;
462
+
463
+ declare type VisibilitySettings = {
464
+ tenant: boolean;
465
+ landlord: boolean;
466
+ };
467
+ declare type DocumentVisibilityVariants = "everybody" | "tenant" | "landlord" | "nobody";
468
+ declare const getVisibility: ({ landlord, tenant }: VisibilitySettings) => "everybody" | "tenant" | "landlord" | "nobody";
469
+ declare const getVisibilitySettings: (visibility?: DocumentVisibilityVariants | undefined) => {
470
+ tenant: boolean;
471
+ landlord: boolean;
472
+ };
473
+
474
+ declare const getFormValue: <T extends object>(name?: string | undefined, form?: UseFormReturn<T, any, undefined> | null | undefined) => react_hook_form.FieldValues | undefined;
475
+ declare const getFormError: <T extends object>(name?: string | undefined, form?: UseFormReturn<T, any, undefined> | null | undefined) => string | undefined;
476
+
477
+ declare const phoneRegExp: RegExp;
478
+ declare const isValidWithMaskExp: RegExp;
479
+ declare const dateRegExp: RegExp;
480
+ declare const monthYearRegExp: RegExp;
481
+ declare const emailRegExp: RegExp;
482
+ declare const carNumberRegExp: RegExp;
483
+ declare const innRegExp: RegExp;
484
+ declare const corrAccountRegExp: RegExp;
485
+ declare const accountRegExp: RegExp;
486
+ declare const bicRegExp: RegExp;
487
+ declare const swiftRegExp: RegExp;
488
+ declare const simplePasswordRegExp: RegExp;
489
+ declare const mediumPasswordRegExp: RegExp;
490
+ declare const strongPasswordRegExp: RegExp;
491
+
492
+ export { AutocompleteOption, Avatar, ButtonSelect, ButtonTab, ButtonsPanel, CalendarHeaderWithSelect, CalendarStandardContainer, CalendarStandardHeader, CheckboxGroupWithTitle, CheckboxWithController, DependentInput, DesktopInputWithMonthPicker, DesktopMenuPanel, DocumentVisibilityVariants, InputDropdown, InputFile, InputForDatepicker, InputMultiSelect, InputPassword, InputPhoneWithForm, InputSelect, InputSelectDropdown, InputSelectWithController, InputTextAreaMobile, InputWithAddressAutocomplete, InputWithAutocomplete, InputWithController, InputWithDatePicker, InputWithMask, InputWithMonthPicker, Loading, MapWrapper, MenuItem, MenuPanel, MobileInputWithMonthPicker, MobileMenuPanel, MonthPickerContainer, MonthPickerHeader, PassportStrengthBar, RadioButtons, RadioButtonsWithController, RadioGroupWithLabel, SelectMonth, SelectYear, Switch, Table, TableCell, TableHeadCell, TableRow, Tooltip, UndefinedAvatar, VisibilitySettings, accountRegExp, bicRegExp, carNumberRegExp, corrAccountRegExp, dateRegExp, emailRegExp, getFormError, getFormValue, getVisibility, getVisibilitySettings, innRegExp, isValidWithMaskExp, mediumPasswordRegExp, monthYearRegExp, phoneRegExp, setSettings, simplePasswordRegExp, strongPasswordRegExp, swiftRegExp, useAddressAutocomplete };