@mkbabb/glass-ui 3.2.0 → 3.4.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.
- package/dist/{CardFooter-3-VGho1J.js → CardFooter-C390imy7.js} +2 -2
- package/dist/{CollapsibleContent-wlmlDujU.js → CollapsibleContent-cauTbZEM.js} +1 -1
- package/dist/{CommandShortcut-C6lsz3pG.js → CommandShortcut-BiVyqipe.js} +5 -4
- package/dist/DataTable-FfkaAg2z.js +465 -0
- package/dist/DialogContent-IQ8_BRrC.js +100 -0
- package/dist/{DiscoGlyph-B7YooI2-.js → DiscoGlyph-BaZ8OawK.js} +1 -1
- package/dist/{GlyphFace-Bvk6OIas.js → GlyphFace-B_7vOmYn.js} +1 -1
- package/dist/HoverPopover-DTSYkJtw.js +96 -0
- package/dist/{IconTooltip-DXveGjx7.js → IconTooltip-BTyYn4mr.js} +1 -1
- package/dist/Input-CU9CNKmo.js +52 -0
- package/dist/{MetricBadge-J_GBCb8e.js → MetricBadge-BlrdbOGN.js} +1 -1
- package/dist/{NumberFieldContent-B6L6YrQz.js → NumberFieldContent-iOTQ5rGO.js} +8 -4
- package/dist/{PopoverContent-CxEEUL7Y.js → PopoverContent-B8WtJECb.js} +1 -1
- package/dist/Progress-DjM86vfb.js +254 -0
- package/dist/{ScrollingText-1Qjnwz6H.js → ScrollingText-P9o_DuMn.js} +1 -1
- package/dist/{SelectScrollDownButton-BvvvAbuh.js → SelectScrollDownButton-BGn3rjs9.js} +9 -8
- package/dist/TabsIndicator-DA0x9gPr.js +97 -0
- package/dist/{ToggleGroupItem-Cy7xHFEo.js → ToggleGroupItem-gyXj998A.js} +37 -40
- package/dist/UnderlineTabs-Cq_AD03t.js +39 -0
- package/dist/animated-digit.js +2 -2
- package/dist/api/index.d.ts +2 -0
- package/dist/api.js +1 -1
- package/dist/aurora.js +454 -271
- package/dist/{button-DS3ULf5i.js → button-Ckn3eDfB.js} +27 -22
- package/dist/button.js +1 -1
- package/dist/card.js +1 -1
- package/dist/carousel.js +2 -2
- package/dist/collapsible.js +1 -1
- package/dist/color-rkK4RMx2.js +33 -0
- package/dist/color.d.ts +1 -0
- package/dist/color.js +2 -0
- package/dist/command.js +1 -1
- package/dist/compile-DVgAxagk.js +106 -0
- package/dist/components/custom/animated-digit/AnimatedDigit.vue.d.ts +7 -7
- package/dist/components/custom/aurora/Aurora.vue.d.ts +3 -3
- package/dist/components/custom/aurora/composables/color.d.ts +3 -25
- package/dist/components/custom/aurora/composables/cursorModel.d.ts +45 -0
- package/dist/components/custom/aurora/composables/frameLoop.d.ts +30 -0
- package/dist/components/custom/aurora/composables/glSetup.d.ts +29 -0
- package/dist/components/custom/aurora/composables/runtime.d.ts +45 -35
- package/dist/components/custom/aurora/composables/uniformBridge.d.ts +67 -0
- package/dist/components/custom/aurora/composables/useAurora.d.ts +14 -1
- package/dist/components/custom/aurora/composables/useCursorInteraction.d.ts +1 -1
- package/dist/components/custom/aurora/constants/budget.d.ts +50 -0
- package/dist/components/custom/aurora/{presets.d.ts → constants/presets.d.ts} +2 -5
- package/dist/components/custom/aurora/constants/shaders/aurora.frag.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/brush.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/composition.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/flow.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/constants/shaders/mediums.glsl.d.ts +2 -0
- package/dist/components/custom/aurora/constants/shaders/tonemap.glsl.d.ts +1 -0
- package/dist/components/custom/aurora/index.d.ts +2 -2
- package/dist/components/custom/configurator/ConfiguratorLayer.vue.d.ts +14 -7
- package/dist/components/custom/configurator/density.d.ts +3 -8
- package/dist/components/custom/dock/DockBackgroundToggle.vue.d.ts +46 -0
- package/dist/components/custom/dock/DockIconButton.vue.d.ts +3 -3
- package/dist/components/custom/dock/DockLayerGroup.vue.d.ts +2 -2
- package/dist/components/custom/dock/GlassDock.vue.d.ts +22 -18
- package/dist/components/custom/dock/composables/dockContext.d.ts +4 -4
- package/dist/components/custom/dock/composables/dockLayerContext.d.ts +13 -6
- package/dist/components/custom/dock/composables/useLayerTransition.d.ts +32 -8
- package/dist/components/custom/dock/index.d.ts +1 -0
- package/dist/components/custom/expandable-container/ExpandableContainer.vue.d.ts +10 -0
- package/dist/components/custom/glass-panel/GlassPanel.vue.d.ts +1 -1
- package/dist/components/custom/glyph-face/keys.d.ts +3 -29
- package/dist/components/custom/goo-blob/GooBlob.vue.d.ts +48 -0
- package/dist/components/custom/goo-blob/composables/easing.d.ts +6 -0
- package/dist/components/custom/goo-blob/composables/useBlobMood.d.ts +14 -0
- package/dist/components/custom/goo-blob/composables/useBlobPointer.d.ts +18 -0
- package/dist/components/custom/goo-blob/composables/useBlobSatellites.d.ts +13 -0
- package/dist/components/custom/goo-blob/composables/useMetaballRenderer.d.ts +42 -0
- package/dist/components/custom/goo-blob/index.d.ts +7 -0
- package/dist/components/custom/goo-blob/shaders/metaball.frag.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/metaball.vert.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/oklch-perturb.glsl.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/sdf-body.glsl.d.ts +1 -0
- package/dist/components/custom/goo-blob/shaders/watercolor-edges.glsl.d.ts +2 -0
- package/dist/components/custom/goo-blob/types.d.ts +77 -0
- package/dist/components/custom/hover-popover/HoverPopover.vue.d.ts +48 -9
- package/dist/components/custom/labeled-field/LabeledField.vue.d.ts +2 -0
- package/dist/components/custom/labeled-field/LabeledSelect.vue.d.ts +2 -2
- package/dist/components/custom/metric-stack/MetricRow.vue.d.ts +2 -2
- package/dist/components/custom/responsive-tabs/ResponsiveTabs.vue.d.ts +13 -7
- package/dist/components/custom/search/FuzzySearch.vue.d.ts +1 -1
- package/dist/components/custom/search/SearchBar.vue.d.ts +1 -1
- package/dist/components/custom/sortable-list/SortableHandle.vue.d.ts +7 -1
- package/dist/components/custom/sortable-list/context.d.ts +2 -3
- package/dist/components/custom/tabs/BouncyTabs.vue.d.ts +6 -3
- package/dist/components/custom/tabs/BouncyToggle.vue.d.ts +7 -3
- package/dist/components/custom/tabs/UnderlineTabs.vue.d.ts +6 -3
- package/dist/components/custom/tabs/composables/useBouncySlider.d.ts +39 -0
- package/dist/components/custom/timeline/ContinuousMarkers.vue.d.ts +49 -0
- package/dist/components/custom/timeline/ContinuousRail.vue.d.ts +26 -0
- package/dist/components/custom/timeline/ContinuousTimeline.vue.d.ts +4 -4
- package/dist/components/custom/typewriter/TypewriterText.vue.d.ts +2 -2
- package/dist/components/custom/watercolor-dot/WatercolorDot.vue.d.ts +45 -0
- package/dist/components/custom/watercolor-dot/index.d.ts +3 -0
- package/dist/components/custom/watercolor-dot/prng.d.ts +5 -0
- package/dist/components/custom/watercolor-dot/useWatercolorBlob.d.ts +24 -0
- package/dist/components/ui/_shared/menuItemVariants.d.ts +1 -1
- package/dist/components/ui/avatar/Avatar.vue.d.ts +1 -1
- package/dist/components/ui/avatar/AvatarImage.vue.d.ts +5 -1
- package/dist/components/ui/avatar/index.d.ts +1 -1
- package/dist/components/ui/badge/index.d.ts +2 -2
- package/dist/components/ui/button/Button.vue.d.ts +3 -1
- package/dist/components/ui/button/index.d.ts +2 -2
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +2 -2
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +2 -2
- package/dist/components/ui/combobox/Combobox.vue.d.ts +2 -2
- package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +2 -1
- package/dist/components/ui/command/Command.vue.d.ts +3 -3
- package/dist/components/ui/command/CommandInput.vue.d.ts +2 -1
- package/dist/components/ui/data-table/DataTable.vue.d.ts +5 -4
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +8 -0
- package/dist/components/ui/drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/ui/input/Input.vue.d.ts +19 -1
- package/dist/components/ui/multi-select/MultiSelect.vue.d.ts +8 -4
- package/dist/components/ui/progress/Progress.vue.d.ts +26 -88
- package/dist/components/ui/progress/ProgressDefault.vue.d.ts +14 -0
- package/dist/components/ui/progress/ProgressGradient.vue.d.ts +25 -0
- package/dist/components/ui/progress/ProgressSectioned.vue.d.ts +36 -0
- package/dist/components/ui/progress/index.d.ts +5 -2
- package/dist/components/ui/progress/useProgressGeometry.d.ts +60 -0
- package/dist/components/ui/select/Select.vue.d.ts +2 -2
- package/dist/components/ui/select/SelectContent.vue.d.ts +1 -1
- package/dist/components/ui/select/SelectTrigger.vue.d.ts +3 -0
- package/dist/components/ui/sheet/index.d.ts +1 -1
- package/dist/components/ui/slider/index.d.ts +12 -11
- package/dist/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
- package/dist/components/ui/textarea/Textarea.vue.d.ts +5 -1
- package/dist/components/ui/toast/Toast.vue.d.ts +4 -4
- package/dist/components/ui/toggle/Toggle.vue.d.ts +1 -1
- package/dist/components/ui/toggle/index.d.ts +1 -1
- package/dist/components/ui/toggle-group/toggleGroupContext.d.ts +2 -3
- package/dist/composables/color/index.d.ts +49 -0
- package/dist/composables/context/createContext.d.ts +56 -0
- package/dist/composables/context/index.d.ts +1 -0
- package/dist/composables/dark/darkModeSyncScript.d.ts +23 -0
- package/dist/composables/dark/index.d.ts +3 -0
- package/dist/composables/dark/useGlobalDark.d.ts +19 -2
- package/dist/composables/dom/index.d.ts +0 -3
- package/dist/composables/dom/useClipboard.d.ts +35 -12
- package/dist/composables/dom/useDocumentVisibility.d.ts +20 -0
- package/dist/composables/glass/webgl/compile.d.ts +15 -0
- package/dist/composables/glass/webgl/shaders/procedural-color.glsl.d.ts +3 -0
- package/dist/composables/glass/webgl/useWebGLCanvas.d.ts +55 -0
- package/dist/composables/motion/core/index.d.ts +1 -1
- package/dist/composables/motion/index.d.ts +1 -1
- package/dist/composables/motion/useCountup.d.ts +29 -0
- package/dist/composables/motion/useNumericTransition.d.ts +14 -3
- package/dist/composables/motion/vReveal.d.ts +2 -0
- package/dist/composables/sidebar/useSidebarState.d.ts +2 -2
- package/dist/composables/sortable/dragController.d.ts +44 -0
- package/dist/composables/sortable/dropResolver.d.ts +34 -0
- package/dist/composables/sortable/ghostRenderer.d.ts +44 -0
- package/dist/composables/sortable/index.d.ts +1 -1
- package/dist/composables/sortable/touchGate.d.ts +26 -0
- package/dist/composables/sortable/transitionTiming.d.ts +50 -0
- package/dist/composables/sortable/types.d.ts +133 -0
- package/dist/composables/sortable/useSortable.d.ts +25 -153
- package/dist/configurator.js +1 -1
- package/dist/confirm-dialog.js +1 -1
- package/dist/controls.js +4 -4
- package/dist/createContext-DBMGRlx4.js +25 -0
- package/dist/dark.d.ts +2 -1
- package/dist/dark.js +9 -2
- package/dist/data-table.js +1 -1
- package/dist/dialog.js +1 -1
- package/dist/disco-glyph.js +1 -1
- package/dist/dock.js +400 -261
- package/dist/dockContext-spUj_-E5.js +9 -0
- package/dist/dom.js +6 -6
- package/dist/{dropdown-menu-naE0skDg.js → dropdown-menu-EFjl5iKo.js} +1 -1
- package/dist/dropdown-menu.js +1 -1
- package/dist/expandable-container.js +26 -20
- package/dist/fonts/README.md +21 -0
- package/dist/fonts/fraunces/fraunces-latin.woff2 +0 -0
- package/dist/forms.js +68 -59
- package/dist/glass-panel.js +1 -1
- package/dist/glass-ui.css +1 -1
- package/dist/glass-ui.js +226 -328
- package/dist/glyph-face.js +2 -2
- package/dist/goo-blob.d.ts +1 -0
- package/dist/goo-blob.js +538 -0
- package/dist/header-ribbon.js +2 -2
- package/dist/hover-card.js +1 -1
- package/dist/hover-popover.js +1 -1
- package/dist/icon-tooltip.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/instrument-chassis.js +1 -1
- package/dist/instrument-rail.js +1 -1
- package/dist/keys-BFoma9vm.js +9 -0
- package/dist/label.js +1 -1
- package/dist/labeled-field.js +57 -39
- package/dist/metric-badge.js +1 -1
- package/dist/motion-core.js +82 -123
- package/dist/motion.js +62 -14
- package/dist/number-field.js +1 -1
- package/dist/paper-backdrop.js +1 -1
- package/dist/popover.js +1 -1
- package/dist/{presets-BpTf63Hp.js → presets-1OhFpaIC.js} +1 -1
- package/dist/prng-Bz_1Tydc.js +15 -0
- package/dist/progress.js +2 -2
- package/dist/reactive.js +2 -2
- package/dist/responsive-tabs.js +38 -32
- package/dist/scrolling-text.js +1 -1
- package/dist/search.js +8 -8
- package/dist/select.js +3 -3
- package/dist/separator.js +1 -1
- package/dist/sheet.js +1 -1
- package/dist/{slider-wx8ifVFB.js → slider-BOh8ycfZ.js} +7 -11
- package/dist/slider.js +1 -1
- package/dist/sortable-list.js +36 -38
- package/dist/stacked-icons.js +2 -2
- package/dist/styles/animations.css +1 -1
- package/dist/styles/cards.css +1 -1
- package/dist/styles/components.css +1 -1
- package/dist/styles/dock-controls.css +486 -0
- package/dist/styles/dock.css +284 -450
- package/dist/styles/fonts.css +25 -0
- package/dist/styles/glass-specular-track.css +154 -0
- package/dist/styles/glass.css +74 -2
- package/dist/styles/index.css +21 -2
- package/dist/styles/instrument-chassis.css +11 -4
- package/dist/styles/theme.css +73 -21
- package/dist/styles/tokens.css +271 -140
- package/dist/styles/typography.css +14 -8
- package/dist/styles/utilities.css +36 -8
- package/dist/styles/view-transition.css +10 -4
- package/dist/switch.js +1 -1
- package/dist/tabs.js +139 -112
- package/dist/timeline.js +219 -158
- package/dist/toast.js +1 -1
- package/dist/toggle-group.js +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/{useAnimatedNumber-BOxrS3a6.js → useAnimatedNumber-BF6r64lA.js} +1 -1
- package/dist/useClipboard-D8vFyRCa.js +97 -0
- package/dist/{useConfiguratorState-Dq2gNv4A.js → useConfiguratorState-DUtC1jxr.js} +82 -86
- package/dist/useGlobalDark-CWiaCoEw.js +34 -0
- package/dist/useIntersectionPause-DAdVPVp4.js +53 -0
- package/dist/useSortable-DnyGXKKY.js +246 -0
- package/dist/{useTouchGate-XX8gHfay.js → useTouchGate-CS5Csc2h.js} +1 -1
- package/dist/utils/prng.d.ts +4 -0
- package/dist/vReveal-u2wSG2El.js +35 -0
- package/dist/watercolor-dot.d.ts +1 -0
- package/dist/watercolor-dot.js +129 -0
- package/package.json +101 -16
- package/src/fonts/README.md +21 -0
- package/src/fonts/fraunces/fraunces-latin.woff2 +0 -0
- package/src/styles/animations.css +1 -1
- package/src/styles/cards.css +1 -1
- package/src/styles/dock-controls.css +486 -0
- package/src/styles/dock.css +284 -450
- package/src/styles/fonts.css +25 -0
- package/src/styles/glass-specular-track.css +154 -0
- package/src/styles/glass.css +74 -2
- package/src/styles/index.css +21 -2
- package/src/styles/instrument-chassis.css +11 -4
- package/src/styles/theme.css +73 -21
- package/src/styles/tokens.css +271 -140
- package/src/styles/typography.css +14 -8
- package/src/styles/utilities.css +36 -8
- package/src/styles/view-transition.css +10 -4
- package/dist/DataTable-BsrDYdoE.js +0 -460
- package/dist/DialogContent-B61rP8lj.js +0 -93
- package/dist/HoverPopover-BlEwqG7S.js +0 -96
- package/dist/Input-IFsIzId2.js +0 -30
- package/dist/Progress-Bs44qWEM.js +0 -126
- package/dist/UnderlineTabs-B4FV2zi_.js +0 -37
- package/dist/components/custom/aurora/shaders/aurora.frag.d.ts +0 -1
- package/dist/composables/dom/useBreakpoint.d.ts +0 -38
- package/dist/composables/dom/useIdleReady.d.ts +0 -63
- package/dist/composables/dom/useViewportReady.d.ts +0 -87
- package/dist/composables/glass/webgl/frostShader.d.ts +0 -27
- package/dist/composables/motion/useAnimatedNumberMap.d.ts +0 -29
- package/dist/composables/motion/useStagger.d.ts +0 -50
- package/dist/dockContext-DM58L1Jt.js +0 -16
- package/dist/keys-SIKQYNx1.js +0 -11
- package/dist/supportsCssTimeline-IQY3gfKD.js +0 -12
- package/dist/useGlobalDark-BUUTZvkU.js +0 -24
- package/dist/useIdleReady-sLhGo6CL.js +0 -162
- package/dist/useIntersectionPause-CUmANkoc.js +0 -39
- package/dist/useSortable-DLK9kwZp.js +0 -189
- /package/dist/{HoverCardContent-DGUhpRVt.js → HoverCardContent-ICfIMZX1.js} +0 -0
- /package/dist/{InstrumentChassis-CqKPBNqp.js → InstrumentChassis-DaHIZCqy.js} +0 -0
- /package/dist/{InstrumentRail-CCjvKkpB.js → InstrumentRail-B0qqLFN0.js} +0 -0
- /package/dist/{Label-D53EOwLE.js → Label-CZk-3nTc.js} +0 -0
- /package/dist/{PaperBackdrop-Ds-wDsKf.js → PaperBackdrop-D_YZW47j.js} +0 -0
- /package/dist/{SelectGroup-DAgcsfFw.js → SelectGroup-CMdoCjRE.js} +0 -0
- /package/dist/{SelectSeparator-DN1jzLaI.js → SelectSeparator-CaJnPF3_.js} +0 -0
- /package/dist/{Separator-DXxac0j8.js → Separator-C2XtAXRp.js} +0 -0
- /package/dist/{Switch-imA0Hdjs.js → Switch-x8n6husW.js} +0 -0
- /package/dist/{Toaster-Brs6QjBU.js → Toaster-DdhMKfus.js} +0 -0
- /package/dist/{TooltipProvider-MZFRxOvT.js → TooltipProvider-D-JrSqDu.js} +0 -0
- /package/dist/components/custom/aurora/{renderMode.d.ts → constants/renderMode.d.ts} +0 -0
- /package/dist/components/custom/aurora/{shaders → constants/shaders}/aurora.vert.d.ts +0 -0
- /package/dist/{constants-DfWPi8kh.js → constants-DsCdlK9I.js} +0 -0
- /package/dist/{sheet-BnvZRXPq.js → sheet-CQYYrkr9.js} +0 -0
- /package/dist/{useGlassRenderer-C98tZnJ7.js → useGlassRenderer-Dn3WpfG-.js} +0 -0
- /package/dist/{useInterval-B58LmYth.js → useInterval-CHVYFpXV.js} +0 -0
- /package/dist/{useResizeObserver-C_7GjpRn.js → useResizeObserver-DX-STszm.js} +0 -0
- /package/dist/{useTextHighlight-CLST6an0.js → useTextHighlight-Dmtofpk2.js} +0 -0
- /package/dist/{useTimer-6FoosoDY.js → useTimer-DGgoxTXL.js} +0 -0
- /package/dist/{useUserInvalidAria-BW5iyqWR.js → useUserInvalidAria-DmvZ_6Dx.js} +0 -0
- /package/dist/{useViewTransition-CUJM7fXT.js → useViewTransition-D4ssvnXZ.js} +0 -0
package/dist/glass-ui.js
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
1
|
import { t as e } from "./cn-DJXf4yaB.js";
|
|
2
|
-
import {
|
|
3
|
-
import { t as
|
|
4
|
-
import { t as
|
|
5
|
-
import { t as
|
|
6
|
-
import { a as
|
|
7
|
-
import { a as
|
|
8
|
-
import { a as
|
|
2
|
+
import { a as t, i as n, n as r, o as i, r as a, t as o } from "./vReveal-u2wSG2El.js";
|
|
3
|
+
import { t as s } from "./check-CdkxGxXJ.js";
|
|
4
|
+
import { t as c } from "./chevron-down-pBY8sYfV.js";
|
|
5
|
+
import { t as l } from "./Notification-DP_ApJLo.js";
|
|
6
|
+
import { a as u, c as d, i as f, l as p, n as ee, o as te, r as ne, s as re, t as ie, u as ae } from "./ContextMenuSubContent-DrWkXKQP.js";
|
|
7
|
+
import { a as oe, i as se, n as ce, r as le, t as ue } from "./NumberFieldContent-iOTQ5rGO.js";
|
|
8
|
+
import { a as de, i as fe, n as pe, o as me, r as he, s as ge, t as _e } from "./useConfiguratorState-DUtC1jxr.js";
|
|
9
9
|
import { t as m } from "./x-C4pz9nbD.js";
|
|
10
|
-
import { n as h, t as
|
|
11
|
-
import { n as g, t as
|
|
12
|
-
import { a as
|
|
13
|
-
import { n as
|
|
14
|
-
import { a as _, c as
|
|
15
|
-
import { n as
|
|
16
|
-
import { a as
|
|
17
|
-
import { n as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import { t as
|
|
22
|
-
import { t as
|
|
23
|
-
import {
|
|
24
|
-
import { t as
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import { t as
|
|
28
|
-
import {
|
|
29
|
-
import { t as
|
|
30
|
-
import { a as
|
|
31
|
-
import { t as
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import { i as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { t as
|
|
40
|
-
import {
|
|
41
|
-
import { t as
|
|
42
|
-
import { t as
|
|
43
|
-
import { t as
|
|
44
|
-
import { t as
|
|
45
|
-
import { t as
|
|
46
|
-
import { t as
|
|
47
|
-
import {
|
|
48
|
-
import { t as
|
|
49
|
-
import { t as
|
|
50
|
-
import {
|
|
51
|
-
import { t as
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
10
|
+
import { n as h, t as ve } from "./badge-Cl6JZ1B7.js";
|
|
11
|
+
import { n as g, t as ye } from "./button-Ckn3eDfB.js";
|
|
12
|
+
import { a as be, i as xe, n as Se, o as Ce, r as we, t as Te } from "./CardFooter-C390imy7.js";
|
|
13
|
+
import { n as Ee, r as De, t as Oe } from "./CollapsibleContent-cauTbZEM.js";
|
|
14
|
+
import { a as _, c as ke, i as v, l as y, n as Ae, o as b, r as x, s as S, t as C } from "./CommandShortcut-BiVyqipe.js";
|
|
15
|
+
import { n as je, t as Me } from "./DialogContent-IQ8_BRrC.js";
|
|
16
|
+
import { a as Ne, i as Pe, n as Fe, o as Ie, r as Le, s as Re, t as ze } from "./DialogFooter-Er0wA3K6.js";
|
|
17
|
+
import { n as Be, r as Ve, t as He } from "./ContextMenuContent-De01_83g.js";
|
|
18
|
+
import { t as Ue } from "./useResizeObserver-DX-STszm.js";
|
|
19
|
+
import { t as We } from "./useTimer-DGgoxTXL.js";
|
|
20
|
+
import { t as Ge } from "./useTouchGate-CS5Csc2h.js";
|
|
21
|
+
import { n as Ke, r as qe, t as Je } from "./useClipboard-D8vFyRCa.js";
|
|
22
|
+
import { t as Ye } from "./useUserInvalidAria-DmvZ_6Dx.js";
|
|
23
|
+
import { t as Xe } from "./useTextHighlight-Dmtofpk2.js";
|
|
24
|
+
import { a as Ze, c as Qe, i as $e, l as et, n as tt, o as nt, r as rt, s as it, t as at, u as ot } from "./DataTable-FfkaAg2z.js";
|
|
25
|
+
import { a as st, c as ct, d as lt, f as ut, h as dt, i as ft, l as pt, m as mt, n as ht, o as gt, p as _t, r as vt, s as yt, t as bt, u as xt } from "./dropdown-menu-EFjl5iKo.js";
|
|
26
|
+
import { n as St, r as Ct, t as wt } from "./HoverCardContent-ICfIMZX1.js";
|
|
27
|
+
import { t as Tt } from "./Label-CZk-3nTc.js";
|
|
28
|
+
import { t as Et } from "./MetricBadge-BlrdbOGN.js";
|
|
29
|
+
import { n as w, r as T, t as E } from "./PopoverContent-B8WtJECb.js";
|
|
30
|
+
import { a as Dt, i as Ot, n as kt, r as At, t as jt } from "./Progress-DjM86vfb.js";
|
|
31
|
+
import { t as Mt } from "./PaperBackdrop-D_YZW47j.js";
|
|
32
|
+
import { a as Nt, i as Pt, n as Ft, o as It, r as Lt, s as Rt, t as zt } from "./SelectScrollDownButton-BGn3rjs9.js";
|
|
33
|
+
import { t as Bt } from "./SelectGroup-CMdoCjRE.js";
|
|
34
|
+
import { n as Vt, t as Ht } from "./SelectSeparator-CaJnPF3_.js";
|
|
35
|
+
import { t as Ut } from "./Separator-C2XtAXRp.js";
|
|
36
|
+
import { a as Wt, c as Gt, i as Kt, l as qt, n as Jt, o as Yt, r as Xt, s as Zt, t as Qt } from "./sheet-CQYYrkr9.js";
|
|
37
|
+
import { n as $t, t as en } from "./slider-BOh8ycfZ.js";
|
|
38
|
+
import { t as tn } from "./Switch-x8n6husW.js";
|
|
39
|
+
import { i as nn, n as rn, r as an, t as on } from "./TabsIndicator-DA0x9gPr.js";
|
|
40
|
+
import { a as sn, c as cn, i as ln, n as un, o as dn, r as fn, s as pn, t as D } from "./Toaster-DdhMKfus.js";
|
|
41
|
+
import { i as mn, n as hn, r as gn, t as _n } from "./ToggleGroupItem-gyXj998A.js";
|
|
42
|
+
import { i as vn, n as yn, r as bn, t as xn } from "./TooltipProvider-D-JrSqDu.js";
|
|
43
|
+
import { n as Sn, t as Cn } from "./InstrumentChassis-DaHIZCqy.js";
|
|
44
|
+
import { t as wn } from "./InstrumentRail-B0qqLFN0.js";
|
|
45
|
+
import { n as Tn, r as En, t as Dn } from "./keys-BFoma9vm.js";
|
|
46
|
+
import { t as On } from "./GlyphFace-B_7vOmYn.js";
|
|
47
|
+
import { t as kn } from "./DiscoGlyph-BaZ8OawK.js";
|
|
48
|
+
import { t as An } from "./HoverPopover-DTSYkJtw.js";
|
|
49
|
+
import { t as jn } from "./ScrollingText-P9o_DuMn.js";
|
|
50
|
+
import { t as Mn } from "./useInterval-CHVYFpXV.js";
|
|
51
|
+
import { n as Nn, r as Pn, t as Fn } from "./useGlassRenderer-Dn3WpfG-.js";
|
|
52
|
+
import { t as In } from "./useSortable-DnyGXKKY.js";
|
|
53
|
+
import { n as Ln, t as Rn } from "./useViewTransition-D4ssvnXZ.js";
|
|
54
|
+
import { Fragment as O, computed as k, createBlock as A, createCommentVNode as j, createElementBlock as M, createElementVNode as N, createTextVNode as P, createVNode as F, defineComponent as I, guardReactiveProps as L, mergeModels as zn, mergeProps as R, normalizeClass as z, normalizeProps as B, openBlock as V, ref as Bn, renderList as H, renderSlot as U, resolveDynamicComponent as W, toDisplayString as G, toRaw as Vn, unref as K, useModel as Hn, withCtx as q, withModifiers as Un } from "vue";
|
|
55
|
+
import { AccordionContent as Wn, AccordionHeader as Gn, AccordionItem as Kn, AccordionRoot as qn, AccordionTrigger as Jn, AvatarFallback as Yn, AvatarImage as Xn, AvatarRoot as Zn, CheckboxIndicator as Qn, CheckboxRoot as $n, RadioGroupIndicator as er, RadioGroupItem as tr, RadioGroupRoot as nr, TabsContent as rr, TagsInputInput as ir, TagsInputItem as ar, TagsInputItemDelete as or, TagsInputItemText as sr, TagsInputRoot as cr, useEmitAsProps as lr, useForwardProps as J, useForwardPropsEmits as Y } from "reka-ui";
|
|
56
|
+
import { cva as X } from "class-variance-authority";
|
|
57
|
+
import { DrawerClose as ur, DrawerContent as dr, DrawerDescription as fr, DrawerOverlay as pr, DrawerPortal as mr, DrawerPortal as hr, DrawerRoot as gr, DrawerTitle as _r, DrawerTrigger as vr } from "vaul-vue";
|
|
57
58
|
//#endregion
|
|
58
59
|
//#region src/components/ui/accordion/Accordion.vue
|
|
59
|
-
var
|
|
60
|
+
var yr = /* @__PURE__ */ I({
|
|
60
61
|
__name: "Accordion",
|
|
61
62
|
props: {
|
|
62
63
|
collapsible: { type: Boolean },
|
|
@@ -72,30 +73,13 @@ var pr = /* @__PURE__ */ F({
|
|
|
72
73
|
},
|
|
73
74
|
emits: ["update:modelValue"],
|
|
74
75
|
setup(e, { emit: t }) {
|
|
75
|
-
let n =
|
|
76
|
-
return (e, t) => (
|
|
77
|
-
default:
|
|
76
|
+
let n = Y(e, t);
|
|
77
|
+
return (e, t) => (V(), A(K(qn), B(L(K(n))), {
|
|
78
|
+
default: q(() => [U(e.$slots, "default")]),
|
|
78
79
|
_: 3
|
|
79
80
|
}, 16));
|
|
80
81
|
}
|
|
81
|
-
})
|
|
82
|
-
//#endregion
|
|
83
|
-
//#region src/utils/moveBefore.ts
|
|
84
|
-
function mr(e, t, n) {
|
|
85
|
-
let r = e;
|
|
86
|
-
typeof r.moveBefore == "function" ? r.moveBefore(t, n) : e.insertBefore(t, n);
|
|
87
|
-
}
|
|
88
|
-
function hr() {
|
|
89
|
-
return typeof Element < "u" && "moveBefore" in Element.prototype;
|
|
90
|
-
}
|
|
91
|
-
//#endregion
|
|
92
|
-
//#region src/utils/platformSupport.ts
|
|
93
|
-
function gr() {
|
|
94
|
-
return typeof globalThis.scheduler?.postTask == "function";
|
|
95
|
-
}
|
|
96
|
-
//#endregion
|
|
97
|
-
//#region src/components/ui/accordion/AccordionContent.vue
|
|
98
|
-
var _r = /* @__PURE__ */ F({
|
|
82
|
+
}), br = /* @__PURE__ */ I({
|
|
99
83
|
__name: "AccordionContent",
|
|
100
84
|
props: {
|
|
101
85
|
forceMount: { type: Boolean },
|
|
@@ -110,16 +94,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
110
94
|
] }
|
|
111
95
|
},
|
|
112
96
|
setup(t) {
|
|
113
|
-
let n = t, r =
|
|
97
|
+
let n = t, r = k(() => {
|
|
114
98
|
let { class: e, ...t } = n;
|
|
115
99
|
return t;
|
|
116
100
|
});
|
|
117
|
-
return (t, i) => (
|
|
118
|
-
default:
|
|
101
|
+
return (t, i) => (V(), A(K(Wn), R(r.value, { class: "overflow-hidden text-sm transition-collapse data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down" }), {
|
|
102
|
+
default: q(() => [N("div", { class: z(K(e)("pb-4 pt-0", n.class)) }, [U(t.$slots, "default")], 2)]),
|
|
119
103
|
_: 3
|
|
120
104
|
}, 16));
|
|
121
105
|
}
|
|
122
|
-
}),
|
|
106
|
+
}), xr = /* @__PURE__ */ I({
|
|
123
107
|
__name: "AccordionItem",
|
|
124
108
|
props: {
|
|
125
109
|
disabled: { type: Boolean },
|
|
@@ -136,16 +120,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
136
120
|
] }
|
|
137
121
|
},
|
|
138
122
|
setup(t) {
|
|
139
|
-
let n = t, r =
|
|
123
|
+
let n = t, r = J(k(() => {
|
|
140
124
|
let { class: e, ...t } = n;
|
|
141
125
|
return t;
|
|
142
126
|
}));
|
|
143
|
-
return (t, i) => (
|
|
144
|
-
default:
|
|
127
|
+
return (t, i) => (V(), A(K(Kn), R(K(r), { class: K(e)("border-b", n.class) }), {
|
|
128
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
145
129
|
_: 3
|
|
146
130
|
}, 16, ["class"]));
|
|
147
131
|
}
|
|
148
|
-
}),
|
|
132
|
+
}), Sr = /* @__PURE__ */ I({
|
|
149
133
|
__name: "AccordionTrigger",
|
|
150
134
|
props: {
|
|
151
135
|
asChild: { type: Boolean },
|
|
@@ -159,19 +143,19 @@ var _r = /* @__PURE__ */ F({
|
|
|
159
143
|
] }
|
|
160
144
|
},
|
|
161
145
|
setup(t) {
|
|
162
|
-
let n = t, r =
|
|
146
|
+
let n = t, r = k(() => {
|
|
163
147
|
let { class: e, ...t } = n;
|
|
164
148
|
return t;
|
|
165
149
|
});
|
|
166
|
-
return (t,
|
|
167
|
-
default:
|
|
168
|
-
default:
|
|
150
|
+
return (t, i) => (V(), A(K(Gn), { class: "flex" }, {
|
|
151
|
+
default: q(() => [F(K(Jn), R(r.value, { class: K(e)("flex flex-1 items-center justify-between py-4 font-medium transition-colors hover:underline [&[data-state=open]>svg]:rotate-180", n.class) }), {
|
|
152
|
+
default: q(() => [U(t.$slots, "default"), U(t.$slots, "icon", {}, () => [F(K(c), { class: "h-4 w-4 shrink-0 transition-transform duration-200" })])]),
|
|
169
153
|
_: 3
|
|
170
154
|
}, 16, ["class"])]),
|
|
171
155
|
_: 3
|
|
172
156
|
}));
|
|
173
157
|
}
|
|
174
|
-
}),
|
|
158
|
+
}), Cr = /* @__PURE__ */ I({
|
|
175
159
|
__name: "Alert",
|
|
176
160
|
props: {
|
|
177
161
|
class: { type: [
|
|
@@ -185,13 +169,13 @@ var _r = /* @__PURE__ */ F({
|
|
|
185
169
|
},
|
|
186
170
|
setup(t) {
|
|
187
171
|
let n = t;
|
|
188
|
-
return (r, i) => (
|
|
172
|
+
return (r, i) => (V(), M("div", {
|
|
189
173
|
"data-slot": "alert",
|
|
190
|
-
class:
|
|
174
|
+
class: z(K(e)(K(Z)({ variant: t.variant }), n.class)),
|
|
191
175
|
role: "alert"
|
|
192
|
-
}, [
|
|
176
|
+
}, [U(r.$slots, "default")], 2));
|
|
193
177
|
}
|
|
194
|
-
}),
|
|
178
|
+
}), wr = /* @__PURE__ */ I({
|
|
195
179
|
__name: "AlertDescription",
|
|
196
180
|
props: { class: { type: [
|
|
197
181
|
Boolean,
|
|
@@ -202,12 +186,12 @@ var _r = /* @__PURE__ */ F({
|
|
|
202
186
|
] } },
|
|
203
187
|
setup(t) {
|
|
204
188
|
let n = t;
|
|
205
|
-
return (t, r) => (
|
|
189
|
+
return (t, r) => (V(), M("div", {
|
|
206
190
|
"data-slot": "alert-description",
|
|
207
|
-
class:
|
|
208
|
-
}, [
|
|
191
|
+
class: z(K(e)("text-muted-foreground col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed", n.class))
|
|
192
|
+
}, [U(t.$slots, "default")], 2));
|
|
209
193
|
}
|
|
210
|
-
}),
|
|
194
|
+
}), Tr = /* @__PURE__ */ I({
|
|
211
195
|
__name: "AlertTitle",
|
|
212
196
|
props: { class: { type: [
|
|
213
197
|
Boolean,
|
|
@@ -218,18 +202,18 @@ var _r = /* @__PURE__ */ F({
|
|
|
218
202
|
] } },
|
|
219
203
|
setup(t) {
|
|
220
204
|
let n = t;
|
|
221
|
-
return (t, r) => (
|
|
205
|
+
return (t, r) => (V(), M("div", {
|
|
222
206
|
"data-slot": "alert-title",
|
|
223
|
-
class:
|
|
224
|
-
}, [
|
|
207
|
+
class: z(K(e)("col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight", n.class))
|
|
208
|
+
}, [U(t.$slots, "default")], 2));
|
|
225
209
|
}
|
|
226
|
-
}),
|
|
210
|
+
}), Z = X("relative w-full rounded-lg border px-4 py-3 text-sm grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current", {
|
|
227
211
|
variants: { variant: {
|
|
228
212
|
default: "bg-card text-card-foreground",
|
|
229
213
|
destructive: "text-destructive bg-card [&>svg]:text-current *:data-[slot=alert-description]:text-destructive/90"
|
|
230
214
|
} },
|
|
231
215
|
defaultVariants: { variant: "default" }
|
|
232
|
-
}),
|
|
216
|
+
}), Er = /* @__PURE__ */ I({
|
|
233
217
|
__name: "Avatar",
|
|
234
218
|
props: {
|
|
235
219
|
class: { type: [
|
|
@@ -244,28 +228,29 @@ var _r = /* @__PURE__ */ F({
|
|
|
244
228
|
},
|
|
245
229
|
setup(t) {
|
|
246
230
|
let n = t;
|
|
247
|
-
return (r, i) => (
|
|
231
|
+
return (r, i) => (V(), A(K(Zn), { class: z(K(e)(K(Q)({
|
|
248
232
|
size: t.size,
|
|
249
233
|
shape: t.shape
|
|
250
234
|
}), n.class)) }, {
|
|
251
|
-
default:
|
|
235
|
+
default: q(() => [U(r.$slots, "default")]),
|
|
252
236
|
_: 3
|
|
253
237
|
}, 8, ["class"]));
|
|
254
238
|
}
|
|
255
|
-
}),
|
|
239
|
+
}), Dr = /* @__PURE__ */ I({
|
|
256
240
|
__name: "AvatarImage",
|
|
257
241
|
props: {
|
|
258
242
|
src: {},
|
|
259
243
|
referrerPolicy: {},
|
|
260
244
|
crossOrigin: {},
|
|
261
245
|
asChild: { type: Boolean },
|
|
262
|
-
as: {}
|
|
246
|
+
as: {},
|
|
247
|
+
alt: {}
|
|
263
248
|
},
|
|
264
249
|
setup(e) {
|
|
265
250
|
let t = e;
|
|
266
|
-
return (e, n) => (
|
|
251
|
+
return (e, n) => (V(), A(K(Xn), R(t, { class: "h-full w-full object-cover" }), null, 16));
|
|
267
252
|
}
|
|
268
|
-
}),
|
|
253
|
+
}), Or = /* @__PURE__ */ I({
|
|
269
254
|
__name: "AvatarFallback",
|
|
270
255
|
props: {
|
|
271
256
|
delayMs: {},
|
|
@@ -274,12 +259,12 @@ var _r = /* @__PURE__ */ F({
|
|
|
274
259
|
},
|
|
275
260
|
setup(e) {
|
|
276
261
|
let t = e;
|
|
277
|
-
return (e, n) => (
|
|
278
|
-
default:
|
|
262
|
+
return (e, n) => (V(), A(K(Yn), B(L(t)), {
|
|
263
|
+
default: q(() => [U(e.$slots, "default")]),
|
|
279
264
|
_: 3
|
|
280
265
|
}, 16));
|
|
281
266
|
}
|
|
282
|
-
}),
|
|
267
|
+
}), Q = X("inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden", { variants: {
|
|
283
268
|
size: {
|
|
284
269
|
sm: "h-10 w-10 text-xs",
|
|
285
270
|
base: "h-16 w-16 text-2xl",
|
|
@@ -289,7 +274,7 @@ var _r = /* @__PURE__ */ F({
|
|
|
289
274
|
circle: "rounded-pill",
|
|
290
275
|
square: "rounded-input"
|
|
291
276
|
}
|
|
292
|
-
} }),
|
|
277
|
+
} }), kr = /* @__PURE__ */ I({
|
|
293
278
|
__name: "Checkbox",
|
|
294
279
|
props: {
|
|
295
280
|
defaultValue: {},
|
|
@@ -313,19 +298,19 @@ var _r = /* @__PURE__ */ F({
|
|
|
313
298
|
},
|
|
314
299
|
emits: ["update:modelValue"],
|
|
315
300
|
setup(t, { emit: n }) {
|
|
316
|
-
let
|
|
317
|
-
let { class: e, ...t } =
|
|
301
|
+
let r = t, i = n, a = Y(k(() => {
|
|
302
|
+
let { class: e, ...t } = r;
|
|
318
303
|
return t;
|
|
319
|
-
}),
|
|
320
|
-
return (t, n) => (
|
|
321
|
-
default:
|
|
322
|
-
default:
|
|
304
|
+
}), i);
|
|
305
|
+
return (t, n) => (V(), A(K($n), R(K(a), { class: K(e)("focus-ring peer h-4 w-4 shrink-0 rounded-sm border border-primary disabled:cursor-not-allowed disabled:opacity-disabled data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", r.class) }), {
|
|
306
|
+
default: q(() => [F(K(Qn), { class: "flex h-full w-full items-center justify-center text-current" }, {
|
|
307
|
+
default: q(() => [U(t.$slots, "default", {}, () => [F(K(s), { class: "h-4 w-4" })])]),
|
|
323
308
|
_: 3
|
|
324
309
|
})]),
|
|
325
310
|
_: 3
|
|
326
311
|
}, 16, ["class"]));
|
|
327
312
|
}
|
|
328
|
-
}),
|
|
313
|
+
}), Ar = /* @__PURE__ */ I({
|
|
329
314
|
__name: "TableCaption",
|
|
330
315
|
props: { class: { type: [
|
|
331
316
|
Boolean,
|
|
@@ -336,9 +321,9 @@ var _r = /* @__PURE__ */ F({
|
|
|
336
321
|
] } },
|
|
337
322
|
setup(t) {
|
|
338
323
|
let n = t;
|
|
339
|
-
return (t, r) => (
|
|
324
|
+
return (t, r) => (V(), M("caption", { class: z(K(e)("mt-4 text-sm text-muted-foreground", n.class)) }, [U(t.$slots, "default")], 2));
|
|
340
325
|
}
|
|
341
|
-
}),
|
|
326
|
+
}), jr = /* @__PURE__ */ I({
|
|
342
327
|
__name: "Drawer",
|
|
343
328
|
props: {
|
|
344
329
|
activeSnapPoint: {},
|
|
@@ -375,11 +360,11 @@ var _r = /* @__PURE__ */ F({
|
|
|
375
360
|
"animationEnd"
|
|
376
361
|
],
|
|
377
362
|
setup(e, { emit: t }) {
|
|
378
|
-
let n = e, r =
|
|
363
|
+
let n = e, r = lr(t), i = [
|
|
379
364
|
.12,
|
|
380
365
|
.5,
|
|
381
366
|
1
|
|
382
|
-
], a =
|
|
367
|
+
], a = k(() => {
|
|
383
368
|
let { mode: e, ...t } = n, a = e === "live-behind";
|
|
384
369
|
return {
|
|
385
370
|
...t,
|
|
@@ -389,12 +374,12 @@ var _r = /* @__PURE__ */ F({
|
|
|
389
374
|
...r
|
|
390
375
|
};
|
|
391
376
|
});
|
|
392
|
-
return (e, t) => (
|
|
393
|
-
default:
|
|
377
|
+
return (e, t) => (V(), A(K(gr), B(L(a.value)), {
|
|
378
|
+
default: q(() => [U(e.$slots, "default")]),
|
|
394
379
|
_: 3
|
|
395
380
|
}, 16));
|
|
396
381
|
}
|
|
397
|
-
}),
|
|
382
|
+
}), $ = /* @__PURE__ */ I({
|
|
398
383
|
__name: "DrawerOverlay",
|
|
399
384
|
props: {
|
|
400
385
|
forceMount: { type: Boolean },
|
|
@@ -409,13 +394,13 @@ var _r = /* @__PURE__ */ F({
|
|
|
409
394
|
] }
|
|
410
395
|
},
|
|
411
396
|
setup(t) {
|
|
412
|
-
let n = t, r =
|
|
397
|
+
let n = t, r = k(() => {
|
|
413
398
|
let { class: e, ...t } = n;
|
|
414
399
|
return t;
|
|
415
400
|
});
|
|
416
|
-
return (t, i) => (
|
|
401
|
+
return (t, i) => (V(), A(K(pr), R(r.value, { class: K(e)("fixed inset-0 z-overlay bg-overlay-scrim-strong [backdrop-filter:var(--glass-blur-wash)]", n.class) }), null, 16, ["class"]));
|
|
417
402
|
}
|
|
418
|
-
}),
|
|
403
|
+
}), Mr = /* @__PURE__ */ I({
|
|
419
404
|
__name: "DrawerContent",
|
|
420
405
|
props: {
|
|
421
406
|
forceMount: { type: Boolean },
|
|
@@ -443,19 +428,19 @@ var _r = /* @__PURE__ */ F({
|
|
|
443
428
|
"closeAutoFocus"
|
|
444
429
|
],
|
|
445
430
|
setup(t, { emit: n }) {
|
|
446
|
-
let r = t, i =
|
|
447
|
-
return (t, n) => (
|
|
448
|
-
default:
|
|
449
|
-
default:
|
|
431
|
+
let r = t, i = Y(r, n);
|
|
432
|
+
return (t, n) => (V(), A(K(hr), null, {
|
|
433
|
+
default: q(() => [r.showOverlay ? (V(), A($, { key: 0 })) : j("", !0), F(K(dr), R(K(i), { class: K(e)("glass-drawer", r.class) }), {
|
|
434
|
+
default: q(() => [n[0] ||= N("div", {
|
|
450
435
|
class: "glass-drawer-handle",
|
|
451
436
|
"aria-hidden": "true"
|
|
452
|
-
}, [
|
|
437
|
+
}, [N("span", { class: "glass-drawer-grip" })], -1), U(t.$slots, "default")]),
|
|
453
438
|
_: 3
|
|
454
439
|
}, 16, ["class"])]),
|
|
455
440
|
_: 3
|
|
456
441
|
}));
|
|
457
442
|
}
|
|
458
|
-
}),
|
|
443
|
+
}), Nr = /* @__PURE__ */ I({
|
|
459
444
|
__name: "DrawerHeader",
|
|
460
445
|
props: { class: { type: [
|
|
461
446
|
Boolean,
|
|
@@ -466,9 +451,9 @@ var _r = /* @__PURE__ */ F({
|
|
|
466
451
|
] } },
|
|
467
452
|
setup(t) {
|
|
468
453
|
let n = t;
|
|
469
|
-
return (t, r) => (
|
|
454
|
+
return (t, r) => (V(), M("div", { class: z(K(e)("grid gap-1.5 p-4 text-center sm:text-left", n.class)) }, [U(t.$slots, "default")], 2));
|
|
470
455
|
}
|
|
471
|
-
}),
|
|
456
|
+
}), Pr = /* @__PURE__ */ I({
|
|
472
457
|
__name: "DrawerFooter",
|
|
473
458
|
props: { class: { type: [
|
|
474
459
|
Boolean,
|
|
@@ -479,9 +464,9 @@ var _r = /* @__PURE__ */ F({
|
|
|
479
464
|
] } },
|
|
480
465
|
setup(t) {
|
|
481
466
|
let n = t;
|
|
482
|
-
return (t, r) => (
|
|
467
|
+
return (t, r) => (V(), M("div", { class: z(K(e)("mt-auto flex flex-col gap-2 p-4", n.class)) }, [U(t.$slots, "default")], 2));
|
|
483
468
|
}
|
|
484
|
-
}),
|
|
469
|
+
}), Fr = /* @__PURE__ */ I({
|
|
485
470
|
__name: "DrawerTitle",
|
|
486
471
|
props: {
|
|
487
472
|
asChild: { type: Boolean },
|
|
@@ -495,16 +480,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
495
480
|
] }
|
|
496
481
|
},
|
|
497
482
|
setup(t) {
|
|
498
|
-
let n = t, r =
|
|
483
|
+
let n = t, r = k(() => {
|
|
499
484
|
let { class: e, ...t } = n;
|
|
500
485
|
return t;
|
|
501
486
|
});
|
|
502
|
-
return (t, i) => (
|
|
503
|
-
default:
|
|
487
|
+
return (t, i) => (V(), A(K(_r), R(r.value, { class: K(e)("text-subheading leading-none tracking-tight", n.class) }), {
|
|
488
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
504
489
|
_: 3
|
|
505
490
|
}, 16, ["class"]));
|
|
506
491
|
}
|
|
507
|
-
}),
|
|
492
|
+
}), Ir = /* @__PURE__ */ I({
|
|
508
493
|
__name: "DrawerDescription",
|
|
509
494
|
props: {
|
|
510
495
|
asChild: { type: Boolean },
|
|
@@ -518,16 +503,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
518
503
|
] }
|
|
519
504
|
},
|
|
520
505
|
setup(t) {
|
|
521
|
-
let n = t, r =
|
|
506
|
+
let n = t, r = k(() => {
|
|
522
507
|
let { class: e, ...t } = n;
|
|
523
508
|
return t;
|
|
524
509
|
});
|
|
525
|
-
return (t, i) => (
|
|
526
|
-
default:
|
|
510
|
+
return (t, i) => (V(), A(K(fr), R(r.value, { class: K(e)("text-sm text-muted-foreground", n.class) }), {
|
|
511
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
527
512
|
_: 3
|
|
528
513
|
}, 16, ["class"]));
|
|
529
514
|
}
|
|
530
|
-
}),
|
|
515
|
+
}), Lr = /* @__PURE__ */ I({
|
|
531
516
|
__name: "MetricPill",
|
|
532
517
|
props: {
|
|
533
518
|
amount: {},
|
|
@@ -548,8 +533,8 @@ var _r = /* @__PURE__ */ F({
|
|
|
548
533
|
] }
|
|
549
534
|
},
|
|
550
535
|
setup(t) {
|
|
551
|
-
let n = t, r =
|
|
552
|
-
return (e, n) => (
|
|
536
|
+
let n = t, r = k(() => e("metric-pill", n.class));
|
|
537
|
+
return (e, n) => (V(), A(Et, {
|
|
553
538
|
amount: t.amount,
|
|
554
539
|
unit: t.unit,
|
|
555
540
|
label: t.label,
|
|
@@ -558,7 +543,7 @@ var _r = /* @__PURE__ */ F({
|
|
|
558
543
|
placeholder: t.placeholder,
|
|
559
544
|
size: t.size,
|
|
560
545
|
"label-position": t.labelPosition,
|
|
561
|
-
class:
|
|
546
|
+
class: z(r.value),
|
|
562
547
|
"data-density": t.density
|
|
563
548
|
}, null, 8, [
|
|
564
549
|
"amount",
|
|
@@ -573,85 +558,87 @@ var _r = /* @__PURE__ */ F({
|
|
|
573
558
|
"data-density"
|
|
574
559
|
]));
|
|
575
560
|
}
|
|
576
|
-
}),
|
|
561
|
+
}), Rr = { class: "truncate" }, zr = {
|
|
577
562
|
key: 0,
|
|
578
563
|
class: "mr-2"
|
|
579
|
-
},
|
|
564
|
+
}, Br = {
|
|
580
565
|
key: 0,
|
|
581
566
|
class: "flex flex-wrap gap-1 mt-2"
|
|
582
|
-
},
|
|
567
|
+
}, Vr = {
|
|
583
568
|
key: 0,
|
|
584
569
|
class: "mr-1"
|
|
585
|
-
},
|
|
570
|
+
}, Hr = /* @__PURE__ */ I({
|
|
586
571
|
__name: "MultiSelect",
|
|
587
|
-
props: {
|
|
572
|
+
props: /* @__PURE__ */ zn({
|
|
588
573
|
options: {},
|
|
589
|
-
modelValue: {},
|
|
590
574
|
placeholder: { default: "Select items..." },
|
|
591
575
|
disabled: {
|
|
592
576
|
type: Boolean,
|
|
593
577
|
default: !1
|
|
594
578
|
},
|
|
595
579
|
maxDisplay: { default: 3 }
|
|
596
|
-
},
|
|
580
|
+
}, {
|
|
581
|
+
modelValue: { default: () => [] },
|
|
582
|
+
modelModifiers: {}
|
|
583
|
+
}),
|
|
597
584
|
emits: ["update:modelValue"],
|
|
598
|
-
setup(t
|
|
599
|
-
let
|
|
600
|
-
function
|
|
585
|
+
setup(t) {
|
|
586
|
+
let n = t, r = Hn(t, "modelValue"), i = Bn(!1), a = k(() => n.options.filter((e) => r.value.includes(e.value))), o = k(() => a.value.length === 0 ? n.placeholder : a.value.length <= n.maxDisplay ? a.value.map((e) => e.label).join(", ") : `${a.value.slice(0, n.maxDisplay).map((e) => e.label).join(", ")}... (+${a.value.length - n.maxDisplay})`);
|
|
587
|
+
function l(e) {
|
|
601
588
|
return typeof e == "string" && e.length > 0;
|
|
602
589
|
}
|
|
590
|
+
function u(e) {
|
|
591
|
+
return !e || l(e) ? null : Vn(e);
|
|
592
|
+
}
|
|
603
593
|
function d(e) {
|
|
604
|
-
|
|
594
|
+
r.value = r.value.includes(e) ? r.value.filter((t) => t !== e) : [...r.value, e];
|
|
605
595
|
}
|
|
606
596
|
function f(e) {
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
function p(e) {
|
|
610
|
-
o("update:modelValue", a.modelValue.filter((t) => t !== e));
|
|
597
|
+
r.value = r.value.filter((t) => t !== e);
|
|
611
598
|
}
|
|
612
|
-
return (n,
|
|
613
|
-
open:
|
|
614
|
-
"onUpdate:open":
|
|
599
|
+
return (n, p) => (V(), M(O, null, [F(K(T), {
|
|
600
|
+
open: i.value,
|
|
601
|
+
"onUpdate:open": p[0] ||= (e) => i.value = e
|
|
615
602
|
}, {
|
|
616
|
-
default:
|
|
617
|
-
default:
|
|
603
|
+
default: q(() => [F(K(w), { "as-child": "" }, {
|
|
604
|
+
default: q(() => [F(K(g), {
|
|
618
605
|
variant: "outline",
|
|
619
606
|
role: "combobox",
|
|
620
|
-
"aria-expanded":
|
|
607
|
+
"aria-expanded": i.value,
|
|
621
608
|
disabled: t.disabled,
|
|
622
609
|
class: "w-full justify-between text-left font-normal"
|
|
623
610
|
}, {
|
|
624
|
-
default:
|
|
611
|
+
default: q(() => [N("span", Rr, G(o.value), 1), F(K(c), { class: "ml-2 h-4 w-4 shrink-0 opacity-50" })]),
|
|
625
612
|
_: 1
|
|
626
613
|
}, 8, ["aria-expanded", "disabled"])]),
|
|
627
614
|
_: 1
|
|
628
|
-
}),
|
|
615
|
+
}), F(K(E), {
|
|
629
616
|
class: "w-full p-0",
|
|
630
617
|
align: "start"
|
|
631
618
|
}, {
|
|
632
|
-
default:
|
|
633
|
-
default:
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
default:
|
|
619
|
+
default: q(() => [F(K(y), null, {
|
|
620
|
+
default: q(() => [
|
|
621
|
+
F(K(_), { placeholder: "Search..." }),
|
|
622
|
+
F(K(S), null, {
|
|
623
|
+
default: q(() => [...p[1] ||= [P("No options found.", -1)]]),
|
|
637
624
|
_: 1
|
|
638
625
|
}),
|
|
639
|
-
|
|
640
|
-
default:
|
|
641
|
-
default:
|
|
642
|
-
key:
|
|
643
|
-
value:
|
|
644
|
-
onSelect: (e) =>
|
|
626
|
+
F(K(x), null, {
|
|
627
|
+
default: q(() => [F(K(b), null, {
|
|
628
|
+
default: q(() => [(V(!0), M(O, null, H(t.options, (t) => (V(), A(K(v), {
|
|
629
|
+
key: t.value,
|
|
630
|
+
value: t.value,
|
|
631
|
+
onSelect: (e) => d(t.value),
|
|
645
632
|
class: "cursor-pointer"
|
|
646
633
|
}, {
|
|
647
|
-
default:
|
|
648
|
-
|
|
649
|
-
|
|
634
|
+
default: q(() => [
|
|
635
|
+
F(K(s), { class: z(K(e)("mr-2 h-4 w-4", r.value.includes(t.value) ? "opacity-100" : "opacity-0")) }, null, 8, ["class"]),
|
|
636
|
+
l(t.icon) ? (V(), M("span", zr, G(t.icon), 1)) : u(t.icon) ? (V(), A(W(u(t.icon)), {
|
|
650
637
|
key: 1,
|
|
651
638
|
class: "mr-2 h-4 w-4 shrink-0",
|
|
652
639
|
"aria-hidden": "true"
|
|
653
|
-
})) :
|
|
654
|
-
|
|
640
|
+
})) : j("", !0),
|
|
641
|
+
P(" " + G(t.label), 1)
|
|
655
642
|
]),
|
|
656
643
|
_: 2
|
|
657
644
|
}, 1032, ["value", "onSelect"]))), 128))]),
|
|
@@ -665,32 +652,32 @@ var _r = /* @__PURE__ */ F({
|
|
|
665
652
|
_: 1
|
|
666
653
|
})]),
|
|
667
654
|
_: 1
|
|
668
|
-
}, 8, ["open"]),
|
|
655
|
+
}, 8, ["open"]), a.value.length > 0 ? (V(), M("div", Br, [(V(!0), M(O, null, H(a.value, (e) => (V(), A(K(h), {
|
|
669
656
|
key: e.value,
|
|
670
657
|
variant: "secondary",
|
|
671
658
|
class: "text-xs px-2 py-1"
|
|
672
659
|
}, {
|
|
673
|
-
default:
|
|
674
|
-
|
|
660
|
+
default: q(() => [
|
|
661
|
+
l(e.icon) ? (V(), M("span", Vr, G(e.icon), 1)) : u(e.icon) ? (V(), A(W(u(e.icon)), {
|
|
675
662
|
key: 1,
|
|
676
663
|
class: "mr-1 h-3 w-3 shrink-0",
|
|
677
664
|
"aria-hidden": "true"
|
|
678
|
-
})) :
|
|
679
|
-
|
|
680
|
-
|
|
665
|
+
})) : j("", !0),
|
|
666
|
+
P(" " + G(e.label) + " ", 1),
|
|
667
|
+
F(K(g), {
|
|
681
668
|
variant: "ghost",
|
|
682
669
|
size: "sm",
|
|
683
670
|
class: "ml-1 h-3 w-3 p-0 hover:bg-destructive hover:text-destructive-foreground",
|
|
684
|
-
onClick:
|
|
671
|
+
onClick: Un((t) => f(e.value), ["stop"])
|
|
685
672
|
}, {
|
|
686
|
-
default:
|
|
673
|
+
default: q(() => [F(K(m), { class: "h-2 w-2" })]),
|
|
687
674
|
_: 1
|
|
688
675
|
}, 8, ["onClick"])
|
|
689
676
|
]),
|
|
690
677
|
_: 2
|
|
691
|
-
}, 1024))), 128))])) :
|
|
678
|
+
}, 1024))), 128))])) : j("", !0)], 64));
|
|
692
679
|
}
|
|
693
|
-
}),
|
|
680
|
+
}), Ur = /* @__PURE__ */ I({
|
|
694
681
|
__name: "RadioGroup",
|
|
695
682
|
props: {
|
|
696
683
|
modelValue: {},
|
|
@@ -713,16 +700,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
713
700
|
},
|
|
714
701
|
emits: ["update:modelValue"],
|
|
715
702
|
setup(t, { emit: n }) {
|
|
716
|
-
let r = t, i = n, a =
|
|
703
|
+
let r = t, i = n, a = Y(k(() => {
|
|
717
704
|
let { class: e, ...t } = r;
|
|
718
705
|
return t;
|
|
719
706
|
}), i);
|
|
720
|
-
return (t, n) => (
|
|
721
|
-
default:
|
|
707
|
+
return (t, n) => (V(), A(K(nr), R({ class: K(e)("grid gap-2", r.class) }, K(a)), {
|
|
708
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
722
709
|
_: 3
|
|
723
710
|
}, 16, ["class"]));
|
|
724
711
|
}
|
|
725
|
-
}),
|
|
712
|
+
}), Wr = /* @__PURE__ */ I({
|
|
726
713
|
__name: "RadioGroupItem",
|
|
727
714
|
props: {
|
|
728
715
|
id: {},
|
|
@@ -741,22 +728,22 @@ var _r = /* @__PURE__ */ F({
|
|
|
741
728
|
] }
|
|
742
729
|
},
|
|
743
730
|
setup(t) {
|
|
744
|
-
let n = t, r =
|
|
731
|
+
let n = t, r = J(k(() => {
|
|
745
732
|
let { class: e, ...t } = n;
|
|
746
733
|
return t;
|
|
747
734
|
}));
|
|
748
|
-
return (t, i) => (
|
|
749
|
-
default:
|
|
750
|
-
default:
|
|
735
|
+
return (t, i) => (V(), A(K(tr), R(K(r), { class: K(e)("focus-ring aspect-square h-4 w-4 rounded-pill border border-primary text-primary disabled:cursor-not-allowed disabled:opacity-disabled", n.class) }), {
|
|
736
|
+
default: q(() => [F(K(er), { class: "flex items-center justify-center" }, {
|
|
737
|
+
default: q(() => [F(K(ae), { class: "h-2.5 w-2.5 fill-current text-current" })]),
|
|
751
738
|
_: 1
|
|
752
739
|
})]),
|
|
753
740
|
_: 1
|
|
754
741
|
}, 16, ["class"]));
|
|
755
742
|
}
|
|
756
|
-
}),
|
|
743
|
+
}), Gr = {
|
|
757
744
|
key: 1,
|
|
758
745
|
class: "flex flex-col gap-1"
|
|
759
|
-
},
|
|
746
|
+
}, Kr = /* @__PURE__ */ I({
|
|
760
747
|
__name: "Section",
|
|
761
748
|
props: {
|
|
762
749
|
title: {},
|
|
@@ -797,88 +784,19 @@ var _r = /* @__PURE__ */ F({
|
|
|
797
784
|
regular: "gap-2",
|
|
798
785
|
loose: "gap-4"
|
|
799
786
|
};
|
|
800
|
-
return (a, o) => (
|
|
801
|
-
n.backdrop === "paper" ? (
|
|
787
|
+
return (a, o) => (V(), M("section", { class: z(K(e)("flex flex-col", i[n.gap], n.backdrop === "paper" && "relative isolate", n.class)) }, [
|
|
788
|
+
n.backdrop === "paper" ? (V(), A(K(Mt), {
|
|
802
789
|
key: 0,
|
|
803
790
|
class: "!absolute inset-0"
|
|
804
|
-
})) :
|
|
805
|
-
t.title || a.$slots.header ? (
|
|
791
|
+
})) : j("", !0),
|
|
792
|
+
t.title || a.$slots.header ? (V(), M("header", Gr, [U(a.$slots, "header", {}, () => [N("h2", { class: z(K(e)(r[n.tone], n.titleClass)) }, G(t.title), 3)]), t.description || a.$slots.description ? (V(), M("p", {
|
|
806
793
|
key: 0,
|
|
807
|
-
class:
|
|
808
|
-
}, [
|
|
809
|
-
|
|
794
|
+
class: z(K(e)("section-description", n.descriptionClass))
|
|
795
|
+
}, [U(a.$slots, "description", {}, () => [P(G(t.description), 1)])], 2)) : j("", !0)])) : j("", !0),
|
|
796
|
+
U(a.$slots, "default")
|
|
810
797
|
], 2));
|
|
811
798
|
}
|
|
812
|
-
}),
|
|
813
|
-
__name: "Tabs",
|
|
814
|
-
props: {
|
|
815
|
-
defaultValue: {},
|
|
816
|
-
orientation: {},
|
|
817
|
-
dir: {},
|
|
818
|
-
activationMode: {},
|
|
819
|
-
modelValue: {},
|
|
820
|
-
unmountOnHide: { type: Boolean },
|
|
821
|
-
asChild: { type: Boolean },
|
|
822
|
-
as: {}
|
|
823
|
-
},
|
|
824
|
-
emits: ["update:modelValue"],
|
|
825
|
-
setup(e, { emit: t }) {
|
|
826
|
-
let n = J(e, t);
|
|
827
|
-
return (e, t) => (B(), k(G(Xn), z(I(G(n))), {
|
|
828
|
-
default: K(() => [H(e.$slots, "default")]),
|
|
829
|
-
_: 3
|
|
830
|
-
}, 16));
|
|
831
|
-
}
|
|
832
|
-
}), Wr = /* @__PURE__ */ F({
|
|
833
|
-
__name: "TabsTrigger",
|
|
834
|
-
props: {
|
|
835
|
-
value: {},
|
|
836
|
-
disabled: { type: Boolean },
|
|
837
|
-
asChild: { type: Boolean },
|
|
838
|
-
as: {},
|
|
839
|
-
class: { type: [
|
|
840
|
-
Boolean,
|
|
841
|
-
null,
|
|
842
|
-
String,
|
|
843
|
-
Object,
|
|
844
|
-
Array
|
|
845
|
-
] }
|
|
846
|
-
},
|
|
847
|
-
setup(t) {
|
|
848
|
-
let n = t, r = q(O(() => {
|
|
849
|
-
let { class: e, ...t } = n;
|
|
850
|
-
return t;
|
|
851
|
-
}));
|
|
852
|
-
return (t, i) => (B(), k(G(Zn), L(G(r), { class: G(e)("focus-ring inline-flex items-center justify-center whitespace-nowrap rounded-sm p-1 px-3 text-sm font-medium transition-[background-color,color,box-shadow,border-color] duration-[var(--duration-fast)] ease-[var(--ease-standard)] disabled:pointer-events-none disabled:opacity-disabled data-[state=active]:text-[var(--active-tab-color,var(--foreground))] hover:text-foreground/70", n.class) }), {
|
|
853
|
-
default: K(() => [H(t.$slots, "default")]),
|
|
854
|
-
_: 3
|
|
855
|
-
}, 16, ["class"]));
|
|
856
|
-
}
|
|
857
|
-
}), Gr = /* @__PURE__ */ F({
|
|
858
|
-
__name: "TabsList",
|
|
859
|
-
props: {
|
|
860
|
-
loop: { type: Boolean },
|
|
861
|
-
asChild: { type: Boolean },
|
|
862
|
-
as: {},
|
|
863
|
-
class: { type: [
|
|
864
|
-
Boolean,
|
|
865
|
-
null,
|
|
866
|
-
String,
|
|
867
|
-
Object,
|
|
868
|
-
Array
|
|
869
|
-
] }
|
|
870
|
-
},
|
|
871
|
-
setup(t) {
|
|
872
|
-
let n = t, r = O(() => {
|
|
873
|
-
let { class: e, ...t } = n;
|
|
874
|
-
return t;
|
|
875
|
-
});
|
|
876
|
-
return (t, i) => (B(), k(G(Yn), L(r.value, { class: G(e)("inline-flex h-10 items-center justify-center rounded-input p-1 text-muted-foreground", n.class) }), {
|
|
877
|
-
default: K(() => [H(t.$slots, "default")]),
|
|
878
|
-
_: 3
|
|
879
|
-
}, 16, ["class"]));
|
|
880
|
-
}
|
|
881
|
-
}), Kr = /* @__PURE__ */ F({
|
|
799
|
+
}), qr = /* @__PURE__ */ I({
|
|
882
800
|
__name: "TabsContent",
|
|
883
801
|
props: {
|
|
884
802
|
value: {},
|
|
@@ -894,36 +812,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
894
812
|
] }
|
|
895
813
|
},
|
|
896
814
|
setup(t) {
|
|
897
|
-
let n = t, r =
|
|
815
|
+
let n = t, r = k(() => {
|
|
898
816
|
let { class: e, ...t } = n;
|
|
899
817
|
return t;
|
|
900
818
|
});
|
|
901
|
-
return (t, i) => (
|
|
902
|
-
default:
|
|
819
|
+
return (t, i) => (V(), A(K(rr), R({ class: K(e)("mt-2 focus-visible:outline-none", n.class) }, r.value), {
|
|
820
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
903
821
|
_: 3
|
|
904
822
|
}, 16, ["class"]));
|
|
905
823
|
}
|
|
906
|
-
}),
|
|
907
|
-
__name: "TabsIndicator",
|
|
908
|
-
props: {
|
|
909
|
-
asChild: { type: Boolean },
|
|
910
|
-
as: {},
|
|
911
|
-
class: { type: [
|
|
912
|
-
Boolean,
|
|
913
|
-
null,
|
|
914
|
-
String,
|
|
915
|
-
Object,
|
|
916
|
-
Array
|
|
917
|
-
] }
|
|
918
|
-
},
|
|
919
|
-
setup(t) {
|
|
920
|
-
let n = t, r = O(() => {
|
|
921
|
-
let { class: e, ...t } = n;
|
|
922
|
-
return t;
|
|
923
|
-
});
|
|
924
|
-
return (t, i) => (B(), k(G(Jn), L(r.value, { class: G(e)("absolute left-0 h-[--reka-tabs-indicator-size] translate-x-[--reka-tabs-indicator-position] rounded-pill bg-secondary/80 transition-[width,transform] duration-[var(--duration-normal)] ease-[var(--spring-snappy)]", n.class) }), null, 16, ["class"]));
|
|
925
|
-
}
|
|
926
|
-
}), Jr = /* @__PURE__ */ F({
|
|
824
|
+
}), Jr = /* @__PURE__ */ I({
|
|
927
825
|
__name: "TagsInput",
|
|
928
826
|
props: {
|
|
929
827
|
modelValue: {},
|
|
@@ -958,16 +856,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
958
856
|
"removeTag"
|
|
959
857
|
],
|
|
960
858
|
setup(t, { emit: n }) {
|
|
961
|
-
let r = t, i = n, a =
|
|
859
|
+
let r = t, i = n, a = Y(k(() => {
|
|
962
860
|
let { class: e, ...t } = r;
|
|
963
861
|
return t;
|
|
964
862
|
}), i);
|
|
965
|
-
return (t, n) => (
|
|
966
|
-
default:
|
|
863
|
+
return (t, n) => (V(), A(K(cr), R(K(a), { class: K(e)("flex flex-wrap gap-2 items-center rounded-input border border-input bg-background px-3 py-2 text-sm", r.class) }), {
|
|
864
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
967
865
|
_: 3
|
|
968
866
|
}, 16, ["class"]));
|
|
969
867
|
}
|
|
970
|
-
}), Yr = /* @__PURE__ */
|
|
868
|
+
}), Yr = /* @__PURE__ */ I({
|
|
971
869
|
__name: "TagsInputInput",
|
|
972
870
|
props: {
|
|
973
871
|
placeholder: {},
|
|
@@ -984,13 +882,13 @@ var _r = /* @__PURE__ */ F({
|
|
|
984
882
|
] }
|
|
985
883
|
},
|
|
986
884
|
setup(t) {
|
|
987
|
-
let n = t, r =
|
|
885
|
+
let n = t, r = J(k(() => {
|
|
988
886
|
let { class: e, ...t } = n;
|
|
989
887
|
return t;
|
|
990
888
|
}));
|
|
991
|
-
return (t, i) => (
|
|
889
|
+
return (t, i) => (V(), A(K(ir), R(K(r), { class: K(e)("text-sm min-h-6 focus:outline-none flex-1 bg-transparent px-1", n.class) }), null, 16, ["class"]));
|
|
992
890
|
}
|
|
993
|
-
}), Xr = /* @__PURE__ */
|
|
891
|
+
}), Xr = /* @__PURE__ */ I({
|
|
994
892
|
__name: "TagsInputItem",
|
|
995
893
|
props: {
|
|
996
894
|
value: {},
|
|
@@ -1006,16 +904,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
1006
904
|
] }
|
|
1007
905
|
},
|
|
1008
906
|
setup(t) {
|
|
1009
|
-
let n = t, r =
|
|
907
|
+
let n = t, r = J(k(() => {
|
|
1010
908
|
let { class: e, ...t } = n;
|
|
1011
909
|
return t;
|
|
1012
910
|
}));
|
|
1013
|
-
return (t, i) => (
|
|
1014
|
-
default:
|
|
911
|
+
return (t, i) => (V(), A(K(ar), R(K(r), { class: K(e)("flex h-6 items-center rounded bg-secondary data-[state=active]:ring-ring data-[state=active]:ring-2 data-[state=active]:ring-offset-2 ring-offset-background", n.class) }), {
|
|
912
|
+
default: q(() => [U(t.$slots, "default")]),
|
|
1015
913
|
_: 3
|
|
1016
914
|
}, 16, ["class"]));
|
|
1017
915
|
}
|
|
1018
|
-
}), Zr = /* @__PURE__ */
|
|
916
|
+
}), Zr = /* @__PURE__ */ I({
|
|
1019
917
|
__name: "TagsInputItemDelete",
|
|
1020
918
|
props: {
|
|
1021
919
|
asChild: { type: Boolean },
|
|
@@ -1029,16 +927,16 @@ var _r = /* @__PURE__ */ F({
|
|
|
1029
927
|
] }
|
|
1030
928
|
},
|
|
1031
929
|
setup(t) {
|
|
1032
|
-
let n = t, r =
|
|
930
|
+
let n = t, r = J(k(() => {
|
|
1033
931
|
let { class: e, ...t } = n;
|
|
1034
932
|
return t;
|
|
1035
933
|
}));
|
|
1036
|
-
return (t, i) => (
|
|
1037
|
-
default:
|
|
934
|
+
return (t, i) => (V(), A(K(or), R(K(r), { class: K(e)("flex rounded bg-transparent mr-1", n.class) }), {
|
|
935
|
+
default: q(() => [U(t.$slots, "default", {}, () => [F(K(m), { class: "w-4 h-4" })])]),
|
|
1038
936
|
_: 3
|
|
1039
937
|
}, 16, ["class"]));
|
|
1040
938
|
}
|
|
1041
|
-
}), Qr = /* @__PURE__ */
|
|
939
|
+
}), Qr = /* @__PURE__ */ I({
|
|
1042
940
|
__name: "TagsInputItemText",
|
|
1043
941
|
props: {
|
|
1044
942
|
asChild: { type: Boolean },
|
|
@@ -1052,12 +950,12 @@ var _r = /* @__PURE__ */ F({
|
|
|
1052
950
|
] }
|
|
1053
951
|
},
|
|
1054
952
|
setup(t) {
|
|
1055
|
-
let n = t, r =
|
|
953
|
+
let n = t, r = J(k(() => {
|
|
1056
954
|
let { class: e, ...t } = n;
|
|
1057
955
|
return t;
|
|
1058
956
|
}));
|
|
1059
|
-
return (t, i) => (
|
|
957
|
+
return (t, i) => (V(), A(K(sr), R(K(r), { class: K(e)("py-1 px-2 text-sm rounded bg-transparent", n.class) }), null, 16, ["class"]));
|
|
1060
958
|
}
|
|
1061
959
|
});
|
|
1062
960
|
//#endregion
|
|
1063
|
-
export {
|
|
961
|
+
export { yr as Accordion, br as AccordionContent, xr as AccordionItem, Sr as AccordionTrigger, Cr as Alert, wr as AlertDescription, Tr as AlertTitle, Er as Avatar, Or as AvatarFallback, Dr as AvatarImage, h as Badge, g as Button, de as CONFIGURATOR_DENSITY_KEY, Ce as Card, Se as CardContent, we as CardDescription, Te as CardFooter, be as CardHeader, xe as CardTitle, Sn as ChassisDivider, kr as Checkbox, De as Collapsible, Oe as CollapsibleContent, Ee as CollapsibleTrigger, y as Command, ke as CommandDialog, S as CommandEmpty, b as CommandGroup, _ as CommandInput, v as CommandItem, x as CommandList, Ae as CommandSeparator, C as CommandShortcut, fe as Configurator, he as ConfiguratorLayer, pe as ConfiguratorRow, Ve as ContextMenu, re as ContextMenuCheckboxItem, He as ContextMenuContent, d as ContextMenuItem, ne as ContextMenuLabel, p as ContextMenuRadioGroup, te as ContextMenuRadioItem, f as ContextMenuSeparator, u as ContextMenuShortcut, ie as ContextMenuSubContent, ee as ContextMenuSubTrigger, Be as ContextMenuTrigger, at as DataTable, tt as DataTablePagination, je as Dialog, Re as DialogClose, Me as DialogContent, Le as DialogDescription, ze as DialogFooter, Ne as DialogHeader, Fe as DialogScrollContent, Pe as DialogTitle, Ie as DialogTrigger, kn as DiscoGlyph, jr as Drawer, ur as DrawerClose, Mr as DrawerContent, Ir as DrawerDescription, Pr as DrawerFooter, Nr as DrawerHeader, $ as DrawerOverlay, mr as DrawerPortal, Fr as DrawerTitle, vr as DrawerTrigger, dt as DropdownMenu, pt as DropdownMenuCheckboxItem, _t as DropdownMenuContent, ut as DropdownMenuGroup, xt as DropdownMenuItem, st as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, ct as DropdownMenuRadioItem, gt as DropdownMenuSeparator, yt as DropdownMenuShortcut, ft as DropdownMenuSub, ht as DropdownMenuSubContent, vt as DropdownMenuSubTrigger, mt as DropdownMenuTrigger, Dn as GLYPH_FACE_SILHOUETTE_KEY, On as GlyphFace, Ct as HoverCard, wt as HoverCardContent, St as HoverCardTrigger, An as HoverPopover, Cn as InstrumentChassis, wn as InstrumentRail, Tt as Label, Lr as MetricPill, Hr as MultiSelect, l as Notification, oe as NumberField, ue as NumberFieldContent, ce as NumberFieldDecrement, le as NumberFieldIncrement, se as NumberFieldInput, T as Popover, E as PopoverContent, w as PopoverTrigger, jt as Progress, Dt as ProgressDefault, Ot as ProgressGradient, kt as ProgressSectioned, Ur as RadioGroup, Wr as RadioGroupItem, jn as ScrollingText, Kr as Section, Rt as Select, Pt as SelectContent, Bt as SelectGroup, Lt as SelectItem, Vt as SelectLabel, zt as SelectScrollDownButton, Ft as SelectScrollUpButton, Ht as SelectSeparator, Nt as SelectTrigger, It as SelectValue, Ut as Separator, qt as Sheet, Zt as SheetClose, Yt as SheetContent, Xt as SheetDescription, Jt as SheetFooter, Wt as SheetHeader, Kt as SheetTitle, Gt as SheetTrigger, rt as Skeleton, $t as Slider, tn as Switch, ot as Table, et as TableBody, Ar as TableCaption, Qe as TableCell, $e as TableEmpty, it as TableHead, nt as TableHeader, Ze as TableRow, nn as Tabs, qr as TabsContent, on as TabsIndicator, rn as TabsList, an as TabsTrigger, Jr as TagsInput, Yr as TagsInputInput, Xr as TagsInputItem, Zr as TagsInputItemDelete, Qr as TagsInputItemText, cn as Toast, pn as ToastAction, dn as ToastClose, sn as ToastDescription, ln as ToastTitle, D as Toaster, mn as Toggle, hn as ToggleGroup, _n as ToggleGroupItem, vn as Tooltip, bn as TooltipContent, xn as TooltipProvider, yn as TooltipTrigger, Z as alertVariants, Q as avatarVariants, ve as badgeVariants, ye as buttonVariants, e as cn, Je as copyToClipboard, Fn as createGlassFilter, Nn as destroyGlassFilter, t as moveBeforeSafe, me as provideConfiguratorDensity, Tn as provideGlyphFaceSilhouette, Qt as sheetVariants, en as sliderVariants, Rn as startViewTransition, i as supportsMoveBefore, r as supportsPostTask, a as supportsScrollTimeline, n as supportsViewTimeline, Ln as supportsViewTransitions, un as toast, gn as toggleVariants, Ke as useClipboard, _e as useConfiguratorState, Pn as useGlassRenderer, Mn as useInterval, ge as useOptionalConfiguratorDensity, En as useOptionalGlyphFaceSilhouette, At as useProgressGeometry, Ue as useResizeObserver, In as useSortable, Xe as useTextHighlight, We as useTimer, fn as useToast, qe as useTokenColor, Ge as useTouchGate, Ye as useUserInvalidAria, o as vReveal };
|