@thxgg/steward 0.1.25 → 0.1.26

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 (187) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/_nuxt/{Bc2V3wPK.js → B2ow85x_.js} +2 -2
  3. package/.output/public/_nuxt/{U78rMDmo.js → B6CbIr08.js} +1 -1
  4. package/.output/public/_nuxt/{BknRrWsw.js → BLQAF8wp.js} +1 -1
  5. package/.output/public/_nuxt/BXuwtOqb.js +1 -0
  6. package/.output/public/_nuxt/CAMiEhze.js +1 -0
  7. package/.output/public/_nuxt/{BRQ9Cxaw.js → CIBCqZF5.js} +1 -1
  8. package/.output/public/_nuxt/Ce0-nlm9.js +1 -0
  9. package/.output/public/_nuxt/{T11EuTtn.js → ConzneVY.js} +1 -1
  10. package/.output/public/_nuxt/D0qxz_Pn.js +1310 -0
  11. package/.output/public/_nuxt/D3PDtLSF.js +3 -0
  12. package/.output/public/_nuxt/{C73kduX-.js → DdKC0UAK.js} +1 -1
  13. package/.output/public/_nuxt/Detail.BGdvrJGh.css +1 -0
  14. package/.output/public/_nuxt/{C53_p0K1.js → Dkh9ic1y.js} +1 -1
  15. package/.output/public/_nuxt/LEjJTR7-.js +1 -0
  16. package/.output/public/_nuxt/{BTmXUZ_s.js → UqZfMfrZ.js} +1 -1
  17. package/.output/public/_nuxt/builds/latest.json +1 -1
  18. package/.output/public/_nuxt/builds/meta/25438e34-19a2-421d-aede-53fd18f1ccd4.json +1 -0
  19. package/.output/public/_nuxt/dckrK0oj.js +1 -0
  20. package/.output/public/_nuxt/entry.DT4p6_uW.css +1 -0
  21. package/.output/public/_nuxt/pIWeVmPw.js +1 -0
  22. package/.output/public/_nuxt/xrHaPo1U.js +60 -0
  23. package/.output/server/chunks/build/{Detail-DMMUwTWr.mjs → Detail-rpcemNXe.mjs} +674 -481
  24. package/.output/server/chunks/build/Detail-rpcemNXe.mjs.map +1 -0
  25. package/.output/server/chunks/build/DiffViewer-styles.B1FB5NJj.mjs +8 -0
  26. package/.output/server/chunks/build/DiffViewer-styles.B1FB5NJj.mjs.map +1 -0
  27. package/.output/server/chunks/build/{_prd_-ByugK4Yi.mjs → _prd_-CeibvZOH.mjs} +67 -233
  28. package/.output/server/chunks/build/_prd_-CeibvZOH.mjs.map +1 -0
  29. package/.output/server/chunks/build/client.precomputed.mjs +1 -1
  30. package/.output/server/chunks/build/{default-BKKgG7HJ.mjs → default-iq8SaDDN.mjs} +3 -3
  31. package/.output/server/chunks/build/default-iq8SaDDN.mjs.map +1 -0
  32. package/.output/server/chunks/build/{error-404-Bf6kdO80.mjs → error-404-DFale9A5.mjs} +2 -2
  33. package/.output/server/chunks/build/error-404-DFale9A5.mjs.map +1 -0
  34. package/.output/server/chunks/build/{index-DE1tjHAd.mjs → index-Po00RvHm.mjs} +2 -2
  35. package/.output/server/chunks/build/index-Po00RvHm.mjs.map +1 -0
  36. package/.output/server/chunks/build/{nuxt-link-SvT1nf8Z.mjs → nuxt-link-B4oWFn7n.mjs} +2 -2
  37. package/.output/server/chunks/build/nuxt-link-B4oWFn7n.mjs.map +1 -0
  38. package/.output/server/chunks/build/{repo-graph-DzT45gSB.mjs → repo-graph-BQVFpA-w.mjs} +5 -4
  39. package/.output/server/chunks/build/repo-graph-BQVFpA-w.mjs.map +1 -0
  40. package/.output/server/chunks/build/server.mjs +7 -7
  41. package/.output/server/chunks/build/styles.mjs +4 -5
  42. package/.output/server/chunks/build/{usePrd-hXZOmvAv.mjs → usePrd-Bb6jlnNZ.mjs} +2 -2
  43. package/.output/server/chunks/build/usePrd-Bb6jlnNZ.mjs.map +1 -0
  44. package/.output/server/chunks/nitro/nitro.mjs +663 -660
  45. package/.output/server/node_modules/@pierre/diffs/dist/components/File.js +324 -0
  46. package/.output/server/node_modules/@pierre/diffs/dist/components/FileDiff.js +395 -0
  47. package/.output/server/node_modules/@pierre/diffs/dist/components/FileStream.js +161 -0
  48. package/.output/server/node_modules/@pierre/diffs/dist/components/web-components.js +25 -0
  49. package/.output/server/node_modules/@pierre/diffs/dist/constants.js +23 -0
  50. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/areLanguagesAttached.js +11 -0
  51. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/attachResolvedLanguages.js +20 -0
  52. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/cleanUpResolvedLanguages.js +11 -0
  53. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/constants.js +8 -0
  54. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/getResolvedLanguages.js +16 -0
  55. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/getResolvedOrResolveLanguage.js +11 -0
  56. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/hasResolvedLanguages.js +11 -0
  57. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/resolveLanguage.js +30 -0
  58. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/resolveLanguages.js +25 -0
  59. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/shared_highlighter.js +71 -0
  60. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/areThemesAttached.js +12 -0
  61. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/attachResolvedThemes.js +24 -0
  62. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/cleanUpResolvedThemes.js +11 -0
  63. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/constants.js +9 -0
  64. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/getResolvedOrResolveTheme.js +11 -0
  65. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/getResolvedThemes.js +16 -0
  66. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/hasResolvedThemes.js +11 -0
  67. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/registerCustomCSSVariableTheme.js +18 -0
  68. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/registerCustomTheme.js +14 -0
  69. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/resolveTheme.js +35 -0
  70. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/resolveThemes.js +21 -0
  71. package/.output/server/node_modules/@pierre/diffs/dist/index.js +84 -0
  72. package/.output/server/node_modules/@pierre/diffs/dist/managers/LineSelectionManager.js +282 -0
  73. package/.output/server/node_modules/@pierre/diffs/dist/managers/MouseEventManager.js +244 -0
  74. package/.output/server/node_modules/@pierre/diffs/dist/managers/ResizeManager.js +132 -0
  75. package/.output/server/node_modules/@pierre/diffs/dist/managers/ScrollSyncManager.js +62 -0
  76. package/.output/server/node_modules/@pierre/diffs/dist/managers/UniversalRenderingManager.js +32 -0
  77. package/.output/server/node_modules/@pierre/diffs/dist/renderers/DiffHunksRenderer.js +655 -0
  78. package/.output/server/node_modules/@pierre/diffs/dist/renderers/FileRenderer.js +243 -0
  79. package/.output/server/node_modules/@pierre/diffs/dist/shiki-stream/stream.js +32 -0
  80. package/.output/server/node_modules/@pierre/diffs/dist/shiki-stream/tokenizer.js +71 -0
  81. package/.output/server/node_modules/@pierre/diffs/dist/sprite.js +55 -0
  82. package/.output/server/node_modules/@pierre/diffs/dist/style.js +6 -0
  83. package/.output/server/node_modules/@pierre/diffs/dist/themes/pierre-dark.js +1328 -0
  84. package/.output/server/node_modules/@pierre/diffs/dist/themes/pierre-light.js +1328 -0
  85. package/.output/server/node_modules/@pierre/diffs/dist/utils/areFilesEqual.js +8 -0
  86. package/.output/server/node_modules/@pierre/diffs/dist/utils/areObjectsEqual.js +18 -0
  87. package/.output/server/node_modules/@pierre/diffs/dist/utils/areOptionsEqual.js +12 -0
  88. package/.output/server/node_modules/@pierre/diffs/dist/utils/areSelectionsEqual.js +8 -0
  89. package/.output/server/node_modules/@pierre/diffs/dist/utils/areThemesEqual.js +9 -0
  90. package/.output/server/node_modules/@pierre/diffs/dist/utils/cleanLastNewline.js +8 -0
  91. package/.output/server/node_modules/@pierre/diffs/dist/utils/createAnnotationElement.js +21 -0
  92. package/.output/server/node_modules/@pierre/diffs/dist/utils/createAnnotationWrapperNode.js +12 -0
  93. package/.output/server/node_modules/@pierre/diffs/dist/utils/createCodeNode.js +12 -0
  94. package/.output/server/node_modules/@pierre/diffs/dist/utils/createEmptyRowBuffer.js +16 -0
  95. package/.output/server/node_modules/@pierre/diffs/dist/utils/createFileHeaderElement.js +84 -0
  96. package/.output/server/node_modules/@pierre/diffs/dist/utils/createHoverContentNode.js +15 -0
  97. package/.output/server/node_modules/@pierre/diffs/dist/utils/createNoNewlineElement.js +24 -0
  98. package/.output/server/node_modules/@pierre/diffs/dist/utils/createPreElement.js +28 -0
  99. package/.output/server/node_modules/@pierre/diffs/dist/utils/createRowNodes.js +20 -0
  100. package/.output/server/node_modules/@pierre/diffs/dist/utils/createSeparator.js +69 -0
  101. package/.output/server/node_modules/@pierre/diffs/dist/utils/createSpanNodeFromToken.js +13 -0
  102. package/.output/server/node_modules/@pierre/diffs/dist/utils/createStyleElement.js +19 -0
  103. package/.output/server/node_modules/@pierre/diffs/dist/utils/createTransformerWithState.js +56 -0
  104. package/.output/server/node_modules/@pierre/diffs/dist/utils/createUnsafeCSSStyleNode.js +12 -0
  105. package/.output/server/node_modules/@pierre/diffs/dist/utils/cssWrappers.js +21 -0
  106. package/.output/server/node_modules/@pierre/diffs/dist/utils/diffAcceptRejectHunk.js +82 -0
  107. package/.output/server/node_modules/@pierre/diffs/dist/utils/formatCSSVariablePrefix.js +8 -0
  108. package/.output/server/node_modules/@pierre/diffs/dist/utils/getFiletypeFromFileName.js +343 -0
  109. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHighlighterOptions.js +13 -0
  110. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHighlighterThemeStyles.js +40 -0
  111. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHunkSeparatorSlotName.js +8 -0
  112. package/.output/server/node_modules/@pierre/diffs/dist/utils/getIconForType.js +15 -0
  113. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineAnnotationName.js +8 -0
  114. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineEndingType.js +11 -0
  115. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineNodes.js +15 -0
  116. package/.output/server/node_modules/@pierre/diffs/dist/utils/getSingularPatch.js +20 -0
  117. package/.output/server/node_modules/@pierre/diffs/dist/utils/getThemes.js +16 -0
  118. package/.output/server/node_modules/@pierre/diffs/dist/utils/getTotalLineCountFromHunks.js +10 -0
  119. package/.output/server/node_modules/@pierre/diffs/dist/utils/hast_utils.js +42 -0
  120. package/.output/server/node_modules/@pierre/diffs/dist/utils/isWorkerContext.js +8 -0
  121. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseDiffDecorations.js +34 -0
  122. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseDiffFromFile.js +23 -0
  123. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseLineType.js +17 -0
  124. package/.output/server/node_modules/@pierre/diffs/dist/utils/parsePatchFiles.js +211 -0
  125. package/.output/server/node_modules/@pierre/diffs/dist/utils/prerenderHTMLIfNecessary.js +10 -0
  126. package/.output/server/node_modules/@pierre/diffs/dist/utils/processLine.js +42 -0
  127. package/.output/server/node_modules/@pierre/diffs/dist/utils/renderDiffWithHighlighter.js +339 -0
  128. package/.output/server/node_modules/@pierre/diffs/dist/utils/renderFileWithHighlighter.js +52 -0
  129. package/.output/server/node_modules/@pierre/diffs/dist/utils/setLanguageOverride.js +11 -0
  130. package/.output/server/node_modules/@pierre/diffs/dist/utils/setWrapperNodeProps.js +29 -0
  131. package/.output/server/node_modules/@pierre/diffs/package.json +89 -0
  132. package/.output/server/node_modules/@shikijs/transformers/dist/index.mjs +831 -0
  133. package/.output/server/node_modules/@shikijs/transformers/package.json +37 -0
  134. package/.output/server/node_modules/diff/libesm/convert/dmp.js +21 -0
  135. package/.output/server/node_modules/diff/libesm/convert/xml.js +31 -0
  136. package/.output/server/node_modules/diff/libesm/diff/array.js +16 -0
  137. package/.output/server/node_modules/diff/libesm/diff/base.js +253 -0
  138. package/.output/server/node_modules/diff/libesm/diff/character.js +7 -0
  139. package/.output/server/node_modules/diff/libesm/diff/css.js +10 -0
  140. package/.output/server/node_modules/diff/libesm/diff/json.js +78 -0
  141. package/.output/server/node_modules/diff/libesm/diff/line.js +65 -0
  142. package/.output/server/node_modules/diff/libesm/diff/sentence.js +43 -0
  143. package/.output/server/node_modules/diff/libesm/diff/word.js +296 -0
  144. package/.output/server/node_modules/diff/libesm/index.js +30 -0
  145. package/.output/server/node_modules/diff/libesm/package.json +1 -0
  146. package/.output/server/node_modules/diff/libesm/patch/apply.js +257 -0
  147. package/.output/server/node_modules/diff/libesm/patch/create.js +228 -0
  148. package/.output/server/node_modules/diff/libesm/patch/line-endings.js +44 -0
  149. package/.output/server/node_modules/diff/libesm/patch/parse.js +147 -0
  150. package/.output/server/node_modules/diff/libesm/patch/reverse.js +23 -0
  151. package/.output/server/node_modules/diff/libesm/util/distance-iterator.js +37 -0
  152. package/.output/server/node_modules/diff/libesm/util/params.js +14 -0
  153. package/.output/server/node_modules/diff/libesm/util/string.js +128 -0
  154. package/.output/server/node_modules/diff/package.json +132 -0
  155. package/.output/server/package.json +4 -1
  156. package/dist/server/utils/git.js +8 -6
  157. package/package.json +2 -1
  158. package/.output/public/_nuxt/6tINjQEd.js +0 -141
  159. package/.output/public/_nuxt/B2mIQf5X.js +0 -3
  160. package/.output/public/_nuxt/C0BBSDJ7.js +0 -1
  161. package/.output/public/_nuxt/CN46Bgts.js +0 -1
  162. package/.output/public/_nuxt/CTJgb0zb.js +0 -1
  163. package/.output/public/_nuxt/Cce168lk.js +0 -30
  164. package/.output/public/_nuxt/CyVSeLw5.js +0 -1
  165. package/.output/public/_nuxt/Detail.CYc96mGf.css +0 -1
  166. package/.output/public/_nuxt/ZNypZshD.js +0 -13
  167. package/.output/public/_nuxt/builds/meta/9ce7f1bc-d5e2-47bf-8026-f4910c257b2e.json +0 -1
  168. package/.output/public/_nuxt/entry.Bw0CE6Iz.css +0 -1
  169. package/.output/public/_nuxt/pYJYAY-W.js +0 -60
  170. package/.output/server/chunks/build/Detail-DMMUwTWr.mjs.map +0 -1
  171. package/.output/server/chunks/build/DiffViewer-styles-1.mjs-d2dQvARr.mjs +0 -4
  172. package/.output/server/chunks/build/DiffViewer-styles-1.mjs-d2dQvARr.mjs.map +0 -1
  173. package/.output/server/chunks/build/DiffViewer-styles-2.mjs-X6QKNjM0.mjs +0 -4
  174. package/.output/server/chunks/build/DiffViewer-styles-2.mjs-X6QKNjM0.mjs.map +0 -1
  175. package/.output/server/chunks/build/DiffViewer-styles.0AbHFl6N.mjs +0 -8
  176. package/.output/server/chunks/build/DiffViewer-styles.0AbHFl6N.mjs.map +0 -1
  177. package/.output/server/chunks/build/DiffViewer-styles.BDwAqkTk.mjs +0 -8
  178. package/.output/server/chunks/build/DiffViewer-styles.BDwAqkTk.mjs.map +0 -1
  179. package/.output/server/chunks/build/DiffViewer-styles.DRJh5Ui4.mjs +0 -10
  180. package/.output/server/chunks/build/DiffViewer-styles.DRJh5Ui4.mjs.map +0 -1
  181. package/.output/server/chunks/build/_prd_-ByugK4Yi.mjs.map +0 -1
  182. package/.output/server/chunks/build/default-BKKgG7HJ.mjs.map +0 -1
  183. package/.output/server/chunks/build/error-404-Bf6kdO80.mjs.map +0 -1
  184. package/.output/server/chunks/build/index-DE1tjHAd.mjs.map +0 -1
  185. package/.output/server/chunks/build/nuxt-link-SvT1nf8Z.mjs.map +0 -1
  186. package/.output/server/chunks/build/repo-graph-DzT45gSB.mjs.map +0 -1
  187. package/.output/server/chunks/build/usePrd-hXZOmvAv.mjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Detail-rpcemNXe.mjs","sources":["../../../../node_modules/@dagrejs/dagre/dist/dagre.esm.js","../../../../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/Detail-rpcemNXe.js"],"names":[],"mappings":"","x_google_ignoreList":[0,1]}
@@ -0,0 +1,8 @@
1
+ const DiffViewer_vue_vue_type_style_index_0_scoped_1520f40e_lang = ".diff-viewer[data-v-1520f40e]{color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5}.diff-container[data-v-1520f40e]{overflow-x:auto}.diff-toolbar[data-v-1520f40e]{background:hsl(var(--muted)/.3);border-bottom:1px solid hsl(var(--border));display:flex;gap:.25rem;justify-content:flex-end;padding:.25rem .5rem}.pierre-diff-host[data-v-1520f40e]{min-height:3rem}[data-v-1520f40e] diffs-container{display:block;width:100%}";
2
+
3
+ const DiffViewerStyles_B1FB5NJj = [
4
+ DiffViewer_vue_vue_type_style_index_0_scoped_1520f40e_lang
5
+ ];
6
+
7
+ export { DiffViewerStyles_B1FB5NJj as default };
8
+ //# sourceMappingURL=DiffViewer-styles.B1FB5NJj.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DiffViewer-styles.B1FB5NJj.mjs","sources":["../../../../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/DiffViewer-styles-1.mjs-B8kHDoT8.js","../../../../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/DiffViewer-styles.B1FB5NJj.mjs"],"names":["style_0"],"mappings":"","x_google_ignoreList":[0,1]}
@@ -1,15 +1,13 @@
1
- import { _ as __nuxt_component_0$2 } from './nuxt-link-SvT1nf8Z.mjs';
2
- import { defineComponent, computed, ref, watch, inject, mergeProps, unref, withCtx, createVNode, createTextVNode, openBlock, createBlock, toDisplayString, isRef, createCommentVNode, renderSlot, resolveDynamicComponent, useSSRContext } from 'vue';
3
- import { ssrRenderAttrs, ssrRenderComponent, ssrInterpolate, ssrRenderAttr, ssrRenderSlot, ssrRenderList, ssrRenderClass, ssrRenderVNode } from 'vue/server-renderer';
1
+ import { _ as __nuxt_component_0$2 } from './nuxt-link-B4oWFn7n.mjs';
2
+ import { defineComponent, computed, ref, watch, inject, mergeProps, unref, withCtx, createVNode, createTextVNode, openBlock, createBlock, toDisplayString, isRef, createCommentVNode, resolveDynamicComponent, useSSRContext } from 'vue';
3
+ import { ssrRenderAttrs, ssrRenderComponent, ssrInterpolate, ssrRenderAttr, ssrRenderList, ssrRenderClass, ssrRenderVNode, ssrRenderSlot } from 'vue/server-renderer';
4
4
  import { Loader2, AlertCircle, RefreshCw, FileText, LayoutGrid, GitBranch, User, Calendar, CircleDot, ExternalLink, Circle, CheckCircle2, PlayCircle, Minus, ArrowDown, ArrowUp } from 'lucide-vue-next';
5
- import { B as Badge, _ as __nuxt_component_0$2$1, a as __nuxt_component_1$1 } from './Detail-DMMUwTWr.mjs';
5
+ import { B as Badge, T as Tabs, a as TabsList, b as TabsTrigger, c as TabsContent, _ as __nuxt_component_0$2$1, d as __nuxt_component_1$1 } from './Detail-rpcemNXe.mjs';
6
6
  import { marked } from 'marked';
7
7
  import { codeToHtml } from 'shiki';
8
8
  import DOMPurify from 'dompurify';
9
- import { u as useRepos, a as usePrd, B as Button, b as useToast, c as cn } from './usePrd-hXZOmvAv.mjs';
9
+ import { u as useRepos, a as usePrd, B as Button, b as useToast, c as cn } from './usePrd-Bb6jlnNZ.mjs';
10
10
  import { _ as _export_sfc } from './_plugin-vue_export-helper-1tPrXgE0.mjs';
11
- import { reactiveOmit } from '@vueuse/core';
12
- import { useForwardPropsEmits, TabsRoot, TabsList as TabsList$1, useForwardProps, TabsTrigger as TabsTrigger$1, TabsContent as TabsContent$1 } from 'reka-ui';
13
11
  import { b as useRoute, a as useRouter } from './server.mjs';
14
12
  import '../nitro/nitro.mjs';
15
13
  import 'node:http';
@@ -23,9 +21,12 @@ import 'node:os';
23
21
  import 'node:child_process';
24
22
  import 'node:url';
25
23
  import 'zod';
24
+ import '@vueuse/core';
26
25
  import '@vue-flow/background';
27
26
  import '@vue-flow/controls';
28
27
  import '@vue-flow/core';
28
+ import '@pierre/diffs';
29
+ import 'reka-ui';
29
30
  import 'class-variance-authority';
30
31
  import 'clsx';
31
32
  import 'tailwind-merge';
@@ -39,7 +40,7 @@ import 'devalue';
39
40
  import 'unhead/utils';
40
41
  import 'vue-router';
41
42
 
42
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
43
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
43
44
  __name: "Meta",
44
45
  __ssrInlineRender: true,
45
46
  props: {
@@ -115,14 +116,14 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
115
116
  };
116
117
  }
117
118
  });
118
- const _sfc_setup$g = _sfc_main$g.setup;
119
- _sfc_main$g.setup = (props, ctx) => {
119
+ const _sfc_setup$c = _sfc_main$c.setup;
120
+ _sfc_main$c.setup = (props, ctx) => {
120
121
  const ssrContext = useSSRContext();
121
122
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/prd/Meta.vue");
122
- return _sfc_setup$g ? _sfc_setup$g(props, ctx) : void 0;
123
+ return _sfc_setup$c ? _sfc_setup$c(props, ctx) : void 0;
123
124
  };
124
- const __nuxt_component_1 = Object.assign(_sfc_main$g, { __name: "PrdMeta" });
125
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
125
+ const __nuxt_component_1 = Object.assign(_sfc_main$c, { __name: "PrdMeta" });
126
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
126
127
  __name: "Viewer",
127
128
  __ssrInlineRender: true,
128
129
  props: {
@@ -207,14 +208,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
207
208
  };
208
209
  }
209
210
  });
210
- const _sfc_setup$f = _sfc_main$f.setup;
211
- _sfc_main$f.setup = (props, ctx) => {
211
+ const _sfc_setup$b = _sfc_main$b.setup;
212
+ _sfc_main$b.setup = (props, ctx) => {
212
213
  const ssrContext = useSSRContext();
213
214
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/prd/Viewer.vue");
214
- return _sfc_setup$f ? _sfc_setup$f(props, ctx) : void 0;
215
+ return _sfc_setup$b ? _sfc_setup$b(props, ctx) : void 0;
215
216
  };
216
- const __nuxt_component_2 = Object.assign(_sfc_main$f, { __name: "PrdViewer" });
217
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
217
+ const __nuxt_component_2 = Object.assign(_sfc_main$b, { __name: "PrdViewer" });
218
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
218
219
  __name: "Card",
219
220
  __ssrInlineRender: true,
220
221
  props: {
@@ -235,14 +236,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
235
236
  };
236
237
  }
237
238
  });
238
- const _sfc_setup$e = _sfc_main$e.setup;
239
- _sfc_main$e.setup = (props, ctx) => {
239
+ const _sfc_setup$a = _sfc_main$a.setup;
240
+ _sfc_main$a.setup = (props, ctx) => {
240
241
  const ssrContext = useSSRContext();
241
242
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/Card.vue");
242
- return _sfc_setup$e ? _sfc_setup$e(props, ctx) : void 0;
243
+ return _sfc_setup$a ? _sfc_setup$a(props, ctx) : void 0;
243
244
  };
244
- const Card = Object.assign(_sfc_main$e, { __name: "UiCard" });
245
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
245
+ const Card = Object.assign(_sfc_main$a, { __name: "UiCard" });
246
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
246
247
  __name: "CardAction",
247
248
  __ssrInlineRender: true,
248
249
  props: {
@@ -260,14 +261,14 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
260
261
  };
261
262
  }
262
263
  });
263
- const _sfc_setup$d = _sfc_main$d.setup;
264
- _sfc_main$d.setup = (props, ctx) => {
264
+ const _sfc_setup$9 = _sfc_main$9.setup;
265
+ _sfc_main$9.setup = (props, ctx) => {
265
266
  const ssrContext = useSSRContext();
266
267
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardAction.vue");
267
- return _sfc_setup$d ? _sfc_setup$d(props, ctx) : void 0;
268
+ return _sfc_setup$9 ? _sfc_setup$9(props, ctx) : void 0;
268
269
  };
269
- Object.assign(_sfc_main$d, { __name: "UiCardAction" });
270
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
270
+ Object.assign(_sfc_main$9, { __name: "UiCardAction" });
271
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
271
272
  __name: "CardContent",
272
273
  __ssrInlineRender: true,
273
274
  props: {
@@ -285,14 +286,14 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
285
286
  };
286
287
  }
287
288
  });
288
- const _sfc_setup$c = _sfc_main$c.setup;
289
- _sfc_main$c.setup = (props, ctx) => {
289
+ const _sfc_setup$8 = _sfc_main$8.setup;
290
+ _sfc_main$8.setup = (props, ctx) => {
290
291
  const ssrContext = useSSRContext();
291
292
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardContent.vue");
292
- return _sfc_setup$c ? _sfc_setup$c(props, ctx) : void 0;
293
+ return _sfc_setup$8 ? _sfc_setup$8(props, ctx) : void 0;
293
294
  };
294
- const CardContent = Object.assign(_sfc_main$c, { __name: "UiCardContent" });
295
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
295
+ const CardContent = Object.assign(_sfc_main$8, { __name: "UiCardContent" });
296
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
296
297
  __name: "CardDescription",
297
298
  __ssrInlineRender: true,
298
299
  props: {
@@ -310,14 +311,14 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
310
311
  };
311
312
  }
312
313
  });
313
- const _sfc_setup$b = _sfc_main$b.setup;
314
- _sfc_main$b.setup = (props, ctx) => {
314
+ const _sfc_setup$7 = _sfc_main$7.setup;
315
+ _sfc_main$7.setup = (props, ctx) => {
315
316
  const ssrContext = useSSRContext();
316
317
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardDescription.vue");
317
- return _sfc_setup$b ? _sfc_setup$b(props, ctx) : void 0;
318
+ return _sfc_setup$7 ? _sfc_setup$7(props, ctx) : void 0;
318
319
  };
319
- Object.assign(_sfc_main$b, { __name: "UiCardDescription" });
320
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
320
+ Object.assign(_sfc_main$7, { __name: "UiCardDescription" });
321
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
321
322
  __name: "CardFooter",
322
323
  __ssrInlineRender: true,
323
324
  props: {
@@ -335,14 +336,14 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
335
336
  };
336
337
  }
337
338
  });
338
- const _sfc_setup$a = _sfc_main$a.setup;
339
- _sfc_main$a.setup = (props, ctx) => {
339
+ const _sfc_setup$6 = _sfc_main$6.setup;
340
+ _sfc_main$6.setup = (props, ctx) => {
340
341
  const ssrContext = useSSRContext();
341
342
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardFooter.vue");
342
- return _sfc_setup$a ? _sfc_setup$a(props, ctx) : void 0;
343
+ return _sfc_setup$6 ? _sfc_setup$6(props, ctx) : void 0;
343
344
  };
344
- Object.assign(_sfc_main$a, { __name: "UiCardFooter" });
345
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
345
+ Object.assign(_sfc_main$6, { __name: "UiCardFooter" });
346
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
346
347
  __name: "CardHeader",
347
348
  __ssrInlineRender: true,
348
349
  props: {
@@ -360,14 +361,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
360
361
  };
361
362
  }
362
363
  });
363
- const _sfc_setup$9 = _sfc_main$9.setup;
364
- _sfc_main$9.setup = (props, ctx) => {
364
+ const _sfc_setup$5 = _sfc_main$5.setup;
365
+ _sfc_main$5.setup = (props, ctx) => {
365
366
  const ssrContext = useSSRContext();
366
367
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardHeader.vue");
367
- return _sfc_setup$9 ? _sfc_setup$9(props, ctx) : void 0;
368
+ return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : void 0;
368
369
  };
369
- Object.assign(_sfc_main$9, { __name: "UiCardHeader" });
370
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
370
+ Object.assign(_sfc_main$5, { __name: "UiCardHeader" });
371
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
371
372
  __name: "CardTitle",
372
373
  __ssrInlineRender: true,
373
374
  props: {
@@ -385,14 +386,14 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
385
386
  };
386
387
  }
387
388
  });
388
- const _sfc_setup$8 = _sfc_main$8.setup;
389
- _sfc_main$8.setup = (props, ctx) => {
389
+ const _sfc_setup$4 = _sfc_main$4.setup;
390
+ _sfc_main$4.setup = (props, ctx) => {
390
391
  const ssrContext = useSSRContext();
391
392
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/card/CardTitle.vue");
392
- return _sfc_setup$8 ? _sfc_setup$8(props, ctx) : void 0;
393
+ return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
393
394
  };
394
- Object.assign(_sfc_main$8, { __name: "UiCardTitle" });
395
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
395
+ Object.assign(_sfc_main$4, { __name: "UiCardTitle" });
396
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
396
397
  __name: "Card",
397
398
  __ssrInlineRender: true,
398
399
  props: {
@@ -559,14 +560,14 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
559
560
  };
560
561
  }
561
562
  });
562
- const _sfc_setup$7 = _sfc_main$7.setup;
563
- _sfc_main$7.setup = (props, ctx) => {
563
+ const _sfc_setup$3 = _sfc_main$3.setup;
564
+ _sfc_main$3.setup = (props, ctx) => {
564
565
  const ssrContext = useSSRContext();
565
566
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/tasks/Card.vue");
566
- return _sfc_setup$7 ? _sfc_setup$7(props, ctx) : void 0;
567
+ return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
567
568
  };
568
- const __nuxt_component_0$1 = Object.assign(_sfc_main$7, { __name: "TasksCard" });
569
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
569
+ const __nuxt_component_0$1 = Object.assign(_sfc_main$3, { __name: "TasksCard" });
570
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
570
571
  __name: "Column",
571
572
  __ssrInlineRender: true,
572
573
  props: {
@@ -641,14 +642,14 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
641
642
  };
642
643
  }
643
644
  });
644
- const _sfc_setup$6 = _sfc_main$6.setup;
645
- _sfc_main$6.setup = (props, ctx) => {
645
+ const _sfc_setup$2 = _sfc_main$2.setup;
646
+ _sfc_main$2.setup = (props, ctx) => {
646
647
  const ssrContext = useSSRContext();
647
648
  (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/tasks/Column.vue");
648
- return _sfc_setup$6 ? _sfc_setup$6(props, ctx) : void 0;
649
+ return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
649
650
  };
650
- const __nuxt_component_0 = /* @__PURE__ */ Object.assign(_export_sfc(_sfc_main$6, [["__scopeId", "data-v-a1317eba"]]), { __name: "TasksColumn" });
651
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
651
+ const __nuxt_component_0 = /* @__PURE__ */ Object.assign(_export_sfc(_sfc_main$2, [["__scopeId", "data-v-a1317eba"]]), { __name: "TasksColumn" });
652
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
652
653
  __name: "Board",
653
654
  __ssrInlineRender: true,
654
655
  props: {
@@ -713,180 +714,13 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
713
714
  };
714
715
  }
715
716
  });
716
- const _sfc_setup$5 = _sfc_main$5.setup;
717
- _sfc_main$5.setup = (props, ctx) => {
718
- const ssrContext = useSSRContext();
719
- (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/tasks/Board.vue");
720
- return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : void 0;
721
- };
722
- const __nuxt_component_3 = Object.assign(_sfc_main$5, { __name: "TasksBoard" });
723
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
724
- __name: "Tabs",
725
- __ssrInlineRender: true,
726
- props: {
727
- defaultValue: {},
728
- orientation: {},
729
- dir: {},
730
- activationMode: {},
731
- modelValue: {},
732
- unmountOnHide: { type: Boolean },
733
- asChild: { type: Boolean },
734
- as: {},
735
- class: {}
736
- },
737
- emits: ["update:modelValue"],
738
- setup(__props, { emit: __emit }) {
739
- const props = __props;
740
- const emits = __emit;
741
- const delegatedProps = reactiveOmit(props, "class");
742
- const forwarded = useForwardPropsEmits(delegatedProps, emits);
743
- return (_ctx, _push, _parent, _attrs) => {
744
- _push(ssrRenderComponent(unref(TabsRoot), mergeProps({ "data-slot": "tabs" }, unref(forwarded), {
745
- class: unref(cn)("flex flex-col gap-2", props.class)
746
- }, _attrs), {
747
- default: withCtx((slotProps, _push2, _parent2, _scopeId) => {
748
- if (_push2) {
749
- ssrRenderSlot(_ctx.$slots, "default", slotProps, null, _push2, _parent2, _scopeId);
750
- } else {
751
- return [
752
- renderSlot(_ctx.$slots, "default", slotProps)
753
- ];
754
- }
755
- }),
756
- _: 3
757
- }, _parent));
758
- };
759
- }
760
- });
761
- const _sfc_setup$4 = _sfc_main$4.setup;
762
- _sfc_main$4.setup = (props, ctx) => {
763
- const ssrContext = useSSRContext();
764
- (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/tabs/Tabs.vue");
765
- return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
766
- };
767
- const Tabs = Object.assign(_sfc_main$4, { __name: "UiTabs" });
768
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
769
- __name: "TabsContent",
770
- __ssrInlineRender: true,
771
- props: {
772
- value: {},
773
- forceMount: { type: Boolean },
774
- asChild: { type: Boolean },
775
- as: {},
776
- class: {}
777
- },
778
- setup(__props) {
779
- const props = __props;
780
- const delegatedProps = reactiveOmit(props, "class");
781
- return (_ctx, _push, _parent, _attrs) => {
782
- _push(ssrRenderComponent(unref(TabsContent$1), mergeProps({
783
- "data-slot": "tabs-content",
784
- class: unref(cn)("flex-1 outline-none", props.class)
785
- }, unref(delegatedProps), _attrs), {
786
- default: withCtx((_, _push2, _parent2, _scopeId) => {
787
- if (_push2) {
788
- ssrRenderSlot(_ctx.$slots, "default", {}, null, _push2, _parent2, _scopeId);
789
- } else {
790
- return [
791
- renderSlot(_ctx.$slots, "default")
792
- ];
793
- }
794
- }),
795
- _: 3
796
- }, _parent));
797
- };
798
- }
799
- });
800
- const _sfc_setup$3 = _sfc_main$3.setup;
801
- _sfc_main$3.setup = (props, ctx) => {
802
- const ssrContext = useSSRContext();
803
- (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/tabs/TabsContent.vue");
804
- return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
805
- };
806
- const TabsContent = Object.assign(_sfc_main$3, { __name: "UiTabsContent" });
807
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
808
- __name: "TabsList",
809
- __ssrInlineRender: true,
810
- props: {
811
- loop: { type: Boolean },
812
- asChild: { type: Boolean },
813
- as: {},
814
- class: {}
815
- },
816
- setup(__props) {
817
- const props = __props;
818
- const delegatedProps = reactiveOmit(props, "class");
819
- return (_ctx, _push, _parent, _attrs) => {
820
- _push(ssrRenderComponent(unref(TabsList$1), mergeProps({ "data-slot": "tabs-list" }, unref(delegatedProps), {
821
- class: unref(cn)(
822
- "bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]",
823
- props.class
824
- )
825
- }, _attrs), {
826
- default: withCtx((_, _push2, _parent2, _scopeId) => {
827
- if (_push2) {
828
- ssrRenderSlot(_ctx.$slots, "default", {}, null, _push2, _parent2, _scopeId);
829
- } else {
830
- return [
831
- renderSlot(_ctx.$slots, "default")
832
- ];
833
- }
834
- }),
835
- _: 3
836
- }, _parent));
837
- };
838
- }
839
- });
840
- const _sfc_setup$2 = _sfc_main$2.setup;
841
- _sfc_main$2.setup = (props, ctx) => {
842
- const ssrContext = useSSRContext();
843
- (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/tabs/TabsList.vue");
844
- return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
845
- };
846
- const TabsList = Object.assign(_sfc_main$2, { __name: "UiTabsList" });
847
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
848
- __name: "TabsTrigger",
849
- __ssrInlineRender: true,
850
- props: {
851
- value: {},
852
- disabled: { type: Boolean },
853
- asChild: { type: Boolean },
854
- as: {},
855
- class: {}
856
- },
857
- setup(__props) {
858
- const props = __props;
859
- const delegatedProps = reactiveOmit(props, "class");
860
- const forwardedProps = useForwardProps(delegatedProps);
861
- return (_ctx, _push, _parent, _attrs) => {
862
- _push(ssrRenderComponent(unref(TabsTrigger$1), mergeProps({
863
- "data-slot": "tabs-trigger",
864
- class: unref(cn)(
865
- "data-[state=active]:bg-background dark:data-[state=active]:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 text-foreground dark:text-muted-foreground inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
866
- props.class
867
- )
868
- }, unref(forwardedProps), _attrs), {
869
- default: withCtx((_, _push2, _parent2, _scopeId) => {
870
- if (_push2) {
871
- ssrRenderSlot(_ctx.$slots, "default", {}, null, _push2, _parent2, _scopeId);
872
- } else {
873
- return [
874
- renderSlot(_ctx.$slots, "default")
875
- ];
876
- }
877
- }),
878
- _: 3
879
- }, _parent));
880
- };
881
- }
882
- });
883
717
  const _sfc_setup$1 = _sfc_main$1.setup;
884
718
  _sfc_main$1.setup = (props, ctx) => {
885
719
  const ssrContext = useSSRContext();
886
- (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/ui/tabs/TabsTrigger.vue");
720
+ (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/tasks/Board.vue");
887
721
  return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0;
888
722
  };
889
- const TabsTrigger = Object.assign(_sfc_main$1, { __name: "UiTabsTrigger" });
723
+ const __nuxt_component_3 = Object.assign(_sfc_main$1, { __name: "TasksBoard" });
890
724
  const TASK_QUERY_KEY = "task";
891
725
  const TASK_PRD_QUERY_KEY = "taskPrd";
892
726
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1710,4 +1544,4 @@ _sfc_main.setup = (props, ctx) => {
1710
1544
  };
1711
1545
 
1712
1546
  export { _sfc_main as default };
1713
- //# sourceMappingURL=_prd_-ByugK4Yi.mjs.map
1547
+ //# sourceMappingURL=_prd_-CeibvZOH.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_prd_-CeibvZOH.mjs","sources":["../../../../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/_prd_-CeibvZOH.js"],"names":["__nuxt_component_0$3"],"mappings":"","x_google_ignoreList":[0]}