tocco-devcon 3.11.19 → 3.11.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tocco-devcon",
3
- "version": "3.11.19",
3
+ "version": "3.11.21",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0+",
6
6
  "main": "dist/index.js",
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunktocco_devcon=self.webpackChunktocco_devcon||[]).push([[178],{67178:(e,n,t)=>{t.r(n),t.d(n,{default:()=>on});var r,i,a=t(24160),s=t(6562),o=t(74445),l=t(71468),d=t(82558),c=(t(5556),t(4883)),u=t(57528),g=t(43759),h=g.Ay.input.withConfig({displayName:"StyledInput"})(r||(r=(0,u.A)(["\n && {\n ","\n }\n"])),o.jx),p=g.Ay.div.withConfig({displayName:"StyledInputWrapper"})(i||(i=(0,u.A)(["\n && {\n ","\n }\n"])),o.oX),f=t(74848);const x=function(e){var n=e.fragments,t=e.selectedFragments,r=e.disabled,i=e.setFragmentSelected;return(0,f.jsx)(f.Fragment,{children:n.map((function(e){return(0,f.jsxs)("div",{children:[(0,f.jsx)("input",{type:"checkbox",id:e.id,checked:t.includes(e.id),onChange:(n=e.id,function(e){i(n,e.target.checked)}),disabled:r}),(0,f.jsx)(o.o5.Label,{for:e.id,children:e.label})]},e.id);var n}))})};const m=function(e){var n=e.version,t=e.modules,r=e.selectedModules,i=e.fragments,a=e.selectedFragments,s=e.ignoreErrors,l=e.running,d=e.disabled,u=e.executeDbRefactoring,g=e.loadModules,m=e.loadFragments,y=e.setSelectedModules,v=e.setFragmentSelected,j=e.setVersion,b=e.setIgnoreErrors;(0,c.useEffect)((function(){0===t.length&&g(),0===i.length&&m()}),[]);return(0,f.jsxs)("form",{onSubmit:function(e){e.preventDefault(),u()},children:[(0,f.jsx)(o.$O,{label:"Modules (none selected => all)",hasValue:r.length>0,children:(0,f.jsx)(o.l6,{options:t,value:r,onChange:y,isMulti:!0,immutable:d})}),(0,f.jsx)(o.$O,{label:"Fragments",fixLabel:!0,children:(0,f.jsx)(x,{fragments:i,selectedFragments:a,disabled:d,setFragmentSelected:v})}),(0,f.jsx)(o.$O,{label:"Version",hasValue:n.length>0,children:(0,f.jsx)(p,{children:(0,f.jsx)(h,{value:n,onChange:function(e){var n=e.target.value.replaceAll(/[^\d\\.]/g,"");j(n)},disabled:d})})}),(0,f.jsx)(o.$O,{label:"Ignore errors",fixLabel:!0,children:(0,f.jsx)("input",{type:"checkbox",checked:s,onChange:function(e){b(e.target.checked)},disabled:d})}),(0,f.jsx)(o.$n,{type:"submit",label:"Execute",look:"raised",pending:l,disabled:d})]})};var y={loadModules:d.o_,loadFragments:d.iN,setSelectedModules:d.rw,setFragmentSelected:d.cM,setVersion:d.vJ,setIgnoreErrors:d.a9,executeDbRefactoring:d.q0};const v=(0,l.Ng)((function(e){var n=e.dbRefactoring,t=n.dbRefactoring,r=n.languageUpgrade;return{version:t.version,modules:t.modules,selectedModules:t.selectedModules,fragments:t.fragments,selectedFragments:t.selectedFragments,ignoreErrors:t.ignoreErrors,running:t.running,disabled:t.running||r.running}}),y)(m);const j=function(e){var n=e.language,t=e.running,r=e.disabled,i=e.executeLanguageUpgrade,a=e.setLanguage;return(0,f.jsxs)("form",{onSubmit:function(e){e.preventDefault(),i()},children:[(0,f.jsx)(o.$O,{label:"Language",hasValue:n.length>0,children:(0,f.jsx)(p,{children:(0,f.jsx)(h,{value:n,onChange:function(e){a(e.target.value)},disabled:r})})}),(0,f.jsx)(o.$n,{type:"submit",label:"Execute language upgrade",look:"raised",pending:t,disabled:r})]})};var b={setLanguage:d.xC,executeLanguageUpgrade:d.EG};const A=(0,l.Ng)((function(e){var n=e.dbRefactoring,t=n.dbRefactoring,r=n.languageUpgrade;return{language:r.language,running:r.running,disabled:r.running||t.running}}),b)(j);var S,C,k,w;const N=function(){return(0,f.jsxs)(f.Fragment,{children:[S||(S=(0,f.jsx)(o.o5.H1,{children:"Database Refactoring"})),C||(C=(0,f.jsx)(v,{})),k||(k=(0,f.jsx)(o.o5.H1,{children:"Language Upgrade"})),w||(w=(0,f.jsx)(A,{}))]})};var E,L,F,q,M,R,V,D=t(5544),O={ERROR:"#a00"},$=g.Ay.div.withConfig({displayName:"StyledLogTable"})(E||(E=(0,u.A)(["\n display: grid;\n gap: 1px;\n"]))),T=g.Ay.div.withConfig({displayName:"StyledLogEntry"})(L||(L=(0,u.A)(["\n display: grid;\n height: fit-content;\n grid-template-columns: repeat(3, 1fr);\n padding: 1em;\n ","\n"])),(function(e){return"border: 1px solid ".concat(O[e.level]||"#ddd",";")})),I=g.Ay.span.withConfig({displayName:"StyledMessage"})(F||(F=(0,u.A)(["\n grid-column: 1 / 3;\n ","\n\n && {\n ","\n }\n"])),(function(e){return e.expandable&&"cursor: pointer;"}),(0,o.Ed)()),H=g.Ay.span.withConfig({displayName:"StyledTime"})(q||(q=(0,u.A)(["\n grid-column-start: 3;\n text-align: right;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),z=g.Ay.div.withConfig({displayName:"StyledExceptionDetails"})(M||(M=(0,u.A)(["\n margin-top: 1em;\n"]))),Q=g.Ay.div.withConfig({displayName:"StyledDetailMessage"})(R||(R=(0,u.A)(["\n margin-bottom: 1em;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),U=g.Ay.div.withConfig({displayName:"StyledStackTrace"})(V||(V=(0,u.A)(["\n && {\n ","\n }\n"])),(0,o.Ed)()),G=function(e){return"".concat(e.declaringClass,".").concat(e.methodName,":").concat(e.lineNumber)};const P=function(e){var n=e.exception;return(0,f.jsxs)(z,{children:[(0,f.jsx)(Q,{children:n.detailMessage}),(0,f.jsx)(U,{children:n.stackTrace.map((function(e,n){return(0,f.jsx)("div",{children:G(e)},n)}))})]})};const B=function(e){var n=e.entry,t=(0,c.useState)(!1),r=(0,D.A)(t,2),i=r[0],a=r[1];return(0,f.jsxs)(T,{level:n.level,children:[(0,f.jsx)(I,{onClick:function(){n.exception&&a(!i)},expandable:!!n.exception,children:n.message}),(0,f.jsx)(H,{children:new Date(n.timestamp).toLocaleString()}),i&&(0,f.jsx)(P,{exception:n.exception})]})};var _;const J=function(e){var n=e.entries;return(0,f.jsx)($,{children:n.length>0?n.map((function(e){return(0,f.jsx)(B,{entry:e},e.key)})):_||(_=(0,f.jsx)(o.o5.Span,{children:"No entries so far."}))})};const K=(0,l.Ng)((function(e){return{entries:e.log.entries}}),{})(J);var W,X;const Y=function(){return(0,f.jsxs)(f.Fragment,{children:[W||(W=(0,f.jsx)(o.o5.H1,{children:"Log"})),X||(X=(0,f.jsx)(K,{}))]})};var Z,ee,ne=t(32724),te=g.Ay.div.withConfig({displayName:"StyledCheckEventGroup"})(Z||(Z=(0,u.A)(["\n margin: 1em 0;\n border: 1px solid #ddd;\n border-radius: 5px;\n padding: 1em;\n"]))),re=g.Ay.div.withConfig({displayName:"StyledGroupHeading"})(ee||(ee=(0,u.A)(["\n margin-bottom: 1em;\n"])));function ie(e,n){var t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!t){if(Array.isArray(e)||(t=function(e,n){if(!e)return;if("string"==typeof e)return ae(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);"Object"===t&&e.constructor&&(t=e.constructor.name);if("Map"===t||"Set"===t)return Array.from(e);if("Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return ae(e,n)}(e))||n&&e&&"number"==typeof e.length){t&&(e=t);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,o=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return s=e.done,e},e:function(e){o=!0,a=e},f:function(){try{s||null==t.return||t.return()}finally{if(o)throw a}}}}function ae(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}const se=function(e){var n=e.type,t=e.events,r=e.selection,i=e.setSelected,a=function(e,n){var t,r=ie(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;if(!n.has(i.id))return!1}}catch(e){r.e(e)}finally{r.f()}return!0}(t,r);return(0,f.jsxs)(te,{children:[(0,f.jsxs)(re,{children:[(0,f.jsx)("input",{type:"checkbox",id:"checkbox-"+n,checked:a,onChange:function(e){i(t.map((function(e){return e.id})),e.target.checked)}}),(0,f.jsx)(o.o5.Label,{for:"checkbox-"+n,children:(0,f.jsxs)(o.o5.B,{children:[n," (",t.length,")"]})})]}),t.map((function(e){return(0,f.jsxs)("div",{children:[(0,f.jsx)("input",{type:"checkbox",id:"checkbox-"+e.id,checked:r.has(e.id),onChange:(n=e.id,function(e){i([n],e.target.checked)})}),(0,f.jsx)(o.o5.Label,{for:"checkbox-"+e.id,children:e.label})]},e.id);var n}))]})};const oe=function(e){var n=e.checkEvents,t=e.selection,r=e.setSelected,i=e.generateSql,a=e.generateChangelog;return(0,f.jsxs)("div",{children:[Object.keys(n).length>0&&(0,f.jsxs)(f.Fragment,{children:[(0,f.jsxs)(o.$n,{look:"raised",onClick:i,disabled:0===t.size,children:["Generate SQL ",t.size>0&&"(".concat(t.size,")")]}),(0,f.jsxs)(o.$n,{look:"raised",onClick:a,disabled:0===t.size,children:["Generate Changelog ",t.size>0&&"(".concat(t.size,")")]})]}),(0,f.jsx)("div",{children:Object.keys(n).sort((function(e,n){return e.localeCompare(n)})).map((function(e){return(0,f.jsx)(se,{type:e,events:n[e],selection:t,setSelected:r},e)}))})]})};var le={setSelected:ne.QQ,generateSql:ne.Ay,generateChangelog:ne.Ki};const de=(0,l.Ng)((function(e){return{checkEvents:e.modelValidation.checkEvents,selection:e.modelValidation.selection}}),le)(oe);var ce,ue,ge,he=g.Ay.div.withConfig({displayName:"StyledProgressBar"})(ce||(ce=(0,u.A)(["\n width: 100%;\n border: 1px solid #ddd;\n height: 20px;\n position: relative;\n margin: 1em 0;\n"]))),pe=g.Ay.div.withConfig({displayName:"StyledInnerProgress"})(ue||(ue=(0,u.A)(["\n position: absolute;\n background-color: #ddd;\n height: 100%;\n width: ","%;\n"])),(function(e){return e.percentage})),fe=g.Ay.div.withConfig({displayName:"StyledProgressText"})(ge||(ge=(0,u.A)(["\n position: absolute;\n top: 0;\n width: 100%;\n text-align: center;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),xe=function(e){return e.result?e.result:e.running?e.total?"".concat(me(e),"%"):"Preparing...":"Not started"},me=function(e){return e.running&&e.total?Math.round(e.currentIndex/e.total*100):0};const ye=function(e){var n=e.state;return(0,f.jsxs)(he,{children:[(0,f.jsx)(pe,{percentage:me(n)}),(0,f.jsx)(fe,{children:xe(n)})]})};const ve=function(e){var n=e.state,t=e.startValidation;return(0,f.jsxs)("div",{children:[(0,f.jsx)(o.$n,{look:"raised",pending:n.running,disabled:n.running,onClick:t,children:"Execute"}),(0,f.jsx)(ye,{state:n})]})};var je={startValidation:ne.es};const be=(0,l.Ng)((function(e){return{state:e.modelValidation.state}}),je)(ve);var Ae,Se,Ce;const ke=function(){return(0,f.jsxs)(f.Fragment,{children:[Ae||(Ae=(0,f.jsx)(o.o5.H1,{children:"Model Validation"})),Se||(Se=(0,f.jsx)(be,{})),Ce||(Ce=(0,f.jsx)(de,{}))]})};var we=t(42938);const Ne=function(e){var n=e.active,t=e.elapsed,r=e.setActive,i=e.setElapsed;return(0,f.jsxs)("div",{children:[(0,f.jsx)(o.$O,{label:"Active",fixLabel:!0,children:(0,f.jsx)("input",{type:"checkbox",checked:n,onChange:function(e){r(e.target.checked)}})}),(0,f.jsx)(o.$O,{label:"Elapsed",hasValue:!!t,children:(0,f.jsx)(o.Q6,{fromText:"from",toText:"to",type:"number",value:t,options:{postPointDigits:0,fixedDecimalScale:!0},events:{onChange:function(e){i(e)}}})})]})};var Ee={setActive:we.Fm,setElapsed:we.dy};const Le=(0,l.Ng)((function(e){return{active:e.sqlLog.active,elapsed:e.sqlLog.elapsed}}),Ee)(Ne);var Fe,qe,Me,Re,Ve,De,Oe,$e={ERROR:"#a00"},Te=g.Ay.div.withConfig({displayName:"StyledLogTable"})(Fe||(Fe=(0,u.A)(["\n display: grid;\n gap: 1px;\n"]))),Ie=g.Ay.div.withConfig({displayName:"StyledLogEntry"})(qe||(qe=(0,u.A)(["\n display: grid;\n height: fit-content;\n grid-template-columns: repeat(3, 1fr);\n padding: 1em;\n ","\n"])),(function(e){return"border: 1px solid ".concat($e[e.level]||"#ddd",";")})),He=g.Ay.span.withConfig({displayName:"StyledStatementHeader"})(Me||(Me=(0,u.A)(["\n grid-column: 1 / 3;\n ","\n\n && {\n ","\n }\n"])),(function(e){return e.expandable&&"cursor: pointer;"}),(0,o.Ed)()),ze=g.Ay.span.withConfig({displayName:"StyledStatement"})(Re||(Re=(0,u.A)(["\n grid-column: 1 / 3;\n margin-top: 1em;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),Qe=g.Ay.span.withConfig({displayName:"StyledTime"})(Ve||(Ve=(0,u.A)(["\n grid-row-start: 1;\n grid-column-start: 3;\n text-align: right;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),Ue=g.Ay.span.withConfig({displayName:"StyledElapsedContainer"})(De||(De=(0,u.A)(["\n grid-column-start: 3;\n text-align: right;\n margin-top: 1em;\n\n && {\n ","\n }\n"])),(0,o.Ed)()),Ge=g.Ay.span.withConfig({displayName:"StyledElapsed"})(Oe||(Oe=(0,u.A)(["\n background-color: ",";\n border-radius: 5px;\n padding: 0.5em;\n"])),(function(e){return(n=e.elapsed)>=1e3?"#f00":n>=500?"#ff8c00":n>=100?"#ff0":"#dedede";var n}));const Pe=function(e){var n=e.entry,t=(0,c.useState)(!1),r=(0,D.A)(t,2),i=r[0],a=r[1],s=n.sql.length>100,o=s?n.sql.substr(0,100)+"...":n.sql;return(0,f.jsxs)(Ie,{children:[(0,f.jsx)(He,{expandable:s,onClick:function(){s&&a(!i)},children:o}),i&&(0,f.jsx)(ze,{children:n.sql}),(0,f.jsx)(Qe,{children:new Date(n.timestamp.iMillis).toLocaleString()}),(0,f.jsx)(Ue,{children:(0,f.jsxs)(Ge,{elapsed:n.elapsed,children:[n.elapsed," ms"]})})]})};var Be;const _e=function(e){var n=function(e,n){return n?e.filter((function(e){return!0===n.isRangeValue?(null===n.from||e.elapsed>=n.from)&&(null===n.to||e.elapsed<=n.to):e.elapsed>=n})):e}(e.entries,e.elapsed);return(0,f.jsx)(Te,{children:n.length>0?n.map((function(e){return(0,f.jsx)(Pe,{entry:e},e.key)})):Be||(Be=(0,f.jsx)(o.o5.Span,{children:"No entries so far."}))})};const Je=(0,l.Ng)((function(e){return{entries:e.sqlLog.entries,elapsed:e.sqlLog.elapsed}}),{})(_e);var Ke,We,Xe;const Ye=function(){return(0,f.jsxs)(f.Fragment,{children:[Ke||(Ke=(0,f.jsx)(o.o5.H1,{children:"SQL Log"})),We||(We=(0,f.jsx)(Le,{})),Xe||(Xe=(0,f.jsx)(Je,{}))]})};var Ze,en,nn,tn,rn=g.Ay.div.withConfig({displayName:"StyledDevCon"})(Ze||(Ze=(0,u.A)(["\n && {\n background-color: ",";\n padding: ",";\n display: flex;\n flex-direction: column;\n flex: 1;\n overflow: auto;\n }\n"])),o.w4.color("paper"),o.hs.space(0)),an=g.Ay.div.withConfig({displayName:"StyledNavigation"})(en||(en=(0,u.A)(["\n display: flex;\n"]))),sn=(0,g.Ay)(o.Yv).withConfig({displayName:"StyledRouterLink"})(nn||(nn=(0,u.A)(["\n padding: 1em;\n background-color: #ddd;\n border-radius: 5px;\n margin: 5px;\n"])));const on=function(){return tn||(tn=(0,f.jsxs)(rn,{children:[(0,f.jsx)(s.A.Notifications,{}),(0,f.jsx)(o.o5.Span,{children:"Tocco Developer Console"}),(0,f.jsxs)(an,{children:[(0,f.jsx)(sn,{to:"log",children:"Log"}),(0,f.jsx)(sn,{to:"modelvalidation",children:"Model Validation"}),(0,f.jsx)(sn,{to:"dbrefactoring",children:"DB Refactoring"}),(0,f.jsx)(sn,{to:"sqllog",children:"SQL Log"})]}),(0,f.jsxs)(a.BV,{children:[(0,f.jsx)(a.qh,{path:"/",exact:!0,element:(0,f.jsx)(a.C5,{to:"log",replace:!0})}),(0,f.jsx)(a.qh,{path:"log",exact:!0,element:(0,f.jsx)(Y,{})}),(0,f.jsx)(a.qh,{path:"dbrefactoring",exact:!0,element:(0,f.jsx)(N,{})}),(0,f.jsx)(a.qh,{path:"modelvalidation",exact:!0,element:(0,f.jsx)(ke,{})}),(0,f.jsx)(a.qh,{path:"sqllog",exact:!0,element:(0,f.jsx)(Ye,{})})]})]}))}}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunktocco_devcon=self.webpackChunktocco_devcon||[]).push([[916],{8264:(i,l,a)=>{a.r(l),a.d(l,{Icon:()=>_,default:()=>B});var e=a(64467),r=a(5556),f=a.n(r),t=a(53986),o=a(37107),c=a(37875),n=a(49456),d=a(15685),s=a(46784),b=a(58156),p=a.n(b),u=a(93564),g=a(74848),h=["icon","style","hasFixedWidth"];function w(i,l){var a=Object.keys(i);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(i);l&&(e=e.filter((function(l){return Object.getOwnPropertyDescriptor(i,l).enumerable}))),a.push.apply(a,e)}return a}function v(i){for(var l=1;l<arguments.length;l++){var a=null!=arguments[l]?arguments[l]:{};l%2?w(Object(a),!0).forEach((function(l){(0,e.A)(i,l,a[l])})):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(a)):w(Object(a)).forEach((function(l){Object.defineProperty(i,l,Object.getOwnPropertyDescriptor(a,l))}))}return i}o.library.add(d.s4k,n.s4k,n.fMY,n.kpQ,n.XkK,n.Wzs,n.w2A,n.Jt$,n.Bwz,n.QLR,n.ao0,n.$Bp,n.yy,d.yy,n.GRI,n.dmS,n.CeG,n.CFw,n.pS3,n.A4h,n.h8M,n.OXM,n.ruc,n.Wxp,n.fny,n.o1d,n.$MS,n.O_q,n.__G,n.CI$,n.e68,n.bxP,n.y_8,n.GEE,d.GEE,n.SGM,d.SGM,c.FjH,c.aUl,c.Kjv,c.mhH,c.uu9,c.iMk,c.qKs,n.ckx,n.vMs,n.KKr,n.Nz1,n.MjD,n.dB,n.ktq,n.adM,n.VNe,d.WPY,n.gr3,n.LBj,n.Dvs,n.Ync,n.wRm,n.vaG,n.EZy,n.s0Q,n.iW_,n.tUE,n.yLS,n.Wny,n.ITF,n.UNK,n.QLL,n.Nfw,n.Vdo,n.hys,n.z$e,n.n6T,n.xxn,n.sqM,d.Nfw,n.THi,n.LJS,n.bG5,n.DN2,n.hSh,n.hpd,n.tAZ,d.WMI,n.oMV,n.$8E,n.FFg,n.d$A,n.dhZ,n.okg,n.z2i,n.X3I,n.wM0,n.a9Q,n._JS,n.Bi7,n.qqK,n.AgW,n.ZQp,n.gdJ,n.g_i,n.DEr,n.br3,n.Qux,n.zm_,n.b6I,n.fPr,n.JmV,n.DW4,n.jTw,n.mRM,n.QhE,n.c3e,n.CQO,n.aTc,n.X46,n.ayg,n.Rwe,n.yqK,n.BH7,n.h6r,n.o_8,n.PJS,n.bMg,n.w97,n.vRt);const y=function(i){var l=i.icon,a=i.style,e=i.hasFixedWidth,r=void 0===e||e,f=(0,t.A)(i,h),o=l.includes(",")?l.replace(/\s+/,"").split(","):l,c=v({},p()(a,"color")&&{color:a.color}),n=Array.isArray(o)?o[1]:o;return(0,g.jsx)(u.i,{children:(0,g.jsx)(s.g,v(v(v({icon:o,style:a},c),{},{fixedWidth:r},f),{},{"data-testid":"icon-".concat(n),"data-cy":"icon-".concat(n)}))})},m=JSON.parse('{"abacus":{"id":"fal, abacus","lib":"fa"},"address-card":{"id":"fal, address-card","lib":"fa"},"apple":{"id":"fab, apple","lib":"fa","tags":["sso"]},"arrow-left":{"id":"fal, arrow-left","lib":"fa","tags":["navigate"]},"arrow-right":{"id":"fal, arrow-right","lib":"fa","tags":["navigate"]},"arrow-to-bottom":{"id":"fal, arrow-to-bottom","lib":"fa","tags":["download"]},"arrow-to-top":{"id":"fal, arrow-to-top","lib":"fa","tags":["upload"]},"arrow-up-long":{"id":"fal, arrow-up-long","lib":"fa","tags":["arrow-up-long"]},"ballot-check":{"id":"fal, ballot-check","lib":"fa"},"barcode-alt":{"id":"fal, barcode-alt","lib":"fa"},"bars":{"id":"fal, bars","lib":"fa","tags":["burger"]},"bell":{"id":"fal, bell","lib":"fa","tags":["notification"]},"bolt":{"id":"fal, bolt-lightning","lib":"fa"},"bolt-lightning":{"id":"fal, bolt-lightning","lib":"fa"},"book":{"id":"fal, book","lib":"fa"},"box":{"id":"fal, box","lib":"fa"},"box-open":{"id":"fal, box-open","lib":"fa"},"calendar":{"id":"fal, calendar","lib":"fa"},"calendar-arrow-down":{"id":"fal, calendar-arrow-down","lib":"fa"},"calendar-circle-user":{"id":"fal, calendar-circle-user","lib":"fa"},"calendar-check":{"id":"fal, calendar-check","lib":"fa"},"calendar-minus":{"id":"fal, calendar-minus","lib":"fa"},"calendar-plus":{"id":"fal, calendar-plus","lib":"fa"},"chalkboard-teacher":{"id":"fal, chalkboard-teacher","lib":"fa"},"chart-network":{"id":"fal, chart-network","lib":"fa"},"check":{"id":"fal, check","lib":"fa","tags":["ok"]},"check-circle":{"id":"fal, check-circle","lib":"fa","tags":["check"]},"check-circle-full":{"id":"fas, check-circle","lib":"fa"},"chevron-double-down":{"id":"fal, chevron-double-down","lib":"fa"},"chevron-double-left":{"id":"fal, chevron-double-left","lib":"fa"},"chevron-double-right":{"id":"fal, chevron-double-right","lib":"fa"},"chevron-double-up":{"id":"fal, chevron-double-up","lib":"fa"},"chevron-down":{"id":"fal, chevron-down","lib":"fa"},"chevron-left":{"id":"fal, chevron-left","lib":"fa"},"chevron-right":{"id":"fal, chevron-right","lib":"fa"},"chevron-up":{"id":"fal, chevron-up","lib":"fa"},"circle":{"id":"fal, circle","lib":"fa","tags":["selection"]},"circle-full":{"id":"fas, circle","lib":"fa"},"circle-notch":{"id":"fa, circle-notch","lib":"fa"},"circle-notch-light":{"id":"fal, circle-notch","lib":"fa"},"code":{"id":"fal, code","lib":"fa"},"cog":{"id":"fal, cog","lib":"fa"},"compress":{"id":"fal, compress","lib":"fa"},"comment":{"id":"fal, comment","lib":"fa"},"cube":{"id":"fal, cube","lib":"fa"},"dropbox":{"id":"fab, dropbox","lib":"fa","tags":["sso"]},"ellipsis-v":{"id":"fal, ellipsis-v","lib":"fa","tags":["dots","pünktli"]},"envelope":{"id":"fal, envelope","lib":"fa"},"exclamation":{"id":"fal, exclamation","lib":"fa","tags":["warning"]},"exclamation-circle":{"id":"fal, exclamation-circle","lib":"fa","tags":["warning"]},"external-link":{"id":"fal, external-link","lib":"fa","tags":["external-link"]},"eye":{"id":"fal, eye","lib":"fa"},"facebook":{"id":"fab, facebook","lib":"fa","tags":["sso"]},"facebook-f":{"id":"fab, facebook-f","lib":"fa","tags":["sso"]},"file":{"id":"fal, file","lib":"fa"},"file-alt":{"id":"fal, file-alt","lib":"fa"},"file-circle-plus":{"id":"fal, file-circle-plus","lib":"fa"},"file-code":{"id":"fal, file-code","lib":"fa"},"file-csv":{"id":"fal, file-csv","lib":"fa"},"file-excel":{"id":"fal, file-excel","lib":"fa"},"file-export":{"id":"fal, file-export","lib":"fa"},"file-import":{"id":"fal, file-import","lib":"fa"},"file-pdf":{"id":"fal, file-pdf","lib":"fa"},"file-spreadsheet":{"id":"fal, file-spreadsheet","lib":"fa"},"filter":{"id":"fal, filter","lib":"fa"},"folder":{"id":"fal, folder","lib":"fa"},"folders":{"id":"fal, folders","lib":"fa","tags":["copy"]},"globe":{"id":"fal, globe","lib":"fa"},"google":{"id":"fab, google","lib":"fa","tags":["sso"]},"horizontal-rule":{"id":"fal, horizontal-rule","lib":"fa"},"id-badge":{"id":"fal, id-badge","lib":"fa"},"info":{"id":"fal, info","lib":"fa"},"laptop-code":{"id":"fal, laptop-code","lib":"fa"},"link":{"id":"fal, link","lib":"fa"},"list":{"id":"fal, list","lib":"fa"},"list-check":{"id":"fal, list-check","lib":"fa"},"list-tree":{"id":"fal, list-tree","lib":"fa"},"lock":{"id":"fal, lock","lib":"fa"},"info-circle":{"id":"fal, info-circle","lib":"fa","tags":["info"]},"mail-bulk":{"id":"fal, mail-bulk","lib":"fa"},"map-marked":{"id":"fal, map-marked","lib":"fa"},"merge":{"id":"fal, merge","lib":"fa"},"microsoft":{"id":"fab, microsoft","lib":"fa","tags":["sso"]},"minus":{"id":"fal, minus","lib":"fa"},"newspaper":{"id":"fal, newspaper","lib":"fa"},"office":{"id":"office","lib":"toc"},"paper-clip":{"id":"fa, paper-clip","lib":"fa"},"pen":{"id":"fal, pen","lib":"fa"},"pen-field":{"id":"fal, pen-field","lib":"fa"},"percent":{"id":"fal, percent","lib":"fa"},"phone":{"id":"fal, phone","lib":"fa"},"phone-laptop":{"id":"fal, phone-laptop","lib":"fa"},"plus":{"id":"fal, plus","lib":"fa","tags":["new"]},"question-circle":{"id":"fal, question-circle","lib":"fa","tags":["help"]},"save":{"id":"fal, save","lib":"fa"},"search":{"id":"fal, search","lib":"fa"},"sitemap":{"id":"fal, sitemap","lib":"fa"},"sort-down":{"id":"fal, sort-down","lib":"fa"},"sort-up":{"id":"fal, sort-up","lib":"fa"},"square":{"id":"fal, square","lib":"fa"},"square-full":{"id":"fas, square-full","lib":"fa"},"square-minus":{"id":"fal, square-minus","lib":"fa"},"square-plus":{"id":"fal, square-plus","lib":"fa"},"star":{"id":"fal, star","lib":"fa","tags":["favorite"]},"star-full":{"id":"fas, star","lib":"fa","tags":["favorite"]},"sync":{"id":"fal, sync","lib":"fa","tags":["refresh"]},"tasks":{"id":"fal, tasks","lib":"fa"},"times":{"id":"fal, times","lib":"fa","tags":["delete","close"]},"times-circle":{"id":"fal, times-circle","lib":"fa","tags":["error"]},"tocco":{"id":"logo","lib":"toc"},"trash":{"id":"fal, trash","lib":"fa","tags":["trash"]},"truck-medical":{"id":"fal, truck-medical","lib":"fa"},"upload":{"id":"fal, upload","lib":"fa"},"users":{"id":"fal, users","lib":"fa"},"lightbulb-exclamation":{"id":"fal, lightbulb-exclamation","lib":"fa"},"house-blank":{"id":"fal, house-blank","lib":"fa"},"floppy-disk-circle-xmark":{"id":"fal, floppy-disk-circle-xmark","lib":"fa"},"user":{"id":"fal, user","lib":"fa"},"suitcase":{"id":"fal, suitcase","lib":"fa"},"gear":{"id":"fal, gear","lib":"fa"},"calculator":{"id":"fal, calculator","lib":"fa"},"wrench":{"id":"fal, wrench","lib":"fa"},"sun-bright":{"id":"fal, sun-bright","lib":"fa"},"moon":{"id":"fal, moon","lib":"fa"},"key":{"id":"fal, key","lib":"fa"},"table":{"id":"fal, table","lib":"fa"},"list-dropdown":{"id":"fal, list-dropdown","lib":"fa"}}');var k,O,j=["style"],x=["style"],P=["icon"];function S(i,l){var a=Object.keys(i);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(i);l&&(e=e.filter((function(l){return Object.getOwnPropertyDescriptor(i,l).enumerable}))),a.push.apply(a,e)}return a}function q(i){for(var l=1;l<arguments.length;l++){var a=null!=arguments[l]?arguments[l]:{};l%2?S(Object(a),!0).forEach((function(l){(0,e.A)(i,l,a[l])})):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(a)):S(Object(a)).forEach((function(l){Object.defineProperty(i,l,Object.getOwnPropertyDescriptor(a,l))}))}return i}var D={logo:function(i){var l=i.style,a=(0,t.A)(i,j);return(0,g.jsx)("svg",q(q(q({height:p()(l,"fontSize",20)},l),a),{},{"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",children:k||(k=(0,g.jsx)("path",{fill:"currentColor",d:"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 \n 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z"}))}))},office:function(i){var l=i.style,a=(0,t.A)(i,x);return(0,g.jsx)("svg",q(q(q({height:p()(l,"fontSize",20)},l),a),{},{"aria-hidden":"true",role:"img",enableBackground:"new 0 0 2075 2499.8",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 2075 2499.8",children:O||(O=(0,g.jsx)("path",{fill:"currentColor",d:"m0 2016.6v-1519.8l1344.4-496.8 730.6 233.7v2045.9l-730.6 220.3-1344.4-483.3 1344.4 \n 161.8v-1769.2l-876.8 204.6v1198.3z"}))}))}},M=function(i){var l=i.icon,a=(0,t.A)(i,P);return D[l](a)};M.propTypes={icon:f().string.isRequired};const E=M;function A(i,l){var a=Object.keys(i);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(i);l&&(e=e.filter((function(l){return Object.getOwnPropertyDescriptor(i,l).enumerable}))),a.push.apply(a,e)}return a}function z(i){for(var l=1;l<arguments.length;l++){var a=null!=arguments[l]?arguments[l]:{};l%2?A(Object(a),!0).forEach((function(l){(0,e.A)(i,l,a[l])})):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(a)):A(Object(a)).forEach((function(l){Object.defineProperty(i,l,Object.getOwnPropertyDescriptor(a,l))}))}return i}var W={fa:function(i,l){return(0,g.jsx)(y,z(z({},l),{},{icon:i.id}))},toc:function(i,l){return(0,g.jsx)(E,z(z({},l),{},{icon:i.id,"data-testid":"icon-".concat(i.id)}))}},_=function(i){var l=m[i.icon];if(!l)return null;var a=W[l.lib];return a?a(l,i):null};_.propTypes={icon:f().string.isRequired,style:f().objectOf(f().string)};const B=_}}]);