@ncino/web-components 8.0.0-preview.23 → 8.0.0-preview.25
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/dist/components/accordion/gator/group/accordion-group.gator.js +1 -1
- package/dist/components/badge/gator/badge.gator.js +2 -2
- package/dist/components/banner/gator/banner.gator.js +1 -1
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
- package/dist/components/button-card/gator/button-card.gator.js +3 -3
- package/dist/components/checkbox/checkbox.gator.js +2 -2
- package/dist/components/display-card/gator/display-card.gator.js +2 -2
- package/dist/components/fab/gator/fab.gator.js +4 -4
- package/dist/components/guided-nav/gator/guided-nav/guided-nav.gator.js +5 -3
- package/dist/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.js +23 -14
- package/dist/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.js +9 -7
- package/dist/components/illustration/gator/illustration.gator.js +1 -1
- package/dist/components/list/gator/list/list.gator.js +5 -5
- package/dist/components/list/gator/list-item/list-item.gator.js +19 -19
- package/dist/components/progress-stepper/stepper-item/stepper-item.gator.js +37 -0
- package/dist/components/radio/radio.gator.js +2 -2
- package/dist/components/radio-group/radio-group.gator.js +2 -2
- package/dist/components/tooltip/tooltip.js +1 -1
- package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js +1 -1
- package/dist/packages/web-components/src/components/progress-stepper/stepper-item/stepper-item.gator.scss.js +1 -0
- package/dist/types/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.d.ts +9 -4
- package/dist/types/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.d.ts +5 -3
- package/dist/types/components/list/gator/list/list.gator.d.ts +2 -1
- package/dist/types/components/list/gator/list-item/list-item.gator.d.ts +5 -1
- package/dist/types/components/progress-stepper/stepper-item/stepper-item.gator.d.ts +27 -0
- package/dist/types/components/progress-stepper/stepper-item/stepper-item.gator.test.d.ts +0 -0
- package/dist/types/utils/components/slot-placeholder/slot-placeholder.d.ts +2 -0
- package/dist/types/utils/mixins/attribute-deletion.d.ts +0 -9
- package/dist/utils/components/ngc-component.js +1 -1
- package/dist/utils/components/slot-placeholder/slot-placeholder.js +15 -6
- package/dist/utils/mixins/attribute-deletion.js +1 -1
- package/package.json +1 -1
- package/web-types.json +125 -160
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{NjcButtonCard as m}from"../button-card.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as
|
|
1
|
+
import{NjcButtonCard as m}from"../button-card.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as u}from"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as b}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{ifDefined as d}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{classMap as g}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{KEY_CONSTANTS as p}from"../../../consts/key-constants.js";import v from"../../../packages/web-components/src/components/button-card/gator/button-card.gator.scss.js";import y from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import $ from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import"../../chip/gator/chip.gator.js";import"../../card/gator/base/card.gator.js";import"../../card/gator/header/card-header.gator.js";import"../../card/gator/content/card-content.gator.js";import"../../card/gator/footer/card-footer.gator.js";import"../../text-detail/gator/text-detail.gator.js";import{unsafeCSS as c}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var C=Object.defineProperty,w=Object.getOwnPropertyDescriptor,h=(t,i,a,r)=>{for(var e=r>1?void 0:r?w(i,a):i,o=t.length-1,l;o>=0;o--)(l=t[o])&&(e=(r?l(i,a,e):l(e))||e);return r&&e&&C(i,a,e),e};let s=class extends m{constructor(){super(...arguments),this.chipType=null}render(){return n`
|
|
2
2
|
<ngc-card
|
|
3
3
|
tabindex="${this.disabled?"-1":"0"}"
|
|
4
4
|
role="button"
|
|
@@ -24,7 +24,7 @@ import{NjcButtonCard as m}from"../button-card.js";import"../../../node_modules/.
|
|
|
24
24
|
</div>
|
|
25
25
|
</slot>
|
|
26
26
|
</ngc-card>
|
|
27
|
-
`}get cardClasses(){return{selected:this.selected}}get cardLabelMarkup(){return this.chipLabel?
|
|
27
|
+
`}get cardClasses(){return{selected:this.selected}}get cardLabelMarkup(){return this.chipLabel?n`
|
|
28
28
|
<ngc-chip
|
|
29
29
|
?disabled="${this.disabled}"
|
|
30
30
|
class="gator-button-card-chip-label"
|
|
@@ -33,4 +33,4 @@ import{NjcButtonCard as m}from"../button-card.js";import"../../../node_modules/.
|
|
|
33
33
|
readonly
|
|
34
34
|
>
|
|
35
35
|
${this.chipLabel}
|
|
36
|
-
</ngc-chip>`:null}get disabledClass(){return this.disabled?"gator-button-card_disabled":""}handleClick(t){t.preventDefault(),t.stopImmediatePropagation(),!this.disabled&&this.dispatchEvent(new CustomEvent("click",{bubbles:!0}))}click(){this.handleClick(new CustomEvent("click",{bubbles:!0}))}handleKeydown(t){[p.ENTER,p.SPACE].includes(t.key)&&this.handleClick(t)}};s.shadowRootOptions={...u.shadowRootOptions,delegatesFocus:!0};s.styles=[
|
|
36
|
+
</ngc-chip>`:null}get disabledClass(){return this.disabled?"gator-button-card_disabled":""}handleClick(t){t.preventDefault(),t.stopImmediatePropagation(),!this.disabled&&this.dispatchEvent(new CustomEvent("click",{bubbles:!0}))}click(){this.handleClick(new CustomEvent("click",{bubbles:!0}))}handleKeydown(t){[p.ENTER,p.SPACE].includes(t.key)&&this.handleClick(t)}};s.shadowRootOptions={...u.shadowRootOptions,delegatesFocus:!0};s.styles=[c(v),c(y),c($)];h([f({type:String,attribute:"chip-type"})],s.prototype,"chipType",2);s=h([b("ngc-button-card")],s);export{s as NgcButtonCard};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{customElement as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as a}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as p,nothing as u}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{ref as f}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{generateRandomId as b,getElementId as v}from"../../utils/string-utils.js";import{ifDefined as c}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as g}from"../input/gator/input-text/input-text.gator.js";import{NgcInputBase as x}from"../input/base/input-base.gator.js";import y from"../../packages/web-components/src/components/checkbox/checkbox.gator.scss.js";import $ from"../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import
|
|
1
|
+
import{customElement as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as a}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as p,nothing as u}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{ref as f}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{generateRandomId as b,getElementId as v}from"../../utils/string-utils.js";import{ifDefined as c}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{NgcInputText as g}from"../input/gator/input-text/input-text.gator.js";import{NgcInputBase as x}from"../input/base/input-base.gator.js";import y from"../../packages/web-components/src/components/checkbox/checkbox.gator.scss.js";import $ from"../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import _ from"../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import{unsafeCSS as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var k=Object.defineProperty,T=Object.getOwnPropertyDescriptor,I=Object.getPrototypeOf,C=Reflect.get,s=(e,r,o,l)=>{for(var i=l>1?void 0:l?T(r,o):r,n=e.length-1,h;n>=0;n--)(h=e[n])&&(i=(l?h(r,o,i):h(i))||i);return l&&i&&k(r,o,i),i},R=(e,r,o)=>C(I(e),o,r);let t=class extends g{constructor(){super(...arguments),this.titleText="",this.selected=!1,this.indeterminate=!1,this.hideLabel=!1,this.grouped=!1,this._randomId=b()}updated(e){super.updated(e),e.has("indeterminate")&&this.inputRef.value&&(this.inputRef.value.indeterminate=this.indeterminate),e.has("errorText")&&this.inputRef.value&&this.inputRef.value.setCustomValidity(this.errorText?"true":"")}render(){const e=this.elementId;return p`
|
|
2
2
|
<div class="gator-form-element">
|
|
3
3
|
<div id="${e}-checkbox" class="gator-checkbox">
|
|
4
4
|
<div class="gator-checkbox-input-wrapper">
|
|
@@ -30,4 +30,4 @@ import{customElement as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.
|
|
|
30
30
|
`}get elementId(){return v(this.id,this._randomId)}get bottomText(){return this.grouped?u:p`
|
|
31
31
|
${this.errorTextMarkup}
|
|
32
32
|
${this.helpTextMarkup}
|
|
33
|
-
`}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:this.value,selected:this.selected}}))}click(){this.inputRef.value?.click()}};t.styles=[...R(t,t,"styles").filter(x.primitiveAndSemanticStyleFilter),d(y),d($),d(
|
|
33
|
+
`}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:this.value,selected:this.selected}}))}click(){this.inputRef.value?.click()}};t.styles=[...R(t,t,"styles").filter(x.primitiveAndSemanticStyleFilter),d(y),d($),d(_)];s([a({type:String,attribute:"title-text"})],t.prototype,"titleText",2);s([a({type:Boolean})],t.prototype,"selected",2);s([a({type:Boolean})],t.prototype,"indeterminate",2);s([a({type:Boolean,attribute:"hide-label"})],t.prototype,"hideLabel",2);s([a({type:Boolean,attribute:"grouped"})],t.prototype,"grouped",2);t=s([m("ngc-checkbox")],t);export{t as NgcCheckbox};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{NjcDisplayCard as d}from"../display-card.js";import"../../card/gator/header/card-header.gator.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as t,nothing as c}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import h from"../../../packages/web-components/src/components/card/gator/base/card.gator.scss.js";import g from"../../../packages/web-components/src/components/display-card/gator/display-card.gator.scss.js";import u from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import k from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import{customElement as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell-disabled.js";import"../../icon/gator/templates/bell.js";import"../../icon/gator/templates/binoculars.js";import"../../icon/gator/templates/book.js";import"../../icon/gator/templates/box.js";import"../../icon/gator/templates/brain.js";import"../../icon/gator/templates/cake.js";import"../../icon/gator/templates/calculator.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/camera.js";import"../../icon/gator/templates/caret-up-down.js";import"../../icon/gator/templates/case.js";import"../../icon/gator/templates/chart-bar-horizontal.js";import"../../icon/gator/templates/chart-bar.js";import"../../icon/gator/templates/chart-donut.js";import"../../icon/gator/templates/chart-line.js";import"../../icon/gator/templates/chart-pie.js";import"../../icon/gator/templates/chart-rise.js";import"../../icon/gator/templates/chart-scatter.js";import"../../icon/gator/templates/chat-circle-ai.js";import"../../icon/gator/templates/chat-circle-dots.js";import"../../icon/gator/templates/chat-circle-slash.js";import"../../icon/gator/templates/chat-circle-text.js";import"../../icon/gator/templates/chat-circle.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check-circle-filled.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox-indeterminate.js";import"../../icon/gator/templates/checkbox-selected.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkerboard.js";import"../../icon/gator/templates/chevron-down.js";import"../../icon/gator/templates/chevron-left.js";import"../../icon/gator/templates/chevron-right.js";import"../../icon/gator/templates/chevron-up.js";import"../../icon/gator/templates/circle-arrow-down.js";import"../../icon/gator/templates/circle-arrow-left.js";import"../../icon/gator/templates/circle-arrow-right.js";import"../../icon/gator/templates/circle-arrow-up.js";import"../../icon/gator/templates/circle-dashed.js";import"../../icon/gator/templates/circle-filled.js";import"../../icon/gator/templates/circle.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/collapse.js";import"../../icon/gator/templates/cone.js";import"../../icon/gator/templates/contact-info.js";import"../../icon/gator/templates/copy.js";import"../../icon/gator/templates/credit-card.js";import"../../icon/gator/templates/crop.js";import"../../icon/gator/templates/crosshairs.js";import"../../icon/gator/templates/currency-dollar-simple.js";import"../../icon/gator/templates/currency-eur.js";import"../../icon/gator/templates/currency-gbp.js";import"../../icon/gator/templates/currency-inr.js";import"../../icon/gator/templates/currency-jpy.js";import"../../icon/gator/templates/currency-krw.js";import"../../icon/gator/templates/currency-kzt.js";import"../../icon/gator/templates/currency-ngn.js";import"../../icon/gator/templates/currency-rub.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/cursor.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document-add.js";import"../../icon/gator/templates/document-ai.js";import"../../icon/gator/templates/document-check.js";import"../../icon/gator/templates/document-e-sign.js";import"../../icon/gator/templates/document-image.js";import"../../icon/gator/templates/document-pdf.js";import"../../icon/gator/templates/document-sign.js";import"../../icon/gator/templates/document-zip.js";import"../../icon/gator/templates/document.js";import"../../icon/gator/templates/dollar-bills.js";import"../../icon/gator/templates/dollar-house.js";import"../../icon/gator/templates/down-payment.js";import"../../icon/gator/templates/download.js";import"../../icon/gator/templates/drag-drop.js";import"../../icon/gator/templates/earth.js";import"../../icon/gator/templates/exclude-square.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/facebook-logo.js";import"../../icon/gator/templates/file-code.js";import"../../icon/gator/templates/files.js";import"../../icon/gator/templates/filter-funnel.js";import"../../icon/gator/templates/filters-2.js";import"../../icon/gator/templates/filters.js";import"../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../icon/gator/templates/flags/flag-al-albania.js";import"../../icon/gator/templates/flags/flag-am-armenia.js";import"../../icon/gator/templates/flags/flag-ao-angola.js";import"../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../icon/gator/templates/flags/flag-at-austria.js";import"../../icon/gator/templates/flags/flag-au-australia.js";import"../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../icon/gator/templates/flags/flag-be-belgium.js";import"../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../icon/gator/templates/flags/flag-bj-benin.js";import"../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../icon/gator/templates/flags/flag-br-brazil.js";import"../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../icon/gator/templates/flags/flag-by-belarus.js";import"../../icon/gator/templates/flags/flag-bz-belize.js";import"../../icon/gator/templates/flags/flag-ca-canada.js";import"../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../icon/gator/templates/flags/flag-cl-chile.js";import"../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../icon/gator/templates/flags/flag-cn-china.js";import"../../icon/gator/templates/flags/flag-co-colombia.js";import"../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../icon/gator/templates/flags/flag-de-germany.js";import"../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../icon/gator/templates/flags/flag-es-sain.js";import"../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../icon/gator/templates/flags/flag-fi-finland.js";import"../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../icon/gator/templates/flags/flag-fr-france.js";import"../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../icon/gator/templates/flags/flag-gr-greece.js";import"../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../icon/gator/templates/flags/flag-gu-guam.js";import"../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../icon/gator/templates/flags/flag-il-isreal.js";import"../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../icon/gator/templates/flags/flag-in-india.js";import"../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../icon/gator/templates/flags/flag-ir-iran.js";import"../../icon/gator/templates/flags/flag-is-iceland.js";import"../../icon/gator/templates/flags/flag-it-italy.js";import"../../icon/gator/templates/flags/flag-je-jersey.js";import"../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../icon/gator/templates/flags/flag-jp-japan.js";import"../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../icon/gator/templates/flags/flag-km-comoros.js";import"../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../icon/gator/templates/flags/flag-la-laos.js";import"../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../icon/gator/templates/flags/flag-ly-libya.js";import"../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../icon/gator/templates/flags/flag-md-moldova.js";import"../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../icon/gator/templates/flags/flag-ml-mali.js";import"../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../icon/gator/templates/flags/flag-mo-macao.js";import"../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../icon/gator/templates/flags/flag-mt-malta.js";import"../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../icon/gator/templates/flags/flag-na-namibia.js";import"../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../icon/gator/templates/flags/flag-ne-niger.js";import"../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../icon/gator/templates/flags/flag-no-norway.js";import"../../icon/gator/templates/flags/flag-np-nepal.js";import"../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../icon/gator/templates/flags/flag-nu-niue.js";import"../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../icon/gator/templates/flags/flag-om-oman.js";import"../../icon/gator/templates/flags/flag-pa-panama.js";import"../../icon/gator/templates/flags/flag-pe-peru.js";import"../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../icon/gator/templates/flags/flag-pl-poland.js";import"../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../icon/gator/templates/flags/flag-pw-palau.js";import"../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../icon/gator/templates/flags/flag-re-reunion.js";import"../../icon/gator/templates/flags/flag-ro-romania.js";import"../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../icon/gator/templates/flags/flag-se-seden.js";import"../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../icon/gator/templates/flags/flag-so-smalia.js";import"../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../icon/gator/templates/flags/flag-sy-sria.js";import"../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../icon/gator/templates/flags/flag-td-chad.js";import"../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../icon/gator/templates/flags/flag-tg-togo.js";import"../../icon/gator/templates/flags/flag-th-thailand.js";import"../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../icon/gator/templates/flags/flag-to-tonga.js";import"../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../icon/gator/templates/flags/flag-us-united-states.js";import"../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../icon/gator/templates/flame.js";import"../../icon/gator/templates/flash-off.js";import"../../icon/gator/templates/flash-on.js";import"../../icon/gator/templates/folder.js";import"../../icon/gator/templates/gauge.js";import"../../icon/gator/templates/grid-four.js";import"../../icon/gator/templates/grid-nine.js";import"../../icon/gator/templates/hammer.js";import"../../icon/gator/templates/hand-pointing.js";import"../../icon/gator/templates/heart.js";import"../../icon/gator/templates/home-door.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-finance.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house-simple.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/inbox.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/instagram-logo.js";import"../../icon/gator/templates/interest-rate.js";import"../../icon/gator/templates/invoice.js";import"../../icon/gator/templates/kanban.js";import"../../icon/gator/templates/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.js";import"../../icon/gator/templates/lightbulb-filament.js";import"../../icon/gator/templates/lightbulb.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/linkedin-logo.js";import"../../icon/gator/templates/list-star.js";import"../../icon/gator/templates/list.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail-open.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mailbox.js";import"../../icon/gator/templates/map.js";import"../../icon/gator/templates/menu-hamburger.js";import"../../icon/gator/templates/microsoft-excel-logo.js";import"../../icon/gator/templates/microsoft-outlook-logo.js";import"../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../icon/gator/templates/microsoft-teams-logo.js";import"../../icon/gator/templates/microsoft-word-logo.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/minus.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move-doc.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/music.js";import"../../icon/gator/templates/number-0.js";import"../../icon/gator/templates/number-1.js";import"../../icon/gator/templates/number-10.js";import"../../icon/gator/templates/number-2.js";import"../../icon/gator/templates/number-3.js";import"../../icon/gator/templates/number-4.js";import"../../icon/gator/templates/number-5.js";import"../../icon/gator/templates/number-6.js";import"../../icon/gator/templates/number-7.js";import"../../icon/gator/templates/number-8.js";import"../../icon/gator/templates/number-9.js";import"../../icon/gator/templates/overflow-menu.js";import"../../icon/gator/templates/paper-airplane.js";import"../../icon/gator/templates/paperclip.js";import"../../icon/gator/templates/pause-circle.js";import"../../icon/gator/templates/pause.js";import"../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../icon/gator/templates/payments/payment-amex.js";import"../../icon/gator/templates/payments/payment-apple-pay.js";import"../../icon/gator/templates/payments/payment-discover.js";import"../../icon/gator/templates/payments/payment-google-pay.js";import"../../icon/gator/templates/payments/payment-mastercard.js";import"../../icon/gator/templates/payments/payment-visa.js";import"../../icon/gator/templates/pen.js";import"../../icon/gator/templates/pencil-paper.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/people-multiple.js";import"../../icon/gator/templates/people-share.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/person-add.js";import"../../icon/gator/templates/person-check.js";import"../../icon/gator/templates/person-lock.js";import"../../icon/gator/templates/person.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.js";import"../../icon/gator/templates/phone.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/pin.js";import"../../icon/gator/templates/pinterest-logo.js";import"../../icon/gator/templates/play-circle.js";import"../../icon/gator/templates/play.js";import"../../icon/gator/templates/plus-circle.js";import"../../icon/gator/templates/plus.js";import"../../icon/gator/templates/printer.js";import"../../icon/gator/templates/question-chat-bubble.js";import"../../icon/gator/templates/question-circle.js";import"../../icon/gator/templates/question-mark.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/receipt.js";import"../../icon/gator/templates/restricted-filled.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/robot.js";import"../../icon/gator/templates/sandals.js";import"../../icon/gator/templates/save.js";import"../../icon/gator/templates/screen.js";import"../../icon/gator/templates/search.js";import"../../icon/gator/templates/selection.js";import"../../icon/gator/templates/send-filled.js";import"../../icon/gator/templates/send.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/share-1.js";import"../../icon/gator/templates/share-2.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/shield-warning.js";import"../../icon/gator/templates/sidebar-simple.js";import"../../icon/gator/templates/sidebar.js";import"../../icon/gator/templates/smart-home.js";import"../../icon/gator/templates/sort-arrow-solid-down.js";import"../../icon/gator/templates/sort-arrow-solid-left.js";import"../../icon/gator/templates/sort-arrow-solid-right.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-arrow-solid-up.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/square-split-horizontal.js";import"../../icon/gator/templates/square-split-vertical.js";import"../../icon/gator/templates/square.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star-four-filled.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/stopwatch.js";import"../../icon/gator/templates/sun.js";import"../../icon/gator/templates/sync.js";import"../../icon/gator/templates/tab-arrows.js";import"../../icon/gator/templates/table.js";import"../../icon/gator/templates/target.js";import"../../icon/gator/templates/text-aa.js";import"../../icon/gator/templates/thumbs-down.js";import"../../icon/gator/templates/thumbs-up.js";import"../../icon/gator/templates/tools.js";import"../../icon/gator/templates/touch-id.js";import"../../icon/gator/templates/trash.js";import"../../icon/gator/templates/trend-up.js";import"../../icon/gator/templates/twitter-logo.js";import"../../icon/gator/templates/unlink.js";import"../../icon/gator/templates/unlock.js";import"../../icon/gator/templates/upload.js";import"../../icon/gator/templates/video.js";import"../../icon/gator/templates/waffle.js";import"../../icon/gator/templates/warning-circle.js";import"../../icon/gator/templates/warning-diamond.js";import"../../icon/gator/templates/warning-filled.js";import"../../icon/gator/templates/warning-octagon.js";import"../../icon/gator/templates/warning.js";import"../../icon/gator/templates/wet-sign.js";import"../../icon/gator/templates/wifi-off.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/x-logo.js";import"../../icon/gator/templates/yelp-logo.js";import"../../icon/gator/templates/youtube-logo.js";import"../../icon/gator/templates/zillow-logo.js";import"../../button/gator/button.gator.js";import{ifDefined as e}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{classMap as v}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var $=Object.getOwnPropertyDescriptor,b=(r,o,l,a)=>{for(var i=a>1?void 0:a?$(o,l):o,m=r.length-1,n;m>=0;m--)(n=r[m])&&(i=n(i)||i);return i};let s=class extends d{render(){return t`
|
|
1
|
+
import{NjcDisplayCard as d}from"../display-card.js";import"../../card/gator/header/card-header.gator.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as t,nothing as c}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import h from"../../../packages/web-components/src/components/card/gator/base/card.gator.scss.js";import g from"../../../packages/web-components/src/components/display-card/gator/display-card.gator.scss.js";import u from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import f from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import{customElement as k}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell-disabled.js";import"../../icon/gator/templates/bell.js";import"../../icon/gator/templates/binoculars.js";import"../../icon/gator/templates/book.js";import"../../icon/gator/templates/box.js";import"../../icon/gator/templates/brain.js";import"../../icon/gator/templates/cake.js";import"../../icon/gator/templates/calculator.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/camera.js";import"../../icon/gator/templates/caret-up-down.js";import"../../icon/gator/templates/case.js";import"../../icon/gator/templates/chart-bar-horizontal.js";import"../../icon/gator/templates/chart-bar.js";import"../../icon/gator/templates/chart-donut.js";import"../../icon/gator/templates/chart-line.js";import"../../icon/gator/templates/chart-pie.js";import"../../icon/gator/templates/chart-rise.js";import"../../icon/gator/templates/chart-scatter.js";import"../../icon/gator/templates/chat-circle-ai.js";import"../../icon/gator/templates/chat-circle-dots.js";import"../../icon/gator/templates/chat-circle-slash.js";import"../../icon/gator/templates/chat-circle-text.js";import"../../icon/gator/templates/chat-circle.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check-circle-filled.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox-indeterminate.js";import"../../icon/gator/templates/checkbox-selected.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkerboard.js";import"../../icon/gator/templates/chevron-down.js";import"../../icon/gator/templates/chevron-left.js";import"../../icon/gator/templates/chevron-right.js";import"../../icon/gator/templates/chevron-up.js";import"../../icon/gator/templates/circle-arrow-down.js";import"../../icon/gator/templates/circle-arrow-left.js";import"../../icon/gator/templates/circle-arrow-right.js";import"../../icon/gator/templates/circle-arrow-up.js";import"../../icon/gator/templates/circle-dashed.js";import"../../icon/gator/templates/circle-filled.js";import"../../icon/gator/templates/circle.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/collapse.js";import"../../icon/gator/templates/cone.js";import"../../icon/gator/templates/contact-info.js";import"../../icon/gator/templates/copy.js";import"../../icon/gator/templates/credit-card.js";import"../../icon/gator/templates/crop.js";import"../../icon/gator/templates/crosshairs.js";import"../../icon/gator/templates/currency-dollar-simple.js";import"../../icon/gator/templates/currency-eur.js";import"../../icon/gator/templates/currency-gbp.js";import"../../icon/gator/templates/currency-inr.js";import"../../icon/gator/templates/currency-jpy.js";import"../../icon/gator/templates/currency-krw.js";import"../../icon/gator/templates/currency-kzt.js";import"../../icon/gator/templates/currency-ngn.js";import"../../icon/gator/templates/currency-rub.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/cursor.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document-add.js";import"../../icon/gator/templates/document-ai.js";import"../../icon/gator/templates/document-check.js";import"../../icon/gator/templates/document-e-sign.js";import"../../icon/gator/templates/document-image.js";import"../../icon/gator/templates/document-pdf.js";import"../../icon/gator/templates/document-sign.js";import"../../icon/gator/templates/document-zip.js";import"../../icon/gator/templates/document.js";import"../../icon/gator/templates/dollar-bills.js";import"../../icon/gator/templates/dollar-house.js";import"../../icon/gator/templates/down-payment.js";import"../../icon/gator/templates/download.js";import"../../icon/gator/templates/drag-drop.js";import"../../icon/gator/templates/earth.js";import"../../icon/gator/templates/exclude-square.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/facebook-logo.js";import"../../icon/gator/templates/file-code.js";import"../../icon/gator/templates/files.js";import"../../icon/gator/templates/filter-funnel.js";import"../../icon/gator/templates/filters-2.js";import"../../icon/gator/templates/filters.js";import"../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../icon/gator/templates/flags/flag-al-albania.js";import"../../icon/gator/templates/flags/flag-am-armenia.js";import"../../icon/gator/templates/flags/flag-ao-angola.js";import"../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../icon/gator/templates/flags/flag-at-austria.js";import"../../icon/gator/templates/flags/flag-au-australia.js";import"../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../icon/gator/templates/flags/flag-be-belgium.js";import"../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../icon/gator/templates/flags/flag-bj-benin.js";import"../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../icon/gator/templates/flags/flag-br-brazil.js";import"../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../icon/gator/templates/flags/flag-by-belarus.js";import"../../icon/gator/templates/flags/flag-bz-belize.js";import"../../icon/gator/templates/flags/flag-ca-canada.js";import"../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../icon/gator/templates/flags/flag-cl-chile.js";import"../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../icon/gator/templates/flags/flag-cn-china.js";import"../../icon/gator/templates/flags/flag-co-colombia.js";import"../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../icon/gator/templates/flags/flag-de-germany.js";import"../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../icon/gator/templates/flags/flag-es-sain.js";import"../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../icon/gator/templates/flags/flag-fi-finland.js";import"../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../icon/gator/templates/flags/flag-fr-france.js";import"../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../icon/gator/templates/flags/flag-gr-greece.js";import"../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../icon/gator/templates/flags/flag-gu-guam.js";import"../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../icon/gator/templates/flags/flag-il-isreal.js";import"../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../icon/gator/templates/flags/flag-in-india.js";import"../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../icon/gator/templates/flags/flag-ir-iran.js";import"../../icon/gator/templates/flags/flag-is-iceland.js";import"../../icon/gator/templates/flags/flag-it-italy.js";import"../../icon/gator/templates/flags/flag-je-jersey.js";import"../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../icon/gator/templates/flags/flag-jp-japan.js";import"../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../icon/gator/templates/flags/flag-km-comoros.js";import"../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../icon/gator/templates/flags/flag-la-laos.js";import"../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../icon/gator/templates/flags/flag-ly-libya.js";import"../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../icon/gator/templates/flags/flag-md-moldova.js";import"../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../icon/gator/templates/flags/flag-ml-mali.js";import"../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../icon/gator/templates/flags/flag-mo-macao.js";import"../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../icon/gator/templates/flags/flag-mt-malta.js";import"../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../icon/gator/templates/flags/flag-na-namibia.js";import"../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../icon/gator/templates/flags/flag-ne-niger.js";import"../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../icon/gator/templates/flags/flag-no-norway.js";import"../../icon/gator/templates/flags/flag-np-nepal.js";import"../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../icon/gator/templates/flags/flag-nu-niue.js";import"../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../icon/gator/templates/flags/flag-om-oman.js";import"../../icon/gator/templates/flags/flag-pa-panama.js";import"../../icon/gator/templates/flags/flag-pe-peru.js";import"../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../icon/gator/templates/flags/flag-pl-poland.js";import"../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../icon/gator/templates/flags/flag-pw-palau.js";import"../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../icon/gator/templates/flags/flag-re-reunion.js";import"../../icon/gator/templates/flags/flag-ro-romania.js";import"../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../icon/gator/templates/flags/flag-se-seden.js";import"../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../icon/gator/templates/flags/flag-so-smalia.js";import"../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../icon/gator/templates/flags/flag-sy-sria.js";import"../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../icon/gator/templates/flags/flag-td-chad.js";import"../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../icon/gator/templates/flags/flag-tg-togo.js";import"../../icon/gator/templates/flags/flag-th-thailand.js";import"../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../icon/gator/templates/flags/flag-to-tonga.js";import"../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../icon/gator/templates/flags/flag-us-united-states.js";import"../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../icon/gator/templates/flame.js";import"../../icon/gator/templates/flash-off.js";import"../../icon/gator/templates/flash-on.js";import"../../icon/gator/templates/folder.js";import"../../icon/gator/templates/gauge.js";import"../../icon/gator/templates/grid-four.js";import"../../icon/gator/templates/grid-nine.js";import"../../icon/gator/templates/hammer.js";import"../../icon/gator/templates/hand-pointing.js";import"../../icon/gator/templates/heart.js";import"../../icon/gator/templates/home-door.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-finance.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house-simple.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/inbox.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/instagram-logo.js";import"../../icon/gator/templates/interest-rate.js";import"../../icon/gator/templates/invoice.js";import"../../icon/gator/templates/kanban.js";import"../../icon/gator/templates/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.js";import"../../icon/gator/templates/lightbulb-filament.js";import"../../icon/gator/templates/lightbulb.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/linkedin-logo.js";import"../../icon/gator/templates/list-star.js";import"../../icon/gator/templates/list.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail-open.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mailbox.js";import"../../icon/gator/templates/map.js";import"../../icon/gator/templates/menu-hamburger.js";import"../../icon/gator/templates/microsoft-excel-logo.js";import"../../icon/gator/templates/microsoft-outlook-logo.js";import"../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../icon/gator/templates/microsoft-teams-logo.js";import"../../icon/gator/templates/microsoft-word-logo.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/minus.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move-doc.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/music.js";import"../../icon/gator/templates/number-0.js";import"../../icon/gator/templates/number-1.js";import"../../icon/gator/templates/number-10.js";import"../../icon/gator/templates/number-2.js";import"../../icon/gator/templates/number-3.js";import"../../icon/gator/templates/number-4.js";import"../../icon/gator/templates/number-5.js";import"../../icon/gator/templates/number-6.js";import"../../icon/gator/templates/number-7.js";import"../../icon/gator/templates/number-8.js";import"../../icon/gator/templates/number-9.js";import"../../icon/gator/templates/overflow-menu.js";import"../../icon/gator/templates/paper-airplane.js";import"../../icon/gator/templates/paperclip.js";import"../../icon/gator/templates/pause-circle.js";import"../../icon/gator/templates/pause.js";import"../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../icon/gator/templates/payments/payment-amex.js";import"../../icon/gator/templates/payments/payment-apple-pay.js";import"../../icon/gator/templates/payments/payment-discover.js";import"../../icon/gator/templates/payments/payment-google-pay.js";import"../../icon/gator/templates/payments/payment-mastercard.js";import"../../icon/gator/templates/payments/payment-visa.js";import"../../icon/gator/templates/pen.js";import"../../icon/gator/templates/pencil-paper.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/people-multiple.js";import"../../icon/gator/templates/people-share.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/person-add.js";import"../../icon/gator/templates/person-check.js";import"../../icon/gator/templates/person-lock.js";import"../../icon/gator/templates/person.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.js";import"../../icon/gator/templates/phone.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/pin.js";import"../../icon/gator/templates/pinterest-logo.js";import"../../icon/gator/templates/play-circle.js";import"../../icon/gator/templates/play.js";import"../../icon/gator/templates/plus-circle.js";import"../../icon/gator/templates/plus.js";import"../../icon/gator/templates/printer.js";import"../../icon/gator/templates/question-chat-bubble.js";import"../../icon/gator/templates/question-circle.js";import"../../icon/gator/templates/question-mark.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/receipt.js";import"../../icon/gator/templates/restricted-filled.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/robot.js";import"../../icon/gator/templates/sandals.js";import"../../icon/gator/templates/save.js";import"../../icon/gator/templates/screen.js";import"../../icon/gator/templates/search.js";import"../../icon/gator/templates/selection.js";import"../../icon/gator/templates/send-filled.js";import"../../icon/gator/templates/send.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/share-1.js";import"../../icon/gator/templates/share-2.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/shield-warning.js";import"../../icon/gator/templates/sidebar-simple.js";import"../../icon/gator/templates/sidebar.js";import"../../icon/gator/templates/smart-home.js";import"../../icon/gator/templates/sort-arrow-solid-down.js";import"../../icon/gator/templates/sort-arrow-solid-left.js";import"../../icon/gator/templates/sort-arrow-solid-right.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-arrow-solid-up.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/square-split-horizontal.js";import"../../icon/gator/templates/square-split-vertical.js";import"../../icon/gator/templates/square.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star-four-filled.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/stopwatch.js";import"../../icon/gator/templates/sun.js";import"../../icon/gator/templates/sync.js";import"../../icon/gator/templates/tab-arrows.js";import"../../icon/gator/templates/table.js";import"../../icon/gator/templates/target.js";import"../../icon/gator/templates/text-aa.js";import"../../icon/gator/templates/thumbs-down.js";import"../../icon/gator/templates/thumbs-up.js";import"../../icon/gator/templates/tools.js";import"../../icon/gator/templates/touch-id.js";import"../../icon/gator/templates/trash.js";import"../../icon/gator/templates/trend-up.js";import"../../icon/gator/templates/twitter-logo.js";import"../../icon/gator/templates/unlink.js";import"../../icon/gator/templates/unlock.js";import"../../icon/gator/templates/upload.js";import"../../icon/gator/templates/video.js";import"../../icon/gator/templates/waffle.js";import"../../icon/gator/templates/warning-circle.js";import"../../icon/gator/templates/warning-diamond.js";import"../../icon/gator/templates/warning-filled.js";import"../../icon/gator/templates/warning-octagon.js";import"../../icon/gator/templates/warning.js";import"../../icon/gator/templates/wet-sign.js";import"../../icon/gator/templates/wifi-off.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/x-logo.js";import"../../icon/gator/templates/yelp-logo.js";import"../../icon/gator/templates/youtube-logo.js";import"../../icon/gator/templates/zillow-logo.js";import"../../button/gator/button.gator.js";import{ifDefined as e}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{classMap as v}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var $=Object.getOwnPropertyDescriptor,b=(r,o,l,a)=>{for(var i=a>1?void 0:a?$(o,l):o,m=r.length-1,n;m>=0;m--)(n=r[m])&&(i=n(i)||i);return i};let s=class extends d{render(){return t`
|
|
2
2
|
<ngc-card class="${v(this.classes)}">
|
|
3
3
|
${this.headerMarkup}
|
|
4
4
|
${this.contentMarkup}
|
|
@@ -48,4 +48,4 @@ import{NjcDisplayCard as d}from"../display-card.js";import"../../card/gator/head
|
|
|
48
48
|
${this.skeleton?r:o}
|
|
49
49
|
</div>
|
|
50
50
|
</ngc-card-footer>
|
|
51
|
-
`}handleActionClick(){this.dispatchEvent(new CustomEvent("action-click",{bubbles:!0}))}};s.styles=[p(g),p(u),p(h),p(
|
|
51
|
+
`}handleActionClick(){this.dispatchEvent(new CustomEvent("action-click",{bubbles:!0}))}};s.styles=[p(g),p(u),p(h),p(f)];s=b([k("ngc-display-card")],s);export{s as NgcDisplayCard};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as
|
|
1
|
+
import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n,nothing as g}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as c}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import m from"../../../packages/web-components/src/components/fab/gator/fab.gator.scss.js";import u from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import b from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import{NjcFab as d}from"../fab.js";import"../../loading-spinner/gator/loading-spinner.gator.js";import{unsafeCSS as o}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var f=Object.getOwnPropertyDescriptor,p=(e,s,r,t)=>{for(var a=t>1?void 0:t?f(s,r):s,l=e.length-1,h;l>=0;l--)(h=e[l])&&(a=h(a)||a);return a};let i=class extends d{render(){return n`
|
|
2
2
|
<button
|
|
3
3
|
aria-label=${this.buttonAriaLabel}
|
|
4
4
|
class="gator-fab ${this.sizeClass} ${this.loadingClass}"
|
|
@@ -6,13 +6,13 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit
|
|
|
6
6
|
aria-disabled="${this.disabled||this.loading}"
|
|
7
7
|
@click="${this.handleClick}"
|
|
8
8
|
>
|
|
9
|
-
${this.loading?this.loadingMarkup:
|
|
9
|
+
${this.loading?this.loadingMarkup:n`<slot @slotchange="${this.handleSlotChange}"></slot>`}
|
|
10
10
|
</button>
|
|
11
|
-
`}updated(){this.setIconSizes()}handleSlotChange(e){const r=e.target.assignedElements();for(let t of r)t.tagName.toLowerCase()==="ngc-icon"&&(this._iconElement=t,this.setIconSizes())}handleClick(e){e.preventDefault(),e.stopPropagation(),!(this.disabled||this.loading)&&this.dispatchEvent(new CustomEvent("click",{bubbles:!0,composed:!0}))}setIconSizes(){this._iconElement&&(this._iconElement.height=this.heightAndWidthForSize,this._iconElement.width=this.heightAndWidthForSize)}get buttonAriaLabel(){return this.loading?this.loadingAriaLabel:this.dataset.ariaLabel?this.dataset.ariaLabel:this.ariaLabel?this.ariaLabel:g}get loadingClass(){return this.loading?"gator-fab_loading":null}get heightAndWidthForSize(){switch(this.size){case"medium":return"24";case"large":return"36";case"xlarge":return"40";case"small":default:return"18"}}get sizeClass(){switch(this.size){case"medium":return"gator-fab_medium";case"large":return"gator-fab_large";case"xlarge":return"gator-fab_xlarge";case"small":default:return"gator-fab_small"}}get loadingMarkup(){let e;switch(this.size){case"small":case"medium":e="medium";break;case"large":e="large";break;case"xlarge":e="xlarge";break;default:e="small";break}return
|
|
11
|
+
`}updated(){this.setIconSizes()}handleSlotChange(e){const r=e.target.assignedElements();for(let t of r)t.tagName.toLowerCase()==="ngc-icon"&&(this._iconElement=t,this.setIconSizes())}handleClick(e){e.preventDefault(),e.stopPropagation(),!(this.disabled||this.loading)&&this.dispatchEvent(new CustomEvent("click",{bubbles:!0,composed:!0}))}setIconSizes(){this._iconElement&&(this._iconElement.height=this.heightAndWidthForSize,this._iconElement.width=this.heightAndWidthForSize)}get buttonAriaLabel(){return this.loading?this.loadingAriaLabel:this.dataset.ariaLabel?this.dataset.ariaLabel:this.ariaLabel?this.ariaLabel:g}get loadingClass(){return this.loading?"gator-fab_loading":null}get heightAndWidthForSize(){switch(this.size){case"medium":return"24";case"large":return"36";case"xlarge":return"40";case"small":default:return"18"}}get sizeClass(){switch(this.size){case"medium":return"gator-fab_medium";case"large":return"gator-fab_large";case"xlarge":return"gator-fab_xlarge";case"small":default:return"gator-fab_small"}}get loadingMarkup(){let e;switch(this.size){case"small":case"medium":e="medium";break;case"large":e="large";break;case"xlarge":e="xlarge";break;default:e="small";break}return n`
|
|
12
12
|
<div
|
|
13
13
|
class="gator-fab-loader"
|
|
14
14
|
style="width: ${this.heightAndWidthForSize}px; height: ${this.heightAndWidthForSize}px"
|
|
15
15
|
>
|
|
16
16
|
<ngc-loading-spinner .size="${e}"></ngc-loading-spinner>
|
|
17
17
|
</div>
|
|
18
|
-
`}};i.styles=[
|
|
18
|
+
`}};i.styles=[o(m),o(u),o(b)];i.shadowRootOptions={...d.shadowRootOptions,delegatesFocus:!0};i=p([c("ngc-fab")],i);export{i as NgcFab};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as l}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{NjcGuidedNav as c}from"../../guided-nav.js";import"../../../list/gator/list/list.gator.js";import"../../../list/gator/list-item/list-item.gator.js";import"../guided-nav-step/guided-nav-step.gator.js";import"../guided-nav-substep/guided-nav-substep.gator.js";import{toasterService as a}from"../../../../services/toaster-service.js";var h=Object.getOwnPropertyDescriptor,S=(e,t,
|
|
1
|
+
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as l}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{NjcGuidedNav as c}from"../../guided-nav.js";import"../../../list/gator/list/list.gator.js";import"../../../list/gator/list-item/list-item.gator.js";import"../guided-nav-step/guided-nav-step.gator.js";import"../guided-nav-substep/guided-nav-substep.gator.js";import{toasterService as a}from"../../../../services/toaster-service.js";var h=Object.getOwnPropertyDescriptor,S=(e,t,s,i)=>{for(var r=i>1?void 0:i?h(t,s):t,n=e.length-1,p;n>=0;n--)(p=e[n])&&(r=p(r)||r);return r};let u=class extends c{connectedCallback(){super.connectedCallback(),this._createToaster()}render(){return o`
|
|
2
2
|
<div class="ngc-guided-nav">
|
|
3
|
-
<ngc-list
|
|
3
|
+
<ngc-list
|
|
4
|
+
aria-label="Guided Navigation Steps"
|
|
5
|
+
role="list">
|
|
4
6
|
${this.steps.map(e=>o`
|
|
5
7
|
<ngc-guided-nav-step
|
|
6
8
|
.step="${e}"
|
|
@@ -14,4 +16,4 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@
|
|
|
14
16
|
`)}
|
|
15
17
|
</ngc-list>
|
|
16
18
|
</div>
|
|
17
|
-
`}_getStepState(e){if(e.substeps&&e.substeps.length>0){const
|
|
19
|
+
`}_getStepState(e){if(e.substeps&&e.substeps.length>0){const i=e.substeps?.length??0,r=e.substeps?.filter(d=>d.complete).length??0,n=r>0&&r<i;return r===i?"complete":n?"current":"incomplete"}const s=!(this.steps[this.steps.indexOf(e)-1]?.complete??!1);return e.complete?"complete":s?"incomplete":"current"}_handleStepSelected(e,t){e.preventDefault(),e.stopPropagation(),this._moveToStep(t)}_handleSubstepSelected(e,t,s){e.preventDefault(),this._moveToSubstep(t,s)}_moveToStep(e){if(this.forwardNavigationDisabled){const t=this._getStepState(e);if(!(t==="current"||t==="complete")){this._showForwardNavigationErrorToast();return}}this._dispatchChangeEvent({step:e.id,substep:e.substeps?.[0]?.id??null})}_moveToSubstep(e,t){if(this.forwardNavigationDisabled&&!this._isSubstepCompleteOrNext(e)){this._showForwardNavigationErrorToast();return}const s=t??this.selectedStep?.step;this._dispatchChangeEvent({step:s,substep:e.id})}_isSubstepCompleteOrNext(e){if(e.complete)return!0;const t=this.steps.find(i=>i.id===this.selectedStep?.step);return!t||!t.substeps?!1:t?.substeps?.findIndex(i=>i.complete===!1)-1===t.substeps.indexOf(e)-1}_createToaster(){if(document.querySelector("ngc-toaster"))return;const e=document.createElement("ngc-toaster");e.position="bottom-right",e.defaultToastOptions={duration:5e3,dismissible:!0},document.body.appendChild(e)}_showForwardNavigationErrorToast(){a.error(this.forwardNavigationDisabledErrorMessage)}_dispatchChangeEvent(e){const t=new CustomEvent("change",{composed:!0,bubbles:!0,detail:{value:e}});this.dispatchEvent(t)}moveToNextStep(){const e=this.steps.find(s=>s.id===this.selectedStep?.step);if(!e)return;if(e.substeps&&e.substeps.length>0&&this.selectedStep?.substep){const s=e.substeps.findIndex(r=>r.id===this.selectedStep?.substep),i=e.substeps[s+1];if(i){this._moveToSubstep(i,e.id);return}}const t=this.steps[this.steps.indexOf(e)+1];t&&this._moveToStep(t)}moveToPreviousStep(){const e=this.steps.find(s=>s.id===this.selectedStep?.step);if(!e)return;if(e.substeps&&e.substeps.length>0&&this.selectedStep?.substep){const s=e.substeps.findIndex(r=>r.id===this.selectedStep?.substep),i=e.substeps[s-1];if(i){this._moveToSubstep(i,e.id);return}}const t=this.steps[this.steps.indexOf(e)-1];t&&this._dispatchChangeEvent({step:t.id,substep:t.substeps?.[t.substeps.length-1]?.id??null})}getCurrentStepProgress(){const e=this.steps.find(n=>n.id===this.selectedStep?.step);if(!e)return 0;const t=this.steps.indexOf(e),s=this.steps.slice(0,t).reduce((n,p)=>n+(p.substeps?.length||1),0);let i=0;if(this.selectedStep?.substep&&e.substeps?.length){const n=e.substeps.findIndex(p=>p.id===this.selectedStep?.substep);n>-1&&(i=n)}return(s+i)/this._totalStepsAndSubsteps*100}};u=S([l("ngc-guided-nav")],u);export{u as NgcGuidedNav};
|
|
@@ -1,34 +1,43 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as
|
|
2
|
-
<div class="${
|
|
1
|
+
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as m,html as c}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as b}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as a}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{state as _}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js";import{classMap as u}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import S from"../../../../packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js";import f from"../../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import $ from"../../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import"../../../list/gator/list-item/list-item.gator.js";import{NgcComponent as h}from"../../../../utils/components/ngc-component.js";import{ifDefined as v}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{unsafeCSS as o}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var x=Object.defineProperty,y=Object.getOwnPropertyDescriptor,E=Object.getPrototypeOf,C=Reflect.get,p=(e,s,r,n)=>{for(var i=n>1?void 0:n?y(s,r):s,d=e.length-1,l;d>=0;d--)(l=e[d])&&(i=(n?l(s,r,i):l(i))||i);return n&&i&&x(s,r,i),i},g=(e,s,r)=>C(E(e),r,s);let t=class extends h{constructor(){super(...arguments),this.step={id:"",value:"",text:""},this.selectedStep={step:"",substep:null},this.state="complete",this.onStepSelected=()=>{},this.onSubstepSelected=()=>{},this.badgeContent=null,this._substepsExpanded=!1}updated(e){(e.has("_isSelected")||e.has("selectedStep"))&&(this._substepsExpanded=this._hasSubsteps&&this._isSelected||!1)}render(){return c`
|
|
2
|
+
<div class="${u(this._stepClasses)}" role="listitem">
|
|
3
3
|
<ngc-list-item
|
|
4
4
|
id="${this.step.id}"
|
|
5
|
-
class="${
|
|
5
|
+
class="${u(this._stepListItemClasses)}"
|
|
6
6
|
text="${this.step.text}"
|
|
7
7
|
value="${this.step.value}"
|
|
8
8
|
start-icon="${this._stepProgressIcon}"
|
|
9
9
|
hide-checkmark
|
|
10
|
-
tabindex="0"
|
|
10
|
+
.tabindex="${0}"
|
|
11
11
|
?current-list-item="${this.state==="current"}"
|
|
12
12
|
?selected="${this._isSelected}"
|
|
13
13
|
selectable
|
|
14
|
-
@selected="${
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
@selected="${this.handleSelected}"
|
|
15
|
+
role="${this._hasSubsteps?"button":"link"}"
|
|
16
|
+
aria-current="${!this._hasSubsteps&&this._isSelected?"step":"false"}"
|
|
17
|
+
aria-expanded=${v(this._hasSubsteps?this._substepsExpanded:void 0)}
|
|
18
|
+
>
|
|
19
|
+
${this.badgeContent?c`<ngc-badge slot="end">${this.badgeContent}</ngc-badge>`:m}
|
|
20
|
+
</ngc-list-item>
|
|
18
21
|
${this._substepElementsMarkup}
|
|
19
22
|
</div>
|
|
20
|
-
`}get _stepClasses(){return{"ngc-guided-nav-step":!0,"ngc-guided-nav-step-selected":this._isSelected}}get _stepListItemClasses(){return{"ngc-guided-nav-step-complete":this.state==="complete","ngc-guided-nav-step-current":this.state==="current"}}get _stepProgressIcon(){switch(this.state){case"complete":return"check-circle";case"current":return"circle-arrow-right";case"incomplete":return"circle-filled";default:return"circle-filled"}}get
|
|
21
|
-
<ngc-list
|
|
22
|
-
${this.
|
|
23
|
+
`}get _stepClasses(){return{"ngc-guided-nav-step":!0,"ngc-guided-nav-step-selected":this._isSelected,"ngc-guided-nav-step-expanded":this._substepsExpanded}}get _stepListItemClasses(){return{"ngc-guided-nav-step-complete":this.state==="complete","ngc-guided-nav-step-current":this.state==="current"}}get _stepProgressIcon(){switch(this.state){case"complete":return"check-circle";case"current":return"circle-arrow-right";case"incomplete":return"circle-filled";default:return"circle-filled"}}get _hasSubsteps(){return this.step.substeps&&this.step.substeps.length>0}get _substepElementsMarkup(){return c`
|
|
24
|
+
<ngc-list
|
|
25
|
+
class="ngc-guided-nav-substeps ${this._substepsExpanded?"":"gator-visually-hidden"}"
|
|
26
|
+
aria-label="${this.step.text}"
|
|
27
|
+
aria-hidden="${!this._substepsExpanded}"
|
|
28
|
+
role="list">
|
|
29
|
+
${this._substeps?.map((e,s)=>{const r=this._getSubstepState(e,this._substeps[s-1]),n=this._isSelected&&this.selectedStep.substep===e.id;return c`
|
|
23
30
|
<ngc-guided-nav-substep
|
|
24
|
-
class="${
|
|
31
|
+
class="${s===this._substeps.length-1?"ngc-guided-nav-substep-last":""}"
|
|
25
32
|
.substep="${e}"
|
|
26
33
|
.state="${r}"
|
|
27
|
-
.
|
|
34
|
+
.parentStepId="${this.step.id}"
|
|
35
|
+
.onSubstepSelected="${(i,d,l)=>this.onSubstepSelected(i,d,l)}"
|
|
28
36
|
?selected="${n}"
|
|
29
37
|
selectable
|
|
30
38
|
.badgeContent="${e.badgeContent}"
|
|
39
|
+
?isHidden="${!this._substepsExpanded}"
|
|
31
40
|
></ngc-guided-nav-substep>
|
|
32
41
|
`})}
|
|
33
42
|
</ngc-list>
|
|
34
|
-
|
|
43
|
+
`}handleSelected(e){if(e.detail.interactionType==="keyboard"&&this._hasSubsteps){this._substepsExpanded=!this._substepsExpanded;return}this.onStepSelected(e,this.step)}get _isSelected(){return this.selectedStep?.step===this.step.id}get _substeps(){return this.step.substeps??[]}_getSubstepState(e,s){return e.complete?"complete":s?.complete||!s?"current":"incomplete"}};t.shadowRootOptions={...g(t,t,"shadowRootOptions"),delegatesFocus:!0};t.styles=[...g(t,t,"styles").filter(h.primitiveAndSemanticStyleFilter),o(f),o($),o(S)];p([a()],t.prototype,"step",2);p([a()],t.prototype,"selectedStep",2);p([a()],t.prototype,"state",2);p([a({type:Function})],t.prototype,"onStepSelected",2);p([a({type:Function})],t.prototype,"onSubstepSelected",2);p([a({type:String})],t.prototype,"badgeContent",2);p([_()],t.prototype,"_substepsExpanded",2);t=p([b("ngc-guided-nav-step")],t);export{t as NgcGuidedNavStep};
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as
|
|
2
|
-
<div class="${
|
|
1
|
+
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as b,html as u}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as g}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as i}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{classMap as d}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import h from"../../../../packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js";import f from"../../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import v from"../../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import"../../../list/gator/list-item/list-item.gator.js";import{NgcComponent as m}from"../../../../utils/components/ngc-component.js";import{unsafeCSS as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var _=Object.defineProperty,y=Object.getOwnPropertyDescriptor,S=Object.getPrototypeOf,C=Reflect.get,r=(t,p,n,o)=>{for(var s=o>1?void 0:o?y(p,n):p,a=t.length-1,l;a>=0;a--)(l=t[a])&&(s=(o?l(p,n,s):l(s))||s);return o&&s&&_(p,n,s),s},$=(t,p,n)=>C(S(t),n,p);let e=class extends m{constructor(){super(...arguments),this.substep={id:"",value:"",text:"",complete:!1},this.selected=!1,this.state="complete",this.isHidden=!1,this.onSubstepSelected=()=>{}}render(){return u`
|
|
2
|
+
<div class="${d(this._substepClasses)}" role="listitem">
|
|
3
3
|
<ngc-list-item
|
|
4
|
-
class=${
|
|
4
|
+
class=${d(this._substepListItemClasses)}
|
|
5
5
|
text="${this.substep.text}"
|
|
6
6
|
.value="${this.substep.value}"
|
|
7
|
-
tabindex="0"
|
|
7
|
+
.tabindex="${this.isHidden?-1:0}"
|
|
8
|
+
role="link"
|
|
9
|
+
aria-current="${this.selected?"step":"false"}"
|
|
8
10
|
hide-checkmark
|
|
9
11
|
?selected="${this.selected}"
|
|
10
12
|
selectable
|
|
11
|
-
@selected="${
|
|
13
|
+
@selected="${t=>this.onSubstepSelected(t,this.substep,this._substepParentStepId)}"
|
|
12
14
|
>
|
|
13
|
-
${this.badgeContent?u`<ngc-badge slot="end">${this.badgeContent}</ngc-badge>`:
|
|
15
|
+
${this.badgeContent?u`<ngc-badge slot="end">${this.badgeContent}</ngc-badge>`:b}
|
|
14
16
|
</ngc-list-item>
|
|
15
17
|
</div>
|
|
16
|
-
`}get _substepClasses(){return{"ngc-guided-nav-substep":!0,"ngc-guided-nav-substep-selected":this.selected}}get _substepListItemClasses(){return{"ngc-guided-nav-substep-complete":this.state==="complete","ngc-guided-nav-substep-current":this.state==="current"}}};e.styles=[c(
|
|
18
|
+
`}get _substepClasses(){return{"ngc-guided-nav-substep":!0,"ngc-guided-nav-substep-selected":this.selected}}get _substepListItemClasses(){return{"ngc-guided-nav-substep-complete":this.state==="complete","ngc-guided-nav-substep-current":this.state==="current"}}get _substepParentStepId(){return(this.parentElement?.parentElement?.parentNode).host.step.id}};e.styles=[...$(e,e,"styles").filter(m.primitiveAndSemanticStyleFilter),c(f),c(v),c(h)];r([i()],e.prototype,"substep",2);r([i({type:Boolean})],e.prototype,"selected",2);r([i()],e.prototype,"state",2);r([i({type:Boolean})],e.prototype,"isHidden",2);r([i()],e.prototype,"badgeContent",2);r([i({type:Function})],e.prototype,"onSubstepSelected",2);e=r([g("ngc-guided-nav-substep")],e);export{e as NgcGuidedNavSubstep};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as g}from"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as r}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-note.js";import"./templates/address.js";import"./templates/appointment-confirmed.js";import"./templates/assets.js";import"./templates/auto-money.js";import"./templates/balloons.js";import"./templates/bank-account.js";import"./templates/brief-case.js";import"./templates/calendar-home.js";import"./templates/change-data.js";import"./templates/check-with-pencil.js";import"./templates/co-borrower.js";import"./templates/co-borrowers-incomplete.js";import"./templates/co-borrowers.js";import"./templates/commercial.js";import"./templates/connectivity.js";import"./templates/consumer.js";import"./templates/contact-search.js";import"./templates/conversation-multiple.js";import"./templates/credit-card.js";import"./templates/crop-background.js";import"./templates/crop-page.js";import"./templates/declarations-legal.js";import"./templates/deliver.js";import"./templates/demographic-info.js";import"./templates/document-add.js";import"./templates/document-signature.js";import"./templates/download-app.js";import"./templates/empty-box.js";import"./templates/home-search.js";import"./templates/house-5.js";import"./templates/house-6.js";import"./templates/house-fireworks.js";import"./templates/house-under-construction.js";import"./templates/house-with-shield.js";import"./templates/inquiry.js";import"./templates/locked.js";import"./templates/make-an-offer.js";import"./templates/mortgage.js";import"./templates/network-error.js";import"./templates/page-1.js";import"./templates/page-2.js";import"./templates/page-3.js";import"./templates/paper-3.js";import"./templates/paper-7.js";import"./templates/person-2.js";import"./templates/personal-info.js";import"./templates/portfolio-analytics.js";import"./templates/price-search.js";import"./templates/quick-links.js";import"./templates/register.js";import"./templates/schedule-home-tour.js";import"./templates/small-business.js";import"./templates/social-security.js";import"./templates/start-conversation.js";import"./templates/status-no-x.js";import"./templates/status.js";import"./templates/success.js";import"./templates/talkluments.js";import"./templates/thumbs-down-man.js";import"./templates/transfer.js";import"./templates/treasury.js";import"./templates/unsecured-line-of-credit.js";import"./templates/upload-cloud.js";import"./templates/your-bank-placeholder.js";import"./templates/your-bank.js";import{illustrations as v}from"../illustration-registry.js";import d from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import y from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import f from"../../../packages/web-components/src/components/illustration/gator/illustration.gator.scss.js";import{unsafeCSS as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var _=Object.defineProperty,c=Object.getOwnPropertyDescriptor,i=(
|
|
1
|
+
import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as g}from"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{customElement as u}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as r}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-note.js";import"./templates/address.js";import"./templates/appointment-confirmed.js";import"./templates/assets.js";import"./templates/auto-money.js";import"./templates/balloons.js";import"./templates/bank-account.js";import"./templates/brief-case.js";import"./templates/calendar-home.js";import"./templates/change-data.js";import"./templates/check-with-pencil.js";import"./templates/co-borrower.js";import"./templates/co-borrowers-incomplete.js";import"./templates/co-borrowers.js";import"./templates/commercial.js";import"./templates/connectivity.js";import"./templates/consumer.js";import"./templates/contact-search.js";import"./templates/conversation-multiple.js";import"./templates/credit-card.js";import"./templates/crop-background.js";import"./templates/crop-page.js";import"./templates/declarations-legal.js";import"./templates/deliver.js";import"./templates/demographic-info.js";import"./templates/document-add.js";import"./templates/document-signature.js";import"./templates/download-app.js";import"./templates/empty-box.js";import"./templates/home-search.js";import"./templates/house-5.js";import"./templates/house-6.js";import"./templates/house-fireworks.js";import"./templates/house-under-construction.js";import"./templates/house-with-shield.js";import"./templates/inquiry.js";import"./templates/locked.js";import"./templates/make-an-offer.js";import"./templates/mortgage.js";import"./templates/network-error.js";import"./templates/page-1.js";import"./templates/page-2.js";import"./templates/page-3.js";import"./templates/paper-3.js";import"./templates/paper-7.js";import"./templates/person-2.js";import"./templates/personal-info.js";import"./templates/portfolio-analytics.js";import"./templates/price-search.js";import"./templates/quick-links.js";import"./templates/register.js";import"./templates/schedule-home-tour.js";import"./templates/small-business.js";import"./templates/social-security.js";import"./templates/start-conversation.js";import"./templates/status-no-x.js";import"./templates/status.js";import"./templates/success.js";import"./templates/talkluments.js";import"./templates/thumbs-down-man.js";import"./templates/transfer.js";import"./templates/treasury.js";import"./templates/unsecured-line-of-credit.js";import"./templates/upload-cloud.js";import"./templates/your-bank-placeholder.js";import"./templates/your-bank.js";import{illustrations as v}from"../illustration-registry.js";import d from"../../../packages/web-components/src/tokens/primitive-new.tokens.scss.js";import y from"../../../packages/web-components/src/tokens/semantic-new.tokens.scss.js";import f from"../../../packages/web-components/src/components/illustration/gator/illustration.gator.scss.js";import{unsafeCSS as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var _=Object.defineProperty,c=Object.getOwnPropertyDescriptor,i=(p,o,m,e)=>{for(var s=e>1?void 0:e?c(o,m):o,l=p.length-1,a;l>=0;l--)(a=p[l])&&(s=(e?a(o,m,s):a(s))||s);return e&&s&&_(o,m,s),s};let t=class extends g{constructor(){super(...arguments),this.name="",this.label="",this.size=void 0,this.titleText="",this.bodyText="",this.orientation="vertical"}firstUpdated(){this._svg=this.shadowRoot?.querySelector("svg"),this._svg?.classList.add("illustration"),this._svg?.setAttribute("role","img")}updated(p){this.label&&this._svg?.setAttribute("aria-label",this.label),this._svg?.setAttribute("aria-hidden",this.label===""?"true":"false"),p.has("size")&&this._svg&&(this._svg.classList.forEach(o=>{o.startsWith("gator-illustration_")&&this._svg?.classList.remove(o)}),this._svg.classList.add(`gator-illustration_${this.size}`)),this.width&&this._svg&&(this._svg.style.width=this.width),this.height&&this._svg&&(this._svg.style.height=this.height)}render(){return n`
|
|
2
2
|
<div class="gator-illustration-container">
|
|
3
3
|
<div class="gator-illustration_${this.orientation} ${this.hasText?"gator-illustration-with-text":null}">
|
|
4
4
|
${v.get(this.name)}
|