q2-tecton-elements 1.20.0 → 1.21.0

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 (58) hide show
  1. package/dist/cjs/{icons-47b9bd3f.js → icons-2d056aad.js} +50 -75
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
  4. package/dist/cjs/q2-badge_2.cjs.entry.js +3 -3
  5. package/dist/cjs/q2-calendar.cjs.entry.js +54 -56
  6. package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
  7. package/dist/cjs/q2-icon.cjs.entry.js +3 -2
  8. package/dist/cjs/q2-section.cjs.entry.js +3 -5
  9. package/dist/cjs/q2-stepper-vertical.cjs.entry.js +4 -4
  10. package/dist/cjs/q2-stepper.cjs.entry.js +3 -3
  11. package/dist/cjs/q2-tab-container.cjs.entry.js +1 -1
  12. package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
  13. package/dist/collection/components/q2-btn/index.js +2 -2
  14. package/dist/collection/components/q2-calendar/helpers.js +1 -1
  15. package/dist/collection/components/q2-carousel/styles.css +5 -3
  16. package/dist/collection/components/q2-icon/icons.js +25 -25
  17. package/dist/collection/components/q2-icon/index.js +18 -0
  18. package/dist/collection/components/q2-icon/styles.css +5 -0
  19. package/dist/collection/components/q2-input/index.js +2 -2
  20. package/dist/collection/components/q2-input/styles.css +1 -0
  21. package/dist/collection/components/q2-section/index.js +3 -5
  22. package/dist/collection/components/q2-stepper/index.js +2 -2
  23. package/dist/collection/components/q2-stepper/styles.css +13 -3
  24. package/dist/collection/components/q2-stepper-vertical/index.js +3 -3
  25. package/dist/collection/components/q2-stepper-vertical/styles.css +15 -2
  26. package/dist/collection/components/q2-tab-container/styles.css +1 -0
  27. package/dist/esm/{icons-869de05b.js → icons-e2bbe4b0.js} +50 -75
  28. package/dist/esm/loader.js +1 -1
  29. package/dist/esm/q2-avatar.entry.js +1 -1
  30. package/dist/esm/q2-badge_2.entry.js +3 -3
  31. package/dist/esm/q2-calendar.entry.js +54 -56
  32. package/dist/esm/q2-carousel.entry.js +1 -1
  33. package/dist/esm/q2-icon.entry.js +3 -2
  34. package/dist/esm/q2-section.entry.js +3 -5
  35. package/dist/esm/q2-stepper-vertical.entry.js +4 -4
  36. package/dist/esm/q2-stepper.entry.js +3 -3
  37. package/dist/esm/q2-tab-container.entry.js +1 -1
  38. package/dist/esm/q2-tecton-elements.js +1 -1
  39. package/dist/q2-tecton-elements/{p-315fdb74.entry.js → p-041b3a82.entry.js} +1 -1
  40. package/dist/q2-tecton-elements/p-0766a694.entry.js +1 -0
  41. package/dist/q2-tecton-elements/{p-5f61bb6d.entry.js → p-35177f6c.entry.js} +1 -1
  42. package/dist/q2-tecton-elements/p-416c97e4.entry.js +1 -0
  43. package/dist/q2-tecton-elements/p-9281adaa.entry.js +1 -0
  44. package/dist/q2-tecton-elements/{p-4ed63393.entry.js → p-9ebb283a.entry.js} +1 -1
  45. package/dist/q2-tecton-elements/p-cbd1289a.entry.js +1 -0
  46. package/dist/q2-tecton-elements/p-db873db2.entry.js +1 -0
  47. package/dist/q2-tecton-elements/{p-8d7ad8cc.entry.js → p-e4aa271e.entry.js} +1 -1
  48. package/dist/q2-tecton-elements/{p-1bee154c.js → p-f23bcb4b.js} +1 -1
  49. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  50. package/dist/types/components/q2-btn/index.d.ts +1 -1
  51. package/dist/types/components/q2-icon/index.d.ts +1 -0
  52. package/dist/types/components.d.ts +4 -2
  53. package/package.json +2 -2
  54. package/dist/q2-tecton-elements/p-0a155257.entry.js +0 -1
  55. package/dist/q2-tecton-elements/p-2e832e42.entry.js +0 -1
  56. package/dist/q2-tecton-elements/p-30263b82.entry.js +0 -1
  57. package/dist/q2-tecton-elements/p-54e792bd.entry.js +0 -1
  58. package/dist/q2-tecton-elements/p-74136b15.entry.js +0 -1
@@ -73,6 +73,11 @@ button {
73
73
  fill: none;
74
74
  }
75
75
 
76
+ :host([inline]) {
77
+ height: 1em;
78
+ width: 1em;
79
+ }
80
+
76
81
  svg {
77
82
  display: block;
78
83
  position: absolute;
@@ -231,7 +231,7 @@ export class Q2Input {
231
231
  date: 'tel',
232
232
  'credit-card': 'tel',
233
233
  };
234
- if (['password', 'text'].includes(this.type) && this.textHidden) {
234
+ if (['password', 'text', 'ssn'].includes(this.type) && this.textHidden) {
235
235
  return 'password';
236
236
  }
237
237
  else {
@@ -337,7 +337,7 @@ export class Q2Input {
337
337
  }
338
338
  /* tslint:disable:cyclomatic-complexity */
339
339
  inputContainerDOM() {
340
- return (h("div", { class: "input-container" }, h("div", { class: "input-icons-container-left" }, this.formattedValueObject.prefix && (h("span", { class: "input-prefix" }, this.formattedValueObject.prefix)), this.computedIconLeft && (h("q2-icon", { type: this.computedIconLeft, class: this.computedClassForIconLeft })), this.showIconSeparator && h("div", { class: "vertical-separator" }), this.hasError && this.type === 'currency' && (h("q2-icon", { type: "error", class: "icon-error" }))), this.pseudo ? this.pseudoInputDOM() : this.standardInputDOM(), h("div", { class: "input-icons-container-right" }, this.canClear && (h("q2-btn", { class: "btn-clear", ariaLabel: loc('tecton.element.input.clear', [this.label]), "test-id": "clearButton", onClick: this.onClearInput }, h("q2-icon", { type: "close", class: "icon-clear" }))), ['password', 'text'].includes(this.type) && this.showVisibilityToggle && (h("q2-btn", { class: "btn-visibility-toggle", "test-id": "toggleVisibilityButton", onClick: this.onToggleVisibility }, this.visibilityToggleText)), this.formattedValueObject.suffix && (h("span", { class: "input-suffix" }, this.formattedValueObject.suffix)), this.badgeValue && (h("q2-badge", { size: "large", theme: this.badgeTheme }, this.badgeValue)), this.iconRight && !this.formattedValueObject.suffix && (h("q2-icon", { type: this.iconRight, class: "icon-right" })), this.hasError && this.type !== 'currency' && (h("q2-icon", { type: "error", class: "icon-error" })))));
340
+ return (h("div", { class: "input-container" }, h("div", { class: "input-icons-container-left" }, this.formattedValueObject.prefix && (h("span", { class: "input-prefix" }, this.formattedValueObject.prefix)), this.computedIconLeft && (h("q2-icon", { type: this.computedIconLeft, class: this.computedClassForIconLeft })), this.showIconSeparator && h("div", { class: "vertical-separator" }), this.hasError && this.type === 'currency' && (h("q2-icon", { type: "error", class: "icon-error" }))), this.pseudo ? this.pseudoInputDOM() : this.standardInputDOM(), h("div", { class: "input-icons-container-right" }, this.canClear && (h("q2-btn", { class: "btn-clear", ariaLabel: loc('tecton.element.input.clear', [this.label]), "test-id": "clearButton", onClick: this.onClearInput }, h("q2-icon", { type: "close", class: "icon-clear" }))), ['password', 'text', 'ssn'].includes(this.type) && this.showVisibilityToggle && (h("q2-btn", { class: "btn-visibility-toggle", "test-id": "toggleVisibilityButton", onClick: this.onToggleVisibility }, this.visibilityToggleText)), this.formattedValueObject.suffix && (h("span", { class: "input-suffix" }, this.formattedValueObject.suffix)), this.badgeValue && (h("q2-badge", { size: "large", theme: this.badgeTheme }, this.badgeValue)), this.iconRight && !this.formattedValueObject.suffix && (h("q2-icon", { type: this.iconRight, class: "icon-right" })), this.hasError && this.type !== 'currency' && (h("q2-icon", { type: "error", class: "icon-error" })))));
341
341
  }
342
342
  /* tslint:enable:cyclomatic-complexity */
343
343
  /* tslint:disable:cyclomatic-complexity */
@@ -154,6 +154,7 @@ label {
154
154
  color: var(--tct-input-font-color, var(--t-input-font-color, var(--t-text, inherit)));
155
155
  display: inline-block;
156
156
  text-align: var(--tct-input-align, "start");
157
+ font-weight: var(--tct-input-font-weight, var(--t-input-font-weight, 400));
157
158
  /* To remove up/down arrow in number field for webkit based browser */
158
159
  /* For Firefox */
159
160
  }
@@ -25,10 +25,7 @@ export class Q2Section {
25
25
  }, 1000);
26
26
  };
27
27
  this.onHeaderSlotChange = () => {
28
- var _a, _b;
29
- const hasSlotContent = this.headerSlot
30
- ? this.headerSlot.assignedNodes().length > 0
31
- : (_b = (_a = this.headerSlotWrapper) === null || _a === void 0 ? void 0 : _a.children.length) !== null && _b !== void 0 ? _b : 0 > 0;
28
+ const hasSlotContent = !!this.hostElement.querySelector('[slot="q2-section-header"]');
32
29
  if (this.hasYieldedHeader !== hasSlotContent) {
33
30
  this.hasYieldedHeader = !!hasSlotContent;
34
31
  }
@@ -155,7 +152,8 @@ export class Q2Section {
155
152
  else if (contentHeight)
156
153
  wrapperClasses.push('is-transitioning');
157
154
  }
158
- return (h("section", { class: "wrapper" }, h("header", { class: hasHeader ? 'has-header' : '' }, h("div", { class: "header-content", id: this.titleId, onClick: this.collapsible && this.onHeaderClick }, !this.hasYieldedHeader && !!this.label ? h("h2", { class: "title" }, loc(this.label)) : '', h("div", { ref: el => (this.headerSlotWrapper = el), class: "header-slot-wrapper" }, h("slot", { ref: (el) => (this.headerSlot = el), name: "q2-section-header" }))), this.collapsible && !this.noCollapseIcon && (h("q2-btn", { label: this.label, ariaExpanded: `${!!this.expanded}`, ariaControls: this.contentId, "test-id": "toggleButton", "hide-label": true, onClick: this.onHeaderClick }, h("q2-icon", { type: "chevron-up" })))), h("div", { class: wrapperClasses.join(' '), id: this.contentId, "aria-labelledby": this.titleId, role: "region", onTransitionEnd: this.onTransitionEnd, style: this.collapsible && {
155
+ const showDefaultHeader = !this.hasYieldedHeader && !!this.label;
156
+ return (h("section", { class: "wrapper" }, h("header", { class: hasHeader ? 'has-header' : '' }, h("div", { class: "header-content", id: this.titleId, onClick: this.collapsible && this.onHeaderClick }, showDefaultHeader && h("h2", { class: "title" }, loc(this.label)), h("div", { ref: el => (this.headerSlotWrapper = el), class: "header-slot-wrapper" }, h("slot", { ref: (el) => (this.headerSlot = el), name: "q2-section-header" }))), this.collapsible && !this.noCollapseIcon && (h("q2-btn", { label: loc(this.label || 'tecton.element.section.defaultToggleLabel'), ariaExpanded: `${!!this.expanded}`, ariaControls: this.contentId, "test-id": "toggleButton", "hide-label": true, onClick: this.onHeaderClick }, h("q2-icon", { type: "chevron-up" })))), h("div", { class: wrapperClasses.join(' '), id: this.contentId, "aria-labelledby": this.titleId, role: "region", onTransitionEnd: this.onTransitionEnd, style: this.collapsible && {
159
157
  height: this.contentHeight,
160
158
  } }, h("div", { ref: el => (this.contentContainer = el), class: "content", tabindex: "-1" }, h("slot", { ref: (el) => (this.contentSlot = el) })))));
161
159
  }
@@ -176,9 +176,9 @@ export class Q2Stepper {
176
176
  const btnLabel = !label && loc('tecton.element.stepper.number', [`${stepNumber}`, `${stepCount}`]);
177
177
  let statusIcon;
178
178
  if (status === 'complete')
179
- statusIcon = 'success';
179
+ statusIcon = 'success-filled';
180
180
  else if (status === 'error')
181
- statusIcon = 'warning';
181
+ statusIcon = 'warning-filled';
182
182
  const stepClasses = ['step-btn'];
183
183
  if (status)
184
184
  stepClasses.push(`status-${status}`);
@@ -177,9 +177,19 @@ li {
177
177
  }
178
178
  .step-icon q2-icon,
179
179
  .step-bubble q2-icon {
180
- fill: var(--comp-active-color);
181
- --tct-icon-stroke-primary: var(--comp-active-color);
182
- --tct-icon-stroke-secondary: var(--t-base, #ffffff);
180
+ --tct-icon-fill: var(--comp-active-color);
181
+ }
182
+ .step-icon q2-icon:before,
183
+ .step-bubble q2-icon:before {
184
+ content: "";
185
+ display: block;
186
+ background: var(--comp-bullet-font-color);
187
+ position: absolute;
188
+ width: 80%;
189
+ height: 80%;
190
+ left: 11%;
191
+ top: 11%;
192
+ border-radius: 50%;
183
193
  }
184
194
  .status-complete .step-icon, .status-error .step-icon,
185
195
  .status-complete .step-bubble,
@@ -232,9 +232,9 @@ export class Q2AdvancedStepper {
232
232
  const btnLabel = !label && loc('tecton.element.advancedStepper.number', [`${stepNumber}`, `${structuredPanes.length}`]);
233
233
  let statusIcon;
234
234
  if (status === 'complete')
235
- statusIcon = 'success';
235
+ statusIcon = 'success-filled';
236
236
  else if (status === 'error')
237
- statusIcon = 'warning';
237
+ statusIcon = 'warning-filled';
238
238
  const stepClasses = ['step-btn'];
239
239
  if (status)
240
240
  stepClasses.push(`status-${status}`);
@@ -252,7 +252,7 @@ export class Q2AdvancedStepper {
252
252
  const btnLabel = !label && loc('tecton.element.advancedStepper.childNumber', [`${stepNumber}`, `${children}`, parentLabel]);
253
253
  let statusIcon;
254
254
  if (status === 'error')
255
- statusIcon = 'warning';
255
+ statusIcon = 'warning-filled';
256
256
  const stepClasses = ['step-child-btn'];
257
257
  if (status)
258
258
  stepClasses.push(`status-${status}`);
@@ -202,13 +202,14 @@ ul ul[aria-hidden=true] {
202
202
  grid-area: icon;
203
203
  width: var(--comp-btn-icon-size);
204
204
  height: var(--comp-btn-icon-size);
205
+ line-height: 0;
205
206
  }
206
207
  .step-icon q2-icon,
207
208
  .step-bubble q2-icon,
208
209
  .step-child-icon q2-icon {
209
210
  width: var(--comp-btn-icon-size);
210
211
  height: var(--comp-btn-icon-size);
211
- --tct-icon-stroke-primary: var(--comp-active-color);
212
+ --tct-icon-fill: var(--comp-active-color);
212
213
  }
213
214
 
214
215
  .step-icon,
@@ -224,7 +225,19 @@ ul ul[aria-hidden=true] {
224
225
  }
225
226
  .step-icon q2-icon,
226
227
  .step-bubble q2-icon {
227
- --tct-icon-stroke-secondary: var(--t-base, #ffffff);
228
+ --tct-icon-fill: var(--comp-active-color);
229
+ }
230
+ .step-icon q2-icon:before,
231
+ .step-bubble q2-icon:before {
232
+ content: "";
233
+ display: block;
234
+ background: var(--t-base, #ffffff);
235
+ position: absolute;
236
+ width: 80%;
237
+ height: 80%;
238
+ left: 11%;
239
+ top: 11%;
240
+ border-radius: 50%;
228
241
  }
229
242
  .status-locked .step-icon,
230
243
  .status-locked .step-bubble {
@@ -82,6 +82,7 @@ button {
82
82
  ul {
83
83
  --comp-container-padding: var(--tct-scale-1, var(--app-scale-1x, 5px)) var(--tct-scale-1, var(--app-scale-1x, 5px)) 0;
84
84
  padding: var(--tct-tab-container-padding, var(--t-tab-container-padding, var(--comp-container-padding)));
85
+ margin: var(--tct-tab-container-margin, var(--t-tab-container-margin));
85
86
  display: flex;
86
87
  gap: var(--tct-tab-gap, var(--t-tab-gap, var(--tct-scale-1, var(--app-scale-1x, 5px))));
87
88
  list-style: none;
@@ -2782,129 +2782,104 @@ const icons = {
2782
2782
  h("circle", { cx: "8.643", cy: "8.643", r: "8.643" })))),
2783
2783
  },
2784
2784
  'filetype-pdf': {
2785
- markup: () => (h("g", null,
2786
- h("g", { class: "fill-primary" },
2787
- h("path", { d: "m15 2 5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999ZM5.594 13c.92 0 1.61.246 2.072.739.462.492.693 1.192.693 2.1 0 .443-.057.855-.171 1.235-.114.38-.289.712-.525.995a2.375 2.375 0 0 1-.897.66c-.362.156-.79.234-1.282.234H5.07v2.96H2.945V13h2.649Zm-.201 1.8h-.324v2.363h.19a.98.98 0 0 0 .512-.132.84.84 0 0 0 .339-.42c.079-.194.119-.447.119-.76 0-.35-.07-.613-.208-.788-.138-.175-.348-.262-.628-.262Zm10.162 2.472c0 .99-.15 1.83-.449 2.521-.299.692-.731 1.22-1.297 1.584-.565.364-1.253.546-2.063.546h-2.3V13h2.447c.781 0 1.444.165 1.99.494.545.33.96.812 1.245 1.447.284.635.427 1.412.427 2.331Zm-2.197.086c0-.602-.056-1.089-.168-1.459-.112-.37-.279-.64-.5-.809-.222-.168-.5-.253-.834-.253h-.287v5.237h.165c.562 0 .973-.22 1.233-.66.26-.439.39-1.124.39-2.056Zm5.548 4.565h-2.124V13h4.272v1.8h-2.148v1.91h1.99v1.801h-1.99v3.412Z" })))),
2785
+ markup: () => (h("g", { class: "fill-primary" },
2786
+ h("path", { d: "m15.75 4.369 4.584 4.583v4.583H18.5v-2.75H13V6.202H7.5v7.333H5.667V4.37H15.75Zm1.833 4.583-2.75-2.75v2.75h2.75Zm-10.455 5.5c.844 0 1.476.225 1.9.677.423.451.635 1.093.635 1.925 0 .406-.052.784-.157 1.132a2.55 2.55 0 0 1-.481.913 2.177 2.177 0 0 1-.822.605c-.332.143-.725.214-1.176.214h-.379v2.713H4.7v-8.179h2.428Zm-.184 1.65h-.297v2.166h.174a.898.898 0 0 0 .47-.121.77.77 0 0 0 .31-.385c.073-.178.11-.41.11-.697 0-.32-.065-.562-.191-.722-.127-.16-.32-.24-.576-.24v-.001Zm9.315 2.266c0 .907-.137 1.677-.411 2.31-.274.635-.67 1.12-1.19 1.453-.517.334-1.148.5-1.89.5h-2.109v-8.179h2.243c.716 0 1.324.151 1.825.453.5.302.88.744 1.14 1.326.261.582.392 1.295.392 2.137Zm-2.014.079c0-.552-.051-.998-.154-1.338-.102-.339-.255-.586-.458-.741-.204-.154-.458-.232-.765-.232h-.263v4.8h.152c.515 0 .892-.201 1.13-.605.238-.402.357-1.03.357-1.884h.001Zm5.086 4.184h-1.947v-8.179H21.3v1.65h-1.969v1.75h1.824v1.652h-1.824v3.127Z" }))),
2788
2787
  },
2789
2788
  'filetype-xls': {
2790
- markup: () => (h("g", null,
2791
- h("g", { class: "fill-primary" },
2792
- h("path", { d: "M9.93 22.052H7.64l-1-2.576-1.026 2.576H3.38l2.039-4.462-1.917-4.462h2.203l.873 2.472.812-2.472h2.252l-1.85 4.389 2.137 4.535Zm.713 0v-8.924h2.124v7.099h2.326v1.825h-4.45Zm9.98-2.71c0 .553-.116 1.042-.345 1.467-.23.426-.555.76-.974 1.001-.419.243-.913.364-1.483.364-.256 0-.506-.018-.748-.052a4.02 4.02 0 0 1-.723-.174 4.546 4.546 0 0 1-.745-.336v-2.148c.35.236.71.42 1.078.552.368.132.705.198 1.01.198a.947.947 0 0 0 .43-.085.573.573 0 0 0 .25-.235.703.703 0 0 0 .083-.345.969.969 0 0 0-.067-.363c-.045-.112-.145-.236-.3-.372a5.782 5.782 0 0 0-.72-.51 8.395 8.395 0 0 1-.708-.504 2.958 2.958 0 0 1-.54-.555 2.26 2.26 0 0 1-.342-.699 3.266 3.266 0 0 1-.119-.934c0-.529.104-.988.312-1.38a2.17 2.17 0 0 1 .915-.909c.403-.215.897-.323 1.483-.323.37 0 .743.053 1.117.159.375.105.753.266 1.135.482l-.567 1.861a4.37 4.37 0 0 0-.86-.433 2.223 2.223 0 0 0-.74-.14.784.784 0 0 0-.369.076.487.487 0 0 0-.21.204.622.622 0 0 0-.067.293c0 .16.026.295.08.41.052.113.16.234.326.363.164.128.416.296.753.503.358.22.66.452.907.696.246.244.432.517.558.818a2.7 2.7 0 0 1 .19 1.05ZM15 2l5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3Z" })))),
2789
+ markup: () => (h("g", { class: "fill-primary" },
2790
+ h("path", { d: "M11.851 22.135H9.752l-.916-2.362-.941 2.362H5.847l1.87-4.09-1.758-4.09h2.02l.8 2.265.744-2.266h2.064l-1.695 4.023 1.958 4.158h.001Zm.654 0v-8.18h1.947v6.507h2.132v1.673h-4.079Zm9.148-2.485c0 .507-.106.956-.316 1.345a2.3 2.3 0 0 1-.893.918c-.384.223-.837.333-1.36.333a4.93 4.93 0 0 1-.685-.047 3.685 3.685 0 0 1-.663-.16 4.167 4.167 0 0 1-.683-.308v-1.969c.321.217.651.385.989.506.337.121.646.182.925.182a.868.868 0 0 0 .395-.078.525.525 0 0 0 .229-.216.644.644 0 0 0 .076-.316.888.888 0 0 0-.062-.333c-.04-.102-.132-.216-.275-.34a5.3 5.3 0 0 0-.66-.468 7.695 7.695 0 0 1-.649-.462 2.711 2.711 0 0 1-.495-.509 2.072 2.072 0 0 1-.313-.64 2.994 2.994 0 0 1-.11-.857c0-.485.096-.905.287-1.265a1.99 1.99 0 0 1 .839-.833c.369-.197.822-.296 1.359-.296.34 0 .681.049 1.024.146.344.096.69.243 1.04.441l-.52 1.706a4.006 4.006 0 0 0-.788-.396 2.038 2.038 0 0 0-.678-.129.719.719 0 0 0-.338.07.446.446 0 0 0-.193.187.57.57 0 0 0-.061.268c0 .147.024.27.073.376.048.104.147.215.299.333.15.117.381.271.69.461.328.202.605.414.832.638.225.224.396.474.511.75.122.306.18.633.174.962ZM16.5 3.754l4.583 4.583v4.583H19.25v-2.75h-5.5V5.587h-5.5v7.333H6.416V3.754h10.083Zm1.833 4.583-2.75-2.75v2.75h2.75Z" }))),
2793
2791
  },
2794
2792
  'filetype-doc': {
2795
- markup: () => (h("g", null,
2796
- h("g", { class: "fill-primary" },
2797
- h("path", { d: "M7.91 17.413c0 .989-.15 1.829-.449 2.52-.3.692-.731 1.22-1.297 1.584-.566.365-1.253.547-2.063.547H1.8V13.14h2.448c.78 0 1.444.165 1.99.495.545.33.96.812 1.244 1.446.285.635.428 1.412.428 2.332Zm-2.198.085c0-.602-.056-1.088-.167-1.458-.112-.37-.28-.64-.501-.81-.222-.168-.5-.252-.833-.252h-.287v5.236h.165c.561 0 .972-.22 1.233-.659.26-.44.39-1.125.39-2.057Zm9.961.092c0 .749-.072 1.409-.216 1.98-.145.572-.36 1.052-.647 1.44a2.76 2.76 0 0 1-1.062.88c-.422.197-.909.296-1.462.296-.55 0-1.036-.1-1.459-.3a2.8 2.8 0 0 1-1.068-.881c-.289-.389-.507-.87-.653-1.444-.147-.573-.22-1.235-.22-1.983 0-.993.13-1.83.388-2.509.258-.68.64-1.194 1.147-1.544.507-.35 1.128-.525 1.865-.525.74 0 1.362.173 1.864.519.503.346.882.86 1.139 1.54.256.682.384 1.526.384 2.53Zm-4.577 0c0 .606.044 1.113.134 1.52.09.407.223.71.4.912a.84.84 0 0 0 .656.302c.268 0 .49-.097.662-.293.173-.195.301-.495.385-.9.083-.405.125-.919.125-1.541 0-.944-.097-1.641-.29-2.09-.193-.45-.487-.675-.882-.675-.26 0-.48.103-.656.308-.177.206-.31.513-.4.922-.09.409-.134.92-.134 1.535Zm9.063-2.753a.874.874 0 0 0-.555.192c-.163.129-.3.314-.409.556-.11.242-.193.536-.25.882a7.258 7.258 0 0 0-.086 1.172c0 .602.052 1.104.156 1.507.104.403.26.704.467.904.207.199.468.299.781.299.289 0 .567-.055.833-.165.267-.11.534-.242.803-.397v1.904a3.457 3.457 0 0 1-.925.373 4.405 4.405 0 0 1-1.053.122c-.708 0-1.305-.175-1.791-.525-.486-.35-.855-.865-1.105-1.544-.25-.68-.375-1.51-.375-2.49 0-.688.076-1.315.229-1.88a4.537 4.537 0 0 1 .662-1.46 3.076 3.076 0 0 1 1.047-.942 2.865 2.865 0 0 1 1.388-.333c.395 0 .774.051 1.139.153.364.102.725.26 1.083.476l-.562 1.745a3.695 3.695 0 0 0-.714-.4 1.97 1.97 0 0 0-.763-.149ZM15 2l5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3Z" })))),
2793
+ markup: () => (h("g", { class: "fill-primary" },
2794
+ h("path", { d: "M9.252 17.877c0 .906-.138 1.676-.412 2.31-.275.634-.67 1.118-1.189 1.452-.519.334-1.148.501-1.89.501H3.65v-8.18h2.244c.715 0 1.324.15 1.824.453.5.303.88.745 1.14 1.326.262.582.393 1.294.393 2.138Zm-2.015.078c0-.552-.051-.998-.153-1.337-.103-.34-.257-.587-.46-.742-.203-.154-.458-.231-.763-.231h-.263v4.8h.151c.514 0 .891-.202 1.13-.605.239-.403.358-1.031.358-1.885Zm9.13.084c0 .686-.065 1.291-.197 1.815-.133.524-.33.964-.593 1.32a2.53 2.53 0 0 1-.974.807c-.387.18-.833.27-1.34.27-.504 0-.95-.09-1.337-.274a2.567 2.567 0 0 1-.98-.808c-.264-.356-.464-.797-.598-1.323-.135-.526-.202-1.132-.202-1.818 0-.91.12-1.678.356-2.3.237-.623.587-1.095 1.051-1.415.465-.321 1.034-.482 1.71-.482.678 0 1.249.159 1.709.476.46.317.808.788 1.044 1.412.235.625.352 1.399.352 2.319Zm-4.195 0c0 .555.04 1.02.123 1.393.083.373.204.651.367.836a.77.77 0 0 0 .601.277.77.77 0 0 0 .607-.269c.159-.178.276-.453.353-.825.076-.37.114-.842.114-1.412 0-.865-.088-1.504-.265-1.916-.177-.412-.447-.619-.809-.619a.763.763 0 0 0-.601.283c-.163.188-.284.47-.367.845-.082.375-.123.843-.123 1.407Zm8.308-2.524a.801.801 0 0 0-.509.176c-.15.119-.275.288-.375.51a3.26 3.26 0 0 0-.229.808 6.653 6.653 0 0 0-.079 1.075c0 .552.048 1.012.143 1.381.096.37.239.646.428.829.19.182.43.274.716.274.265 0 .52-.05.764-.151.245-.101.49-.222.736-.364v1.745a3.17 3.17 0 0 1-.848.342 4.04 4.04 0 0 1-.965.112c-.65 0-1.196-.16-1.642-.481-.445-.321-.784-.793-1.013-1.416-.229-.623-.344-1.384-.344-2.282 0-.63.07-1.206.21-1.724.122-.478.327-.931.607-1.338a2.82 2.82 0 0 1 .96-.863c.391-.208.83-.313 1.272-.306.362 0 .71.047 1.044.14.334.094.665.239.993.437l-.515 1.6a3.387 3.387 0 0 0-.655-.367 1.806 1.806 0 0 0-.699-.137ZM15.75 3.748l4.584 4.583v4.584h-1.833v-2.75H13V5.58H7.5v7.334H5.668V3.748H15.75Zm1.834 4.583-2.75-2.75v2.75h2.75Z" }))),
2798
2795
  },
2799
2796
  'filetype-ppt': {
2800
- markup: () => (h("g", null,
2801
- h("g", { class: "fill-primary" },
2802
- h("path", { d: "M5.749 13c.92 0 1.61.246 2.072.739.462.492.693 1.192.693 2.1 0 .443-.057.855-.171 1.235-.114.38-.289.712-.525.995a2.375 2.375 0 0 1-.897.66c-.362.156-.79.234-1.282.234h-.415v2.96H3.1V13h2.649Zm-.201 1.8h-.324v2.363h.19a.98.98 0 0 0 .512-.132.84.84 0 0 0 .339-.42c.079-.194.119-.447.119-.76 0-.35-.07-.613-.208-.788-.138-.175-.348-.262-.628-.262Zm6.701-1.8c.92 0 1.61.246 2.072.739.462.492.693 1.192.693 2.1 0 .443-.057.855-.17 1.235a2.8 2.8 0 0 1-.526.995 2.375 2.375 0 0 1-.897.66c-.362.156-.79.234-1.282.234h-.415v2.96H9.6V13h2.65Zm-.201 1.8h-.324v2.363h.19a.98.98 0 0 0 .512-.132.84.84 0 0 0 .339-.42c.08-.194.119-.447.119-.76 0-.35-.07-.613-.208-.788-.138-.175-.347-.262-.628-.262Zm7.25 7.123h-2.111v-7.086h-1.611V13h5.322v1.837h-1.6v7.086ZM15 2l5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999Z" })))),
2797
+ markup: () => (h("g", { class: "fill-primary" },
2798
+ h("path", { d: "M8.02 13.952c.843 0 1.475.225 1.899.677.423.451.635 1.093.635 1.925 0 .406-.052.784-.157 1.132a2.55 2.55 0 0 1-.481.913 2.177 2.177 0 0 1-.822.605c-.332.143-.724.214-1.175.214h-.38v2.713H5.59v-8.179h2.43Zm-.185 1.65h-.297v2.166h.174a.898.898 0 0 0 .47-.121.77.77 0 0 0 .31-.385c.073-.178.11-.41.11-.697 0-.32-.065-.562-.191-.722-.127-.16-.32-.24-.576-.24v-.001Zm6.143-1.65c.843 0 1.476.225 1.899.677.423.451.635 1.093.635 1.925 0 .406-.052.784-.156 1.132a2.567 2.567 0 0 1-.482.913 2.177 2.177 0 0 1-.822.605c-.332.143-.724.214-1.175.214h-.38v2.713h-1.948v-8.179h2.43-.001Zm-.185 1.65h-.297v2.166h.175a.898.898 0 0 0 .469-.121.77.77 0 0 0 .31-.385c.074-.178.11-.41.11-.697 0-.32-.064-.562-.19-.722-.127-.16-.319-.24-.577-.24v-.001Zm6.646 6.53h-1.935v-6.496h-1.477v-1.684h4.879v1.684h-1.467v6.495ZM16.5 3.868l4.584 4.583v4.583H19.25v-2.75h-5.5V5.702h-5.5v7.333H6.416V3.87H16.5Zm1.833 4.583-2.75-2.75v2.75h2.75Z" }))),
2803
2799
  },
2804
2800
  'filetype-png': {
2805
- markup: () => (h("g", null,
2806
- h("g", { class: "fill-primary" },
2807
- h("path", { d: "M4.269 13.128c.92 0 1.61.246 2.072.739.462.492.693 1.192.693 2.1 0 .443-.057.855-.171 1.235-.114.38-.289.712-.525.995a2.375 2.375 0 0 1-.897.66c-.362.156-.79.234-1.282.234h-.415v2.96H1.62v-8.923h2.649Zm-.201 1.8h-.324v2.363h.19a.98.98 0 0 0 .512-.131.84.84 0 0 0 .339-.422c.079-.193.119-.446.119-.76 0-.35-.07-.612-.208-.787-.138-.175-.348-.262-.628-.262Zm10.778 7.124h-2.478l-2.325-5.549h-.049a38.321 38.321 0 0 1 .089 1.664c.006.225.009.424.009.595v3.29H8.12v-8.924h2.46l2.313 5.396h.049a118.239 118.239 0 0 1-.073-1.563c-.008-.22-.012-.419-.012-.598v-3.235h1.99v8.924Zm4.42-5.225h3.112v4.81a7.39 7.39 0 0 1-1.407.405 8.14 8.14 0 0 1-1.468.132c-.732 0-1.354-.18-1.864-.538-.511-.358-.9-.88-1.17-1.568-.268-.688-.402-1.522-.402-2.503 0-.956.153-1.774.458-2.453.305-.68.744-1.202 1.318-1.566.574-.364 1.266-.546 2.075-.546.46 0 .888.053 1.285.159.397.105.744.24 1.04.403l-.591 1.739a3.063 3.063 0 0 0-1.66-.476c-.379 0-.695.109-.95.326-.254.218-.445.535-.573.95-.128.415-.193.923-.193 1.525 0 .586.051 1.08.153 1.484.102.402.253.708.455.915a1 1 0 0 0 .747.311c.11 0 .221-.009.333-.027.112-.018.22-.042.327-.07v-1.636h-1.026v-1.776ZM15 2l5 5v5h-2l-.001-3H12V4H6v8H4V2h11Zm1.999 5L14 4.001V7h2.999Z" })))),
2801
+ markup: () => (h("g", { class: "fill-primary" },
2802
+ h("path", { d: "M6.665 14.454c.843 0 1.475.226 1.899.678.424.45.635 1.092.635 1.925 0 .406-.052.783-.156 1.132a2.55 2.55 0 0 1-.482.912 2.177 2.177 0 0 1-.822.605c-.332.143-.724.214-1.175.214h-.38v2.714H4.235v-8.18h2.429Zm-.185 1.65h-.297v2.166h.175a.898.898 0 0 0 .469-.12.77.77 0 0 0 .31-.387c.073-.177.11-.408.11-.696 0-.321-.064-.561-.19-.722-.127-.16-.32-.24-.577-.24Zm9.88 6.53h-2.27l-2.132-5.086h-.044c.038.508.065 1.016.081 1.525.006.207.008.389.008.546v3.016h-1.807v-8.18h2.255l2.12 4.946h.045a98.107 98.107 0 0 1-.067-1.433 15.194 15.194 0 0 1-.011-.548v-2.966h1.824v8.18Zm4.052-4.789h2.853v4.41c-.417.165-.849.29-1.29.37a7.413 7.413 0 0 1-1.346.121c-.67 0-1.241-.165-1.709-.493-.468-.328-.825-.806-1.072-1.437-.246-.63-.368-1.395-.368-2.295 0-.876.14-1.626.42-2.248.279-.623.681-1.102 1.208-1.436.526-.333 1.16-.5 1.902-.5a4.507 4.507 0 0 1 2.131.516l-.542 1.593a2.808 2.808 0 0 0-1.522-.436c-.347 0-.637.1-.87.299-.233.2-.408.49-.526.87-.117.38-.177.847-.177 1.398 0 .538.047.99.14 1.36.094.37.233.65.418.84.178.187.426.29.684.285.101 0 .203-.009.306-.025.102-.017.201-.039.3-.064v-1.5h-.941v-1.628Zm-3.91-13.591 4.583 4.583v4.583H19.25v-2.75h-5.5V6.087h-5.5v7.333H6.418V4.254h10.083Zm1.832 4.583-2.75-2.75v2.75h2.75Z" }))),
2808
2803
  },
2809
2804
  'filetype-jpg': {
2810
- markup: () => (h("g", null,
2811
- h("g", { class: "fill-primary" },
2812
- h("path", { d: "M10.93 13.128c.92 0 1.611.246 2.073.739.462.492.693 1.192.693 2.1 0 .443-.057.855-.171 1.235-.114.38-.289.712-.525.995a2.375 2.375 0 0 1-.897.66c-.362.156-.79.234-1.282.234h-.415v2.96H8.282v-8.923h2.649Zm-.2 1.8h-.324v2.363h.19a.98.98 0 0 0 .512-.131.84.84 0 0 0 .339-.422c.079-.193.119-.446.119-.76 0-.35-.07-.612-.208-.787-.138-.175-.348-.262-.629-.262Zm7 1.899h3.113v4.81a7.39 7.39 0 0 1-1.407.405 8.14 8.14 0 0 1-1.468.132c-.732 0-1.354-.18-1.864-.538-.511-.358-.9-.88-1.17-1.568-.268-.688-.402-1.522-.402-2.503 0-.956.153-1.774.458-2.453.305-.68.744-1.202 1.318-1.566.574-.364 1.266-.546 2.075-.546.46 0 .888.053 1.285.159.397.105.744.24 1.04.403l-.591 1.739a3.063 3.063 0 0 0-1.66-.476c-.379 0-.695.109-.95.326-.254.218-.445.535-.573.95-.128.415-.193.923-.193 1.525 0 .586.051 1.08.153 1.484.102.402.253.708.455.915a1 1 0 0 0 .747.311c.11 0 .221-.009.333-.027.112-.018.22-.042.327-.07v-1.636H17.73v-1.776ZM6.805 18.663c0 .899-.103 1.603-.308 2.111-.206.51-.503.866-.891 1.072-.389.205-.86.308-1.413.308-.18 0-.356-.01-.531-.03a3.38 3.38 0 0 1-.507-.098v-1.8a1.807 1.807 0 0 0 .69.127c.215 0 .385-.047.51-.143.123-.096.21-.258.262-.488.05-.23.076-.549.076-.956V13.15h2.112v5.513ZM15 2l5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3Z" })))),
2805
+ markup: () => (h("g", { class: "fill-primary" },
2806
+ h("path", { d: "M12.769 14.454c.843 0 1.476.226 1.9.678.423.45.635 1.092.635 1.925 0 .406-.052.783-.157 1.132a2.55 2.55 0 0 1-.48.912 2.177 2.177 0 0 1-.823.605c-.332.143-.724.214-1.175.214h-.38v2.714H10.34v-8.18h2.429-.001Zm-.184 1.65h-.297v2.166h.174a.898.898 0 0 0 .47-.12.77.77 0 0 0 .31-.387c.073-.177.11-.408.11-.696 0-.321-.065-.561-.191-.722-.127-.16-.32-.24-.577-.24h.001Zm6.417 1.741h2.854v4.41c-.417.165-.85.29-1.29.37a7.413 7.413 0 0 1-1.346.121c-.67 0-1.241-.165-1.709-.493-.468-.328-.825-.806-1.072-1.437-.246-.63-.369-1.395-.369-2.295 0-.876.14-1.626.42-2.248.28-.623.682-1.102 1.208-1.436.527-.333 1.16-.5 1.902-.5a4.515 4.515 0 0 1 2.132.516l-.542 1.593a2.808 2.808 0 0 0-1.522-.436c-.347 0-.637.1-.87.299-.233.2-.408.49-.526.87-.117.38-.177.847-.177 1.398 0 .538.047.99.14 1.36.094.37.233.65.418.84.178.187.426.29.684.285.101 0 .203-.009.306-.025.102-.017.201-.039.3-.064v-1.5h-.941v-1.628ZM8.987 19.528c0 .824-.094 1.47-.282 1.935-.189.468-.461.794-.817.983-.356.188-.788.282-1.295.282-.165 0-.326-.01-.487-.027a3.098 3.098 0 0 1-.465-.09v-1.65c.202.08.417.12.633.116.197 0 .353-.043.468-.13.112-.089.192-.237.24-.448.045-.211.07-.504.07-.877v-5.148h1.935v5.054ZM16.5 4.254l4.584 4.583v4.583H19.25v-2.75h-5.5V6.087h-5.5v7.333H6.416V4.254H16.5Zm1.834 4.583-2.75-2.75v2.75h2.75Z" }))),
2813
2807
  },
2814
2808
  'filetype-txt': {
2815
- markup: () => (h("g", null,
2816
- h("g", { class: "fill-primary" },
2817
- h("path", { d: "M6.943 21.923H4.831v-7.086H3.22V13h5.322v1.837H6.943v7.086Zm8.338 0h-2.288l-1.001-2.575-1.026 2.575H8.732l2.039-4.461L8.854 13h2.204l.873 2.472.811-2.472h2.252l-1.849 4.388 2.136 4.535Zm3.913 0h-2.111v-7.086H15.47V13h5.323v1.837h-1.6v7.086ZM15 2l5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999Z" })))),
2809
+ markup: () => (h("g", { class: "fill-primary" },
2810
+ h("path", { d: "M8.358 22.131H6.422v-6.495H4.946v-1.684h4.878v1.684H8.358v6.495Zm7.644 0h-2.098l-.917-2.36-.94 2.36h-2.05l1.87-4.089-1.758-4.09h2.02l.8 2.266.744-2.266h2.065l-1.695 4.022 1.958 4.157Zm3.587 0h-1.936v-6.495h-1.478v-1.684h4.88v1.684h-1.467v6.495ZM15.744 3.87l4.583 4.583v4.583h-1.833v-2.75h-5.5V5.702h-5.5v7.333H5.661V3.87h10.083Zm1.832 4.583-2.749-2.75v2.75h2.75Z" }))),
2818
2811
  },
2819
2812
  'filetype-generic': {
2820
- markup: () => (h("g", null,
2821
- h("g", { class: "fill-primary" },
2822
- h("path", { d: "m15 2 5 5v15H4V2h11Zm-3 2H6v16h12V9h-6V4Zm5 3-3-3v3h3Z" })))),
2813
+ markup: () => (h("g", { class: "fill-primary" },
2814
+ h("path", { d: "m17.05 2.267 5.5 5.5v16.5H4.95v-22h12.1Zm-3.3 2.2h-6.6v17.6h13.2v-12.1h-6.6v-5.5Zm5.5 3.3-3.3-3.3v3.3h3.3Z" }))),
2823
2815
  },
2824
2816
  'filetype-csv': {
2825
- markup: () => (h("g", null,
2826
- h("g", { class: "fill-primary" },
2827
- h("path", { d: "m15 2 5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999Zm-10.75 7.825a.874.874 0 0 0-.555.192 1.455 1.455 0 0 0-.409.556c-.11.242-.193.536-.25.882a7.258 7.258 0 0 0-.086 1.171c0 .603.052 1.105.156 1.508.104.403.26.704.467.903.208.2.468.3.781.3.29 0 .567-.056.833-.165.267-.11.534-.242.803-.397v1.904a3.457 3.457 0 0 1-.925.373 4.405 4.405 0 0 1-1.053.122c-.708 0-1.305-.175-1.79-.525-.487-.35-.855-.865-1.106-1.545-.25-.679-.375-1.51-.375-2.49a7.2 7.2 0 0 1 .229-1.88 4.537 4.537 0 0 1 .662-1.458 3.076 3.076 0 0 1 1.047-.943A2.865 2.865 0 0 1 6.066 13a4.164 4.164 0 0 1 2.222.629l-.561 1.745a3.695 3.695 0 0 0-.715-.4 1.97 1.97 0 0 0-.762-.149Zm7.703 4.517c0 .553-.115 1.042-.345 1.467-.23.426-.554.76-.973 1.001-.42.243-.914.364-1.483.364-.257 0-.506-.018-.748-.052a4.02 4.02 0 0 1-.723-.174 4.546 4.546 0 0 1-.745-.336v-2.148c.35.236.71.42 1.077.552.369.132.705.198 1.01.198a.947.947 0 0 0 .43-.085.573.573 0 0 0 .251-.235.703.703 0 0 0 .082-.345.969.969 0 0 0-.067-.363c-.044-.112-.144-.236-.299-.372a5.782 5.782 0 0 0-.72-.51 8.395 8.395 0 0 1-.708-.504 2.958 2.958 0 0 1-.54-.555 2.26 2.26 0 0 1-.342-.699 3.266 3.266 0 0 1-.119-.934c0-.529.104-.988.311-1.38a2.17 2.17 0 0 1 .916-.909c.403-.215.897-.323 1.483-.323.37 0 .743.053 1.117.159.374.105.753.266 1.135.482l-.567 1.861a4.37 4.37 0 0 0-.861-.433 2.223 2.223 0 0 0-.739-.14.784.784 0 0 0-.369.076.487.487 0 0 0-.21.204.622.622 0 0 0-.068.293c0 .16.027.295.08.41.053.113.162.234.326.363.165.128.416.296.754.503.358.22.66.452.906.696.247.244.433.517.559.818a2.7 2.7 0 0 1 .19 1.05Zm7.312-6.214-2.276 8.924h-2.472l-2.253-8.924h2.228l.897 4.4a26.228 26.228 0 0 1 .36 2.26 43.456 43.456 0 0 1 .242-1.53c.05-.283.096-.522.137-.717l.91-4.413h2.227Z" })))),
2817
+ markup: () => (h("g", { class: "fill-primary" },
2818
+ h("path", { d: "m15.998 3.754 4.583 4.583v4.583h-1.833l-.001-2.75h-5.5V5.587h-5.5v7.333H5.916V3.754h10.083Zm1.832 4.583-2.749-2.75v2.75h2.75ZM7.976 15.51a.801.801 0 0 0-.509.176 1.334 1.334 0 0 0-.375.51c-.1.221-.176.49-.229.808a6.653 6.653 0 0 0-.079 1.073c0 .553.048 1.013.143 1.383.096.37.239.645.429.827.19.184.429.275.715.275.266 0 .52-.05.764-.15.245-.102.49-.223.736-.365v1.746a3.17 3.17 0 0 1-.848.342 4.04 4.04 0 0 1-.965.111c-.65 0-1.196-.16-1.64-.48-.447-.322-.785-.794-1.015-1.417-.229-.623-.343-1.384-.343-2.283a6.6 6.6 0 0 1 .21-1.723c.12-.478.326-.93.606-1.336a2.82 2.82 0 0 1 .96-.865c.392-.207.83-.312 1.272-.305a3.817 3.817 0 0 1 2.037.576l-.514 1.6a3.387 3.387 0 0 0-.655-.367 1.806 1.806 0 0 0-.699-.136Zm7.061 4.14c0 .507-.105.956-.316 1.345-.21.39-.508.697-.892.918-.385.222-.838.333-1.36.333a4.92 4.92 0 0 1-.685-.047 3.685 3.685 0 0 1-.663-.16 4.167 4.167 0 0 1-.683-.308v-1.969c.321.217.651.385.988.506.338.121.646.182.925.182a.868.868 0 0 0 .395-.078.525.525 0 0 0 .23-.216.644.644 0 0 0 .075-.316.888.888 0 0 0-.062-.333c-.04-.102-.132-.216-.274-.34a5.3 5.3 0 0 0-.66-.468 7.695 7.695 0 0 1-.649-.462 2.712 2.712 0 0 1-.495-.509 2.072 2.072 0 0 1-.313-.64 2.994 2.994 0 0 1-.11-.857c0-.485.096-.905.286-1.265a1.99 1.99 0 0 1 .84-.833c.369-.197.822-.296 1.359-.296.339 0 .68.048 1.024.146.343.096.69.243 1.04.441l-.52 1.706a4.006 4.006 0 0 0-.789-.397 2.038 2.038 0 0 0-.677-.128.719.719 0 0 0-.338.07.446.446 0 0 0-.193.187.57.57 0 0 0-.062.268c0 .147.024.27.073.376.049.104.149.215.299.333.151.117.381.271.691.461.328.202.605.414.83.638.227.224.397.474.513.75.121.306.18.633.174.962Zm6.703-5.696-2.086 8.18h-2.266l-2.066-8.18h2.043l.822 4.034c.14.685.25 1.376.33 2.071.065-.469.14-.936.222-1.402.046-.26.088-.479.125-.658l.834-4.045h2.042Z" }))),
2828
2819
  },
2829
2820
  'filetype-docx': {
2830
- markup: () => (h("g", null,
2831
- h("g", { class: "fill-primary" },
2832
- h("path", { d: "m15 2 5 5v5h-2V9h-6.5V4H6v8H4V2h11Zm2 5-3-3h-.5v3H17ZM5.652 17.437c0 .997-.137 1.84-.412 2.527-.275.688-.676 1.21-1.203 1.566-.526.356-1.172.534-1.937.534H0V13.14h2.228c.732 0 1.354.165 1.864.495.511.33.899.814 1.163 1.452.265.64.397 1.423.397 2.35Zm-1.764.08c0-.668-.063-1.215-.19-1.642-.125-.427-.314-.743-.564-.946-.25-.204-.56-.305-.93-.305h-.489v5.938h.372c.619 0 1.074-.25 1.365-.75.29-.501.436-1.266.436-2.295Zm8.407.073c0 .708-.065 1.346-.195 1.913-.13.568-.326 1.051-.586 1.45-.26.399-.59.704-.986.915-.397.212-.862.318-1.395.318-.537 0-1.005-.107-1.403-.32a2.668 2.668 0 0 1-.99-.925c-.26-.403-.455-.887-.585-1.453a8.541 8.541 0 0 1-.195-1.91c0-1.001.12-1.842.36-2.521.24-.68.596-1.192 1.068-1.538C7.86 13.173 8.442 13 9.133 13c.72 0 1.314.185 1.78.555.465.37.812.899 1.04 1.584.228.686.342 1.503.342 2.45Zm-4.56 0c0 .683.054 1.254.16 1.712.105.458.262.801.47 1.031.207.23.463.345.768.345.31 0 .567-.112.772-.335.206-.224.36-.564.464-1.02.104-.455.156-1.033.156-1.733 0-1.046-.116-1.824-.348-2.335-.232-.51-.58-.766-1.044-.766a.991.991 0 0 0-.769.348c-.207.232-.364.578-.47 1.038-.105.46-.158 1.031-.158 1.715Zm8.194-3.1c-.26 0-.488.077-.684.231a1.724 1.724 0 0 0-.485.656 3.993 3.993 0 0 0-.287.998c-.063.383-.094.8-.094 1.251 0 .664.063 1.224.189 1.682.126.458.311.805.555 1.04.244.237.542.355.891.355.277 0 .54-.047.788-.14a6.27 6.27 0 0 0 .738-.336v1.525c-.256.143-.532.25-.827.324a3.93 3.93 0 0 1-.949.11c-.671 0-1.242-.178-1.712-.534-.47-.356-.829-.875-1.077-1.557-.248-.681-.372-1.508-.372-2.48 0-.668.07-1.281.21-1.841.14-.56.347-1.046.62-1.459a2.973 2.973 0 0 1 1.004-.961 2.69 2.69 0 0 1 1.364-.342c.358 0 .704.045 1.037.134.334.09.656.228.965.416l-.488 1.416a3.33 3.33 0 0 0-.666-.358 1.96 1.96 0 0 0-.72-.13ZM24 22.063h-1.837l-1.105-2.985-1.16 2.985H18.11l1.978-4.535-1.813-4.389h1.77l.977 2.814.964-2.814h1.8l-1.788 4.377L24 22.064Z" })))),
2821
+ markup: () => (h("g", { class: "fill-primary" },
2822
+ h("path", { d: "m16.5 3.748 4.584 4.583v4.584H19.25v-2.75h-5.958V5.58H8.251v7.334H6.417V3.748H16.5Zm1.834 4.583-2.75-2.75h-.458v2.75h3.208ZM7.932 17.9c0 .914-.126 1.686-.378 2.316-.252.63-.62 1.11-1.103 1.436-.482.326-1.074.489-1.775.489H2.75v-8.18h2.042c.67 0 1.241.15 1.708.453.469.303.825.747 1.067 1.331.243.587.364 1.305.364 2.155Zm-1.618.073c0-.612-.057-1.114-.174-1.505-.114-.392-.287-.681-.517-.867-.229-.187-.513-.28-.852-.28h-.448v5.443h.34c.568 0 .985-.229 1.252-.687.266-.46.4-1.16.4-2.104Zm7.707.067a7.87 7.87 0 0 1-.179 1.753 4.094 4.094 0 0 1-.537 1.33 2.44 2.44 0 0 1-.904.838c-.364.195-.79.292-1.279.292-.492 0-.92-.098-1.286-.293-.37-.2-.683-.492-.907-.848a4.152 4.152 0 0 1-.536-1.332 7.83 7.83 0 0 1-.18-1.751c0-.918.11-1.689.33-2.311.22-.623.547-1.093.98-1.41.433-.317.966-.476 1.6-.476.66 0 1.204.17 1.631.51.426.338.744.823.953 1.451.21.629.314 1.378.314 2.246Zm-4.18 0c0 .626.05 1.15.147 1.57.096.419.24.733.43.944a.91.91 0 0 0 .704.317.92.92 0 0 0 .708-.308c.189-.205.33-.517.425-.935.096-.417.143-.946.143-1.588 0-.959-.106-1.672-.319-2.14-.212-.468-.531-.703-.957-.703a.908.908 0 0 0-.704.32c-.19.212-.334.53-.431.95-.097.422-.145.946-.145 1.573H9.84Zm7.511-2.842a.986.986 0 0 0-.627.212 1.58 1.58 0 0 0-.445.601 3.66 3.66 0 0 0-.263.915 7.082 7.082 0 0 0-.086 1.147c0 .609.058 1.122.174 1.542.115.42.285.738.508.953.224.217.497.325.817.325.254 0 .495-.043.722-.128.232-.088.458-.19.677-.308v1.398c-.235.131-.488.23-.758.297a3.606 3.606 0 0 1-.87.1c-.615 0-1.139-.162-1.57-.489-.43-.326-.76-.802-.987-1.427-.227-.624-.34-1.382-.34-2.273 0-.613.063-1.174.192-1.688.128-.513.318-.959.568-1.337a2.73 2.73 0 0 1 .92-.881 2.466 2.466 0 0 1 1.25-.314c.329 0 .646.042.951.123.306.083.602.21.885.382l-.447 1.298a3.053 3.053 0 0 0-.61-.329 1.797 1.797 0 0 0-.66-.119Zm7.398 6.942h-1.683l-1.013-2.736-1.064 2.736h-1.639l1.814-4.157-1.662-4.023h1.622l.896 2.58.883-2.58h1.65l-1.639 4.012 1.835 4.169Z" }))),
2833
2823
  },
2834
2824
  'filetype-gif': {
2835
- markup: () => (h("g", null,
2836
- h("g", { class: "fill-primary" },
2837
- h("path", { d: "m15 2 5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3Zm-9.567 9.827h3.113v4.81a7.39 7.39 0 0 1-1.407.405 8.14 8.14 0 0 1-1.468.132c-.732 0-1.354-.18-1.864-.538-.511-.358-.9-.88-1.17-1.568-.268-.688-.402-1.522-.402-2.503 0-.956.153-1.774.458-2.453.305-.68.744-1.202 1.318-1.566.574-.364 1.266-.546 2.075-.546.46 0 .888.053 1.285.159.397.105.744.24 1.04.403L9.82 15.3a3.063 3.063 0 0 0-1.66-.476c-.379 0-.695.109-.95.326-.254.218-.445.535-.573.95-.128.415-.193.923-.193 1.525 0 .586.051 1.08.153 1.484.102.402.253.708.455.915a1 1 0 0 0 .747.311c.11 0 .221-.009.333-.027.112-.018.22-.042.327-.07v-1.636H7.433v-1.776Zm4.462 5.225v-8.924h2.124v8.924h-2.124Zm5.725 0h-2.124v-8.924h4.272v1.8H17.62v1.911h1.99v1.8h-1.99v3.413Z" })))),
2825
+ markup: () => (h("g", { class: "fill-primary" },
2826
+ h("path", { d: "m16.002 3.754 4.583 4.583v4.583H18.75v-2.75h-5.5V5.587h-5.5v7.333H5.918V3.754h10.084Zm1.833 4.583-2.75-2.75v2.75h2.75Zm-8.77 9.008h2.854v4.41c-.417.165-.849.29-1.29.37a7.405 7.405 0 0 1-1.346.121c-.67 0-1.24-.165-1.708-.493-.469-.328-.825-.806-1.073-1.437-.246-.63-.368-1.395-.368-2.295 0-.876.14-1.626.42-2.248.279-.623.681-1.102 1.208-1.436.526-.333 1.16-.5 1.902-.5a4.52 4.52 0 0 1 2.131.516l-.542 1.592a2.808 2.808 0 0 0-1.521-.436c-.348 0-.638.1-.871.299-.233.2-.408.49-.526.87-.117.381-.177.847-.177 1.398 0 .538.047.99.14 1.36.094.37.233.65.418.84a.92.92 0 0 0 .685.285c.1 0 .202-.009.305-.025.103-.017.202-.039.3-.064v-1.5h-.94v-1.628.001Zm4.09 4.79v-8.18h1.947v8.18h-1.947Zm5.248 0h-1.947v-8.18h3.916v1.65h-1.969v1.751h1.824v1.65h-1.824v3.129Z" }))),
2838
2827
  },
2839
2828
  'filetype-iso': {
2840
- markup: () => (h("g", null,
2841
- h("g", { class: "fill-primary" },
2842
- h("path", { d: "m15 2 5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3ZM4.095 22.064V13.14h2.124v8.924H4.095Zm8.228-2.71c0 .553-.115 1.042-.345 1.468-.23.425-.555.759-.974 1-.419.243-.913.364-1.483.364-.256 0-.506-.018-.748-.052a4.02 4.02 0 0 1-.723-.174 4.546 4.546 0 0 1-.745-.336v-2.148c.35.236.71.42 1.078.552a3.02 3.02 0 0 0 1.01.199.947.947 0 0 0 .43-.086.573.573 0 0 0 .25-.235.703.703 0 0 0 .083-.345.969.969 0 0 0-.067-.363c-.045-.112-.145-.236-.3-.372a5.782 5.782 0 0 0-.72-.51 8.395 8.395 0 0 1-.708-.503 2.958 2.958 0 0 1-.54-.556 2.26 2.26 0 0 1-.342-.699 3.266 3.266 0 0 1-.119-.933c0-.53.104-.99.312-1.38a2.17 2.17 0 0 1 .915-.91c.403-.215.897-.323 1.483-.323.37 0 .743.053 1.117.159.375.106.753.266 1.136.482l-.568 1.862a4.37 4.37 0 0 0-.86-.434 2.223 2.223 0 0 0-.74-.14.784.784 0 0 0-.368.076.487.487 0 0 0-.211.205.622.622 0 0 0-.067.293.95.95 0 0 0 .08.409c.052.114.16.235.326.363.164.128.416.296.753.503a5 5 0 0 1 .907.696c.246.244.432.517.558.818a2.7 2.7 0 0 1 .19 1.05Zm7.586-1.764c0 .749-.072 1.409-.216 1.98-.145.572-.36 1.052-.647 1.44a2.76 2.76 0 0 1-1.062.88c-.422.197-.909.296-1.462.296-.55 0-1.036-.1-1.459-.3a2.8 2.8 0 0 1-1.068-.881c-.289-.389-.507-.87-.653-1.444-.147-.573-.22-1.235-.22-1.983 0-.993.13-1.83.388-2.509.258-.68.64-1.194 1.147-1.544.507-.35 1.128-.525 1.865-.525.74 0 1.362.173 1.864.519.503.346.882.86 1.139 1.54.256.682.384 1.526.384 2.53Zm-4.577 0c0 .606.044 1.113.134 1.52.09.407.223.71.4.912a.84.84 0 0 0 .656.302c.268 0 .49-.097.662-.293.173-.195.301-.495.385-.9.083-.405.125-.919.125-1.541 0-.944-.097-1.641-.29-2.09-.194-.45-.488-.675-.882-.675-.26 0-.48.103-.656.308-.177.206-.31.513-.4.922-.09.409-.134.92-.134 1.535Z" })))),
2829
+ markup: () => (h("g", { class: "fill-primary" },
2830
+ h("path", { d: "m16 3.748 4.583 4.583v4.584H18.75v-2.75h-5.5V5.58h-5.5v7.334H5.915V3.748H16Zm1.833 4.583-2.75-2.75v2.75h2.75Zm-11.83 13.81V13.96H7.95v8.18H6.003Zm7.543-2.485c0 .507-.106.955-.317 1.346-.21.39-.508.695-.893.916-.384.223-.836.334-1.359.334a4.93 4.93 0 0 1-.686-.048 3.685 3.685 0 0 1-.662-.16 4.167 4.167 0 0 1-.683-.307v-1.97c.32.217.65.386.988.507.296.113.609.175.926.182a.868.868 0 0 0 .394-.079.525.525 0 0 0 .23-.215.644.644 0 0 0 .075-.316.888.888 0 0 0-.061-.333c-.041-.103-.133-.216-.275-.341a5.3 5.3 0 0 0-.66-.468 7.695 7.695 0 0 1-.65-.46 2.711 2.711 0 0 1-.494-.51 2.072 2.072 0 0 1-.314-.641 2.994 2.994 0 0 1-.109-.855c0-.486.095-.908.286-1.265a1.99 1.99 0 0 1 .839-.835c.37-.197.822-.296 1.36-.296.338 0 .68.049 1.023.146.344.097.69.244 1.042.442l-.521 1.707a4.006 4.006 0 0 0-.788-.398 2.038 2.038 0 0 0-.679-.128.719.719 0 0 0-.337.07.446.446 0 0 0-.194.187.57.57 0 0 0-.06.269.87.87 0 0 0 .072.375c.048.104.147.215.3.332.15.118.38.272.69.462.3.18.58.394.83.638.226.223.397.474.512.75.122.305.181.633.175.962Zm6.953-1.617c0 .686-.066 1.291-.198 1.815s-.33.964-.593 1.32a2.53 2.53 0 0 1-.973.807c-.387.18-.833.27-1.34.27-.505 0-.95-.09-1.338-.274a2.567 2.567 0 0 1-.979-.808c-.265-.356-.464-.797-.598-1.323-.135-.526-.202-1.132-.202-1.818 0-.91.12-1.678.356-2.3.236-.623.586-1.095 1.051-1.415.465-.321 1.034-.482 1.71-.482.678 0 1.248.159 1.708.476.461.317.809.788 1.044 1.412.235.625.352 1.399.352 2.319Zm-4.195 0c0 .555.04 1.02.123 1.393.082.373.204.651.366.836a.77.77 0 0 0 .602.277.773.773 0 0 0 .607-.269c.158-.178.275-.453.352-.825.076-.37.115-.842.115-1.412 0-.865-.089-1.504-.266-1.916-.178-.412-.447-.619-.808-.619a.763.763 0 0 0-.602.283c-.162.188-.284.47-.366.845-.083.375-.123.843-.123 1.407Z" }))),
2843
2831
  },
2844
2832
  'filetype-otf': {
2845
- markup: () => (h("g", null,
2846
- h("g", { class: "fill-primary" },
2847
- h("path", { d: "m15 2 5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999ZM9.767 17.59c0 .749-.072 1.409-.217 1.98-.144.572-.36 1.052-.647 1.44-.286.39-.64.682-1.062.88-.42.197-.908.296-1.461.296-.55 0-1.036-.1-1.46-.3a2.813 2.813 0 0 1-1.067-.881c-.29-.389-.507-.87-.653-1.444-.147-.573-.22-1.235-.22-1.983 0-.993.13-1.83.388-2.509.258-.68.64-1.194 1.147-1.544.507-.35 1.128-.525 1.865-.525.74 0 1.362.173 1.864.519.503.346.882.86 1.139 1.54.256.682.384 1.526.384 2.53Zm-4.578 0c0 .606.045 1.113.135 1.52.09.407.223.71.4.912a.84.84 0 0 0 .656.302.843.843 0 0 0 .662-.293c.173-.195.301-.495.384-.9.084-.405.126-.919.126-1.541 0-.944-.097-1.641-.29-2.09-.194-.45-.488-.675-.882-.675-.26 0-.48.103-.656.308-.177.206-.31.513-.4.922-.09.409-.135.92-.135 1.535Zm9.003 4.474H12.08v-7.086h-1.61V13.14h5.322v1.838h-1.599v7.086Zm4.675 0h-2.124V13.14h4.273v1.8h-2.149v1.911h1.99v1.8h-1.99v3.413Z" })))),
2833
+ markup: () => (h("g", { class: "fill-primary" },
2834
+ h("path", { d: "m16.001 4.248 4.584 4.583v4.584H18.75v-2.75h-5.5V6.08h-5.5v7.334H5.918V4.248h10.083Zm1.833 4.583-2.75-2.75v2.75h2.75Zm-6.63 9.708c0 .686-.066 1.291-.199 1.815-.132.524-.33.964-.593 1.32a2.518 2.518 0 0 1-.973.807c-.385.18-.832.27-1.34.27-.503 0-.949-.09-1.338-.274a2.579 2.579 0 0 1-.978-.808c-.266-.356-.465-.797-.598-1.323-.135-.526-.202-1.132-.202-1.818 0-.91.12-1.678.356-2.3.236-.623.586-1.095 1.051-1.415.465-.321 1.034-.482 1.71-.482.678 0 1.248.159 1.708.476.461.317.809.788 1.044 1.412.235.625.352 1.399.352 2.319Zm-4.196 0c0 .555.041 1.02.124 1.393.082.373.204.651.366.836a.77.77 0 0 0 .602.277.773.773 0 0 0 .607-.269c.158-.178.275-.453.351-.825.078-.37.116-.842.116-1.412 0-.865-.089-1.504-.266-1.916-.178-.412-.447-.619-.808-.619a.763.763 0 0 0-.602.283c-.162.189-.284.47-.366.845-.083.375-.124.843-.124 1.407Zm8.253 4.101h-1.936v-6.495h-1.476V14.46h4.878v1.685h-1.465v6.495h-.001Zm4.285 0H17.6v-8.18h3.917v1.65h-1.97v1.752h1.824v1.65h-1.824v3.128Z" }))),
2848
2835
  },
2849
2836
  'filetype-svg': {
2850
- markup: () => (h("g", null,
2851
- h("g", { class: "fill-primary" },
2852
- h("path", { d: "m15 2 5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3ZM7.452 19.342c0 .553-.115 1.042-.345 1.467-.23.426-.554.76-.973 1.001-.42.243-.914.364-1.483.364-.257 0-.506-.018-.748-.052a4.02 4.02 0 0 1-.723-.174 4.546 4.546 0 0 1-.745-.336v-2.148c.35.236.709.42 1.077.552.369.132.705.198 1.01.198a.947.947 0 0 0 .43-.085.573.573 0 0 0 .25-.235.703.703 0 0 0 .083-.345.969.969 0 0 0-.067-.363c-.045-.112-.144-.236-.299-.372a5.782 5.782 0 0 0-.72-.51 8.395 8.395 0 0 1-.708-.504 2.958 2.958 0 0 1-.54-.555 2.26 2.26 0 0 1-.342-.699 3.266 3.266 0 0 1-.12-.934c0-.529.105-.988.312-1.38a2.17 2.17 0 0 1 .916-.909C4.12 13.108 4.614 13 5.2 13c.37 0 .742.053 1.117.159.374.105.753.266 1.135.482l-.568 1.861a4.37 4.37 0 0 0-.86-.433 2.223 2.223 0 0 0-.739-.14.784.784 0 0 0-.369.076.487.487 0 0 0-.21.204.622.622 0 0 0-.068.293c0 .16.027.295.08.41.053.113.161.234.326.363.165.128.416.296.754.503.358.22.66.452.906.696.247.244.433.517.559.818a2.7 2.7 0 0 1 .19 1.05Zm7.312-6.214-2.277 8.924h-2.471l-2.253-8.924h2.228l.897 4.4a26.228 26.228 0 0 1 .36 2.26 43.455 43.455 0 0 1 .242-1.53c.05-.283.096-.522.137-.717l.91-4.413h2.227Zm3.687 3.699h3.112v4.81a7.39 7.39 0 0 1-1.406.405 8.14 8.14 0 0 1-1.468.132c-.733 0-1.354-.18-1.865-.538-.51-.358-.9-.88-1.169-1.568-.268-.688-.403-1.522-.403-2.503 0-.956.153-1.774.458-2.453.305-.68.745-1.202 1.319-1.566.573-.364 1.265-.546 2.075-.546a4.952 4.952 0 0 1 2.325.562l-.592 1.739a3.063 3.063 0 0 0-1.66-.476c-.378 0-.695.109-.95.326-.253.218-.445.535-.573.95-.128.415-.192.923-.192 1.525 0 .586.05 1.08.152 1.484.102.402.254.708.455.915a1 1 0 0 0 .748.311c.11 0 .22-.009.332-.027a3.38 3.38 0 0 0 .327-.07v-1.636h-1.025v-1.776Z" })))),
2837
+ markup: () => (h("g", { class: "fill-primary" },
2838
+ h("path", { d: "m16.002 4.254 4.584 4.583v4.583h-1.834v-2.75h-5.5V6.087h-5.5v7.333H5.92V4.254h10.083Zm1.834 4.583-2.75-2.75v2.75h2.75ZM9.083 20.15c0 .507-.105.956-.316 1.345-.21.39-.508.697-.892.918-.385.222-.838.333-1.36.333a4.92 4.92 0 0 1-.685-.047 3.685 3.685 0 0 1-.663-.16 4.167 4.167 0 0 1-.683-.308v-1.969c.321.217.65.385.988.506.338.121.646.182.926.182a.868.868 0 0 0 .394-.078.525.525 0 0 0 .229-.216.644.644 0 0 0 .076-.316.888.888 0 0 0-.061-.333.986.986 0 0 0-.274-.34 5.3 5.3 0 0 0-.66-.468 7.695 7.695 0 0 1-.65-.462 2.712 2.712 0 0 1-.495-.509 2.072 2.072 0 0 1-.313-.64 2.994 2.994 0 0 1-.11-.857c0-.485.096-.905.286-1.265a1.99 1.99 0 0 1 .84-.833c.37-.197.822-.296 1.36-.296.338 0 .68.048 1.023.146.343.096.69.243 1.04.441l-.52 1.706a4.006 4.006 0 0 0-.789-.397 2.038 2.038 0 0 0-.677-.128.719.719 0 0 0-.338.07.446.446 0 0 0-.193.187.57.57 0 0 0-.062.268c0 .147.025.27.073.376.049.104.148.215.3.333.15.117.38.271.69.461.328.202.605.414.83.638.227.224.398.474.513.75.122.306.18.633.174.962Zm6.703-5.696-2.087 8.18h-2.265l-2.066-8.18h2.043l.822 4.034c.14.685.25 1.376.33 2.071.066-.469.14-.936.222-1.402.046-.26.088-.479.126-.658l.834-4.045h2.041Zm3.38 3.391h2.852v4.41c-.416.165-.847.29-1.288.37a7.413 7.413 0 0 1-1.346.121c-.672 0-1.241-.165-1.71-.493-.467-.328-.825-.806-1.071-1.437-.246-.63-.37-1.395-.37-2.295 0-.876.14-1.626.42-2.248.28-.623.683-1.102 1.21-1.436.525-.333 1.159-.5 1.901-.5a4.54 4.54 0 0 1 2.132.515l-.543 1.594a2.808 2.808 0 0 0-1.522-.436c-.346 0-.637.1-.87.299-.232.2-.408.49-.526.87-.117.38-.176.847-.176 1.398 0 .538.046.99.14 1.36.093.37.232.65.417.84a.917.917 0 0 0 .685.285c.101 0 .202-.009.305-.025.1-.017.2-.038.3-.064v-1.5h-.94v-1.628Z" }))),
2853
2839
  },
2854
2840
  'filetype-xlsx': {
2855
- markup: () => (h("g", null,
2856
- h("g", { class: "fill-primary" },
2857
- h("path", { d: "m15 2 5 5v5h-2V9h-6V4H6v8H4V2h11Zm2 5-3-3v3h3ZM6.66 22.052H4.37l-1-2.576-1.026 2.576H.11l2.039-4.462-1.917-4.462h2.203l.873 2.472.812-2.472h2.252l-1.85 4.389 2.137 4.535Zm.404 0v-8.924h2.124v7.099h2.325v1.825h-4.45Zm9.871-2.71c0 .553-.115 1.042-.345 1.467-.23.426-.554.76-.973 1.001-.42.243-.914.364-1.483.364-.257 0-.506-.018-.748-.052a4.02 4.02 0 0 1-.723-.174 4.546 4.546 0 0 1-.745-.336v-2.148c.35.236.71.42 1.077.552.369.132.705.198 1.01.198a.947.947 0 0 0 .43-.085.573.573 0 0 0 .251-.235.703.703 0 0 0 .082-.345.969.969 0 0 0-.067-.363c-.044-.112-.144-.236-.299-.372a5.782 5.782 0 0 0-.72-.51 8.395 8.395 0 0 1-.708-.504 2.958 2.958 0 0 1-.54-.555 2.26 2.26 0 0 1-.342-.699 3.266 3.266 0 0 1-.119-.934c0-.529.104-.988.311-1.38a2.17 2.17 0 0 1 .916-.909c.403-.215.897-.323 1.483-.323.37 0 .743.053 1.117.159.374.105.753.266 1.135.482l-.567 1.861a4.37 4.37 0 0 0-.861-.433 2.223 2.223 0 0 0-.739-.14.784.784 0 0 0-.369.076.487.487 0 0 0-.21.204.622.622 0 0 0-.068.293c0 .16.027.295.08.41.053.113.162.234.326.363.165.128.416.296.754.503.358.22.66.452.907.696.246.244.432.517.558.818a2.7 2.7 0 0 1 .19 1.05Zm6.954 2.71H21.6l-1-2.576-1.026 2.576H17.34l2.039-4.462-1.917-4.462h2.203l.873 2.472.812-2.472h2.252l-1.85 4.389 2.137 4.535Z" })))),
2841
+ markup: () => (h("g", { class: "fill-primary" },
2842
+ h("path", { d: "m16.251 3.754 4.584 4.583v4.583H19v-2.75h-5.5V5.587H8v7.333H6.168V3.754h10.083Zm1.834 4.583-2.75-2.75v2.75h2.75ZM8.606 22.135H6.507l-.916-2.362-.94 2.362h-2.05l1.87-4.09-1.758-4.09h2.02l.8 2.265.744-2.266h2.064l-1.695 4.023 1.959 4.158Zm.37 0v-8.18h1.948v6.507h2.131v1.673h-4.08.002Zm9.05-2.485c0 .507-.106.956-.317 1.345-.21.39-.508.697-.892.918-.385.223-.838.333-1.36.333a4.92 4.92 0 0 1-.685-.047 3.685 3.685 0 0 1-.663-.16 4.167 4.167 0 0 1-.683-.308v-1.969c.321.217.651.385.988.506.338.121.646.182.925.182a.868.868 0 0 0 .395-.078.525.525 0 0 0 .23-.216.644.644 0 0 0 .075-.316.888.888 0 0 0-.062-.333c-.04-.102-.132-.216-.274-.34a5.3 5.3 0 0 0-.66-.468 7.695 7.695 0 0 1-.649-.462 2.711 2.711 0 0 1-.495-.509 2.072 2.072 0 0 1-.313-.64 2.994 2.994 0 0 1-.11-.857c0-.485.096-.905.286-1.265a1.99 1.99 0 0 1 .84-.833c.369-.197.822-.296 1.359-.296.339 0 .681.049 1.024.146.343.096.69.243 1.04.441l-.52 1.706a4.006 4.006 0 0 0-.789-.396 2.038 2.038 0 0 0-.677-.129.719.719 0 0 0-.338.07.446.446 0 0 0-.193.187.57.57 0 0 0-.062.268c0 .147.024.27.073.376.049.104.149.215.299.333.151.117.381.271.691.461.328.202.605.414.831.638.226.224.396.474.512.75.121.306.18.633.174.962Zm6.374 2.485h-2.1l-.916-2.362-.94 2.362h-2.049l1.87-4.09-1.758-4.09h2.02l.8 2.265.744-2.266h2.065l-1.696 4.023 1.959 4.158Z" }))),
2858
2843
  },
2859
2844
  'filetype-xml': {
2860
- markup: () => (h("g", null,
2861
- h("g", { class: "fill-primary" },
2862
- h("path", { d: "m15 2 5 5v5h-2l-.001-3H12l-.001-5H6v8H4V2h11Zm1.999 5L14 4v3h2.999Zm-9.35 14.923H5.36l-1-2.575-1.026 2.575H1.1l2.039-4.461L1.222 13h2.203l.873 2.472L5.11 13h2.252l-1.85 4.388 2.137 4.535Zm4.187 0-1.538-6h-.049a41.605 41.605 0 0 1 .086 1.49c.008.224.012.435.012.635v3.875H8.363V13h2.912l1.385 5.359h.037L14.088 13h2.887v8.923h-2.038v-3.912c0-.224.004-.447.012-.668a45.864 45.864 0 0 1 .073-1.42h-.049l-1.562 6h-1.575Zm6.616 0V13h2.124v7.098h2.326v1.825h-4.45Z" })))),
2845
+ markup: () => (h("g", { class: "fill-primary" },
2846
+ h("path", { d: "m16.248 3.869 4.583 4.583v4.583h-1.833v-2.75h-5.5V5.702h-5.5v7.333H6.165V3.87h10.083Zm1.832 4.583-2.749-2.75v2.75h2.75Zm-8.57 13.68h-2.1l-.916-2.361-.94 2.36H3.505l1.87-4.089-1.758-4.09h2.02l.8 2.266.744-2.266h2.065L7.55 17.974l1.959 4.157Zm3.838 0-1.41-5.5h-.045c.034.454.06.91.079 1.365.007.206.01.399.01.582v3.552h-1.818v-8.179h2.67l1.27 4.912h.033l1.275-4.912h2.646v8.18H16.19v-3.587c0-.205.004-.41.011-.612.016-.434.038-.868.067-1.302h-.045l-1.431 5.5h-1.444Zm6.064 0v-8.18h1.947v6.506h2.133v1.673h-4.08Z" }))),
2863
2847
  },
2864
2848
  revert: {
2865
- markup: () => (h("g", null,
2866
- h("g", { class: "stroke-primary filled" },
2867
- h("path", { d: "M13 6v5.586l2.914 2.914-1.414 1.414-3.5-3.5V6h2Zm-1-4c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.966 9.966 0 0 1-7.07-2.928l1.413-1.415A7.966 7.966 0 0 0 12 20a8 8 0 1 0-8-8h2l-3 3-3-3h2C2 6.477 6.477 2 12 2Z" })))),
2849
+ markup: () => (h("g", { class: "fill-primary" },
2850
+ h("path", { d: "M15.252 7.267v5.586l2.914 2.914-1.415 1.414-3.5-3.5V7.267h2Zm-1-4c5.522 0 10 4.477 10 10s-4.477 10-10 10a9.966 9.966 0 0 1-7.07-2.928l1.412-1.415a7.966 7.966 0 0 0 5.658 2.343 8 8 0 1 0-8-8h2l-3 3-3-3h2c0-5.523 4.477-10 10-10Z" }))),
2868
2851
  },
2869
2852
  'info-filled': {
2870
- markup: () => (h("g", null,
2871
- h("g", { class: "filled" },
2872
- h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm1 8h-2v7h2v-7Zm-1-3.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" })))),
2853
+ markup: () => (h("g", { class: "filled" },
2854
+ h("path", { d: "M13 2.267c6.075 0 11 4.925 11 11 0 6.076-4.925 11-11 11s-11-4.924-11-11c0-6.075 4.925-11 11-11Zm1.1 8.8h-2.2v7.7h2.2v-7.7ZM13 6.942a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Z" }))),
2873
2855
  },
2874
2856
  info: {
2875
- markup: () => (h("g", null,
2876
- h("g", { class: "filled" },
2877
- h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm1 6v7h-2v-7h2Zm-1-3.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z" })))),
2857
+ markup: () => (h("g", { class: "filled" },
2858
+ h("path", { d: "M13.499 2.267c6.075 0 11 4.925 11 11 0 6.076-4.925 11-11 11s-11-4.924-11-11c0-6.075 4.925-11 11-11Zm0 2.2a8.8 8.8 0 1 0 0 17.6 8.8 8.8 0 0 0 0-17.6Zm1.1 6.6v7.7h-2.2v-7.7h2.2Zm-1.1-4.125a1.375 1.375 0 1 1 0 2.75 1.375 1.375 0 0 1 0-2.75Z" }))),
2878
2859
  },
2879
2860
  'success-filled': {
2880
- markup: () => (h("g", null,
2881
- h("g", { class: "filled" },
2882
- h("path", { d: "M12 2.003c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10Zm4.293 6.29L11 13.585l-2.293-2.292-1.414 1.414L11 16.414l6.707-6.707-1.414-1.414Z" })))),
2861
+ markup: () => (h("g", { class: "filled" },
2862
+ h("path", { d: "M13 2.267c6.075 0 11 4.925 11 11 0 6.076-4.925 11-11 11s-11-4.924-11-11c0-6.075 4.925-11 11-11Zm4.722 6.92-5.822 5.82-2.522-2.52-1.556 1.555L11.9 18.12l7.378-7.378-1.556-1.556Z" }))),
2883
2863
  },
2884
2864
  success: {
2885
- markup: () => (h("g", null,
2886
- h("g", { class: "filled" },
2887
- h("path", { d: "M12 2.003c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm4.293 4.29 1.414 1.414L11 16.414l-3.707-3.707 1.414-1.414L11 13.585l5.293-5.292Z" })))),
2865
+ markup: () => (h("g", { class: "filled" },
2866
+ h("path", { d: "M13.501 2.267c6.075 0 11 4.925 11 11 0 6.076-4.925 11-11 11s-11-4.924-11-11c0-6.075 4.925-11 11-11Zm0 2.2a8.8 8.8 0 1 0 0 17.6 8.8 8.8 0 0 0 0-17.6Zm4.722 4.72 1.556 1.555L12.4 18.12l-4.078-4.078 1.556-1.556 2.522 2.522 5.822-5.822Z" }))),
2888
2867
  },
2889
2868
  'warning-filled': {
2890
- markup: () => (h("g", null,
2891
- h("g", { class: "filled" },
2892
- h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 13.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm1-8.75h-2V14h2V6.5Z" })))),
2869
+ markup: () => (h("g", { class: "filled" },
2870
+ h("path", { d: "M13.25 2.267c6.075 0 11 4.925 11 11 0 6.076-4.925 11-11 11-6.076 0-11-4.924-11-11 0-6.075 4.924-11 11-11Zm0 14.575a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Zm1.1-9.625h-2.2v8.25h2.2v-8.25Z" }))),
2893
2871
  },
2894
2872
  warning: {
2895
- markup: () => (h("g", null,
2896
- h("g", { class: "filled" },
2897
- h("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 11.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm1-8.75V14h-2V6.5h2Z" })))),
2873
+ markup: () => (h("g", { class: "filled" },
2874
+ h("path", { d: "M13.75 2.267c6.076 0 11 4.925 11 11 0 6.076-4.924 11-11 11-6.075 0-11-4.924-11-11 0-6.075 4.925-11 11-11Zm0 2.2a8.8 8.8 0 1 0 0 17.6 8.8 8.8 0 0 0 0-17.6Zm0 12.375a1.375 1.375 0 1 1 0 2.75 1.375 1.375 0 0 1 0-2.75Zm1.1-9.625v8.25h-2.2v-8.25h2.2Z" }))),
2898
2875
  },
2899
2876
  'error-filled': {
2900
- markup: () => (h("g", null,
2901
- h("g", { class: "filled" },
2902
- h("path", { d: "M11.549 2.073a1 1 0 0 1 1.343.44l9.124 18.036A1 1 0 0 1 21.123 22H2.877a1 1 0 0 1-.893-1.451l9.124-18.035a1 1 0 0 1 .44-.441ZM12 16.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5ZM13 9h-2v6.5h2V9Z" })))),
2877
+ markup: () => (h("g", { class: "filled" },
2878
+ h("path", { d: "M12.76 2.5a1.087 1.087 0 0 1 1.459.478l9.914 19.598a1.087 1.087 0 0 1-.97 1.576H3.336a1.087 1.087 0 0 1-.97-1.576L12.28 2.979c.105-.207.272-.374.478-.48h.001Zm.49 15.676a1.358 1.358 0 1 0 0 2.716 1.358 1.358 0 0 0 0-2.716Zm1.086-8.15h-2.173v7.063h2.173v-7.062Z" }))),
2903
2879
  },
2904
2880
  error: {
2905
- markup: () => (h("g", null,
2906
- h("g", { class: "filled" },
2907
- h("path", { d: "m12.882 2.548 9.012 18.003c.07.14.106.294.106.45a.993.993 0 0 1-.988.999H2.988a.98.98 0 0 1-.446-.107 1.003 1.003 0 0 1-.435-1.342l9.012-18.003a.983.983 0 0 1 1.763 0ZM12 5.209 4.595 20.002h14.81L12 5.21Zm.124 11.326a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm1-7.5v6.5h-2v-6.5h2Z" })))),
2881
+ markup: () => (h("g", { class: "filled" },
2882
+ h("path", { d: "m14.719 2.87 9.913 19.803a1.106 1.106 0 0 1-.2 1.27 1.092 1.092 0 0 1-.77.324H3.836c-.17 0-.339-.04-.49-.118a1.103 1.103 0 0 1-.48-1.476L12.78 2.87a1.081 1.081 0 0 1 1.939 0Zm-.97 2.927L5.603 22.07h16.291L13.749 5.8v-.002Zm.136 12.459a1.375 1.375 0 1 1 0 2.75 1.375 1.375 0 0 1 0-2.75Zm1.1-8.25v7.15h-2.2v-7.15h2.2Z" }))),
2908
2883
  },
2909
2884
  };
2910
2885
 
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy(JSON.parse("[[\"q2-icon\",[[1,\"q2-icon\",{\"type\":[513],\"label\":[513]}]]],[\"q2-calendar\",[[1,\"q2-calendar\",{\"value\":[1537],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"ariaLabel\":[513,\"aria-label\"],\"optional\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[1540],\"typeable\":[516],\"placeholder\":[513],\"buttonLabel\":[513,\"button-label\"],\"disabledMsg\":[513,\"disabled-msg\"],\"calendarLabel\":[513,\"calendar-label\"],\"disclaimer\":[513],\"displayFormat\":[513,\"display-format\"],\"startDate\":[513,\"start-date\"],\"endDate\":[513,\"end-date\"],\"cutoffTime\":[513,\"cutoff-time\"],\"daysOfWeekChecksum\":[514,\"days-of-week-checksum\"],\"popDirection\":[513,\"pop-direction\"],\"assume\":[513],\"errors\":[1040],\"invalidDates\":[16],\"validDates\":[16],\"onsuccess\":[16],\"dropdownOpen\":[32],\"keyboardSelection\":[32],\"typedValue\":[32],\"dateList\":[32],\"hintMessage\":[32],\"hintMessageType\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"error\",\"defaultErrorHandler\"],[0,\"success\",\"defaultSuccessHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-select\",[[1,\"q2-select\",{\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"value\":[1025],\"ariaLabel\":[1537,\"aria-label\"],\"selectedOptions\":[1032,\"selected-options\"],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"errors\":[16],\"multiple\":[516],\"minRows\":[2,\"min-rows\"],\"popDirection\":[513,\"pop-direction\"],\"searchable\":[516],\"multilineOptions\":[516,\"multiline-options\"],\"optional\":[516],\"dropdownOpen\":[32],\"onlyShowingSelected\":[32],\"activeOptionId\":[32],\"searchText\":[32],\"hasCustomDisplay\":[32],\"inputFocused\":[32],\"statusMessage\":[32],\"prioritizeSearch\":[32]},[[0,\"keydown\",\"keydownHandler\"],[0,\"change\",\"onHostElementChange\"],[0,\"input\",\"onHostElementInput\"],[0,\"focus\",\"delegateFocus\"],[0,\"focusout\",\"handleFocusout\"],[0,\"click\",\"clickHandler\"]]]]],[\"q2-dropdown\",[[1,\"q2-dropdown\",{\"type\":[513],\"icon\":[513],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"ariaLabel\":[513,\"aria-label\"],\"disabled\":[516],\"popDirection\":[513,\"pop-direction\"],\"name\":[513],\"context\":[513],\"contextValue\":[513,\"context-value\"],\"resolvedType\":[513,\"resolved-type\"],\"block\":[516],\"dropdownOpen\":[32]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-editable-field\",[[1,\"q2-editable-field\",{\"value\":[1537],\"editing\":[1540],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"type\":[513],\"formatModifier\":[513,\"format-modifier\"],\"truncated\":[513],\"maxlength\":[514],\"persistentLabel\":[516,\"persistent-label\"],\"disabled\":[516],\"hints\":[16],\"errors\":[16]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-pagination\",[[1,\"q2-pagination\",{\"recordType\":[1,\"record-type\"],\"perPage\":[2,\"per-page\"],\"total\":[514],\"page\":[1538],\"pages\":[1538],\"recordsOnly\":[1540,\"records-only\"],\"pagesOnly\":[1540,\"pages-only\"],\"isSmall\":[32]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-pill\",[[1,\"q2-pill\",{\"disabled\":[516],\"active\":[1540],\"open\":[1540],\"multiple\":[516],\"maxLength\":[514,\"max-length\"],\"label\":[513],\"value\":[513],\"theme\":[513],\"selectedOptions\":[1040],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverDirection\":[1,\"popover-direction\"],\"hasOptions\":[32]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]]]],[\"q2-tab-container\",[[1,\"q2-tab-container\",{\"value\":[1537],\"type\":[513],\"name\":[513],\"color\":[513],\"noPrint\":[516,\"no-print\"],\"hasLeft\":[32],\"hasRight\":[32],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"tabs\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[9,\"resize\",\"onResize\"],[0,\"focus\",\"onFocus\"],[0,\"badge\",\"onBadge\"]]]]],[\"q2-tag\",[[1,\"q2-tag\",{\"open\":[1540],\"role\":[513],\"label\":[513],\"theme\":[513],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverDirection\":[1,\"popover-direction\"],\"hasOptions\":[32]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]]]],[\"q2-carousel\",[[4,\"q2-carousel\",{\"autoPlay\":[516,\"auto-play\"],\"fullWidthPanes\":[516,\"full-width-panes\"],\"hidePagination\":[516,\"hide-pagination\"],\"showNavigationArrows\":[516,\"show-navigation-arrows\"],\"ariaLabel\":[513,\"aria-label\"],\"label\":[513],\"index\":[1538],\"universalCarouselOptions\":[32],\"fullWidthDisplayOptions\":[32],\"activePaneIndex\":[32],\"applyFocus\":[32],\"applyPaginationFocus\":[32],\"autoPlayInProgress\":[32],\"compactMode\":[32],\"carouselWrapperWidth\":[32]},[[0,\"change\",\"onHostElementChange\"],[0,\"clickCarouselPane\",\"carouselPaneClicked\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-month-picker\",[[1,\"q2-month-picker\",{\"year\":[1538],\"disabledMonths\":[16],\"today\":[1],\"selectedIndex\":[32],\"focusedIndex\":[32],\"showYearLayer\":[32]}]]],[\"q2-section\",[[1,\"q2-section\",{\"label\":[513],\"collapsible\":[516],\"noCollapseIcon\":[516,\"no-collapse-icon\"],\"expanded\":[1540],\"contentHeight\":[32],\"hideContent\":[32],\"hasYieldedHeader\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-stepper\",[[1,\"q2-stepper\",{\"currentStep\":[1538,\"current-step\"],\"stepCount\":[1026,\"step-count\"],\"lastEnabledStep\":[1026,\"last-enabled-step\"],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]]]]],[\"q2-card\",[[1,\"q2-card\",{\"title\":[513],\"description\":[513],\"avatarName\":[513,\"avatar-name\"],\"avatarInitials\":[513,\"avatar-initials\"],\"avatarIcon\":[513,\"avatar-icon\"],\"avatarSrc\":[513,\"avatar-src\"],\"isSmall\":[516,\"is-small\"],\"bar\":[513],\"isStatic\":[516,\"is-static\"],\"isTouch\":[516,\"is-touch\"],\"url\":[513],\"target\":[513],\"isAutoTouch\":[32],\"isAutoSmall\":[32]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-chart-donut\",[[1,\"q2-chart-donut\",{\"chartName\":[513,\"chart-name\"],\"summaryIcon\":[513,\"summary-icon\"],\"summaryName\":[513,\"summary-name\"],\"innerRadius\":[1025,\"inner-radius\"],\"outerRadius\":[1025,\"outer-radius\"],\"minSliceSize\":[1,\"min-slice-size\"],\"selectedOffset\":[2,\"selected-offset\"],\"hoverScaleSize\":[2,\"hover-scale-size\"],\"format\":[513],\"isClickable\":[516,\"is-clickable\"],\"data\":[16],\"selectedId\":[32],\"hoveredId\":[32],\"selectById\":[64],\"selectByIndex\":[64],\"clearSelection\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-checkbox\",[[1,\"q2-checkbox\",{\"checked\":[1540],\"type\":[513],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"indeterminate\":[516],\"disabled\":[516],\"readonly\":[516],\"value\":[513],\"name\":[513],\"hasError\":[516,\"has-error\"],\"groupDisabled\":[516,\"group-disabled\"],\"alignment\":[513],\"description\":[513]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-checkbox-group\",[[1,\"q2-checkbox-group\",{\"label\":[513],\"value\":[1040],\"disabled\":[516],\"readonly\":[516],\"optional\":[516],\"hasError\":[516,\"has-error\"]},[[0,\"change\",\"onHostElementChange\"]]]]],[\"q2-option\",[[1,\"q2-option\",{\"role\":[513],\"tabindex\":[513],\"display\":[1025],\"value\":[513],\"disabled\":[516],\"optionId\":[513,\"option-id\"],\"disabledGroup\":[516,\"disabled-group\"],\"selected\":[516],\"hidden\":[516],\"multiline\":[516],\"active\":[516],\"noSelect\":[516,\"_no-select\"],\"_multiSelectHidden\":[516,\"_multiselecthidden\"]}]]],[\"q2-radio-group\",[[1,\"q2-radio-group\",{\"label\":[513],\"value\":[1025],\"disabled\":[516],\"name\":[513],\"optional\":[516],\"readonly\":[516],\"tileLayout\":[516,\"tile-layout\"],\"tileAlignment\":[513,\"tile-alignment\"],\"hasError\":[516,\"has-error\"],\"tilelayout\":[516]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"keydown\",\"keydownHandler\"]]]]],[\"q2-stepper-vertical\",[[1,\"q2-stepper-vertical\",{\"currentStepId\":[1537,\"current-step-id\"],\"structuredPanes\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]]]]],[\"q2-textarea\",[[1,\"q2-textarea\",{\"value\":[1025],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"optional\":[516],\"placeholder\":[513],\"disabled\":[516],\"readonly\":[516],\"spellcheck\":[516],\"maxlength\":[1538],\"rows\":[514],\"cols\":[514],\"resize\":[513],\"errors\":[16],\"hints\":[16],\"hasFocus\":[32],\"downParams\":[32]},[[0,\"focus\",\"onHostElementFocus\"],[0,\"change\",\"onHostElementChange\"]]]]],[\"q2-carousel-pane\",[[4,\"q2-carousel-pane\",{\"index\":[2],\"siblingCount\":[2,\"sibling-count\"],\"isActivePane\":[516,\"is-active-pane\"],\"label\":[513]}]]],[\"q2-loading-element\",[[0,\"q2-loading-element\",{\"shape\":[513],\"width\":[513],\"height\":[513],\"borderRadius\":[513,\"border-radius\"]}]]],[\"q2-loc\",[[1,\"q2-loc\",{\"value\":[513],\"substitutions\":[16]}]]],[\"q2-optgroup\",[[1,\"q2-optgroup\",{\"disabled\":[516],\"label\":[513],\"hidden\":[32]}]]],[\"q2-radio\",[[1,\"q2-radio\",{\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"value\":[513],\"disabled\":[516],\"checked\":[516],\"name\":[513],\"ariaLabel\":[513,\"aria-label\"],\"groupDisabled\":[4,\"group-disabled\"],\"groupReadonly\":[4,\"group-readonly\"],\"groupTileLayout\":[4,\"group-tile-layout\"]},[[0,\"click\",\"onHostClick\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-stepper-pane\",[[1,\"q2-stepper-pane\",{\"label\":[513],\"description\":[513],\"isActive\":[516,\"is-active\"],\"showWithChildren\":[516,\"show-with-children\"],\"status\":[513],\"isChildActive\":[32]},[[0,\"activeChange\",\"checkForActiveChildren\"]]]]],[\"q2-tab-pane\",[[1,\"q2-tab-pane\",{\"value\":[513],\"label\":[513],\"name\":[513],\"selected\":[516],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"index\":[2],\"guid\":[2]}]]],[\"q2-tooltip\",[[1,\"q2-tooltip\",{\"label\":[513],\"block\":[516],\"multiline\":[516],\"persistent\":[516],\"immediate\":[516],\"position\":[513],\"focusClass\":[32]},[[0,\"keyup\",\"keyUpHandler\"],[2,\"focus\",\"focusHandler\"],[0,\"focusout\",\"focusOutHandler\"]]]]],[\"tecton-tab-pane\",[[1,\"tecton-tab-pane\",{\"value\":[513],\"label\":[513],\"name\":[513],\"selected\":[516],\"index\":[2],\"guid\":[2],\"provided\":[516],\"url\":[513],\"moduleId\":[513,\"module-id\"],\"minHeight\":[513,\"min-height\"],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"authPayload\":[16],\"showForm\":[4,\"show-form\"],\"_showForm\":[32]}]]],[\"q2-dropdown-item\",[[1,\"q2-dropdown-item\",{\"disabled\":[516],\"removable\":[516],\"separator\":[516],\"label\":[513],\"ariaLabel\":[513,\"aria-label\"],\"value\":[513]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-avatar\",[[1,\"q2-avatar\",{\"name\":[513],\"initials\":[513],\"src\":[513],\"icon\":[1],\"badSrc\":[32],\"isLoaded\":[32]}]]],[\"q2-message\",[[1,\"q2-message\",{\"type\":[513],\"appearance\":[513],\"description\":[516],\"presentToggle\":[32],\"present\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-option-list_2\",[[1,\"q2-option-list\",{\"role\":[513],\"direction\":[513],\"customSearch\":[516,\"custom-search\"],\"noSelect\":[516,\"no-select\"],\"align\":[513],\"selectedOptions\":[1040],\"multiple\":[516],\"disabled\":[516],\"type\":[1],\"hasOptions\":[32],\"setDefaultActiveElement\":[64],\"setActiveElement\":[64],\"handleExternalKeydown\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"click\",\"handleClick\"]]],[1,\"q2-popover\",{\"direction\":[513],\"align\":[513],\"open\":[1540],\"block\":[516],\"minHeight\":[2,\"min-height\"],\"controlElement\":[16],\"toggle\":[64]},[[0,\"popoverState\",\"popoverStateHandler\"]]]]],[\"click-elsewhere\",[[0,\"click-elsewhere\"]]],[\"q2-btn_2\",[[1,\"q2-btn\",{\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaHasPopup\":[1,\"aria-has-popup\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaSelected\":[1,\"aria-selected\"],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"tabIndex\":[2,\"tab-index\"],\"intent\":[513],\"color\":[513],\"disabled\":[516],\"type\":[513],\"loading\":[516],\"badge\":[516],\"active\":[516],\"fab\":[516],\"block\":[516],\"iconPosition\":[32]},[[2,\"click\",\"disable\"],[0,\"focus\",\"delegateFocus\"]]],[1,\"q2-loading\",{\"type\":[513],\"shape\":[513],\"modifiers\":[513],\"counts\":[513],\"label\":[513],\"ariaLabel\":[513,\"aria-label\"],\"inline\":[516]}]]],[\"q2-badge_2\",[[1,\"q2-input\",{\"value\":[1025],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"type\":[513],\"placeholder\":[513],\"disabled\":[516],\"autocomplete\":[513],\"autocorrect\":[513],\"autocapitalize\":[513],\"hideMessages\":[516,\"hide-messages\"],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"readonly\":[516],\"clearable\":[516],\"optional\":[516],\"min\":[514],\"max\":[514],\"step\":[514],\"formatModifier\":[513,\"format-modifier\"],\"maxlength\":[1538],\"pseudo\":[516],\"showVisibilityToggle\":[516,\"show-visibility-toggle\"],\"textHidden\":[1540,\"text-hidden\"],\"badgeValue\":[513,\"badge-value\"],\"badgeTheme\":[513,\"badge-theme\"],\"ariaControls\":[1,\"aria-controls\"],\"role\":[1],\"ariaOwns\":[1,\"aria-owns\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaHaspopup\":[1,\"aria-haspopup\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaActivedescendant\":[8,\"aria-activedescendant\"],\"current\":[1],\"errors\":[16],\"hints\":[16],\"formattedValueObject\":[32],\"hasFocus\":[32]},[[0,\"focus\",\"onHostElementFocus\"],[0,\"change\",\"onHostElementChange\"]]],[1,\"q2-badge\",{\"value\":[514],\"maxLength\":[514,\"max-length\"],\"position\":[513],\"size\":[513],\"theme\":[513],\"status\":[513]}]]]]"), options);
13
+ return bootstrapLazy(JSON.parse("[[\"q2-icon\",[[1,\"q2-icon\",{\"type\":[513],\"label\":[513],\"inline\":[516]}]]],[\"q2-calendar\",[[1,\"q2-calendar\",{\"value\":[1537],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"ariaLabel\":[513,\"aria-label\"],\"optional\":[516],\"disabled\":[516],\"readonly\":[516],\"invalid\":[1540],\"typeable\":[516],\"placeholder\":[513],\"buttonLabel\":[513,\"button-label\"],\"disabledMsg\":[513,\"disabled-msg\"],\"calendarLabel\":[513,\"calendar-label\"],\"disclaimer\":[513],\"displayFormat\":[513,\"display-format\"],\"startDate\":[513,\"start-date\"],\"endDate\":[513,\"end-date\"],\"cutoffTime\":[513,\"cutoff-time\"],\"daysOfWeekChecksum\":[514,\"days-of-week-checksum\"],\"popDirection\":[513,\"pop-direction\"],\"assume\":[513],\"errors\":[1040],\"invalidDates\":[16],\"validDates\":[16],\"onsuccess\":[16],\"dropdownOpen\":[32],\"keyboardSelection\":[32],\"typedValue\":[32],\"dateList\":[32],\"hintMessage\":[32],\"hintMessageType\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"error\",\"defaultErrorHandler\"],[0,\"success\",\"defaultSuccessHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-select\",[[1,\"q2-select\",{\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"value\":[1025],\"ariaLabel\":[1537,\"aria-label\"],\"selectedOptions\":[1032,\"selected-options\"],\"disabled\":[516],\"readonly\":[516],\"invalid\":[516],\"errors\":[16],\"multiple\":[516],\"minRows\":[2,\"min-rows\"],\"popDirection\":[513,\"pop-direction\"],\"searchable\":[516],\"multilineOptions\":[516,\"multiline-options\"],\"optional\":[516],\"dropdownOpen\":[32],\"onlyShowingSelected\":[32],\"activeOptionId\":[32],\"searchText\":[32],\"hasCustomDisplay\":[32],\"inputFocused\":[32],\"statusMessage\":[32],\"prioritizeSearch\":[32]},[[0,\"keydown\",\"keydownHandler\"],[0,\"change\",\"onHostElementChange\"],[0,\"input\",\"onHostElementInput\"],[0,\"focus\",\"delegateFocus\"],[0,\"focusout\",\"handleFocusout\"],[0,\"click\",\"clickHandler\"]]]]],[\"q2-dropdown\",[[1,\"q2-dropdown\",{\"type\":[513],\"icon\":[513],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"ariaLabel\":[513,\"aria-label\"],\"disabled\":[516],\"popDirection\":[513,\"pop-direction\"],\"name\":[513],\"context\":[513],\"contextValue\":[513,\"context-value\"],\"resolvedType\":[513,\"resolved-type\"],\"block\":[516],\"dropdownOpen\":[32]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-editable-field\",[[1,\"q2-editable-field\",{\"value\":[1537],\"editing\":[1540],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"type\":[513],\"formatModifier\":[513,\"format-modifier\"],\"truncated\":[513],\"maxlength\":[514],\"persistentLabel\":[516,\"persistent-label\"],\"disabled\":[516],\"hints\":[16],\"errors\":[16]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-pagination\",[[1,\"q2-pagination\",{\"recordType\":[1,\"record-type\"],\"perPage\":[2,\"per-page\"],\"total\":[514],\"page\":[1538],\"pages\":[1538],\"recordsOnly\":[1540,\"records-only\"],\"pagesOnly\":[1540,\"pages-only\"],\"isSmall\":[32]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-pill\",[[1,\"q2-pill\",{\"disabled\":[516],\"active\":[1540],\"open\":[1540],\"multiple\":[516],\"maxLength\":[514,\"max-length\"],\"label\":[513],\"value\":[513],\"theme\":[513],\"selectedOptions\":[1040],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverDirection\":[1,\"popover-direction\"],\"hasOptions\":[32]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]]]],[\"q2-tab-container\",[[1,\"q2-tab-container\",{\"value\":[1537],\"type\":[513],\"name\":[513],\"color\":[513],\"noPrint\":[516,\"no-print\"],\"hasLeft\":[32],\"hasRight\":[32],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32],\"tabs\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[9,\"resize\",\"onResize\"],[0,\"focus\",\"onFocus\"],[0,\"badge\",\"onBadge\"]]]]],[\"q2-tag\",[[1,\"q2-tag\",{\"open\":[1540],\"role\":[513],\"label\":[513],\"theme\":[513],\"popoverMinHeight\":[2,\"popover-min-height\"],\"popoverDirection\":[1,\"popover-direction\"],\"hasOptions\":[32]},[[0,\"focus\",\"delegateFocus\"],[0,\"popoverStateChanged\",\"popoverStateHandler\"]]]]],[\"q2-carousel\",[[4,\"q2-carousel\",{\"autoPlay\":[516,\"auto-play\"],\"fullWidthPanes\":[516,\"full-width-panes\"],\"hidePagination\":[516,\"hide-pagination\"],\"showNavigationArrows\":[516,\"show-navigation-arrows\"],\"ariaLabel\":[513,\"aria-label\"],\"label\":[513],\"index\":[1538],\"universalCarouselOptions\":[32],\"fullWidthDisplayOptions\":[32],\"activePaneIndex\":[32],\"applyFocus\":[32],\"applyPaginationFocus\":[32],\"autoPlayInProgress\":[32],\"compactMode\":[32],\"carouselWrapperWidth\":[32]},[[0,\"change\",\"onHostElementChange\"],[0,\"clickCarouselPane\",\"carouselPaneClicked\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-month-picker\",[[1,\"q2-month-picker\",{\"year\":[1538],\"disabledMonths\":[16],\"today\":[1],\"selectedIndex\":[32],\"focusedIndex\":[32],\"showYearLayer\":[32]}]]],[\"q2-section\",[[1,\"q2-section\",{\"label\":[513],\"collapsible\":[516],\"noCollapseIcon\":[516,\"no-collapse-icon\"],\"expanded\":[1540],\"contentHeight\":[32],\"hideContent\":[32],\"hasYieldedHeader\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-stepper\",[[1,\"q2-stepper\",{\"currentStep\":[1538,\"current-step\"],\"stepCount\":[1026,\"step-count\"],\"lastEnabledStep\":[1026,\"last-enabled-step\"],\"scrollEnabled\":[32],\"showScrollLeft\":[32],\"showScrollRight\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]]]]],[\"q2-card\",[[1,\"q2-card\",{\"title\":[513],\"description\":[513],\"avatarName\":[513,\"avatar-name\"],\"avatarInitials\":[513,\"avatar-initials\"],\"avatarIcon\":[513,\"avatar-icon\"],\"avatarSrc\":[513,\"avatar-src\"],\"isSmall\":[516,\"is-small\"],\"bar\":[513],\"isStatic\":[516,\"is-static\"],\"isTouch\":[516,\"is-touch\"],\"url\":[513],\"target\":[513],\"isAutoTouch\":[32],\"isAutoSmall\":[32]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-chart-donut\",[[1,\"q2-chart-donut\",{\"chartName\":[513,\"chart-name\"],\"summaryIcon\":[513,\"summary-icon\"],\"summaryName\":[513,\"summary-name\"],\"innerRadius\":[1025,\"inner-radius\"],\"outerRadius\":[1025,\"outer-radius\"],\"minSliceSize\":[1,\"min-slice-size\"],\"selectedOffset\":[2,\"selected-offset\"],\"hoverScaleSize\":[2,\"hover-scale-size\"],\"format\":[513],\"isClickable\":[516,\"is-clickable\"],\"data\":[16],\"selectedId\":[32],\"hoveredId\":[32],\"selectById\":[64],\"selectByIndex\":[64],\"clearSelection\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-checkbox\",[[1,\"q2-checkbox\",{\"checked\":[1540],\"type\":[513],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"indeterminate\":[516],\"disabled\":[516],\"readonly\":[516],\"value\":[513],\"name\":[513],\"hasError\":[516,\"has-error\"],\"groupDisabled\":[516,\"group-disabled\"],\"alignment\":[513],\"description\":[513]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-checkbox-group\",[[1,\"q2-checkbox-group\",{\"label\":[513],\"value\":[1040],\"disabled\":[516],\"readonly\":[516],\"optional\":[516],\"hasError\":[516,\"has-error\"]},[[0,\"change\",\"onHostElementChange\"]]]]],[\"q2-option\",[[1,\"q2-option\",{\"role\":[513],\"tabindex\":[513],\"display\":[1025],\"value\":[513],\"disabled\":[516],\"optionId\":[513,\"option-id\"],\"disabledGroup\":[516,\"disabled-group\"],\"selected\":[516],\"hidden\":[516],\"multiline\":[516],\"active\":[516],\"noSelect\":[516,\"_no-select\"],\"_multiSelectHidden\":[516,\"_multiselecthidden\"]}]]],[\"q2-radio-group\",[[1,\"q2-radio-group\",{\"label\":[513],\"value\":[1025],\"disabled\":[516],\"name\":[513],\"optional\":[516],\"readonly\":[516],\"tileLayout\":[516,\"tile-layout\"],\"tileAlignment\":[513,\"tile-alignment\"],\"hasError\":[516,\"has-error\"],\"tilelayout\":[516]},[[0,\"change\",\"onHostElementChange\"],[0,\"focus\",\"delegateFocus\"],[0,\"keydown\",\"keydownHandler\"]]]]],[\"q2-stepper-vertical\",[[1,\"q2-stepper-vertical\",{\"currentStepId\":[1537,\"current-step-id\"],\"structuredPanes\":[32]},[[0,\"change\",\"defaultChangeHandler\"],[0,\"focus\",\"delegateFocus\"],[0,\"statusChange\",\"statusChangeHandler\"]]]]],[\"q2-textarea\",[[1,\"q2-textarea\",{\"value\":[1025],\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"hideMessages\":[516,\"hide-messages\"],\"optional\":[516],\"placeholder\":[513],\"disabled\":[516],\"readonly\":[516],\"spellcheck\":[516],\"maxlength\":[1538],\"rows\":[514],\"cols\":[514],\"resize\":[513],\"errors\":[16],\"hints\":[16],\"hasFocus\":[32],\"downParams\":[32]},[[0,\"focus\",\"onHostElementFocus\"],[0,\"change\",\"onHostElementChange\"]]]]],[\"q2-carousel-pane\",[[4,\"q2-carousel-pane\",{\"index\":[2],\"siblingCount\":[2,\"sibling-count\"],\"isActivePane\":[516,\"is-active-pane\"],\"label\":[513]}]]],[\"q2-loading-element\",[[0,\"q2-loading-element\",{\"shape\":[513],\"width\":[513],\"height\":[513],\"borderRadius\":[513,\"border-radius\"]}]]],[\"q2-loc\",[[1,\"q2-loc\",{\"value\":[513],\"substitutions\":[16]}]]],[\"q2-optgroup\",[[1,\"q2-optgroup\",{\"disabled\":[516],\"label\":[513],\"hidden\":[32]}]]],[\"q2-radio\",[[1,\"q2-radio\",{\"label\":[513],\"hideLabel\":[516,\"hide-label\"],\"value\":[513],\"disabled\":[516],\"checked\":[516],\"name\":[513],\"ariaLabel\":[513,\"aria-label\"],\"groupDisabled\":[4,\"group-disabled\"],\"groupReadonly\":[4,\"group-readonly\"],\"groupTileLayout\":[4,\"group-tile-layout\"]},[[0,\"click\",\"onHostClick\"],[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-stepper-pane\",[[1,\"q2-stepper-pane\",{\"label\":[513],\"description\":[513],\"isActive\":[516,\"is-active\"],\"showWithChildren\":[516,\"show-with-children\"],\"status\":[513],\"isChildActive\":[32]},[[0,\"activeChange\",\"checkForActiveChildren\"]]]]],[\"q2-tab-pane\",[[1,\"q2-tab-pane\",{\"value\":[513],\"label\":[513],\"name\":[513],\"selected\":[516],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"index\":[2],\"guid\":[2]}]]],[\"q2-tooltip\",[[1,\"q2-tooltip\",{\"label\":[513],\"block\":[516],\"multiline\":[516],\"persistent\":[516],\"immediate\":[516],\"position\":[513],\"focusClass\":[32]},[[0,\"keyup\",\"keyUpHandler\"],[2,\"focus\",\"focusHandler\"],[0,\"focusout\",\"focusOutHandler\"]]]]],[\"tecton-tab-pane\",[[1,\"tecton-tab-pane\",{\"value\":[513],\"label\":[513],\"name\":[513],\"selected\":[516],\"index\":[2],\"guid\":[2],\"provided\":[516],\"url\":[513],\"moduleId\":[513,\"module-id\"],\"minHeight\":[513,\"min-height\"],\"badgeCount\":[514,\"badge-count\"],\"badgeDescription\":[513,\"badge-description\"],\"authPayload\":[16],\"showForm\":[4,\"show-form\"],\"_showForm\":[32]}]]],[\"q2-dropdown-item\",[[1,\"q2-dropdown-item\",{\"disabled\":[516],\"removable\":[516],\"separator\":[516],\"label\":[513],\"ariaLabel\":[513,\"aria-label\"],\"value\":[513]},[[0,\"focus\",\"onHostElementFocus\"]]]]],[\"q2-avatar\",[[1,\"q2-avatar\",{\"name\":[513],\"initials\":[513],\"src\":[513],\"icon\":[1],\"badSrc\":[32],\"isLoaded\":[32]}]]],[\"q2-message\",[[1,\"q2-message\",{\"type\":[513],\"appearance\":[513],\"description\":[516],\"presentToggle\":[32],\"present\":[64]},[[0,\"focus\",\"delegateFocus\"]]]]],[\"q2-option-list_2\",[[1,\"q2-option-list\",{\"role\":[513],\"direction\":[513],\"customSearch\":[516,\"custom-search\"],\"noSelect\":[516,\"no-select\"],\"align\":[513],\"selectedOptions\":[1040],\"multiple\":[516],\"disabled\":[516],\"type\":[1],\"hasOptions\":[32],\"setDefaultActiveElement\":[64],\"setActiveElement\":[64],\"handleExternalKeydown\":[64]},[[0,\"focus\",\"delegateFocus\"],[0,\"click\",\"handleClick\"]]],[1,\"q2-popover\",{\"direction\":[513],\"align\":[513],\"open\":[1540],\"block\":[516],\"minHeight\":[2,\"min-height\"],\"controlElement\":[16],\"toggle\":[64]},[[0,\"popoverState\",\"popoverStateHandler\"]]]]],[\"click-elsewhere\",[[0,\"click-elsewhere\"]]],[\"q2-btn_2\",[[1,\"q2-btn\",{\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaHasPopup\":[1,\"aria-has-popup\"],\"ariaControls\":[1,\"aria-controls\"],\"ariaSelected\":[1,\"aria-selected\"],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"ariaLabel\":[1537,\"aria-label\"],\"tabIndex\":[2,\"tab-index\"],\"intent\":[513],\"color\":[513],\"disabled\":[516],\"type\":[513],\"loading\":[516],\"badge\":[516],\"active\":[516],\"fab\":[516],\"block\":[516],\"iconPosition\":[32]},[[2,\"click\",\"disable\"],[0,\"focus\",\"delegateFocus\"]]],[1,\"q2-loading\",{\"type\":[513],\"shape\":[513],\"modifiers\":[513],\"counts\":[513],\"label\":[513],\"ariaLabel\":[513,\"aria-label\"],\"inline\":[516]}]]],[\"q2-badge_2\",[[1,\"q2-input\",{\"value\":[1025],\"label\":[1537],\"hideLabel\":[1540,\"hide-label\"],\"type\":[513],\"placeholder\":[513],\"disabled\":[516],\"autocomplete\":[513],\"autocorrect\":[513],\"autocapitalize\":[513],\"hideMessages\":[516,\"hide-messages\"],\"iconLeft\":[513,\"icon-left\"],\"iconRight\":[513,\"icon-right\"],\"readonly\":[516],\"clearable\":[516],\"optional\":[516],\"min\":[514],\"max\":[514],\"step\":[514],\"formatModifier\":[513,\"format-modifier\"],\"maxlength\":[1538],\"pseudo\":[516],\"showVisibilityToggle\":[516,\"show-visibility-toggle\"],\"textHidden\":[1540,\"text-hidden\"],\"badgeValue\":[513,\"badge-value\"],\"badgeTheme\":[513,\"badge-theme\"],\"ariaControls\":[1,\"aria-controls\"],\"role\":[1],\"ariaOwns\":[1,\"aria-owns\"],\"ariaLabel\":[1537,\"aria-label\"],\"ariaHaspopup\":[1,\"aria-haspopup\"],\"ariaExpanded\":[1,\"aria-expanded\"],\"ariaActivedescendant\":[8,\"aria-activedescendant\"],\"current\":[1],\"errors\":[16],\"hints\":[16],\"formattedValueObject\":[32],\"hasFocus\":[32]},[[0,\"focus\",\"onHostElementFocus\"],[0,\"change\",\"onHostElementChange\"]]],[1,\"q2-badge\",{\"value\":[514],\"maxLength\":[514,\"max-length\"],\"position\":[513],\"size\":[513],\"theme\":[513],\"status\":[513]}]]]]"), options);
14
14
  });
15
15
  };
16
16
 
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, g as getElement } from './index-bb1c8c7f.js';
2
- import { i as icons } from './icons-869de05b.js';
2
+ import { i as icons } from './icons-e2bbe4b0.js';
3
3
 
4
4
  const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-double-focus-ring, 0 0 0 2px #ffffff, 0 0 0 4px #33b4ff #06C)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit;font-stretch:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.avatar-img{object-fit:cover;height:var(--tct-avatar-img-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-img-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-img-br, 50%);background-color:unset}.avatar-img-default{object-fit:cover;height:var(--tct-avatar-img-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-img-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-img-br, 50%);background-color:var(--tct-avatar-bg, #9e9e9e)}.avatar-initials{height:var(--tct-avatar-height, 44px);width:var(--tct-avatar-width, 44px);background-color:var(--tct-avatar-bg, var(--t-gray-8, #9e9e9e));border-radius:var(--tct-avatar-br, 50%)}.size-1{--tct-avatar-font-size:var(--tct-avatar-size-1, 60px)}.size-2{--tct-avatar-font-size:var(--tct-avatar-size-2, 50px)}.size-3{--tct-avatar-font-size:var(--tct-avatar-size-3, 40px)}.size-4{--tct-avatar-font-size:var(--tct-avatar-size-4, 30px)}text{fill:var(--tct-avatar-color, #ffffff);font-weight:var(--tct-avatar-font-weight, 200);font-size:var(--tct-avatar-font-size, 40px)}.fallback{height:var(--tct-avatar-fallback-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-fallback-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-fallback-br, var(--tct-avatar-img-br, 50%));background-color:var(--tct-avatar-fallback-bg, var(--tct-avatar-bg, #9e9e9e));display:flex;align-items:center;justify-content:center}q2-icon{--t-icon-size:var(--tct-avatar-fallback-icon-size, 65%);--t-icon-fill:var(--tct-avatar-fallback-fill, transparent);--t-icon-stroke-primary:var(--tct-avatar-fallback-stroke-primary, currentcolor);--t-icon-stroke-secondary:var(--tct-avatar-fallback-stroke-secondary, currentcolor);color:var(--tct-avatar-fallback-color, var(--tct-avatar-color, var(--t-base, #ffffff)));width:var(--t-icon-size);height:var(--t-icon-size)}";
5
5