biel-search 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/biel-search/biel-search.css +1 -1
  2. package/dist/biel-search/biel-search.esm.js +1 -1
  3. package/dist/biel-search/biel-search.esm.js.map +1 -1
  4. package/dist/biel-search/p-058b66f6.js +3 -0
  5. package/dist/biel-search/p-058b66f6.js.map +1 -0
  6. package/dist/biel-search/p-33fde789.entry.js +3 -0
  7. package/dist/biel-search/p-33fde789.entry.js.map +1 -0
  8. package/dist/cjs/{biel-bot_10.cjs.entry.js → biel-bot_17.cjs.entry.js} +329 -41
  9. package/dist/cjs/biel-bot_17.cjs.entry.js.map +1 -0
  10. package/dist/cjs/biel-search.cjs.js +2 -2
  11. package/dist/cjs/{index-05fc01fd.js → index-e93f18b9.js} +5 -2
  12. package/dist/{esm/index-6ad604ca.js.map → cjs/index-e93f18b9.js.map} +1 -1
  13. package/dist/cjs/loader.cjs.js +2 -2
  14. package/dist/collection/collection-manifest.json +7 -0
  15. package/dist/collection/components/biel-bot/biel-bot.css +67 -4
  16. package/dist/collection/components/biel-bot/biel-bot.js +56 -14
  17. package/dist/collection/components/biel-bot/biel-bot.js.map +1 -1
  18. package/dist/collection/components/biel-button/biel-button.css +3 -3
  19. package/dist/collection/components/biel-button/biel-button.js +23 -3
  20. package/dist/collection/components/biel-button/biel-button.js.map +1 -1
  21. package/dist/collection/components/biel-chat/biel-chat.css +9 -3
  22. package/dist/collection/components/biel-chat/biel-chat.js +70 -16
  23. package/dist/collection/components/biel-chat/biel-chat.js.map +1 -1
  24. package/dist/collection/components/biel-feedback/biel-feedback.css +34 -0
  25. package/dist/collection/components/biel-feedback/biel-feedback.js +96 -0
  26. package/dist/collection/components/biel-feedback/biel-feedback.js.map +1 -0
  27. package/dist/collection/components/biel-header/biel-header.js +1 -1
  28. package/dist/collection/components/biel-input/biel-input.js +7 -1
  29. package/dist/collection/components/biel-input/biel-input.js.map +1 -1
  30. package/dist/collection/components/biel-message/biel-message.css +10 -4
  31. package/dist/collection/components/biel-message/biel-message.js +55 -1
  32. package/dist/collection/components/biel-message/biel-message.js.map +1 -1
  33. package/dist/collection/components/biel-search/biel-search.css +149 -0
  34. package/dist/collection/components/biel-search/biel-search.js +225 -0
  35. package/dist/collection/components/biel-search/biel-search.js.map +1 -0
  36. package/dist/collection/components/biel-search-body/biel-search-body.css +32 -0
  37. package/dist/collection/components/biel-search-body/biel-search-body.js +60 -0
  38. package/dist/collection/components/biel-search-body/biel-search-body.js.map +1 -0
  39. package/dist/collection/components/biel-search-button/biel-search-button.css +27 -0
  40. package/dist/collection/components/biel-search-button/biel-search-button.js +258 -0
  41. package/dist/collection/components/biel-search-button/biel-search-button.js.map +1 -0
  42. package/dist/collection/components/biel-search-header/biel-search-header.css +22 -0
  43. package/dist/collection/components/biel-search-header/biel-search-header.js +65 -0
  44. package/dist/collection/components/biel-search-header/biel-search-header.js.map +1 -0
  45. package/dist/collection/components/biel-search-input/biel-search-input.css +27 -0
  46. package/dist/collection/components/biel-search-input/biel-search-input.js +73 -0
  47. package/dist/collection/components/biel-search-input/biel-search-input.js.map +1 -0
  48. package/dist/collection/components/biel-search-result/biel-search-result.css +36 -0
  49. package/dist/collection/components/biel-search-result/biel-search-result.js +104 -0
  50. package/dist/collection/components/biel-search-result/biel-search-result.js.map +1 -0
  51. package/dist/collection/components/biel-sources/biel-sources.css +1 -1
  52. package/dist/collection/components/biel-sources/biel-sources.js +2 -2
  53. package/dist/collection/components/biel-suggested-questions/biel-suggested-questions.js +1 -1
  54. package/dist/collection/components/biel-table/biel-table.js +1 -1
  55. package/dist/collection/components/code-snippet/code-snippet.js +1 -1
  56. package/dist/collection/services/biel-service.js +15 -0
  57. package/dist/collection/services/biel-service.js.map +1 -1
  58. package/dist/components/biel-bot.js +1 -1
  59. package/dist/components/biel-button.js +24 -15
  60. package/dist/components/biel-button.js.map +1 -1
  61. package/dist/components/biel-chat.js +1 -1
  62. package/dist/components/biel-feedback.d.ts +11 -0
  63. package/dist/components/biel-feedback.js +8 -0
  64. package/dist/components/biel-feedback.js.map +1 -0
  65. package/dist/components/biel-header.js +1 -1
  66. package/dist/components/biel-input.js +1 -1
  67. package/dist/components/biel-message.js +1 -1
  68. package/dist/components/biel-search-body.d.ts +11 -0
  69. package/dist/components/biel-search-body.js +8 -0
  70. package/dist/components/biel-search-body.js.map +1 -0
  71. package/dist/components/biel-search-button.d.ts +11 -0
  72. package/dist/components/biel-search-button.js +131 -0
  73. package/dist/components/biel-search-button.js.map +1 -0
  74. package/dist/components/biel-search-header.d.ts +11 -0
  75. package/dist/components/biel-search-header.js +8 -0
  76. package/dist/components/biel-search-header.js.map +1 -0
  77. package/dist/components/biel-search-input.d.ts +11 -0
  78. package/dist/components/biel-search-input.js +8 -0
  79. package/dist/components/biel-search-input.js.map +1 -0
  80. package/dist/components/biel-search-result.d.ts +11 -0
  81. package/dist/components/biel-search-result.js +8 -0
  82. package/dist/components/biel-search-result.js.map +1 -0
  83. package/dist/components/biel-search.d.ts +11 -0
  84. package/dist/components/biel-search.js +8 -0
  85. package/dist/components/biel-search.js.map +1 -0
  86. package/dist/components/biel-sources.js +1 -1
  87. package/dist/components/biel-suggested-questions.js +1 -1
  88. package/dist/components/biel-table.js +1 -1
  89. package/dist/components/code-snippet.js +1 -1
  90. package/dist/components/index.js +1 -1
  91. package/dist/components/{p-e976f525.js → p-12a44540.js} +5 -5
  92. package/dist/components/{p-e976f525.js.map → p-12a44540.js.map} +1 -1
  93. package/dist/components/p-26228243.js +50 -0
  94. package/dist/components/p-26228243.js.map +1 -0
  95. package/dist/components/{p-cb355eb1.js → p-375384c8.js} +3 -3
  96. package/dist/components/{p-cb355eb1.js.map → p-375384c8.js.map} +1 -1
  97. package/dist/components/p-5824d0f5.js +104 -0
  98. package/dist/components/p-5824d0f5.js.map +1 -0
  99. package/dist/components/p-5dded8c6.js +52 -0
  100. package/dist/components/p-5dded8c6.js.map +1 -0
  101. package/dist/components/p-7765d5da.js +45 -0
  102. package/dist/components/p-7765d5da.js.map +1 -0
  103. package/dist/components/p-7880fb02.js +134 -0
  104. package/dist/components/p-7880fb02.js.map +1 -0
  105. package/dist/components/p-9fc2572d.js +53 -0
  106. package/dist/components/p-9fc2572d.js.map +1 -0
  107. package/dist/components/{p-4ebff3f5.js → p-a21c64b8.js} +9 -3
  108. package/dist/components/p-a21c64b8.js.map +1 -0
  109. package/dist/components/{p-e6f985f6.js → p-a3add806.js} +3 -3
  110. package/dist/components/{p-e6f985f6.js.map → p-a3add806.js.map} +1 -1
  111. package/dist/components/p-a44f2e39.js +45 -0
  112. package/dist/components/p-a44f2e39.js.map +1 -0
  113. package/dist/components/p-a8dadea3.js +47 -0
  114. package/dist/components/p-a8dadea3.js.map +1 -0
  115. package/dist/components/{p-b59301b6.js → p-c1d5f8c1.js} +51 -59
  116. package/dist/components/p-c1d5f8c1.js.map +1 -0
  117. package/dist/components/{p-850f691d.js → p-c85d6de7.js} +3 -3
  118. package/dist/components/{p-850f691d.js.map → p-c85d6de7.js.map} +1 -1
  119. package/dist/components/{p-67420809.js → p-cf63a7e6.js} +20 -8
  120. package/dist/components/p-cf63a7e6.js.map +1 -0
  121. package/dist/components/{p-7b8b1ac3.js → p-ea1c6f77.js} +5 -2
  122. package/dist/components/p-ea1c6f77.js.map +1 -0
  123. package/dist/components/{p-7f60983b.js → p-ed218f53.js} +3 -3
  124. package/dist/components/{p-7f60983b.js.map → p-ed218f53.js.map} +1 -1
  125. package/dist/esm/{biel-bot_10.entry.js → biel-bot_17.entry.js} +323 -42
  126. package/dist/esm/biel-bot_17.entry.js.map +1 -0
  127. package/dist/esm/biel-search.js +3 -3
  128. package/dist/esm/{index-6ad604ca.js → index-f738eebf.js} +5 -2
  129. package/dist/esm/index-f738eebf.js.map +1 -0
  130. package/dist/esm/loader.js +3 -3
  131. package/dist/types/components/biel-bot/biel-bot.d.ts +9 -0
  132. package/dist/types/components/biel-button/biel-button.d.ts +2 -0
  133. package/dist/types/components/biel-chat/biel-chat.d.ts +6 -1
  134. package/dist/types/components/biel-feedback/biel-feedback.d.ts +13 -0
  135. package/dist/types/components/biel-input/biel-input.d.ts +1 -0
  136. package/dist/types/components/biel-message/biel-message.d.ts +3 -0
  137. package/dist/types/components/biel-search/biel-search.d.ts +26 -0
  138. package/dist/types/components/biel-search-body/biel-search-body.d.ts +9 -0
  139. package/dist/types/components/biel-search-button/biel-search-button.d.ts +21 -0
  140. package/dist/types/components/biel-search-header/biel-search-header.d.ts +7 -0
  141. package/dist/types/components/biel-search-input/biel-search-input.d.ts +8 -0
  142. package/dist/types/components/biel-search-result/biel-search-result.d.ts +8 -0
  143. package/dist/types/components.d.ts +215 -6
  144. package/dist/types/services/biel-service.d.ts +3 -0
  145. package/package.json +1 -1
  146. package/dist/biel-search/p-1b3c90ca.js +0 -3
  147. package/dist/biel-search/p-1b3c90ca.js.map +0 -1
  148. package/dist/biel-search/p-8fac33bd.entry.js +0 -3
  149. package/dist/biel-search/p-8fac33bd.entry.js.map +0 -1
  150. package/dist/cjs/biel-bot_10.cjs.entry.js.map +0 -1
  151. package/dist/cjs/index-05fc01fd.js.map +0 -1
  152. package/dist/components/p-4ebff3f5.js.map +0 -1
  153. package/dist/components/p-530cd64c.js +0 -106
  154. package/dist/components/p-530cd64c.js.map +0 -1
  155. package/dist/components/p-67420809.js.map +0 -1
  156. package/dist/components/p-7b8b1ac3.js.map +0 -1
  157. package/dist/components/p-b59301b6.js.map +0 -1
  158. package/dist/esm/biel-bot_10.entry.js.map +0 -1
@@ -1 +1 @@
1
- :root{--biel-primary-color:#0070F4;--biel-primary-light-color:#3a99ff;--biel-secondary-color:#f1f3f4;--biel-light-color:#ccc;--biel-dark-color:#191919;--biel-dark-hover-color:#333;--biel-text-color:#5f6368;--biel-white-color:#fff;--biel-white-hover-color:#eee;--biel-highlight-color:#ffb422;--biel-scrollbar-color:#888888;--biel-scrollbar-hover-color:#666666;--code-snippet-header-color:#3a3a3a;--biel-message-source-color:#3b3b3b;--biel-message-source-hover-color:#303030;--biel-table-header-color:#2b2b2b;--biel-font-family:"Inter", "Tahoma", "sans-serif";--biel-text-font-size:14px;--biel-text-lg-font-size:16px;--biel-text-xl-font-size:18px;--code-snippet-font-family:"Courier New", "Courier", "monospace";--biel-button-border-radius:20px;--biel-button-dark-bg-color:var(--biel-primary-color);--biel-button-dark-text-color:var(--biel-white-color);--biel-button-icon-size:20px;--biel-button-light-bg-color:var(--biel-white-color);--biel-button-light-text-color:var(--biel-primary-color);--biel-button-text-font-size:var(--biel-text-lg-font-size);--biel-button-text-font-weight:400;--biel-button-z-index:300;--biel-bot-close-bg-color:var(--biel-white-color);--biel-bot-close-color:var(--biel-dark-color);--biel-bot-content-bg-color:var(--biel-white-color);--biel-bot-content-border-color:var(--biel-light-color);--biel-bot-content-border-radius:8px;--biel-bot-content-font-family:var(--biel-font-family);--biel-bot-content-position-bottom:10px;--biel-bot-content-position-left:10px;--biel-bot-content-position-right:10px;--biel-bot-content-position-top:10px;--biel-bot-content-text-color:var(--biel-text-color);--biel-bot-content-z-index:300;--biel-input-color:var(--biel-dark-color);--biel-input-border-color:var(--biel-dark-color);--biel-input-button-color:var(--biel-white-color);--biel-input-button-bg-color:var(--biel-dark-color);--biel-input-button-hover-bg-color:var(--biel-dark-hover-color);--biel-input-border-radius:6px;--biel-input-font-family:var(--biel-font-family);--biel-input-textarea-max-height:102px;--biel-input-textarea-min-height:17px;--biel-message-biel-text-color:var(--biel-white-color);--biel-message-user-text-color:var(--biel-white-color);--biel-message-biel-background-color:var(--biel-dark-color);--biel-message-user-background-color:var(--biel-primary-color);--biel-message-avatar-width:20px;--biel-message-avatar-height:20px;--biel-message-padding:10px;--biel-message-avatar-margin-right:10px;--biel-message-border-radius:10px;--biel-message-source-font-size:14px;--biel-message-source-background-color:var(--biel-message-source-color);--biel-message-source-background-hover-color:var(--biel-message-source-hover-color);--biel-message-source-link-color:var(--biel-primary-light-color);--biel-chat-scrollbar-color:var(--biel-scrollbar-color);--biel-chat-scrollbar-hover-color:var(--biel-scrollbar-hover-color);--biel-header-font-family:var(--biel-font-family);--biel-header-font-size:var(--biel-text-xl-font-size);--biel-header-font-weight:600;--biel-header-powered-by-font-weight:400;--biel-header-powered-by-text-color:var(--biel-text-color);--biel-header-powered-by-link-color:var(--biel-dark-color);--biel-header-text-color:var(--biel-dark-color);--biel-header-border-color:var(--biel-light-color);--code-snippet-header-text-color:var(--biel-text-color);--code-snippet-content-text-color:var(--biel-white-color);--code-snippet-header-bg-color:var(--code-snippet-header-color);--code-snippet-content-bg-color:var(--biel-dark-color);--code-snippet-font-size:var(--biel-text-font-size);--biel-footer-font-size:12px;--biel-table-th-bg-color:var(--biel-table-header-color);--biel-table-bg-color:var(--biel-dark-color);--biel-table-content-text-color:var(--biel-white-color);--biel-suggested-questions-text-color:var(--biel-dark-color);--biel-suggested-questions-text-hover-color:var(--biel-white-color);--biel-suggested-questions-bg-color:var(--biel-white-color);--biel-suggested-questions-bg-hover-color:var(--biel-primary-color);--biel-suggested-questions-border-color:var(--biel-primary-color)}[data-theme='dark']{--biel-text-color:#b0b8c4;--biel-light-color:#363636;--biel-scrollbar-color:#555555;--biel-scrollbar-hover-color:#333333;--biel-message-source-color:#eee;--biel-message-source-hover-color:#ddd;--biel-bot-button-bg-color-active:transparent;--biel-bot-button-icon-color:var(--biel-white-color);--biel-bot-button-text-color:var(--biel-white-color);--biel-header-text-color:var(--biel-white-color);--biel-bot-close-bg-color:transparent;--biel-bot-close-color:var(--biel-white-color);--biel-bot-content-bg-color:var(--biel-dark-color);--biel-bot-content-text-color:var(--biel-text-color);--biel-header-powered-by-link-color:var(--biel-white-color);--biel-input-color:var(--biel-white-color);--biel-input-border-color:var(--biel-white-color);--biel-input-button-color:var(--biel-dark-color);--biel-input-button-bg-color:var(--biel-white-color);--biel-input-button-hover-bg-color:var(--biel-white-hover-color);--biel-message-biel-text-color:var(--biel-dark-color);--biel-message-biel-background-color:var(--biel-white-color);--biel-message-source-link-color:var(--biel-primary-color);--biel-suggested-questions-text-color:var(--biel-white-color);--biel-suggested-questions-bg-color:var(--biel-dark-color)}
1
+ :root{--biel-primary-color:#0070F4;--biel-primary-light-color:#3a99ff;--biel-secondary-color:#f1f3f4;--biel-light-color:#ccc;--biel-dark-color:#191919;--biel-dark-hover-color:#333;--biel-text-color:#5f6368;--biel-white-color:#fff;--biel-white-hover-color:#eee;--biel-highlight-color:#ffb422;--biel-scrollbar-color:#888888;--biel-scrollbar-hover-color:#666666;--code-snippet-header-color:#3a3a3a;--biel-message-source-color:#3b3b3b;--biel-message-source-hover-color:#303030;--biel-table-header-color:#2b2b2b;--biel-result-color:#f9fafb;--biel-result-hover-color:#ebebeb;--biel-font-family:"Inter", "Tahoma", "sans-serif";--biel-text-font-size:14px;--biel-text-lg-font-size:16px;--biel-text-xl-font-size:18px;--code-snippet-font-family:"Courier New", "Courier", "monospace";--biel-button-border-radius:20px;--biel-button-dark-bg-color:var(--biel-primary-color);--biel-button-dark-text-color:var(--biel-white-color);--biel-button-icon-size:20px;--biel-button-light-bg-color:var(--biel-white-color);--biel-button-light-text-color:var(--biel-primary-color);--biel-button-text-font-size:var(--biel-text-lg-font-size);--biel-button-text-font-weight:400;--biel-button-z-index:300;--biel-bot-close-bg-color:var(--biel-white-color);--biel-bot-close-color:var(--biel-dark-color);--biel-bot-content-bg-color:var(--biel-white-color);--biel-bot-content-border-color:var(--biel-light-color);--biel-bot-content-border-radius:8px;--biel-bot-content-font-family:var(--biel-font-family);--biel-bot-content-position-bottom:10px;--biel-bot-content-position-left:10px;--biel-bot-content-position-right:10px;--biel-bot-content-position-top:10px;--biel-bot-content-text-color:var(--biel-text-color);--biel-bot-content-z-index:300;--biel-input-color:var(--biel-dark-color);--biel-input-border-color:var(--biel-dark-color);--biel-input-button-color:var(--biel-white-color);--biel-input-button-bg-color:var(--biel-dark-color);--biel-input-button-hover-bg-color:var(--biel-dark-hover-color);--biel-input-border-radius:6px;--biel-input-font-family:var(--biel-font-family);--biel-input-textarea-max-height:102px;--biel-input-textarea-min-height:17px;--biel-message-biel-text-color:var(--biel-white-color);--biel-message-user-text-color:var(--biel-white-color);--biel-message-biel-background-color:var(--biel-dark-color);--biel-message-user-background-color:var(--biel-primary-color);--biel-message-avatar-width:20px;--biel-message-avatar-height:20px;--biel-message-padding:10px;--biel-message-avatar-margin-right:10px;--biel-message-border-radius:10px;--biel-message-source-font-size:14px;--biel-message-source-background-color:var(--biel-message-source-color);--biel-message-source-background-hover-color:var(--biel-message-source-hover-color);--biel-message-link-color:var(--biel-primary-light-color);--biel-chat-scrollbar-color:var(--biel-scrollbar-color);--biel-chat-scrollbar-hover-color:var(--biel-scrollbar-hover-color);--biel-chat-height:45vh;--biel-header-font-family:var(--biel-font-family);--biel-header-font-size:var(--biel-text-xl-font-size);--biel-header-font-weight:600;--biel-header-powered-by-font-weight:400;--biel-header-powered-by-text-color:var(--biel-text-color);--biel-header-powered-by-link-color:var(--biel-dark-color);--biel-header-text-color:var(--biel-dark-color);--biel-header-border-color:var(--biel-light-color);--code-snippet-header-text-color:var(--biel-text-color);--code-snippet-content-text-color:var(--biel-white-color);--code-snippet-header-bg-color:var(--code-snippet-header-color);--code-snippet-content-bg-color:var(--biel-dark-color);--code-snippet-font-size:var(--biel-text-font-size);--biel-footer-font-size:12px;--biel-table-th-bg-color:var(--biel-table-header-color);--biel-table-bg-color:var(--biel-dark-color);--biel-table-content-text-color:var(--biel-white-color);--biel-suggested-questions-text-color:var(--biel-dark-color);--biel-suggested-questions-text-hover-color:var(--biel-white-color);--biel-suggested-questions-bg-color:var(--biel-white-color);--biel-suggested-questions-bg-hover-color:var(--biel-primary-color);--biel-suggested-questions-border-color:var(--biel-primary-color);--biel-feedback-background-color:var(--biel-message-source-color);--biel-feedback-background-hover-color:var(--biel-message-source-hover-color);--biel-feedback-background-selected-color:var(--biel-primary-color);--biel-feedback-text-color:var(--biel-white-color);--biel-feedback-text-selected-color:var(--biel-white-color);--biel-search-button-border-radius:20px;--biel-search-button-bg-color:var(--biel-white-color);--biel-search-button-text-color:var(--biel-text-color);--biel-search-button-icon-size:20px;--biel-search-button-text-font-size:var(--biel-text-lg-font-size);--biel-search-button-text-font-weight:400;--biel-search-button-z-index:300;--biel-search-content-bg-color:var(--biel-white-color);--biel-search-content-border-color:var(--biel-light-color);--biel-search-content-border-radius:8px;--biel-search-content-font-family:var(--biel-font-family);--biel-search-content-position-bottom:10px;--biel-search-content-position-left:10px;--biel-search-content-position-right:10px;--biel-search-content-position-top:10px;--biel-search-content-text-color:var(--biel-dark-color);--biel-search-content-z-index:300;--biel-search-button-text-color:var(--biel-dark-color);--biel-search-body-max-height:250px;--biel-search-result-bg-color:var(--biel-result-color);--biel-search-result-bg-hover-color:var(--biel-result-hover-color);--biel-search-result-border-color:var(--biel-light-color);--biel-search-result-title-color:var(--biel-dark-color);--biel-search-result-description-color:var(--biel-scrollbar-hover-color);--biel-search-result-mark-color:var(--biel-primary-color)}[data-theme='dark']{--biel-text-color:#b0b8c4;--biel-light-color:#363636;--biel-scrollbar-color:#555555;--biel-scrollbar-hover-color:#333333;--biel-message-source-color:#eee;--biel-message-source-hover-color:#ddd;--biel-result-color:#2b2b2b;--biel-result-hover-color:#3a3a3a;--biel-bot-button-bg-color-active:transparent;--biel-bot-button-icon-color:var(--biel-white-color);--biel-bot-button-text-color:var(--biel-white-color);--biel-header-text-color:var(--biel-white-color);--biel-bot-close-bg-color:transparent;--biel-bot-close-color:var(--biel-white-color);--biel-bot-content-bg-color:var(--biel-dark-color);--biel-bot-content-text-color:var(--biel-text-color);--biel-header-powered-by-link-color:var(--biel-white-color);--biel-input-color:var(--biel-white-color);--biel-input-border-color:var(--biel-white-color);--biel-input-button-color:var(--biel-dark-color);--biel-input-button-bg-color:var(--biel-white-color);--biel-input-button-hover-bg-color:var(--biel-white-hover-color);--biel-message-biel-text-color:var(--biel-dark-color);--biel-message-biel-background-color:var(--biel-white-color);--biel-message-source-link-color:var(--biel-primary-color);--biel-suggested-questions-text-color:var(--biel-white-color);--biel-suggested-questions-bg-color:var(--biel-dark-color);--biel-feedback-text-color:var(--biel-dark-color);--biel-search-button-bg-color:var(--biel-dark-color);--biel-search-button-text-color:var(--biel-white-color);--biel-search-content-text-color:var(--biel-text-color);--biel-search-content-bg-color:var(--biel-dark-color);--biel-search-content-text-color:var(--biel-text-color);--biel-search-content-border-color:var(--biel-dark-color);--biel-search-button-text-color:var(--biel-white-color);--biel-search-result-border-color:var(--biel-light-color);--biel-search-result-title-color:var(--biel-white-color);--biel-search-result-description-color:var(--biel-text-color);--biel-search-result-mark-color:var(--biel-primary-light-color)}
@@ -1,2 +1,2 @@
1
- import{p as e,b as t}from"./p-1b3c90ca.js";export{s as setNonce}from"./p-1b3c90ca.js";import{g as o}from"./p-e1255160.js";var a=()=>{const t=import.meta.url;const s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return e(s)};a().then((async e=>{await o();return t([["p-8fac33bd",[[1,"biel-button",{customFont:[4,"custom-font"],project:[1],buttonStyle:[1,"button-style"],buttonPosition:[1,"button-position"],modalPosition:[1,"modal-position"],headerTitle:[1,"header-title"],hideIcon:[4,"hide-icon"],hideExpandButton:[4,"hide-expand-button"],expandModal:[4,"expand-modal"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],footerText:[1,"footer-text"],initialMessages:[16],disableInput:[4,"disable-input"]}],[1,"biel-bot",{modalPosition:[1,"modal-position"],project:[1],showModal:[1540,"show-modal"],fetchData:[4,"fetch-data"],headerTitle:[1,"header-title"],inputPlaceholderText:[1,"input-placeholder-text"],sendButtonText:[1,"send-button-text"],hideExpandButton:[4,"hide-expand-button"],expandModal:[4,"expand-modal"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],footerText:[1,"footer-text"],suggestedQuestionsTitle:[1,"suggested-questions-title"],initialMessages:[16],disableInput:[4,"disable-input"],isFullscreen:[32],isLoading:[32],showPoweredBy:[32],suggestedQuestions:[32],welcomeMessage:[32],messages:[32],loadedChat:[32]},[[16,"closeClicked","handleClose"],[16,"fullscreenClicked","handleFullscreenClicked"],[16,"suggestedQuestionClick","handleQuestionSelected"]]],[1,"biel-chat",{messages:[16],isFullscreen:[4,"is-fullscreen"],isLoading:[4,"is-loading"],suggestedQuestions:[16],welcomeMessage:[1,"welcome-message"],suggestedQuestionsTitle:[1,"suggested-questions-title"],loadedChat:[4,"loaded-chat"],offset:[32]},[[16,"textareaHeightChanged","handleTextareaHeightChanged"]]],[1,"biel-header",{headerTitle:[1,"header-title"],project:[1],hideExpandButton:[4,"hide-expand-button"],showPoweredBy:[4,"show-powered-by"],fullscreen:[4],isFullscreen:[32]}],[1,"biel-input",{placeholderText:[1,"placeholder-text"],sendButtonText:[1,"send-button-text"],isDisabled:[4,"is-disabled"],userInput:[32]}],[1,"biel-message",{sender:[1],text:[1],sources:[16],content:[32]}],[1,"biel-suggested-questions",{heading:[1],questions:[16]}],[1,"biel-sources",{sources:[16],showSources:[32]}],[1,"biel-table",{tableData:[1,"table-data"]}],[1,"code-snippet",{code:[1],copyButtonText:[1,"copy-button-text"],copiedButtonText:[1,"copied-button-text"],copied:[32]}]]]],e)}));
1
+ import{p as e,b as t}from"./p-058b66f6.js";export{s as setNonce}from"./p-058b66f6.js";import{g as o}from"./p-e1255160.js";var a=()=>{const t=import.meta.url;const s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return e(s)};a().then((async e=>{await o();return t([["p-33fde789",[[1,"biel-button",{customFont:[4,"custom-font"],project:[1],buttonStyle:[1,"button-style"],buttonPosition:[1,"button-position"],modalPosition:[1,"modal-position"],headerTitle:[1,"header-title"],hideIcon:[4,"hide-icon"],hideExpandButton:[4,"hide-expand-button"],expandModal:[4,"expand-modal"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],footerText:[1,"footer-text"],initialMessages:[16],disableInput:[4,"disable-input"],hideFeedback:[4,"hide-feedback"]}],[1,"biel-search-button",{customFont:[4,"custom-font"],project:[1],buttonStyle:[1,"button-style"],modalPosition:[1,"modal-position"],hideIcon:[4,"hide-icon"],hideCtrlK:[4,"hide-ctrl-k"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],searchPlaceholder:[1,"search-placeholder"]}],[1,"biel-bot",{modalPosition:[1,"modal-position"],project:[1],showModal:[1540,"show-modal"],fetchData:[4,"fetch-data"],headerTitle:[1,"header-title"],inputPlaceholderText:[1,"input-placeholder-text"],sendButtonText:[1,"send-button-text"],hideExpandButton:[4,"hide-expand-button"],expandModal:[4,"expand-modal"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],footerText:[1,"footer-text"],suggestedQuestionsTitle:[1,"suggested-questions-title"],initialMessages:[16],disableInput:[4,"disable-input"],hideFeedback:[4,"hide-feedback"],isFullscreen:[32],isLoading:[32],showPoweredBy:[32],suggestedQuestions:[32],welcomeMessage:[32],messages:[32],loadedChat:[32]},[[16,"closeClicked","handleClose"],[16,"fullscreenClicked","handleFullscreenClicked"],[16,"suggestedQuestionClick","handleQuestionSelected"],[16,"feedbackSent","handleFeedback"]]],[1,"biel-search",{modalPosition:[1,"modal-position"],project:[1],showModal:[1540,"show-modal"],fetchData:[4,"fetch-data"],errorMessage404:[1,"error-message-4-0-4"],errorMessage403:[1,"error-message-4-0-3"],errorMessageDefault:[1,"error-message-default"],searchPlaceholder:[1,"search-placeholder"],showPoweredBy:[32],searchResults:[32],searchQuery:[32]},[[16,"closeSearchClicked","handleClose"],[16,"inputChanged","handleinputChanged"]]],[1,"biel-chat",{messages:[16],isFullscreen:[4,"is-fullscreen"],isLoading:[4,"is-loading"],suggestedQuestions:[16],welcomeMessage:[1,"welcome-message"],suggestedQuestionsTitle:[1,"suggested-questions-title"],loadedChat:[4,"loaded-chat"],hideFeedback:[4,"hide-feedback"],modalPosition:[1,"modal-position"],offset:[32],chatHeight:[32]},[[16,"textareaHeightChanged","handleTextareaHeightChanged"]]],[1,"biel-search-body",{searchResults:[16],searchQuery:[1,"search-query"]}],[1,"biel-search-header",{placeholderText:[1,"placeholder-text"]}],[1,"biel-header",{headerTitle:[1,"header-title"],project:[1],hideExpandButton:[4,"hide-expand-button"],showPoweredBy:[4,"show-powered-by"],fullscreen:[4],isFullscreen:[32]}],[1,"biel-input",{placeholderText:[1,"placeholder-text"],sendButtonText:[1,"send-button-text"],isDisabled:[4,"is-disabled"],userInput:[32]}],[1,"biel-message",{messageId:[1,"message-id"],sender:[1],text:[1],sources:[16],feedback:[2],hideFeedback:[4,"hide-feedback"],content:[32]}],[1,"biel-search-input",{placeholderText:[1,"placeholder-text"],searchQuery:[32]}],[1,"biel-search-result",{resultTitle:[1,"result-title"],resultDescription:[1,"result-description"],resultUrl:[1,"result-url"],searchQuery:[1,"search-query"]}],[1,"biel-suggested-questions",{heading:[1],questions:[16]}],[1,"biel-feedback",{messageId:[1,"message-id"],initialReaction:[2,"initial-reaction"],reaction:[32]}],[1,"biel-sources",{sources:[16],showSources:[32]}],[1,"biel-table",{tableData:[1,"table-data"]}],[1,"code-snippet",{code:[1],copyButtonText:[1,"copy-button-text"],copiedButtonText:[1,"copied-button-text"],copied:[32]}]]]],e)}));
2
2
  //# sourceMappingURL=biel-search.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","customFont","project","buttonStyle","buttonPosition","modalPosition","headerTitle","hideIcon","hideExpandButton","expandModal","errorMessage404","errorMessage403","errorMessageDefault","footerText","initialMessages","disableInput","showModal","fetchData","inputPlaceholderText","sendButtonText","suggestedQuestionsTitle","isFullscreen","isLoading","showPoweredBy","suggestedQuestions","welcomeMessage","messages","loadedChat","offset","fullscreen","placeholderText","isDisabled","userInput","sender","text","sources","content","heading","questions","showSources","tableData","code","copyButtonText","copiedButtonText","copied"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAc,iCAA8B,CAAAC,WAAS,kBAAAC,QAAA,IAAAC,YAAA,mBAAAC,eAAA,sBAAAC,cAAA,qBAAAC,YAAA,mBAAAC,SAAA,gBAAAC,iBAAA,yBAAAC,YAAA,mBAAAC,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAC,WAAA,kBAAAC,gBAAA,KAAAC,aAAA,qCAAAV,cAAA,qBAAAH,QAAA,IAAAc,UAAA,oBAAAC,UAAA,iBAAAX,YAAA,mBAAAY,qBAAA,6BAAAC,eAAA,uBAAAX,iBAAA,yBAAAC,YAAA,mBAAAC,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAC,WAAA,kBAAAO,wBAAA,gCAAAN,gBAAA,KAAAC,aAAA,oBAAAM,aAAA,KAAAC,UAAA,KAAAC,cAAA,KAAAC,mBAAA,KAAAC,eAAA,KAAAC,SAAA,KAAAC,WAAA,qKAAAD,SAAA,KAAAL,aAAA,oBAAAC,UAAA,iBAAAE,mBAAA,KAAAC,eAAA,sBAAAL,wBAAA,gCAAAO,WAAA,kBAAAC,OAAA,sFAAAtB,YAAA,mBAAAJ,QAAA,IAAAM,iBAAA,yBAAAe,cAAA,sBAAAM,WAAA,IAAAR,aAAA,wBAAAS,gBAAA,uBAAAX,eAAA,uBAAAY,WAAA,kBAAAC,UAAA,0BAAAC,OAAA,IAAAC,KAAA,IAAAC,QAAA,KAAAC,QAAA,sCAAAC,QAAA,IAAAC,UAAA,0BAAAH,QAAA,KAAAI,YAAA,wBAAAC,UAAA,sCAAAC,KAAA,IAAAC,eAAA,uBAAAC,iBAAA,yBAAAC,OAAA,UAAA9C,EAAA","ignoreList":[]}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","async","options","globalScripts","bootstrapLazy","customFont","project","buttonStyle","buttonPosition","modalPosition","headerTitle","hideIcon","hideExpandButton","expandModal","errorMessage404","errorMessage403","errorMessageDefault","footerText","initialMessages","disableInput","hideFeedback","hideCtrlK","searchPlaceholder","showModal","fetchData","inputPlaceholderText","sendButtonText","suggestedQuestionsTitle","isFullscreen","isLoading","showPoweredBy","suggestedQuestions","welcomeMessage","messages","loadedChat","searchResults","searchQuery","offset","chatHeight","placeholderText","fullscreen","isDisabled","userInput","messageId","sender","text","sources","feedback","content","resultTitle","resultDescription","resultUrl","heading","questions","initialReaction","reaction","showSources","tableData","code","copyButtonText","copiedButtonText","copied"],"sources":["node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com\n */\n\n// src/client/client-patch-browser.ts\nimport { BUILD, NAMESPACE } from \"@stencil/core/internal/app-data\";\nimport { consoleDevInfo, doc, H, promiseResolve } from \"@stencil/core\";\nvar patchBrowser = () => {\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo(\"Running in development mode.\");\n }\n if (BUILD.cloneNodeFix) {\n patchCloneNodeFix(H.prototype);\n }\n const scriptElm = BUILD.scriptDataOpts ? Array.from(doc.querySelectorAll(\"script\")).find(\n (s) => new RegExp(`/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) || s.getAttribute(\"data-stencil-namespace\") === NAMESPACE\n ) : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})[\"data-opts\"] || {} : {};\n if (importMeta !== \"\") {\n opts.resourcesUrl = new URL(\".\", importMeta).href;\n }\n return promiseResolve(opts);\n};\nvar patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function(deep) {\n if (this.nodeName === \"TEMPLATE\") {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport {\n patchBrowser\n};\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(async (options) => {\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"0HAOA,IAAIA,EAAe,KAUjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAC3E,GAAIF,IAAe,GAAI,CACrBE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IACjD,CACE,OAAOC,EAAeJ,EAAK,EClB7BH,IAAeQ,MAAKC,MAAOC,UACnBC,IACN,OAAOC,EAAc,iCAA8B,CAAAC,WAAS,kBAAAC,QAAA,IAAAC,YAAA,mBAAAC,eAAA,sBAAAC,cAAA,qBAAAC,YAAA,mBAAAC,SAAA,gBAAAC,iBAAA,yBAAAC,YAAA,mBAAAC,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAC,WAAA,kBAAAC,gBAAA,KAAAC,aAAA,oBAAAC,aAAA,+CAAAf,WAAA,kBAAAC,QAAA,IAAAC,YAAA,mBAAAE,cAAA,qBAAAE,SAAA,gBAAAU,UAAA,kBAAAP,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAM,kBAAA,0CAAAb,cAAA,qBAAAH,QAAA,IAAAiB,UAAA,oBAAAC,UAAA,iBAAAd,YAAA,mBAAAe,qBAAA,6BAAAC,eAAA,uBAAAd,iBAAA,yBAAAC,YAAA,mBAAAC,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAC,WAAA,kBAAAU,wBAAA,gCAAAT,gBAAA,KAAAC,aAAA,oBAAAC,aAAA,oBAAAQ,aAAA,KAAAC,UAAA,KAAAC,cAAA,KAAAC,mBAAA,KAAAC,eAAA,KAAAC,SAAA,KAAAC,WAAA,4MAAAzB,cAAA,qBAAAH,QAAA,IAAAiB,UAAA,oBAAAC,UAAA,iBAAAV,gBAAA,0BAAAC,gBAAA,0BAAAC,oBAAA,4BAAAM,kBAAA,yBAAAQ,cAAA,KAAAK,cAAA,KAAAC,YAAA,0GAAAH,SAAA,KAAAL,aAAA,oBAAAC,UAAA,iBAAAE,mBAAA,KAAAC,eAAA,sBAAAL,wBAAA,gCAAAO,WAAA,kBAAAd,aAAA,oBAAAX,cAAA,qBAAA4B,OAAA,KAAAC,WAAA,2FAAAH,cAAA,KAAAC,YAAA,8CAAAG,gBAAA,2CAAA7B,YAAA,mBAAAJ,QAAA,IAAAM,iBAAA,yBAAAkB,cAAA,sBAAAU,WAAA,IAAAZ,aAAA,wBAAAW,gBAAA,uBAAAb,eAAA,uBAAAe,WAAA,kBAAAC,UAAA,0BAAAC,UAAA,iBAAAC,OAAA,IAAAC,KAAA,IAAAC,QAAA,KAAAC,SAAA,IAAA3B,aAAA,oBAAA4B,QAAA,+BAAAT,gBAAA,uBAAAH,YAAA,gCAAAa,YAAA,mBAAAC,kBAAA,yBAAAC,UAAA,iBAAAf,YAAA,oDAAAgB,QAAA,IAAAC,UAAA,2BAAAV,UAAA,iBAAAW,gBAAA,uBAAAC,SAAA,0BAAAT,QAAA,KAAAU,YAAA,wBAAAC,UAAA,sCAAAC,KAAA,IAAAC,eAAA,uBAAAC,iBAAA,yBAAAC,OAAA,UAAA3D,EAAA","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ const e="biel-search";const t={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:true,cmpDidRender:false,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:false,cmpWillUpdate:false,connectedCallback:true,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:true,element:false,event:true,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:true,hostListenerTarget:true,hostListenerTargetBody:true,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:true,lifecycleDOMEvents:false,member:true,method:false,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:false,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:true,slot:true,slotChildNodesFix:false,slotRelocation:false,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:false,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:false,vdomText:true,vdomXlink:false,watchCallback:false};var r=Object.defineProperty;var n=(e,t)=>{for(var n in t)r(e,n,{get:t[n],enumerable:true})};var s=new WeakMap;var l=e=>s.get(e);var o=(e,t)=>s.set(t.t=e,t);var a=(e,t)=>{const r={l:0,$hostElement$:e,o:t,i:new Map};{r.u=new Promise((e=>r.v=e));e["s-p"]=[];e["s-rc"]=[]}return s.set(e,r)};var i=(e,t)=>t in e;var f=(e,t)=>(0,console.error)(e,t);var c=new Map;var u=(e,t,r)=>{const n=e.p.replace(/-/g,"_");const s=e.h;if(!s){return void 0}const l=c.get(s);if(l){return l[n]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${s}.entry.js${""}`).then((e=>{{c.set(s,e)}return e[n]}),f)};var v=new Map;var d="{visibility:hidden}.hydrated{visibility:inherit}";var p="slot-fb{display:contents}slot-fb[hidden]{display:none}";var h=typeof window!=="undefined"?window:{};var m=h.document||{head:{}};var y={l:0,m:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,r,n)=>e.addEventListener(t,r,n),rel:(e,t,r,n)=>e.removeEventListener(t,r,n),ce:(e,t)=>new CustomEvent(e,t)};var b=(()=>{let e=false;try{m.addEventListener("e",null,Object.defineProperty({},"passive",{get(){e=true}}))}catch(e){}return e})();var w=e=>Promise.resolve(e);var g=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false})();var S=false;var $=[];var C=[];var k=(e,t)=>r=>{e.push(r);if(!S){S=true;if(t&&y.l&4){x(O)}else{y.raf(O)}}};var j=e=>{for(let t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){f(e)}}e.length=0};var O=()=>{j($);{j(C);if(S=$.length>0){y.raf(O)}}};var x=e=>w().then(e);var L=k(C,true);var T={};var D="http://www.w3.org/2000/svg";var E="http://www.w3.org/1999/xhtml";var M=e=>e!=null;var F=e=>{e=typeof e;return e==="object"||e==="function"};function R(e){var t,r,n;return(n=(r=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:r.getAttribute("content"))!=null?n:void 0}var P={};n(P,{err:()=>A,map:()=>N,ok:()=>U,unwrap:()=>W,unwrapErr:()=>H});var U=e=>({isOk:true,isErr:false,value:e});var A=e=>({isOk:false,isErr:true,value:e});function N(e,t){if(e.isOk){const r=t(e.value);if(r instanceof Promise){return r.then((e=>U(e)))}else{return U(r)}}if(e.isErr){const t=e.value;return A(t)}throw"should never get here"}var W=e=>{if(e.isOk){return e.value}else{throw e.value}};var H=e=>{if(e.isErr){return e.value}else{throw e.value}};var z=(e,t="")=>{{return()=>{}}};var B=(e,t)=>{{return()=>{}}};var Q=(e,t,...r)=>{let n=null;let s=null;let l=false;let o=false;const a=[];const i=t=>{for(let r=0;r<t.length;r++){n=t[r];if(Array.isArray(n)){i(n)}else if(n!=null&&typeof n!=="boolean"){if(l=typeof e!=="function"&&!F(n)){n=String(n)}if(l&&o){a[a.length-1].S+=n}else{a.push(l?q(null,n):n)}o=l}}};i(r);if(t){if(t.key){s=t.key}{const e=t.className||t.class;if(e){t.class=typeof e!=="object"?e:Object.keys(e).filter((t=>e[t])).join(" ")}}}const f=q(e,null);f.$=t;if(a.length>0){f.C=a}{f.k=s}return f};var q=(e,t)=>{const r={l:0,j:e,S:t,O:null,C:null};{r.$=null}{r.k=null}return r};var G={};var I=e=>e&&e.j===G;var K=(e,t)=>{if(e!=null&&!F(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&2){return parseFloat(e)}if(t&1){return String(e)}return e}return e};var V=e=>l(e).$hostElement$;var X=(e,t,r)=>{const n=V(e);return{emit:e=>_(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:e})}};var _=(e,t,r)=>{const n=y.ce(t,r);e.dispatchEvent(n);return n};var J=new WeakMap;var Y=(e,t,r)=>{let n=v.get(e);if(g&&r){n=n||new CSSStyleSheet;if(typeof n==="string"){n=t}else{n.replaceSync(t)}}else{n=t}v.set(e,n)};var Z=(e,t,r)=>{var n;const s=te(t);const l=v.get(s);e=e.nodeType===11?e:m;if(l){if(typeof l==="string"){e=e.head||e;let r=J.get(e);let o;if(!r){J.set(e,r=new Set)}if(!r.has(s)){{o=m.createElement("style");o.innerHTML=l;const t=(n=y.L)!=null?n:R(m);if(t!=null){o.setAttribute("nonce",t)}e.insertBefore(o,e.querySelector("link"))}if(t.l&4){o.innerHTML+=p}if(r){r.add(s)}}}else if(!e.adoptedStyleSheets.includes(l)){e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]}}return s};var ee=e=>{const t=e.o;const r=e.$hostElement$;const n=t.l;const s=z("attachStyles",t.p);const l=Z(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);if(n&10){r["s-sc"]=l;r.classList.add(l+"-h")}s()};var te=(e,t)=>"sc-"+e.p;var re=(e,t,r,n,s,l)=>{if(r!==n){let o=i(e,t);let a=t.toLowerCase();if(t==="class"){const t=e.classList;const s=se(r);const l=se(n);t.remove(...s.filter((e=>e&&!l.includes(e))));t.add(...l.filter((e=>e&&!s.includes(e))))}else if(t==="key");else if(t==="ref"){if(n){n(e)}}else if(!o&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(i(h,a)){t=a.slice(2)}else{t=a[2]+t.slice(3)}if(r||n){const s=t.endsWith(le);t=t.replace(oe,"");if(r){y.rel(e,t,r,s)}if(n){y.ael(e,t,n,s)}}}else{const a=F(n);if((o||a&&n!==null)&&!s){try{if(!e.tagName.includes("-")){const s=n==null?"":n;if(t==="list"){o=false}else if(r==null||e[t]!=s){e[t]=s}}else{e[t]=n}}catch(e){}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){{e.removeAttribute(t)}}}else if((!o||l&4||s)&&!a){n=n===true?"":n;{e.setAttribute(t,n)}}}}};var ne=/\s/;var se=e=>!e?[]:e.split(ne);var le="Capture";var oe=new RegExp(le+"$");var ae=(e,t,r)=>{const n=t.O.nodeType===11&&t.O.host?t.O.host:t.O;const s=e&&e.$||T;const l=t.$||T;{for(const e of ie(Object.keys(s))){if(!(e in l)){re(n,e,s[e],void 0,r,t.l)}}}for(const e of ie(Object.keys(l))){re(n,e,s[e],l[e],r,t.l)}};function ie(e){return e.includes("ref")?[...e.filter((e=>e!=="ref")),"ref"]:e}var fe;var ce;var ue=false;var ve=false;var de=(e,r,n,s)=>{const l=r.C[n];let o=0;let a;let i;if(l.S!==null){a=l.O=m.createTextNode(l.S)}else{if(!ve){ve=l.j==="svg"}a=l.O=m.createElementNS(ve?D:E,!ue&&t.slotRelocation&&l.l&2?"slot-fb":l.j);if(ve&&l.j==="foreignObject"){ve=false}{ae(null,l,ve)}if(M(fe)&&a["s-si"]!==fe){a.classList.add(a["s-si"]=fe)}if(l.C){for(o=0;o<l.C.length;++o){i=de(e,l,o);if(i){a.appendChild(i)}}}{if(l.j==="svg"){ve=false}else if(a.tagName==="foreignObject"){ve=true}}}a["s-hn"]=ce;return a};var pe=(e,t,r,n,s,l)=>{let o=e;let a;if(o.shadowRoot&&o.tagName===ce){o=o.shadowRoot}for(;s<=l;++s){if(n[s]){a=de(null,r,s);if(a){n[s].O=a;ge(o,a,t)}}}};var he=(e,t,r)=>{for(let n=t;n<=r;++n){const t=e[n];if(t){const e=t.O;we(t);if(e){e.remove()}}}};var me=(e,t,r,n,s=false)=>{let l=0;let o=0;let a=0;let i=0;let f=t.length-1;let c=t[0];let u=t[f];let v=n.length-1;let d=n[0];let p=n[v];let h;let m;while(l<=f&&o<=v){if(c==null){c=t[++l]}else if(u==null){u=t[--f]}else if(d==null){d=n[++o]}else if(p==null){p=n[--v]}else if(ye(c,d,s)){be(c,d,s);c=t[++l];d=n[++o]}else if(ye(u,p,s)){be(u,p,s);u=t[--f];p=n[--v]}else if(ye(c,p,s)){be(c,p,s);ge(e,c.O,u.O.nextSibling);c=t[++l];p=n[--v]}else if(ye(u,d,s)){be(u,d,s);ge(e,u.O,c.O);u=t[--f];d=n[++o]}else{a=-1;{for(i=l;i<=f;++i){if(t[i]&&t[i].k!==null&&t[i].k===d.k){a=i;break}}}if(a>=0){m=t[a];if(m.j!==d.j){h=de(t&&t[o],r,a)}else{be(m,d,s);t[a]=void 0;h=m.O}d=n[++o]}else{h=de(t&&t[o],r,o);d=n[++o]}if(h){{ge(c.O.parentNode,h,c.O)}}}}if(l>f){pe(e,n[v+1]==null?null:n[v+1].O,r,n,o,v)}else if(o>v){he(t,l,f)}};var ye=(e,t,r=false)=>{if(e.j===t.j){if(!r){return e.k===t.k}return true}return false};var be=(e,t,r=false)=>{const n=t.O=e.O;const s=e.C;const l=t.C;const o=t.j;const a=t.S;if(a===null){{ve=o==="svg"?true:o==="foreignObject"?false:ve}{if(o==="slot"&&!ue);else{ae(e,t,ve)}}if(s!==null&&l!==null){me(n,s,t,l,r)}else if(l!==null){if(e.S!==null){n.textContent=""}pe(n,null,t,l,0,l.length-1)}else if(s!==null){he(s,0,s.length-1)}if(ve&&o==="svg"){ve=false}}else if(e.S!==a){n.data=a}};var we=e=>{{e.$&&e.$.ref&&e.$.ref(null);e.C&&e.C.map(we)}};var ge=(e,t,r)=>{const n=e==null?void 0:e.insertBefore(t,r);return n};var Se=(e,t,r=false)=>{const n=e.$hostElement$;const s=e.o;const l=e.T||q(null,null);const o=I(t)?t:Q(null,null,t);ce=n.tagName;if(s.D){o.$=o.$||{};s.D.map((([e,t])=>o.$[t]=n[e]))}if(r&&o.$){for(const e of Object.keys(o.$)){if(n.hasAttribute(e)&&!["key","ref","style","class"].includes(e)){o.$[e]=n[e]}}}o.j=null;o.l|=4;e.T=o;o.O=l.O=n.shadowRoot||n;{fe=n["s-sc"]}ue=(s.l&1)!==0;be(l,o,r)};var $e=(e,t)=>{if(t&&!e.M&&t["s-p"]){t["s-p"].push(new Promise((t=>e.M=t)))}};var Ce=(e,t)=>{{e.l|=16}if(e.l&4){e.l|=512;return}$e(e,e.F);const r=()=>ke(e,t);return L(r)};var ke=(e,t)=>{const r=e.$hostElement$;const n=z("scheduleUpdate",e.o.p);const s=e.t;if(!s){throw new Error(`Can't render component <${r.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 l;if(t){{e.l|=256;if(e.R){e.R.map((([e,t])=>Ee(s,e,t)));e.R=void 0}}{l=Ee(s,"componentWillLoad")}}n();return je(l,(()=>xe(e,s,t)))};var je=(e,t)=>Oe(e)?e.then(t).catch((e=>{console.error(e);t()})):t();var Oe=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var xe=async(e,t,r)=>{var n;const s=e.$hostElement$;const l=z("update",e.o.p);const o=s["s-rc"];if(r){ee(e)}const a=z("render",e.o.p);{Le(e,t,s,r)}if(o){o.map((e=>e()));s["s-rc"]=void 0}a();l();{const t=(n=s["s-p"])!=null?n:[];const r=()=>Te(e);if(t.length===0){r()}else{Promise.all(t).then(r);e.l|=4;t.length=0}}};var Le=(e,t,r,n)=>{try{t=t.render();{e.l&=~16}{e.l|=2}{{{Se(e,t,n)}}}}catch(t){f(t,e.$hostElement$)}return null};var Te=e=>{const t=e.o.p;const r=e.$hostElement$;const n=z("postUpdate",t);const s=e.t;const l=e.F;if(!(e.l&64)){e.l|=64;{Me(r)}{Ee(s,"componentDidLoad")}n();{e.v(r);if(!l){De()}}}else{{Ee(s,"componentDidUpdate")}n()}{if(e.M){e.M();e.M=void 0}if(e.l&512){x((()=>Ce(e,false)))}e.l&=~(4|512)}};var De=t=>{{Me(m.documentElement)}x((()=>_(h,"appload",{detail:{namespace:e}})))};var Ee=(e,t,r)=>{if(e&&e[t]){try{return e[t](r)}catch(e){f(e)}}return void 0};var Me=e=>{var r;return e.classList.add((r=t.hydratedSelectorName)!=null?r:"hydrated")};var Fe=(e,t)=>l(e).i.get(t);var Re=(e,t,r,n)=>{const s=l(e);if(!s){throw new Error(`Couldn't find host element for "${n.p}" 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).`)}const o=s.i.get(t);const a=s.l;const i=s.t;r=K(r,n.P[t][0]);const f=Number.isNaN(o)&&Number.isNaN(r);const c=r!==o&&!f;if((!(a&8)||o===void 0)&&c){s.i.set(t,r);if(i){if((a&(2|16))===2){Ce(s,false)}}}};var Pe=(e,r,n)=>{var s,o;const a=e.prototype;if(r.P||t.watchCallback){const t=Object.entries((s=r.P)!=null?s:{});t.map((([e,[t]])=>{if(t&31||n&2&&t&32){Object.defineProperty(a,e,{get(){return Fe(this,e)},set(t){Re(this,e,t,r)},configurable:true,enumerable:true})}}));if(n&1){const n=new Map;a.attributeChangedCallback=function(e,t,s){y.jmp((()=>{var o;const i=n.get(e);if(this.hasOwnProperty(i)){s=this[i];delete this[i]}else if(a.hasOwnProperty(i)&&typeof this[i]==="number"&&this[i]==s){return}else if(i==null){const n=l(this);const a=n==null?void 0:n.l;if(a&&!(a&8)&&a&128&&s!==t){const l=n.t;const a=(o=r.U)==null?void 0:o[e];a==null?void 0:a.forEach((r=>{if(l[r]!=null){l[r].call(l,s,t,e)}}))}return}this[i]=s===null&&typeof this[i]==="boolean"?false:s}))};e.observedAttributes=Array.from(new Set([...Object.keys((o=r.U)!=null?o:{}),...t.filter((([e,t])=>t[0]&15)).map((([e,t])=>{var s;const l=t[1]||e;n.set(l,e);if(t[0]&512){(s=r.D)==null?void 0:s.push([e,l])}return l}))]))}}return e};var Ue=async(e,t,r,n)=>{let s;if((t.l&32)===0){t.l|=32;const n=r.h;if(n){const e=u(r);if(e&&"then"in e){const t=B();s=await e;t()}else{s=e}if(!s){throw new Error(`Constructor for "${r.p}#${t.A}" was not found`)}if(!s.isProxied){Pe(s,r,2);s.isProxied=true}const n=z("createInstance",r.p);{t.l|=8}try{new s(t)}catch(e){f(e)}{t.l&=~8}n();Ae(t.t)}else{s=e.constructor;const r=e.localName;customElements.whenDefined(r).then((()=>t.l|=128))}if(s&&s.style){let e;if(typeof s.style==="string"){e=s.style}const t=te(r);if(!v.has(t)){const n=z("registerStyles",r.p);Y(t,e,!!(r.l&1));n()}}}const l=t.F;const o=()=>Ce(t,true);if(l&&l["s-rc"]){l["s-rc"].push(o)}else{o()}};var Ae=e=>{{Ee(e,"connectedCallback")}};var Ne=e=>{if((y.l&1)===0){const t=l(e);const r=t.o;const n=z("connectedCallback",r.p);if(!(t.l&1)){t.l|=1;{let r=e;while(r=r.parentNode||r.host){if(r["s-p"]){$e(t,t.F=r);break}}}if(r.P){Object.entries(r.P).map((([t,[r]])=>{if(r&31&&e.hasOwnProperty(t)){const r=e[t];delete e[t];e[t]=r}}))}{Ue(e,t,r)}}else{Be(e,t,r.N);if(t==null?void 0:t.t){Ae(t.t)}else if(t==null?void 0:t.u){t.u.then((()=>Ae(t.t)))}}n()}};var We=e=>{{Ee(e,"disconnectedCallback")}};var He=async e=>{if((y.l&1)===0){const t=l(e);{if(t.W){t.W.map((e=>e()));t.W=void 0}}if(t==null?void 0:t.t){We(t.t)}else if(t==null?void 0:t.u){t.u.then((()=>We(t.t)))}}};var ze=(e,t={})=>{var r;const n=z();const s=[];const o=t.exclude||[];const i=h.customElements;const f=m.head;const c=f.querySelector("meta[charset]");const u=m.createElement("style");const v=[];let b;let w=true;Object.assign(y,t);y.m=new URL(t.resourcesUrl||"./",m.baseURI).href;let g=false;e.map((e=>{e[1].map((t=>{const r={l:t[0],p:t[1],P:t[2],N:t[3]};if(r.l&4){g=true}{r.P=t[2]}{r.N=t[3]}{r.D=[]}const n=r.p;const f=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;a(e,r);if(r.l&1){{if(!e.shadowRoot){{e.attachShadow({mode:"open"})}}else{if(e.shadowRoot.mode!=="open"){throw new Error(`Unable to re-use existing shadow root for ${r.p}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}}}}}connectedCallback(){const e=l(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;Be(this,e,r.N)}if(b){clearTimeout(b);b=null}if(w){v.push(this)}else{y.jmp((()=>Ne(this)))}}disconnectedCallback(){y.jmp((()=>He(this)))}componentOnReady(){return l(this).u}};r.h=e[0];if(!o.includes(n)&&!i.get(n)){s.push(n);i.define(n,Pe(f,r,1))}}))}));if(s.length>0){if(g){u.textContent+=p}{u.textContent+=s.sort()+d}if(u.innerHTML.length){u.setAttribute("data-styles","");const e=(r=y.L)!=null?r:R(m);if(e!=null){u.setAttribute("nonce",e)}f.insertBefore(u,c?c.nextSibling:f.firstChild)}}w=false;if(v.length){v.map((e=>e.connectedCallback()))}else{{y.jmp((()=>b=setTimeout(De,30)))}}n()};var Be=(e,t,r,n)=>{if(r){r.map((([r,n,s])=>{const l=qe(e,r);const o=Qe(t,s);const a=Ge(r);y.ael(l,n,o,a);(t.W=t.W||[]).push((()=>y.rel(l,n,o,a)))}))}};var Qe=(e,t)=>r=>{var n;try{{if(e.l&256){(n=e.t)==null?void 0:n[t](r)}else{(e.R=e.R||[]).push([t,r])}}}catch(e){f(e)}};var qe=(e,t)=>{if(t&16)return m.body;return e};var Ge=e=>b?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0;var Ie=e=>y.L=e;export{G as H,ze as b,X as c,V as g,Q as h,w as p,o as r,Ie as s};
3
+ //# sourceMappingURL=p-058b66f6.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","registerInstance","lazyInstance","hostRef","set","$lazyInstance$","registerHost","hostElement","cmpMeta","$flags$","$hostElement$","$cmpMeta$","$instanceValues$","Map","$onReadyPromise$","Promise","r","$onReadyResolve$","isMemberInElement","elm","memberName","consoleError","e","el","console","error","cmpModules","loadModule","hmrVersionId","exportName","$tagName$","replace","bundleId","$lazyBundleId$","module","import","then","importedModule","styles","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","supportsListenerOptions","supportsListenerOptions2","promiseResolve","v","resolve","supportsConstructableStylesheets","CSSStyleSheet","replaceSync","queuePending","queueDomReads","queueDomWrites","queueTask","queue","write","cb","push","nextTick","flush","consume","i2","length","performance","now","writeTask","EMPTY_OBJ","SVG_NS","HTML_NS","isDef","isComplexType","o","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","h","nodeName","vnodeData","children","child","simple","lastSimple","vNodeChildren","walk","c","Array","isArray","String","$text$","newVNode","classData","className","class","keys","filter","k","join","vnode","$attrs$","$children$","$key$","tag","text","$tag$","$elm$","Host","isHost","node","parsePropertyValue","propValue","propType","parseFloat","getElement","createEvent","flags","emit","detail","emitEvent","bubbles","composed","cancelable","ev","dispatchEvent","rootAppliedStyles","registerStyle","scopeId2","cssText","allowCS","addStyle","styleContainerNode","getScopeId","nodeType","appliedStyles","styleElm","Set","has","createElement","innerHTML","nonce","$nonce$","setAttribute","insertBefore","add","adoptedStyleSheets","includes","endAttachStyles","shadowRoot","getRootNode","classList","cmp","setAccessor","oldValue","newValue","isSvg","isProp","ln","toLowerCase","oldClasses","parseClassList","newClasses","remove","slice","capture","endsWith","CAPTURE_EVENT_SUFFIX","CAPTURE_EVENT_REGEX","isComplex","n","removeAttribute","parseClassListRegex","split","RegExp","updateElement","oldVnode","newVnode","isSvgMode2","host","oldVnodeAttrs","newVnodeAttrs","sortedAttrNames","attrNames","attr","scopeId","hostTagName","useNativeShadowDom","isSvgMode","createElm","oldParentVNode","newParentVNode","childIndex","parentElm","newVNode2","childNode","createTextNode","createElementNS","BUILD16","appendChild","addVnodes","before","parentVNode","vnodes","startIdx","endIdx","containerElm","removeVnodes","index","nullifyVNodeRefs","updateChildren","oldCh","newCh","isInitialRender","oldStartIdx","newStartIdx","idxInOld","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","elmToMove","isSameVnode","patch","nextSibling","parentNode","leftVNode","rightVNode","oldVNode","oldChildren","newChildren","textContent","data","vNode","parent","newNode","reference","inserted","renderVdom","renderFnResults","isInitialLoad","hostElm","$vnode$","rootVnode","$attrsToReflect$","propName","attribute","hasAttribute","attachToAncestor","ancestorComponent","$onRenderResolve$","scheduleUpdate","$ancestorComponent$","dispatch","dispatchHooks","endSchedule","instance","Error","maybePromise","$queuedListeners$","methodName","safeCall","enqueue","updateComponent","isPromisey","catch","err2","async","endUpdate","rc","endRender","callRender","childrenPromises","postUpdate","postUpdateComponent","render","endPostUpdate","addHydratedFlag","appDidLoad","who","documentElement","namespace","arg","BUILD17","getValue","setValue","oldVal","$members$","areBothNaN","Number","isNaN","didValueChange","proxyComponent","Cstr","prototype","BUILD19","members","entries","memberFlags","this","configurable","attrNameToPropName","attributeChangedCallback","attrName","_a2","hasOwnProperty","flags2","entry","$watchers$","forEach","callbackName","call","observedAttributes","from","_","m","initializeComponent","CstrImport","endLoad","$modeName$","isProxied","endNewInstance","fireConnectedCallback","constructor","cmpTag","localName","customElements","whenDefined","endRegisterStyles","schedule","endConnected","addHostEventListeners","$listeners$","disconnectInstance","$rmListeners$","rmListener","bootstrapLazy","lazyBundles","options","endBootstrap","cmpTags","exclude","customElements2","metaCharset","dataStyles","deferredConnectedCallbacks","appLoadFallback","isBootstrapping","assign","URL","resourcesUrl","baseURI","href","hasSlotRelocation","lazyBundle","compactMeta","HostElement","HTMLElement","self","super","hasRegisteredEventListeners","attachShadow","clearTimeout","componentOnReady","define","sort","firstChild","setTimeout","listeners","attachParentListeners","getHostListenerTarget","handler","hostListenerProxy","hostListenerOpts","body","passive","setNonce"],"sources":["@stencil/core/internal/app-data","node_modules/@stencil/core/internal/client/index.js?app-data=conditional"],"sourcesContent":["export const NAMESPACE = 'biel-search';\nexport const BUILD = /* biel-search */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, 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: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: false };\nexport const Env = /* biel-search */ {};\n","/*\n Stencil Client Platform v4.19.2 | 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 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 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 } 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 for (; i2 < node.childNodes.length; i2++) {\n initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);\n }\n if (node.shadowRoot) {\n for (i2 = 0; i2 < node.shadowRoot.childNodes.length; i2++) {\n initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);\n }\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) {\n styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);\n }\n styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector(\"link\"));\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 */) {\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$);\nvar convertScopedToShadow = (css) => css.replace(/\\/\\*!@([^\\/]+)\\*\\/[^\\{]+\\{/g, \"$1{\");\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 if ((BUILD16.shadowDom || 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 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 (BUILD16.updatable && oldChildren !== null) {\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\" && 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, false));\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 const styles2 = /* @__PURE__ */ doc.querySelectorAll(`[${HYDRATED_STYLE_ID}]`);\n let appLoadFallback;\n let isBootstrapping = true;\n let i2 = 0;\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 if (BUILD25.hydrateClientSide && BUILD25.shadowDom) {\n for (; i2 < styles2.length; i2++) {\n registerStyle(styles2[i2].getAttribute(HYDRATED_STYLE_ID), convertScopedToShadow(styles2[i2].innerHTML), true);\n }\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"],"mappings":"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","ignoreList":[]}