@xcpcio/board-app 0.50.5 → 0.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/404.html +1 -1
  2. package/dist/assets/Board-3491f2da.css +1 -0
  3. package/dist/assets/Board-c1aec925.js +1 -0
  4. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-8706f2ab.js +1 -0
  5. package/dist/assets/{TheInput.vue_vue_type_script_setup_true_lang-0b1911d1.js → TheInput.vue_vue_type_script_setup_true_lang-765c2b3c.js} +1 -1
  6. package/dist/assets/_...all_-a8e69cef.js +1 -0
  7. package/dist/assets/_...all_-c5b455bb.js +6 -0
  8. package/dist/assets/_name_-60a93f5f.js +1 -0
  9. package/dist/assets/{about-4a433ea5.js → about-490ee0d7.js} +2 -2
  10. package/dist/assets/{board-f8e9ecf7.js → board-d69a45e8.js} +1 -1
  11. package/dist/assets/{board-layout-7625af01.js → board-layout-bd329ecf.js} +1 -1
  12. package/dist/assets/{headless-77e6e1cb.js → headless-9c707fd4.js} +1 -1
  13. package/dist/assets/home-b6c236a6.js +1 -0
  14. package/dist/assets/index-2b0627dc.js +1 -0
  15. package/dist/assets/{index-9e50cecb.js → index-301db79b.js} +1 -1
  16. package/dist/assets/index-5d2848e0.js +236 -0
  17. package/dist/assets/index-6c2171b3.js +1 -0
  18. package/dist/assets/index-9dd86d68.css +5 -0
  19. package/dist/assets/{index-layout-b1dd3cba.js → index-layout-834eb607.js} +1 -1
  20. package/dist/assets/pagination-57c59553.js +3 -0
  21. package/dist/assets/query-f5d987d0.js +1 -0
  22. package/dist/assets/test-f10f3f09.js +1 -0
  23. package/dist/assets/{user-8377cff8.js → user-c00215bb.js} +1 -1
  24. package/dist/assets/virtual_pwa-register-7b8b4a68.js +1 -0
  25. package/dist/assets/workbox-window.prod.es5-c46a1faa.js +2 -0
  26. package/dist/index.html +1 -1
  27. package/dist/sw.js +1 -1
  28. package/dist/{workbox-b8d87ee1.js → workbox-86deb690.js} +1 -1
  29. package/package.json +46 -46
  30. package/src/auto-imports.d.ts +19 -312
  31. package/src/components/board/Modal.vue +3 -3
  32. package/src/components/board/OptionsModal.vue +1 -1
  33. package/src/components/board/ProblemInfoModal.vue +1 -1
  34. package/src/components/board/Progress.less +1 -1
  35. package/src/components/board/Progress.vue +1 -1
  36. package/src/components/board/ReactionVideoModal.vue +75 -0
  37. package/src/components/board/StandingsAnnotate.vue +1 -1
  38. package/src/components/board/SubmissionsTable.vue +50 -1
  39. package/src/components/board/SubmissionsTableModal.vue +1 -1
  40. package/src/components/board/TeamInfoModal.vue +1 -1
  41. package/src/components/board/TeamProblemBlock.vue +1 -1
  42. package/src/components/board/TeamUI.vue +1 -1
  43. package/src/components/rating/RatingInfoModal.vue +1 -1
  44. package/src/components/rating/RatingUserUI.vue +1 -1
  45. package/src/components.d.ts +1 -0
  46. package/dist/assets/Board-24564942.css +0 -1
  47. package/dist/assets/Board-4efe6491.js +0 -1
  48. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-927cd5d1.js +0 -1
  49. package/dist/assets/_...all_-18077ad5.js +0 -6
  50. package/dist/assets/_...all_-e5b6fada.js +0 -1
  51. package/dist/assets/_name_-f19044a0.js +0 -1
  52. package/dist/assets/home-7046d49d.js +0 -1
  53. package/dist/assets/index-0c6bc501.js +0 -1
  54. package/dist/assets/index-432be1fe.js +0 -1
  55. package/dist/assets/index-e6cdf581.css +0 -5
  56. package/dist/assets/index-fe0ee4c1.js +0 -274
  57. package/dist/assets/pagination-1c199e71.js +0 -3
  58. package/dist/assets/query-b44be24d.js +0 -1
  59. package/dist/assets/test-98dba3c4.js +0 -1
  60. package/dist/assets/virtual_pwa-register-3c3577d6.js +0 -1
  61. package/dist/assets/workbox-window.prod.es5-a7b12eab.js +0 -2
@@ -63,6 +63,7 @@ declare global {
63
63
  const h: typeof import('vue')['h']
64
64
  const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
65
65
  const inject: typeof import('vue')['inject']
66
+ const injectLocal: typeof import('@vueuse/core')['injectLocal']
66
67
  const isDark: typeof import('./composables/dark')['isDark']
67
68
  const isDefined: typeof import('@vueuse/core')['isDefined']
68
69
  const isProxy: typeof import('vue')['isProxy']
@@ -91,9 +92,11 @@ declare global {
91
92
  const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
92
93
  const onUnmounted: typeof import('vue')['onUnmounted']
93
94
  const onUpdated: typeof import('vue')['onUpdated']
95
+ const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
94
96
  const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
95
97
  const preferredDark: typeof import('./composables/dark')['preferredDark']
96
98
  const provide: typeof import('vue')['provide']
99
+ const provideLocal: typeof import('@vueuse/core')['provideLocal']
97
100
  const reactify: typeof import('@vueuse/core')['reactify']
98
101
  const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
99
102
  const reactive: typeof import('vue')['reactive']
@@ -160,6 +163,7 @@ declare global {
160
163
  const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
161
164
  const useCached: typeof import('@vueuse/core')['useCached']
162
165
  const useClipboard: typeof import('@vueuse/core')['useClipboard']
166
+ const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
163
167
  const useCloned: typeof import('@vueuse/core')['useCloned']
164
168
  const useColorMode: typeof import('@vueuse/core')['useColorMode']
165
169
  const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
@@ -204,6 +208,7 @@ declare global {
204
208
  const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
205
209
  const useHead: typeof import('@vueuse/head')['useHead']
206
210
  const useI18n: typeof import('vue-i18n')['useI18n']
211
+ const useId: typeof import('vue')['useId']
207
212
  const useIdle: typeof import('@vueuse/core')['useIdle']
208
213
  const useImage: typeof import('@vueuse/core')['useImage']
209
214
  const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -222,6 +227,7 @@ declare global {
222
227
  const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
223
228
  const useMemoize: typeof import('@vueuse/core')['useMemoize']
224
229
  const useMemory: typeof import('@vueuse/core')['useMemory']
230
+ const useModel: typeof import('vue')['useModel']
225
231
  const useMounted: typeof import('@vueuse/core')['useMounted']
226
232
  const useMouse: typeof import('@vueuse/core')['useMouse']
227
233
  const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -272,6 +278,7 @@ declare global {
272
278
  const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
273
279
  const useSupported: typeof import('@vueuse/core')['useSupported']
274
280
  const useSwipe: typeof import('@vueuse/core')['useSwipe']
281
+ const useTemplateRef: typeof import('vue')['useTemplateRef']
275
282
  const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
276
283
  const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
277
284
  const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -324,7 +331,11 @@ declare global {
324
331
  // for type re-export
325
332
  declare global {
326
333
  // @ts-ignore
327
- export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
334
+ export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
335
+ import('vue')
336
+ // @ts-ignore
337
+ export type { LastBlockDisplayType } from './composables/type'
338
+ import('./composables/type')
328
339
  }
329
340
  // for vue template auto import
330
341
  import { UnwrapRef } from 'vue'
@@ -383,6 +394,7 @@ declare module 'vue' {
383
394
  readonly h: UnwrapRef<typeof import('vue')['h']>
384
395
  readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
385
396
  readonly inject: UnwrapRef<typeof import('vue')['inject']>
397
+ readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
386
398
  readonly isDark: UnwrapRef<typeof import('./composables/dark')['isDark']>
387
399
  readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
388
400
  readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
@@ -411,9 +423,11 @@ declare module 'vue' {
411
423
  readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
412
424
  readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
413
425
  readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
426
+ readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
414
427
  readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
415
428
  readonly preferredDark: UnwrapRef<typeof import('./composables/dark')['preferredDark']>
416
429
  readonly provide: UnwrapRef<typeof import('vue')['provide']>
430
+ readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
417
431
  readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
418
432
  readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
419
433
  readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
@@ -478,6 +492,7 @@ declare module 'vue' {
478
492
  readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
479
493
  readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
480
494
  readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
495
+ readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
481
496
  readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
482
497
  readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
483
498
  readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
@@ -521,6 +536,7 @@ declare module 'vue' {
521
536
  readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
522
537
  readonly useHead: UnwrapRef<typeof import('@vueuse/head')['useHead']>
523
538
  readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
539
+ readonly useId: UnwrapRef<typeof import('vue')['useId']>
524
540
  readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
525
541
  readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
526
542
  readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
@@ -539,6 +555,7 @@ declare module 'vue' {
539
555
  readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
540
556
  readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
541
557
  readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
558
+ readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
542
559
  readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
543
560
  readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
544
561
  readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
@@ -589,317 +606,7 @@ declare module 'vue' {
589
606
  readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
590
607
  readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
591
608
  readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
592
- readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
593
- readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
594
- readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
595
- readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
596
- readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
597
- readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
598
- readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
599
- readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
600
- readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
601
- readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
602
- readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
603
- readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
604
- readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
605
- readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
606
- readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
607
- readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
608
- readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
609
- readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
610
- readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
611
- readonly useUserStore: UnwrapRef<typeof import('./stores/user')['useUserStore']>
612
- readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
613
- readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
614
- readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
615
- readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
616
- readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
617
- readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
618
- readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
619
- readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
620
- readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
621
- readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
622
- readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
623
- readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
624
- readonly watch: UnwrapRef<typeof import('vue')['watch']>
625
- readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
626
- readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
627
- readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
628
- readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
629
- readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
630
- readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
631
- readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
632
- readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
633
- readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
634
- readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
635
- readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
636
- readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
637
- readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
638
- readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
639
- readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
640
- }
641
- }
642
- declare module '@vue/runtime-core' {
643
- interface ComponentCustomProperties {
644
- readonly BALLOON_TITLE_SUFFIX: UnwrapRef<typeof import('./composables/constant')['BALLOON_TITLE_SUFFIX']>
645
- readonly CDN_HOST: UnwrapRef<typeof import('./composables/constant')['CDN_HOST']>
646
- readonly COUNTDOWN_TITLE_SUFFIX: UnwrapRef<typeof import('./composables/constant')['COUNTDOWN_TITLE_SUFFIX']>
647
- readonly DATA_HOST: UnwrapRef<typeof import('./composables/constant')['DATA_HOST']>
648
- readonly DATA_REGION: UnwrapRef<typeof import('./composables/constant')['DATA_REGION']>
649
- readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
650
- readonly LastBlockDisplayType: UnwrapRef<typeof import('./composables/type')['LastBlockDisplayType']>
651
- readonly Pagination: UnwrapRef<typeof import('./composables/pagination')['Pagination']>
652
- readonly RATING_DATA_HOST: UnwrapRef<typeof import('./composables/constant')['RATING_DATA_HOST']>
653
- readonly RATING_TITLE_SUFFIX: UnwrapRef<typeof import('./composables/constant')['RATING_TITLE_SUFFIX']>
654
- readonly RESOLVER_TITLE_SUFFIX: UnwrapRef<typeof import('./composables/constant')['RESOLVER_TITLE_SUFFIX']>
655
- readonly TITLE_SUFFIX: UnwrapRef<typeof import('./composables/constant')['TITLE_SUFFIX']>
656
- readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
657
- readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
658
- readonly computed: UnwrapRef<typeof import('vue')['computed']>
659
- readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
660
- readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
661
- readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
662
- readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
663
- readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
664
- readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
665
- readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
666
- readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
667
- readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
668
- readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
669
- readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
670
- readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
671
- readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
672
- readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
673
- readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
674
- readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
675
- readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
676
- readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
677
- readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
678
- readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
679
- readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
680
- readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
681
- readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
682
- readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
683
- readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
684
- readonly getDataSourceUrl: UnwrapRef<typeof import('./composables/query')['getDataSourceUrl']>
685
- readonly getLocalStorageKeyForFilterOrganizations: UnwrapRef<typeof import('./composables/useLocalStorage')['getLocalStorageKeyForFilterOrganizations']>
686
- readonly getLocalStorageKeyForFilterTeams: UnwrapRef<typeof import('./composables/useLocalStorage')['getLocalStorageKeyForFilterTeams']>
687
- readonly getMedalColor: UnwrapRef<typeof import('./composables/color')['getMedalColor']>
688
- readonly getProblemChart: UnwrapRef<typeof import('./composables/statistics')['getProblemChart']>
689
- readonly getRatingGraphOptions: UnwrapRef<typeof import('./composables/rating')['getRatingGraphOptions']>
690
- readonly getStandingsStatusColor: UnwrapRef<typeof import('./composables/color')['getStandingsStatusColor']>
691
- readonly getSubmitChart: UnwrapRef<typeof import('./composables/statistics')['getSubmitChart']>
692
- readonly getTeamChart: UnwrapRef<typeof import('./composables/statistics')['getTeamChart']>
693
- readonly getTeamPlaceChart: UnwrapRef<typeof import('./composables/statistics')['getTeamPlaceChart']>
694
- readonly h: UnwrapRef<typeof import('vue')['h']>
695
- readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
696
- readonly inject: UnwrapRef<typeof import('vue')['inject']>
697
- readonly isDark: UnwrapRef<typeof import('./composables/dark')['isDark']>
698
- readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
699
- readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
700
- readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
701
- readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
702
- readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
703
- readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
704
- readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
705
- readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
706
- readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
707
- readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
708
- readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
709
- readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
710
- readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
711
- readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
712
- readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
713
- readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
714
- readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
715
- readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
716
- readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
717
- readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
718
- readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
719
- readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
720
- readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
721
- readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
722
- readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
723
- readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
724
- readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
725
- readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
726
- readonly preferredDark: UnwrapRef<typeof import('./composables/dark')['preferredDark']>
727
- readonly provide: UnwrapRef<typeof import('vue')['provide']>
728
- readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
729
- readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
730
- readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
731
- readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
732
- readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
733
- readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
734
- readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
735
- readonly ref: UnwrapRef<typeof import('vue')['ref']>
736
- readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
737
- readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
738
- readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
739
- readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
740
- readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
741
- readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
742
- readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
743
- readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
744
- readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
745
- readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
746
- readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
747
- readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
748
- readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
749
- readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
750
- readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
751
- readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
752
- readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
753
- readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
754
- readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
755
- readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
756
- readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
757
- readonly toggleDark: UnwrapRef<typeof import('./composables/dark')['toggleDark']>
758
- readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
759
- readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
760
- readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
761
- readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
762
- readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
763
- readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
764
- readonly unref: UnwrapRef<typeof import('vue')['unref']>
765
- readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
766
- readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
767
- readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
768
- readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
769
- readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
770
- readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
771
- readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
772
- readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
773
- readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
774
- readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
775
- readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
776
- readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
777
- readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
778
- readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
779
- readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
780
- readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
781
- readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
782
- readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
783
- readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
784
- readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
785
- readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
786
- readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
787
- readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
788
- readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
789
- readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
790
- readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
791
- readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
792
- readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
793
- readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
794
- readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
795
- readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
796
- readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
797
- readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
798
- readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
799
- readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
800
- readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
801
- readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
802
- readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
803
- readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
804
- readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
805
- readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
806
- readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
807
- readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
808
- readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
809
- readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
810
- readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
811
- readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
812
- readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
813
- readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
814
- readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
815
- readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
816
- readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
817
- readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
818
- readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
819
- readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
820
- readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
821
- readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
822
- readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
823
- readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
824
- readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
825
- readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
826
- readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
827
- readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
828
- readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
829
- readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
830
- readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
831
- readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
832
- readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
833
- readonly useHead: UnwrapRef<typeof import('@vueuse/head')['useHead']>
834
- readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
835
- readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
836
- readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
837
- readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
838
- readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
839
- readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
840
- readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
841
- readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
842
- readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
843
- readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
844
- readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
845
- readonly useLocalStorageForFilterOrganizations: UnwrapRef<typeof import('./composables/useLocalStorage')['useLocalStorageForFilterOrganizations']>
846
- readonly useLocalStorageForFilterTeams: UnwrapRef<typeof import('./composables/useLocalStorage')['useLocalStorageForFilterTeams']>
847
- readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
848
- readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
849
- readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
850
- readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
851
- readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
852
- readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
853
- readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
854
- readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
855
- readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
856
- readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
857
- readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
858
- readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
859
- readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
860
- readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
861
- readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
862
- readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
863
- readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
864
- readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
865
- readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
866
- readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
867
- readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
868
- readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
869
- readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
870
- readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
871
- readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
872
- readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
873
- readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
874
- readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
875
- readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
876
- readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
877
- readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
878
- readonly useQueryBoardData: UnwrapRef<typeof import('./composables/useQueryBoardData')['useQueryBoardData']>
879
- readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
880
- readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
881
- readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
882
- readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
883
- readonly useRouteQueryForBattleOfGiants: UnwrapRef<typeof import('./composables/query')['useRouteQueryForBattleOfGiants']>
884
- readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
885
- readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
886
- readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
887
- readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
888
- readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
889
- readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
890
- readonly useSeoMeta: UnwrapRef<typeof import('@vueuse/head')['useSeoMeta']>
891
- readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
892
- readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
893
- readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
894
- readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
895
- readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
896
- readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
897
- readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
898
- readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
899
- readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
900
- readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
901
- readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
902
- readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
609
+ readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
903
610
  readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
904
611
  readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
905
612
  readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
@@ -36,14 +36,14 @@ watch(Escape, (v) => {
36
36
  <div
37
37
  class="md:inset-0 w-[100%] h-[100%]"
38
38
  :class="[props.mt ?? 'md:mt-32 sm:mt-16']"
39
- fixed z-9997
39
+ fixed z-1997
40
40
  of-x-hidden
41
41
  flex justify-center items-start
42
42
  >
43
43
  <!-- background -->
44
44
  <div
45
45
  class="w-[100%] h-[100%]"
46
- fixed left-0 top-0 z-9998
46
+ fixed left-0 top-0 z-1998
47
47
  :style="{
48
48
  backgroundColor: 'rgba(0, 0, 0, 0.5)',
49
49
  }"
@@ -53,7 +53,7 @@ watch(Escape, (v) => {
53
53
  <div
54
54
  class="relative p-4"
55
55
  :class="[props.width ?? 'w-[78%]']"
56
- z-9999
56
+ z-1999
57
57
  >
58
58
  <div
59
59
  class="relative bg-white dark:bg-gray-800 sm:p-4"
@@ -133,7 +133,7 @@ function onConfirm() {
133
133
 
134
134
  <template>
135
135
  <Modal
136
- v-model:isHidden="isHidden"
136
+ v-model:is-hidden="isHidden"
137
137
  :title="title"
138
138
  width="w-200"
139
139
  mt="mt-4"
@@ -40,7 +40,7 @@ const types = [TYPE_SUBMISSIONS, TYPE_STATISTICS, TYPE_AWARDS];
40
40
 
41
41
  <template>
42
42
  <Modal
43
- v-model:isHidden="isHidden"
43
+ v-model:is-hidden="isHidden"
44
44
  >
45
45
  <template #header>
46
46
  <div
@@ -334,7 +334,7 @@
334
334
  ============================================================================ */
335
335
  .tooltip {
336
336
  position: absolute;
337
- z-index: 1070;
337
+ z-index: 99;
338
338
  display: block;
339
339
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
340
340
  Helvetica Neue, Arial, sans-serif;
@@ -209,7 +209,7 @@ onUnmounted(() => {});
209
209
 
210
210
  <div
211
211
  ref="bar"
212
- class="am-progress-bar am-progress-cursor am-progress-scroll-size z-999"
212
+ class="am-progress-bar am-progress-cursor am-progress-scroll-size z-99"
213
213
  :class="[barClass]"
214
214
  :style="{
215
215
  left: barWidthInStyle(),
@@ -0,0 +1,75 @@
1
+ <script setup lang="ts">
2
+ import type { SubmissionReaction } from "@xcpcio/types";
3
+
4
+ const props = defineProps<{
5
+ isOpen: boolean;
6
+ submissionReaction: SubmissionReaction;
7
+ width?: string;
8
+ }>();
9
+
10
+ const emit = defineEmits(["close"]);
11
+
12
+ const videoPlayer = ref<HTMLVideoElement | null>(null);
13
+
14
+ function closeModal() {
15
+ emit("close");
16
+ }
17
+
18
+ function closeModalOnBackgroundClick(event: MouseEvent) {
19
+ if (event.target === event.currentTarget) {
20
+ closeModal();
21
+ }
22
+ }
23
+
24
+ watch(() => props.isOpen, (newValue) => {
25
+ if (newValue && videoPlayer.value) {
26
+ videoPlayer.value.play();
27
+ } else if (videoPlayer.value) {
28
+ videoPlayer.value.pause();
29
+ videoPlayer.value.currentTime = 0;
30
+ }
31
+ });
32
+ </script>
33
+
34
+ <template>
35
+ <div
36
+ v-if="isOpen"
37
+ fixed inset-0 flex items-center justify-center
38
+ p-2 bg-black bg-opacity-50
39
+ z-2999
40
+ @click="closeModalOnBackgroundClick"
41
+ >
42
+ <div
43
+ bg-white
44
+ shadow
45
+ relative overflow-hidden
46
+ class="h-[100%]"
47
+ :class="[width ?? 'w-[540px]']"
48
+ @click.stop
49
+ >
50
+ <video
51
+ ref="videoPlayer"
52
+ controls autoplay
53
+ class="w-full h-full"
54
+ >
55
+ <source
56
+ :src="submissionReaction.url"
57
+ type="video/mp4"
58
+ >
59
+ Your browser does not support the video tag.
60
+ </video>
61
+ <div
62
+ absolute top-0.5 right-0.5
63
+ text-black
64
+ rounded-md p-2 transition-colors duration-300 focus:outline-none
65
+ cursor-pointer
66
+ @click="closeModal"
67
+ >
68
+ <span
69
+ i-ion-close-circle-outline
70
+ text-2xl
71
+ />
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </template>
@@ -25,7 +25,7 @@
25
25
  Attempted problem
26
26
  </td>
27
27
  <td class="pending">
28
- Pending judgement
28
+ Pending judgement / Frozen
29
29
  </td>
30
30
  </tr>
31
31
  </tbody>