@govtechsg/sgds-web-component 3.25.0 → 3.25.1-rc.1
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/components/Checkbox/index.umd.min.js +233 -233
- package/components/Checkbox/index.umd.min.js.map +1 -1
- package/components/Checkbox/sgds-checkbox.d.ts +1 -0
- package/components/Checkbox/sgds-checkbox.js +6 -1
- package/components/Checkbox/sgds-checkbox.js.map +1 -1
- package/components/ComboBox/index.umd.min.js +241 -242
- package/components/ComboBox/index.umd.min.js.map +1 -1
- package/components/ComboBox/sgds-combo-box.js +0 -1
- package/components/ComboBox/sgds-combo-box.js.map +1 -1
- package/components/DataTable/data-table.js +6 -0
- package/components/DataTable/data-table.js.map +1 -0
- package/components/DataTable/index.d.ts +12 -0
- package/components/DataTable/index.js +11 -0
- package/components/DataTable/index.js.map +1 -0
- package/components/DataTable/index.umd.min.js +2633 -0
- package/components/DataTable/index.umd.min.js.map +1 -0
- package/components/DataTable/sgds-data-table-cell.d.ts +15 -0
- package/components/DataTable/sgds-data-table-cell.js +32 -0
- package/components/DataTable/sgds-data-table-cell.js.map +1 -0
- package/components/DataTable/sgds-data-table-head.d.ts +28 -0
- package/components/DataTable/sgds-data-table-head.js +69 -0
- package/components/DataTable/sgds-data-table-head.js.map +1 -0
- package/components/DataTable/sgds-data-table-row.d.ts +76 -0
- package/components/DataTable/sgds-data-table-row.js +333 -0
- package/components/DataTable/sgds-data-table-row.js.map +1 -0
- package/components/DataTable/sgds-data-table.d.ts +82 -0
- package/components/DataTable/sgds-data-table.js +405 -0
- package/components/DataTable/sgds-data-table.js.map +1 -0
- package/components/Datepicker/datepicker-calendar.js +4 -4
- package/components/Datepicker/datepicker-calendar.js.map +1 -1
- package/components/Datepicker/datepicker-header.js +2 -2
- package/components/Datepicker/datepicker-header.js.map +1 -1
- package/components/Datepicker/datepicker-input.js +13 -48
- package/components/Datepicker/datepicker-input.js.map +1 -1
- package/components/Datepicker/index.umd.min.js +341 -341
- package/components/Datepicker/index.umd.min.js.map +1 -1
- package/components/Datepicker/sgds-datepicker.js +6 -6
- package/components/Datepicker/sgds-datepicker.js.map +1 -1
- package/components/Footer/index.umd.min.js +1 -1
- package/components/Input/index.umd.min.js +2 -2
- package/components/Input/index.umd.min.js.map +1 -1
- package/components/Input/input.js +1 -1
- package/components/QuantityToggle/index.umd.min.js +1 -1
- package/components/QuantityToggle/index.umd.min.js.map +1 -1
- package/components/Select/index.umd.min.js +21 -22
- package/components/Select/index.umd.min.js.map +1 -1
- package/components/Select/sgds-select.js +0 -1
- package/components/Select/sgds-select.js.map +1 -1
- package/components/Sidebar/index.umd.min.js +24 -24
- package/components/Sidebar/index.umd.min.js.map +1 -1
- package/components/Sidebar/sgds-sidebar-group.d.ts +1 -0
- package/components/Sidebar/sgds-sidebar-group.js +7 -1
- package/components/Sidebar/sgds-sidebar-group.js.map +1 -1
- package/components/Sidebar/sgds-sidebar-section.d.ts +1 -0
- package/components/Sidebar/sgds-sidebar-section.js +12 -2
- package/components/Sidebar/sgds-sidebar-section.js.map +1 -1
- package/components/Sidebar/sgds-sidebar.d.ts +6 -5
- package/components/Sidebar/sgds-sidebar.js +25 -0
- package/components/Sidebar/sgds-sidebar.js.map +1 -1
- package/components/Sidebar/sidebar-element.d.ts +2 -2
- package/components/Sidebar/sidebar-element.js +12 -34
- package/components/Sidebar/sidebar-element.js.map +1 -1
- package/components/Sidebar/types.d.ts +3 -0
- package/components/Subnav/index.umd.min.js +1 -1
- package/components/Tab/index.umd.min.js +8 -8
- package/components/Tab/index.umd.min.js.map +1 -1
- package/components/Tab/sgds-tab-group.d.ts +2 -0
- package/components/Tab/sgds-tab-group.js +9 -0
- package/components/Tab/sgds-tab-group.js.map +1 -1
- package/components/Tab/tab-group.js +1 -1
- package/components/Tab/tab-panel.js +1 -1
- package/components/Tab/tab.js +1 -1
- package/components/Textarea/index.umd.min.js +1 -1
- package/components/index.d.ts +4 -0
- package/components/index.js +4 -0
- package/components/index.js.map +1 -1
- package/components/index.umd.min.js +567 -475
- package/components/index.umd.min.js.map +1 -1
- package/css/fouc.css +4 -0
- package/css/grid.css +347 -124
- package/css/grid.js +1 -1
- package/css/utility.css +0 -1
- package/custom-elements.json +1568 -155
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.umd.min.js +422 -330
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -3
- package/react/components/Checkbox/sgds-checkbox.cjs.js +6 -1
- package/react/components/Checkbox/sgds-checkbox.cjs.js.map +1 -1
- package/react/components/Checkbox/sgds-checkbox.js +6 -1
- package/react/components/Checkbox/sgds-checkbox.js.map +1 -1
- package/react/components/ComboBox/sgds-combo-box.cjs.js +0 -1
- package/react/components/ComboBox/sgds-combo-box.cjs.js.map +1 -1
- package/react/components/ComboBox/sgds-combo-box.js +0 -1
- package/react/components/ComboBox/sgds-combo-box.js.map +1 -1
- package/react/components/DataTable/data-table.cjs.js +11 -0
- package/react/components/DataTable/data-table.cjs.js.map +1 -0
- package/react/components/DataTable/data-table.js +7 -0
- package/react/components/DataTable/data-table.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-cell.cjs.js +38 -0
- package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-cell.js +33 -0
- package/react/components/DataTable/sgds-data-table-cell.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-head.cjs.js +75 -0
- package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-head.js +70 -0
- package/react/components/DataTable/sgds-data-table-head.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-row.cjs.js +339 -0
- package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table-row.js +334 -0
- package/react/components/DataTable/sgds-data-table-row.js.map +1 -0
- package/react/components/DataTable/sgds-data-table.cjs.js +411 -0
- package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -0
- package/react/components/DataTable/sgds-data-table.js +406 -0
- package/react/components/DataTable/sgds-data-table.js.map +1 -0
- package/react/components/Datepicker/datepicker-calendar.cjs.js +4 -4
- package/react/components/Datepicker/datepicker-calendar.cjs.js.map +1 -1
- package/react/components/Datepicker/datepicker-calendar.js +4 -4
- package/react/components/Datepicker/datepicker-calendar.js.map +1 -1
- package/react/components/Datepicker/datepicker-header.cjs.js +2 -2
- package/react/components/Datepicker/datepicker-header.cjs.js.map +1 -1
- package/react/components/Datepicker/datepicker-header.js +2 -2
- package/react/components/Datepicker/datepicker-header.js.map +1 -1
- package/react/components/Datepicker/datepicker-input.cjs.js +13 -52
- package/react/components/Datepicker/datepicker-input.cjs.js.map +1 -1
- package/react/components/Datepicker/datepicker-input.js +13 -48
- package/react/components/Datepicker/datepicker-input.js.map +1 -1
- package/react/components/Datepicker/sgds-datepicker.cjs.js +6 -6
- package/react/components/Datepicker/sgds-datepicker.cjs.js.map +1 -1
- package/react/components/Datepicker/sgds-datepicker.js +6 -6
- package/react/components/Datepicker/sgds-datepicker.js.map +1 -1
- package/react/components/Input/input.cjs.js +1 -1
- package/react/components/Input/input.js +1 -1
- package/react/components/Select/sgds-select.cjs.js +0 -1
- package/react/components/Select/sgds-select.cjs.js.map +1 -1
- package/react/components/Select/sgds-select.js +0 -1
- package/react/components/Select/sgds-select.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar-group.cjs.js +7 -1
- package/react/components/Sidebar/sgds-sidebar-group.cjs.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar-group.js +7 -1
- package/react/components/Sidebar/sgds-sidebar-group.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar-section.cjs.js +12 -2
- package/react/components/Sidebar/sgds-sidebar-section.cjs.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar-section.js +12 -2
- package/react/components/Sidebar/sgds-sidebar-section.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar.cjs.js +25 -0
- package/react/components/Sidebar/sgds-sidebar.cjs.js.map +1 -1
- package/react/components/Sidebar/sgds-sidebar.js +25 -0
- package/react/components/Sidebar/sgds-sidebar.js.map +1 -1
- package/react/components/Sidebar/sidebar-element.cjs.js +12 -34
- package/react/components/Sidebar/sidebar-element.cjs.js.map +1 -1
- package/react/components/Sidebar/sidebar-element.js +12 -34
- package/react/components/Sidebar/sidebar-element.js.map +1 -1
- package/react/components/Tab/sgds-tab-group.cjs.js +9 -0
- package/react/components/Tab/sgds-tab-group.cjs.js.map +1 -1
- package/react/components/Tab/sgds-tab-group.js +9 -0
- package/react/components/Tab/sgds-tab-group.js.map +1 -1
- package/react/components/Tab/tab-group.cjs.js +1 -1
- package/react/components/Tab/tab-group.js +1 -1
- package/react/components/Tab/tab-panel.cjs.js +1 -1
- package/react/components/Tab/tab-panel.js +1 -1
- package/react/components/Tab/tab.cjs.js +1 -1
- package/react/components/Tab/tab.js +1 -1
- package/react/css/grid.cjs.js +1 -1
- package/react/css/grid.js +1 -1
- package/react/data-table/index.cjs.js +44 -0
- package/react/data-table/index.cjs.js.map +1 -0
- package/react/data-table/index.d.ts +4 -0
- package/react/data-table/index.js +20 -0
- package/react/data-table/index.js.map +1 -0
- package/react/data-table-cell/index.cjs.js +40 -0
- package/react/data-table-cell/index.cjs.js.map +1 -0
- package/react/data-table-cell/index.d.ts +4 -0
- package/react/data-table-cell/index.js +16 -0
- package/react/data-table-cell/index.js.map +1 -0
- package/react/data-table-head/index.cjs.js +40 -0
- package/react/data-table-head/index.cjs.js.map +1 -0
- package/react/data-table-head/index.d.ts +4 -0
- package/react/data-table-head/index.js +16 -0
- package/react/data-table-head/index.js.map +1 -0
- package/react/data-table-row/index.cjs.js +45 -0
- package/react/data-table-row/index.cjs.js.map +1 -0
- package/react/data-table-row/index.d.ts +4 -0
- package/react/data-table-row/index.js +21 -0
- package/react/data-table-row/index.js.map +1 -0
- package/react/index.cjs.js +126 -118
- package/react/index.cjs.js.map +1 -1
- package/react/index.d.ts +4 -0
- package/react/index.js +4 -0
- package/react/index.js.map +1 -1
- package/react/sidebar/index.cjs.js +3 -1
- package/react/sidebar/index.cjs.js.map +1 -1
- package/react/sidebar/index.js +3 -1
- package/react/sidebar/index.js.map +1 -1
- package/react/styles/form-text-control.cjs.js +1 -1
- package/react/styles/form-text-control.js +1 -1
- package/react/utils/date-helpers.cjs.js +120 -0
- package/react/utils/date-helpers.cjs.js.map +1 -0
- package/react/utils/date-helpers.js +108 -0
- package/react/utils/date-helpers.js.map +1 -0
- package/react/utils/date-mask.cjs.js +203 -0
- package/react/utils/date-mask.cjs.js.map +1 -0
- package/react/utils/date-mask.js +199 -0
- package/react/utils/date-mask.js.map +1 -0
- package/react/utils/time.cjs.js +7 -7
- package/react/utils/time.cjs.js.map +1 -1
- package/react/utils/time.js +1 -1
- package/react/utils/time.js.map +1 -1
- package/styles/form-text-control.js +1 -1
- package/types/react.d.ts +103 -0
- package/utils/date-helpers.d.ts +22 -0
- package/utils/date-helpers.js +107 -0
- package/utils/date-helpers.js.map +1 -0
- package/utils/date-mask.d.ts +44 -0
- package/utils/date-mask.js +198 -0
- package/utils/date-mask.js.map +1 -0
- package/utils/time.js +1 -1
- package/utils/time.js.map +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Copyright 2017 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
const t=globalThis,l=e=>{t.emitLitDebugLogEvents&&t.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let i,o=0;t.litIssuedWarnings??=new Set,i=(e,l)=>{l+=e?` See https://lit.dev/msg/${e} for more information.`:"",t.litIssuedWarnings.has(l)||t.litIssuedWarnings.has(e)||(console.warn(l),t.litIssuedWarnings.add(l))},queueMicrotask(()=>{i("dev-mode","Lit is in dev mode. Not recommended for production!")});const n=t.ShadyDOM?.inUse&&!0===t.ShadyDOM?.noPatch?t.ShadyDOM.wrap:e=>e,r=t.trustedTypes,a=r?r.createPolicy("lit-html",{createHTML:e=>e}):void 0,s=e=>e,c=(e,t,l)=>s,d=e=>{if(A!==c)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");A=e},h=()=>{A=c},u=(e,t,l)=>A(e,t,l),v="$lit$",p=`lit$${Math.random().toFixed(9).slice(2)}$`,f="?"+p,g=`<${f}>`,m=document,w=()=>m.createComment(""),_=e=>null===e||"object"!=typeof e&&"function"!=typeof e,b=Array.isArray,x=e=>b(e)||"function"==typeof e?.[Symbol.iterator],y="[ \t\n\f\r]",C=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,M=/>/g,V=new RegExp(`>|${y}(?:([^\\s"'>=/]+)(${y}*=${y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),k=/'/g,H=/"/g,P=/^(?:script|style|textarea|title)$/i,$=(O=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&i("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:O,strings:e,values:t}));var O;const z=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),B=new WeakMap,L=m.createTreeWalker(m,129);let A=c;function j(e,t){if(!b(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==a?a.createHTML(t):t}const E=(e,t)=>{const l=e.length-1,i=[];let o,n=2===t?"<svg>":3===t?"<math>":"",r=C;for(let t=0;t<l;t++){const l=e[t];let a,s,c=-1,d=0;for(;d<l.length&&(r.lastIndex=d,s=r.exec(l),null!==s);)if(d=r.lastIndex,r===C){if("!--"===s[1])r=Z;else if(void 0!==s[1])r=M;else if(void 0!==s[2])P.test(s[2])&&(o=new RegExp(`</${s[2]}`,"g")),r=V;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===V?">"===s[0]?(r=o??C,c=-1):void 0===s[1]?c=-2:(c=r.lastIndex-s[2].length,a=s[1],r=void 0===s[3]?V:'"'===s[3]?H:k):r===H||r===k?r=V:r===Z||r===M?r=C:(r=V,o=void 0);console.assert(-1===c||r===V||r===k||r===H,"unexpected parse state B");const h=r===V&&e[t+1].startsWith("/>")?" ":"";n+=r===C?l+g:c>=0?(i.push(a),l.slice(0,c)+v+l.slice(c)+p+h):l+p+(-2===c?t:h)}return[j(e,n+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class I{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let a=0,s=0;const c=e.length-1,d=this.parts,[h,u]=E(e,t);if(this.el=I.createElement(h,o),L.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=L.nextNode())&&d.length<c;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(p)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);i("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(v)){const t=u[s++],l=n.getAttribute(e).split(p),i=/([.?@])?(.*)/.exec(t);d.push({type:1,index:a,name:i[2],strings:l,ctor:"."===i[1]?F:"?"===i[1]?N:"@"===i[1]?W:U}),n.removeAttribute(e)}else e.startsWith(p)&&(d.push({type:6,index:a}),n.removeAttribute(e));if(P.test(n.tagName)){const e=n.textContent.split(p),t=e.length-1;if(t>0){n.textContent=r?r.emptyScript:"";for(let l=0;l<t;l++)n.append(e[l],w()),L.nextNode(),d.push({type:2,index:++a});n.append(e[t],w())}}}else if(8===n.nodeType){if(n.data===f)d.push({type:2,index:a});else{let e=-1;for(;-1!==(e=n.data.indexOf(p,e+1));)d.push({type:7,index:a}),e+=p.length-1}}a++}if(u.length!==s)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");l&&l({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=m.createElement("template");return l.innerHTML=e,l}}function T(e,t,l=e,i){if(t===z)return t;let o=void 0!==i?l.__directives?.[i]:l.__directive;const n=_(t)?void 0:t._$litDirective$;return o?.constructor!==n&&(o?._$notifyDirectiveConnectionChanged?.(!1),void 0===n?o=void 0:(o=new n(e),o._$initialize(e,l,i)),void 0!==i?(l.__directives??=[])[i]=o:l.__directive=o),void 0!==o&&(t=T(e,o._$resolve(e,t.values),o,i)),t}class R{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:l}=this._$template,i=(e?.creationScope??m).importNode(t,!0);L.currentNode=i;let o=L.nextNode(),n=0,r=0,a=l[0];for(;void 0!==a;){if(n===a.index){let t;2===a.type?t=new D(o,o.nextSibling,this,e):1===a.type?t=new a.ctor(o,a.name,a.strings,this,e):6===a.type&&(t=new q(o,this,e)),this._$parts.push(t),a=l[++r]}n!==a?.index&&(o=L.nextNode(),n++)}return L.currentNode=m,i}_update(e){let t=0;for(const i of this._$parts)void 0!==i&&(l&&l({kind:"set part",part:i,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==i.strings?(i._$setValue(e,i,t),t+=i.strings.length-2):i._$setValue(e[t])),t++}}class D{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,i){this.type=2,this._$committedValue=S,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=n(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=T(this,e,t),_(e))e===S||null==e||""===e?(this._$committedValue!==S&&(l&&l({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=S):e!==this._$committedValue&&e!==z&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else x(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return n(n(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),A!==c){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}l&&l({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==S&&_(this._$committedValue)){const t=n(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=m.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:i}=e,o="number"==typeof i?this._$getTemplate(e):(void 0===i.el&&(i.el=I.createElement(j(i.h,i.h[0]),this.options)),i);if(this._$committedValue?._$template===o)l&&l({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new R(o,this),i=e._clone(this.options);l&&l({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),e._update(t),l&&l({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),this._commitNode(i),this._$committedValue=e}}_$getTemplate(e){let t=B.get(e.strings);return void 0===t&&B.set(e.strings,t=new I(e)),t}_commitIterable(e){b(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,i=0;for(const o of e)i===t.length?t.push(l=new D(this._insert(w()),this._insert(w()),this,this.options)):l=t[i],l._$setValue(o),i++;i<t.length&&(this._$clear(l&&n(l._$endNode).nextSibling,i),t.length=i)}_$clear(e=n(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=n(e).nextSibling;n(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class U{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,i,o){this.type=1,this._$committedValue=S,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=o,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=S,this._sanitizer=void 0}_$setValue(e,t=this,l,i){const o=this.strings;let n=!1;if(void 0===o)e=T(this,e,t,0),n=!_(e)||e!==this._$committedValue&&e!==z,n&&(this._$committedValue=e);else{const i=e;let r,a;for(e=o[0],r=0;r<o.length-1;r++)a=T(this,i[l+r],t,r),a===z&&(a=this._$committedValue[r]),n||=!_(a)||a!==this._$committedValue[r],a===S?e=S:e!==S&&(e+=(a??"")+o[r+1]),this._$committedValue[r]=a}n&&!i&&this._commitValue(e)}_commitValue(e){e===S?n(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"attribute")),e=this._sanitizer(e??""),l&&l({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),n(this.element).setAttribute(this.name,e??""))}}class F extends U{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"property")),e=this._sanitizer(e),l&&l({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===S?void 0:e}}class N extends U{constructor(){super(...arguments),this.type=4}_commitValue(e){l&&l({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===S),options:this.options}),n(this.element).toggleAttribute(this.name,!!e&&e!==S)}}class W extends U{constructor(e,t,l,i,o){if(super(e,t,l,i,o),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=T(this,e,t,0)??S)===z)return;const i=this._$committedValue,o=e===S&&i!==S||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,n=e!==S&&(i===S||o);l&&l({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:n,oldListener:i}),o&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class q{constructor(e,t,l){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=l}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){l&&l({kind:"commit to element binding",element:this.element,value:e,options:this.options}),T(this,e)}}const K={_boundAttributeSuffix:v,_marker:p,_markerMatch:f,_HTML_RESULT:1,_getTemplateHtml:E,_TemplateInstance:R,_isIterable:x,_resolveDirective:T,_ChildPart:D,_AttributePart:U,_BooleanAttributePart:N,_EventPart:W,_PropertyPart:F,_ElementPart:q},G=t.litHtmlPolyfillSupportDevMode;G?.(I,D),(t.litHtmlVersions??=[]).push("3.3.2"),t.litHtmlVersions.length>1&&queueMicrotask(()=>{i("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const J=(e,t,i)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=o++,r=i?.renderBefore??t;let a=r._$litPart$;if(l&&l({kind:"begin render",id:n,value:e,container:t,options:i,part:a}),void 0===a){const e=i?.renderBefore??null;r._$litPart$=a=new D(t.insertBefore(w(),e),e,void 0,i??{})}return a._$setValue(e),l&&l({kind:"end render",id:n,value:e,container:t,options:i,part:a}),a};J.setSanitizer=d,J.createSanitizer=u,J._testOnlyClearSanitizerFactoryDoNotCallOrElse=h;
|
|
7
|
+
const t=globalThis,l=e=>{t.emitLitDebugLogEvents&&t.dispatchEvent(new CustomEvent("lit-debug",{detail:e}))};let i,o=0;t.litIssuedWarnings??=new Set,i=(e,l)=>{l+=e?` See https://lit.dev/msg/${e} for more information.`:"",t.litIssuedWarnings.has(l)||t.litIssuedWarnings.has(e)||(console.warn(l),t.litIssuedWarnings.add(l))},queueMicrotask(()=>{i("dev-mode","Lit is in dev mode. Not recommended for production!")});const n=t.ShadyDOM?.inUse&&!0===t.ShadyDOM?.noPatch?t.ShadyDOM.wrap:e=>e,r=t.trustedTypes,a=r?r.createPolicy("lit-html",{createHTML:e=>e}):void 0,s=e=>e,c=(e,t,l)=>s,d=e=>{if(A!==c)throw new Error("Attempted to overwrite existing lit-html security policy. setSanitizeDOMValueFactory should be called at most once.");A=e},h=()=>{A=c},u=(e,t,l)=>A(e,t,l),v="$lit$",p=`lit$${Math.random().toFixed(9).slice(2)}$`,f="?"+p,g=`<${f}>`,m=document,w=()=>m.createComment(""),_=e=>null===e||"object"!=typeof e&&"function"!=typeof e,b=Array.isArray,x=e=>b(e)||"function"==typeof e?.[Symbol.iterator],y="[ \t\n\f\r]",C=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,M=/>/g,V=new RegExp(`>|${y}(?:([^\\s"'>=/]+)(${y}*=${y}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),k=/'/g,H=/"/g,P=/^(?:script|style|textarea|title)$/i,$=(O=1,(e,...t)=>(e.some(e=>void 0===e)&&console.warn("Some template strings are undefined.\nThis is probably caused by illegal octal escape sequences."),t.some(e=>e?._$litStatic$)&&i("","Static values 'literal' or 'unsafeStatic' cannot be used as values to non-static templates.\nPlease use the static 'html' tag function. See https://lit.dev/docs/templates/expressions/#static-expressions"),{_$litType$:O,strings:e,values:t}));var O;const z=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),B=new WeakMap,L=m.createTreeWalker(m,129);let A=c;function j(e,t){if(!b(e)||!e.hasOwnProperty("raw")){let e="invalid template strings array";throw e="\n Internal Error: expected template strings to be an array\n with a 'raw' field. Faking a template strings array by\n calling html or svg like an ordinary function is effectively\n the same as calling unsafeHtml and can lead to major security\n issues, e.g. opening your code up to XSS attacks.\n If you're using the html or svg tagged template functions normally\n and still seeing this error, please file a bug at\n https://github.com/lit/lit/issues/new?template=bug_report.md\n and include information about your build tooling, if any.\n ".trim().replace(/\n */g,"\n"),new Error(e)}return void 0!==a?a.createHTML(t):t}const E=(e,t)=>{const l=e.length-1,i=[];let o,n=2===t?"<svg>":3===t?"<math>":"",r=C;for(let t=0;t<l;t++){const l=e[t];let a,s,c=-1,d=0;for(;d<l.length&&(r.lastIndex=d,s=r.exec(l),null!==s);)if(d=r.lastIndex,r===C){if("!--"===s[1])r=Z;else if(void 0!==s[1])r=M;else if(void 0!==s[2])P.test(s[2])&&(o=new RegExp(`</${s[2]}`,"g")),r=V;else if(void 0!==s[3])throw new Error("Bindings in tag names are not supported. Please use static templates instead. See https://lit.dev/docs/templates/expressions/#static-expressions")}else r===V?">"===s[0]?(r=o??C,c=-1):void 0===s[1]?c=-2:(c=r.lastIndex-s[2].length,a=s[1],r=void 0===s[3]?V:'"'===s[3]?H:k):r===H||r===k?r=V:r===Z||r===M?r=C:(r=V,o=void 0);console.assert(-1===c||r===V||r===k||r===H,"unexpected parse state B");const h=r===V&&e[t+1].startsWith("/>")?" ":"";n+=r===C?l+g:c>=0?(i.push(a),l.slice(0,c)+v+l.slice(c)+p+h):l+p+(-2===c?t:h)}return[j(e,n+(e[l]||"<?>")+(2===t?"</svg>":3===t?"</math>":"")),i]};class I{constructor({strings:e,_$litType$:t},o){let n;this.parts=[];let a=0,s=0;const c=e.length-1,d=this.parts,[h,u]=E(e,t);if(this.el=I.createElement(h,o),L.currentNode=this.el.content,2===t||3===t){const e=this.el.content.firstChild;e.replaceWith(...e.childNodes)}for(;null!==(n=L.nextNode())&&d.length<c;){if(1===n.nodeType){{const e=n.localName;if(/^(?:textarea|template)$/i.test(e)&&n.innerHTML.includes(p)){const t=`Expressions are not supported inside \`${e}\` elements. See https://lit.dev/msg/expression-in-${e} for more information.`;if("template"===e)throw new Error(t);i("",t)}}if(n.hasAttributes())for(const e of n.getAttributeNames())if(e.endsWith(v)){const t=u[s++],l=n.getAttribute(e).split(p),i=/([.?@])?(.*)/.exec(t);d.push({type:1,index:a,name:i[2],strings:l,ctor:"."===i[1]?N:"?"===i[1]?F:"@"===i[1]?W:U}),n.removeAttribute(e)}else e.startsWith(p)&&(d.push({type:6,index:a}),n.removeAttribute(e));if(P.test(n.tagName)){const e=n.textContent.split(p),t=e.length-1;if(t>0){n.textContent=r?r.emptyScript:"";for(let l=0;l<t;l++)n.append(e[l],w()),L.nextNode(),d.push({type:2,index:++a});n.append(e[t],w())}}}else if(8===n.nodeType){if(n.data===f)d.push({type:2,index:a});else{let e=-1;for(;-1!==(e=n.data.indexOf(p,e+1));)d.push({type:7,index:a}),e+=p.length-1}}a++}if(u.length!==s)throw new Error('Detected duplicate attribute bindings. This occurs if your template has duplicate attributes on an element tag. For example "<input ?disabled=${true} ?disabled=${false}>" contains a duplicate "disabled" attribute. The error was detected in the following template: \n`'+e.join("${...}")+"`");l&&l({kind:"template prep",template:this,clonableTemplate:this.el,parts:this.parts,strings:e})}static createElement(e,t){const l=m.createElement("template");return l.innerHTML=e,l}}function T(e,t,l=e,i){if(t===z)return t;let o=void 0!==i?l.__directives?.[i]:l.__directive;const n=_(t)?void 0:t._$litDirective$;return o?.constructor!==n&&(o?._$notifyDirectiveConnectionChanged?.(!1),void 0===n?o=void 0:(o=new n(e),o._$initialize(e,l,i)),void 0!==i?(l.__directives??=[])[i]=o:l.__directive=o),void 0!==o&&(t=T(e,o._$resolve(e,t.values),o,i)),t}class R{constructor(e,t){this._$parts=[],this._$disconnectableChildren=void 0,this._$template=e,this._$parent=t}get parentNode(){return this._$parent.parentNode}get _$isConnected(){return this._$parent._$isConnected}_clone(e){const{el:{content:t},parts:l}=this._$template,i=(e?.creationScope??m).importNode(t,!0);L.currentNode=i;let o=L.nextNode(),n=0,r=0,a=l[0];for(;void 0!==a;){if(n===a.index){let t;2===a.type?t=new D(o,o.nextSibling,this,e):1===a.type?t=new a.ctor(o,a.name,a.strings,this,e):6===a.type&&(t=new q(o,this,e)),this._$parts.push(t),a=l[++r]}n!==a?.index&&(o=L.nextNode(),n++)}return L.currentNode=m,i}_update(e){let t=0;for(const i of this._$parts)void 0!==i&&(l&&l({kind:"set part",part:i,value:e[t],valueIndex:t,values:e,templateInstance:this}),void 0!==i.strings?(i._$setValue(e,i,t),t+=i.strings.length-2):i._$setValue(e[t])),t++}}class D{get _$isConnected(){return this._$parent?._$isConnected??this.__isConnected}constructor(e,t,l,i){this.type=2,this._$committedValue=S,this._$disconnectableChildren=void 0,this._$startNode=e,this._$endNode=t,this._$parent=l,this.options=i,this.__isConnected=i?.isConnected??!0,this._textSanitizer=void 0}get parentNode(){let e=n(this._$startNode).parentNode;const t=this._$parent;return void 0!==t&&11===e?.nodeType&&(e=t.parentNode),e}get startNode(){return this._$startNode}get endNode(){return this._$endNode}_$setValue(e,t=this){if(null===this.parentNode)throw new Error("This `ChildPart` has no `parentNode` and therefore cannot accept a value. This likely means the element containing the part was manipulated in an unsupported way outside of Lit's control such that the part's marker nodes were ejected from DOM. For example, setting the element's `innerHTML` or `textContent` can do this.");if(e=T(this,e,t),_(e))e===S||null==e||""===e?(this._$committedValue!==S&&(l&&l({kind:"commit nothing to child",start:this._$startNode,end:this._$endNode,parent:this._$parent,options:this.options}),this._$clear()),this._$committedValue=S):e!==this._$committedValue&&e!==z&&this._commitText(e);else if(void 0!==e._$litType$)this._commitTemplateResult(e);else if(void 0!==e.nodeType){if(this.options?.host===e)return this._commitText("[probable mistake: rendered a template's host in itself (commonly caused by writing ${this} in a template]"),void console.warn("Attempted to render the template host",e,"inside itself. This is almost always a mistake, and in dev mode ","we render some warning text. In production however, we'll ","render it, which will usually result in an error, and sometimes ","in the element disappearing from the DOM.");this._commitNode(e)}else x(e)?this._commitIterable(e):this._commitText(e)}_insert(e){return n(n(this._$startNode).parentNode).insertBefore(e,this._$endNode)}_commitNode(e){if(this._$committedValue!==e){if(this._$clear(),A!==c){const e=this._$startNode.parentNode?.nodeName;if("STYLE"===e||"SCRIPT"===e){let t="Forbidden";throw t="STYLE"===e?"Lit does not support binding inside style nodes. This is a security risk, as style injection attacks can exfiltrate data and spoof UIs. Consider instead using css`...` literals to compose styles, and do dynamic styling with css custom properties, ::parts, <slot>s, and by mutating the DOM rather than stylesheets.":"Lit does not support binding inside script nodes. This is a security risk, as it could allow arbitrary code execution.",new Error(t)}}l&&l({kind:"commit node",start:this._$startNode,parent:this._$parent,value:e,options:this.options}),this._$committedValue=this._insert(e)}}_commitText(e){if(this._$committedValue!==S&&_(this._$committedValue)){const t=n(this._$startNode).nextSibling;void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}else{const t=m.createTextNode("");this._commitNode(t),void 0===this._textSanitizer&&(this._textSanitizer=u(t,"data","property")),e=this._textSanitizer(e),l&&l({kind:"commit text",node:t,value:e,options:this.options}),t.data=e}this._$committedValue=e}_commitTemplateResult(e){const{values:t,_$litType$:i}=e,o="number"==typeof i?this._$getTemplate(e):(void 0===i.el&&(i.el=I.createElement(j(i.h,i.h[0]),this.options)),i);if(this._$committedValue?._$template===o)l&&l({kind:"template updating",template:o,instance:this._$committedValue,parts:this._$committedValue._$parts,options:this.options,values:t}),this._$committedValue._update(t);else{const e=new R(o,this),i=e._clone(this.options);l&&l({kind:"template instantiated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),e._update(t),l&&l({kind:"template instantiated and updated",template:o,instance:e,parts:e._$parts,options:this.options,fragment:i,values:t}),this._commitNode(i),this._$committedValue=e}}_$getTemplate(e){let t=B.get(e.strings);return void 0===t&&B.set(e.strings,t=new I(e)),t}_commitIterable(e){b(this._$committedValue)||(this._$committedValue=[],this._$clear());const t=this._$committedValue;let l,i=0;for(const o of e)i===t.length?t.push(l=new D(this._insert(w()),this._insert(w()),this,this.options)):l=t[i],l._$setValue(o),i++;i<t.length&&(this._$clear(l&&n(l._$endNode).nextSibling,i),t.length=i)}_$clear(e=n(this._$startNode).nextSibling,t){for(this._$notifyConnectionChanged?.(!1,!0,t);e!==this._$endNode;){const t=n(e).nextSibling;n(e).remove(),e=t}}setConnected(e){if(void 0!==this._$parent)throw new Error("part.setConnected() may only be called on a RootPart returned from render().");this.__isConnected=e,this._$notifyConnectionChanged?.(e)}}class U{get tagName(){return this.element.tagName}get _$isConnected(){return this._$parent._$isConnected}constructor(e,t,l,i,o){this.type=1,this._$committedValue=S,this._$disconnectableChildren=void 0,this.element=e,this.name=t,this._$parent=i,this.options=o,l.length>2||""!==l[0]||""!==l[1]?(this._$committedValue=new Array(l.length-1).fill(new String),this.strings=l):this._$committedValue=S,this._sanitizer=void 0}_$setValue(e,t=this,l,i){const o=this.strings;let n=!1;if(void 0===o)e=T(this,e,t,0),n=!_(e)||e!==this._$committedValue&&e!==z,n&&(this._$committedValue=e);else{const i=e;let r,a;for(e=o[0],r=0;r<o.length-1;r++)a=T(this,i[l+r],t,r),a===z&&(a=this._$committedValue[r]),n||=!_(a)||a!==this._$committedValue[r],a===S?e=S:e!==S&&(e+=(a??"")+o[r+1]),this._$committedValue[r]=a}n&&!i&&this._commitValue(e)}_commitValue(e){e===S?n(this.element).removeAttribute(this.name):(void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"attribute")),e=this._sanitizer(e??""),l&&l({kind:"commit attribute",element:this.element,name:this.name,value:e,options:this.options}),n(this.element).setAttribute(this.name,e??""))}}class N extends U{constructor(){super(...arguments),this.type=3}_commitValue(e){void 0===this._sanitizer&&(this._sanitizer=A(this.element,this.name,"property")),e=this._sanitizer(e),l&&l({kind:"commit property",element:this.element,name:this.name,value:e,options:this.options}),this.element[this.name]=e===S?void 0:e}}class F extends U{constructor(){super(...arguments),this.type=4}_commitValue(e){l&&l({kind:"commit boolean attribute",element:this.element,name:this.name,value:!(!e||e===S),options:this.options}),n(this.element).toggleAttribute(this.name,!!e&&e!==S)}}class W extends U{constructor(e,t,l,i,o){if(super(e,t,l,i,o),this.type=5,void 0!==this.strings)throw new Error(`A \`<${e.localName}>\` has a \`@${t}=...\` listener with invalid content. Event listeners in templates must have exactly one expression and no surrounding text.`)}_$setValue(e,t=this){if((e=T(this,e,t,0)??S)===z)return;const i=this._$committedValue,o=e===S&&i!==S||e.capture!==i.capture||e.once!==i.once||e.passive!==i.passive,n=e!==S&&(i===S||o);l&&l({kind:"commit event listener",element:this.element,name:this.name,value:e,options:this.options,removeListener:o,addListener:n,oldListener:i}),o&&this.element.removeEventListener(this.name,this,i),n&&this.element.addEventListener(this.name,this,e),this._$committedValue=e}handleEvent(e){"function"==typeof this._$committedValue?this._$committedValue.call(this.options?.host??this.element,e):this._$committedValue.handleEvent(e)}}class q{constructor(e,t,l){this.element=e,this.type=6,this._$disconnectableChildren=void 0,this._$parent=t,this.options=l}get _$isConnected(){return this._$parent._$isConnected}_$setValue(e){l&&l({kind:"commit to element binding",element:this.element,value:e,options:this.options}),T(this,e)}}const K={_boundAttributeSuffix:v,_marker:p,_markerMatch:f,_HTML_RESULT:1,_getTemplateHtml:E,_TemplateInstance:R,_isIterable:x,_resolveDirective:T,_ChildPart:D,_AttributePart:U,_BooleanAttributePart:F,_EventPart:W,_PropertyPart:N,_ElementPart:q},G=t.litHtmlPolyfillSupportDevMode;G?.(I,D),(t.litHtmlVersions??=[]).push("3.3.2"),t.litHtmlVersions.length>1&&queueMicrotask(()=>{i("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")});const J=(e,t,i)=>{if(null==t)throw new TypeError(`The container to render into may not be ${t}`);const n=o++,r=i?.renderBefore??t;let a=r._$litPart$;if(l&&l({kind:"begin render",id:n,value:e,container:t,options:i,part:a}),void 0===a){const e=i?.renderBefore??null;r._$litPart$=a=new D(t.insertBefore(w(),e),e,void 0,i??{})}return a._$setValue(e),l&&l({kind:"end render",id:n,value:e,container:t,options:i,part:a}),a};J.setSanitizer=d,J.createSanitizer=u,J._testOnlyClearSanitizerFactoryDoNotCallOrElse=h;
|
|
8
8
|
/**
|
|
9
9
|
* @license
|
|
10
10
|
* Copyright 2017 Google LLC
|
|
@@ -37,12 +37,12 @@ class extends le{constructor(e){if(super(e),e.type!==Q&&e.type!==X&&e.type!==ee)
|
|
|
37
37
|
* Copyright 2017 Google LLC
|
|
38
38
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
39
39
|
*/
|
|
40
|
-
let De;Re?.({LitElement:Ie}),(je.litElementVersions??=[]).push("4.2.2"),je.litElementVersions.length>1&&queueMicrotask(()=>{Ee("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,De=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Ue={attribute:!0,type:String,converter:Se,reflect:!1,hasChanged:Be},
|
|
40
|
+
let De;Re?.({LitElement:Ie}),(je.litElementVersions??=[]).push("4.2.2"),je.litElementVersions.length>1&&queueMicrotask(()=>{Ee("multiple-versions","Multiple versions of Lit loaded. Loading multiple versions is not recommended.")}),globalThis.litIssuedWarnings??=new Set,De=(e,t)=>{t+=` See https://lit.dev/msg/${e} for more information.`,globalThis.litIssuedWarnings.has(t)||globalThis.litIssuedWarnings.has(e)||(console.warn(t),globalThis.litIssuedWarnings.add(t))};const Ue={attribute:!0,type:String,converter:Se,reflect:!1,hasChanged:Be},Ne=(e=Ue,t,l)=>{const{kind:i,metadata:o}=l;null==o&&De("missing-class-metadata",`The class ${t} is missing decorator metadata. This could mean that you're using a compiler that supports decorators but doesn't support decorator metadata, such as TypeScript 5.1. Please update your compiler.`);let n=globalThis.litPropertyMetadata.get(o);if(void 0===n&&globalThis.litPropertyMetadata.set(o,n=new Map),"setter"===i&&((e=Object.create(e)).wrapped=!0),n.set(l.name,e),"accessor"===i){const{name:i}=l;return{set(l){const o=t.get.call(this);t.set.call(this,l),this.requestUpdate(i,o,e,!0,l)},init(t){return void 0!==t&&this._$changeProperty(i,void 0,e,t),t}}}if("setter"===i){const{name:i}=l;return function(l){const o=this[i];t.call(this,l),this.requestUpdate(i,o,e,!0,l)}}throw new Error(`Unsupported decorator location: ${i}`)};function Fe(e){return(t,l)=>"object"==typeof l?Ne(e,t,l):((e,t,l)=>{const i=t.hasOwnProperty(l);return t.constructor.createProperty(l,e),i?Object.getOwnPropertyDescriptor(t,l):void 0})(e,t,l)}
|
|
41
41
|
/**
|
|
42
42
|
* @license
|
|
43
43
|
* Copyright 2017 Google LLC
|
|
44
44
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
45
|
-
*/function We(e){return
|
|
45
|
+
*/function We(e){return Fe({...e,state:!0,attribute:!1})}
|
|
46
46
|
/**
|
|
47
47
|
* @license
|
|
48
48
|
* Copyright 2017 Google LLC
|
|
@@ -78,7 +78,7 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
78
78
|
* @license
|
|
79
79
|
* Copyright 2020 Google LLC
|
|
80
80
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
81
|
-
*/const rt=()=>new at;class at{}const st=new WeakMap;const ct=te(class extends nt{render(e){return S}update(e,[t]){const l=t!==this._ref;return l&&void 0!==this._ref&&this._updateRefValue(void 0),(l||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),S}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let l=st.get(t);void 0===l&&(l=new WeakMap,st.set(t,l)),void 0!==l.get(this._ref)&&this._ref.call(this._context,void 0),l.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?st.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),dt=["top","right","bottom","left"],ht=Math.min,ut=Math.max,vt=Math.round,pt=Math.floor,ft=e=>({x:e,y:e}),gt={left:"right",right:"left",bottom:"top",top:"bottom"},mt={start:"end",end:"start"};function wt(e,t,l){return ut(e,ht(t,l))}function _t(e,t){return"function"==typeof e?e(t):e}function bt(e){return e.split("-")[0]}function xt(e){return e.split("-")[1]}function yt(e){return"x"===e?"y":"x"}function Ct(e){return"y"===e?"height":"width"}const Zt=new Set(["top","bottom"]);function Mt(e){return Zt.has(bt(e))?"y":"x"}function Vt(e){return yt(Mt(e))}function kt(e,t,l){void 0===l&&(l=!1);const i=xt(e),o=Vt(e),n=Ct(o);let r="x"===o?i===(l?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[n]>t.floating[n]&&(r=Bt(r)),[r,Bt(r)]}function Ht(e){return e.replace(/start|end/g,e=>mt[e])}const Pt=["left","right"],$t=["right","left"],Ot=["top","bottom"],zt=["bottom","top"];function St(e,t,l,i){const o=xt(e);let n=function(e,t,l){switch(e){case"top":case"bottom":return l?t?$t:Pt:t?Pt:$t;case"left":case"right":return t?Ot:zt;default:return[]}}(bt(e),"start"===l,i);return o&&(n=n.map(e=>e+"-"+o),t&&(n=n.concat(n.map(Ht)))),n}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>gt[e])}function Lt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function At(e){const{x:t,y:l,width:i,height:o}=e;return{width:i,height:o,top:l,left:t,right:t+i,bottom:l+o,x:t,y:l}}function jt(e,t,l){let{reference:i,floating:o}=e;const n=Mt(t),r=Vt(t),a=Ct(r),s=bt(t),c="y"===n,d=i.x+i.width/2-o.width/2,h=i.y+i.height/2-o.height/2,u=i[a]/2-o[a]/2;let v;switch(s){case"top":v={x:d,y:i.y-o.height};break;case"bottom":v={x:d,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:h};break;case"left":v={x:i.x-o.width,y:h};break;default:v={x:i.x,y:i.y}}switch(xt(t)){case"start":v[r]-=u*(l&&c?-1:1);break;case"end":v[r]+=u*(l&&c?-1:1)}return v}async function Et(e,t){var l;void 0===t&&(t={});const{x:i,y:o,platform:n,rects:r,elements:a,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=_t(t,e),p=Lt(v),f=a[u?"floating"===h?"reference":"floating":h],g=At(await n.getClippingRect({element:null==(l=await(null==n.isElement?void 0:n.isElement(f)))||l?f:f.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:i,y:o,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==n.getOffsetParent?void 0:n.getOffsetParent(a.floating)),_=await(null==n.isElement?void 0:n.isElement(w))&&await(null==n.getScale?void 0:n.getScale(w))||{x:1,y:1},b=At(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:m,offsetParent:w,strategy:s}):m);return{top:(g.top-b.top+p.top)/_.y,bottom:(b.bottom-g.bottom+p.bottom)/_.y,left:(g.left-b.left+p.left)/_.x,right:(b.right-g.right+p.right)/_.x}}function It(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Tt(e){return dt.some(t=>e[t]>=0)}const Rt=new Set(["left","top"]);function Dt(){return"undefined"!=typeof window}function Ut(e){return Wt(e)?(e.nodeName||"").toLowerCase():"#document"}function Ft(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Nt(e){var t;return null==(t=(Wt(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Wt(e){return!!Dt()&&(e instanceof Node||e instanceof Ft(e).Node)}function qt(e){return!!Dt()&&(e instanceof Element||e instanceof Ft(e).Element)}function Kt(e){return!!Dt()&&(e instanceof HTMLElement||e instanceof Ft(e).HTMLElement)}function Gt(e){return!(!Dt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Ft(e).ShadowRoot)}const Jt=new Set(["inline","contents"]);function Xt(e){const{overflow:t,overflowX:l,overflowY:i,display:o}=cl(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+l)&&!Jt.has(o)}const Yt=new Set(["table","td","th"]);function Qt(e){return Yt.has(Ut(e))}const el=[":popover-open",":modal"];function tl(e){return el.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const ll=["transform","translate","scale","rotate","perspective"],il=["transform","translate","scale","rotate","perspective","filter"],ol=["paint","layout","strict","content"];function nl(e){const t=rl(),l=qt(e)?cl(e):e;return ll.some(e=>!!l[e]&&"none"!==l[e])||!!l.containerType&&"normal"!==l.containerType||!t&&!!l.backdropFilter&&"none"!==l.backdropFilter||!t&&!!l.filter&&"none"!==l.filter||il.some(e=>(l.willChange||"").includes(e))||ol.some(e=>(l.contain||"").includes(e))}function rl(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const al=new Set(["html","body","#document"]);function sl(e){return al.has(Ut(e))}function cl(e){return Ft(e).getComputedStyle(e)}function dl(e){return qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function hl(e){if("html"===Ut(e))return e;const t=e.assignedSlot||e.parentNode||Gt(e)&&e.host||Nt(e);return Gt(t)?t.host:t}function ul(e){const t=hl(e);return sl(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kt(t)&&Xt(t)?t:ul(t)}function vl(e,t,l){var i;void 0===t&&(t=[]),void 0===l&&(l=!0);const o=ul(e),n=o===(null==(i=e.ownerDocument)?void 0:i.body),r=Ft(o);if(n){const e=pl(r);return t.concat(r,r.visualViewport||[],Xt(o)?o:[],e&&l?vl(e):[])}return t.concat(o,vl(o,[],l))}function pl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function fl(e){const t=cl(e);let l=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const o=Kt(e),n=o?e.offsetWidth:l,r=o?e.offsetHeight:i,a=vt(l)!==n||vt(i)!==r;return a&&(l=n,i=r),{width:l,height:i,$:a}}function gl(e){return qt(e)?e:e.contextElement}function ml(e){const t=gl(e);if(!Kt(t))return ft(1);const l=t.getBoundingClientRect(),{width:i,height:o,$:n}=fl(t);let r=(n?vt(l.width):l.width)/i,a=(n?vt(l.height):l.height)/o;return r&&Number.isFinite(r)||(r=1),a&&Number.isFinite(a)||(a=1),{x:r,y:a}}const wl=ft(0);function _l(e){const t=Ft(e);return rl()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:wl}function bl(e,t,l,i){void 0===t&&(t=!1),void 0===l&&(l=!1);const o=e.getBoundingClientRect(),n=gl(e);let r=ft(1);t&&(i?qt(i)&&(r=ml(i)):r=ml(e));const a=function(e,t,l){return void 0===t&&(t=!1),!(!l||t&&l!==Ft(e))&&t}(n,l,i)?_l(n):ft(0);let s=(o.left+a.x)/r.x,c=(o.top+a.y)/r.y,d=o.width/r.x,h=o.height/r.y;if(n){const e=Ft(n),t=i&&qt(i)?Ft(i):i;let l=e,o=pl(l);for(;o&&i&&t!==l;){const e=ml(o),t=o.getBoundingClientRect(),i=cl(o),n=t.left+(o.clientLeft+parseFloat(i.paddingLeft))*e.x,r=t.top+(o.clientTop+parseFloat(i.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=n,c+=r,l=Ft(o),o=pl(l)}}return At({width:d,height:h,x:s,y:c})}function xl(e,t){const l=dl(e).scrollLeft;return t?t.left+l:bl(Nt(e)).left+l}function yl(e,t){const l=e.getBoundingClientRect();return{x:l.left+t.scrollLeft-xl(e,l),y:l.top+t.scrollTop}}const Cl=new Set(["absolute","fixed"]);function Zl(e,t,l){let i;if("viewport"===t)i=function(e,t){const l=Ft(e),i=Nt(e),o=l.visualViewport;let n=i.clientWidth,r=i.clientHeight,a=0,s=0;if(o){n=o.width,r=o.height;const e=rl();(!e||e&&"fixed"===t)&&(a=o.offsetLeft,s=o.offsetTop)}const c=xl(i);if(c<=0){const e=i.ownerDocument,t=e.body,l=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(l.marginLeft)+parseFloat(l.marginRight)||0,r=Math.abs(i.clientWidth-t.clientWidth-o);r<=25&&(n-=r)}else c<=25&&(n+=c);return{width:n,height:r,x:a,y:s}}(e,l);else if("document"===t)i=function(e){const t=Nt(e),l=dl(e),i=e.ownerDocument.body,o=ut(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),n=ut(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let r=-l.scrollLeft+xl(e);const a=-l.scrollTop;return"rtl"===cl(i).direction&&(r+=ut(t.clientWidth,i.clientWidth)-o),{width:o,height:n,x:r,y:a}}(Nt(e));else if(qt(t))i=function(e,t){const l=bl(e,!0,"fixed"===t),i=l.top+e.clientTop,o=l.left+e.clientLeft,n=Kt(e)?ml(e):ft(1);return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:o*n.x,y:i*n.y}}(t,l);else{const l=_l(e);i={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return At(i)}function Ml(e,t){const l=hl(e);return!(l===t||!qt(l)||sl(l))&&("fixed"===cl(l).position||Ml(l,t))}function Vl(e,t,l){const i=Kt(t),o=Nt(t),n="fixed"===l,r=bl(e,!0,n,t);let a={scrollLeft:0,scrollTop:0};const s=ft(0);function c(){s.x=xl(o)}if(i||!i&&!n)if(("body"!==Ut(t)||Xt(o))&&(a=dl(t)),i){const e=bl(t,!0,n,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();n&&!i&&o&&c();const d=!o||i||n?ft(0):yl(o,a);return{x:r.left+a.scrollLeft-s.x-d.x,y:r.top+a.scrollTop-s.y-d.y,width:r.width,height:r.height}}function kl(e){return"static"===cl(e).position}function Hl(e,t){if(!Kt(e)||"fixed"===cl(e).position)return null;if(t)return t(e);let l=e.offsetParent;return Nt(e)===l&&(l=l.ownerDocument.body),l}function Pl(e,t){const l=Ft(e);if(tl(e))return l;if(!Kt(e)){let t=hl(e);for(;t&&!sl(t);){if(qt(t)&&!kl(t))return t;t=hl(t)}return l}let i=Hl(e,t);for(;i&&Qt(i)&&kl(i);)i=Hl(i,t);return i&&sl(i)&&kl(i)&&!nl(i)?l:i||function(e){let t=hl(e);for(;Kt(t)&&!sl(t);){if(nl(t))return t;if(tl(t))return null;t=hl(t)}return null}(e)||l}const $l={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:l,offsetParent:i,strategy:o}=e;const n="fixed"===o,r=Nt(i),a=!!t&&tl(t.floating);if(i===r||a&&n)return l;let s={scrollLeft:0,scrollTop:0},c=ft(1);const d=ft(0),h=Kt(i);if((h||!h&&!n)&&(("body"!==Ut(i)||Xt(r))&&(s=dl(i)),Kt(i))){const e=bl(i);c=ml(i),d.x=e.x+i.clientLeft,d.y=e.y+i.clientTop}const u=!r||h||n?ft(0):yl(r,s);return{width:l.width*c.x,height:l.height*c.y,x:l.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:l.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:Nt,getClippingRect:function(e){let{element:t,boundary:l,rootBoundary:i,strategy:o}=e;const n=[..."clippingAncestors"===l?tl(t)?[]:function(e,t){const l=t.get(e);if(l)return l;let i=vl(e,[],!1).filter(e=>qt(e)&&"body"!==Ut(e)),o=null;const n="fixed"===cl(e).position;let r=n?hl(e):e;for(;qt(r)&&!sl(r);){const t=cl(r),l=nl(r);l||"fixed"!==t.position||(o=null),(n?!l&&!o:!l&&"static"===t.position&&o&&Cl.has(o.position)||Xt(r)&&!l&&Ml(e,r))?i=i.filter(e=>e!==r):o=t,r=hl(r)}return t.set(e,i),i}(t,this._c):[].concat(l),i],r=n[0],a=n.reduce((e,l)=>{const i=Zl(t,l,o);return e.top=ut(i.top,e.top),e.right=ht(i.right,e.right),e.bottom=ht(i.bottom,e.bottom),e.left=ut(i.left,e.left),e},Zl(t,r,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}},getOffsetParent:Pl,getElementRects:async function(e){const t=this.getOffsetParent||Pl,l=this.getDimensions,i=await l(e.floating);return{reference:Vl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:l}=fl(e);return{width:t,height:l}},getScale:ml,isElement:qt,isRTL:function(e){return"rtl"===cl(e).direction}};function Ol(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zl(e,t,l,i){void 0===i&&(i={});const{ancestorScroll:o=!0,ancestorResize:n=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:a="function"==typeof IntersectionObserver,animationFrame:s=!1}=i,c=gl(e),d=o||n?[...c?vl(c):[],...vl(t)]:[];d.forEach(e=>{o&&e.addEventListener("scroll",l,{passive:!0}),n&&e.addEventListener("resize",l)});const h=c&&a?function(e,t){let l,i=null;const o=Nt(e);function n(){var e;clearTimeout(l),null==(e=i)||e.disconnect(),i=null}return function r(a,s){void 0===a&&(a=!1),void 0===s&&(s=1),n();const c=e.getBoundingClientRect(),{left:d,top:h,width:u,height:v}=c;if(a||t(),!u||!v)return;const p={rootMargin:-pt(h)+"px "+-pt(o.clientWidth-(d+u))+"px "+-pt(o.clientHeight-(h+v))+"px "+-pt(d)+"px",threshold:ut(0,ht(1,s))||1};let f=!0;function g(t){const i=t[0].intersectionRatio;if(i!==s){if(!f)return r();i?r(!1,i):l=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==i||Ol(c,e.getBoundingClientRect())||r(),f=!1}try{i=new IntersectionObserver(g,{...p,root:o.ownerDocument})}catch(e){i=new IntersectionObserver(g,p)}i.observe(e)}(!0),n}(c,l):null;let u,v=-1,p=null;r&&(p=new ResizeObserver(e=>{let[i]=e;i&&i.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),l()}),c&&!s&&p.observe(c),p.observe(t));let f=s?bl(e):null;return s&&function t(){const i=bl(e);f&&!Ol(f,i)&&l();f=i,u=requestAnimationFrame(t)}(),l(),()=>{var e;d.forEach(e=>{o&&e.removeEventListener("scroll",l),n&&e.removeEventListener("resize",l)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Sl=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var l,i;const{x:o,y:n,placement:r,middlewareData:a}=t,s=await async function(e,t){const{placement:l,platform:i,elements:o}=e,n=await(null==i.isRTL?void 0:i.isRTL(o.floating)),r=bt(l),a=xt(l),s="y"===Mt(l),c=Rt.has(r)?-1:1,d=n&&s?-1:1,h=_t(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return a&&"number"==typeof p&&(v="end"===a?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return r===(null==(l=a.offset)?void 0:l.placement)&&null!=(i=a.arrow)&&i.alignmentOffset?{}:{x:o+s.x,y:n+s.y,data:{...s,placement:r}}}}},Bl=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:l,y:i,placement:o}=t,{mainAxis:n=!0,crossAxis:r=!1,limiter:a={fn:e=>{let{x:t,y:l}=e;return{x:t,y:l}}},...s}=_t(e,t),c={x:l,y:i},d=await Et(t,s),h=Mt(bt(o)),u=yt(h);let v=c[u],p=c[h];if(n){const e="y"===u?"bottom":"right";v=wt(v+d["y"===u?"top":"left"],v,v-d[e])}if(r){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=a.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-l,y:f.y-i,enabled:{[u]:n,[h]:r}}}}}},Ll=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var l,i;const{placement:o,middlewareData:n,rects:r,initialPlacement:a,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=_t(e,t);if(null!=(l=n.arrow)&&l.alignmentOffset)return{};const m=bt(o),w=Mt(a),_=bt(a)===a,b=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(_||!f?[Bt(a)]:function(e){const t=Bt(e);return[Ht(e),t,Ht(t)]}(a)),y="none"!==p;!u&&y&&x.push(...St(a,f,p,b));const C=[a,...x],Z=await Et(t,g),M=[];let V=(null==(i=n.flip)?void 0:i.overflows)||[];if(d&&M.push(Z[m]),h){const e=kt(o,r,b);M.push(Z[e[0]],Z[e[1]])}if(V=[...V,{placement:o,overflows:M}],!M.every(e=>e<=0)){var k,H;const e=((null==(k=n.flip)?void 0:k.index)||0)+1,t=C[e];if(t){if(!("alignment"===h&&w!==Mt(t))||V.every(e=>Mt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:V},reset:{placement:t}}}let l=null==(H=V.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!l)switch(v){case"bestFit":{var P;const e=null==(P=V.filter(e=>{if(y){const t=Mt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(l=e);break}case"initialPlacement":l=a}if(o!==l)return{reset:{placement:l}}}return{}}}},Al=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var l,i;const{placement:o,rects:n,platform:r,elements:a}=t,{apply:s=()=>{},...c}=_t(e,t),d=await Et(t,c),h=bt(o),u=xt(o),v="y"===Mt(o),{width:p,height:f}=n.floating;let g,m;"top"===h||"bottom"===h?(g=h,m=u===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(m=h,g="end"===u?"top":"bottom");const w=f-d.top-d.bottom,_=p-d.left-d.right,b=ht(f-d[g],w),x=ht(p-d[m],_),y=!t.middlewareData.shift;let C=b,Z=x;if(null!=(l=t.middlewareData.shift)&&l.enabled.x&&(Z=_),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(C=w),y&&!u){const e=ut(d.left,0),t=ut(d.right,0),l=ut(d.top,0),i=ut(d.bottom,0);v?Z=p-2*(0!==e||0!==t?e+t:ut(d.left,d.right)):C=f-2*(0!==l||0!==i?l+i:ut(d.top,d.bottom))}await s({...t,availableWidth:Z,availableHeight:C});const M=await r.getDimensions(a.floating);return p!==M.width||f!==M.height?{reset:{rects:!0}}:{}}}},jl=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:l}=t,{strategy:i="referenceHidden",...o}=_t(e,t);switch(i){case"referenceHidden":{const e=It(await Et(t,{...o,elementContext:"reference"}),l.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Tt(e)}}}case"escaped":{const e=It(await Et(t,{...o,altBoundary:!0}),l.floating);return{data:{escapedOffsets:e,escaped:Tt(e)}}}default:return{}}}}},El=(e,t,l)=>{const i=new Map,o={platform:$l,...l},n={...o.platform,_c:i};return(async(e,t,l)=>{const{placement:i="bottom",strategy:o="absolute",middleware:n=[],platform:r}=l,a=n.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let c=await r.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:h}=jt(c,i,s),u=i,v={},p=0;for(let l=0;l<a.length;l++){const{name:n,fn:f}=a[l],{x:g,y:m,data:w,reset:_}=await f({x:d,y:h,initialPlacement:i,placement:u,strategy:o,middlewareData:v,rects:c,platform:r,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[n]:{...v[n],...w}},_&&p<=50&&(p++,"object"==typeof _&&(_.placement&&(u=_.placement),_.rects&&(c=!0===_.rects?await r.getElementRects({reference:e,floating:t,strategy:o}):_.rects),({x:d,y:h}=jt(c,u,s))),l=-1)}return{x:d,y:h,placement:u,strategy:o,middlewareData:v}})(e,t,{...o,platform:n})};var Il=we`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Tl=we`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,Rl=we`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,Dl=we`.form-control-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.m-width-160{min-width:var(--sgds-dimension-160)}.m-width-256{min-width:var(--sgds-dimension-256)}.form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.form-control-group{align-items:center;background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);border-radius:var(--input-border-radius,var(--sgds-form-border-radius-md));display:flex;gap:var(--sgds-form-gap-md);height:var(--sgds-dimension-48);justify-content:center;overflow:hidden;padding:0 var(--sgds-form-padding-x);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:-webkit-fill-available;width:-moz-available}.form-control{appearance:none;background-clip:padding-box;background:none;border:none;color:var(--sgds-form-color-default);display:block;flex-grow:1;font-family:var(--sgds-font-family-brand);font-size:var(--sgds-font-size-label-md);line-height:var(--sgds-line-height-xs);min-width:0;outline:none;padding:0;width:100%}.form-clearable{color:var(--sgds-color-subtle);cursor:pointer}@media (prefers-reduced-motion:reduce){.form-control-group{transition:none}}.form-control-group:not(.disabled):not(.is-invalid):not(.readonly):not(:focus-within):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-group:not(.disabled):not(.is-invalid):focus-within{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-container.disabled{opacity:var(--sgds-opacity-40)}.form-control-group.disabled{background-color:var(--sgds-form-surface-muted);cursor:not-allowed}.form-control-group.readonly{background-color:var(--sgds-form-surface-raised)}.form-control-group.is-invalid:not(.disabled){border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-control-group:not(.disabled).is-invalid:focus-within{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;const Ul=(e="value")=>(t,l)=>{const i=t.constructor,o=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,n,r){var a;const s=i.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||Se,i=("function"==typeof t?t:null!==(a=null==t?void 0:t.fromAttribute)&&void 0!==a?a:Se.fromAttribute)(r,s.type);this[e]!==i&&(this[l]=i)}o.call(this,t,n,r)}};function Fl(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Nl{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,l){return this._internals.setValidity(e,t,l)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const l in t)t[l]&&(this.validationError=l.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const Wl=t=>{class l extends t{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new Nl(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,l){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,l)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return l.formAssociated=!0,e([Ge("sgds-input")],l.prototype,"sgdsInput",void 0),e([Ge("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var ql=we`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class Kl extends Ie{emit(e,t){const l=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(l),l}static define(e,t=this,l={}){if(customElements.get(e));else try{customElements.define(e,t,l)}catch(i){customElements.define(e,class extends t{},l)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}Kl.styles=[ql],Kl.dependencies={},e([Ne({type:Boolean,reflect:!0})],Kl.prototype,"ssr",void 0);class Gl extends Kl{constructor(){super(...arguments),this.myDropdown=rt(),this.dropdownMenuId=Fl("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=rt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){this.disabled||this.menuIsOpen||(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this.emit("sgds-after-show"),this._startAutoUpdate())}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=zl(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}hideMenu(e){this.menuIsOpen&&(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuIsOpen=!1,setTimeout(()=>this.emit("sgds-after-hide"),0),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0))}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const l=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(l),o=e.map(e=>{const o=l(e),n=i.indexOf(o);return-1!==n?t[n]:e}).concat(t.filter(t=>!e.some(e=>l(e)===l(t))));return o}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Sl(8),this.noFlip?void 0:Ll(),Bl()].filter(Boolean);let l=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(l=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:l}),{x:o,y:n,strategy:r,placement:a}=await El(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",a),Object.assign(this.menuRef.value.style,{position:r,left:`${o}px`,top:`${n}px`})}}e([Ne({type:Boolean,state:!0})],Gl.prototype,"noFlip",void 0),e([Ne({type:Boolean,reflect:!0,state:!0})],Gl.prototype,"menuAlignRight",void 0),e([Ne({type:String,reflect:!0,state:!0})],Gl.prototype,"drop",void 0),e([Ne({type:Object})],Gl.prototype,"floatingOpts",void 0),e([Ne({type:Boolean,reflect:!0})],Gl.prototype,"menuIsOpen",void 0),e([Ne({type:Boolean,reflect:!0})],Gl.prototype,"disabled",void 0),e([Ne({type:Boolean,reflect:!0})],Gl.prototype,"readonly",void 0);class Jl extends Gl{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),l=t.find(t=>e.composedPath().includes(t));if(!l)return;const i=t.indexOf(l);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,l.disabled||(this.emit("sgds-select",{detail:{item:l}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const l=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");l&&l.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const l=(e%t.length+t.length)%t.length,i=t[l];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(l+1)%t.length,this.prevDropdownItemNo=(l-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}var Xl,Yl;Jl.styles=Gl.styles,e([(Xl="ul.dropdown-menu",(e,t,l)=>{const i=e=>{const l=e.renderRoot?.querySelector(Xl)??null;if(null===l&&Yl&&!e.hasUpdated){const e="object"==typeof t?t.name:t;Ke("",`@query'd field ${JSON.stringify(String(e))} with the 'cache' flag set for selector '${Xl}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return l};if(Yl){const{get:o,set:n}="object"==typeof t?e:l??(()=>{const e=Symbol(`${String(t)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return qe(e,t,{get(){let e=o.call(this);return void 0===e&&(e=i(this),(null!==e||this.hasUpdated)&&n.call(this,e)),e}})}return qe(e,t,{get(){return i(this)}})})],Jl.prototype,"menu",void 0),e([We()],Jl.prototype,"nextDropdownItemNo",void 0),e([We()],Jl.prototype,"prevDropdownItemNo",void 0),e([Ne({type:Boolean,reflect:!0})],Jl.prototype,"hidden",void 0);var Ql=we`.empty-menu,.loading-menu{padding:var(--sgds-padding-sm) var(--sgds-padding-lg,20px);pointer-events:none}.loading-menu{align-items:center;display:flex;gap:var(--sgds-gap-xs)}`;class ei extends(Wl(Jl)){setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}constructor(){super(),this.label="",this.hintText="",this.autofocus=!1,this.disabled=!1,this.required=!1,this.loading=!1,this.value="",this.displayValue="",this.defaultValue="",this.hasFeedback=!1,this.invalidFeedback="",this.invalid=!1,this.autocomplete="on",this.menuList=[],this.selectedItems=[],this.filteredList=[],this._isTouched=!1,this._controlId=Fl("input"),this._labelId=Fl("label"),this.floatingOpts={middleware:[Al({apply({rects:e,elements:t}){t.floating.style.width=`${e.reference.width}px`}})]}}connectedCallback(){super.connectedCallback(),this.addEventListener("blur",async e=>{var t;if(this._mixinShouldSkipSgdsValidation())return;const l=this.constructor.childName,i=(null===(t=e.relatedTarget)||void 0===t?void 0:t.tagName.toLowerCase())===l;this.invalid=!i&&!this._mixinReportValidity()})}reportValidity(){return this._mixinReportValidity()}setValidity(e,t,l){return this._mixinSetValidity(e,t,l)}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_renderFeedback(){return this.invalid&&this.hasFeedback?$` <div class="invalid-feedback-container">
|
|
81
|
+
*/const rt=()=>new at;class at{}const st=new WeakMap;const ct=te(class extends nt{render(e){return S}update(e,[t]){const l=t!==this._ref;return l&&void 0!==this._ref&&this._updateRefValue(void 0),(l||this._lastElementForRef!==this._element)&&(this._ref=t,this._context=e.options?.host,this._updateRefValue(this._element=e.element)),S}_updateRefValue(e){if(this.isConnected||(e=void 0),"function"==typeof this._ref){const t=this._context??globalThis;let l=st.get(t);void 0===l&&(l=new WeakMap,st.set(t,l)),void 0!==l.get(this._ref)&&this._ref.call(this._context,void 0),l.set(this._ref,e),void 0!==e&&this._ref.call(this._context,e)}else this._ref.value=e}get _lastElementForRef(){return"function"==typeof this._ref?st.get(this._context??globalThis)?.get(this._ref):this._ref?.value}disconnected(){this._lastElementForRef===this._element&&this._updateRefValue(void 0)}reconnected(){this._updateRefValue(this._element)}}),dt=["top","right","bottom","left"],ht=Math.min,ut=Math.max,vt=Math.round,pt=Math.floor,ft=e=>({x:e,y:e}),gt={left:"right",right:"left",bottom:"top",top:"bottom"},mt={start:"end",end:"start"};function wt(e,t,l){return ut(e,ht(t,l))}function _t(e,t){return"function"==typeof e?e(t):e}function bt(e){return e.split("-")[0]}function xt(e){return e.split("-")[1]}function yt(e){return"x"===e?"y":"x"}function Ct(e){return"y"===e?"height":"width"}const Zt=new Set(["top","bottom"]);function Mt(e){return Zt.has(bt(e))?"y":"x"}function Vt(e){return yt(Mt(e))}function kt(e,t,l){void 0===l&&(l=!1);const i=xt(e),o=Vt(e),n=Ct(o);let r="x"===o?i===(l?"end":"start")?"right":"left":"start"===i?"bottom":"top";return t.reference[n]>t.floating[n]&&(r=Bt(r)),[r,Bt(r)]}function Ht(e){return e.replace(/start|end/g,e=>mt[e])}const Pt=["left","right"],$t=["right","left"],Ot=["top","bottom"],zt=["bottom","top"];function St(e,t,l,i){const o=xt(e);let n=function(e,t,l){switch(e){case"top":case"bottom":return l?t?$t:Pt:t?Pt:$t;case"left":case"right":return t?Ot:zt;default:return[]}}(bt(e),"start"===l,i);return o&&(n=n.map(e=>e+"-"+o),t&&(n=n.concat(n.map(Ht)))),n}function Bt(e){return e.replace(/left|right|bottom|top/g,e=>gt[e])}function Lt(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function At(e){const{x:t,y:l,width:i,height:o}=e;return{width:i,height:o,top:l,left:t,right:t+i,bottom:l+o,x:t,y:l}}function jt(e,t,l){let{reference:i,floating:o}=e;const n=Mt(t),r=Vt(t),a=Ct(r),s=bt(t),c="y"===n,d=i.x+i.width/2-o.width/2,h=i.y+i.height/2-o.height/2,u=i[a]/2-o[a]/2;let v;switch(s){case"top":v={x:d,y:i.y-o.height};break;case"bottom":v={x:d,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:h};break;case"left":v={x:i.x-o.width,y:h};break;default:v={x:i.x,y:i.y}}switch(xt(t)){case"start":v[r]-=u*(l&&c?-1:1);break;case"end":v[r]+=u*(l&&c?-1:1)}return v}async function Et(e,t){var l;void 0===t&&(t={});const{x:i,y:o,platform:n,rects:r,elements:a,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:h="floating",altBoundary:u=!1,padding:v=0}=_t(t,e),p=Lt(v),f=a[u?"floating"===h?"reference":"floating":h],g=At(await n.getClippingRect({element:null==(l=await(null==n.isElement?void 0:n.isElement(f)))||l?f:f.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(a.floating)),boundary:c,rootBoundary:d,strategy:s})),m="floating"===h?{x:i,y:o,width:r.floating.width,height:r.floating.height}:r.reference,w=await(null==n.getOffsetParent?void 0:n.getOffsetParent(a.floating)),_=await(null==n.isElement?void 0:n.isElement(w))&&await(null==n.getScale?void 0:n.getScale(w))||{x:1,y:1},b=At(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:m,offsetParent:w,strategy:s}):m);return{top:(g.top-b.top+p.top)/_.y,bottom:(b.bottom-g.bottom+p.bottom)/_.y,left:(g.left-b.left+p.left)/_.x,right:(b.right-g.right+p.right)/_.x}}function It(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Tt(e){return dt.some(t=>e[t]>=0)}const Rt=new Set(["left","top"]);function Dt(){return"undefined"!=typeof window}function Ut(e){return Wt(e)?(e.nodeName||"").toLowerCase():"#document"}function Nt(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Ft(e){var t;return null==(t=(Wt(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Wt(e){return!!Dt()&&(e instanceof Node||e instanceof Nt(e).Node)}function qt(e){return!!Dt()&&(e instanceof Element||e instanceof Nt(e).Element)}function Kt(e){return!!Dt()&&(e instanceof HTMLElement||e instanceof Nt(e).HTMLElement)}function Gt(e){return!(!Dt()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Nt(e).ShadowRoot)}const Jt=new Set(["inline","contents"]);function Xt(e){const{overflow:t,overflowX:l,overflowY:i,display:o}=cl(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+l)&&!Jt.has(o)}const Yt=new Set(["table","td","th"]);function Qt(e){return Yt.has(Ut(e))}const el=[":popover-open",":modal"];function tl(e){return el.some(t=>{try{return e.matches(t)}catch(e){return!1}})}const ll=["transform","translate","scale","rotate","perspective"],il=["transform","translate","scale","rotate","perspective","filter"],ol=["paint","layout","strict","content"];function nl(e){const t=rl(),l=qt(e)?cl(e):e;return ll.some(e=>!!l[e]&&"none"!==l[e])||!!l.containerType&&"normal"!==l.containerType||!t&&!!l.backdropFilter&&"none"!==l.backdropFilter||!t&&!!l.filter&&"none"!==l.filter||il.some(e=>(l.willChange||"").includes(e))||ol.some(e=>(l.contain||"").includes(e))}function rl(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}const al=new Set(["html","body","#document"]);function sl(e){return al.has(Ut(e))}function cl(e){return Nt(e).getComputedStyle(e)}function dl(e){return qt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function hl(e){if("html"===Ut(e))return e;const t=e.assignedSlot||e.parentNode||Gt(e)&&e.host||Ft(e);return Gt(t)?t.host:t}function ul(e){const t=hl(e);return sl(t)?e.ownerDocument?e.ownerDocument.body:e.body:Kt(t)&&Xt(t)?t:ul(t)}function vl(e,t,l){var i;void 0===t&&(t=[]),void 0===l&&(l=!0);const o=ul(e),n=o===(null==(i=e.ownerDocument)?void 0:i.body),r=Nt(o);if(n){const e=pl(r);return t.concat(r,r.visualViewport||[],Xt(o)?o:[],e&&l?vl(e):[])}return t.concat(o,vl(o,[],l))}function pl(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function fl(e){const t=cl(e);let l=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const o=Kt(e),n=o?e.offsetWidth:l,r=o?e.offsetHeight:i,a=vt(l)!==n||vt(i)!==r;return a&&(l=n,i=r),{width:l,height:i,$:a}}function gl(e){return qt(e)?e:e.contextElement}function ml(e){const t=gl(e);if(!Kt(t))return ft(1);const l=t.getBoundingClientRect(),{width:i,height:o,$:n}=fl(t);let r=(n?vt(l.width):l.width)/i,a=(n?vt(l.height):l.height)/o;return r&&Number.isFinite(r)||(r=1),a&&Number.isFinite(a)||(a=1),{x:r,y:a}}const wl=ft(0);function _l(e){const t=Nt(e);return rl()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:wl}function bl(e,t,l,i){void 0===t&&(t=!1),void 0===l&&(l=!1);const o=e.getBoundingClientRect(),n=gl(e);let r=ft(1);t&&(i?qt(i)&&(r=ml(i)):r=ml(e));const a=function(e,t,l){return void 0===t&&(t=!1),!(!l||t&&l!==Nt(e))&&t}(n,l,i)?_l(n):ft(0);let s=(o.left+a.x)/r.x,c=(o.top+a.y)/r.y,d=o.width/r.x,h=o.height/r.y;if(n){const e=Nt(n),t=i&&qt(i)?Nt(i):i;let l=e,o=pl(l);for(;o&&i&&t!==l;){const e=ml(o),t=o.getBoundingClientRect(),i=cl(o),n=t.left+(o.clientLeft+parseFloat(i.paddingLeft))*e.x,r=t.top+(o.clientTop+parseFloat(i.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,h*=e.y,s+=n,c+=r,l=Nt(o),o=pl(l)}}return At({width:d,height:h,x:s,y:c})}function xl(e,t){const l=dl(e).scrollLeft;return t?t.left+l:bl(Ft(e)).left+l}function yl(e,t){const l=e.getBoundingClientRect();return{x:l.left+t.scrollLeft-xl(e,l),y:l.top+t.scrollTop}}const Cl=new Set(["absolute","fixed"]);function Zl(e,t,l){let i;if("viewport"===t)i=function(e,t){const l=Nt(e),i=Ft(e),o=l.visualViewport;let n=i.clientWidth,r=i.clientHeight,a=0,s=0;if(o){n=o.width,r=o.height;const e=rl();(!e||e&&"fixed"===t)&&(a=o.offsetLeft,s=o.offsetTop)}const c=xl(i);if(c<=0){const e=i.ownerDocument,t=e.body,l=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(l.marginLeft)+parseFloat(l.marginRight)||0,r=Math.abs(i.clientWidth-t.clientWidth-o);r<=25&&(n-=r)}else c<=25&&(n+=c);return{width:n,height:r,x:a,y:s}}(e,l);else if("document"===t)i=function(e){const t=Ft(e),l=dl(e),i=e.ownerDocument.body,o=ut(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),n=ut(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let r=-l.scrollLeft+xl(e);const a=-l.scrollTop;return"rtl"===cl(i).direction&&(r+=ut(t.clientWidth,i.clientWidth)-o),{width:o,height:n,x:r,y:a}}(Ft(e));else if(qt(t))i=function(e,t){const l=bl(e,!0,"fixed"===t),i=l.top+e.clientTop,o=l.left+e.clientLeft,n=Kt(e)?ml(e):ft(1);return{width:e.clientWidth*n.x,height:e.clientHeight*n.y,x:o*n.x,y:i*n.y}}(t,l);else{const l=_l(e);i={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return At(i)}function Ml(e,t){const l=hl(e);return!(l===t||!qt(l)||sl(l))&&("fixed"===cl(l).position||Ml(l,t))}function Vl(e,t,l){const i=Kt(t),o=Ft(t),n="fixed"===l,r=bl(e,!0,n,t);let a={scrollLeft:0,scrollTop:0};const s=ft(0);function c(){s.x=xl(o)}if(i||!i&&!n)if(("body"!==Ut(t)||Xt(o))&&(a=dl(t)),i){const e=bl(t,!0,n,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();n&&!i&&o&&c();const d=!o||i||n?ft(0):yl(o,a);return{x:r.left+a.scrollLeft-s.x-d.x,y:r.top+a.scrollTop-s.y-d.y,width:r.width,height:r.height}}function kl(e){return"static"===cl(e).position}function Hl(e,t){if(!Kt(e)||"fixed"===cl(e).position)return null;if(t)return t(e);let l=e.offsetParent;return Ft(e)===l&&(l=l.ownerDocument.body),l}function Pl(e,t){const l=Nt(e);if(tl(e))return l;if(!Kt(e)){let t=hl(e);for(;t&&!sl(t);){if(qt(t)&&!kl(t))return t;t=hl(t)}return l}let i=Hl(e,t);for(;i&&Qt(i)&&kl(i);)i=Hl(i,t);return i&&sl(i)&&kl(i)&&!nl(i)?l:i||function(e){let t=hl(e);for(;Kt(t)&&!sl(t);){if(nl(t))return t;if(tl(t))return null;t=hl(t)}return null}(e)||l}const $l={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:l,offsetParent:i,strategy:o}=e;const n="fixed"===o,r=Ft(i),a=!!t&&tl(t.floating);if(i===r||a&&n)return l;let s={scrollLeft:0,scrollTop:0},c=ft(1);const d=ft(0),h=Kt(i);if((h||!h&&!n)&&(("body"!==Ut(i)||Xt(r))&&(s=dl(i)),Kt(i))){const e=bl(i);c=ml(i),d.x=e.x+i.clientLeft,d.y=e.y+i.clientTop}const u=!r||h||n?ft(0):yl(r,s);return{width:l.width*c.x,height:l.height*c.y,x:l.x*c.x-s.scrollLeft*c.x+d.x+u.x,y:l.y*c.y-s.scrollTop*c.y+d.y+u.y}},getDocumentElement:Ft,getClippingRect:function(e){let{element:t,boundary:l,rootBoundary:i,strategy:o}=e;const n=[..."clippingAncestors"===l?tl(t)?[]:function(e,t){const l=t.get(e);if(l)return l;let i=vl(e,[],!1).filter(e=>qt(e)&&"body"!==Ut(e)),o=null;const n="fixed"===cl(e).position;let r=n?hl(e):e;for(;qt(r)&&!sl(r);){const t=cl(r),l=nl(r);l||"fixed"!==t.position||(o=null),(n?!l&&!o:!l&&"static"===t.position&&o&&Cl.has(o.position)||Xt(r)&&!l&&Ml(e,r))?i=i.filter(e=>e!==r):o=t,r=hl(r)}return t.set(e,i),i}(t,this._c):[].concat(l),i],r=n[0],a=n.reduce((e,l)=>{const i=Zl(t,l,o);return e.top=ut(i.top,e.top),e.right=ht(i.right,e.right),e.bottom=ht(i.bottom,e.bottom),e.left=ut(i.left,e.left),e},Zl(t,r,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}},getOffsetParent:Pl,getElementRects:async function(e){const t=this.getOffsetParent||Pl,l=this.getDimensions,i=await l(e.floating);return{reference:Vl(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:l}=fl(e);return{width:t,height:l}},getScale:ml,isElement:qt,isRTL:function(e){return"rtl"===cl(e).direction}};function Ol(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function zl(e,t,l,i){void 0===i&&(i={});const{ancestorScroll:o=!0,ancestorResize:n=!0,elementResize:r="function"==typeof ResizeObserver,layoutShift:a="function"==typeof IntersectionObserver,animationFrame:s=!1}=i,c=gl(e),d=o||n?[...c?vl(c):[],...vl(t)]:[];d.forEach(e=>{o&&e.addEventListener("scroll",l,{passive:!0}),n&&e.addEventListener("resize",l)});const h=c&&a?function(e,t){let l,i=null;const o=Ft(e);function n(){var e;clearTimeout(l),null==(e=i)||e.disconnect(),i=null}return function r(a,s){void 0===a&&(a=!1),void 0===s&&(s=1),n();const c=e.getBoundingClientRect(),{left:d,top:h,width:u,height:v}=c;if(a||t(),!u||!v)return;const p={rootMargin:-pt(h)+"px "+-pt(o.clientWidth-(d+u))+"px "+-pt(o.clientHeight-(h+v))+"px "+-pt(d)+"px",threshold:ut(0,ht(1,s))||1};let f=!0;function g(t){const i=t[0].intersectionRatio;if(i!==s){if(!f)return r();i?r(!1,i):l=setTimeout(()=>{r(!1,1e-7)},1e3)}1!==i||Ol(c,e.getBoundingClientRect())||r(),f=!1}try{i=new IntersectionObserver(g,{...p,root:o.ownerDocument})}catch(e){i=new IntersectionObserver(g,p)}i.observe(e)}(!0),n}(c,l):null;let u,v=-1,p=null;r&&(p=new ResizeObserver(e=>{let[i]=e;i&&i.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{var e;null==(e=p)||e.observe(t)})),l()}),c&&!s&&p.observe(c),p.observe(t));let f=s?bl(e):null;return s&&function t(){const i=bl(e);f&&!Ol(f,i)&&l();f=i,u=requestAnimationFrame(t)}(),l(),()=>{var e;d.forEach(e=>{o&&e.removeEventListener("scroll",l),n&&e.removeEventListener("resize",l)}),null==h||h(),null==(e=p)||e.disconnect(),p=null,s&&cancelAnimationFrame(u)}}const Sl=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var l,i;const{x:o,y:n,placement:r,middlewareData:a}=t,s=await async function(e,t){const{placement:l,platform:i,elements:o}=e,n=await(null==i.isRTL?void 0:i.isRTL(o.floating)),r=bt(l),a=xt(l),s="y"===Mt(l),c=Rt.has(r)?-1:1,d=n&&s?-1:1,h=_t(t,e);let{mainAxis:u,crossAxis:v,alignmentAxis:p}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return a&&"number"==typeof p&&(v="end"===a?-1*p:p),s?{x:v*d,y:u*c}:{x:u*c,y:v*d}}(t,e);return r===(null==(l=a.offset)?void 0:l.placement)&&null!=(i=a.arrow)&&i.alignmentOffset?{}:{x:o+s.x,y:n+s.y,data:{...s,placement:r}}}}},Bl=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:l,y:i,placement:o}=t,{mainAxis:n=!0,crossAxis:r=!1,limiter:a={fn:e=>{let{x:t,y:l}=e;return{x:t,y:l}}},...s}=_t(e,t),c={x:l,y:i},d=await Et(t,s),h=Mt(bt(o)),u=yt(h);let v=c[u],p=c[h];if(n){const e="y"===u?"bottom":"right";v=wt(v+d["y"===u?"top":"left"],v,v-d[e])}if(r){const e="y"===h?"bottom":"right";p=wt(p+d["y"===h?"top":"left"],p,p-d[e])}const f=a.fn({...t,[u]:v,[h]:p});return{...f,data:{x:f.x-l,y:f.y-i,enabled:{[u]:n,[h]:r}}}}}},Ll=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var l,i;const{placement:o,middlewareData:n,rects:r,initialPlacement:a,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:h=!0,fallbackPlacements:u,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:f=!0,...g}=_t(e,t);if(null!=(l=n.arrow)&&l.alignmentOffset)return{};const m=bt(o),w=Mt(a),_=bt(a)===a,b=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=u||(_||!f?[Bt(a)]:function(e){const t=Bt(e);return[Ht(e),t,Ht(t)]}(a)),y="none"!==p;!u&&y&&x.push(...St(a,f,p,b));const C=[a,...x],Z=await Et(t,g),M=[];let V=(null==(i=n.flip)?void 0:i.overflows)||[];if(d&&M.push(Z[m]),h){const e=kt(o,r,b);M.push(Z[e[0]],Z[e[1]])}if(V=[...V,{placement:o,overflows:M}],!M.every(e=>e<=0)){var k,H;const e=((null==(k=n.flip)?void 0:k.index)||0)+1,t=C[e];if(t){if(!("alignment"===h&&w!==Mt(t))||V.every(e=>Mt(e.placement)!==w||e.overflows[0]>0))return{data:{index:e,overflows:V},reset:{placement:t}}}let l=null==(H=V.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:H.placement;if(!l)switch(v){case"bestFit":{var P;const e=null==(P=V.filter(e=>{if(y){const t=Mt(e.placement);return t===w||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:P[0];e&&(l=e);break}case"initialPlacement":l=a}if(o!==l)return{reset:{placement:l}}}return{}}}},Al=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var l,i;const{placement:o,rects:n,platform:r,elements:a}=t,{apply:s=()=>{},...c}=_t(e,t),d=await Et(t,c),h=bt(o),u=xt(o),v="y"===Mt(o),{width:p,height:f}=n.floating;let g,m;"top"===h||"bottom"===h?(g=h,m=u===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(m=h,g="end"===u?"top":"bottom");const w=f-d.top-d.bottom,_=p-d.left-d.right,b=ht(f-d[g],w),x=ht(p-d[m],_),y=!t.middlewareData.shift;let C=b,Z=x;if(null!=(l=t.middlewareData.shift)&&l.enabled.x&&(Z=_),null!=(i=t.middlewareData.shift)&&i.enabled.y&&(C=w),y&&!u){const e=ut(d.left,0),t=ut(d.right,0),l=ut(d.top,0),i=ut(d.bottom,0);v?Z=p-2*(0!==e||0!==t?e+t:ut(d.left,d.right)):C=f-2*(0!==l||0!==i?l+i:ut(d.top,d.bottom))}await s({...t,availableWidth:Z,availableHeight:C});const M=await r.getDimensions(a.floating);return p!==M.width||f!==M.height?{reset:{rects:!0}}:{}}}},jl=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:l}=t,{strategy:i="referenceHidden",...o}=_t(e,t);switch(i){case"referenceHidden":{const e=It(await Et(t,{...o,elementContext:"reference"}),l.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Tt(e)}}}case"escaped":{const e=It(await Et(t,{...o,altBoundary:!0}),l.floating);return{data:{escapedOffsets:e,escaped:Tt(e)}}}default:return{}}}}},El=(e,t,l)=>{const i=new Map,o={platform:$l,...l},n={...o.platform,_c:i};return(async(e,t,l)=>{const{placement:i="bottom",strategy:o="absolute",middleware:n=[],platform:r}=l,a=n.filter(Boolean),s=await(null==r.isRTL?void 0:r.isRTL(t));let c=await r.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:h}=jt(c,i,s),u=i,v={},p=0;for(let l=0;l<a.length;l++){const{name:n,fn:f}=a[l],{x:g,y:m,data:w,reset:_}=await f({x:d,y:h,initialPlacement:i,placement:u,strategy:o,middlewareData:v,rects:c,platform:r,elements:{reference:e,floating:t}});d=null!=g?g:d,h=null!=m?m:h,v={...v,[n]:{...v[n],...w}},_&&p<=50&&(p++,"object"==typeof _&&(_.placement&&(u=_.placement),_.rects&&(c=!0===_.rects?await r.getElementRects({reference:e,floating:t,strategy:o}):_.rects),({x:d,y:h}=jt(c,u,s))),l=-1)}return{x:d,y:h,placement:u,strategy:o,middlewareData:v}})(e,t,{...o,platform:n})};var Il=we`:host([menuisopen]:not([disabled]):not([readonly])) .dropdown-menu{display:block}.dropdown-menu{background-clip:padding-box;background-color:var(--sgds-surface-default);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 1px 0 hsla(0,0%,5%,.12),0 4px 8px 0 hsla(0,0%,5%,.12);color:var(--sgds-color-default);display:none;list-style:none;margin:0;max-height:var(--sgds-dimension-480);min-width:var(--sgds-dimension-192);overflow-y:auto;padding:var(--sgds-padding-xs) 0;position:absolute;text-align:left;z-index:var(--sgds-z-index-floating)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--sgds-nav-tabs-border-width)*-1)}@media (min-width:512px){.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:768px){.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1024px){.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1280px){.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}}@media (min-width:1440px){.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sgds.navbar .dropdown-menu.megamenu{left:0;right:0;width:100%}.sgds.combobox>.dropdown-menu{min-width:100%}`,Tl=we`.invalid-feedback-container{display:flex;gap:var(--sgds-form-gap-sm)}.invalid-feedback,.invalid-feedback-container{color:var(--sgds-form-danger-color-default);line-height:var(--sgds-line-height-20)}.invalid-feedback{font-size:var(--sgds-font-size-label-sm);font-weight:var(--sgds-font-weight-regular)}.valid-icon{color:var(--sgds-form-success-color-default)}`,Rl=we`.form-text{color:var(--sgds-form-color-subtle);font-size:var(--sgds-font-size-label-sm);line-height:var(--sgds-line-height-2-xs)}.form-text.disabled{opacity:var(--sgds-opacity-40)}`,Dl=we`.form-control-container{display:flex;flex-direction:column;gap:var(--sgds-form-gap-md)}.m-width-160{min-width:var(--sgds-dimension-160)}.m-width-256{min-width:var(--sgds-dimension-256)}.form-label{color:var(--sgds-form-color-default);font-size:var(--sgds-font-size-label-md);font-weight:var(--sgds-font-weight-semibold)}.form-control-group{align-items:center;background-color:var(--sgds-form-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);border-radius:var(--input-border-radius,var(--sgds-form-border-radius-md));display:flex;gap:var(--sgds-form-gap-xl);height:var(--sgds-dimension-48);justify-content:center;overflow:hidden;padding:0 var(--sgds-form-padding-x);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:-webkit-fill-available;width:-moz-available}.form-control{appearance:none;background-clip:padding-box;background:none;border:none;color:var(--sgds-form-color-default);display:block;flex-grow:1;font-family:var(--sgds-font-family-brand);font-size:var(--sgds-font-size-label-md);line-height:var(--sgds-line-height-xs);min-width:0;outline:none;padding:0;width:100%}.form-clearable{color:var(--sgds-color-subtle);cursor:pointer}@media (prefers-reduced-motion:reduce){.form-control-group{transition:none}}.form-control-group:not(.disabled):not(.is-invalid):not(.readonly):not(:focus-within):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-group:not(.disabled):not(.is-invalid):focus-within{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-control-container.disabled{opacity:var(--sgds-opacity-40)}.form-control-group.disabled{background-color:var(--sgds-form-surface-muted);cursor:not-allowed}.form-control-group.readonly{background-color:var(--sgds-form-surface-raised)}.form-control-group.is-invalid:not(.disabled){border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-control-group:not(.disabled).is-invalid:focus-within{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;const Ul=(e="value")=>(t,l)=>{const i=t.constructor,o=i.prototype.attributeChangedCallback;i.prototype.attributeChangedCallback=function(t,n,r){var a;const s=i.getPropertyOptions(e);if(t===("string"==typeof s.attribute?s.attribute:e).toLowerCase()){const t=s.converter||Se,i=("function"==typeof t?t:null!==(a=null==t?void 0:t.fromAttribute)&&void 0!==a?a:Se.fromAttribute)(r,s.type);this[e]!==i&&(this[l]=i)}o.call(this,t,n,r)}};function Nl(e="",t=""){return`id-${Math.random().toString().substring(2,6)}-sgds-${e}-${t}`}class Fl{constructor(e,t){(this.host=e).addController(this),this._internals=e._internals||this.host.attachInternals(),this.options=Object.assign({setInvalid:(e,t)=>{e.invalid=t},value:e=>e.value,input:e=>e.input},t)}hostConnected(){this.host.addEventListener("invalid",e=>this.handleInvalid(e))}hostDisconnected(){this.host.removeEventListener("invalid",e=>this.handleInvalid(e))}handleInvalid(e){e.preventDefault(),this.options.setInvalid(this.host,!0)}handleInput(e){const t=e.target;this.options.setInvalid(this.host,!1),this.validateInput(t)}handleChange(e){const t=e.target;this.validateInput(t),this.options.setInvalid(this.host,!this.checkValidity())}get form(){return this._internals.form}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}get willValidate(){return this._internals.willValidate}updateInvalidState(){this.options.setInvalid(this.host,!this.checkValidity())}resetValidity(){return this._internals.setValidity({})}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}setValidity(e,t,l){return this._internals.setValidity(e,t,l)}setFormValue(){const e=this.options.value(this.host);this._internals.setFormValue(e)}validateInput(e){if(this.options.input(this.host).disabled)return this._internals.setValidity({});const t=e.validity;if(t.valid)this._internals.setValidity({});else for(const l in t)t[l]&&(this.validationError=l.toString(),this._internals.setValidity({[this.validationError]:!0},e.validationMessage,e))}}const Wl=t=>{class l extends t{constructor(...e){super(...e),this._isTouched=!1,this._internals=this.attachInternals()}connectedCallback(){var e;super.connectedCallback(),null!==(e=this.inputValidationController)&&void 0!==e||(this.inputValidationController=new Fl(this))}async firstUpdated(e){super.firstUpdated(e),this.input=this.shadowRoot.querySelector("input")||await this.sgdsInput||this.shadowRoot.querySelector("textarea")||await this.sgdsDatepickerInput,this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this._mixinValidate(this.input)}formResetCallback(){this._mixinResetFormControl?this._mixinResetFormControl():(this.value=this.defaultValue,this._mixinResetValidity(this.input)),this._mixinSetFormValue()}_mixinHandleChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleChange(e)}_mixinHandleInputChange(e){this._mixinSetFormValue(),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.handleInput(e)}_mixinResetValidity(e){this.inputValidationController.resetValidity(),this.inputValidationController.updateInvalidState(),this._isTouched&&(this._isTouched=!1),this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinValidate(e){this._mixinShouldSkipSgdsValidation()||this.inputValidationController.validateInput(e)}_mixinSetFormValue(){const e=this.value;this._internals.setFormValue(e)}_mixinCheckValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.checkValidity()}_mixinReportValidity(){return!!this._mixinShouldSkipSgdsValidation()||this.inputValidationController.reportValidity()}_mixinGetValidity(){return this._internals.validity}_mixinGetValidationMessage(){return this._internals.validationMessage}_mixinSetValidity(e,t,l){if(!this._mixinShouldSkipSgdsValidation())return this.inputValidationController.setValidity(e,t,l)}_mixinShouldSkipSgdsValidation(){const e=this.closest("form");return(null==e?void 0:e.noValidate)||this.noValidate}}return l.formAssociated=!0,e([Ge("sgds-input")],l.prototype,"sgdsInput",void 0),e([Ge("sgds-datepicker-input")],l.prototype,"sgdsDatepickerInput",void 0),l};var ql=we`:host{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;color:var(--sgds-body-color-default,#1a1a1a);display:block;font-family:var(--sgds-font-family-brand,"Inter",system-ui,sans-serif);font-size:var(--sgds-font-size-body-md,1rem);font-weight:var(--sgds-font-weight-regular,400);line-height:var(--sgds-line-height-xs,24px);margin:0;*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:disabled{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}::slotted(a[target=_blank]):after,a[target=_blank]:after{background-color:currentColor;content:"/";display:inline-block;height:1em;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z' fill='%230E0E0E'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;vertical-align:top;width:1em}::slotted(svg){vertical-align:middle}}`;class Kl extends Ie{emit(e,t){const l=new CustomEvent(e,Object.assign({bubbles:!0,cancelable:!1,composed:!0,detail:{}},t));return this.dispatchEvent(l),l}static define(e,t=this,l={}){if(customElements.get(e));else try{customElements.define(e,t,l)}catch(i){customElements.define(e,class extends t{},l)}}constructor(){super(),this.ssr=Boolean(this.shadowRoot),Object.entries(this.constructor.dependencies).forEach(([e,t])=>{this.constructor.define(e,t)})}firstUpdated(e){var t;super.firstUpdated(e),this.ssr&&(null===(t=this.shadowRoot)||void 0===t||t.querySelectorAll("slot").forEach(e=>{e.dispatchEvent(new Event("slotchange",{bubbles:!0,composed:!1,cancelable:!1}))}))}}Kl.styles=[ql],Kl.dependencies={},e([Fe({type:Boolean,reflect:!0})],Kl.prototype,"ssr",void 0);class Gl extends Kl{constructor(){super(...arguments),this.myDropdown=rt(),this.dropdownMenuId=Nl("dropdown-menu","div"),this.noFlip=!1,this.menuAlignRight=!1,this.drop="down",this.floatingOpts={},this.menuIsOpen=!1,this.close="default",this.disabled=!1,this.readonly=!1,this.menuRef=rt(),this._handleClickOutOfElement=e=>{this.menuIsOpen&&(e.composedPath().includes(this)||this.hideMenu(!0))}}connectedCallback(){super.connectedCallback(),"inside"!==this.close&&document.addEventListener("click",this._handleClickOutOfElement),this.addEventListener("keydown",this._handleKeyboardMenuEvent)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this.removeEventListener("keydown",this._handleKeyboardMenuEvent),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this.menuIsOpen&&requestAnimationFrame(async()=>{await this.updateFloatingPosition(),this._startAutoUpdate()})}async showMenu(){this.disabled||this.menuIsOpen||(this.menuIsOpen=!0,this.emit("sgds-show"),await this.updateFloatingPosition(),this.emit("sgds-after-show"),this._startAutoUpdate())}_startAutoUpdate(){this.myDropdown.value&&this.menuRef.value&&(this._cleanupAutoUpdate=zl(this.myDropdown.value,this.menuRef.value,()=>this.updateFloatingPosition()))}hideMenu(e){this.menuIsOpen&&(this.emit("sgds-hide",{detail:{isOutside:e}}),this.menuIsOpen=!1,setTimeout(()=>this.emit("sgds-after-hide"),0),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0))}toggleMenu(){this.menuIsOpen?this.hideMenu():this.showMenu()}_handleKeyboardMenuEvent(e){if(!this.readonly)switch(e.key){case"ArrowDown":case"ArrowUp":e.preventDefault(),this.menuIsOpen||this.showMenu();break;case"Escape":this.hideMenu()}}mergeMiddleware(e,t){const l=e=>{var t;return(null==e?void 0:e.name)||(null===(t=null==e?void 0:e.constructor)||void 0===t?void 0:t.name)},i=t.map(l),o=e.map(e=>{const o=l(e),n=i.indexOf(o);return-1!==n?t[n]:e}).concat(t.filter(t=>!e.some(e=>l(e)===l(t))));return o}async updateFloatingPosition(){if(!this.myDropdown.value||!this.menuRef.value)return;let e="bottom-start";switch(this.drop){case"up":e=this.menuAlignRight?"top-end":"top-start";break;case"right":e="right-start";break;case"left":e="left-start";break;case"down":e=this.menuAlignRight?"bottom-end":"bottom-start";break;default:e="bottom-start"}const t=[Sl(8),this.noFlip?void 0:Ll(),Bl()].filter(Boolean);let l=t;Array.isArray(this.floatingOpts.middleware)&&this.floatingOpts.middleware.length>0&&(l=this.mergeMiddleware(t,this.floatingOpts.middleware.filter(Boolean)));const i=Object.assign(Object.assign({strategy:"fixed",placement:e},this.floatingOpts),{middleware:l}),{x:o,y:n,strategy:r,placement:a}=await El(this.myDropdown.value,this.menuRef.value,i);this.menuRef.value.setAttribute("data-placement",a),Object.assign(this.menuRef.value.style,{position:r,left:`${o}px`,top:`${n}px`})}}e([Fe({type:Boolean,state:!0})],Gl.prototype,"noFlip",void 0),e([Fe({type:Boolean,reflect:!0,state:!0})],Gl.prototype,"menuAlignRight",void 0),e([Fe({type:String,reflect:!0,state:!0})],Gl.prototype,"drop",void 0),e([Fe({type:Object})],Gl.prototype,"floatingOpts",void 0),e([Fe({type:Boolean,reflect:!0})],Gl.prototype,"menuIsOpen",void 0),e([Fe({type:Boolean,reflect:!0})],Gl.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],Gl.prototype,"readonly",void 0);class Jl extends Gl{constructor(){super(...arguments),this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1,this.hidden=!1}connectedCallback(){super.connectedCallback(),this.addEventListener("sgds-hide",this._resetMenu)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("sgds-hide",this._resetMenu)}firstUpdated(e){super.firstUpdated(e),this.addEventListener("keydown",this._handleKeyboardMenuItemsEvent)}handleSelectSlot(e){const t=this._getActiveMenuItems(),l=t.find(t=>e.composedPath().includes(t));if(!l)return;const i=t.indexOf(l);this.nextDropdownItemNo=i+1,this.prevDropdownItemNo=i<=0?t.length-1:i-1,l.disabled||(this.emit("sgds-select",{detail:{item:l}}),"outside"!==this.close&&this.hideMenu())}_resetMenu(){this.nextDropdownItemNo=0,this.prevDropdownItemNo=-1;this._getMenuItems().forEach(e=>{var t;const l=null===(t=null==e?void 0:e.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-item");l&&l.removeAttribute("tabindex")})}_handleKeyboardMenuItemsEvent(e){if(this.readonly)return;const t=this._getActiveMenuItems();if(0!==t.length)switch(e.key){case"ArrowDown":e.preventDefault(),this._setMenuItem(this.nextDropdownItemNo);break;case"ArrowUp":e.preventDefault(),this._setMenuItem(this.prevDropdownItemNo);break;case"Tab":if(!this.menuIsOpen)return;e.preventDefault(),e.shiftKey?this._setMenuItem(this.prevDropdownItemNo):this._setMenuItem(this.nextDropdownItemNo);break;case"Enter":t.find(t=>e.composedPath().includes(t))&&this.handleSelectSlot(e);break}}_getMenuItems(){var e,t;if(this.shadowRoot.querySelector("slot#default")){return null===(e=this.shadowRoot.querySelector("slot#default"))||void 0===e?void 0:e.assignedElements({flatten:!0}).filter(e=>!e.classList.contains("empty-menu")&&!e.hasAttribute("hidden"))}if(null===(t=this.menu)||void 0===t?void 0:t.hasChildNodes()){return[...Array.from(this.menu.children)]}return[]}_getActiveMenuItems(){return this._getMenuItems().filter(e=>!e.disabled&&!e.hidden)}_setMenuItem(e){const t=this._getActiveMenuItems();if(0===t.length)return;const l=(e%t.length+t.length)%t.length,i=t[l];this.emit("i-sgds-option-focus",{detail:{option:i}}),this.nextDropdownItemNo=(l+1)%t.length,this.prevDropdownItemNo=(l-1+t.length)%t.length,t.forEach(e=>{const t=e.shadowRoot.querySelector(".dropdown-item");t.setAttribute("tabindex",e===i?"0":"-1"),e===i&&t.focus()})}}var Xl,Yl;Jl.styles=Gl.styles,e([(Xl="ul.dropdown-menu",(e,t,l)=>{const i=e=>{const l=e.renderRoot?.querySelector(Xl)??null;if(null===l&&Yl&&!e.hasUpdated){const e="object"==typeof t?t.name:t;Ke("",`@query'd field ${JSON.stringify(String(e))} with the 'cache' flag set for selector '${Xl}' has been accessed before the first update and returned null. This is expected if the renderRoot tree has not been provided beforehand (e.g. via Declarative Shadow DOM). Therefore the value hasn't been cached.`)}return l};if(Yl){const{get:o,set:n}="object"==typeof t?e:l??(()=>{const e=Symbol(`${String(t)} (@query() cache)`);return{get(){return this[e]},set(t){this[e]=t}}})();return qe(e,t,{get(){let e=o.call(this);return void 0===e&&(e=i(this),(null!==e||this.hasUpdated)&&n.call(this,e)),e}})}return qe(e,t,{get(){return i(this)}})})],Jl.prototype,"menu",void 0),e([We()],Jl.prototype,"nextDropdownItemNo",void 0),e([We()],Jl.prototype,"prevDropdownItemNo",void 0),e([Fe({type:Boolean,reflect:!0})],Jl.prototype,"hidden",void 0);var Ql=we`.empty-menu,.loading-menu{padding:var(--sgds-padding-sm) var(--sgds-padding-lg,20px);pointer-events:none}.loading-menu{align-items:center;display:flex;gap:var(--sgds-gap-xs)}`;class ei extends(Wl(Jl)){setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}constructor(){super(),this.label="",this.hintText="",this.autofocus=!1,this.disabled=!1,this.required=!1,this.loading=!1,this.value="",this.displayValue="",this.defaultValue="",this.hasFeedback=!1,this.invalidFeedback="",this.invalid=!1,this.autocomplete="on",this.menuList=[],this.selectedItems=[],this.filteredList=[],this._isTouched=!1,this._controlId=Nl("input"),this._labelId=Nl("label"),this.floatingOpts={middleware:[Al({apply({rects:e,elements:t}){t.floating.style.width=`${e.reference.width}px`}})]}}connectedCallback(){super.connectedCallback(),this.addEventListener("blur",async e=>{var t;if(this._mixinShouldSkipSgdsValidation())return;const l=this.constructor.childName,i=(null===(t=e.relatedTarget)||void 0===t?void 0:t.tagName.toLowerCase())===l;this.invalid=!i&&!this._mixinReportValidity()})}reportValidity(){return this._mixinReportValidity()}setValidity(e,t,l){return this._mixinSetValidity(e,t,l)}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}_renderFeedback(){return this.invalid&&this.hasFeedback?$` <div class="invalid-feedback-container">
|
|
82
82
|
<slot name="invalidIcon">
|
|
83
83
|
<sgds-icon name="exclamation-circle-fill" size="md"></sgds-icon>
|
|
84
84
|
</slot>
|
|
@@ -92,16 +92,16 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
92
92
|
class=${Xe({"form-label":!0,required:this.required})}
|
|
93
93
|
>${this.label}</label
|
|
94
94
|
>
|
|
95
|
-
`;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),l=await Promise.all(t);return null==l?void 0:l.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return $` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return $`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}function ti(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,i)=>{const{update:o}=t;if(e in t){const n=e;t.update=function(e){if(e.has(n)){const t=e.get(n),o=this[n];t!==o&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[i](t,o))}o.call(this,e)}}}}ei.styles=[...Jl.styles,Il,Rl,Tl,Dl,Ql],e([
|
|
95
|
+
`;return this.label&&e}_handleClick(){if(this.readonly)return null;this.menuIsOpen?this.hideMenu():this.showMenu()}async _getMenuListFromOptions(e){const t=e.map(async e=>(await e.updateComplete,e)),l=await Promise.all(t);return null==l?void 0:l.map(e=>{var t;return{label:e.innerText,value:e.getAttribute("value"),disabled:null!==(t=e.disabled)&&void 0!==t?t:void 0}})}_renderEmptyMenu(){return $` <div class="empty-menu">No options</div> `}_renderLoadingMenu(){return $`<div class="loading-menu"><sgds-spinner size="xs" tone="brand"></sgds-spinner>Loading...</div>`}}function ti(e,t){const l=Object.assign({waitUntilFirstUpdate:!1},t);return(t,i)=>{const{update:o}=t;if(e in t){const n=e;t.update=function(e){if(e.has(n)){const t=e.get(n),o=this[n];t!==o&&(l.waitUntilFirstUpdate&&!this.hasUpdated||this[i](t,o))}o.call(this,e)}}}}ei.styles=[...Jl.styles,Il,Rl,Tl,Dl,Ql],e([Fe({reflect:!0})],ei.prototype,"label",void 0),e([Fe({reflect:!0})],ei.prototype,"hintText",void 0),e([Fe({reflect:!0})],ei.prototype,"name",void 0),e([Fe({type:String,reflect:!0})],ei.prototype,"placeholder",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"autofocus",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"required",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"loading",void 0),e([Fe({type:String,reflect:!0})],ei.prototype,"value",void 0),e([We()],ei.prototype,"displayValue",void 0),e([Ul()],ei.prototype,"defaultValue",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"hasFeedback",void 0),e([Fe({type:String,reflect:!0})],ei.prototype,"invalidFeedback",void 0),e([Fe({type:Boolean,reflect:!0})],ei.prototype,"invalid",void 0),e([Fe({type:String,reflect:!0})],ei.prototype,"autocomplete",void 0),e([Fe({type:Array})],ei.prototype,"menuList",void 0),e([We()],ei.prototype,"selectedItems",void 0),e([We()],ei.prototype,"filteredList",void 0),e([Ge("input.form-control")],ei.prototype,"_input",void 0);var li=we`:host{cursor:default;display:inline-flex;max-width:100%}:host([variant=accent]) .badge{background-color:var(--sgds-accent-surface-default)}:host([variant=success]) .badge{background-color:var(--sgds-success-surface-default)}:host([variant=danger]) .badge{background-color:var(--sgds-danger-surface-default)}:host([variant=warning]) .badge{background-color:var(--sgds-warning-surface-default);color:var(--sgds-color-fixed-dark)}:host([variant=cyan]) .badge{background-color:var(--sgds-cyan-surface-default)}:host([variant=purple]) .badge{background-color:var(--sgds-purple-surface-default)}:host([variant=neutral]) .badge{background-color:var(--sgds-neutral-surface-default)}:host([variant=white]) .badge{background-color:var(--sgds-surface-fixed-light);color:var(--sgds-color-fixed-dark)}:host([variant=accent][outlined]) .badge{background-color:var(--sgds-accent-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-accent-border-color-muted);color:var(--sgds-accent-color-fixed-dark)}:host([variant=success][outlined]) .badge{background-color:var(--sgds-success-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-success-border-color-muted);color:var(--sgds-success-color-fixed-dark)}:host([variant=danger][outlined]) .badge{background-color:var(--sgds-danger-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-danger-border-color-muted);color:var(--sgds-danger-color-fixed-dark)}:host([variant=warning][outlined]) .badge{background-color:var(--sgds-warning-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-warning-border-color-muted);color:var(--sgds-warning-color-fixed-dark)}:host([variant=cyan][outlined]) .badge{background-color:var(--sgds-cyan-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-cyan-border-color-muted);color:var(--sgds-cyan-color-fixed-dark)}:host([variant=purple][outlined]) .badge{background-color:var(--sgds-purple-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-purple-border-color-muted);color:var(--sgds-purple-color-fixed-dark)}:host([variant=neutral][outlined]) .badge{background-color:var(--sgds-neutral-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-neutral-border-color-muted);color:var(--sgds-color-fixed-dark)}:host([variant=white][outlined]) .badge{background-color:var(--sgds-surface-fixed-light);border:var(--sgds-border-width-1) solid var(--sgds-border-color-muted);color:var(--sgds-color-fixed-dark)}sgds-tooltip{display:block;max-width:100%}.badge{align-items:center;background-color:var(--sgds-primary-surface-default);border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-border-radius-sm);color:var(--sgds-color-fixed-light);display:inline-flex;font-size:var(--sgds-font-size-label-xs);height:var(--sgds-dimension-24,24px);justify-content:center;line-height:var(--sgds-line-height-3-xs);max-width:var(--sgds-dimension-192,192px);min-width:var(--sgds-dimension-24);padding:var(--sgds-padding-none) var(--sgds-padding-xs)}.badge.outlined{background-color:var(--sgds-primary-surface-muted);border:var(--sgds-border-width-1) solid var(--sgds-primary-border-color-muted);color:var(--sgds-primary-color-fixed-dark)}.badge.full-width{max-width:100%}.badge-label{overflow:hidden;padding:var(--sgds-padding-none) var(--sgds-padding-3-xs);text-overflow:ellipsis;white-space:nowrap}.badge-dismissible{padding-right:0}.badge-dimissible sgds-close-button{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm)}slot::slotted(*){color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;margin:inherit!important}`,ii=we`:host{display:contents}.tooltip-placeholder{display:inline-block;max-width:100%}.tooltip{word-wrap:break-word;background-color:var(--sgds-surface-fixed-dark);border-radius:var(--sgds-border-radius-md);box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 8px 16px 0 rgba(0,0,0,.14);color:var(--sgds-color-fixed-light);display:block;font-size:var(--sgds-font-size-label-sm);line-break:auto;max-width:var(--sgds-dimension-320);padding:var(--sgds-padding-xs) var(--sgds-padding-sm);text-align:left;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--sgds-z-index-overlay)}div{max-width:fit-content}`;class oi extends Kl{constructor(){super(...arguments),this._myTooltip=rt(),this._tooltipBubble=rt(),this.content="",this.placement="top",this.trigger="hover focus",this.open=!1,this._handleClickOutOfElement=e=>{this.open&&(e.composedPath().includes(this)||this.hide())}}connectedCallback(){super.connectedCallback(),this.trigger.includes("click")&&document.addEventListener("click",this._handleClickOutOfElement)}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this._handleClickOutOfElement),this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0)}firstUpdated(e){super.firstUpdated(e),this._tooltipTargetElements.forEach(e=>{e.setAttribute("data-sgds-tooltip",this.content),this.trigger.includes("hover")&&(e.addEventListener("mouseenter",()=>this.show()),e.addEventListener("mouseleave",()=>this.hide())),this.trigger.includes("focus")&&(e.addEventListener("focus",()=>this.show()),e.addEventListener("blur",()=>this.hide())),"click"===this.trigger&&e.addEventListener("click",()=>this.toggle())})}_handleSlotChange(){this._tooltipTargetElements.forEach(e=>e.setAttribute("data-sgds-tooltip",this.content))}async updateFloatingPosition(){if(!this._myTooltip.value||!this._tooltipBubble.value)return;const{x:e,y:t,placement:l,strategy:i,middlewareData:o}=await El(this._tooltipTargetElements[0],this._tooltipBubble.value,{strategy:"fixed",placement:this.placement,middleware:[Sl(8),Ll(),Bl(),jl()]});this._tooltipBubble.value.setAttribute("data-placement",l),Object.assign(this._tooltipBubble.value.style,{position:i,left:`${e}px`,top:`${t}px`});const{referenceHidden:n,escaped:r}=o.hide||{};this._tooltipBubble.value.style.visibility=n||r?"hidden":"visible"}async show(){this.open||(this.open=!0,this.emit("sgds-show"),await this.updateComplete,await this.updateFloatingPosition(),this._myTooltip.value&&this._tooltipBubble.value&&(this._cleanupAutoUpdate=zl(this._tooltipTargetElements[0],this._tooltipBubble.value,()=>this.updateFloatingPosition())),this.emit("sgds-after-show"))}hide(){this.open&&(this.emit("sgds-hide"),this.open=!1,this._cleanupAutoUpdate&&(this._cleanupAutoUpdate(),this._cleanupAutoUpdate=void 0),setTimeout(()=>this.emit("sgds-after-hide"),0))}toggle(){this.open?this.hide():this.show()}render(){return $`
|
|
96
96
|
<div ${ct(this._myTooltip)} class="tooltip-placeholder">
|
|
97
97
|
<slot @slotchange=${()=>this._handleSlotChange()}></slot>
|
|
98
98
|
${this.open?$`<div ${ct(this._tooltipBubble)} class="tooltip" role="tooltip">${this.content}</div>`:null}
|
|
99
99
|
</div>
|
|
100
|
-
`}}oi.styles=[...Kl.styles,ii],e([
|
|
100
|
+
`}}oi.styles=[...Kl.styles,ii],e([Fe({type:String})],oi.prototype,"content",void 0),e([Fe({type:String})],oi.prototype,"placement",void 0),e([Fe({type:String})],oi.prototype,"trigger",void 0),e([We()],oi.prototype,"open",void 0),e([Je()],oi.prototype,"_tooltipTargetElements",void 0);var ni=we`:host{--sgds-close-btn-border-radius:var(--sgds-border-radius-sm);display:inline-flex}:host([size=sm]) .btn-close{height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}:host([tone=fixed-light]) .btn-close{color:var(--sgds-color-fixed-light)}:host([tone=fixed-dark]) .btn-close{color:var(--sgds-color-fixed-dark)}.btn-close{align-items:center;background-color:var(--sgds-bg-transparent);border:0;border:var(--sgds-border-width-1) solid var(--sgds-border-color-transparent);border-radius:var(--sgds-close-btn-border-radius);cursor:pointer;display:flex;height:var(--sgds-dimension-32);justify-content:center;padding:0;position:relative;width:var(--sgds-dimension-32)}.btn-close:focus-visible,.btn-close:hover{background-color:var(--sgds-bg-translucent)}:host([tone=fixed-light]) .btn-close:focus-visible,:host([tone=fixed-light]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-light)}:host([tone=fixed-dark]) .btn-close:focus-visible,:host([tone=fixed-dark]) .btn-close:hover{background-color:var(--sgds-bg-translucent-fixed-dark)}.btn-close:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}:host([disabled]) .btn-close{cursor:not-allowed;opacity:var(--sgds-opacity-40);pointer-events:none}`;function ri(e,t){customElements.get(e)||customElements.define(e,t)}function ai(e){return!!function(e){return!!customElements.get(e)}(e)||(console.error(`Custom element of name : ${e} is not registered. Remember to import the component file for custom element registration`),!1)}class si extends Kl{constructor(){super(...arguments),this.size="md",this.tone="default",this.disabled=!1,this._clickHandler=()=>{}}_handleClick(e){if(this.disabled)return e.preventDefault(),void e.stopPropagation();this.removeEventListener("click",this._clickHandler),this.addEventListener("click",this._clickHandler)}firstUpdated(e){super.firstUpdated(e),ai("sgds-icon")}render(){return $`
|
|
101
101
|
<button class="btn-close" aria-label="Close button" ?disabled=${this.disabled} @click=${this._handleClick}>
|
|
102
102
|
<sgds-icon name="cross" size="sm"></sgds-icon>
|
|
103
103
|
</button>
|
|
104
|
-
`}}si.styles=[...Kl.styles,ni],e([
|
|
104
|
+
`}}si.styles=[...Kl.styles,ni],e([Fe({type:String,reflect:!0})],si.prototype,"size",void 0),e([Fe({type:String,reflect:!0})],si.prototype,"tone",void 0),e([Fe({type:Boolean,reflect:!0})],si.prototype,"disabled",void 0);class ci{constructor(e,...t){this.slotNames=[],(this.host=e).addController(this),this.slotNames=t,this.handleSlotChange=this.handleSlotChange.bind(this)}hasDefaultSlot(){return[...this.host.childNodes].some(e=>{var t;if(e.nodeType===e.TEXT_NODE&&""!==(null===(t=e.textContent)||void 0===t?void 0:t.trim()))return!0;if(e.nodeType===e.ELEMENT_NODE){const t=e;if("sl-visually-hidden"===t.tagName.toLowerCase())return!1;if(!t.hasAttribute("slot"))return!0}return!1})}hasNamedSlot(e){return null!==this.host.querySelector(`:scope > [slot="${e}"]`)}test(e){return"[default]"===e?this.hasDefaultSlot():this.hasNamedSlot(e)}hostConnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.addEventListener("slotchange",this.handleSlotChange)}hostDisconnected(){var e;null===(e=this.host.shadowRoot)||void 0===e||e.removeEventListener("slotchange",this.handleSlotChange)}handleSlotChange(e){const t=e.target;(this.slotNames.includes("[default]")&&!t.name||t.name&&this.slotNames.includes(t.name))&&this.host.requestUpdate()}}class di extends Kl{constructor(){super(...arguments),this.show=!1,this.variant="primary",this.outlined=!1,this.dismissible=!1,this.fullWidth=!1,this.truncated=!1,this.text=""}close(){this.show=!1}_handleShowChange(){if(this.show){if(this.emit("sgds-show",{cancelable:!0}).defaultPrevented)return void(this.show=!1);this.emit("sgds-after-show")}else{if(this.emit("sgds-hide",{cancelable:!0}).defaultPrevented)return void(this.show=!0);this.emit("sgds-after-hide")}}_handleTruncation(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector(".badge-label");t&&(this.truncated=t.scrollWidth>t.clientWidth)}_handleLabelSlotChange(e){this.text=function(e){if(!e)return"";const t=e.assignedNodes({flatten:!0});let l="";return[...t].forEach(e=>{e.nodeType===Node.TEXT_NODE&&(l+=e.textContent.trim())}),l}(e.target)}_renderBadge(){const e=this.outlined||"warning"===this.variant||"white"===this.variant;return $`<div
|
|
105
105
|
class="
|
|
106
106
|
${Xe({"badge-dismissible":this.dismissible,badge:!0,outlined:this.outlined,"full-width":this.fullWidth})}"
|
|
107
107
|
aria-hidden=${this.show?"false":"true"}
|
|
@@ -120,11 +120,11 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
120
120
|
></sgds-close-button>`:S}
|
|
121
121
|
</div>`}render(){return this.dismissible&&this.show||!this.dismissible?this.truncated?$`<sgds-tooltip content=${this.text} @sgds-hide=${e=>e.stopPropagation()}
|
|
122
122
|
>${this._renderBadge()}</sgds-tooltip
|
|
123
|
-
>`:this._renderBadge():S}}ci.styles=[...Kl.styles,li],ci.dependencies={"sgds-close-button":si,"sgds-tooltip":oi},e([Ne({type:Boolean,reflect:!0})],ci.prototype,"show",void 0),e([Ne({reflect:!0})],ci.prototype,"variant",void 0),e([Ne({type:Boolean,reflect:!0})],ci.prototype,"outlined",void 0),e([Ne({type:Boolean,reflect:!0})],ci.prototype,"dismissible",void 0),e([Ne({type:Boolean,reflect:!0})],ci.prototype,"fullWidth",void 0),e([We()],ci.prototype,"truncated",void 0),e([We()],ci.prototype,"text",void 0),e([ti("show")],ci.prototype,"_handleShowChange",null),e([ti("text",{waitUntilFirstUpdate:!0})],ci.prototype,"_handleTruncation",null);const di={announcement:()=>Promise.resolve().then(function(){return Ai}),archive:()=>Promise.resolve().then(function(){return Ei}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Ti}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Di}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Fi}),"arrow-bar-up":()=>Promise.resolve().then(function(){return Wi}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Ki}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Ji}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Yi}),"arrow-circle-up":()=>Promise.resolve().then(function(){return eo}),"arrow-clockwise":()=>Promise.resolve().then(function(){return lo}),"arrow-down":()=>Promise.resolve().then(function(){return oo}),"arrow-left":()=>Promise.resolve().then(function(){return ro}),"arrow-repeat":()=>Promise.resolve().then(function(){return so}),"arrow-right":()=>Promise.resolve().then(function(){return ho}),"arrow-square-down":()=>Promise.resolve().then(function(){return vo}),"arrow-square-left":()=>Promise.resolve().then(function(){return fo}),"arrow-square-right":()=>Promise.resolve().then(function(){return mo}),"arrow-square-up":()=>Promise.resolve().then(function(){return _o}),"arrow-up":()=>Promise.resolve().then(function(){return xo}),"bank-fill":()=>Promise.resolve().then(function(){return Co}),"bell-slash":()=>Promise.resolve().then(function(){return Mo}),bell:()=>Promise.resolve().then(function(){return ko}),"bi-funnel":()=>Promise.resolve().then(function(){return Po}),"bookmark-fill":()=>Promise.resolve().then(function(){return Oo}),bookmark:()=>Promise.resolve().then(function(){return So}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Lo}),"box-seam":()=>Promise.resolve().then(function(){return jo}),building:()=>Promise.resolve().then(function(){return Io}),bus:()=>Promise.resolve().then(function(){return Ro}),calculator:()=>Promise.resolve().then(function(){return Uo}),"calendar-check":()=>Promise.resolve().then(function(){return No}),"calendar-heart":()=>Promise.resolve().then(function(){return qo}),"calendar-x":()=>Promise.resolve().then(function(){return Go}),calendar:()=>Promise.resolve().then(function(){return Xo}),camera:()=>Promise.resolve().then(function(){return Qo}),car:()=>Promise.resolve().then(function(){return tn}),"chat-dots":()=>Promise.resolve().then(function(){return on}),"chat-left-text":()=>Promise.resolve().then(function(){return rn}),chat:()=>Promise.resolve().then(function(){return sn}),"check-circle-fill":()=>Promise.resolve().then(function(){return dn}),"check-circle":()=>Promise.resolve().then(function(){return un}),check:()=>Promise.resolve().then(function(){return pn}),"chevron-down":()=>Promise.resolve().then(function(){return gn}),"chevron-left":()=>Promise.resolve().then(function(){return wn}),"chevron-right":()=>Promise.resolve().then(function(){return bn}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return yn}),"chevron-up":()=>Promise.resolve().then(function(){return Zn}),clock:()=>Promise.resolve().then(function(){return Vn}),"cloud-check":()=>Promise.resolve().then(function(){return Hn}),"cloud-download":()=>Promise.resolve().then(function(){return $n}),"cloud-upload":()=>Promise.resolve().then(function(){return zn}),cloud:()=>Promise.resolve().then(function(){return Bn}),"code-square":()=>Promise.resolve().then(function(){return An}),"coins-hand":()=>Promise.resolve().then(function(){return En}),compass:()=>Promise.resolve().then(function(){return Tn}),copy:()=>Promise.resolve().then(function(){return Dn}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Fn}),cross:()=>Promise.resolve().then(function(){return Wn}),"cursor-fill":()=>Promise.resolve().then(function(){return Kn}),cursor:()=>Promise.resolve().then(function(){return Jn}),"dash-circle":()=>Promise.resolve().then(function(){return Yn}),"dash-square":()=>Promise.resolve().then(function(){return er}),dash:()=>Promise.resolve().then(function(){return lr}),database:()=>Promise.resolve().then(function(){return or}),dataflow:()=>Promise.resolve().then(function(){return rr}),download:()=>Promise.resolve().then(function(){return sr}),edit:()=>Promise.resolve().then(function(){return dr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return ur}),"exclamation-circle":()=>Promise.resolve().then(function(){return pr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return gr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return wr}),exclamation:()=>Promise.resolve().then(function(){return br}),"eye-fill":()=>Promise.resolve().then(function(){return yr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Zr}),"eye-slash":()=>Promise.resolve().then(function(){return Vr}),eye:()=>Promise.resolve().then(function(){return Hr}),"face-smile-fill":()=>Promise.resolve().then(function(){return $r}),"face-smile":()=>Promise.resolve().then(function(){return zr}),facebook:()=>Promise.resolve().then(function(){return Br}),"file-earmark-text":()=>Promise.resolve().then(function(){return Ar}),"file-pdf":()=>Promise.resolve().then(function(){return Er}),"file-plus":()=>Promise.resolve().then(function(){return Tr}),"file-text":()=>Promise.resolve().then(function(){return Dr}),file:()=>Promise.resolve().then(function(){return Fr}),files:()=>Promise.resolve().then(function(){return Wr}),fingerprint:()=>Promise.resolve().then(function(){return Kr}),flash:()=>Promise.resolve().then(function(){return Jr}),"folder-check":()=>Promise.resolve().then(function(){return Yr}),"folder-minus":()=>Promise.resolve().then(function(){return ea}),"folder-plus":()=>Promise.resolve().then(function(){return la}),folder:()=>Promise.resolve().then(function(){return oa}),gear:()=>Promise.resolve().then(function(){return ra}),"geo-alt":()=>Promise.resolve().then(function(){return sa}),"geo-fill":()=>Promise.resolve().then(function(){return da}),geo:()=>Promise.resolve().then(function(){return ua}),"globe-alt":()=>Promise.resolve().then(function(){return pa}),globe:()=>Promise.resolve().then(function(){return ga}),google:()=>Promise.resolve().then(function(){return wa}),"grid-alt":()=>Promise.resolve().then(function(){return ba}),"grid-fill":()=>Promise.resolve().then(function(){return ya}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Za}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return Va}),"hard-drive":()=>Promise.resolve().then(function(){return Ha}),heart:()=>Promise.resolve().then(function(){return $a}),"house-door":()=>Promise.resolve().then(function(){return za}),house:()=>Promise.resolve().then(function(){return Ba}),image:()=>Promise.resolve().then(function(){return Aa}),"in-box":()=>Promise.resolve().then(function(){return Ea}),"info-circle-fill":()=>Promise.resolve().then(function(){return Ta}),"info-circle":()=>Promise.resolve().then(function(){return Da}),instagram:()=>Promise.resolve().then(function(){return Fa}),key:()=>Promise.resolve().then(function(){return Wa}),"laptop-gear":()=>Promise.resolve().then(function(){return Ka}),laptop:()=>Promise.resolve().then(function(){return Ja}),layers:()=>Promise.resolve().then(function(){return Ya}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return es}),"layout-text-window":()=>Promise.resolve().then(function(){return ls}),layout:()=>Promise.resolve().then(function(){return os}),"life-buoy":()=>Promise.resolve().then(function(){return rs}),lightbulb:()=>Promise.resolve().then(function(){return ss}),link:()=>Promise.resolve().then(function(){return ds}),linkedin:()=>Promise.resolve().then(function(){return us}),list:()=>Promise.resolve().then(function(){return ps}),"lock-fill":()=>Promise.resolve().then(function(){return gs}),lock:()=>Promise.resolve().then(function(){return ws}),login:()=>Promise.resolve().then(function(){return bs}),logout:()=>Promise.resolve().then(function(){return ys}),luggage:()=>Promise.resolve().then(function(){return Zs}),"mail-open":()=>Promise.resolve().then(function(){return Vs}),mail:()=>Promise.resolve().then(function(){return Hs}),map:()=>Promise.resolve().then(function(){return $s}),meetup:()=>Promise.resolve().then(function(){return zs}),menu:()=>Promise.resolve().then(function(){return Bs}),microphone:()=>Promise.resolve().then(function(){return As}),monitor:()=>Promise.resolve().then(function(){return Es}),moon:()=>Promise.resolve().then(function(){return Ts}),move:()=>Promise.resolve().then(function(){return Ds}),paperclip:()=>Promise.resolve().then(function(){return Fs}),passcode:()=>Promise.resolve().then(function(){return Ws}),passport:()=>Promise.resolve().then(function(){return Ks}),pause:()=>Promise.resolve().then(function(){return Js}),pencil:()=>Promise.resolve().then(function(){return Ys}),"pending-circle":()=>Promise.resolve().then(function(){return ec}),"person-dash":()=>Promise.resolve().then(function(){return lc}),"person-plus":()=>Promise.resolve().then(function(){return oc}),"person-x":()=>Promise.resolve().then(function(){return rc}),person:()=>Promise.resolve().then(function(){return sc}),phone:()=>Promise.resolve().then(function(){return dc}),"pin-map-fill":()=>Promise.resolve().then(function(){return uc}),pin:()=>Promise.resolve().then(function(){return pc}),placeholder:()=>Promise.resolve().then(function(){return gc}),plane:()=>Promise.resolve().then(function(){return wc}),play:()=>Promise.resolve().then(function(){return bc}),"plus-circle":()=>Promise.resolve().then(function(){return yc}),"plus-square":()=>Promise.resolve().then(function(){return Zc}),plus:()=>Promise.resolve().then(function(){return Vc}),printer:()=>Promise.resolve().then(function(){return Hc}),"question-circle":()=>Promise.resolve().then(function(){return $c}),rocket:()=>Promise.resolve().then(function(){return zc}),save:()=>Promise.resolve().then(function(){return Bc}),search:()=>Promise.resolve().then(function(){return Ac}),send:()=>Promise.resolve().then(function(){return Ec}),"sg-crest":()=>Promise.resolve().then(function(){return Tc}),share:()=>Promise.resolve().then(function(){return Dc}),"shield-tick":()=>Promise.resolve().then(function(){return Fc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return Wc}),"sidebar-expand":()=>Promise.resolve().then(function(){return Kc}),"slash-circle":()=>Promise.resolve().then(function(){return Jc}),"slash-divider":()=>Promise.resolve().then(function(){return Yc}),sliders:()=>Promise.resolve().then(function(){return ed}),"sort-ascending":()=>Promise.resolve().then(function(){return ld}),"sort-descending":()=>Promise.resolve().then(function(){return od}),speedometer:()=>Promise.resolve().then(function(){return rd}),"star-ai":()=>Promise.resolve().then(function(){return sd}),"star-fill":()=>Promise.resolve().then(function(){return dd}),star:()=>Promise.resolve().then(function(){return ud}),stoplights:()=>Promise.resolve().then(function(){return pd}),sun:()=>Promise.resolve().then(function(){return gd}),"switch-horizontal":()=>Promise.resolve().then(function(){return wd}),"switch-vertical":()=>Promise.resolve().then(function(){return bd}),tablet:()=>Promise.resolve().then(function(){return yd}),telegram:()=>Promise.resolve().then(function(){return Zd}),telephone:()=>Promise.resolve().then(function(){return Vd}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Hd}),"three-dots":()=>Promise.resolve().then(function(){return $d}),ticket:()=>Promise.resolve().then(function(){return zd}),"toggle-off":()=>Promise.resolve().then(function(){return Bd}),"toggle-on":()=>Promise.resolve().then(function(){return Ad}),train:()=>Promise.resolve().then(function(){return Ed}),translate:()=>Promise.resolve().then(function(){return Td}),trash:()=>Promise.resolve().then(function(){return Dd}),"trend-down":()=>Promise.resolve().then(function(){return Fd}),"trend-up":()=>Promise.resolve().then(function(){return Wd}),truck:()=>Promise.resolve().then(function(){return Kd}),"twitter-x":()=>Promise.resolve().then(function(){return Jd}),unlock:()=>Promise.resolve().then(function(){return Yd}),upload:()=>Promise.resolve().then(function(){return eh}),"user-check":()=>Promise.resolve().then(function(){return lh}),"user-circle":()=>Promise.resolve().then(function(){return oh}),"user-pause":()=>Promise.resolve().then(function(){return rh}),"user-square":()=>Promise.resolve().then(function(){return sh}),users:()=>Promise.resolve().then(function(){return dh}),"video-recorder":()=>Promise.resolve().then(function(){return uh}),"volume-max":()=>Promise.resolve().then(function(){return ph}),"volume-x":()=>Promise.resolve().then(function(){return gh}),"window-dash":()=>Promise.resolve().then(function(){return wh}),"window-desktop":()=>Promise.resolve().then(function(){return bh}),"window-dock":()=>Promise.resolve().then(function(){return yh}),"window-fullscreen":()=>Promise.resolve().then(function(){return Zh}),"window-plus":()=>Promise.resolve().then(function(){return Vh}),"window-sidebar":()=>Promise.resolve().then(function(){return Hh}),"window-split":()=>Promise.resolve().then(function(){return $h}),"window-stack":()=>Promise.resolve().then(function(){return zh}),"window-x":()=>Promise.resolve().then(function(){return Bh}),window:()=>Promise.resolve().then(function(){return Ah}),"xcircle-fill":()=>Promise.resolve().then(function(){return Eh}),xcircle:()=>Promise.resolve().then(function(){return Th}),youtube:()=>Promise.resolve().then(function(){return Dh}),"zoom-in":()=>Promise.resolve().then(function(){return Fh}),"zoom-out":()=>Promise.resolve().then(function(){return Wh})};var hi=we`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const ui=new Map;class vi extends Kl{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(ui.has(e))return void(this._icon=ui.get(e));const t=di[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();ui.set(e,l.default),this._icon=l.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:S}}vi.styles=[...Kl.styles,hi],e([Ne({type:String,reflect:!0})],vi.prototype,"name",void 0),e([Ne({type:String,reflect:!0})],vi.prototype,"size",void 0),e([Ne({type:String})],vi.prototype,"ariaLabel",void 0),e([We()],vi.prototype,"_icon",void 0);var pi=we`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,fi=we`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class gi extends Kl{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){const e={disabled:this.disabled,active:this.active};return $`
|
|
123
|
+
>`:this._renderBadge():S}}di.styles=[...Kl.styles,li],di.dependencies={"sgds-close-button":si,"sgds-tooltip":oi},e([Fe({type:Boolean,reflect:!0})],di.prototype,"show",void 0),e([Fe({reflect:!0})],di.prototype,"variant",void 0),e([Fe({type:Boolean,reflect:!0})],di.prototype,"outlined",void 0),e([Fe({type:Boolean,reflect:!0})],di.prototype,"dismissible",void 0),e([Fe({type:Boolean,reflect:!0})],di.prototype,"fullWidth",void 0),e([We()],di.prototype,"truncated",void 0),e([We()],di.prototype,"text",void 0),e([ti("show")],di.prototype,"_handleShowChange",null),e([ti("text",{waitUntilFirstUpdate:!0})],di.prototype,"_handleTruncation",null);const hi={announcement:()=>Promise.resolve().then(function(){return ji}),archive:()=>Promise.resolve().then(function(){return Ii}),"arrow-bar-down":()=>Promise.resolve().then(function(){return Ri}),"arrow-bar-left":()=>Promise.resolve().then(function(){return Ui}),"arrow-bar-right":()=>Promise.resolve().then(function(){return Fi}),"arrow-bar-up":()=>Promise.resolve().then(function(){return qi}),"arrow-circle-down":()=>Promise.resolve().then(function(){return Gi}),"arrow-circle-left":()=>Promise.resolve().then(function(){return Xi}),"arrow-circle-right":()=>Promise.resolve().then(function(){return Qi}),"arrow-circle-up":()=>Promise.resolve().then(function(){return to}),"arrow-clockwise":()=>Promise.resolve().then(function(){return io}),"arrow-down":()=>Promise.resolve().then(function(){return no}),"arrow-left":()=>Promise.resolve().then(function(){return ao}),"arrow-repeat":()=>Promise.resolve().then(function(){return co}),"arrow-right":()=>Promise.resolve().then(function(){return uo}),"arrow-square-down":()=>Promise.resolve().then(function(){return po}),"arrow-square-left":()=>Promise.resolve().then(function(){return go}),"arrow-square-right":()=>Promise.resolve().then(function(){return wo}),"arrow-square-up":()=>Promise.resolve().then(function(){return bo}),"arrow-up":()=>Promise.resolve().then(function(){return yo}),"bank-fill":()=>Promise.resolve().then(function(){return Zo}),"bell-slash":()=>Promise.resolve().then(function(){return Vo}),bell:()=>Promise.resolve().then(function(){return Ho}),"bi-funnel":()=>Promise.resolve().then(function(){return $o}),"bookmark-fill":()=>Promise.resolve().then(function(){return zo}),bookmark:()=>Promise.resolve().then(function(){return Bo}),"box-arrow-up-right":()=>Promise.resolve().then(function(){return Ao}),"box-seam":()=>Promise.resolve().then(function(){return Eo}),building:()=>Promise.resolve().then(function(){return To}),bus:()=>Promise.resolve().then(function(){return Do}),calculator:()=>Promise.resolve().then(function(){return No}),"calendar-check":()=>Promise.resolve().then(function(){return Wo}),"calendar-heart":()=>Promise.resolve().then(function(){return Ko}),"calendar-x":()=>Promise.resolve().then(function(){return Jo}),calendar:()=>Promise.resolve().then(function(){return Yo}),camera:()=>Promise.resolve().then(function(){return en}),car:()=>Promise.resolve().then(function(){return ln}),"chat-dots":()=>Promise.resolve().then(function(){return nn}),"chat-left-text":()=>Promise.resolve().then(function(){return an}),chat:()=>Promise.resolve().then(function(){return cn}),"check-circle-fill":()=>Promise.resolve().then(function(){return hn}),"check-circle":()=>Promise.resolve().then(function(){return vn}),check:()=>Promise.resolve().then(function(){return fn}),"chevron-down":()=>Promise.resolve().then(function(){return mn}),"chevron-left":()=>Promise.resolve().then(function(){return _n}),"chevron-right":()=>Promise.resolve().then(function(){return xn}),"chevron-selector-vertical":()=>Promise.resolve().then(function(){return Cn}),"chevron-up":()=>Promise.resolve().then(function(){return Mn}),clock:()=>Promise.resolve().then(function(){return kn}),"cloud-check":()=>Promise.resolve().then(function(){return Pn}),"cloud-download":()=>Promise.resolve().then(function(){return On}),"cloud-upload":()=>Promise.resolve().then(function(){return Sn}),cloud:()=>Promise.resolve().then(function(){return Ln}),"code-square":()=>Promise.resolve().then(function(){return jn}),"coins-hand":()=>Promise.resolve().then(function(){return In}),compass:()=>Promise.resolve().then(function(){return Rn}),copy:()=>Promise.resolve().then(function(){return Un}),"cpu-chip-ai":()=>Promise.resolve().then(function(){return Fn}),cross:()=>Promise.resolve().then(function(){return qn}),"cursor-fill":()=>Promise.resolve().then(function(){return Gn}),cursor:()=>Promise.resolve().then(function(){return Xn}),"dash-circle":()=>Promise.resolve().then(function(){return Qn}),"dash-square":()=>Promise.resolve().then(function(){return tr}),dash:()=>Promise.resolve().then(function(){return ir}),database:()=>Promise.resolve().then(function(){return nr}),dataflow:()=>Promise.resolve().then(function(){return ar}),download:()=>Promise.resolve().then(function(){return cr}),edit:()=>Promise.resolve().then(function(){return hr}),"exclamation-circle-fill":()=>Promise.resolve().then(function(){return vr}),"exclamation-circle":()=>Promise.resolve().then(function(){return fr}),"exclamation-triangle-fill":()=>Promise.resolve().then(function(){return mr}),"exclamation-triangle":()=>Promise.resolve().then(function(){return _r}),exclamation:()=>Promise.resolve().then(function(){return xr}),"eye-fill":()=>Promise.resolve().then(function(){return Cr}),"eye-slash-fill":()=>Promise.resolve().then(function(){return Mr}),"eye-slash":()=>Promise.resolve().then(function(){return kr}),eye:()=>Promise.resolve().then(function(){return Pr}),"face-smile-fill":()=>Promise.resolve().then(function(){return Or}),"face-smile":()=>Promise.resolve().then(function(){return Sr}),facebook:()=>Promise.resolve().then(function(){return Lr}),"file-earmark-text":()=>Promise.resolve().then(function(){return jr}),"file-pdf":()=>Promise.resolve().then(function(){return Ir}),"file-plus":()=>Promise.resolve().then(function(){return Rr}),"file-text":()=>Promise.resolve().then(function(){return Ur}),file:()=>Promise.resolve().then(function(){return Fr}),files:()=>Promise.resolve().then(function(){return qr}),fingerprint:()=>Promise.resolve().then(function(){return Gr}),flash:()=>Promise.resolve().then(function(){return Xr}),"folder-check":()=>Promise.resolve().then(function(){return Qr}),"folder-minus":()=>Promise.resolve().then(function(){return ta}),"folder-plus":()=>Promise.resolve().then(function(){return ia}),folder:()=>Promise.resolve().then(function(){return na}),gear:()=>Promise.resolve().then(function(){return aa}),"geo-alt":()=>Promise.resolve().then(function(){return ca}),"geo-fill":()=>Promise.resolve().then(function(){return ha}),geo:()=>Promise.resolve().then(function(){return va}),"globe-alt":()=>Promise.resolve().then(function(){return fa}),globe:()=>Promise.resolve().then(function(){return ma}),google:()=>Promise.resolve().then(function(){return _a}),"grid-alt":()=>Promise.resolve().then(function(){return xa}),"grid-fill":()=>Promise.resolve().then(function(){return Ca}),"hand-thumbs-down":()=>Promise.resolve().then(function(){return Ma}),"hand-thumbs-up":()=>Promise.resolve().then(function(){return ka}),"hard-drive":()=>Promise.resolve().then(function(){return Pa}),heart:()=>Promise.resolve().then(function(){return Oa}),"house-door":()=>Promise.resolve().then(function(){return Sa}),house:()=>Promise.resolve().then(function(){return La}),image:()=>Promise.resolve().then(function(){return ja}),"in-box":()=>Promise.resolve().then(function(){return Ia}),"info-circle-fill":()=>Promise.resolve().then(function(){return Ra}),"info-circle":()=>Promise.resolve().then(function(){return Ua}),instagram:()=>Promise.resolve().then(function(){return Fa}),key:()=>Promise.resolve().then(function(){return qa}),"laptop-gear":()=>Promise.resolve().then(function(){return Ga}),laptop:()=>Promise.resolve().then(function(){return Xa}),layers:()=>Promise.resolve().then(function(){return Qa}),"layout-text-window-reverse":()=>Promise.resolve().then(function(){return ts}),"layout-text-window":()=>Promise.resolve().then(function(){return is}),layout:()=>Promise.resolve().then(function(){return ns}),"life-buoy":()=>Promise.resolve().then(function(){return as}),lightbulb:()=>Promise.resolve().then(function(){return cs}),link:()=>Promise.resolve().then(function(){return hs}),linkedin:()=>Promise.resolve().then(function(){return vs}),list:()=>Promise.resolve().then(function(){return fs}),"lock-fill":()=>Promise.resolve().then(function(){return ms}),lock:()=>Promise.resolve().then(function(){return _s}),login:()=>Promise.resolve().then(function(){return xs}),logout:()=>Promise.resolve().then(function(){return Cs}),luggage:()=>Promise.resolve().then(function(){return Ms}),"mail-open":()=>Promise.resolve().then(function(){return ks}),mail:()=>Promise.resolve().then(function(){return Ps}),map:()=>Promise.resolve().then(function(){return Os}),meetup:()=>Promise.resolve().then(function(){return Ss}),menu:()=>Promise.resolve().then(function(){return Ls}),microphone:()=>Promise.resolve().then(function(){return js}),monitor:()=>Promise.resolve().then(function(){return Is}),moon:()=>Promise.resolve().then(function(){return Rs}),move:()=>Promise.resolve().then(function(){return Us}),paperclip:()=>Promise.resolve().then(function(){return Fs}),passcode:()=>Promise.resolve().then(function(){return qs}),passport:()=>Promise.resolve().then(function(){return Gs}),pause:()=>Promise.resolve().then(function(){return Xs}),pencil:()=>Promise.resolve().then(function(){return Qs}),"pending-circle":()=>Promise.resolve().then(function(){return tc}),"person-dash":()=>Promise.resolve().then(function(){return ic}),"person-plus":()=>Promise.resolve().then(function(){return nc}),"person-x":()=>Promise.resolve().then(function(){return ac}),person:()=>Promise.resolve().then(function(){return cc}),phone:()=>Promise.resolve().then(function(){return hc}),"pin-map-fill":()=>Promise.resolve().then(function(){return vc}),pin:()=>Promise.resolve().then(function(){return fc}),placeholder:()=>Promise.resolve().then(function(){return mc}),plane:()=>Promise.resolve().then(function(){return _c}),play:()=>Promise.resolve().then(function(){return xc}),"plus-circle":()=>Promise.resolve().then(function(){return Cc}),"plus-square":()=>Promise.resolve().then(function(){return Mc}),plus:()=>Promise.resolve().then(function(){return kc}),printer:()=>Promise.resolve().then(function(){return Pc}),"question-circle":()=>Promise.resolve().then(function(){return Oc}),rocket:()=>Promise.resolve().then(function(){return Sc}),save:()=>Promise.resolve().then(function(){return Lc}),search:()=>Promise.resolve().then(function(){return jc}),send:()=>Promise.resolve().then(function(){return Ic}),"sg-crest":()=>Promise.resolve().then(function(){return Rc}),share:()=>Promise.resolve().then(function(){return Uc}),"shield-tick":()=>Promise.resolve().then(function(){return Fc}),"sidebar-collapse":()=>Promise.resolve().then(function(){return qc}),"sidebar-expand":()=>Promise.resolve().then(function(){return Gc}),"slash-circle":()=>Promise.resolve().then(function(){return Xc}),"slash-divider":()=>Promise.resolve().then(function(){return Qc}),sliders:()=>Promise.resolve().then(function(){return td}),"sort-ascending":()=>Promise.resolve().then(function(){return id}),"sort-descending":()=>Promise.resolve().then(function(){return nd}),speedometer:()=>Promise.resolve().then(function(){return ad}),"star-ai":()=>Promise.resolve().then(function(){return cd}),"star-fill":()=>Promise.resolve().then(function(){return hd}),star:()=>Promise.resolve().then(function(){return vd}),stoplights:()=>Promise.resolve().then(function(){return fd}),sun:()=>Promise.resolve().then(function(){return md}),"switch-horizontal":()=>Promise.resolve().then(function(){return _d}),"switch-vertical":()=>Promise.resolve().then(function(){return xd}),tablet:()=>Promise.resolve().then(function(){return Cd}),telegram:()=>Promise.resolve().then(function(){return Md}),telephone:()=>Promise.resolve().then(function(){return kd}),"three-dots-vertical":()=>Promise.resolve().then(function(){return Pd}),"three-dots":()=>Promise.resolve().then(function(){return Od}),ticket:()=>Promise.resolve().then(function(){return Sd}),"toggle-off":()=>Promise.resolve().then(function(){return Ld}),"toggle-on":()=>Promise.resolve().then(function(){return jd}),train:()=>Promise.resolve().then(function(){return Id}),translate:()=>Promise.resolve().then(function(){return Rd}),trash:()=>Promise.resolve().then(function(){return Ud}),"trend-down":()=>Promise.resolve().then(function(){return Fd}),"trend-up":()=>Promise.resolve().then(function(){return qd}),truck:()=>Promise.resolve().then(function(){return Gd}),"twitter-x":()=>Promise.resolve().then(function(){return Xd}),unlock:()=>Promise.resolve().then(function(){return Qd}),upload:()=>Promise.resolve().then(function(){return th}),"user-check":()=>Promise.resolve().then(function(){return ih}),"user-circle":()=>Promise.resolve().then(function(){return nh}),"user-pause":()=>Promise.resolve().then(function(){return ah}),"user-square":()=>Promise.resolve().then(function(){return ch}),users:()=>Promise.resolve().then(function(){return hh}),"video-recorder":()=>Promise.resolve().then(function(){return vh}),"volume-max":()=>Promise.resolve().then(function(){return fh}),"volume-x":()=>Promise.resolve().then(function(){return mh}),"window-dash":()=>Promise.resolve().then(function(){return _h}),"window-desktop":()=>Promise.resolve().then(function(){return xh}),"window-dock":()=>Promise.resolve().then(function(){return Ch}),"window-fullscreen":()=>Promise.resolve().then(function(){return Mh}),"window-plus":()=>Promise.resolve().then(function(){return kh}),"window-sidebar":()=>Promise.resolve().then(function(){return Ph}),"window-split":()=>Promise.resolve().then(function(){return Oh}),"window-stack":()=>Promise.resolve().then(function(){return Sh}),"window-x":()=>Promise.resolve().then(function(){return Lh}),window:()=>Promise.resolve().then(function(){return jh}),"xcircle-fill":()=>Promise.resolve().then(function(){return Ih}),xcircle:()=>Promise.resolve().then(function(){return Rh}),youtube:()=>Promise.resolve().then(function(){return Uh}),"zoom-in":()=>Promise.resolve().then(function(){return Fh}),"zoom-out":()=>Promise.resolve().then(function(){return qh})};var ui=we`:host{color:inherit;display:inline-flex;vertical-align:bottom}:host(.icon-left){margin-right:.25rem}:host(.icon-right){margin-left:.25rem}:host([size=xs]) svg{height:var(--sgds-icon-size-xs);width:var(--sgds-icon-size-xs)}:host([size=sm]) svg{height:var(--sgds-icon-size-sm);width:var(--sgds-icon-size-sm)}:host([size=md]) svg{height:var(--sgds-icon-size-md);width:var(--sgds-icon-size-md)}:host([size=xl]) svg{height:var(--sgds-icon-size-xl);width:var(--sgds-icon-size-xl)}:host([size="2-xl"]) svg{height:var(--sgds-icon-size-2-xl);width:var(--sgds-icon-size-2-xl)}:host([size="3-xl"]) svg{height:var(--sgds-icon-size-3-xl);width:var(--sgds-icon-size-3-xl)}svg{display:inline-block;height:var(--sgds-icon-size-lg);width:var(--sgds-icon-size-lg)}`;const vi=new Map;class pi extends Kl{constructor(){super(...arguments),this.size="lg"}willUpdate(e){e.has("name")&&this._loadIcon(this.name)}async _loadIcon(e){if(!e)return void(this._icon=void 0);if(vi.has(e))return void(this._icon=vi.get(e));const t=hi[e];if(!t)return console.warn(`Icon not found: ${e}`),void(this._icon=void 0);try{const l=await t();vi.set(e,l.default),this._icon=l.default}catch(t){console.warn(`Failed to load icon: ${e}`),this._icon=void 0}}updated(){var e;const t=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelector("svg");t&&(this.ariaLabel?(t.removeAttribute("aria-hidden"),t.setAttribute("aria-label",this.ariaLabel)):(t.removeAttribute("aria-label"),t.setAttribute("aria-hidden","true")))}render(){var e;return null!==(e=this._icon)&&void 0!==e?e:S}}pi.styles=[...Kl.styles,ui],e([Fe({type:String,reflect:!0})],pi.prototype,"name",void 0),e([Fe({type:String,reflect:!0})],pi.prototype,"size",void 0),e([Fe({type:String})],pi.prototype,"ariaLabel",void 0),e([We()],pi.prototype,"_icon",void 0);var fi=we`:host{display:block;position:relative}.dropdown{display:flex;height:100%}.dropdown-menu{box-sizing:border-box;max-height:10rem;overflow-x:hidden;overflow-y:auto}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.combobox .form-control-group{height:unset;min-height:var(--sgds-dimension-48)}.combobox-input-container{align-items:center;display:flex;flex-wrap:wrap;gap:var(--sgds-gap-xs);padding:calc(var(--sgds-form-padding-y) - var(--sgds-form-border-width-default)) 0;width:calc(100% - var(--sgds-icon-size-md, 1.25rem))}.combobox-input-container .form-control{flex:1 1 0;min-width:10ch}slot[id=default].d-none,slot[id=default].d-none::slotted(*){display:none}.form-clearable:focus-visible{outline:var(--sgds-outline-focus);outline-offset:var(--sgds-outline-offset-focus)}`,gi=we`:host([active]) .dropdown-item{background-color:var(--sgds-bg-translucent-subtle)}.dropdown-item{background-color:var(--sgds-bg-transparent);clear:both;color:var(--sgds-form-color-default);cursor:pointer;font-size:var(--sgds-font-size-label-md);height:100%;overflow-wrap:anywhere;padding:var(--sgds-padding-sm) var(--sgds-padding-md);text-align:inherit;white-space:normal}.dropdown-item.disabled{opacity:var(--sgds-opacity-40);pointer-events:none}.dropdown-item .normal-item-content{align-items:center;display:flex;justify-content:space-between}:host([active]) .dropdown-item .normal-item-content{color:var(--sgds-form-primary-color-default)}.dropdown-item:hover{background:var(--sgds-bg-translucent-subtle)}.dropdown-item:focus-visible{background:var(--sgds-bg-translucent-subtle);outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}`;class mi extends Kl{constructor(){super(...arguments),this.active=!1,this.disabled=!1}connectedCallback(){super.connectedCallback(),this.setAttribute("role","menuitem"),this.setAttribute("aria-disabled",`${this.disabled}`)}render(){const e={disabled:this.disabled,active:this.active};return $`
|
|
124
124
|
<div class="dropdown-item ${Xe(e)}" tabindex=${this.disabled?"-1":"0"}>
|
|
125
125
|
${this._renderItemContent()}
|
|
126
126
|
</div>
|
|
127
|
-
`}}
|
|
127
|
+
`}}mi.styles=[gi],e([Fe({type:Boolean,reflect:!0})],mi.prototype,"active",void 0),e([Fe({type:Boolean,reflect:!0})],mi.prototype,"disabled",void 0),e([Fe({type:String,reflect:!0})],mi.prototype,"value",void 0);var wi=we`.form-label{color:var(--sgds-form-color-default);font-weight:var(--sgds-font-weight-semibold);margin-bottom:0}.form-label.disabled{opacity:var(--sgds-opacity-40)}.form-check-label{color:var(--sgds-form-color-default)}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:not-allowed}`,_i=we`.form-control::placeholder{color:var(--sgds-form-color-subtle);font-family:var(--sgds-font-family-brand);font-weight:var(--sgds-font-weight-light);line-height:var(--sgds-line-height-24)}`;class bi extends Kl{constructor(){super(...arguments),this.label="",this.hintText="",this.disabled=!1,this.invalid=!1,this._controlId=Nl("input"),this._labelId=Nl("label")}setInvalid(e){this.invalid=e,e?this.emit("sgds-invalid"):this.emit("sgds-valid")}}bi.styles=[...Kl.styles,Tl,Rl,wi,_i],e([Fe({reflect:!0})],bi.prototype,"label",void 0),e([Fe({reflect:!0})],bi.prototype,"hintText",void 0),e([Fe({reflect:!0})],bi.prototype,"name",void 0),e([Fe({type:Boolean,reflect:!0})],bi.prototype,"disabled",void 0),e([Fe({type:Boolean,reflect:!0})],bi.prototype,"invalid",void 0);var xi=we`.form-check-input[type=checkbox]{border-radius:var(--sgds-form-border-radius-md)}.form-check-input[checked]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path d="M14.347 3.979a.522.522 0 0 1 0 .739L7.043 12.02a.521.521 0 0 1-.738 0L2.653 8.369a.522.522 0 1 1 .739-.738l3.282 3.283 6.934-6.935a.52.52 0 0 1 .739 0Z" fill="%23fff"/></svg>')}.form-check-input:indeterminate,.form-check-input[indeterminate]{--sgds-radio-bg-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Z" fill="%23fff"/></svg>');background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:indeterminate:focus,.form-check-input:indeterminate:hover,.form-check-input[indeterminate]:focus-visible,.form-check-input[indeterminate]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}.form-check-input:indeterminate.is-invalid,.form-check-input[checked].is-invalid,.form-check-input[indeterminate].is-invalid{background-color:var(--sgds-form-danger-surface-default)}.form-check-label{flex:1;font-size:var(--sgds-font-size-label-md)}.form-check{margin:var(--sgds-form-padding-inline-sm) 0;padding:0}`,yi=we`input{margin:0}.form-check{display:flex;gap:var(--sgds-form-gap-md);padding:var(--sgds-form-padding-inline-sm) 0}.form-check-input{appearance:none;background-color:var(--sgds-form-surface-default);background-image:var(--sgds-radio-bg-image);background-position:50%;background-repeat:no-repeat;background-size:auto;border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-default);flex-shrink:0;height:var(--sgds-form-height-sm);width:var(--sgds-form-width-xs)}.form-check-input[checked]{background-color:var(--sgds-form-primary-surface-default);border:var(--sgds-form-border-width-default) solid var(--sgds-border-color-transparent)}.form-check-input:focus-visible{outline:var(--sgds-form-outline-focus);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid):not([aria-checked=true]):not(:focus-visible):hover{outline:var(--sgds-form-border-width-thick) solid var(--sgds-border-color-emphasis);outline-offset:var(--sgds-form-outline-offset-focus)}.form-check-input:not([disabled]):not(.is-invalid)[checked]:focus-visible,.form-check-input:not([disabled]):not(.is-invalid)[checked]:hover{background-color:var(--sgds-form-primary-surface-emphasis)}:host([disabled]) .form-check{cursor:not-allowed;opacity:var(--sgds-opacity-40)}.form-check-input:not([disabled]).is-invalid{border:var(--sgds-form-border-width-default) solid var(--sgds-form-danger-border-color-default)}.form-check-input:not([disabled]).is-invalid:focus-visible{outline:var(--sgds-border-width-2) solid var(--sgds-form-danger-color-default);outline-offset:var(--sgds-form-outline-offset-focus)}`;class Ci extends(Wl(bi)){constructor(){super(...arguments),this.hasSlotController=new ci(this,"[default]"),this.checked=!1,this.defaultChecked=!1,this.indeterminate=!1,this.required=!1,this.noValidate=!1,this.invalidFeedback="",this._isTouched=!1,this._handleHostClick=e=>{e.composedPath()[0]===this&&(e.stopPropagation(),this.input.click())}}click(){this.input.click()}focus(e){this.input.focus(e)}blur(){this.input.blur()}_handleChange(e){this.indeterminate&&(this.indeterminate=!this.indeterminate),this.checked=!this.checked,super._mixinHandleChange(e),this.emit("sgds-change",{detail:{checked:this.checked,value:this.value}}),this.checked?this.emit("sgds-check",{detail:{value:this.value}}):this.emit("sgds-uncheck",{detail:{value:this.value}})}_handleKeyDown(e){const t=e.metaKey||e.ctrlKey||e.shiftKey||e.altKey;"Enter"!==e.key||t||this.click()}_handleBlur(){this._isTouched=!0,this.emit("sgds-blur")}_handleFocus(){this.emit("sgds-focus")}_handleInvalid(e){e.preventDefault(),this.invalid=!0}_handleDisabledChange(){this.setInvalid(!1)}_handleIsTouched(){this._mixinShouldSkipSgdsValidation()||this._isTouched&&(this.invalid=!this.input.checkValidity())}_mixinResetFormControl(){this._isTouched=!1,this.checked=this.input.checked=this.defaultChecked,this.input.dispatchEvent(new InputEvent("reset")),this._mixinResetValidity(this.input)}reportValidity(){return this._mixinReportValidity()}checkValidity(){return this._mixinCheckValidity()}get validity(){return this._mixinGetValidity()}get validationMessage(){return this._mixinGetValidationMessage()}firstUpdated(e){super.firstUpdated(e),this.checked&&this.emit("sgds-check",{detail:{value:this.value}})}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this._handleHostClick)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("click",this._handleHostClick)}render(){const e="both"===this.hasFeedback||"style"===this.hasFeedback,t="both"===this.hasFeedback||"text"===this.hasFeedback,l=this.hasSlotController.test("[default]");return $`
|
|
128
128
|
<div class="form-check">
|
|
129
129
|
<input
|
|
130
130
|
class=${Xe({"form-check-input":!0,"is-invalid":e&&this.invalid})}
|
|
@@ -145,7 +145,7 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
145
145
|
@blur=${this._handleBlur}
|
|
146
146
|
@focus=${this._handleFocus}
|
|
147
147
|
/>
|
|
148
|
-
|
|
148
|
+
${l?$`<label for="${this._controlId}" class="form-check-label" id="${this._labelId}"><slot></slot></label>`:S}
|
|
149
149
|
</div>
|
|
150
150
|
${t&&this.invalid?$`
|
|
151
151
|
<div class="invalid-feedback-container">
|
|
@@ -157,7 +157,7 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
157
157
|
</div>
|
|
158
158
|
</div>
|
|
159
159
|
`:S}
|
|
160
|
-
`}}
|
|
160
|
+
`}}Ci.styles=[...bi.styles,yi,xi],Ci.dependencies={"sgds-icon":pi},e([Fe({type:String,reflect:!0})],Ci.prototype,"value",void 0),e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"checked",void 0),e([Fe({type:String,reflect:!0})],Ci.prototype,"hasFeedback",void 0),e([Ul("checked")],Ci.prototype,"defaultChecked",void 0),e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"indeterminate",void 0),e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"required",void 0),e([Fe({type:Boolean,reflect:!0})],Ci.prototype,"noValidate",void 0),e([Fe({type:String,reflect:!0})],Ci.prototype,"invalidFeedback",void 0),e([We()],Ci.prototype,"_isTouched",void 0),e([ti("disabled",{waitUntilFirstUpdate:!0})],Ci.prototype,"_handleDisabledChange",null),e([ti("_isTouched",{waitUntilFirstUpdate:!0})],Ci.prototype,"_handleIsTouched",null);class Zi extends mi{constructor(){super(...arguments),this.checkbox=!1,this._renderItemContent=()=>this.checkbox?$`
|
|
161
161
|
<sgds-checkbox .checked=${this.active} .disabled=${this.disabled}>
|
|
162
162
|
<slot></slot>
|
|
163
163
|
</sgds-checkbox>
|
|
@@ -166,20 +166,20 @@ function Ge(e){return(t,l)=>qe(t,l,{async get(){return await this.updateComplete
|
|
|
166
166
|
<slot></slot>
|
|
167
167
|
${this.active?$` <sgds-icon name="check"></sgds-icon> `:S}
|
|
168
168
|
</div>
|
|
169
|
-
`}connectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e);const t=this.parentElement;(null==t?void 0:t.multiSelect)&&(this.checkbox=!0)}}
|
|
169
|
+
`}connectedCallback(){super.connectedCallback()}firstUpdated(e){super.firstUpdated(e);const t=this.parentElement;(null==t?void 0:t.multiSelect)&&(this.checkbox=!0)}}Zi.dependencies={"sgds-icon":pi,"sgds-checkbox":Ci},e([Fe({type:Boolean,reflect:!0})],Zi.prototype,"checkbox",void 0);
|
|
170
170
|
/**
|
|
171
171
|
* @license
|
|
172
172
|
* Copyright 2017 Google LLC
|
|
173
173
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
174
174
|
*/
|
|
175
|
-
const
|
|
175
|
+
const Mi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};const Vi=te(class extends le{constructor(e){if(super(e),e.type!==Y)throw new Error("repeat() can only be used in text expressions")}_getValuesAndKeys(e,t,l){let i;void 0===l?l=t:void 0!==t&&(i=t);const o=[],n=[];let r=0;for(const t of e)o[r]=i?i(t,r):r,n[r]=l(t,r),r++;return{values:n,keys:o}}render(e,t,l){return this._getValuesAndKeys(e,t,l).values}update(e,[t,l,i]){const o=e._$committedValue;const{values:n,keys:r}=this._getValuesAndKeys(t,l,i);if(!Array.isArray(o))return this._itemKeys=r,n;const a=this._itemKeys??=[],s=[];let c,d,h=0,u=o.length-1,v=0,p=n.length-1;for(;h<=u&&v<=p;)if(null===o[h])h++;else if(null===o[u])u--;else if(a[h]===r[v])s[v]=se(o[h],n[v]),h++,v++;else if(a[u]===r[p])s[p]=se(o[u],n[p]),u--,p--;else if(a[h]===r[p])s[p]=se(o[h],n[p]),ae(e,s[p+1],o[h]),h++,p--;else if(a[u]===r[v])s[v]=se(o[u],n[v]),ae(e,o[h],o[u]),u--,v++;else if(void 0===c&&(c=Mi(r,v,p),d=Mi(a,h,u)),c.has(a[h]))if(c.has(a[u])){const t=d.get(r[v]),l=void 0!==t?o[t]:null;if(null===l){const t=ae(e,o[h]);se(t,n[v]),s[v]=t}else s[v]=se(l,n[v]),ae(e,o[h],l),o[t]=null;v++}else he(o[u]),u--;else he(o[h]),h++;for(;v<=p;){const t=ae(e,s[p+1]);se(t,n[v]),s[v++]=t}for(;h<=u;){const e=o[h++];null!==e&&he(e)}return this._itemKeys=r,de(e,s),z}}),ki=Symbol.for(""),Hi=e=>{if(e?.r===ki)return e?._$litStatic$},Pi=new Map,$i=(Oi=$,(e,...t)=>{const l=t.length;let i,o;const n=[],r=[];let a,s=0,c=!1;for(;s<l;){for(a=e[s];s<l&&void 0!==(o=t[s],i=Hi(o));)a+=i+e[++s],c=!0;s!==l&&r.push(o),n.push(a),s++}if(s===l&&n.push(e[l]),c){const l=n.join("$$lit$$");void 0===(e=Pi.get(l))&&(n.raw=n,Pi.set(l,e=n)),t=r}return Oi(e,...t)});
|
|
176
176
|
/**
|
|
177
177
|
* @license
|
|
178
178
|
* Copyright 2020 Google LLC
|
|
179
179
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
180
|
-
*/var
|
|
180
|
+
*/var Oi,zi=we`:host{--sgds-spinner-bg:var(--sgds-primary-surface-default);display:inline-flex}:host([variant=neutral]){--sgds-spinner-bg:var(--sgds-neutral-surface-default)}:host([tone=neutral]){--sgds-spinner-bg:var(--sgds-surface-inverse)}:host([tone=inverse]){--sgds-spinner-bg:var(--sgds-surface-default)}:host([tone=fixed-light]){--sgds-spinner-bg:var(--sgds-surface-fixed-light)}:host([tone=fixed-dark]){--sgds-spinner-bg:var(--sgds-surface-fixed-dark)}.spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--sgds-gap-2-xs)}.spinner-wrapper.horizontal{flex-direction:row}.spinner{--border-thickness:4px;animation:spinner .75s linear infinite;border:var(--border-thickness) solid var(--sgds-bg-translucent);border-radius:50%;border-right:var(--border-thickness) solid var(--sgds-spinner-bg);color:var(--sgds-spinner-color);display:inline-flex;height:var(--sgds-dimension-32);width:var(--sgds-dimension-32)}.spinner-xs{--border-thickness:2px;height:var(--sgds-dimension-16);width:var(--sgds-dimension-16)}.spinner-sm{--border-thickness:3px;height:var(--sgds-dimension-24);width:var(--sgds-dimension-24)}.spinner-lg{--border-thickness:6px;height:var(--sgds-dimension-48);width:var(--sgds-dimension-48)}.spinner-xl{--border-thickness:8px;height:var(--sgds-dimension-64);width:var(--sgds-dimension-64)}.spinner-label{color:var(--sgds-neutral-color-default);font-size:var(--sgds-font-size-label-sm)}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}}
|
|
181
181
|
|
|
182
|
-
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,
|
|
182
|
+
/*! CSS Used keyframes */@keyframes spinner{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`,Si=we`.text-primary{color:var(--sgds-primary-rgb)!important}.text-secondary{color:var(--sgds-secondary-rgb)!important}.text-success{color:var(--sgds-success-rgb)!important}.text-info{color:var(--sgds-info-rgb)!important}.text-warning{color:var(--sgds-warning-rgb)!important}.text-danger{color:var(--sgds-danger-rgb)!important}.text-light{color:var(--sgds-light-rgb)!important}.text-dark{color:var(--sgds-dark-rgb)!important}.text-muted{color:var(--sgds-secondary-color)!important}`;class Bi extends Kl{constructor(){super(...arguments),this.variant="primary",this.tone="brand",this.size="md",this.orientation="vertical"}render(){return $i`
|
|
183
183
|
<div
|
|
184
184
|
class="spinner-wrapper ${Xe({horizontal:"horizontal"===this.orientation})}"
|
|
185
185
|
>
|
|
@@ -187,11 +187,11 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
187
187
|
class="spinner ${Xe({[`spinner-${this.size}`]:this.size})}"
|
|
188
188
|
role="status"
|
|
189
189
|
>
|
|
190
|
-
${this.label?S
|
|
190
|
+
${this.label?S:$i`<span class="sr-only">Loading...</span>`}
|
|
191
191
|
</div>
|
|
192
|
-
${this.label
|
|
192
|
+
${this.label?$i`<span class="spinner-label">${this.label}</span>`:S}
|
|
193
193
|
</div>
|
|
194
|
-
`}}
|
|
194
|
+
`}}Bi.styles=[...Kl.styles,Si,zi],e([Fe({type:String,reflect:!0})],Bi.prototype,"variant",void 0),e([Fe({type:String,reflect:!0})],Bi.prototype,"tone",void 0),e([Fe({type:String,reflect:!0})],Bi.prototype,"size",void 0),e([Fe({reflect:!0,type:String})],Bi.prototype,"label",void 0),e([Fe({type:String,reflect:!0})],Bi.prototype,"orientation",void 0);class Li extends ei{constructor(){super(...arguments),this.multiSelect=!1,this.badgeFullWidth=!1,this.clearable=!1,this.noValidate=!1,this.async=!1,this.emptyMenuAsync=!1,this.scrollBottomOffset=0,this.filterFunction=(e,t)=>t.label.toLowerCase().startsWith(e.toLowerCase()),this.optionList=[],this.emptyMenuAfterFiltering=!1,this.isFocused=!1,this.isScrollEnd=!1,this.suffixIconTemplate=$`<sgds-icon
|
|
195
195
|
name=${this.menuIsOpen?"chevron-up":"chevron-down"}
|
|
196
196
|
size="md"
|
|
197
197
|
></sgds-icon>`,this.prefixIconTemplate=$`${S}`}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",async()=>{this.isFocused=!0}),this.addEventListener("blur",async()=>{this.isFocused=!1}),this.addEventListener("keydown",e=>{var t,l;"Enter"===e.key&&(null===(l=null===(t=e.target.shadowRoot)||void 0===t?void 0:t.querySelector(".form-clearable"))||void 0===l?void 0:l.matches(":focus"))&&this._handleClear()}),this.addEventListener("sgds-hide",async e=>{if(!e.detail.isOutside){(await this._input).focus()}this.options.forEach(e=>e.removeAttribute("hidden")),this.emptyMenuAfterFiltering=!1})}async firstUpdated(e){super.firstUpdated(e),this.async&&(this.filterFunction=()=>!0),this.menuList.forEach(e=>{const t=document.createElement("sgds-combo-box-option");t.innerText=e.label,t.value=e.value,t.checkbox=this.multiSelect,t.active=this.value.includes(e.value),this.appendChild(t)}),this._setupValidation(this.menuList),this.menuIsOpen&&await this.updateFloatingPosition()}async _handleDefaultSlotChange(e){const t=e.target.assignedElements({flatten:!0});t.forEach(e=>!e.hasAttribute("disabled")&&(!e.clickEventAdded&&(e.addEventListener("click",e=>{e.preventDefault();const t=e.target;return this.multiSelect&&t.active?this._handleItemUnselect(e):this._handleItemSelected(e),!1}),e.clickEventAdded=!0,void e.addEventListener("keydown",e=>{if("Enter"===e.key){this.close="outside";e.target.click()}})))),await this.updateComplete,this.optionList=await this._getMenuListFromOptions(t),this._setupValidation(this.optionList)}async _setupValidation(e){var t;if(this.value&&e.length>0){const l=this.value.split(";"),i=e.filter(({value:e})=>l.includes(e));this.selectedItems=[...i,...this.selectedItems],this.multiSelect||(this.displayValue=null===(t=i[0])||void 0===t?void 0:t.label)}this.multiSelect?this.input=await this._multiSelectInput:this.input=await this._input,this._mixinValidate(this.input)}async _handleValueChange(){this.options.forEach(e=>e.removeAttribute("hidden"));const e=await this._input;this._mixinSetFormValue(),this.multiSelect?this._mixinValidate(this.input):this._mixinValidate(e);this.selectedItems.map(e=>e.value).join(";")!==this.value&&this._updateValueAndDisplayValue(this.optionList),(this._isTouched||""!==this.value)&&(this._mixinShouldSkipSgdsValidation()||(this.invalid=!this._mixinReportValidity()))}_emitChangeEvents(){this._mixinSetFormValue(),this.emit("sgds-change"),this.value&&this.emit("sgds-select")}_handleOptionListChange(){this._updateValueAndDisplayValue(this.optionList)}_handleMenuListChange(){const e=this.menuList.map(e=>{const t=document.createElement("sgds-combo-box-option");return t.innerText=e.label,t.value=e.value,t.checkbox=this.multiSelect,t.active=this.value.includes(e.value),t});this.replaceChildren(...e)}_updateValueAndDisplayValue(e){var t;const l=this.value.split(";"),i=e.filter(({value:e})=>l.includes(e));this.selectedItems=[...i];const o=i.map(e=>e.value).join(";");o!==this.value&&(this.value=o),this.multiSelect||this.async||(this.displayValue=(null===(t=i[0])||void 0===t?void 0:t.label)||""),this.options.forEach(e=>e.active=l.includes(e.value))}async _handleInputChange(e){const t=e.target;this.displayValue=t.value,this.emit("sgds-input",{detail:{displayValue:this.displayValue}}),this.invalid=!1,this.showMenu(),""!==this.displayValue||this.multiSelect||(this.selectedItems=[],this.value=this.selectedItems.join(";"),this.options.forEach(e=>e.active=!1),this._emitChangeEvents());const l=this.options.map(e=>({value:e.value,label:e.textContent.trim()}));this.filteredList=l.filter(e=>this.filterFunction(this.displayValue,e)),this.emptyMenuAfterFiltering=0===this.filteredList.length;const i=this.filteredList.map(e=>e.value);this.options.forEach(e=>{i.includes(e.value)?e.hidden=!1:e.hidden=!0})}async _handleItemSelected(e){var t,l,i;const o=e.target;if(o.disabled)return;const n=null!==(l=null===(t=o.textContent)||void 0===t?void 0:t.trim())&&void 0!==l?l:"",r=null!==(i=o.getAttribute("value"))&&void 0!==i?i:n,a=this.filteredList.find(e=>e.value.toString()===r)||{label:n,value:r};this.multiSelect?(this.selectedItems.some(e=>e.value===a.value)||(this.selectedItems=[...this.selectedItems,a]),this.value=this.selectedItems.map(e=>e.value).join(";"),o.active=!0):0!==this.selectedItems.length&&this.selectedItems[0].value===a.value||(this.options.forEach(e=>e.active=!1),o.active=!0,this.selectedItems=[a],this.value=a.value.toString(),this.displayValue=a.label,this.hideMenu()),this._emitChangeEvents()}_handleItemUnselect(e){var t,l,i;const o=e.target;if(o.disabled)return;o.removeAttribute("active");const n=null!==(l=null===(t=o.textContent)||void 0===t?void 0:t.trim())&&void 0!==l?l:"",r=null!==(i=o.getAttribute("value"))&&void 0!==i?i:n,a=this.filteredList.find(e=>e.value.toString()===r)||{label:n,value:r};this.selectedItems=this.selectedItems.filter(e=>e.value!==a.value),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}async _handleBadgeDismissed(e,t){var l;e.preventDefault();const i=t.value;null===(l=this.options)||void 0===l||l.forEach(e=>e.value===i?e.active=!1:null),this.selectedItems=this.selectedItems.filter(e=>e.value!==t.value),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}async _handleMultiSelectKeyDown(e){var t;if(this.multiSelect&&"Backspace"===e.key&&this.multiSelect&&""===this.displayValue.trim()&&this.selectedItems.length>0){const e=this.selectedItems[this.selectedItems.length-1].value;null===(t=this.options)||void 0===t||t.forEach(t=>t.value===e?t.active=!1:null),this.selectedItems=this.selectedItems.slice(0,-1),this.value=this.selectedItems.map(e=>e.value).join(";"),this._emitChangeEvents()}}_handleFocus(){this.emit("sgds-focus")}async _handleInputBlur(e){if(e.preventDefault(),this.emit("sgds-blur"),this.multiSelect){this.selectedItems.filter(({label:e})=>this.displayValue===e).length<=0&&(this.displayValue="")}else this.selectedItems.length>0?this.displayValue=this.selectedItems[0].label:this.displayValue=""}async _handleClear(){var e;this.value=this.displayValue="",null===(e=this.options)||void 0===e||e.forEach(e=>e.active=!1),this._emitChangeEvents();(await this._input).focus(),this.showMenu()}async _mixinResetFormControl(){if(this.value=this.defaultValue,this.multiSelect){const e=this.value.split(";");this.options.forEach(t=>{t.active=e.includes(t.value)});const t=this.options.filter(t=>e.includes(t.value));this.selectedItems=t.map(e=>({value:e.value,label:e.textContent.trim()})),this._mixinResetValidity(await this._multiSelectInput)}else{this.options.forEach(e=>{e.active=e.value===this.value});const e=this.options.filter(e=>e.value===this.value);e.length<=0?this.displayValue="":this.displayValue=e[0].textContent.trim(),this._mixinResetValidity(await this._input)}}async _handleScroll(e){const t=e.target;if(t){const e=t.scrollHeight-t.clientHeight,l=Math.max(0,this.scrollBottomOffset);t.scrollTop>=e-l?(this.isScrollEnd||this.emit("sgds-scroll-end"),this.isScrollEnd=!0):this.isScrollEnd=!1}}_renderInput(e){const t=this.hasFeedback,l=e;return $`
|
|
@@ -203,7 +203,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
203
203
|
${this.prefixIconTemplate}
|
|
204
204
|
<div class="combobox-input-container">
|
|
205
205
|
${this.multiSelect?$`
|
|
206
|
-
${
|
|
206
|
+
${Vi(this.selectedItems,e=>e.value,e=>$`<sgds-badge
|
|
207
207
|
outlined
|
|
208
208
|
variant="neutral"
|
|
209
209
|
show
|
|
@@ -260,7 +260,6 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
260
260
|
<div
|
|
261
261
|
id=${this.dropdownMenuId}
|
|
262
262
|
class="dropdown-menu"
|
|
263
|
-
part="menu"
|
|
264
263
|
tabindex="-1"
|
|
265
264
|
role="menu"
|
|
266
265
|
aria-label=${this.label||"Options"}
|
|
@@ -286,14 +285,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
286
285
|
aria-hidden="true"
|
|
287
286
|
.autocomplete=${this.autocomplete}
|
|
288
287
|
/>`:S}
|
|
289
|
-
`}}
|
|
288
|
+
`}}Li.styles=[...ei.styles,Dl,fi],Li.childName="sgds-combo-box-option",Li.dependencies={[Li.childName]:Zi,"sgds-icon":pi,"sgds-badge":di,"sgds-spinner":Bi},e([Fe({type:Boolean,reflect:!0})],Li.prototype,"multiSelect",void 0),e([Fe({type:Boolean,reflect:!0})],Li.prototype,"badgeFullWidth",void 0),e([Fe({type:Boolean,reflect:!0})],Li.prototype,"clearable",void 0),e([Fe({type:Boolean,reflect:!0})],Li.prototype,"noValidate",void 0),e([Fe({type:Boolean,reflect:!0})],Li.prototype,"async",void 0),e([Fe({type:Boolean,reflect:!0})],Li.prototype,"emptyMenuAsync",void 0),e([Fe({type:Number,reflect:!0})],Li.prototype,"scrollBottomOffset",void 0),e([Fe()],Li.prototype,"filterFunction",void 0),e([Ge("input#multi-select-input-tracker")],Li.prototype,"_multiSelectInput",void 0),e([Je({flatten:!0,selector:"sgds-combo-box-option"})],Li.prototype,"options",void 0),e([We()],Li.prototype,"optionList",void 0),e([We()],Li.prototype,"emptyMenuAfterFiltering",void 0),e([We()],Li.prototype,"isFocused",void 0),e([We()],Li.prototype,"isScrollEnd",void 0),e([ti("value",{waitUntilFirstUpdate:!0})],Li.prototype,"_handleValueChange",null),e([ti("optionList",{waitUntilFirstUpdate:!0})],Li.prototype,"_handleOptionListChange",null),e([ti("menuList",{waitUntilFirstUpdate:!0})],Li.prototype,"_handleMenuListChange",null),ri("sgds-combo-box",Li),ri("sgds-combo-box-option",Zi);var Ai=$`
|
|
290
289
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
291
290
|
<path
|
|
292
291
|
fill="currentColor"
|
|
293
292
|
d="M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z"
|
|
294
293
|
/>
|
|
295
294
|
</svg>
|
|
296
|
-
`,
|
|
295
|
+
`,ji=Object.freeze({__proto__:null,default:Ai}),Ei=$`
|
|
297
296
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
298
297
|
<path
|
|
299
298
|
fill="currentColor"
|
|
@@ -306,35 +305,35 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
306
305
|
clip-rule="evenodd"
|
|
307
306
|
/>
|
|
308
307
|
</svg>
|
|
309
|
-
`,
|
|
308
|
+
`,Ii=Object.freeze({__proto__:null,default:Ei}),Ti=$`
|
|
310
309
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
311
310
|
<path
|
|
312
311
|
fill="currentColor"
|
|
313
312
|
d="M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z"
|
|
314
313
|
/>
|
|
315
314
|
</svg>
|
|
316
|
-
`,
|
|
315
|
+
`,Ri=Object.freeze({__proto__:null,default:Ti}),Di=$`
|
|
317
316
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
318
317
|
<path
|
|
319
318
|
fill="currentColor"
|
|
320
319
|
d="M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z"
|
|
321
320
|
/>
|
|
322
321
|
</svg>
|
|
323
|
-
`,
|
|
322
|
+
`,Ui=Object.freeze({__proto__:null,default:Di}),Ni=$`
|
|
324
323
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
325
324
|
<path
|
|
326
325
|
fill="currentColor"
|
|
327
326
|
d="M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z"
|
|
328
327
|
/>
|
|
329
328
|
</svg>
|
|
330
|
-
`,Fi=Object.freeze({__proto__:null,default:
|
|
329
|
+
`,Fi=Object.freeze({__proto__:null,default:Ni}),Wi=$`
|
|
331
330
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
332
331
|
<path
|
|
333
332
|
fill="currentColor"
|
|
334
333
|
d="M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z"
|
|
335
334
|
/>
|
|
336
335
|
</svg>
|
|
337
|
-
`,
|
|
336
|
+
`,qi=Object.freeze({__proto__:null,default:Wi}),Ki=$`
|
|
338
337
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
339
338
|
<path
|
|
340
339
|
fill="currentColor"
|
|
@@ -347,7 +346,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
347
346
|
clip-rule="evenodd"
|
|
348
347
|
/>
|
|
349
348
|
</svg>
|
|
350
|
-
`,
|
|
349
|
+
`,Gi=Object.freeze({__proto__:null,default:Ki}),Ji=$`
|
|
351
350
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
352
351
|
<path
|
|
353
352
|
fill="currentColor"
|
|
@@ -360,7 +359,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
360
359
|
clip-rule="evenodd"
|
|
361
360
|
/>
|
|
362
361
|
</svg>
|
|
363
|
-
`,
|
|
362
|
+
`,Xi=Object.freeze({__proto__:null,default:Ji}),Yi=$`
|
|
364
363
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
365
364
|
<path
|
|
366
365
|
fill="currentColor"
|
|
@@ -373,7 +372,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
373
372
|
clip-rule="evenodd"
|
|
374
373
|
/>
|
|
375
374
|
</svg>
|
|
376
|
-
`,
|
|
375
|
+
`,Qi=Object.freeze({__proto__:null,default:Yi}),eo=$`
|
|
377
376
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
378
377
|
<path
|
|
379
378
|
fill="currentColor"
|
|
@@ -386,7 +385,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
386
385
|
clip-rule="evenodd"
|
|
387
386
|
/>
|
|
388
387
|
</svg>
|
|
389
|
-
`,
|
|
388
|
+
`,to=Object.freeze({__proto__:null,default:eo}),lo=$`
|
|
390
389
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
391
390
|
<path
|
|
392
391
|
fill="currentColor"
|
|
@@ -395,7 +394,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
395
394
|
clip-rule="evenodd"
|
|
396
395
|
/>
|
|
397
396
|
</svg>
|
|
398
|
-
`,
|
|
397
|
+
`,io=Object.freeze({__proto__:null,default:lo}),oo=$`
|
|
399
398
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
400
399
|
<path
|
|
401
400
|
fill="currentColor"
|
|
@@ -404,7 +403,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
404
403
|
clip-rule="evenodd"
|
|
405
404
|
/>
|
|
406
405
|
</svg>
|
|
407
|
-
`,
|
|
406
|
+
`,no=Object.freeze({__proto__:null,default:oo}),ro=$`
|
|
408
407
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
409
408
|
<path
|
|
410
409
|
fill="currentColor"
|
|
@@ -413,7 +412,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
413
412
|
clip-rule="evenodd"
|
|
414
413
|
/>
|
|
415
414
|
</svg>
|
|
416
|
-
`,
|
|
415
|
+
`,ao=Object.freeze({__proto__:null,default:ro}),so=$`
|
|
417
416
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
418
417
|
<path
|
|
419
418
|
fill="currentColor"
|
|
@@ -422,7 +421,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
422
421
|
clip-rule="evenodd"
|
|
423
422
|
/>
|
|
424
423
|
</svg>
|
|
425
|
-
`,
|
|
424
|
+
`,co=Object.freeze({__proto__:null,default:so}),ho=$`
|
|
426
425
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
427
426
|
<path
|
|
428
427
|
fill="currentColor"
|
|
@@ -431,7 +430,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
431
430
|
clip-rule="evenodd"
|
|
432
431
|
/>
|
|
433
432
|
</svg>
|
|
434
|
-
`,
|
|
433
|
+
`,uo=Object.freeze({__proto__:null,default:ho}),vo=$`
|
|
435
434
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
436
435
|
<path
|
|
437
436
|
fill="currentColor"
|
|
@@ -444,7 +443,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
444
443
|
clip-rule="evenodd"
|
|
445
444
|
/>
|
|
446
445
|
</svg>
|
|
447
|
-
`,
|
|
446
|
+
`,po=Object.freeze({__proto__:null,default:vo}),fo=$`
|
|
448
447
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
449
448
|
<path
|
|
450
449
|
fill="currentColor"
|
|
@@ -457,7 +456,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
457
456
|
clip-rule="evenodd"
|
|
458
457
|
/>
|
|
459
458
|
</svg>
|
|
460
|
-
`,
|
|
459
|
+
`,go=Object.freeze({__proto__:null,default:fo}),mo=$`
|
|
461
460
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
462
461
|
<path
|
|
463
462
|
fill="currentColor"
|
|
@@ -470,7 +469,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
470
469
|
clip-rule="evenodd"
|
|
471
470
|
/>
|
|
472
471
|
</svg>
|
|
473
|
-
`,
|
|
472
|
+
`,wo=Object.freeze({__proto__:null,default:mo}),_o=$`
|
|
474
473
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
475
474
|
<path
|
|
476
475
|
fill="currentColor"
|
|
@@ -483,7 +482,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
483
482
|
clip-rule="evenodd"
|
|
484
483
|
/>
|
|
485
484
|
</svg>
|
|
486
|
-
`,
|
|
485
|
+
`,bo=Object.freeze({__proto__:null,default:_o}),xo=$`
|
|
487
486
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
488
487
|
<path
|
|
489
488
|
fill="currentColor"
|
|
@@ -492,7 +491,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
492
491
|
clip-rule="evenodd"
|
|
493
492
|
/>
|
|
494
493
|
</svg>
|
|
495
|
-
`,
|
|
494
|
+
`,yo=Object.freeze({__proto__:null,default:xo}),Co=$`
|
|
496
495
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
497
496
|
<path
|
|
498
497
|
fill="currentColor"
|
|
@@ -501,7 +500,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
501
500
|
clip-rule="evenodd"
|
|
502
501
|
/>
|
|
503
502
|
</svg>
|
|
504
|
-
`,
|
|
503
|
+
`,Zo=Object.freeze({__proto__:null,default:Co}),Mo=$`
|
|
505
504
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
506
505
|
<path
|
|
507
506
|
fill="currentColor"
|
|
@@ -510,7 +509,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
510
509
|
clip-rule="evenodd"
|
|
511
510
|
/>
|
|
512
511
|
</svg>
|
|
513
|
-
`,
|
|
512
|
+
`,Vo=Object.freeze({__proto__:null,default:Mo}),ko=$`
|
|
514
513
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
515
514
|
<path
|
|
516
515
|
fill="currentColor"
|
|
@@ -519,7 +518,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
519
518
|
clip-rule="evenodd"
|
|
520
519
|
/>
|
|
521
520
|
</svg>
|
|
522
|
-
`,
|
|
521
|
+
`,Ho=Object.freeze({__proto__:null,default:ko}),Po=$`
|
|
523
522
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
524
523
|
<path
|
|
525
524
|
fill="currentColor"
|
|
@@ -528,7 +527,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
528
527
|
clip-rule="evenodd"
|
|
529
528
|
/>
|
|
530
529
|
</svg>
|
|
531
|
-
|
|
530
|
+
`,$o=Object.freeze({__proto__:null,default:Po}),Oo=$`
|
|
532
531
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
533
532
|
<path
|
|
534
533
|
fill="currentColor"
|
|
@@ -537,7 +536,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
537
536
|
clip-rule="evenodd"
|
|
538
537
|
/>
|
|
539
538
|
</svg>
|
|
540
|
-
`,
|
|
539
|
+
`,zo=Object.freeze({__proto__:null,default:Oo}),So=$`
|
|
541
540
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
542
541
|
<path
|
|
543
542
|
fill="currentColor"
|
|
@@ -546,7 +545,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
546
545
|
clip-rule="evenodd"
|
|
547
546
|
/>
|
|
548
547
|
</svg>
|
|
549
|
-
`,
|
|
548
|
+
`,Bo=Object.freeze({__proto__:null,default:So}),Lo=$`
|
|
550
549
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
551
550
|
<path
|
|
552
551
|
fill="currentColor"
|
|
@@ -555,7 +554,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
555
554
|
clip-rule="evenodd"
|
|
556
555
|
/>
|
|
557
556
|
</svg>
|
|
558
|
-
`,
|
|
557
|
+
`,Ao=Object.freeze({__proto__:null,default:Lo}),jo=$`
|
|
559
558
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
560
559
|
<path
|
|
561
560
|
fill="currentColor"
|
|
@@ -564,7 +563,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
564
563
|
clip-rule="evenodd"
|
|
565
564
|
/>
|
|
566
565
|
</svg>
|
|
567
|
-
`,
|
|
566
|
+
`,Eo=Object.freeze({__proto__:null,default:jo}),Io=$`
|
|
568
567
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
569
568
|
<path
|
|
570
569
|
fill="currentColor"
|
|
@@ -573,7 +572,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
573
572
|
clip-rule="evenodd"
|
|
574
573
|
/>
|
|
575
574
|
</svg>
|
|
576
|
-
`,
|
|
575
|
+
`,To=Object.freeze({__proto__:null,default:Io}),Ro=$`
|
|
577
576
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
578
577
|
<path
|
|
579
578
|
fill="currentColor"
|
|
@@ -586,7 +585,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
586
585
|
clip-rule="evenodd"
|
|
587
586
|
/>
|
|
588
587
|
</svg>
|
|
589
|
-
`,
|
|
588
|
+
`,Do=Object.freeze({__proto__:null,default:Ro}),Uo=$`
|
|
590
589
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
591
590
|
<path
|
|
592
591
|
fill="currentColor"
|
|
@@ -595,7 +594,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
595
594
|
clip-rule="evenodd"
|
|
596
595
|
/>
|
|
597
596
|
</svg>
|
|
598
|
-
`,
|
|
597
|
+
`,No=Object.freeze({__proto__:null,default:Uo}),Fo=$`
|
|
599
598
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
600
599
|
<path
|
|
601
600
|
fill="currentColor"
|
|
@@ -608,7 +607,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
608
607
|
clip-rule="evenodd"
|
|
609
608
|
/>
|
|
610
609
|
</svg>
|
|
611
|
-
`,
|
|
610
|
+
`,Wo=Object.freeze({__proto__:null,default:Fo}),qo=$`
|
|
612
611
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
613
612
|
<path
|
|
614
613
|
fill="currentColor"
|
|
@@ -623,7 +622,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
623
622
|
clip-rule="evenodd"
|
|
624
623
|
/>
|
|
625
624
|
</svg>
|
|
626
|
-
`,
|
|
625
|
+
`,Ko=Object.freeze({__proto__:null,default:qo}),Go=$`
|
|
627
626
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
628
627
|
<path
|
|
629
628
|
fill="currentColor"
|
|
@@ -636,7 +635,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
636
635
|
clip-rule="evenodd"
|
|
637
636
|
/>
|
|
638
637
|
</svg>
|
|
639
|
-
`,
|
|
638
|
+
`,Jo=Object.freeze({__proto__:null,default:Go}),Xo=$`
|
|
640
639
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
641
640
|
<path
|
|
642
641
|
fill="currentColor"
|
|
@@ -645,7 +644,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
645
644
|
clip-rule="evenodd"
|
|
646
645
|
/>
|
|
647
646
|
</svg>
|
|
648
|
-
`,
|
|
647
|
+
`,Yo=Object.freeze({__proto__:null,default:Xo}),Qo=$`
|
|
649
648
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
650
649
|
<path
|
|
651
650
|
fill="currentColor"
|
|
@@ -654,7 +653,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
654
653
|
clip-rule="evenodd"
|
|
655
654
|
/>
|
|
656
655
|
</svg>
|
|
657
|
-
`,
|
|
656
|
+
`,en=Object.freeze({__proto__:null,default:Qo}),tn=$`
|
|
658
657
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
659
658
|
<path
|
|
660
659
|
fill="currentColor"
|
|
@@ -667,7 +666,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
667
666
|
clip-rule="evenodd"
|
|
668
667
|
/>
|
|
669
668
|
</svg>
|
|
670
|
-
`,
|
|
669
|
+
`,ln=Object.freeze({__proto__:null,default:tn}),on=$`
|
|
671
670
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
672
671
|
<path
|
|
673
672
|
fill="currentColor"
|
|
@@ -680,7 +679,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
680
679
|
clip-rule="evenodd"
|
|
681
680
|
/>
|
|
682
681
|
</svg>
|
|
683
|
-
`,
|
|
682
|
+
`,nn=Object.freeze({__proto__:null,default:on}),rn=$`
|
|
684
683
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
685
684
|
<path
|
|
686
685
|
fill="currentColor"
|
|
@@ -693,7 +692,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
693
692
|
clip-rule="evenodd"
|
|
694
693
|
/>
|
|
695
694
|
</svg>
|
|
696
|
-
`,
|
|
695
|
+
`,an=Object.freeze({__proto__:null,default:rn}),sn=$`
|
|
697
696
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
698
697
|
<path
|
|
699
698
|
fill="currentColor"
|
|
@@ -702,7 +701,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
702
701
|
clip-rule="evenodd"
|
|
703
702
|
/>
|
|
704
703
|
</svg>
|
|
705
|
-
`,
|
|
704
|
+
`,cn=Object.freeze({__proto__:null,default:sn}),dn=$`
|
|
706
705
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
707
706
|
<path
|
|
708
707
|
fill="currentColor"
|
|
@@ -711,7 +710,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
711
710
|
clip-rule="evenodd"
|
|
712
711
|
/>
|
|
713
712
|
</svg>
|
|
714
|
-
`,
|
|
713
|
+
`,hn=Object.freeze({__proto__:null,default:dn}),un=$`
|
|
715
714
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
716
715
|
<path
|
|
717
716
|
fill="currentColor"
|
|
@@ -720,7 +719,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
720
719
|
clip-rule="evenodd"
|
|
721
720
|
/>
|
|
722
721
|
</svg>
|
|
723
|
-
`,
|
|
722
|
+
`,vn=Object.freeze({__proto__:null,default:un}),pn=$`
|
|
724
723
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
725
724
|
<path
|
|
726
725
|
fill="currentColor"
|
|
@@ -729,7 +728,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
729
728
|
clip-rule="evenodd"
|
|
730
729
|
/>
|
|
731
730
|
</svg>
|
|
732
|
-
`,
|
|
731
|
+
`,fn=Object.freeze({__proto__:null,default:pn}),gn=$`
|
|
733
732
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
734
733
|
<path
|
|
735
734
|
fill="currentColor"
|
|
@@ -738,7 +737,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
738
737
|
clip-rule="evenodd"
|
|
739
738
|
/>
|
|
740
739
|
</svg>
|
|
741
|
-
`,
|
|
740
|
+
`,mn=Object.freeze({__proto__:null,default:gn}),wn=$`
|
|
742
741
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
743
742
|
<path
|
|
744
743
|
fill="currentColor"
|
|
@@ -747,7 +746,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
747
746
|
clip-rule="evenodd"
|
|
748
747
|
/>
|
|
749
748
|
</svg>
|
|
750
|
-
`,
|
|
749
|
+
`,_n=Object.freeze({__proto__:null,default:wn}),bn=$`
|
|
751
750
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
752
751
|
<path
|
|
753
752
|
fill="currentColor"
|
|
@@ -756,14 +755,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
756
755
|
clip-rule="evenodd"
|
|
757
756
|
/>
|
|
758
757
|
</svg>
|
|
759
|
-
`,
|
|
758
|
+
`,xn=Object.freeze({__proto__:null,default:bn}),yn=$`
|
|
760
759
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
761
760
|
<path
|
|
762
761
|
fill="currentColor"
|
|
763
762
|
d="M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z"
|
|
764
763
|
/>
|
|
765
764
|
</svg>
|
|
766
|
-
`,
|
|
765
|
+
`,Cn=Object.freeze({__proto__:null,default:yn}),Zn=$`
|
|
767
766
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
768
767
|
<path
|
|
769
768
|
fill="currentColor"
|
|
@@ -772,7 +771,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
772
771
|
clip-rule="evenodd"
|
|
773
772
|
/>
|
|
774
773
|
</svg>
|
|
775
|
-
`,
|
|
774
|
+
`,Mn=Object.freeze({__proto__:null,default:Zn}),Vn=$`
|
|
776
775
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
777
776
|
<path
|
|
778
777
|
fill="currentColor"
|
|
@@ -785,7 +784,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
785
784
|
clip-rule="evenodd"
|
|
786
785
|
/>
|
|
787
786
|
</svg>
|
|
788
|
-
`,
|
|
787
|
+
`,kn=Object.freeze({__proto__:null,default:Vn}),Hn=$`
|
|
789
788
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
790
789
|
<path
|
|
791
790
|
fill="currentColor"
|
|
@@ -798,7 +797,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
798
797
|
clip-rule="evenodd"
|
|
799
798
|
/>
|
|
800
799
|
</svg>
|
|
801
|
-
`,
|
|
800
|
+
`,Pn=Object.freeze({__proto__:null,default:Hn}),$n=$`
|
|
802
801
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
803
802
|
<path
|
|
804
803
|
fill="currentColor"
|
|
@@ -807,7 +806,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
807
806
|
clip-rule="evenodd"
|
|
808
807
|
/>
|
|
809
808
|
</svg>
|
|
810
|
-
|
|
809
|
+
`,On=Object.freeze({__proto__:null,default:$n}),zn=$`
|
|
811
810
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
812
811
|
<path
|
|
813
812
|
fill="currentColor"
|
|
@@ -816,7 +815,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
816
815
|
clip-rule="evenodd"
|
|
817
816
|
/>
|
|
818
817
|
</svg>
|
|
819
|
-
`,
|
|
818
|
+
`,Sn=Object.freeze({__proto__:null,default:zn}),Bn=$`
|
|
820
819
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
821
820
|
<path
|
|
822
821
|
fill="currentColor"
|
|
@@ -825,7 +824,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
825
824
|
clip-rule="evenodd"
|
|
826
825
|
/>
|
|
827
826
|
</svg>
|
|
828
|
-
`,
|
|
827
|
+
`,Ln=Object.freeze({__proto__:null,default:Bn}),An=$`
|
|
829
828
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
830
829
|
<path
|
|
831
830
|
fill="currentColor"
|
|
@@ -838,14 +837,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
838
837
|
clip-rule="evenodd"
|
|
839
838
|
/>
|
|
840
839
|
</svg>
|
|
841
|
-
`,
|
|
840
|
+
`,jn=Object.freeze({__proto__:null,default:An}),En=$`
|
|
842
841
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
843
842
|
<path
|
|
844
843
|
fill="currentColor"
|
|
845
844
|
d="M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z"
|
|
846
845
|
/>
|
|
847
846
|
</svg>
|
|
848
|
-
`,
|
|
847
|
+
`,In=Object.freeze({__proto__:null,default:En}),Tn=$`
|
|
849
848
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
850
849
|
<path
|
|
851
850
|
fill="currentColor"
|
|
@@ -860,14 +859,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
860
859
|
clip-rule="evenodd"
|
|
861
860
|
/>
|
|
862
861
|
</svg>
|
|
863
|
-
`,
|
|
862
|
+
`,Rn=Object.freeze({__proto__:null,default:Tn}),Dn=$`
|
|
864
863
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
865
864
|
<path
|
|
866
865
|
fill="currentColor"
|
|
867
866
|
d="M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z"
|
|
868
867
|
/>
|
|
869
868
|
</svg>
|
|
870
|
-
`,
|
|
869
|
+
`,Un=Object.freeze({__proto__:null,default:Dn}),Nn=$`
|
|
871
870
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
872
871
|
<path
|
|
873
872
|
fill="currentColor"
|
|
@@ -886,7 +885,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
886
885
|
clip-rule="evenodd"
|
|
887
886
|
/>
|
|
888
887
|
</svg>
|
|
889
|
-
`,Fn=Object.freeze({__proto__:null,default:
|
|
888
|
+
`,Fn=Object.freeze({__proto__:null,default:Nn}),Wn=$`
|
|
890
889
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
891
890
|
<path
|
|
892
891
|
fill="currentColor"
|
|
@@ -895,7 +894,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
895
894
|
clip-rule="evenodd"
|
|
896
895
|
/>
|
|
897
896
|
</svg>
|
|
898
|
-
`,
|
|
897
|
+
`,qn=Object.freeze({__proto__:null,default:Wn}),Kn=$`
|
|
899
898
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
900
899
|
<path
|
|
901
900
|
fill="currentColor"
|
|
@@ -904,7 +903,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
904
903
|
clip-rule="evenodd"
|
|
905
904
|
/>
|
|
906
905
|
</svg>
|
|
907
|
-
`,
|
|
906
|
+
`,Gn=Object.freeze({__proto__:null,default:Kn}),Jn=$`
|
|
908
907
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
909
908
|
<path
|
|
910
909
|
fill="currentColor"
|
|
@@ -913,7 +912,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
913
912
|
clip-rule="evenodd"
|
|
914
913
|
/>
|
|
915
914
|
</svg>
|
|
916
|
-
`,
|
|
915
|
+
`,Xn=Object.freeze({__proto__:null,default:Jn}),Yn=$`
|
|
917
916
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
918
917
|
<path
|
|
919
918
|
fill="currentColor"
|
|
@@ -922,7 +921,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
922
921
|
clip-rule="evenodd"
|
|
923
922
|
/>
|
|
924
923
|
</svg>
|
|
925
|
-
`,
|
|
924
|
+
`,Qn=Object.freeze({__proto__:null,default:Yn}),er=$`
|
|
926
925
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
927
926
|
<path
|
|
928
927
|
fill="currentColor"
|
|
@@ -931,7 +930,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
931
930
|
clip-rule="evenodd"
|
|
932
931
|
/>
|
|
933
932
|
</svg>
|
|
934
|
-
`,
|
|
933
|
+
`,tr=Object.freeze({__proto__:null,default:er}),lr=$`
|
|
935
934
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
936
935
|
<path
|
|
937
936
|
fill="currentColor"
|
|
@@ -940,7 +939,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
940
939
|
clip-rule="evenodd"
|
|
941
940
|
/>
|
|
942
941
|
</svg>
|
|
943
|
-
`,
|
|
942
|
+
`,ir=Object.freeze({__proto__:null,default:lr}),or=$`
|
|
944
943
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
945
944
|
<path
|
|
946
945
|
fill="currentColor"
|
|
@@ -949,7 +948,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
949
948
|
clip-rule="evenodd"
|
|
950
949
|
/>
|
|
951
950
|
</svg>
|
|
952
|
-
`,
|
|
951
|
+
`,nr=Object.freeze({__proto__:null,default:or}),rr=$`
|
|
953
952
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
954
953
|
<path
|
|
955
954
|
fill="currentColor"
|
|
@@ -978,7 +977,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
978
977
|
clip-rule="evenodd"
|
|
979
978
|
/>
|
|
980
979
|
</svg>
|
|
981
|
-
`,
|
|
980
|
+
`,ar=Object.freeze({__proto__:null,default:rr}),sr=$`
|
|
982
981
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
983
982
|
<path
|
|
984
983
|
fill="currentColor"
|
|
@@ -987,7 +986,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
987
986
|
clip-rule="evenodd"
|
|
988
987
|
/>
|
|
989
988
|
</svg>
|
|
990
|
-
`,
|
|
989
|
+
`,cr=Object.freeze({__proto__:null,default:sr}),dr=$`
|
|
991
990
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
992
991
|
<path
|
|
993
992
|
fill="currentColor"
|
|
@@ -1000,7 +999,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1000
999
|
d="M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z"
|
|
1001
1000
|
/>
|
|
1002
1001
|
</svg>
|
|
1003
|
-
`,
|
|
1002
|
+
`,hr=Object.freeze({__proto__:null,default:dr}),ur=$`
|
|
1004
1003
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1005
1004
|
<path
|
|
1006
1005
|
fill="currentColor"
|
|
@@ -1009,7 +1008,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1009
1008
|
clip-rule="evenodd"
|
|
1010
1009
|
/>
|
|
1011
1010
|
</svg>
|
|
1012
|
-
`,
|
|
1011
|
+
`,vr=Object.freeze({__proto__:null,default:ur}),pr=$`
|
|
1013
1012
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1014
1013
|
<path
|
|
1015
1014
|
fill="currentColor"
|
|
@@ -1022,7 +1021,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1022
1021
|
clip-rule="evenodd"
|
|
1023
1022
|
/>
|
|
1024
1023
|
</svg>
|
|
1025
|
-
`,
|
|
1024
|
+
`,fr=Object.freeze({__proto__:null,default:pr}),gr=$`
|
|
1026
1025
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1027
1026
|
<path
|
|
1028
1027
|
fill="currentColor"
|
|
@@ -1031,7 +1030,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1031
1030
|
clip-rule="evenodd"
|
|
1032
1031
|
/>
|
|
1033
1032
|
</svg>
|
|
1034
|
-
`,
|
|
1033
|
+
`,mr=Object.freeze({__proto__:null,default:gr}),wr=$`
|
|
1035
1034
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1036
1035
|
<path
|
|
1037
1036
|
fill="currentColor"
|
|
@@ -1044,7 +1043,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1044
1043
|
clip-rule="evenodd"
|
|
1045
1044
|
/>
|
|
1046
1045
|
</svg>
|
|
1047
|
-
`,
|
|
1046
|
+
`,_r=Object.freeze({__proto__:null,default:wr}),br=$`
|
|
1048
1047
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1049
1048
|
<path
|
|
1050
1049
|
fill="currentColor"
|
|
@@ -1057,7 +1056,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1057
1056
|
clip-rule="evenodd"
|
|
1058
1057
|
/>
|
|
1059
1058
|
</svg>
|
|
1060
|
-
`,
|
|
1059
|
+
`,xr=Object.freeze({__proto__:null,default:br}),yr=$`
|
|
1061
1060
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1062
1061
|
<path
|
|
1063
1062
|
fill="currentColor"
|
|
@@ -1066,7 +1065,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1066
1065
|
clip-rule="evenodd"
|
|
1067
1066
|
/>
|
|
1068
1067
|
</svg>
|
|
1069
|
-
`,
|
|
1068
|
+
`,Cr=Object.freeze({__proto__:null,default:yr}),Zr=$`
|
|
1070
1069
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1071
1070
|
<path
|
|
1072
1071
|
fill="currentColor"
|
|
@@ -1079,7 +1078,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1079
1078
|
d="M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z"
|
|
1080
1079
|
/>
|
|
1081
1080
|
</svg>
|
|
1082
|
-
`,
|
|
1081
|
+
`,Mr=Object.freeze({__proto__:null,default:Zr}),Vr=$`
|
|
1083
1082
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1084
1083
|
<path
|
|
1085
1084
|
fill="currentColor"
|
|
@@ -1088,7 +1087,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1088
1087
|
clip-rule="evenodd"
|
|
1089
1088
|
/>
|
|
1090
1089
|
</svg>
|
|
1091
|
-
`,
|
|
1090
|
+
`,kr=Object.freeze({__proto__:null,default:Vr}),Hr=$`
|
|
1092
1091
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1093
1092
|
<path
|
|
1094
1093
|
fill="currentColor"
|
|
@@ -1097,7 +1096,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1097
1096
|
clip-rule="evenodd"
|
|
1098
1097
|
/>
|
|
1099
1098
|
</svg>
|
|
1100
|
-
`,
|
|
1099
|
+
`,Pr=Object.freeze({__proto__:null,default:Hr}),$r=$`
|
|
1101
1100
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1102
1101
|
<path
|
|
1103
1102
|
fill="currentColor"
|
|
@@ -1106,7 +1105,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1106
1105
|
clip-rule="evenodd"
|
|
1107
1106
|
/>
|
|
1108
1107
|
</svg>
|
|
1109
|
-
|
|
1108
|
+
`,Or=Object.freeze({__proto__:null,default:$r}),zr=$`
|
|
1110
1109
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1111
1110
|
<path
|
|
1112
1111
|
fill="currentColor"
|
|
@@ -1119,14 +1118,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1119
1118
|
clip-rule="evenodd"
|
|
1120
1119
|
/>
|
|
1121
1120
|
</svg>
|
|
1122
|
-
`,
|
|
1121
|
+
`,Sr=Object.freeze({__proto__:null,default:zr}),Br=$`
|
|
1123
1122
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1124
1123
|
<path
|
|
1125
1124
|
fill="currentColor"
|
|
1126
1125
|
d="M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z"
|
|
1127
1126
|
/>
|
|
1128
1127
|
</svg>
|
|
1129
|
-
`,
|
|
1128
|
+
`,Lr=Object.freeze({__proto__:null,default:Br}),Ar=$`
|
|
1130
1129
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1131
1130
|
<path
|
|
1132
1131
|
fill="currentColor"
|
|
@@ -1135,7 +1134,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1135
1134
|
clip-rule="evenodd"
|
|
1136
1135
|
/>
|
|
1137
1136
|
</svg>
|
|
1138
|
-
`,
|
|
1137
|
+
`,jr=Object.freeze({__proto__:null,default:Ar}),Er=$`
|
|
1139
1138
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1140
1139
|
<path
|
|
1141
1140
|
fill="currentColor"
|
|
@@ -1150,7 +1149,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1150
1149
|
clip-rule="evenodd"
|
|
1151
1150
|
/>
|
|
1152
1151
|
</svg>
|
|
1153
|
-
`,
|
|
1152
|
+
`,Ir=Object.freeze({__proto__:null,default:Er}),Tr=$`
|
|
1154
1153
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1155
1154
|
<path
|
|
1156
1155
|
fill="currentColor"
|
|
@@ -1161,7 +1160,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1161
1160
|
d="M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z"
|
|
1162
1161
|
/>
|
|
1163
1162
|
</svg>
|
|
1164
|
-
`,
|
|
1163
|
+
`,Rr=Object.freeze({__proto__:null,default:Tr}),Dr=$`
|
|
1165
1164
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1166
1165
|
<path
|
|
1167
1166
|
fill="currentColor"
|
|
@@ -1170,7 +1169,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1170
1169
|
clip-rule="evenodd"
|
|
1171
1170
|
/>
|
|
1172
1171
|
</svg>
|
|
1173
|
-
`,
|
|
1172
|
+
`,Ur=Object.freeze({__proto__:null,default:Dr}),Nr=$`
|
|
1174
1173
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1175
1174
|
<path
|
|
1176
1175
|
fill="currentColor"
|
|
@@ -1179,7 +1178,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1179
1178
|
clip-rule="evenodd"
|
|
1180
1179
|
/>
|
|
1181
1180
|
</svg>
|
|
1182
|
-
`,Fr=Object.freeze({__proto__:null,default:
|
|
1181
|
+
`,Fr=Object.freeze({__proto__:null,default:Nr}),Wr=$`
|
|
1183
1182
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1184
1183
|
<path
|
|
1185
1184
|
fill="currentColor"
|
|
@@ -1192,7 +1191,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1192
1191
|
clip-rule="evenodd"
|
|
1193
1192
|
/>
|
|
1194
1193
|
</svg>
|
|
1195
|
-
`,
|
|
1194
|
+
`,qr=Object.freeze({__proto__:null,default:Wr}),Kr=$`
|
|
1196
1195
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1197
1196
|
<path
|
|
1198
1197
|
fill="currentColor"
|
|
@@ -1207,14 +1206,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1207
1206
|
d="M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z"
|
|
1208
1207
|
/>
|
|
1209
1208
|
</svg>
|
|
1210
|
-
`,
|
|
1209
|
+
`,Gr=Object.freeze({__proto__:null,default:Kr}),Jr=$`
|
|
1211
1210
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1212
1211
|
<path
|
|
1213
1212
|
fill="currentColor"
|
|
1214
1213
|
d="M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z"
|
|
1215
1214
|
/>
|
|
1216
1215
|
</svg>
|
|
1217
|
-
`,
|
|
1216
|
+
`,Xr=Object.freeze({__proto__:null,default:Jr}),Yr=$`
|
|
1218
1217
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1219
1218
|
<path
|
|
1220
1219
|
fill="currentColor"
|
|
@@ -1227,7 +1226,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1227
1226
|
clip-rule="evenodd"
|
|
1228
1227
|
/>
|
|
1229
1228
|
</svg>
|
|
1230
|
-
`,
|
|
1229
|
+
`,Qr=Object.freeze({__proto__:null,default:Yr}),ea=$`
|
|
1231
1230
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1232
1231
|
<path fill="currentColor" d="M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z" />
|
|
1233
1232
|
<path
|
|
@@ -1237,7 +1236,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1237
1236
|
clip-rule="evenodd"
|
|
1238
1237
|
/>
|
|
1239
1238
|
</svg>
|
|
1240
|
-
`,
|
|
1239
|
+
`,ta=Object.freeze({__proto__:null,default:ea}),la=$`
|
|
1241
1240
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1242
1241
|
<path
|
|
1243
1242
|
fill="currentColor"
|
|
@@ -1250,7 +1249,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1250
1249
|
clip-rule="evenodd"
|
|
1251
1250
|
/>
|
|
1252
1251
|
</svg>
|
|
1253
|
-
`,
|
|
1252
|
+
`,ia=Object.freeze({__proto__:null,default:la}),oa=$`
|
|
1254
1253
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1255
1254
|
<path
|
|
1256
1255
|
fill="currentColor"
|
|
@@ -1259,7 +1258,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1259
1258
|
clip-rule="evenodd"
|
|
1260
1259
|
/>
|
|
1261
1260
|
</svg>
|
|
1262
|
-
`,
|
|
1261
|
+
`,na=Object.freeze({__proto__:null,default:oa}),ra=$`
|
|
1263
1262
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1264
1263
|
<path
|
|
1265
1264
|
fill="currentColor"
|
|
@@ -1268,7 +1267,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1268
1267
|
clip-rule="evenodd"
|
|
1269
1268
|
/>
|
|
1270
1269
|
</svg>
|
|
1271
|
-
`,
|
|
1270
|
+
`,aa=Object.freeze({__proto__:null,default:ra}),sa=$`
|
|
1272
1271
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1273
1272
|
<path
|
|
1274
1273
|
fill="currentColor"
|
|
@@ -1283,7 +1282,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1283
1282
|
clip-rule="evenodd"
|
|
1284
1283
|
/>
|
|
1285
1284
|
</svg>
|
|
1286
|
-
`,
|
|
1285
|
+
`,ca=Object.freeze({__proto__:null,default:sa}),da=$`
|
|
1287
1286
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1288
1287
|
<path
|
|
1289
1288
|
fill="currentColor"
|
|
@@ -1296,7 +1295,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1296
1295
|
d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
|
|
1297
1296
|
/>
|
|
1298
1297
|
</svg>
|
|
1299
|
-
`,
|
|
1298
|
+
`,ha=Object.freeze({__proto__:null,default:da}),ua=$`
|
|
1300
1299
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1301
1300
|
<path
|
|
1302
1301
|
fill="currentColor"
|
|
@@ -1309,7 +1308,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1309
1308
|
d="M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z"
|
|
1310
1309
|
/>
|
|
1311
1310
|
</svg>
|
|
1312
|
-
`,
|
|
1311
|
+
`,va=Object.freeze({__proto__:null,default:ua}),pa=$`
|
|
1313
1312
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1314
1313
|
<path fill="currentColor" d="M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z" />
|
|
1315
1314
|
<path
|
|
@@ -1319,7 +1318,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1319
1318
|
clip-rule="evenodd"
|
|
1320
1319
|
/>
|
|
1321
1320
|
</svg>
|
|
1322
|
-
`,
|
|
1321
|
+
`,fa=Object.freeze({__proto__:null,default:pa}),ga=$`
|
|
1323
1322
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1324
1323
|
<path
|
|
1325
1324
|
fill="currentColor"
|
|
@@ -1328,14 +1327,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1328
1327
|
clip-rule="evenodd"
|
|
1329
1328
|
/>
|
|
1330
1329
|
</svg>
|
|
1331
|
-
`,
|
|
1330
|
+
`,ma=Object.freeze({__proto__:null,default:ga}),wa=$`
|
|
1332
1331
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1333
1332
|
<path
|
|
1334
1333
|
fill="currentColor"
|
|
1335
1334
|
d="M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z"
|
|
1336
1335
|
/>
|
|
1337
1336
|
</svg>
|
|
1338
|
-
`,
|
|
1337
|
+
`,_a=Object.freeze({__proto__:null,default:wa}),ba=$`
|
|
1339
1338
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1340
1339
|
<path
|
|
1341
1340
|
fill="currentColor"
|
|
@@ -1344,14 +1343,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1344
1343
|
clip-rule="evenodd"
|
|
1345
1344
|
/>
|
|
1346
1345
|
</svg>
|
|
1347
|
-
`,
|
|
1346
|
+
`,xa=Object.freeze({__proto__:null,default:ba}),ya=$`
|
|
1348
1347
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1349
1348
|
<path
|
|
1350
1349
|
fill="currentColor"
|
|
1351
1350
|
d="M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z"
|
|
1352
1351
|
/>
|
|
1353
1352
|
</svg>
|
|
1354
|
-
`,
|
|
1353
|
+
`,Ca=Object.freeze({__proto__:null,default:ya}),Za=$`
|
|
1355
1354
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1356
1355
|
<path
|
|
1357
1356
|
fill="currentColor"
|
|
@@ -1360,7 +1359,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1360
1359
|
clip-rule="evenodd"
|
|
1361
1360
|
/>
|
|
1362
1361
|
</svg>
|
|
1363
|
-
`,
|
|
1362
|
+
`,Ma=Object.freeze({__proto__:null,default:Za}),Va=$`
|
|
1364
1363
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1365
1364
|
<path
|
|
1366
1365
|
fill="currentColor"
|
|
@@ -1369,7 +1368,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1369
1368
|
clip-rule="evenodd"
|
|
1370
1369
|
/>
|
|
1371
1370
|
</svg>
|
|
1372
|
-
`,
|
|
1371
|
+
`,ka=Object.freeze({__proto__:null,default:Va}),Ha=$`
|
|
1373
1372
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1374
1373
|
<path
|
|
1375
1374
|
fill="currentColor"
|
|
@@ -1378,7 +1377,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1378
1377
|
clip-rule="evenodd"
|
|
1379
1378
|
/>
|
|
1380
1379
|
</svg>
|
|
1381
|
-
`,
|
|
1380
|
+
`,Pa=Object.freeze({__proto__:null,default:Ha}),$a=$`
|
|
1382
1381
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1383
1382
|
<path
|
|
1384
1383
|
fill="currentColor"
|
|
@@ -1387,7 +1386,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1387
1386
|
clip-rule="evenodd"
|
|
1388
1387
|
/>
|
|
1389
1388
|
</svg>
|
|
1390
|
-
|
|
1389
|
+
`,Oa=Object.freeze({__proto__:null,default:$a}),za=$`
|
|
1391
1390
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1392
1391
|
<path
|
|
1393
1392
|
fill="currentColor"
|
|
@@ -1396,7 +1395,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1396
1395
|
clip-rule="evenodd"
|
|
1397
1396
|
/>
|
|
1398
1397
|
</svg>
|
|
1399
|
-
`,
|
|
1398
|
+
`,Sa=Object.freeze({__proto__:null,default:za}),Ba=$`
|
|
1400
1399
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1401
1400
|
<path
|
|
1402
1401
|
fill="currentColor"
|
|
@@ -1405,7 +1404,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1405
1404
|
clip-rule="evenodd"
|
|
1406
1405
|
/>
|
|
1407
1406
|
</svg>
|
|
1408
|
-
`,
|
|
1407
|
+
`,La=Object.freeze({__proto__:null,default:Ba}),Aa=$`
|
|
1409
1408
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1410
1409
|
<path
|
|
1411
1410
|
fill="currentColor"
|
|
@@ -1414,7 +1413,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1414
1413
|
clip-rule="evenodd"
|
|
1415
1414
|
/>
|
|
1416
1415
|
</svg>
|
|
1417
|
-
`,
|
|
1416
|
+
`,ja=Object.freeze({__proto__:null,default:Aa}),Ea=$`
|
|
1418
1417
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1419
1418
|
<path
|
|
1420
1419
|
fill="currentColor"
|
|
@@ -1423,7 +1422,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1423
1422
|
clip-rule="evenodd"
|
|
1424
1423
|
/>
|
|
1425
1424
|
</svg>
|
|
1426
|
-
`,
|
|
1425
|
+
`,Ia=Object.freeze({__proto__:null,default:Ea}),Ta=$`
|
|
1427
1426
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1428
1427
|
<path
|
|
1429
1428
|
fill="currentColor"
|
|
@@ -1432,7 +1431,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1432
1431
|
clip-rule="evenodd"
|
|
1433
1432
|
/>
|
|
1434
1433
|
</svg>
|
|
1435
|
-
`,
|
|
1434
|
+
`,Ra=Object.freeze({__proto__:null,default:Ta}),Da=$`
|
|
1436
1435
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1437
1436
|
<path
|
|
1438
1437
|
fill="currentColor"
|
|
@@ -1442,14 +1441,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1442
1441
|
/>
|
|
1443
1442
|
<path fill="currentColor" d="M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z" />
|
|
1444
1443
|
</svg>
|
|
1445
|
-
`,
|
|
1444
|
+
`,Ua=Object.freeze({__proto__:null,default:Da}),Na=$`
|
|
1446
1445
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1447
1446
|
<path
|
|
1448
1447
|
fill="currentColor"
|
|
1449
1448
|
d="M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z"
|
|
1450
1449
|
/>
|
|
1451
1450
|
</svg>
|
|
1452
|
-
`,Fa=Object.freeze({__proto__:null,default:
|
|
1451
|
+
`,Fa=Object.freeze({__proto__:null,default:Na}),Wa=$`
|
|
1453
1452
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1454
1453
|
<path fill="currentColor" d="M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z" />
|
|
1455
1454
|
<path
|
|
@@ -1459,7 +1458,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1459
1458
|
clip-rule="evenodd"
|
|
1460
1459
|
/>
|
|
1461
1460
|
</svg>
|
|
1462
|
-
`,
|
|
1461
|
+
`,qa=Object.freeze({__proto__:null,default:Wa}),Ka=$`
|
|
1463
1462
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1464
1463
|
<path
|
|
1465
1464
|
fill="currentColor"
|
|
@@ -1475,7 +1474,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1475
1474
|
clip-rule="evenodd"
|
|
1476
1475
|
/>
|
|
1477
1476
|
</svg>
|
|
1478
|
-
`,
|
|
1477
|
+
`,Ga=Object.freeze({__proto__:null,default:Ka}),Ja=$`
|
|
1479
1478
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1480
1479
|
<path
|
|
1481
1480
|
fill="currentColor"
|
|
@@ -1484,7 +1483,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1484
1483
|
clip-rule="evenodd"
|
|
1485
1484
|
/>
|
|
1486
1485
|
</svg>
|
|
1487
|
-
`,
|
|
1486
|
+
`,Xa=Object.freeze({__proto__:null,default:Ja}),Ya=$`
|
|
1488
1487
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1489
1488
|
<path
|
|
1490
1489
|
fill="currentColor"
|
|
@@ -1493,7 +1492,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1493
1492
|
clip-rule="evenodd"
|
|
1494
1493
|
/>
|
|
1495
1494
|
</svg>
|
|
1496
|
-
`,
|
|
1495
|
+
`,Qa=Object.freeze({__proto__:null,default:Ya}),es=$`
|
|
1497
1496
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1498
1497
|
<path
|
|
1499
1498
|
fill="currentColor"
|
|
@@ -1502,7 +1501,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1502
1501
|
clip-rule="evenodd"
|
|
1503
1502
|
/>
|
|
1504
1503
|
</svg>
|
|
1505
|
-
`,
|
|
1504
|
+
`,ts=Object.freeze({__proto__:null,default:es}),ls=$`
|
|
1506
1505
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1507
1506
|
<path
|
|
1508
1507
|
fill="currentColor"
|
|
@@ -1511,7 +1510,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1511
1510
|
clip-rule="evenodd"
|
|
1512
1511
|
/>
|
|
1513
1512
|
</svg>
|
|
1514
|
-
`,
|
|
1513
|
+
`,is=Object.freeze({__proto__:null,default:ls}),os=$`
|
|
1515
1514
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1516
1515
|
<path
|
|
1517
1516
|
fill="currentColor"
|
|
@@ -1520,7 +1519,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1520
1519
|
clip-rule="evenodd"
|
|
1521
1520
|
/>
|
|
1522
1521
|
</svg>
|
|
1523
|
-
`,
|
|
1522
|
+
`,ns=Object.freeze({__proto__:null,default:os}),rs=$`
|
|
1524
1523
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1525
1524
|
<path
|
|
1526
1525
|
fill="currentColor"
|
|
@@ -1529,7 +1528,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1529
1528
|
clip-rule="evenodd"
|
|
1530
1529
|
/>
|
|
1531
1530
|
</svg>
|
|
1532
|
-
`,
|
|
1531
|
+
`,as=Object.freeze({__proto__:null,default:rs}),ss=$`
|
|
1533
1532
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1534
1533
|
<path
|
|
1535
1534
|
fill="currentColor"
|
|
@@ -1546,7 +1545,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1546
1545
|
d="M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z"
|
|
1547
1546
|
/>
|
|
1548
1547
|
</svg>
|
|
1549
|
-
`,
|
|
1548
|
+
`,cs=Object.freeze({__proto__:null,default:ss}),ds=$`
|
|
1550
1549
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1551
1550
|
<path
|
|
1552
1551
|
fill="currentColor"
|
|
@@ -1555,21 +1554,21 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1555
1554
|
clip-rule="evenodd"
|
|
1556
1555
|
/>
|
|
1557
1556
|
</svg>
|
|
1558
|
-
`,
|
|
1557
|
+
`,hs=Object.freeze({__proto__:null,default:ds}),us=$`
|
|
1559
1558
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1560
1559
|
<path
|
|
1561
1560
|
fill="currentColor"
|
|
1562
1561
|
d="M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z"
|
|
1563
1562
|
/>
|
|
1564
1563
|
</svg>
|
|
1565
|
-
`,
|
|
1564
|
+
`,vs=Object.freeze({__proto__:null,default:us}),ps=$`
|
|
1566
1565
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1567
1566
|
<path
|
|
1568
1567
|
fill="currentColor"
|
|
1569
1568
|
d="M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z"
|
|
1570
1569
|
/>
|
|
1571
1570
|
</svg>
|
|
1572
|
-
`,
|
|
1571
|
+
`,fs=Object.freeze({__proto__:null,default:ps}),gs=$`
|
|
1573
1572
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1574
1573
|
<path
|
|
1575
1574
|
fill="currentColor"
|
|
@@ -1578,7 +1577,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1578
1577
|
clip-rule="evenodd"
|
|
1579
1578
|
/>
|
|
1580
1579
|
</svg>
|
|
1581
|
-
`,
|
|
1580
|
+
`,ms=Object.freeze({__proto__:null,default:gs}),ws=$`
|
|
1582
1581
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1583
1582
|
<path
|
|
1584
1583
|
fill="currentColor"
|
|
@@ -1587,7 +1586,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1587
1586
|
clip-rule="evenodd"
|
|
1588
1587
|
/>
|
|
1589
1588
|
</svg>
|
|
1590
|
-
`,
|
|
1589
|
+
`,_s=Object.freeze({__proto__:null,default:ws}),bs=$`
|
|
1591
1590
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1592
1591
|
<path
|
|
1593
1592
|
fill="currentColor"
|
|
@@ -1598,7 +1597,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1598
1597
|
d="M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z"
|
|
1599
1598
|
/>
|
|
1600
1599
|
</svg>
|
|
1601
|
-
`,
|
|
1600
|
+
`,xs=Object.freeze({__proto__:null,default:bs}),ys=$`
|
|
1602
1601
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1603
1602
|
<path
|
|
1604
1603
|
fill="currentColor"
|
|
@@ -1609,7 +1608,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1609
1608
|
d="M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z"
|
|
1610
1609
|
/>
|
|
1611
1610
|
</svg>
|
|
1612
|
-
`,
|
|
1611
|
+
`,Cs=Object.freeze({__proto__:null,default:ys}),Zs=$`
|
|
1613
1612
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1614
1613
|
<path
|
|
1615
1614
|
fill="currentColor"
|
|
@@ -1624,7 +1623,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1624
1623
|
clip-rule="evenodd"
|
|
1625
1624
|
/>
|
|
1626
1625
|
</svg>
|
|
1627
|
-
`,
|
|
1626
|
+
`,Ms=Object.freeze({__proto__:null,default:Zs}),Vs=$`
|
|
1628
1627
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1629
1628
|
<path
|
|
1630
1629
|
fill="currentColor"
|
|
@@ -1633,7 +1632,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1633
1632
|
clip-rule="evenodd"
|
|
1634
1633
|
/>
|
|
1635
1634
|
</svg>
|
|
1636
|
-
`,
|
|
1635
|
+
`,ks=Object.freeze({__proto__:null,default:Vs}),Hs=$`
|
|
1637
1636
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1638
1637
|
<path
|
|
1639
1638
|
fill="currentColor"
|
|
@@ -1642,7 +1641,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1642
1641
|
clip-rule="evenodd"
|
|
1643
1642
|
/>
|
|
1644
1643
|
</svg>
|
|
1645
|
-
`,
|
|
1644
|
+
`,Ps=Object.freeze({__proto__:null,default:Hs}),$s=$`
|
|
1646
1645
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1647
1646
|
<path
|
|
1648
1647
|
fill="currentColor"
|
|
@@ -1651,21 +1650,21 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1651
1650
|
clip-rule="evenodd"
|
|
1652
1651
|
/>
|
|
1653
1652
|
</svg>
|
|
1654
|
-
|
|
1653
|
+
`,Os=Object.freeze({__proto__:null,default:$s}),zs=$`
|
|
1655
1654
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1656
1655
|
<path
|
|
1657
1656
|
fill="currentColor"
|
|
1658
1657
|
d="M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z"
|
|
1659
1658
|
/>
|
|
1660
1659
|
</svg>
|
|
1661
|
-
`,
|
|
1660
|
+
`,Ss=Object.freeze({__proto__:null,default:zs}),Bs=$`
|
|
1662
1661
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1663
1662
|
<path
|
|
1664
1663
|
fill="currentColor"
|
|
1665
1664
|
d="M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z"
|
|
1666
1665
|
/>
|
|
1667
1666
|
</svg>
|
|
1668
|
-
`,
|
|
1667
|
+
`,Ls=Object.freeze({__proto__:null,default:Bs}),As=$`
|
|
1669
1668
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1670
1669
|
<path
|
|
1671
1670
|
fill="currentColor"
|
|
@@ -1678,7 +1677,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1678
1677
|
d="M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z"
|
|
1679
1678
|
/>
|
|
1680
1679
|
</svg>
|
|
1681
|
-
`,
|
|
1680
|
+
`,js=Object.freeze({__proto__:null,default:As}),Es=$`
|
|
1682
1681
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1683
1682
|
<path
|
|
1684
1683
|
fill="currentColor"
|
|
@@ -1687,21 +1686,21 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1687
1686
|
clip-rule="evenodd"
|
|
1688
1687
|
/>
|
|
1689
1688
|
</svg>
|
|
1690
|
-
`,
|
|
1689
|
+
`,Is=Object.freeze({__proto__:null,default:Es}),Ts=$`
|
|
1691
1690
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1692
1691
|
<path
|
|
1693
1692
|
fill="currentColor"
|
|
1694
1693
|
d="M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z"
|
|
1695
1694
|
/>
|
|
1696
1695
|
</svg>
|
|
1697
|
-
`,
|
|
1696
|
+
`,Rs=Object.freeze({__proto__:null,default:Ts}),Ds=$`
|
|
1698
1697
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1699
1698
|
<path
|
|
1700
1699
|
fill="currentColor"
|
|
1701
1700
|
d="M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z"
|
|
1702
1701
|
/>
|
|
1703
1702
|
</svg>
|
|
1704
|
-
`,
|
|
1703
|
+
`,Us=Object.freeze({__proto__:null,default:Ds}),Ns=$`
|
|
1705
1704
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1706
1705
|
<path
|
|
1707
1706
|
fill="currentColor"
|
|
@@ -1710,7 +1709,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1710
1709
|
clip-rule="evenodd"
|
|
1711
1710
|
/>
|
|
1712
1711
|
</svg>
|
|
1713
|
-
`,Fs=Object.freeze({__proto__:null,default:
|
|
1712
|
+
`,Fs=Object.freeze({__proto__:null,default:Ns}),Ws=$`
|
|
1714
1713
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1715
1714
|
<path
|
|
1716
1715
|
fill="currentColor"
|
|
@@ -1723,7 +1722,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1723
1722
|
clip-rule="evenodd"
|
|
1724
1723
|
/>
|
|
1725
1724
|
</svg>
|
|
1726
|
-
`,
|
|
1725
|
+
`,qs=Object.freeze({__proto__:null,default:Ws}),Ks=$`
|
|
1727
1726
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1728
1727
|
<path
|
|
1729
1728
|
fill="currentColor"
|
|
@@ -1742,14 +1741,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1742
1741
|
clip-rule="evenodd"
|
|
1743
1742
|
/>
|
|
1744
1743
|
</svg>
|
|
1745
|
-
`,
|
|
1744
|
+
`,Gs=Object.freeze({__proto__:null,default:Ks}),Js=$`
|
|
1746
1745
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1747
1746
|
<path
|
|
1748
1747
|
fill="currentColor"
|
|
1749
1748
|
d="M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z"
|
|
1750
1749
|
/>
|
|
1751
1750
|
</svg>
|
|
1752
|
-
`,
|
|
1751
|
+
`,Xs=Object.freeze({__proto__:null,default:Js}),Ys=$`
|
|
1753
1752
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1754
1753
|
<path
|
|
1755
1754
|
fill="currentColor"
|
|
@@ -1758,7 +1757,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1758
1757
|
clip-rule="evenodd"
|
|
1759
1758
|
/>
|
|
1760
1759
|
</svg>
|
|
1761
|
-
`,
|
|
1760
|
+
`,Qs=Object.freeze({__proto__:null,default:Ys}),ec=$`
|
|
1762
1761
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1763
1762
|
<path
|
|
1764
1763
|
fill="currentColor"
|
|
@@ -1767,7 +1766,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1767
1766
|
clip-rule="evenodd"
|
|
1768
1767
|
/>
|
|
1769
1768
|
</svg>
|
|
1770
|
-
`,
|
|
1769
|
+
`,tc=Object.freeze({__proto__:null,default:ec}),lc=$`
|
|
1771
1770
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1772
1771
|
<path
|
|
1773
1772
|
fill="currentColor"
|
|
@@ -1776,7 +1775,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1776
1775
|
clip-rule="evenodd"
|
|
1777
1776
|
/>
|
|
1778
1777
|
</svg>
|
|
1779
|
-
`,
|
|
1778
|
+
`,ic=Object.freeze({__proto__:null,default:lc}),oc=$`
|
|
1780
1779
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1781
1780
|
<path
|
|
1782
1781
|
fill="currentColor"
|
|
@@ -1785,7 +1784,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1785
1784
|
clip-rule="evenodd"
|
|
1786
1785
|
/>
|
|
1787
1786
|
</svg>
|
|
1788
|
-
`,
|
|
1787
|
+
`,nc=Object.freeze({__proto__:null,default:oc}),rc=$`
|
|
1789
1788
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1790
1789
|
<path
|
|
1791
1790
|
fill="currentColor"
|
|
@@ -1794,7 +1793,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1794
1793
|
clip-rule="evenodd"
|
|
1795
1794
|
/>
|
|
1796
1795
|
</svg>
|
|
1797
|
-
`,
|
|
1796
|
+
`,ac=Object.freeze({__proto__:null,default:rc}),sc=$`
|
|
1798
1797
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1799
1798
|
<path
|
|
1800
1799
|
fill="currentColor"
|
|
@@ -1803,7 +1802,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1803
1802
|
clip-rule="evenodd"
|
|
1804
1803
|
/>
|
|
1805
1804
|
</svg>
|
|
1806
|
-
`,
|
|
1805
|
+
`,cc=Object.freeze({__proto__:null,default:sc}),dc=$`
|
|
1807
1806
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1808
1807
|
<path
|
|
1809
1808
|
fill="currentColor"
|
|
@@ -1816,7 +1815,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1816
1815
|
clip-rule="evenodd"
|
|
1817
1816
|
/>
|
|
1818
1817
|
</svg>
|
|
1819
|
-
`,
|
|
1818
|
+
`,hc=Object.freeze({__proto__:null,default:dc}),uc=$`
|
|
1820
1819
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1821
1820
|
<path
|
|
1822
1821
|
fill="currentColor"
|
|
@@ -1825,7 +1824,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1825
1824
|
clip-rule="evenodd"
|
|
1826
1825
|
/>
|
|
1827
1826
|
</svg>
|
|
1828
|
-
`,
|
|
1827
|
+
`,vc=Object.freeze({__proto__:null,default:uc}),pc=$`
|
|
1829
1828
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1830
1829
|
<path
|
|
1831
1830
|
fill="currentColor"
|
|
@@ -1834,14 +1833,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1834
1833
|
clip-rule="evenodd"
|
|
1835
1834
|
/>
|
|
1836
1835
|
</svg>
|
|
1837
|
-
`,
|
|
1836
|
+
`,fc=Object.freeze({__proto__:null,default:pc}),gc=$`
|
|
1838
1837
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1839
1838
|
<path
|
|
1840
1839
|
fill="currentColor"
|
|
1841
1840
|
d="M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z"
|
|
1842
1841
|
/>
|
|
1843
1842
|
</svg>
|
|
1844
|
-
`,
|
|
1843
|
+
`,mc=Object.freeze({__proto__:null,default:gc}),wc=$`
|
|
1845
1844
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1846
1845
|
<path
|
|
1847
1846
|
fill="currentColor"
|
|
@@ -1850,14 +1849,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1850
1849
|
clip-rule="evenodd"
|
|
1851
1850
|
/>
|
|
1852
1851
|
</svg>
|
|
1853
|
-
`,
|
|
1852
|
+
`,_c=Object.freeze({__proto__:null,default:wc}),bc=$`
|
|
1854
1853
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1855
1854
|
<path
|
|
1856
1855
|
fill="currentColor"
|
|
1857
1856
|
d="M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z"
|
|
1858
1857
|
/>
|
|
1859
1858
|
</svg>
|
|
1860
|
-
`,
|
|
1859
|
+
`,xc=Object.freeze({__proto__:null,default:bc}),yc=$`
|
|
1861
1860
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1862
1861
|
<path
|
|
1863
1862
|
fill="currentColor"
|
|
@@ -1866,7 +1865,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1866
1865
|
clip-rule="evenodd"
|
|
1867
1866
|
/>
|
|
1868
1867
|
</svg>
|
|
1869
|
-
`,
|
|
1868
|
+
`,Cc=Object.freeze({__proto__:null,default:yc}),Zc=$`
|
|
1870
1869
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1871
1870
|
<path
|
|
1872
1871
|
fill="currentColor"
|
|
@@ -1875,7 +1874,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1875
1874
|
clip-rule="evenodd"
|
|
1876
1875
|
/>
|
|
1877
1876
|
</svg>
|
|
1878
|
-
`,
|
|
1877
|
+
`,Mc=Object.freeze({__proto__:null,default:Zc}),Vc=$`
|
|
1879
1878
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1880
1879
|
<path
|
|
1881
1880
|
fill="currentColor"
|
|
@@ -1884,7 +1883,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1884
1883
|
clip-rule="evenodd"
|
|
1885
1884
|
/>
|
|
1886
1885
|
</svg>
|
|
1887
|
-
`,
|
|
1886
|
+
`,kc=Object.freeze({__proto__:null,default:Vc}),Hc=$`
|
|
1888
1887
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1889
1888
|
<path
|
|
1890
1889
|
fill="currentColor"
|
|
@@ -1893,7 +1892,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1893
1892
|
clip-rule="evenodd"
|
|
1894
1893
|
/>
|
|
1895
1894
|
</svg>
|
|
1896
|
-
`,
|
|
1895
|
+
`,Pc=Object.freeze({__proto__:null,default:Hc}),$c=$`
|
|
1897
1896
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1898
1897
|
<path
|
|
1899
1898
|
fill="currentColor"
|
|
@@ -1906,7 +1905,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1906
1905
|
clip-rule="evenodd"
|
|
1907
1906
|
/>
|
|
1908
1907
|
</svg>
|
|
1909
|
-
|
|
1908
|
+
`,Oc=Object.freeze({__proto__:null,default:$c}),zc=$`
|
|
1910
1909
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1911
1910
|
<path
|
|
1912
1911
|
fill="currentColor"
|
|
@@ -1921,7 +1920,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1921
1920
|
clip-rule="evenodd"
|
|
1922
1921
|
/>
|
|
1923
1922
|
</svg>
|
|
1924
|
-
`,
|
|
1923
|
+
`,Sc=Object.freeze({__proto__:null,default:zc}),Bc=$`
|
|
1925
1924
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1926
1925
|
<path
|
|
1927
1926
|
fill="currentColor"
|
|
@@ -1930,7 +1929,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1930
1929
|
clip-rule="evenodd"
|
|
1931
1930
|
/>
|
|
1932
1931
|
</svg>
|
|
1933
|
-
`,
|
|
1932
|
+
`,Lc=Object.freeze({__proto__:null,default:Bc}),Ac=$`
|
|
1934
1933
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1935
1934
|
<path
|
|
1936
1935
|
fill="currentColor"
|
|
@@ -1939,7 +1938,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1939
1938
|
clip-rule="evenodd"
|
|
1940
1939
|
/>
|
|
1941
1940
|
</svg>
|
|
1942
|
-
`,
|
|
1941
|
+
`,jc=Object.freeze({__proto__:null,default:Ac}),Ec=$`
|
|
1943
1942
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1944
1943
|
<path
|
|
1945
1944
|
fill="currentColor"
|
|
@@ -1948,7 +1947,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1948
1947
|
clip-rule="evenodd"
|
|
1949
1948
|
/>
|
|
1950
1949
|
</svg>
|
|
1951
|
-
`,
|
|
1950
|
+
`,Ic=Object.freeze({__proto__:null,default:Ec}),Tc=$`
|
|
1952
1951
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1953
1952
|
<path
|
|
1954
1953
|
fill="#DB0000"
|
|
@@ -1971,7 +1970,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1971
1970
|
d="M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z"
|
|
1972
1971
|
/>
|
|
1973
1972
|
</svg>
|
|
1974
|
-
`,
|
|
1973
|
+
`,Rc=Object.freeze({__proto__:null,default:Tc}),Dc=$`
|
|
1975
1974
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1976
1975
|
<path
|
|
1977
1976
|
fill="currentColor"
|
|
@@ -1980,7 +1979,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1980
1979
|
clip-rule="evenodd"
|
|
1981
1980
|
/>
|
|
1982
1981
|
</svg>
|
|
1983
|
-
`,
|
|
1982
|
+
`,Uc=Object.freeze({__proto__:null,default:Dc}),Nc=$`
|
|
1984
1983
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1985
1984
|
<path
|
|
1986
1985
|
fill="currentColor"
|
|
@@ -1993,7 +1992,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
1993
1992
|
clip-rule="evenodd"
|
|
1994
1993
|
/>
|
|
1995
1994
|
</svg>
|
|
1996
|
-
`,Fc=Object.freeze({__proto__:null,default:
|
|
1995
|
+
`,Fc=Object.freeze({__proto__:null,default:Nc}),Wc=$`
|
|
1997
1996
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
1998
1997
|
<path
|
|
1999
1998
|
fill="currentColor"
|
|
@@ -2006,7 +2005,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2006
2005
|
d="M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z"
|
|
2007
2006
|
/>
|
|
2008
2007
|
</svg>
|
|
2009
|
-
`,
|
|
2008
|
+
`,qc=Object.freeze({__proto__:null,default:Wc}),Kc=$`
|
|
2010
2009
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2011
2010
|
<path
|
|
2012
2011
|
fill="currentColor"
|
|
@@ -2019,7 +2018,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2019
2018
|
d="M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z"
|
|
2020
2019
|
/>
|
|
2021
2020
|
</svg>
|
|
2022
|
-
`,
|
|
2021
|
+
`,Gc=Object.freeze({__proto__:null,default:Kc}),Jc=$`
|
|
2023
2022
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2024
2023
|
<path
|
|
2025
2024
|
fill="currentColor"
|
|
@@ -2028,11 +2027,11 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2028
2027
|
clip-rule="evenodd"
|
|
2029
2028
|
/>
|
|
2030
2029
|
</svg>
|
|
2031
|
-
`,
|
|
2030
|
+
`,Xc=Object.freeze({__proto__:null,default:Jc}),Yc=$`
|
|
2032
2031
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2033
2032
|
<path fill="currentColor" d="M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z" />
|
|
2034
2033
|
</svg>
|
|
2035
|
-
`,
|
|
2034
|
+
`,Qc=Object.freeze({__proto__:null,default:Yc}),ed=$`
|
|
2036
2035
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2037
2036
|
<path
|
|
2038
2037
|
fill="currentColor"
|
|
@@ -2059,21 +2058,21 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2059
2058
|
d="M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z"
|
|
2060
2059
|
/>
|
|
2061
2060
|
</svg>
|
|
2062
|
-
`,
|
|
2061
|
+
`,td=Object.freeze({__proto__:null,default:ed}),ld=$`
|
|
2063
2062
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2064
2063
|
<path
|
|
2065
2064
|
fill="currentColor"
|
|
2066
2065
|
d="M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z"
|
|
2067
2066
|
/>
|
|
2068
2067
|
</svg>
|
|
2069
|
-
`,
|
|
2068
|
+
`,id=Object.freeze({__proto__:null,default:ld}),od=$`
|
|
2070
2069
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2071
2070
|
<path
|
|
2072
2071
|
fill="currentColor"
|
|
2073
2072
|
d="M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z"
|
|
2074
2073
|
/>
|
|
2075
2074
|
</svg>
|
|
2076
|
-
`,
|
|
2075
|
+
`,nd=Object.freeze({__proto__:null,default:od}),rd=$`
|
|
2077
2076
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2078
2077
|
<path
|
|
2079
2078
|
fill="currentColor"
|
|
@@ -2082,7 +2081,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2082
2081
|
clip-rule="evenodd"
|
|
2083
2082
|
/>
|
|
2084
2083
|
</svg>
|
|
2085
|
-
`,
|
|
2084
|
+
`,ad=Object.freeze({__proto__:null,default:rd}),sd=$`
|
|
2086
2085
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2087
2086
|
<path
|
|
2088
2087
|
fill="currentColor"
|
|
@@ -2091,7 +2090,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2091
2090
|
clip-rule="evenodd"
|
|
2092
2091
|
/>
|
|
2093
2092
|
</svg>
|
|
2094
|
-
`,
|
|
2093
|
+
`,cd=Object.freeze({__proto__:null,default:sd}),dd=$`
|
|
2095
2094
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2096
2095
|
<path
|
|
2097
2096
|
fill="currentColor"
|
|
@@ -2100,7 +2099,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2100
2099
|
clip-rule="evenodd"
|
|
2101
2100
|
/>
|
|
2102
2101
|
</svg>
|
|
2103
|
-
`,
|
|
2102
|
+
`,hd=Object.freeze({__proto__:null,default:dd}),ud=$`
|
|
2104
2103
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2105
2104
|
<path
|
|
2106
2105
|
fill="currentColor"
|
|
@@ -2109,7 +2108,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2109
2108
|
clip-rule="evenodd"
|
|
2110
2109
|
/>
|
|
2111
2110
|
</svg>
|
|
2112
|
-
`,
|
|
2111
|
+
`,vd=Object.freeze({__proto__:null,default:ud}),pd=$`
|
|
2113
2112
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2114
2113
|
<path
|
|
2115
2114
|
fill="currentColor"
|
|
@@ -2124,28 +2123,28 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2124
2123
|
clip-rule="evenodd"
|
|
2125
2124
|
/>
|
|
2126
2125
|
</svg>
|
|
2127
|
-
`,
|
|
2126
|
+
`,fd=Object.freeze({__proto__:null,default:pd}),gd=$`
|
|
2128
2127
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2129
2128
|
<path
|
|
2130
2129
|
fill="currentColor"
|
|
2131
2130
|
d="M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z"
|
|
2132
2131
|
/>
|
|
2133
2132
|
</svg>
|
|
2134
|
-
`,
|
|
2133
|
+
`,md=Object.freeze({__proto__:null,default:gd}),wd=$`
|
|
2135
2134
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2136
2135
|
<path
|
|
2137
2136
|
fill="currentColor"
|
|
2138
2137
|
d="M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z"
|
|
2139
2138
|
/>
|
|
2140
2139
|
</svg>
|
|
2141
|
-
`,
|
|
2140
|
+
`,_d=Object.freeze({__proto__:null,default:wd}),bd=$`
|
|
2142
2141
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2143
2142
|
<path
|
|
2144
2143
|
fill="currentColor"
|
|
2145
2144
|
d="M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z"
|
|
2146
2145
|
/>
|
|
2147
2146
|
</svg>
|
|
2148
|
-
`,
|
|
2147
|
+
`,xd=Object.freeze({__proto__:null,default:bd}),yd=$`
|
|
2149
2148
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2150
2149
|
<path fill="currentColor" d="M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z" />
|
|
2151
2150
|
<path
|
|
@@ -2155,14 +2154,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2155
2154
|
clip-rule="evenodd"
|
|
2156
2155
|
/>
|
|
2157
2156
|
</svg>
|
|
2158
|
-
`,
|
|
2157
|
+
`,Cd=Object.freeze({__proto__:null,default:yd}),Zd=$`
|
|
2159
2158
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2160
2159
|
<path
|
|
2161
2160
|
fill="currentColor"
|
|
2162
2161
|
d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z"
|
|
2163
2162
|
/>
|
|
2164
2163
|
</svg>
|
|
2165
|
-
`,
|
|
2164
|
+
`,Md=Object.freeze({__proto__:null,default:Zd}),Vd=$`
|
|
2166
2165
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2167
2166
|
<path
|
|
2168
2167
|
fill="currentColor"
|
|
@@ -2171,7 +2170,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2171
2170
|
clip-rule="evenodd"
|
|
2172
2171
|
/>
|
|
2173
2172
|
</svg>
|
|
2174
|
-
`,
|
|
2173
|
+
`,kd=Object.freeze({__proto__:null,default:Vd}),Hd=$`
|
|
2175
2174
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2176
2175
|
<path
|
|
2177
2176
|
fill="currentColor"
|
|
@@ -2180,7 +2179,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2180
2179
|
clip-rule="evenodd"
|
|
2181
2180
|
/>
|
|
2182
2181
|
</svg>
|
|
2183
|
-
`,
|
|
2182
|
+
`,Pd=Object.freeze({__proto__:null,default:Hd}),$d=$`
|
|
2184
2183
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2185
2184
|
<path
|
|
2186
2185
|
fill="currentColor"
|
|
@@ -2189,7 +2188,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2189
2188
|
clip-rule="evenodd"
|
|
2190
2189
|
/>
|
|
2191
2190
|
</svg>
|
|
2192
|
-
|
|
2191
|
+
`,Od=Object.freeze({__proto__:null,default:$d}),zd=$`
|
|
2193
2192
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2194
2193
|
<path
|
|
2195
2194
|
fill="currentColor"
|
|
@@ -2202,7 +2201,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2202
2201
|
clip-rule="evenodd"
|
|
2203
2202
|
/>
|
|
2204
2203
|
</svg>
|
|
2205
|
-
`,
|
|
2204
|
+
`,Sd=Object.freeze({__proto__:null,default:zd}),Bd=$`
|
|
2206
2205
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2207
2206
|
<path
|
|
2208
2207
|
fill="currentColor"
|
|
@@ -2211,7 +2210,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2211
2210
|
clip-rule="evenodd"
|
|
2212
2211
|
/>
|
|
2213
2212
|
</svg>
|
|
2214
|
-
`,
|
|
2213
|
+
`,Ld=Object.freeze({__proto__:null,default:Bd}),Ad=$`
|
|
2215
2214
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2216
2215
|
<path
|
|
2217
2216
|
fill="currentColor"
|
|
@@ -2220,7 +2219,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2220
2219
|
clip-rule="evenodd"
|
|
2221
2220
|
/>
|
|
2222
2221
|
</svg>
|
|
2223
|
-
`,
|
|
2222
|
+
`,jd=Object.freeze({__proto__:null,default:Ad}),Ed=$`
|
|
2224
2223
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2225
2224
|
<path
|
|
2226
2225
|
fill="currentColor"
|
|
@@ -2237,7 +2236,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2237
2236
|
d="M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z"
|
|
2238
2237
|
/>
|
|
2239
2238
|
</svg>
|
|
2240
|
-
`,
|
|
2239
|
+
`,Id=Object.freeze({__proto__:null,default:Ed}),Td=$`
|
|
2241
2240
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2242
2241
|
<path
|
|
2243
2242
|
fill="currentColor"
|
|
@@ -2250,7 +2249,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2250
2249
|
clip-rule="evenodd"
|
|
2251
2250
|
/>
|
|
2252
2251
|
</svg>
|
|
2253
|
-
`,
|
|
2252
|
+
`,Rd=Object.freeze({__proto__:null,default:Td}),Dd=$`
|
|
2254
2253
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2255
2254
|
<path
|
|
2256
2255
|
fill="currentColor"
|
|
@@ -2259,21 +2258,21 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2259
2258
|
clip-rule="evenodd"
|
|
2260
2259
|
/>
|
|
2261
2260
|
</svg>
|
|
2262
|
-
`,
|
|
2261
|
+
`,Ud=Object.freeze({__proto__:null,default:Dd}),Nd=$`
|
|
2263
2262
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2264
2263
|
<path
|
|
2265
2264
|
fill="currentColor"
|
|
2266
2265
|
d="M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z"
|
|
2267
2266
|
/>
|
|
2268
2267
|
</svg>
|
|
2269
|
-
`,Fd=Object.freeze({__proto__:null,default:
|
|
2268
|
+
`,Fd=Object.freeze({__proto__:null,default:Nd}),Wd=$`
|
|
2270
2269
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2271
2270
|
<path
|
|
2272
2271
|
fill="currentColor"
|
|
2273
2272
|
d="M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z"
|
|
2274
2273
|
/>
|
|
2275
2274
|
</svg>
|
|
2276
|
-
`,
|
|
2275
|
+
`,qd=Object.freeze({__proto__:null,default:Wd}),Kd=$`
|
|
2277
2276
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2278
2277
|
<path
|
|
2279
2278
|
fill="currentColor"
|
|
@@ -2282,14 +2281,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2282
2281
|
clip-rule="evenodd"
|
|
2283
2282
|
/>
|
|
2284
2283
|
</svg>
|
|
2285
|
-
`,
|
|
2284
|
+
`,Gd=Object.freeze({__proto__:null,default:Kd}),Jd=$`
|
|
2286
2285
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2287
2286
|
<path
|
|
2288
2287
|
fill="currentColor"
|
|
2289
2288
|
d="M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z"
|
|
2290
2289
|
/>
|
|
2291
2290
|
</svg>
|
|
2292
|
-
`,
|
|
2291
|
+
`,Xd=Object.freeze({__proto__:null,default:Jd}),Yd=$`
|
|
2293
2292
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2294
2293
|
<path
|
|
2295
2294
|
fill="currentColor"
|
|
@@ -2298,7 +2297,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2298
2297
|
clip-rule="evenodd"
|
|
2299
2298
|
/>
|
|
2300
2299
|
</svg>
|
|
2301
|
-
`,
|
|
2300
|
+
`,Qd=Object.freeze({__proto__:null,default:Yd}),eh=$`
|
|
2302
2301
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2303
2302
|
<path
|
|
2304
2303
|
fill="currentColor"
|
|
@@ -2307,7 +2306,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2307
2306
|
clip-rule="evenodd"
|
|
2308
2307
|
/>
|
|
2309
2308
|
</svg>
|
|
2310
|
-
`,
|
|
2309
|
+
`,th=Object.freeze({__proto__:null,default:eh}),lh=$`
|
|
2311
2310
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2312
2311
|
<path
|
|
2313
2312
|
fill="currentColor"
|
|
@@ -2320,7 +2319,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2320
2319
|
clip-rule="evenodd"
|
|
2321
2320
|
/>
|
|
2322
2321
|
</svg>
|
|
2323
|
-
`,
|
|
2322
|
+
`,ih=Object.freeze({__proto__:null,default:lh}),oh=$`
|
|
2324
2323
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2325
2324
|
<path
|
|
2326
2325
|
fill="currentColor"
|
|
@@ -2335,7 +2334,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2335
2334
|
clip-rule="evenodd"
|
|
2336
2335
|
/>
|
|
2337
2336
|
</svg>
|
|
2338
|
-
`,
|
|
2337
|
+
`,nh=Object.freeze({__proto__:null,default:oh}),rh=$`
|
|
2339
2338
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2340
2339
|
<path
|
|
2341
2340
|
fill="currentColor"
|
|
@@ -2348,7 +2347,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2348
2347
|
clip-rule="evenodd"
|
|
2349
2348
|
/>
|
|
2350
2349
|
</svg>
|
|
2351
|
-
`,
|
|
2350
|
+
`,ah=Object.freeze({__proto__:null,default:rh}),sh=$`
|
|
2352
2351
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2353
2352
|
<path
|
|
2354
2353
|
fill="currentColor"
|
|
@@ -2363,7 +2362,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2363
2362
|
clip-rule="evenodd"
|
|
2364
2363
|
/>
|
|
2365
2364
|
</svg>
|
|
2366
|
-
`,
|
|
2365
|
+
`,ch=Object.freeze({__proto__:null,default:sh}),dh=$`
|
|
2367
2366
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2368
2367
|
<path
|
|
2369
2368
|
fill="currentColor"
|
|
@@ -2376,7 +2375,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2376
2375
|
d="M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z"
|
|
2377
2376
|
/>
|
|
2378
2377
|
</svg>
|
|
2379
|
-
`,
|
|
2378
|
+
`,hh=Object.freeze({__proto__:null,default:dh}),uh=$`
|
|
2380
2379
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2381
2380
|
<path
|
|
2382
2381
|
fill="currentColor"
|
|
@@ -2385,7 +2384,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2385
2384
|
clip-rule="evenodd"
|
|
2386
2385
|
/>
|
|
2387
2386
|
</svg>
|
|
2388
|
-
`,
|
|
2387
|
+
`,vh=Object.freeze({__proto__:null,default:uh}),ph=$`
|
|
2389
2388
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2390
2389
|
<path
|
|
2391
2390
|
fill="currentColor"
|
|
@@ -2398,7 +2397,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2398
2397
|
d="M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z"
|
|
2399
2398
|
/>
|
|
2400
2399
|
</svg>
|
|
2401
|
-
`,
|
|
2400
|
+
`,fh=Object.freeze({__proto__:null,default:ph}),gh=$`
|
|
2402
2401
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2403
2402
|
<path
|
|
2404
2403
|
fill="currentColor"
|
|
@@ -2411,7 +2410,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2411
2410
|
d="M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z"
|
|
2412
2411
|
/>
|
|
2413
2412
|
</svg>
|
|
2414
|
-
`,
|
|
2413
|
+
`,mh=Object.freeze({__proto__:null,default:gh}),wh=$`
|
|
2415
2414
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2416
2415
|
<path fill="currentColor" d="M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2417
2416
|
<path
|
|
@@ -2421,7 +2420,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2421
2420
|
clip-rule="evenodd"
|
|
2422
2421
|
/>
|
|
2423
2422
|
</svg>
|
|
2424
|
-
`,
|
|
2423
|
+
`,_h=Object.freeze({__proto__:null,default:wh}),bh=$`
|
|
2425
2424
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2426
2425
|
<path fill="currentColor" d="M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z" />
|
|
2427
2426
|
<path
|
|
@@ -2431,7 +2430,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2431
2430
|
clip-rule="evenodd"
|
|
2432
2431
|
/>
|
|
2433
2432
|
</svg>
|
|
2434
|
-
`,
|
|
2433
|
+
`,xh=Object.freeze({__proto__:null,default:bh}),yh=$`
|
|
2435
2434
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2436
2435
|
<path
|
|
2437
2436
|
fill="currentColor"
|
|
@@ -2444,14 +2443,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2444
2443
|
clip-rule="evenodd"
|
|
2445
2444
|
/>
|
|
2446
2445
|
</svg>
|
|
2447
|
-
`,
|
|
2446
|
+
`,Ch=Object.freeze({__proto__:null,default:yh}),Zh=$`
|
|
2448
2447
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2449
2448
|
<path
|
|
2450
2449
|
fill="currentColor"
|
|
2451
2450
|
d="M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z"
|
|
2452
2451
|
/>
|
|
2453
2452
|
</svg>
|
|
2454
|
-
`,
|
|
2453
|
+
`,Mh=Object.freeze({__proto__:null,default:Zh}),Vh=$`
|
|
2455
2454
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2456
2455
|
<path
|
|
2457
2456
|
fill="currentColor"
|
|
@@ -2464,7 +2463,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2464
2463
|
clip-rule="evenodd"
|
|
2465
2464
|
/>
|
|
2466
2465
|
</svg>
|
|
2467
|
-
`,
|
|
2466
|
+
`,kh=Object.freeze({__proto__:null,default:Vh}),Hh=$`
|
|
2468
2467
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2469
2468
|
<path
|
|
2470
2469
|
fill="currentColor"
|
|
@@ -2473,7 +2472,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2473
2472
|
clip-rule="evenodd"
|
|
2474
2473
|
/>
|
|
2475
2474
|
</svg>
|
|
2476
|
-
`,
|
|
2475
|
+
`,Ph=Object.freeze({__proto__:null,default:Hh}),$h=$`
|
|
2477
2476
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2478
2477
|
<path
|
|
2479
2478
|
fill="currentColor"
|
|
@@ -2482,7 +2481,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2482
2481
|
clip-rule="evenodd"
|
|
2483
2482
|
/>
|
|
2484
2483
|
</svg>
|
|
2485
|
-
|
|
2484
|
+
`,Oh=Object.freeze({__proto__:null,default:$h}),zh=$`
|
|
2486
2485
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2487
2486
|
<path
|
|
2488
2487
|
fill="currentColor"
|
|
@@ -2491,7 +2490,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2491
2490
|
clip-rule="evenodd"
|
|
2492
2491
|
/>
|
|
2493
2492
|
</svg>
|
|
2494
|
-
`,
|
|
2493
|
+
`,Sh=Object.freeze({__proto__:null,default:zh}),Bh=$`
|
|
2495
2494
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2496
2495
|
<path
|
|
2497
2496
|
fill="currentColor"
|
|
@@ -2504,7 +2503,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2504
2503
|
clip-rule="evenodd"
|
|
2505
2504
|
/>
|
|
2506
2505
|
</svg>
|
|
2507
|
-
`,
|
|
2506
|
+
`,Lh=Object.freeze({__proto__:null,default:Bh}),Ah=$`
|
|
2508
2507
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2509
2508
|
<path
|
|
2510
2509
|
fill="currentColor"
|
|
@@ -2513,7 +2512,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2513
2512
|
clip-rule="evenodd"
|
|
2514
2513
|
/>
|
|
2515
2514
|
</svg>
|
|
2516
|
-
`,
|
|
2515
|
+
`,jh=Object.freeze({__proto__:null,default:Ah}),Eh=$`
|
|
2517
2516
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2518
2517
|
<path
|
|
2519
2518
|
fill="currentColor"
|
|
@@ -2522,7 +2521,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2522
2521
|
clip-rule="evenodd"
|
|
2523
2522
|
/>
|
|
2524
2523
|
</svg>
|
|
2525
|
-
`,
|
|
2524
|
+
`,Ih=Object.freeze({__proto__:null,default:Eh}),Th=$`
|
|
2526
2525
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2527
2526
|
<path
|
|
2528
2527
|
fill="currentColor"
|
|
@@ -2531,14 +2530,14 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2531
2530
|
clip-rule="evenodd"
|
|
2532
2531
|
/>
|
|
2533
2532
|
</svg>
|
|
2534
|
-
`,
|
|
2533
|
+
`,Rh=Object.freeze({__proto__:null,default:Th}),Dh=$`
|
|
2535
2534
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2536
2535
|
<path
|
|
2537
2536
|
fill="currentColor"
|
|
2538
2537
|
d="M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z"
|
|
2539
2538
|
/>
|
|
2540
2539
|
</svg>
|
|
2541
|
-
`,
|
|
2540
|
+
`,Uh=Object.freeze({__proto__:null,default:Dh}),Nh=$`
|
|
2542
2541
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2543
2542
|
<path
|
|
2544
2543
|
fill="currentColor"
|
|
@@ -2547,7 +2546,7 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2547
2546
|
clip-rule="evenodd"
|
|
2548
2547
|
/>
|
|
2549
2548
|
</svg>
|
|
2550
|
-
`,Fh=Object.freeze({__proto__:null,default:
|
|
2549
|
+
`,Fh=Object.freeze({__proto__:null,default:Nh}),Wh=$`
|
|
2551
2550
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2552
2551
|
<path
|
|
2553
2552
|
fill="currentColor"
|
|
@@ -2556,5 +2555,5 @@ const Zi=(e,t,l)=>{const i=new Map;for(let o=t;o<=l;o++)i.set(e[o],o);return i};
|
|
|
2556
2555
|
clip-rule="evenodd"
|
|
2557
2556
|
/>
|
|
2558
2557
|
</svg>
|
|
2559
|
-
`,
|
|
2558
|
+
`,qh=Object.freeze({__proto__:null,default:Wh})});
|
|
2560
2559
|
//# sourceMappingURL=index.umd.min.js.map
|