@coveo/atomic 3.51.0 → 3.52.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +950 -828
- package/dist/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/atomic.esm.js.map +1 -1
- package/dist/atomic/components/_index.d.ts +0 -8
- package/dist/atomic/components/_index.js +97 -25
- package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +2 -2
- package/dist/atomic/components/components/common/atomic-facet-date-input/atomic-facet-date-input.js +1 -0
- package/dist/atomic/components/components/common/facets/timeframe-facet-common.js +1 -0
- package/dist/atomic/components/components/common/generated-answer/atomic-answer-content/atomic-answer-content.js +180 -0
- package/dist/atomic/components/components/common/generated-answer/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.js +155 -0
- package/dist/atomic/components/components/common/generated-answer/atomic-generated-answers-thread/atomic-generated-answers-thread.js +165 -0
- package/dist/atomic/components/components/common/generated-answer/render-agent-generation-steps.js +34 -0
- package/dist/atomic/components/components/common/generated-answer/render-answer-content.js +7 -19
- package/dist/atomic/components/components/common/generated-answer/render-follow-up-input.js +66 -0
- package/dist/atomic/components/components/common/generated-answer/styles/generated-answer.tw.css.js +1 -1
- package/dist/atomic/components/components/insight/atomic-insight-generated-answer/atomic-insight-generated-answer.js +7 -3
- package/dist/atomic/components/components/insight/atomic-insight-result-action/atomic-insight-result-action.js +169 -0
- package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +3 -2
- package/dist/atomic/components/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.js +79 -0
- package/dist/atomic/components/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.js +267 -0
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-session/atomic-insight-user-actions-session.js +1 -1
- package/dist/atomic/components/components/insight/atomic-insight-user-actions-timeline/atomic-insight-user-actions-timeline.js +1 -1
- package/dist/atomic/components/components/insight/index.js +3 -0
- package/dist/atomic/components/components/insight/lazy-index.js +3 -0
- package/dist/atomic/components/components/search/atomic-external/atomic-external.js +1 -1
- package/dist/atomic/components/components/search/atomic-generated-answer/atomic-generated-answer.js +108 -15
- package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +2 -2
- package/dist/atomic/components/decorators/bindings.js +1 -1
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/components/index.js.map +1 -1
- package/dist/atomic/components/mixins/bindings-mixin.js +1 -1
- package/dist/atomic/components/utils/custom-element-tags.js +6 -2
- package/dist/atomic/components/utils/tailwind.global.tw.css.js +2 -2
- package/dist/atomic/index.esm.js +1 -1
- package/dist/atomic/index.esm.js.map +1 -1
- package/dist/atomic/lang/cs.json +1 -1
- package/dist/atomic/lang/da.json +1 -1
- package/dist/atomic/lang/de.json +1 -1
- package/dist/atomic/lang/dev.json +1 -1
- package/dist/atomic/lang/el.json +1 -1
- package/dist/atomic/lang/en.json +1 -1
- package/dist/atomic/lang/es.json +1 -1
- package/dist/atomic/lang/fi.json +1 -1
- package/dist/atomic/lang/fr.json +1 -1
- package/dist/atomic/lang/hu.json +1 -1
- package/dist/atomic/lang/id.json +1 -1
- package/dist/atomic/lang/it.json +1 -1
- package/dist/atomic/lang/ja.json +1 -1
- package/dist/atomic/lang/ko.json +1 -1
- package/dist/atomic/lang/nl.json +1 -1
- package/dist/atomic/lang/no.json +1 -1
- package/dist/atomic/lang/pl.json +1 -1
- package/dist/atomic/lang/pt-BR.json +1 -1
- package/dist/atomic/lang/pt.json +1 -1
- package/dist/atomic/lang/ru.json +1 -1
- package/dist/atomic/lang/sv.json +1 -1
- package/dist/atomic/lang/th.json +1 -1
- package/dist/atomic/lang/tr.json +1 -1
- package/dist/atomic/lang/zh-CN.json +1 -1
- package/dist/atomic/lang/zh-TW.json +1 -1
- package/dist/atomic/lang/zh.json +1 -1
- package/dist/atomic/p-998f7983.js +3 -0
- package/dist/atomic/p-998f7983.js.map +1 -0
- package/dist/cjs/_index.cjs.js +110 -28
- package/dist/cjs/_loader.cjs.js +3 -4
- package/dist/cjs/app-globals-18f43c37.js +506 -0
- package/dist/cjs/app-globals-18f43c37.js.map +1 -0
- package/dist/cjs/atomic.cjs.js +4 -5
- package/dist/cjs/atomic.cjs.js.map +1 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/_index.js +97 -23
- package/dist/esm/_loader.js +3 -4
- package/dist/esm/app-globals-c5b073da.js +481 -0
- package/dist/esm/app-globals-c5b073da.js.map +1 -0
- package/dist/esm/atomic.js +3 -4
- package/dist/esm/atomic.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js.map +1 -1
- package/dist/esm/version.js +2 -2
- package/dist/types/components/common/context/bindings-context.d.ts +1 -1
- package/dist/types/components/common/facets/timeframe-facet-common.d.ts +1 -0
- package/dist/types/components/common/generated-answer/{answerContent/answer-content.d.ts → atomic-answer-content/atomic-answer-content.d.ts} +8 -6
- package/dist/types/components/common/generated-answer/{generated-answer-thread-item/generated-answer-thread-item.d.ts → atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.d.ts} +3 -3
- package/dist/types/components/common/generated-answer/atomic-generated-answers-thread/atomic-generated-answers-thread.d.ts +42 -0
- package/dist/types/components/common/generated-answer/render-agent-generation-steps.d.ts +16 -0
- package/dist/types/components/common/generated-answer/render-answer-content.d.ts +3 -4
- package/dist/types/components/insight/atomic-insight-result-action/atomic-insight-result-action.d.ts +33 -18
- package/dist/types/components/insight/atomic-insight-result-children/atomic-insight-result-children.d.ts +1 -0
- package/dist/types/components/insight/atomic-insight-result-children-template/atomic-insight-result-children-template.d.ts +62 -0
- package/dist/types/components/insight/atomic-insight-timeframe-facet/atomic-insight-timeframe-facet.d.ts +47 -28
- package/dist/types/components/insight/index.d.ts +3 -0
- package/dist/types/components/search/atomic-external/atomic-external.d.ts +1 -1
- package/dist/types/components/search/atomic-generated-answer/atomic-generated-answer.d.ts +11 -2
- package/dist/types/components.d.ts +0 -298
- package/dist/types/decorators/bindings.d.ts +1 -1
- package/dist/types/index.d.ts +2 -3
- package/dist/types/utils/accessibility-utils.d.ts +2 -2
- package/dist/types/utils/init-queue.d.ts +1 -1
- package/docs/atomic-docs.json +2 -43
- package/package.json +4 -8
- package/dist/atomic/components/_commonjsHelpers.js +0 -5
- package/dist/atomic/components/_commonjsHelpers.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-action.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-action.js +0 -272
- package/dist/atomic/components/atomic-insight-result-action.js.map +0 -1
- package/dist/atomic/components/atomic-insight-result-children-template.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-result-children-template.js +0 -242
- package/dist/atomic/components/atomic-insight-result-children-template.js.map +0 -1
- package/dist/atomic/components/atomic-insight-timeframe-facet.d.ts +0 -11
- package/dist/atomic/components/atomic-insight-timeframe-facet.js +0 -816
- package/dist/atomic/components/atomic-insight-timeframe-facet.js.map +0 -1
- package/dist/atomic/components/atomic-stencil-facet-date-input.d.ts +0 -11
- package/dist/atomic/components/atomic-stencil-facet-date-input.js +0 -107
- package/dist/atomic/components/atomic-stencil-facet-date-input.js.map +0 -1
- package/dist/atomic/components/date-utils.js +0 -26
- package/dist/atomic/components/date-utils.js.map +0 -1
- package/dist/atomic/components/initialization-utils.js +0 -226
- package/dist/atomic/components/initialization-utils.js.map +0 -1
- package/dist/atomic/components/props-utils.js +0 -1457
- package/dist/atomic/components/props-utils.js.map +0 -1
- package/dist/atomic/components/stencil-button.js +0 -148
- package/dist/atomic/components/stencil-button.js.map +0 -1
- package/dist/atomic/p-1580513b.js +0 -2
- package/dist/atomic/p-1580513b.js.map +0 -1
- package/dist/atomic/p-1df0744f.entry.js +0 -9
- package/dist/atomic/p-1df0744f.entry.js.map +0 -1
- package/dist/atomic/p-2045a1b1.js +0 -2
- package/dist/atomic/p-2045a1b1.js.map +0 -1
- package/dist/atomic/p-4573c419.js +0 -2
- package/dist/atomic/p-4573c419.js.map +0 -1
- package/dist/atomic/p-500bf5c4.entry.js +0 -2
- package/dist/atomic/p-500bf5c4.entry.js.map +0 -1
- package/dist/atomic/p-5226a938.js +0 -3
- package/dist/atomic/p-5226a938.js.map +0 -1
- package/dist/atomic/p-720863c3.js +0 -2
- package/dist/atomic/p-720863c3.js.map +0 -1
- package/dist/atomic/p-81336626.entry.js +0 -2
- package/dist/atomic/p-81336626.entry.js.map +0 -1
- package/dist/atomic/p-81d6e743.js +0 -2
- package/dist/atomic/p-81d6e743.js.map +0 -1
- package/dist/atomic/p-aad3b4ec.js +0 -3
- package/dist/atomic/p-aad3b4ec.js.map +0 -1
- package/dist/atomic/p-b5af331b.entry.js +0 -2
- package/dist/atomic/p-b5af331b.entry.js.map +0 -1
- package/dist/atomic/p-b7209471.js +0 -2
- package/dist/atomic/p-b7209471.js.map +0 -1
- package/dist/atomic/p-dac60354.js +0 -2
- package/dist/atomic/p-dac60354.js.map +0 -1
- package/dist/atomic/p-e1255160.js +0 -2
- package/dist/atomic/p-e1255160.js.map +0 -1
- package/dist/cjs/_commonjsHelpers-68cdf74f.js +0 -7
- package/dist/cjs/_commonjsHelpers-68cdf74f.js.map +0 -1
- package/dist/cjs/app-globals-3a1e7e63.js +0 -7
- package/dist/cjs/app-globals-3a1e7e63.js.map +0 -1
- package/dist/cjs/atomic-insight-result-action.cjs.entry.js +0 -153
- package/dist/cjs/atomic-insight-result-action.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js +0 -222
- package/dist/cjs/atomic-insight-result-children-template.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js +0 -790
- package/dist/cjs/atomic-insight-timeframe-facet.cjs.entry.js.map +0 -1
- package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js +0 -86
- package/dist/cjs/atomic-stencil-facet-date-input.cjs.entry.js.map +0 -1
- package/dist/cjs/date-utils-aae1d713.js +0 -28
- package/dist/cjs/date-utils-aae1d713.js.map +0 -1
- package/dist/cjs/event-utils-9bfcf3c5.js +0 -27
- package/dist/cjs/event-utils-9bfcf3c5.js.map +0 -1
- package/dist/cjs/index-122375df.js +0 -1394
- package/dist/cjs/index-122375df.js.map +0 -1
- package/dist/cjs/initialization-lit-stencil-common-utils-f19f74c0.js +0 -95
- package/dist/cjs/initialization-lit-stencil-common-utils-f19f74c0.js.map +0 -1
- package/dist/cjs/initialization-utils-c2821271.js +0 -148
- package/dist/cjs/initialization-utils-c2821271.js.map +0 -1
- package/dist/cjs/props-utils-e4f29f1e.js +0 -1464
- package/dist/cjs/props-utils-e4f29f1e.js.map +0 -1
- package/dist/cjs/stencil-button-bf22eea4.js +0 -130
- package/dist/cjs/stencil-button-bf22eea4.js.map +0 -1
- package/dist/cjs/stencil-result-template-decorators-96954751.js +0 -114
- package/dist/cjs/stencil-result-template-decorators-96954751.js.map +0 -1
- package/dist/esm/_commonjsHelpers-1c8beb5f.js +0 -5
- package/dist/esm/_commonjsHelpers-1c8beb5f.js.map +0 -1
- package/dist/esm/app-globals-0f993ce5.js +0 -5
- package/dist/esm/app-globals-0f993ce5.js.map +0 -1
- package/dist/esm/atomic-insight-result-action.entry.js +0 -149
- package/dist/esm/atomic-insight-result-action.entry.js.map +0 -1
- package/dist/esm/atomic-insight-result-children-template.entry.js +0 -218
- package/dist/esm/atomic-insight-result-children-template.entry.js.map +0 -1
- package/dist/esm/atomic-insight-timeframe-facet.entry.js +0 -786
- package/dist/esm/atomic-insight-timeframe-facet.entry.js.map +0 -1
- package/dist/esm/atomic-stencil-facet-date-input.entry.js +0 -82
- package/dist/esm/atomic-stencil-facet-date-input.entry.js.map +0 -1
- package/dist/esm/date-utils-3b955e79.js +0 -26
- package/dist/esm/date-utils-3b955e79.js.map +0 -1
- package/dist/esm/event-utils-8de63ec3.js +0 -24
- package/dist/esm/event-utils-8de63ec3.js.map +0 -1
- package/dist/esm/index-4d679e44.js +0 -1364
- package/dist/esm/index-4d679e44.js.map +0 -1
- package/dist/esm/initialization-lit-stencil-common-utils-e7755434.js +0 -88
- package/dist/esm/initialization-lit-stencil-common-utils-e7755434.js.map +0 -1
- package/dist/esm/initialization-utils-9ff399ff.js +0 -144
- package/dist/esm/initialization-utils-9ff399ff.js.map +0 -1
- package/dist/esm/props-utils-76043c82.js +0 -1457
- package/dist/esm/props-utils-76043c82.js.map +0 -1
- package/dist/esm/stencil-button-28de709c.js +0 -128
- package/dist/esm/stencil-button-28de709c.js.map +0 -1
- package/dist/esm/stencil-result-template-decorators-4c2e5132.js +0 -110
- package/dist/esm/stencil-result-template-decorators-4c2e5132.js.map +0 -1
- package/dist/types/components/commerce/product-template-component-utils/context/stencil-product-template-decorators.d.ts +0 -14
- package/dist/types/components/common/atomic-rating/stencil-rating.d.ts +0 -18
- package/dist/types/components/common/atomic-result-placeholder/stencil-placeholders.d.ts +0 -20
- package/dist/types/components/common/breadbox/stencil-breadcrumb-button.d.ts +0 -15
- package/dist/types/components/common/breadbox/stencil-breadcrumb-clear-all.d.ts +0 -13
- package/dist/types/components/common/breadbox/stencil-breadcrumb-container.d.ts +0 -11
- package/dist/types/components/common/breadbox/stencil-breadcrumb-content.d.ts +0 -14
- package/dist/types/components/common/breadbox/stencil-breadcrumb-show-less.d.ts +0 -13
- package/dist/types/components/common/breadbox/stencil-breadcrumb-show-more.d.ts +0 -14
- package/dist/types/components/common/facets/category-facet/stencil-all-categories-button.d.ts +0 -13
- package/dist/types/components/common/facets/category-facet/stencil-child-value-link.d.ts +0 -9
- package/dist/types/components/common/facets/category-facet/stencil-children-as-tree-container.d.ts +0 -9
- package/dist/types/components/common/facets/category-facet/stencil-parent-as-tree-container.d.ts +0 -10
- package/dist/types/components/common/facets/category-facet/stencil-parent-button.d.ts +0 -16
- package/dist/types/components/common/facets/category-facet/stencil-parent-value-link.d.ts +0 -9
- package/dist/types/components/common/facets/category-facet/stencil-search-results-container.d.ts +0 -5
- package/dist/types/components/common/facets/category-facet/stencil-search-value.d.ts +0 -19
- package/dist/types/components/common/facets/category-facet/stencil-value-as-tree-container.d.ts +0 -5
- package/dist/types/components/common/facets/category-facet/stencil-value-link.d.ts +0 -20
- package/dist/types/components/common/facets/facet-container/stencil-facet-container.d.ts +0 -5
- package/dist/types/components/common/facets/facet-header/stencil-facet-header.d.ts +0 -17
- package/dist/types/components/common/facets/facet-placeholder/stencil-facet-placeholder.d.ts +0 -10
- package/dist/types/components/common/facets/facet-search/stencil-facet-search-input-guard.d.ts +0 -11
- package/dist/types/components/common/facets/facet-search/stencil-facet-search-input.d.ts +0 -14
- package/dist/types/components/common/facets/facet-search/stencil-facet-search-matches.d.ts +0 -14
- package/dist/types/components/common/facets/facet-search/stencil-facet-search-value.d.ts +0 -6
- package/dist/types/components/common/facets/facet-show-more-less/stencil-facet-show-more-less.d.ts +0 -17
- package/dist/types/components/common/facets/facet-value/stencil-facet-value.d.ts +0 -22
- package/dist/types/components/common/facets/facet-value-box/stencil-facet-value-box.d.ts +0 -6
- package/dist/types/components/common/facets/facet-value-checkbox/stencil-facet-value-checkbox.d.ts +0 -11
- package/dist/types/components/common/facets/facet-value-exclude/stencil-facet-value-exclude.d.ts +0 -10
- package/dist/types/components/common/facets/facet-value-label-highlight/stencil-facet-value-label-highlight.d.ts +0 -12
- package/dist/types/components/common/facets/facet-value-link/stencil-facet-value-link.d.ts +0 -10
- package/dist/types/components/common/facets/facet-values-group/stencil-facet-values-group.d.ts +0 -12
- package/dist/types/components/common/facets/numeric-facet/stencil-value-link.d.ts +0 -12
- package/dist/types/components/common/facets/numeric-facet/stencil-values-container.d.ts +0 -11
- package/dist/types/components/common/facets/stencil-facet-common.d.ts +0 -43
- package/dist/types/components/common/facets/stencil-facet-date-input/stencil-facet-date-input.d.ts +0 -33
- package/dist/types/components/common/facets/stencil-facet-guard.d.ts +0 -12
- package/dist/types/components/common/facets/stencil-timeframe-facet-common.d.ts +0 -72
- package/dist/types/components/common/generated-answer/generated-answer-common.d.ts +0 -58
- package/dist/types/components/common/generated-answer/generated-content/stencil-generated-markdown-content.d.ts +0 -10
- package/dist/types/components/common/generated-answer/generated-content/stencil-generated-text-content.d.ts +0 -10
- package/dist/types/components/common/generated-answer/stencil-copy-button.d.ts +0 -12
- package/dist/types/components/common/generated-answer/stencil-feedback-button.d.ts +0 -13
- package/dist/types/components/common/generated-answer/stencil-generated-content-container.d.ts +0 -11
- package/dist/types/components/common/generated-answer/stencil-retry-prompt.d.ts +0 -11
- package/dist/types/components/common/generated-answer/stencil-show-button.d.ts +0 -12
- package/dist/types/components/common/generated-answer/stencil-source-citations.d.ts +0 -10
- package/dist/types/components/common/interface/interface-common-stencil.d.ts +0 -34
- package/dist/types/components/common/interface/stencil-i18n.d.ts +0 -11
- package/dist/types/components/common/item-link/stencil-item-link.d.ts +0 -30
- package/dist/types/components/common/item-list/item-list-decorators.d.ts +0 -17
- package/dist/types/components/common/item-list/stencil-display-grid.d.ts +0 -17
- package/dist/types/components/common/item-list/stencil-display-wrapper.d.ts +0 -11
- package/dist/types/components/common/item-list/stencil-item-decorators.d.ts +0 -41
- package/dist/types/components/common/item-list/stencil-item-display-guard.d.ts +0 -10
- package/dist/types/components/common/item-list/stencil-item-list-common.d.ts +0 -31
- package/dist/types/components/common/item-list/stencil-item-list-guard.d.ts +0 -13
- package/dist/types/components/common/item-text/stencil-item-text-fallback.d.ts +0 -14
- package/dist/types/components/common/item-text/stencil-item-text-highlighted.d.ts +0 -13
- package/dist/types/components/common/load-more/guard.d.ts +0 -10
- package/dist/types/components/common/load-more/stencil-button.d.ts +0 -13
- package/dist/types/components/common/load-more/stencil-container.d.ts +0 -5
- package/dist/types/components/common/load-more/stencil-progress-bar.d.ts +0 -10
- package/dist/types/components/common/load-more/stencil-summary.d.ts +0 -13
- package/dist/types/components/common/no-items/stencil-container.d.ts +0 -5
- package/dist/types/components/common/no-items/stencil-guard.d.ts +0 -11
- package/dist/types/components/common/no-items/stencil-magnifying-glass.d.ts +0 -5
- package/dist/types/components/common/no-items/stencil-no-items.d.ts +0 -12
- package/dist/types/components/common/no-items/stencil-tips.d.ts +0 -10
- package/dist/types/components/common/pager/stencil-pager-buttons.d.ts +0 -33
- package/dist/types/components/common/pager/stencil-pager-navigation.d.ts +0 -10
- package/dist/types/components/common/product-template/stencil-product-template-common.d.ts +0 -26
- package/dist/types/components/common/query-correction/stencil-auto-correction.d.ts +0 -12
- package/dist/types/components/common/query-correction/stencil-correction.d.ts +0 -12
- package/dist/types/components/common/query-correction/stencil-guard.d.ts +0 -9
- package/dist/types/components/common/query-correction/stencil-trigger-correction.d.ts +0 -13
- package/dist/types/components/common/query-error/stencil-container.d.ts +0 -5
- package/dist/types/components/common/query-error/stencil-description.d.ts +0 -13
- package/dist/types/components/common/query-error/stencil-details.d.ts +0 -10
- package/dist/types/components/common/query-error/stencil-guard.d.ts +0 -9
- package/dist/types/components/common/query-error/stencil-icon.d.ts +0 -9
- package/dist/types/components/common/query-error/stencil-link.d.ts +0 -11
- package/dist/types/components/common/query-error/stencil-show-more.d.ts +0 -13
- package/dist/types/components/common/query-error/stencil-title.d.ts +0 -12
- package/dist/types/components/common/query-summary/stencil-container.d.ts +0 -9
- package/dist/types/components/common/query-summary/stencil-guard.d.ts +0 -11
- package/dist/types/components/common/query-summary/stencil-utils.d.ts +0 -23
- package/dist/types/components/common/refine-modal/stencil-body.d.ts +0 -7
- package/dist/types/components/common/refine-modal/stencil-button.d.ts +0 -12
- package/dist/types/components/common/refine-modal/stencil-filters.d.ts +0 -20
- package/dist/types/components/common/refine-modal/stencil-guard.d.ts +0 -11
- package/dist/types/components/common/refine-modal/stencil-modal.d.ts +0 -18
- package/dist/types/components/common/refine-modal/stencil-sort.d.ts +0 -11
- package/dist/types/components/common/result-children/stencil-children-wrapper.d.ts +0 -9
- package/dist/types/components/common/result-children/stencil-collection-guard.d.ts +0 -16
- package/dist/types/components/common/result-children/stencil-guard.d.ts +0 -11
- package/dist/types/components/common/result-children/stencil-show-hide-button.d.ts +0 -14
- package/dist/types/components/common/result-templates/stencil-result-template-common.d.ts +0 -24
- package/dist/types/components/common/search-box/stencil-search-box-wrapper.d.ts +0 -10
- package/dist/types/components/common/search-box/stencil-search-text-area.d.ts +0 -22
- package/dist/types/components/common/search-box/stencil-submit-button.d.ts +0 -12
- package/dist/types/components/common/search-box/stencil-text-area-clear-button.d.ts +0 -12
- package/dist/types/components/common/smart-snippets/atomic-smart-snippet/stencil-smart-snippet-common.d.ts +0 -31
- package/dist/types/components/common/smart-snippets/atomic-smart-snippet-feedback-modal/stencil-smart-snippet-feedback-modal-common.d.ts +0 -57
- package/dist/types/components/common/smart-snippets/atomic-smart-snippet-suggestions/stencil-smart-snippet-suggestions-common.d.ts +0 -43
- package/dist/types/components/common/smart-snippets/stencil-smart-snippet-feedback-banner.d.ts +0 -18
- package/dist/types/components/common/stencil-button-style.d.ts +0 -11
- package/dist/types/components/common/stencil-button.d.ts +0 -30
- package/dist/types/components/common/stencil-carousel.d.ts +0 -15
- package/dist/types/components/common/stencil-checkbox.d.ts +0 -22
- package/dist/types/components/common/stencil-fieldset-group.d.ts +0 -9
- package/dist/types/components/common/stencil-heading.d.ts +0 -7
- package/dist/types/components/common/stencil-hidden.d.ts +0 -5
- package/dist/types/components/common/stencil-iconButton.d.ts +0 -13
- package/dist/types/components/common/stencil-radio-button.d.ts +0 -12
- package/dist/types/components/common/stencil-switch.d.ts +0 -15
- package/dist/types/components/common/stencil-triStateCheckbox.d.ts +0 -11
- package/dist/types/components/common/suggestions/stencil-instant-item.d.ts +0 -19
- package/dist/types/components/common/suggestions/stencil-query-suggestions.d.ts +0 -32
- package/dist/types/components/common/suggestions/stencil-suggestion-manager.d.ts +0 -96
- package/dist/types/components/insight/result-templates/atomic-insight-result-children-template/atomic-insight-result-children-template.d.ts +0 -50
- package/dist/types/components/search/facets/facet-segmented-value/stencil-facet-segmented-value.d.ts +0 -6
- package/dist/types/components/search/result-template-component-utils/context/stencil-result-template-decorators.d.ts +0 -32
- package/dist/types/components/search/result-template-components/quickview-iframe/stencil-quickview-iframe.d.ts +0 -14
- package/dist/types/utils/__mocks__/stencil-resource-url.d.ts +0 -1
- package/dist/types/utils/initialization-utils.d.ts +0 -70
- package/dist/types/utils/jsx-utils.d.ts +0 -6
- package/dist/types/utils/stencil-accessibility-utils.d.ts +0 -43
- package/dist/types/utils/stencil-asset-path-utils.d.ts +0 -1
- package/dist/types/utils/stencil-resource-url.d.ts +0 -1
- /package/dist/atomic/components/utils/{initialization-lit-stencil-common-utils.js → initialization-common-utils.js} +0 -0
- /package/dist/types/utils/{initialization-lit-stencil-common-utils.d.ts → initialization-common-utils.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"search":"搜尋","no-title":"無標題","search-ellipsis":"搜尋...","left":"左","right":"右","search-box":"執行搜尋的輸入欄位。插入查詢。要傳送,請按Enter。","search-box-with-suggestions":"帶有建議的搜尋欄。在有焦點的情況下開始導覽建議,按下方向鍵。按 Enter 發送。","search-box-with-suggestions-macos":"帶有建議的搜尋列。建議可能在此欄位下可用。若要發送,請按Enter。","search-box-with-suggestions-keyboardless":"具建議的搜尋欄。建議可能在這個欄位下面。按Enter鍵以傳送。","search-suggestions-single-list":"搜尋建議。若要在建議間導覽,請按上箭頭或下箭頭;若要選取建議,請按 Enter。","search-suggestions-double-list":"兩個搜尋框建議列表並排顯示。要在建議之間導航,請按上箭頭或下箭頭。要在兩個列表之間切換,請按左箭頭或右箭頭。要選擇要建議,請按Enter。","search-suggestion-single-list":"{{label}}。{{position}} / {{count}}。","search-suggestion-double-list":"{{label}}。{{position}} of {{count}}。在{{side}}列表中。","search-suggestion-button":"{{label}}. 按鈕","search-disabled":"輸入至少{{length}}個字元的查詢以啟用搜尋。","query-suggestion-label":"建議查詢:「{{query}}」","recent-query-suggestion-label":"最近的查詢 \"{{query}}\"","instant-products-suggestion-label":"{{title}},即時產品","instant-results-suggestion-label":"{{title}},即時結果","facet-search-input":"搜尋","facet-search":"在 {{label}} 標籤中搜尋值","facet-value":"{{value}} 的包含濾波器; {{formattedCount}} 結果","facet-value_other":"包含 {{value}} 的篩選器; {{formattedCount}} 個結果","facet-value-exclude":"排除過濾器在 {{value}}; {{formattedCount}}個結果","facet-value-exclude_other":"排除過濾器在 {{value}}; {{formattedCount}}個結果","remove-inclusion-filter-on":"移除包含{{value}}的篩選器","remove-exclusion-filter-on":"刪除{{value}}上的排除過濾器","query-suggestion-list":"搜尋建議。選擇一個進行搜尋。","tab-search":"在 {{label}} 索引標籤中搜尋值。","clear":"清除","filter-removed":"已移除篩選器","clear-searchbox":"清除搜尋框","search-box-cleared":"搜尋已清除","recent-search-cleared":"最近的搜尋已清除","all-categories":"所有分類","show-all-products":"查看所有產品","show-all-results":"查看所有結果","show-more":"顯示較多的值","show-less":"顯示較少的值","show-less-facet-values":"顯示 {{label}} 特徵的較少值","show-more-facet-values":"顯示更多 {{label}} 特性值","facet-values":"{{label}}屬性值","facet-search-results":"在{{label}}資訊欄位中找到{{query}}的值","facet-search-results-count":"在{{label}}分類中找到{{count}}個值","facet-search-results-count_other":"{{count}} 個值在 {{label}} 分類中找到","pagination":"分頁","next":"下一頁","previous":"上一頁","page-number":"第{{pageNumber}}頁","no-values-found":"查無任何資料。","products-per-page":"每頁的產品數","results-per-page":"每頁的結果數","sort":"排序","filters":"篩選器","sort-by":"排序依據","relevance":"關聯","most-recent":"最近","clear-filters":"清除篩選器","clear-filters_other":"清除 {{count}} 個篩選器","clear-filters-for-facet":"清除 {{label}} 的 {{count}} 個篩選","clear-filters-for-facet_other":"清除{{label}}特性的{{count}}個篩選器","collapse-facet":"折疊{{label}}篩選器","expand-facet":"展開{{label}}篩選器","showing-products-of":"產品 {{first}} / {{total}}","showing-results-of":"結果數 {{first}},總數 {{total}}","showing-products-of_other":"產品 {{first}}-{{last}} / {{total}}","showing-results-of_other":"結果數 {{first}}-{{last}},總數 {{total}}","showing-products-of-with-query":"{{query}}的產品{{first}}共{{total}}","showing-results-of-with-query":"結果數 {{first}},總數 {{total}}, 搜尋 {{query}}","showing-products-of-with-query_other":"{{query}}的{{total}}的產品{{first}}-{{last}}","showing-results-of-with-query_other":"結果數 {{first}}-{{last}},總數 {{total}}, 搜尋 {{query}}","showing-products-of-load-more":"正在顯示 {{total}} 個產品中的 {{last}} 個","showing-results-of-load-more":"顯示 {{last}} / {{total}} 項結果","load-more-products":"載入更多產品","load-more-results":"載入更多結果","load-all-results":"載入所有結果","collapse-results":"折疊結果","no-documents-related":"沒有文件與此相關。","in-seconds":"用時 {{count}} 秒","in-seconds_other":"用時 {{count}} 秒","no-results-for":"沒有找到與 {{query}} 相關的結果","no-results-for-did-you-mean":"沒有找到與 {{query}} 相關的結果","showing-products-for":"顯示{{query}}的產品","showing-results-for":"顯示{{query}}的結果","search-instead-for":"搜尋代替{{query}}","search-tips":"您可以嘗試使用不同的關鍵字,取消選擇篩選器或檢查拼寫錯誤。","no-results":"沒有結果","more-matches-for":"{{query}}更多相符項目","no-matches-found-for":"未找到符合 {{query}} 的項目","recent-searches":"最新搜尋","clear-recent-searches":"清除最近搜尋","cancel-last-action":"取消最後一個動作","cancel":"取消","check-spelling":"檢查關鍵字的拼寫。","try-using-fewer-keywords":"嘗試使用更少、更常用或不同的關鍵字。","select-fewer-filters":"選擇較少的篩選條件以擴大您的搜尋範圍。","author":"作者","file-type":"檔案類型","language":"語言設定","source":"來源","printable-uri":"結果來源路徑","collapsed-uri-parts":"折疊的URI部分","disconnected":"無權訪問。","check-your-connection":"您的查詢無法傳送到以下 URL:{{url}}。請檢查您的連線。","no-endpoints":"您的組織 {{org}} 沒有可用的內容。","invalid-token":"確保令牌是有效的。","add-sources":"新增內容來源或等待您新建的來源完成索引。","coveo-online-help":"Coveo 線上說明","cannot-access":"您的組織{{org}}無法存取。","something-went-wrong":"伺服器出現了錯誤。","if-problem-persists":"如果問題仍然存在,請連絡管理員。","more-info":"更多資訊","clear-all-filters":"清除所有篩選條件","n-more":"{{value}} 更多...","show-n-more-filters":"顯示 {{value}} 個額外篩選器","query-auto-corrected-to":"查詢自動校正為 {{query}}","did-you-mean":"您要找的是不是: {{query}}","close":"關閉","no-label":"沒有標籤","to":"{{- start}} 到 {{- end}}","min":"最小值","max":"最大值","apply":"應用","yes":"是","no":"不","popover":"{{label}} 摘要的彈出式選單","number-input-minimum":"輸入{{label}}特性的最小數字值","number-input-maximum":"輸入 {{label}} 特徵的最大數值","number-input-apply":"應用自訂數值套用於 {{label}} 篩選器","end":"結束","start":"開始","date-input-start":"請輸入 {{label}} 特性的開始日期","date-input-end":"輸入{{label}}特徵的結束日期","date-input-apply":"套用自訂的起訖日期到 {{label}} 面向","date-format-placeholder":"年年年年-月月-日日","past-minute":"一分鐘前","past-minute_other":"{{count}}分鐘前","past-hour":"過去小時","past-hour_other":"過去 {{count}} 小時","past-day":"昨天","past-day_other":"過去{{count}}天","past-week":"上週","past-week_other":"過去{{count}}週","past-month":"上個月","past-month_other":"過去{{count}}個月","past-quarter":"過去一季","past-quarter_other":"過去{{count}}個季度","past-year":"去年","past-year_other":"過去{{count}}年","next-minute":"下一分鐘","next-minute_other":"接下來{{count}}分鐘","next-hour":"下一個小時","next-hour_other":"接下來 {{count}} 小時","next-day":"明日","next-day_other":"接下來 {{count}} 天","next-week":"下週","next-week_other":"接下來{{count}}週","next-month":"下個月","next-month_other":"接下來 {{count}} 個月","next-quarter":"下一季","next-quarter_other":"下 {{count}} 季","next-year":"明年","next-year_other":"未來{{count}}年","in":"裡面","under":"{{parent}} 下面 {{child}}","preview-result":"預覽結果","preview-modal-title":"結果預覽","sort-and-filter":"排序及篩選","view-products":"查看產品","view-results":"查看結果","organization-is-paused":"您的組織 {{org}} 因閒置已暫停,目前無法進行搜尋。","organization-will-resume":"您的組織正在恢復中,即將回復可用。","rating":"評分","and-up":"& 往上","only":"只","loading-products":"正在加載新產品","loading-results":"載入新結果中","query-suggestions-available-no-query":"{{count}} 個搜尋建議可用。","query-suggestions-available-no-query_other":"{{count}} 個搜尋建議可用。","query-suggestions-available":"{{count}} 個搜尋建議可用:{{query}}。","query-suggestions-available_other":"{{count}} 個搜尋建議可用:{{query}}。","query-suggestions-unavailable":"沒有搜尋建議。","stars":"{{max}}顆星中的其中一顆","stars_other":"{{max}}顆星,{{count}}顆星","stars-only":"僅有 {{count}} / {{count}} 顆星","stars-range":"{{count}}顆星中{{value}}顆或以上的","with-colon":"{{text}}:","between-quotations":"「{{text}}」","between-parentheses":"({{text}})","notifications":"通知","notification-n":"通知 {{n}}: {{text}}","smart-snippet":"您問題的潛在答案","smart-snippet-source":"答案來源","smart-snippet-feedback-inquiry":"這些資訊對您有用嗎?","smart-snippet-feedback-thanks":"感謝您的回饋!","smart-snippet-feedback-explain-why":"解釋為什麼","smart-snippet-feedback-select-reason":"選擇原因","details":"詳細資訊","feedback-send":"發送","smart-snippet-feedback-reason-does-not-answer":"這根本沒有回答我的問題","smart-snippet-feedback-reason-partially-answers":"這只是部分地回答了我的問題","smart-snippet-feedback-reason-was-not-a-question":"我的請求不是要被視為問題","smart-snippet-feedback-reason-other":"其他","smart-snippet-people-also-ask":"常見問題","edit-insight":"編輯洞察","insight-history":"Insight操作歷史","insight-related-cases":"與此案件相關的洞見","attach-to-case":"附加到此案件","detach-from-case":"從案件中分離","result-is-attached":"結果已附加到此案件","viewed-by-customer":"由客戶查看","full-search":"訪問完整搜尋的按鈕","calendar-last-day":"[昨天]","calendar-same-day":"[今天]","calendar-next-day":"[明天]","calendar-next-week":"下週","calendar-last-week":"[上] dddd","approx_year":"約一年","approx_year_other":"大約{{count}}年前","approx_month":"大約一個月","approx_month_other":"約 {{count}} 個月","approx_day":"大約一天","day_other":"大約 {{count}} 天","quickview":"快速檢視","keywords-highlight":"關鍵字突出顯示","minimize":"最小化","quickview-add-word":"新增亮點","quickview-remove-word":"清除高亮","quickview-next":"下一個快速檢視","quickview-previous":"上一個小量快速檢視","quickview-toggle-navigation":"切換關鍵字導航","quickview-navigate-keywords":"在{{keyword}}的{{occurrences}}個出現之間導航","quickview-loading":"正在載入新的快速檢視","quickview-loaded":"已載入 {{title}} 結果的快速檢視。{{first}}/{{last}} 可用。","more":"更多","tab-popover":"用於更多標籤的快顯式選單","generating-answer":"產生答案","answer-generated":"產生的答案: {{answer}}","answer-could-not-be-generated":"無法產生答案","generated-answer-hidden":"產生的答案被隱藏","generated-answer-title":"產生的答案","generated-answer-toggle-on":"產生的回答打開","generated-answer-toggle-off":"生成的答案關閉","this-answer-was-helpful":"有用","this-answer-was-not-helpful":"沒有幫助","generated-answer-loading":"正在尋找答案...","retry":"重試","retry-stream-message":"糟糕!在生成答案時出了些問題。","generated-answer-feedback-instructions":"告訴我們生成的答案為什麼沒有幫助。","irrelevant":"不相關","not-accurate":"不精確","out-of-date":"過時","harmful":"有害的","other":"其他","add-details":"新增詳細資料","modal-done":"完成","citations":"引用","copy-generated-answer":"複製答案","generated-answer-copied":"已複製!","failed-to-copy-generated-answer":"無法複製答案","generated-answer-disclaimer":"生成的內容可能包含錯誤。驗證重要資訊。","available-in":"可用於:","image-alt-fallback-multiple":"第{{count}}張圖片,共{{max}}張,適用於{{itemName}}","image-alt-fallback":"{{itemName}}的圖片","image-not-found-alt":"沒有可用的圖片為 {{itemName}}。","feedback-modal-title":"幫助我們提高!","skip":"跳過","generated-answer-feedback-link":"鏈接到正確的答案","generated-answer-additional-notes":"附加說明","feedback-hallucination-free":"答案是否沒有幻覺內容?","feedback-readable":"答案可讀嗎?","required-fields-error":"該欄位是必填欄位。","generated-answer-feedback-success":"謝謝!您的反饋將有助於我們改善產生的答案。","additional-feedback":"提供額外反饋","answer-evaluation":"答复評估","generated-answer-send-feedback":"發送反饋","add-notes":"添加筆記","unknown":"不確定","feedback-correct-topic":"答案是關於正確的主題嗎?","feedback-documented":"問題能由文件回答嗎?","required-fields":"必填欄位","ticket-created":"門票已創建","more-actions-in-session":"在此會議中{{count}}個更多的行動","more-actions-in-session_other":"此會議中還有{{count}}個操作","user-actions":"使用者操作","no-user-actions-available":"沒有可用的用戶操作","no-user-actions-associated-with-params":"没有与用户id相关联的用户操作,或者案例太老无法检测到相关操作。","hide-preceding-sessions":"隱藏前面的會話","show-preceding-sessions":"顯示前面的會議","hide-following-sessions":"隱藏以下會議","show-following-sessions":"顯示以下會議","empty-search":"空的搜索","no-products":"沒有產品","no-products-for":"我們找不到任何產品為{{query}}","results-loaded":"結果已加載。","pager-page-loaded":"第{{page}}頁已載入","refine-modal-content":"篩選和排序選項","user-actions-content":"使用者操作時間軸","ask-follow-up":"提出一個後續問題","submit-follow-up":"提交後續問題","ipx-body-content":"內容區域"}
|
|
1
|
+
{"search":"搜尋","no-title":"無標題","search-ellipsis":"搜尋...","left":"左","right":"右","search-box":"執行搜尋的輸入欄位。插入查詢。要傳送,請按Enter。","search-box-with-suggestions":"帶有建議的搜尋欄。在有焦點的情況下開始導覽建議,按下方向鍵。按 Enter 發送。","search-box-with-suggestions-macos":"帶有建議的搜尋列。建議可能在此欄位下可用。若要發送,請按Enter。","search-box-with-suggestions-keyboardless":"具建議的搜尋欄。建議可能在這個欄位下面。按Enter鍵以傳送。","search-suggestions-single-list":"搜尋建議。若要在建議間導覽,請按上箭頭或下箭頭;若要選取建議,請按 Enter。","search-suggestions-double-list":"兩個搜尋框建議列表並排顯示。要在建議之間導航,請按上箭頭或下箭頭。要在兩個列表之間切換,請按左箭頭或右箭頭。要選擇要建議,請按Enter。","search-suggestion-single-list":"{{label}}。{{position}} / {{count}}。","search-suggestion-double-list":"{{label}}。{{position}} of {{count}}。在{{side}}列表中。","search-suggestion-button":"{{label}}. 按鈕","search-disabled":"輸入至少{{length}}個字元的查詢以啟用搜尋。","query-suggestion-label":"建議查詢:「{{query}}」","recent-query-suggestion-label":"最近的查詢 \"{{query}}\"","instant-products-suggestion-label":"{{title}},即時產品","instant-results-suggestion-label":"{{title}},即時結果","facet-search-input":"搜尋","facet-search":"在 {{label}} 標籤中搜尋值","facet-value":"{{value}} 的包含濾波器; {{formattedCount}} 結果","facet-value_other":"包含 {{value}} 的篩選器; {{formattedCount}} 個結果","facet-value-exclude":"排除過濾器在 {{value}}; {{formattedCount}}個結果","facet-value-exclude_other":"排除過濾器在 {{value}}; {{formattedCount}}個結果","remove-inclusion-filter-on":"移除包含{{value}}的篩選器","remove-exclusion-filter-on":"刪除{{value}}上的排除過濾器","query-suggestion-list":"搜尋建議。選擇一個進行搜尋。","tab-search":"在 {{label}} 索引標籤中搜尋值。","clear":"清除","filter-removed":"已移除篩選器","clear-searchbox":"清除搜尋框","search-box-cleared":"搜尋已清除","recent-search-cleared":"最近的搜尋已清除","all-categories":"所有分類","show-all-products":"查看所有產品","show-all-results":"查看所有結果","show-more":"顯示較多的值","show-less":"顯示較少的值","show-less-facet-values":"顯示 {{label}} 特徵的較少值","show-more-facet-values":"顯示更多 {{label}} 特性值","facet-values":"{{label}}屬性值","facet-search-results":"在{{label}}資訊欄位中找到{{query}}的值","facet-search-results-count":"在{{label}}分類中找到{{count}}個值","facet-search-results-count_other":"{{count}} 個值在 {{label}} 分類中找到","pagination":"分頁","next":"下一頁","previous":"上一頁","page-number":"第{{pageNumber}}頁","no-values-found":"查無任何資料。","products-per-page":"每頁的產品數","results-per-page":"每頁的結果數","sort":"排序","filters":"篩選器","sort-by":"排序依據","relevance":"關聯","most-recent":"最近","clear-filters":"清除篩選器","clear-filters_other":"清除 {{count}} 個篩選器","clear-filters-for-facet":"清除 {{label}} 的 {{count}} 個篩選","clear-filters-for-facet_other":"清除{{label}}特性的{{count}}個篩選器","collapse-facet":"折疊{{label}}篩選器","expand-facet":"展開{{label}}篩選器","showing-products-of":"產品 {{first}} / {{total}}","showing-results-of":"結果數 {{first}},總數 {{total}}","showing-products-of_other":"產品 {{first}}-{{last}} / {{total}}","showing-results-of_other":"結果數 {{first}}-{{last}},總數 {{total}}","showing-products-of-with-query":"{{query}}的產品{{first}}共{{total}}","showing-results-of-with-query":"結果數 {{first}},總數 {{total}}, 搜尋 {{query}}","showing-products-of-with-query_other":"{{query}}的{{total}}的產品{{first}}-{{last}}","showing-results-of-with-query_other":"結果數 {{first}}-{{last}},總數 {{total}}, 搜尋 {{query}}","showing-products-of-load-more":"正在顯示 {{total}} 個產品中的 {{last}} 個","showing-results-of-load-more":"顯示 {{last}} / {{total}} 項結果","load-more-products":"載入更多產品","load-more-results":"載入更多結果","load-all-results":"載入所有結果","collapse-results":"折疊結果","no-documents-related":"沒有文件與此相關。","in-seconds":"用時 {{count}} 秒","in-seconds_other":"用時 {{count}} 秒","no-results-for":"沒有找到與 {{query}} 相關的結果","no-results-for-did-you-mean":"沒有找到與 {{query}} 相關的結果","showing-products-for":"顯示{{query}}的產品","showing-results-for":"顯示{{query}}的結果","search-instead-for":"搜尋代替{{query}}","search-tips":"您可以嘗試使用不同的關鍵字,取消選擇篩選器或檢查拼寫錯誤。","no-results":"沒有結果","more-matches-for":"{{query}}更多相符項目","no-matches-found-for":"未找到符合 {{query}} 的項目","recent-searches":"最新搜尋","clear-recent-searches":"清除最近搜尋","cancel-last-action":"取消最後一個動作","cancel":"取消","check-spelling":"檢查關鍵字的拼寫。","try-using-fewer-keywords":"嘗試使用更少、更常用或不同的關鍵字。","select-fewer-filters":"選擇較少的篩選條件以擴大您的搜尋範圍。","author":"作者","file-type":"檔案類型","language":"語言設定","source":"來源","printable-uri":"結果來源路徑","collapsed-uri-parts":"折疊的URI部分","disconnected":"無權訪問。","check-your-connection":"您的查詢無法傳送到以下 URL:{{url}}。請檢查您的連線。","no-endpoints":"您的組織 {{org}} 沒有可用的內容。","invalid-token":"確保令牌是有效的。","add-sources":"新增內容來源或等待您新建的來源完成索引。","coveo-online-help":"Coveo 線上說明","cannot-access":"您的組織{{org}}無法存取。","something-went-wrong":"伺服器出現了錯誤。","if-problem-persists":"如果問題仍然存在,請連絡管理員。","more-info":"更多資訊","clear-all-filters":"清除所有篩選條件","n-more":"{{value}} 更多...","show-n-more-filters":"顯示 {{value}} 個額外篩選器","query-auto-corrected-to":"查詢自動校正為 {{query}}","did-you-mean":"您要找的是不是: {{query}}","close":"關閉","no-label":"沒有標籤","to":"{{- start}} 到 {{- end}}","min":"最小值","max":"最大值","apply":"應用","yes":"是","no":"不","popover":"{{label}} 摘要的彈出式選單","number-input-minimum":"輸入{{label}}特性的最小數字值","number-input-maximum":"輸入 {{label}} 特徵的最大數值","number-input-apply":"應用自訂數值套用於 {{label}} 篩選器","end":"結束","start":"開始","date-input-start":"請輸入 {{label}} 特性的開始日期","date-input-end":"輸入{{label}}特徵的結束日期","date-input-apply":"套用自訂的起訖日期到 {{label}} 面向","date-format-placeholder":"年年年年-月月-日日","past-minute":"一分鐘前","past-minute_other":"{{count}}分鐘前","past-hour":"過去小時","past-hour_other":"過去 {{count}} 小時","past-day":"昨天","past-day_other":"過去{{count}}天","past-week":"上週","past-week_other":"過去{{count}}週","past-month":"上個月","past-month_other":"過去{{count}}個月","past-quarter":"過去一季","past-quarter_other":"過去{{count}}個季度","past-year":"去年","past-year_other":"過去{{count}}年","next-minute":"下一分鐘","next-minute_other":"接下來{{count}}分鐘","next-hour":"下一個小時","next-hour_other":"接下來 {{count}} 小時","next-day":"明日","next-day_other":"接下來 {{count}} 天","next-week":"下週","next-week_other":"接下來{{count}}週","next-month":"下個月","next-month_other":"接下來 {{count}} 個月","next-quarter":"下一季","next-quarter_other":"下 {{count}} 季","next-year":"明年","next-year_other":"未來{{count}}年","in":"裡面","under":"{{parent}} 下面 {{child}}","preview-result":"預覽結果","preview-modal-title":"結果預覽","sort-and-filter":"排序及篩選","view-products":"查看產品","view-results":"查看結果","organization-is-paused":"您的組織 {{org}} 因閒置已暫停,目前無法進行搜尋。","organization-will-resume":"您的組織正在恢復中,即將回復可用。","rating":"評分","and-up":"& 往上","only":"只","loading-products":"正在加載新產品","loading-results":"載入新結果中","query-suggestions-available-no-query":"{{count}} 個搜尋建議可用。","query-suggestions-available-no-query_other":"{{count}} 個搜尋建議可用。","query-suggestions-available":"{{count}} 個搜尋建議可用:{{query}}。","query-suggestions-available_other":"{{count}} 個搜尋建議可用:{{query}}。","query-suggestions-unavailable":"沒有搜尋建議。","stars":"{{max}}顆星中的其中一顆","stars_other":"{{max}}顆星,{{count}}顆星","stars-only":"僅有 {{count}} / {{count}} 顆星","stars-range":"{{count}}顆星中{{value}}顆或以上的","with-colon":"{{text}}:","between-quotations":"「{{text}}」","between-parentheses":"({{text}})","notifications":"通知","notification-n":"通知 {{n}}: {{text}}","smart-snippet":"您問題的潛在答案","smart-snippet-source":"答案來源","smart-snippet-feedback-inquiry":"這些資訊對您有用嗎?","smart-snippet-feedback-thanks":"感謝您的回饋!","smart-snippet-feedback-explain-why":"解釋為什麼","smart-snippet-feedback-select-reason":"選擇原因","details":"詳細資訊","feedback-send":"發送","smart-snippet-feedback-reason-does-not-answer":"這根本沒有回答我的問題","smart-snippet-feedback-reason-partially-answers":"這只是部分地回答了我的問題","smart-snippet-feedback-reason-was-not-a-question":"我的請求不是要被視為問題","smart-snippet-feedback-reason-other":"其他","smart-snippet-people-also-ask":"常見問題","edit-insight":"編輯洞察","insight-history":"Insight操作歷史","insight-related-cases":"與此案件相關的洞見","attach-to-case":"附加到此案件","detach-from-case":"從案件中分離","result-is-attached":"結果已附加到此案件","viewed-by-customer":"由客戶查看","full-search":"訪問完整搜尋的按鈕","calendar-last-day":"[昨天]","calendar-same-day":"[今天]","calendar-next-day":"[明天]","calendar-next-week":"下週","calendar-last-week":"[上] dddd","approx_year":"約一年","approx_year_other":"大約{{count}}年前","approx_month":"大約一個月","approx_month_other":"約 {{count}} 個月","approx_day":"大約一天","day_other":"大約 {{count}} 天","quickview":"快速檢視","keywords-highlight":"關鍵字突出顯示","minimize":"最小化","quickview-add-word":"新增亮點","quickview-remove-word":"清除高亮","quickview-next":"下一個快速檢視","quickview-previous":"上一個小量快速檢視","quickview-toggle-navigation":"切換關鍵字導航","quickview-navigate-keywords":"在{{keyword}}的{{occurrences}}個出現之間導航","quickview-loading":"正在載入新的快速檢視","quickview-loaded":"已載入 {{title}} 結果的快速檢視。{{first}}/{{last}} 可用。","more":"更多","tab-popover":"用於更多標籤的快顯式選單","generating-answer":"產生答案","answer-generated":"產生的答案: {{answer}}","answer-could-not-be-generated":"無法產生答案","generated-answer-hidden":"產生的答案被隱藏","generated-answer-title":"產生的答案","generated-answer-toggle-on":"產生的回答打開","generated-answer-toggle-off":"生成的答案關閉","this-answer-was-helpful":"有用","this-answer-was-not-helpful":"沒有幫助","generated-answer-loading":"正在尋找答案...","retry":"重試","retry-stream-message":"糟糕!在生成答案時出了些問題。","generated-answer-feedback-instructions":"告訴我們生成的答案為什麼沒有幫助。","irrelevant":"不相關","not-accurate":"不精確","out-of-date":"過時","harmful":"有害的","other":"其他","add-details":"新增詳細資料","modal-done":"完成","citations":"引用","copy-generated-answer":"複製答案","generated-answer-copied":"已複製!","failed-to-copy-generated-answer":"無法複製答案","generated-answer-disclaimer":"生成的內容可能包含錯誤。驗證重要資訊。","available-in":"可用於:","image-alt-fallback-multiple":"第{{count}}張圖片,共{{max}}張,適用於{{itemName}}","image-alt-fallback":"{{itemName}}的圖片","image-not-found-alt":"沒有可用的圖片為 {{itemName}}。","feedback-modal-title":"幫助我們提高!","skip":"跳過","generated-answer-feedback-link":"鏈接到正確的答案","generated-answer-additional-notes":"附加說明","feedback-hallucination-free":"答案是否沒有幻覺內容?","feedback-readable":"答案可讀嗎?","required-fields-error":"該欄位是必填欄位。","generated-answer-feedback-success":"謝謝!您的反饋將有助於我們改善產生的答案。","additional-feedback":"提供額外反饋","answer-evaluation":"答复評估","generated-answer-send-feedback":"發送反饋","add-notes":"添加筆記","unknown":"不確定","feedback-correct-topic":"答案是關於正確的主題嗎?","feedback-documented":"問題能由文件回答嗎?","required-fields":"必填欄位","ticket-created":"門票已創建","more-actions-in-session":"在此會議中{{count}}個更多的行動","more-actions-in-session_other":"此會議中還有{{count}}個操作","user-actions":"使用者操作","no-user-actions-available":"沒有可用的用戶操作","no-user-actions-associated-with-params":"没有与用户id相关联的用户操作,或者案例太老无法检测到相关操作。","hide-preceding-sessions":"隱藏前面的會話","show-preceding-sessions":"顯示前面的會議","hide-following-sessions":"隱藏以下會議","show-following-sessions":"顯示以下會議","empty-search":"空的搜索","no-products":"沒有產品","no-products-for":"我們找不到任何產品為{{query}}","results-loaded":"結果已加載。","pager-page-loaded":"第{{page}}頁已載入","refine-modal-content":"篩選和排序選項","user-actions-content":"使用者操作時間軸","ask-follow-up":"提出一個後續問題","show-previous-questions":"顯示之前的問題 ({{count}})","submit-follow-up":"提交後續問題","generated-answer-error-generic":"生成答案時出錯。請稍後再試。","ipx-body-content":"內容區域","agent-generation-step-search":"正在搜尋相關結果...","agent-generation-step-think":"正在思考..."}
|
package/dist/atomic/lang/zh.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"search":"搜索","no-title":"无标题","search-ellipsis":"搜索...","left":"左","right":"右","search-box":"执行搜索的输入字段。插入查询。要发送,请按Enter。","search-box-with-suggestions":"带建议的搜索栏。在有焦点的情况下开始导航建议,按下方向键。按 Enter 发送。","search-box-with-suggestions-macos":"带有建议的搜索栏。建议可能在此字段下可用。要发送,请按Enter。","search-box-with-suggestions-keyboardless":"带建议的搜索框。建议可能在此字段下方。要发送,请按Enter。","search-suggestions-single-list":"搜索建议。要在建议之间导航,请按上箭头或下箭头。要选择建议,请按 Enter。","search-suggestions-double-list":"两个搜索框建议列表并排显示。要在建议之间导航,请按上箭头或下箭头。要在两个列表之间切换,请按左箭头或右箭头。要选择要建议,请按Enter。","search-suggestion-single-list":"{{label}}。{{position}} / {{count}}。","search-suggestion-double-list":"{{label}}。{{position}} of {{count}}。在{{side}}列表中。","search-suggestion-button":"{{label}}。按钮","search-disabled":"输入至少{{length}}个字符的查询以启用搜索。","query-suggestion-label":"推荐的搜索查询:“{{query}}”","recent-query-suggestion-label":"最近搜索 \"{{query}}\"","instant-products-suggestion-label":"{{title}},即时产品","instant-results-suggestion-label":"{{title}},即时结果","facet-search-input":"搜索","facet-search":"在 {{label}} 分面中搜索值","facet-value":"包含 {{value}} 的包含过滤器; {{formattedCount}} 结果","facet-value_other":"包含 {{value}} 的筛选器; {{formattedCount}} 个结果","facet-value-exclude":"排除过滤器在 {{value}}; {{formattedCount}}个结果","facet-value-exclude_other":"排除过滤器在 {{value}}; {{formattedCount}}个结果","remove-inclusion-filter-on":"移除{{value}}包含过滤器","remove-exclusion-filter-on":"删除{{value}}上的排除过滤器","query-suggestion-list":"搜索建议。选择一个进行搜索。","tab-search":"在{{label}}选项卡中搜索值。","clear":"晴朗","filter-removed":"筛选器已移除","clear-searchbox":"清除搜索框","search-box-cleared":"搜索已清除","recent-search-cleared":"最近的搜索已清除","all-categories":"所有类别","show-all-products":"查看所有产品","show-all-results":"查看所有结果","show-more":"显示较多的值","show-less":"显示较少的值","show-less-facet-values":"显示 {{label}} 特征的较少值","show-more-facet-values":"显示{{label}}属性的更多值","facet-values":"{{label}} 方面的取值","facet-search-results":"在{{label}}维度中找到{{query}}的值","facet-search-results-count":"在{{label}}分类中找到{{count}}个值","facet-search-results-count_other":"{{count}}个值在{{label}}分类中找到","pagination":"分页","next":"下一页","previous":"上一页","page-number":"第{{pageNumber}}页","no-values-found":"未找到任何值。","products-per-page":"每一页的产品","results-per-page":"每一页的结果","sort":"排序","filters":"过滤器","sort-by":"排序方式","relevance":"关联","most-recent":"最新","clear-filters":"清除筛选器","clear-filters_other":"清除{{count}}个筛选器","clear-filters-for-facet":"清除 {{label}} 篩選條件的 {{count}} 個篩選","clear-filters-for-facet_other":"清除{{label}}特性的{{count}}个筛选器","collapse-facet":"收起{{label}}筛选器","expand-facet":"展开{{label}}筛选器","showing-products-of":"产品 {{first}} / {{total}}","showing-results-of":"结果数 {{first}},总数 {{total}}","showing-products-of_other":"产品 {{first}}-{{last}} / {{total}}","showing-results-of_other":"结果数 {{first}}-{{last}},总数 {{total}}","showing-products-of-with-query":"{{query}}的产品{{first}}共{{total}}","showing-results-of-with-query":"结果数 {{first}},总数 {{total}}, 搜索 {{query}}","showing-products-of-with-query_other":"{{query}}的{{total}}的产品{{first}}-{{last}}","showing-results-of-with-query_other":"结果数 {{first}}-{{last}},总数 {{total}}, 搜索 {{query}}","showing-products-of-load-more":"正在显示{{total}}个产品中的{{last}}个","showing-results-of-load-more":"显示{{total}}个结果中的第{{last}}个","load-more-products":"加载更多产品","load-more-results":"加载更多结果","load-all-results":"加载所有结果","collapse-results":"折叠结果","no-documents-related":"没有与此相关的文件。","in-seconds":"用时 {{count}} 秒","in-seconds_other":"用时 {{count}} 秒","no-results-for":"没有找到与 {{query}} 相关的结果","no-results-for-did-you-mean":"没有找到与 {{query}} 相关的结果","showing-products-for":"显示{{query}}的产品","showing-results-for":"显示{{query}}的结果","search-instead-for":"查找替代{{query}}","search-tips":"您可以尝试使用不同的关键字,取消选择过滤器或检查拼写错误。","no-results":"没有结果","more-matches-for":"{{query}}的更多匹配","no-matches-found-for":"没有发现匹配项{{query}}","recent-searches":"最新搜索","clear-recent-searches":"清除最近搜索","cancel-last-action":"取消最后一个动作","cancel":"取消","check-spelling":"检查关键字的拼写。","try-using-fewer-keywords":"尝试使用更少、更常用或不同的关键字。","select-fewer-filters":"选择较少的筛选条件以扩大您的搜索范围。","author":"作者","file-type":"文件类型","language":"语言","source":"源","printable-uri":"结果源路径","collapsed-uri-parts":"折叠的URI部分","disconnected":"无权访问。","check-your-connection":"无法将您的查询发送到以下URL:{{url}}。请验证您的连接。","no-endpoints":"您的组织 {{org}} 没有可用的内容。","invalid-token":"确保令牌是有效的。","add-sources":"添加内容来源或等待您新建的来源完成索引。","coveo-online-help":"Coveo 在线帮助","cannot-access":"您的组织{{org}}无法访问。","something-went-wrong":"服务器出现了错误。","if-problem-persists":"如果问题仍然存在,请联系管理员。","more-info":"更多信息","clear-all-filters":"清除所有筛选条件","n-more":"{{value}} 更多...","show-n-more-filters":"显示 {{value}} 个更多筛选器","query-auto-corrected-to":"查询自动更正为 {{query}}","did-you-mean":"您要找的是不是: {{query}}","close":"关闭","no-label":"无标签","to":"{{- start}} 到 {{- end}}","min":"最小值","max":"马克斯","apply":"应用","yes":"是","no":"不","popover":"{{label}} 方面的弹出式菜单","number-input-minimum":"输入{{label}}属性的最小数字值","number-input-maximum":"输入{{label}}属相的最大数字值","number-input-apply":"为 {{label}} 属性应用自定义数字值","end":"结束","start":"开始","date-input-start":"为 {{label}} 方面输入开始日期","date-input-end":"输入{{label}}特征的结束日期","date-input-apply":"为{{label}}推出自定义的起止日期","date-format-placeholder":"年年年年-月月-日日","past-minute":"一分钟前","past-minute_other":"{{count}}分钟前","past-hour":"过去小时","past-hour_other":"{{count}}小时前","past-day":"昨天","past-day_other":"过去{{count}}天","past-week":"上周","past-week_other":"过去{{count}}周","past-month":"上个月","past-month_other":"过去{{count}}个月","past-quarter":"过去的季度","past-quarter_other":"{{count}}个季度前","past-year":"去年","past-year_other":"{{count}}年前","next-minute":"下一分钟","next-minute_other":"接下来{{count}}分钟","next-hour":"下一个小时","next-hour_other":"接下来{{count}}小时","next-day":"明天","next-day_other":"接下来 {{count}} 天","next-week":"下周","next-week_other":"接下来{{count}}周","next-month":"下个月","next-month_other":"接下来{{count}}个月","next-quarter":"下个季度","next-quarter_other":"下 {{count}} 季度","next-year":"明年","next-year_other":"未来{{count}}年","in":"裡面","under":"{{parent}} 下 {{child}}","preview-result":"预览结果","preview-modal-title":"结果预览","sort-and-filter":"排序和过滤","view-products":"查看产品","view-results":"查看结果","organization-is-paused":"由于不活动,您的 {{org}} 组织已暂停,目前无法搜索。","organization-will-resume":"您的组织正在恢复,并将很快可用。","rating":"评分","and-up":"& 向上","only":"只","loading-products":"正在加载新产品","loading-results":"正在加载新结果","query-suggestions-available-no-query":"有{{count}}个搜索建议可用。","query-suggestions-available-no-query_other":"有{{count}}个搜索建议可用。","query-suggestions-available":"有{{count}}个搜索建议可用:{{query}}。","query-suggestions-available_other":"有{{count}}个搜索建议可用:{{query}}。","query-suggestions-unavailable":"没有搜索建议。","stars":"{{max}}颗星中的一颗","stars_other":"{{max}}星,{{count}}星","stars-only":"仅 {{count}} / {{count}} 颗星","stars-range":"{{count}} 颗星中 {{value}} 颗及以上的","with-colon":"{{text}}:","between-quotations":"“{{text}}”","between-parentheses":"({{text}})","notifications":"通知","notification-n":"通知 {{n}}: {{text}}","smart-snippet":"您的问题的潜在答案","smart-snippet-source":"答案来源","smart-snippet-feedback-inquiry":"这些信息是否有用?","smart-snippet-feedback-thanks":"感谢您的反馈!","smart-snippet-feedback-explain-why":"解释为什么","smart-snippet-feedback-select-reason":"选择原因","details":"詳細信息","feedback-send":"发送","smart-snippet-feedback-reason-does-not-answer":"这根本没有回答我的问题","smart-snippet-feedback-reason-partially-answers":"这只是部分地回答了我的问题","smart-snippet-feedback-reason-was-not-a-question":"我的请求并非意图被视为问题","smart-snippet-feedback-reason-other":"其他","smart-snippet-people-also-ask":"常见问题","edit-insight":"编辑洞察","insight-history":"Insight操作历史","insight-related-cases":"与此案件相关的见解","attach-to-case":"附加到此案件","detach-from-case":"从案件中分离","result-is-attached":"结果已附加到此案件","viewed-by-customer":"客户查看","full-search":"访问完整搜索的按钮","calendar-last-day":"[昨天]","calendar-same-day":"[今天]","calendar-next-day":"[明天]","calendar-next-week":"下周","calendar-last-week":"[上] dddd","approx_year":"大约一年","approx_year_other":"大约{{count}}年前","approx_month":"大约一个月","approx_month_other":"大约{{count}}个月","approx_day":"大约一天","day_other":"约{{count}} 天左右","quickview":"快速查看","keywords-highlight":"關鍵詞突出顯示","minimize":"最小化","quickview-add-word":"添加亮点","quickview-remove-word":"清除高亮","quickview-next":"下一个快速查看","quickview-previous":"上一次快速查看","quickview-toggle-navigation":"切换关键字导航","quickview-navigate-keywords":"在{{keyword}}的{{occurrences}}个出现之间导航","quickview-loading":"正在加载新快速查看","quickview-loaded":"快速查看 {{title}} 结果已加载。共 {{last}} 条结果中的第 {{first}} 条可用。","more":"更多","tab-popover":"弹出式菜单以获取更多选项卡","generating-answer":"生成答案","answer-generated":"生成的答案: {{answer}}","answer-could-not-be-generated":"无法生成答案","generated-answer-hidden":"生成的答案被隐藏","generated-answer-title":"生成的答案","generated-answer-toggle-on":"生成的答案打开","generated-answer-toggle-off":"生成的答案关闭","this-answer-was-helpful":"有用","this-answer-was-not-helpful":"没什么帮助","generated-answer-loading":"寻找答案中...","retry":"重试","retry-stream-message":"哎呀!在生成答案时出错了。","generated-answer-feedback-instructions":"告诉我们生成的答案为什么没有帮助。","irrelevant":"不相關","not-accurate":"不准确","out-of-date":"过时","harmful":"有害的","other":"其他","add-details":"添加详细信息","modal-done":"完成","citations":"引用","copy-generated-answer":"复制答案","generated-answer-copied":"已复制!","failed-to-copy-generated-answer":"无法复制答案","generated-answer-disclaimer":"生成的內容可能包含錯誤。驗證重要信息。","available-in":"可用于:","image-alt-fallback-multiple":"第{{count}}张图片,共{{max}}张,适用于{{itemName}}","image-alt-fallback":"{{itemName}}的图片","image-not-found-alt":"{{itemName}} 无可用图片。","feedback-modal-title":"帮助我们提高!","skip":"跳过","generated-answer-feedback-link":"链接到正确的答案","generated-answer-additional-notes":"附加说明","feedback-hallucination-free":"答案是否没有幻觉内容?","feedback-readable":"答案可读吗?","required-fields-error":"该字段是必填项。","generated-answer-feedback-success":"谢谢!您的反馈将帮助我们改善生成的答案。","additional-feedback":"提供额外反馈","answer-evaluation":"答复评估","generated-answer-send-feedback":"发送反馈","add-notes":"添加笔记","unknown":"不确定","feedback-correct-topic":"答案是关于正确的主题吗?","feedback-documented":"问题可以通过文档得到解答吗?","required-fields":"必填字段","ticket-created":"门票已创建","more-actions-in-session":"在此会话中{{count}}个更多的动作","more-actions-in-session_other":"此会话中有{{count}}个更多的操作","user-actions":"用户操作","no-user-actions-available":"没有可用的用户操作","no-user-actions-associated-with-params":"没有与用户id相关联的用户操作,或者案例太老无法检测到相关操作。","hide-preceding-sessions":"隐藏前面的会话","show-preceding-sessions":"显示前面的会议","hide-following-sessions":"隐藏以下会话","show-following-sessions":"显示以下会议","empty-search":"空的搜索","no-products":"没有产品","no-products-for":"我们找不到任何产品为{{query}}","results-loaded":"结果已加载。","pager-page-loaded":"第{{page}}页已加载","refine-modal-content":"筛选和排序选项","user-actions-content":"用户操作时间线","ask-follow-up":"提出一个后续问题","submit-follow-up":"提交后续问题","ipx-body-content":"内容区域"}
|
|
1
|
+
{"search":"搜索","no-title":"无标题","search-ellipsis":"搜索...","left":"左","right":"右","search-box":"执行搜索的输入字段。插入查询。要发送,请按Enter。","search-box-with-suggestions":"带建议的搜索栏。在有焦点的情况下开始导航建议,按下方向键。按 Enter 发送。","search-box-with-suggestions-macos":"带有建议的搜索栏。建议可能在此字段下可用。要发送,请按Enter。","search-box-with-suggestions-keyboardless":"带建议的搜索框。建议可能在此字段下方。要发送,请按Enter。","search-suggestions-single-list":"搜索建议。要在建议之间导航,请按上箭头或下箭头。要选择建议,请按 Enter。","search-suggestions-double-list":"两个搜索框建议列表并排显示。要在建议之间导航,请按上箭头或下箭头。要在两个列表之间切换,请按左箭头或右箭头。要选择要建议,请按Enter。","search-suggestion-single-list":"{{label}}。{{position}} / {{count}}。","search-suggestion-double-list":"{{label}}。{{position}} of {{count}}。在{{side}}列表中。","search-suggestion-button":"{{label}}。按钮","search-disabled":"输入至少{{length}}个字符的查询以启用搜索。","query-suggestion-label":"推荐的搜索查询:“{{query}}”","recent-query-suggestion-label":"最近搜索 \"{{query}}\"","instant-products-suggestion-label":"{{title}},即时产品","instant-results-suggestion-label":"{{title}},即时结果","facet-search-input":"搜索","facet-search":"在 {{label}} 分面中搜索值","facet-value":"包含 {{value}} 的包含过滤器; {{formattedCount}} 结果","facet-value_other":"包含 {{value}} 的筛选器; {{formattedCount}} 个结果","facet-value-exclude":"排除过滤器在 {{value}}; {{formattedCount}}个结果","facet-value-exclude_other":"排除过滤器在 {{value}}; {{formattedCount}}个结果","remove-inclusion-filter-on":"移除{{value}}包含过滤器","remove-exclusion-filter-on":"删除{{value}}上的排除过滤器","query-suggestion-list":"搜索建议。选择一个进行搜索。","tab-search":"在{{label}}选项卡中搜索值。","clear":"晴朗","filter-removed":"筛选器已移除","clear-searchbox":"清除搜索框","search-box-cleared":"搜索已清除","recent-search-cleared":"最近的搜索已清除","all-categories":"所有类别","show-all-products":"查看所有产品","show-all-results":"查看所有结果","show-more":"显示较多的值","show-less":"显示较少的值","show-less-facet-values":"显示 {{label}} 特征的较少值","show-more-facet-values":"显示{{label}}属性的更多值","facet-values":"{{label}} 方面的取值","facet-search-results":"在{{label}}维度中找到{{query}}的值","facet-search-results-count":"在{{label}}分类中找到{{count}}个值","facet-search-results-count_other":"{{count}}个值在{{label}}分类中找到","pagination":"分页","next":"下一页","previous":"上一页","page-number":"第{{pageNumber}}页","no-values-found":"未找到任何值。","products-per-page":"每一页的产品","results-per-page":"每一页的结果","sort":"排序","filters":"过滤器","sort-by":"排序方式","relevance":"关联","most-recent":"最新","clear-filters":"清除筛选器","clear-filters_other":"清除{{count}}个筛选器","clear-filters-for-facet":"清除 {{label}} 篩選條件的 {{count}} 個篩選","clear-filters-for-facet_other":"清除{{label}}特性的{{count}}个筛选器","collapse-facet":"收起{{label}}筛选器","expand-facet":"展开{{label}}筛选器","showing-products-of":"产品 {{first}} / {{total}}","showing-results-of":"结果数 {{first}},总数 {{total}}","showing-products-of_other":"产品 {{first}}-{{last}} / {{total}}","showing-results-of_other":"结果数 {{first}}-{{last}},总数 {{total}}","showing-products-of-with-query":"{{query}}的产品{{first}}共{{total}}","showing-results-of-with-query":"结果数 {{first}},总数 {{total}}, 搜索 {{query}}","showing-products-of-with-query_other":"{{query}}的{{total}}的产品{{first}}-{{last}}","showing-results-of-with-query_other":"结果数 {{first}}-{{last}},总数 {{total}}, 搜索 {{query}}","showing-products-of-load-more":"正在显示{{total}}个产品中的{{last}}个","showing-results-of-load-more":"显示{{total}}个结果中的第{{last}}个","load-more-products":"加载更多产品","load-more-results":"加载更多结果","load-all-results":"加载所有结果","collapse-results":"折叠结果","no-documents-related":"没有与此相关的文件。","in-seconds":"用时 {{count}} 秒","in-seconds_other":"用时 {{count}} 秒","no-results-for":"没有找到与 {{query}} 相关的结果","no-results-for-did-you-mean":"没有找到与 {{query}} 相关的结果","showing-products-for":"显示{{query}}的产品","showing-results-for":"显示{{query}}的结果","search-instead-for":"查找替代{{query}}","search-tips":"您可以尝试使用不同的关键字,取消选择过滤器或检查拼写错误。","no-results":"没有结果","more-matches-for":"{{query}}的更多匹配","no-matches-found-for":"没有发现匹配项{{query}}","recent-searches":"最新搜索","clear-recent-searches":"清除最近搜索","cancel-last-action":"取消最后一个动作","cancel":"取消","check-spelling":"检查关键字的拼写。","try-using-fewer-keywords":"尝试使用更少、更常用或不同的关键字。","select-fewer-filters":"选择较少的筛选条件以扩大您的搜索范围。","author":"作者","file-type":"文件类型","language":"语言","source":"源","printable-uri":"结果源路径","collapsed-uri-parts":"折叠的URI部分","disconnected":"无权访问。","check-your-connection":"无法将您的查询发送到以下URL:{{url}}。请验证您的连接。","no-endpoints":"您的组织 {{org}} 没有可用的内容。","invalid-token":"确保令牌是有效的。","add-sources":"添加内容来源或等待您新建的来源完成索引。","coveo-online-help":"Coveo 在线帮助","cannot-access":"您的组织{{org}}无法访问。","something-went-wrong":"服务器出现了错误。","if-problem-persists":"如果问题仍然存在,请联系管理员。","more-info":"更多信息","clear-all-filters":"清除所有筛选条件","n-more":"{{value}} 更多...","show-n-more-filters":"显示 {{value}} 个更多筛选器","query-auto-corrected-to":"查询自动更正为 {{query}}","did-you-mean":"您要找的是不是: {{query}}","close":"关闭","no-label":"无标签","to":"{{- start}} 到 {{- end}}","min":"最小值","max":"马克斯","apply":"应用","yes":"是","no":"不","popover":"{{label}} 方面的弹出式菜单","number-input-minimum":"输入{{label}}属性的最小数字值","number-input-maximum":"输入{{label}}属相的最大数字值","number-input-apply":"为 {{label}} 属性应用自定义数字值","end":"结束","start":"开始","date-input-start":"为 {{label}} 方面输入开始日期","date-input-end":"输入{{label}}特征的结束日期","date-input-apply":"为{{label}}推出自定义的起止日期","date-format-placeholder":"年年年年-月月-日日","past-minute":"一分钟前","past-minute_other":"{{count}}分钟前","past-hour":"过去小时","past-hour_other":"{{count}}小时前","past-day":"昨天","past-day_other":"过去{{count}}天","past-week":"上周","past-week_other":"过去{{count}}周","past-month":"上个月","past-month_other":"过去{{count}}个月","past-quarter":"过去的季度","past-quarter_other":"{{count}}个季度前","past-year":"去年","past-year_other":"{{count}}年前","next-minute":"下一分钟","next-minute_other":"接下来{{count}}分钟","next-hour":"下一个小时","next-hour_other":"接下来{{count}}小时","next-day":"明天","next-day_other":"接下来 {{count}} 天","next-week":"下周","next-week_other":"接下来{{count}}周","next-month":"下个月","next-month_other":"接下来{{count}}个月","next-quarter":"下个季度","next-quarter_other":"下 {{count}} 季度","next-year":"明年","next-year_other":"未来{{count}}年","in":"裡面","under":"{{parent}} 下 {{child}}","preview-result":"预览结果","preview-modal-title":"结果预览","sort-and-filter":"排序和过滤","view-products":"查看产品","view-results":"查看结果","organization-is-paused":"由于不活动,您的 {{org}} 组织已暂停,目前无法搜索。","organization-will-resume":"您的组织正在恢复,并将很快可用。","rating":"评分","and-up":"& 向上","only":"只","loading-products":"正在加载新产品","loading-results":"正在加载新结果","query-suggestions-available-no-query":"有{{count}}个搜索建议可用。","query-suggestions-available-no-query_other":"有{{count}}个搜索建议可用。","query-suggestions-available":"有{{count}}个搜索建议可用:{{query}}。","query-suggestions-available_other":"有{{count}}个搜索建议可用:{{query}}。","query-suggestions-unavailable":"没有搜索建议。","stars":"{{max}}颗星中的一颗","stars_other":"{{max}}星,{{count}}星","stars-only":"仅 {{count}} / {{count}} 颗星","stars-range":"{{count}} 颗星中 {{value}} 颗及以上的","with-colon":"{{text}}:","between-quotations":"“{{text}}”","between-parentheses":"({{text}})","notifications":"通知","notification-n":"通知 {{n}}: {{text}}","smart-snippet":"您的问题的潜在答案","smart-snippet-source":"答案来源","smart-snippet-feedback-inquiry":"这些信息是否有用?","smart-snippet-feedback-thanks":"感谢您的反馈!","smart-snippet-feedback-explain-why":"解释为什么","smart-snippet-feedback-select-reason":"选择原因","details":"詳細信息","feedback-send":"发送","smart-snippet-feedback-reason-does-not-answer":"这根本没有回答我的问题","smart-snippet-feedback-reason-partially-answers":"这只是部分地回答了我的问题","smart-snippet-feedback-reason-was-not-a-question":"我的请求并非意图被视为问题","smart-snippet-feedback-reason-other":"其他","smart-snippet-people-also-ask":"常见问题","edit-insight":"编辑洞察","insight-history":"Insight操作历史","insight-related-cases":"与此案件相关的见解","attach-to-case":"附加到此案件","detach-from-case":"从案件中分离","result-is-attached":"结果已附加到此案件","viewed-by-customer":"客户查看","full-search":"访问完整搜索的按钮","calendar-last-day":"[昨天]","calendar-same-day":"[今天]","calendar-next-day":"[明天]","calendar-next-week":"下周","calendar-last-week":"[上] dddd","approx_year":"大约一年","approx_year_other":"大约{{count}}年前","approx_month":"大约一个月","approx_month_other":"大约{{count}}个月","approx_day":"大约一天","day_other":"约{{count}} 天左右","quickview":"快速查看","keywords-highlight":"關鍵詞突出顯示","minimize":"最小化","quickview-add-word":"添加亮点","quickview-remove-word":"清除高亮","quickview-next":"下一个快速查看","quickview-previous":"上一次快速查看","quickview-toggle-navigation":"切换关键字导航","quickview-navigate-keywords":"在{{keyword}}的{{occurrences}}个出现之间导航","quickview-loading":"正在加载新快速查看","quickview-loaded":"快速查看 {{title}} 结果已加载。共 {{last}} 条结果中的第 {{first}} 条可用。","more":"更多","tab-popover":"弹出式菜单以获取更多选项卡","generating-answer":"生成答案","answer-generated":"生成的答案: {{answer}}","answer-could-not-be-generated":"无法生成答案","generated-answer-hidden":"生成的答案被隐藏","generated-answer-title":"生成的答案","generated-answer-toggle-on":"生成的答案打开","generated-answer-toggle-off":"生成的答案关闭","this-answer-was-helpful":"有用","this-answer-was-not-helpful":"没什么帮助","generated-answer-loading":"寻找答案中...","retry":"重试","retry-stream-message":"哎呀!在生成答案时出错了。","generated-answer-feedback-instructions":"告诉我们生成的答案为什么没有帮助。","irrelevant":"不相關","not-accurate":"不准确","out-of-date":"过时","harmful":"有害的","other":"其他","add-details":"添加详细信息","modal-done":"完成","citations":"引用","copy-generated-answer":"复制答案","generated-answer-copied":"已复制!","failed-to-copy-generated-answer":"无法复制答案","generated-answer-disclaimer":"生成的內容可能包含錯誤。驗證重要信息。","available-in":"可用于:","image-alt-fallback-multiple":"第{{count}}张图片,共{{max}}张,适用于{{itemName}}","image-alt-fallback":"{{itemName}}的图片","image-not-found-alt":"{{itemName}} 无可用图片。","feedback-modal-title":"帮助我们提高!","skip":"跳过","generated-answer-feedback-link":"链接到正确的答案","generated-answer-additional-notes":"附加说明","feedback-hallucination-free":"答案是否没有幻觉内容?","feedback-readable":"答案可读吗?","required-fields-error":"该字段是必填项。","generated-answer-feedback-success":"谢谢!您的反馈将帮助我们改善生成的答案。","additional-feedback":"提供额外反馈","answer-evaluation":"答复评估","generated-answer-send-feedback":"发送反馈","add-notes":"添加笔记","unknown":"不确定","feedback-correct-topic":"答案是关于正确的主题吗?","feedback-documented":"问题可以通过文档得到解答吗?","required-fields":"必填字段","ticket-created":"门票已创建","more-actions-in-session":"在此会话中{{count}}个更多的动作","more-actions-in-session_other":"此会话中有{{count}}个更多的操作","user-actions":"用户操作","no-user-actions-available":"没有可用的用户操作","no-user-actions-associated-with-params":"没有与用户id相关联的用户操作,或者案例太老无法检测到相关操作。","hide-preceding-sessions":"隐藏前面的会话","show-preceding-sessions":"显示前面的会议","hide-following-sessions":"隐藏以下会话","show-following-sessions":"显示以下会议","empty-search":"空的搜索","no-products":"没有产品","no-products-for":"我们找不到任何产品为{{query}}","results-loaded":"结果已加载。","pager-page-loaded":"第{{page}}页已加载","refine-modal-content":"筛选和排序选项","user-actions-content":"用户操作时间线","ask-follow-up":"提出一个后续问题","show-previous-questions":"显示之前的问题 ({{count}})","submit-follow-up":"提交后续问题","generated-answer-error-generic":"生成答案时出错。请稍后再试。","ipx-body-content":"内容区域","agent-generation-step-search":"正在搜索相关结果...","agent-generation-step-think":"正在思考..."}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const e="atomic";const t={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:false,cmpDidRender:false,cmpDidUnload:false,cmpDidUpdate:false,cmpShouldUpdate:false,cmpWillLoad:false,cmpWillRender:false,cmpWillUpdate:false,connectedCallback:false,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:false,element:false,event:false,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:false,hostListener:false,hostListenerTarget:false,hostListenerTargetBody:false,hostListenerTargetDocument:false,hostListenerTargetParent:false,hostListenerTargetWindow:false,hotModuleReplacement:false,hydrateClientSide:false,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,hydratedSelectorName:"hydrated",initializeNextTick:false,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:false,lifecycleDOMEvents:false,member:false,method:false,mode:false,observeAttribute:false,profile:false,prop:false,propBoolean:false,propMutable:false,propNumber:false,propString:false,reflect:false,scoped:false,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:false,slot:false,slotChildNodesFix:false,slotRelocation:false,state:false,style:false,svg:false,taskQueue:true,transformTagName:false,updatable:false,vdomAttribute:false,vdomClass:false,vdomFunctional:false,vdomKey:false,vdomListener:false,vdomPropOrAttr:false,vdomRef:false,vdomRender:false,vdomStyle:false,vdomText:false,vdomXlink:false,watchCallback:false};var s=Object.defineProperty;var a=(e,t)=>{for(var a in t)s(e,a,{get:t[a],enumerable:true})};var r=new WeakMap;var n=e=>r.get(e);var l=(e,t)=>{const s={t:0,$hostElement$:e,l:t,o:new Map};{s.i=new Promise((e=>s.u=e));e["s-p"]=[];e["s-rc"]=[]}return r.set(e,s)};var o=(e,t)=>(0,console.error)(e,t);var i=new Map;var f=(e,t,s)=>{const a=e.v.replace(/-/g,"_");const r=e.m;if(!r){return void 0}const n=i.get(r);if(n){return n[a]}
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${r}.entry.js${""}`).then((e=>{{i.set(r,e)}return e[a]}),o)};var c="{visibility:hidden}.hydrated{visibility:inherit}";var d="slot-fb{display:contents}slot-fb[hidden]{display:none}";var u=typeof window!=="undefined"?window:{};var v=u.document||{head:{}};var m={t:0,p:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,s,a)=>e.addEventListener(t,s,a),rel:(e,t,s,a)=>e.removeEventListener(t,s,a),ce:(e,t)=>new CustomEvent(e,t)};var p=e=>Promise.resolve(e);var h=false;var y=[];var w=[];var b=(e,t)=>s=>{e.push(s);if(!h){h=true;if(t&&m.t&4){C(g)}else{m.raf(g)}}};var $=e=>{for(let t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){o(e)}}e.length=0};var g=()=>{$(y);{$(w);if(h=y.length>0){m.raf(g)}}};var C=e=>p().then(e);var S=b(w,true);function k(e){var t,s,a;return(a=(s=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:s.getAttribute("content"))!=null?a:void 0}var x={};a(x,{err:()=>L,map:()=>D,ok:()=>T,unwrap:()=>F,unwrapErr:()=>R});var T=e=>({isOk:true,isErr:false,value:e});var L=e=>({isOk:false,isErr:true,value:e});function D(e,t){if(e.isOk){const s=t(e.value);if(s instanceof Promise){return s.then((e=>T(e)))}else{return T(s)}}if(e.isErr){const t=e.value;return L(t)}throw"should never get here"}var F=e=>{if(e.isOk){return e.value}else{throw e.value}};var R=e=>{if(e.isErr){return e.value}else{throw e.value}};var E=(e,t="")=>{{return()=>{}}};var M=(e,t)=>{{return()=>{}}};var P=(e,t,s)=>{const a=m.ce(t,s);e.dispatchEvent(a);return a};var O=(e,t)=>{if(t&&!e.h&&t["s-p"]){t["s-p"].push(new Promise((t=>e.h=t)))}};var U=(e,t)=>{if(e.t&4){e.t|=512;return}O(e,e.$);const s=()=>A(e);return S(s)};var A=(e,t)=>{const s=e.$hostElement$;const a=E("scheduleUpdate",e.l.v);const r=e.C;if(!r){throw new Error(`Can't render component <${s.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`)}let n;a();return N(n,(()=>W(e,r)))};var N=(e,t)=>j(e)?e.then(t).catch((e=>{console.error(e);t()})):t();var j=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var W=async(e,t,s)=>{var a;const r=e.$hostElement$;const n=E("update",e.l.v);const l=r["s-rc"];const o=E("render",e.l.v);{z(e,t)}if(l){l.map((e=>e()));r["s-rc"]=void 0}o();n();{const t=(a=r["s-p"])!=null?a:[];const s=()=>B(e);if(t.length===0){s()}else{Promise.all(t).then(s);e.t|=4;t.length=0}}};var z=(e,t,s,a)=>{try{t=t.render();{e.t|=2}}catch(t){o(t,e.$hostElement$)}return null};var B=e=>{const t=e.l.v;const s=e.$hostElement$;const a=E("postUpdate",t);const r=e.$;if(!(e.t&64)){e.t|=64;{q(s)}a();{e.u(s);if(!r){Q()}}}else{a()}{if(e.h){e.h();e.h=void 0}if(e.t&512){C((()=>U(e)))}e.t&=~(4|512)}};var Q=t=>{{q(v.documentElement)}C((()=>P(u,"appload",{detail:{namespace:e}})))};var q=e=>{var s;return e.classList.add((s=t.hydratedSelectorName)!=null?s:"hydrated")};var H=(e,t,s)=>e;var I=async(e,t,s,a)=>{let r;if((t.t&32)===0){t.t|=32;const a=s.m;if(a){const e=f(s);if(e&&"then"in e){const t=M();r=await e;t()}else{r=e}if(!r){throw new Error(`Constructor for "${s.v}#${t.S}" was not found`)}const a=E("createInstance",s.v);try{new r(t)}catch(e){o(e)}a()}else{r=e.constructor;const s=e.localName;customElements.whenDefined(s).then((()=>t.t|=128))}}const n=t.$;const l=()=>U(t);if(n&&n["s-rc"]){n["s-rc"].push(l)}else{l()}};var K=e=>{};var V=e=>{if((m.t&1)===0){const t=n(e);const s=t.l;const a=E("connectedCallback",s.v);if(!(t.t&1)){t.t|=1;{let s=e;while(s=s.parentNode||s.host){if(s["s-p"]){O(t,t.$=s);break}}}{I(e,t,s)}}else{if(t==null?void 0:t.C);else if(t==null?void 0:t.i){t.i.then((()=>K()))}}a()}};var X=e=>{};var _=async e=>{if((m.t&1)===0){const t=n(e);if(t==null?void 0:t.C);else if(t==null?void 0:t.i){t.i.then((()=>X()))}}};var G=(e,t={})=>{var s;const a=E();const r=[];const o=t.exclude||[];const i=u.customElements;const f=v.head;const p=f.querySelector("meta[charset]");const h=v.createElement("style");const y=[];let w;let b=true;Object.assign(m,t);m.p=new URL(t.resourcesUrl||"./",v.baseURI).href;let $=false;e.map((e=>{e[1].map((t=>{const s={t:t[0],v:t[1],k:t[2],T:t[3]};if(s.t&4){$=true}const a=s.v;const f=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;l(e,s)}connectedCallback(){n(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true}if(w){clearTimeout(w);w=null}if(b){y.push(this)}else{m.jmp((()=>V(this)))}}disconnectedCallback(){m.jmp((()=>_(this)))}componentOnReady(){return n(this).i}};s.m=e[0];if(!o.includes(a)&&!i.get(a)){r.push(a);i.define(a,H(f))}}))}));if(r.length>0){if($){h.textContent+=d}{h.textContent+=r.sort()+c}if(h.innerHTML.length){h.setAttribute("data-styles","");const e=(s=m.L)!=null?s:k(v);if(e!=null){h.setAttribute("nonce",e)}f.insertBefore(h,p?p.nextSibling:f.firstChild)}}b=false;if(y.length){y.map((e=>e.connectedCallback()))}else{{m.jmp((()=>w=setTimeout(Q,30)))}}a()};var J=e=>m.L=e;const Y=()=>{};export{G as b,Y as g,p,J as s};
|
|
3
|
+
//# sourceMappingURL=p-998f7983.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["NAMESPACE","BUILD","allRenderFn","appendChildSlotFix","asyncLoading","asyncQueue","attachStyles","cloneNodeFix","cmpDidLoad","cmpDidRender","cmpDidUnload","cmpDidUpdate","cmpShouldUpdate","cmpWillLoad","cmpWillRender","cmpWillUpdate","connectedCallback","constructableCSS","cssAnnotations","devTools","disconnectedCallback","element","event","experimentalScopedSlotChanges","experimentalSlotFixes","formAssociated","hasRenderFn","hostListener","hostListenerTarget","hostListenerTargetBody","hostListenerTargetDocument","hostListenerTargetParent","hostListenerTargetWindow","hotModuleReplacement","hydrateClientSide","hydrateServerSide","hydratedAttribute","hydratedClass","hydratedSelectorName","initializeNextTick","invisiblePrehydration","isDebug","isDev","isTesting","lazyLoad","lifecycle","lifecycleDOMEvents","member","method","mode","observeAttribute","profile","prop","propBoolean","propMutable","propNumber","propString","reflect","scoped","scopedSlotTextContentFix","scriptDataOpts","shadowDelegatesFocus","shadowDom","slot","slotChildNodesFix","slotRelocation","state","style","svg","taskQueue","transformTagName","updatable","vdomAttribute","vdomClass","vdomFunctional","vdomKey","vdomListener","vdomPropOrAttr","vdomRef","vdomRender","vdomStyle","vdomText","vdomXlink","watchCallback","__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","hostRefs","WeakMap","getHostRef","ref","registerHost","hostElement","cmpMeta","hostRef","$flags$","$hostElement$","$cmpMeta$","$instanceValues$","Map","$onReadyPromise$","Promise","r","$onReadyResolve$","set","consoleError","e","el","console","error","cmpModules","loadModule","hmrVersionId","exportName","$tagName$","replace","bundleId","$lazyBundleId$","module","import","then","importedModule","HYDRATED_CSS","SLOT_FB_CSS","win","window","doc","document","head","plt","$resourcesUrl$","jmp","h2","raf","requestAnimationFrame","ael","eventName","listener","opts","addEventListener","rel","removeEventListener","ce","CustomEvent","promiseResolve","v","resolve","queuePending","queueDomReads","queueDomWrites","queueTask","queue","write","cb","push","nextTick","flush","consume","i2","length","performance","now","writeTask","queryNonceMetaTagContent","doc2","_a","_b","_c","querySelector","getAttribute","result_exports","err","map","ok","unwrap","unwrapErr","value","isOk","isErr","result","fn","val","newVal","createTime","fnName","tagName","uniqueTime","key","measureText","emitEvent","elm","ev","dispatchEvent","attachToAncestor","ancestorComponent","$onRenderResolve$","scheduleUpdate","isInitialLoad","$ancestorComponent$","dispatch","dispatchHooks","endSchedule","instance","$lazyInstance$","Error","toLowerCase","maybePromise","enqueue","updateComponent","isPromisey","catch","err2","async","endUpdate","rc","endRender","callRender","childrenPromises","postUpdate","postUpdateComponent","render","endPostUpdate","addHydratedFlag","appDidLoad","who","documentElement","detail","namespace","classList","add","BUILD17","proxyComponent","Cstr","flags","initializeComponent","CstrImport","endLoad","$modeName$","endNewInstance","constructor","cmpTag","localName","customElements","whenDefined","schedule","fireConnectedCallback","endConnected","parentNode","host","disconnectInstance","bootstrapLazy","lazyBundles","options","endBootstrap","cmpTags","exclude","customElements2","metaCharset","dataStyles","createElement","deferredConnectedCallbacks","appLoadFallback","isBootstrapping","assign","URL","resourcesUrl","baseURI","href","hasSlotRelocation","lazyBundle","compactMeta","$members$","$listeners$","HostElement","HTMLElement","self","super","this","hasRegisteredEventListeners","clearTimeout","componentOnReady","includes","define","textContent","sort","innerHTML","setAttribute","nonce","$nonce$","insertBefore","nextSibling","firstChild","setTimeout","setNonce","globalScripts"],"sources":["@stencil/core/internal/app-data","../../node_modules/.pnpm/@stencil+core@4.20.0_patch_hash=2123526aa2d364115336a3e2011c3176111fbe4942b3c2eef9ab94d76e6c18f9/node_modules/@stencil/core/internal/client/index.js?app-data=conditional","@stencil/core/internal/app-globals"],"sourcesContent":["export const NAMESPACE = 'atomic';\nexport const BUILD = /* atomic */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: false, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: false, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: false, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: \"hydrated\", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: false, lifecycleDOMEvents: false, member: false, method: false, mode: false, observeAttribute: false, profile: false, prop: false, propBoolean: false, propMutable: false, propNumber: false, propString: false, reflect: false, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: false, slot: false, slotChildNodesFix: false, slotRelocation: false, state: false, style: false, svg: false, taskQueue: true, transformTagName: false, updatable: false, vdomAttribute: false, vdomClass: false, vdomFunctional: false, vdomKey: false, vdomListener: false, vdomPropOrAttr: false, vdomRef: false, vdomRender: false, vdomStyle: false, vdomText: false, vdomXlink: false, watchCallback: false };\nexport const Env = /* atomic */ {};\n","/*\n Stencil Client Platform v4.20.0 | MIT Licensed | https://stenciljs.com\n */\nvar __defProp = Object.defineProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\n\n// src/client/client-build.ts\nimport { BUILD } from \"@stencil/core/internal/app-data\";\nvar Build = {\n isDev: BUILD.isDev ? true : false,\n isBrowser: true,\n isServer: false,\n isTesting: BUILD.isTesting ? true : false\n};\n\n// src/client/client-host-ref.ts\nimport { BUILD as BUILD2 } from \"@stencil/core/internal/app-data\";\nvar hostRefs = BUILD2.hotModuleReplacement ? window.__STENCIL_HOSTREFS__ || (window.__STENCIL_HOSTREFS__ = /* @__PURE__ */ new WeakMap()) : /* @__PURE__ */ new WeakMap();\nvar getHostRef = (ref) => hostRefs.get(ref);\nvar registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);\nvar registerHost = (hostElement, cmpMeta) => {\n const hostRef = {\n $flags$: 0,\n $hostElement$: hostElement,\n $cmpMeta$: cmpMeta,\n $instanceValues$: /* @__PURE__ */ new Map()\n };\n if (BUILD2.isDev) {\n hostRef.$renderCount$ = 0;\n }\n if (BUILD2.method && BUILD2.lazyLoad) {\n hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);\n }\n if (BUILD2.asyncLoading) {\n hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);\n hostElement[\"s-p\"] = [];\n hostElement[\"s-rc\"] = [];\n }\n return hostRefs.set(hostElement, hostRef);\n};\nvar isMemberInElement = (elm, memberName) => memberName in elm;\n\n// src/client/client-load-module.ts\nimport { BUILD as BUILD4 } from \"@stencil/core/internal/app-data\";\n\n// src/client/client-log.ts\nimport { BUILD as BUILD3 } from \"@stencil/core/internal/app-data\";\nvar customError;\nvar consoleError = (e, el) => (customError || console.error)(e, el);\nvar STENCIL_DEV_MODE = BUILD3.isTesting ? [\"STENCIL:\"] : [\n \"%cstencil\",\n \"color: white;background:#4c47ff;font-weight: bold; font-size:10px; padding:2px 6px; border-radius: 5px\"\n];\nvar consoleDevError = (...m) => console.error(...STENCIL_DEV_MODE, ...m);\nvar consoleDevWarn = (...m) => console.warn(...STENCIL_DEV_MODE, ...m);\nvar consoleDevInfo = (...m) => console.info(...STENCIL_DEV_MODE, ...m);\nvar setErrorHandler = (handler) => customError = handler;\n\n// src/client/client-load-module.ts\nvar cmpModules = /* @__PURE__ */ new Map();\nvar MODULE_IMPORT_PREFIX = \"./\";\nvar loadModule = (cmpMeta, hostRef, hmrVersionId) => {\n const exportName = cmpMeta.$tagName$.replace(/-/g, \"_\");\n const bundleId = cmpMeta.$lazyBundleId$;\n if (BUILD4.isDev && typeof bundleId !== \"string\") {\n consoleDevError(\n `Trying to lazily load component <${cmpMeta.$tagName$}> with style mode \"${hostRef.$modeName$}\", but it does not exist.`\n );\n return void 0;\n } else if (!bundleId) {\n return void 0;\n }\n const module = !BUILD4.hotModuleReplacement ? cmpModules.get(bundleId) : false;\n if (module) {\n return module[exportName];\n }\n /*!__STENCIL_STATIC_IMPORT_SWITCH__*/\n return import(\n /* @vite-ignore */\n /* webpackInclude: /\\.entry\\.js$/ */\n /* webpackExclude: /\\.system\\.entry\\.js$/ */\n /* webpackMode: \"lazy\" */\n `./${bundleId}.entry.js${BUILD4.hotModuleReplacement && hmrVersionId ? \"?s-hmr=\" + hmrVersionId : \"\"}`\n ).then((importedModule) => {\n if (!BUILD4.hotModuleReplacement) {\n cmpModules.set(bundleId, importedModule);\n }\n return importedModule[exportName];\n }, consoleError);\n};\n\n// src/client/client-style.ts\nvar styles = /* @__PURE__ */ new Map();\nvar modeResolutionChain = [];\n\n// src/client/client-task-queue.ts\nimport { BUILD as BUILD6 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/runtime-constants.ts\nvar CONTENT_REF_ID = \"r\";\nvar ORG_LOCATION_ID = \"o\";\nvar SLOT_NODE_ID = \"s\";\nvar TEXT_NODE_ID = \"t\";\nvar HYDRATE_ID = \"s-id\";\nvar HYDRATED_STYLE_ID = \"sty-id\";\nvar HYDRATE_CHILD_ID = \"c-id\";\nvar HYDRATED_CSS = \"{visibility:hidden}.hydrated{visibility:inherit}\";\nvar SLOT_FB_CSS = \"slot-fb{display:contents}slot-fb[hidden]{display:none}\";\nvar XLINK_NS = \"http://www.w3.org/1999/xlink\";\nvar FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS = [\n \"formAssociatedCallback\",\n \"formResetCallback\",\n \"formDisabledCallback\",\n \"formStateRestoreCallback\"\n];\n\n// src/client/client-window.ts\nimport { BUILD as BUILD5 } from \"@stencil/core/internal/app-data\";\nvar win = typeof window !== \"undefined\" ? window : {};\nvar doc = win.document || { head: {} };\nvar H = win.HTMLElement || class {\n};\nvar plt = {\n $flags$: 0,\n $resourcesUrl$: \"\",\n jmp: (h2) => h2(),\n raf: (h2) => requestAnimationFrame(h2),\n ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),\n rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),\n ce: (eventName, opts) => new CustomEvent(eventName, opts)\n};\nvar setPlatformHelpers = (helpers) => {\n Object.assign(plt, helpers);\n};\nvar supportsShadow = BUILD5.shadowDom;\nvar supportsListenerOptions = /* @__PURE__ */ (() => {\n let supportsListenerOptions2 = false;\n try {\n doc.addEventListener(\n \"e\",\n null,\n Object.defineProperty({}, \"passive\", {\n get() {\n supportsListenerOptions2 = true;\n }\n })\n );\n } catch (e) {\n }\n return supportsListenerOptions2;\n})();\nvar promiseResolve = (v) => Promise.resolve(v);\nvar supportsConstructableStylesheets = BUILD5.constructableCSS ? /* @__PURE__ */ (() => {\n try {\n new CSSStyleSheet();\n return typeof new CSSStyleSheet().replaceSync === \"function\";\n } catch (e) {\n }\n return false;\n})() : false;\n\n// src/client/client-task-queue.ts\nvar queueCongestion = 0;\nvar queuePending = false;\nvar queueDomReads = [];\nvar queueDomWrites = [];\nvar queueDomWritesLow = [];\nvar queueTask = (queue, write) => (cb) => {\n queue.push(cb);\n if (!queuePending) {\n queuePending = true;\n if (write && plt.$flags$ & 4 /* queueSync */) {\n nextTick(flush);\n } else {\n plt.raf(flush);\n }\n }\n};\nvar consume = (queue) => {\n for (let i2 = 0; i2 < queue.length; i2++) {\n try {\n queue[i2](performance.now());\n } catch (e) {\n consoleError(e);\n }\n }\n queue.length = 0;\n};\nvar consumeTimeout = (queue, timeout) => {\n let i2 = 0;\n let ts = 0;\n while (i2 < queue.length && (ts = performance.now()) < timeout) {\n try {\n queue[i2++](ts);\n } catch (e) {\n consoleError(e);\n }\n }\n if (i2 === queue.length) {\n queue.length = 0;\n } else if (i2 !== 0) {\n queue.splice(0, i2);\n }\n};\nvar flush = () => {\n if (BUILD6.asyncQueue) {\n queueCongestion++;\n }\n consume(queueDomReads);\n if (BUILD6.asyncQueue) {\n const timeout = (plt.$flags$ & 6 /* queueMask */) === 2 /* appLoaded */ ? performance.now() + 14 * Math.ceil(queueCongestion * (1 / 10)) : Infinity;\n consumeTimeout(queueDomWrites, timeout);\n consumeTimeout(queueDomWritesLow, timeout);\n if (queueDomWrites.length > 0) {\n queueDomWritesLow.push(...queueDomWrites);\n queueDomWrites.length = 0;\n }\n if (queuePending = queueDomReads.length + queueDomWrites.length + queueDomWritesLow.length > 0) {\n plt.raf(flush);\n } else {\n queueCongestion = 0;\n }\n } else {\n consume(queueDomWrites);\n if (queuePending = queueDomReads.length > 0) {\n plt.raf(flush);\n }\n }\n};\nvar nextTick = (cb) => promiseResolve().then(cb);\nvar readTask = /* @__PURE__ */ queueTask(queueDomReads, false);\nvar writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);\n\n// src/client/index.ts\nimport { BUILD as BUILD27, Env, NAMESPACE as NAMESPACE2 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/asset-path.ts\nvar getAssetPath = (path) => {\n const assetUrl = new URL(path, plt.$resourcesUrl$);\n return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;\n};\nvar setAssetPath = (path) => plt.$resourcesUrl$ = path;\n\n// src/runtime/bootstrap-custom-element.ts\nimport { BUILD as BUILD24 } from \"@stencil/core/internal/app-data\";\n\n// src/utils/constants.ts\nvar EMPTY_OBJ = {};\nvar SVG_NS = \"http://www.w3.org/2000/svg\";\nvar HTML_NS = \"http://www.w3.org/1999/xhtml\";\n\n// src/utils/helpers.ts\nvar isDef = (v) => v != null;\nvar isComplexType = (o) => {\n o = typeof o;\n return o === \"object\" || o === \"function\";\n};\n\n// src/utils/query-nonce-meta-tag-content.ts\nfunction queryNonceMetaTagContent(doc2) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc2.head) == null ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) == null ? void 0 : _b.getAttribute(\"content\")) != null ? _c : void 0;\n}\n\n// src/utils/result.ts\nvar result_exports = {};\n__export(result_exports, {\n err: () => err,\n map: () => map,\n ok: () => ok,\n unwrap: () => unwrap,\n unwrapErr: () => unwrapErr\n});\nvar ok = (value) => ({\n isOk: true,\n isErr: false,\n value\n});\nvar err = (value) => ({\n isOk: false,\n isErr: true,\n value\n});\nfunction map(result, fn) {\n if (result.isOk) {\n const val = fn(result.value);\n if (val instanceof Promise) {\n return val.then((newVal) => ok(newVal));\n } else {\n return ok(val);\n }\n }\n if (result.isErr) {\n const value = result.value;\n return err(value);\n }\n throw \"should never get here\";\n}\nvar unwrap = (result) => {\n if (result.isOk) {\n return result.value;\n } else {\n throw result.value;\n }\n};\nvar unwrapErr = (result) => {\n if (result.isErr) {\n return result.value;\n } else {\n throw result.value;\n }\n};\n\n// src/runtime/connected-callback.ts\nimport { BUILD as BUILD21 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/client-hydrate.ts\nimport { BUILD as BUILD9 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/profile.ts\nimport { BUILD as BUILD7 } from \"@stencil/core/internal/app-data\";\nvar i = 0;\nvar createTime = (fnName, tagName = \"\") => {\n if (BUILD7.profile && performance.mark) {\n const key = `st:${fnName}:${tagName}:${i++}`;\n performance.mark(key);\n return () => performance.measure(`[Stencil] ${fnName}() <${tagName}>`, key);\n } else {\n return () => {\n return;\n };\n }\n};\nvar uniqueTime = (key, measureText) => {\n if (BUILD7.profile && performance.mark) {\n if (performance.getEntriesByName(key, \"mark\").length === 0) {\n performance.mark(key);\n }\n return () => {\n if (performance.getEntriesByName(measureText, \"measure\").length === 0) {\n performance.measure(measureText, key);\n }\n };\n } else {\n return () => {\n return;\n };\n }\n};\nvar inspect = (ref) => {\n const hostRef = getHostRef(ref);\n if (!hostRef) {\n return void 0;\n }\n const flags = hostRef.$flags$;\n const hostElement = hostRef.$hostElement$;\n return {\n renderCount: hostRef.$renderCount$,\n flags: {\n hasRendered: !!(flags & 2 /* hasRendered */),\n hasConnected: !!(flags & 1 /* hasConnected */),\n isWaitingForChildren: !!(flags & 4 /* isWaitingForChildren */),\n isConstructingInstance: !!(flags & 8 /* isConstructingInstance */),\n isQueuedForUpdate: !!(flags & 16 /* isQueuedForUpdate */),\n hasInitializedComponent: !!(flags & 32 /* hasInitializedComponent */),\n hasLoadedComponent: !!(flags & 64 /* hasLoadedComponent */),\n isWatchReady: !!(flags & 128 /* isWatchReady */),\n isListenReady: !!(flags & 256 /* isListenReady */),\n needsRerender: !!(flags & 512 /* needsRerender */)\n },\n instanceValues: hostRef.$instanceValues$,\n ancestorComponent: hostRef.$ancestorComponent$,\n hostElement,\n lazyInstance: hostRef.$lazyInstance$,\n vnode: hostRef.$vnode$,\n modeName: hostRef.$modeName$,\n onReadyPromise: hostRef.$onReadyPromise$,\n onReadyResolve: hostRef.$onReadyResolve$,\n onInstancePromise: hostRef.$onInstancePromise$,\n onInstanceResolve: hostRef.$onInstanceResolve$,\n onRenderResolve: hostRef.$onRenderResolve$,\n queuedListeners: hostRef.$queuedListeners$,\n rmListeners: hostRef.$rmListeners$,\n [\"s-id\"]: hostElement[\"s-id\"],\n [\"s-cr\"]: hostElement[\"s-cr\"],\n [\"s-lr\"]: hostElement[\"s-lr\"],\n [\"s-p\"]: hostElement[\"s-p\"],\n [\"s-rc\"]: hostElement[\"s-rc\"],\n [\"s-sc\"]: hostElement[\"s-sc\"]\n };\n};\nvar installDevTools = () => {\n if (BUILD7.devTools) {\n const stencil = win.stencil = win.stencil || {};\n const originalInspect = stencil.inspect;\n stencil.inspect = (ref) => {\n let result = inspect(ref);\n if (!result && typeof originalInspect === \"function\") {\n result = originalInspect(ref);\n }\n return result;\n };\n }\n};\n\n// src/runtime/vdom/h.ts\nimport { BUILD as BUILD8 } from \"@stencil/core/internal/app-data\";\nvar h = (nodeName, vnodeData, ...children) => {\n let child = null;\n let key = null;\n let slotName = null;\n let simple = false;\n let lastSimple = false;\n const vNodeChildren = [];\n const walk = (c) => {\n for (let i2 = 0; i2 < c.length; i2++) {\n child = c[i2];\n if (Array.isArray(child)) {\n walk(child);\n } else if (child != null && typeof child !== \"boolean\") {\n if (simple = typeof nodeName !== \"function\" && !isComplexType(child)) {\n child = String(child);\n } else if (BUILD8.isDev && typeof nodeName !== \"function\" && child.$flags$ === void 0) {\n consoleDevError(`vNode passed as children has unexpected type.\nMake sure it's using the correct h() function.\nEmpty objects can also be the cause, look for JSX comments that became objects.`);\n }\n if (simple && lastSimple) {\n vNodeChildren[vNodeChildren.length - 1].$text$ += child;\n } else {\n vNodeChildren.push(simple ? newVNode(null, child) : child);\n }\n lastSimple = simple;\n }\n }\n };\n walk(children);\n if (vnodeData) {\n if (BUILD8.isDev && nodeName === \"input\") {\n validateInputProperties(vnodeData);\n }\n if (BUILD8.vdomKey && vnodeData.key) {\n key = vnodeData.key;\n }\n if (BUILD8.slotRelocation && vnodeData.name) {\n slotName = vnodeData.name;\n }\n if (BUILD8.vdomClass) {\n const classData = vnodeData.className || vnodeData.class;\n if (classData) {\n vnodeData.class = typeof classData !== \"object\" ? classData : Object.keys(classData).filter((k) => classData[k]).join(\" \");\n }\n }\n }\n if (BUILD8.isDev && vNodeChildren.some(isHost)) {\n consoleDevError(`The <Host> must be the single root component. Make sure:\n- You are NOT using hostData() and <Host> in the same component.\n- <Host> is used once, and it's the single root component of the render() function.`);\n }\n if (BUILD8.vdomFunctional && typeof nodeName === \"function\") {\n return nodeName(\n vnodeData === null ? {} : vnodeData,\n vNodeChildren,\n vdomFnUtils\n );\n }\n const vnode = newVNode(nodeName, null);\n vnode.$attrs$ = vnodeData;\n if (vNodeChildren.length > 0) {\n vnode.$children$ = vNodeChildren;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = key;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = slotName;\n }\n return vnode;\n};\nvar newVNode = (tag, text) => {\n const vnode = {\n $flags$: 0,\n $tag$: tag,\n $text$: text,\n $elm$: null,\n $children$: null\n };\n if (BUILD8.vdomAttribute) {\n vnode.$attrs$ = null;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = null;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = null;\n }\n return vnode;\n};\nvar Host = {};\nvar isHost = (node) => node && node.$tag$ === Host;\nvar vdomFnUtils = {\n forEach: (children, cb) => children.map(convertToPublic).forEach(cb),\n map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)\n};\nvar convertToPublic = (node) => ({\n vattrs: node.$attrs$,\n vchildren: node.$children$,\n vkey: node.$key$,\n vname: node.$name$,\n vtag: node.$tag$,\n vtext: node.$text$\n});\nvar convertToPrivate = (node) => {\n if (typeof node.vtag === \"function\") {\n const vnodeData = { ...node.vattrs };\n if (node.vkey) {\n vnodeData.key = node.vkey;\n }\n if (node.vname) {\n vnodeData.name = node.vname;\n }\n return h(node.vtag, vnodeData, ...node.vchildren || []);\n }\n const vnode = newVNode(node.vtag, node.vtext);\n vnode.$attrs$ = node.vattrs;\n vnode.$children$ = node.vchildren;\n vnode.$key$ = node.vkey;\n vnode.$name$ = node.vname;\n return vnode;\n};\nvar validateInputProperties = (inputElm) => {\n const props = Object.keys(inputElm);\n const value = props.indexOf(\"value\");\n if (value === -1) {\n return;\n }\n const typeIndex = props.indexOf(\"type\");\n const minIndex = props.indexOf(\"min\");\n const maxIndex = props.indexOf(\"max\");\n const stepIndex = props.indexOf(\"step\");\n if (value < typeIndex || value < minIndex || value < maxIndex || value < stepIndex) {\n consoleDevWarn(`The \"value\" prop of <input> should be set after \"min\", \"max\", \"type\" and \"step\"`);\n }\n};\n\n// src/runtime/client-hydrate.ts\nvar initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {\n const endHydrate = createTime(\"hydrateClient\", tagName);\n const shadowRoot = hostElm.shadowRoot;\n const childRenderNodes = [];\n const slotNodes = [];\n const shadowRootNodes = BUILD9.shadowDom && shadowRoot ? [] : null;\n const vnode = hostRef.$vnode$ = newVNode(tagName, null);\n if (!plt.$orgLocNodes$) {\n initializeDocumentHydrate(doc.body, plt.$orgLocNodes$ = /* @__PURE__ */ new Map());\n }\n hostElm[HYDRATE_ID] = hostId;\n hostElm.removeAttribute(HYDRATE_ID);\n clientHydrate(vnode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, hostElm, hostId);\n childRenderNodes.map((c) => {\n const orgLocationId = c.$hostId$ + \".\" + c.$nodeId$;\n const orgLocationNode = plt.$orgLocNodes$.get(orgLocationId);\n const node = c.$elm$;\n if (orgLocationNode && supportsShadow && orgLocationNode[\"s-en\"] === \"\") {\n orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);\n }\n if (!shadowRoot) {\n node[\"s-hn\"] = tagName;\n if (orgLocationNode) {\n node[\"s-ol\"] = orgLocationNode;\n node[\"s-ol\"][\"s-nr\"] = node;\n }\n }\n plt.$orgLocNodes$.delete(orgLocationId);\n });\n if (BUILD9.shadowDom && shadowRoot) {\n shadowRootNodes.map((shadowRootNode) => {\n if (shadowRootNode) {\n shadowRoot.appendChild(shadowRootNode);\n }\n });\n }\n endHydrate();\n};\nvar clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node, hostId) => {\n let childNodeType;\n let childIdSplt;\n let childVNode;\n let i2;\n if (node.nodeType === 1 /* ElementNode */) {\n childNodeType = node.getAttribute(HYDRATE_CHILD_ID);\n if (childNodeType) {\n childIdSplt = childNodeType.split(\".\");\n if (childIdSplt[0] === hostId || childIdSplt[0] === \"0\") {\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[0],\n $nodeId$: childIdSplt[1],\n $depth$: childIdSplt[2],\n $index$: childIdSplt[3],\n $tag$: node.tagName.toLowerCase(),\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $text$: null\n };\n childRenderNodes.push(childVNode);\n node.removeAttribute(HYDRATE_CHILD_ID);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n parentVNode = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n }\n if (node.shadowRoot) {\n for (i2 = node.shadowRoot.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.shadowRoot.childNodes[i2],\n hostId\n );\n }\n }\n for (i2 = node.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.childNodes[i2],\n hostId\n );\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[1] === hostId || childIdSplt[1] === \"0\") {\n childNodeType = childIdSplt[0];\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[1],\n $nodeId$: childIdSplt[2],\n $depth$: childIdSplt[3],\n $index$: childIdSplt[4],\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $tag$: null,\n $text$: null\n };\n if (childNodeType === TEXT_NODE_ID) {\n childVNode.$elm$ = node.nextSibling;\n if (childVNode.$elm$ && childVNode.$elm$.nodeType === 3 /* TextNode */) {\n childVNode.$text$ = childVNode.$elm$.textContent;\n childRenderNodes.push(childVNode);\n node.remove();\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n } else if (childVNode.$hostId$ === hostId) {\n if (childNodeType === SLOT_NODE_ID) {\n childVNode.$tag$ = \"slot\";\n if (childIdSplt[5]) {\n node[\"s-sn\"] = childVNode.$name$ = childIdSplt[5];\n } else {\n node[\"s-sn\"] = \"\";\n }\n node[\"s-sr\"] = true;\n if (BUILD9.shadowDom && shadowRootNodes) {\n childVNode.$elm$ = doc.createElement(childVNode.$tag$);\n if (childVNode.$name$) {\n childVNode.$elm$.setAttribute(\"name\", childVNode.$name$);\n }\n node.parentNode.insertBefore(childVNode.$elm$, node);\n node.remove();\n if (childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n slotNodes.push(childVNode);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n } else if (childNodeType === CONTENT_REF_ID) {\n if (BUILD9.shadowDom && shadowRootNodes) {\n node.remove();\n } else if (BUILD9.slotRelocation) {\n hostElm[\"s-cr\"] = node;\n node[\"s-cn\"] = true;\n }\n }\n }\n }\n } else if (parentVNode && parentVNode.$tag$ === \"style\") {\n const vnode = newVNode(null, node.textContent);\n vnode.$elm$ = node;\n vnode.$index$ = \"0\";\n parentVNode.$children$ = [vnode];\n }\n};\nvar initializeDocumentHydrate = (node, orgLocNodes) => {\n if (node.nodeType === 1 /* ElementNode */) {\n let i2 = 0;\n if (node.shadowRoot) {\n for (; i2 < node.shadowRoot.childNodes.length; i2++) {\n initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);\n }\n }\n for (i2 = 0; i2 < node.childNodes.length; i2++) {\n initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n const childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[0] === ORG_LOCATION_ID) {\n orgLocNodes.set(childIdSplt[1] + \".\" + childIdSplt[2], node);\n node.nodeValue = \"\";\n node[\"s-en\"] = childIdSplt[3];\n }\n }\n};\n\n// src/runtime/initialize-component.ts\nimport { BUILD as BUILD20 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/mode.ts\nvar computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);\nvar setMode = (handler) => modeResolutionChain.push(handler);\nvar getMode = (ref) => getHostRef(ref).$modeName$;\n\n// src/runtime/proxy-component.ts\nimport { BUILD as BUILD19 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/set-value.ts\nimport { BUILD as BUILD18 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/parse-property-value.ts\nimport { BUILD as BUILD10 } from \"@stencil/core/internal/app-data\";\nvar parsePropertyValue = (propValue, propType) => {\n if (propValue != null && !isComplexType(propValue)) {\n if (BUILD10.propBoolean && propType & 4 /* Boolean */) {\n return propValue === \"false\" ? false : propValue === \"\" || !!propValue;\n }\n if (BUILD10.propNumber && propType & 2 /* Number */) {\n return parseFloat(propValue);\n }\n if (BUILD10.propString && propType & 1 /* String */) {\n return String(propValue);\n }\n return propValue;\n }\n return propValue;\n};\n\n// src/runtime/update-component.ts\nimport { BUILD as BUILD17, NAMESPACE } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/event-emitter.ts\nimport { BUILD as BUILD12 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/element.ts\nimport { BUILD as BUILD11 } from \"@stencil/core/internal/app-data\";\nvar getElement = (ref) => BUILD11.lazyLoad ? getHostRef(ref).$hostElement$ : ref;\n\n// src/runtime/event-emitter.ts\nvar createEvent = (ref, name, flags) => {\n const elm = getElement(ref);\n return {\n emit: (detail) => {\n if (BUILD12.isDev && !elm.isConnected) {\n consoleDevWarn(`The \"${name}\" event was emitted, but the dispatcher node is no longer connected to the dom.`);\n }\n return emitEvent(elm, name, {\n bubbles: !!(flags & 4 /* Bubbles */),\n composed: !!(flags & 2 /* Composed */),\n cancelable: !!(flags & 1 /* Cancellable */),\n detail\n });\n }\n };\n};\nvar emitEvent = (elm, name, opts) => {\n const ev = plt.ce(name, opts);\n elm.dispatchEvent(ev);\n return ev;\n};\n\n// src/runtime/styles.ts\nimport { BUILD as BUILD13 } from \"@stencil/core/internal/app-data\";\nvar rootAppliedStyles = /* @__PURE__ */ new WeakMap();\nvar registerStyle = (scopeId2, cssText, allowCS) => {\n let style = styles.get(scopeId2);\n if (supportsConstructableStylesheets && allowCS) {\n style = style || new CSSStyleSheet();\n if (typeof style === \"string\") {\n style = cssText;\n } else {\n style.replaceSync(cssText);\n }\n } else {\n style = cssText;\n }\n styles.set(scopeId2, style);\n};\nvar addStyle = (styleContainerNode, cmpMeta, mode) => {\n var _a;\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = styles.get(scopeId2);\n if (!BUILD13.attachStyles) {\n return scopeId2;\n }\n styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;\n if (style) {\n if (typeof style === \"string\") {\n styleContainerNode = styleContainerNode.head || styleContainerNode;\n let appliedStyles = rootAppliedStyles.get(styleContainerNode);\n let styleElm;\n if (!appliedStyles) {\n rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());\n }\n if (!appliedStyles.has(scopeId2)) {\n if (BUILD13.hydrateClientSide && styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}=\"${scopeId2}\"]`))) {\n styleElm.innerHTML = style;\n } else {\n styleElm = doc.createElement(\"style\");\n styleElm.innerHTML = style;\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n styleElm.setAttribute(\"nonce\", nonce);\n }\n if ((BUILD13.hydrateServerSide || BUILD13.hotModuleReplacement) && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);\n }\n const injectStyle = (\n /**\n * we render a scoped component\n */\n !(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) || /**\n * we are using shadow dom and render the style tag within the shadowRoot\n */\n cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== \"HEAD\"\n );\n if (injectStyle) {\n styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector(\"link\"));\n }\n }\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n styleElm.innerHTML += SLOT_FB_CSS;\n }\n if (appliedStyles) {\n appliedStyles.add(scopeId2);\n }\n }\n } else if (BUILD13.constructableCSS && !styleContainerNode.adoptedStyleSheets.includes(style)) {\n styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];\n }\n }\n return scopeId2;\n};\nvar attachStyles = (hostRef) => {\n const cmpMeta = hostRef.$cmpMeta$;\n const elm = hostRef.$hostElement$;\n const flags = cmpMeta.$flags$;\n const endAttachStyles = createTime(\"attachStyles\", cmpMeta.$tagName$);\n const scopeId2 = addStyle(\n BUILD13.shadowDom && supportsShadow && elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),\n cmpMeta,\n hostRef.$modeName$\n );\n if ((BUILD13.shadowDom || BUILD13.scoped) && BUILD13.cssAnnotations && flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {\n elm[\"s-sc\"] = scopeId2;\n elm.classList.add(scopeId2 + \"-h\");\n if (BUILD13.scoped && flags & 2 /* scopedCssEncapsulation */) {\n elm.classList.add(scopeId2 + \"-s\");\n }\n }\n endAttachStyles();\n};\nvar getScopeId = (cmp, mode) => \"sc-\" + (BUILD13.mode && mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + \"-\" + mode : cmp.$tagName$);\n\n// src/runtime/vdom/vdom-render.ts\nimport { BUILD as BUILD16 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/update-element.ts\nimport { BUILD as BUILD15 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/set-accessor.ts\nimport { BUILD as BUILD14 } from \"@stencil/core/internal/app-data\";\nvar setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {\n if (oldValue !== newValue) {\n let isProp = isMemberInElement(elm, memberName);\n let ln = memberName.toLowerCase();\n if (BUILD14.vdomClass && memberName === \"class\") {\n const classList = elm.classList;\n const oldClasses = parseClassList(oldValue);\n const newClasses = parseClassList(newValue);\n classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));\n classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));\n } else if (BUILD14.vdomStyle && memberName === \"style\") {\n if (BUILD14.updatable) {\n for (const prop in oldValue) {\n if (!newValue || newValue[prop] == null) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.removeProperty(prop);\n } else {\n elm.style[prop] = \"\";\n }\n }\n }\n }\n for (const prop in newValue) {\n if (!oldValue || newValue[prop] !== oldValue[prop]) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.setProperty(prop, newValue[prop]);\n } else {\n elm.style[prop] = newValue[prop];\n }\n }\n }\n } else if (BUILD14.vdomKey && memberName === \"key\") {\n } else if (BUILD14.vdomRef && memberName === \"ref\") {\n if (newValue) {\n newValue(elm);\n }\n } else if (BUILD14.vdomListener && (BUILD14.lazyLoad ? !isProp : !elm.__lookupSetter__(memberName)) && memberName[0] === \"o\" && memberName[1] === \"n\") {\n if (memberName[2] === \"-\") {\n memberName = memberName.slice(3);\n } else if (isMemberInElement(win, ln)) {\n memberName = ln.slice(2);\n } else {\n memberName = ln[2] + memberName.slice(3);\n }\n if (oldValue || newValue) {\n const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);\n memberName = memberName.replace(CAPTURE_EVENT_REGEX, \"\");\n if (oldValue) {\n plt.rel(elm, memberName, oldValue, capture);\n }\n if (newValue) {\n plt.ael(elm, memberName, newValue, capture);\n }\n }\n } else if (BUILD14.vdomPropOrAttr) {\n const isComplex = isComplexType(newValue);\n if ((isProp || isComplex && newValue !== null) && !isSvg) {\n try {\n if (!elm.tagName.includes(\"-\")) {\n const n = newValue == null ? \"\" : newValue;\n if (memberName === \"list\") {\n isProp = false;\n } else if (oldValue == null || elm[memberName] != n) {\n elm[memberName] = n;\n }\n } else {\n elm[memberName] = newValue;\n }\n } catch (e) {\n }\n }\n let xlink = false;\n if (BUILD14.vdomXlink) {\n if (ln !== (ln = ln.replace(/^xlink\\:?/, \"\"))) {\n memberName = ln;\n xlink = true;\n }\n }\n if (newValue == null || newValue === false) {\n if (newValue !== false || elm.getAttribute(memberName) === \"\") {\n if (BUILD14.vdomXlink && xlink) {\n elm.removeAttributeNS(XLINK_NS, memberName);\n } else {\n elm.removeAttribute(memberName);\n }\n }\n } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {\n newValue = newValue === true ? \"\" : newValue;\n if (BUILD14.vdomXlink && xlink) {\n elm.setAttributeNS(XLINK_NS, memberName, newValue);\n } else {\n elm.setAttribute(memberName, newValue);\n }\n }\n }\n }\n};\nvar parseClassListRegex = /\\s/;\nvar parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);\nvar CAPTURE_EVENT_SUFFIX = \"Capture\";\nvar CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + \"$\");\n\n// src/runtime/vdom/update-element.ts\nvar updateElement = (oldVnode, newVnode, isSvgMode2) => {\n const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;\n const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;\n const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;\n if (BUILD15.updatable) {\n for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {\n if (!(memberName in newVnodeAttrs)) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);\n }\n }\n }\n for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);\n }\n};\nfunction sortedAttrNames(attrNames) {\n return attrNames.includes(\"ref\") ? (\n // we need to sort these to ensure that `'ref'` is the last attr\n [...attrNames.filter((attr) => attr !== \"ref\"), \"ref\"]\n ) : (\n // no need to sort, return the original array\n attrNames\n );\n}\n\n// src/runtime/vdom/vdom-render.ts\nvar scopeId;\nvar contentRef;\nvar hostTagName;\nvar useNativeShadowDom = false;\nvar checkSlotFallbackVisibility = false;\nvar checkSlotRelocate = false;\nvar isSvgMode = false;\nvar createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {\n var _a;\n const newVNode2 = newParentVNode.$children$[childIndex];\n let i2 = 0;\n let elm;\n let childNode;\n let oldVNode;\n if (BUILD16.slotRelocation && !useNativeShadowDom) {\n checkSlotRelocate = true;\n if (newVNode2.$tag$ === \"slot\") {\n if (scopeId) {\n parentElm.classList.add(scopeId + \"-s\");\n }\n newVNode2.$flags$ |= newVNode2.$children$ ? (\n // slot element has fallback content\n // still create an element that \"mocks\" the slot element\n 2 /* isSlotFallback */\n ) : (\n // slot element does not have fallback content\n // create an html comment we'll use to always reference\n // where actual slot content should sit next to\n 1 /* isSlotReference */\n );\n }\n }\n if (BUILD16.isDev && newVNode2.$elm$) {\n consoleDevError(\n `The JSX ${newVNode2.$text$ !== null ? `\"${newVNode2.$text$}\" text` : `\"${newVNode2.$tag$}\" element`} node should not be shared within the same renderer. The renderer caches element lookups in order to improve performance. However, a side effect from this is that the exact same JSX node should not be reused. For more information please see https://stenciljs.com/docs/templating-jsx#avoid-shared-jsx-nodes`\n );\n }\n if (BUILD16.vdomText && newVNode2.$text$ !== null) {\n elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);\n } else if (BUILD16.slotRelocation && newVNode2.$flags$ & 1 /* isSlotReference */) {\n elm = newVNode2.$elm$ = BUILD16.isDebug || BUILD16.hydrateServerSide ? slotReferenceDebugNode(newVNode2) : doc.createTextNode(\"\");\n } else {\n if (BUILD16.svg && !isSvgMode) {\n isSvgMode = newVNode2.$tag$ === \"svg\";\n }\n elm = newVNode2.$elm$ = BUILD16.svg ? doc.createElementNS(\n isSvgMode ? SVG_NS : HTML_NS,\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n ) : doc.createElement(\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n );\n if (BUILD16.svg && isSvgMode && newVNode2.$tag$ === \"foreignObject\") {\n isSvgMode = false;\n }\n if (BUILD16.vdomAttribute) {\n updateElement(null, newVNode2, isSvgMode);\n }\n const rootNode = elm.getRootNode();\n const isElementWithinShadowRoot = !rootNode.querySelector(\"body\");\n if (!isElementWithinShadowRoot && BUILD16.scoped && isDef(scopeId) && elm[\"s-si\"] !== scopeId) {\n elm.classList.add(elm[\"s-si\"] = scopeId);\n }\n if (BUILD16.scoped) {\n updateElementScopeIds(elm, parentElm);\n }\n if (newVNode2.$children$) {\n for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {\n childNode = createElm(oldParentVNode, newVNode2, i2, elm);\n if (childNode) {\n elm.appendChild(childNode);\n }\n }\n }\n if (BUILD16.svg) {\n if (newVNode2.$tag$ === \"svg\") {\n isSvgMode = false;\n } else if (elm.tagName === \"foreignObject\") {\n isSvgMode = true;\n }\n }\n }\n elm[\"s-hn\"] = hostTagName;\n if (BUILD16.slotRelocation) {\n if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {\n elm[\"s-sr\"] = true;\n elm[\"s-cr\"] = contentRef;\n elm[\"s-sn\"] = newVNode2.$name$ || \"\";\n elm[\"s-rf\"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;\n oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];\n if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {\n if (BUILD16.experimentalSlotFixes) {\n relocateToHostRoot(oldParentVNode.$elm$);\n } else {\n putBackInOriginalLocation(oldParentVNode.$elm$, false);\n }\n }\n }\n }\n return elm;\n};\nvar relocateToHostRoot = (parentElm) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const host = parentElm.closest(hostTagName.toLowerCase());\n if (host != null) {\n const contentRefNode = Array.from(host.childNodes).find((ref) => ref[\"s-cr\"]);\n const childNodeArray = Array.from(parentElm.childNodes);\n for (const childNode of contentRefNode ? childNodeArray.reverse() : childNodeArray) {\n if (childNode[\"s-sh\"] != null) {\n insertBefore(host, childNode, contentRefNode != null ? contentRefNode : null);\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar putBackInOriginalLocation = (parentElm, recursive) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const oldSlotChildNodes = Array.from(parentElm.childNodes);\n if (parentElm[\"s-sr\"] && BUILD16.experimentalSlotFixes) {\n let node = parentElm;\n while (node = node.nextSibling) {\n if (node && node[\"s-sn\"] === parentElm[\"s-sn\"] && node[\"s-sh\"] === hostTagName) {\n oldSlotChildNodes.push(node);\n }\n }\n }\n for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {\n const childNode = oldSlotChildNodes[i2];\n if (childNode[\"s-hn\"] !== hostTagName && childNode[\"s-ol\"]) {\n insertBefore(parentReferenceNode(childNode), childNode, referenceNode(childNode));\n childNode[\"s-ol\"].remove();\n childNode[\"s-ol\"] = void 0;\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n if (recursive) {\n putBackInOriginalLocation(childNode, recursive);\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {\n let containerElm = BUILD16.slotRelocation && parentElm[\"s-cr\"] && parentElm[\"s-cr\"].parentNode || parentElm;\n let childNode;\n if (BUILD16.shadowDom && containerElm.shadowRoot && containerElm.tagName === hostTagName) {\n containerElm = containerElm.shadowRoot;\n }\n for (; startIdx <= endIdx; ++startIdx) {\n if (vnodes[startIdx]) {\n childNode = createElm(null, parentVNode, startIdx, parentElm);\n if (childNode) {\n vnodes[startIdx].$elm$ = childNode;\n insertBefore(containerElm, childNode, BUILD16.slotRelocation ? referenceNode(before) : before);\n }\n }\n }\n};\nvar removeVnodes = (vnodes, startIdx, endIdx) => {\n for (let index = startIdx; index <= endIdx; ++index) {\n const vnode = vnodes[index];\n if (vnode) {\n const elm = vnode.$elm$;\n nullifyVNodeRefs(vnode);\n if (elm) {\n if (BUILD16.slotRelocation) {\n checkSlotFallbackVisibility = true;\n if (elm[\"s-ol\"]) {\n elm[\"s-ol\"].remove();\n } else {\n putBackInOriginalLocation(elm, true);\n }\n }\n elm.remove();\n }\n }\n }\n};\nvar updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {\n let oldStartIdx = 0;\n let newStartIdx = 0;\n let idxInOld = 0;\n let i2 = 0;\n let oldEndIdx = oldCh.length - 1;\n let oldStartVnode = oldCh[0];\n let oldEndVnode = oldCh[oldEndIdx];\n let newEndIdx = newCh.length - 1;\n let newStartVnode = newCh[0];\n let newEndVnode = newCh[newEndIdx];\n let node;\n let elmToMove;\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (oldStartVnode == null) {\n oldStartVnode = oldCh[++oldStartIdx];\n } else if (oldEndVnode == null) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (newStartVnode == null) {\n newStartVnode = newCh[++newStartIdx];\n } else if (newEndVnode == null) {\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {\n patch(oldStartVnode, newStartVnode, isInitialRender);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {\n patch(oldEndVnode, newEndVnode, isInitialRender);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);\n }\n patch(oldStartVnode, newEndVnode, isInitialRender);\n insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);\n }\n patch(oldEndVnode, newStartVnode, isInitialRender);\n insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n idxInOld = -1;\n if (BUILD16.vdomKey) {\n for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {\n if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {\n idxInOld = i2;\n break;\n }\n }\n }\n if (BUILD16.vdomKey && idxInOld >= 0) {\n elmToMove = oldCh[idxInOld];\n if (elmToMove.$tag$ !== newStartVnode.$tag$) {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);\n } else {\n patch(elmToMove, newStartVnode, isInitialRender);\n oldCh[idxInOld] = void 0;\n node = elmToMove.$elm$;\n }\n newStartVnode = newCh[++newStartIdx];\n } else {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);\n newStartVnode = newCh[++newStartIdx];\n }\n if (node) {\n if (BUILD16.slotRelocation) {\n insertBefore(parentReferenceNode(oldStartVnode.$elm$), node, referenceNode(oldStartVnode.$elm$));\n } else {\n insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);\n }\n }\n }\n }\n if (oldStartIdx > oldEndIdx) {\n addVnodes(\n parentElm,\n newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,\n newVNode2,\n newCh,\n newStartIdx,\n newEndIdx\n );\n } else if (BUILD16.updatable && newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n};\nvar isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {\n if (leftVNode.$tag$ === rightVNode.$tag$) {\n if (BUILD16.slotRelocation && leftVNode.$tag$ === \"slot\") {\n if (\n // The component gets hydrated and no VDOM has been initialized.\n // Here the comparison can't happen as $name$ property is not set for `leftNode`.\n \"$nodeId$\" in leftVNode && isInitialRender && // `leftNode` is not from type HTMLComment which would cause many\n // hydration comments to be removed\n leftVNode.$elm$.nodeType !== 8\n ) {\n return false;\n }\n return leftVNode.$name$ === rightVNode.$name$;\n }\n if (BUILD16.vdomKey && !isInitialRender) {\n return leftVNode.$key$ === rightVNode.$key$;\n }\n return true;\n }\n return false;\n};\nvar referenceNode = (node) => {\n return node && node[\"s-ol\"] || node;\n};\nvar parentReferenceNode = (node) => (node[\"s-ol\"] ? node[\"s-ol\"] : node).parentNode;\nvar patch = (oldVNode, newVNode2, isInitialRender = false) => {\n const elm = newVNode2.$elm$ = oldVNode.$elm$;\n const oldChildren = oldVNode.$children$;\n const newChildren = newVNode2.$children$;\n const tag = newVNode2.$tag$;\n const text = newVNode2.$text$;\n let defaultHolder;\n if (!BUILD16.vdomText || text === null) {\n if (BUILD16.svg) {\n isSvgMode = tag === \"svg\" ? true : tag === \"foreignObject\" ? false : isSvgMode;\n }\n if (BUILD16.vdomAttribute || BUILD16.reflect) {\n if (BUILD16.slot && tag === \"slot\" && !useNativeShadowDom) {\n if (BUILD16.experimentalSlotFixes && oldVNode.$name$ !== newVNode2.$name$) {\n newVNode2.$elm$[\"s-sn\"] = newVNode2.$name$ || \"\";\n relocateToHostRoot(newVNode2.$elm$.parentElement);\n }\n } else {\n updateElement(oldVNode, newVNode2, isSvgMode);\n }\n }\n if (BUILD16.updatable && oldChildren !== null && newChildren !== null) {\n updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);\n } else if (newChildren !== null) {\n if (BUILD16.updatable && BUILD16.vdomText && oldVNode.$text$ !== null) {\n elm.textContent = \"\";\n }\n addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);\n } else if (\n // don't do this on initial render as it can cause non-hydrated content to be removed\n !isInitialRender && BUILD16.updatable && oldChildren !== null\n ) {\n removeVnodes(oldChildren, 0, oldChildren.length - 1);\n }\n if (BUILD16.svg && isSvgMode && tag === \"svg\") {\n isSvgMode = false;\n }\n } else if (BUILD16.vdomText && BUILD16.slotRelocation && (defaultHolder = elm[\"s-cr\"])) {\n defaultHolder.parentNode.textContent = text;\n } else if (BUILD16.vdomText && oldVNode.$text$ !== text) {\n elm.data = text;\n }\n};\nvar updateFallbackSlotVisibility = (elm) => {\n const childNodes = elm.childNodes;\n for (const childNode of childNodes) {\n if (childNode.nodeType === 1 /* ElementNode */) {\n if (childNode[\"s-sr\"]) {\n const slotName = childNode[\"s-sn\"];\n childNode.hidden = false;\n for (const siblingNode of childNodes) {\n if (siblingNode !== childNode) {\n if (siblingNode[\"s-hn\"] !== childNode[\"s-hn\"] || slotName !== \"\") {\n if (siblingNode.nodeType === 1 /* ElementNode */ && (slotName === siblingNode.getAttribute(\"slot\") || slotName === siblingNode[\"s-sn\"]) || siblingNode.nodeType === 3 /* TextNode */ && slotName === siblingNode[\"s-sn\"]) {\n childNode.hidden = true;\n break;\n }\n } else {\n if (siblingNode.nodeType === 1 /* ElementNode */ || siblingNode.nodeType === 3 /* TextNode */ && siblingNode.textContent.trim() !== \"\") {\n childNode.hidden = true;\n break;\n }\n }\n }\n }\n }\n updateFallbackSlotVisibility(childNode);\n }\n }\n};\nvar relocateNodes = [];\nvar markSlotContentForRelocation = (elm) => {\n let node;\n let hostContentNodes;\n let j;\n for (const childNode of elm.childNodes) {\n if (childNode[\"s-sr\"] && (node = childNode[\"s-cr\"]) && node.parentNode) {\n hostContentNodes = node.parentNode.childNodes;\n const slotName = childNode[\"s-sn\"];\n for (j = hostContentNodes.length - 1; j >= 0; j--) {\n node = hostContentNodes[j];\n if (!node[\"s-cn\"] && !node[\"s-nr\"] && node[\"s-hn\"] !== childNode[\"s-hn\"] && (!BUILD16.experimentalSlotFixes || !node[\"s-sh\"] || node[\"s-sh\"] !== childNode[\"s-hn\"])) {\n if (isNodeLocatedInSlot(node, slotName)) {\n let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n checkSlotFallbackVisibility = true;\n node[\"s-sn\"] = node[\"s-sn\"] || slotName;\n if (relocateNodeData) {\n relocateNodeData.$nodeToRelocate$[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodeData.$slotRefNode$ = childNode;\n } else {\n node[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodes.push({\n $slotRefNode$: childNode,\n $nodeToRelocate$: node\n });\n }\n if (node[\"s-sr\"]) {\n relocateNodes.map((relocateNode) => {\n if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node[\"s-sn\"])) {\n relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n if (relocateNodeData && !relocateNode.$slotRefNode$) {\n relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;\n }\n }\n });\n }\n } else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {\n relocateNodes.push({\n $nodeToRelocate$: node\n });\n }\n }\n }\n }\n if (childNode.nodeType === 1 /* ElementNode */) {\n markSlotContentForRelocation(childNode);\n }\n }\n};\nvar isNodeLocatedInSlot = (nodeToRelocate, slotName) => {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (nodeToRelocate.getAttribute(\"slot\") === null && slotName === \"\") {\n return true;\n }\n if (nodeToRelocate.getAttribute(\"slot\") === slotName) {\n return true;\n }\n return false;\n }\n if (nodeToRelocate[\"s-sn\"] === slotName) {\n return true;\n }\n return slotName === \"\";\n};\nvar nullifyVNodeRefs = (vNode) => {\n if (BUILD16.vdomRef) {\n vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);\n vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);\n }\n};\nvar insertBefore = (parent, newNode, reference) => {\n const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);\n if (BUILD16.scoped) {\n updateElementScopeIds(newNode, parent);\n }\n return inserted;\n};\nvar findScopeIds = (element) => {\n const scopeIds = [];\n if (element) {\n scopeIds.push(\n ...element[\"s-scs\"] || [],\n element[\"s-si\"],\n element[\"s-sc\"],\n ...findScopeIds(element.parentElement)\n );\n }\n return scopeIds;\n};\nvar updateElementScopeIds = (element, parent, iterateChildNodes = false) => {\n var _a;\n if (element && parent && element.nodeType === 1 /* ElementNode */) {\n const scopeIds = new Set(findScopeIds(parent).filter(Boolean));\n if (scopeIds.size) {\n (_a = element.classList) == null ? void 0 : _a.add(...element[\"s-scs\"] = [...scopeIds]);\n if (element[\"s-ol\"] || iterateChildNodes) {\n for (const childNode of Array.from(element.childNodes)) {\n updateElementScopeIds(childNode, element, true);\n }\n }\n }\n }\n};\nvar renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {\n var _a, _b, _c, _d, _e;\n const hostElm = hostRef.$hostElement$;\n const cmpMeta = hostRef.$cmpMeta$;\n const oldVNode = hostRef.$vnode$ || newVNode(null, null);\n const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);\n hostTagName = hostElm.tagName;\n if (BUILD16.isDev && Array.isArray(renderFnResults) && renderFnResults.some(isHost)) {\n throw new Error(`The <Host> must be the single root component.\nLooks like the render() function of \"${hostTagName.toLowerCase()}\" is returning an array that contains the <Host>.\n\nThe render() function should look like this instead:\n\nrender() {\n // Do not return an array\n return (\n <Host>{content}</Host>\n );\n}\n `);\n }\n if (BUILD16.reflect && cmpMeta.$attrsToReflect$) {\n rootVnode.$attrs$ = rootVnode.$attrs$ || {};\n cmpMeta.$attrsToReflect$.map(\n ([propName, attribute]) => rootVnode.$attrs$[attribute] = hostElm[propName]\n );\n }\n if (isInitialLoad && rootVnode.$attrs$) {\n for (const key of Object.keys(rootVnode.$attrs$)) {\n if (hostElm.hasAttribute(key) && ![\"key\", \"ref\", \"style\", \"class\"].includes(key)) {\n rootVnode.$attrs$[key] = hostElm[key];\n }\n }\n }\n rootVnode.$tag$ = null;\n rootVnode.$flags$ |= 4 /* isHost */;\n hostRef.$vnode$ = rootVnode;\n rootVnode.$elm$ = oldVNode.$elm$ = BUILD16.shadowDom ? hostElm.shadowRoot || hostElm : hostElm;\n if (BUILD16.scoped || BUILD16.shadowDom) {\n scopeId = hostElm[\"s-sc\"];\n }\n useNativeShadowDom = supportsShadow && (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;\n if (BUILD16.slotRelocation) {\n contentRef = hostElm[\"s-cr\"];\n checkSlotFallbackVisibility = false;\n }\n patch(oldVNode, rootVnode, isInitialLoad);\n if (BUILD16.slotRelocation) {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n if (checkSlotRelocate) {\n markSlotContentForRelocation(rootVnode.$elm$);\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n if (!nodeToRelocate[\"s-ol\"]) {\n const orgLocationNode = BUILD16.isDebug || BUILD16.hydrateServerSide ? originalLocationDebugNode(nodeToRelocate) : doc.createTextNode(\"\");\n orgLocationNode[\"s-nr\"] = nodeToRelocate;\n insertBefore(nodeToRelocate.parentNode, nodeToRelocate[\"s-ol\"] = orgLocationNode, nodeToRelocate);\n }\n }\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n const slotRefNode = relocateData.$slotRefNode$;\n if (slotRefNode) {\n const parentNodeRef = slotRefNode.parentNode;\n let insertBeforeNode = slotRefNode.nextSibling;\n if (!BUILD16.experimentalSlotFixes || insertBeforeNode && insertBeforeNode.nodeType === 1 /* ElementNode */) {\n let orgLocationNode = (_a = nodeToRelocate[\"s-ol\"]) == null ? void 0 : _a.previousSibling;\n while (orgLocationNode) {\n let refNode = (_b = orgLocationNode[\"s-nr\"]) != null ? _b : null;\n if (refNode && refNode[\"s-sn\"] === nodeToRelocate[\"s-sn\"] && parentNodeRef === refNode.parentNode) {\n refNode = refNode.nextSibling;\n while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode[\"s-sr\"])) {\n refNode = refNode == null ? void 0 : refNode.nextSibling;\n }\n if (!refNode || !refNode[\"s-nr\"]) {\n insertBeforeNode = refNode;\n break;\n }\n }\n orgLocationNode = orgLocationNode.previousSibling;\n }\n }\n if (!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode || nodeToRelocate.nextSibling !== insertBeforeNode) {\n if (nodeToRelocate !== insertBeforeNode) {\n if (!BUILD16.experimentalSlotFixes && !nodeToRelocate[\"s-hn\"] && nodeToRelocate[\"s-ol\"]) {\n nodeToRelocate[\"s-hn\"] = nodeToRelocate[\"s-ol\"].parentNode.nodeName;\n }\n insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n nodeToRelocate.hidden = (_c = nodeToRelocate[\"s-ih\"]) != null ? _c : false;\n }\n }\n }\n nodeToRelocate && typeof slotRefNode[\"s-rf\"] === \"function\" && slotRefNode[\"s-rf\"](nodeToRelocate);\n } else {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (isInitialLoad) {\n nodeToRelocate[\"s-ih\"] = (_d = nodeToRelocate.hidden) != null ? _d : false;\n }\n nodeToRelocate.hidden = true;\n }\n }\n }\n }\n if (checkSlotFallbackVisibility) {\n updateFallbackSlotVisibility(rootVnode.$elm$);\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n relocateNodes.length = 0;\n }\n if (BUILD16.experimentalScopedSlotChanges && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n for (const childNode of rootVnode.$elm$.childNodes) {\n if (childNode[\"s-hn\"] !== hostTagName && !childNode[\"s-sh\"]) {\n if (isInitialLoad && childNode[\"s-ih\"] == null) {\n childNode[\"s-ih\"] = (_e = childNode.hidden) != null ? _e : false;\n }\n childNode.hidden = true;\n }\n }\n }\n contentRef = void 0;\n};\nvar slotReferenceDebugNode = (slotVNode) => doc.createComment(\n `<slot${slotVNode.$name$ ? ' name=\"' + slotVNode.$name$ + '\"' : \"\"}> (host=${hostTagName.toLowerCase()})`\n);\nvar originalLocationDebugNode = (nodeToRelocate) => doc.createComment(\n `org-location for ` + (nodeToRelocate.localName ? `<${nodeToRelocate.localName}> (host=${nodeToRelocate[\"s-hn\"]})` : `[${nodeToRelocate.textContent}]`)\n);\n\n// src/runtime/update-component.ts\nvar attachToAncestor = (hostRef, ancestorComponent) => {\n if (BUILD17.asyncLoading && ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent[\"s-p\"]) {\n ancestorComponent[\"s-p\"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));\n }\n};\nvar scheduleUpdate = (hostRef, isInitialLoad) => {\n if (BUILD17.taskQueue && BUILD17.updatable) {\n hostRef.$flags$ |= 16 /* isQueuedForUpdate */;\n }\n if (BUILD17.asyncLoading && hostRef.$flags$ & 4 /* isWaitingForChildren */) {\n hostRef.$flags$ |= 512 /* needsRerender */;\n return;\n }\n attachToAncestor(hostRef, hostRef.$ancestorComponent$);\n const dispatch = () => dispatchHooks(hostRef, isInitialLoad);\n return BUILD17.taskQueue ? writeTask(dispatch) : dispatch();\n};\nvar dispatchHooks = (hostRef, isInitialLoad) => {\n const elm = hostRef.$hostElement$;\n const endSchedule = createTime(\"scheduleUpdate\", hostRef.$cmpMeta$.$tagName$);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n throw new Error(\n `Can't render component <${elm.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \\`externalRuntime: true\\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`\n );\n }\n let maybePromise;\n if (isInitialLoad) {\n if (BUILD17.lazyLoad && BUILD17.hostListener) {\n hostRef.$flags$ |= 256 /* isListenReady */;\n if (hostRef.$queuedListeners$) {\n hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));\n hostRef.$queuedListeners$ = void 0;\n }\n }\n emitLifecycleEvent(elm, \"componentWillLoad\");\n if (BUILD17.cmpWillLoad) {\n maybePromise = safeCall(instance, \"componentWillLoad\");\n }\n } else {\n emitLifecycleEvent(elm, \"componentWillUpdate\");\n if (BUILD17.cmpWillUpdate) {\n maybePromise = safeCall(instance, \"componentWillUpdate\");\n }\n }\n emitLifecycleEvent(elm, \"componentWillRender\");\n if (BUILD17.cmpWillRender) {\n maybePromise = enqueue(maybePromise, () => safeCall(instance, \"componentWillRender\"));\n }\n endSchedule();\n return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));\n};\nvar enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {\n console.error(err2);\n fn();\n}) : fn();\nvar isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === \"function\";\nvar updateComponent = async (hostRef, instance, isInitialLoad) => {\n var _a;\n const elm = hostRef.$hostElement$;\n const endUpdate = createTime(\"update\", hostRef.$cmpMeta$.$tagName$);\n const rc = elm[\"s-rc\"];\n if (BUILD17.style && isInitialLoad) {\n attachStyles(hostRef);\n }\n const endRender = createTime(\"render\", hostRef.$cmpMeta$.$tagName$);\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n await callRender(hostRef, instance, elm, isInitialLoad);\n } else {\n callRender(hostRef, instance, elm, isInitialLoad);\n }\n if (BUILD17.isDev) {\n hostRef.$renderCount$ = hostRef.$renderCount$ === void 0 ? 1 : hostRef.$renderCount$ + 1;\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n try {\n serverSideConnected(elm);\n if (isInitialLoad) {\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n elm[\"s-en\"] = \"\";\n } else if (hostRef.$cmpMeta$.$flags$ & 2 /* scopedCssEncapsulation */) {\n elm[\"s-en\"] = \"c\";\n }\n }\n } catch (e) {\n consoleError(e, elm);\n }\n }\n if (BUILD17.asyncLoading && rc) {\n rc.map((cb) => cb());\n elm[\"s-rc\"] = void 0;\n }\n endRender();\n endUpdate();\n if (BUILD17.asyncLoading) {\n const childrenPromises = (_a = elm[\"s-p\"]) != null ? _a : [];\n const postUpdate = () => postUpdateComponent(hostRef);\n if (childrenPromises.length === 0) {\n postUpdate();\n } else {\n Promise.all(childrenPromises).then(postUpdate);\n hostRef.$flags$ |= 4 /* isWaitingForChildren */;\n childrenPromises.length = 0;\n }\n } else {\n postUpdateComponent(hostRef);\n }\n};\nvar renderingRef = null;\nvar callRender = (hostRef, instance, elm, isInitialLoad) => {\n const allRenderFn = BUILD17.allRenderFn ? true : false;\n const lazyLoad = BUILD17.lazyLoad ? true : false;\n const taskQueue = BUILD17.taskQueue ? true : false;\n const updatable = BUILD17.updatable ? true : false;\n try {\n renderingRef = instance;\n instance = allRenderFn ? instance.render() : instance.render && instance.render();\n if (updatable && taskQueue) {\n hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;\n }\n if (updatable || lazyLoad) {\n hostRef.$flags$ |= 2 /* hasRendered */;\n }\n if (BUILD17.hasRenderFn || BUILD17.reflect) {\n if (BUILD17.vdomRender || BUILD17.reflect) {\n if (BUILD17.hydrateServerSide) {\n return Promise.resolve(instance).then((value) => renderVdom(hostRef, value, isInitialLoad));\n } else {\n renderVdom(hostRef, instance, isInitialLoad);\n }\n } else {\n const shadowRoot = elm.shadowRoot;\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n shadowRoot.textContent = instance;\n } else {\n elm.textContent = instance;\n }\n }\n }\n } catch (e) {\n consoleError(e, hostRef.$hostElement$);\n }\n renderingRef = null;\n return null;\n};\nvar getRenderingRef = () => renderingRef;\nvar postUpdateComponent = (hostRef) => {\n const tagName = hostRef.$cmpMeta$.$tagName$;\n const elm = hostRef.$hostElement$;\n const endPostUpdate = createTime(\"postUpdate\", tagName);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const ancestorComponent = hostRef.$ancestorComponent$;\n if (BUILD17.cmpDidRender) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidRender\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidRender\");\n if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {\n hostRef.$flags$ |= 64 /* hasLoadedComponent */;\n if (BUILD17.asyncLoading && BUILD17.cssAnnotations) {\n addHydratedFlag(elm);\n }\n if (BUILD17.cmpDidLoad) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 2048 /* devOnDidLoad */;\n }\n safeCall(instance, \"componentDidLoad\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~2048 /* devOnDidLoad */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidLoad\");\n endPostUpdate();\n if (BUILD17.asyncLoading) {\n hostRef.$onReadyResolve$(elm);\n if (!ancestorComponent) {\n appDidLoad(tagName);\n }\n }\n } else {\n if (BUILD17.cmpDidUpdate) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidUpdate\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidUpdate\");\n endPostUpdate();\n }\n if (BUILD17.method && BUILD17.lazyLoad) {\n hostRef.$onInstanceResolve$(elm);\n }\n if (BUILD17.asyncLoading) {\n if (hostRef.$onRenderResolve$) {\n hostRef.$onRenderResolve$();\n hostRef.$onRenderResolve$ = void 0;\n }\n if (hostRef.$flags$ & 512 /* needsRerender */) {\n nextTick(() => scheduleUpdate(hostRef, false));\n }\n hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);\n }\n};\nvar forceUpdate = (ref) => {\n if (BUILD17.updatable && (Build.isBrowser || Build.isTesting)) {\n const hostRef = getHostRef(ref);\n const isConnected = hostRef.$hostElement$.isConnected;\n if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n scheduleUpdate(hostRef, false);\n }\n return isConnected;\n }\n return false;\n};\nvar appDidLoad = (who) => {\n if (BUILD17.cssAnnotations) {\n addHydratedFlag(doc.documentElement);\n }\n if (BUILD17.asyncQueue) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n nextTick(() => emitEvent(win, \"appload\", { detail: { namespace: NAMESPACE } }));\n if (BUILD17.profile && performance.measure) {\n performance.measure(`[Stencil] ${NAMESPACE} initial load (by ${who})`, \"st:app:start\");\n }\n};\nvar safeCall = (instance, method, arg) => {\n if (instance && instance[method]) {\n try {\n return instance[method](arg);\n } catch (e) {\n consoleError(e);\n }\n }\n return void 0;\n};\nvar emitLifecycleEvent = (elm, lifecycleName) => {\n if (BUILD17.lifecycleDOMEvents) {\n emitEvent(elm, \"stencil_\" + lifecycleName, {\n bubbles: true,\n composed: true,\n detail: {\n namespace: NAMESPACE\n }\n });\n }\n};\nvar addHydratedFlag = (elm) => {\n var _a, _b;\n return BUILD17.hydratedClass ? elm.classList.add((_a = BUILD17.hydratedSelectorName) != null ? _a : \"hydrated\") : BUILD17.hydratedAttribute ? elm.setAttribute((_b = BUILD17.hydratedSelectorName) != null ? _b : \"hydrated\", \"\") : void 0;\n};\nvar serverSideConnected = (elm) => {\n const children = elm.children;\n if (children != null) {\n for (let i2 = 0, ii = children.length; i2 < ii; i2++) {\n const childElm = children[i2];\n if (typeof childElm.connectedCallback === \"function\") {\n childElm.connectedCallback();\n }\n serverSideConnected(childElm);\n }\n }\n};\n\n// src/runtime/set-value.ts\nvar getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);\nvar setValue = (ref, propName, newVal, cmpMeta) => {\n const hostRef = getHostRef(ref);\n if (BUILD18.lazyLoad && !hostRef) {\n throw new Error(\n `Couldn't find host element for \"${cmpMeta.$tagName$}\" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`\n );\n }\n const elm = BUILD18.lazyLoad ? hostRef.$hostElement$ : ref;\n const oldVal = hostRef.$instanceValues$.get(propName);\n const flags = hostRef.$flags$;\n const instance = BUILD18.lazyLoad ? hostRef.$lazyInstance$ : elm;\n newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);\n const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);\n const didValueChange = newVal !== oldVal && !areBothNaN;\n if ((!BUILD18.lazyLoad || !(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {\n hostRef.$instanceValues$.set(propName, newVal);\n if (BUILD18.isDev) {\n if (hostRef.$flags$ & 1024 /* devOnRender */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during rendering. This can potentially lead to infinite-loops and other bugs.`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n } else if (hostRef.$flags$ & 2048 /* devOnDidLoad */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during \"componentDidLoad()\", this triggers extra re-renders, try to setup on \"componentWillLoad()\"`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n }\n }\n if (!BUILD18.lazyLoad || instance) {\n if (BUILD18.watchCallback && cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {\n const watchMethods = cmpMeta.$watchers$[propName];\n if (watchMethods) {\n watchMethods.map((watchMethodName) => {\n try {\n instance[watchMethodName](newVal, oldVal, propName);\n } catch (e) {\n consoleError(e, elm);\n }\n });\n }\n }\n if (BUILD18.updatable && (flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n if (BUILD18.cmpShouldUpdate && instance.componentShouldUpdate) {\n if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {\n return;\n }\n }\n scheduleUpdate(hostRef, false);\n }\n }\n }\n};\n\n// src/runtime/proxy-component.ts\nvar proxyComponent = (Cstr, cmpMeta, flags) => {\n var _a, _b;\n const prototype = Cstr.prototype;\n if (BUILD19.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */ && flags & 1 /* isElementConstructor */) {\n FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS.forEach(\n (cbName) => Object.defineProperty(prototype, cbName, {\n value(...args) {\n const hostRef = getHostRef(this);\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n hostRef.$onReadyPromise$.then((instance2) => {\n const cb = instance2[cbName];\n typeof cb === \"function\" && cb.call(instance2, ...args);\n });\n } else {\n const cb = instance[cbName];\n typeof cb === \"function\" && cb.call(instance, ...args);\n }\n }\n })\n );\n }\n if (BUILD19.member && cmpMeta.$members$ || BUILD19.watchCallback && (cmpMeta.$watchers$ || Cstr.watchers)) {\n if (BUILD19.watchCallback && Cstr.watchers && !cmpMeta.$watchers$) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});\n members.map(([memberName, [memberFlags]]) => {\n if ((BUILD19.prop || BUILD19.state) && (memberFlags & 31 /* Prop */ || (!BUILD19.lazyLoad || flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {\n Object.defineProperty(prototype, memberName, {\n get() {\n return getValue(this, memberName);\n },\n set(newValue) {\n if (BUILD19.isDev) {\n const ref = getHostRef(this);\n if (\n // we are proxying the instance (not element)\n (flags & 1 /* isElementConstructor */) === 0 && // the element is not constructing\n (ref && ref.$flags$ & 8 /* isConstructingInstance */) === 0 && // the member is a prop\n (memberFlags & 31 /* Prop */) !== 0 && // the member is not mutable\n (memberFlags & 1024 /* Mutable */) === 0\n ) {\n consoleDevWarn(\n `@Prop() \"${memberName}\" on <${cmpMeta.$tagName$}> is immutable but was modified from within the component.\nMore information: https://stenciljs.com/docs/properties#prop-mutability`\n );\n }\n }\n setValue(this, memberName, newValue, cmpMeta);\n },\n configurable: true,\n enumerable: true\n });\n } else if (BUILD19.lazyLoad && BUILD19.method && flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {\n Object.defineProperty(prototype, memberName, {\n value(...args) {\n var _a2;\n const ref = getHostRef(this);\n return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {\n var _a3;\n return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);\n });\n }\n });\n }\n });\n if (BUILD19.observeAttribute && (!BUILD19.lazyLoad || flags & 1 /* isElementConstructor */)) {\n const attrNameToPropName = /* @__PURE__ */ new Map();\n prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {\n plt.jmp(() => {\n var _a2;\n const propName = attrNameToPropName.get(attrName);\n if (this.hasOwnProperty(propName)) {\n newValue = this[propName];\n delete this[propName];\n } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === \"number\" && // cast type to number to avoid TS compiler issues\n this[propName] == newValue) {\n return;\n } else if (propName == null) {\n const hostRef = getHostRef(this);\n const flags2 = hostRef == null ? void 0 : hostRef.$flags$;\n if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];\n entry == null ? void 0 : entry.forEach((callbackName) => {\n if (instance[callbackName] != null) {\n instance[callbackName].call(instance, newValue, oldValue, attrName);\n }\n });\n }\n return;\n }\n this[propName] = newValue === null && typeof this[propName] === \"boolean\" ? false : newValue;\n });\n };\n Cstr.observedAttributes = Array.from(\n /* @__PURE__ */ new Set([\n ...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),\n ...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {\n var _a2;\n const attrName = m[1] || propName;\n attrNameToPropName.set(attrName, propName);\n if (BUILD19.reflect && m[0] & 512 /* ReflectAttr */) {\n (_a2 = cmpMeta.$attrsToReflect$) == null ? void 0 : _a2.push([propName, attrName]);\n }\n return attrName;\n })\n ])\n );\n }\n }\n return Cstr;\n};\n\n// src/runtime/initialize-component.ts\nvar initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {\n let Cstr;\n if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {\n hostRef.$flags$ |= 32 /* hasInitializedComponent */;\n const bundleId = cmpMeta.$lazyBundleId$;\n if ((BUILD20.lazyLoad || BUILD20.hydrateClientSide) && bundleId) {\n const CstrImport = loadModule(cmpMeta, hostRef, hmrVersionId);\n if (CstrImport && \"then\" in CstrImport) {\n const endLoad = uniqueTime(\n `st:load:${cmpMeta.$tagName$}:${hostRef.$modeName$}`,\n `[Stencil] Load module for <${cmpMeta.$tagName$}>`\n );\n Cstr = await CstrImport;\n endLoad();\n } else {\n Cstr = CstrImport;\n }\n if (!Cstr) {\n throw new Error(`Constructor for \"${cmpMeta.$tagName$}#${hostRef.$modeName$}\" was not found`);\n }\n if (BUILD20.member && !Cstr.isProxied) {\n if (BUILD20.watchCallback) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);\n Cstr.isProxied = true;\n }\n const endNewInstance = createTime(\"createInstance\", cmpMeta.$tagName$);\n if (BUILD20.member) {\n hostRef.$flags$ |= 8 /* isConstructingInstance */;\n }\n try {\n new Cstr(hostRef);\n } catch (e) {\n consoleError(e);\n }\n if (BUILD20.member) {\n hostRef.$flags$ &= ~8 /* isConstructingInstance */;\n }\n if (BUILD20.watchCallback) {\n hostRef.$flags$ |= 128 /* isWatchReady */;\n }\n endNewInstance();\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else {\n Cstr = elm.constructor;\n const cmpTag = elm.localName;\n customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);\n }\n if (BUILD20.style && Cstr && Cstr.style) {\n let style;\n if (typeof Cstr.style === \"string\") {\n style = Cstr.style;\n } else if (BUILD20.mode && typeof Cstr.style !== \"string\") {\n hostRef.$modeName$ = computeMode(elm);\n if (hostRef.$modeName$) {\n style = Cstr.style[hostRef.$modeName$];\n }\n if (BUILD20.hydrateServerSide && hostRef.$modeName$) {\n elm.setAttribute(\"s-mode\", hostRef.$modeName$);\n }\n }\n const scopeId2 = getScopeId(cmpMeta, hostRef.$modeName$);\n if (!styles.has(scopeId2)) {\n const endRegisterStyles = createTime(\"registerStyles\", cmpMeta.$tagName$);\n if (!BUILD20.hydrateServerSide && BUILD20.shadowDom && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n BUILD20.shadowDomShim && cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n style = await import(\"./shadow-css.js\").then((m) => m.scopeCss(style, scopeId2));\n }\n registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));\n endRegisterStyles();\n }\n }\n }\n const ancestorComponent = hostRef.$ancestorComponent$;\n const schedule = () => scheduleUpdate(hostRef, true);\n if (BUILD20.asyncLoading && ancestorComponent && ancestorComponent[\"s-rc\"]) {\n ancestorComponent[\"s-rc\"].push(schedule);\n } else {\n schedule();\n }\n};\nvar fireConnectedCallback = (instance) => {\n if (BUILD20.lazyLoad && BUILD20.connectedCallback) {\n safeCall(instance, \"connectedCallback\");\n }\n};\n\n// src/runtime/connected-callback.ts\nvar connectedCallback = (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n const cmpMeta = hostRef.$cmpMeta$;\n const endConnected = createTime(\"connectedCallback\", cmpMeta.$tagName$);\n if (BUILD21.hostListenerTargetParent) {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, true);\n }\n if (!(hostRef.$flags$ & 1 /* hasConnected */)) {\n hostRef.$flags$ |= 1 /* hasConnected */;\n let hostId;\n if (BUILD21.hydrateClientSide) {\n hostId = elm.getAttribute(HYDRATE_ID);\n if (hostId) {\n if (BUILD21.shadowDom && supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n const scopeId2 = BUILD21.mode ? addStyle(elm.shadowRoot, cmpMeta, elm.getAttribute(\"s-mode\")) : addStyle(elm.shadowRoot, cmpMeta);\n elm.classList.remove(scopeId2 + \"-h\", scopeId2 + \"-s\");\n }\n initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);\n }\n }\n if (BUILD21.slotRelocation && !hostId) {\n if (BUILD21.hydrateServerSide || (BUILD21.slot || BUILD21.shadowDom) && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {\n setContentReference(elm);\n }\n }\n if (BUILD21.asyncLoading) {\n let ancestorComponent = elm;\n while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {\n if (BUILD21.hydrateClientSide && ancestorComponent.nodeType === 1 /* ElementNode */ && ancestorComponent.hasAttribute(\"s-id\") && ancestorComponent[\"s-p\"] || ancestorComponent[\"s-p\"]) {\n attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);\n break;\n }\n }\n }\n if (BUILD21.prop && !BUILD21.hydrateServerSide && cmpMeta.$members$) {\n Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {\n if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {\n const value = elm[memberName];\n delete elm[memberName];\n elm[memberName] = value;\n }\n });\n }\n if (BUILD21.initializeNextTick) {\n nextTick(() => initializeComponent(elm, hostRef, cmpMeta));\n } else {\n initializeComponent(elm, hostRef, cmpMeta);\n }\n } else {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, false);\n if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));\n }\n }\n endConnected();\n }\n};\nvar setContentReference = (elm) => {\n const contentRefElm = elm[\"s-cr\"] = doc.createComment(\n BUILD21.isDebug ? `content-ref (host=${elm.localName})` : \"\"\n );\n contentRefElm[\"s-cn\"] = true;\n insertBefore(elm, contentRefElm, elm.firstChild);\n};\n\n// src/runtime/disconnected-callback.ts\nimport { BUILD as BUILD22 } from \"@stencil/core/internal/app-data\";\nvar disconnectInstance = (instance) => {\n if (BUILD22.lazyLoad && BUILD22.disconnectedCallback) {\n safeCall(instance, \"disconnectedCallback\");\n }\n if (BUILD22.cmpDidUnload) {\n safeCall(instance, \"componentDidUnload\");\n }\n};\nvar disconnectedCallback = async (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n if (BUILD22.hostListener) {\n if (hostRef.$rmListeners$) {\n hostRef.$rmListeners$.map((rmListener) => rmListener());\n hostRef.$rmListeners$ = void 0;\n }\n }\n if (!BUILD22.lazyLoad) {\n disconnectInstance(elm);\n } else if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n disconnectInstance(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));\n }\n }\n};\n\n// src/runtime/dom-extras.ts\nimport { BUILD as BUILD23 } from \"@stencil/core/internal/app-data\";\nvar patchPseudoShadowDom = (hostElementPrototype, descriptorPrototype) => {\n patchCloneNode(hostElementPrototype);\n patchSlotAppendChild(hostElementPrototype);\n patchSlotAppend(hostElementPrototype);\n patchSlotPrepend(hostElementPrototype);\n patchSlotInsertAdjacentElement(hostElementPrototype);\n patchSlotInsertAdjacentHTML(hostElementPrototype);\n patchSlotInsertAdjacentText(hostElementPrototype);\n patchTextContent(hostElementPrototype);\n patchChildSlotNodes(hostElementPrototype, descriptorPrototype);\n patchSlotRemoveChild(hostElementPrototype);\n};\nvar patchCloneNode = (HostElementPrototype) => {\n const orgCloneNode = HostElementPrototype.cloneNode;\n HostElementPrototype.cloneNode = function(deep) {\n const srcNode = this;\n const isShadowDom = BUILD23.shadowDom ? srcNode.shadowRoot && supportsShadow : false;\n const clonedNode = orgCloneNode.call(srcNode, isShadowDom ? deep : false);\n if (BUILD23.slot && !isShadowDom && deep) {\n let i2 = 0;\n let slotted, nonStencilNode;\n const stencilPrivates = [\n \"s-id\",\n \"s-cr\",\n \"s-lr\",\n \"s-rc\",\n \"s-sc\",\n \"s-p\",\n \"s-cn\",\n \"s-sr\",\n \"s-sn\",\n \"s-hn\",\n \"s-ol\",\n \"s-nr\",\n \"s-si\",\n \"s-rf\",\n \"s-scs\"\n ];\n for (; i2 < srcNode.childNodes.length; i2++) {\n slotted = srcNode.childNodes[i2][\"s-nr\"];\n nonStencilNode = stencilPrivates.every((privateField) => !srcNode.childNodes[i2][privateField]);\n if (slotted) {\n if (BUILD23.appendChildSlotFix && clonedNode.__appendChild) {\n clonedNode.__appendChild(slotted.cloneNode(true));\n } else {\n clonedNode.appendChild(slotted.cloneNode(true));\n }\n }\n if (nonStencilNode) {\n clonedNode.appendChild(srcNode.childNodes[i2].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nvar patchSlotAppendChild = (HostElementPrototype) => {\n HostElementPrototype.__appendChild = HostElementPrototype.appendChild;\n HostElementPrototype.appendChild = function(newChild) {\n const slotName = newChild[\"s-sn\"] = getSlotName(newChild);\n const slotNode = getHostSlotNode(this.childNodes, slotName, this.tagName);\n if (slotNode) {\n const slotChildNodes = getHostSlotChildNodes(slotNode, slotName);\n const appendAfter = slotChildNodes[slotChildNodes.length - 1];\n const insertedNode = insertBefore(appendAfter.parentNode, newChild, appendAfter.nextSibling);\n updateFallbackSlotVisibility(this);\n return insertedNode;\n }\n return this.__appendChild(newChild);\n };\n};\nvar patchSlotRemoveChild = (ElementPrototype) => {\n ElementPrototype.__removeChild = ElementPrototype.removeChild;\n ElementPrototype.removeChild = function(toRemove) {\n if (toRemove && typeof toRemove[\"s-sn\"] !== \"undefined\") {\n const slotNode = getHostSlotNode(this.childNodes, toRemove[\"s-sn\"], this.tagName);\n if (slotNode) {\n const slotChildNodes = getHostSlotChildNodes(slotNode, toRemove[\"s-sn\"]);\n const existingNode = slotChildNodes.find((n) => n === toRemove);\n if (existingNode) {\n existingNode.remove();\n updateFallbackSlotVisibility(this);\n return;\n }\n }\n }\n return this.__removeChild(toRemove);\n };\n};\nvar patchSlotPrepend = (HostElementPrototype) => {\n const originalPrepend = HostElementPrototype.prepend;\n HostElementPrototype.prepend = function(...newChildren) {\n newChildren.forEach((newChild) => {\n if (typeof newChild === \"string\") {\n newChild = this.ownerDocument.createTextNode(newChild);\n }\n const slotName = newChild[\"s-sn\"] = getSlotName(newChild);\n const slotNode = getHostSlotNode(this.childNodes, slotName, this.tagName);\n if (slotNode) {\n const slotPlaceholder = document.createTextNode(\"\");\n slotPlaceholder[\"s-nr\"] = newChild;\n slotNode[\"s-cr\"].parentNode.__appendChild(slotPlaceholder);\n newChild[\"s-ol\"] = slotPlaceholder;\n const slotChildNodes = getHostSlotChildNodes(slotNode, slotName);\n const appendAfter = slotChildNodes[0];\n return insertBefore(appendAfter.parentNode, newChild, appendAfter.nextSibling);\n }\n if (newChild.nodeType === 1 && !!newChild.getAttribute(\"slot\")) {\n newChild.hidden = true;\n }\n return originalPrepend.call(this, newChild);\n });\n };\n};\nvar patchSlotAppend = (HostElementPrototype) => {\n HostElementPrototype.append = function(...newChildren) {\n newChildren.forEach((newChild) => {\n if (typeof newChild === \"string\") {\n newChild = this.ownerDocument.createTextNode(newChild);\n }\n this.appendChild(newChild);\n });\n };\n};\nvar patchSlotInsertAdjacentHTML = (HostElementPrototype) => {\n const originalInsertAdjacentHtml = HostElementPrototype.insertAdjacentHTML;\n HostElementPrototype.insertAdjacentHTML = function(position, text) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentHtml.call(this, position, text);\n }\n const container = this.ownerDocument.createElement(\"_\");\n let node;\n container.innerHTML = text;\n if (position === \"afterbegin\") {\n while (node = container.firstChild) {\n this.prepend(node);\n }\n } else if (position === \"beforeend\") {\n while (node = container.firstChild) {\n this.append(node);\n }\n }\n };\n};\nvar patchSlotInsertAdjacentText = (HostElementPrototype) => {\n HostElementPrototype.insertAdjacentText = function(position, text) {\n this.insertAdjacentHTML(position, text);\n };\n};\nvar patchSlotInsertAdjacentElement = (HostElementPrototype) => {\n const originalInsertAdjacentElement = HostElementPrototype.insertAdjacentElement;\n HostElementPrototype.insertAdjacentElement = function(position, element) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentElement.call(this, position, element);\n }\n if (position === \"afterbegin\") {\n this.prepend(element);\n return element;\n } else if (position === \"beforeend\") {\n this.append(element);\n return element;\n }\n return element;\n };\n};\nvar patchTextContent = (hostElementPrototype) => {\n const descriptor = Object.getOwnPropertyDescriptor(Node.prototype, \"textContent\");\n Object.defineProperty(hostElementPrototype, \"__textContent\", descriptor);\n if (BUILD23.experimentalScopedSlotChanges) {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n // To mimic shadow root behavior, we need to return the text content of all\n // nodes in a slot reference node\n get() {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n const textContent = slotRefNodes.map((node) => {\n var _a, _b;\n const text = [];\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n if (slotContent.nodeType === 3 /* TEXT_NODE */ || slotContent.nodeType === 1 /* ELEMENT_NODE */) {\n text.push((_b = (_a = slotContent.textContent) == null ? void 0 : _a.trim()) != null ? _b : \"\");\n }\n slotContent = slotContent.nextSibling;\n }\n return text.filter((ref) => ref !== \"\").join(\" \");\n }).filter((text) => text !== \"\").join(\" \");\n return \" \" + textContent + \" \";\n },\n // To mimic shadow root behavior, we need to overwrite all nodes in a slot\n // reference node. If a default slot reference node exists, the text content will be\n // placed there. Otherwise, the new text node will be hidden\n set(value) {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n slotRefNodes.forEach((node) => {\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n const tmp = slotContent;\n slotContent = slotContent.nextSibling;\n tmp.remove();\n }\n if (node[\"s-sn\"] === \"\") {\n const textNode = this.ownerDocument.createTextNode(value);\n textNode[\"s-sn\"] = \"\";\n insertBefore(node.parentElement, textNode, node.nextSibling);\n } else {\n node.remove();\n }\n });\n }\n });\n } else {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n get() {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n return slotNode.nextSibling.textContent;\n } else if (slotNode) {\n return slotNode.textContent;\n } else {\n return this.__textContent;\n }\n },\n set(value) {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n slotNode.nextSibling.textContent = value;\n } else if (slotNode) {\n slotNode.textContent = value;\n } else {\n this.__textContent = value;\n const contentRefElm = this[\"s-cr\"];\n if (contentRefElm) {\n insertBefore(this, contentRefElm, this.firstChild);\n }\n }\n }\n });\n }\n};\nvar patchChildSlotNodes = (elm, cmpMeta) => {\n class FakeNodeList extends Array {\n item(n) {\n return this[n];\n }\n }\n if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n const childNodesFn = elm.__lookupGetter__(\"childNodes\");\n Object.defineProperty(elm, \"children\", {\n get() {\n return this.childNodes.map((n) => n.nodeType === 1);\n }\n });\n Object.defineProperty(elm, \"childElementCount\", {\n get() {\n return elm.children.length;\n }\n });\n Object.defineProperty(elm, \"childNodes\", {\n get() {\n const childNodes = childNodesFn.call(this);\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0 && getHostRef(this).$flags$ & 2 /* hasRendered */) {\n const result = new FakeNodeList();\n for (let i2 = 0; i2 < childNodes.length; i2++) {\n const slot = childNodes[i2][\"s-nr\"];\n if (slot) {\n result.push(slot);\n }\n }\n return result;\n }\n return FakeNodeList.from(childNodes);\n }\n });\n }\n};\nvar getAllChildSlotNodes = (childNodes) => {\n const slotRefNodes = [];\n for (const childNode of Array.from(childNodes)) {\n if (childNode[\"s-sr\"]) {\n slotRefNodes.push(childNode);\n }\n slotRefNodes.push(...getAllChildSlotNodes(childNode.childNodes));\n }\n return slotRefNodes;\n};\nvar getSlotName = (node) => node[\"s-sn\"] || node.nodeType === 1 && node.getAttribute(\"slot\") || \"\";\nvar getHostSlotNode = (childNodes, slotName, hostName) => {\n let i2 = 0;\n let childNode;\n for (; i2 < childNodes.length; i2++) {\n childNode = childNodes[i2];\n if (childNode[\"s-sr\"] && childNode[\"s-sn\"] === slotName && childNode[\"s-hn\"] === hostName) {\n return childNode;\n }\n childNode = getHostSlotNode(childNode.childNodes, slotName, hostName);\n if (childNode) {\n return childNode;\n }\n }\n return null;\n};\nvar getHostSlotChildNodes = (n, slotName) => {\n const childNodes = [n];\n while ((n = n.nextSibling) && n[\"s-sn\"] === slotName) {\n childNodes.push(n);\n }\n return childNodes;\n};\n\n// src/runtime/bootstrap-custom-element.ts\nvar defineCustomElement = (Cstr, compactMeta) => {\n customElements.define(compactMeta[1], proxyCustomElement(Cstr, compactMeta));\n};\nvar proxyCustomElement = (Cstr, compactMeta) => {\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1]\n };\n if (BUILD24.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD24.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD24.watchCallback) {\n cmpMeta.$watchers$ = Cstr.$watchers$;\n }\n if (BUILD24.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD24.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n if (BUILD24.experimentalSlotFixes) {\n if (BUILD24.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(Cstr.prototype, cmpMeta);\n }\n } else {\n if (BUILD24.slotChildNodesFix) {\n patchChildSlotNodes(Cstr.prototype, cmpMeta);\n }\n if (BUILD24.cloneNodeFix) {\n patchCloneNode(Cstr.prototype);\n }\n if (BUILD24.appendChildSlotFix) {\n patchSlotAppendChild(Cstr.prototype);\n }\n if (BUILD24.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(Cstr.prototype);\n }\n }\n const originalConnectedCallback = Cstr.prototype.connectedCallback;\n const originalDisconnectedCallback = Cstr.prototype.disconnectedCallback;\n Object.assign(Cstr.prototype, {\n __registerHost() {\n registerHost(this, cmpMeta);\n },\n connectedCallback() {\n const hostRef = getHostRef(this);\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n connectedCallback(this);\n if (BUILD24.connectedCallback && originalConnectedCallback) {\n originalConnectedCallback.call(this);\n }\n },\n disconnectedCallback() {\n disconnectedCallback(this);\n if (BUILD24.disconnectedCallback && originalDisconnectedCallback) {\n originalDisconnectedCallback.call(this);\n }\n },\n __attachShadow() {\n if (supportsShadow) {\n if (!this.shadowRoot) {\n if (BUILD24.shadowDelegatesFocus) {\n this.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n this.attachShadow({ mode: \"open\" });\n }\n } else {\n if (this.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else {\n this.shadowRoot = this;\n }\n }\n });\n Cstr.is = cmpMeta.$tagName$;\n return proxyComponent(Cstr, cmpMeta, 1 /* isElementConstructor */ | 2 /* proxyState */);\n};\nvar forceModeUpdate = (elm) => {\n if (BUILD24.style && BUILD24.mode && !BUILD24.lazyLoad) {\n const mode = computeMode(elm);\n const hostRef = getHostRef(elm);\n if (hostRef.$modeName$ !== mode) {\n const cmpMeta = hostRef.$cmpMeta$;\n const oldScopeId = elm[\"s-sc\"];\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = elm.constructor.style[mode];\n const flags = cmpMeta.$flags$;\n if (style) {\n if (!styles.has(scopeId2)) {\n registerStyle(scopeId2, style, !!(flags & 1 /* shadowDomEncapsulation */));\n }\n hostRef.$modeName$ = mode;\n elm.classList.remove(oldScopeId + \"-h\", oldScopeId + \"-s\");\n attachStyles(hostRef);\n forceUpdate(elm);\n }\n }\n }\n};\n\n// src/runtime/bootstrap-lazy.ts\nimport { BUILD as BUILD25 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/hmr-component.ts\nvar hmrStart = (hostElement, cmpMeta, hmrVersionId) => {\n const hostRef = getHostRef(hostElement);\n hostRef.$flags$ = 1 /* hasConnected */;\n initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);\n};\n\n// src/runtime/bootstrap-lazy.ts\nvar bootstrapLazy = (lazyBundles, options = {}) => {\n var _a;\n if (BUILD25.profile && performance.mark) {\n performance.mark(\"st:app:start\");\n }\n installDevTools();\n const endBootstrap = createTime(\"bootstrapLazy\");\n const cmpTags = [];\n const exclude = options.exclude || [];\n const customElements2 = win.customElements;\n const head = doc.head;\n const metaCharset = /* @__PURE__ */ head.querySelector(\"meta[charset]\");\n const dataStyles = /* @__PURE__ */ doc.createElement(\"style\");\n const deferredConnectedCallbacks = [];\n let appLoadFallback;\n let isBootstrapping = true;\n Object.assign(plt, options);\n plt.$resourcesUrl$ = new URL(options.resourcesUrl || \"./\", doc.baseURI).href;\n if (BUILD25.asyncQueue) {\n if (options.syncQueue) {\n plt.$flags$ |= 4 /* queueSync */;\n }\n }\n if (BUILD25.hydrateClientSide) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n let hasSlotRelocation = false;\n lazyBundles.map((lazyBundle) => {\n lazyBundle[1].map((compactMeta) => {\n var _a2;\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1],\n $members$: compactMeta[2],\n $listeners$: compactMeta[3]\n };\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n hasSlotRelocation = true;\n }\n if (BUILD25.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD25.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD25.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD25.watchCallback) {\n cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};\n }\n if (BUILD25.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n const tagName = BUILD25.transformTagName && options.transformTagName ? options.transformTagName(cmpMeta.$tagName$) : cmpMeta.$tagName$;\n const HostElement = class extends HTMLElement {\n // StencilLazyHost\n constructor(self) {\n super(self);\n this.hasRegisteredEventListeners = false;\n self = this;\n registerHost(self, cmpMeta);\n if (BUILD25.shadowDom && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n if (supportsShadow) {\n if (!self.shadowRoot) {\n if (BUILD25.shadowDelegatesFocus) {\n self.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n self.attachShadow({ mode: \"open\" });\n }\n } else {\n if (self.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else if (!BUILD25.hydrateServerSide && !(\"shadowRoot\" in self)) {\n self.shadowRoot = self;\n }\n }\n }\n connectedCallback() {\n const hostRef = getHostRef(this);\n if (!this.hasRegisteredEventListeners) {\n this.hasRegisteredEventListeners = true;\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n }\n if (appLoadFallback) {\n clearTimeout(appLoadFallback);\n appLoadFallback = null;\n }\n if (isBootstrapping) {\n deferredConnectedCallbacks.push(this);\n } else {\n plt.jmp(() => connectedCallback(this));\n }\n }\n disconnectedCallback() {\n plt.jmp(() => disconnectedCallback(this));\n }\n componentOnReady() {\n return getHostRef(this).$onReadyPromise$;\n }\n };\n if (BUILD25.experimentalSlotFixes) {\n if (BUILD25.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(HostElement.prototype, cmpMeta);\n }\n } else {\n if (BUILD25.slotChildNodesFix) {\n patchChildSlotNodes(HostElement.prototype, cmpMeta);\n }\n if (BUILD25.cloneNodeFix) {\n patchCloneNode(HostElement.prototype);\n }\n if (BUILD25.appendChildSlotFix) {\n patchSlotAppendChild(HostElement.prototype);\n }\n if (BUILD25.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(HostElement.prototype);\n }\n }\n if (BUILD25.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */) {\n HostElement.formAssociated = true;\n }\n if (BUILD25.hotModuleReplacement) {\n HostElement.prototype[\"s-hmr\"] = function(hmrVersionId) {\n hmrStart(this, cmpMeta, hmrVersionId);\n };\n }\n cmpMeta.$lazyBundleId$ = lazyBundle[0];\n if (!exclude.includes(tagName) && !customElements2.get(tagName)) {\n cmpTags.push(tagName);\n customElements2.define(\n tagName,\n proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)\n );\n }\n });\n });\n if (cmpTags.length > 0) {\n if (hasSlotRelocation) {\n dataStyles.textContent += SLOT_FB_CSS;\n }\n if (BUILD25.invisiblePrehydration && (BUILD25.hydratedClass || BUILD25.hydratedAttribute)) {\n dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;\n }\n if (dataStyles.innerHTML.length) {\n dataStyles.setAttribute(\"data-styles\", \"\");\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n dataStyles.setAttribute(\"nonce\", nonce);\n }\n head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);\n }\n }\n isBootstrapping = false;\n if (deferredConnectedCallbacks.length) {\n deferredConnectedCallbacks.map((host) => host.connectedCallback());\n } else {\n if (BUILD25.profile) {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30, \"timeout\"));\n } else {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));\n }\n }\n endBootstrap();\n};\n\n// src/runtime/fragment.ts\nvar Fragment = (_, children) => children;\n\n// src/runtime/host-listener.ts\nimport { BUILD as BUILD26 } from \"@stencil/core/internal/app-data\";\nvar addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {\n if (BUILD26.hostListener && listeners) {\n if (BUILD26.hostListenerTargetParent) {\n if (attachParentListeners) {\n listeners = listeners.filter(([flags]) => flags & 32 /* TargetParent */);\n } else {\n listeners = listeners.filter(([flags]) => !(flags & 32 /* TargetParent */));\n }\n }\n listeners.map(([flags, name, method]) => {\n const target = BUILD26.hostListenerTarget ? getHostListenerTarget(elm, flags) : elm;\n const handler = hostListenerProxy(hostRef, method);\n const opts = hostListenerOpts(flags);\n plt.ael(target, name, handler, opts);\n (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));\n });\n }\n};\nvar hostListenerProxy = (hostRef, methodName) => (ev) => {\n var _a;\n try {\n if (BUILD26.lazyLoad) {\n if (hostRef.$flags$ & 256 /* isListenReady */) {\n (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);\n } else {\n (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);\n }\n } else {\n hostRef.$hostElement$[methodName](ev);\n }\n } catch (e) {\n consoleError(e);\n }\n};\nvar getHostListenerTarget = (elm, flags) => {\n if (BUILD26.hostListenerTargetDocument && flags & 4 /* TargetDocument */) return doc;\n if (BUILD26.hostListenerTargetWindow && flags & 8 /* TargetWindow */) return win;\n if (BUILD26.hostListenerTargetBody && flags & 16 /* TargetBody */) return doc.body;\n if (BUILD26.hostListenerTargetParent && flags & 32 /* TargetParent */ && elm.parentElement)\n return elm.parentElement;\n return elm;\n};\nvar hostListenerOpts = (flags) => supportsListenerOptions ? {\n passive: (flags & 1 /* Passive */) !== 0,\n capture: (flags & 2 /* Capture */) !== 0\n} : (flags & 2 /* Capture */) !== 0;\n\n// src/runtime/nonce.ts\nvar setNonce = (nonce) => plt.$nonce$ = nonce;\n\n// src/runtime/platform-options.ts\nvar setPlatformOptions = (opts) => Object.assign(plt, opts);\n\n// src/runtime/vdom/vdom-annotations.ts\nvar insertVdomAnnotations = (doc2, staticComponents) => {\n if (doc2 != null) {\n const docData = {\n hostIds: 0,\n rootLevelIds: 0,\n staticComponents: new Set(staticComponents)\n };\n const orgLocationNodes = [];\n parseVNodeAnnotations(doc2, doc2.body, docData, orgLocationNodes);\n orgLocationNodes.forEach((orgLocationNode) => {\n var _a;\n if (orgLocationNode != null && orgLocationNode[\"s-nr\"]) {\n const nodeRef = orgLocationNode[\"s-nr\"];\n let hostId = nodeRef[\"s-host-id\"];\n let nodeId = nodeRef[\"s-node-id\"];\n let childId = `${hostId}.${nodeId}`;\n if (hostId == null) {\n hostId = 0;\n docData.rootLevelIds++;\n nodeId = docData.rootLevelIds;\n childId = `${hostId}.${nodeId}`;\n if (nodeRef.nodeType === 1 /* ElementNode */) {\n nodeRef.setAttribute(HYDRATE_CHILD_ID, childId);\n } else if (nodeRef.nodeType === 3 /* TextNode */) {\n if (hostId === 0) {\n const textContent = (_a = nodeRef.nodeValue) == null ? void 0 : _a.trim();\n if (textContent === \"\") {\n orgLocationNode.remove();\n return;\n }\n }\n const commentBeforeTextNode = doc2.createComment(childId);\n commentBeforeTextNode.nodeValue = `${TEXT_NODE_ID}.${childId}`;\n insertBefore(nodeRef.parentNode, commentBeforeTextNode, nodeRef);\n }\n }\n let orgLocationNodeId = `${ORG_LOCATION_ID}.${childId}`;\n const orgLocationParentNode = orgLocationNode.parentElement;\n if (orgLocationParentNode) {\n if (orgLocationParentNode[\"s-en\"] === \"\") {\n orgLocationNodeId += `.`;\n } else if (orgLocationParentNode[\"s-en\"] === \"c\") {\n orgLocationNodeId += `.c`;\n }\n }\n orgLocationNode.nodeValue = orgLocationNodeId;\n }\n });\n }\n};\nvar parseVNodeAnnotations = (doc2, node, docData, orgLocationNodes) => {\n var _a;\n if (node == null) {\n return;\n }\n if (node[\"s-nr\"] != null) {\n orgLocationNodes.push(node);\n }\n if (node.nodeType === 1 /* ElementNode */) {\n const childNodes = [...Array.from(node.childNodes), ...Array.from(((_a = node.shadowRoot) == null ? void 0 : _a.childNodes) || [])];\n childNodes.forEach((childNode) => {\n const hostRef = getHostRef(childNode);\n if (hostRef != null && !docData.staticComponents.has(childNode.nodeName.toLowerCase())) {\n const cmpData = {\n nodeIds: 0\n };\n insertVNodeAnnotations(doc2, childNode, hostRef.$vnode$, docData, cmpData);\n }\n parseVNodeAnnotations(doc2, childNode, docData, orgLocationNodes);\n });\n }\n};\nvar insertVNodeAnnotations = (doc2, hostElm, vnode, docData, cmpData) => {\n if (vnode != null) {\n const hostId = ++docData.hostIds;\n hostElm.setAttribute(HYDRATE_ID, hostId);\n if (hostElm[\"s-cr\"] != null) {\n hostElm[\"s-cr\"].nodeValue = `${CONTENT_REF_ID}.${hostId}`;\n }\n if (vnode.$children$ != null) {\n const depth = 0;\n vnode.$children$.forEach((vnodeChild, index) => {\n insertChildVNodeAnnotations(doc2, vnodeChild, cmpData, hostId, depth, index);\n });\n }\n if (hostElm && vnode && vnode.$elm$ && !hostElm.hasAttribute(HYDRATE_CHILD_ID)) {\n const parent = hostElm.parentElement;\n if (parent && parent.childNodes) {\n const parentChildNodes = Array.from(parent.childNodes);\n const comment = parentChildNodes.find(\n (node) => node.nodeType === 8 /* CommentNode */ && node[\"s-sr\"]\n );\n if (comment) {\n const index = parentChildNodes.indexOf(hostElm) - 1;\n vnode.$elm$.setAttribute(\n HYDRATE_CHILD_ID,\n `${comment[\"s-host-id\"]}.${comment[\"s-node-id\"]}.0.${index}`\n );\n }\n }\n }\n }\n};\nvar insertChildVNodeAnnotations = (doc2, vnodeChild, cmpData, hostId, depth, index) => {\n const childElm = vnodeChild.$elm$;\n if (childElm == null) {\n return;\n }\n const nodeId = cmpData.nodeIds++;\n const childId = `${hostId}.${nodeId}.${depth}.${index}`;\n childElm[\"s-host-id\"] = hostId;\n childElm[\"s-node-id\"] = nodeId;\n if (childElm.nodeType === 1 /* ElementNode */) {\n childElm.setAttribute(HYDRATE_CHILD_ID, childId);\n } else if (childElm.nodeType === 3 /* TextNode */) {\n const parentNode = childElm.parentNode;\n const nodeName = parentNode == null ? void 0 : parentNode.nodeName;\n if (nodeName !== \"STYLE\" && nodeName !== \"SCRIPT\") {\n const textNodeId = `${TEXT_NODE_ID}.${childId}`;\n const commentBeforeTextNode = doc2.createComment(textNodeId);\n insertBefore(parentNode, commentBeforeTextNode, childElm);\n }\n } else if (childElm.nodeType === 8 /* CommentNode */) {\n if (childElm[\"s-sr\"]) {\n const slotName = childElm[\"s-sn\"] || \"\";\n const slotNodeId = `${SLOT_NODE_ID}.${childId}.${slotName}`;\n childElm.nodeValue = slotNodeId;\n }\n }\n if (vnodeChild.$children$ != null) {\n const childDepth = depth + 1;\n vnodeChild.$children$.forEach((vnode, index2) => {\n insertChildVNodeAnnotations(doc2, vnode, cmpData, hostId, childDepth, index2);\n });\n }\n};\nexport {\n BUILD27 as BUILD,\n Build,\n Env,\n Fragment,\n H,\n H as HTMLElement,\n Host,\n NAMESPACE2 as NAMESPACE,\n STENCIL_DEV_MODE,\n addHostEventListeners,\n bootstrapLazy,\n cmpModules,\n connectedCallback,\n consoleDevError,\n consoleDevInfo,\n consoleDevWarn,\n consoleError,\n createEvent,\n defineCustomElement,\n disconnectedCallback,\n doc,\n forceModeUpdate,\n forceUpdate,\n getAssetPath,\n getElement,\n getHostRef,\n getMode,\n getRenderingRef,\n getValue,\n h,\n insertVdomAnnotations,\n isMemberInElement,\n loadModule,\n modeResolutionChain,\n nextTick,\n parsePropertyValue,\n plt,\n postUpdateComponent,\n promiseResolve,\n proxyComponent,\n proxyCustomElement,\n readTask,\n registerHost,\n registerInstance,\n renderVdom,\n setAssetPath,\n setErrorHandler,\n setMode,\n setNonce,\n setPlatformHelpers,\n setPlatformOptions,\n setValue,\n styles,\n supportsConstructableStylesheets,\n supportsListenerOptions,\n supportsShadow,\n win,\n writeTask\n};\n","export const globalScripts = () => {};\n"],"mappings":"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","ignoreList":[]}
|