@sprawlify/vue 0.0.86 → 0.0.88
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/{accordion-anatomy-SnniqySz.js → accordion-anatomy-Die9efSm.js} +1 -2
- package/dist/{alert-dialog-anatomy-30ATrUw1.d.ts → alert-dialog-anatomy-DYBPmcE-.d.ts} +1 -1
- package/dist/{alert-dialog-anatomy-6UZ4w58n.js → alert-dialog-anatomy-DubFij06.js} +1 -3
- package/dist/{angle-slider-anatomy-cYknk1iJ.js → angle-slider-anatomy-CUpFahN5.js} +1 -2
- package/dist/{avatar-anatomy-CZqJnRiE.js → avatar-anatomy-_KMpd2cT.js} +1 -2
- package/dist/{boolean-DRNklbLz.js → boolean-ClZYREcr.js} +1 -2
- package/dist/{bottom-sheet-anatomy-C8vx9fBH.js → bottom-sheet-anatomy-C70fosOT.js} +1 -2
- package/dist/carousel-anatomy-Bm8A0IeH.d.ts +6 -0
- package/dist/{carousel-anatomy-DTNJ2jpa.js → carousel-anatomy-DpBacyBH.js} +1 -3
- package/dist/{checkbox-anatomy-DBY0IiWr.js → checkbox-anatomy-BIeQD0fF.js} +1 -3
- package/dist/checkbox-anatomy-D_EEk_7M.d.ts +6 -0
- package/dist/chunk-pbuEa-1d.js +13 -0
- package/dist/{clean-props-DsGHTEpm.js → clean-props-C5aydRx_.js} +1 -2
- package/dist/{clipboard-anatomy-DemY_7_4.js → clipboard-anatomy-C6AmRH0k.js} +1 -2
- package/dist/{collapsible-anatomy-B63RaMgq.js → collapsible-anatomy-BIdE3Swa.js} +1 -2
- package/dist/{collapsible-BElUfyVR.js → collapsible-nSsGHMUx.js} +19 -53
- package/dist/{collection-CBh5p7A_.js → collection-DxYHutYn.js} +3 -10
- package/dist/{color-picker-anatomy-B-_n1c9M.d.ts → color-picker-anatomy-BqAv-ES8.d.ts} +2 -2
- package/dist/{color-picker-anatomy-BFaHjy9O.js → color-picker-anatomy-DAgWuOv8.js} +1 -3
- package/dist/combobox-anatomy-BnRNSgHI.d.ts +6 -0
- package/dist/{combobox-anatomy-Bottj4lE.js → combobox-anatomy-BojTG5Ws.js} +1 -3
- package/dist/components/accordion/index.d.ts +20 -20
- package/dist/components/accordion/index.js +27 -74
- package/dist/components/alert-dialog/index.d.ts +32 -31
- package/dist/components/alert-dialog/index.js +30 -84
- package/dist/components/anatomy.d.ts +51 -51
- package/dist/components/anatomy.js +53 -55
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +28 -82
- package/dist/components/aspect-ratio/index.d.ts +8 -8
- package/dist/components/aspect-ratio/index.js +15 -39
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +18 -47
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +32 -86
- package/dist/components/carousel/index.d.ts +20 -20
- package/dist/components/carousel/index.js +35 -104
- package/dist/components/checkbox/index.d.ts +22 -22
- package/dist/components/checkbox/index.js +31 -83
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/client-only/index.js +5 -10
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +27 -76
- package/dist/components/collapsible/index.d.ts +15 -15
- package/dist/components/collapsible/index.js +7 -8
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +3 -4
- package/dist/components/color-picker/index.d.ts +51 -52
- package/dist/components/color-picker/index.js +70 -223
- package/dist/components/combobox/index.d.ts +36 -36
- package/dist/components/combobox/index.js +49 -146
- package/dist/components/date-picker/index.d.ts +45 -45
- package/dist/components/date-picker/index.js +66 -204
- package/dist/components/dialog/index.d.ts +32 -31
- package/dist/components/dialog/index.js +30 -84
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +8 -13
- package/dist/components/dropdown-menu/index.d.ts +50 -51
- package/dist/components/dropdown-menu/index.js +50 -159
- package/dist/components/editable/index.d.ts +26 -26
- package/dist/components/editable/index.js +32 -91
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/field/index.js +7 -8
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +7 -8
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +40 -121
- package/dist/components/floating-panel/index.d.ts +27 -27
- package/dist/components/floating-panel/index.js +37 -111
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +7 -12
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/format/index.js +11 -27
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/frame/index.js +8 -18
- package/dist/components/highlight/index.d.ts +4 -4
- package/dist/components/highlight/index.js +6 -11
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +26 -70
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +24 -68
- package/dist/components/json-tree-view/index.d.ts +10 -14
- package/dist/components/json-tree-view/index.js +24 -59
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +37 -114
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +22 -62
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +36 -107
- package/dist/components/number-input/index.d.ts +24 -24
- package/dist/components/number-input/index.js +30 -84
- package/dist/components/pagination/index.d.ts +16 -16
- package/dist/components/pagination/index.js +26 -75
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +27 -71
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +24 -63
- package/dist/components/popover/index.d.ts +34 -34
- package/dist/components/popover/index.js +36 -105
- package/dist/components/presence/index.d.ts +1 -2
- package/dist/components/presence/index.js +5 -6
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +30 -89
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +22 -61
- package/dist/components/radio-group/index.d.ts +18 -18
- package/dist/components/radio-group/index.js +31 -87
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +26 -71
- package/dist/components/scroll-area/index.d.ts +13 -14
- package/dist/components/scroll-area/index.js +26 -75
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +28 -84
- package/dist/components/select/index.d.ts +36 -36
- package/dist/components/select/index.js +52 -152
- package/dist/components/separator/index.d.ts +8 -8
- package/dist/components/separator/index.js +14 -33
- package/dist/components/signature-pad/index.d.ts +17 -17
- package/dist/components/signature-pad/index.js +28 -77
- package/dist/components/slider/index.d.ts +22 -22
- package/dist/components/slider/index.js +34 -104
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +20 -55
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +36 -112
- package/dist/components/switch/index.d.ts +17 -17
- package/dist/components/switch/index.js +24 -63
- package/dist/components/tabs/index.d.ts +17 -17
- package/dist/components/tabs/index.js +24 -63
- package/dist/components/tags-input/index.d.ts +33 -33
- package/dist/components/tags-input/index.js +38 -114
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +24 -68
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +23 -67
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +14 -33
- package/dist/components/toggle-group/index.d.ts +12 -12
- package/dist/components/toggle-group/index.js +16 -40
- package/dist/components/tooltip/index.d.ts +21 -21
- package/dist/components/tooltip/index.js +26 -70
- package/dist/components/tour/index.d.ts +32 -32
- package/dist/components/tour/index.js +40 -120
- package/dist/components/tree-view/index.d.ts +3 -6
- package/dist/components/tree-view/index.js +10 -12
- package/dist/{core-DNndr38p.js → core-BW88ya4i.js} +1 -7
- package/dist/{create-context-Ds1GbsVc.js → create-context-BqbKqBMN.js} +1 -3
- package/dist/{create-split-props-D8oe6Rby.js → create-split-props-D32I38aE.js} +1 -2
- package/dist/date-picker-anatomy-25--l_tH.d.ts +6 -0
- package/dist/{date-picker-anatomy-D1WbzCFG.js → date-picker-anatomy-BDzIBS0o.js} +1 -3
- package/dist/{dialog-anatomy-DI8a_vZ_.js → dialog-anatomy-CepqHVuS.js} +1 -2
- package/dist/{dropdown-menu-anatomy-C1luUwqi.js → dropdown-menu-anatomy-B_HvpVky.js} +1 -2
- package/dist/{editable-anatomy-C2-pGLpA.js → editable-anatomy-xpYIbclJ.js} +1 -2
- package/dist/{factory-BQk6RiOp.js → factory-DNG1el63.js} +2 -7
- package/dist/{field-CSIjIoIl.js → field-GralVrIX.js} +26 -80
- package/dist/{field-anatomy-C90WAETb.js → field-anatomy-BloFzq7T.js} +1 -3
- package/dist/field-anatomy-D1xRXQeF.d.ts +6 -0
- package/dist/{fieldset-B_KIoaji.js → fieldset-Qrb1hBnw.js} +18 -52
- package/dist/fieldset-anatomy-CcZfEnO-.d.ts +6 -0
- package/dist/{fieldset-anatomy-BjnxJmos.js → fieldset-anatomy-DBAg0hLg.js} +1 -3
- package/dist/{file-upload-anatomy-CxltMFrA.js → file-upload-anatomy-vzjeLbps.js} +1 -2
- package/dist/{floating-panel-anatomy-DwLUJ70s.js → floating-panel-anatomy-BgEeNv0z.js} +1 -2
- package/dist/{hover-card-anatomy-BnLr7TCv.js → hover-card-anatomy-BiBVumql.js} +1 -2
- package/dist/{image-cropper-anatomy--tXgRMD1.js → image-cropper-anatomy-D3tfc-sw.js} +1 -3
- package/dist/image-cropper-anatomy-DW4Ru-ZX.d.ts +6 -0
- package/dist/{index-BKjU1a1o.d.ts → index-BbSg4qcW.d.ts} +33 -33
- package/dist/{index-DjuCoctg.d.ts → index-BiapeCBm.d.ts} +10 -10
- package/dist/{index-C4Iu0cYK.d.ts → index-aJnwDHff.d.ts} +7 -7
- package/dist/index.d.ts +4 -4
- package/dist/index.js +6 -7
- package/dist/{listbox-anatomy-CddfyW7E.js → listbox-anatomy-BTXGGkHn.js} +1 -3
- package/dist/listbox-anatomy-Dm_o-fKs.d.ts +6 -0
- package/dist/{marquee-anatomy-TY8wb27T.js → marquee-anatomy-CuY5-sxQ.js} +1 -2
- package/dist/{navigation-menu-anatomy-JKXIjyhE.js → navigation-menu-anatomy-C8G7WCQT.js} +1 -2
- package/dist/{number-input-anatomy-BLwFRRq-.js → number-input-anatomy-BnIfIxWe.js} +1 -2
- package/dist/{pagination-anatomy-BMvizHtN.js → pagination-anatomy-GDzxsFmi.js} +1 -2
- package/dist/{password-input-anatomy-DeIesU0v.js → password-input-anatomy-DnfxaJJb.js} +1 -2
- package/dist/{pin-input-anatomy-B6uaxLlM.js → pin-input-anatomy-BIMEBnI2.js} +1 -2
- package/dist/{popover-anatomy-B_sMgR6Y.js → popover-anatomy-DE5hgrvL.js} +1 -2
- package/dist/{presence-dN5CCq_x.js → presence-CxNxMceK.js} +6 -14
- package/dist/{progress-anatomy-COz0DGNs.js → progress-anatomy-B-Zd5hLA.js} +1 -2
- package/dist/{providers-DNBWT-O_.js → providers-Cm-xBdVY.js} +6 -22
- package/dist/{qr-code-anatomy-CWoAkOaY.js → qr-code-anatomy-CRPLhSvp.js} +1 -2
- package/dist/{radio-group-anatomy-BSnuxQR6.js → radio-group-anatomy-MQ77y9Ly.js} +1 -2
- package/dist/{rating-group-anatomy-xU1gWoAB.js → rating-group-anatomy-DFCmCaAm.js} +1 -2
- package/dist/{scroll-area-anatomy-D54kUb_3.js → scroll-area-anatomy-12L_PN6-.js} +1 -2
- package/dist/{segment-group-anatomy-DKnrj_EM.js → segment-group-anatomy-CfDAqJG5.js} +1 -3
- package/dist/segment-group-anatomy-DHML8ODG.d.ts +6 -0
- package/dist/{select-anatomy-BgXYHjfI.js → select-anatomy-C3xVuuOA.js} +1 -2
- package/dist/{separator-anatomy-BeoGOxS-.js → separator-anatomy-DNo6fxgH.js} +1 -2
- package/dist/{signature-pad-anatomy-Cxt4qb07.js → signature-pad-anatomy--FrLBUvh.js} +1 -2
- package/dist/{slider-anatomy-BuyabqTj.js → slider-anatomy-B4hwb17i.js} +1 -2
- package/dist/{splitter-anatomy-D7ot-MkT.js → splitter-anatomy-C3pN_mFn.js} +1 -2
- package/dist/{steps-anatomy-DjlPHIKh.js → steps-anatomy-CbPJUew1.js} +1 -2
- package/dist/{switch-anatomy-IGlvYF5l.js → switch-anatomy-D5Q54mGY.js} +1 -2
- package/dist/{tabs-anatomy-Ddv_VY6n.js → tabs-anatomy-DU5e5PwZ.js} +1 -2
- package/dist/{tags-input-anatomy-VaastGb3.js → tags-input-anatomy-BhGRRfIw.js} +1 -2
- package/dist/{timer-anatomy-CV4qiG7g.js → timer-anatomy-GlYZryvG.js} +1 -2
- package/dist/{toast-anatomy-C_s7MQnn.js → toast-anatomy-DiPVPI_x.js} +1 -2
- package/dist/toggle-anatomy-CAfJOViG.d.ts +6 -0
- package/dist/{toggle-anatomy-BKqatqaO.js → toggle-anatomy-Cvb2YZ0Z.js} +2 -4
- package/dist/{toggle-group-anatomy-SARieWDI.js → toggle-group-anatomy-cGA-KM8t.js} +1 -2
- package/dist/{tooltip-anatomy-BgD3KTo1.js → tooltip-anatomy-Py7dhRtQ.js} +1 -2
- package/dist/tour-anatomy-C81YCpD4.d.ts +6 -0
- package/dist/{tour-anatomy-f2x7a1w3.js → tour-anatomy-VBbJhmJa.js} +1 -3
- package/dist/{tree-view-U-tpyVm_.js → tree-view-CKhw9GP-.js} +51 -157
- package/dist/{tree-view-anatomy-CefyMmul.js → tree-view-anatomy-BK8OR6TX.js} +1 -2
- package/dist/{use-render-strategy-3G0_HWbg.js → use-render-strategy-QgtvU85q.js} +2 -4
- package/dist/{utils-B4FuOOE-.js → utils-BL0VqhHN.js} +1 -5
- package/package.json +2 -2
- package/dist/carousel-anatomy-Bert9HyJ.d.ts +0 -6
- package/dist/checkbox-anatomy-DfUQa76b.d.ts +0 -6
- package/dist/chunk-BN_g-Awi.js +0 -18
- package/dist/combobox-anatomy-D38F3K1t.d.ts +0 -6
- package/dist/date-picker-anatomy-mkd3sfuN.d.ts +0 -6
- package/dist/field-anatomy-9oS_bdTz.d.ts +0 -6
- package/dist/fieldset-anatomy-ad_EZpJX.d.ts +0 -6
- package/dist/image-cropper-anatomy-CyP4JFSK.d.ts +0 -6
- package/dist/listbox-anatomy-S7P8E9g0.d.ts +0 -6
- package/dist/segment-group-anatomy-DzHeIm8g.d.ts +0 -6
- package/dist/toggle-anatomy-xiDQ91vN.d.ts +0 -6
- package/dist/tour-anatomy-8PAQp7R_.d.ts +0 -6
- /package/dist/{accordion-anatomy-Bxs15n6t.d.ts → accordion-anatomy-DH1HE1RK.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-whG3APHN.d.ts → angle-slider-anatomy-CPWlz22O.d.ts} +0 -0
- /package/dist/{avatar-anatomy-CHyA19ld.d.ts → avatar-anatomy-C15IaG7l.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CuhyzaDM.d.ts → bottom-sheet-anatomy-DoteJlEZ.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-CIC99c59.d.ts → clipboard-anatomy-dy6XNAbY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-hcVAnOIR.d.ts → collapsible-anatomy-DUZOe3-a.d.ts} +0 -0
- /package/dist/{dialog-anatomy-DXEWrwRi.d.ts → dialog-anatomy-DJDXF2AU.d.ts} +0 -0
- /package/dist/{dropdown-menu-anatomy-vJ1-APdg.d.ts → dropdown-menu-anatomy-Bv4vy6dU.d.ts} +0 -0
- /package/dist/{editable-anatomy-DJJXhBV1.d.ts → editable-anatomy-CH0QFbjb.d.ts} +0 -0
- /package/dist/{factory-D4YHm1ne.d.ts → factory-bfEpUaB3.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-iv0C7QVu.d.ts → file-upload-anatomy-Y99NDpIO.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-Dyr3lcgZ.d.ts → floating-panel-anatomy-BzVWrj8Z.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BSDDI0Kf.d.ts → hover-card-anatomy-LsFwl5DS.d.ts} +0 -0
- /package/dist/{index-adTDBnfd.d.ts → index-DuD8fQUF.d.ts} +0 -0
- /package/dist/{index-BJ8mRK6a.d.ts → index-ga2m_BD2.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BzjeMztY.d.ts → marquee-anatomy-Bih8y_Mg.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-De1ATxET.d.ts → navigation-menu-anatomy-B9CbXSLn.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BPS2hzM6.d.ts → number-input-anatomy-ClW9jnI3.d.ts} +0 -0
- /package/dist/{pagination-anatomy-BCX85m-Q.d.ts → pagination-anatomy-z1SRvm4m.d.ts} +0 -0
- /package/dist/{password-input-anatomy-CNEwJOp9.d.ts → password-input-anatomy-DDG9gixy.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-BKdH4pKx.d.ts → pin-input-anatomy-BCB1F1gJ.d.ts} +0 -0
- /package/dist/{popover-anatomy-BxYyvWrE.d.ts → popover-anatomy-BzXcxwHH.d.ts} +0 -0
- /package/dist/{presence-types-CC57eEhO.d.ts → presence-types-D-XuGmDH.d.ts} +0 -0
- /package/dist/{progress-anatomy-aZfuAwWj.d.ts → progress-anatomy-D93qXRoP.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-CxjYwfAP.d.ts → qr-code-anatomy-CwXr0doo.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-DExY7kYs.d.ts → radio-group-anatomy-DwXH2ZXh.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-Dc0wPZu2.d.ts → rating-group-anatomy-vdkTXds1.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-DapfnNBU.d.ts → scroll-area-anatomy-D08heRlt.d.ts} +0 -0
- /package/dist/{select-anatomy-CitDj30H.d.ts → select-anatomy-6e2EwWE7.d.ts} +0 -0
- /package/dist/{separator-anatomy-pGDIt-mq.d.ts → separator-anatomy-BKWsJ9Pb.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-KbYu7JMW.d.ts → signature-pad-anatomy-D-FQgTUJ.d.ts} +0 -0
- /package/dist/{slider-anatomy-CZoxc1p8.d.ts → slider-anatomy-C0ICRZEy.d.ts} +0 -0
- /package/dist/{splitter-anatomy-CLOLZl0a.d.ts → splitter-anatomy-DI126PJz.d.ts} +0 -0
- /package/dist/{steps-anatomy-lbmXkG81.d.ts → steps-anatomy-J2AjQVd4.d.ts} +0 -0
- /package/dist/{switch-anatomy-pGW5yxP1.d.ts → switch-anatomy-BUXrsW2A.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DAtPeBqj.d.ts → tabs-anatomy-CLk6qei_.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DyeuJ7Th.d.ts → tags-input-anatomy-Cj7pt60P.d.ts} +0 -0
- /package/dist/{timer-anatomy-IGgjTzux.d.ts → timer-anatomy-_ZScIflp.d.ts} +0 -0
- /package/dist/{toast-anatomy-BOrHt4-_.d.ts → toast-anatomy-C611urcE.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DBV0OT7L.d.ts → toggle-group-anatomy-BMEHxthU.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-T_76c603.d.ts → tooltip-anatomy-B2EMlOzF.d.ts} +0 -0
- /package/dist/{tree-view-anatomy-BZT1uz4I.d.ts → tree-view-anatomy-DiA9oPpn.d.ts} +0 -0
- /package/dist/{types-D_fjXif6.d.ts → types-CcpL2F4P.d.ts} +0 -0
- /package/dist/{use-render-strategy-CEbMLMD1.d.ts → use-render-strategy-CIHTgh6L.d.ts} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
5
|
-
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-
|
|
1
|
+
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
+
import { a as Optional } from "../../types-CcpL2F4P.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
5
|
+
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-BzVWrj8Z.js";
|
|
6
6
|
import { Point, Size } from "@sprawlify/primitives/types";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
10
10
|
import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps } from "@sprawlify/primitives/machines/floating-panel";
|
|
@@ -17,7 +17,7 @@ interface FloatingPanelBodyProps extends FloatingPanelBodyBaseProps,
|
|
|
17
17
|
*/
|
|
18
18
|
HTMLAttributes {}
|
|
19
19
|
declare const _default: typeof __VLS_export$13;
|
|
20
|
-
declare const __VLS_export$13: __VLS_WithSlots$13<
|
|
20
|
+
declare const __VLS_export$13: __VLS_WithSlots$13<vue.DefineComponent<FloatingPanelBodyProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
21
21
|
default?: (props: {}) => any;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -34,7 +34,7 @@ interface FloatingPanelCloseTriggerProps extends FloatingPanelCloseTriggerBasePr
|
|
|
34
34
|
*/
|
|
35
35
|
ButtonHTMLAttributes {}
|
|
36
36
|
declare const _default$1: typeof __VLS_export$12;
|
|
37
|
-
declare const __VLS_export$12: __VLS_WithSlots$12<
|
|
37
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue.DefineComponent<FloatingPanelCloseTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
38
38
|
default?: (props: {}) => any;
|
|
39
39
|
}>;
|
|
40
40
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -51,7 +51,7 @@ interface FloatingPanelContentProps extends FloatingPanelContentBaseProps,
|
|
|
51
51
|
*/
|
|
52
52
|
HTMLAttributes {}
|
|
53
53
|
declare const _default$2: typeof __VLS_export$11;
|
|
54
|
-
declare const __VLS_export$11: __VLS_WithSlots$11<
|
|
54
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue.DefineComponent<FloatingPanelContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -117,7 +117,7 @@ interface FloatingPanelContextProps extends SlotsType<{
|
|
|
117
117
|
default: UnwrapRef<UseFloatingPanelContext>;
|
|
118
118
|
}> {}
|
|
119
119
|
declare const _default$3: typeof __VLS_export$10;
|
|
120
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
120
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>, {
|
|
121
121
|
default(floatingPanel: UnwrapRef<UseFloatingPanelContext>): unknown;
|
|
122
122
|
}>;
|
|
123
123
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -134,7 +134,7 @@ interface FloatingPanelDragTriggerProps extends FloatingPanelDragTriggerBaseProp
|
|
|
134
134
|
*/
|
|
135
135
|
HTMLAttributes {}
|
|
136
136
|
declare const _default$5: typeof __VLS_export$9;
|
|
137
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
137
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<FloatingPanelDragTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelDragTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
138
138
|
default?: (props: {}) => any;
|
|
139
139
|
}>;
|
|
140
140
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -151,7 +151,7 @@ interface FloatingPanelHeaderProps extends FloatingPanelHeaderBaseProps,
|
|
|
151
151
|
*/
|
|
152
152
|
HTMLAttributes {}
|
|
153
153
|
declare const _default$6: typeof __VLS_export$8;
|
|
154
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
154
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<FloatingPanelHeaderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
155
155
|
default?: (props: {}) => any;
|
|
156
156
|
}>;
|
|
157
157
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -168,7 +168,7 @@ interface FloatingPanelPositionerProps extends FloatingPanelPositionerBaseProps,
|
|
|
168
168
|
*/
|
|
169
169
|
HTMLAttributes {}
|
|
170
170
|
declare const _default$7: typeof __VLS_export$7;
|
|
171
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
171
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue.DefineComponent<FloatingPanelPositionerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -185,7 +185,7 @@ interface FloatingPanelResizeTriggerProps extends FloatingPanelResizeTriggerBase
|
|
|
185
185
|
*/
|
|
186
186
|
HTMLAttributes {}
|
|
187
187
|
declare const _default$8: typeof __VLS_export$6;
|
|
188
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
188
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue.DefineComponent<FloatingPanelResizeTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
189
189
|
default?: (props: {}) => any;
|
|
190
190
|
}>;
|
|
191
191
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -202,7 +202,7 @@ interface FloatingPanelStageTriggerProps extends FloatingPanelStageTriggerBasePr
|
|
|
202
202
|
*/
|
|
203
203
|
ButtonHTMLAttributes {}
|
|
204
204
|
declare const _default$11: typeof __VLS_export$5;
|
|
205
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
205
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue.DefineComponent<FloatingPanelStageTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelStageTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
206
206
|
default?: (props: {}) => any;
|
|
207
207
|
}>;
|
|
208
208
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -215,37 +215,37 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
215
215
|
interface FloatingPanelRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
216
216
|
interface FloatingPanelRootProps extends FloatingPanelRootBaseProps {}
|
|
217
217
|
declare const _default$9: typeof __VLS_export$4;
|
|
218
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
218
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
219
219
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
220
220
|
"update:open": (open: boolean) => any;
|
|
221
|
-
"update:size": (details: floatingPanel.Size) => any;
|
|
222
221
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
223
222
|
"update:position": (details: floatingPanel.Point) => any;
|
|
224
223
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
225
224
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
225
|
+
"update:size": (details: floatingPanel.Size) => any;
|
|
226
226
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
227
227
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
228
|
-
}, string,
|
|
228
|
+
}, string, vue.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
229
229
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
230
230
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
231
|
-
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
232
231
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
233
232
|
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
234
233
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
235
234
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
235
|
+
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
236
236
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
237
237
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
238
238
|
}>, {
|
|
239
239
|
draggable: boolean;
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
allowOverflow: boolean;
|
|
242
241
|
open: boolean;
|
|
243
|
-
closeOnEscape: boolean;
|
|
244
242
|
defaultOpen: boolean;
|
|
245
|
-
|
|
243
|
+
closeOnEscape: boolean;
|
|
244
|
+
allowOverflow: boolean;
|
|
246
245
|
lockAspectRatio: boolean;
|
|
247
246
|
persistRect: boolean;
|
|
248
|
-
|
|
247
|
+
resizable: boolean;
|
|
248
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
249
249
|
default?: (props: {}) => any;
|
|
250
250
|
}>;
|
|
251
251
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -260,7 +260,7 @@ interface FloatingPanelRootProviderBaseProps extends RenderStrategyProps {
|
|
|
260
260
|
}
|
|
261
261
|
interface FloatingPanelRootProviderProps extends FloatingPanelRootProviderBaseProps {}
|
|
262
262
|
declare const _default$10: typeof __VLS_export$3;
|
|
263
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
263
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<FloatingPanelRootProviderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
264
264
|
default?: (props: {}) => any;
|
|
265
265
|
}>;
|
|
266
266
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -277,7 +277,7 @@ interface FloatingPanelTitleProps extends FloatingPanelTitleBaseProps,
|
|
|
277
277
|
*/
|
|
278
278
|
HTMLAttributes {}
|
|
279
279
|
declare const _default$12: typeof __VLS_export$2;
|
|
280
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
280
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FloatingPanelTitleProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
281
281
|
default?: (props: {}) => any;
|
|
282
282
|
}>;
|
|
283
283
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -294,7 +294,7 @@ interface FloatingPanelTriggerProps extends FloatingPanelTriggerBaseProps,
|
|
|
294
294
|
*/
|
|
295
295
|
ButtonHTMLAttributes {}
|
|
296
296
|
declare const _default$13: typeof __VLS_export$1;
|
|
297
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
297
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<FloatingPanelTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
298
298
|
default?: (props: {}) => any;
|
|
299
299
|
}>;
|
|
300
300
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -311,7 +311,7 @@ interface FloatingPanelControlProps extends FloatingPanelControlBaseProps,
|
|
|
311
311
|
*/
|
|
312
312
|
HTMLAttributes {}
|
|
313
313
|
declare const _default$4: typeof __VLS_export;
|
|
314
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
314
|
+
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<FloatingPanelControlProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FloatingPanelControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
315
315
|
default?: (props: {}) => any;
|
|
316
316
|
}>;
|
|
317
317
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
import { t as __exportAll } from "../../chunk-
|
|
2
|
-
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-
|
|
3
|
-
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-
|
|
4
|
-
import { t as createContext } from "../../create-context-
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
6
|
-
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
8
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
1
|
+
import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
2
|
+
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-BW88ya4i.js";
|
|
3
|
+
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-Cm-xBdVY.js";
|
|
4
|
+
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-DNG1el63.js";
|
|
6
|
+
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-BgEeNv0z.js";
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-CxNxMceK.js";
|
|
9
9
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
11
|
-
|
|
12
11
|
//#region src/components/floating-panel/use-floating-panel-context.ts
|
|
13
12
|
const [FloatingPanelProvider, useFloatingPanelContext] = createContext("FloatingPanelContext");
|
|
14
|
-
|
|
15
13
|
//#endregion
|
|
16
|
-
//#region src/components/floating-panel/floating-panel-body.vue
|
|
17
|
-
var
|
|
14
|
+
//#region src/components/floating-panel/floating-panel-body.vue
|
|
15
|
+
var floating_panel_body_default = /* @__PURE__ */ defineComponent({
|
|
18
16
|
__name: "floating-panel-body",
|
|
19
17
|
props: { asChild: {
|
|
20
18
|
type: Boolean,
|
|
@@ -31,14 +29,9 @@ var floating_panel_body_vue_vue_type_script_setup_true_lang_default = /* @__PURE
|
|
|
31
29
|
};
|
|
32
30
|
}
|
|
33
31
|
});
|
|
34
|
-
|
|
35
|
-
//#endregion
|
|
36
|
-
//#region src/components/floating-panel/floating-panel-body.vue
|
|
37
|
-
var floating_panel_body_default = floating_panel_body_vue_vue_type_script_setup_true_lang_default;
|
|
38
|
-
|
|
39
32
|
//#endregion
|
|
40
|
-
//#region src/components/floating-panel/floating-panel-close-trigger.vue
|
|
41
|
-
var
|
|
33
|
+
//#region src/components/floating-panel/floating-panel-close-trigger.vue
|
|
34
|
+
var floating_panel_close_trigger_default = /* @__PURE__ */ defineComponent({
|
|
42
35
|
__name: "floating-panel-close-trigger",
|
|
43
36
|
props: { asChild: {
|
|
44
37
|
type: Boolean,
|
|
@@ -55,14 +48,9 @@ var floating_panel_close_trigger_vue_vue_type_script_setup_true_lang_default = /
|
|
|
55
48
|
};
|
|
56
49
|
}
|
|
57
50
|
});
|
|
58
|
-
|
|
59
|
-
//#endregion
|
|
60
|
-
//#region src/components/floating-panel/floating-panel-close-trigger.vue
|
|
61
|
-
var floating_panel_close_trigger_default = floating_panel_close_trigger_vue_vue_type_script_setup_true_lang_default;
|
|
62
|
-
|
|
63
51
|
//#endregion
|
|
64
|
-
//#region src/components/floating-panel/floating-panel-content.vue
|
|
65
|
-
var
|
|
52
|
+
//#region src/components/floating-panel/floating-panel-content.vue
|
|
53
|
+
var floating_panel_content_default = /* @__PURE__ */ defineComponent({
|
|
66
54
|
__name: "floating-panel-content",
|
|
67
55
|
props: { asChild: {
|
|
68
56
|
type: Boolean,
|
|
@@ -81,14 +69,9 @@ var floating_panel_content_vue_vue_type_script_setup_true_lang_default = /* @__P
|
|
|
81
69
|
};
|
|
82
70
|
}
|
|
83
71
|
});
|
|
84
|
-
|
|
85
|
-
//#endregion
|
|
86
|
-
//#region src/components/floating-panel/floating-panel-content.vue
|
|
87
|
-
var floating_panel_content_default = floating_panel_content_vue_vue_type_script_setup_true_lang_default;
|
|
88
|
-
|
|
89
72
|
//#endregion
|
|
90
|
-
//#region src/components/floating-panel/floating-panel-context.vue
|
|
91
|
-
var
|
|
73
|
+
//#region src/components/floating-panel/floating-panel-context.vue
|
|
74
|
+
var floating_panel_context_default = /* @__PURE__ */ defineComponent({
|
|
92
75
|
__name: "floating-panel-context",
|
|
93
76
|
setup(__props) {
|
|
94
77
|
const floatingPanel = useFloatingPanelContext();
|
|
@@ -97,14 +80,9 @@ var floating_panel_context_vue_vue_type_script_setup_true_lang_default = /* @__P
|
|
|
97
80
|
};
|
|
98
81
|
}
|
|
99
82
|
});
|
|
100
|
-
|
|
101
83
|
//#endregion
|
|
102
|
-
//#region src/components/floating-panel/floating-panel-
|
|
103
|
-
var
|
|
104
|
-
|
|
105
|
-
//#endregion
|
|
106
|
-
//#region src/components/floating-panel/floating-panel-drag-trigger.vue?vue&type=script&setup=true&lang.ts
|
|
107
|
-
var floating_panel_drag_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
84
|
+
//#region src/components/floating-panel/floating-panel-drag-trigger.vue
|
|
85
|
+
var floating_panel_drag_trigger_default = /* @__PURE__ */ defineComponent({
|
|
108
86
|
__name: "floating-panel-drag-trigger",
|
|
109
87
|
props: { asChild: {
|
|
110
88
|
type: Boolean,
|
|
@@ -121,14 +99,9 @@ var floating_panel_drag_trigger_vue_vue_type_script_setup_true_lang_default = /*
|
|
|
121
99
|
};
|
|
122
100
|
}
|
|
123
101
|
});
|
|
124
|
-
|
|
125
102
|
//#endregion
|
|
126
|
-
//#region src/components/floating-panel/floating-panel-
|
|
127
|
-
var
|
|
128
|
-
|
|
129
|
-
//#endregion
|
|
130
|
-
//#region src/components/floating-panel/floating-panel-header.vue?vue&type=script&setup=true&lang.ts
|
|
131
|
-
var floating_panel_header_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
103
|
+
//#region src/components/floating-panel/floating-panel-header.vue
|
|
104
|
+
var floating_panel_header_default = /* @__PURE__ */ defineComponent({
|
|
132
105
|
__name: "floating-panel-header",
|
|
133
106
|
props: { asChild: {
|
|
134
107
|
type: Boolean,
|
|
@@ -145,14 +118,9 @@ var floating_panel_header_vue_vue_type_script_setup_true_lang_default = /* @__PU
|
|
|
145
118
|
};
|
|
146
119
|
}
|
|
147
120
|
});
|
|
148
|
-
|
|
149
121
|
//#endregion
|
|
150
|
-
//#region src/components/floating-panel/floating-panel-
|
|
151
|
-
var
|
|
152
|
-
|
|
153
|
-
//#endregion
|
|
154
|
-
//#region src/components/floating-panel/floating-panel-positioner.vue?vue&type=script&setup=true&lang.ts
|
|
155
|
-
var floating_panel_positioner_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
122
|
+
//#region src/components/floating-panel/floating-panel-positioner.vue
|
|
123
|
+
var floating_panel_positioner_default = /* @__PURE__ */ defineComponent({
|
|
156
124
|
__name: "floating-panel-positioner",
|
|
157
125
|
props: { asChild: {
|
|
158
126
|
type: Boolean,
|
|
@@ -170,14 +138,9 @@ var floating_panel_positioner_vue_vue_type_script_setup_true_lang_default = /* @
|
|
|
170
138
|
};
|
|
171
139
|
}
|
|
172
140
|
});
|
|
173
|
-
|
|
174
|
-
//#endregion
|
|
175
|
-
//#region src/components/floating-panel/floating-panel-positioner.vue
|
|
176
|
-
var floating_panel_positioner_default = floating_panel_positioner_vue_vue_type_script_setup_true_lang_default;
|
|
177
|
-
|
|
178
141
|
//#endregion
|
|
179
|
-
//#region src/components/floating-panel/floating-panel-resize-trigger.vue
|
|
180
|
-
var
|
|
142
|
+
//#region src/components/floating-panel/floating-panel-resize-trigger.vue
|
|
143
|
+
var floating_panel_resize_trigger_default = /* @__PURE__ */ defineComponent({
|
|
181
144
|
__name: "floating-panel-resize-trigger",
|
|
182
145
|
props: {
|
|
183
146
|
axis: {
|
|
@@ -201,14 +164,9 @@ var floating_panel_resize_trigger_vue_vue_type_script_setup_true_lang_default =
|
|
|
201
164
|
};
|
|
202
165
|
}
|
|
203
166
|
});
|
|
204
|
-
|
|
205
|
-
//#endregion
|
|
206
|
-
//#region src/components/floating-panel/floating-panel-resize-trigger.vue
|
|
207
|
-
var floating_panel_resize_trigger_default = floating_panel_resize_trigger_vue_vue_type_script_setup_true_lang_default;
|
|
208
|
-
|
|
209
167
|
//#endregion
|
|
210
|
-
//#region src/components/floating-panel/floating-panel-stage-trigger.vue
|
|
211
|
-
var
|
|
168
|
+
//#region src/components/floating-panel/floating-panel-stage-trigger.vue
|
|
169
|
+
var floating_panel_stage_trigger_default = /* @__PURE__ */ defineComponent({
|
|
212
170
|
__name: "floating-panel-stage-trigger",
|
|
213
171
|
props: {
|
|
214
172
|
stage: {
|
|
@@ -232,11 +190,6 @@ var floating_panel_stage_trigger_vue_vue_type_script_setup_true_lang_default = /
|
|
|
232
190
|
};
|
|
233
191
|
}
|
|
234
192
|
});
|
|
235
|
-
|
|
236
|
-
//#endregion
|
|
237
|
-
//#region src/components/floating-panel/floating-panel-stage-trigger.vue
|
|
238
|
-
var floating_panel_stage_trigger_default = floating_panel_stage_trigger_vue_vue_type_script_setup_true_lang_default;
|
|
239
|
-
|
|
240
193
|
//#endregion
|
|
241
194
|
//#region src/components/floating-panel/use-floating-panel.ts
|
|
242
195
|
const useFloatingPanel = (props = {}, emit) => {
|
|
@@ -282,10 +235,9 @@ const useFloatingPanel = (props = {}, emit) => {
|
|
|
282
235
|
const service = useMachine(floatingPanel.machine, machineProps);
|
|
283
236
|
return computed(() => floatingPanel.connect(service, normalizeProps$1));
|
|
284
237
|
};
|
|
285
|
-
|
|
286
238
|
//#endregion
|
|
287
|
-
//#region src/components/floating-panel/floating-panel-root.vue
|
|
288
|
-
var
|
|
239
|
+
//#region src/components/floating-panel/floating-panel-root.vue
|
|
240
|
+
var floating_panel_root_default = /* @__PURE__ */ defineComponent({
|
|
289
241
|
__name: "floating-panel-root",
|
|
290
242
|
props: /* @__PURE__ */ mergeDefaults({
|
|
291
243
|
allowOverflow: {
|
|
@@ -425,14 +377,9 @@ var floating_panel_root_vue_vue_type_script_setup_true_lang_default = /* @__PURE
|
|
|
425
377
|
};
|
|
426
378
|
}
|
|
427
379
|
});
|
|
428
|
-
|
|
429
|
-
//#endregion
|
|
430
|
-
//#region src/components/floating-panel/floating-panel-root.vue
|
|
431
|
-
var floating_panel_root_default = floating_panel_root_vue_vue_type_script_setup_true_lang_default;
|
|
432
|
-
|
|
433
380
|
//#endregion
|
|
434
|
-
//#region src/components/floating-panel/floating-panel-root-provider.vue
|
|
435
|
-
var
|
|
381
|
+
//#region src/components/floating-panel/floating-panel-root-provider.vue
|
|
382
|
+
var floating_panel_root_provider_default = /* @__PURE__ */ defineComponent({
|
|
436
383
|
__name: "floating-panel-root-provider",
|
|
437
384
|
props: {
|
|
438
385
|
value: {
|
|
@@ -459,14 +406,9 @@ var floating_panel_root_provider_vue_vue_type_script_setup_true_lang_default = /
|
|
|
459
406
|
};
|
|
460
407
|
}
|
|
461
408
|
});
|
|
462
|
-
|
|
463
409
|
//#endregion
|
|
464
|
-
//#region src/components/floating-panel/floating-panel-
|
|
465
|
-
var
|
|
466
|
-
|
|
467
|
-
//#endregion
|
|
468
|
-
//#region src/components/floating-panel/floating-panel-title.vue?vue&type=script&setup=true&lang.ts
|
|
469
|
-
var floating_panel_title_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
410
|
+
//#region src/components/floating-panel/floating-panel-title.vue
|
|
411
|
+
var floating_panel_title_default = /* @__PURE__ */ defineComponent({
|
|
470
412
|
__name: "floating-panel-title",
|
|
471
413
|
props: { asChild: {
|
|
472
414
|
type: Boolean,
|
|
@@ -483,14 +425,9 @@ var floating_panel_title_vue_vue_type_script_setup_true_lang_default = /* @__PUR
|
|
|
483
425
|
};
|
|
484
426
|
}
|
|
485
427
|
});
|
|
486
|
-
|
|
487
428
|
//#endregion
|
|
488
|
-
//#region src/components/floating-panel/floating-panel-
|
|
489
|
-
var
|
|
490
|
-
|
|
491
|
-
//#endregion
|
|
492
|
-
//#region src/components/floating-panel/floating-panel-trigger.vue?vue&type=script&setup=true&lang.ts
|
|
493
|
-
var floating_panel_trigger_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
429
|
+
//#region src/components/floating-panel/floating-panel-trigger.vue
|
|
430
|
+
var floating_panel_trigger_default = /* @__PURE__ */ defineComponent({
|
|
494
431
|
__name: "floating-panel-trigger",
|
|
495
432
|
props: { asChild: {
|
|
496
433
|
type: Boolean,
|
|
@@ -515,14 +452,9 @@ var floating_panel_trigger_vue_vue_type_script_setup_true_lang_default = /* @__P
|
|
|
515
452
|
};
|
|
516
453
|
}
|
|
517
454
|
});
|
|
518
|
-
|
|
519
455
|
//#endregion
|
|
520
|
-
//#region src/components/floating-panel/floating-panel-
|
|
521
|
-
var
|
|
522
|
-
|
|
523
|
-
//#endregion
|
|
524
|
-
//#region src/components/floating-panel/floating-panel-control.vue?vue&type=script&setup=true&lang.ts
|
|
525
|
-
var floating_panel_control_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
456
|
+
//#region src/components/floating-panel/floating-panel-control.vue
|
|
457
|
+
var floating_panel_control_default = /* @__PURE__ */ defineComponent({
|
|
526
458
|
__name: "floating-panel-control",
|
|
527
459
|
props: { asChild: {
|
|
528
460
|
type: Boolean,
|
|
@@ -539,11 +471,6 @@ var floating_panel_control_vue_vue_type_script_setup_true_lang_default = /* @__P
|
|
|
539
471
|
};
|
|
540
472
|
}
|
|
541
473
|
});
|
|
542
|
-
|
|
543
|
-
//#endregion
|
|
544
|
-
//#region src/components/floating-panel/floating-panel-control.vue
|
|
545
|
-
var floating_panel_control_default = floating_panel_control_vue_vue_type_script_setup_true_lang_default;
|
|
546
|
-
|
|
547
474
|
//#endregion
|
|
548
475
|
//#region src/components/floating-panel/floating-panel.ts
|
|
549
476
|
var floating_panel_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -562,6 +489,5 @@ var floating_panel_exports = /* @__PURE__ */ __exportAll({
|
|
|
562
489
|
Title: () => floating_panel_title_default,
|
|
563
490
|
Trigger: () => floating_panel_trigger_default
|
|
564
491
|
});
|
|
565
|
-
|
|
566
492
|
//#endregion
|
|
567
|
-
export { floating_panel_exports as FloatingPanel, floating_panel_body_default as FloatingPanelBody, floating_panel_close_trigger_default as FloatingPanelCloseTrigger, floating_panel_content_default as FloatingPanelContent, floating_panel_context_default as FloatingPanelContext, floating_panel_control_default as FloatingPanelControl, floating_panel_drag_trigger_default as FloatingPanelDragTrigger, floating_panel_header_default as FloatingPanelHeader, floating_panel_positioner_default as FloatingPanelPositioner, floating_panel_resize_trigger_default as FloatingPanelResizeTrigger, floating_panel_root_default as FloatingPanelRoot, floating_panel_root_provider_default as FloatingPanelRootProvider, floating_panel_stage_trigger_default as FloatingPanelStageTrigger, floating_panel_title_default as FloatingPanelTitle, floating_panel_trigger_default as FloatingPanelTrigger, floatingPanelAnatomy, useFloatingPanel, useFloatingPanelContext };
|
|
493
|
+
export { floating_panel_exports as FloatingPanel, floating_panel_body_default as FloatingPanelBody, floating_panel_close_trigger_default as FloatingPanelCloseTrigger, floating_panel_content_default as FloatingPanelContent, floating_panel_context_default as FloatingPanelContext, floating_panel_control_default as FloatingPanelControl, floating_panel_drag_trigger_default as FloatingPanelDragTrigger, floating_panel_header_default as FloatingPanelHeader, floating_panel_positioner_default as FloatingPanelPositioner, floating_panel_resize_trigger_default as FloatingPanelResizeTrigger, floating_panel_root_default as FloatingPanelRoot, floating_panel_root_provider_default as FloatingPanelRootProvider, floating_panel_stage_trigger_default as FloatingPanelStageTrigger, floating_panel_title_default as FloatingPanelTitle, floating_panel_trigger_default as FloatingPanelTrigger, floatingPanelAnatomy, useFloatingPanel, useFloatingPanelContext };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as PolymorphicProps } from "../../factory-
|
|
2
|
-
import * as
|
|
1
|
+
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
3
|
import { HTMLAttributes } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/focus-trap/focus-trap-types.d.ts
|
|
@@ -24,10 +24,10 @@ interface FocusTrapProps extends FocusTrapBaseProps,
|
|
|
24
24
|
*/
|
|
25
25
|
HTMLAttributes {}
|
|
26
26
|
declare const _default: typeof __VLS_export;
|
|
27
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<FocusTrapProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
28
28
|
activate: () => any;
|
|
29
29
|
deactivate: () => any;
|
|
30
|
-
}, string,
|
|
30
|
+
}, string, vue.PublicProps, Readonly<FocusTrapProps> & Readonly<{
|
|
31
31
|
onActivate?: (() => any) | undefined;
|
|
32
32
|
onDeactivate?: (() => any) | undefined;
|
|
33
33
|
}>, {
|
|
@@ -36,7 +36,7 @@ declare const __VLS_export: __VLS_WithSlots<vue369.DefineComponent<FocusTrapProp
|
|
|
36
36
|
fallbackFocus: (string | (HTMLElement | SVGElement)) | (() => string | (HTMLElement | SVGElement));
|
|
37
37
|
returnFocusOnDeactivate: boolean;
|
|
38
38
|
setReturnFocus: (false | (string | (HTMLElement | SVGElement))) | ((node: HTMLElement | SVGElement) => false | (string | (HTMLElement | SVGElement)));
|
|
39
|
-
}, {}, {}, {}, string,
|
|
39
|
+
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {}) => any;
|
|
41
41
|
}>;
|
|
42
42
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../../core-
|
|
2
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
3
|
-
import { t as cleanProps } from "../../clean-props-
|
|
1
|
+
import "../../core-BW88ya4i.js";
|
|
2
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-DNG1el63.js";
|
|
3
|
+
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
4
4
|
import { createBlock, defineComponent, onBeforeUnmount, onWatcherCleanup, openBlock, ref, renderSlot, unref, watchEffect, withCtx } from "vue";
|
|
5
5
|
import { trapFocus } from "@sprawlify/primitives/focus-trap";
|
|
6
|
-
|
|
7
|
-
//#region src/components/focus-trap/focus-trap.vue
|
|
8
|
-
var
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region src/components/focus-trap/focus-trap.vue
|
|
8
|
+
var focus_trap_default = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "focus-trap",
|
|
10
10
|
props: {
|
|
11
11
|
disabled: {
|
|
@@ -86,10 +86,5 @@ var focus_trap_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ def
|
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
|
-
|
|
90
|
-
//#endregion
|
|
91
|
-
//#region src/components/focus-trap/focus-trap.vue
|
|
92
|
-
var focus_trap_default = focus_trap_vue_vue_type_script_setup_true_lang_default;
|
|
93
|
-
|
|
94
89
|
//#endregion
|
|
95
|
-
export { focus_trap_default as FocusTrap };
|
|
90
|
+
export { focus_trap_default as FocusTrap };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/components/format/format-byte.vue.d.ts
|
|
4
4
|
interface FormatByteProps {
|
|
@@ -8,7 +8,7 @@ interface FormatByteProps {
|
|
|
8
8
|
value: number;
|
|
9
9
|
}
|
|
10
10
|
declare const _default: typeof __VLS_export$2;
|
|
11
|
-
declare const __VLS_export$2:
|
|
11
|
+
declare const __VLS_export$2: vue.DefineComponent<FormatByteProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FormatByteProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/components/format/format-number.vue.d.ts
|
|
14
14
|
interface FormatNumberProps {
|
|
@@ -22,7 +22,7 @@ interface FormatNumberProps {
|
|
|
22
22
|
currencySign?: string | undefined;
|
|
23
23
|
}
|
|
24
24
|
declare const _default$1: typeof __VLS_export$1;
|
|
25
|
-
declare const __VLS_export$1:
|
|
25
|
+
declare const __VLS_export$1: vue.DefineComponent<FormatNumberProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FormatNumberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/components/format/format-relative-time.vue.d.ts
|
|
28
28
|
interface FormatRelativeTimeProps {
|
|
@@ -32,7 +32,7 @@ interface FormatRelativeTimeProps {
|
|
|
32
32
|
style?: Intl.RelativeTimeFormatStyle;
|
|
33
33
|
}
|
|
34
34
|
declare const _default$2: typeof __VLS_export;
|
|
35
|
-
declare const __VLS_export:
|
|
35
|
+
declare const __VLS_export: vue.DefineComponent<FormatRelativeTimeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FormatRelativeTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
declare namespace format_d_exports {
|
|
37
37
|
export { _default as Byte, FormatByteProps as ByteBaseProps, FormatByteProps as ByteProps, _default$1 as Number, FormatNumberProps as NumberBaseProps, FormatNumberProps as NumberProps, _default$2 as RelativeTime, FormatRelativeTimeProps as RelativeTimeBaseProps, FormatRelativeTimeProps as RelativeTimeProps };
|
|
38
38
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as __exportAll } from "../../chunk-
|
|
2
|
-
import { a as useLocaleContext, i as DEFAULT_LOCALE } from "../../providers-
|
|
3
|
-
import "../../create-context-
|
|
1
|
+
import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
2
|
+
import { a as useLocaleContext, i as DEFAULT_LOCALE } from "../../providers-Cm-xBdVY.js";
|
|
3
|
+
import "../../create-context-BqbKqBMN.js";
|
|
4
4
|
import { computed, defineComponent, toDisplayString } from "vue";
|
|
5
5
|
import { formatBytes, formatNumber, formatRelativeTime } from "@sprawlify/primitives/i18n-utils";
|
|
6
|
-
|
|
7
|
-
//#region src/components/format/format-byte.vue
|
|
8
|
-
var
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region src/components/format/format-byte.vue
|
|
8
|
+
var format_byte_default = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "format-byte",
|
|
10
10
|
props: {
|
|
11
11
|
unit: {
|
|
@@ -37,14 +37,9 @@ var format_byte_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ de
|
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
|
-
|
|
41
40
|
//#endregion
|
|
42
|
-
//#region src/components/format/format-
|
|
43
|
-
var
|
|
44
|
-
|
|
45
|
-
//#endregion
|
|
46
|
-
//#region src/components/format/format-number.vue?vue&type=script&setup=true&lang.ts
|
|
47
|
-
var format_number_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
41
|
+
//#region src/components/format/format-number.vue
|
|
42
|
+
var format_number_default = /* @__PURE__ */ defineComponent({
|
|
48
43
|
__name: "format-number",
|
|
49
44
|
props: {
|
|
50
45
|
value: {
|
|
@@ -92,14 +87,9 @@ var format_number_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */
|
|
|
92
87
|
};
|
|
93
88
|
}
|
|
94
89
|
});
|
|
95
|
-
|
|
96
90
|
//#endregion
|
|
97
|
-
//#region src/components/format/format-
|
|
98
|
-
var
|
|
99
|
-
|
|
100
|
-
//#endregion
|
|
101
|
-
//#region src/components/format/format-relative-time.vue?vue&type=script&setup=true&lang.ts
|
|
102
|
-
var format_relative_time_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
91
|
+
//#region src/components/format/format-relative-time.vue
|
|
92
|
+
var format_relative_time_default = /* @__PURE__ */ defineComponent({
|
|
103
93
|
__name: "format-relative-time",
|
|
104
94
|
props: {
|
|
105
95
|
value: {
|
|
@@ -131,11 +121,6 @@ var format_relative_time_vue_vue_type_script_setup_true_lang_default = /* @__PUR
|
|
|
131
121
|
};
|
|
132
122
|
}
|
|
133
123
|
});
|
|
134
|
-
|
|
135
|
-
//#endregion
|
|
136
|
-
//#region src/components/format/format-relative-time.vue
|
|
137
|
-
var format_relative_time_default = format_relative_time_vue_vue_type_script_setup_true_lang_default;
|
|
138
|
-
|
|
139
124
|
//#endregion
|
|
140
125
|
//#region src/components/format/format.ts
|
|
141
126
|
var format_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -143,6 +128,5 @@ var format_exports = /* @__PURE__ */ __exportAll({
|
|
|
143
128
|
Number: () => format_number_default,
|
|
144
129
|
RelativeTime: () => format_relative_time_default
|
|
145
130
|
});
|
|
146
|
-
|
|
147
131
|
//#endregion
|
|
148
|
-
export { format_exports as Format, format_byte_default as FormatByte, format_number_default as FormatNumber, format_relative_time_default as FormatRelativeTime };
|
|
132
|
+
export { format_exports as Format, format_byte_default as FormatByte, format_number_default as FormatNumber, format_relative_time_default as FormatRelativeTime };
|