@ncino/web-components 8.0.0-preview.24 → 8.0.0-preview.26

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.
Files changed (23) hide show
  1. package/dist/_virtual/index2.js +1 -1
  2. package/dist/_virtual/index3.js +1 -1
  3. package/dist/components/guided-nav/gator/guided-nav/guided-nav.gator.js +5 -3
  4. package/dist/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.js +23 -14
  5. package/dist/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.js +9 -7
  6. package/dist/components/input-rich-text/input-rich-text.slds.js +1 -1
  7. package/dist/components/list/gator/list/list.gator.js +5 -5
  8. package/dist/components/list/gator/list-item/list-item.gator.js +19 -19
  9. package/dist/components/progress-ring/gator/progress-ring.gator.js +4 -4
  10. package/dist/node_modules/.pnpm/react@19.1.1/node_modules/react/index.js +1 -1
  11. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js +1 -1
  12. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js +1 -1
  13. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js +1 -1
  14. package/dist/packages/web-components/src/components/progress-ring/gator/progress-ring.gator.scss.js +1 -1
  15. package/dist/types/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.d.ts +9 -4
  16. package/dist/types/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.d.ts +5 -3
  17. package/dist/types/components/list/gator/list/list.gator.d.ts +2 -1
  18. package/dist/types/components/list/gator/list-item/list-item.gator.d.ts +5 -1
  19. package/dist/types/components/progress-ring/gator/progress-ring.gator.d.ts +8 -0
  20. package/dist/types/utils/mixins/attribute-deletion.d.ts +0 -9
  21. package/dist/utils/mixins/attribute-deletion.js +1 -1
  22. package/package.json +1 -1
  23. package/web-types.json +46 -159
@@ -1 +1 @@
1
- var e={exports:{}};export{e as __module};
1
+ import{getDefaultExportFromCjs as e}from"./_commonjsHelpers.js";import{__require as r}from"../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js";var t=r();const a=e(t);export{a as default};
@@ -1 +1 @@
1
- import{getDefaultExportFromCjs as e}from"./_commonjsHelpers.js";import{__require as r}from"../node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js";var t=r();const a=e(t);export{a as default};
1
+ var e={exports:{}};export{e as __module};
@@ -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,r,s)=>{for(var i=s>1?void 0:s?h(t,r):t,n=e.length-1,p;n>=0;n--)(p=e[n])&&(i=p(i)||i);return i};let u=class extends c{connectedCallback(){super.connectedCallback(),this._createToaster()}render(){return o`
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 aria-label="Guided Navigation Steps">
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 s=e.substeps?.length??0,i=e.substeps?.filter(d=>d.complete).length??0,n=i>0&&i<s;return i===s?"complete":n?"current":"incomplete"}const r=!(this.steps[this.steps.indexOf(e)-1]?.complete??!1);return e.complete?"complete":r?"incomplete":"current"}_handleStepSelected(e,t){e.preventDefault(),e.stopPropagation(),this._moveToStep(t)}_handleSubstepSelected(e,t){e.preventDefault(),this._moveToSubstep(t)}_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){if(this.forwardNavigationDisabled&&!this._isSubstepCompleteOrNext(e)){this._showForwardNavigationErrorToast();return}this._dispatchChangeEvent({...this.selectedStep,substep:e.id})}_isSubstepCompleteOrNext(e){if(e.complete)return!0;const t=this.steps.find(s=>s.id===this.selectedStep?.step);return!t||!t.substeps?!1:t?.substeps?.findIndex(s=>s.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(r=>r.id===this.selectedStep?.step);if(!e)return;if(e.substeps&&e.substeps.length>0&&this.selectedStep?.substep){const r=e.substeps.findIndex(i=>i.id===this.selectedStep?.substep),s=e.substeps[r+1];if(s){this._moveToSubstep(s);return}}const t=this.steps[this.steps.indexOf(e)+1];t&&this._moveToStep(t)}moveToPreviousStep(){const e=this.steps.find(r=>r.id===this.selectedStep?.step);if(!e)return;if(e.substeps&&e.substeps.length>0&&this.selectedStep?.substep){const r=e.substeps.findIndex(i=>i.id===this.selectedStep?.substep),s=e.substeps[r-1];if(s){this._moveToSubstep(s);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),r=this.steps.slice(0,t).reduce((n,p)=>n+(p.substeps?.length||1),0);let s=0;if(this.selectedStep?.substep&&e.substeps?.length){const n=e.substeps.findIndex(p=>p.id===this.selectedStep?.substep);n>-1&&(s=n)}return(r+s)/this._totalStepsAndSubsteps*100}};u=S([l("ngc-guided-nav")],u);export{u as NgcGuidedNav};
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 d,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 m}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{classMap as g}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import h from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import b from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import S from"../../../../packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js";import{NgcListItem as _}from"../../../list/gator/list-item/list-item.gator.js";import{unsafeCSS as u}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var f=Object.defineProperty,v=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,y=Reflect.get,p=(e,t,r,n)=>{for(var i=n>1?void 0:n?v(t,r):t,l=e.length-1,a;l>=0;l--)(a=e[l])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&f(t,r,i),i},C=(e,t,r)=>y($(e),r,t);let s=class extends _{constructor(){super(...arguments),this.step={id:"",value:"",text:""},this.selectedStep={step:"",substep:null},this.state="complete",this.onStepSelected=()=>{},this.onSubstepSelected=()=>{},this.badgeContent=null}render(){return o`
2
- <div class="${g(this._stepClasses)}" role="listitem">
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="${g(this._stepListItemClasses)}"
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="${e=>this.onStepSelected(e,this.step)}"
15
- >
16
- ${this.badgeContent?o`<ngc-badge slot="end">${this.badgeContent}</ngc-badge>`:d}
17
- </ngc-list-item>
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 _substepElementsMarkup(){return this._isSelected?o`
21
- <ngc-list class="ngc-guided-nav-substeps">
22
- ${this._substeps?.map((e,t)=>{const r=this._getSubstepState(e,this._substeps[t-1]),n=this._isSelected&&this.selectedStep.substep===e.id;return o`
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="${t===this._substeps.length-1?"ngc-guided-nav-substep-last":""}"
31
+ class="${s===this._substeps.length-1?"ngc-guided-nav-substep-last":""}"
25
32
  .substep="${e}"
26
33
  .state="${r}"
27
- .onSubstepSelected="${this.onSubstepSelected}"
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
- `:d}get _isSelected(){return this.selectedStep?.step===this.step.id}get _substeps(){return this.step.substeps??[]}_getSubstepState(e,t){return e.complete?"complete":t?.complete||!t?"current":"incomplete"}};s.shadowRootOptions={...C(s,s,"shadowRootOptions"),delegatesFocus:!0};s.styles=[u(h),u(b),u(S)];p([c()],s.prototype,"step",2);p([c()],s.prototype,"selectedStep",2);p([c()],s.prototype,"state",2);p([c({type:Function})],s.prototype,"onStepSelected",2);p([c({type:Function})],s.prototype,"onSubstepSelected",2);p([c({type:String})],s.prototype,"badgeContent",2);s=p([m("ngc-guided-nav-step")],s);export{s as NgcGuidedNavStep};
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 d,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 b}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{classMap as m}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import g from"../../../../packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js";import h from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import v from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{NgcListItem as f}from"../../../list/gator/list-item/list-item.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 y=Object.defineProperty,_=Object.getOwnPropertyDescriptor,s=(p,o,n,i)=>{for(var t=i>1?void 0:i?_(o,n):o,a=p.length-1,l;a>=0;a--)(l=p[a])&&(t=(i?l(o,n,t):l(t))||t);return i&&t&&y(o,n,t),t};let e=class extends f{constructor(){super(...arguments),this.substep={id:"",value:"",text:"",complete:!1},this.selected=!1,this.state="complete",this.onSubstepSelected=()=>{}}render(){return u`
2
- <div class="${m(this._substepClasses)}" role="listitem">
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=${m(this._substepListItemClasses)}
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="${p=>this.onSubstepSelected(p,this.substep)}"
13
+ @selected="${t=>this.onSubstepSelected(t,this.substep,this._substepParentStepId)}"
12
14
  >
13
- ${this.badgeContent?u`<ngc-badge slot="end">${this.badgeContent}</ngc-badge>`:d}
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(h),c(v),c(g)];s([r()],e.prototype,"substep",2);s([r({type:Boolean})],e.prototype,"selected",2);s([r()],e.prototype,"state",2);s([r()],e.prototype,"badgeContent",2);s([r({type:Function})],e.prototype,"onSubstepSelected",2);e=s([b("ngc-guided-nav-substep")],e);export{e as NgcGuidedNavSubstep};
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
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/updateWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/assignValue.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@46.1.0/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@46.1.0/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@46.1.0/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@46.1.0/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@46.1.0/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@46.1.0/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@2.0.2/node_modules/color-parse/index.js","node_modules/.pnpm/color-name@2.0.2/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-name@2.0.0/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@46.1.0/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@46.1.0/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@46.1.0/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@46.1.0/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@46.1.0/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@46.1.0/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@46.1.0/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@46.1.0/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@46.1.0/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/iteratee.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matches.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatch.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/has.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@46.1.0/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@46.1.0/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@46.1.0/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@46.1.0/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@46.1.0/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@46.1.0/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@46.1.0/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@46.1.0/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@46.1.0/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@46.1.0/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@46.1.0/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@46.1.0/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/identity.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@46.1.0/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@46.1.0/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@46.1.0/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@46.1.0/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","_virtual/index3.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js","node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","node_modules/.pnpm/remark-breaks@4.0.0/node_modules/remark-breaks/lib/index.js","node_modules/.pnpm/mdast-util-newline-to-break@2.0.0/node_modules/mdast-util-newline-to-break/lib/index.js","node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js","node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js","node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","node_modules/.pnpm/rehype-dom-stringify@4.0.2/node_modules/rehype-dom-stringify/lib/index.js","node_modules/.pnpm/hast-util-to-dom@4.0.1/node_modules/hast-util-to-dom/lib/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js","node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js","node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js","node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js","node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js","node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js","node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js","node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","node_modules/.pnpm/rehype-dom-parse@5.0.2/node_modules/rehype-dom-parse/lib/index.js","node_modules/.pnpm/hast-util-from-dom@5.0.1/node_modules/hast-util-from-dom/lib/index.js","node_modules/.pnpm/rehype-remark@10.0.1/node_modules/rehype-remark/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/state.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/a.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/base.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/br.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/code.js","node_modules/.pnpm/trim-trailing-lines@2.1.0/node_modules/trim-trailing-lines/index.js","node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js","node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js","node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/comment.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/del.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/dl.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/em.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/heading.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/hr.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/iframe.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/img.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/input.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/li.js","node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js","node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js","node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js","node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/list.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/media.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/wrap.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/p.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/q.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/root.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/select.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/strong.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-row.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/text.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/textarea.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/wbr.js","node_modules/.pnpm/rehype-minify-whitespace@6.0.2/node_modules/rehype-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js","node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@46.1.0/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@46.1.0/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@46.1.0/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@46.1.0/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@46.1.0/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@46.1.0/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@46.1.0/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@46.1.0/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@46.1.0/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["components/input-rich-text/ckeditor-config.js","node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isString.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isFunction.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isElement.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeepWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getTag.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/tags.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPrimitive.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/merge.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mergeWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArguments.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/noop.js","node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqual.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPlainObject.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/eq.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/get.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/toKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toPath.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/set.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/updateWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/assignValue.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isIndex.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isKey.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/assignIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/keysIn.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isBuffer.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isLength.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/times.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toInteger.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toFinite.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toNumber.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/clone.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArray.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/after.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/debounce.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/debounce.js","node_modules/.pnpm/@ckeditor_ckeditor5-upload@46.1.0/node_modules/@ckeditor/ckeditor5-upload/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-core@46.1.0/node_modules/@ckeditor/ckeditor5-core/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@46.1.0/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/throttle.js","node_modules/.pnpm/@ckeditor_ckeditor5-alignment@46.1.0/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-ui@46.1.0/node_modules/@ckeditor/ckeditor5-ui/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-icons@46.1.0/node_modules/@ckeditor/ckeditor5-icons/dist/index.js","node_modules/.pnpm/color-parse@2.0.2/node_modules/color-parse/index.js","node_modules/.pnpm/color-name@2.0.2/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js","node_modules/.pnpm/color-name@2.0.0/node_modules/color-name/index.js","node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js","node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js","node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@46.1.0/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-typing@46.1.0/node_modules/@ckeditor/ckeditor5-typing/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/escapeRegExp.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toString.js","node_modules/.pnpm/@ckeditor_ckeditor5-autosave@46.1.0/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@46.1.0/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@46.1.0/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-enter@46.1.0/node_modules/@ckeditor/ckeditor5-enter/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@46.1.0/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-code-block@46.1.0/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@46.1.0/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/identity.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/mapValues.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/iteratee.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/property.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matches.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatch.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeep.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/has.js","node_modules/.pnpm/@ckeditor_ckeditor5-essentials@46.1.0/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-select-all@46.1.0/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-undo@46.1.0/node_modules/@ckeditor/ckeditor5-undo/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@46.1.0/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-font@46.1.0/node_modules/@ckeditor/ckeditor5-font/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-heading@46.1.0/node_modules/@ckeditor/ckeditor5-heading/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@46.1.0/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-highlight@46.1.0/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@46.1.0/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@46.1.0/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-html-support@46.1.0/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/startCase.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/words.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js","node_modules/.pnpm/@ckeditor_ckeditor5-image@46.1.0/node_modules/@ckeditor/ckeditor5-image/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/identity.js","node_modules/.pnpm/@ckeditor_ckeditor5-indent@46.1.0/node_modules/@ckeditor/ckeditor5-indent/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-language@46.1.0/node_modules/@ckeditor/ckeditor5-language/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-link@46.1.0/node_modules/@ckeditor/ckeditor5-link/dist/index.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/upperFirst.js","node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/upperFirst.js","node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@46.1.0/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","_virtual/index2.js","_virtual/_commonjsHelpers.js","node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.js","node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js","node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","node_modules/.pnpm/remark-breaks@4.0.0/node_modules/remark-breaks/lib/index.js","node_modules/.pnpm/mdast-util-newline-to-break@2.0.0/node_modules/mdast-util-newline-to-break/lib/index.js","node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js","node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js","node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","node_modules/.pnpm/rehype-dom-stringify@4.0.2/node_modules/rehype-dom-stringify/lib/index.js","node_modules/.pnpm/hast-util-to-dom@4.0.1/node_modules/hast-util-to-dom/lib/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js","node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js","node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js","node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js","node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js","node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js","node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js","node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js","node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js","node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js","node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js","node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","node_modules/.pnpm/rehype-dom-parse@5.0.2/node_modules/rehype-dom-parse/lib/index.js","node_modules/.pnpm/hast-util-from-dom@5.0.1/node_modules/hast-util-from-dom/lib/index.js","node_modules/.pnpm/rehype-remark@10.0.1/node_modules/rehype-remark/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/state.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/a.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/base.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/br.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/code.js","node_modules/.pnpm/trim-trailing-lines@2.1.0/node_modules/trim-trailing-lines/index.js","node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js","node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js","node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/comment.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/del.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/dl.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/em.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/heading.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/hr.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/iframe.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/img.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/input.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/li.js","node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js","node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js","node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js","node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/list.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/media.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/wrap.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/p.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/q.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/root.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/select.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/strong.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-row.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/text.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/textarea.js","node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/wbr.js","node_modules/.pnpm/rehype-minify-whitespace@6.0.2/node_modules/rehype-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js","node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js","node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@46.1.0/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-page-break@46.1.0/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@46.1.0/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@46.1.0/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@46.1.0/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@46.1.0/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@46.1.0/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-style@46.1.0/node_modules/@ckeditor/ckeditor5-style/dist/index.js","node_modules/.pnpm/@ckeditor_ckeditor5-table@46.1.0/node_modules/@ckeditor/ckeditor5-table/dist/index.js"])))=>i.map(i=>d[i]);
2
2
  import{__vitePreload as l}from"../../_virtual/preload-helper.js";import"../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as d}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{createRef as c,ref as h}from"../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.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"../input/slds/input-label/input-label.slds.js";/* empty css *//* empty css */import"../../node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.0/node_modules/@ckeditor/ckeditor5-utils/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.0/node_modules/@ckeditor/ckeditor5-engine/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.0/node_modules/@ckeditor/ckeditor5-widget/dist/index.js";import{ClassicEditor as p}from"../../node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@46.1.0/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.0/node_modules/@ckeditor/ckeditor5-list/dist/index.js";import"../../node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.0/node_modules/@ckeditor/ckeditor5-mention/dist/index.js";import{NjcInputRichText as m}from"./input-rich-text.js";import{debounce as v}from"../../utils/reactivity-utils.js";var _=Object.getOwnPropertyDescriptor,f=(t,e,i,r)=>{for(var o=r>1?void 0:r?_(e,i):e,a=t.length-1,s;a>=0;a--)(s=t[a])&&(o=s(o)||o);return o};let n=class extends m{constructor(){super(...arguments),this._ckEditor=void 0,this._editorRef=c(),this._externalDataChange=!1}createRenderRoot(){return this}async firstUpdated(){let{editorConfig:t}=await l(async()=>{const{editorConfig:r}=await import("./ckeditor-config.js");return{editorConfig:r}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415]));const e=this._editorRef.value;if(e===void 0){console.error("CKEditor host element is undefined");return}const i=await p.create(e,{...t,licenseKey:"GPL",placeholder:this.placeholder??void 0,label:this.label??void 0});i.setData(this.value??""),this._registerCKEditorEvents(i),this._ckEditor=i,this._ckEditor.ui.element.querySelector('[role="toolbar"]').querySelector("button").tabIndex=0}_registerCKEditorEvents(t){let e=i=>{this._externalDataChange||this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{value:i}})),this._externalDataChange=!1};this.debounce>0&&(e=v(e,this.debounce)),t.model.document.on("change:data",()=>e(t.getData()))}updated(t){if(super.updated(t),this._ckEditor!==void 0&&(t.get("value")!==this.value&&this._ckEditor.getData()!==this.value&&(this._externalDataChange=!0,this._ckEditor.setData(this.value??"")),t.get("placeholder")!==this.placeholder)){const e=this._ckEditor.editing.view.document.getRoot("main");e.placeholder=this.placeholder??void 0}}render(){return d`
3
3
  <nsc-input-label>${this.label}</nsc-input-label>
4
4
  <div ${h(this._editorRef)}></div>
@@ -1,14 +1,14 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as u}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as f}from"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{ifDefined as d}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{customElement as I}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{state as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js";import"../list-item/list-item.gator.js";import{NgcDivider as p}from"../../../divider/gator/divider.gator.js";import{KEY_CONSTANTS as m}from"../../../../consts/key-constants.js";import{NgcComponent as y}from"../../../../utils/components/ngc-component.js";var b=Object.defineProperty,v=Object.getOwnPropertyDescriptor,i=(t,e,l,o)=>{for(var a=o>1?void 0:o?v(e,l):e,n=t.length-1,h;n>=0;n--)(h=t[n])&&(a=(o?h(e,l,a):h(a))||a);return o&&a&&b(e,l,a),a};let s=class extends y{constructor(){super(...arguments),this.id="",this.density="default",this.selectable=!1,this.multiselect=!1,this.ariaLabelledBy="",this.ariaLabelledByElements=null,this.ariaDescribedByElements=null,this.title="",this.fauxFocus=!1,this.hideCheckmarks=!1,this.ariaLabel=null,this._selectedListItem=null,this._activeIndex=0,this._totalListItems=0,this._listItemsWithEventListeners=new Set}updated(t){if(t.has("density")&&this.assignChildNodeDensity(),(this.selectable||this.multiselect)&&this.updateSlottedItems(),t.has("hideCheckmarks")&&this.assignChildNodeHideCheckmark(),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements){const e=this.shadowRoot?.getElementById(this.id);e&&(e.ariaLabelledByElements=this.ariaLabelledByElements)}if(t.has("ariaDescribedByElements")&&this.ariaDescribedByElements){const e=this.shadowRoot?.getElementById(this.id);e&&(e.ariaDescribedByElements=this.ariaDescribedByElements)}t.has("_activeIndex")&&t.get("_activeIndex")!==this._activeIndex&&this._setFauxFocusToCurrentItem()}render(){return u`
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as u}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import{LitElement as f}from"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{ifDefined as n}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js";import{customElement as I}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as l}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";import{state as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js";import"../list-item/list-item.gator.js";import{NgcDivider as p}from"../../../divider/gator/divider.gator.js";import{KEY_CONSTANTS as m}from"../../../../consts/key-constants.js";import{NgcComponent as y}from"../../../../utils/components/ngc-component.js";var b=Object.defineProperty,v=Object.getOwnPropertyDescriptor,i=(t,e,r,o)=>{for(var a=o>1?void 0:o?v(e,r):e,h=t.length-1,d;h>=0;h--)(d=t[h])&&(a=(o?d(e,r,a):d(a))||a);return o&&a&&b(e,r,a),a};let s=class extends y{constructor(){super(...arguments),this.id="",this.density="default",this.selectable=!1,this.multiselect=!1,this.ariaLabelledBy="",this.ariaLabelledByElements=null,this.ariaDescribedByElements=null,this.title="",this.fauxFocus=!1,this.hideCheckmarks=!1,this.ariaLabel=null,this.role=null,this._selectedListItem=null,this._activeIndex=0,this._totalListItems=0,this._listItemsWithEventListeners=new Set}updated(t){if(t.has("density")&&this.assignChildNodeDensity(),(t.has("selectable")||t.has("multiselect"))&&this.updateSlottedItems(),t.has("hideCheckmarks")&&this.assignChildNodeHideCheckmark(),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements){const e=this.shadowRoot?.getElementById(this.id);e&&(e.ariaLabelledByElements=this.ariaLabelledByElements)}if(t.has("ariaDescribedByElements")&&this.ariaDescribedByElements){const e=this.shadowRoot?.getElementById(this.id);e&&(e.ariaDescribedByElements=this.ariaDescribedByElements)}t.has("_activeIndex")&&t.get("_activeIndex")!==this._activeIndex&&this._setFauxFocusToCurrentItem()}render(){return u`
2
2
  <div
3
3
  class="gator-list"
4
4
  title="${this.title}"
5
5
  role="${this.listRole}"
6
- aria-label="${d(this.dataset.ariaLabel)}"
6
+ aria-label="${n(this.dataset.ariaLabel)}"
7
7
  id="${this.id}"
8
8
  @keydown="${this.handleKeyUp}"
9
- aria-multiselectable=${this.multiselect}
10
- aria-activedescendant=${d(d(this.selectable?this._selectedListItem:void 0))}
9
+ aria-multiselectable=${n(this.multiselect?"true":void 0)}
10
+ aria-activedescendant=${n(n(this.selectable?this._selectedListItem:void 0))}
11
11
  >
12
12
  <slot @slotchange="${this.handleSlotChanged}"></slot>
13
13
  </div>
14
- `}get listRole(){return this.selectable?"listbox":"list"}handleSlotChanged(){this.updateSlottedItems()}updateSlottedItems(){if(this.listItems){this._totalListItems=0;for(const[t,e]of this.listItems.entries())this._totalListItems++,this.selectable?(e.selectable=!0,e.role="option"):e.role="listitem",e.multiselect=this.multiselect,this._listItemsWithEventListeners.has(e)||(e.addEventListener("selected",l=>{this._selectedListItem=l.detail.id,this._activeIndex=t,this.multiselect?(e.selected=!e.selected,e.multiselect=!0):(this.unselectAllListItems(),e.selected=!0)}),this._listItemsWithEventListeners.add(e));this.setCurrentListItem()}}setFalseFocusToValue(t){if(this.listItems){for(const[e,l]of this.listItems.entries())if(l.value==t)return this._activeIndex=e,l}}setCurrentListItem(){if(!this.listItems)return;let t;this._activeIndex===-1&&(this._activeIndex=this._totalListItems-1),this._activeIndex>=this._totalListItems&&(this._activeIndex=0);for(const[e,l]of this.listItems.entries())l.currentListItem=e===this._activeIndex,l.currentListItem&&(t=l);return t}_setFauxFocusToCurrentItem(){this.listItems?.forEach(t=>{t.currentListItem?this.fauxFocus?t.falseFocus():t.focus():this.fauxFocus&&t.removeFalseFocus()})}falseFocusFirstItem(){return this._activeIndex=0,this.setCurrentListItem()}falseFocusPreviousItem(){return this._activeIndex--,this.setCurrentListItem()}falseFocusNextItem(){return this._activeIndex++,this.setCurrentListItem()}selectFalseFocusedItem(){if(this.listItems)for(const t of this.listItems)t.falseFocusing&&t.selectItem()}unselectAllListItems(){if(this.listItems)for(const t of this.listItems)t.selected=!1}handleKeyUp(t){switch(t.key){case m.UP:this._activeIndex--,this.setCurrentListItem(),t.preventDefault();break;case m.DOWN:this._activeIndex++,this.setCurrentListItem(),t.preventDefault();break}}get nodes(){return this.shadowRoot?.querySelector("slot")?.assignedElements()}get listItems(){return this.shadowRoot?.querySelector("slot")?.assignedElements().filter(t=>t.nodeName==="NGC-LIST-ITEM")}assignChildNodeDensity(){if(this.nodes)for(const t of this.nodes)(t.nodeName=="NGC-LIST-ITEM"||t.nodeName=="NGC-DIVIDER")&&((t||p).density=this.density)}assignChildNodeHideCheckmark(){if(this.listItems)for(const t of this.listItems)t.hasAttribute("hide-checkmark")||(t.hideCheckmark=this.hideCheckmarks)}};s.shadowRootOptions={...f.shadowRootOptions,mode:"open"};i([r()],s.prototype,"id",2);i([r()],s.prototype,"density",2);i([r({type:Boolean})],s.prototype,"selectable",2);i([r({type:Boolean})],s.prototype,"multiselect",2);i([r({attribute:"aria-labelledby"})],s.prototype,"ariaLabelledBy",2);i([r({type:Array,attribute:"aria-labelled-by-elements"})],s.prototype,"ariaLabelledByElements",2);i([r({type:Array,attribute:"aria-described-by-elements"})],s.prototype,"ariaDescribedByElements",2);i([r({attribute:"aria-describedby"})],s.prototype,"ariaDescribedby",2);i([r()],s.prototype,"title",2);i([r({type:Boolean,attribute:"faux-focus"})],s.prototype,"fauxFocus",2);i([r({type:Boolean,attribute:"hide-checkmarks"})],s.prototype,"hideCheckmarks",2);i([r({attribute:"aria-label"})],s.prototype,"ariaLabel",2);i([c()],s.prototype,"_selectedListItem",2);i([c()],s.prototype,"_activeIndex",2);s=i([I("ngc-list")],s);export{s as NgcList};
14
+ `}get listRole(){return this.dataset.role?this.dataset.role:this.selectable?"listbox":"list"}handleSlotChanged(){this.updateSlottedItems()}updateSlottedItems(){if(this.listItems){this._totalListItems=0;for(const[t,e]of this.listItems.entries())this._totalListItems++,this.selectable?(e.selectable=!0,e.setAttribute("role","option")):(e.selectable=!1,e.setAttribute("role","listitem")),e.multiselect=this.multiselect,this._listItemsWithEventListeners.has(e)||(e.addEventListener("selected",r=>{this._selectedListItem=r.detail.id,this._activeIndex=t,this.multiselect?(e.selected=!e.selected,e.multiselect=!0):(this.unselectAllListItems(),e.selected=!0)}),this._listItemsWithEventListeners.add(e));this.setCurrentListItem()}}setFalseFocusToValue(t){if(this.listItems){for(const[e,r]of this.listItems.entries())if(r.value==t)return this._activeIndex=e,r}}setCurrentListItem(){if(!this.listItems)return;let t;this._activeIndex===-1&&(this._activeIndex=this._totalListItems-1),this._activeIndex>=this._totalListItems&&(this._activeIndex=0);for(const[e,r]of this.listItems.entries())r.currentListItem=e===this._activeIndex,r.currentListItem&&(t=r);return t}_setFauxFocusToCurrentItem(){this.listItems?.forEach(t=>{t.currentListItem?this.fauxFocus?t.falseFocus():t.focus():this.fauxFocus&&t.removeFalseFocus()})}falseFocusFirstItem(){return this._activeIndex=0,this.setCurrentListItem()}falseFocusPreviousItem(){return this._activeIndex--,this.setCurrentListItem()}falseFocusNextItem(){return this._activeIndex++,this.setCurrentListItem()}selectFalseFocusedItem(){if(this.listItems)for(const t of this.listItems)t.falseFocusing&&t.selectItem()}unselectAllListItems(){if(this.listItems)for(const t of this.listItems)t.selected=!1}handleKeyUp(t){switch(t.key){case m.UP:this._activeIndex--,this.setCurrentListItem(),t.preventDefault();break;case m.DOWN:this._activeIndex++,this.setCurrentListItem(),t.preventDefault();break}}get nodes(){return this.shadowRoot?.querySelector("slot")?.assignedElements()}get listItems(){return this.shadowRoot?.querySelector("slot")?.assignedElements().filter(t=>t.nodeName==="NGC-LIST-ITEM")}assignChildNodeDensity(){if(this.nodes)for(const t of this.nodes)(t.nodeName=="NGC-LIST-ITEM"||t.nodeName=="NGC-DIVIDER")&&((t||p).density=this.density)}assignChildNodeHideCheckmark(){if(this.listItems)for(const t of this.listItems)t.hasAttribute("hide-checkmark")||(t.hideCheckmark=this.hideCheckmarks)}};s.shadowRootOptions={...f.shadowRootOptions,mode:"open"};i([l()],s.prototype,"id",2);i([l()],s.prototype,"density",2);i([l({type:Boolean})],s.prototype,"selectable",2);i([l({type:Boolean})],s.prototype,"multiselect",2);i([l({attribute:"aria-labelledby"})],s.prototype,"ariaLabelledBy",2);i([l({type:Array,attribute:"aria-labelled-by-elements"})],s.prototype,"ariaLabelledByElements",2);i([l({type:Array,attribute:"aria-described-by-elements"})],s.prototype,"ariaDescribedByElements",2);i([l({attribute:"aria-describedby"})],s.prototype,"ariaDescribedby",2);i([l()],s.prototype,"title",2);i([l({type:Boolean,attribute:"faux-focus"})],s.prototype,"fauxFocus",2);i([l({type:Boolean,attribute:"hide-checkmarks"})],s.prototype,"hideCheckmarks",2);i([l({attribute:"aria-label"})],s.prototype,"ariaLabel",2);i([l({type:String})],s.prototype,"role",2);i([c()],s.prototype,"_selectedListItem",2);i([c()],s.prototype,"_activeIndex",2);s=i([I("ngc-list")],s);export{s as NgcList};