@alfalab/core-components 47.21.0-beta.0 → 47.21.0-beta.2

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 (498) hide show
  1. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  2. package/calendar-range/utils.js +3 -1
  3. package/confirmation/components/screens/initial/component.js +1 -1
  4. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  5. package/confirmation/esm/component.responsive.js +1 -1
  6. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  7. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  8. package/confirmation/esm/components/index.js +1 -1
  9. package/confirmation/esm/components/screens/index.js +1 -1
  10. package/confirmation/esm/components/screens/initial/component.js +1 -1
  11. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  12. package/confirmation/esm/components/screens/initial/index.js +1 -1
  13. package/confirmation/esm/desktop/component.desktop.js +1 -1
  14. package/confirmation/esm/desktop/index.js +1 -1
  15. package/confirmation/esm/index.js +1 -1
  16. package/confirmation/esm/mobile/component.mobile.js +1 -1
  17. package/confirmation/esm/mobile/index.js +1 -1
  18. package/confirmation/esm/shared/index.js +1 -1
  19. package/confirmation/modern/component.responsive.js +1 -1
  20. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  21. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  22. package/confirmation/modern/components/index.js +1 -1
  23. package/confirmation/modern/components/screens/index.js +1 -1
  24. package/confirmation/modern/components/screens/initial/component.js +1 -1
  25. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  26. package/confirmation/modern/components/screens/initial/index.js +1 -1
  27. package/confirmation/modern/desktop/component.desktop.js +1 -1
  28. package/confirmation/modern/desktop/index.js +1 -1
  29. package/confirmation/modern/index.js +1 -1
  30. package/confirmation/modern/mobile/component.mobile.js +1 -1
  31. package/confirmation/modern/mobile/index.js +1 -1
  32. package/confirmation/modern/shared/index.js +1 -1
  33. package/gallery/components/image-viewer/component.js +1 -1
  34. package/gallery/components/image-viewer/slide.js +1 -1
  35. package/gallery/esm/Component.js +1 -1
  36. package/gallery/esm/components/image-viewer/component.js +1 -1
  37. package/gallery/esm/components/image-viewer/index.js +1 -1
  38. package/gallery/esm/components/image-viewer/slide.js +1 -1
  39. package/gallery/esm/components/index.js +1 -1
  40. package/gallery/esm/index.js +1 -1
  41. package/gallery/modern/Component.js +1 -1
  42. package/gallery/modern/components/image-viewer/component.js +1 -1
  43. package/gallery/modern/components/image-viewer/index.js +1 -1
  44. package/gallery/modern/components/image-viewer/slide.js +1 -1
  45. package/gallery/modern/components/index.js +1 -1
  46. package/gallery/modern/index.js +1 -1
  47. package/international-phone-input/{esm/utils-34f6b81b.d.ts → cssm/utils-2e3f483b.d.ts} +1 -0
  48. package/international-phone-input/{moderncssm/utils-34f6b81b.d.ts → esm/utils-2e3f483b.d.ts} +1 -0
  49. package/international-phone-input/modern/{utils-34f6b81b.d.ts → utils-2e3f483b.d.ts} +1 -0
  50. package/international-phone-input/{cssm/utils-34f6b81b.d.ts → moderncssm/utils-2e3f483b.d.ts} +1 -0
  51. package/international-phone-input/utils-2e3f483b.d.ts +83 -0
  52. package/list/Component.js +1 -1
  53. package/list/components/item/Component.js +1 -1
  54. package/list/components/item/index.d.ts +1 -1
  55. package/list/components/item/index.js +1 -1
  56. package/list/esm/Component.js +1 -1
  57. package/list/esm/components/item/Component.js +1 -1
  58. package/list/esm/components/item/index.d.ts +1 -1
  59. package/list/esm/components/item/index.js +1 -1
  60. package/list/esm/index.js +1 -1
  61. package/list/index.js +1 -1
  62. package/list/modern/Component.js +1 -1
  63. package/list/modern/components/item/Component.js +1 -1
  64. package/list/modern/components/item/index.d.ts +1 -1
  65. package/list/modern/components/item/index.js +1 -1
  66. package/list/modern/index.js +1 -1
  67. package/modal/Component.d.ts +1 -1
  68. package/modal/Component.responsive.d.ts +1 -1
  69. package/modal/components/controls/Component.js +1 -1
  70. package/modal/components/footer/Component.js +1 -1
  71. package/modal/desktop/Component.desktop.d.ts +1 -1
  72. package/modal/esm/Component.responsive.js +1 -1
  73. package/modal/esm/components/controls/Component.js +1 -1
  74. package/modal/esm/components/controls/index.js +1 -1
  75. package/modal/esm/components/footer/Component.js +1 -1
  76. package/modal/esm/desktop/Component.desktop.js +1 -1
  77. package/modal/esm/desktop/index.js +1 -1
  78. package/modal/esm/index.js +1 -1
  79. package/modal/esm/mobile/Component.mobile.js +1 -1
  80. package/modal/esm/mobile/index.js +1 -1
  81. package/modal/modern/Component.responsive.js +1 -1
  82. package/modal/modern/components/controls/Component.js +1 -1
  83. package/modal/modern/components/controls/index.js +1 -1
  84. package/modal/modern/components/footer/Component.js +1 -1
  85. package/modal/modern/desktop/Component.desktop.js +1 -1
  86. package/modal/modern/desktop/index.js +1 -1
  87. package/modal/modern/index.js +1 -1
  88. package/modal/modern/mobile/Component.mobile.js +1 -1
  89. package/modal/modern/mobile/index.js +1 -1
  90. package/package.json +1 -1
  91. package/picker-button/Component-c44170fe.d.ts +1 -1
  92. package/picker-button/component-03d088c4.d.ts +2 -2
  93. package/picker-button/component-8bdd19d3.d.ts +2 -2
  94. package/picker-button/cssm/utils-2e3f483b.d.ts +83 -0
  95. package/picker-button/esm/utils-2e3f483b.d.ts +83 -0
  96. package/picker-button/index-03d088c4.d.ts +2 -2
  97. package/picker-button/index-281accb7.d.ts +2 -2
  98. package/picker-button/modern/utils-2e3f483b.d.ts +83 -0
  99. package/picker-button/moderncssm/utils-2e3f483b.d.ts +83 -0
  100. package/picker-button/typings-7d83ec1e.d.ts +2 -2
  101. package/picker-button/utils-2e3f483b.d.ts +83 -0
  102. package/plate/Component.responsive.js +1 -1
  103. package/plate/components/base-plate/Component.js +1 -1
  104. package/plate/esm/Component.responsive.js +1 -1
  105. package/plate/esm/components/base-plate/Component.js +1 -1
  106. package/plate/esm/components/base-plate/index.js +1 -1
  107. package/plate/esm/desktop/Component.desktop.js +1 -1
  108. package/plate/esm/desktop/index.js +1 -1
  109. package/plate/esm/index-ba3cd492.d.ts +2 -2
  110. package/plate/esm/index.js +1 -1
  111. package/plate/esm/mobile/Component.mobile.js +1 -1
  112. package/plate/esm/mobile/index.js +1 -1
  113. package/plate/esm/shared/index.js +1 -1
  114. package/plate/esm/utils.js +1 -1
  115. package/plate/index-ba3cd492.d.ts +2 -2
  116. package/plate/modern/Component.responsive.js +1 -1
  117. package/plate/modern/components/base-plate/Component.js +1 -1
  118. package/plate/modern/components/base-plate/index.js +1 -1
  119. package/plate/modern/desktop/Component.desktop.js +1 -1
  120. package/plate/modern/desktop/index.js +1 -1
  121. package/plate/modern/index-ba3cd492.d.ts +2 -2
  122. package/plate/modern/index.js +1 -1
  123. package/plate/modern/mobile/Component.mobile.js +1 -1
  124. package/plate/modern/mobile/index.js +1 -1
  125. package/plate/modern/shared/index.js +1 -1
  126. package/plate/modern/utils.js +1 -1
  127. package/plate/utils.js +1 -1
  128. package/pure-cell/component.js +1 -1
  129. package/pure-cell/components/addon/component.js +1 -1
  130. package/pure-cell/components/addon/index.d.ts +1 -1
  131. package/pure-cell/components/addon/index.js +1 -1
  132. package/pure-cell/components/amount/component.js +1 -1
  133. package/pure-cell/components/amount/index.d.ts +1 -1
  134. package/pure-cell/components/amount/index.js +1 -1
  135. package/pure-cell/components/amount-title/component.js +1 -1
  136. package/pure-cell/components/amount-title/index.d.ts +1 -1
  137. package/pure-cell/components/amount-title/index.js +1 -1
  138. package/pure-cell/components/category/component.js +1 -1
  139. package/pure-cell/components/category/index.d.ts +1 -1
  140. package/pure-cell/components/category/index.js +1 -1
  141. package/pure-cell/components/content/component.js +1 -1
  142. package/pure-cell/components/content/index.d.ts +1 -1
  143. package/pure-cell/components/content/index.js +1 -1
  144. package/pure-cell/components/footer/component.js +1 -1
  145. package/pure-cell/components/footer/index.d.ts +1 -1
  146. package/pure-cell/components/footer/index.js +1 -1
  147. package/pure-cell/components/footer-button/component.js +1 -1
  148. package/pure-cell/components/footer-button/index.d.ts +1 -1
  149. package/pure-cell/components/footer-button/index.js +1 -1
  150. package/pure-cell/components/footer-text/component.js +1 -1
  151. package/pure-cell/components/footer-text/index.d.ts +1 -1
  152. package/pure-cell/components/footer-text/index.js +1 -1
  153. package/pure-cell/components/graphics/component.js +1 -1
  154. package/pure-cell/components/graphics/index.d.ts +1 -1
  155. package/pure-cell/components/graphics/index.js +1 -1
  156. package/pure-cell/components/main/component.js +1 -1
  157. package/pure-cell/components/main/index.d.ts +1 -1
  158. package/pure-cell/components/main/index.js +1 -1
  159. package/pure-cell/components/text/component.js +1 -1
  160. package/pure-cell/components/text/index.d.ts +1 -1
  161. package/pure-cell/components/text/index.js +1 -1
  162. package/pure-cell/esm/component.js +1 -1
  163. package/pure-cell/esm/components/addon/component.js +1 -1
  164. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  165. package/pure-cell/esm/components/addon/index.js +1 -1
  166. package/pure-cell/esm/components/amount/component.js +1 -1
  167. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  168. package/pure-cell/esm/components/amount/index.js +1 -1
  169. package/pure-cell/esm/components/amount-title/component.js +1 -1
  170. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  171. package/pure-cell/esm/components/amount-title/index.js +1 -1
  172. package/pure-cell/esm/components/category/component.js +1 -1
  173. package/pure-cell/esm/components/category/index.d.ts +1 -1
  174. package/pure-cell/esm/components/category/index.js +1 -1
  175. package/pure-cell/esm/components/content/component.js +1 -1
  176. package/pure-cell/esm/components/content/index.d.ts +1 -1
  177. package/pure-cell/esm/components/content/index.js +1 -1
  178. package/pure-cell/esm/components/footer/component.js +1 -1
  179. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  180. package/pure-cell/esm/components/footer/index.js +1 -1
  181. package/pure-cell/esm/components/footer-button/component.js +1 -1
  182. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  183. package/pure-cell/esm/components/footer-button/index.js +1 -1
  184. package/pure-cell/esm/components/footer-text/component.js +1 -1
  185. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  186. package/pure-cell/esm/components/footer-text/index.js +1 -1
  187. package/pure-cell/esm/components/graphics/component.js +1 -1
  188. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  189. package/pure-cell/esm/components/graphics/index.js +1 -1
  190. package/pure-cell/esm/components/main/component.js +1 -1
  191. package/pure-cell/esm/components/main/index.d.ts +1 -1
  192. package/pure-cell/esm/components/main/index.js +1 -1
  193. package/pure-cell/esm/components/text/component.js +1 -1
  194. package/pure-cell/esm/components/text/index.d.ts +1 -1
  195. package/pure-cell/esm/components/text/index.js +1 -1
  196. package/pure-cell/esm/index.js +1 -1
  197. package/pure-cell/index.js +1 -1
  198. package/pure-cell/modern/component.js +1 -1
  199. package/pure-cell/modern/components/addon/component.js +1 -1
  200. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  201. package/pure-cell/modern/components/addon/index.js +1 -1
  202. package/pure-cell/modern/components/amount/component.js +1 -1
  203. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  204. package/pure-cell/modern/components/amount/index.js +1 -1
  205. package/pure-cell/modern/components/amount-title/component.js +1 -1
  206. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  207. package/pure-cell/modern/components/amount-title/index.js +1 -1
  208. package/pure-cell/modern/components/category/component.js +1 -1
  209. package/pure-cell/modern/components/category/index.d.ts +1 -1
  210. package/pure-cell/modern/components/category/index.js +1 -1
  211. package/pure-cell/modern/components/content/component.js +1 -1
  212. package/pure-cell/modern/components/content/index.d.ts +1 -1
  213. package/pure-cell/modern/components/content/index.js +1 -1
  214. package/pure-cell/modern/components/footer/component.js +1 -1
  215. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  216. package/pure-cell/modern/components/footer/index.js +1 -1
  217. package/pure-cell/modern/components/footer-button/component.js +1 -1
  218. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  219. package/pure-cell/modern/components/footer-button/index.js +1 -1
  220. package/pure-cell/modern/components/footer-text/component.js +1 -1
  221. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  222. package/pure-cell/modern/components/footer-text/index.js +1 -1
  223. package/pure-cell/modern/components/graphics/component.js +1 -1
  224. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  225. package/pure-cell/modern/components/graphics/index.js +1 -1
  226. package/pure-cell/modern/components/main/component.js +1 -1
  227. package/pure-cell/modern/components/main/index.d.ts +1 -1
  228. package/pure-cell/modern/components/main/index.js +1 -1
  229. package/pure-cell/modern/components/text/component.js +1 -1
  230. package/pure-cell/modern/components/text/index.d.ts +1 -1
  231. package/pure-cell/modern/components/text/index.js +1 -1
  232. package/pure-cell/modern/index.js +1 -1
  233. package/select/components/base-select/Component.js +2 -2
  234. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  235. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  236. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  237. package/select/cssm/{hook-ea9c21c9.js → hook-e5b68af9.js} +1 -1
  238. package/select/cssm/mobile/Component.mobile.js +1 -1
  239. package/select/cssm/presets/index.js +1 -1
  240. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  241. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  242. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +1 -0
  243. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +3 -2
  244. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  245. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  246. package/select/cssm/shared/index.js +1 -1
  247. package/select/cssm/utils.d.ts +1 -0
  248. package/select/cssm/utils.js +1 -0
  249. package/select/esm/Component.responsive.js +3 -3
  250. package/select/esm/components/base-select/Component.js +2 -2
  251. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  252. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  253. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  254. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  255. package/select/esm/components/base-select/index.js +2 -2
  256. package/select/esm/components/index.js +2 -2
  257. package/select/esm/desktop/Component.desktop.js +2 -2
  258. package/select/esm/desktop/index.js +2 -2
  259. package/select/esm/{hook-cf720742.js → hook-830d302f.js} +1 -1
  260. package/select/esm/index.js +3 -3
  261. package/select/esm/mobile/Component.mobile.js +3 -3
  262. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  263. package/select/esm/mobile/index.js +3 -3
  264. package/select/esm/presets/index.js +1 -1
  265. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  266. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  267. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +1 -0
  268. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +3 -2
  269. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  270. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  271. package/select/esm/shared/index.js +3 -3
  272. package/select/esm/utils.d.ts +1 -0
  273. package/select/esm/utils.js +1 -0
  274. package/select/{hook-315e5651.js → hook-ade47c3d.js} +1 -1
  275. package/select/mobile/Component.mobile.js +1 -1
  276. package/select/modern/Component.responsive.js +3 -3
  277. package/select/modern/components/base-select/Component.js +2 -2
  278. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  279. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  280. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  281. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  282. package/select/modern/components/base-select/index.js +2 -2
  283. package/select/modern/components/index.js +2 -2
  284. package/select/modern/desktop/Component.desktop.js +2 -2
  285. package/select/modern/desktop/index.js +2 -2
  286. package/select/modern/{hook-14b2c978.js → hook-521f35df.js} +1 -1
  287. package/select/modern/index.js +3 -3
  288. package/select/modern/mobile/Component.mobile.js +3 -3
  289. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  290. package/select/modern/mobile/index.js +3 -3
  291. package/select/modern/presets/index.js +1 -1
  292. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  293. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  294. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +1 -0
  295. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +3 -2
  296. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  297. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  298. package/select/modern/shared/index.js +3 -3
  299. package/select/modern/utils.d.ts +1 -0
  300. package/select/modern/utils.js +1 -0
  301. package/select/moderncssm/Component.responsive.js +1 -1
  302. package/select/moderncssm/{hook-238eb00b.js → hook-8f0dc930.js} +1 -1
  303. package/select/moderncssm/index.js +1 -1
  304. package/select/moderncssm/mobile/Component.mobile.js +1 -1
  305. package/select/moderncssm/mobile/Component.modal.mobile.js +1 -1
  306. package/select/moderncssm/mobile/index.js +1 -1
  307. package/select/moderncssm/presets/index.js +1 -1
  308. package/select/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  309. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  310. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +1 -0
  311. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +3 -2
  312. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  313. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  314. package/select/moderncssm/shared/index.js +1 -1
  315. package/select/moderncssm/utils.d.ts +1 -0
  316. package/select/moderncssm/utils.js +1 -0
  317. package/select/presets/index.js +1 -1
  318. package/select/presets/useSelectWithApply/hook.js +1 -1
  319. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  320. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +1 -0
  321. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +3 -2
  322. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  323. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  324. package/select/shared/index.js +1 -1
  325. package/select/utils.d.ts +1 -0
  326. package/select/utils.js +1 -0
  327. package/side-panel/components/controls/Component.js +1 -1
  328. package/side-panel/components/footer/Component.js +1 -1
  329. package/side-panel/esm/Component.responsive.js +1 -1
  330. package/side-panel/esm/components/controls/Component.js +1 -1
  331. package/side-panel/esm/components/controls/index.js +1 -1
  332. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  333. package/side-panel/esm/components/footer/Component.js +1 -1
  334. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  335. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  336. package/side-panel/esm/desktop/index.js +1 -1
  337. package/side-panel/esm/index.js +1 -1
  338. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  339. package/side-panel/esm/mobile/index.js +1 -1
  340. package/side-panel/modern/Component.responsive.js +1 -1
  341. package/side-panel/modern/components/controls/Component.js +1 -1
  342. package/side-panel/modern/components/controls/index.js +1 -1
  343. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  344. package/side-panel/modern/components/footer/Component.js +1 -1
  345. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  346. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  347. package/side-panel/modern/desktop/index.js +1 -1
  348. package/side-panel/modern/index.js +1 -1
  349. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  350. package/side-panel/modern/mobile/index.js +1 -1
  351. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  352. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  353. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  354. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  355. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  356. package/tabs/esm/collapsible/index.js +1 -1
  357. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  358. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  359. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  360. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  361. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  362. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  363. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  364. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  365. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  366. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  367. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  368. package/tabs/esm/desktop/index.js +2 -2
  369. package/tabs/esm/index.js +2 -2
  370. package/tabs/esm/mobile/index.js +2 -2
  371. package/tabs/modern/collapsible/index.js +1 -1
  372. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  373. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  374. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  375. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  376. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  377. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  378. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  379. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  380. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  381. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  382. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  383. package/tabs/modern/desktop/index.js +2 -2
  384. package/tabs/modern/index.js +2 -2
  385. package/tabs/modern/mobile/index.js +2 -2
  386. package/textarea/Component.js +1 -1
  387. package/textarea/components/PseudoTextArea.js +1 -1
  388. package/textarea/components/index.d.ts +1 -1
  389. package/textarea/components/index.js +1 -1
  390. package/textarea/esm/Component.js +1 -1
  391. package/textarea/esm/components/PseudoTextArea.js +1 -1
  392. package/textarea/esm/components/index.d.ts +1 -1
  393. package/textarea/esm/components/index.js +1 -1
  394. package/textarea/esm/index.js +1 -1
  395. package/textarea/modern/Component.js +1 -1
  396. package/textarea/modern/components/PseudoTextArea.js +1 -1
  397. package/textarea/modern/components/index.d.ts +1 -1
  398. package/textarea/modern/components/index.js +1 -1
  399. package/textarea/modern/index.js +1 -1
  400. package/themes/compiled/mobile-dark-bluetint.css +39 -39
  401. package/typography/esm/component.js +2 -2
  402. package/typography/esm/index.js +2 -2
  403. package/typography/esm/text/component.js +1 -1
  404. package/typography/esm/text/index.js +1 -1
  405. package/typography/esm/title/component.js +1 -1
  406. package/typography/esm/title/index.js +2 -2
  407. package/typography/esm/title-mobile/component.js +2 -2
  408. package/typography/esm/title-mobile/index.js +2 -2
  409. package/typography/esm/title-responsive/component.js +2 -2
  410. package/typography/esm/title-responsive/index.js +2 -2
  411. package/typography/modern/component.js +2 -2
  412. package/typography/modern/index.js +2 -2
  413. package/typography/modern/text/component.js +1 -1
  414. package/typography/modern/text/index.js +1 -1
  415. package/typography/modern/title/component.js +1 -1
  416. package/typography/modern/title/index.js +2 -2
  417. package/typography/modern/title-mobile/component.js +2 -2
  418. package/typography/modern/title-mobile/index.js +2 -2
  419. package/typography/modern/title-responsive/component.js +2 -2
  420. package/typography/modern/title-responsive/index.js +2 -2
  421. package/typography/text/component.js +1 -1
  422. package/typography/title/component.js +1 -1
  423. package/typography/title/index.js +1 -1
  424. package/typography/title-mobile/component.js +1 -1
  425. package/international-phone-input/utils-34f6b81b.d.ts +0 -82
  426. package/picker-button/cssm/utils-34f6b81b.d.ts +0 -82
  427. package/picker-button/esm/utils-34f6b81b.d.ts +0 -82
  428. package/picker-button/modern/utils-34f6b81b.d.ts +0 -82
  429. package/picker-button/moderncssm/utils-34f6b81b.d.ts +0 -82
  430. package/picker-button/utils-34f6b81b.d.ts +0 -82
  431. /package/confirmation/{countdown-section-5bb76cfe.d.ts → countdown-section-ea68f0db.d.ts} +0 -0
  432. /package/confirmation/{countdown-section-5bb76cfe.js → countdown-section-ea68f0db.js} +0 -0
  433. /package/confirmation/esm/{countdown-section-360b98d9.d.ts → countdown-section-fccd60be.d.ts} +0 -0
  434. /package/confirmation/esm/{countdown-section-360b98d9.js → countdown-section-fccd60be.js} +0 -0
  435. /package/confirmation/modern/{countdown-section-85901161.d.ts → countdown-section-4c58e55e.d.ts} +0 -0
  436. /package/confirmation/modern/{countdown-section-85901161.js → countdown-section-4c58e55e.js} +0 -0
  437. /package/gallery/esm/{slide-e22a2be5.d.ts → slide-a18b4715.d.ts} +0 -0
  438. /package/gallery/esm/{slide-e22a2be5.js → slide-a18b4715.js} +0 -0
  439. /package/gallery/modern/{slide-25e497d4.d.ts → slide-b13843a9.d.ts} +0 -0
  440. /package/gallery/modern/{slide-25e497d4.js → slide-b13843a9.js} +0 -0
  441. /package/gallery/{slide-ef744d0e.d.ts → slide-76c6bfc7.d.ts} +0 -0
  442. /package/gallery/{slide-ef744d0e.js → slide-76c6bfc7.js} +0 -0
  443. /package/list/{Component-5c879c87.d.ts → Component-f6896423.d.ts} +0 -0
  444. /package/list/{Component-5c879c87.js → Component-f6896423.js} +0 -0
  445. /package/list/esm/{Component-2210f804.d.ts → Component-eed3b6a6.d.ts} +0 -0
  446. /package/list/esm/{Component-2210f804.js → Component-eed3b6a6.js} +0 -0
  447. /package/list/modern/{Component-d6ae5e31.d.ts → Component-14430920.d.ts} +0 -0
  448. /package/list/modern/{Component-d6ae5e31.js → Component-14430920.js} +0 -0
  449. /package/modal/esm/{layout.module-e3435f7f.js → layout.module-1407c4ba.js} +0 -0
  450. /package/modal/{layout.module-ab2ccfe7.js → layout.module-937df982.js} +0 -0
  451. /package/modal/modern/{layout.module-53d477b7.js → layout.module-844fbf07.js} +0 -0
  452. /package/plate/{PortalContext-703b5c53.d.ts → PortalContext-8ec9a1d0.d.ts} +0 -0
  453. /package/plate/{PortalContext-703b5c53.js → PortalContext-8ec9a1d0.js} +0 -0
  454. /package/plate/esm/{PortalContext-f8524b64.d.ts → PortalContext-725157cc.d.ts} +0 -0
  455. /package/plate/esm/{PortalContext-f8524b64.js → PortalContext-725157cc.js} +0 -0
  456. /package/plate/modern/{PortalContext-6b0cd058.d.ts → PortalContext-a82eb34a.d.ts} +0 -0
  457. /package/plate/modern/{PortalContext-6b0cd058.js → PortalContext-a82eb34a.js} +0 -0
  458. /package/pure-cell/{component-a3644f4e.d.ts → component-d1d1ab9c.d.ts} +0 -0
  459. /package/pure-cell/{component-a3644f4e.js → component-d1d1ab9c.js} +0 -0
  460. /package/pure-cell/esm/{component-4552beea.d.ts → component-d5000532.d.ts} +0 -0
  461. /package/pure-cell/esm/{component-4552beea.js → component-d5000532.js} +0 -0
  462. /package/pure-cell/modern/{component-b028db60.d.ts → component-5283f359.d.ts} +0 -0
  463. /package/pure-cell/modern/{component-b028db60.js → component-5283f359.js} +0 -0
  464. /package/select/cssm/{hook-ea9c21c9.d.ts → hook-e5b68af9.d.ts} +0 -0
  465. /package/select/esm/{hook-cf720742.d.ts → hook-830d302f.d.ts} +0 -0
  466. /package/select/esm/{list-popover-desktop-1f188e6c.d.ts → list-popover-desktop-ac4ee4d4.d.ts} +0 -0
  467. /package/select/esm/{list-popover-desktop-1f188e6c.js → list-popover-desktop-ac4ee4d4.js} +0 -0
  468. /package/select/esm/{mobile.module-2d08dbdf.js → mobile.module-a18fa384.js} +0 -0
  469. /package/select/{hook-315e5651.d.ts → hook-ade47c3d.d.ts} +0 -0
  470. /package/select/{list-popover-desktop-42150be1.d.ts → list-popover-desktop-5c7b297f.d.ts} +0 -0
  471. /package/select/{list-popover-desktop-42150be1.js → list-popover-desktop-5c7b297f.js} +0 -0
  472. /package/select/{mobile.module-587a6b89.js → mobile.module-a6389553.js} +0 -0
  473. /package/select/modern/{hook-14b2c978.d.ts → hook-521f35df.d.ts} +0 -0
  474. /package/select/modern/{list-popover-desktop-54e6b734.d.ts → list-popover-desktop-63c14346.d.ts} +0 -0
  475. /package/select/modern/{list-popover-desktop-54e6b734.js → list-popover-desktop-63c14346.js} +0 -0
  476. /package/select/modern/{mobile.module-cdafbb47.js → mobile.module-8ab79b9e.js} +0 -0
  477. /package/select/moderncssm/{hook-238eb00b.d.ts → hook-8f0dc930.d.ts} +0 -0
  478. /package/side-panel/esm/{layout.module-cb7df8b5.js → layout.module-66877922.js} +0 -0
  479. /package/side-panel/{layout.module-e1cdcdde.js → layout.module-7e807390.js} +0 -0
  480. /package/side-panel/modern/{layout.module-8aa787e5.js → layout.module-31362255.js} +0 -0
  481. /package/tabs/esm/{index.module-fe27c21d.js → index.module-e4ee2c34.js} +0 -0
  482. /package/tabs/esm/{index.module-d8cc5606.js → index.module-f575bf74.js} +0 -0
  483. /package/tabs/{index.module-bca16a45.js → index.module-92a8a222.js} +0 -0
  484. /package/tabs/{index.module-275989bb.js → index.module-99019dc8.js} +0 -0
  485. /package/tabs/modern/{index.module-c7314bc9.js → index.module-0d9d8f30.js} +0 -0
  486. /package/tabs/modern/{index.module-10472f29.js → index.module-54e4857b.js} +0 -0
  487. /package/textarea/{PseudoTextArea-60941b11.d.ts → PseudoTextArea-cd83e221.d.ts} +0 -0
  488. /package/textarea/{PseudoTextArea-60941b11.js → PseudoTextArea-cd83e221.js} +0 -0
  489. /package/textarea/esm/{PseudoTextArea-b46bb520.d.ts → PseudoTextArea-d1bf2a96.d.ts} +0 -0
  490. /package/textarea/esm/{PseudoTextArea-b46bb520.js → PseudoTextArea-d1bf2a96.js} +0 -0
  491. /package/textarea/modern/{PseudoTextArea-a8ed9df8.d.ts → PseudoTextArea-2ea65d62.d.ts} +0 -0
  492. /package/textarea/modern/{PseudoTextArea-a8ed9df8.js → PseudoTextArea-2ea65d62.js} +0 -0
  493. /package/typography/{colors.module-52040b0b.js → colors.module-3ff799a0.js} +0 -0
  494. /package/typography/{common.module-f0381f3b.js → common.module-5defc7e3.js} +0 -0
  495. /package/typography/esm/{colors.module-48307921.js → colors.module-0b2a9283.js} +0 -0
  496. /package/typography/esm/{common.module-4a56bb81.js → common.module-cebd0ee8.js} +0 -0
  497. /package/typography/modern/{colors.module-033fc4fa.js → colors.module-cf896807.js} +0 -0
  498. /package/typography/modern/{common.module-754dd9b1.js → common.module-35c18f22.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-cf720742.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-830d302f.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -44,12 +44,12 @@ import 'compute-scroll-into-view';
44
44
  import 'downshift';
45
45
  import '../components/native-select/Component.js';
46
46
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
47
- import '../list-popover-desktop-1f188e6c.js';
47
+ import '../list-popover-desktop-ac4ee4d4.js';
48
48
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
49
49
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
50
50
  import '../components/base-select/components/list-mobile/list-mobile.js';
51
51
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
52
- import '../mobile.module-2d08dbdf.js';
52
+ import '../mobile.module-a18fa384.js';
53
53
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
54
54
  import '../../../base-modal/esm';
55
55
  import '../../../button/esm/mobile';
@@ -56,6 +56,7 @@ declare function getSelectTestIds(dataTestId: string): {
56
56
  select: string;
57
57
  option: string;
58
58
  optionsList: string;
59
+ headerSelectAll: string;
59
60
  clearButton: string;
60
61
  applyButton: string;
61
62
  field: string;
@@ -210,6 +210,7 @@ function getSelectTestIds(dataTestId) {
210
210
  select: dataTestId,
211
211
  option: getDataTestId(dataTestId, 'option'),
212
212
  optionsList: getDataTestId(dataTestId, 'options-list'),
213
+ headerSelectAll: getDataTestId(dataTestId, 'options-list-header-select-all'),
213
214
  clearButton: getDataTestId(dataTestId, 'options-list-clear'),
214
215
  applyButton: getDataTestId(dataTestId, 'options-list-apply'),
215
216
  field: getDataTestId(dataTestId, 'field'),
@@ -50,7 +50,7 @@ var OptionsListWithApply = React.forwardRef(function (_a, ref) {
50
50
  return undefined;
51
51
  return (React__default.default.createElement(React__default.default.Fragment, null,
52
52
  header,
53
- showHeaderWithSelectAll && flatOptions.length > 0 && (React__default.default.createElement(Header, tslib.__assign({}, headerProps)))));
53
+ showHeaderWithSelectAll && flatOptions.length > 0 && (React__default.default.createElement(Header, tslib.__assign({}, headerProps, { dataTestId: restProps === null || restProps === void 0 ? void 0 : restProps.dataTestId })))));
54
54
  };
55
55
  return (React__default.default.createElement(OptionsList, tslib.__assign({}, restProps, { ref: ref, visibleOptions: visibleOptions, toggleMenu: toggleMenu, flatOptions: flatOptions, getOptionProps: getOptionProps, onApply: handleApply, onClear: handleClear, header: renderHeader(), selectedItems: selectedDraft, setSelectedItems: handleSelectedItems, footer: React__default.default.createElement(Footer, { handleApply: handleApply, handleClear: handleClear, showClear: showClear, selectedDraft: selectedDraft, dataTestId: restProps === null || restProps === void 0 ? void 0 : restProps.dataTestId }) })));
56
56
  });
@@ -14,7 +14,7 @@ var components_option_Component = require('../components/option/Component.js');
14
14
  var components_optionsList_Component = require('../components/options-list/Component.js');
15
15
  var components_search_Component = require('../components/search/Component.js');
16
16
  var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
17
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-315e5651.js');
17
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-ade47c3d.js');
18
18
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
19
19
 
20
20
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -18,12 +18,12 @@ import '@alfalab/hooks';
18
18
  import './utils.js';
19
19
  import './components/native-select/Component.js';
20
20
  import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
21
- import './list-popover-desktop-54e6b734.js';
21
+ import './list-popover-desktop-63c14346.js';
22
22
  import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
23
23
  import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
24
24
  import './components/base-select/components/list-mobile/list-mobile.js';
25
25
  import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
26
- import './mobile.module-cdafbb47.js';
26
+ import './mobile.module-8ab79b9e.js';
27
27
  import './components/base-select/components/list-mobile/list-modal-mobile.js';
28
28
  import './components/field/Component.js';
29
29
  import './components/clear-button/Component.js';
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
51
51
  import '../../button/modern/mobile';
52
52
  import './components/virtual-options-list/Component.js';
53
53
  import 'react-virtual';
54
- import './hook-14b2c978.js';
54
+ import './hook-521f35df.js';
55
55
  import 'deep-equal';
56
56
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
57
57
  import '../../button/modern/desktop';
@@ -9,11 +9,11 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { defaultAccessor, defaultFilterFn, defaultGroupAccessor, processOptions, isGroup } from '../../utils.js';
10
10
  import { NativeSelect } from '../native-select/Component.js';
11
11
  import { getListPopoverDesktopProps } from './components/list-desktop/helpers/get-list-popover-desktop-props.js';
12
- import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-54e6b734.js';
12
+ import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-63c14346.js';
13
13
  import { getListModalMobileProps } from './components/list-mobile/helpers/get-list-modal-mobile-props.js';
14
14
  import { getListBottomSheetMobileProps } from './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
15
15
  import { ListMobile } from './components/list-mobile/list-mobile.js';
16
- import { m as mobileStyles } from '../../mobile.module-cdafbb47.js';
16
+ import { m as mobileStyles } from '../../mobile.module-8ab79b9e.js';
17
17
  import './components/list-mobile/list-bottom-sheet-mobile.js';
18
18
  import './components/list-mobile/list-modal-mobile.js';
19
19
 
@@ -1,3 +1,3 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { L as ListPopoverDesktop } from '../../../../list-popover-desktop-54e6b734.js';
3
+ export { L as ListPopoverDesktop } from '../../../../list-popover-desktop-63c14346.js';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { getDataTestId } from '../../../../../../shared/modern';
3
- import { m as mobileStyles } from '../../../../mobile.module-cdafbb47.js';
3
+ import { m as mobileStyles } from '../../../../mobile.module-8ab79b9e.js';
4
4
 
5
5
  const ListBottomSheetMobile = (props) => {
6
6
  const { BottomSheet, dataTestId, open, label, placeholder, footer, swipeable, showSearch, bottomSheetProps, menuRef, scrollableContainerRef, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { ListBottomSheetMobile } from './list-bottom-sheet-mobile.js';
3
3
  import { ListModalMobile } from './list-modal-mobile.js';
4
4
  import '../../../../../../shared/modern';
5
- import '../../../../mobile.module-cdafbb47.js';
5
+ import '../../../../mobile.module-8ab79b9e.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
8
8
 
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { getDataTestId } from '../../../../../../shared/modern';
5
- import { m as mobileStyles } from '../../../../mobile.module-cdafbb47.js';
5
+ import { m as mobileStyles } from '../../../../mobile.module-8ab79b9e.js';
6
6
 
7
7
  const ListModalMobile = (props) => {
8
8
  const { ModalMobile, dataTestId, open, modalProps, modalHeaderProps, modalFooterProps, menuRef, scrollableContainerRef, label, placeholder, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
@@ -10,10 +10,10 @@ import '@alfalab/hooks';
10
10
  import '../../utils.js';
11
11
  import '../native-select/Component.js';
12
12
  import './components/list-desktop/helpers/get-list-popover-desktop-props.js';
13
- import '../../list-popover-desktop-54e6b734.js';
13
+ import '../../list-popover-desktop-63c14346.js';
14
14
  import './components/list-mobile/helpers/get-list-modal-mobile-props.js';
15
15
  import './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
16
16
  import './components/list-mobile/list-mobile.js';
17
17
  import './components/list-mobile/list-bottom-sheet-mobile.js';
18
- import '../../mobile.module-cdafbb47.js';
18
+ import '../../mobile.module-8ab79b9e.js';
19
19
  import './components/list-mobile/list-modal-mobile.js';
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
19
19
  import '../utils.js';
20
20
  import './native-select/Component.js';
21
21
  import './base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
22
- import '../list-popover-desktop-54e6b734.js';
22
+ import '../list-popover-desktop-63c14346.js';
23
23
  import './base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
24
24
  import './base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
25
25
  import './base-select/components/list-mobile/list-mobile.js';
26
26
  import './base-select/components/list-mobile/list-bottom-sheet-mobile.js';
27
- import '../mobile.module-cdafbb47.js';
27
+ import '../mobile.module-8ab79b9e.js';
28
28
  import './base-select/components/list-mobile/list-modal-mobile.js';
29
29
  import './clear-button/Component.js';
30
30
  import '../../../button/modern';
@@ -19,12 +19,12 @@ import '@alfalab/hooks';
19
19
  import '../utils.js';
20
20
  import '../components/native-select/Component.js';
21
21
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
22
- import '../list-popover-desktop-54e6b734.js';
22
+ import '../list-popover-desktop-63c14346.js';
23
23
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
24
24
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
25
25
  import '../components/base-select/components/list-mobile/list-mobile.js';
26
26
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
27
- import '../mobile.module-cdafbb47.js';
27
+ import '../mobile.module-8ab79b9e.js';
28
28
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
29
29
  import '../components/clear-button/Component.js';
30
30
  import '../../../button/modern';
@@ -15,12 +15,12 @@ import '@alfalab/hooks';
15
15
  import '../utils.js';
16
16
  import '../components/native-select/Component.js';
17
17
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
18
- import '../list-popover-desktop-54e6b734.js';
18
+ import '../list-popover-desktop-63c14346.js';
19
19
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
20
20
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
21
21
  import '../components/base-select/components/list-mobile/list-mobile.js';
22
22
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
23
- import '../mobile.module-cdafbb47.js';
23
+ import '../mobile.module-8ab79b9e.js';
24
24
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
25
25
  import '../components/field/Component.js';
26
26
  import '../components/clear-button/Component.js';
@@ -51,7 +51,7 @@ const OptionsListWithApply = forwardRef(({ toggleMenu, getOptionProps: defaultGe
51
51
  return undefined;
52
52
  return (React.createElement(React.Fragment, null,
53
53
  header,
54
- showHeaderWithSelectAll && flatOptions.length > 0 && (React.createElement(Header$1, { ...headerProps }))));
54
+ showHeaderWithSelectAll && flatOptions.length > 0 && (React.createElement(Header$1, { ...headerProps, dataTestId: restProps?.dataTestId }))));
55
55
  };
56
56
  return (React.createElement(OptionsList$1, { ...restProps, ref: ref, visibleOptions: visibleOptions, toggleMenu: toggleMenu, flatOptions: flatOptions, getOptionProps: getOptionProps, onApply: handleApply, onClear: handleClear, header: renderHeader(), selectedItems: selectedDraft, setSelectedItems: handleSelectedItems, footer: React.createElement(Footer$1, { handleApply: handleApply, handleClear: handleClear, showClear: showClear, selectedDraft: selectedDraft, dataTestId: restProps?.dataTestId }) }));
57
57
  });
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
17
17
  import './utils.js';
18
18
  import './components/native-select/Component.js';
19
19
  import './components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
20
- import './list-popover-desktop-54e6b734.js';
20
+ import './list-popover-desktop-63c14346.js';
21
21
  import './components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
22
22
  import './components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
23
23
  import './components/base-select/components/list-mobile/list-mobile.js';
24
24
  import './components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
25
- import './mobile.module-cdafbb47.js';
25
+ import './mobile.module-8ab79b9e.js';
26
26
  import './components/base-select/components/list-mobile/list-modal-mobile.js';
27
27
  import './components/field/Component.js';
28
28
  import './components/clear-button/Component.js';
@@ -51,7 +51,7 @@ import '../../base-modal/modern';
51
51
  import '../../button/modern/mobile';
52
52
  import './components/virtual-options-list/Component.js';
53
53
  import 'react-virtual';
54
- import './hook-14b2c978.js';
54
+ import './hook-521f35df.js';
55
55
  import 'deep-equal';
56
56
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
57
57
  import '../../button/modern/desktop';
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
11
11
  import { OptionsList } from '../components/options-list/Component.js';
12
12
  import { Search } from '../components/search/Component.js';
13
13
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
14
- import { u as useSelectWithApply } from '../hook-14b2c978.js';
14
+ import { u as useSelectWithApply } from '../hook-521f35df.js';
15
15
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
16
16
  import 'classnames';
17
17
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -24,12 +24,12 @@ import '@alfalab/hooks';
24
24
  import '../utils.js';
25
25
  import '../components/native-select/Component.js';
26
26
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
27
- import '../list-popover-desktop-54e6b734.js';
27
+ import '../list-popover-desktop-63c14346.js';
28
28
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
29
29
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
30
30
  import '../components/base-select/components/list-mobile/list-mobile.js';
31
31
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
32
- import '../mobile.module-cdafbb47.js';
32
+ import '../mobile.module-8ab79b9e.js';
33
33
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
34
34
  import '../components/clear-button/Component.js';
35
35
  import '../../../button/modern';
@@ -16,12 +16,12 @@ import '@alfalab/hooks';
16
16
  import '../utils.js';
17
17
  import '../components/native-select/Component.js';
18
18
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
19
- import '../list-popover-desktop-54e6b734.js';
19
+ import '../list-popover-desktop-63c14346.js';
20
20
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
21
21
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
22
22
  import '../components/base-select/components/list-mobile/list-mobile.js';
23
23
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
24
- import '../mobile.module-cdafbb47.js';
24
+ import '../mobile.module-8ab79b9e.js';
25
25
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
26
26
  import '../components/field/Component.js';
27
27
  import '../components/clear-button/Component.js';
@@ -47,7 +47,7 @@ import '../../../input/modern';
47
47
  import '@alfalab/icons-glyph/MagnifierMIcon';
48
48
  import '../components/virtual-options-list/Component.js';
49
49
  import 'react-virtual';
50
- import '../hook-14b2c978.js';
50
+ import '../hook-521f35df.js';
51
51
  import 'deep-equal';
52
52
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
53
53
  import '../../../button/modern/desktop';
@@ -17,12 +17,12 @@ import '@alfalab/hooks';
17
17
  import '../utils.js';
18
18
  import '../components/native-select/Component.js';
19
19
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
20
- import '../list-popover-desktop-54e6b734.js';
20
+ import '../list-popover-desktop-63c14346.js';
21
21
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
22
22
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
23
23
  import '../components/base-select/components/list-mobile/list-mobile.js';
24
24
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
25
- import '../mobile.module-cdafbb47.js';
25
+ import '../mobile.module-8ab79b9e.js';
26
26
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
27
27
  import '../components/field/Component.js';
28
28
  import '../components/clear-button/Component.js';
@@ -48,7 +48,7 @@ import '../../../input/modern';
48
48
  import '@alfalab/icons-glyph/MagnifierMIcon';
49
49
  import '../components/virtual-options-list/Component.js';
50
50
  import 'react-virtual';
51
- import '../hook-14b2c978.js';
51
+ import '../hook-521f35df.js';
52
52
  import 'deep-equal';
53
53
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
54
54
  import '../../../button/modern/desktop';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-14b2c978.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-521f35df.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/modern';
6
6
  import '../components/option/Component.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'deep-equal';
3
3
  import '../../../../shared/modern';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-14b2c978.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-521f35df.js';
5
5
  import '../../utils.js';
6
6
  import '../../components/options-list/Component.js';
7
7
  import 'react-merge-refs';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
- export { O as OptionsListWithApply } from '../../../hook-14b2c978.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-521f35df.js';
4
4
  import './footer/Component.js';
5
5
  import './header/Component.js';
6
6
  import 'react-merge-refs';
@@ -6,6 +6,7 @@ type HeaderProps = {
6
6
  indeterminate?: boolean;
7
7
  onChange?: CheckboxProps['onChange'];
8
8
  mobile?: boolean;
9
+ dataTestId?: string;
9
10
  };
10
11
  declare const Header: React.FC<HeaderProps>;
11
12
  export { HeaderProps, Header };
@@ -1,11 +1,12 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Checkbox } from '../../../../../../checkbox/modern';
4
+ import { getDataTestId } from '../../../../../../shared/modern';
4
5
 
5
6
  const styles = {"desktop":"select__desktop_p0dlj","mobile":"select__mobile_p0dlj"};
6
7
  require('./index.css');
7
8
 
8
- const Header = ({ onChange, checked, indeterminate, mobile }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
9
- React.createElement(Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435' })));
9
+ const Header = ({ onChange, checked, indeterminate, mobile, dataTestId, }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
10
+ React.createElement(Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435', dataTestId: getDataTestId(dataTestId, 'header-select-all') })));
10
11
 
11
12
  export { Header };
@@ -1 +1 @@
1
- export * from "../../../hook-14b2c978";
1
+ export * from "../../../hook-521f35df";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-14b2c978.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-521f35df.js';
2
2
  import 'react';
3
3
  import 'deep-equal';
4
4
  import '../../../utils.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-14b2c978.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-521f35df.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -43,12 +43,12 @@ import 'compute-scroll-into-view';
43
43
  import 'downshift';
44
44
  import '../components/native-select/Component.js';
45
45
  import '../components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js';
46
- import '../list-popover-desktop-54e6b734.js';
46
+ import '../list-popover-desktop-63c14346.js';
47
47
  import '../components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js';
48
48
  import '../components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
49
49
  import '../components/base-select/components/list-mobile/list-mobile.js';
50
50
  import '../components/base-select/components/list-mobile/list-bottom-sheet-mobile.js';
51
- import '../mobile.module-cdafbb47.js';
51
+ import '../mobile.module-8ab79b9e.js';
52
52
  import '../components/base-select/components/list-mobile/list-modal-mobile.js';
53
53
  import '../../../base-modal/modern';
54
54
  import '../../../button/modern/mobile';
@@ -56,6 +56,7 @@ declare function getSelectTestIds(dataTestId: string): {
56
56
  select: string;
57
57
  option: string;
58
58
  optionsList: string;
59
+ headerSelectAll: string;
59
60
  clearButton: string;
60
61
  applyButton: string;
61
62
  field: string;
@@ -198,6 +198,7 @@ function getSelectTestIds(dataTestId) {
198
198
  select: dataTestId,
199
199
  option: getDataTestId(dataTestId, 'option'),
200
200
  optionsList: getDataTestId(dataTestId, 'options-list'),
201
+ headerSelectAll: getDataTestId(dataTestId, 'options-list-header-select-all'),
201
202
  clearButton: getDataTestId(dataTestId, 'options-list-clear'),
202
203
  applyButton: getDataTestId(dataTestId, 'options-list-apply'),
203
204
  field: getDataTestId(dataTestId, 'field'),
@@ -63,7 +63,7 @@ import './components/footer/index.module.css';
63
63
  import './components/virtual-options-list/Component.js';
64
64
  import 'react-virtual';
65
65
  import './components/virtual-options-list/index.module.css';
66
- import './hook-238eb00b.js';
66
+ import './hook-8f0dc930.js';
67
67
  import 'deep-equal';
68
68
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
69
69
  import '../../button/moderncssm/desktop';
@@ -55,7 +55,7 @@ const OptionsListWithApply = forwardRef(({ toggleMenu, getOptionProps: defaultGe
55
55
  return undefined;
56
56
  return (React.createElement(React.Fragment, null,
57
57
  header,
58
- showHeaderWithSelectAll && flatOptions.length > 0 && (React.createElement(Header$1, { ...headerProps }))));
58
+ showHeaderWithSelectAll && flatOptions.length > 0 && (React.createElement(Header$1, { ...headerProps, dataTestId: restProps?.dataTestId }))));
59
59
  };
60
60
  return (React.createElement(OptionsList$1, { ...restProps, ref: ref, visibleOptions: visibleOptions, toggleMenu: toggleMenu, flatOptions: flatOptions, getOptionProps: getOptionProps, onApply: handleApply, onClear: handleClear, header: renderHeader(), selectedItems: selectedDraft, setSelectedItems: handleSelectedItems, footer: React.createElement(Footer$1, { handleApply: handleApply, handleClear: handleClear, showClear: showClear, selectedDraft: selectedDraft, dataTestId: restProps?.dataTestId }) }));
61
61
  });
@@ -63,7 +63,7 @@ import './components/footer/index.module.css';
63
63
  import './components/virtual-options-list/Component.js';
64
64
  import 'react-virtual';
65
65
  import './components/virtual-options-list/index.module.css';
66
- import './hook-238eb00b.js';
66
+ import './hook-8f0dc930.js';
67
67
  import 'deep-equal';
68
68
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
69
69
  import '../../button/moderncssm/desktop';
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
11
11
  import { OptionsList } from '../components/options-list/Component.js';
12
12
  import { Search } from '../components/search/Component.js';
13
13
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
14
- import { u as useSelectWithApply } from '../hook-238eb00b.js';
14
+ import { u as useSelectWithApply } from '../hook-8f0dc930.js';
15
15
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
16
16
  import 'classnames';
17
17
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -59,7 +59,7 @@ import '../components/search/index.module.css';
59
59
  import '../components/virtual-options-list/Component.js';
60
60
  import 'react-virtual';
61
61
  import '../components/virtual-options-list/index.module.css';
62
- import '../hook-238eb00b.js';
62
+ import '../hook-8f0dc930.js';
63
63
  import 'deep-equal';
64
64
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
65
65
  import '../../../button/moderncssm/desktop';
@@ -60,7 +60,7 @@ import '../components/search/index.module.css';
60
60
  import '../components/virtual-options-list/Component.js';
61
61
  import 'react-virtual';
62
62
  import '../components/virtual-options-list/index.module.css';
63
- import '../hook-238eb00b.js';
63
+ import '../hook-8f0dc930.js';
64
64
  import 'deep-equal';
65
65
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
66
66
  import '../../../button/moderncssm/desktop';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-238eb00b.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-8f0dc930.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/moderncssm';
6
6
  import '../components/option/Component.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'deep-equal';
3
3
  import '../../../../shared/moderncssm';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-238eb00b.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-8f0dc930.js';
5
5
  import '../../utils.js';
6
6
  import '../../components/options-list/Component.js';
7
7
  import 'react-merge-refs';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
- export { O as OptionsListWithApply } from '../../../hook-238eb00b.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-8f0dc930.js';
4
4
  import '../../../../../button/moderncssm/desktop';
5
5
  import '../../../../../shared/moderncssm';
6
6
  import './footer/index.module.css';
@@ -6,6 +6,7 @@ type HeaderProps = {
6
6
  indeterminate?: boolean;
7
7
  onChange?: CheckboxProps['onChange'];
8
8
  mobile?: boolean;
9
+ dataTestId?: string;
9
10
  };
10
11
  declare const Header: React.FC<HeaderProps>;
11
12
  export { HeaderProps, Header };
@@ -1,9 +1,10 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Checkbox } from '../../../../../../checkbox/moderncssm';
4
+ import { getDataTestId } from '../../../../../../shared/moderncssm';
4
5
  import styles from './index.module.css';
5
6
 
6
- const Header = ({ onChange, checked, indeterminate, mobile }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
7
- React.createElement(Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435' })));
7
+ const Header = ({ onChange, checked, indeterminate, mobile, dataTestId, }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
8
+ React.createElement(Checkbox, { block: true, indeterminate: indeterminate, size: 'm', onChange: onChange, checked: checked, label: '\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435', dataTestId: getDataTestId(dataTestId, 'header-select-all') })));
8
9
 
9
10
  export { Header };
@@ -1 +1 @@
1
- export * from "../../../hook-238eb00b";
1
+ export * from "../../../hook-8f0dc930";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-238eb00b.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-8f0dc930.js';
2
2
  import 'react';
3
3
  import 'deep-equal';
4
4
  import '../../../utils.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-238eb00b.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-8f0dc930.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -56,6 +56,7 @@ declare function getSelectTestIds(dataTestId: string): {
56
56
  select: string;
57
57
  option: string;
58
58
  optionsList: string;
59
+ headerSelectAll: string;
59
60
  clearButton: string;
60
61
  applyButton: string;
61
62
  field: string;
@@ -198,6 +198,7 @@ function getSelectTestIds(dataTestId) {
198
198
  select: dataTestId,
199
199
  option: getDataTestId(dataTestId, 'option'),
200
200
  optionsList: getDataTestId(dataTestId, 'options-list'),
201
+ headerSelectAll: getDataTestId(dataTestId, 'options-list-header-select-all'),
201
202
  clearButton: getDataTestId(dataTestId, 'options-list-clear'),
202
203
  applyButton: getDataTestId(dataTestId, 'options-list-apply'),
203
204
  field: getDataTestId(dataTestId, 'field'),
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
4
4
  var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-315e5651.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-ade47c3d.js');
6
6
 
7
7
 
8
8
 
@@ -4,7 +4,7 @@ require('tslib');
4
4
  require('react');
5
5
  require('deep-equal');
6
6
  require('../../utils.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-315e5651.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-ade47c3d.js');
8
8
 
9
9
 
10
10