Module 939249

1,183 characters · in no known chunk
Dependencies
Required by (430)
131037386151615510822132451582318282204652050428528343373805539613403444047443136469374786848736508205194354948557595612958736588296462264749657386644267319678117185577580789038033080683877309541495655967829780899036101555103531103552104171104731107773109026111185112107112753113673117029121002123583124480128846129493131047131882135314138617139146142630143407143657144165147696149346149741154434154649159730161319162093164048166005167630174530175671182859187654189252191110193663196231198525204651206778207274217424217482220995226830231088231643232122232571235327238017238234241188241215241499242939243166249264256106262514267889269587271006271195272244275664277370279182283012285961286509289634291594292666302031302557304047306417308334315246316770317084319993320080320742321563322789328380328461328857329554332173333189333204333216342298342952344702349288350527352043353394354033354948359378360563361597370997372474373204375499376310376352377980378455378974382003401155402857408121414079414711417098417454421617425663427080427294435954436405438271438407438729439325439401440801442152442444442734444550445529448967450117450232450740451395451772454491459789465558465829467884475467475706477156480084480178480900481045481947488026488358492385500770501335503062506812508274513297516889517622518142519342520660521974524917527549529200531648534148534400538451541712548118549363550560554601556387557420559260561965563608564771565265566668568006572211572469575293578839579735580763581247582306587372588857589158589935590114590388592044596484596719597351599882602323603539605694606049618989623280623671625928629584632738635995639245639288640132646764650588650993651247653523655098655758657048657977659280661847664111664708667086671884671897672525672957674168676923681281684136684603685961686502706897707335710637715069716936728365729398734195737823741561742290742424744753746669747007753838754692754744759625761508767089768463770101777307779519782274783384785007788259788593789543794783799162803977804630805945806932807067807780811611812633813703813837818433818743820785821209822610825596831056831688834135836781843282844330844789846966849205855267855446860603862611866945869362872363873614882362883122884496886180886235887909888250890856902550902592906199908742910607913765914119914905918192928529929120930101930349930840932793937489937563942262944766946228950072951592954784956123960538961998963402964195967388968898974544974800976014977850978171979204980390980707982484983495986268986687986712988436991054993401994064995142999174999751
Lazily required by (0)none
Lazily requires (0)none
Source Raw
function(e,t,n){"use strict";n.d(t,{D:()=>o});var i=n(477900),r=n(582128),a=n(531142),s=n(259678),l=n(650583);class o extends r.Component{ref;static contextType=a.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!==l.dh.SPACE&&e.key!==l.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:a,tabIndex:s,ignoreKeyPress:l,...o}=this.props;return r.createElement(e,{ref:this.setRef,...o})}renderInner(){let{tag:e,onClick:t,className:n,children:i,focusProps:a,innerRef:s,ignoreKeyPress:l,...o}=this.props;return null==t?r.createElement(e,{ref:this.setRef,className:n,...o},i):r.createElement(e,{onClick:t,ref:this.setRef,onKeyPress:this.handleKeyPress,className:n,...o},i)}render(){return this.context?this.renderNonInteractive():(0,i.jsx)(s.vN,{...this.props.focusProps,children:this.renderInner()})}}}