Module 939249

1,182 characters · in no known chunk
Dependencies
Required by (404)
13105268615161551582318282183652046520504280822852829599343373679438055396134034440474431364693747868487365082051943549485575956129573755873658829646226474965738664426731967811718557890380330806838114683297863768773095655960769678297808101555104171104731107773109026110048111185112107113673117029124480129493131882139146142630142662143657144165146429147696149741154434159730163281164048166005167630175671182859189252189996191110193663198525201349201934204651206778217424220995222983224196226830231643232122235327238017241499243166251333253363262514266536267889269587271195275664279871281910282978283627285961286509289634290948291594291922292666302031302557304047306417315246316770317084319993320080320742321563329554332173333189334348337092342298342952349230349288349419350527352043353394353428354948359378360563365347372474375499376310376352376471378974381687382003382259383442390877398817401155401648402857404486408121414079417098417454421617426544427080435954436405438271438407439401440801442734444550448967450117450232450740451395451772461007467680467884474367474463475152475706480178480900481045481947488358500770501335501440502944508274513297516889517622518142520660521974529200531648534148534400538409538451541712548118549363550560554601557420561965564771565265566668572469575293578839579735580763582306589158589935590114592044594467596484596719597351601623605694606049620018622142622168623280623671625928629584630330632738635071635995639245639288640132646764650588650993653523657048657977659280661847664111667086671897672525674168676923681281684136685961686502692440693955696157706897707335710637717959725363728365729398729666731231736339737823738266741561742424743650744753747007751952753838754692761508767089769299770101778768779519785007786160788593794783803977804630805945805964806202806932807067807780811611812633817649818743820785821209822610825076825596830618831056831688834135834615836781838077843282844330847221848752849380855267855446858808860603862611866945872363873033873614874357878431878555880682883065884496886235887909888250890856895770897904902550902592903586908683910607913765914119914905918192919760922068923314928529929120930101930349930390930840932793937489937563939318942262944766946228950072950959954784960538961974964195968898974544974800974964976526977802979204980707982484983495985668986268986687986712986922988436991054993401994064999751
Lazily required by (0)none
Lazily requires (0)none
Source Raw
function(e,t,n){"use strict";n.d(t,{D:()=>l});var i=n(627968),r=n(64700),s=n(531142),a=n(187322),o=n(650583);class l extends r.Component{ref;static contextType=s.g;static defaultProps={tag:"div",role:"button",tabIndex:0};handleKeyPress=e=>{let{onClick:t,href:n,onKeyPress:i,ignoreKeyPress:r}=this.props;e.repeat||(r||null==t||null==this.ref||e.key!==o.dh.SPACE&&e.key!==o.dh.ENTER||(null==n&&e.preventDefault(),null==this.ref.click?t(e):this.ref.click()),null!=i&&i(e))};setRef=e=>{this.ref=e;let{innerRef:t}=this.props;null!=t&&("function"==typeof t?t(e):t.hasOwnProperty("current")&&(t.current=e))};renderNonInteractive(){let{tag:e,focusProps:t,innerRef:n,onClick:i,role:s,tabIndex:a,ignoreKeyPress:o,...l}=this.props;return r.createElement(e,{ref:this.setRef,...l})}renderInner(){let{tag:e,onClick:t,className:n,children:i,focusProps:s,innerRef:a,ignoreKeyPress:o,...l}=this.props;return null==t?r.createElement(e,{ref:this.setRef,className:n,...l},i):r.createElement(e,{onClick:t,ref:this.setRef,onKeyPress:this.handleKeyPress,className:n,...l},i)}render(){return this.context?this.renderNonInteractive():(0,i.jsx)(a.vN,{...this.props.focusProps,children:this.renderInner()})}}}