@ark-ui/vue 5.27.1 → 5.29.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/components/accordion/accordion-item-content.vue.cjs +1 -0
- package/dist/components/accordion/accordion-item-content.vue.js +1 -0
- package/dist/components/anatomy.cjs +4 -5
- package/dist/components/anatomy.d.cts +1 -0
- package/dist/components/anatomy.d.ts +1 -0
- package/dist/components/anatomy.js +2 -1
- package/dist/components/carousel/carousel-autoplay-indicator.vue.cjs +37 -0
- package/dist/components/carousel/carousel-autoplay-indicator.vue.d.cts +26 -0
- package/dist/components/carousel/carousel-autoplay-indicator.vue.d.ts +26 -0
- package/dist/components/carousel/carousel-autoplay-indicator.vue.js +33 -0
- package/dist/components/carousel/carousel-autoplay-indicator.vue2.cjs +9 -0
- package/dist/components/carousel/carousel-autoplay-indicator.vue2.js +5 -0
- package/dist/components/carousel/carousel-progress-text.vue.cjs +38 -0
- package/dist/components/carousel/carousel-progress-text.vue.d.cts +19 -0
- package/dist/components/carousel/carousel-progress-text.vue.d.ts +19 -0
- package/dist/components/carousel/carousel-progress-text.vue.js +34 -0
- package/dist/components/carousel/carousel-progress-text.vue2.cjs +9 -0
- package/dist/components/carousel/carousel-progress-text.vue2.js +5 -0
- package/dist/components/carousel/carousel-root.vue.cjs +3 -1
- package/dist/components/carousel/carousel-root.vue.d.cts +1 -0
- package/dist/components/carousel/carousel-root.vue.d.ts +1 -0
- package/dist/components/carousel/carousel-root.vue.js +3 -1
- package/dist/components/carousel/carousel.anatomy.cjs +9 -0
- package/dist/components/carousel/carousel.anatomy.d.cts +2 -1
- package/dist/components/carousel/carousel.anatomy.d.ts +2 -1
- package/dist/components/carousel/carousel.anatomy.js +5 -0
- package/dist/components/carousel/carousel.cjs +4 -0
- package/dist/components/carousel/carousel.d.cts +2 -0
- package/dist/components/carousel/carousel.d.ts +2 -0
- package/dist/components/carousel/carousel.js +2 -0
- package/dist/components/carousel/carousel.types.d.cts +5 -0
- package/dist/components/carousel/carousel.types.d.ts +5 -0
- package/dist/components/carousel/index.cjs +8 -7
- package/dist/components/carousel/index.d.cts +2 -0
- package/dist/components/carousel/index.d.ts +2 -0
- package/dist/components/carousel/index.js +3 -1
- package/dist/components/checkbox/checkbox.anatomy.d.cts +1 -1
- package/dist/components/checkbox/checkbox.anatomy.d.ts +1 -1
- package/dist/components/collection/use-list-collection.d.cts +1 -1
- package/dist/components/collection/use-list-collection.d.ts +1 -1
- package/dist/components/color-picker/color-picker-root.vue.d.cts +1 -1
- package/dist/components/color-picker/color-picker-root.vue.d.ts +1 -1
- package/dist/components/color-picker/color-picker.anatomy.d.cts +1 -1
- package/dist/components/color-picker/color-picker.anatomy.d.ts +1 -1
- package/dist/components/color-picker/color-picker.d.cts +1 -1
- package/dist/components/color-picker/color-picker.d.ts +1 -1
- package/dist/components/color-picker/index.d.cts +1 -1
- package/dist/components/color-picker/index.d.ts +1 -1
- package/dist/components/combobox/combobox-root.vue.d.cts +1 -1
- package/dist/components/combobox/combobox-root.vue.d.ts +1 -1
- package/dist/components/combobox/combobox.anatomy.d.cts +1 -1
- package/dist/components/combobox/combobox.anatomy.d.ts +1 -1
- package/dist/components/combobox/combobox.d.cts +1 -1
- package/dist/components/combobox/combobox.d.ts +1 -1
- package/dist/components/combobox/index.d.cts +1 -1
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/date-picker/date-picker-root.vue.d.cts +2 -1
- package/dist/components/date-picker/date-picker-root.vue.d.ts +2 -1
- package/dist/components/date-picker/date-picker.anatomy.d.cts +1 -1
- package/dist/components/date-picker/date-picker.anatomy.d.ts +1 -1
- package/dist/components/dialog/dialog-root.vue.d.cts +1 -1
- package/dist/components/dialog/dialog-root.vue.d.ts +1 -1
- package/dist/components/dialog/dialog.d.cts +1 -1
- package/dist/components/dialog/dialog.d.ts +1 -1
- package/dist/components/dialog/index.d.cts +1 -1
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/editable/editable-root.vue.d.cts +1 -1
- package/dist/components/editable/editable-root.vue.d.ts +1 -1
- package/dist/components/editable/editable.d.cts +1 -1
- package/dist/components/editable/editable.d.ts +1 -1
- package/dist/components/editable/index.d.cts +1 -1
- package/dist/components/editable/index.d.ts +1 -1
- package/dist/components/floating-panel/floating-panel-root.vue.d.cts +2 -1
- package/dist/components/floating-panel/floating-panel-root.vue.d.ts +2 -1
- package/dist/components/hover-card/hover-card-root.vue.d.cts +1 -1
- package/dist/components/hover-card/hover-card-root.vue.d.ts +1 -1
- package/dist/components/hover-card/hover-card.d.cts +1 -1
- package/dist/components/hover-card/hover-card.d.ts +1 -1
- package/dist/components/hover-card/index.d.cts +1 -1
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/image-cropper/image-cropper-context.vue.cjs +22 -0
- package/dist/components/image-cropper/image-cropper-context.vue.d.cts +14 -0
- package/dist/components/image-cropper/image-cropper-context.vue.d.ts +14 -0
- package/dist/components/image-cropper/image-cropper-context.vue.js +18 -0
- package/dist/components/image-cropper/image-cropper-context.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-context.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-grid.vue.cjs +31 -0
- package/dist/components/image-cropper/image-cropper-grid.vue.d.cts +20 -0
- package/dist/components/image-cropper/image-cropper-grid.vue.d.ts +20 -0
- package/dist/components/image-cropper/image-cropper-grid.vue.js +27 -0
- package/dist/components/image-cropper/image-cropper-grid.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-grid.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-handle.vue.cjs +31 -0
- package/dist/components/image-cropper/image-cropper-handle.vue.d.cts +20 -0
- package/dist/components/image-cropper/image-cropper-handle.vue.d.ts +20 -0
- package/dist/components/image-cropper/image-cropper-handle.vue.js +27 -0
- package/dist/components/image-cropper/image-cropper-handle.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-handle.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-image.vue.cjs +24 -0
- package/dist/components/image-cropper/image-cropper-image.vue.d.cts +12 -0
- package/dist/components/image-cropper/image-cropper-image.vue.d.ts +12 -0
- package/dist/components/image-cropper/image-cropper-image.vue.js +20 -0
- package/dist/components/image-cropper/image-cropper-image.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-image.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue.cjs +32 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue.d.cts +23 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue.d.ts +23 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue.js +28 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-root-provider.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-root.vue.cjs +56 -0
- package/dist/components/image-cropper/image-cropper-root.vue.d.cts +42 -0
- package/dist/components/image-cropper/image-cropper-root.vue.d.ts +42 -0
- package/dist/components/image-cropper/image-cropper-root.vue.js +52 -0
- package/dist/components/image-cropper/image-cropper-root.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-root.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-selection.vue.cjs +29 -0
- package/dist/components/image-cropper/image-cropper-selection.vue.d.cts +19 -0
- package/dist/components/image-cropper/image-cropper-selection.vue.d.ts +19 -0
- package/dist/components/image-cropper/image-cropper-selection.vue.js +25 -0
- package/dist/components/image-cropper/image-cropper-selection.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-selection.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue.cjs +29 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue.d.cts +19 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue.d.ts +19 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue.js +25 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue2.cjs +9 -0
- package/dist/components/image-cropper/image-cropper-viewport.vue2.js +5 -0
- package/dist/components/image-cropper/image-cropper.anatomy.cjs +9 -0
- package/dist/components/image-cropper/image-cropper.anatomy.d.cts +2 -0
- package/dist/components/image-cropper/image-cropper.anatomy.d.ts +2 -0
- package/dist/components/image-cropper/image-cropper.anatomy.js +5 -0
- package/dist/components/image-cropper/image-cropper.cjs +28 -0
- package/dist/components/image-cropper/image-cropper.d.cts +10 -0
- package/dist/components/image-cropper/image-cropper.d.ts +10 -0
- package/dist/components/image-cropper/image-cropper.js +9 -0
- package/dist/components/image-cropper/image-cropper.types.d.cts +149 -0
- package/dist/components/image-cropper/image-cropper.types.d.ts +149 -0
- package/dist/components/image-cropper/index.cjs +31 -0
- package/dist/components/image-cropper/index.d.cts +13 -0
- package/dist/components/image-cropper/index.d.ts +13 -0
- package/dist/components/image-cropper/index.js +13 -0
- package/dist/components/image-cropper/use-image-cropper-context.cjs +10 -0
- package/dist/components/image-cropper/use-image-cropper-context.d.cts +5 -0
- package/dist/components/image-cropper/use-image-cropper-context.d.ts +5 -0
- package/dist/components/image-cropper/use-image-cropper-context.js +5 -0
- package/dist/components/image-cropper/use-image-cropper.cjs +68 -0
- package/dist/components/image-cropper/use-image-cropper.d.cts +10 -0
- package/dist/components/image-cropper/use-image-cropper.d.ts +10 -0
- package/dist/components/image-cropper/use-image-cropper.js +45 -0
- package/dist/components/index.cjs +43 -12
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +18 -2
- package/dist/components/listbox/listbox.anatomy.d.cts +1 -1
- package/dist/components/listbox/listbox.anatomy.d.ts +1 -1
- package/dist/components/marquee/marquee-content.vue.cjs +9 -1
- package/dist/components/marquee/marquee-content.vue.js +10 -2
- package/dist/components/menu/index.d.cts +1 -1
- package/dist/components/menu/index.d.ts +1 -1
- package/dist/components/menu/menu-root.vue.d.cts +1 -1
- package/dist/components/menu/menu-root.vue.d.ts +1 -1
- package/dist/components/menu/menu.d.cts +1 -1
- package/dist/components/menu/menu.d.ts +1 -1
- package/dist/components/popover/index.d.cts +1 -1
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/popover/popover-root.vue.d.cts +1 -1
- package/dist/components/popover/popover-root.vue.d.ts +1 -1
- package/dist/components/popover/popover.d.cts +1 -1
- package/dist/components/popover/popover.d.ts +1 -1
- package/dist/components/segment-group/segment-group.anatomy.d.cts +2 -2
- package/dist/components/segment-group/segment-group.anatomy.d.ts +2 -2
- package/dist/components/select/index.d.cts +1 -1
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/select-root.vue.d.cts +1 -1
- package/dist/components/select/select-root.vue.d.ts +1 -1
- package/dist/components/select/select.d.cts +1 -1
- package/dist/components/select/select.d.ts +1 -1
- package/dist/components/splitter/index.cjs +11 -5
- package/dist/components/splitter/index.d.cts +2 -0
- package/dist/components/splitter/index.d.ts +2 -0
- package/dist/components/splitter/index.js +2 -1
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue.cjs +31 -0
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue.d.cts +19 -0
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue.d.ts +19 -0
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue.js +27 -0
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue2.cjs +9 -0
- package/dist/components/splitter/splitter-resize-trigger-indicator.vue2.js +5 -0
- package/dist/components/splitter/splitter-resize-trigger.vue.cjs +2 -0
- package/dist/components/splitter/splitter-resize-trigger.vue.js +3 -1
- package/dist/components/splitter/splitter.cjs +7 -0
- package/dist/components/splitter/splitter.d.cts +6 -4
- package/dist/components/splitter/splitter.d.ts +6 -4
- package/dist/components/splitter/splitter.js +2 -0
- package/dist/components/splitter/use-splitter-resize-trigger-props-context.cjs +10 -0
- package/dist/components/splitter/use-splitter-resize-trigger-props-context.d.cts +3 -0
- package/dist/components/splitter/use-splitter-resize-trigger-props-context.d.ts +3 -0
- package/dist/components/splitter/use-splitter-resize-trigger-props-context.js +5 -0
- package/dist/components/tags-input/index.d.cts +1 -1
- package/dist/components/tags-input/index.d.ts +1 -1
- package/dist/components/tags-input/tags-input-root.vue.d.cts +1 -1
- package/dist/components/tags-input/tags-input-root.vue.d.ts +1 -1
- package/dist/components/tags-input/tags-input.d.cts +1 -1
- package/dist/components/tags-input/tags-input.d.ts +1 -1
- package/dist/components/toast/index.d.cts +2 -2
- package/dist/components/toast/index.d.ts +2 -2
- package/dist/components/toast/toast.d.cts +2 -0
- package/dist/components/toast/toast.d.ts +2 -0
- package/dist/components/toast/toaster.vue.d.cts +2 -1
- package/dist/components/toast/toaster.vue.d.ts +2 -1
- package/dist/components/tour/index.d.cts +1 -1
- package/dist/components/tour/index.d.ts +1 -1
- package/dist/components/tour/tour.anatomy.d.cts +1 -1
- package/dist/components/tour/tour.anatomy.d.ts +1 -1
- package/dist/components/tour/tour.d.cts +1 -1
- package/dist/components/tour/tour.d.ts +1 -1
- package/dist/index.cjs +43 -12
- package/dist/index.js +18 -2
- package/dist/utils/use-scope-id.cjs +36 -0
- package/dist/utils/use-scope-id.d.cts +5 -0
- package/dist/utils/use-scope-id.d.ts +5 -0
- package/dist/utils/use-scope-id.js +32 -0
- package/package.json +74 -73
package/dist/index.cjs
CHANGED
|
@@ -48,6 +48,8 @@ const bottomSheetTrigger_vue_vue_type_script_setup_true_lang = require('./compon
|
|
|
48
48
|
const useBottomSheet = require('./components/bottom-sheet/use-bottom-sheet.cjs');
|
|
49
49
|
const useBottomSheetContext = require('./components/bottom-sheet/use-bottom-sheet-context.cjs');
|
|
50
50
|
const bottomSheet$1 = require('./components/bottom-sheet/bottom-sheet.cjs');
|
|
51
|
+
const carouselAutoplayIndicator_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-autoplay-indicator.vue.cjs');
|
|
52
|
+
const carouselProgressText_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-progress-text.vue.cjs');
|
|
51
53
|
const carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-autoplay-trigger.vue.cjs');
|
|
52
54
|
const carouselContext_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-context.vue.cjs');
|
|
53
55
|
const carouselControl_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-control.vue.cjs');
|
|
@@ -59,9 +61,10 @@ const carouselNextTrigger_vue_vue_type_script_setup_true_lang = require('./compo
|
|
|
59
61
|
const carouselPrevTrigger_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-prev-trigger.vue.cjs');
|
|
60
62
|
const carouselRootProvider_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-root-provider.vue.cjs');
|
|
61
63
|
const carouselRoot_vue_vue_type_script_setup_true_lang = require('./components/carousel/carousel-root.vue.cjs');
|
|
64
|
+
const carousel_anatomy = require('./components/carousel/carousel.anatomy.cjs');
|
|
62
65
|
const useCarousel = require('./components/carousel/use-carousel.cjs');
|
|
63
66
|
const useCarouselContext = require('./components/carousel/use-carousel-context.cjs');
|
|
64
|
-
const carousel
|
|
67
|
+
const carousel = require('./components/carousel/carousel.cjs');
|
|
65
68
|
const checkboxContext_vue_vue_type_script_setup_true_lang = require('./components/checkbox/checkbox-context.vue.cjs');
|
|
66
69
|
const checkboxControl_vue_vue_type_script_setup_true_lang = require('./components/checkbox/checkbox-control.vue.cjs');
|
|
67
70
|
const checkboxGroup_vue_vue_type_script_setup_true_lang = require('./components/checkbox/checkbox-group.vue.cjs');
|
|
@@ -300,6 +303,18 @@ const hoverCardTrigger_vue_vue_type_script_setup_true_lang = require('./componen
|
|
|
300
303
|
const useHoverCard = require('./components/hover-card/use-hover-card.cjs');
|
|
301
304
|
const useHoverCardContext = require('./components/hover-card/use-hover-card-context.cjs');
|
|
302
305
|
const hoverCard$1 = require('./components/hover-card/hover-card.cjs');
|
|
306
|
+
const imageCropperContext_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-context.vue.cjs');
|
|
307
|
+
const imageCropperGrid_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-grid.vue.cjs');
|
|
308
|
+
const imageCropperHandle_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-handle.vue.cjs');
|
|
309
|
+
const imageCropperImage_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-image.vue.cjs');
|
|
310
|
+
const imageCropperRoot_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-root.vue.cjs');
|
|
311
|
+
const imageCropperRootProvider_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-root-provider.vue.cjs');
|
|
312
|
+
const imageCropperSelection_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-selection.vue.cjs');
|
|
313
|
+
const imageCropperViewport_vue_vue_type_script_setup_true_lang = require('./components/image-cropper/image-cropper-viewport.vue.cjs');
|
|
314
|
+
const useImageCropper = require('./components/image-cropper/use-image-cropper.cjs');
|
|
315
|
+
const useImageCropperContext = require('./components/image-cropper/use-image-cropper-context.cjs');
|
|
316
|
+
const imageCropper_anatomy = require('./components/image-cropper/image-cropper.anatomy.cjs');
|
|
317
|
+
const imageCropper = require('./components/image-cropper/image-cropper.cjs');
|
|
303
318
|
const jsonTreeViewRoot_vue_vue_type_script_setup_true_lang = require('./components/json-tree-view/json-tree-view-root.vue.cjs');
|
|
304
319
|
const jsonTreeViewRootProvider_vue_vue_type_script_setup_true_lang = require('./components/json-tree-view/json-tree-view-root-provider.vue.cjs');
|
|
305
320
|
const jsonTreeViewTree_vue_vue_type_script_setup_true_lang = require('./components/json-tree-view/json-tree-view-tree.vue.cjs');
|
|
@@ -549,9 +564,11 @@ const sliderValueText_vue_vue_type_script_setup_true_lang = require('./component
|
|
|
549
564
|
const useSlider = require('./components/slider/use-slider.cjs');
|
|
550
565
|
const useSliderContext = require('./components/slider/use-slider-context.cjs');
|
|
551
566
|
const slider$1 = require('./components/slider/slider.cjs');
|
|
567
|
+
const splitter = require('@zag-js/splitter');
|
|
552
568
|
const splitterContext_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-context.vue.cjs');
|
|
553
569
|
const splitterPanel_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-panel.vue.cjs');
|
|
554
570
|
const splitterResizeTrigger_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-resize-trigger.vue.cjs');
|
|
571
|
+
const splitterResizeTriggerIndicator_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-resize-trigger-indicator.vue.cjs');
|
|
555
572
|
const splitterRootProvider_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-root-provider.vue.cjs');
|
|
556
573
|
const splitterRoot_vue_vue_type_script_setup_true_lang = require('./components/splitter/splitter-root.vue.cjs');
|
|
557
574
|
const useSplitter = require('./components/splitter/use-splitter.cjs');
|
|
@@ -718,7 +735,6 @@ const accordion = require('@zag-js/accordion');
|
|
|
718
735
|
const angleSlider = require('@zag-js/angle-slider');
|
|
719
736
|
const avatar = require('@zag-js/avatar');
|
|
720
737
|
const bottomSheet = require('@zag-js/bottom-sheet');
|
|
721
|
-
const carousel = require('@zag-js/carousel');
|
|
722
738
|
const clipboard = require('@zag-js/clipboard');
|
|
723
739
|
const collapsible = require('@zag-js/collapsible');
|
|
724
740
|
const dialog = require('@zag-js/dialog');
|
|
@@ -741,7 +757,6 @@ const scrollArea = require('@zag-js/scroll-area');
|
|
|
741
757
|
const select = require('@zag-js/select');
|
|
742
758
|
const signaturepad = require('@zag-js/signature-pad');
|
|
743
759
|
const slider = require('@zag-js/slider');
|
|
744
|
-
const splitter = require('@zag-js/splitter');
|
|
745
760
|
const steps = require('@zag-js/steps');
|
|
746
761
|
const zagSwitch = require('@zag-js/switch');
|
|
747
762
|
const tabs = require('@zag-js/tabs');
|
|
@@ -800,6 +815,8 @@ exports.BottomSheetTrigger = bottomSheetTrigger_vue_vue_type_script_setup_true_l
|
|
|
800
815
|
exports.useBottomSheet = useBottomSheet.useBottomSheet;
|
|
801
816
|
exports.useBottomSheetContext = useBottomSheetContext.useBottomSheetContext;
|
|
802
817
|
exports.BottomSheet = bottomSheet$1;
|
|
818
|
+
exports.CarouselAutoplayIndicator = carouselAutoplayIndicator_vue_vue_type_script_setup_true_lang.default;
|
|
819
|
+
exports.CarouselProgressText = carouselProgressText_vue_vue_type_script_setup_true_lang.default;
|
|
803
820
|
exports.CarouselAutoplayTrigger = carouselAutoplayTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
804
821
|
exports.CarouselContext = carouselContext_vue_vue_type_script_setup_true_lang.default;
|
|
805
822
|
exports.CarouselControl = carouselControl_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -811,9 +828,10 @@ exports.CarouselNextTrigger = carouselNextTrigger_vue_vue_type_script_setup_true
|
|
|
811
828
|
exports.CarouselPrevTrigger = carouselPrevTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
812
829
|
exports.CarouselRootProvider = carouselRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
813
830
|
exports.CarouselRoot = carouselRoot_vue_vue_type_script_setup_true_lang.default;
|
|
831
|
+
exports.carouselAnatomy = carousel_anatomy.carouselAnatomy;
|
|
814
832
|
exports.useCarousel = useCarousel.useCarousel;
|
|
815
833
|
exports.useCarouselContext = useCarouselContext.useCarouselContext;
|
|
816
|
-
exports.Carousel = carousel
|
|
834
|
+
exports.Carousel = carousel;
|
|
817
835
|
exports.CheckboxContext = checkboxContext_vue_vue_type_script_setup_true_lang.default;
|
|
818
836
|
exports.CheckboxControl = checkboxControl_vue_vue_type_script_setup_true_lang.default;
|
|
819
837
|
exports.CheckboxGroup = checkboxGroup_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1060,6 +1078,18 @@ exports.HoverCardTrigger = hoverCardTrigger_vue_vue_type_script_setup_true_lang.
|
|
|
1060
1078
|
exports.useHoverCard = useHoverCard.useHoverCard;
|
|
1061
1079
|
exports.useHoverCardContext = useHoverCardContext.useHoverCardContext;
|
|
1062
1080
|
exports.HoverCard = hoverCard$1;
|
|
1081
|
+
exports.ImageCropperContext = imageCropperContext_vue_vue_type_script_setup_true_lang.default;
|
|
1082
|
+
exports.ImageCropperGrid = imageCropperGrid_vue_vue_type_script_setup_true_lang.default;
|
|
1083
|
+
exports.ImageCropperHandle = imageCropperHandle_vue_vue_type_script_setup_true_lang.default;
|
|
1084
|
+
exports.ImageCropperImage = imageCropperImage_vue_vue_type_script_setup_true_lang.default;
|
|
1085
|
+
exports.ImageCropperRoot = imageCropperRoot_vue_vue_type_script_setup_true_lang.default;
|
|
1086
|
+
exports.ImageCropperRootProvider = imageCropperRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
1087
|
+
exports.ImageCropperSelection = imageCropperSelection_vue_vue_type_script_setup_true_lang.default;
|
|
1088
|
+
exports.ImageCropperViewport = imageCropperViewport_vue_vue_type_script_setup_true_lang.default;
|
|
1089
|
+
exports.useImageCropper = useImageCropper.useImageCropper;
|
|
1090
|
+
exports.useImageCropperContext = useImageCropperContext.useImageCropperContext;
|
|
1091
|
+
exports.imageCropperAnatomy = imageCropper_anatomy.imageCropperAnatomy;
|
|
1092
|
+
exports.ImageCropper = imageCropper;
|
|
1063
1093
|
exports.JsonTreeViewRoot = jsonTreeViewRoot_vue_vue_type_script_setup_true_lang.default;
|
|
1064
1094
|
exports.JsonTreeViewRootProvider = jsonTreeViewRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
1065
1095
|
exports.JsonTreeViewTree = jsonTreeViewTree_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1310,9 +1340,18 @@ exports.SliderValueText = sliderValueText_vue_vue_type_script_setup_true_lang.de
|
|
|
1310
1340
|
exports.useSlider = useSlider.useSlider;
|
|
1311
1341
|
exports.useSliderContext = useSliderContext.useSliderContext;
|
|
1312
1342
|
exports.Slider = slider$1;
|
|
1343
|
+
Object.defineProperty(exports, "getSplitterLayout", {
|
|
1344
|
+
enumerable: true,
|
|
1345
|
+
get: () => splitter.layout
|
|
1346
|
+
});
|
|
1347
|
+
Object.defineProperty(exports, "splitterAnatomy", {
|
|
1348
|
+
enumerable: true,
|
|
1349
|
+
get: () => splitter.anatomy
|
|
1350
|
+
});
|
|
1313
1351
|
exports.SplitterContext = splitterContext_vue_vue_type_script_setup_true_lang.default;
|
|
1314
1352
|
exports.SplitterPanel = splitterPanel_vue_vue_type_script_setup_true_lang.default;
|
|
1315
1353
|
exports.SplitterResizeTrigger = splitterResizeTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
1354
|
+
exports.SplitterResizeTriggerIndicator = splitterResizeTriggerIndicator_vue_vue_type_script_setup_true_lang.default;
|
|
1316
1355
|
exports.SplitterRootProvider = splitterRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
1317
1356
|
exports.SplitterRoot = splitterRoot_vue_vue_type_script_setup_true_lang.default;
|
|
1318
1357
|
exports.useSplitter = useSplitter.useSplitter;
|
|
@@ -1496,10 +1535,6 @@ Object.defineProperty(exports, "bottomSheetAnatomy", {
|
|
|
1496
1535
|
enumerable: true,
|
|
1497
1536
|
get: () => bottomSheet.anatomy
|
|
1498
1537
|
});
|
|
1499
|
-
Object.defineProperty(exports, "carouselAnatomy", {
|
|
1500
|
-
enumerable: true,
|
|
1501
|
-
get: () => carousel.anatomy
|
|
1502
|
-
});
|
|
1503
1538
|
Object.defineProperty(exports, "clipboardAnatomy", {
|
|
1504
1539
|
enumerable: true,
|
|
1505
1540
|
get: () => clipboard.anatomy
|
|
@@ -1588,10 +1623,6 @@ Object.defineProperty(exports, "sliderAnatomy", {
|
|
|
1588
1623
|
enumerable: true,
|
|
1589
1624
|
get: () => slider.anatomy
|
|
1590
1625
|
});
|
|
1591
|
-
Object.defineProperty(exports, "splitterAnatomy", {
|
|
1592
|
-
enumerable: true,
|
|
1593
|
-
get: () => splitter.anatomy
|
|
1594
|
-
});
|
|
1595
1626
|
Object.defineProperty(exports, "stepsAnatomy", {
|
|
1596
1627
|
enumerable: true,
|
|
1597
1628
|
get: () => steps.anatomy
|
package/dist/index.js
CHANGED
|
@@ -48,6 +48,8 @@ export { useBottomSheet } from './components/bottom-sheet/use-bottom-sheet.js';
|
|
|
48
48
|
export { useBottomSheetContext } from './components/bottom-sheet/use-bottom-sheet-context.js';
|
|
49
49
|
import * as bottomSheet from './components/bottom-sheet/bottom-sheet.js';
|
|
50
50
|
export { bottomSheet as BottomSheet };
|
|
51
|
+
export { default as CarouselAutoplayIndicator } from './components/carousel/carousel-autoplay-indicator.vue.js';
|
|
52
|
+
export { default as CarouselProgressText } from './components/carousel/carousel-progress-text.vue.js';
|
|
51
53
|
export { default as CarouselAutoplayTrigger } from './components/carousel/carousel-autoplay-trigger.vue.js';
|
|
52
54
|
export { default as CarouselContext } from './components/carousel/carousel-context.vue.js';
|
|
53
55
|
export { default as CarouselControl } from './components/carousel/carousel-control.vue.js';
|
|
@@ -59,6 +61,7 @@ export { default as CarouselNextTrigger } from './components/carousel/carousel-n
|
|
|
59
61
|
export { default as CarouselPrevTrigger } from './components/carousel/carousel-prev-trigger.vue.js';
|
|
60
62
|
export { default as CarouselRootProvider } from './components/carousel/carousel-root-provider.vue.js';
|
|
61
63
|
export { default as CarouselRoot } from './components/carousel/carousel-root.vue.js';
|
|
64
|
+
export { carouselAnatomy } from './components/carousel/carousel.anatomy.js';
|
|
62
65
|
export { useCarousel } from './components/carousel/use-carousel.js';
|
|
63
66
|
export { useCarouselContext } from './components/carousel/use-carousel-context.js';
|
|
64
67
|
import * as carousel from './components/carousel/carousel.js';
|
|
@@ -315,6 +318,19 @@ export { useHoverCard } from './components/hover-card/use-hover-card.js';
|
|
|
315
318
|
export { useHoverCardContext } from './components/hover-card/use-hover-card-context.js';
|
|
316
319
|
import * as hoverCard from './components/hover-card/hover-card.js';
|
|
317
320
|
export { hoverCard as HoverCard };
|
|
321
|
+
export { default as ImageCropperContext } from './components/image-cropper/image-cropper-context.vue.js';
|
|
322
|
+
export { default as ImageCropperGrid } from './components/image-cropper/image-cropper-grid.vue.js';
|
|
323
|
+
export { default as ImageCropperHandle } from './components/image-cropper/image-cropper-handle.vue.js';
|
|
324
|
+
export { default as ImageCropperImage } from './components/image-cropper/image-cropper-image.vue.js';
|
|
325
|
+
export { default as ImageCropperRoot } from './components/image-cropper/image-cropper-root.vue.js';
|
|
326
|
+
export { default as ImageCropperRootProvider } from './components/image-cropper/image-cropper-root-provider.vue.js';
|
|
327
|
+
export { default as ImageCropperSelection } from './components/image-cropper/image-cropper-selection.vue.js';
|
|
328
|
+
export { default as ImageCropperViewport } from './components/image-cropper/image-cropper-viewport.vue.js';
|
|
329
|
+
export { useImageCropper } from './components/image-cropper/use-image-cropper.js';
|
|
330
|
+
export { useImageCropperContext } from './components/image-cropper/use-image-cropper-context.js';
|
|
331
|
+
export { imageCropperAnatomy } from './components/image-cropper/image-cropper.anatomy.js';
|
|
332
|
+
import * as imageCropper from './components/image-cropper/image-cropper.js';
|
|
333
|
+
export { imageCropper as ImageCropper };
|
|
318
334
|
export { default as JsonTreeViewRoot } from './components/json-tree-view/json-tree-view-root.vue.js';
|
|
319
335
|
export { default as JsonTreeViewRootProvider } from './components/json-tree-view/json-tree-view-root-provider.vue.js';
|
|
320
336
|
export { default as JsonTreeViewTree } from './components/json-tree-view/json-tree-view-tree.vue.js';
|
|
@@ -582,9 +598,11 @@ export { useSlider } from './components/slider/use-slider.js';
|
|
|
582
598
|
export { useSliderContext } from './components/slider/use-slider-context.js';
|
|
583
599
|
import * as slider from './components/slider/slider.js';
|
|
584
600
|
export { slider as Slider };
|
|
601
|
+
export { layout as getSplitterLayout, anatomy as splitterAnatomy } from '@zag-js/splitter';
|
|
585
602
|
export { default as SplitterContext } from './components/splitter/splitter-context.vue.js';
|
|
586
603
|
export { default as SplitterPanel } from './components/splitter/splitter-panel.vue.js';
|
|
587
604
|
export { default as SplitterResizeTrigger } from './components/splitter/splitter-resize-trigger.vue.js';
|
|
605
|
+
export { default as SplitterResizeTriggerIndicator } from './components/splitter/splitter-resize-trigger-indicator.vue.js';
|
|
588
606
|
export { default as SplitterRootProvider } from './components/splitter/splitter-root-provider.vue.js';
|
|
589
607
|
export { default as SplitterRoot } from './components/splitter/splitter-root.vue.js';
|
|
590
608
|
export { useSplitter } from './components/splitter/use-splitter.js';
|
|
@@ -763,7 +781,6 @@ export { anatomy as accordionAnatomy } from '@zag-js/accordion';
|
|
|
763
781
|
export { anatomy as angleSliderAnatomy } from '@zag-js/angle-slider';
|
|
764
782
|
export { anatomy as avatarAnatomy } from '@zag-js/avatar';
|
|
765
783
|
export { anatomy as bottomSheetAnatomy } from '@zag-js/bottom-sheet';
|
|
766
|
-
export { anatomy as carouselAnatomy } from '@zag-js/carousel';
|
|
767
784
|
export { anatomy as clipboardAnatomy } from '@zag-js/clipboard';
|
|
768
785
|
export { anatomy as collapsibleAnatomy } from '@zag-js/collapsible';
|
|
769
786
|
export { anatomy as dialogAnatomy } from '@zag-js/dialog';
|
|
@@ -786,7 +803,6 @@ export { anatomy as scrollAreaAnatomy } from '@zag-js/scroll-area';
|
|
|
786
803
|
export { anatomy as selectAnatomy } from '@zag-js/select';
|
|
787
804
|
export { anatomy as signaturePadAnatomy } from '@zag-js/signature-pad';
|
|
788
805
|
export { anatomy as sliderAnatomy } from '@zag-js/slider';
|
|
789
|
-
export { anatomy as splitterAnatomy } from '@zag-js/splitter';
|
|
790
806
|
export { anatomy as stepsAnatomy } from '@zag-js/steps';
|
|
791
807
|
export { anatomy as switchAnatomy } from '@zag-js/switch';
|
|
792
808
|
export { anatomy as tabsAnatomy } from '@zag-js/tabs';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const utils = require('@zag-js/utils');
|
|
6
|
+
const vue = require('vue');
|
|
7
|
+
|
|
8
|
+
function hasVnodeScopeId(vnode) {
|
|
9
|
+
if (vnode === null || typeof vnode !== "object") return false;
|
|
10
|
+
const vnodeObj = vnode;
|
|
11
|
+
return utils.hasProp(vnodeObj, "scopeId") && utils.isString(vnodeObj.scopeId);
|
|
12
|
+
}
|
|
13
|
+
function hasTypeScopeId(type) {
|
|
14
|
+
if (type === null || typeof type !== "object") return false;
|
|
15
|
+
const typeObj = type;
|
|
16
|
+
return utils.hasProp(typeObj, "__scopeId") && utils.isString(typeObj.__scopeId);
|
|
17
|
+
}
|
|
18
|
+
function getScopeIdFromInstance(instance) {
|
|
19
|
+
if (hasVnodeScopeId(instance.vnode)) return instance.vnode.scopeId;
|
|
20
|
+
if (hasTypeScopeId(instance.type)) return instance.type.__scopeId;
|
|
21
|
+
}
|
|
22
|
+
function useScopeId() {
|
|
23
|
+
const instance = vue.getCurrentInstance();
|
|
24
|
+
if (!instance) return;
|
|
25
|
+
let scopeId = getScopeIdFromInstance(instance);
|
|
26
|
+
if (!scopeId && instance.parent) {
|
|
27
|
+
let parent = instance.parent;
|
|
28
|
+
while (parent && !scopeId) {
|
|
29
|
+
scopeId = getScopeIdFromInstance(parent);
|
|
30
|
+
parent = parent.parent;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return scopeId;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
exports.useScopeId = useScopeId;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { hasProp, isString } from '@zag-js/utils';
|
|
2
|
+
import { getCurrentInstance } from 'vue';
|
|
3
|
+
|
|
4
|
+
function hasVnodeScopeId(vnode) {
|
|
5
|
+
if (vnode === null || typeof vnode !== "object") return false;
|
|
6
|
+
const vnodeObj = vnode;
|
|
7
|
+
return hasProp(vnodeObj, "scopeId") && isString(vnodeObj.scopeId);
|
|
8
|
+
}
|
|
9
|
+
function hasTypeScopeId(type) {
|
|
10
|
+
if (type === null || typeof type !== "object") return false;
|
|
11
|
+
const typeObj = type;
|
|
12
|
+
return hasProp(typeObj, "__scopeId") && isString(typeObj.__scopeId);
|
|
13
|
+
}
|
|
14
|
+
function getScopeIdFromInstance(instance) {
|
|
15
|
+
if (hasVnodeScopeId(instance.vnode)) return instance.vnode.scopeId;
|
|
16
|
+
if (hasTypeScopeId(instance.type)) return instance.type.__scopeId;
|
|
17
|
+
}
|
|
18
|
+
function useScopeId() {
|
|
19
|
+
const instance = getCurrentInstance();
|
|
20
|
+
if (!instance) return;
|
|
21
|
+
let scopeId = getScopeIdFromInstance(instance);
|
|
22
|
+
if (!scopeId && instance.parent) {
|
|
23
|
+
let parent = instance.parent;
|
|
24
|
+
while (parent && !scopeId) {
|
|
25
|
+
scopeId = getScopeIdFromInstance(parent);
|
|
26
|
+
parent = parent.parent;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return scopeId;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { useScopeId };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ark-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.29.0",
|
|
5
5
|
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"accordion",
|
|
@@ -149,72 +149,73 @@
|
|
|
149
149
|
"sideEffects": false,
|
|
150
150
|
"dependencies": {
|
|
151
151
|
"@internationalized/date": "3.10.0",
|
|
152
|
-
"@zag-js/accordion": "1.
|
|
153
|
-
"@zag-js/anatomy": "1.
|
|
154
|
-
"@zag-js/angle-slider": "1.
|
|
155
|
-
"@zag-js/async-list": "1.
|
|
156
|
-
"@zag-js/auto-resize": "1.
|
|
157
|
-
"@zag-js/avatar": "1.
|
|
158
|
-
"@zag-js/bottom-sheet": "1.
|
|
159
|
-
"@zag-js/carousel": "1.
|
|
160
|
-
"@zag-js/checkbox": "1.
|
|
161
|
-
"@zag-js/clipboard": "1.
|
|
162
|
-
"@zag-js/collapsible": "1.
|
|
163
|
-
"@zag-js/collection": "1.
|
|
164
|
-
"@zag-js/color-picker": "1.
|
|
165
|
-
"@zag-js/color-utils": "1.
|
|
166
|
-
"@zag-js/combobox": "1.
|
|
167
|
-
"@zag-js/core": "1.
|
|
168
|
-
"@zag-js/date-picker": "1.
|
|
169
|
-
"@zag-js/date-utils": "1.
|
|
170
|
-
"@zag-js/dialog": "1.
|
|
171
|
-
"@zag-js/dom-query": "1.
|
|
172
|
-
"@zag-js/editable": "1.
|
|
173
|
-
"@zag-js/file-upload": "1.
|
|
174
|
-
"@zag-js/file-utils": "1.
|
|
175
|
-
"@zag-js/floating-panel": "1.
|
|
176
|
-
"@zag-js/focus-trap": "1.
|
|
177
|
-
"@zag-js/highlight-word": "1.
|
|
178
|
-
"@zag-js/hover-card": "1.
|
|
179
|
-
"@zag-js/
|
|
180
|
-
"@zag-js/
|
|
181
|
-
"@zag-js/
|
|
182
|
-
"@zag-js/
|
|
183
|
-
"@zag-js/
|
|
184
|
-
"@zag-js/
|
|
185
|
-
"@zag-js/
|
|
186
|
-
"@zag-js/
|
|
187
|
-
"@zag-js/
|
|
188
|
-
"@zag-js/
|
|
189
|
-
"@zag-js/
|
|
190
|
-
"@zag-js/
|
|
191
|
-
"@zag-js/
|
|
192
|
-
"@zag-js/
|
|
193
|
-
"@zag-js/
|
|
194
|
-
"@zag-js/
|
|
195
|
-
"@zag-js/
|
|
196
|
-
"@zag-js/
|
|
197
|
-
"@zag-js/
|
|
198
|
-
"@zag-js/
|
|
199
|
-
"@zag-js/
|
|
200
|
-
"@zag-js/
|
|
201
|
-
"@zag-js/
|
|
202
|
-
"@zag-js/
|
|
203
|
-
"@zag-js/
|
|
204
|
-
"@zag-js/
|
|
205
|
-
"@zag-js/
|
|
206
|
-
"@zag-js/toggle
|
|
207
|
-
"@zag-js/
|
|
208
|
-
"@zag-js/
|
|
209
|
-
"@zag-js/
|
|
210
|
-
"@zag-js/
|
|
211
|
-
"@zag-js/
|
|
212
|
-
"@zag-js/
|
|
152
|
+
"@zag-js/accordion": "1.29.0",
|
|
153
|
+
"@zag-js/anatomy": "1.29.0",
|
|
154
|
+
"@zag-js/angle-slider": "1.29.0",
|
|
155
|
+
"@zag-js/async-list": "1.29.0",
|
|
156
|
+
"@zag-js/auto-resize": "1.29.0",
|
|
157
|
+
"@zag-js/avatar": "1.29.0",
|
|
158
|
+
"@zag-js/bottom-sheet": "1.29.0",
|
|
159
|
+
"@zag-js/carousel": "1.29.0",
|
|
160
|
+
"@zag-js/checkbox": "1.29.0",
|
|
161
|
+
"@zag-js/clipboard": "1.29.0",
|
|
162
|
+
"@zag-js/collapsible": "1.29.0",
|
|
163
|
+
"@zag-js/collection": "1.29.0",
|
|
164
|
+
"@zag-js/color-picker": "1.29.0",
|
|
165
|
+
"@zag-js/color-utils": "1.29.0",
|
|
166
|
+
"@zag-js/combobox": "1.29.0",
|
|
167
|
+
"@zag-js/core": "1.29.0",
|
|
168
|
+
"@zag-js/date-picker": "1.29.0",
|
|
169
|
+
"@zag-js/date-utils": "1.29.0",
|
|
170
|
+
"@zag-js/dialog": "1.29.0",
|
|
171
|
+
"@zag-js/dom-query": "1.29.0",
|
|
172
|
+
"@zag-js/editable": "1.29.0",
|
|
173
|
+
"@zag-js/file-upload": "1.29.0",
|
|
174
|
+
"@zag-js/file-utils": "1.29.0",
|
|
175
|
+
"@zag-js/floating-panel": "1.29.0",
|
|
176
|
+
"@zag-js/focus-trap": "1.29.0",
|
|
177
|
+
"@zag-js/highlight-word": "1.29.0",
|
|
178
|
+
"@zag-js/hover-card": "1.29.0",
|
|
179
|
+
"@zag-js/image-cropper": "1.29.0",
|
|
180
|
+
"@zag-js/i18n-utils": "1.29.0",
|
|
181
|
+
"@zag-js/json-tree-utils": "1.29.0",
|
|
182
|
+
"@zag-js/listbox": "1.29.0",
|
|
183
|
+
"@zag-js/marquee": "1.29.0",
|
|
184
|
+
"@zag-js/menu": "1.29.0",
|
|
185
|
+
"@zag-js/number-input": "1.29.0",
|
|
186
|
+
"@zag-js/pagination": "1.29.0",
|
|
187
|
+
"@zag-js/password-input": "1.29.0",
|
|
188
|
+
"@zag-js/pin-input": "1.29.0",
|
|
189
|
+
"@zag-js/popover": "1.29.0",
|
|
190
|
+
"@zag-js/presence": "1.29.0",
|
|
191
|
+
"@zag-js/progress": "1.29.0",
|
|
192
|
+
"@zag-js/qr-code": "1.29.0",
|
|
193
|
+
"@zag-js/radio-group": "1.29.0",
|
|
194
|
+
"@zag-js/rating-group": "1.29.0",
|
|
195
|
+
"@zag-js/scroll-area": "1.29.0",
|
|
196
|
+
"@zag-js/select": "1.29.0",
|
|
197
|
+
"@zag-js/signature-pad": "1.29.0",
|
|
198
|
+
"@zag-js/slider": "1.29.0",
|
|
199
|
+
"@zag-js/splitter": "1.29.0",
|
|
200
|
+
"@zag-js/steps": "1.29.0",
|
|
201
|
+
"@zag-js/switch": "1.29.0",
|
|
202
|
+
"@zag-js/tabs": "1.29.0",
|
|
203
|
+
"@zag-js/tags-input": "1.29.0",
|
|
204
|
+
"@zag-js/timer": "1.29.0",
|
|
205
|
+
"@zag-js/toast": "1.29.0",
|
|
206
|
+
"@zag-js/toggle": "1.29.0",
|
|
207
|
+
"@zag-js/toggle-group": "1.29.0",
|
|
208
|
+
"@zag-js/tooltip": "1.29.0",
|
|
209
|
+
"@zag-js/tour": "1.29.0",
|
|
210
|
+
"@zag-js/tree-view": "1.29.0",
|
|
211
|
+
"@zag-js/types": "1.29.0",
|
|
212
|
+
"@zag-js/utils": "1.29.0",
|
|
213
|
+
"@zag-js/vue": "1.29.0"
|
|
213
214
|
},
|
|
214
215
|
"devDependencies": {
|
|
215
|
-
"@biomejs/biome": "2.3.
|
|
216
|
-
"@storybook/addon-a11y": "9.1.
|
|
217
|
-
"@storybook/vue3-vite": "9.1.
|
|
216
|
+
"@biomejs/biome": "2.3.6",
|
|
217
|
+
"@storybook/addon-a11y": "9.1.16",
|
|
218
|
+
"@storybook/vue3-vite": "9.1.16",
|
|
218
219
|
"@testing-library/dom": "10.4.1",
|
|
219
220
|
"@testing-library/jest-dom": "6.9.1",
|
|
220
221
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -222,24 +223,24 @@
|
|
|
222
223
|
"@types/jsdom": "21.1.7",
|
|
223
224
|
"@vitejs/plugin-vue": "6.0.1",
|
|
224
225
|
"@vitejs/plugin-vue-jsx": "5.1.1",
|
|
225
|
-
"@vitest/coverage-v8": "
|
|
226
|
-
"@vue/compiler-sfc": "3.5.
|
|
226
|
+
"@vitest/coverage-v8": "^4.0.0",
|
|
227
|
+
"@vue/compiler-sfc": "3.5.24",
|
|
227
228
|
"ajv": "8.17.1",
|
|
228
229
|
"check-password-strength": "3.0.0",
|
|
229
230
|
"clean-package": "2.2.0",
|
|
230
231
|
"globby": "15.0.0",
|
|
231
232
|
"image-conversion": "2.1.1",
|
|
232
233
|
"jsdom": "26.1.0",
|
|
233
|
-
"lucide-vue-next": "0.
|
|
234
|
+
"lucide-vue-next": "0.554.0",
|
|
234
235
|
"resize-observer-polyfill": "1.5.1",
|
|
235
|
-
"storybook": "9.1.
|
|
236
|
+
"storybook": "9.1.16",
|
|
236
237
|
"typescript": "5.9.3",
|
|
237
238
|
"vee-validate": "4.15.1",
|
|
238
|
-
"vite": "7.
|
|
239
|
+
"vite": "7.2.2",
|
|
239
240
|
"vite-plugin-dts": "4.5.4",
|
|
240
|
-
"vitest": "
|
|
241
|
-
"vue": "3.5.
|
|
242
|
-
"vue-tsc": "3.1.
|
|
241
|
+
"vitest": "^4.0.0",
|
|
242
|
+
"vue": "3.5.24",
|
|
243
|
+
"vue-tsc": "3.1.4"
|
|
243
244
|
},
|
|
244
245
|
"peerDependencies": {
|
|
245
246
|
"vue": ">=3.5.0"
|