@therealtinhtute/baroiplayer 1.2.1 → 2.0.0-beta.1

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 (302) hide show
  1. package/README.md +90 -71
  2. package/dist/components/icons/index.d.ts +36 -0
  3. package/dist/components/icons/index.d.ts.map +1 -0
  4. package/dist/components/icons/svg-icons/ArrowLeftIcon.d.ts +4 -0
  5. package/dist/components/icons/svg-icons/ArrowLeftIcon.d.ts.map +1 -0
  6. package/dist/components/icons/svg-icons/ArrowRightIcon.d.ts +5 -0
  7. package/dist/components/icons/svg-icons/ArrowRightIcon.d.ts.map +1 -0
  8. package/dist/components/icons/svg-icons/AudioIcon.d.ts +5 -0
  9. package/dist/components/icons/svg-icons/AudioIcon.d.ts.map +1 -0
  10. package/dist/components/icons/svg-icons/BackwardIcon.d.ts +5 -0
  11. package/dist/components/icons/svg-icons/BackwardIcon.d.ts.map +1 -0
  12. package/dist/components/icons/svg-icons/CameraIcon.d.ts +5 -0
  13. package/dist/components/icons/svg-icons/CameraIcon.d.ts.map +1 -0
  14. package/dist/components/icons/svg-icons/CheckIcon.d.ts +5 -0
  15. package/dist/components/icons/svg-icons/CheckIcon.d.ts.map +1 -0
  16. package/dist/components/icons/svg-icons/EnablePiPIcon.d.ts +4 -0
  17. package/dist/components/icons/svg-icons/EnablePiPIcon.d.ts.map +1 -0
  18. package/dist/components/icons/svg-icons/ForwardIcon.d.ts +5 -0
  19. package/dist/components/icons/svg-icons/ForwardIcon.d.ts.map +1 -0
  20. package/dist/components/icons/svg-icons/FullscreenEnterIcon.d.ts +5 -0
  21. package/dist/components/icons/svg-icons/FullscreenEnterIcon.d.ts.map +1 -0
  22. package/dist/components/icons/svg-icons/FullscreenExitIcon.d.ts +5 -0
  23. package/dist/components/icons/svg-icons/FullscreenExitIcon.d.ts.map +1 -0
  24. package/dist/components/icons/svg-icons/LoadingIcon.d.ts +5 -0
  25. package/dist/components/icons/svg-icons/LoadingIcon.d.ts.map +1 -0
  26. package/dist/components/icons/svg-icons/PauseIcon.d.ts +5 -0
  27. package/dist/components/icons/svg-icons/PauseIcon.d.ts.map +1 -0
  28. package/dist/components/icons/svg-icons/PlayIcon.d.ts +5 -0
  29. package/dist/components/icons/svg-icons/PlayIcon.d.ts.map +1 -0
  30. package/dist/components/icons/svg-icons/PlaybackSpeedIcon.d.ts +5 -0
  31. package/dist/components/icons/svg-icons/PlaybackSpeedIcon.d.ts.map +1 -0
  32. package/dist/components/icons/svg-icons/QualityIcon.d.ts +5 -0
  33. package/dist/components/icons/svg-icons/QualityIcon.d.ts.map +1 -0
  34. package/dist/components/icons/svg-icons/SettingsIcon.d.ts +5 -0
  35. package/dist/components/icons/svg-icons/SettingsIcon.d.ts.map +1 -0
  36. package/dist/components/icons/svg-icons/SliderIcon.d.ts +5 -0
  37. package/dist/components/icons/svg-icons/SliderIcon.d.ts.map +1 -0
  38. package/dist/components/icons/svg-icons/SubtitleIcon.d.ts +5 -0
  39. package/dist/components/icons/svg-icons/SubtitleIcon.d.ts.map +1 -0
  40. package/dist/components/icons/svg-icons/SubtitleOffIcon.d.ts +5 -0
  41. package/dist/components/icons/svg-icons/SubtitleOffIcon.d.ts.map +1 -0
  42. package/dist/components/icons/svg-icons/UnPiPIcon.d.ts +4 -0
  43. package/dist/components/icons/svg-icons/UnPiPIcon.d.ts.map +1 -0
  44. package/dist/components/icons/svg-icons/VolumeMutedIcon.d.ts +5 -0
  45. package/dist/components/icons/svg-icons/VolumeMutedIcon.d.ts.map +1 -0
  46. package/dist/components/icons/svg-icons/VolumeOneIcon.d.ts +5 -0
  47. package/dist/components/icons/svg-icons/VolumeOneIcon.d.ts.map +1 -0
  48. package/dist/components/icons/svg-icons/VolumeThreeIcon.d.ts +5 -0
  49. package/dist/components/icons/svg-icons/VolumeThreeIcon.d.ts.map +1 -0
  50. package/dist/components/icons/svg-icons/VolumeTwoIcon.d.ts +5 -0
  51. package/dist/components/icons/svg-icons/VolumeTwoIcon.d.ts.map +1 -0
  52. package/dist/components/variants/gradient/gradient-audio.d.ts +13 -0
  53. package/dist/components/variants/gradient/gradient-audio.d.ts.map +1 -0
  54. package/dist/components/variants/gradient/gradient-controls.d.ts +4 -0
  55. package/dist/components/variants/gradient/gradient-controls.d.ts.map +1 -0
  56. package/dist/components/variants/gradient/gradient-glyphs.d.ts +30 -0
  57. package/dist/components/variants/gradient/gradient-glyphs.d.ts.map +1 -0
  58. package/dist/components/variants/gradient/gradient-video.d.ts +16 -0
  59. package/dist/components/variants/gradient/gradient-video.d.ts.map +1 -0
  60. package/dist/index.css +1 -1
  61. package/dist/index.d.ts +5 -0
  62. package/dist/index.d.ts.map +1 -0
  63. package/dist/index.js +1 -41
  64. package/dist/index.js.map +1 -1
  65. package/dist/index.mjs +750 -5640
  66. package/dist/index.mjs.map +1 -1
  67. package/dist/package.json +3 -0
  68. package/package.json +110 -114
  69. package/src/components/variants/gradient/gradient-audio.tsx +47 -0
  70. package/src/components/variants/gradient/gradient-controls.tsx +254 -0
  71. package/src/components/variants/gradient/gradient-glyphs.test.tsx +69 -0
  72. package/src/components/variants/gradient/gradient-glyphs.tsx +129 -0
  73. package/src/components/variants/gradient/gradient-skin.css +211 -0
  74. package/src/components/variants/gradient/gradient-video.tsx +70 -0
  75. package/src/index.ts +5 -198
  76. package/src/test/accessibility-utils.ts +0 -59
  77. package/dist/context/media.js +0 -1
  78. package/dist/context/media.mjs +0 -3
  79. package/dist/context/store.js +0 -1
  80. package/dist/context/store.mjs +0 -3
  81. package/dist/context-Bzd5QCKM.cjs +0 -7
  82. package/dist/context-Bzd5QCKM.cjs.map +0 -1
  83. package/dist/context-DD_SH4tT.js +0 -1053
  84. package/dist/context-DD_SH4tT.js.map +0 -1
  85. package/dist/core-events-BRnLMB7s.cjs +0 -2
  86. package/dist/core-events-BRnLMB7s.cjs.map +0 -1
  87. package/dist/core-events-v_mKdj5p.js +0 -417
  88. package/dist/core-events-v_mKdj5p.js.map +0 -1
  89. package/dist/core-plugins-CMBv-yVh.cjs +0 -2
  90. package/dist/core-plugins-CMBv-yVh.cjs.map +0 -1
  91. package/dist/core-plugins-CqCxLkbd.js +0 -754
  92. package/dist/core-plugins-CqCxLkbd.js.map +0 -1
  93. package/dist/core.js +0 -15
  94. package/dist/core.js.map +0 -1
  95. package/dist/core.mjs +0 -960
  96. package/dist/core.mjs.map +0 -1
  97. package/dist/enhanced-components-BwjBqSA1.js +0 -2858
  98. package/dist/enhanced-components-BwjBqSA1.js.map +0 -1
  99. package/dist/enhanced-components-C-ka-XLp.cjs +0 -2
  100. package/dist/enhanced-components-C-ka-XLp.cjs.map +0 -1
  101. package/dist/hooks-B-IIWPJr.js +0 -1842
  102. package/dist/hooks-B-IIWPJr.js.map +0 -1
  103. package/dist/hooks-DcHzmBwA.cjs +0 -4
  104. package/dist/hooks-DcHzmBwA.cjs.map +0 -1
  105. package/dist/minimal-components-BYsMQde5.js +0 -1610
  106. package/dist/minimal-components-BYsMQde5.js.map +0 -1
  107. package/dist/minimal-components-CsxQbDp7.cjs +0 -2
  108. package/dist/minimal-components-CsxQbDp7.cjs.map +0 -1
  109. package/dist/minimal-components.css +0 -1
  110. package/dist/mona-loading.gif +0 -0
  111. package/dist/performance-monitor-DCSijLJg.js +0 -312
  112. package/dist/performance-monitor-DCSijLJg.js.map +0 -1
  113. package/dist/performance-monitor-wNFKmqMr.cjs +0 -2
  114. package/dist/performance-monitor-wNFKmqMr.cjs.map +0 -1
  115. package/dist/rolldown-runtime-BmowowmI.js +0 -14
  116. package/dist/rolldown-runtime-mLOUI7ql.cjs +0 -1
  117. package/dist/utils-D2gQ7c2R.js +0 -64
  118. package/dist/utils-D2gQ7c2R.js.map +0 -1
  119. package/dist/utils-DJaAwiZ9.cjs +0 -2
  120. package/dist/utils-DJaAwiZ9.cjs.map +0 -1
  121. package/dist/utils.js +0 -1
  122. package/dist/utils.mjs +0 -3
  123. package/src/adapters/videojs-adapter.tsx +0 -470
  124. package/src/assets/mona-loading.gif +0 -0
  125. package/src/components/AnimateLoading.tsx +0 -111
  126. package/src/components/LoadingState.tsx +0 -239
  127. package/src/components/__tests__/media-player-accessibility.test.tsx +0 -510
  128. package/src/components/__tests__/media-player-react19.test.tsx +0 -457
  129. package/src/components/accessibility/keyboard-help-overlay.tsx +0 -207
  130. package/src/components/audio-player.tsx +0 -85
  131. package/src/components/basic/index.ts +0 -37
  132. package/src/components/enhanced/advanced-features.tsx +0 -311
  133. package/src/components/enhanced/debug-panel.tsx +0 -448
  134. package/src/components/enhanced/enhanced-controls.tsx +0 -597
  135. package/src/components/enhanced/enhanced-media-player.tsx +0 -566
  136. package/src/components/enhanced/error-handling.tsx +0 -338
  137. package/src/components/enhanced/index.ts +0 -39
  138. package/src/components/enhanced/media-player-enhanced.tsx +0 -383
  139. package/src/components/examples/basic-video-player.tsx +0 -50
  140. package/src/components/examples/custom-controls-example.tsx +0 -63
  141. package/src/components/examples/enhanced-controls-example.tsx +0 -100
  142. package/src/components/examples/enhanced-media-player-example.tsx +0 -302
  143. package/src/components/examples/loading-states-demo.tsx +0 -141
  144. package/src/components/examples/react-19-demo.tsx +0 -349
  145. package/src/components/examples/volume-orientation-demo.tsx +0 -105
  146. package/src/components/icon-demo.tsx +0 -196
  147. package/src/components/legacy.tsx +0 -87
  148. package/src/components/media-metadata-display.tsx +0 -99
  149. package/src/components/media-player-audio.tsx +0 -39
  150. package/src/components/media-player-controls.tsx +0 -223
  151. package/src/components/media-player-error.tsx +0 -163
  152. package/src/components/media-player-fullscreen.tsx +0 -109
  153. package/src/components/media-player-hls.tsx +0 -111
  154. package/src/components/media-player-loading.tsx +0 -76
  155. package/src/components/media-player-play.tsx +0 -75
  156. package/src/components/media-player-root.tsx +0 -338
  157. package/src/components/media-player-seek.tsx +0 -168
  158. package/src/components/media-player-time.tsx +0 -99
  159. package/src/components/media-player-tooltip.tsx +0 -58
  160. package/src/components/media-player-video.tsx +0 -54
  161. package/src/components/media-player-volume.tsx +0 -155
  162. package/src/components/media-player.tsx +0 -292
  163. package/src/components/media-suspense.tsx +0 -344
  164. package/src/components/player-settings-form.tsx +0 -158
  165. package/src/components/react-player-wrapper.tsx +0 -651
  166. package/src/components/simple-video-player.tsx +0 -62
  167. package/src/components/ui/blur-poster.tsx +0 -96
  168. package/src/components/ui/empty-state.tsx +0 -91
  169. package/src/components/ui/enhanced-seek-bar.tsx +0 -254
  170. package/src/components/ui/error-state.tsx +0 -124
  171. package/src/components/ui/fullscreen-button.tsx +0 -81
  172. package/src/components/ui/loading-skeleton.tsx +0 -107
  173. package/src/components/ui/media-resource-preloader.tsx +0 -458
  174. package/src/components/ui/offline-message.tsx +0 -98
  175. package/src/components/ui/play-button.tsx +0 -99
  176. package/src/components/ui/seek-bar.tsx +0 -191
  177. package/src/components/ui/time-display.tsx +0 -61
  178. package/src/components/ui/volume-control.tsx +0 -190
  179. package/src/components/unified/base-media-player.tsx +0 -252
  180. package/src/components/unified/media-player.tsx +0 -75
  181. package/src/components/variants/minimal/AccessibleMinimalPlayer.tsx +0 -587
  182. package/src/components/variants/minimal/EnhancedMinimalMediaPlayer.tsx +0 -573
  183. package/src/components/variants/minimal/MinimalControls.tsx +0 -124
  184. package/src/components/variants/minimal/MinimalLoading.tsx +0 -28
  185. package/src/components/variants/minimal/MinimalMediaPlayer.tsx +0 -318
  186. package/src/components/variants/minimal/MinimalOverlay.tsx +0 -58
  187. package/src/components/variants/minimal/MinimalPlayButton.tsx +0 -56
  188. package/src/components/variants/minimal/MinimalSeekBar.tsx +0 -140
  189. package/src/components/variants/minimal/MinimalVolumeControl.tsx +0 -75
  190. package/src/components/variants/minimal/SimpleMinimalPlayer.tsx +0 -206
  191. package/src/components/variants/minimal/components/CenterPlayButton.tsx +0 -22
  192. package/src/components/variants/minimal/components/ControlBar.tsx +0 -142
  193. package/src/components/variants/minimal/components/EnhancedSettingsMenu.tsx +0 -412
  194. package/src/components/variants/minimal/components/PlaybackControls.tsx +0 -46
  195. package/src/components/variants/minimal/components/RightControls.tsx +0 -164
  196. package/src/components/variants/minimal/components/SeekBar.tsx +0 -127
  197. package/src/components/variants/minimal/components/SettingsDropdown.tsx +0 -68
  198. package/src/components/variants/minimal/components/SubtitleDisplay.tsx +0 -21
  199. package/src/components/variants/minimal/components/TimeDisplay.tsx +0 -15
  200. package/src/components/variants/minimal/components/VideoElement.tsx +0 -35
  201. package/src/components/variants/minimal/components/VolumeControl.tsx +0 -220
  202. package/src/components/variants/minimal/index.ts +0 -23
  203. package/src/components/video-player.tsx +0 -100
  204. package/src/context/__tests__/media-store.test.ts +0 -509
  205. package/src/context/error-handling.ts +0 -398
  206. package/src/context/media-context.tsx +0 -254
  207. package/src/context/media-provider.tsx +0 -264
  208. package/src/context/media-store.ts +0 -387
  209. package/src/context/persistence.ts +0 -462
  210. package/src/core/events/event-system.ts +0 -448
  211. package/src/core/events/hooks.ts +0 -325
  212. package/src/core/events/index.ts +0 -22
  213. package/src/core/events/middleware.ts +0 -286
  214. package/src/core/index.ts +0 -22
  215. package/src/core/optimization/bundle-optimizer.tsx +0 -312
  216. package/src/core/performance/cicd.ts +0 -98
  217. package/src/core/performance/index.ts +0 -38
  218. package/src/core/performance/media-loading-optimizer.ts +0 -545
  219. package/src/core/performance/performance-budgets.ts +0 -437
  220. package/src/core/performance/performance-monitor.tsx +0 -488
  221. package/src/core/performance/performance-testing.ts +0 -461
  222. package/src/core/plugins/__tests__/registry.test.ts +0 -595
  223. package/src/core/plugins/base-plugin.ts +0 -225
  224. package/src/core/plugins/enhanced-plugin-system.ts +0 -435
  225. package/src/core/plugins/examples/analytics-plugin.ts +0 -241
  226. package/src/core/plugins/index.ts +0 -39
  227. package/src/core/plugins/registry.ts +0 -546
  228. package/src/core/plugins/types.ts +0 -169
  229. package/src/core/plugins/utils.ts +0 -317
  230. package/src/core/progressive-loading.tsx +0 -331
  231. package/src/core/providers/enhanced-hls-provider.ts +0 -307
  232. package/src/core/providers/lazy-provider.tsx +0 -14
  233. package/src/core/providers/service-provider.tsx +0 -164
  234. package/src/core/utils.tsx +0 -34
  235. package/src/features/media-session/media-session-manager.ts +0 -411
  236. package/src/features/picture-in-picture/pip-manager.ts +0 -428
  237. package/src/features/playlist/playlist-manager.ts +0 -626
  238. package/src/features/subtitles/subtitle-manager.ts +0 -435
  239. package/src/features/subtitles/subtitle-parser.ts +0 -284
  240. package/src/features/thumbnails/thumbnail-generator.ts +0 -528
  241. package/src/hooks/__tests__/currentTime-fix.test.ts +0 -149
  242. package/src/hooks/__tests__/use-media-player.test.ts +0 -712
  243. package/src/hooks/__tests__/use-media-state.test.tsx +0 -316
  244. package/src/hooks/accessibility/index.ts +0 -27
  245. package/src/hooks/accessibility/use-accessibility-preferences.ts +0 -190
  246. package/src/hooks/accessibility/use-focus-management.ts +0 -183
  247. package/src/hooks/accessibility/use-keyboard-shortcuts.ts +0 -152
  248. package/src/hooks/accessibility/use-screen-reader.ts +0 -212
  249. package/src/hooks/core/index.ts +0 -47
  250. package/src/hooks/legacy.ts +0 -21
  251. package/src/hooks/use-buffer-health.ts +0 -218
  252. package/src/hooks/use-enhanced-media-player.ts +0 -575
  253. package/src/hooks/use-focus-trap.tsx +0 -162
  254. package/src/hooks/use-intelligent-preloading.ts +0 -387
  255. package/src/hooks/use-keyboard-controls.ts +0 -115
  256. package/src/hooks/use-keyboard-shortcuts.ts +0 -255
  257. package/src/hooks/use-media-actions.ts +0 -184
  258. package/src/hooks/use-media-metadata.ts +0 -91
  259. package/src/hooks/use-media-optimistic.ts +0 -264
  260. package/src/hooks/use-media-player.ts +0 -343
  261. package/src/hooks/use-media-state.ts +0 -194
  262. package/src/hooks/use-memory-optimization.ts +0 -360
  263. package/src/hooks/use-network-status.ts +0 -124
  264. package/src/hooks/use-optimistic-controls.ts +0 -95
  265. package/src/hooks/use-optimized-media.ts +0 -283
  266. package/src/hooks/use-smart-preload.ts +0 -229
  267. package/src/hooks/use-touch-gestures.ts +0 -461
  268. package/src/hooks/useEnhancedSubtitles.ts +0 -258
  269. package/src/hooks/useKeyboardShortcuts.ts +0 -106
  270. package/src/hooks/useMediaControls.ts +0 -52
  271. package/src/hooks/useScreenshot.ts +0 -77
  272. package/src/hooks/useSubtitles.ts +0 -91
  273. package/src/hooks/useVideoPlayer.ts +0 -278
  274. package/src/icons/components/FullscreenIcon.tsx +0 -36
  275. package/src/icons/components/SettingsIcon.tsx +0 -37
  276. package/src/icons/components/animated/LoadingIcon.tsx +0 -27
  277. package/src/icons/components/animated/PlayPauseIcon.tsx +0 -42
  278. package/src/icons/components/media/PauseIcon.tsx +0 -38
  279. package/src/icons/components/media/PlayIcon.tsx +0 -37
  280. package/src/icons/components/volume/VolumeIcon.tsx +0 -38
  281. package/src/icons/components/volume/VolumeOffIcon.tsx +0 -38
  282. package/src/icons/index.ts +0 -56
  283. package/src/icons/provider.tsx +0 -58
  284. package/src/icons/types.ts +0 -60
  285. package/src/index-enhanced.ts +0 -35
  286. package/src/index-legacy.ts +0 -324
  287. package/src/index.css +0 -102
  288. package/src/lib/__tests__/async-utils.test.ts +0 -291
  289. package/src/lib/async-utils.ts +0 -194
  290. package/src/lib/deprecation.ts +0 -51
  291. package/src/lib/format-time.ts +0 -37
  292. package/src/lib/index.ts +0 -4
  293. package/src/lib/utils.ts +0 -6
  294. package/src/styles/globals.css +0 -462
  295. package/src/styles/minimal-player.css +0 -621
  296. package/src/styles/pixel-art.css +0 -41
  297. package/src/styles/videojs.css +0 -100
  298. package/src/types/assets.d.ts +0 -29
  299. package/src/types/events.ts +0 -47
  300. package/src/types/formats.ts +0 -79
  301. package/src/types/index.ts +0 -203
  302. package/src/types/videojs-plugins.d.ts +0 -14
@@ -1,312 +0,0 @@
1
- import { i as e, r as t } from "./context-DD_SH4tT.js";
2
- import { useCallback as n, useEffect as r, useRef as i, useState as a } from "react";
3
- //#region src/core/performance/performance-monitor.tsx
4
- var o = e(), s = {
5
- lcp: {
6
- good: 2500,
7
- poor: 4e3
8
- },
9
- fid: {
10
- good: 100,
11
- poor: 300
12
- },
13
- cls: {
14
- good: .1,
15
- poor: .25
16
- },
17
- renderTime: {
18
- good: 16,
19
- poor: 100
20
- },
21
- memoryUsage: {
22
- good: 50 * 1024 * 1024,
23
- poor: 100 * 1024 * 1024
24
- }
25
- }, c = class {
26
- constructor(e = s) {
27
- t(this, "metrics", []), t(this, "listeners", /* @__PURE__ */ new Set()), t(this, "thresholds", void 0), t(this, "observer", void 0), t(this, "isMonitoring", !1), this.thresholds = e, this.initializeWebVitals(), this.initializePerformanceObserver();
28
- }
29
- async initializeWebVitals() {
30
- if (!(typeof window > "u")) try {
31
- let e = await import("web-vitals").catch(() => null);
32
- if (!e) {
33
- console.warn("web-vitals package not available, Core Web Vitals tracking disabled");
34
- return;
35
- }
36
- let t = (e) => {
37
- this.updateMetric(e.name.toLowerCase(), e.value);
38
- }, n = e;
39
- n.getCLS && n.getCLS(t), n.getFID && n.getFID(t), n.getFCP && n.getFCP(t), n.getLCP && n.getLCP(t), n.getTTFB && n.getTTFB(t), n.onINP && n.onINP(t);
40
- } catch (e) {
41
- console.warn("Web Vitals initialization failed:", e);
42
- }
43
- }
44
- initializePerformanceObserver() {
45
- if (!(typeof window > "u" || !("PerformanceObserver" in window))) try {
46
- this.observer = new PerformanceObserver((e) => {
47
- for (let t of e.getEntries()) this.handlePerformanceEntry(t);
48
- }), this.observer.observe({ entryTypes: [
49
- "measure",
50
- "navigation",
51
- "resource",
52
- "paint"
53
- ] });
54
- } catch (e) {
55
- console.warn("PerformanceObserver not supported:", e);
56
- }
57
- }
58
- handlePerformanceEntry(e) {
59
- switch (e.entryType) {
60
- case "measure":
61
- e.name.startsWith("baroiplayer-render") && this.updateMetric("componentRenderTime", e.duration);
62
- break;
63
- case "resource":
64
- (e.name.includes(".js") || e.name.includes(".css")) && this.updateMetric("bundleLoadTime", e.duration);
65
- break;
66
- case "paint":
67
- e.name === "first-contentful-paint" && this.updateMetric("fcp", e.startTime);
68
- break;
69
- }
70
- }
71
- updateMetric(e, t) {
72
- let n = this.getCurrentMetrics(), r = {
73
- ...n,
74
- [e]: t,
75
- timestamp: Date.now(),
76
- performanceScore: this.calculatePerformanceScore({
77
- ...n,
78
- [e]: t
79
- })
80
- };
81
- this.metrics.push(r), this.metrics.length > 100 && (this.metrics = this.metrics.slice(-100)), this.listeners.forEach((e) => e(r));
82
- }
83
- getCurrentMetrics() {
84
- return this.metrics[this.metrics.length - 1] || {
85
- componentRenderTime: 0,
86
- bundleLoadTime: 0,
87
- mediaLoadTime: 0,
88
- memoryUsage: this.getMemoryUsage(),
89
- performanceScore: 0,
90
- timestamp: Date.now()
91
- };
92
- }
93
- getMemoryUsage() {
94
- return "memory" in performance && performance.memory.usedJSHeapSize || 0;
95
- }
96
- calculatePerformanceScore(e) {
97
- let t = 100;
98
- return e.lcp && e.lcp > this.thresholds.lcp.good && (t -= e.lcp > this.thresholds.lcp.poor ? 30 : 15), e.fid && e.fid > this.thresholds.fid.good && (t -= e.fid > this.thresholds.fid.poor ? 25 : 10), e.cls && e.cls > this.thresholds.cls.good && (t -= e.cls > this.thresholds.cls.poor ? 20 : 10), e.componentRenderTime > this.thresholds.renderTime.good && (t -= e.componentRenderTime > this.thresholds.renderTime.poor ? 20 : 10), e.memoryUsage > this.thresholds.memoryUsage.good && (t -= e.memoryUsage > this.thresholds.memoryUsage.poor ? 15 : 5), Math.max(0, t);
99
- }
100
- startMonitoring() {
101
- this.isMonitoring = !0, this.startMemoryMonitoring();
102
- }
103
- stopMonitoring() {
104
- this.isMonitoring = !1, this.observer && this.observer.disconnect();
105
- }
106
- startMemoryMonitoring() {
107
- this.isMonitoring && (this.updateMetric("memoryUsage", this.getMemoryUsage()), setTimeout(() => this.startMemoryMonitoring(), 5e3));
108
- }
109
- measureComponentRender(e, t) {
110
- let n = `baroiplayer-render-${e}-start`, r = `baroiplayer-render-${e}-end`, i = `baroiplayer-render-${e}`;
111
- performance.mark(n);
112
- let a = t();
113
- performance.mark(r);
114
- try {
115
- performance.measure(i, n, r);
116
- } catch (e) {
117
- console.warn("Performance measurement failed:", e);
118
- }
119
- return a;
120
- }
121
- subscribe(e) {
122
- return this.listeners.add(e), () => this.listeners.delete(e);
123
- }
124
- getLatestMetrics() {
125
- return this.metrics[this.metrics.length - 1] || null;
126
- }
127
- getAllMetrics() {
128
- return [...this.metrics];
129
- }
130
- getAverageMetrics(e = 10) {
131
- let t = this.metrics.slice(-e);
132
- if (t.length === 0) return {};
133
- let n = {};
134
- return [
135
- "lcp",
136
- "fid",
137
- "cls",
138
- "fcp",
139
- "ttfb",
140
- "inp",
141
- "componentRenderTime",
142
- "bundleLoadTime",
143
- "mediaLoadTime",
144
- "memoryUsage",
145
- "performanceScore"
146
- ].forEach((e) => {
147
- let r = t.map((t) => t[e]).filter((e) => typeof e == "number" && !isNaN(e));
148
- r.length > 0 && (n[e] = r.reduce((e, t) => e + t, 0) / r.length);
149
- }), n;
150
- }
151
- getThresholds() {
152
- return this.thresholds;
153
- }
154
- updateThresholds(e) {
155
- this.thresholds = {
156
- ...this.thresholds,
157
- ...e
158
- };
159
- }
160
- }, l = new c();
161
- function u() {
162
- let [e, t] = a(null), [i, o] = a(!0);
163
- return r(() => {
164
- if (o(typeof window < "u" && "performance" in window), !i) return;
165
- l.startMonitoring();
166
- let e = l.subscribe(t);
167
- return () => {
168
- e(), l.stopMonitoring();
169
- };
170
- }, [i]), {
171
- metrics: e,
172
- isSupported: i,
173
- measureRender: n((e, t) => l.measureComponentRender(e, t), []),
174
- averageMetrics: l.getAverageMetrics(),
175
- allMetrics: l.getAllMetrics(),
176
- thresholds: l.getThresholds()
177
- };
178
- }
179
- function d(e, t) {
180
- let n = t || e.displayName || e.name || "Component";
181
- function s(t) {
182
- let s = i(0), { measureRender: c } = u(), l = a(() => Math.random())[0];
183
- return r(() => {
184
- s.current += 1;
185
- }), c(`${n}-${l}`, () => /* @__PURE__ */ (0, o.jsx)(e, { ...t }));
186
- }
187
- return s.displayName = `withPerformanceMonitoring(${n})`, s;
188
- }
189
- var f = class {
190
- constructor() {
191
- t(this, "baselineMetrics", null), t(this, "regressionThreshold", .2);
192
- }
193
- setBaseline(e) {
194
- this.baselineMetrics = e;
195
- }
196
- detectRegression(e) {
197
- if (!this.baselineMetrics) return [];
198
- let t = [];
199
- return [
200
- "componentRenderTime",
201
- "bundleLoadTime",
202
- "mediaLoadTime",
203
- "memoryUsage"
204
- ].forEach((n) => {
205
- let r = this.baselineMetrics[n], i = e[n];
206
- if (r && i && r > 0) {
207
- let e = (i - r) / r;
208
- e > this.regressionThreshold && t.push({
209
- metric: n,
210
- baseline: r,
211
- current: i,
212
- degradation: e
213
- });
214
- }
215
- }), t;
216
- }
217
- setRegressionThreshold(e) {
218
- this.regressionThreshold = Math.max(0, Math.min(1, e));
219
- }
220
- };
221
- function p({ className: e = "", showAdvanced: t = !1 }) {
222
- let { metrics: n, averageMetrics: r, thresholds: i, isSupported: a } = u();
223
- if (!a || !n) return /* @__PURE__ */ (0, o.jsx)("div", {
224
- className: `performance-dashboard ${e}`,
225
- children: /* @__PURE__ */ (0, o.jsx)("p", { children: "Performance monitoring not supported in this environment" })
226
- });
227
- let s = (e) => e >= 90 ? "text-green-600" : e >= 70 ? "text-yellow-600" : "text-red-600", c = (e) => `${(e / 1024 / 1024).toFixed(2)} MB`;
228
- return /* @__PURE__ */ (0, o.jsxs)("div", {
229
- className: `performance-dashboard rounded-lg bg-white p-4 shadow ${e}`,
230
- children: [
231
- /* @__PURE__ */ (0, o.jsx)("h3", {
232
- className: "mb-4 font-semibold text-lg",
233
- children: "Performance Dashboard"
234
- }),
235
- /* @__PURE__ */ (0, o.jsxs)("div", {
236
- className: "mb-4",
237
- children: [/* @__PURE__ */ (0, o.jsxs)("div", {
238
- className: "flex items-center justify-between",
239
- children: [/* @__PURE__ */ (0, o.jsx)("span", { children: "Performance Score" }), /* @__PURE__ */ (0, o.jsx)("span", {
240
- className: `font-bold ${s(n.performanceScore)}`,
241
- children: n.performanceScore.toFixed(0)
242
- })]
243
- }), /* @__PURE__ */ (0, o.jsx)("div", {
244
- className: "mt-1 h-2 w-full rounded-full bg-gray-200",
245
- children: /* @__PURE__ */ (0, o.jsx)("div", {
246
- className: `h-2 rounded-full transition-all duration-300 ${n.performanceScore >= 90 ? "bg-green-500" : n.performanceScore >= 70 ? "bg-yellow-500" : "bg-red-500"}`,
247
- style: { width: `${n.performanceScore}%` }
248
- })
249
- })]
250
- }),
251
- /* @__PURE__ */ (0, o.jsxs)("div", {
252
- className: "mb-4 grid grid-cols-2 gap-4",
253
- children: [/* @__PURE__ */ (0, o.jsxs)("div", { children: [/* @__PURE__ */ (0, o.jsx)("h4", {
254
- className: "mb-2 font-medium",
255
- children: "Core Web Vitals"
256
- }), /* @__PURE__ */ (0, o.jsxs)("div", {
257
- className: "space-y-1 text-sm",
258
- children: [
259
- n.lcp && /* @__PURE__ */ (0, o.jsxs)("div", { children: [
260
- "LCP: ",
261
- n.lcp.toFixed(0),
262
- "ms"
263
- ] }),
264
- n.fid && /* @__PURE__ */ (0, o.jsxs)("div", { children: [
265
- "FID: ",
266
- n.fid.toFixed(0),
267
- "ms"
268
- ] }),
269
- n.cls && /* @__PURE__ */ (0, o.jsxs)("div", { children: ["CLS: ", n.cls.toFixed(3)] })
270
- ]
271
- })] }), /* @__PURE__ */ (0, o.jsxs)("div", { children: [/* @__PURE__ */ (0, o.jsx)("h4", {
272
- className: "mb-2 font-medium",
273
- children: "Custom Metrics"
274
- }), /* @__PURE__ */ (0, o.jsxs)("div", {
275
- className: "space-y-1 text-sm",
276
- children: [
277
- /* @__PURE__ */ (0, o.jsxs)("div", { children: [
278
- "Render: ",
279
- n.componentRenderTime.toFixed(2),
280
- "ms"
281
- ] }),
282
- /* @__PURE__ */ (0, o.jsxs)("div", { children: ["Memory: ", c(n.memoryUsage)] }),
283
- n.bundleLoadTime > 0 && /* @__PURE__ */ (0, o.jsxs)("div", { children: [
284
- "Bundle: ",
285
- n.bundleLoadTime.toFixed(0),
286
- "ms"
287
- ] })
288
- ]
289
- })] })]
290
- }),
291
- t && /* @__PURE__ */ (0, o.jsxs)("div", { children: [/* @__PURE__ */ (0, o.jsx)("h4", {
292
- className: "mb-2 font-medium",
293
- children: "Advanced Metrics"
294
- }), /* @__PURE__ */ (0, o.jsxs)("div", {
295
- className: "space-y-1 text-sm",
296
- children: [
297
- /* @__PURE__ */ (0, o.jsxs)("div", { children: [
298
- "Average Render Time: ",
299
- (r.componentRenderTime || 0).toFixed(2),
300
- "ms"
301
- ] }),
302
- /* @__PURE__ */ (0, o.jsxs)("div", { children: ["Average Memory: ", c(r.memoryUsage || 0)] }),
303
- /* @__PURE__ */ (0, o.jsxs)("div", { children: ["Average Score: ", (r.performanceScore || 0).toFixed(0)] })
304
- ]
305
- })] })
306
- ]
307
- });
308
- }
309
- //#endregion
310
- export { l as a, s as i, c as n, u as o, f as r, d as s, p as t };
311
-
312
- //# sourceMappingURL=performance-monitor-DCSijLJg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"performance-monitor-DCSijLJg.js","names":[],"sources":["../src/core/performance/performance-monitor.tsx"],"sourcesContent":["import React, { useState, useEffect, useRef, useCallback, useReducer } from \"react\"\n// Import type safely with fallback\ntype ReportHandler = (metric: { name: string; value: number }) => void\n\n// Performance metrics types\nexport interface PerformanceMetrics {\n\t// Core Web Vitals\n\tlcp?: number // Largest Contentful Paint\n\tfid?: number // First Input Delay\n\tcls?: number // Cumulative Layout Shift\n\tfcp?: number // First Contentful Paint\n\tttfb?: number // Time to First Byte\n\tinp?: number // Interaction to Next Paint\n\n\t// Custom metrics\n\tcomponentRenderTime: number\n\tbundleLoadTime: number\n\tmediaLoadTime: number\n\tmemoryUsage: number\n\n\t// Performance scores\n\tperformanceScore: number\n\ttimestamp: number\n}\n\nexport interface PerformanceThresholds {\n\tlcp: { good: number; poor: number }\n\tfid: { good: number; poor: number }\n\tcls: { good: number; poor: number }\n\trenderTime: { good: number; poor: number }\n\tmemoryUsage: { good: number; poor: number }\n}\n\nexport const defaultThresholds: PerformanceThresholds = {\n\tlcp: { good: 2500, poor: 4000 },\n\tfid: { good: 100, poor: 300 },\n\tcls: { good: 0.1, poor: 0.25 },\n\trenderTime: { good: 16, poor: 100 }, // Target 60fps = 16.67ms per frame\n\tmemoryUsage: { good: 50 * 1024 * 1024, poor: 100 * 1024 * 1024 } // 50MB good, 100MB poor\n}\n\n// Performance monitoring class\nexport class PerformanceMonitor {\n\tprivate metrics: PerformanceMetrics[] = []\n\tprivate listeners: Set<(metrics: PerformanceMetrics) => void> = new Set()\n\tprivate thresholds: PerformanceThresholds\n\tprivate observer?: PerformanceObserver\n\tprivate isMonitoring = false\n\n\tconstructor(thresholds: PerformanceThresholds = defaultThresholds) {\n\t\tthis.thresholds = thresholds\n\t\tthis.initializeWebVitals()\n\t\tthis.initializePerformanceObserver()\n\t}\n\n\tprivate async initializeWebVitals() {\n\t\tif (typeof window === \"undefined\") return\n\n\t\ttry {\n\t\t\t// Try to import web-vitals dynamically and handle different versions\n\t\t\tconst webVitals = await import(\"web-vitals\").catch(() => null)\n\n\t\t\tif (!webVitals) {\n\t\t\t\tconsole.warn(\"web-vitals package not available, Core Web Vitals tracking disabled\")\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconst reportHandler: ReportHandler = (metric) => {\n\t\t\t\tthis.updateMetric(metric.name.toLowerCase() as keyof PerformanceMetrics, metric.value)\n\t\t\t}\n\n\t\t\t// Handle different web-vitals versions safely\n\t\t\tconst vitalsAny = webVitals as any\n\t\t\tif (vitalsAny.getCLS) vitalsAny.getCLS(reportHandler)\n\t\t\tif (vitalsAny.getFID) vitalsAny.getFID(reportHandler)\n\t\t\tif (vitalsAny.getFCP) vitalsAny.getFCP(reportHandler)\n\t\t\tif (vitalsAny.getLCP) vitalsAny.getLCP(reportHandler)\n\t\t\tif (vitalsAny.getTTFB) vitalsAny.getTTFB(reportHandler)\n\t\t\tif (vitalsAny.onINP) vitalsAny.onINP(reportHandler)\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"Web Vitals initialization failed:\", error)\n\t\t}\n\t}\n\n\tprivate initializePerformanceObserver() {\n\t\tif (typeof window === \"undefined\" || !(\"PerformanceObserver\" in window)) return\n\n\t\ttry {\n\t\t\tthis.observer = new PerformanceObserver((list) => {\n\t\t\t\tfor (const entry of list.getEntries()) {\n\t\t\t\t\tthis.handlePerformanceEntry(entry)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tthis.observer.observe({ entryTypes: [\"measure\", \"navigation\", \"resource\", \"paint\"] })\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"PerformanceObserver not supported:\", error)\n\t\t}\n\t}\n\n\tprivate handlePerformanceEntry(entry: PerformanceEntry) {\n\t\tswitch (entry.entryType) {\n\t\t\tcase \"measure\":\n\t\t\t\tif (entry.name.startsWith(\"baroiplayer-render\")) {\n\t\t\t\t\tthis.updateMetric(\"componentRenderTime\", entry.duration)\n\t\t\t\t}\n\t\t\t\tbreak\n\n\t\t\tcase \"resource\":\n\t\t\t\tif (entry.name.includes(\".js\") || entry.name.includes(\".css\")) {\n\t\t\t\t\tthis.updateMetric(\"bundleLoadTime\", entry.duration)\n\t\t\t\t}\n\t\t\t\tbreak\n\n\t\t\tcase \"paint\":\n\t\t\t\tif (entry.name === \"first-contentful-paint\") {\n\t\t\t\t\tthis.updateMetric(\"fcp\", entry.startTime)\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t}\n\t}\n\n\tprivate updateMetric(key: keyof PerformanceMetrics, value: number) {\n\t\tconst currentMetrics = this.getCurrentMetrics()\n\t\tconst updatedMetrics = {\n\t\t\t...currentMetrics,\n\t\t\t[key]: value,\n\t\t\ttimestamp: Date.now(),\n\t\t\tperformanceScore: this.calculatePerformanceScore({ ...currentMetrics, [key]: value })\n\t\t}\n\n\t\tthis.metrics.push(updatedMetrics)\n\n\t\t// Keep only last 100 metrics\n\t\tif (this.metrics.length > 100) {\n\t\t\tthis.metrics = this.metrics.slice(-100)\n\t\t}\n\n\t\tthis.listeners.forEach((listener) => listener(updatedMetrics))\n\t}\n\n\tprivate getCurrentMetrics(): PerformanceMetrics {\n\t\tconst latest = this.metrics[this.metrics.length - 1]\n\t\treturn (\n\t\t\tlatest || {\n\t\t\t\tcomponentRenderTime: 0,\n\t\t\t\tbundleLoadTime: 0,\n\t\t\t\tmediaLoadTime: 0,\n\t\t\t\tmemoryUsage: this.getMemoryUsage(),\n\t\t\t\tperformanceScore: 0,\n\t\t\t\ttimestamp: Date.now()\n\t\t\t}\n\t\t)\n\t}\n\n\tprivate getMemoryUsage(): number {\n\t\tif (\"memory\" in performance) {\n\t\t\treturn (performance as any).memory.usedJSHeapSize || 0\n\t\t}\n\t\treturn 0\n\t}\n\n\tprivate calculatePerformanceScore(metrics: PerformanceMetrics): number {\n\t\tlet score = 100\n\n\t\t// Penalize based on thresholds\n\t\tif (metrics.lcp && metrics.lcp > this.thresholds.lcp.good) {\n\t\t\tscore -= metrics.lcp > this.thresholds.lcp.poor ? 30 : 15\n\t\t}\n\n\t\tif (metrics.fid && metrics.fid > this.thresholds.fid.good) {\n\t\t\tscore -= metrics.fid > this.thresholds.fid.poor ? 25 : 10\n\t\t}\n\n\t\tif (metrics.cls && metrics.cls > this.thresholds.cls.good) {\n\t\t\tscore -= metrics.cls > this.thresholds.cls.poor ? 20 : 10\n\t\t}\n\n\t\tif (metrics.componentRenderTime > this.thresholds.renderTime.good) {\n\t\t\tscore -= metrics.componentRenderTime > this.thresholds.renderTime.poor ? 20 : 10\n\t\t}\n\n\t\tif (metrics.memoryUsage > this.thresholds.memoryUsage.good) {\n\t\t\tscore -= metrics.memoryUsage > this.thresholds.memoryUsage.poor ? 15 : 5\n\t\t}\n\n\t\treturn Math.max(0, score)\n\t}\n\n\t// Public API\n\tpublic startMonitoring() {\n\t\tthis.isMonitoring = true\n\t\tthis.startMemoryMonitoring()\n\t}\n\n\tpublic stopMonitoring() {\n\t\tthis.isMonitoring = false\n\t\tif (this.observer) {\n\t\t\tthis.observer.disconnect()\n\t\t}\n\t}\n\n\tprivate startMemoryMonitoring() {\n\t\tif (!this.isMonitoring) return\n\n\t\tthis.updateMetric(\"memoryUsage\", this.getMemoryUsage())\n\t\tsetTimeout(() => this.startMemoryMonitoring(), 5000) // Check every 5 seconds\n\t}\n\n\tpublic measureComponentRender(componentName: string, renderFn: () => any): any {\n\t\tconst startMark = `baroiplayer-render-${componentName}-start`\n\t\tconst endMark = `baroiplayer-render-${componentName}-end`\n\t\tconst measureName = `baroiplayer-render-${componentName}`\n\n\t\tperformance.mark(startMark)\n\t\tconst result = renderFn()\n\t\tperformance.mark(endMark)\n\n\t\ttry {\n\t\t\tperformance.measure(measureName, startMark, endMark)\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"Performance measurement failed:\", error)\n\t\t}\n\n\t\treturn result\n\t}\n\n\tpublic subscribe(listener: (metrics: PerformanceMetrics) => void): () => void {\n\t\tthis.listeners.add(listener)\n\t\treturn () => this.listeners.delete(listener)\n\t}\n\n\tpublic getLatestMetrics(): PerformanceMetrics | null {\n\t\treturn this.metrics[this.metrics.length - 1] || null\n\t}\n\n\tpublic getAllMetrics(): PerformanceMetrics[] {\n\t\treturn [...this.metrics]\n\t}\n\n\tpublic getAverageMetrics(count = 10): Partial<PerformanceMetrics> {\n\t\tconst recentMetrics = this.metrics.slice(-count)\n\t\tif (recentMetrics.length === 0) return {}\n\n\t\tconst averages: Partial<PerformanceMetrics> = {}\n\t\tconst keys: Array<keyof PerformanceMetrics> = [\n\t\t\t\"lcp\",\n\t\t\t\"fid\",\n\t\t\t\"cls\",\n\t\t\t\"fcp\",\n\t\t\t\"ttfb\",\n\t\t\t\"inp\",\n\t\t\t\"componentRenderTime\",\n\t\t\t\"bundleLoadTime\",\n\t\t\t\"mediaLoadTime\",\n\t\t\t\"memoryUsage\",\n\t\t\t\"performanceScore\"\n\t\t]\n\n\t\tkeys.forEach((key) => {\n\t\t\tconst values = recentMetrics\n\t\t\t\t.map((m) => m[key] as number)\n\t\t\t\t.filter((v) => typeof v === \"number\" && !isNaN(v))\n\n\t\t\tif (values.length > 0) {\n\t\t\t\t;(averages as any)[key] = values.reduce((sum, v) => sum + v, 0) / values.length\n\t\t\t}\n\t\t})\n\n\t\treturn averages\n\t}\n\n\tpublic getThresholds(): PerformanceThresholds {\n\t\treturn this.thresholds\n\t}\n\n\tpublic updateThresholds(newThresholds: Partial<PerformanceThresholds>) {\n\t\tthis.thresholds = { ...this.thresholds, ...newThresholds }\n\t}\n}\n\n// Global performance monitor instance\nexport const performanceMonitor = new PerformanceMonitor()\n\n// React hook for performance monitoring\nexport function usePerformanceMonitor() {\n\tconst [metrics, setMetrics] = useState<PerformanceMetrics | null>(null)\n\tconst [isSupported, setIsSupported] = useState(true)\n\n\tuseEffect(() => {\n\t\tsetIsSupported(typeof window !== \"undefined\" && \"performance\" in window)\n\n\t\tif (!isSupported) return\n\n\t\tperformanceMonitor.startMonitoring()\n\t\tconst unsubscribe = performanceMonitor.subscribe(setMetrics)\n\n\t\treturn () => {\n\t\t\tunsubscribe()\n\t\t\tperformanceMonitor.stopMonitoring()\n\t\t}\n\t}, [isSupported])\n\n\tconst measureRender = useCallback((componentName: string, renderFn: () => any): any => {\n\t\treturn performanceMonitor.measureComponentRender(componentName, renderFn)\n\t}, [])\n\n\treturn {\n\t\tmetrics,\n\t\tisSupported,\n\t\tmeasureRender,\n\t\taverageMetrics: performanceMonitor.getAverageMetrics(),\n\t\tallMetrics: performanceMonitor.getAllMetrics(),\n\t\tthresholds: performanceMonitor.getThresholds()\n\t}\n}\n\n// HOC for performance monitoring\nexport function withPerformanceMonitoring(\n\tWrappedComponent: React.ComponentType<any>,\n\tcomponentName?: string\n) {\n\tconst displayName =\n\t\tcomponentName || WrappedComponent.displayName || WrappedComponent.name || \"Component\"\n\n\tfunction PerformanceMonitoredComponent(props: any) {\n\t\tconst renderRef = useRef(0)\n\t\tconst { measureRender } = usePerformanceMonitor()\n\n\t\t// Use a simple counter that increments during render but doesn't access the ref value\n\t\tconst renderKey = useState(() => Math.random())[0]\n\n\t\t// Update ref in effect to track count without accessing during render\n\t\tuseEffect(() => {\n\t\t\trenderRef.current += 1\n\t\t})\n\n\t\treturn measureRender(`${displayName}-${renderKey}`, () => <WrappedComponent {...props} />)\n\t}\n\n\tPerformanceMonitoredComponent.displayName = `withPerformanceMonitoring(${displayName})`\n\treturn PerformanceMonitoredComponent\n}\n\n// Performance regression detector\nexport class PerformanceRegressionDetector {\n\tprivate baselineMetrics: PerformanceMetrics | null = null\n\tprivate regressionThreshold = 0.2 // 20% degradation threshold\n\n\tsetBaseline(metrics: PerformanceMetrics) {\n\t\tthis.baselineMetrics = metrics\n\t}\n\n\tdetectRegression(currentMetrics: PerformanceMetrics): Array<{\n\t\tmetric: keyof PerformanceMetrics\n\t\tbaseline: number\n\t\tcurrent: number\n\t\tdegradation: number\n\t}> {\n\t\tif (!this.baselineMetrics) return []\n\n\t\tconst regressions: Array<{\n\t\t\tmetric: keyof PerformanceMetrics\n\t\t\tbaseline: number\n\t\t\tcurrent: number\n\t\t\tdegradation: number\n\t\t}> = []\n\n\t\tconst metricsToCheck: Array<keyof PerformanceMetrics> = [\n\t\t\t\"componentRenderTime\",\n\t\t\t\"bundleLoadTime\",\n\t\t\t\"mediaLoadTime\",\n\t\t\t\"memoryUsage\"\n\t\t]\n\n\t\tmetricsToCheck.forEach((metric) => {\n\t\t\tconst baseline = this.baselineMetrics![metric] as number\n\t\t\tconst current = currentMetrics[metric] as number\n\n\t\t\tif (baseline && current && baseline > 0) {\n\t\t\t\tconst degradation = (current - baseline) / baseline\n\t\t\t\tif (degradation > this.regressionThreshold) {\n\t\t\t\t\tregressions.push({ metric, baseline, current, degradation })\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t\treturn regressions\n\t}\n\n\tsetRegressionThreshold(threshold: number) {\n\t\tthis.regressionThreshold = Math.max(0, Math.min(1, threshold))\n\t}\n}\n\n// Development dashboard component\nexport interface PerformanceDashboardProps {\n\tclassName?: string\n\tshowAdvanced?: boolean\n}\n\nexport function PerformanceDashboard({\n\tclassName = \"\",\n\tshowAdvanced = false\n}: PerformanceDashboardProps) {\n\tconst { metrics, averageMetrics, thresholds, isSupported } = usePerformanceMonitor()\n\n\tif (!isSupported || !metrics) {\n\t\treturn (\n\t\t\t<div className={`performance-dashboard ${className}`}>\n\t\t\t\t<p>Performance monitoring not supported in this environment</p>\n\t\t\t</div>\n\t\t)\n\t}\n\n\tconst getScoreColor = (score: number) => {\n\t\tif (score >= 90) return \"text-green-600\"\n\t\tif (score >= 70) return \"text-yellow-600\"\n\t\treturn \"text-red-600\"\n\t}\n\n\tconst formatBytes = (bytes: number) => {\n\t\treturn `${(bytes / 1024 / 1024).toFixed(2)} MB`\n\t}\n\n\treturn (\n\t\t<div className={`performance-dashboard rounded-lg bg-white p-4 shadow ${className}`}>\n\t\t\t<h3 className=\"mb-4 font-semibold text-lg\">Performance Dashboard</h3>\n\n\t\t\t{/* Performance Score */}\n\t\t\t<div className=\"mb-4\">\n\t\t\t\t<div className=\"flex items-center justify-between\">\n\t\t\t\t\t<span>Performance Score</span>\n\t\t\t\t\t<span className={`font-bold ${getScoreColor(metrics.performanceScore)}`}>\n\t\t\t\t\t\t{metrics.performanceScore.toFixed(0)}\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"mt-1 h-2 w-full rounded-full bg-gray-200\">\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName={`h-2 rounded-full transition-all duration-300 ${\n\t\t\t\t\t\t\tmetrics.performanceScore >= 90\n\t\t\t\t\t\t\t\t? \"bg-green-500\"\n\t\t\t\t\t\t\t\t: metrics.performanceScore >= 70\n\t\t\t\t\t\t\t\t\t? \"bg-yellow-500\"\n\t\t\t\t\t\t\t\t\t: \"bg-red-500\"\n\t\t\t\t\t\t}`}\n\t\t\t\t\t\tstyle={{ width: `${metrics.performanceScore}%` }}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t{/* Core Web Vitals */}\n\t\t\t<div className=\"mb-4 grid grid-cols-2 gap-4\">\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Core Web Vitals</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t{metrics.lcp && <div>LCP: {metrics.lcp.toFixed(0)}ms</div>}\n\t\t\t\t\t\t{metrics.fid && <div>FID: {metrics.fid.toFixed(0)}ms</div>}\n\t\t\t\t\t\t{metrics.cls && <div>CLS: {metrics.cls.toFixed(3)}</div>}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Custom Metrics</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t<div>Render: {metrics.componentRenderTime.toFixed(2)}ms</div>\n\t\t\t\t\t\t<div>Memory: {formatBytes(metrics.memoryUsage)}</div>\n\t\t\t\t\t\t{metrics.bundleLoadTime > 0 && <div>Bundle: {metrics.bundleLoadTime.toFixed(0)}ms</div>}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t{/* Advanced metrics */}\n\t\t\t{showAdvanced && (\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Advanced Metrics</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t<div>Average Render Time: {(averageMetrics.componentRenderTime || 0).toFixed(2)}ms</div>\n\t\t\t\t\t\t<div>Average Memory: {formatBytes(averageMetrics.memoryUsage || 0)}</div>\n\t\t\t\t\t\t<div>Average Score: {(averageMetrics.performanceScore || 0).toFixed(0)}</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t)}\n\t\t</div>\n\t)\n}\n\nexport default PerformanceMonitor\n"],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- const e=require("./rolldown-runtime-mLOUI7ql.cjs"),t=require("./context-Bzd5QCKM.cjs");let n=require("react");n=e.r(n,1);var r=t.i(),i={lcp:{good:2500,poor:4e3},fid:{good:100,poor:300},cls:{good:.1,poor:.25},renderTime:{good:16,poor:100},memoryUsage:{good:50*1024*1024,poor:100*1024*1024}},a=class{constructor(e=i){t.r(this,`metrics`,[]),t.r(this,`listeners`,new Set),t.r(this,`thresholds`,void 0),t.r(this,`observer`,void 0),t.r(this,`isMonitoring`,!1),this.thresholds=e,this.initializeWebVitals(),this.initializePerformanceObserver()}async initializeWebVitals(){if(!(typeof window>`u`))try{let e=await import(`web-vitals`).catch(()=>null);if(!e){console.warn(`web-vitals package not available, Core Web Vitals tracking disabled`);return}let t=e=>{this.updateMetric(e.name.toLowerCase(),e.value)},n=e;n.getCLS&&n.getCLS(t),n.getFID&&n.getFID(t),n.getFCP&&n.getFCP(t),n.getLCP&&n.getLCP(t),n.getTTFB&&n.getTTFB(t),n.onINP&&n.onINP(t)}catch(e){console.warn(`Web Vitals initialization failed:`,e)}}initializePerformanceObserver(){if(!(typeof window>`u`||!(`PerformanceObserver`in window)))try{this.observer=new PerformanceObserver(e=>{for(let t of e.getEntries())this.handlePerformanceEntry(t)}),this.observer.observe({entryTypes:[`measure`,`navigation`,`resource`,`paint`]})}catch(e){console.warn(`PerformanceObserver not supported:`,e)}}handlePerformanceEntry(e){switch(e.entryType){case`measure`:e.name.startsWith(`baroiplayer-render`)&&this.updateMetric(`componentRenderTime`,e.duration);break;case`resource`:(e.name.includes(`.js`)||e.name.includes(`.css`))&&this.updateMetric(`bundleLoadTime`,e.duration);break;case`paint`:e.name===`first-contentful-paint`&&this.updateMetric(`fcp`,e.startTime);break}}updateMetric(e,t){let n=this.getCurrentMetrics(),r={...n,[e]:t,timestamp:Date.now(),performanceScore:this.calculatePerformanceScore({...n,[e]:t})};this.metrics.push(r),this.metrics.length>100&&(this.metrics=this.metrics.slice(-100)),this.listeners.forEach(e=>e(r))}getCurrentMetrics(){return this.metrics[this.metrics.length-1]||{componentRenderTime:0,bundleLoadTime:0,mediaLoadTime:0,memoryUsage:this.getMemoryUsage(),performanceScore:0,timestamp:Date.now()}}getMemoryUsage(){return`memory`in performance&&performance.memory.usedJSHeapSize||0}calculatePerformanceScore(e){let t=100;return e.lcp&&e.lcp>this.thresholds.lcp.good&&(t-=e.lcp>this.thresholds.lcp.poor?30:15),e.fid&&e.fid>this.thresholds.fid.good&&(t-=e.fid>this.thresholds.fid.poor?25:10),e.cls&&e.cls>this.thresholds.cls.good&&(t-=e.cls>this.thresholds.cls.poor?20:10),e.componentRenderTime>this.thresholds.renderTime.good&&(t-=e.componentRenderTime>this.thresholds.renderTime.poor?20:10),e.memoryUsage>this.thresholds.memoryUsage.good&&(t-=e.memoryUsage>this.thresholds.memoryUsage.poor?15:5),Math.max(0,t)}startMonitoring(){this.isMonitoring=!0,this.startMemoryMonitoring()}stopMonitoring(){this.isMonitoring=!1,this.observer&&this.observer.disconnect()}startMemoryMonitoring(){this.isMonitoring&&(this.updateMetric(`memoryUsage`,this.getMemoryUsage()),setTimeout(()=>this.startMemoryMonitoring(),5e3))}measureComponentRender(e,t){let n=`baroiplayer-render-${e}-start`,r=`baroiplayer-render-${e}-end`,i=`baroiplayer-render-${e}`;performance.mark(n);let a=t();performance.mark(r);try{performance.measure(i,n,r)}catch(e){console.warn(`Performance measurement failed:`,e)}return a}subscribe(e){return this.listeners.add(e),()=>this.listeners.delete(e)}getLatestMetrics(){return this.metrics[this.metrics.length-1]||null}getAllMetrics(){return[...this.metrics]}getAverageMetrics(e=10){let t=this.metrics.slice(-e);if(t.length===0)return{};let n={};return[`lcp`,`fid`,`cls`,`fcp`,`ttfb`,`inp`,`componentRenderTime`,`bundleLoadTime`,`mediaLoadTime`,`memoryUsage`,`performanceScore`].forEach(e=>{let r=t.map(t=>t[e]).filter(e=>typeof e==`number`&&!isNaN(e));r.length>0&&(n[e]=r.reduce((e,t)=>e+t,0)/r.length)}),n}getThresholds(){return this.thresholds}updateThresholds(e){this.thresholds={...this.thresholds,...e}}},o=new a;function s(){let[e,t]=(0,n.useState)(null),[r,i]=(0,n.useState)(!0);return(0,n.useEffect)(()=>{if(i(typeof window<`u`&&`performance`in window),!r)return;o.startMonitoring();let e=o.subscribe(t);return()=>{e(),o.stopMonitoring()}},[r]),{metrics:e,isSupported:r,measureRender:(0,n.useCallback)((e,t)=>o.measureComponentRender(e,t),[]),averageMetrics:o.getAverageMetrics(),allMetrics:o.getAllMetrics(),thresholds:o.getThresholds()}}function c(e,t){let i=t||e.displayName||e.name||`Component`;function a(t){let a=(0,n.useRef)(0),{measureRender:o}=s(),c=(0,n.useState)(()=>Math.random())[0];return(0,n.useEffect)(()=>{a.current+=1}),o(`${i}-${c}`,()=>(0,r.jsx)(e,{...t}))}return a.displayName=`withPerformanceMonitoring(${i})`,a}var l=class{constructor(){t.r(this,`baselineMetrics`,null),t.r(this,`regressionThreshold`,.2)}setBaseline(e){this.baselineMetrics=e}detectRegression(e){if(!this.baselineMetrics)return[];let t=[];return[`componentRenderTime`,`bundleLoadTime`,`mediaLoadTime`,`memoryUsage`].forEach(n=>{let r=this.baselineMetrics[n],i=e[n];if(r&&i&&r>0){let e=(i-r)/r;e>this.regressionThreshold&&t.push({metric:n,baseline:r,current:i,degradation:e})}}),t}setRegressionThreshold(e){this.regressionThreshold=Math.max(0,Math.min(1,e))}};function u({className:e=``,showAdvanced:t=!1}){let{metrics:n,averageMetrics:i,thresholds:a,isSupported:o}=s();if(!o||!n)return(0,r.jsx)(`div`,{className:`performance-dashboard ${e}`,children:(0,r.jsx)(`p`,{children:`Performance monitoring not supported in this environment`})});let c=e=>e>=90?`text-green-600`:e>=70?`text-yellow-600`:`text-red-600`,l=e=>`${(e/1024/1024).toFixed(2)} MB`;return(0,r.jsxs)(`div`,{className:`performance-dashboard rounded-lg bg-white p-4 shadow ${e}`,children:[(0,r.jsx)(`h3`,{className:`mb-4 font-semibold text-lg`,children:`Performance Dashboard`}),(0,r.jsxs)(`div`,{className:`mb-4`,children:[(0,r.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,r.jsx)(`span`,{children:`Performance Score`}),(0,r.jsx)(`span`,{className:`font-bold ${c(n.performanceScore)}`,children:n.performanceScore.toFixed(0)})]}),(0,r.jsx)(`div`,{className:`mt-1 h-2 w-full rounded-full bg-gray-200`,children:(0,r.jsx)(`div`,{className:`h-2 rounded-full transition-all duration-300 ${n.performanceScore>=90?`bg-green-500`:n.performanceScore>=70?`bg-yellow-500`:`bg-red-500`}`,style:{width:`${n.performanceScore}%`}})})]}),(0,r.jsxs)(`div`,{className:`mb-4 grid grid-cols-2 gap-4`,children:[(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`h4`,{className:`mb-2 font-medium`,children:`Core Web Vitals`}),(0,r.jsxs)(`div`,{className:`space-y-1 text-sm`,children:[n.lcp&&(0,r.jsxs)(`div`,{children:[`LCP: `,n.lcp.toFixed(0),`ms`]}),n.fid&&(0,r.jsxs)(`div`,{children:[`FID: `,n.fid.toFixed(0),`ms`]}),n.cls&&(0,r.jsxs)(`div`,{children:[`CLS: `,n.cls.toFixed(3)]})]})]}),(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`h4`,{className:`mb-2 font-medium`,children:`Custom Metrics`}),(0,r.jsxs)(`div`,{className:`space-y-1 text-sm`,children:[(0,r.jsxs)(`div`,{children:[`Render: `,n.componentRenderTime.toFixed(2),`ms`]}),(0,r.jsxs)(`div`,{children:[`Memory: `,l(n.memoryUsage)]}),n.bundleLoadTime>0&&(0,r.jsxs)(`div`,{children:[`Bundle: `,n.bundleLoadTime.toFixed(0),`ms`]})]})]})]}),t&&(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`h4`,{className:`mb-2 font-medium`,children:`Advanced Metrics`}),(0,r.jsxs)(`div`,{className:`space-y-1 text-sm`,children:[(0,r.jsxs)(`div`,{children:[`Average Render Time: `,(i.componentRenderTime||0).toFixed(2),`ms`]}),(0,r.jsxs)(`div`,{children:[`Average Memory: `,l(i.memoryUsage||0)]}),(0,r.jsxs)(`div`,{children:[`Average Score: `,(i.performanceScore||0).toFixed(0)]})]})]})]})}Object.defineProperty(exports,"a",{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,"i",{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,"n",{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,"o",{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,"r",{enumerable:!0,get:function(){return l}}),Object.defineProperty(exports,"s",{enumerable:!0,get:function(){return c}}),Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return u}});
2
- //# sourceMappingURL=performance-monitor-wNFKmqMr.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"performance-monitor-wNFKmqMr.cjs","names":[],"sources":["../src/core/performance/performance-monitor.tsx"],"sourcesContent":["import React, { useState, useEffect, useRef, useCallback, useReducer } from \"react\"\n// Import type safely with fallback\ntype ReportHandler = (metric: { name: string; value: number }) => void\n\n// Performance metrics types\nexport interface PerformanceMetrics {\n\t// Core Web Vitals\n\tlcp?: number // Largest Contentful Paint\n\tfid?: number // First Input Delay\n\tcls?: number // Cumulative Layout Shift\n\tfcp?: number // First Contentful Paint\n\tttfb?: number // Time to First Byte\n\tinp?: number // Interaction to Next Paint\n\n\t// Custom metrics\n\tcomponentRenderTime: number\n\tbundleLoadTime: number\n\tmediaLoadTime: number\n\tmemoryUsage: number\n\n\t// Performance scores\n\tperformanceScore: number\n\ttimestamp: number\n}\n\nexport interface PerformanceThresholds {\n\tlcp: { good: number; poor: number }\n\tfid: { good: number; poor: number }\n\tcls: { good: number; poor: number }\n\trenderTime: { good: number; poor: number }\n\tmemoryUsage: { good: number; poor: number }\n}\n\nexport const defaultThresholds: PerformanceThresholds = {\n\tlcp: { good: 2500, poor: 4000 },\n\tfid: { good: 100, poor: 300 },\n\tcls: { good: 0.1, poor: 0.25 },\n\trenderTime: { good: 16, poor: 100 }, // Target 60fps = 16.67ms per frame\n\tmemoryUsage: { good: 50 * 1024 * 1024, poor: 100 * 1024 * 1024 } // 50MB good, 100MB poor\n}\n\n// Performance monitoring class\nexport class PerformanceMonitor {\n\tprivate metrics: PerformanceMetrics[] = []\n\tprivate listeners: Set<(metrics: PerformanceMetrics) => void> = new Set()\n\tprivate thresholds: PerformanceThresholds\n\tprivate observer?: PerformanceObserver\n\tprivate isMonitoring = false\n\n\tconstructor(thresholds: PerformanceThresholds = defaultThresholds) {\n\t\tthis.thresholds = thresholds\n\t\tthis.initializeWebVitals()\n\t\tthis.initializePerformanceObserver()\n\t}\n\n\tprivate async initializeWebVitals() {\n\t\tif (typeof window === \"undefined\") return\n\n\t\ttry {\n\t\t\t// Try to import web-vitals dynamically and handle different versions\n\t\t\tconst webVitals = await import(\"web-vitals\").catch(() => null)\n\n\t\t\tif (!webVitals) {\n\t\t\t\tconsole.warn(\"web-vitals package not available, Core Web Vitals tracking disabled\")\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tconst reportHandler: ReportHandler = (metric) => {\n\t\t\t\tthis.updateMetric(metric.name.toLowerCase() as keyof PerformanceMetrics, metric.value)\n\t\t\t}\n\n\t\t\t// Handle different web-vitals versions safely\n\t\t\tconst vitalsAny = webVitals as any\n\t\t\tif (vitalsAny.getCLS) vitalsAny.getCLS(reportHandler)\n\t\t\tif (vitalsAny.getFID) vitalsAny.getFID(reportHandler)\n\t\t\tif (vitalsAny.getFCP) vitalsAny.getFCP(reportHandler)\n\t\t\tif (vitalsAny.getLCP) vitalsAny.getLCP(reportHandler)\n\t\t\tif (vitalsAny.getTTFB) vitalsAny.getTTFB(reportHandler)\n\t\t\tif (vitalsAny.onINP) vitalsAny.onINP(reportHandler)\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"Web Vitals initialization failed:\", error)\n\t\t}\n\t}\n\n\tprivate initializePerformanceObserver() {\n\t\tif (typeof window === \"undefined\" || !(\"PerformanceObserver\" in window)) return\n\n\t\ttry {\n\t\t\tthis.observer = new PerformanceObserver((list) => {\n\t\t\t\tfor (const entry of list.getEntries()) {\n\t\t\t\t\tthis.handlePerformanceEntry(entry)\n\t\t\t\t}\n\t\t\t})\n\n\t\t\tthis.observer.observe({ entryTypes: [\"measure\", \"navigation\", \"resource\", \"paint\"] })\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"PerformanceObserver not supported:\", error)\n\t\t}\n\t}\n\n\tprivate handlePerformanceEntry(entry: PerformanceEntry) {\n\t\tswitch (entry.entryType) {\n\t\t\tcase \"measure\":\n\t\t\t\tif (entry.name.startsWith(\"baroiplayer-render\")) {\n\t\t\t\t\tthis.updateMetric(\"componentRenderTime\", entry.duration)\n\t\t\t\t}\n\t\t\t\tbreak\n\n\t\t\tcase \"resource\":\n\t\t\t\tif (entry.name.includes(\".js\") || entry.name.includes(\".css\")) {\n\t\t\t\t\tthis.updateMetric(\"bundleLoadTime\", entry.duration)\n\t\t\t\t}\n\t\t\t\tbreak\n\n\t\t\tcase \"paint\":\n\t\t\t\tif (entry.name === \"first-contentful-paint\") {\n\t\t\t\t\tthis.updateMetric(\"fcp\", entry.startTime)\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t}\n\t}\n\n\tprivate updateMetric(key: keyof PerformanceMetrics, value: number) {\n\t\tconst currentMetrics = this.getCurrentMetrics()\n\t\tconst updatedMetrics = {\n\t\t\t...currentMetrics,\n\t\t\t[key]: value,\n\t\t\ttimestamp: Date.now(),\n\t\t\tperformanceScore: this.calculatePerformanceScore({ ...currentMetrics, [key]: value })\n\t\t}\n\n\t\tthis.metrics.push(updatedMetrics)\n\n\t\t// Keep only last 100 metrics\n\t\tif (this.metrics.length > 100) {\n\t\t\tthis.metrics = this.metrics.slice(-100)\n\t\t}\n\n\t\tthis.listeners.forEach((listener) => listener(updatedMetrics))\n\t}\n\n\tprivate getCurrentMetrics(): PerformanceMetrics {\n\t\tconst latest = this.metrics[this.metrics.length - 1]\n\t\treturn (\n\t\t\tlatest || {\n\t\t\t\tcomponentRenderTime: 0,\n\t\t\t\tbundleLoadTime: 0,\n\t\t\t\tmediaLoadTime: 0,\n\t\t\t\tmemoryUsage: this.getMemoryUsage(),\n\t\t\t\tperformanceScore: 0,\n\t\t\t\ttimestamp: Date.now()\n\t\t\t}\n\t\t)\n\t}\n\n\tprivate getMemoryUsage(): number {\n\t\tif (\"memory\" in performance) {\n\t\t\treturn (performance as any).memory.usedJSHeapSize || 0\n\t\t}\n\t\treturn 0\n\t}\n\n\tprivate calculatePerformanceScore(metrics: PerformanceMetrics): number {\n\t\tlet score = 100\n\n\t\t// Penalize based on thresholds\n\t\tif (metrics.lcp && metrics.lcp > this.thresholds.lcp.good) {\n\t\t\tscore -= metrics.lcp > this.thresholds.lcp.poor ? 30 : 15\n\t\t}\n\n\t\tif (metrics.fid && metrics.fid > this.thresholds.fid.good) {\n\t\t\tscore -= metrics.fid > this.thresholds.fid.poor ? 25 : 10\n\t\t}\n\n\t\tif (metrics.cls && metrics.cls > this.thresholds.cls.good) {\n\t\t\tscore -= metrics.cls > this.thresholds.cls.poor ? 20 : 10\n\t\t}\n\n\t\tif (metrics.componentRenderTime > this.thresholds.renderTime.good) {\n\t\t\tscore -= metrics.componentRenderTime > this.thresholds.renderTime.poor ? 20 : 10\n\t\t}\n\n\t\tif (metrics.memoryUsage > this.thresholds.memoryUsage.good) {\n\t\t\tscore -= metrics.memoryUsage > this.thresholds.memoryUsage.poor ? 15 : 5\n\t\t}\n\n\t\treturn Math.max(0, score)\n\t}\n\n\t// Public API\n\tpublic startMonitoring() {\n\t\tthis.isMonitoring = true\n\t\tthis.startMemoryMonitoring()\n\t}\n\n\tpublic stopMonitoring() {\n\t\tthis.isMonitoring = false\n\t\tif (this.observer) {\n\t\t\tthis.observer.disconnect()\n\t\t}\n\t}\n\n\tprivate startMemoryMonitoring() {\n\t\tif (!this.isMonitoring) return\n\n\t\tthis.updateMetric(\"memoryUsage\", this.getMemoryUsage())\n\t\tsetTimeout(() => this.startMemoryMonitoring(), 5000) // Check every 5 seconds\n\t}\n\n\tpublic measureComponentRender(componentName: string, renderFn: () => any): any {\n\t\tconst startMark = `baroiplayer-render-${componentName}-start`\n\t\tconst endMark = `baroiplayer-render-${componentName}-end`\n\t\tconst measureName = `baroiplayer-render-${componentName}`\n\n\t\tperformance.mark(startMark)\n\t\tconst result = renderFn()\n\t\tperformance.mark(endMark)\n\n\t\ttry {\n\t\t\tperformance.measure(measureName, startMark, endMark)\n\t\t} catch (error) {\n\t\t\tconsole.warn(\"Performance measurement failed:\", error)\n\t\t}\n\n\t\treturn result\n\t}\n\n\tpublic subscribe(listener: (metrics: PerformanceMetrics) => void): () => void {\n\t\tthis.listeners.add(listener)\n\t\treturn () => this.listeners.delete(listener)\n\t}\n\n\tpublic getLatestMetrics(): PerformanceMetrics | null {\n\t\treturn this.metrics[this.metrics.length - 1] || null\n\t}\n\n\tpublic getAllMetrics(): PerformanceMetrics[] {\n\t\treturn [...this.metrics]\n\t}\n\n\tpublic getAverageMetrics(count = 10): Partial<PerformanceMetrics> {\n\t\tconst recentMetrics = this.metrics.slice(-count)\n\t\tif (recentMetrics.length === 0) return {}\n\n\t\tconst averages: Partial<PerformanceMetrics> = {}\n\t\tconst keys: Array<keyof PerformanceMetrics> = [\n\t\t\t\"lcp\",\n\t\t\t\"fid\",\n\t\t\t\"cls\",\n\t\t\t\"fcp\",\n\t\t\t\"ttfb\",\n\t\t\t\"inp\",\n\t\t\t\"componentRenderTime\",\n\t\t\t\"bundleLoadTime\",\n\t\t\t\"mediaLoadTime\",\n\t\t\t\"memoryUsage\",\n\t\t\t\"performanceScore\"\n\t\t]\n\n\t\tkeys.forEach((key) => {\n\t\t\tconst values = recentMetrics\n\t\t\t\t.map((m) => m[key] as number)\n\t\t\t\t.filter((v) => typeof v === \"number\" && !isNaN(v))\n\n\t\t\tif (values.length > 0) {\n\t\t\t\t;(averages as any)[key] = values.reduce((sum, v) => sum + v, 0) / values.length\n\t\t\t}\n\t\t})\n\n\t\treturn averages\n\t}\n\n\tpublic getThresholds(): PerformanceThresholds {\n\t\treturn this.thresholds\n\t}\n\n\tpublic updateThresholds(newThresholds: Partial<PerformanceThresholds>) {\n\t\tthis.thresholds = { ...this.thresholds, ...newThresholds }\n\t}\n}\n\n// Global performance monitor instance\nexport const performanceMonitor = new PerformanceMonitor()\n\n// React hook for performance monitoring\nexport function usePerformanceMonitor() {\n\tconst [metrics, setMetrics] = useState<PerformanceMetrics | null>(null)\n\tconst [isSupported, setIsSupported] = useState(true)\n\n\tuseEffect(() => {\n\t\tsetIsSupported(typeof window !== \"undefined\" && \"performance\" in window)\n\n\t\tif (!isSupported) return\n\n\t\tperformanceMonitor.startMonitoring()\n\t\tconst unsubscribe = performanceMonitor.subscribe(setMetrics)\n\n\t\treturn () => {\n\t\t\tunsubscribe()\n\t\t\tperformanceMonitor.stopMonitoring()\n\t\t}\n\t}, [isSupported])\n\n\tconst measureRender = useCallback((componentName: string, renderFn: () => any): any => {\n\t\treturn performanceMonitor.measureComponentRender(componentName, renderFn)\n\t}, [])\n\n\treturn {\n\t\tmetrics,\n\t\tisSupported,\n\t\tmeasureRender,\n\t\taverageMetrics: performanceMonitor.getAverageMetrics(),\n\t\tallMetrics: performanceMonitor.getAllMetrics(),\n\t\tthresholds: performanceMonitor.getThresholds()\n\t}\n}\n\n// HOC for performance monitoring\nexport function withPerformanceMonitoring(\n\tWrappedComponent: React.ComponentType<any>,\n\tcomponentName?: string\n) {\n\tconst displayName =\n\t\tcomponentName || WrappedComponent.displayName || WrappedComponent.name || \"Component\"\n\n\tfunction PerformanceMonitoredComponent(props: any) {\n\t\tconst renderRef = useRef(0)\n\t\tconst { measureRender } = usePerformanceMonitor()\n\n\t\t// Use a simple counter that increments during render but doesn't access the ref value\n\t\tconst renderKey = useState(() => Math.random())[0]\n\n\t\t// Update ref in effect to track count without accessing during render\n\t\tuseEffect(() => {\n\t\t\trenderRef.current += 1\n\t\t})\n\n\t\treturn measureRender(`${displayName}-${renderKey}`, () => <WrappedComponent {...props} />)\n\t}\n\n\tPerformanceMonitoredComponent.displayName = `withPerformanceMonitoring(${displayName})`\n\treturn PerformanceMonitoredComponent\n}\n\n// Performance regression detector\nexport class PerformanceRegressionDetector {\n\tprivate baselineMetrics: PerformanceMetrics | null = null\n\tprivate regressionThreshold = 0.2 // 20% degradation threshold\n\n\tsetBaseline(metrics: PerformanceMetrics) {\n\t\tthis.baselineMetrics = metrics\n\t}\n\n\tdetectRegression(currentMetrics: PerformanceMetrics): Array<{\n\t\tmetric: keyof PerformanceMetrics\n\t\tbaseline: number\n\t\tcurrent: number\n\t\tdegradation: number\n\t}> {\n\t\tif (!this.baselineMetrics) return []\n\n\t\tconst regressions: Array<{\n\t\t\tmetric: keyof PerformanceMetrics\n\t\t\tbaseline: number\n\t\t\tcurrent: number\n\t\t\tdegradation: number\n\t\t}> = []\n\n\t\tconst metricsToCheck: Array<keyof PerformanceMetrics> = [\n\t\t\t\"componentRenderTime\",\n\t\t\t\"bundleLoadTime\",\n\t\t\t\"mediaLoadTime\",\n\t\t\t\"memoryUsage\"\n\t\t]\n\n\t\tmetricsToCheck.forEach((metric) => {\n\t\t\tconst baseline = this.baselineMetrics![metric] as number\n\t\t\tconst current = currentMetrics[metric] as number\n\n\t\t\tif (baseline && current && baseline > 0) {\n\t\t\t\tconst degradation = (current - baseline) / baseline\n\t\t\t\tif (degradation > this.regressionThreshold) {\n\t\t\t\t\tregressions.push({ metric, baseline, current, degradation })\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t\treturn regressions\n\t}\n\n\tsetRegressionThreshold(threshold: number) {\n\t\tthis.regressionThreshold = Math.max(0, Math.min(1, threshold))\n\t}\n}\n\n// Development dashboard component\nexport interface PerformanceDashboardProps {\n\tclassName?: string\n\tshowAdvanced?: boolean\n}\n\nexport function PerformanceDashboard({\n\tclassName = \"\",\n\tshowAdvanced = false\n}: PerformanceDashboardProps) {\n\tconst { metrics, averageMetrics, thresholds, isSupported } = usePerformanceMonitor()\n\n\tif (!isSupported || !metrics) {\n\t\treturn (\n\t\t\t<div className={`performance-dashboard ${className}`}>\n\t\t\t\t<p>Performance monitoring not supported in this environment</p>\n\t\t\t</div>\n\t\t)\n\t}\n\n\tconst getScoreColor = (score: number) => {\n\t\tif (score >= 90) return \"text-green-600\"\n\t\tif (score >= 70) return \"text-yellow-600\"\n\t\treturn \"text-red-600\"\n\t}\n\n\tconst formatBytes = (bytes: number) => {\n\t\treturn `${(bytes / 1024 / 1024).toFixed(2)} MB`\n\t}\n\n\treturn (\n\t\t<div className={`performance-dashboard rounded-lg bg-white p-4 shadow ${className}`}>\n\t\t\t<h3 className=\"mb-4 font-semibold text-lg\">Performance Dashboard</h3>\n\n\t\t\t{/* Performance Score */}\n\t\t\t<div className=\"mb-4\">\n\t\t\t\t<div className=\"flex items-center justify-between\">\n\t\t\t\t\t<span>Performance Score</span>\n\t\t\t\t\t<span className={`font-bold ${getScoreColor(metrics.performanceScore)}`}>\n\t\t\t\t\t\t{metrics.performanceScore.toFixed(0)}\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"mt-1 h-2 w-full rounded-full bg-gray-200\">\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName={`h-2 rounded-full transition-all duration-300 ${\n\t\t\t\t\t\t\tmetrics.performanceScore >= 90\n\t\t\t\t\t\t\t\t? \"bg-green-500\"\n\t\t\t\t\t\t\t\t: metrics.performanceScore >= 70\n\t\t\t\t\t\t\t\t\t? \"bg-yellow-500\"\n\t\t\t\t\t\t\t\t\t: \"bg-red-500\"\n\t\t\t\t\t\t}`}\n\t\t\t\t\t\tstyle={{ width: `${metrics.performanceScore}%` }}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t{/* Core Web Vitals */}\n\t\t\t<div className=\"mb-4 grid grid-cols-2 gap-4\">\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Core Web Vitals</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t{metrics.lcp && <div>LCP: {metrics.lcp.toFixed(0)}ms</div>}\n\t\t\t\t\t\t{metrics.fid && <div>FID: {metrics.fid.toFixed(0)}ms</div>}\n\t\t\t\t\t\t{metrics.cls && <div>CLS: {metrics.cls.toFixed(3)}</div>}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Custom Metrics</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t<div>Render: {metrics.componentRenderTime.toFixed(2)}ms</div>\n\t\t\t\t\t\t<div>Memory: {formatBytes(metrics.memoryUsage)}</div>\n\t\t\t\t\t\t{metrics.bundleLoadTime > 0 && <div>Bundle: {metrics.bundleLoadTime.toFixed(0)}ms</div>}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t{/* Advanced metrics */}\n\t\t\t{showAdvanced && (\n\t\t\t\t<div>\n\t\t\t\t\t<h4 className=\"mb-2 font-medium\">Advanced Metrics</h4>\n\t\t\t\t\t<div className=\"space-y-1 text-sm\">\n\t\t\t\t\t\t<div>Average Render Time: {(averageMetrics.componentRenderTime || 0).toFixed(2)}ms</div>\n\t\t\t\t\t\t<div>Average Memory: {formatBytes(averageMetrics.memoryUsage || 0)}</div>\n\t\t\t\t\t\t<div>Average Score: {(averageMetrics.performanceScore || 0).toFixed(0)}</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t)}\n\t\t</div>\n\t)\n}\n\nexport default PerformanceMonitor\n"],"mappings":"qIAiCa,EAA2C,CACvD,IAAK,CAAE,KAAM,KAAM,KAAM,GAAK,EAC9B,IAAK,CAAE,KAAM,IAAK,KAAM,GAAI,EAC5B,IAAK,CAAE,KAAM,GAAK,KAAM,GAAK,EAC7B,WAAY,CAAE,KAAM,GAAI,KAAM,GAAI,EAClC,YAAa,CAAE,KAAM,GAAK,KAAO,KAAM,KAAM,IAAM,KAAO,IAAK,CAChE,EAGa,EAAb,KAAgC,CAO/B,YAAY,EAAoC,EAAmB,UANnE,UAAwC,CAAC,CAAA,WACzC,YAAgE,IAAI,GAAI,WACxE,aAAA,IAAA,EAAA,WACA,WAAA,IAAA,EAAA,WACA,eAAuB,EAAA,EAGtB,KAAK,WAAa,EAClB,KAAK,oBAAoB,EACzB,KAAK,8BAA8B,CACpC,CAEA,MAAc,qBAAsB,CAC/B,YAAO,OAAW,KAEtB,GAAI,CAEH,IAAM,EAAY,MAAM,OAAO,aAAa,CAAC,UAAY,IAAI,EAE7D,GAAI,CAAC,EAAW,CACf,QAAQ,KAAK,qEAAqE,EAClF,MACD,CAEA,IAAM,EAAgC,GAAW,CAChD,KAAK,aAAa,EAAO,KAAK,YAAY,EAA+B,EAAO,KAAK,CACtF,EAGM,EAAY,EACd,EAAU,QAAQ,EAAU,OAAO,CAAa,EAChD,EAAU,QAAQ,EAAU,OAAO,CAAa,EAChD,EAAU,QAAQ,EAAU,OAAO,CAAa,EAChD,EAAU,QAAQ,EAAU,OAAO,CAAa,EAChD,EAAU,SAAS,EAAU,QAAQ,CAAa,EAClD,EAAU,OAAO,EAAU,MAAM,CAAa,CACnD,OAAS,EAAO,CACf,QAAQ,KAAK,oCAAqC,CAAK,CACxD,CACD,CAEA,+BAAwC,CACnC,YAAO,OAAW,KAAe,EAAE,wBAAyB,SAEhE,GAAI,CACH,KAAK,SAAW,IAAI,oBAAqB,GAAS,CACjD,IAAK,IAAM,KAAS,EAAK,WAAW,EACnC,KAAK,uBAAuB,CAAK,CAEnC,CAAC,EAED,KAAK,SAAS,QAAQ,CAAE,WAAY,CAAC,UAAW,aAAc,WAAY,OAAO,CAAE,CAAC,CACrF,OAAS,EAAO,CACf,QAAQ,KAAK,qCAAsC,CAAK,CACzD,CACD,CAEA,uBAA+B,EAAyB,CACvD,OAAQ,EAAM,UAAd,CACC,IAAK,UACA,EAAM,KAAK,WAAW,oBAAoB,GAC7C,KAAK,aAAa,sBAAuB,EAAM,QAAQ,EAExD,MAED,IAAK,YACA,EAAM,KAAK,SAAS,KAAK,GAAK,EAAM,KAAK,SAAS,MAAM,IAC3D,KAAK,aAAa,iBAAkB,EAAM,QAAQ,EAEnD,MAED,IAAK,QACA,EAAM,OAAS,0BAClB,KAAK,aAAa,MAAO,EAAM,SAAS,EAEzC,KACF,CACD,CAEA,aAAqB,EAA+B,EAAe,CAClE,IAAM,EAAiB,KAAK,kBAAkB,EACxC,EAAiB,CACtB,GAAG,GACF,GAAM,EACP,UAAW,KAAK,IAAI,EACpB,iBAAkB,KAAK,0BAA0B,CAAE,GAAG,GAAiB,GAAM,CAAM,CAAC,CACrF,EAEA,KAAK,QAAQ,KAAK,CAAc,EAG5B,KAAK,QAAQ,OAAS,MACzB,KAAK,QAAU,KAAK,QAAQ,MAAM,IAAI,GAGvC,KAAK,UAAU,QAAS,GAAa,EAAS,CAAc,CAAC,CAC9D,CAEA,mBAAgD,CAE/C,OADe,KAAK,QAAQ,KAAK,QAAQ,OAAS,IAEvC,CACT,oBAAqB,EACrB,eAAgB,EAChB,cAAe,EACf,YAAa,KAAK,eAAe,EACjC,iBAAkB,EAClB,UAAW,KAAK,IAAI,CACrB,CAEF,CAEA,gBAAiC,CAIhC,MAHI,WAAY,aACP,YAAoB,OAAO,gBAE7B,CACR,CAEA,0BAAkC,EAAqC,CACtE,IAAI,EAAQ,IAuBZ,OApBI,EAAQ,KAAO,EAAQ,IAAM,KAAK,WAAW,IAAI,OACpD,GAAS,EAAQ,IAAM,KAAK,WAAW,IAAI,KAAO,GAAK,IAGpD,EAAQ,KAAO,EAAQ,IAAM,KAAK,WAAW,IAAI,OACpD,GAAS,EAAQ,IAAM,KAAK,WAAW,IAAI,KAAO,GAAK,IAGpD,EAAQ,KAAO,EAAQ,IAAM,KAAK,WAAW,IAAI,OACpD,GAAS,EAAQ,IAAM,KAAK,WAAW,IAAI,KAAO,GAAK,IAGpD,EAAQ,oBAAsB,KAAK,WAAW,WAAW,OAC5D,GAAS,EAAQ,oBAAsB,KAAK,WAAW,WAAW,KAAO,GAAK,IAG3E,EAAQ,YAAc,KAAK,WAAW,YAAY,OACrD,GAAS,EAAQ,YAAc,KAAK,WAAW,YAAY,KAAO,GAAK,GAGjE,KAAK,IAAI,EAAG,CAAK,CACzB,CAGA,iBAAyB,CACxB,KAAK,aAAe,GACpB,KAAK,sBAAsB,CAC5B,CAEA,gBAAwB,CACvB,KAAK,aAAe,GAChB,KAAK,UACR,KAAK,SAAS,WAAW,CAE3B,CAEA,uBAAgC,CAC1B,KAAK,eAEV,KAAK,aAAa,cAAe,KAAK,eAAe,CAAC,EACtD,eAAiB,KAAK,sBAAsB,EAAG,GAAI,EACpD,CAEA,uBAA8B,EAAuB,EAA0B,CAC9E,IAAM,EAAY,sBAAsB,EAAc,QAChD,EAAU,sBAAsB,EAAc,MAC9C,EAAc,sBAAsB,IAE1C,YAAY,KAAK,CAAS,EAC1B,IAAM,EAAS,EAAS,EACxB,YAAY,KAAK,CAAO,EAExB,GAAI,CACH,YAAY,QAAQ,EAAa,EAAW,CAAO,CACpD,OAAS,EAAO,CACf,QAAQ,KAAK,kCAAmC,CAAK,CACtD,CAEA,OAAO,CACR,CAEA,UAAiB,EAA6D,CAE7E,OADA,KAAK,UAAU,IAAI,CAAQ,MACd,KAAK,UAAU,OAAO,CAAQ,CAC5C,CAEA,kBAAqD,CACpD,OAAO,KAAK,QAAQ,KAAK,QAAQ,OAAS,IAAM,IACjD,CAEA,eAA6C,CAC5C,MAAO,CAAC,GAAG,KAAK,OAAO,CACxB,CAEA,kBAAyB,EAAQ,GAAiC,CACjE,IAAM,EAAgB,KAAK,QAAQ,MAAM,CAAC,CAAK,EAC/C,GAAI,EAAc,SAAW,EAAG,MAAO,CAAC,EAExC,IAAM,EAAwC,CAAC,EAyB/C,MAVA,CAbC,MACA,MACA,MACA,MACA,OACA,MACA,sBACA,iBACA,gBACA,cACA,kBAGD,CAAA,CAAK,QAAS,GAAQ,CACrB,IAAM,EAAS,EACb,IAAK,GAAM,EAAE,EAAc,CAAC,CAC5B,OAAQ,GAAM,OAAO,GAAM,UAAY,CAAC,MAAM,CAAC,CAAC,EAE9C,EAAO,OAAS,IAClB,EAAkB,GAAO,EAAO,QAAQ,EAAK,IAAM,EAAM,EAAG,CAAC,EAAI,EAAO,OAE3E,CAAC,EAEM,CACR,CAEA,eAA8C,CAC7C,OAAO,KAAK,UACb,CAEA,iBAAwB,EAA+C,CACtE,KAAK,WAAa,CAAE,GAAG,KAAK,WAAY,GAAG,CAAc,CAC1D,CACD,EAGa,EAAqB,IAAI,EAGtC,SAAgB,GAAwB,CACvC,GAAM,CAAC,EAAS,IAAA,EAAA,EAAA,SAAA,CAAkD,IAAI,EAChE,CAAC,EAAa,IAAA,EAAA,EAAA,SAAA,CAA2B,EAAI,EAoBnD,OAlBA,EAAA,EAAA,UAAA,KAAgB,CAGf,GAFA,EAAe,OAAO,OAAW,KAAe,gBAAiB,MAAM,EAEnE,CAAC,EAAa,OAElB,EAAmB,gBAAgB,EACnC,IAAM,EAAc,EAAmB,UAAU,CAAU,EAE3D,UAAa,CACZ,EAAY,EACZ,EAAmB,eAAe,CACnC,CACD,EAAG,CAAC,CAAW,CAAC,EAMT,CACN,UACA,cACA,eAAA,EAAA,EAAA,YAAA,EAPkC,EAAuB,IAClD,EAAmB,uBAAuB,EAAe,CAAQ,EACtE,CAAC,CAKH,EACA,eAAgB,EAAmB,kBAAkB,EACrD,WAAY,EAAmB,cAAc,EAC7C,WAAY,EAAmB,cAAc,CAC9C,CACD,CAGA,SAAgB,EACf,EACA,EACC,CACD,IAAM,EACL,GAAiB,EAAiB,aAAe,EAAiB,MAAQ,YAE3E,SAAS,EAA8B,EAAY,CAClD,IAAM,GAAA,EAAA,EAAA,OAAA,CAAmB,CAAC,EACpB,CAAE,iBAAkB,EAAsB,EAG1C,GAAA,EAAA,EAAA,SAAA,KAA2B,KAAK,OAAO,CAAC,CAAC,CAAC,GAOhD,OAJA,EAAA,EAAA,UAAA,KAAgB,CACf,EAAU,SAAW,CACtB,CAAC,EAEM,EAAc,GAAG,EAAY,GAAG,SAAmB,EAAA,EAAA,IAAA,CAAC,EAAD,CAAkB,GAAI,CAAQ,CAAA,CAAC,CAC1F,CAGA,MADA,GAA8B,YAAc,6BAA6B,EAAY,GAC9E,CACR,CAGA,IAAa,EAAb,KAA2C,wBAC1C,kBAAqD,IAAA,WACrD,sBAA8B,EAAA,EAE9B,YAAY,EAA6B,CACxC,KAAK,gBAAkB,CACxB,CAEA,iBAAiB,EAKd,CACF,GAAI,CAAC,KAAK,gBAAiB,MAAO,CAAC,EAEnC,IAAM,EAKD,CAAC,EAqBN,MAZA,CANC,sBACA,iBACA,gBACA,aAGD,CAAA,CAAe,QAAS,GAAW,CAClC,IAAM,EAAW,KAAK,gBAAiB,GACjC,EAAU,EAAe,GAE/B,GAAI,GAAY,GAAW,EAAW,EAAG,CACxC,IAAM,GAAe,EAAU,GAAY,EACvC,EAAc,KAAK,qBACtB,EAAY,KAAK,CAAE,SAAQ,WAAU,UAAS,aAAY,CAAC,CAE7D,CACD,CAAC,EAEM,CACR,CAEA,uBAAuB,EAAmB,CACzC,KAAK,oBAAsB,KAAK,IAAI,EAAG,KAAK,IAAI,EAAG,CAAS,CAAC,CAC9D,CACD,EAQA,SAAgB,EAAqB,CACpC,YAAY,GACZ,eAAe,IACc,CAC7B,GAAM,CAAE,UAAS,iBAAgB,aAAY,eAAgB,EAAsB,EAEnF,GAAI,CAAC,GAAe,CAAC,EACpB,OACC,EAAA,EAAA,IAAA,CAAC,MAAD,CAAK,UAAW,yBAAyB,cACxC,EAAA,EAAA,IAAA,CAAC,IAAD,CAAA,SAAG,0DAA2D,CAAA,CAC1D,CAAA,EAIP,IAAM,EAAiB,GAClB,GAAS,GAAW,iBACpB,GAAS,GAAW,kBACjB,eAGF,EAAe,GACb,IAAI,EAAQ,KAAO,KAAA,CAAM,QAAQ,CAAC,EAAE,KAG5C,OACC,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAW,wDAAwD,aAAxE,EACC,EAAA,EAAA,IAAA,CAAC,KAAD,CAAI,UAAU,sCAA6B,uBAAyB,CAAA,GAGpE,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,gBAAf,EACC,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,6CAAf,EACC,EAAA,EAAA,IAAA,CAAC,OAAD,CAAA,SAAM,mBAAuB,CAAA,GAC7B,EAAA,EAAA,IAAA,CAAC,OAAD,CAAM,UAAW,aAAa,EAAc,EAAQ,gBAAgB,aAClE,EAAQ,iBAAiB,QAAQ,CAAC,CAC9B,CAAA,CACF,KACL,EAAA,EAAA,IAAA,CAAC,MAAD,CAAK,UAAU,qDACd,EAAA,EAAA,IAAA,CAAC,MAAD,CACC,UAAW,gDACV,EAAQ,kBAAoB,GACzB,eACA,EAAQ,kBAAoB,GAC3B,gBACA,eAEL,MAAO,CAAE,MAAO,GAAG,EAAQ,iBAAiB,EAAG,CAC/C,CAAA,CACG,CAAA,CACD,KAGL,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,uCAAf,EACC,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,EACC,EAAA,EAAA,IAAA,CAAC,KAAD,CAAI,UAAU,4BAAmB,iBAAmB,CAAA,GACpD,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,6BAAf,CACE,EAAQ,MAAO,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,QAAM,EAAQ,IAAI,QAAQ,CAAC,EAAE,IAAO,CAAA,CAAA,EACxD,EAAQ,MAAO,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,QAAM,EAAQ,IAAI,QAAQ,CAAC,EAAE,IAAO,CAAA,CAAA,EACxD,EAAQ,MAAO,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,QAAM,EAAQ,IAAI,QAAQ,CAAC,CAAO,CAAA,CAAA,CACnD,GACD,CAAA,CAAA,GAEL,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,EACC,EAAA,EAAA,IAAA,CAAC,KAAD,CAAI,UAAU,4BAAmB,gBAAkB,CAAA,GACnD,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,6BAAf,EACC,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,WAAS,EAAQ,oBAAoB,QAAQ,CAAC,EAAE,IAAO,CAAA,CAAA,GAC5D,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,WAAS,EAAY,EAAQ,WAAW,CAAO,CAAA,CAAA,EACnD,EAAQ,eAAiB,IAAK,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,WAAS,EAAQ,eAAe,QAAQ,CAAC,EAAE,IAAO,CAAA,CAAA,CAClF,GACD,CAAA,CAAA,CACD,IAGJ,IACA,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,EACC,EAAA,EAAA,IAAA,CAAC,KAAD,CAAI,UAAU,4BAAmB,kBAAoB,CAAA,GACrD,EAAA,EAAA,KAAA,CAAC,MAAD,CAAK,UAAU,6BAAf,EACC,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,yBAAuB,EAAe,qBAAuB,EAAA,CAAG,QAAQ,CAAC,EAAE,IAAO,CAAA,CAAA,GACvF,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,mBAAiB,EAAY,EAAe,aAAe,CAAC,CAAO,CAAA,CAAA,GACxE,EAAA,EAAA,KAAA,CAAC,MAAD,CAAA,SAAA,CAAK,mBAAiB,EAAe,kBAAoB,EAAA,CAAG,QAAQ,CAAC,CAAO,CAAA,CAAA,CACxE,GACD,CAAA,CAAA,CAEF,GAEP"}
@@ -1,14 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var e = Object.defineProperty, t = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), n = (t, n) => {
3
- let r = {};
4
- for (var i in t) e(r, i, {
5
- get: t[i],
6
- enumerable: !0
7
- });
8
- return n || e(r, Symbol.toStringTag, { value: "Module" }), r;
9
- }, r = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
10
- if (typeof require < "u") return require.apply(this, arguments);
11
- throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
12
- });
13
- //#endregion
14
- export { n, r, t };
@@ -1 +0,0 @@
1
- var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),s=(e,n)=>{let r={};for(var i in e)t(r,i,{get:e[i],enumerable:!0});return n||t(r,Symbol.toStringTag,{value:`Module`}),r},c=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},l=(n,r,a)=>(a=n==null?{}:e(i(n)),c(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));Object.defineProperty(exports,"n",{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,"r",{enumerable:!0,get:function(){return l}}),Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return o}});
@@ -1,64 +0,0 @@
1
- import { _ as e, v as t } from "./enhanced-components-BwjBqSA1.js";
2
- //#region ../ui/src/lib/utils.ts
3
- function n(...n) {
4
- return e(t(...n));
5
- }
6
- //#endregion
7
- //#region ../../node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs
8
- var r = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim(), i = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), a = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), o = (e) => {
9
- let t = a(e);
10
- return t.charAt(0).toUpperCase() + t.slice(1);
11
- }, s = (e) => {
12
- for (let t in e) if (t.startsWith("aria-") || t === "role" || t === "title") return !0;
13
- return !1;
14
- };
15
- //#endregion
16
- //#region src/lib/async-utils.ts
17
- function c(e, t, n = {
18
- leading: !0,
19
- trailing: !0
20
- }) {
21
- let r, i = 0, a = null, { leading: o = !0, trailing: s = !0 } = n;
22
- return ((...n) => {
23
- let c = Date.now(), l = t - (c - i), u = () => {
24
- i = Date.now(), a = null, r = e(...n);
25
- };
26
- return i ? l <= 0 ? (a && (clearTimeout(a), a = null), r = e(...n), i = c) : s && !a && (a = setTimeout(() => u(), l)) : (o && (r = e(...n)), i = c), r;
27
- });
28
- }
29
- function l(e, t, n = {}) {
30
- let r = null, { immediate: i = !1 } = n;
31
- return ((...n) => {
32
- let a = () => (r = null, e(...n)), o = () => {
33
- if (r = null, !i) return e(...n);
34
- }, s = i && !r ? e(...n) : void 0;
35
- return r && clearTimeout(r), r = setTimeout(i ? o : a, t), s;
36
- });
37
- }
38
- function u(e, t) {
39
- let n = e, r = 0, i = e;
40
- return {
41
- update: (e) => {
42
- n = e;
43
- let a = Date.now();
44
- a - r >= t && (i = e, r = a);
45
- },
46
- getThrottledValue: () => i,
47
- getLatestValue: () => n,
48
- forceUpdate: () => {
49
- i = n, r = Date.now();
50
- }
51
- };
52
- }
53
- function d(e) {
54
- let t = [], n = !1, r = () => {
55
- t.length > 0 && (e(t), t = []), n = !1;
56
- };
57
- return (...e) => {
58
- t.push(e), n || (n = !0, setTimeout(() => r(), 0));
59
- };
60
- }
61
- //#endregion
62
- export { s as a, r as c, c as i, n as l, u as n, o, l as r, i as s, d as t };
63
-
64
- //# sourceMappingURL=utils-D2gQ7c2R.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils-D2gQ7c2R.js","names":[],"sources":["../../ui/src/lib/utils.ts","../../../node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","../src/lib/async-utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from 'clsx';\nimport { twMerge } from 'tailwind-merge';\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(...inputs));\n}\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst mergeClasses = (...classes) => classes.filter((className, index, array) => {\n return Boolean(className) && className.trim() !== \"\" && array.indexOf(className) === index;\n}).join(\" \").trim();\n\nexport { mergeClasses };\n//# sourceMappingURL=mergeClasses.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, \"$1-$2\").toLowerCase();\n\nexport { toKebabCase };\n//# sourceMappingURL=toKebabCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toCamelCase = (string) => string.replace(\n /^([A-Z])|[\\s-_]+(\\w)/g,\n (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()\n);\n\nexport { toCamelCase };\n//# sourceMappingURL=toCamelCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { toCamelCase } from './toCamelCase.mjs';\n\nconst toPascalCase = (string) => {\n const camelCase = toCamelCase(string);\n return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);\n};\n\nexport { toPascalCase };\n//# sourceMappingURL=toPascalCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst hasA11yProp = (props) => {\n for (const prop in props) {\n if (prop.startsWith(\"aria-\") || prop === \"role\" || prop === \"title\") {\n return true;\n }\n }\n return false;\n};\n\nexport { hasA11yProp };\n//# sourceMappingURL=hasA11yProp.mjs.map\n","/**\n * Async utilities for performance optimization\n * Provides throttle and debounce functions for controlling event frequency\n */\n\n/**\n * Throttle function that ensures a function is only called at most once\n * within a specified time period. Includes options for leading and trailing calls.\n *\n * @param func - The function to throttle\n * @param limit - The time limit in milliseconds\n * @param options - Options for leading/trailing edge calls\n * @returns The throttled function\n *\n * @example\n * // Throttle a click handler to at most once per 250ms\n * const throttledClick = throttle(handleClick, 250);\n *\n * // For timeupdate events with leading edge disabled\n * const throttledUpdate = throttle(handleUpdate, 250, { leading: false });\n */\nexport function throttle<T extends (...args: Parameters<T>) => ReturnType<T>>(\n\tfunc: T,\n\tlimit: number,\n\toptions: { leading?: boolean; trailing?: boolean } = {\n\t\tleading: true,\n\t\ttrailing: true\n\t}\n): T {\n\tlet lastResult: ReturnType<T> | undefined\n\tlet lastCallTime = 0\n\tlet timeoutId: ReturnType<typeof setTimeout> | null = null\n\tconst { leading = true, trailing = true } = options\n\n\treturn ((...args: Parameters<T>): ReturnType<T> => {\n\t\tconst now = Date.now()\n\t\tconst remaining = limit - (now - lastCallTime)\n\n\t\tconst call = () => {\n\t\t\tlastCallTime = Date.now()\n\t\t\ttimeoutId = null\n\t\t\tlastResult = func(...args)\n\t\t}\n\n\t\tif (!lastCallTime) {\n\t\t\t// First call - respect leading option\n\t\t\tif (leading) {\n\t\t\t\tlastResult = func(...args)\n\t\t\t}\n\t\t\tlastCallTime = now\n\t\t} else if (remaining <= 0) {\n\t\t\t// Time limit reached\n\t\t\tif (timeoutId) {\n\t\t\t\tclearTimeout(timeoutId)\n\t\t\t\ttimeoutId = null\n\t\t\t}\n\t\t\tlastResult = func(...args)\n\t\t\tlastCallTime = now\n\t\t} else if (trailing && !timeoutId) {\n\t\t\t// Schedule trailing call\n\t\t\ttimeoutId = setTimeout(() => call(), remaining)\n\t\t}\n\n\t\treturn lastResult as ReturnType<T>\n\t}) as T\n}\n\n/**\n * Debounce function that delays calling a function until after a specified\n * wait period has elapsed since the last time the debounced function was called.\n *\n * @param func - The function to debounce\n * @param wait - The wait period in milliseconds\n * @param options - Options for immediate invocation\n * @returns The debounced function\n *\n * @example\n * // Debounce a resize handler\n * const debouncedResize = debounce(handleResize, 150);\n *\n * // Debounce with immediate option for form validation\n * const immediateValidate = debounce(validateForm, 300, { immediate: true });\n */\nexport function debounce<T extends (...args: Parameters<T>) => ReturnType<T>>(\n\tfunc: T,\n\twait: number,\n\toptions: { immediate?: boolean } = {}\n): T {\n\tlet timeoutId: ReturnType<typeof setTimeout> | null = null\n\tconst { immediate = false } = options\n\n\treturn ((...args: Parameters<T>): ReturnType<T> => {\n\t\tconst call = () => {\n\t\t\ttimeoutId = null\n\t\t\treturn func(...args)\n\t\t}\n\n\t\tconst later = () => {\n\t\t\ttimeoutId = null\n\t\t\tif (!immediate) {\n\t\t\t\treturn func(...args)\n\t\t\t}\n\t\t}\n\n\t\tconst callNow = immediate && !timeoutId\n\t\tconst result = callNow ? func(...args) : undefined\n\n\t\tif (timeoutId) {\n\t\t\tclearTimeout(timeoutId)\n\t\t}\n\n\t\ttimeoutId = setTimeout(immediate ? later : call, wait)\n\n\t\treturn result as ReturnType<T>\n\t}) as T\n}\n\n/**\n * Creates a throttled callback that only updates the value at most once\n * per interval, but always returns the latest value when called.\n * Useful for UI updates that should be throttled but need to show final state.\n *\n * @param initialValue - The initial value\n * @param limit - The time limit in milliseconds\n * @returns An object with update function and getter functions\n *\n * @example\n * const { update, getThrottledValue, getLatestValue } = createThrottledValue(0, 250);\n */\nexport function createThrottledValue<T>(initialValue: T, limit: number) {\n\tlet latestValue = initialValue\n\tlet lastUpdateTime = 0\n\tlet throttledValue = initialValue\n\n\tconst update = (value: T) => {\n\t\tlatestValue = value\n\t\tconst now = Date.now()\n\t\tif (now - lastUpdateTime >= limit) {\n\t\t\tthrottledValue = value\n\t\t\tlastUpdateTime = now\n\t\t}\n\t}\n\n\tconst getThrottledValue = () => throttledValue\n\tconst getLatestValue = () => latestValue\n\tconst forceUpdate = () => {\n\t\tthrottledValue = latestValue\n\t\tlastUpdateTime = Date.now()\n\t}\n\n\treturn { update, getThrottledValue, getLatestValue, forceUpdate }\n}\n\n/**\n * Batch multiple rapid calls into a single call at the end of the event loop.\n * Useful for React state updates that should be batched.\n *\n * @param func - The function to call with batched arguments\n * @returns A function that batches arguments and calls the original function once\n *\n * @example\n * const batchUpdate = batch((updates) => {\n * updates.forEach(update => setState(prev => ({ ...prev, ...update })));\n * });\n *\n * // Multiple rapid calls will be batched\n * batchUpdate({ a: 1 });\n * batchUpdate({ a: 2 });\n * batchUpdate({ a: 3 });\n */\nexport function batch<T extends (...args: Parameters<T>) => void>(\n\tfunc: (args: Parameters<T>[]) => void\n): (...args: Parameters<T>) => void {\n\tlet batchedArgs: Parameters<T>[] = []\n\tlet scheduled = false\n\n\tconst flush = () => {\n\t\tif (batchedArgs.length > 0) {\n\t\t\tfunc(batchedArgs)\n\t\t\tbatchedArgs = []\n\t\t}\n\t\tscheduled = false\n\t}\n\n\treturn (...args: Parameters<T>) => {\n\t\tbatchedArgs.push(args)\n\t\tif (!scheduled) {\n\t\t\tscheduled = true\n\t\t\t// Use setImmediate/setTimeout pattern for cross-environment compatibility\n\t\t\t// In browsers this schedules as a macrotask, in tests with fake timers it will fire\n\t\t\tsetTimeout(() => flush(), 0)\n\t\t}\n\t}\n}\n"],"x_google_ignoreList":[1,2,3,4,5],"mappings":";;AAGA,SAAgB,EAAG,GAAG,GAAsB;CAC1C,OAAO,EAAQ,EAAK,GAAG,CAAM,CAAC;AAChC;;;ACEA,IAAM,KAAgB,GAAG,MAAY,EAAQ,QAAQ,GAAW,GAAO,MAC9D,EAAQ,KAAc,EAAU,KAAK,MAAM,MAAM,EAAM,QAAQ,CAAS,MAAM,CACtF,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,GCFZ,KAAe,MAAW,EAAO,QAAQ,sBAAsB,OAAO,CAAC,CAAC,YAAY,GCApF,KAAe,MAAW,EAAO,QACrC,0BACC,GAAO,GAAI,MAAO,IAAK,EAAG,YAAY,IAAI,EAAG,YAAY,CAC5D,GCDM,KAAgB,MAAW;CAC/B,IAAM,IAAY,EAAY,CAAM;CACpC,OAAO,EAAU,OAAO,CAAC,CAAC,CAAC,YAAY,IAAI,EAAU,MAAM,CAAC;AAC9D,GCLM,KAAe,MAAU;CAC7B,KAAK,IAAM,KAAQ,GACjB,IAAI,EAAK,WAAW,OAAO,KAAK,MAAS,UAAU,MAAS,SAC1D,OAAO;CAGX,OAAO;AACT;;;ACOA,SAAgB,EACf,GACA,GACA,IAAqD;CACpD,SAAS;CACT,UAAU;AACX,GACI;CACJ,IAAI,GACA,IAAe,GACf,IAAkD,MAChD,EAAE,aAAU,IAAM,cAAW,OAAS;CAE5C,SAAS,GAAG,MAAuC;EAClD,IAAM,IAAM,KAAK,IAAI,GACf,IAAY,KAAS,IAAM,IAE3B,UAAa;GAGlB,AAFA,IAAe,KAAK,IAAI,GACxB,IAAY,MACZ,IAAa,EAAK,GAAG,CAAI;EAC1B;EAqBA,OAnBK,IAMM,KAAa,KAEnB,MACH,aAAa,CAAS,GACtB,IAAY,OAEb,IAAa,EAAK,GAAG,CAAI,GACzB,IAAe,KACL,KAAY,CAAC,MAEvB,IAAY,iBAAiB,EAAK,GAAG,CAAS,MAd1C,MACH,IAAa,EAAK,GAAG,CAAI,IAE1B,IAAe,IAcT;CACR;AACD;AAkBA,SAAgB,EACf,GACA,GACA,IAAmC,CAAC,GAChC;CACJ,IAAI,IAAkD,MAChD,EAAE,eAAY,OAAU;CAE9B,SAAS,GAAG,MAAuC;EAClD,IAAM,WACL,IAAY,MACL,EAAK,GAAG,CAAI,IAGd,UAAc;GAEnB,IADA,IAAY,MACR,CAAC,GACJ,OAAO,EAAK,GAAG,CAAI;EAErB,GAGM,IADU,KAAa,CAAC,IACL,EAAK,GAAG,CAAI,IAAI,KAAA;EAQzC,OANI,KACH,aAAa,CAAS,GAGvB,IAAY,WAAW,IAAY,IAAQ,GAAM,CAAI,GAE9C;CACR;AACD;AAcA,SAAgB,EAAwB,GAAiB,GAAe;CACvE,IAAI,IAAc,GACd,IAAiB,GACjB,IAAiB;CAkBrB,OAAO;EAAE,SAhBO,MAAa;GAC5B,IAAc;GACd,IAAM,IAAM,KAAK,IAAI;GACrB,AAAI,IAAM,KAAkB,MAC3B,IAAiB,GACjB,IAAiB;EAEnB;EASiB,yBAPe;EAOI,sBANP;EAMuB,mBAL1B;GAEzB,AADA,IAAiB,GACjB,IAAiB,KAAK,IAAI;EAC3B;CAEgE;AACjE;AAmBA,SAAgB,EACf,GACmC;CACnC,IAAI,IAA+B,CAAC,GAChC,IAAY,IAEV,UAAc;EAKnB,AAJI,EAAY,SAAS,MACxB,EAAK,CAAW,GAChB,IAAc,CAAC,IAEhB,IAAY;CACb;CAEA,QAAQ,GAAG,MAAwB;EAElC,AADA,EAAY,KAAK,CAAI,GAChB,MACJ,IAAY,IAGZ,iBAAiB,EAAM,GAAG,CAAC;CAE7B;AACD"}
@@ -1,2 +0,0 @@
1
- const e=require("./enhanced-components-C-ka-XLp.cjs");function t(...t){return e._(e.v(...t))}var n=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),r=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),i=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),a=e=>{let t=i(e);return t.charAt(0).toUpperCase()+t.slice(1)},o=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1};function s(e,t,n={leading:!0,trailing:!0}){let r,i=0,a=null,{leading:o=!0,trailing:s=!0}=n;return((...n)=>{let c=Date.now(),l=t-(c-i),u=()=>{i=Date.now(),a=null,r=e(...n)};return i?l<=0?(a&&(clearTimeout(a),a=null),r=e(...n),i=c):s&&!a&&(a=setTimeout(()=>u(),l)):(o&&(r=e(...n)),i=c),r})}function c(e,t,n={}){let r=null,{immediate:i=!1}=n;return((...n)=>{let a=()=>(r=null,e(...n)),o=()=>{if(r=null,!i)return e(...n)},s=i&&!r?e(...n):void 0;return r&&clearTimeout(r),r=setTimeout(i?o:a,t),s})}function l(e,t){let n=e,r=0,i=e;return{update:e=>{n=e;let a=Date.now();a-r>=t&&(i=e,r=a)},getThrottledValue:()=>i,getLatestValue:()=>n,forceUpdate:()=>{i=n,r=Date.now()}}}function u(e){let t=[],n=!1,r=()=>{t.length>0&&(e(t),t=[]),n=!1};return(...e)=>{t.push(e),n||(n=!0,setTimeout(()=>r(),0))}}Object.defineProperty(exports,"a",{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,"c",{enumerable:!0,get:function(){return n}}),Object.defineProperty(exports,"i",{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,"l",{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,"n",{enumerable:!0,get:function(){return l}}),Object.defineProperty(exports,"o",{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,"r",{enumerable:!0,get:function(){return c}}),Object.defineProperty(exports,"s",{enumerable:!0,get:function(){return r}}),Object.defineProperty(exports,"t",{enumerable:!0,get:function(){return u}});
2
- //# sourceMappingURL=utils-DJaAwiZ9.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils-DJaAwiZ9.cjs","names":[],"sources":["../../ui/src/lib/utils.ts","../../../node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.mjs","../../../node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.mjs","../src/lib/async-utils.ts"],"sourcesContent":["import { clsx, type ClassValue } from 'clsx';\nimport { twMerge } from 'tailwind-merge';\n\nexport function cn(...inputs: ClassValue[]) {\n return twMerge(clsx(...inputs));\n}\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst mergeClasses = (...classes) => classes.filter((className, index, array) => {\n return Boolean(className) && className.trim() !== \"\" && array.indexOf(className) === index;\n}).join(\" \").trim();\n\nexport { mergeClasses };\n//# sourceMappingURL=mergeClasses.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, \"$1-$2\").toLowerCase();\n\nexport { toKebabCase };\n//# sourceMappingURL=toKebabCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toCamelCase = (string) => string.replace(\n /^([A-Z])|[\\s-_]+(\\w)/g,\n (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()\n);\n\nexport { toCamelCase };\n//# sourceMappingURL=toCamelCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { toCamelCase } from './toCamelCase.mjs';\n\nconst toPascalCase = (string) => {\n const camelCase = toCamelCase(string);\n return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);\n};\n\nexport { toPascalCase };\n//# sourceMappingURL=toPascalCase.mjs.map\n","/**\n * @license lucide-react v1.24.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst hasA11yProp = (props) => {\n for (const prop in props) {\n if (prop.startsWith(\"aria-\") || prop === \"role\" || prop === \"title\") {\n return true;\n }\n }\n return false;\n};\n\nexport { hasA11yProp };\n//# sourceMappingURL=hasA11yProp.mjs.map\n","/**\n * Async utilities for performance optimization\n * Provides throttle and debounce functions for controlling event frequency\n */\n\n/**\n * Throttle function that ensures a function is only called at most once\n * within a specified time period. Includes options for leading and trailing calls.\n *\n * @param func - The function to throttle\n * @param limit - The time limit in milliseconds\n * @param options - Options for leading/trailing edge calls\n * @returns The throttled function\n *\n * @example\n * // Throttle a click handler to at most once per 250ms\n * const throttledClick = throttle(handleClick, 250);\n *\n * // For timeupdate events with leading edge disabled\n * const throttledUpdate = throttle(handleUpdate, 250, { leading: false });\n */\nexport function throttle<T extends (...args: Parameters<T>) => ReturnType<T>>(\n\tfunc: T,\n\tlimit: number,\n\toptions: { leading?: boolean; trailing?: boolean } = {\n\t\tleading: true,\n\t\ttrailing: true\n\t}\n): T {\n\tlet lastResult: ReturnType<T> | undefined\n\tlet lastCallTime = 0\n\tlet timeoutId: ReturnType<typeof setTimeout> | null = null\n\tconst { leading = true, trailing = true } = options\n\n\treturn ((...args: Parameters<T>): ReturnType<T> => {\n\t\tconst now = Date.now()\n\t\tconst remaining = limit - (now - lastCallTime)\n\n\t\tconst call = () => {\n\t\t\tlastCallTime = Date.now()\n\t\t\ttimeoutId = null\n\t\t\tlastResult = func(...args)\n\t\t}\n\n\t\tif (!lastCallTime) {\n\t\t\t// First call - respect leading option\n\t\t\tif (leading) {\n\t\t\t\tlastResult = func(...args)\n\t\t\t}\n\t\t\tlastCallTime = now\n\t\t} else if (remaining <= 0) {\n\t\t\t// Time limit reached\n\t\t\tif (timeoutId) {\n\t\t\t\tclearTimeout(timeoutId)\n\t\t\t\ttimeoutId = null\n\t\t\t}\n\t\t\tlastResult = func(...args)\n\t\t\tlastCallTime = now\n\t\t} else if (trailing && !timeoutId) {\n\t\t\t// Schedule trailing call\n\t\t\ttimeoutId = setTimeout(() => call(), remaining)\n\t\t}\n\n\t\treturn lastResult as ReturnType<T>\n\t}) as T\n}\n\n/**\n * Debounce function that delays calling a function until after a specified\n * wait period has elapsed since the last time the debounced function was called.\n *\n * @param func - The function to debounce\n * @param wait - The wait period in milliseconds\n * @param options - Options for immediate invocation\n * @returns The debounced function\n *\n * @example\n * // Debounce a resize handler\n * const debouncedResize = debounce(handleResize, 150);\n *\n * // Debounce with immediate option for form validation\n * const immediateValidate = debounce(validateForm, 300, { immediate: true });\n */\nexport function debounce<T extends (...args: Parameters<T>) => ReturnType<T>>(\n\tfunc: T,\n\twait: number,\n\toptions: { immediate?: boolean } = {}\n): T {\n\tlet timeoutId: ReturnType<typeof setTimeout> | null = null\n\tconst { immediate = false } = options\n\n\treturn ((...args: Parameters<T>): ReturnType<T> => {\n\t\tconst call = () => {\n\t\t\ttimeoutId = null\n\t\t\treturn func(...args)\n\t\t}\n\n\t\tconst later = () => {\n\t\t\ttimeoutId = null\n\t\t\tif (!immediate) {\n\t\t\t\treturn func(...args)\n\t\t\t}\n\t\t}\n\n\t\tconst callNow = immediate && !timeoutId\n\t\tconst result = callNow ? func(...args) : undefined\n\n\t\tif (timeoutId) {\n\t\t\tclearTimeout(timeoutId)\n\t\t}\n\n\t\ttimeoutId = setTimeout(immediate ? later : call, wait)\n\n\t\treturn result as ReturnType<T>\n\t}) as T\n}\n\n/**\n * Creates a throttled callback that only updates the value at most once\n * per interval, but always returns the latest value when called.\n * Useful for UI updates that should be throttled but need to show final state.\n *\n * @param initialValue - The initial value\n * @param limit - The time limit in milliseconds\n * @returns An object with update function and getter functions\n *\n * @example\n * const { update, getThrottledValue, getLatestValue } = createThrottledValue(0, 250);\n */\nexport function createThrottledValue<T>(initialValue: T, limit: number) {\n\tlet latestValue = initialValue\n\tlet lastUpdateTime = 0\n\tlet throttledValue = initialValue\n\n\tconst update = (value: T) => {\n\t\tlatestValue = value\n\t\tconst now = Date.now()\n\t\tif (now - lastUpdateTime >= limit) {\n\t\t\tthrottledValue = value\n\t\t\tlastUpdateTime = now\n\t\t}\n\t}\n\n\tconst getThrottledValue = () => throttledValue\n\tconst getLatestValue = () => latestValue\n\tconst forceUpdate = () => {\n\t\tthrottledValue = latestValue\n\t\tlastUpdateTime = Date.now()\n\t}\n\n\treturn { update, getThrottledValue, getLatestValue, forceUpdate }\n}\n\n/**\n * Batch multiple rapid calls into a single call at the end of the event loop.\n * Useful for React state updates that should be batched.\n *\n * @param func - The function to call with batched arguments\n * @returns A function that batches arguments and calls the original function once\n *\n * @example\n * const batchUpdate = batch((updates) => {\n * updates.forEach(update => setState(prev => ({ ...prev, ...update })));\n * });\n *\n * // Multiple rapid calls will be batched\n * batchUpdate({ a: 1 });\n * batchUpdate({ a: 2 });\n * batchUpdate({ a: 3 });\n */\nexport function batch<T extends (...args: Parameters<T>) => void>(\n\tfunc: (args: Parameters<T>[]) => void\n): (...args: Parameters<T>) => void {\n\tlet batchedArgs: Parameters<T>[] = []\n\tlet scheduled = false\n\n\tconst flush = () => {\n\t\tif (batchedArgs.length > 0) {\n\t\t\tfunc(batchedArgs)\n\t\t\tbatchedArgs = []\n\t\t}\n\t\tscheduled = false\n\t}\n\n\treturn (...args: Parameters<T>) => {\n\t\tbatchedArgs.push(args)\n\t\tif (!scheduled) {\n\t\t\tscheduled = true\n\t\t\t// Use setImmediate/setTimeout pattern for cross-environment compatibility\n\t\t\t// In browsers this schedules as a macrotask, in tests with fake timers it will fire\n\t\t\tsetTimeout(() => flush(), 0)\n\t\t}\n\t}\n}\n"],"x_google_ignoreList":[1,2,3,4,5],"mappings":"sDAGA,SAAgB,EAAG,GAAG,EAAsB,CAC1C,OAAO,EAAA,EAAQ,EAAA,EAAK,GAAG,CAAM,CAAC,CAChC,CCEA,IAAM,GAAgB,GAAG,IAAY,EAAQ,QAAQ,EAAW,EAAO,IAC9D,EAAQ,GAAc,EAAU,KAAK,IAAM,IAAM,EAAM,QAAQ,CAAS,IAAM,CACtF,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,ECFZ,EAAe,GAAW,EAAO,QAAQ,qBAAsB,OAAO,CAAC,CAAC,YAAY,ECApF,EAAe,GAAW,EAAO,QACrC,yBACC,EAAO,EAAI,IAAO,EAAK,EAAG,YAAY,EAAI,EAAG,YAAY,CAC5D,ECDM,EAAgB,GAAW,CAC/B,IAAM,EAAY,EAAY,CAAM,EACpC,OAAO,EAAU,OAAO,CAAC,CAAC,CAAC,YAAY,EAAI,EAAU,MAAM,CAAC,CAC9D,ECLM,EAAe,GAAU,CAC7B,IAAK,IAAM,KAAQ,EACjB,GAAI,EAAK,WAAW,OAAO,GAAK,IAAS,QAAU,IAAS,QAC1D,MAAO,GAGX,MAAO,EACT,ECOA,SAAgB,EACf,EACA,EACA,EAAqD,CACpD,QAAS,GACT,SAAU,EACX,EACI,CACJ,IAAI,EACA,EAAe,EACf,EAAkD,KAChD,CAAE,UAAU,GAAM,WAAW,IAAS,EAE5C,QAAS,GAAG,IAAuC,CAClD,IAAM,EAAM,KAAK,IAAI,EACf,EAAY,GAAS,EAAM,GAE3B,MAAa,CAClB,EAAe,KAAK,IAAI,EACxB,EAAY,KACZ,EAAa,EAAK,GAAG,CAAI,CAC1B,EAqBA,OAnBK,EAMM,GAAa,GAEnB,IACH,aAAa,CAAS,EACtB,EAAY,MAEb,EAAa,EAAK,GAAG,CAAI,EACzB,EAAe,GACL,GAAY,CAAC,IAEvB,EAAY,eAAiB,EAAK,EAAG,CAAS,IAd1C,IACH,EAAa,EAAK,GAAG,CAAI,GAE1B,EAAe,GAcT,CACR,EACD,CAkBA,SAAgB,EACf,EACA,EACA,EAAmC,CAAC,EAChC,CACJ,IAAI,EAAkD,KAChD,CAAE,YAAY,IAAU,EAE9B,QAAS,GAAG,IAAuC,CAClD,IAAM,OACL,EAAY,KACL,EAAK,GAAG,CAAI,GAGd,MAAc,CAEnB,GADA,EAAY,KACR,CAAC,EACJ,OAAO,EAAK,GAAG,CAAI,CAErB,EAGM,EADU,GAAa,CAAC,EACL,EAAK,GAAG,CAAI,EAAI,IAAA,GAQzC,OANI,GACH,aAAa,CAAS,EAGvB,EAAY,WAAW,EAAY,EAAQ,EAAM,CAAI,EAE9C,CACR,EACD,CAcA,SAAgB,EAAwB,EAAiB,EAAe,CACvE,IAAI,EAAc,EACd,EAAiB,EACjB,EAAiB,EAkBrB,MAAO,CAAE,OAhBO,GAAa,CAC5B,EAAc,EACd,IAAM,EAAM,KAAK,IAAI,EACjB,EAAM,GAAkB,IAC3B,EAAiB,EACjB,EAAiB,EAEnB,EASiB,sBAPe,EAOI,mBANP,EAMuB,gBAL1B,CACzB,EAAiB,EACjB,EAAiB,KAAK,IAAI,CAC3B,CAEgE,CACjE,CAmBA,SAAgB,EACf,EACmC,CACnC,IAAI,EAA+B,CAAC,EAChC,EAAY,GAEV,MAAc,CACf,EAAY,OAAS,IACxB,EAAK,CAAW,EAChB,EAAc,CAAC,GAEhB,EAAY,EACb,EAEA,OAAQ,GAAG,IAAwB,CAClC,EAAY,KAAK,CAAI,EAChB,IACJ,EAAY,GAGZ,eAAiB,EAAM,EAAG,CAAC,EAE7B,CACD"}
package/dist/utils.js DELETED
@@ -1 +0,0 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./enhanced-components-C-ka-XLp.cjs"),t=require("./utils-DJaAwiZ9.cjs");exports.batch=t.t,exports.cn=e.g,exports.createThrottledValue=t.n,exports.debounce=t.r,exports.formatTime=e.p,exports.parseTime=e.m,exports.throttle=t.i;
package/dist/utils.mjs DELETED
@@ -1,3 +0,0 @@
1
- import { g as e, m as t, p as n } from "./enhanced-components-BwjBqSA1.js";
2
- import { i as r, n as i, r as a, t as o } from "./utils-D2gQ7c2R.js";
3
- export { o as batch, e as cn, i as createThrottledValue, a as debounce, n as formatTime, t as parseTime, r as throttle };