@okam/stack-ui 1.38.1 → 1.39.0

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 (679) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/components/Box/interface.d.ts +2 -1
  3. package/components/Node/index.d.ts +3 -0
  4. package/components/Node/interface.d.ts +4 -0
  5. package/components/Popover/components/Button.d.ts +4 -0
  6. package/components/Popover/index.d.ts +3 -6
  7. package/components/Popover/interface.d.ts +17 -16
  8. package/components/Popover/popover.stories.d.ts +7 -0
  9. package/components/fields/ComboBox/combo-box.stories.d.ts +14 -0
  10. package/components/fields/ComboBox/hooks/useComboBoxFiltering.d.ts +30 -0
  11. package/components/fields/ComboBox/index.d.ts +8 -0
  12. package/components/fields/ComboBox/interface.d.ts +24 -0
  13. package/components/fields/ListBox/index.d.ts +3 -2
  14. package/components/fields/ListBox/interface.d.ts +5 -2
  15. package/components/fields/ListBox/list-box.stories.d.ts +1 -0
  16. package/hooks/useDebounce/index.d.ts +1 -0
  17. package/index.d.ts +7 -1
  18. package/index.js +1 -1
  19. package/index.mjs +188 -177
  20. package/index10.js +1 -1
  21. package/index10.mjs +52 -82
  22. package/index100.js +6 -9
  23. package/index100.mjs +80 -43
  24. package/index101.js +1 -1
  25. package/index101.mjs +59 -35
  26. package/index102.js +1 -1
  27. package/index102.mjs +37 -9
  28. package/index103.js +41 -4
  29. package/index103.mjs +66 -80
  30. package/index104.js +64 -1
  31. package/index104.mjs +228 -6
  32. package/index105.js +9 -12
  33. package/index105.mjs +47 -30
  34. package/index106.js +1 -1
  35. package/index106.mjs +34 -78
  36. package/index107.js +1 -1
  37. package/index107.mjs +8 -24
  38. package/index108.js +1 -1
  39. package/index108.mjs +32 -13
  40. package/index109.js +4 -6
  41. package/index109.mjs +84 -15
  42. package/index11.js +1 -1
  43. package/index11.mjs +53 -72
  44. package/index110.js +1 -15
  45. package/index110.mjs +6 -71
  46. package/index111.js +12 -1
  47. package/index111.mjs +39 -6
  48. package/index112.js +1 -41
  49. package/index112.mjs +73 -90
  50. package/index113.js +1 -47
  51. package/index113.mjs +12 -101
  52. package/index114.js +1 -16
  53. package/index114.mjs +25 -21
  54. package/index115.js +1 -1
  55. package/index115.mjs +9 -38
  56. package/index116.js +7 -1
  57. package/index116.mjs +19 -48
  58. package/index117.js +15 -1
  59. package/index117.mjs +70 -22
  60. package/index118.js +1 -1
  61. package/index118.mjs +7 -63
  62. package/index119.js +41 -1
  63. package/index119.mjs +104 -27
  64. package/index12.js +1 -1
  65. package/index12.mjs +77 -44
  66. package/index120.js +47 -1
  67. package/index120.mjs +102 -52
  68. package/index121.js +16 -1
  69. package/index121.mjs +25 -4
  70. package/index122.js +1 -1
  71. package/index122.mjs +42 -11
  72. package/index123.js +1 -1
  73. package/index123.mjs +47 -13
  74. package/index124.js +1 -1
  75. package/index124.mjs +21 -36
  76. package/index125.js +1 -1
  77. package/index125.mjs +60 -20
  78. package/index126.js +1 -1
  79. package/index126.mjs +28 -43
  80. package/index127.js +1 -1
  81. package/index127.mjs +52 -20
  82. package/index128.js +1 -1
  83. package/index128.mjs +4 -38
  84. package/index129.js +1 -1
  85. package/index129.mjs +11 -16
  86. package/index13.js +2 -1
  87. package/index13.mjs +46 -47
  88. package/index130.js +1 -1
  89. package/index130.mjs +13 -240
  90. package/index131.js +1 -2
  91. package/index131.mjs +37 -12
  92. package/index132.js +1 -2
  93. package/index132.mjs +22 -38
  94. package/index133.js +1 -1
  95. package/index133.mjs +44 -11
  96. package/index134.js +1 -1
  97. package/index134.mjs +18 -37
  98. package/index135.js +1 -1
  99. package/index135.mjs +36 -22
  100. package/index136.js +1 -1
  101. package/index136.mjs +14 -21
  102. package/index137.js +1 -1
  103. package/index137.mjs +238 -40
  104. package/index138.js +2 -1
  105. package/index138.mjs +12 -25
  106. package/index139.js +2 -1
  107. package/index139.mjs +39 -41
  108. package/index14.js +1 -2
  109. package/index14.mjs +47 -19
  110. package/index140.js +1 -2
  111. package/index140.mjs +11 -58
  112. package/index141.js +1 -1
  113. package/index141.mjs +39 -39
  114. package/index142.js +1 -1
  115. package/index142.mjs +23 -30
  116. package/index143.js +1 -1
  117. package/index143.mjs +23 -8
  118. package/index144.js +1 -1
  119. package/index144.mjs +43 -9
  120. package/index145.js +1 -1
  121. package/index145.mjs +25 -29
  122. package/index146.js +1 -1
  123. package/index146.mjs +41 -15
  124. package/index147.js +2 -1
  125. package/index147.mjs +57 -16
  126. package/index148.js +1 -2
  127. package/index148.mjs +38 -47
  128. package/index149.js +1 -1
  129. package/index149.mjs +31 -38
  130. package/index15.js +1 -1
  131. package/index15.mjs +18 -17
  132. package/index150.js +1 -1
  133. package/index150.mjs +8 -29
  134. package/index151.js +1 -1
  135. package/index151.mjs +9 -22
  136. package/index152.js +1 -1
  137. package/index152.mjs +27 -33
  138. package/index153.js +1 -1
  139. package/index153.mjs +15 -22
  140. package/index154.js +1 -1
  141. package/index154.mjs +17 -57
  142. package/index155.js +2 -1
  143. package/index155.mjs +47 -11
  144. package/index156.js +1 -1
  145. package/index156.mjs +37 -11
  146. package/index157.js +1 -1
  147. package/index157.mjs +29 -46
  148. package/index158.js +1 -2
  149. package/index158.mjs +22 -13
  150. package/index159.js +1 -1
  151. package/index159.mjs +36 -30
  152. package/index16.js +1 -1
  153. package/index16.mjs +16 -165
  154. package/index160.js +1 -1
  155. package/index160.mjs +21 -5
  156. package/index161.js +1 -2
  157. package/index161.mjs +56 -49
  158. package/index162.js +1 -1
  159. package/index162.mjs +12 -126
  160. package/index163.js +1 -1
  161. package/index163.mjs +10 -72
  162. package/index164.js +1 -1
  163. package/index164.mjs +46 -382
  164. package/index165.js +2 -1
  165. package/index165.mjs +13 -47
  166. package/index166.js +1 -1
  167. package/index166.mjs +29 -3
  168. package/index167.js +1 -1
  169. package/index167.mjs +5 -24
  170. package/index168.js +2 -1
  171. package/index168.mjs +48 -46
  172. package/index169.js +1 -1
  173. package/index169.mjs +124 -4
  174. package/index17.js +1 -1
  175. package/index17.mjs +148 -93
  176. package/index170.js +1 -1
  177. package/index170.mjs +27 -24
  178. package/index171.js +1 -1
  179. package/index171.mjs +72 -11
  180. package/index172.js +1 -1
  181. package/index172.mjs +381 -4
  182. package/index173.js +1 -1
  183. package/index173.mjs +46 -14
  184. package/index174.js +1 -1
  185. package/index174.mjs +4 -43
  186. package/index175.js +1 -1
  187. package/index175.mjs +23 -56
  188. package/index176.js +1 -1
  189. package/index176.mjs +45 -39
  190. package/index177.js +1 -1
  191. package/index177.mjs +4 -27
  192. package/index178.js +1 -1
  193. package/index178.mjs +24 -31
  194. package/index179.js +1 -1
  195. package/index179.mjs +12 -14
  196. package/index18.js +1 -1
  197. package/index18.mjs +110 -113
  198. package/index180.js +1 -1
  199. package/index180.mjs +4 -10
  200. package/index181.js +1 -1
  201. package/index181.mjs +13 -27
  202. package/index182.js +1 -1
  203. package/index182.mjs +41 -8
  204. package/index183.js +1 -1
  205. package/index183.mjs +57 -6
  206. package/index184.js +1 -1
  207. package/index184.mjs +41 -5
  208. package/index185.js +1 -1
  209. package/index185.mjs +28 -7
  210. package/index186.js +1 -1
  211. package/index186.mjs +28 -26
  212. package/index187.js +1 -1
  213. package/index187.mjs +14 -18
  214. package/index188.js +1 -1
  215. package/index188.mjs +10 -13
  216. package/index189.js +1 -1
  217. package/index189.mjs +26 -41
  218. package/index19.js +1 -1
  219. package/index19.mjs +115 -31
  220. package/index190.js +1 -1
  221. package/index190.mjs +9 -8
  222. package/index191.js +1 -1
  223. package/index191.mjs +6 -17
  224. package/index192.js +1 -1
  225. package/index192.mjs +6 -3
  226. package/index193.js +1 -1
  227. package/index193.mjs +7 -4
  228. package/index194.js +1 -1
  229. package/index194.mjs +29 -19
  230. package/index195.js +1 -1
  231. package/index195.mjs +14 -50
  232. package/index196.js +1 -1
  233. package/index196.mjs +12 -26
  234. package/index197.js +1 -1
  235. package/index197.mjs +37 -197
  236. package/index198.js +1 -1
  237. package/index198.mjs +8 -64
  238. package/index199.js +1 -1
  239. package/index199.mjs +16 -142
  240. package/index2.js +1 -1
  241. package/index2.mjs +60 -60
  242. package/index20.js +1 -1
  243. package/index20.mjs +27 -104
  244. package/index200.js +1 -1
  245. package/index200.mjs +3 -125
  246. package/index201.js +1 -1
  247. package/index201.mjs +4 -224
  248. package/index202.js +1 -1
  249. package/index202.mjs +19 -190
  250. package/index203.js +1 -1
  251. package/index203.mjs +50 -65
  252. package/index204.js +1 -1
  253. package/index204.mjs +116 -271
  254. package/index205.js +1 -1
  255. package/index205.mjs +129 -93
  256. package/index206.js +1 -1
  257. package/index206.mjs +44 -188
  258. package/index207.js +1 -1
  259. package/index207.mjs +14 -84
  260. package/index208.js +1 -1
  261. package/index208.mjs +95 -58
  262. package/index209.js +1 -1
  263. package/index209.mjs +105 -125
  264. package/index21.js +1 -1
  265. package/index21.mjs +84 -122
  266. package/index210.js +1 -1
  267. package/index210.mjs +4 -116
  268. package/index211.js +1 -1
  269. package/index211.mjs +3 -122
  270. package/index212.js +1 -1
  271. package/index212.mjs +123 -70
  272. package/index213.js +1 -1
  273. package/index213.mjs +25 -106
  274. package/index214.js +1 -1
  275. package/index214.mjs +51 -52
  276. package/index215.js +1 -1
  277. package/index215.mjs +44 -93
  278. package/index216.js +1 -1
  279. package/index216.mjs +36 -69
  280. package/index217.js +1 -1
  281. package/index217.mjs +111 -54
  282. package/index218.js +1 -1
  283. package/index218.mjs +77 -99
  284. package/index219.js +1 -5
  285. package/index219.mjs +101 -80
  286. package/index22.js +1 -1
  287. package/index22.mjs +110 -124
  288. package/index220.js +1 -1
  289. package/index220.mjs +97 -2025
  290. package/index221.js +1 -1
  291. package/index221.mjs +200 -56
  292. package/index222.js +1 -1
  293. package/index222.mjs +62 -186
  294. package/index223.js +1 -1
  295. package/index223.mjs +142 -123
  296. package/index224.js +1 -1
  297. package/index224.mjs +120 -130
  298. package/index225.js +1 -1
  299. package/index225.mjs +224 -44
  300. package/index226.js +1 -1
  301. package/index226.mjs +190 -14
  302. package/index227.js +1 -1
  303. package/index227.mjs +69 -95
  304. package/index228.js +1 -1
  305. package/index228.mjs +277 -104
  306. package/index229.js +1 -1
  307. package/index229.mjs +98 -4
  308. package/index23.js +1 -1
  309. package/index23.mjs +151 -102
  310. package/index230.js +1 -1
  311. package/index230.mjs +188 -3
  312. package/index231.js +1 -1
  313. package/index231.mjs +82 -123
  314. package/index232.js +1 -1
  315. package/index232.mjs +58 -29
  316. package/index233.js +1 -1
  317. package/index233.mjs +125 -50
  318. package/index234.js +1 -1
  319. package/index234.mjs +113 -41
  320. package/index235.js +1 -1
  321. package/index235.mjs +118 -33
  322. package/index236.js +1 -1
  323. package/index236.mjs +69 -110
  324. package/index237.js +1 -1
  325. package/index237.mjs +105 -72
  326. package/index238.js +1 -1
  327. package/index238.mjs +52 -101
  328. package/index239.js +1 -1
  329. package/index239.mjs +94 -98
  330. package/index24.js +1 -1
  331. package/index24.mjs +110 -22
  332. package/index240.js +1 -1
  333. package/index240.mjs +65 -135
  334. package/index241.js +1 -1
  335. package/index241.mjs +56 -197
  336. package/index242.js +1 -1
  337. package/index242.mjs +99 -22
  338. package/index243.js +5 -1
  339. package/index243.mjs +78 -47
  340. package/index244.js +1 -1
  341. package/index244.mjs +2019 -42
  342. package/index245.js +1 -1
  343. package/index245.mjs +54 -92
  344. package/index246.js +1 -1
  345. package/index246.mjs +189 -72
  346. package/index247.js +1 -1
  347. package/index247.mjs +133 -61
  348. package/index248.js +1 -1
  349. package/index248.mjs +197 -7
  350. package/index249.js +1 -1
  351. package/index249.mjs +22 -11
  352. package/index25.js +1 -1
  353. package/index25.mjs +21 -68
  354. package/index250.js +1 -1
  355. package/index250.mjs +49 -5
  356. package/index251.js +1 -1
  357. package/index251.mjs +45 -118
  358. package/index252.js +1 -1
  359. package/index252.mjs +96 -42
  360. package/index253.js +1 -1
  361. package/index253.mjs +72 -231
  362. package/index254.js +1 -1
  363. package/index254.mjs +66 -29
  364. package/index255.js +1 -1
  365. package/index255.mjs +7 -3
  366. package/index256.js +1 -1
  367. package/index256.mjs +10 -129
  368. package/index257.js +1 -1
  369. package/index257.mjs +28 -187
  370. package/index258.js +1 -1
  371. package/index258.mjs +5 -9
  372. package/index259.js +1 -1
  373. package/index259.mjs +121 -3
  374. package/index26.js +1 -1
  375. package/index26.mjs +69 -147
  376. package/index260.js +1 -1
  377. package/index260.mjs +43 -36
  378. package/index261.js +1 -1
  379. package/index261.mjs +230 -5
  380. package/index262.js +1 -1
  381. package/index262.mjs +3 -29
  382. package/index263.js +1 -1
  383. package/index263.mjs +4 -6
  384. package/index264.js +1 -1
  385. package/index264.mjs +130 -4
  386. package/index265.js +1 -1
  387. package/index265.mjs +191 -5
  388. package/index266.js +1 -1
  389. package/index266.mjs +10 -5
  390. package/index267.js +1 -1
  391. package/index267.mjs +4 -5
  392. package/index268.js +1 -1
  393. package/index268.mjs +37 -5
  394. package/index269.js +1 -1
  395. package/index269.mjs +6 -5
  396. package/index27.js +1 -1
  397. package/index27.mjs +149 -20
  398. package/index270.js +1 -1
  399. package/index270.mjs +30 -5
  400. package/index271.js +1 -1
  401. package/index271.mjs +7 -5
  402. package/index272.js +1 -1
  403. package/index272.mjs +4 -4
  404. package/index273.js +1 -1
  405. package/index273.mjs +4 -4
  406. package/index274.js +1 -1
  407. package/index274.mjs +1 -1
  408. package/index275.js +1 -1
  409. package/index275.mjs +1 -1
  410. package/index276.js +1 -1
  411. package/index276.mjs +4 -4
  412. package/index277.js +1 -1
  413. package/index277.mjs +4 -4
  414. package/index278.js +1 -1
  415. package/index278.mjs +1 -1
  416. package/index279.js +1 -1
  417. package/index279.mjs +1 -1
  418. package/index28.js +1 -1
  419. package/index28.mjs +20 -59
  420. package/index280.js +1 -1
  421. package/index280.mjs +4 -4
  422. package/index281.js +1 -1
  423. package/index281.mjs +4 -4
  424. package/index282.js +1 -1
  425. package/index282.mjs +4 -4
  426. package/index283.js +1 -1
  427. package/index283.mjs +4 -4
  428. package/index284.js +1 -1
  429. package/index284.mjs +1 -1
  430. package/index285.js +1 -1
  431. package/index285.mjs +4 -4
  432. package/index286.js +1 -1
  433. package/index286.mjs +4 -4
  434. package/index287.js +1 -1
  435. package/index287.mjs +4 -4
  436. package/index288.js +1 -1
  437. package/index288.mjs +1 -1
  438. package/index289.js +1 -1
  439. package/index289.mjs +4 -4
  440. package/index29.js +1 -1
  441. package/index29.mjs +42 -33
  442. package/index290.js +1 -1
  443. package/index290.mjs +4 -4
  444. package/index291.js +1 -1
  445. package/index291.mjs +1 -1
  446. package/index292.js +1 -1
  447. package/index292.mjs +4 -4
  448. package/index293.js +1 -1
  449. package/index293.mjs +4 -4
  450. package/index294.js +1 -1
  451. package/index294.mjs +4 -4
  452. package/index295.js +1 -1
  453. package/index295.mjs +4 -4
  454. package/index296.js +1 -1
  455. package/index296.mjs +4 -4
  456. package/index297.js +1 -1
  457. package/index297.mjs +4 -4
  458. package/index298.js +1 -1
  459. package/index298.mjs +1 -1
  460. package/index299.js +1 -1
  461. package/index299.mjs +4 -62
  462. package/index3.js +1 -1
  463. package/index3.mjs +1 -1
  464. package/index30.js +1 -1
  465. package/index30.mjs +49 -19
  466. package/index300.js +1 -1
  467. package/index300.mjs +5 -7
  468. package/index301.js +1 -1
  469. package/index301.mjs +5 -28
  470. package/index302.js +1 -1
  471. package/index302.mjs +5 -93
  472. package/index303.js +1 -1
  473. package/index303.mjs +5 -10
  474. package/index304.js +1 -1
  475. package/index304.mjs +5 -26
  476. package/index305.js +1 -1
  477. package/index305.mjs +5 -34
  478. package/index306.js +1 -1
  479. package/index306.mjs +62 -6
  480. package/index307.js +1 -1
  481. package/index307.mjs +7 -7
  482. package/index308.js +1 -1
  483. package/index308.mjs +25 -48
  484. package/index309.js +1 -1
  485. package/index309.mjs +88 -25
  486. package/index31.js +1 -1
  487. package/index31.mjs +19 -32
  488. package/index310.js +1 -1
  489. package/index310.mjs +9 -14
  490. package/index311.js +1 -1
  491. package/index311.mjs +25 -21
  492. package/index312.js +1 -1
  493. package/index312.mjs +31 -27
  494. package/index313.js +1 -1
  495. package/index313.mjs +6 -66
  496. package/index314.js +1 -1
  497. package/index314.mjs +6 -53
  498. package/index315.js +1 -1
  499. package/index315.mjs +48 -52
  500. package/index316.js +1 -1
  501. package/index316.mjs +29 -281
  502. package/index317.js +1 -1
  503. package/index317.mjs +14 -20
  504. package/index318.js +1 -1
  505. package/index318.mjs +66 -3
  506. package/index319.js +1 -1
  507. package/index319.mjs +53 -4
  508. package/index32.js +1 -1
  509. package/index32.mjs +32 -23
  510. package/index320.js +1 -1
  511. package/index320.mjs +54 -8
  512. package/index321.js +1 -1
  513. package/index321.mjs +280 -4
  514. package/index322.js +1 -1
  515. package/index322.mjs +20 -30
  516. package/index323.js +1 -1
  517. package/index323.mjs +18 -164
  518. package/index324.js +1 -0
  519. package/index324.mjs +32 -0
  520. package/index325.js +1 -0
  521. package/index325.mjs +6 -0
  522. package/index326.js +1 -0
  523. package/index326.mjs +7 -0
  524. package/index327.js +1 -0
  525. package/index327.mjs +11 -0
  526. package/index328.js +1 -0
  527. package/index328.mjs +170 -0
  528. package/index329.js +1 -0
  529. package/index329.mjs +33 -0
  530. package/index33.js +1 -1
  531. package/index33.mjs +22 -12
  532. package/index330.js +1 -0
  533. package/index330.mjs +8 -0
  534. package/index34.js +1 -1
  535. package/index34.mjs +13 -31
  536. package/index35.js +1 -1
  537. package/index35.mjs +30 -31
  538. package/index36.js +1 -1
  539. package/index36.mjs +28 -121
  540. package/index37.js +1 -1
  541. package/index37.mjs +125 -8
  542. package/index38.js +1 -1
  543. package/index38.mjs +8 -46
  544. package/index39.js +1 -1
  545. package/index39.mjs +46 -18
  546. package/index4.js +1 -1
  547. package/index4.mjs +4 -4
  548. package/index40.js +2 -1
  549. package/index40.mjs +19 -6
  550. package/index41.js +1 -2
  551. package/index41.mjs +6 -21
  552. package/index42.js +1 -1
  553. package/index42.mjs +18 -32
  554. package/index43.js +1 -1
  555. package/index43.mjs +34 -39
  556. package/index44.js +1 -1
  557. package/index44.mjs +39 -48
  558. package/index45.js +1 -1
  559. package/index45.mjs +48 -39
  560. package/index46.js +1 -1
  561. package/index46.mjs +38 -26
  562. package/index47.js +1 -1
  563. package/index47.mjs +27 -18
  564. package/index48.js +1 -1
  565. package/index48.mjs +18 -48
  566. package/index49.js +1 -1
  567. package/index49.mjs +112 -40
  568. package/index50.js +1 -1
  569. package/index50.mjs +55 -63
  570. package/index51.js +2 -1
  571. package/index51.mjs +42 -5
  572. package/index52.js +2 -1
  573. package/index52.mjs +66 -8
  574. package/index53.js +2 -1
  575. package/index53.mjs +74 -8
  576. package/index54.js +1 -1
  577. package/index54.mjs +3 -3
  578. package/index55.js +1 -1
  579. package/index55.mjs +7 -4
  580. package/index56.js +1 -1
  581. package/index56.mjs +8 -5
  582. package/index57.js +1 -1
  583. package/index57.mjs +4 -4
  584. package/index58.js +1 -1
  585. package/index58.mjs +3 -9
  586. package/index59.js +1 -1
  587. package/index59.mjs +4 -12
  588. package/index6.js +1 -1
  589. package/index6.mjs +1 -1
  590. package/index60.js +1 -1
  591. package/index60.mjs +4 -12
  592. package/index61.js +1 -1
  593. package/index61.mjs +11 -46
  594. package/index62.js +1 -1
  595. package/index62.mjs +12 -7
  596. package/index63.js +1 -1
  597. package/index63.mjs +13 -71
  598. package/index64.js +1 -1
  599. package/index64.mjs +45 -7
  600. package/index65.js +1 -1
  601. package/index65.mjs +8 -13
  602. package/index66.js +1 -1
  603. package/index66.mjs +71 -10
  604. package/index67.js +1 -1
  605. package/index67.mjs +8 -17
  606. package/index68.js +1 -1
  607. package/index68.mjs +10 -10
  608. package/index69.js +1 -1
  609. package/index69.mjs +9 -12
  610. package/index7.js +1 -1
  611. package/index7.mjs +2 -2
  612. package/index70.js +1 -1
  613. package/index70.mjs +17 -13
  614. package/index71.js +1 -1
  615. package/index71.mjs +9 -7
  616. package/index72.js +1 -1
  617. package/index72.mjs +9 -7
  618. package/index73.js +1 -1
  619. package/index73.mjs +8 -8
  620. package/index74.js +1 -1
  621. package/index74.mjs +11 -14
  622. package/index75.js +1 -2
  623. package/index75.mjs +10 -22
  624. package/index76.js +1 -2
  625. package/index76.mjs +12 -16
  626. package/index77.js +1 -2
  627. package/index77.mjs +14 -15
  628. package/index78.js +1 -1
  629. package/index78.mjs +21 -45
  630. package/index79.js +1 -1
  631. package/index79.mjs +15 -37
  632. package/index8.js +1 -1
  633. package/index8.mjs +5 -5
  634. package/index80.js +1 -1
  635. package/index80.mjs +13 -11
  636. package/index81.js +1 -1
  637. package/index81.mjs +45 -10
  638. package/index82.js +1 -1
  639. package/index82.mjs +36 -12
  640. package/index83.js +1 -1
  641. package/index83.mjs +11 -10
  642. package/index84.js +1 -1
  643. package/index84.mjs +10 -29
  644. package/index85.js +2 -1
  645. package/index85.mjs +15 -2
  646. package/index86.js +1 -1
  647. package/index86.mjs +11 -8
  648. package/index87.js +1 -1
  649. package/index87.mjs +30 -7
  650. package/index88.js +1 -2
  651. package/index88.mjs +2 -8
  652. package/index89.js +1 -1
  653. package/index89.mjs +7 -6
  654. package/index9.js +1 -1
  655. package/index9.mjs +4 -4
  656. package/index90.js +2 -1
  657. package/index90.mjs +8 -25
  658. package/index91.js +2 -1
  659. package/index91.mjs +8 -10
  660. package/index92.js +1 -1
  661. package/index92.mjs +7 -19
  662. package/index93.js +1 -1
  663. package/index93.mjs +25 -4
  664. package/index94.js +1 -1
  665. package/index94.mjs +10 -2
  666. package/index95.js +2 -6
  667. package/index95.mjs +20 -94
  668. package/index96.js +2 -1
  669. package/index96.mjs +14 -69
  670. package/index97.js +2 -1
  671. package/index97.mjs +37 -41
  672. package/index98.js +1 -42
  673. package/index98.mjs +4 -74
  674. package/index99.js +1 -64
  675. package/index99.mjs +2 -228
  676. package/package.json +1 -1
  677. package/theme/ComboBox/index.d.ts +3 -0
  678. package/theme/Popover/index.d.ts +238 -0
  679. package/types/react-stately.d.ts +8 -1
package/index225.mjs CHANGED
@@ -1,47 +1,227 @@
1
- import { toCalendar as l } from "./index228.mjs";
2
- import { weekStartData as u } from "./index239.mjs";
3
- function p(e, a) {
4
- return a = l(a, e.calendar), e.era === a.era && e.year === a.year && e.month === a.month && e.day === a.day;
5
- }
6
- function v(e, a) {
7
- var t, r, i, n;
8
- return (n = (i = (t = e.isEqual) === null || t === void 0 ? void 0 : t.call(e, a)) !== null && i !== void 0 ? i : (r = a.isEqual) === null || r === void 0 ? void 0 : r.call(a, e)) !== null && n !== void 0 ? n : e.identifier === a.identifier;
9
- }
10
- function y(e, a, t) {
11
- let r = e.calendar.toJulianDay(e), i = d(a), n = Math.ceil(r + 1 - i) % 7;
12
- return n < 0 && (n += 7), n;
13
- }
14
- function g(e, a) {
15
- return e.calendar.toJulianDay(e) - a.calendar.toJulianDay(a);
16
- }
17
- function x(e, a) {
18
- return c(e) - c(a);
19
- }
20
- function c(e) {
21
- return e.hour * 36e5 + e.minute * 6e4 + e.second * 1e3 + e.millisecond;
22
- }
23
- let f = null;
24
- function D() {
25
- return f == null && (f = new Intl.DateTimeFormat().resolvedOptions().timeZone), f;
26
- }
27
- const o = /* @__PURE__ */ new Map();
28
- function $(e) {
29
- if (Intl.Locale) {
30
- let t = o.get(e);
31
- return t || (t = new Intl.Locale(e).maximize().region, t && o.set(e, t)), t;
32
- }
33
- let a = e.split("-")[1];
34
- return a === "u" ? void 0 : a;
35
- }
36
- function d(e) {
37
- let a = $(e);
38
- return a && u[a] || 0;
1
+ import { c as $ } from "./index267.mjs";
2
+ import { c as F } from "./index266.mjs";
3
+ import { m, f as E, h as S, a as T } from "./index265.mjs";
4
+ function N(I) {
5
+ let {
6
+ swiper: e,
7
+ extendParams: H,
8
+ on: g,
9
+ emit: v
10
+ } = I;
11
+ const d = "swiper-pagination";
12
+ H({
13
+ pagination: {
14
+ el: null,
15
+ bulletElement: "span",
16
+ clickable: !1,
17
+ hideOnClick: !1,
18
+ renderBullet: null,
19
+ renderProgressbar: null,
20
+ renderFraction: null,
21
+ renderCustom: null,
22
+ progressbarOpposite: !1,
23
+ type: "bullets",
24
+ // 'bullets' or 'progressbar' or 'fraction' or 'custom'
25
+ dynamicBullets: !1,
26
+ dynamicMainBullets: 1,
27
+ formatFractionCurrent: (a) => a,
28
+ formatFractionTotal: (a) => a,
29
+ bulletClass: `${d}-bullet`,
30
+ bulletActiveClass: `${d}-bullet-active`,
31
+ modifierClass: `${d}-`,
32
+ currentClass: `${d}-current`,
33
+ totalClass: `${d}-total`,
34
+ hiddenClass: `${d}-hidden`,
35
+ progressbarFillClass: `${d}-progressbar-fill`,
36
+ progressbarOppositeClass: `${d}-progressbar-opposite`,
37
+ clickableClass: `${d}-clickable`,
38
+ lockClass: `${d}-lock`,
39
+ horizontalClass: `${d}-horizontal`,
40
+ verticalClass: `${d}-vertical`,
41
+ paginationDisabledClass: `${d}-disabled`
42
+ }
43
+ }), e.pagination = {
44
+ el: null,
45
+ bullets: []
46
+ };
47
+ let b, u = 0;
48
+ function k() {
49
+ return !e.params.pagination.el || !e.pagination.el || Array.isArray(e.pagination.el) && e.pagination.el.length === 0;
50
+ }
51
+ function x(a, s) {
52
+ const {
53
+ bulletActiveClass: i
54
+ } = e.params.pagination;
55
+ a && (a = a[`${s === "prev" ? "previous" : "next"}ElementSibling`], a && (a.classList.add(`${i}-${s}`), a = a[`${s === "prev" ? "previous" : "next"}ElementSibling`], a && a.classList.add(`${i}-${s}-${s}`)));
56
+ }
57
+ function O(a, s, i) {
58
+ if (a = a % i, s = s % i, s === a + 1)
59
+ return "next";
60
+ if (s === a - 1)
61
+ return "previous";
62
+ }
63
+ function D(a) {
64
+ const s = a.target.closest($(e.params.pagination.bulletClass));
65
+ if (!s)
66
+ return;
67
+ a.preventDefault();
68
+ const i = S(s) * e.params.slidesPerGroup;
69
+ if (e.params.loop) {
70
+ if (e.realIndex === i) return;
71
+ const t = O(e.realIndex, i, e.slides.length);
72
+ t === "next" ? e.slideNext() : t === "previous" ? e.slidePrev() : e.slideToLoop(i);
73
+ } else
74
+ e.slideTo(i);
75
+ }
76
+ function h() {
77
+ const a = e.rtl, s = e.params.pagination;
78
+ if (k()) return;
79
+ let i = e.pagination.el;
80
+ i = m(i);
81
+ let t, p;
82
+ const C = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.slides.length, z = e.params.loop ? Math.ceil(C / e.params.slidesPerGroup) : e.snapGrid.length;
83
+ if (e.params.loop ? (p = e.previousRealIndex || 0, t = e.params.slidesPerGroup > 1 ? Math.floor(e.realIndex / e.params.slidesPerGroup) : e.realIndex) : typeof e.snapIndex < "u" ? (t = e.snapIndex, p = e.previousSnapIndex) : (p = e.previousIndex || 0, t = e.activeIndex || 0), s.type === "bullets" && e.pagination.bullets && e.pagination.bullets.length > 0) {
84
+ const l = e.pagination.bullets;
85
+ let f, c, L;
86
+ if (s.dynamicBullets && (b = E(l[0], e.isHorizontal() ? "width" : "height"), i.forEach((n) => {
87
+ n.style[e.isHorizontal() ? "width" : "height"] = `${b * (s.dynamicMainBullets + 4)}px`;
88
+ }), s.dynamicMainBullets > 1 && p !== void 0 && (u += t - (p || 0), u > s.dynamicMainBullets - 1 ? u = s.dynamicMainBullets - 1 : u < 0 && (u = 0)), f = Math.max(t - u, 0), c = f + (Math.min(l.length, s.dynamicMainBullets) - 1), L = (c + f) / 2), l.forEach((n) => {
89
+ const r = [...["", "-next", "-next-next", "-prev", "-prev-prev", "-main"].map((o) => `${s.bulletActiveClass}${o}`)].map((o) => typeof o == "string" && o.includes(" ") ? o.split(" ") : o).flat();
90
+ n.classList.remove(...r);
91
+ }), i.length > 1)
92
+ l.forEach((n) => {
93
+ const r = S(n);
94
+ r === t ? n.classList.add(...s.bulletActiveClass.split(" ")) : e.isElement && n.setAttribute("part", "bullet"), s.dynamicBullets && (r >= f && r <= c && n.classList.add(...`${s.bulletActiveClass}-main`.split(" ")), r === f && x(n, "prev"), r === c && x(n, "next"));
95
+ });
96
+ else {
97
+ const n = l[t];
98
+ if (n && n.classList.add(...s.bulletActiveClass.split(" ")), e.isElement && l.forEach((r, o) => {
99
+ r.setAttribute("part", o === t ? "bullet-active" : "bullet");
100
+ }), s.dynamicBullets) {
101
+ const r = l[f], o = l[c];
102
+ for (let y = f; y <= c; y += 1)
103
+ l[y] && l[y].classList.add(...`${s.bulletActiveClass}-main`.split(" "));
104
+ x(r, "prev"), x(o, "next");
105
+ }
106
+ }
107
+ if (s.dynamicBullets) {
108
+ const n = Math.min(l.length, s.dynamicMainBullets + 4), r = (b * n - b) / 2 - L * b, o = a ? "right" : "left";
109
+ l.forEach((y) => {
110
+ y.style[e.isHorizontal() ? o : "top"] = `${r}px`;
111
+ });
112
+ }
113
+ }
114
+ i.forEach((l, f) => {
115
+ if (s.type === "fraction" && (l.querySelectorAll($(s.currentClass)).forEach((c) => {
116
+ c.textContent = s.formatFractionCurrent(t + 1);
117
+ }), l.querySelectorAll($(s.totalClass)).forEach((c) => {
118
+ c.textContent = s.formatFractionTotal(z);
119
+ })), s.type === "progressbar") {
120
+ let c;
121
+ s.progressbarOpposite ? c = e.isHorizontal() ? "vertical" : "horizontal" : c = e.isHorizontal() ? "horizontal" : "vertical";
122
+ const L = (t + 1) / z;
123
+ let n = 1, r = 1;
124
+ c === "horizontal" ? n = L : r = L, l.querySelectorAll($(s.progressbarFillClass)).forEach((o) => {
125
+ o.style.transform = `translate3d(0,0,0) scaleX(${n}) scaleY(${r})`, o.style.transitionDuration = `${e.params.speed}ms`;
126
+ });
127
+ }
128
+ s.type === "custom" && s.renderCustom ? (l.innerHTML = s.renderCustom(e, t + 1, z), f === 0 && v("paginationRender", l)) : (f === 0 && v("paginationRender", l), v("paginationUpdate", l)), e.params.watchOverflow && e.enabled && l.classList[e.isLocked ? "add" : "remove"](s.lockClass);
129
+ });
130
+ }
131
+ function B() {
132
+ const a = e.params.pagination;
133
+ if (k()) return;
134
+ const s = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.grid && e.params.grid.rows > 1 ? e.slides.length / Math.ceil(e.params.grid.rows) : e.slides.length;
135
+ let i = e.pagination.el;
136
+ i = m(i);
137
+ let t = "";
138
+ if (a.type === "bullets") {
139
+ let p = e.params.loop ? Math.ceil(s / e.params.slidesPerGroup) : e.snapGrid.length;
140
+ e.params.freeMode && e.params.freeMode.enabled && p > s && (p = s);
141
+ for (let C = 0; C < p; C += 1)
142
+ a.renderBullet ? t += a.renderBullet.call(e, C, a.bulletClass) : t += `<${a.bulletElement} ${e.isElement ? 'part="bullet"' : ""} class="${a.bulletClass}"></${a.bulletElement}>`;
143
+ }
144
+ a.type === "fraction" && (a.renderFraction ? t = a.renderFraction.call(e, a.currentClass, a.totalClass) : t = `<span class="${a.currentClass}"></span> / <span class="${a.totalClass}"></span>`), a.type === "progressbar" && (a.renderProgressbar ? t = a.renderProgressbar.call(e, a.progressbarFillClass) : t = `<span class="${a.progressbarFillClass}"></span>`), e.pagination.bullets = [], i.forEach((p) => {
145
+ a.type !== "custom" && (p.innerHTML = t || ""), a.type === "bullets" && e.pagination.bullets.push(...p.querySelectorAll($(a.bulletClass)));
146
+ }), a.type !== "custom" && v("paginationRender", i[0]);
147
+ }
148
+ function A() {
149
+ e.params.pagination = F(e, e.originalParams.pagination, e.params.pagination, {
150
+ el: "swiper-pagination"
151
+ });
152
+ const a = e.params.pagination;
153
+ if (!a.el) return;
154
+ let s;
155
+ typeof a.el == "string" && e.isElement && (s = e.el.querySelector(a.el)), !s && typeof a.el == "string" && (s = [...document.querySelectorAll(a.el)]), s || (s = a.el), !(!s || s.length === 0) && (e.params.uniqueNavElements && typeof a.el == "string" && Array.isArray(s) && s.length > 1 && (s = [...e.el.querySelectorAll(a.el)], s.length > 1 && (s = s.filter((i) => T(i, ".swiper")[0] === e.el)[0])), Array.isArray(s) && s.length === 1 && (s = s[0]), Object.assign(e.pagination, {
156
+ el: s
157
+ }), s = m(s), s.forEach((i) => {
158
+ a.type === "bullets" && a.clickable && i.classList.add(...(a.clickableClass || "").split(" ")), i.classList.add(a.modifierClass + a.type), i.classList.add(e.isHorizontal() ? a.horizontalClass : a.verticalClass), a.type === "bullets" && a.dynamicBullets && (i.classList.add(`${a.modifierClass}${a.type}-dynamic`), u = 0, a.dynamicMainBullets < 1 && (a.dynamicMainBullets = 1)), a.type === "progressbar" && a.progressbarOpposite && i.classList.add(a.progressbarOppositeClass), a.clickable && i.addEventListener("click", D), e.enabled || i.classList.add(a.lockClass);
159
+ }));
160
+ }
161
+ function M() {
162
+ const a = e.params.pagination;
163
+ if (k()) return;
164
+ let s = e.pagination.el;
165
+ s && (s = m(s), s.forEach((i) => {
166
+ i.classList.remove(a.hiddenClass), i.classList.remove(a.modifierClass + a.type), i.classList.remove(e.isHorizontal() ? a.horizontalClass : a.verticalClass), a.clickable && (i.classList.remove(...(a.clickableClass || "").split(" ")), i.removeEventListener("click", D));
167
+ })), e.pagination.bullets && e.pagination.bullets.forEach((i) => i.classList.remove(...a.bulletActiveClass.split(" ")));
168
+ }
169
+ g("changeDirection", () => {
170
+ if (!e.pagination || !e.pagination.el) return;
171
+ const a = e.params.pagination;
172
+ let {
173
+ el: s
174
+ } = e.pagination;
175
+ s = m(s), s.forEach((i) => {
176
+ i.classList.remove(a.horizontalClass, a.verticalClass), i.classList.add(e.isHorizontal() ? a.horizontalClass : a.verticalClass);
177
+ });
178
+ }), g("init", () => {
179
+ e.params.pagination.enabled === !1 ? P() : (A(), B(), h());
180
+ }), g("activeIndexChange", () => {
181
+ typeof e.snapIndex > "u" && h();
182
+ }), g("snapIndexChange", () => {
183
+ h();
184
+ }), g("snapGridLengthChange", () => {
185
+ B(), h();
186
+ }), g("destroy", () => {
187
+ M();
188
+ }), g("enable disable", () => {
189
+ let {
190
+ el: a
191
+ } = e.pagination;
192
+ a && (a = m(a), a.forEach((s) => s.classList[e.enabled ? "remove" : "add"](e.params.pagination.lockClass)));
193
+ }), g("lock unlock", () => {
194
+ h();
195
+ }), g("click", (a, s) => {
196
+ const i = s.target, t = m(e.pagination.el);
197
+ if (e.params.pagination.el && e.params.pagination.hideOnClick && t && t.length > 0 && !i.classList.contains(e.params.pagination.bulletClass)) {
198
+ if (e.navigation && (e.navigation.nextEl && i === e.navigation.nextEl || e.navigation.prevEl && i === e.navigation.prevEl)) return;
199
+ const p = t[0].classList.contains(e.params.pagination.hiddenClass);
200
+ v(p === !0 ? "paginationShow" : "paginationHide"), t.forEach((C) => C.classList.toggle(e.params.pagination.hiddenClass));
201
+ }
202
+ });
203
+ const w = () => {
204
+ e.el.classList.remove(e.params.pagination.paginationDisabledClass);
205
+ let {
206
+ el: a
207
+ } = e.pagination;
208
+ a && (a = m(a), a.forEach((s) => s.classList.remove(e.params.pagination.paginationDisabledClass))), A(), B(), h();
209
+ }, P = () => {
210
+ e.el.classList.add(e.params.pagination.paginationDisabledClass);
211
+ let {
212
+ el: a
213
+ } = e.pagination;
214
+ a && (a = m(a), a.forEach((s) => s.classList.add(e.params.pagination.paginationDisabledClass))), M();
215
+ };
216
+ Object.assign(e.pagination, {
217
+ enable: w,
218
+ disable: P,
219
+ render: B,
220
+ update: h,
221
+ init: A,
222
+ destroy: M
223
+ });
39
224
  }
40
225
  export {
41
- g as compareDate,
42
- x as compareTime,
43
- y as getDayOfWeek,
44
- D as getLocalTimeZone,
45
- v as isEqualCalendar,
46
- p as isSameDay
226
+ N as default
47
227
  };
package/index226.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index228.js"),o=require("./index227.js");function e(r){return`${String(r.hour).padStart(2,"0")}:${String(r.minute).padStart(2,"0")}:${String(r.second).padStart(2,"0")}${r.millisecond?String(r.millisecond/1e3).slice(1):""}`}function n(r){let a=i.toCalendar(r,new o.GregorianCalendar),t;return a.era==="BC"?t=a.year===1?"0000":"-"+String(Math.abs(1-a.year)).padStart(6,"00"):t=String(a.year).padStart(4,"0"),`${t}-${String(a.month).padStart(2,"0")}-${String(a.day).padStart(2,"0")}`}function d(r){return`${n(r)}T${e(r)}`}exports.dateTimeToString=d;exports.dateToString=n;exports.timeToString=e;
1
+ "use strict";const A=require("./index264.js"),n=require("./index265.js"),I=require("./index266.js"),j=require("./index267.js");function B(x){let{swiper:s,extendParams:q,on:f,emit:g}=x;const y=A.g();let b=!1,w=null,v=null,h,i,p,D;q({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),s.scrollbar={el:null,dragEl:null};function u(){if(!s.params.scrollbar.el||!s.scrollbar.el)return;const{scrollbar:l,rtlTranslate:a}=s,{dragEl:r,el:e}=l,t=s.params.scrollbar,c=s.params.loop?s.progressLoop:s.progress;let d=i,o=(p-i)*c;a?(o=-o,o>0?(d=i-o,o=0):-o+i>p&&(d=p+o)):o<0?(d=i+o,o=0):o+i>p&&(d=p-o),s.isHorizontal()?(r.style.transform=`translate3d(${o}px, 0, 0)`,r.style.width=`${d}px`):(r.style.transform=`translate3d(0px, ${o}px, 0)`,r.style.height=`${d}px`),t.hide&&(clearTimeout(w),e.style.opacity=1,w=setTimeout(()=>{e.style.opacity=0,e.style.transitionDuration="400ms"},1e3))}function H(l){!s.params.scrollbar.el||!s.scrollbar.el||(s.scrollbar.dragEl.style.transitionDuration=`${l}ms`)}function m(){if(!s.params.scrollbar.el||!s.scrollbar.el)return;const{scrollbar:l}=s,{dragEl:a,el:r}=l;a.style.width="",a.style.height="",p=s.isHorizontal()?r.offsetWidth:r.offsetHeight,D=s.size/(s.virtualSize+s.params.slidesOffsetBefore-(s.params.centeredSlides?s.snapGrid[0]:0)),s.params.scrollbar.dragSize==="auto"?i=p*D:i=parseInt(s.params.scrollbar.dragSize,10),s.isHorizontal()?a.style.width=`${i}px`:a.style.height=`${i}px`,D>=1?r.style.display="none":r.style.display="",s.params.scrollbar.hide&&(r.style.opacity=0),s.params.watchOverflow&&s.enabled&&l.el.classList[s.isLocked?"add":"remove"](s.params.scrollbar.lockClass)}function E(l){return s.isHorizontal()?l.clientX:l.clientY}function S(l){const{scrollbar:a,rtlTranslate:r}=s,{el:e}=a;let t;t=(E(l)-n.b(e)[s.isHorizontal()?"left":"top"]-(h!==null?h:i/2))/(p-i),t=Math.max(Math.min(t,1),0),r&&(t=1-t);const c=s.minTranslate()+(s.maxTranslate()-s.minTranslate())*t;s.updateProgress(c),s.setTranslate(c),s.updateActiveIndex(),s.updateSlidesClasses()}function k(l){const a=s.params.scrollbar,{scrollbar:r,wrapperEl:e}=s,{el:t,dragEl:c}=r;b=!0,h=l.target===c?E(l)-l.target.getBoundingClientRect()[s.isHorizontal()?"left":"top"]:null,l.preventDefault(),l.stopPropagation(),e.style.transitionDuration="100ms",c.style.transitionDuration="100ms",S(l),clearTimeout(v),t.style.transitionDuration="0ms",a.hide&&(t.style.opacity=1),s.params.cssMode&&(s.wrapperEl.style["scroll-snap-type"]="none"),g("scrollbarDragStart",l)}function P(l){const{scrollbar:a,wrapperEl:r}=s,{el:e,dragEl:t}=a;b&&(l.preventDefault&&l.cancelable?l.preventDefault():l.returnValue=!1,S(l),r.style.transitionDuration="0ms",e.style.transitionDuration="0ms",t.style.transitionDuration="0ms",g("scrollbarDragMove",l))}function M(l){const a=s.params.scrollbar,{scrollbar:r,wrapperEl:e}=s,{el:t}=r;b&&(b=!1,s.params.cssMode&&(s.wrapperEl.style["scroll-snap-type"]="",e.style.transitionDuration=""),a.hide&&(clearTimeout(v),v=n.n(()=>{t.style.opacity=0,t.style.transitionDuration="400ms"},1e3)),g("scrollbarDragEnd",l),a.snapOnRelease&&s.slideToClosest())}function L(l){const{scrollbar:a,params:r}=s,e=a.el;if(!e)return;const t=e,c=r.passiveListeners?{passive:!1,capture:!1}:!1,d=r.passiveListeners?{passive:!0,capture:!1}:!1;if(!t)return;const o=l==="on"?"addEventListener":"removeEventListener";t[o]("pointerdown",k,c),y[o]("pointermove",P,c),y[o]("pointerup",M,d)}function $(){!s.params.scrollbar.el||!s.scrollbar.el||L("on")}function O(){!s.params.scrollbar.el||!s.scrollbar.el||L("off")}function z(){const{scrollbar:l,el:a}=s;s.params.scrollbar=I.c(s,s.originalParams.scrollbar,s.params.scrollbar,{el:"swiper-scrollbar"});const r=s.params.scrollbar;if(!r.el)return;let e;if(typeof r.el=="string"&&s.isElement&&(e=s.el.querySelector(r.el)),!e&&typeof r.el=="string"){if(e=y.querySelectorAll(r.el),!e.length)return}else e||(e=r.el);s.params.uniqueNavElements&&typeof r.el=="string"&&e.length>1&&a.querySelectorAll(r.el).length===1&&(e=a.querySelector(r.el)),e.length>0&&(e=e[0]),e.classList.add(s.isHorizontal()?r.horizontalClass:r.verticalClass);let t;e&&(t=e.querySelector(j.c(s.params.scrollbar.dragClass)),t||(t=n.c("div",s.params.scrollbar.dragClass),e.append(t))),Object.assign(l,{el:e,dragEl:t}),r.draggable&&$(),e&&e.classList[s.enabled?"remove":"add"](...n.i(s.params.scrollbar.lockClass))}function C(){const l=s.params.scrollbar,a=s.scrollbar.el;a&&a.classList.remove(...n.i(s.isHorizontal()?l.horizontalClass:l.verticalClass)),O()}f("changeDirection",()=>{if(!s.scrollbar||!s.scrollbar.el)return;const l=s.params.scrollbar;let{el:a}=s.scrollbar;a=n.m(a),a.forEach(r=>{r.classList.remove(l.horizontalClass,l.verticalClass),r.classList.add(s.isHorizontal()?l.horizontalClass:l.verticalClass)})}),f("init",()=>{s.params.scrollbar.enabled===!1?T():(z(),m(),u())}),f("update resize observerUpdate lock unlock changeDirection",()=>{m()}),f("setTranslate",()=>{u()}),f("setTransition",(l,a)=>{H(a)}),f("enable disable",()=>{const{el:l}=s.scrollbar;l&&l.classList[s.enabled?"remove":"add"](...n.i(s.params.scrollbar.lockClass))}),f("destroy",()=>{C()});const R=()=>{s.el.classList.remove(...n.i(s.params.scrollbar.scrollbarDisabledClass)),s.scrollbar.el&&s.scrollbar.el.classList.remove(...n.i(s.params.scrollbar.scrollbarDisabledClass)),z(),m(),u()},T=()=>{s.el.classList.add(...n.i(s.params.scrollbar.scrollbarDisabledClass)),s.scrollbar.el&&s.scrollbar.el.classList.add(...n.i(s.params.scrollbar.scrollbarDisabledClass)),C()};Object.assign(s.scrollbar,{enable:R,disable:T,updateSize:m,setTranslate:u,init:z,destroy:C})}module.exports=B;
package/index226.mjs CHANGED
@@ -1,17 +1,193 @@
1
- import { toCalendar as e } from "./index228.mjs";
2
- import { GregorianCalendar as n } from "./index227.mjs";
3
- function o(a) {
4
- return `${String(a.hour).padStart(2, "0")}:${String(a.minute).padStart(2, "0")}:${String(a.second).padStart(2, "0")}${a.millisecond ? String(a.millisecond / 1e3).slice(1) : ""}`;
5
- }
6
- function $(a) {
7
- let r = e(a, new n()), t;
8
- return r.era === "BC" ? t = r.year === 1 ? "0000" : "-" + String(Math.abs(1 - r.year)).padStart(6, "00") : t = String(r.year).padStart(4, "0"), `${t}-${String(r.month).padStart(2, "0")}-${String(r.day).padStart(2, "0")}`;
9
- }
10
- function c(a) {
11
- return `${$(a)}T${o(a)}`;
1
+ import { g as R } from "./index264.mjs";
2
+ import { m as I, i as d, c as j, n as B, b as N } from "./index265.mjs";
3
+ import { c as G } from "./index266.mjs";
4
+ import { c as U } from "./index267.mjs";
5
+ function _(x) {
6
+ let {
7
+ swiper: s,
8
+ extendParams: k,
9
+ on: f,
10
+ emit: g
11
+ } = x;
12
+ const y = R();
13
+ let b = !1, E = null, v = null, h, i, c, D;
14
+ k({
15
+ scrollbar: {
16
+ el: null,
17
+ dragSize: "auto",
18
+ hide: !1,
19
+ draggable: !1,
20
+ snapOnRelease: !0,
21
+ lockClass: "swiper-scrollbar-lock",
22
+ dragClass: "swiper-scrollbar-drag",
23
+ scrollbarDisabledClass: "swiper-scrollbar-disabled",
24
+ horizontalClass: "swiper-scrollbar-horizontal",
25
+ verticalClass: "swiper-scrollbar-vertical"
26
+ }
27
+ }), s.scrollbar = {
28
+ el: null,
29
+ dragEl: null
30
+ };
31
+ function m() {
32
+ if (!s.params.scrollbar.el || !s.scrollbar.el) return;
33
+ const {
34
+ scrollbar: l,
35
+ rtlTranslate: e
36
+ } = s, {
37
+ dragEl: a,
38
+ el: r
39
+ } = l, t = s.params.scrollbar, n = s.params.loop ? s.progressLoop : s.progress;
40
+ let p = i, o = (c - i) * n;
41
+ e ? (o = -o, o > 0 ? (p = i - o, o = 0) : -o + i > c && (p = c + o)) : o < 0 ? (p = i + o, o = 0) : o + i > c && (p = c - o), s.isHorizontal() ? (a.style.transform = `translate3d(${o}px, 0, 0)`, a.style.width = `${p}px`) : (a.style.transform = `translate3d(0px, ${o}px, 0)`, a.style.height = `${p}px`), t.hide && (clearTimeout(E), r.style.opacity = 1, E = setTimeout(() => {
42
+ r.style.opacity = 0, r.style.transitionDuration = "400ms";
43
+ }, 1e3));
44
+ }
45
+ function H(l) {
46
+ !s.params.scrollbar.el || !s.scrollbar.el || (s.scrollbar.dragEl.style.transitionDuration = `${l}ms`);
47
+ }
48
+ function u() {
49
+ if (!s.params.scrollbar.el || !s.scrollbar.el) return;
50
+ const {
51
+ scrollbar: l
52
+ } = s, {
53
+ dragEl: e,
54
+ el: a
55
+ } = l;
56
+ e.style.width = "", e.style.height = "", c = s.isHorizontal() ? a.offsetWidth : a.offsetHeight, D = s.size / (s.virtualSize + s.params.slidesOffsetBefore - (s.params.centeredSlides ? s.snapGrid[0] : 0)), s.params.scrollbar.dragSize === "auto" ? i = c * D : i = parseInt(s.params.scrollbar.dragSize, 10), s.isHorizontal() ? e.style.width = `${i}px` : e.style.height = `${i}px`, D >= 1 ? a.style.display = "none" : a.style.display = "", s.params.scrollbar.hide && (a.style.opacity = 0), s.params.watchOverflow && s.enabled && l.el.classList[s.isLocked ? "add" : "remove"](s.params.scrollbar.lockClass);
57
+ }
58
+ function w(l) {
59
+ return s.isHorizontal() ? l.clientX : l.clientY;
60
+ }
61
+ function T(l) {
62
+ const {
63
+ scrollbar: e,
64
+ rtlTranslate: a
65
+ } = s, {
66
+ el: r
67
+ } = e;
68
+ let t;
69
+ t = (w(l) - N(r)[s.isHorizontal() ? "left" : "top"] - (h !== null ? h : i / 2)) / (c - i), t = Math.max(Math.min(t, 1), 0), a && (t = 1 - t);
70
+ const n = s.minTranslate() + (s.maxTranslate() - s.minTranslate()) * t;
71
+ s.updateProgress(n), s.setTranslate(n), s.updateActiveIndex(), s.updateSlidesClasses();
72
+ }
73
+ function P(l) {
74
+ const e = s.params.scrollbar, {
75
+ scrollbar: a,
76
+ wrapperEl: r
77
+ } = s, {
78
+ el: t,
79
+ dragEl: n
80
+ } = a;
81
+ b = !0, h = l.target === n ? w(l) - l.target.getBoundingClientRect()[s.isHorizontal() ? "left" : "top"] : null, l.preventDefault(), l.stopPropagation(), r.style.transitionDuration = "100ms", n.style.transitionDuration = "100ms", T(l), clearTimeout(v), t.style.transitionDuration = "0ms", e.hide && (t.style.opacity = 1), s.params.cssMode && (s.wrapperEl.style["scroll-snap-type"] = "none"), g("scrollbarDragStart", l);
82
+ }
83
+ function M(l) {
84
+ const {
85
+ scrollbar: e,
86
+ wrapperEl: a
87
+ } = s, {
88
+ el: r,
89
+ dragEl: t
90
+ } = e;
91
+ b && (l.preventDefault && l.cancelable ? l.preventDefault() : l.returnValue = !1, T(l), a.style.transitionDuration = "0ms", r.style.transitionDuration = "0ms", t.style.transitionDuration = "0ms", g("scrollbarDragMove", l));
92
+ }
93
+ function O(l) {
94
+ const e = s.params.scrollbar, {
95
+ scrollbar: a,
96
+ wrapperEl: r
97
+ } = s, {
98
+ el: t
99
+ } = a;
100
+ b && (b = !1, s.params.cssMode && (s.wrapperEl.style["scroll-snap-type"] = "", r.style.transitionDuration = ""), e.hide && (clearTimeout(v), v = B(() => {
101
+ t.style.opacity = 0, t.style.transitionDuration = "400ms";
102
+ }, 1e3)), g("scrollbarDragEnd", l), e.snapOnRelease && s.slideToClosest());
103
+ }
104
+ function S(l) {
105
+ const {
106
+ scrollbar: e,
107
+ params: a
108
+ } = s, r = e.el;
109
+ if (!r) return;
110
+ const t = r, n = a.passiveListeners ? {
111
+ passive: !1,
112
+ capture: !1
113
+ } : !1, p = a.passiveListeners ? {
114
+ passive: !0,
115
+ capture: !1
116
+ } : !1;
117
+ if (!t) return;
118
+ const o = l === "on" ? "addEventListener" : "removeEventListener";
119
+ t[o]("pointerdown", P, n), y[o]("pointermove", M, n), y[o]("pointerup", O, p);
120
+ }
121
+ function $() {
122
+ !s.params.scrollbar.el || !s.scrollbar.el || S("on");
123
+ }
124
+ function q() {
125
+ !s.params.scrollbar.el || !s.scrollbar.el || S("off");
126
+ }
127
+ function z() {
128
+ const {
129
+ scrollbar: l,
130
+ el: e
131
+ } = s;
132
+ s.params.scrollbar = G(s, s.originalParams.scrollbar, s.params.scrollbar, {
133
+ el: "swiper-scrollbar"
134
+ });
135
+ const a = s.params.scrollbar;
136
+ if (!a.el) return;
137
+ let r;
138
+ if (typeof a.el == "string" && s.isElement && (r = s.el.querySelector(a.el)), !r && typeof a.el == "string") {
139
+ if (r = y.querySelectorAll(a.el), !r.length) return;
140
+ } else r || (r = a.el);
141
+ s.params.uniqueNavElements && typeof a.el == "string" && r.length > 1 && e.querySelectorAll(a.el).length === 1 && (r = e.querySelector(a.el)), r.length > 0 && (r = r[0]), r.classList.add(s.isHorizontal() ? a.horizontalClass : a.verticalClass);
142
+ let t;
143
+ r && (t = r.querySelector(U(s.params.scrollbar.dragClass)), t || (t = j("div", s.params.scrollbar.dragClass), r.append(t))), Object.assign(l, {
144
+ el: r,
145
+ dragEl: t
146
+ }), a.draggable && $(), r && r.classList[s.enabled ? "remove" : "add"](...d(s.params.scrollbar.lockClass));
147
+ }
148
+ function C() {
149
+ const l = s.params.scrollbar, e = s.scrollbar.el;
150
+ e && e.classList.remove(...d(s.isHorizontal() ? l.horizontalClass : l.verticalClass)), q();
151
+ }
152
+ f("changeDirection", () => {
153
+ if (!s.scrollbar || !s.scrollbar.el) return;
154
+ const l = s.params.scrollbar;
155
+ let {
156
+ el: e
157
+ } = s.scrollbar;
158
+ e = I(e), e.forEach((a) => {
159
+ a.classList.remove(l.horizontalClass, l.verticalClass), a.classList.add(s.isHorizontal() ? l.horizontalClass : l.verticalClass);
160
+ });
161
+ }), f("init", () => {
162
+ s.params.scrollbar.enabled === !1 ? L() : (z(), u(), m());
163
+ }), f("update resize observerUpdate lock unlock changeDirection", () => {
164
+ u();
165
+ }), f("setTranslate", () => {
166
+ m();
167
+ }), f("setTransition", (l, e) => {
168
+ H(e);
169
+ }), f("enable disable", () => {
170
+ const {
171
+ el: l
172
+ } = s.scrollbar;
173
+ l && l.classList[s.enabled ? "remove" : "add"](...d(s.params.scrollbar.lockClass));
174
+ }), f("destroy", () => {
175
+ C();
176
+ });
177
+ const A = () => {
178
+ s.el.classList.remove(...d(s.params.scrollbar.scrollbarDisabledClass)), s.scrollbar.el && s.scrollbar.el.classList.remove(...d(s.params.scrollbar.scrollbarDisabledClass)), z(), u(), m();
179
+ }, L = () => {
180
+ s.el.classList.add(...d(s.params.scrollbar.scrollbarDisabledClass)), s.scrollbar.el && s.scrollbar.el.classList.add(...d(s.params.scrollbar.scrollbarDisabledClass)), C();
181
+ };
182
+ Object.assign(s.scrollbar, {
183
+ enable: A,
184
+ disable: L,
185
+ updateSize: u,
186
+ setTranslate: m,
187
+ init: z,
188
+ destroy: C
189
+ });
12
190
  }
13
191
  export {
14
- c as dateTimeToString,
15
- $ as dateToString,
16
- o as timeToString
192
+ _ as default
17
193
  };
package/index227.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Y=require("./index223.js"),b=require("./index230.js"),y=1721426;function l(r,e,t,f){e=g(r,e);let a=e-1,n=-2;return t<=2?n=0:d(e)&&(n=-1),y-1+365*a+Math.floor(a/4)-Math.floor(a/100)+Math.floor(a/400)+Math.floor((367*t-362)/12+n+f)}function d(r){return r%4===0&&(r%100!==0||r%400===0)}function g(r,e){return r==="BC"?1-e:e}function M(r){let e="AD";return r<=0&&(e="BC",r=1-r),[e,r]}const q={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class B{fromJulianDay(e){let t=e,f=t-y,a=Math.floor(f/146097),n=b.mod(f,146097),c=Math.floor(n/36524),s=b.mod(n,36524),D=Math.floor(s/1461),p=b.mod(s,1461),$=Math.floor(p/365),C=a*400+c*100+D*4+$+(c!==4&&$!==4?1:0),[i,o]=M(C),m=t-l(i,o,1,1),u=2;t<l(i,o,3,1)?u=0:d(o)&&(u=1);let h=Math.floor(((m+u)*12+373)/367),x=t-l(i,o,h,1)+1;return new Y.CalendarDate(i,o,h,x)}toJulianDay(e){return l(e.era,e.year,e.month,e.day)}getDaysInMonth(e){return q[d(e.year)?"leapyear":"standard"][e.month-1]}getMonthsInYear(e){return 12}getDaysInYear(e){return d(e.year)?366:365}getYearsInEra(e){return 9999}getEras(){return["BC","AD"]}isInverseEra(e){return e.era==="BC"}balanceDate(e){e.year<=0&&(e.era=e.era==="BC"?"AD":"BC",e.year=1-e.year)}constructor(){this.identifier="gregory"}}exports.GregorianCalendar=B;exports.fromExtendedYear=M;exports.getExtendedYear=g;exports.gregorianToJulianDay=l;exports.isLeapYear=d;
1
+ "use strict";const y=require("./index265.js");function $(h){let{swiper:t,extendParams:b,on:u}=h;b({parallax:{enabled:!1}});const d="[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]",m=(e,s)=>{const{rtl:n}=t,i=n?-1:1,p=e.getAttribute("data-swiper-parallax")||"0";let a=e.getAttribute("data-swiper-parallax-x"),r=e.getAttribute("data-swiper-parallax-y");const o=e.getAttribute("data-swiper-parallax-scale"),l=e.getAttribute("data-swiper-parallax-opacity"),c=e.getAttribute("data-swiper-parallax-rotate");if(a||r?(a=a||"0",r=r||"0"):t.isHorizontal()?(a=p,r="0"):(r=p,a="0"),a.indexOf("%")>=0?a=`${parseInt(a,10)*s*i}%`:a=`${a*s*i}px`,r.indexOf("%")>=0?r=`${parseInt(r,10)*s}%`:r=`${r*s}px`,typeof l<"u"&&l!==null){const f=l-(l-1)*(1-Math.abs(s));e.style.opacity=f}let x=`translate3d(${a}, ${r}, 0px)`;if(typeof o<"u"&&o!==null){const f=o-(o-1)*(1-Math.abs(s));x+=` scale(${f})`}if(c&&typeof c<"u"&&c!==null){const f=c*s*-1;x+=` rotate(${f}deg)`}e.style.transform=x},w=()=>{const{el:e,slides:s,progress:n,snapGrid:i,isElement:p}=t,a=y.e(e,d);t.isElement&&a.push(...y.e(t.hostEl,d)),a.forEach(r=>{m(r,n)}),s.forEach((r,o)=>{let l=r.progress;t.params.slidesPerGroup>1&&t.params.slidesPerView!=="auto"&&(l+=Math.ceil(o/2)-n*(i.length-1)),l=Math.min(Math.max(l,-1),1),r.querySelectorAll(`${d}, [data-swiper-parallax-rotate]`).forEach(c=>{m(c,l)})})},A=function(e){e===void 0&&(e=t.params.speed);const{el:s,hostEl:n}=t,i=[...s.querySelectorAll(d)];t.isElement&&i.push(...n.querySelectorAll(d)),i.forEach(p=>{let a=parseInt(p.getAttribute("data-swiper-parallax-duration"),10)||e;e===0&&(a=0),p.style.transitionDuration=`${a}ms`})};u("beforeInit",()=>{t.params.parallax.enabled&&(t.params.watchSlidesProgress=!0,t.originalParams.watchSlidesProgress=!0)}),u("init",()=>{t.params.parallax.enabled&&w()}),u("setTranslate",()=>{t.params.parallax.enabled&&w()}),u("setTransition",(e,s)=>{t.params.parallax.enabled&&A(s)})}module.exports=$;