streamlit 1.48.1__py3-none-any.whl → 1.49.0__py3-none-any.whl
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.
- streamlit/__init__.py +3 -10
- streamlit/commands/logo.py +4 -3
- streamlit/commands/navigation.py +1 -1
- streamlit/commands/page_config.py +4 -1
- streamlit/components/v1/custom_component.py +2 -2
- streamlit/config.py +82 -1
- streamlit/connections/snowflake_connection.py +3 -1
- streamlit/delta_generator.py +3 -0
- streamlit/elements/arrow.py +155 -70
- streamlit/elements/bokeh_chart.py +13 -3
- streamlit/elements/deck_gl_json_chart.py +0 -1
- streamlit/elements/dialog_decorator.py +7 -59
- streamlit/elements/form.py +10 -1
- streamlit/elements/graphviz_chart.py +57 -6
- streamlit/elements/heading.py +17 -16
- streamlit/elements/image.py +64 -37
- streamlit/elements/layouts.py +2 -2
- streamlit/elements/lib/built_in_chart_utils.py +2 -5
- streamlit/elements/lib/column_config_utils.py +18 -4
- streamlit/elements/lib/column_types.py +75 -30
- streamlit/elements/lib/dialog.py +3 -3
- streamlit/elements/lib/image_utils.py +19 -11
- streamlit/elements/lib/layout_utils.py +15 -2
- streamlit/elements/lib/utils.py +20 -41
- streamlit/elements/markdown.py +7 -6
- streamlit/elements/media.py +6 -13
- streamlit/elements/metric.py +78 -1
- streamlit/elements/pdf.py +192 -0
- streamlit/elements/plotly_chart.py +3 -2
- streamlit/elements/pyplot.py +53 -11
- streamlit/elements/toast.py +81 -5
- streamlit/elements/vega_charts.py +3 -8
- streamlit/elements/widgets/audio_input.py +0 -1
- streamlit/elements/widgets/button.py +0 -4
- streamlit/elements/widgets/button_group.py +5 -4
- streamlit/elements/widgets/camera_input.py +0 -1
- streamlit/elements/widgets/chat.py +11 -13
- streamlit/elements/widgets/checkbox.py +0 -1
- streamlit/elements/widgets/color_picker.py +0 -1
- streamlit/elements/widgets/data_editor.py +142 -62
- streamlit/elements/widgets/file_uploader.py +74 -37
- streamlit/elements/widgets/multiselect.py +0 -1
- streamlit/elements/widgets/number_input.py +0 -1
- streamlit/elements/widgets/radio.py +0 -1
- streamlit/elements/widgets/select_slider.py +0 -1
- streamlit/elements/widgets/selectbox.py +0 -1
- streamlit/elements/widgets/slider.py +0 -1
- streamlit/elements/widgets/text_widgets.py +0 -2
- streamlit/elements/widgets/time_widgets.py +0 -2
- streamlit/errors.py +11 -0
- streamlit/material_icon_names.py +1 -1
- streamlit/proto/Arrow_pb2.py +14 -8
- streamlit/proto/Arrow_pb2.pyi +11 -3
- streamlit/proto/Block_pb2.py +16 -16
- streamlit/proto/Block_pb2.pyi +2 -0
- streamlit/proto/ChatInput_pb2.py +3 -3
- streamlit/proto/ChatInput_pb2.pyi +2 -0
- streamlit/proto/FileUploader_pb2.py +2 -2
- streamlit/proto/FileUploader_pb2.pyi +5 -1
- streamlit/proto/GraphVizChart_pb2.py +4 -2
- streamlit/proto/GraphVizChart_pb2.pyi +1 -1
- streamlit/proto/Image_pb2.py +4 -2
- streamlit/proto/Image_pb2.pyi +1 -10
- streamlit/proto/Metric_pb2.py +8 -6
- streamlit/proto/Metric_pb2.pyi +34 -10
- streamlit/proto/Toast_pb2.py +2 -2
- streamlit/proto/Toast_pb2.pyi +10 -1
- streamlit/runtime/caching/__init__.py +14 -2
- streamlit/runtime/caching/cache_data_api.py +0 -17
- streamlit/runtime/caching/cache_resource_api.py +0 -16
- streamlit/runtime/caching/cached_message_replay.py +8 -20
- streamlit/runtime/caching/hashing.py +31 -1
- streamlit/runtime/credentials.py +4 -4
- streamlit/runtime/fragment.py +0 -42
- streamlit/runtime/websocket_session_manager.py +1 -1
- streamlit/static/index.html +2 -2
- streamlit/static/manifest.json +224 -252
- streamlit/static/static/css/{index.CJVRHjQZ.css → index.C8X8rNzw.css} +1 -1
- streamlit/static/static/css/index.COe1010n.css +1 -0
- streamlit/static/static/js/{ErrorOutline.esm.DjObtx4K.js → ErrorOutline.esm.u9XvzxL8.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.Bz9nxNC5.js → FileDownload.esm.CaRyZ-b2.js} +1 -1
- streamlit/static/static/js/FileHelper.Dk2SwIi3.js +5 -0
- streamlit/static/static/js/FormClearHelper.l_UPPvkg.js +1 -0
- streamlit/static/static/js/{Hooks.DEoLCfOE.js → Hooks.BxrVEftw.js} +1 -1
- streamlit/static/static/js/InputInstructions.C254RU9X.js +1 -0
- streamlit/static/static/js/Particles.DkY6FDnc.js +1 -0
- streamlit/static/static/js/ProgressBar.BPtSM82n.js +2 -0
- streamlit/static/static/js/Toolbar.BO_3WBaS.js +1 -0
- streamlit/static/static/js/{base-input.BmvSaPd2.js → base-input.egUI4LjJ.js} +4 -4
- streamlit/static/static/js/{checkbox.Cgxgc0et.js → checkbox.ButpszcE.js} +2 -2
- streamlit/static/static/js/createSuper.DYJA5xa6.js +1 -0
- streamlit/static/static/js/data-grid-overlay-editor.C9gQLEnU.js +1 -0
- streamlit/static/static/js/{downloader.M6jQeNDf.js → downloader.B3TjsSPZ.js} +1 -1
- streamlit/static/static/js/es6.BYSNuG4D.js +2 -0
- streamlit/static/static/js/iframeResizer.contentWindow.CNPHJsF2.js +1 -0
- streamlit/static/static/js/index.0tDq1WXk.js +1 -0
- streamlit/static/static/js/index.BBnWuh07.js +976 -0
- streamlit/static/static/js/index.BDZorv41.js +1 -0
- streamlit/static/static/js/{index.CbdWnLqS.js → index.BH79B25f.js} +3 -3
- streamlit/static/static/js/index.BeTC4Yl-.js +197 -0
- streamlit/static/static/js/index.BnOd05Ko.js +2 -0
- streamlit/static/static/js/index.BoJaJReB.js +1 -0
- streamlit/static/static/js/index.Bp1Of6L8.js +1 -0
- streamlit/static/static/js/index.Bpe4-O2W.js +1 -0
- streamlit/static/static/js/index.BrD9sbpx.js +1 -0
- streamlit/static/static/js/index.C1qCS-sd.js +1 -0
- streamlit/static/static/js/index.C3EXAI-u.js +1 -0
- streamlit/static/static/js/index.C77g9sAQ.js +3 -0
- streamlit/static/static/js/{index.BXDq9dj4.js → index.CFePF7s4.js} +1 -1
- streamlit/static/static/js/index.CFjU0x00.js +1 -0
- streamlit/static/static/js/index.Ca3y4ztK.js +1 -0
- streamlit/static/static/js/{index.CgZDfhN4.js → index.Cb9gN2T2.js} +2 -2
- streamlit/static/static/js/{index.tsvTLdio.js → index.CbwuUwu4.js} +9 -9
- streamlit/static/static/js/index.CeXLlclc.js +1 -0
- streamlit/static/static/js/index.CfiZGqj3.js +3 -0
- streamlit/static/static/js/index.CjQnYKID.js +1 -0
- streamlit/static/static/js/index.Cl_966eE.js +3858 -0
- streamlit/static/static/js/{index.Cqa4gqqN.js → index.CqSRo6zQ.js} +1 -1
- streamlit/static/static/js/index.CuEFSQ-o.js +1 -0
- streamlit/static/static/js/index.D4jR1m1z.js +1 -0
- streamlit/static/static/js/index.DGcW849X.js +1 -0
- streamlit/static/static/js/index.DKb-BAE2.js +1 -0
- streamlit/static/static/js/index.DP1rDFP0.js +1 -0
- streamlit/static/static/js/{index.D1EayrNh.js → index.DStzYLqM.js} +2 -2
- streamlit/static/static/js/index.DVKQKDLu.js +1 -0
- streamlit/static/static/js/index.DWedOrkQ.js +1 -0
- streamlit/static/static/js/index.DYbRPmVF.js +1 -0
- streamlit/static/static/js/index.DgpIMUsr.js +1 -0
- streamlit/static/static/js/index.DtwkPJs5.js +5367 -0
- streamlit/static/static/js/{index.D1jHqUJq.js → index.MQLQLR5Z.js} +1 -1
- streamlit/static/static/js/index.uInpwWAP.js +1 -0
- streamlit/static/static/js/index.z992t-BQ.js +7 -0
- streamlit/static/static/js/{input.DZd6EQlV.js → input.CbP5ZuQ7.js} +2 -2
- streamlit/static/static/js/{memory.ptkfuI71.js → memory.BuacVo2L.js} +1 -1
- streamlit/static/static/js/number-overlay-editor.BZb9zRl_.js +9 -0
- streamlit/static/static/js/{possibleConstructorReturn.Bd4ImlQ9.js → possibleConstructorReturn.DSM84rOS.js} +1 -1
- streamlit/static/static/js/{sandbox.DsH8LuID.js → sandbox.C480llMG.js} +1 -1
- streamlit/static/static/js/{timepicker.QVekV78C.js → timepicker.BunxCVp7.js} +4 -4
- streamlit/static/static/js/{toConsumableArray.BJvaP8gb.js → toConsumableArray.B4o8rEx1.js} +3 -3
- streamlit/static/static/js/uniqueId.tii0yosY.js +1 -0
- streamlit/static/static/js/{useBasicWidgetState.DB3vMS9V.js → useBasicWidgetState.Bnm4FD6K.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.CBkGkaRt.js → useTextInputAutoExpand.Dgtwc1m0.js} +2 -2
- streamlit/static/static/js/useUpdateUiValue.DjXdMFGw.js +1 -0
- streamlit/static/static/js/withFullScreenWrapper.0cy2pVf5.js +1 -0
- streamlit/static/static/media/MaterialSymbols-Rounded.CBxVaFdk.woff2 +0 -0
- streamlit/user_info.py +3 -1
- streamlit/web/server/browser_websocket_handler.py +15 -0
- {streamlit-1.48.1.dist-info → streamlit-1.49.0.dist-info}/METADATA +4 -2
- {streamlit-1.48.1.dist-info → streamlit-1.49.0.dist-info}/RECORD +153 -156
- streamlit/static/static/css/index.CQt5TjGB.css +0 -1
- streamlit/static/static/js/FileHelper.BrQvUXVD.js +0 -5
- streamlit/static/static/js/FormClearHelper.DF4gFAOO.js +0 -1
- streamlit/static/static/js/InputInstructions.D8zoMog9.js +0 -1
- streamlit/static/static/js/Particles.CCFySwdL.js +0 -1
- streamlit/static/static/js/ProgressBar.COK9j1l0.js +0 -2
- streamlit/static/static/js/Toolbar.Dt4jIKlY.js +0 -1
- streamlit/static/static/js/createSuper.siQeagI2.js +0 -1
- streamlit/static/static/js/data-grid-overlay-editor.Ct51iCb_.js +0 -1
- streamlit/static/static/js/es6.CMaUdEZ5.js +0 -2
- streamlit/static/static/js/iframeResizer.contentWindow.C33BryyP.js +0 -1
- streamlit/static/static/js/index.8GJD0eeD.js +0 -1
- streamlit/static/static/js/index.8QEYHMQD.js +0 -1
- streamlit/static/static/js/index.Ay41Wnu9.js +0 -1
- streamlit/static/static/js/index.BLiKiJ7_.js +0 -1
- streamlit/static/static/js/index.BT78cJmU.js +0 -1
- streamlit/static/static/js/index.BdGvnhlM.js +0 -1
- streamlit/static/static/js/index.BfasrT0d.js +0 -1
- streamlit/static/static/js/index.CCdtFMFG.js +0 -1
- streamlit/static/static/js/index.CFRGZDz1.js +0 -1
- streamlit/static/static/js/index.CFSFYiPA.js +0 -5366
- streamlit/static/static/js/index.CeiIiXap.js +0 -1
- streamlit/static/static/js/index.CzX2xpyc.js +0 -1
- streamlit/static/static/js/index.D1ErX5go.js +0 -2
- streamlit/static/static/js/index.D5gweoL5.js +0 -7
- streamlit/static/static/js/index.DByVKZgq.js +0 -1
- streamlit/static/static/js/index.DEND45D1.js +0 -3
- streamlit/static/static/js/index.DKN5MVff.js +0 -781
- streamlit/static/static/js/index.DfoxW1gP.js +0 -3855
- streamlit/static/static/js/index.Dtf1Ac0x.js +0 -1
- streamlit/static/static/js/index.DxrLhpeO.js +0 -1
- streamlit/static/static/js/index.J7o-_HIh.js +0 -1
- streamlit/static/static/js/index.LU8juINp.js +0 -197
- streamlit/static/static/js/index.L_N2iylt.js +0 -1
- streamlit/static/static/js/index.PZUX2kRz.js +0 -3
- streamlit/static/static/js/index.ROjU6K0k.js +0 -1
- streamlit/static/static/js/index.WSNLkF94.js +0 -1
- streamlit/static/static/js/index.X5W3gJLn.js +0 -1
- streamlit/static/static/js/index.k9LYqfSL.js +0 -1
- streamlit/static/static/js/index.pnHtHv_c.js +0 -203
- streamlit/static/static/js/index.tPUXqsfW.js +0 -1
- streamlit/static/static/js/mergeWith.GRNk8iwv.js +0 -1
- streamlit/static/static/js/number-overlay-editor.DXS2qb1U.js +0 -9
- streamlit/static/static/js/threshold.DjX0wlsa.js +0 -1
- streamlit/static/static/js/timer.CAwTRJ_g.js +0 -1
- streamlit/static/static/js/uniqueId.D_5M8Dgf.js +0 -1
- streamlit/static/static/js/useUpdateUiValue.C7ZKpLQK.js +0 -1
- streamlit/static/static/js/value.CgPGBV_l.js +0 -1
- streamlit/static/static/js/withFullScreenWrapper.C-gXt0Rl.js +0 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.DsbC8sYI.woff2 +0 -0
- {streamlit-1.48.1.data → streamlit-1.49.0.data}/scripts/streamlit.cmd +0 -0
- {streamlit-1.48.1.dist-info → streamlit-1.49.0.dist-info}/WHEEL +0 -0
- {streamlit-1.48.1.dist-info → streamlit-1.49.0.dist-info}/entry_points.txt +0 -0
- {streamlit-1.48.1.dist-info → streamlit-1.49.0.dist-info}/top_level.txt +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as d,E as w,_ as U,s as c,aq as q,aE as p,j as a,bq as m,br as F,b7 as _,b8 as S,bk as K,F as G,bJ as J,aA as Y,bm as Q,bK as z,D as h,b as f,bo as Z,bn as ee,bu as te,bL as ie,bv as le,bc as se,bw as ne}from"./index.DKN5MVff.js";import{F as ae}from"./FormClearHelper.DF4gFAOO.js";import{g as C,F as y,b as oe,D as re,I as de,C as ce,a as pe,s as ge}from"./FileHelper.BrQvUXVD.js";import{S as ue,P as he}from"./ProgressBar.COK9j1l0.js";import{u as me}from"./Hooks.DEoLCfOE.js";import{U as v}from"./UploadFileInfo.C-jY39rj.js";var b=d.forwardRef(function(e,l){var t={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return d.createElement(w,U({iconAttrs:t,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},e,{ref:l}),d.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),d.createElement("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"}))});b.displayName="ChevronLeft";var M=d.forwardRef(function(e,l){var t={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return d.createElement(w,U({iconAttrs:t,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},e,{ref:l}),d.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),d.createElement("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"}))});M.displayName="ChevronRight";var V=d.forwardRef(function(e,l){var t={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return d.createElement(w,U({iconAttrs:t,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},e,{ref:l}),d.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),d.createElement("path",{d:"M19.35 10.04A7.49 7.49 0 0012 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 000 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95A5.469 5.469 0 0112 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11A2.98 2.98 0 0122 15c0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"}))});V.displayName="CloudUpload";var B=d.forwardRef(function(e,l){var t={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return d.createElement(w,U({iconAttrs:t,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},e,{ref:l}),d.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}))});B.displayName="Error";const D=c("section",{target:"eamlidg0"})(({isDisabled:e,theme:l})=>({display:"flex",alignItems:"center",padding:l.spacing.lg,backgroundColor:l.colors.secondaryBg,borderRadius:l.radii.default,border:l.colors.widgetBorderColor?`${l.sizes.borderWidth} solid ${l.colors.widgetBorderColor}`:void 0,height:l.sizes.largestElementHeight,":focus":{outline:"none"},":focus-visible":{boxShadow:`0 0 0 1px ${l.colors.primary}`},cursor:e?"not-allowed":"pointer"})),L=c("div",{target:"eamlidg1"})({marginRight:"auto",alignItems:"center",display:"flex"}),E=c("span",{target:"eamlidg2"})(({theme:e})=>({color:e.colors.darkenedBgMix100,marginRight:e.spacing.lg})),P=c("span",{target:"eamlidg3"})(({theme:e,disabled:l})=>({color:l?e.colors.fadedText40:e.colors.bodyText})),fe=c("span",{target:"eamlidg4"})(({theme:e,disabled:l})=>({fontSize:e.fontSizes.sm,color:l?e.colors.fadedText40:e.colors.fadedText60})),Fe=c("div",{target:"eamlidg5"})({display:"flex",flexDirection:"column"}),A=c("div",{target:"eamlidg6"})(({theme:e})=>({left:0,right:0,lineHeight:e.lineHeights.tight,paddingTop:e.spacing.md,paddingLeft:e.spacing.lg,paddingRight:e.spacing.lg})),Se=c("ul",{target:"eamlidg7"})(({theme:e})=>({listStyleType:"none",margin:e.spacing.none,padding:e.spacing.none})),T=c("li",{target:"eamlidg8"})(({theme:e})=>({margin:e.spacing.none,padding:e.spacing.none})),H=c("div",{target:"eamlidg9"})(({theme:e})=>({display:"flex",alignItems:"baseline",flex:1,paddingLeft:e.spacing.lg,overflow:"hidden"})),N=c("div",{target:"eamlidg10"})(({theme:e})=>({marginRight:e.spacing.sm,marginBottom:e.spacing.twoXS,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"})),W=c("div",{target:"eamlidg11"})(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing.twoXS})),ye=c("span",{target:"eamlidg12"})(({theme:e})=>({marginRight:e.spacing.twoXS})),we=c("div",{target:"eamlidg13"})(({theme:e})=>({display:"flex",padding:e.spacing.twoXS,color:e.colors.darkenedBgMix100})),k=c("small",{target:"eamlidg14"})(({theme:e})=>({color:e.colors.red,fontSize:e.fontSizes.sm,height:e.fontSizes.sm,lineHeight:e.fontSizes.sm,display:"flex",alignItems:"center",whiteSpace:"nowrap"})),R=c("span",{target:"eamlidg15"})({}),Ue=e=>({[D]:{display:"flex",flexDirection:"column",alignItems:"flex-start",height:"auto"},[L]:{marginBottom:e.spacing.sm},[E]:{display:"none"},[P]:{marginBottom:e.spacing.twoXS},[A]:{paddingRight:e.spacing.lg},[W]:{maxWidth:"inherit",flex:1,alignItems:"flex-start",marginBottom:e.spacing.sm},[N]:{width:e.sizes.full},[H]:{flexDirection:"column"},[k]:{height:"auto",whiteSpace:"initial"},[R]:{display:"none"},[T]:{margin:e.spacing.none,padding:e.spacing.none}}),xe=c("div",{target:"eamlidg16"})(({theme:e,width:l})=>{if(l<q("23rem"))return Ue(e)}),ve=({multiple:e,acceptedExtensions:l,maxSizeBytes:t,disabled:i})=>p(L,{"data-testid":"stFileUploaderDropzoneInstructions",children:[a(E,{children:a(m,{content:V,size:"threeXL"})}),p(Fe,{children:[p(P,{disabled:i,children:["Drag and drop file",e?"s":""," here"]}),p(fe,{disabled:i,children:[`Limit ${C(t,y.Byte,0)} per file`,l.length?` • ${l.map(s=>s.replace(/^\./,"").toUpperCase()).join(", ")}`:null]})]})]}),ze=d.memo(ve),Ie=({onDrop:e,multiple:l,acceptedExtensions:t,maxSizeBytes:i,disabled:s,label:o})=>a(re,{onDrop:e,multiple:l,accept:oe(t),maxSize:i,disabled:s,useFsAccessApi:!1,children:({getRootProps:n,getInputProps:r})=>p(D,{...n(),"data-testid":"stFileUploaderDropzone",isDisabled:s,"aria-label":o,children:[a("input",{"data-testid":"stFileUploaderDropzoneInput",...r()}),a(ze,{multiple:l,acceptedExtensions:t,maxSizeBytes:i,disabled:s}),a(F,{kind:S.SECONDARY,disabled:s,size:_.SMALL,children:"Browse files"})]})}),Ce=d.memo(Ie),$=c("small",{target:"ejh2rmr0"})(({kind:e,theme:l})=>{const{danger:t,fadedText60:i}=l.colors;return{color:e==="danger"?t:i,fontSize:l.fontSizes.sm,lineHeight:l.lineHeights.tight}}),be=({fileInfo:e})=>e.status.type==="uploading"?a(he,{value:e.status.progress,size:ue.SMALL}):e.status.type==="error"?p(k,{children:[a(ye,{"data-testid":"stFileUploaderFileErrorMessage",children:e.status.errorMessage}),a(R,{children:a(m,{content:B,size:"lg"})})]}):e.status.type==="uploaded"?a($,{children:C(e.size,y.Byte)}):null,Me=({fileInfo:e,onDelete:l})=>p(W,{className:"stFileUploaderFile","data-testid":"stFileUploaderFile",children:[a(we,{children:a(m,{content:de,size:"twoXL"})}),p(H,{className:"stFileUploaderFileData",children:[a(N,{className:"stFileUploaderFileName","data-testid":"stFileUploaderFileName",title:e.name,children:e.name}),a(be,{fileInfo:e})]}),a("div",{"data-testid":"stFileUploaderDeleteBtn",children:a(F,{onClick:()=>l(e.id),kind:S.MINIMAL,children:a(m,{content:ce,size:"lg"})})})]}),Ve=d.memo(Me),Be=c("div",{target:"egc9vxm0"})(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",paddingBottom:e.spacing.twoXS,marginBottom:e.spacing.twoXS})),De=c("div",{target:"egc9vxm1"})(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",color:e.colors.fadedText40})),Le=({currentPage:e,totalPages:l,onNext:t,onPrevious:i})=>p(Be,{"data-testid":"stFileUploaderPagination",children:[a($,{children:`Showing page ${e} of ${l}`}),p(De,{children:[a(F,{onClick:i,kind:S.MINIMAL,children:a(m,{content:b,size:"xl"})}),a(F,{onClick:t,kind:S.MINIMAL,children:a(m,{content:M,size:"xl"})})]})]}),Ee=d.memo(Le),I=(e,l)=>Math.ceil(e.length/l),Pe=e=>K(({pageSize:t,items:i,resetOnAdd:s,...o})=>{const[n,r]=d.useState(0),[g,x]=d.useState(()=>I(i,t)),u=me(i);d.useEffect(()=>{u&&u.length!==i.length&&x(I(i,t)),u&&u.length<i.length?s&&r(0):n+1>=g&&r(g-1)},[i,n,t,u,s,g]);const X=()=>{r(Math.min(n+1,g-1))},O=()=>{r(Math.max(0,n-1))},j=i.slice(n*t,n*t+t);return p(G,{children:[a(e,{items:j,...o}),i.length>t?a(Ee,{pageSize:t,totalPages:g,currentPage:n+1,onNext:X,onPrevious:O}):null]})},e),Ae=({items:e,onDelete:l})=>a(Se,{children:e.map(t=>a(T,{children:a(Ve,{fileInfo:t,onDelete:l})},t.id))}),Te=Pe(Ae),He=e=>a(A,{children:a(Te,{...e})}),Ne=d.memo(He);class We extends d.PureComponent{constructor(l){super(l),this.formClearHelper=new ae,this.localFileIdCounter=1,this.forceUpdatingStatus=!1,this.componentDidUpdate=()=>{if(this.status!=="ready")return;const t=this.createWidgetValue(),{element:i,widgetMgr:s,fragmentId:o}=this.props,n=s.getFileUploaderStateValue(i);Y(t,n)||s.setFileUploaderStateValue(i,t,{fromUi:!0},o)},this.dropHandler=(t,i)=>{const{element:s}=this.props,{multipleFiles:o}=s;if(!o&&t.length===0&&i.length>1){const n=i.findIndex(r=>r.errors.length===1&&r.errors[0].code==="too-many-files");n>=0&&(t.push(i[n].file),i.splice(n,1))}if(this.props.uploadClient.fetchFileURLs(t).then(n=>{if(!o&&t.length>0){const r=this.state.files.find(g=>g.status.type!=="error");r&&(this.forceUpdatingStatus=!0,this.deleteFile(r.id),this.forceUpdatingStatus=!1)}Q(n,t).forEach(([r,g])=>{this.uploadFile(r,g)})}).catch(n=>{this.addFiles(t.map(r=>new v(r.name,r.size,this.nextLocalFileId(),{type:"error",errorMessage:n})))}),i.length>0){const n=i.map(r=>pe(r,this.nextLocalFileId(),this.maxUploadSizeInBytes));this.addFiles(n)}},this.uploadFile=(t,i)=>{const s=z.CancelToken.source(),o=new v(i.name,i.size,this.nextLocalFileId(),{type:"uploading",cancelToken:s,progress:1});this.addFile(o),this.props.uploadClient.uploadFile(this.props.element,t.uploadUrl,i,n=>this.onUploadProgress(n,o.id),s.token).then(()=>this.onUploadComplete(o.id,t)).catch(n=>{z.isCancel(n)||this.updateFile(o.id,o.setStatus({type:"error",errorMessage:n?n.toString():"Unknown error"}))})},this.onUploadComplete=(t,i)=>{const s=this.getFile(t);h(s)||s.status.type!=="uploading"||this.updateFile(s.id,s.setStatus({type:"uploaded",fileId:i.fileId,fileUrls:i}))},this.deleteFile=t=>{const i=this.getFile(t);h(i)||(i.status.type==="uploading"&&i.status.cancelToken.cancel(),i.status.type==="uploaded"&&i.status.fileUrls.deleteUrl&&this.props.uploadClient.deleteFile(i.status.fileUrls.deleteUrl),this.removeFile(t))},this.addFile=t=>{f.flushSync(()=>{this.setState(i=>({files:[...i.files,t]}))})},this.addFiles=t=>{f.flushSync(()=>{this.setState(i=>({files:[...i.files,...t]}))})},this.removeFile=t=>{f.flushSync(()=>{this.setState(i=>({files:i.files.filter(s=>s.id!==t)}))})},this.getFile=t=>this.state.files.find(i=>i.id===t),this.updateFile=(t,i)=>{f.flushSync(()=>{this.setState(s=>({files:s.files.map(o=>o.id===t?i:o)}))})},this.onUploadProgress=(t,i)=>{const s=this.getFile(i);if(h(s)||s.status.type!=="uploading")return;const o=Math.round(t.loaded*100/t.total);s.status.progress!==o&&this.updateFile(i,s.setStatus({type:"uploading",cancelToken:s.status.cancelToken,progress:o}))},this.onFormCleared=()=>{f.flushSync(()=>{this.setState({files:[]},()=>{const t=this.createWidgetValue();if(h(t))return;const{widgetMgr:i,element:s,fragmentId:o}=this.props;i.setFileUploaderStateValue(s,t,{fromUi:!0},o)})})},this.state=this.initialValue}get initialValue(){const l={files:[]},{widgetMgr:t,element:i}=this.props,s=t.getFileUploaderStateValue(i);if(h(s))return l;const{uploadedFileInfo:o}=s;return h(o)||o.length===0?l:{files:o.map(n=>{const r=n.name,g=n.size,x=n.fileId,u=n.fileUrls;return new v(r,g,this.nextLocalFileId(),{type:"uploaded",fileId:x,fileUrls:u})})}}componentWillUnmount(){this.formClearHelper.disconnect()}get maxUploadSizeInBytes(){const l=this.props.element.maxUploadSizeMb;return ge(l,y.Megabyte,y.Byte)}get status(){const l=t=>t.status.type==="uploading";return this.state.files.some(l)||this.forceUpdatingStatus?"updating":"ready"}componentDidMount(){const l=this.createWidgetValue(),{element:t,widgetMgr:i,fragmentId:s}=this.props;i.getFileUploaderStateValue(t)===void 0&&i.setFileUploaderStateValue(t,l,{fromUi:!1},s)}createWidgetValue(){const l=this.state.files.filter(t=>t.status.type==="uploaded").map(t=>{const{name:i,size:s,status:o}=t,{fileId:n,fileUrls:r}=o;return new Z({fileId:n,fileUrls:r,name:i,size:s})});return new ee({uploadedFileInfo:l})}render(){const{files:l}=this.state,{element:t,disabled:i,widgetMgr:s,width:o}=this.props,n=t.type;this.formClearHelper.manageFormClearListener(s,t.formId,this.onFormCleared);const r=l.slice().reverse();return p(xe,{className:"stFileUploader","data-testid":"stFileUploader",width:o,children:[a(ne,{label:t.label,disabled:i,labelVisibility:te(t.labelVisibility?.value),children:t.help&&a(ie,{children:a(le,{content:t.help,placement:se.TOP_RIGHT})})}),a(Ce,{onDrop:this.dropHandler,multiple:t.multipleFiles,acceptedExtensions:n,maxSizeBytes:this.maxUploadSizeInBytes,label:t.label,disabled:i}),r.length>0&&a(Ne,{items:r,pageSize:3,onDelete:this.deleteFile,resetOnAdd:!0})]})}nextLocalFileId(){return this.localFileIdCounter++}}const qe=J(d.memo(We));export{qe as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as p,ap as k,aD as T,j as n,aE as y,bu as C,aJ as S,bD as L,bv as W,bc as B,bO as w,ax as R,bP as E,bQ as P}from"./index.DKN5MVff.js";import{a as $}from"./useBasicWidgetState.DB3vMS9V.js";import{a as v,L as X,S as m}from"./checkbox.Cgxgc0et.js";import"./FormClearHelper.DF4gFAOO.js";function H({element:e,disabled:a,widgetMgr:s,fragmentId:d}){const[f,g]=$({getStateFromWidgetMgr:M,getDefaultStateFromProto:V,getCurrStateFromProto:I,updateWidgetMgrState:j,element:e,widgetMgr:s,fragmentId:d}),x=p.useCallback(i=>{g({value:i.target.checked,fromUi:!0})},[g]),t=k(),{colors:o,spacing:h,sizes:r}=t,b=T(t),u=a?o.fadedText40:o.bodyText;return n(P,{className:"row-widget stCheckbox","data-testid":"stCheckbox",children:n(v,{checked:f,disabled:a,onChange:x,"aria-label":e.label,checkmarkType:e.type===E.StyleType.TOGGLE?m.toggle:m.default,labelPlacement:X.right,overrides:{Root:{style:({$isFocusVisible:i})=>({marginBottom:h.none,marginTop:h.none,backgroundColor:i?o.darkenedBgMix25:"",display:"flex",alignItems:"start"})},Toggle:{style:({$checked:i})=>{let c=b?o.bgColor:o.bodyText;return a&&(c=b?o.gray70:o.gray90),{width:`calc(${r.checkbox} - ${t.spacing.twoXS})`,height:`calc(${r.checkbox} - ${t.spacing.twoXS})`,transform:i?`translateX(${r.checkbox})`:"",backgroundColor:c,boxShadow:""}}},ToggleTrack:{style:({$checked:i,$isHovered:c})=>{let l=o.fadedText40;return c&&!a&&(l=o.fadedText20),i&&!a&&(l=o.primary),{marginRight:0,marginLeft:0,marginBottom:0,marginTop:t.spacing.twoXS,paddingLeft:t.spacing.threeXS,paddingRight:t.spacing.threeXS,width:`calc(2 * ${r.checkbox})`,minWidth:`calc(2 * ${r.checkbox})`,height:r.checkbox,minHeight:r.checkbox,borderBottomLeftRadius:t.radii.full,borderTopLeftRadius:t.radii.full,borderBottomRightRadius:t.radii.full,borderTopRightRadius:t.radii.full,backgroundColor:l}}},Checkmark:{style:({$isFocusVisible:i,$checked:c})=>{const l=c&&!a?o.primary:o.fadedText40;return{outline:0,width:r.checkbox,height:r.checkbox,marginTop:t.spacing.twoXS,marginLeft:0,marginBottom:0,boxShadow:i&&c?`0 0 0 0.2rem ${R(o.primary,.5)}`:"",borderLeftWidth:r.borderWidth,borderRightWidth:r.borderWidth,borderTopWidth:r.borderWidth,borderBottomWidth:r.borderWidth,borderLeftColor:l,borderRightColor:l,borderTopColor:l,borderBottomColor:l}}},Label:{style:{lineHeight:t.lineHeights.small,paddingLeft:t.spacing.sm,position:"relative",color:u}}},children:y(w,{visibility:C(e.labelVisibility?.value),"data-testid":"stWidgetLabel",children:[n(S,{source:e.label,allowHTML:!1,isLabel:!0,largerLabel:!0}),e.help&&n(L,{color:u,children:n(W,{content:e.help,placement:B.TOP_RIGHT})})]})})})}function M(e,a){return e.getBoolValue(a)}function V(e){return e.default??null}function I(e){return e.value??null}function j(e,a,s,d){a.setBoolValue(e,s.value,{fromUi:s.fromUi},d)}const U=p.memo(H);export{U as default};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{e as We,by as J,r as x,c2 as ht,bR as gt,bz as G,c3 as pt,c4 as vt,s as Ke,ax as mt,bJ as bt,ap as yt,aS as Tt,cv as Ot,j as ae,aE as kt,bu as wt,bL as Rt,bv as St,bc as Mt,bw as _t,J as $t,cw as _e}from"./index.DKN5MVff.js";import{s as Fe}from"./sprintf.D7DtBTRn.js";import{a as Et}from"./useBasicWidgetState.DB3vMS9V.js";import"./FormClearHelper.DF4gFAOO.js";var se={},U={},ue={},ce={},je;function $e(){if(je)return ce;je=1,Object.defineProperty(ce,"__esModule",{value:!0}),ce.Direction=void 0;var e;return function(r){r.Right="to right",r.Left="to left",r.Down="to bottom",r.Up="to top"}(e||(ce.Direction=e={})),ce}var Ve;function Xe(){return Ve||(Ve=1,function(e){var r=ue&&ue.__spreadArray||function(i,s,c){if(c||arguments.length===2)for(var m=0,R=s.length,p;m<R;m++)(p||!(m in s))&&(p||(p=Array.prototype.slice.call(s,0,m)),p[m]=s[m]);return i.concat(p||Array.prototype.slice.call(s))};Object.defineProperty(e,"__esModule",{value:!0}),e.isIOS=e.useThumbOverlap=e.assertUnreachable=e.voidFn=e.getTrackBackground=e.replaceAt=e.schd=e.translate=e.getClosestThumbIndex=e.translateThumbs=e.getPaddingAndBorder=e.getMargin=e.checkInitialOverlap=e.checkValuesAgainstBoundaries=e.checkBoundaries=e.isVertical=e.relativeValue=e.normalizeValue=e.isStepDivisible=e.isTouchEvent=e.getStepDecimals=void 0;var n=We(),o=$e(),g=function(i){var s=i.toString().split(".")[1];return s?s.length:0};e.getStepDecimals=g;function _(i){return i.touches&&i.touches.length||i.changedTouches&&i.changedTouches.length}e.isTouchEvent=_;function u(i,s,c){var m=(s-i)/c,R=8,p=Number(m.toFixed(R));return parseInt(p.toString(),10)===p}e.isStepDivisible=u;function h(i,s,c,m,R,p,O){var $=1e11;if(i=Math.round(i*$)/$,!p){var D=O[s-1],I=O[s+1];if(D&&D>i)return D;if(I&&I<i)return I}if(i>m)return m;if(i<c)return c;var N=Math.floor(i*$-c*$)%Math.floor(R*$),V=Math.floor(i*$-Math.abs(N)),q=N===0?i:V/$,P=Math.abs(N/$)<R/2?q:q+R,B=(0,e.getStepDecimals)(R);return parseFloat(P.toFixed(B))}e.normalizeValue=h;function j(i,s,c){return(i-s)/(c-s)}e.relativeValue=j;function F(i){return i===o.Direction.Up||i===o.Direction.Down}e.isVertical=F;function A(i,s,c){if(s>=c)throw new RangeError("min (".concat(s,") is equal/bigger than max (").concat(c,")"));if(i<s)throw new RangeError("value (".concat(i,") is smaller than min (").concat(s,")"));if(i>c)throw new RangeError("value (".concat(i,") is bigger than max (").concat(c,")"))}e.checkBoundaries=A;function S(i,s,c){return i<s?s:i>c?c:i}e.checkValuesAgainstBoundaries=S;function y(i){if(!(i.length<2)&&!i.slice(1).every(function(s,c){return i[c]<=s}))throw new RangeError("values={[".concat(i,"]} needs to be sorted when allowOverlap={false}"))}e.checkInitialOverlap=y;function d(i){var s=window.getComputedStyle(i);return{top:parseInt(s["margin-top"],10),bottom:parseInt(s["margin-bottom"],10),left:parseInt(s["margin-left"],10),right:parseInt(s["margin-right"],10)}}e.getMargin=d;function t(i){var s=window.getComputedStyle(i);return{top:parseInt(s["padding-top"],10)+parseInt(s["border-top-width"],10),bottom:parseInt(s["padding-bottom"],10)+parseInt(s["border-bottom-width"],10),left:parseInt(s["padding-left"],10)+parseInt(s["border-left-width"],10),right:parseInt(s["padding-right"],10)+parseInt(s["border-right-width"],10)}}e.getPaddingAndBorder=t;function a(i,s,c){var m=c?-1:1;i.forEach(function(R,p){return v(R,m*s[p].x,s[p].y)})}e.translateThumbs=a;function l(i,s,c,m){for(var R=0,p=L(i[0],s,c,m),O=1;O<i.length;O++){var $=L(i[O],s,c,m);$<p&&(p=$,R=O)}return R}e.getClosestThumbIndex=l;function v(i,s,c){i.style.transform="translate(".concat(s,"px, ").concat(c,"px)")}e.translate=v;var f=function(i){var s=[],c=null,m=function(){for(var R=[],p=0;p<arguments.length;p++)R[p]=arguments[p];s=R,!c&&(c=requestAnimationFrame(function(){c=null,i.apply(void 0,s)}))};return m};e.schd=f;function b(i,s,c){var m=i.slice(0);return m[s]=c,m}e.replaceAt=b;function E(i){var s=i.values,c=i.colors,m=i.min,R=i.max,p=i.direction,O=p===void 0?o.Direction.Right:p,$=i.rtl,D=$===void 0?!1:$;D&&O===o.Direction.Right?O=o.Direction.Left:D&&o.Direction.Left&&(O=o.Direction.Right);var I=s.slice(0).sort(function(V,q){return V-q}).map(function(V){return(V-m)/(R-m)*100}),N=I.reduce(function(V,q,P){return"".concat(V,", ").concat(c[P]," ").concat(q,"%, ").concat(c[P+1]," ").concat(q,"%")},"");return"linear-gradient(".concat(O,", ").concat(c[0]," 0%").concat(N,", ").concat(c[c.length-1]," 100%)")}e.getTrackBackground=E;function k(){}e.voidFn=k;function T(i){throw new Error("Didn't expect to get here")}e.assertUnreachable=T;var w=function(i,s,c,m,R){R===void 0&&(R=function(O){return O});var p=Math.ceil(r([i],Array.from(i.children),!0).reduce(function(O,$){var D=Math.ceil($.getBoundingClientRect().width);if($.innerText&&$.innerText.includes(c)&&$.childElementCount===0){var I=$.cloneNode(!0);I.innerHTML=R(s.toFixed(m)),I.style.visibility="hidden",document.body.appendChild(I),D=Math.ceil(I.getBoundingClientRect().width),document.body.removeChild(I)}return D>O?D:O},i.getBoundingClientRect().width));return p},C=function(i,s,c,m,R,p,O){O===void 0&&(O=function(I){return I});var $=[],D=function(I){var N=w(c[I],m[I],R,p,O),V=s[I].x;s.forEach(function(q,P){var B=q.x,Z=w(c[P],m[P],R,p,O);I!==P&&(V>=B&&V<=B+Z||V+N>=B&&V+N<=B+Z)&&($.includes(P)||($.push(I),$.push(P),$=r(r([],$,!0),[I,P],!1),D(P)))})};return D(i),Array.from(new Set($.sort()))},M=function(i,s,c,m,R,p){m===void 0&&(m=.1),R===void 0&&(R=" - "),p===void 0&&(p=function(P){return P});var O=(0,e.getStepDecimals)(m),$=(0,n.useState)({}),D=$[0],I=$[1],N=(0,n.useState)(p(s[c].toFixed(O))),V=N[0],q=N[1];return(0,n.useEffect)(function(){if(i){var P=i.getThumbs();if(P.length<1)return;var B={},Z=i.getOffsets(),re=C(c,Z,P,s,R,O,p),le=p(s[c].toFixed(O));if(re.length){var Q=re.reduce(function(ee,oe,ge,pe){return ee.length?r(r([],ee,!0),[Z[pe[ge]].x],!1):[Z[pe[ge]].x]},[]);if(Math.min.apply(Math,Q)===Z[c].x){var de=[];re.forEach(function(ee){de.push(s[ee].toFixed(O))}),le=Array.from(new Set(de.sort(function(ee,oe){return parseFloat(ee)-parseFloat(oe)}))).map(p).join(R);var fe=Math.min.apply(Math,Q),he=Math.max.apply(Math,Q),Me=P[re[Q.indexOf(he)]].getBoundingClientRect().width;B.left="".concat(Math.abs(fe-(he+Me))/2,"px"),B.transform="translate(-50%, 0)"}else B.visibility="hidden"}q(le),I(B)}},[i,s]),[V,D]};e.useThumbOverlap=M;function L(i,s,c,m){var R=i.getBoundingClientRect(),p=R.left,O=R.top,$=R.width,D=R.height;return F(m)?Math.abs(c-(O+D/2)):Math.abs(s-(p+$/2))}var H=function(){var i,s=((i=navigator.userAgentData)===null||i===void 0?void 0:i.platform)||navigator.platform;return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(s)||navigator.userAgent.includes("Mac")&&"ontouchend"in document};e.isIOS=H}(ue)),ue}var ze;function It(){if(ze)return U;ze=1;var e=U&&U.__extends||function(){var S=function(y,d){return S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,a){t.__proto__=a}||function(t,a){for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(t[l]=a[l])},S(y,d)};return function(y,d){if(typeof d!="function"&&d!==null)throw new TypeError("Class extends value "+String(d)+" is not a constructor or null");S(y,d);function t(){this.constructor=y}y.prototype=d===null?Object.create(d):(t.prototype=d.prototype,new t)}}(),r=U&&U.__createBinding||(Object.create?function(S,y,d,t){t===void 0&&(t=d);var a=Object.getOwnPropertyDescriptor(y,d);(!a||("get"in a?!y.__esModule:a.writable||a.configurable))&&(a={enumerable:!0,get:function(){return y[d]}}),Object.defineProperty(S,t,a)}:function(S,y,d,t){t===void 0&&(t=d),S[t]=y[d]}),n=U&&U.__setModuleDefault||(Object.create?function(S,y){Object.defineProperty(S,"default",{enumerable:!0,value:y})}:function(S,y){S.default=y}),o=U&&U.__importStar||function(S){if(S&&S.__esModule)return S;var y={};if(S!=null)for(var d in S)d!=="default"&&Object.prototype.hasOwnProperty.call(S,d)&&r(y,S,d);return n(y,S),y},g=U&&U.__spreadArray||function(S,y,d){if(d||arguments.length===2)for(var t=0,a=y.length,l;t<a;t++)(l||!(t in y))&&(l||(l=Array.prototype.slice.call(y,0,t)),l[t]=y[t]);return S.concat(l||Array.prototype.slice.call(y))};Object.defineProperty(U,"__esModule",{value:!0});var _=o(We()),u=Xe(),h=$e(),j=["ArrowRight","ArrowUp","k","PageUp"],F=["ArrowLeft","ArrowDown","j","PageDown"],A=function(S){e(y,S);function y(d){var t=S.call(this,d)||this;if(t.trackRef=_.createRef(),t.thumbRefs=[],t.state={draggedTrackPos:[-1,-1],draggedThumbIndex:-1,thumbZIndexes:new Array(t.props.values.length).fill(0).map(function(a,l){return l}),isChanged:!1,markOffsets:[]},t.getOffsets=function(){var a=t.props,l=a.direction,v=a.values,f=a.min,b=a.max,E=t.trackRef.current;if(!E)return console.warn("No track element found."),[];var k=E.getBoundingClientRect(),T=(0,u.getPaddingAndBorder)(E);return t.getThumbs().map(function(w,C){var M={x:0,y:0},L=w.getBoundingClientRect(),H=(0,u.getMargin)(w);switch(l){case h.Direction.Right:return M.x=(H.left+T.left)*-1,M.y=((L.height-k.height)/2+T.top)*-1,M.x+=k.width*(0,u.relativeValue)(v[C],f,b)-L.width/2,M;case h.Direction.Left:return M.x=(H.right+T.right)*-1,M.y=((L.height-k.height)/2+T.top)*-1,M.x+=k.width-k.width*(0,u.relativeValue)(v[C],f,b)-L.width/2,M;case h.Direction.Up:return M.x=((L.width-k.width)/2+H.left+T.left)*-1,M.y=-T.left,M.y+=k.height-k.height*(0,u.relativeValue)(v[C],f,b)-L.height/2,M;case h.Direction.Down:return M.x=((L.width-k.width)/2+H.left+T.left)*-1,M.y=-T.left,M.y+=k.height*(0,u.relativeValue)(v[C],f,b)-L.height/2,M;default:return(0,u.assertUnreachable)(l)}})},t.getThumbs=function(){return t.trackRef&&t.trackRef.current?Array.from(t.trackRef.current.children).filter(function(a){return a.hasAttribute("aria-valuenow")}):(console.warn("No thumbs found in the track container. Did you forget to pass & spread the `props` param in renderTrack?"),[])},t.getTargetIndex=function(a){return t.getThumbs().findIndex(function(l){return l===a.target||l.contains(a.target)})},t.addTouchEvents=function(a){document.addEventListener("touchmove",t.schdOnTouchMove,{passive:!1}),document.addEventListener("touchend",t.schdOnEnd,{passive:!1}),document.addEventListener("touchcancel",t.schdOnEnd,{passive:!1})},t.addMouseEvents=function(a){document.addEventListener("mousemove",t.schdOnMouseMove),document.addEventListener("mouseup",t.schdOnEnd)},t.onMouseDownTrack=function(a){var l;if(!(a.button!==0||(0,u.isIOS)()))if(a.persist(),a.preventDefault(),t.addMouseEvents(a.nativeEvent),t.props.values.length>1&&t.props.draggableTrack){if(t.thumbRefs.some(function(f){var b;return(b=f.current)===null||b===void 0?void 0:b.contains(a.target)}))return;t.setState({draggedTrackPos:[a.clientX,a.clientY]},function(){return t.onMove(a.clientX,a.clientY)})}else{var v=(0,u.getClosestThumbIndex)(t.thumbRefs.map(function(f){return f.current}),a.clientX,a.clientY,t.props.direction);(l=t.thumbRefs[v].current)===null||l===void 0||l.focus(),t.setState({draggedThumbIndex:v},function(){return t.onMove(a.clientX,a.clientY)})}},t.onResize=function(){(0,u.translateThumbs)(t.getThumbs(),t.getOffsets(),t.props.rtl),t.calculateMarkOffsets()},t.onTouchStartTrack=function(a){var l;if(a.persist(),t.addTouchEvents(a.nativeEvent),t.props.values.length>1&&t.props.draggableTrack){if(t.thumbRefs.some(function(f){var b;return(b=f.current)===null||b===void 0?void 0:b.contains(a.target)}))return;t.setState({draggedTrackPos:[a.touches[0].clientX,a.touches[0].clientY]},function(){return t.onMove(a.touches[0].clientX,a.touches[0].clientY)})}else{var v=(0,u.getClosestThumbIndex)(t.thumbRefs.map(function(f){return f.current}),a.touches[0].clientX,a.touches[0].clientY,t.props.direction);(l=t.thumbRefs[v].current)===null||l===void 0||l.focus(),t.setState({draggedThumbIndex:v},function(){return t.onMove(a.touches[0].clientX,a.touches[0].clientY)})}},t.onMouseOrTouchStart=function(a){if(!t.props.disabled){var l=(0,u.isTouchEvent)(a);if(!(!l&&a.button!==0)){var v=t.getTargetIndex(a);v!==-1&&(l?t.addTouchEvents(a):t.addMouseEvents(a),t.setState({draggedThumbIndex:v,thumbZIndexes:t.state.thumbZIndexes.map(function(f,b){return b===v?Math.max.apply(Math,t.state.thumbZIndexes):f<=t.state.thumbZIndexes[v]?f:f-1})}))}}},t.onMouseMove=function(a){a.preventDefault(),t.onMove(a.clientX,a.clientY)},t.onTouchMove=function(a){a.preventDefault(),t.onMove(a.touches[0].clientX,a.touches[0].clientY)},t.onKeyDown=function(a){var l=t.props,v=l.values,f=l.onChange,b=l.step,E=l.rtl,k=l.direction,T=t.state.isChanged,w=t.getTargetIndex(a.nativeEvent),C=E||k===h.Direction.Left||k===h.Direction.Down?-1:1;w!==-1&&(j.includes(a.key)?(a.preventDefault(),t.setState({draggedThumbIndex:w,isChanged:!0}),f((0,u.replaceAt)(v,w,t.normalizeValue(v[w]+C*(a.key==="PageUp"?b*10:b),w)))):F.includes(a.key)?(a.preventDefault(),t.setState({draggedThumbIndex:w,isChanged:!0}),f((0,u.replaceAt)(v,w,t.normalizeValue(v[w]-C*(a.key==="PageDown"?b*10:b),w)))):a.key==="Tab"?t.setState({draggedThumbIndex:-1},function(){T&&t.fireOnFinalChange()}):T&&t.fireOnFinalChange())},t.onKeyUp=function(a){var l=t.state.isChanged;t.setState({draggedThumbIndex:-1},function(){l&&t.fireOnFinalChange()})},t.onMove=function(a,l){var v=t.state,f=v.draggedThumbIndex,b=v.draggedTrackPos,E=t.props,k=E.direction,T=E.min,w=E.max,C=E.onChange,M=E.values,L=E.step,H=E.rtl;if(f===-1&&b[0]===-1&&b[1]===-1)return null;var i=t.trackRef.current;if(!i)return null;var s=i.getBoundingClientRect(),c=(0,u.isVertical)(k)?s.height:s.width;if(b[0]!==-1&&b[1]!==-1){var m=a-b[0],R=l-b[1],p=0;switch(k){case h.Direction.Right:case h.Direction.Left:p=m/c*(w-T);break;case h.Direction.Down:case h.Direction.Up:p=R/c*(w-T);break;default:(0,u.assertUnreachable)(k)}if(H&&(p*=-1),Math.abs(p)>=L/2){for(var O=0;O<t.thumbRefs.length;O++){if(M[O]===w&&Math.sign(p)===1||M[O]===T&&Math.sign(p)===-1)return;var $=M[O]+p;$>w?p=w-M[O]:$<T&&(p=T-M[O])}for(var D=M.slice(0),O=0;O<t.thumbRefs.length;O++)D=(0,u.replaceAt)(D,O,t.normalizeValue(M[O]+p,O));t.setState({draggedTrackPos:[a,l]}),C(D)}}else{var I=0;switch(k){case h.Direction.Right:I=(a-s.left)/c*(w-T)+T;break;case h.Direction.Left:I=(c-(a-s.left))/c*(w-T)+T;break;case h.Direction.Down:I=(l-s.top)/c*(w-T)+T;break;case h.Direction.Up:I=(c-(l-s.top))/c*(w-T)+T;break;default:(0,u.assertUnreachable)(k)}H&&(I=w+T-I),Math.abs(M[f]-I)>=L/2&&C((0,u.replaceAt)(M,f,t.normalizeValue(I,f)))}},t.normalizeValue=function(a,l){var v=t.props,f=v.min,b=v.max,E=v.step,k=v.allowOverlap,T=v.values;return(0,u.normalizeValue)(a,l,f,b,E,k,T)},t.onEnd=function(a){if(a.preventDefault(),document.removeEventListener("mousemove",t.schdOnMouseMove),document.removeEventListener("touchmove",t.schdOnTouchMove),document.removeEventListener("mouseup",t.schdOnEnd),document.removeEventListener("touchend",t.schdOnEnd),document.removeEventListener("touchcancel",t.schdOnEnd),t.state.draggedThumbIndex===-1&&t.state.draggedTrackPos[0]===-1&&t.state.draggedTrackPos[1]===-1)return null;t.setState({draggedThumbIndex:-1,draggedTrackPos:[-1,-1]},function(){t.fireOnFinalChange()})},t.fireOnFinalChange=function(){t.setState({isChanged:!1});var a=t.props,l=a.onFinalChange,v=a.values;l&&l(v)},t.updateMarkRefs=function(a){if(!a.renderMark){t.numOfMarks=void 0,t.markRefs=void 0;return}t.numOfMarks=(a.max-a.min)/t.props.step,t.markRefs=[];for(var l=0;l<t.numOfMarks+1;l++)t.markRefs[l]=_.createRef()},t.calculateMarkOffsets=function(){if(!(!t.props.renderMark||!t.trackRef||!t.numOfMarks||!t.markRefs||t.trackRef.current===null)){for(var a=window.getComputedStyle(t.trackRef.current),l=parseInt(a.width,10),v=parseInt(a.height,10),f=parseInt(a.paddingLeft,10),b=parseInt(a.paddingTop,10),E=[],k=0;k<t.numOfMarks+1;k++){var T=9999,w=9999;if(t.markRefs[k].current){var C=t.markRefs[k].current.getBoundingClientRect();T=C.height,w=C.width}t.props.direction===h.Direction.Left||t.props.direction===h.Direction.Right?E.push([Math.round(l/t.numOfMarks*k+f-w/2),-Math.round((T-v)/2)]):E.push([Math.round(v/t.numOfMarks*k+b-T/2),-Math.round((w-l)/2)])}t.setState({markOffsets:E})}},d.step===0)throw new Error('"step" property should be a positive number');return t.schdOnMouseMove=(0,u.schd)(t.onMouseMove),t.schdOnTouchMove=(0,u.schd)(t.onTouchMove),t.schdOnEnd=(0,u.schd)(t.onEnd),t.thumbRefs=d.values.map(function(){return _.createRef()}),t.updateMarkRefs(d),t}return y.prototype.componentDidMount=function(){var d=this,t=this.props,a=t.values,l=t.min,v=t.step;this.resizeObserver=window.ResizeObserver?new window.ResizeObserver(this.onResize):{observe:function(){return window.addEventListener("resize",d.onResize)},unobserve:function(){return window.removeEventListener("resize",d.onResize)}},document.addEventListener("touchstart",this.onMouseOrTouchStart,{passive:!1}),document.addEventListener("mousedown",this.onMouseOrTouchStart,{passive:!1}),!this.props.allowOverlap&&(0,u.checkInitialOverlap)(this.props.values),this.props.values.forEach(function(f){return(0,u.checkBoundaries)(f,d.props.min,d.props.max)}),this.resizeObserver.observe(this.trackRef.current),(0,u.translateThumbs)(this.getThumbs(),this.getOffsets(),this.props.rtl),this.calculateMarkOffsets(),a.forEach(function(f){(0,u.isStepDivisible)(l,f,v)||console.warn("The `values` property is in conflict with the current `step`, `min`, and `max` properties. Please provide values that are accessible using the min, max, and step values.")})},y.prototype.componentDidUpdate=function(d,t){var a=this.props,l=a.max,v=a.min,f=a.step,b=a.values,E=a.rtl;(d.max!==l||d.min!==v||d.step!==f)&&this.updateMarkRefs(this.props),(0,u.translateThumbs)(this.getThumbs(),this.getOffsets(),E),(d.max!==l||d.min!==v||d.step!==f||t.markOffsets.length!==this.state.markOffsets.length)&&(this.calculateMarkOffsets(),b.forEach(function(k){(0,u.isStepDivisible)(v,k,f)||console.warn("The `values` property is in conflict with the current `step`, `min`, and `max` properties. Please provide values that are accessible using the min, max, and step values.")}))},y.prototype.componentWillUnmount=function(){var d={passive:!1};document.removeEventListener("mousedown",this.onMouseOrTouchStart,d),document.removeEventListener("mousemove",this.schdOnMouseMove),document.removeEventListener("touchmove",this.schdOnTouchMove),document.removeEventListener("touchstart",this.onMouseOrTouchStart),document.removeEventListener("mouseup",this.schdOnEnd),document.removeEventListener("touchend",this.schdOnEnd),this.resizeObserver.unobserve(this.trackRef.current)},y.prototype.render=function(){var d=this,t=this.props,a=t.label,l=t.labelledBy,v=t.renderTrack,f=t.renderThumb,b=t.renderMark,E=b===void 0?function(){return null}:b,k=t.values,T=t.min,w=t.max,C=t.allowOverlap,M=t.disabled,L=this.state,H=L.draggedThumbIndex,i=L.thumbZIndexes,s=L.markOffsets;return v({props:{style:{transform:"scale(1)",cursor:H>-1?"grabbing":this.props.draggableTrack?(0,u.isVertical)(this.props.direction)?"ns-resize":"ew-resize":k.length===1&&!M?"pointer":"inherit"},onMouseDown:M?u.voidFn:this.onMouseDownTrack,onTouchStart:M?u.voidFn:this.onTouchStartTrack,ref:this.trackRef},isDragged:this.state.draggedThumbIndex>-1,disabled:M,children:g(g([],s.map(function(c,m,R){return E({props:{style:d.props.direction===h.Direction.Left||d.props.direction===h.Direction.Right?{position:"absolute",left:"".concat(c[0],"px"),marginTop:"".concat(c[1],"px")}:{position:"absolute",top:"".concat(c[0],"px"),marginLeft:"".concat(c[1],"px")},key:"mark".concat(m),ref:d.markRefs[m]},index:m})}),!0),k.map(function(c,m){var R=d.state.draggedThumbIndex===m;return f({index:m,value:c,isDragged:R,props:{style:{position:"absolute",zIndex:i[m],cursor:M?"inherit":R?"grabbing":"grab",userSelect:"none",touchAction:"none",WebkitUserSelect:"none",MozUserSelect:"none",msUserSelect:"none"},key:m,tabIndex:M?void 0:0,"aria-valuemax":C?w:k[m+1]||w,"aria-valuemin":C?T:k[m-1]||T,"aria-valuenow":c,draggable:!1,ref:d.thumbRefs[m],"aria-label":a,"aria-labelledby":l,role:"slider",onKeyDown:M?u.voidFn:d.onKeyDown,onKeyUp:M?u.voidFn:d.onKeyUp}})}),!0)})},y.defaultProps={label:"Accessibility label",labelledBy:null,step:1,direction:h.Direction.Right,rtl:!1,disabled:!1,allowOverlap:!1,draggableTrack:!1,min:0,max:100},y}(_.Component);return U.default=A,U}var Ne;function xt(){return Ne||(Ne=1,function(e){var r=se&&se.__importDefault||function(_){return _&&_.__esModule?_:{default:_}};Object.defineProperty(e,"__esModule",{value:!0}),e.checkValuesAgainstBoundaries=e.relativeValue=e.useThumbOverlap=e.Direction=e.getTrackBackground=e.Range=void 0;var n=r(It());e.Range=n.default;var o=Xe();Object.defineProperty(e,"getTrackBackground",{enumerable:!0,get:function(){return o.getTrackBackground}}),Object.defineProperty(e,"useThumbOverlap",{enumerable:!0,get:function(){return o.useThumbOverlap}}),Object.defineProperty(e,"relativeValue",{enumerable:!0,get:function(){return o.relativeValue}}),Object.defineProperty(e,"checkValuesAgainstBoundaries",{enumerable:!0,get:function(){return o.checkValuesAgainstBoundaries}});var g=$e();Object.defineProperty(e,"Direction",{enumerable:!0,get:function(){return g.Direction}})}(se)),se}var Ye=xt();function Ue(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(g){return Object.getOwnPropertyDescriptor(e,g).enumerable})),n.push.apply(n,o)}return n}function ve(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Ue(Object(n),!0).forEach(function(o){Ct(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ue(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function Ct(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var me=J("div",{position:"relative",width:"100%"});me.displayName="Root";me.displayName="Root";me.displayName="StyledRoot";var be=J("div",function(e){var r=e.$theme,n=e.$value,o=n===void 0?[]:n,g=e.$disabled,_=e.$isDragged,u=r.sizing,h="inherit";return g?h="not-allowed":_?h="grabbing":o.length===1&&(h="pointer"),{paddingTop:u.scale600,paddingBottom:u.scale600,paddingRight:u.scale600,paddingLeft:u.scale600,display:"flex",cursor:h,backgroundColor:r.colors.sliderTrackFill}});be.displayName="Track";be.displayName="Track";be.displayName="StyledTrack";var ye=J("div",function(e){var r=e.$theme,n=e.$value,o=n===void 0?[]:n,g=e.$min,_=e.$max,u=e.$disabled,h=r.colors,j=r.borders,F=r.direction,A=r.borders.useRoundedCorners?j.radius100:0;return{borderTopLeftRadius:A,borderTopRightRadius:A,borderBottomRightRadius:A,borderBottomLeftRadius:A,background:Ye.getTrackBackground({values:o,colors:o.length===1?[u?h.borderOpaque:h.primary,u?h.backgroundSecondary:h.borderOpaque]:[u?h.backgroundSecondary:h.borderOpaque,u?h.borderOpaque:h.primary,u?h.backgroundSecondary:h.borderOpaque],min:g||0,max:_||0,rtl:F==="rtl"}),height:"2px",width:"100%",alignSelf:"center",cursor:u?"not-allowed":"inherit"}});ye.displayName="InnerTrack";ye.displayName="InnerTrack";ye.displayName="StyledInnerTrack";var Te=J("div",function(e){return{width:"4px",height:"2px",backgroundColor:e.$theme.colors.backgroundPrimary,marginLeft:"16px"}});Te.displayName="Mark";Te.displayName="Mark";Te.displayName="StyledMark";var Oe=J("div",function(e){return ve(ve({},e.$theme.typography.font200),{},{color:e.$theme.colors.contentPrimary})});Oe.displayName="Tick";Oe.displayName="Tick";Oe.displayName="StyledTick";var ke=J("div",function(e){var r=e.$theme,n=r.sizing;return{display:"flex",justifyContent:"space-between",alignItems:"center",paddingRight:n.scale600,paddingLeft:n.scale600,paddingBottom:n.scale400}});ke.displayName="TickBar";ke.displayName="TickBar";ke.displayName="StyledTickBar";var we=J("div",function(e){var r=e.$theme,n=e.$value,o=n===void 0?[]:n,g=e.$thumbIndex,_=e.$disabled,u=o.length===2&&g===0,h=o.length===2&&g===1;return r.direction==="rtl"&&(h||u)&&(u=!u,h=!h),{height:"24px",width:"24px",borderTopLeftRadius:"24px",borderTopRightRadius:"24px",borderBottomLeftRadius:"24px",borderBottomRightRadius:"24px",display:"flex",justifyContent:"center",alignItems:"center",backgroundColor:_?r.colors.sliderHandleFillDisabled:r.colors.sliderHandleFill,outline:"none",boxShadow:e.$isFocusVisible?"0 0 0 3px ".concat(r.colors.accent):"0 1px 4px rgba(0, 0, 0, 0.12)",cursor:_?"not-allowed":"inherit"}});we.displayName="Thumb";we.displayName="Thumb";we.displayName="StyledThumb";var Re=J("div",function(e){var r=e.$disabled,n=e.$theme;return{position:"absolute",top:"-16px",width:"4px",height:"20px",backgroundColor:r?n.colors.sliderHandleFillDisabled:n.colors.sliderHandleInnerFill}});Re.displayName="InnerThumb";Re.displayName="InnerThumb";Re.displayName="StyledInnerThumb";var Se=J("div",function(e){var r=e.$disabled,n=e.$theme;return ve(ve({position:"absolute",top:"-".concat(n.sizing.scale1400)},n.typography.font200),{},{backgroundColor:r?n.colors.sliderHandleFillDisabled:n.colors.sliderHandleInnerFill,color:n.colors.contentInversePrimary,paddingLeft:n.sizing.scale600,paddingRight:n.sizing.scale600,paddingTop:n.sizing.scale500,paddingBottom:n.sizing.scale500,borderBottomLeftRadius:"48px",borderBottomRightRadius:"48px",borderTopLeftRadius:"48px",borderTopRightRadius:"48px",whiteSpace:"nowrap"})});Se.displayName="ThumbValue";Se.displayName="ThumbValue";Se.displayName="StyledThumbValue";function He(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(g){return Object.getOwnPropertyDescriptor(e,g).enumerable})),n.push.apply(n,o)}return n}function Dt(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?He(Object(n),!0).forEach(function(o){Pt(e,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):He(Object(n)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(n,o))})}return e}function Pt(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function X(){return X=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},X.apply(this,arguments)}function K(e,r){return Ft(e)||Lt(e,r)||At(e,r)||Bt()}function Bt(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function At(e,r){if(e){if(typeof e=="string")return qe(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qe(e,r)}}function qe(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=e[n];return o}function Lt(e,r){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var o=[],g=!0,_=!1,u,h;try{for(n=n.call(e);!(g=(u=n.next()).done)&&(o.push(u.value),!(r&&o.length===r));g=!0);}catch(j){_=!0,h=j}finally{try{!g&&n.return!=null&&n.return()}finally{if(_)throw h}}return o}}function Ft(e){if(Array.isArray(e))return e}var jt=function(r){if(r.length>2||r.length===0)throw new Error("the value prop represents positions of thumbs, so its length can be only one or two");return r};function Vt(e){var r=e.overrides,n=r===void 0?{}:r,o=e.disabled,g=o===void 0?!1:o,_=e.marks,u=_===void 0?!1:_,h=e.onChange,j=h===void 0?function(){}:h,F=e.onFinalChange,A=F===void 0?function(){}:F,S=e.min,y=S===void 0?0:S,d=e.max,t=d===void 0?100:d,a=e.step,l=a===void 0?1:a,v=e.persistentThumb,f=v===void 0?!1:v,b=e.valueToLabel,E=b===void 0?function(Y){return Y}:b,k=e.value,T=x.useContext(ht),w=x.useState(!1),C=K(w,2),M=C[0],L=C[1],H=x.useState(!1),i=K(H,2),s=i[0],c=i[1],m=x.useState(!1),R=K(m,2),p=R[0],O=R[1],$=x.useState(-1),D=K($,2),I=D[0],N=D[1],V=x.useCallback(function(Y){gt(Y)&&O(!0);var z=Y.target.parentNode.firstChild===Y.target?0:1;N(z)},[]),q=x.useCallback(function(Y){p!==!1&&O(!1),N(-1)},[]),P=jt(k),B={$disabled:g,$step:l,$min:y,$max:t,$marks:u,$value:P,$isFocusVisible:p},Z=G(n.Root,me),re=K(Z,2),le=re[0],Q=re[1],de=G(n.Track,be),fe=K(de,2),he=fe[0],Me=fe[1],ee=G(n.InnerTrack,ye),oe=K(ee,2),ge=oe[0],pe=oe[1],Ze=G(n.Thumb,we),Ee=K(Ze,2),Ge=Ee[0],Je=Ee[1],Qe=G(n.InnerThumb,Re),Ie=K(Qe,2),et=Ie[0],tt=Ie[1],rt=G(n.ThumbValue,Se),xe=K(rt,2),nt=xe[0],at=xe[1],it=G(n.Tick,Oe),Ce=K(it,2),De=Ce[0],Pe=Ce[1],ot=G(n.TickBar,ke),Be=K(ot,2),st=Be[0],ut=Be[1],ct=G(n.Mark,Te),Ae=K(ct,2),lt=Ae[0],dt=Ae[1];return x.createElement(le,X({"data-baseweb":"slider"},B,Q,{onFocus:vt(Q,V),onBlur:pt(Q,q)}),x.createElement(Ye.Range,X({step:l,min:y,max:t,values:P,disabled:g,onChange:function(z){return j({value:z})},onFinalChange:function(z){return A({value:z})},rtl:T.direction==="rtl",renderTrack:function(z){var te=z.props,W=z.children,ne=z.isDragged;return x.createElement(he,X({onMouseDown:te.onMouseDown,onTouchStart:te.onTouchStart,$isDragged:ne},B,Me),x.createElement(ge,X({$isDragged:ne,ref:te.ref},B,pe),W))},renderThumb:function(z){var te=z.props,W=z.index,ne=z.isDragged,Le=f||(!!W&&s||!W&&M||ne)&&!g;return x.createElement(Ge,X({},te,{onMouseEnter:function(){W===0?L(!0):c(!0)},onMouseLeave:function(){W===0?L(!1):c(!1)},$thumbIndex:W,$isDragged:ne,style:Dt({},te.style)},B,Je,{$isFocusVisible:p&&I===W}),Le&&x.createElement(nt,X({$thumbIndex:W,$isDragged:ne},B,at),E(P[W])),Le&&x.createElement(et,X({$thumbIndex:W,$isDragged:ne},B,tt)))}},u?{renderMark:function(z){var te=z.props,W=z.index;return x.createElement(lt,X({$markIndex:W},te,B,dt))}}:{})),x.createElement(st,X({},B,ut),x.createElement(De,X({},B,Pe),E(y)),x.createElement(De,X({},B,Pe),E(t))))}const zt=Ke("div",{target:"e43yrtf0"})(({disabled:e,theme:r})=>({alignItems:"center",backgroundColor:e?r.colors.gray:r.colors.primary,borderTopLeftRadius:"100%",borderTopRightRadius:"100%",borderBottomLeftRadius:"100%",borderBottomRightRadius:"100%",borderTopStyle:"none",borderBottomStyle:"none",borderRightStyle:"none",borderLeftStyle:"none",boxShadow:"none",display:"flex",justifyContent:"center",height:r.sizes.sliderThumb,width:r.sizes.sliderThumb,":focus":{outline:"none"},":focus-visible":{boxShadow:`0 0 0 0.2rem ${mt(r.colors.primary,.5)}`}})),Nt=Ke("div",{target:"e43yrtf1"})(({disabled:e,theme:r})=>({fontFamily:r.genericFonts.bodyFont,fontSize:r.fontSizes.sm,color:e?r.colors.gray:r.colors.primary,top:"-1.6em",position:"absolute",whiteSpace:"nowrap",backgroundColor:r.colors.transparent,lineHeight:r.lineHeights.base,fontWeight:r.fontWeights.normal,pointerEvents:"none"})),Ut=200;function Ht({disabled:e,element:r,widgetMgr:n,fragmentId:o}){const[g,_]=Et({getStateFromWidgetMgr:qt,getDefaultStateFromProto:Wt,getCurrStateFromProto:Kt,updateWidgetMgrState:Xt,element:r,widgetMgr:n,fragmentId:o}),[u,h]=x.useState(g),j=x.useRef(null),[F]=x.useState([]),[A]=x.useState([]),S=yt(),y=u.map(f=>Zt(f,r)),d=r.label;x.useEffect(()=>{h(g)},[g]);const t=x.useCallback(Tt(Ut,f=>{_({value:f,fromUi:!0})}),[]),a=x.useCallback(({value:f})=>{h(f),t(f)},[t]),l=x.useCallback(x.forwardRef(function(b,E){const{$thumbIndex:k}=b,T=k||0;F[T]=E,A[T]||=x.createRef();const w=Ot(b,["role","style","aria-valuemax","aria-valuemin","aria-valuenow","tabIndex","onKeyUp","onKeyDown","onMouseEnter","onMouseLeave","draggable"]),C=y[T];return ae(zt,{...w,disabled:b.$disabled===!0,ref:F[T],"aria-valuetext":C,"aria-label":d,children:ae(Nt,{"data-testid":"stSliderThumbValue",disabled:b.$disabled===!0,ref:A[T],children:C})})}),[]);x.useEffect(()=>{A.map((w,C)=>{w.current&&(w.current.innerText=y[C])}),F.map((w,C)=>{w.current&&w.current.setAttribute("aria-valuetext",y[C])});const f=j.current??null,b=F[0].current,E=F[1]?.current,k=A[0].current,T=A[1]?.current;Jt(f,b,E,k,T)});const v=x.useCallback(({$disabled:f})=>({height:S.spacing.twoXS,...f?{background:S.colors.darkenedBgMix25}:{}}),[S.colors.darkenedBgMix25,S.spacing.twoXS]);return kt("div",{ref:j,className:"stSlider","data-testid":"stSlider",children:[ae(_t,{label:r.label,disabled:e,labelVisibility:wt(r.labelVisibility?.value),children:r.help&&ae(Rt,{children:ae(St,{content:r.help,placement:Mt.TOP_RIGHT})})}),ae(Vt,{min:r.min,max:r.max,step:r.step,value:Gt(u,r),onChange:a,disabled:e,overrides:{Thumb:l,Track:{style:{backgroundColor:"none !important",paddingLeft:S.spacing.none,paddingRight:S.spacing.none,paddingTop:`calc((${S.sizes.minElementHeight} - ${S.spacing.twoXS}) / 2)`,paddingBottom:`calc((${S.sizes.minElementHeight} - ${S.spacing.twoXS}) / 2)`}},InnerTrack:{style:v},TickBar:()=>null}})]})}function qt(e,r){return e.getDoubleArrayValue(r)}function Wt(e){return e.default}function Kt(e){return e.value}function Xt(e,r,n,o){r.setDoubleArrayValue(e,n.value,{fromUi:n.fromUi},o)}function Yt(e){const{dataType:r}=e;return r===_e.DataType.DATETIME||r===_e.DataType.DATE||r===_e.DataType.TIME}function Zt(e,r){const{format:n,options:o}=r;return Yt(r)?$t.utc(e/1e3).format(n):o.length>0?Fe.sprintf(n,o[e]):Fe.sprintf(n,e)}function Gt(e,r){const{min:n,max:o}=r;let g=e[0],_=e.length>1?e[1]:e[0];return g>_&&(g=_),g<n&&(g=n),g>o&&(g=o),_<n&&(_=n),_>o&&(_=o),e.length>1?[g,_]:[g]}function Jt(e,r,n,o,g){!e||!r||!o||(ie(e,r,o),n&&g&&(ie(e,n,g),Qt(e,r,n,o,g)))}function ie(e,r,n){const o=e.getBoundingClientRect(),g=r.getBoundingClientRect(),_=n.getBoundingClientRect(),u=g.left+g.width/2,h=u-_.width/2<o.left,j=u+_.width/2>o.right;n.style.left=h?"0":"",n.style.right=j?"0":""}function Qt(e,r,n,o,g){const u=e.getBoundingClientRect(),h=r.getBoundingClientRect(),j=n.getBoundingClientRect(),F=o.getBoundingClientRect(),A=g.getBoundingClientRect(),S=u.left+u.width/2,y=h.left+h.width/2,d=j.left+j.width/2,t=y-F.width/2>=u.left,a=d+A.width/2<=u.right,l=h.left-F.width>=u.left,v=j.right+A.width<=u.right,f=t?F.width/2:F.width,b=a?A.width/2:A.width,E=y+f;if(d-b-E>24){ie(e,r,o),ie(e,n,g);return}if(l&&v){o.style.left="",o.style.right=`${Math.round(h.width)}px`,g.style.left=`${Math.round(j.width)}px`,g.style.right="";return}y<S?(ie(e,r,o),g.style.left=`${Math.round(y+f+24-d)}px`,g.style.right=""):(ie(e,n,g),o.style.left="",o.style.right=`${-Math.round(d-b-24-y)}px`)}const ar=bt(x.memo(Ht));export{ar as default};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import{s as c,k as l,r as i,j as a,a as p}from"./index.DKN5MVff.js";import{P as d,R as f}from"./Particles.CCFySwdL.js";const g=""+new URL("../media/flake-0.DgWaVvm5.png",import.meta.url).href,u=""+new URL("../media/flake-1.B2r5AHMK.png",import.meta.url).href,E=""+new URL("../media/flake-2.BnWSExPC.png",import.meta.url).href,o=150,s=150,S=10,x=90,_=4e3,e=(t,n=0)=>Math.random()*(t-n)+n,w=()=>l(`from{transform:translateY(0)
|
|
2
|
-
rotateX(`,e(360),`deg)
|
|
3
|
-
rotateY(`,e(360),`deg)
|
|
4
|
-
rotateZ(`,e(360),"deg);}to{transform:translateY(calc(100vh + ",o,`px))
|
|
5
|
-
rotateX(0)
|
|
6
|
-
rotateY(0)
|
|
7
|
-
rotateZ(0);}`),A=c("img",{target:"es7rdur0"})(({theme:t})=>({position:"fixed",top:`${-o}px`,marginLeft:`${-s/2}px`,zIndex:t.zIndices.balloons,left:`${e(x,S)}vw`,animationDelay:`${e(_)}ms`,height:`${o}px`,width:`${s}px`,pointerEvents:"none",animationDuration:"3000ms",animationName:w(),animationTimingFunction:"ease-in",animationDirection:"normal",animationIterationCount:1,opacity:1})),I=100,m=[g,u,E],M=m.length,h=i.memo(({particleType:t,resourceCrossOriginMode:n})=>{const r=m[t];return a(A,{src:r,crossOrigin:p(n,r)})}),k=function({scriptRunId:n}){return a(f,{children:a(d,{className:"stSnow","data-testid":"stSnow",scriptRunId:n,numParticleTypes:M,numParticles:I,ParticleComponent:h})})},L=i.memo(k);export{I as NUM_FLAKES,L as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as o,L as h,b8 as i,j as e,b9 as k,br as g,b7 as R,ba as C}from"./index.DKN5MVff.js";import{c as L}from"./createDownloadLinkElement.ZaXNnPK4.js";function x(d){const{disabled:c,element:l,widgetMgr:u,endpoints:t,fragmentId:f}=d,{help:m,label:B,icon:b,ignoreRerun:w,type:s,url:r}=l,{libConfig:{enforceDownloadInNewTab:D=!1}}=o.useContext(h);let n=i.SECONDARY;s==="primary"?n=i.PRIMARY:s==="tertiary"&&(n=i.TERTIARY);const a=o.useMemo(()=>t.buildDownloadUrl(r),[t,r]);o.useEffect(()=>{t.checkSourceUrlResponse(a,"Download Button")},[a,t]);const p=()=>{w||u.setTriggerValue(l,{fromUi:!0},f),L({filename:"",url:a,enforceDownloadInNewTab:D}).click()};return e("div",{className:"stDownloadButton","data-testid":"stDownloadButton",children:e(k,{help:m,containerWidth:!0,children:e(g,{kind:n,size:R.SMALL,disabled:c,onClick:p,containerWidth:!0,children:e(C,{icon:b,label:B})})})})}const A=o.memo(x);export{A as default};
|