@pine-ds/core 1.3.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/index2.js +10 -10
- package/components/index2.js.map +1 -1
- package/components/pds-accordion.js +7 -4
- package/components/pds-accordion.js.map +1 -1
- package/components/pds-avatar.js +9 -6
- package/components/pds-avatar.js.map +1 -1
- package/components/pds-box.js +2 -2
- package/components/pds-box.js.map +1 -1
- package/components/pds-button2.js +7 -4
- package/components/pds-button2.js.map +1 -1
- package/components/pds-checkbox2.js +9 -6
- package/components/pds-checkbox2.js.map +1 -1
- package/components/pds-chip.js +7 -4
- package/components/pds-chip.js.map +1 -1
- package/components/pds-copytext.js +7 -4
- package/components/pds-copytext.js.map +1 -1
- package/components/pds-divider.js +6 -3
- package/components/pds-divider.js.map +1 -1
- package/components/pds-image.js +7 -4
- package/components/pds-image.js.map +1 -1
- package/components/pds-input.js +9 -6
- package/components/pds-input.js.map +1 -1
- package/components/pds-link.js +8 -5
- package/components/pds-link.js.map +1 -1
- package/components/pds-loader.js +7 -4
- package/components/pds-loader.js.map +1 -1
- package/components/pds-progress.js +7 -4
- package/components/pds-progress.js.map +1 -1
- package/components/pds-radio.js +9 -6
- package/components/pds-radio.js.map +1 -1
- package/components/pds-sortable-item.js +1 -1
- package/components/pds-sortable-item.js.map +1 -1
- package/components/pds-sortable.js +11 -7
- package/components/pds-sortable.js.map +1 -1
- package/components/pds-switch.js +9 -6
- package/components/pds-switch.js.map +1 -1
- package/components/pds-tab.js +1 -1
- package/components/pds-tab.js.map +1 -1
- package/components/pds-table-body.js +6 -3
- package/components/pds-table-body.js.map +1 -1
- package/components/pds-table-cell2.js +8 -5
- package/components/pds-table-cell2.js.map +1 -1
- package/components/pds-table-head-cell2.js +8 -5
- package/components/pds-table-head-cell2.js.map +1 -1
- package/components/pds-table-head.js +6 -3
- package/components/pds-table-head.js.map +1 -1
- package/components/pds-table-row.js +6 -3
- package/components/pds-table-row.js.map +1 -1
- package/components/pds-table.js +7 -4
- package/components/pds-table.js.map +1 -1
- package/components/pds-tabs.js +6 -3
- package/components/pds-tabs.js.map +1 -1
- package/components/pds-textarea.js +10 -7
- package/components/pds-textarea.js.map +1 -1
- package/components/pds-tooltip.js +8 -5
- package/components/pds-tooltip.js.map +1 -1
- package/dist/cjs/index-2240f8f4.js +24 -0
- package/dist/cjs/index-2240f8f4.js.map +1 -0
- package/dist/cjs/{index-46fb0736.js → index-d424fb6f.js} +25 -14
- package/dist/cjs/index-d424fb6f.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pds-accordion.cjs.entry.js +9 -6
- package/dist/cjs/pds-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-avatar.cjs.entry.js +11 -8
- package/dist/cjs/pds-avatar.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +3 -3
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-button.cjs.entry.js +9 -6
- package/dist/cjs/pds-button.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-checkbox.cjs.entry.js +11 -8
- package/dist/cjs/pds-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-chip.cjs.entry.js +9 -6
- package/dist/cjs/pds-chip.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-copytext.cjs.entry.js +9 -6
- package/dist/cjs/pds-copytext.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-divider.cjs.entry.js +7 -4
- package/dist/cjs/pds-divider.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-icon.cjs.entry.js +1 -1
- package/dist/cjs/pds-image.cjs.entry.js +8 -5
- package/dist/cjs/pds-image.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-input.cjs.entry.js +11 -8
- package/dist/cjs/pds-input.cjs.entry.js.map +1 -1
- package/dist/cjs/{pds-label-7aabdc4e.js → pds-label-397cc854.js} +2 -2
- package/dist/cjs/{pds-label-7aabdc4e.js.map → pds-label-397cc854.js.map} +1 -1
- package/dist/cjs/pds-link.cjs.entry.js +10 -7
- package/dist/cjs/pds-link.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-loader.cjs.entry.js +8 -5
- package/dist/cjs/pds-loader.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-progress.cjs.entry.js +8 -5
- package/dist/cjs/pds-progress.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-radio.cjs.entry.js +11 -8
- package/dist/cjs/pds-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +1 -1
- package/dist/cjs/pds-sortable-item.cjs.entry.js +3 -3
- package/dist/cjs/pds-sortable-item.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-sortable.cjs.entry.js +12 -8
- package/dist/cjs/pds-sortable.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-switch.cjs.entry.js +11 -8
- package/dist/cjs/pds-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tab.cjs.entry.js +2 -2
- package/dist/cjs/pds-tab.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-body.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-body.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-cell.cjs.entry.js +9 -6
- package/dist/cjs/pds-table-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head-cell.cjs.entry.js +10 -7
- package/dist/cjs/pds-table-head-cell.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-head.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-head.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table-row.cjs.entry.js +7 -4
- package/dist/cjs/pds-table-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-table.cjs.entry.js +8 -5
- package/dist/cjs/pds-table.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tabpanel.cjs.entry.js +1 -1
- package/dist/cjs/pds-tabs.cjs.entry.js +7 -4
- package/dist/cjs/pds-tabs.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-textarea.cjs.entry.js +12 -9
- package/dist/cjs/pds-textarea.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-tooltip.cjs.entry.js +9 -6
- package/dist/cjs/pds-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +2 -2
- package/dist/cjs/pine-core.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/pds-accordion/pds-accordion.css +19 -13
- package/dist/collection/components/pds-accordion/pds-accordion.js +5 -3
- package/dist/collection/components/pds-accordion/pds-accordion.js.map +1 -1
- package/dist/collection/components/pds-accordion/stories/pds-accordion.stories.js +11 -15
- package/dist/collection/components/pds-avatar/pds-avatar.css +2 -2
- package/dist/collection/components/pds-avatar/pds-avatar.js +5 -5
- package/dist/collection/components/pds-avatar/pds-avatar.js.map +1 -1
- package/dist/collection/components/pds-box/pds-box.css +20 -8
- package/dist/collection/components/pds-box/pds-box.js +5 -5
- package/dist/collection/components/pds-box/pds-box.js.map +1 -1
- package/dist/collection/components/pds-button/pds-button.css +19 -12
- package/dist/collection/components/pds-button/pds-button.js +3 -3
- package/dist/collection/components/pds-button/pds-button.js.map +1 -1
- package/dist/collection/components/pds-checkbox/pds-checkbox.css +5 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js +5 -5
- package/dist/collection/components/pds-checkbox/pds-checkbox.js.map +1 -1
- package/dist/collection/components/pds-chip/pds-chip.css +3 -3
- package/dist/collection/components/pds-chip/pds-chip.js +3 -3
- package/dist/collection/components/pds-chip/pds-chip.js.map +1 -1
- package/dist/collection/components/pds-copytext/pds-copytext.css +2 -2
- package/dist/collection/components/pds-copytext/pds-copytext.js +3 -3
- package/dist/collection/components/pds-copytext/pds-copytext.js.map +1 -1
- package/dist/collection/components/pds-divider/pds-divider.js +3 -3
- package/dist/collection/components/pds-divider/pds-divider.js.map +1 -1
- package/dist/collection/components/pds-image/pds-image.js +4 -4
- package/dist/collection/components/pds-image/pds-image.js.map +1 -1
- package/dist/collection/components/pds-input/pds-input.css +4 -4
- package/dist/collection/components/pds-input/pds-input.js +5 -5
- package/dist/collection/components/pds-input/pds-input.js.map +1 -1
- package/dist/collection/components/pds-link/pds-link.css +5 -4
- package/dist/collection/components/pds-link/pds-link.js +4 -4
- package/dist/collection/components/pds-link/pds-link.js.map +1 -1
- package/dist/collection/components/pds-loader/pds-loader.css +2 -2
- package/dist/collection/components/pds-loader/pds-loader.js +3 -3
- package/dist/collection/components/pds-loader/pds-loader.js.map +1 -1
- package/dist/collection/components/pds-progress/pds-progress.css +1 -1
- package/dist/collection/components/pds-progress/pds-progress.js +3 -3
- package/dist/collection/components/pds-progress/pds-progress.js.map +1 -1
- package/dist/collection/components/pds-radio/pds-radio.css +6 -6
- package/dist/collection/components/pds-radio/pds-radio.js +5 -5
- package/dist/collection/components/pds-radio/pds-radio.js.map +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable-item/pds-sortable-item.css +1 -1
- package/dist/collection/components/pds-sortable/pds-sortable.js +3 -3
- package/dist/collection/components/pds-sortable/pds-sortable.js.map +1 -1
- package/dist/collection/components/pds-switch/pds-switch.css +7 -7
- package/dist/collection/components/pds-switch/pds-switch.js +5 -5
- package/dist/collection/components/pds-switch/pds-switch.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js +3 -3
- package/dist/collection/components/pds-table/pds-table-body/pds-table-body.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.css +2 -2
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js +4 -4
- package/dist/collection/components/pds-table/pds-table-cell/pds-table-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js +3 -3
- package/dist/collection/components/pds-table/pds-table-head/pds-table-head.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.css +3 -3
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js +4 -4
- package/dist/collection/components/pds-table/pds-table-head-cell/pds-table-head-cell.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js +3 -3
- package/dist/collection/components/pds-table/pds-table-row/pds-table-row.js.map +1 -1
- package/dist/collection/components/pds-table/pds-table.css +1 -1
- package/dist/collection/components/pds-table/pds-table.js +3 -3
- package/dist/collection/components/pds-table/pds-table.js.map +1 -1
- package/dist/collection/components/pds-tabs/pds-tab/pds-tab.css +9 -8
- package/dist/collection/components/pds-tabs/pds-tabs.js +3 -3
- package/dist/collection/components/pds-tabs/pds-tabs.js.map +1 -1
- package/dist/collection/components/pds-textarea/pds-textarea.css +9 -9
- package/dist/collection/components/pds-textarea/pds-textarea.js +6 -6
- package/dist/collection/components/pds-textarea/pds-textarea.js.map +1 -1
- package/dist/collection/components/pds-tooltip/pds-tooltip.css +3 -3
- package/dist/collection/components/pds-tooltip/pds-tooltip.js +4 -4
- package/dist/collection/components/pds-tooltip/pds-tooltip.js.map +1 -1
- package/dist/collection/global/styles/base.css +113 -0
- package/dist/collection/utils/types.js.map +1 -1
- package/dist/docs.json +40 -18
- package/dist/esm/index-786a51ce.js +14 -0
- package/dist/esm/index-786a51ce.js.map +1 -0
- package/dist/esm/{index-2a33b470.js → index-94bbabb0.js} +25 -14
- package/dist/esm/index-94bbabb0.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/pds-accordion.entry.js +9 -6
- package/dist/esm/pds-accordion.entry.js.map +1 -1
- package/dist/esm/pds-avatar.entry.js +11 -8
- package/dist/esm/pds-avatar.entry.js.map +1 -1
- package/dist/esm/pds-box.entry.js +3 -3
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-button.entry.js +9 -6
- package/dist/esm/pds-button.entry.js.map +1 -1
- package/dist/esm/pds-checkbox.entry.js +11 -8
- package/dist/esm/pds-checkbox.entry.js.map +1 -1
- package/dist/esm/pds-chip.entry.js +9 -6
- package/dist/esm/pds-chip.entry.js.map +1 -1
- package/dist/esm/pds-copytext.entry.js +9 -6
- package/dist/esm/pds-copytext.entry.js.map +1 -1
- package/dist/esm/pds-divider.entry.js +7 -4
- package/dist/esm/pds-divider.entry.js.map +1 -1
- package/dist/esm/pds-icon.entry.js +1 -1
- package/dist/esm/pds-image.entry.js +8 -5
- package/dist/esm/pds-image.entry.js.map +1 -1
- package/dist/esm/pds-input.entry.js +11 -8
- package/dist/esm/pds-input.entry.js.map +1 -1
- package/dist/esm/{pds-label-31a5848b.js → pds-label-d28da6eb.js} +2 -2
- package/dist/esm/{pds-label-31a5848b.js.map → pds-label-d28da6eb.js.map} +1 -1
- package/dist/esm/pds-link.entry.js +10 -7
- package/dist/esm/pds-link.entry.js.map +1 -1
- package/dist/esm/pds-loader.entry.js +8 -5
- package/dist/esm/pds-loader.entry.js.map +1 -1
- package/dist/esm/pds-progress.entry.js +8 -5
- package/dist/esm/pds-progress.entry.js.map +1 -1
- package/dist/esm/pds-radio.entry.js +11 -8
- package/dist/esm/pds-radio.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +1 -1
- package/dist/esm/pds-sortable-item.entry.js +3 -3
- package/dist/esm/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm/pds-sortable.entry.js +12 -8
- package/dist/esm/pds-sortable.entry.js.map +1 -1
- package/dist/esm/pds-switch.entry.js +11 -8
- package/dist/esm/pds-switch.entry.js.map +1 -1
- package/dist/esm/pds-tab.entry.js +2 -2
- package/dist/esm/pds-tab.entry.js.map +1 -1
- package/dist/esm/pds-table-body.entry.js +7 -4
- package/dist/esm/pds-table-body.entry.js.map +1 -1
- package/dist/esm/pds-table-cell.entry.js +9 -6
- package/dist/esm/pds-table-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head-cell.entry.js +10 -7
- package/dist/esm/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm/pds-table-head.entry.js +7 -4
- package/dist/esm/pds-table-head.entry.js.map +1 -1
- package/dist/esm/pds-table-row.entry.js +7 -4
- package/dist/esm/pds-table-row.entry.js.map +1 -1
- package/dist/esm/pds-table.entry.js +8 -5
- package/dist/esm/pds-table.entry.js.map +1 -1
- package/dist/esm/pds-tabpanel.entry.js +1 -1
- package/dist/esm/pds-tabs.entry.js +7 -4
- package/dist/esm/pds-tabs.entry.js.map +1 -1
- package/dist/esm/pds-textarea.entry.js +12 -9
- package/dist/esm/pds-textarea.entry.js.map +1 -1
- package/dist/esm/pds-tooltip.entry.js +9 -6
- package/dist/esm/pds-tooltip.entry.js.map +1 -1
- package/dist/esm/pine-core.js +3 -3
- package/dist/esm/pine-core.js.map +1 -1
- package/dist/esm-es5/index-786a51ce.js +2 -0
- package/dist/esm-es5/index-786a51ce.js.map +1 -0
- package/dist/esm-es5/index-94bbabb0.js +3 -0
- package/dist/esm-es5/index-94bbabb0.js.map +1 -0
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/pds-accordion.entry.js +1 -1
- package/dist/esm-es5/pds-accordion.entry.js.map +1 -1
- package/dist/esm-es5/pds-avatar.entry.js +1 -1
- package/dist/esm-es5/pds-avatar.entry.js.map +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js.map +1 -1
- package/dist/esm-es5/pds-button.entry.js +1 -1
- package/dist/esm-es5/pds-button.entry.js.map +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js +1 -1
- package/dist/esm-es5/pds-checkbox.entry.js.map +1 -1
- package/dist/esm-es5/pds-chip.entry.js +1 -1
- package/dist/esm-es5/pds-chip.entry.js.map +1 -1
- package/dist/esm-es5/pds-copytext.entry.js +1 -1
- package/dist/esm-es5/pds-copytext.entry.js.map +1 -1
- package/dist/esm-es5/pds-divider.entry.js +1 -1
- package/dist/esm-es5/pds-divider.entry.js.map +1 -1
- package/dist/esm-es5/pds-icon.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js +1 -1
- package/dist/esm-es5/pds-image.entry.js.map +1 -1
- package/dist/esm-es5/pds-input.entry.js +1 -1
- package/dist/esm-es5/pds-input.entry.js.map +1 -1
- package/dist/esm-es5/{pds-label-31a5848b.js → pds-label-d28da6eb.js} +2 -2
- package/dist/esm-es5/pds-link.entry.js +1 -1
- package/dist/esm-es5/pds-link.entry.js.map +1 -1
- package/dist/esm-es5/pds-loader.entry.js +1 -1
- package/dist/esm-es5/pds-loader.entry.js.map +1 -1
- package/dist/esm-es5/pds-progress.entry.js +1 -1
- package/dist/esm-es5/pds-progress.entry.js.map +1 -1
- package/dist/esm-es5/pds-radio.entry.js +1 -1
- package/dist/esm-es5/pds-radio.entry.js.map +1 -1
- package/dist/esm-es5/pds-row.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js +1 -1
- package/dist/esm-es5/pds-sortable-item.entry.js.map +1 -1
- package/dist/esm-es5/pds-sortable.entry.js +3 -3
- package/dist/esm-es5/pds-sortable.entry.js.map +1 -1
- package/dist/esm-es5/pds-switch.entry.js +1 -1
- package/dist/esm-es5/pds-switch.entry.js.map +1 -1
- package/dist/esm-es5/pds-tab.entry.js +1 -1
- package/dist/esm-es5/pds-tab.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-body.entry.js +1 -1
- package/dist/esm-es5/pds-table-body.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js +1 -1
- package/dist/esm-es5/pds-table-head-cell.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-head.entry.js +1 -1
- package/dist/esm-es5/pds-table-head.entry.js.map +1 -1
- package/dist/esm-es5/pds-table-row.entry.js +1 -1
- package/dist/esm-es5/pds-table-row.entry.js.map +1 -1
- package/dist/esm-es5/pds-table.entry.js +1 -1
- package/dist/esm-es5/pds-table.entry.js.map +1 -1
- package/dist/esm-es5/pds-tabpanel.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js +1 -1
- package/dist/esm-es5/pds-tabs.entry.js.map +1 -1
- package/dist/esm-es5/pds-textarea.entry.js +1 -1
- package/dist/esm-es5/pds-textarea.entry.js.map +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js +1 -1
- package/dist/esm-es5/pds-tooltip.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/esm-es5/pine-core.js.map +1 -1
- package/dist/pine-core/index.esm.js +1 -1
- package/dist/pine-core/p-0025055a.system.entry.js +2 -0
- package/dist/pine-core/p-0025055a.system.entry.js.map +1 -0
- package/dist/pine-core/p-053b1ae3.entry.js +2 -0
- package/dist/pine-core/p-053b1ae3.entry.js.map +1 -0
- package/dist/pine-core/p-064f8601.entry.js +2 -0
- package/dist/pine-core/p-064f8601.entry.js.map +1 -0
- package/dist/pine-core/p-0c40286c.system.entry.js +2 -0
- package/dist/pine-core/p-0c40286c.system.entry.js.map +1 -0
- package/dist/pine-core/p-0d021e1e.system.entry.js +2 -0
- package/dist/pine-core/p-0d021e1e.system.entry.js.map +1 -0
- package/dist/pine-core/{p-a79a8159.entry.js → p-1013bbe0.entry.js} +2 -2
- package/dist/pine-core/p-1013bbe0.entry.js.map +1 -0
- package/dist/pine-core/{p-3261fdf5.system.entry.js → p-12ec89f1.system.entry.js} +2 -2
- package/dist/pine-core/p-12ec89f1.system.entry.js.map +1 -0
- package/dist/pine-core/{p-34631565.system.js → p-14d3cdaf.system.js} +2 -2
- package/dist/pine-core/{p-34631565.system.js.map → p-14d3cdaf.system.js.map} +1 -1
- package/dist/pine-core/p-1629c4db.system.entry.js +2 -0
- package/dist/pine-core/p-1629c4db.system.entry.js.map +1 -0
- package/dist/pine-core/p-197b0111.entry.js +2 -0
- package/dist/pine-core/p-197b0111.entry.js.map +1 -0
- package/dist/pine-core/{p-09b1c7f1.system.entry.js → p-1a2b86b6.system.entry.js} +2 -2
- package/dist/pine-core/p-1a2b86b6.system.entry.js.map +1 -0
- package/dist/pine-core/p-1cbe5235.entry.js +2 -0
- package/dist/pine-core/p-1cbe5235.entry.js.map +1 -0
- package/dist/pine-core/p-231012f0.entry.js +2 -0
- package/dist/pine-core/p-231012f0.entry.js.map +1 -0
- package/dist/pine-core/p-2341d134.entry.js +2 -0
- package/dist/pine-core/p-2341d134.entry.js.map +1 -0
- package/dist/pine-core/p-244e264d.system.js +2 -0
- package/dist/pine-core/p-244e264d.system.js.map +1 -0
- package/dist/pine-core/p-2665d555.js +2 -0
- package/dist/pine-core/p-2665d555.js.map +1 -0
- package/dist/pine-core/p-26e7cc12.system.entry.js +2 -0
- package/dist/pine-core/p-26e7cc12.system.entry.js.map +1 -0
- package/dist/pine-core/p-2a4952ea.system.entry.js +2 -0
- package/dist/pine-core/p-2a4952ea.system.entry.js.map +1 -0
- package/dist/pine-core/p-2c0ab2e9.system.entry.js +2 -0
- package/dist/pine-core/p-2c0ab2e9.system.entry.js.map +1 -0
- package/dist/pine-core/p-2d5ecae1.system.entry.js +2 -0
- package/dist/pine-core/p-2d5ecae1.system.entry.js.map +1 -0
- package/dist/pine-core/p-2d65bd2e.entry.js +2 -0
- package/dist/pine-core/p-2d65bd2e.entry.js.map +1 -0
- package/dist/pine-core/p-31b6ba80.entry.js +2 -0
- package/dist/pine-core/p-31b6ba80.entry.js.map +1 -0
- package/dist/pine-core/p-3341268b.system.entry.js +2 -0
- package/dist/pine-core/p-3341268b.system.entry.js.map +1 -0
- package/dist/pine-core/p-38038efa.entry.js +2 -0
- package/dist/pine-core/p-38038efa.entry.js.map +1 -0
- package/dist/pine-core/p-3a71f689.system.entry.js +2 -0
- package/dist/pine-core/p-3a71f689.system.entry.js.map +1 -0
- package/dist/pine-core/p-496454a3.system.js +2 -0
- package/dist/pine-core/p-4a685395.system.entry.js +2 -0
- package/dist/pine-core/p-4a685395.system.entry.js.map +1 -0
- package/dist/pine-core/{p-bc20946b.system.entry.js → p-4b06aed0.system.entry.js} +2 -2
- package/dist/pine-core/p-4c024848.system.entry.js +2 -0
- package/dist/pine-core/p-4c024848.system.entry.js.map +1 -0
- package/dist/pine-core/p-50078e6b.system.entry.js +2 -0
- package/dist/pine-core/p-50078e6b.system.entry.js.map +1 -0
- package/dist/pine-core/p-542db950.system.entry.js +2 -0
- package/dist/pine-core/p-542db950.system.entry.js.map +1 -0
- package/dist/pine-core/{p-b5c7e02a.entry.js → p-59cc888d.entry.js} +2 -2
- package/dist/pine-core/p-620a6823.entry.js +2 -0
- package/dist/pine-core/p-620a6823.entry.js.map +1 -0
- package/dist/pine-core/p-637d9c0f.system.entry.js +2 -0
- package/dist/pine-core/p-637d9c0f.system.entry.js.map +1 -0
- package/dist/pine-core/{p-143795e5.system.entry.js → p-64c07f01.system.entry.js} +2 -2
- package/dist/pine-core/p-65592e50.system.entry.js +2 -0
- package/dist/pine-core/p-65592e50.system.entry.js.map +1 -0
- package/dist/pine-core/p-6b608370.system.entry.js +9 -0
- package/dist/pine-core/p-6b608370.system.entry.js.map +1 -0
- package/dist/pine-core/p-757e7370.system.entry.js +2 -0
- package/dist/pine-core/p-757e7370.system.entry.js.map +1 -0
- package/dist/pine-core/p-7645ece3.entry.js +2 -0
- package/dist/pine-core/p-7645ece3.entry.js.map +1 -0
- package/dist/pine-core/p-7841bd18.js +3 -0
- package/dist/pine-core/p-7841bd18.js.map +1 -0
- package/dist/pine-core/p-7dc0b6d4.entry.js +2 -0
- package/dist/pine-core/p-7dc0b6d4.entry.js.map +1 -0
- package/dist/pine-core/p-81c6710c.entry.js +2 -0
- package/dist/pine-core/p-81c6710c.entry.js.map +1 -0
- package/dist/pine-core/p-82d587ec.entry.js +2 -0
- package/dist/pine-core/p-82d587ec.entry.js.map +1 -0
- package/dist/pine-core/{p-511bf308.entry.js → p-835c73f4.entry.js} +2 -2
- package/dist/pine-core/p-880a28d6.system.entry.js +2 -0
- package/dist/pine-core/p-880a28d6.system.entry.js.map +1 -0
- package/dist/pine-core/p-8ea30495.system.entry.js +2 -0
- package/dist/pine-core/p-8ea30495.system.entry.js.map +1 -0
- package/dist/pine-core/p-92d66400.entry.js +2 -0
- package/dist/pine-core/p-92d66400.entry.js.map +1 -0
- package/dist/pine-core/p-9707f75f.system.entry.js +2 -0
- package/dist/pine-core/p-9707f75f.system.entry.js.map +1 -0
- package/dist/pine-core/{p-32498622.system.entry.js → p-979ab4e2.system.entry.js} +2 -2
- package/dist/pine-core/p-9a59d5d0.entry.js +8 -0
- package/dist/pine-core/p-9a59d5d0.entry.js.map +1 -0
- package/dist/pine-core/p-9cc420b4.entry.js +2 -0
- package/dist/pine-core/p-9cc420b4.entry.js.map +1 -0
- package/dist/pine-core/p-a0b93def.entry.js +2 -0
- package/dist/pine-core/p-a0b93def.entry.js.map +1 -0
- package/dist/pine-core/p-ac2af4c2.system.entry.js +2 -0
- package/dist/pine-core/p-ac2af4c2.system.entry.js.map +1 -0
- package/dist/pine-core/p-b1a6ee59.entry.js +2 -0
- package/dist/pine-core/p-b1a6ee59.entry.js.map +1 -0
- package/dist/pine-core/{p-e60fccc0.js → p-bc1ecf2f.js} +2 -2
- package/dist/pine-core/p-bc6231a7.system.entry.js +2 -0
- package/dist/pine-core/p-bc6231a7.system.entry.js.map +1 -0
- package/dist/pine-core/{p-f59d4a46.entry.js → p-bd593d1c.entry.js} +2 -2
- package/dist/pine-core/p-bed5aa4e.entry.js +2 -0
- package/dist/pine-core/p-bed5aa4e.entry.js.map +1 -0
- package/dist/pine-core/p-c605e47f.system.entry.js +2 -0
- package/dist/pine-core/p-c605e47f.system.entry.js.map +1 -0
- package/dist/pine-core/p-c6bee7a0.system.js +3 -0
- package/dist/pine-core/p-c6bee7a0.system.js.map +1 -0
- package/dist/pine-core/{p-8df8debd.entry.js → p-cf7e76e4.entry.js} +2 -2
- package/dist/pine-core/p-cf7e76e4.entry.js.map +1 -0
- package/dist/pine-core/{p-b18b20f4.system.js → p-d6873321.system.js} +2 -2
- package/dist/pine-core/p-da2e5736.entry.js +2 -0
- package/dist/pine-core/p-da2e5736.entry.js.map +1 -0
- package/dist/pine-core/p-db81d86a.entry.js +2 -0
- package/dist/pine-core/p-db81d86a.entry.js.map +1 -0
- package/dist/pine-core/p-eb398624.system.entry.js +2 -0
- package/dist/pine-core/p-eb398624.system.entry.js.map +1 -0
- package/dist/pine-core/p-f0c0aa66.entry.js +2 -0
- package/dist/pine-core/p-f0c0aa66.entry.js.map +1 -0
- package/dist/pine-core/p-fdf7a593.entry.js +2 -0
- package/dist/pine-core/p-fdf7a593.entry.js.map +1 -0
- package/dist/pine-core/p-ffa8e658.entry.js +2 -0
- package/dist/pine-core/p-ffa8e658.entry.js.map +1 -0
- package/dist/pine-core/pine-core.css +1 -1
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/pine-core/pine-core.esm.js.map +1 -1
- package/dist/pine-core/pine-core.js +1 -1
- package/dist/pine-core/svg/access-key.svg +1 -1
- package/dist/pine-core/svg/add-circle.svg +1 -1
- package/dist/pine-core/svg/add-image.svg +1 -1
- package/dist/pine-core/svg/add-small.svg +1 -1
- package/dist/pine-core/svg/add-square.svg +1 -1
- package/dist/pine-core/svg/add.svg +1 -1
- package/dist/pine-core/svg/advanced.svg +1 -1
- package/dist/pine-core/svg/ai-sparkle.svg +1 -1
- package/dist/pine-core/svg/ai-writer-filled.svg +1 -1
- package/dist/pine-core/svg/ai-writer.svg +1 -1
- package/dist/pine-core/svg/align-center.svg +1 -1
- package/dist/pine-core/svg/align-justify.svg +1 -1
- package/dist/pine-core/svg/align-left.svg +1 -1
- package/dist/pine-core/svg/align-right.svg +1 -1
- package/dist/pine-core/svg/app-store.svg +1 -1
- package/dist/pine-core/svg/archive.svg +1 -1
- package/dist/pine-core/svg/arrow-corner.svg +1 -1
- package/dist/pine-core/svg/arrow-down.svg +1 -1
- package/dist/pine-core/svg/arrow-left.svg +1 -1
- package/dist/pine-core/svg/arrow-right.svg +1 -1
- package/dist/pine-core/svg/arrow-up.svg +1 -1
- package/dist/pine-core/svg/assessment.svg +1 -1
- package/dist/pine-core/svg/at-sign.svg +1 -1
- package/dist/pine-core/svg/attach.svg +1 -1
- package/dist/pine-core/svg/automations.svg +1 -1
- package/dist/pine-core/svg/ban.svg +1 -1
- package/dist/pine-core/svg/bank.svg +1 -1
- package/dist/pine-core/svg/bar-chart-square.svg +1 -0
- package/dist/pine-core/svg/bar-chart-tone.svg +1 -0
- package/dist/pine-core/svg/bell-tone.svg +1 -0
- package/dist/pine-core/svg/bell.svg +1 -1
- package/dist/pine-core/svg/block.svg +1 -1
- package/dist/pine-core/svg/blog-filled.svg +1 -1
- package/dist/pine-core/svg/blog.svg +1 -1
- package/dist/pine-core/svg/bold.svg +1 -1
- package/dist/pine-core/svg/broadcast.svg +1 -1
- package/dist/pine-core/svg/bulb.svg +1 -1
- package/dist/pine-core/svg/button.svg +1 -1
- package/dist/pine-core/svg/calendar-date.svg +1 -1
- package/dist/pine-core/svg/calendar-schedule.svg +1 -1
- package/dist/pine-core/svg/calendar-simple.svg +1 -1
- package/dist/pine-core/svg/card-amex.svg +1 -1
- package/dist/pine-core/svg/card-android.svg +1 -1
- package/dist/pine-core/svg/card-apple.svg +1 -1
- package/dist/pine-core/svg/card-diners-club.svg +1 -1
- package/dist/pine-core/svg/card-discover.svg +1 -1
- package/dist/pine-core/svg/card-generic.svg +1 -1
- package/dist/pine-core/svg/card-gpay.svg +1 -1
- package/dist/pine-core/svg/card-mastercard.svg +1 -1
- package/dist/pine-core/svg/card-paypal.svg +1 -1
- package/dist/pine-core/svg/card-stripe.svg +1 -1
- package/dist/pine-core/svg/card-update.svg +1 -1
- package/dist/pine-core/svg/card-visa.svg +1 -1
- package/dist/pine-core/svg/caret-down.svg +1 -1
- package/dist/pine-core/svg/caret-left.svg +1 -1
- package/dist/pine-core/svg/caret-right.svg +1 -1
- package/dist/pine-core/svg/caret-up.svg +1 -1
- package/dist/pine-core/svg/cart-add.svg +1 -1
- package/dist/pine-core/svg/cart.svg +1 -1
- package/dist/pine-core/svg/certificate.svg +1 -1
- package/dist/pine-core/svg/chart-filled.svg +1 -1
- package/dist/pine-core/svg/chart.svg +1 -1
- package/dist/pine-core/svg/check-circle-filled.svg +1 -1
- package/dist/pine-core/svg/check-circle.svg +1 -1
- package/dist/pine-core/svg/check.svg +1 -1
- package/dist/pine-core/svg/circle-1.svg +1 -1
- package/dist/pine-core/svg/circle-2.svg +1 -1
- package/dist/pine-core/svg/circle-3.svg +1 -1
- package/dist/pine-core/svg/circle-4.svg +1 -1
- package/dist/pine-core/svg/circle-5.svg +1 -1
- package/dist/pine-core/svg/circle-6.svg +1 -1
- package/dist/pine-core/svg/circle-7.svg +1 -1
- package/dist/pine-core/svg/circle-8.svg +1 -1
- package/dist/pine-core/svg/circle-9.svg +1 -1
- package/dist/pine-core/svg/circle-a.svg +1 -1
- package/dist/pine-core/svg/circle-b.svg +1 -1
- package/dist/pine-core/svg/circle-dashed.svg +1 -1
- package/dist/pine-core/svg/clapperboard-tone.svg +1 -1
- package/dist/pine-core/svg/clock.svg +1 -1
- package/dist/pine-core/svg/closed-captions.svg +1 -1
- package/dist/pine-core/svg/cloud-upload.svg +1 -1
- package/dist/pine-core/svg/code-block.svg +1 -1
- package/dist/pine-core/svg/code.svg +1 -1
- package/dist/pine-core/svg/color.svg +1 -1
- package/dist/pine-core/svg/columns.svg +1 -1
- package/dist/pine-core/svg/comment-no.svg +1 -1
- package/dist/pine-core/svg/comment.svg +1 -1
- package/dist/pine-core/svg/connect.svg +1 -1
- package/dist/pine-core/svg/contact.svg +1 -1
- package/dist/pine-core/svg/conversation.svg +1 -1
- package/dist/pine-core/svg/copy.svg +1 -1
- package/dist/pine-core/svg/coupon.svg +1 -1
- package/dist/pine-core/svg/course-filled.svg +1 -1
- package/dist/pine-core/svg/course.svg +1 -1
- package/dist/pine-core/svg/creator-studio-filled.svg +1 -1
- package/dist/pine-core/svg/creator-studio.svg +1 -1
- package/dist/pine-core/svg/credit-card-tone.svg +1 -0
- package/dist/pine-core/svg/cube-tone.svg +1 -0
- package/dist/pine-core/svg/cursor-pointer.svg +1 -1
- package/dist/pine-core/svg/cursor.svg +1 -1
- package/dist/pine-core/svg/custom-field.svg +1 -1
- package/dist/pine-core/svg/customize.svg +1 -1
- package/dist/pine-core/svg/danger-filled.svg +1 -1
- package/dist/pine-core/svg/danger.svg +1 -1
- package/dist/pine-core/svg/delete-circle.svg +1 -1
- package/dist/pine-core/svg/delete-key.svg +1 -1
- package/dist/pine-core/svg/delete-x.svg +1 -1
- package/dist/pine-core/svg/dollar.svg +1 -1
- package/dist/pine-core/svg/dot-menu-horizontal.svg +1 -1
- package/dist/pine-core/svg/dots-horizontal-tone.svg +1 -1
- package/dist/pine-core/svg/down-small.svg +1 -1
- package/dist/pine-core/svg/download.svg +1 -1
- package/dist/pine-core/svg/downsell.svg +1 -1
- package/dist/pine-core/svg/draft.svg +1 -1
- package/dist/pine-core/svg/drawer-collapse.svg +1 -1
- package/dist/pine-core/svg/drawer-expand.svg +1 -1
- package/dist/pine-core/svg/drop.svg +1 -1
- package/dist/pine-core/svg/duplicate.svg +1 -1
- package/dist/pine-core/svg/editor-filled.svg +1 -1
- package/dist/pine-core/svg/editor.svg +1 -1
- package/dist/pine-core/svg/email-activity.svg +1 -1
- package/dist/pine-core/svg/emoji.svg +1 -1
- package/dist/pine-core/svg/enlarge-vertical.svg +1 -1
- package/dist/pine-core/svg/enlarge.svg +1 -1
- package/dist/pine-core/svg/expand.svg +1 -1
- package/dist/pine-core/svg/favorite.svg +1 -1
- package/dist/pine-core/svg/feedback.svg +1 -1
- package/dist/pine-core/svg/file-add.svg +1 -0
- package/dist/pine-core/svg/file-download.svg +1 -0
- package/dist/pine-core/svg/file-lock.svg +1 -0
- package/dist/pine-core/svg/file-money.svg +1 -1
- package/dist/pine-core/svg/file.svg +1 -1
- package/dist/pine-core/svg/filter.svg +1 -1
- package/dist/pine-core/svg/flag.svg +1 -1
- package/dist/pine-core/svg/flash-filled.svg +1 -1
- package/dist/pine-core/svg/flash.svg +1 -1
- package/dist/pine-core/svg/floppy-disk.svg +1 -1
- package/dist/pine-core/svg/folder-group.svg +1 -1
- package/dist/pine-core/svg/folder.svg +1 -1
- package/dist/pine-core/svg/form-field.svg +1 -1
- package/dist/pine-core/svg/form-filled.svg +1 -1
- package/dist/pine-core/svg/form.svg +1 -1
- package/dist/pine-core/svg/fullscreen.svg +1 -1
- package/dist/pine-core/svg/funnel.svg +1 -1
- package/dist/pine-core/svg/gear-filled.svg +1 -1
- package/dist/pine-core/svg/gear.svg +1 -1
- package/dist/pine-core/svg/gift-tone.svg +1 -0
- package/dist/pine-core/svg/grant-offer.svg +1 -1
- package/dist/pine-core/svg/handle-2-vertical.svg +1 -1
- package/dist/pine-core/svg/handle-2.svg +1 -1
- package/dist/pine-core/svg/handle.svg +1 -1
- package/dist/pine-core/svg/hashtag.svg +1 -1
- package/dist/pine-core/svg/hd-video.svg +1 -1
- package/dist/pine-core/svg/heading-1.svg +1 -1
- package/dist/pine-core/svg/heading-2.svg +1 -1
- package/dist/pine-core/svg/heading-3.svg +1 -1
- package/dist/pine-core/svg/heading-4.svg +1 -1
- package/dist/pine-core/svg/heading-5.svg +1 -1
- package/dist/pine-core/svg/heading-6.svg +1 -1
- package/dist/pine-core/svg/heading-large.svg +1 -1
- package/dist/pine-core/svg/heading-small.svg +1 -1
- package/dist/pine-core/svg/headset-tone.svg +1 -1
- package/dist/pine-core/svg/headset.svg +1 -1
- package/dist/pine-core/svg/help-filled.svg +1 -1
- package/dist/pine-core/svg/help.svg +1 -1
- package/dist/pine-core/svg/home-alt.svg +1 -1
- package/dist/pine-core/svg/home-filled.svg +1 -1
- package/dist/pine-core/svg/home-tone.svg +1 -0
- package/dist/pine-core/svg/home.svg +1 -1
- package/dist/pine-core/svg/horizontal-line.svg +1 -1
- package/dist/pine-core/svg/image.svg +1 -1
- package/dist/pine-core/svg/info-circle-filled.svg +1 -1
- package/dist/pine-core/svg/info-circle.svg +1 -1
- package/dist/pine-core/svg/ios-battery.svg +1 -1
- package/dist/pine-core/svg/ios-data.svg +1 -1
- package/dist/pine-core/svg/ios-wifi.svg +1 -1
- package/dist/pine-core/svg/italic.svg +1 -1
- package/dist/pine-core/svg/kajabi-filled.svg +1 -1
- package/dist/pine-core/svg/kajabi.svg +1 -1
- package/dist/pine-core/svg/klarna.svg +1 -1
- package/dist/pine-core/svg/lab.svg +1 -1
- package/dist/pine-core/svg/launch.svg +1 -1
- package/dist/pine-core/svg/layout-grid.svg +1 -1
- package/dist/pine-core/svg/layout-list.svg +1 -1
- package/dist/pine-core/svg/left-small.svg +1 -1
- package/dist/pine-core/svg/list-bullet.svg +1 -1
- package/dist/pine-core/svg/list-details.svg +1 -1
- package/dist/pine-core/svg/list-numbers.svg +1 -1
- package/dist/pine-core/svg/location.svg +1 -1
- package/dist/pine-core/svg/lock-alt.svg +1 -1
- package/dist/pine-core/svg/lock.svg +1 -1
- package/dist/pine-core/svg/logo-afterpay.svg +1 -1
- package/dist/pine-core/svg/logo-facebook-round.svg +1 -1
- package/dist/pine-core/svg/logo-facebook.svg +1 -1
- package/dist/pine-core/svg/logo-instagram.svg +1 -1
- package/dist/pine-core/svg/logo-linkedin.svg +1 -1
- package/dist/pine-core/svg/logo-tiktok.svg +1 -1
- package/dist/pine-core/svg/logo-twitter-x.svg +1 -1
- package/dist/pine-core/svg/logo-twitter.svg +1 -1
- package/dist/pine-core/svg/logo-youtube.svg +1 -1
- package/dist/pine-core/svg/loop.svg +1 -1
- package/dist/pine-core/svg/mail-filled.svg +1 -1
- package/dist/pine-core/svg/mail-open.svg +1 -1
- package/dist/pine-core/svg/mail-tone.svg +1 -0
- package/dist/pine-core/svg/mail.svg +1 -1
- package/dist/pine-core/svg/map.svg +1 -1
- package/dist/pine-core/svg/mapped.svg +1 -1
- package/dist/pine-core/svg/margin-left.svg +1 -1
- package/dist/pine-core/svg/margin-right.svg +1 -1
- package/dist/pine-core/svg/marker-filled.svg +1 -1
- package/dist/pine-core/svg/marker.svg +1 -1
- package/dist/pine-core/svg/megaphone-filled.svg +1 -1
- package/dist/pine-core/svg/megaphone.svg +1 -1
- package/dist/pine-core/svg/menu-alt.svg +1 -1
- package/dist/pine-core/svg/menu-bordered.svg +1 -1
- package/dist/pine-core/svg/menu.svg +1 -1
- package/dist/pine-core/svg/merge.svg +1 -1
- package/dist/pine-core/svg/microphone-off.svg +1 -1
- package/dist/pine-core/svg/microphone.svg +1 -1
- package/dist/pine-core/svg/monitor-filled.svg +1 -1
- package/dist/pine-core/svg/monitor-tone.svg +1 -0
- package/dist/pine-core/svg/monitor.svg +1 -1
- package/dist/pine-core/svg/more-menu-filled.svg +1 -1
- package/dist/pine-core/svg/more-menu.svg +1 -1
- package/dist/pine-core/svg/move-left.svg +1 -1
- package/dist/pine-core/svg/move-right.svg +1 -1
- package/dist/pine-core/svg/multi-pay.svg +1 -1
- package/dist/pine-core/svg/newsletter-2.svg +1 -1
- package/dist/pine-core/svg/newsletter.svg +1 -1
- package/dist/pine-core/svg/one-off-session.svg +1 -1
- package/dist/pine-core/svg/one-time.svg +1 -1
- package/dist/pine-core/svg/packages.svg +1 -1
- package/dist/pine-core/svg/pause-circle.svg +1 -1
- package/dist/pine-core/svg/pause.svg +1 -1
- package/dist/pine-core/svg/payout.svg +1 -1
- package/dist/pine-core/svg/pen.svg +1 -1
- package/dist/pine-core/svg/phone-portrait.svg +1 -1
- package/dist/pine-core/svg/phone-tone.svg +1 -0
- package/dist/pine-core/svg/phone-toolbar-filled.svg +1 -1
- package/dist/pine-core/svg/phone-toolbar.svg +1 -1
- package/dist/pine-core/svg/play-circle.svg +1 -1
- package/dist/pine-core/svg/play-outline.svg +1 -1
- package/dist/pine-core/svg/play-store.svg +1 -1
- package/dist/pine-core/svg/play.svg +1 -1
- package/dist/pine-core/svg/plug.svg +1 -1
- package/dist/pine-core/svg/premium.svg +1 -1
- package/dist/pine-core/svg/present.svg +1 -1
- package/dist/pine-core/svg/preview-off.svg +1 -1
- package/dist/pine-core/svg/preview-on.svg +1 -1
- package/dist/pine-core/svg/product-filled.svg +1 -1
- package/dist/pine-core/svg/product.svg +1 -1
- package/dist/pine-core/svg/question-circle.svg +1 -1
- package/dist/pine-core/svg/quote.svg +1 -1
- package/dist/pine-core/svg/redo.svg +1 -1
- package/dist/pine-core/svg/refresh.svg +1 -1
- package/dist/pine-core/svg/remove-circle.svg +1 -1
- package/dist/pine-core/svg/remove.svg +1 -1
- package/dist/pine-core/svg/rename.svg +1 -1
- package/dist/pine-core/svg/reset-password.svg +1 -1
- package/dist/pine-core/svg/restore.svg +1 -1
- package/dist/pine-core/svg/right-small.svg +1 -1
- package/dist/pine-core/svg/rocket-filled.svg +1 -1
- package/dist/pine-core/svg/rocket-tone.svg +1 -0
- package/dist/pine-core/svg/rocket.svg +1 -1
- package/dist/pine-core/svg/round-dollar.svg +1 -1
- package/dist/pine-core/svg/rows.svg +1 -1
- package/dist/pine-core/svg/scissor.svg +1 -1
- package/dist/pine-core/svg/screen-share-off.svg +1 -1
- package/dist/pine-core/svg/screen-share-on.svg +1 -1
- package/dist/pine-core/svg/search-md-tone.svg +1 -1
- package/dist/pine-core/svg/search-small.svg +1 -1
- package/dist/pine-core/svg/search.svg +1 -1
- package/dist/pine-core/svg/send-message.svg +1 -1
- package/dist/pine-core/svg/sequences.svg +1 -1
- package/dist/pine-core/svg/settings-tone.svg +1 -0
- package/dist/pine-core/svg/share.svg +1 -1
- package/dist/pine-core/svg/shopping-cart-filled.svg +1 -0
- package/dist/pine-core/svg/skipped.svg +1 -1
- package/dist/pine-core/svg/slash-divider.svg +1 -1
- package/dist/pine-core/svg/speaker.svg +1 -1
- package/dist/pine-core/svg/stack.svg +1 -1
- package/dist/pine-core/svg/star.svg +1 -1
- package/dist/pine-core/svg/stars-tone.svg +1 -0
- package/dist/pine-core/svg/stop.svg +1 -1
- package/dist/pine-core/svg/stopwatch.svg +1 -1
- package/dist/pine-core/svg/strikethrough.svg +1 -1
- package/dist/pine-core/svg/subscript.svg +1 -1
- package/dist/pine-core/svg/subscriptions.svg +1 -1
- package/dist/pine-core/svg/super-admin.svg +1 -1
- package/dist/pine-core/svg/superscript.svg +1 -1
- package/dist/pine-core/svg/sync.svg +1 -1
- package/dist/pine-core/svg/tablet-landscape.svg +1 -1
- package/dist/pine-core/svg/tablet-portrait.svg +1 -1
- package/dist/pine-core/svg/tag-filled.svg +1 -1
- package/dist/pine-core/svg/tag.svg +1 -1
- package/dist/pine-core/svg/text-styles.svg +1 -1
- package/dist/pine-core/svg/theme-store-filled.svg +1 -1
- package/dist/pine-core/svg/theme-store.svg +1 -1
- package/dist/pine-core/svg/thumb-down-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-down.svg +1 -1
- package/dist/pine-core/svg/thumb-up-filled.svg +1 -1
- package/dist/pine-core/svg/thumb-up.svg +1 -1
- package/dist/pine-core/svg/trash.svg +1 -1
- package/dist/pine-core/svg/trophy-filled.svg +1 -1
- package/dist/pine-core/svg/trophy.svg +1 -1
- package/dist/pine-core/svg/underline.svg +1 -1
- package/dist/pine-core/svg/undo.svg +1 -1
- package/dist/pine-core/svg/unlock.svg +1 -1
- package/dist/pine-core/svg/unmapped.svg +1 -1
- package/dist/pine-core/svg/up-small.svg +1 -1
- package/dist/pine-core/svg/upload.svg +1 -1
- package/dist/pine-core/svg/url.svg +1 -1
- package/dist/pine-core/svg/user-circle-filled.svg +1 -1
- package/dist/pine-core/svg/user-circle.svg +1 -1
- package/dist/pine-core/svg/user-filled.svg +1 -1
- package/dist/pine-core/svg/user-star-filled.svg +1 -1
- package/dist/pine-core/svg/user-star.svg +1 -1
- package/dist/pine-core/svg/user.svg +1 -1
- package/dist/pine-core/svg/users-alt.svg +1 -1
- package/dist/pine-core/svg/users-filled.svg +1 -1
- package/dist/pine-core/svg/users-tone.svg +1 -0
- package/dist/pine-core/svg/users.svg +1 -1
- package/dist/pine-core/svg/video-off.svg +1 -1
- package/dist/pine-core/svg/video-on.svg +1 -1
- package/dist/pine-core/svg/warning-filled.svg +1 -1
- package/dist/pine-core/svg/warning.svg +1 -1
- package/dist/pine-core/svg/window-paragraph.svg +1 -1
- package/dist/pine-core/svg/world.svg +1 -1
- package/dist/pine-core/svg/wrench.svg +1 -1
- package/dist/types/components/pds-accordion/pds-accordion.d.ts +2 -0
- package/dist/types/components/pds-box/pds-box.d.ts +2 -2
- package/dist/types/components.d.ts +4 -4
- package/dist/types/stencil-public-runtime.d.ts +4 -0
- package/dist/types/utils/types.d.ts +1 -0
- package/hydrate/index.d.ts +10 -4
- package/hydrate/index.js +703 -387
- package/hydrate/index.mjs +703 -387
- package/package.json +4 -4
- package/dist/cjs/index-46fb0736.js.map +0 -1
- package/dist/cjs/index-de3f0730.js +0 -24
- package/dist/cjs/index-de3f0730.js.map +0 -1
- package/dist/esm/index-2a33b470.js.map +0 -1
- package/dist/esm/index-a1e2f9af.js +0 -14
- package/dist/esm/index-a1e2f9af.js.map +0 -1
- package/dist/esm-es5/index-2a33b470.js +0 -3
- package/dist/esm-es5/index-2a33b470.js.map +0 -1
- package/dist/esm-es5/index-a1e2f9af.js +0 -2
- package/dist/esm-es5/index-a1e2f9af.js.map +0 -1
- package/dist/pine-core/p-06c33261.system.entry.js +0 -2
- package/dist/pine-core/p-06c33261.system.entry.js.map +0 -1
- package/dist/pine-core/p-07f80cb6.entry.js +0 -2
- package/dist/pine-core/p-07f80cb6.entry.js.map +0 -1
- package/dist/pine-core/p-09b1c7f1.system.entry.js.map +0 -1
- package/dist/pine-core/p-0a4b1ce9.system.entry.js +0 -2
- package/dist/pine-core/p-0a4b1ce9.system.entry.js.map +0 -1
- package/dist/pine-core/p-0b541f88.js +0 -3
- package/dist/pine-core/p-0b541f88.js.map +0 -1
- package/dist/pine-core/p-0d6fafef.system.entry.js +0 -2
- package/dist/pine-core/p-0d6fafef.system.entry.js.map +0 -1
- package/dist/pine-core/p-0e1c0d03.entry.js +0 -8
- package/dist/pine-core/p-0e1c0d03.entry.js.map +0 -1
- package/dist/pine-core/p-0e936138.entry.js +0 -2
- package/dist/pine-core/p-0e936138.entry.js.map +0 -1
- package/dist/pine-core/p-1f2b0be3.system.entry.js +0 -2
- package/dist/pine-core/p-1f2b0be3.system.entry.js.map +0 -1
- package/dist/pine-core/p-31056348.system.entry.js +0 -2
- package/dist/pine-core/p-31056348.system.entry.js.map +0 -1
- package/dist/pine-core/p-3261fdf5.system.entry.js.map +0 -1
- package/dist/pine-core/p-32e41e3d.system.entry.js +0 -2
- package/dist/pine-core/p-32e41e3d.system.entry.js.map +0 -1
- package/dist/pine-core/p-3aa152c6.entry.js +0 -2
- package/dist/pine-core/p-3aa152c6.entry.js.map +0 -1
- package/dist/pine-core/p-3ba3d44c.entry.js +0 -2
- package/dist/pine-core/p-3ba3d44c.entry.js.map +0 -1
- package/dist/pine-core/p-46161cec.entry.js +0 -2
- package/dist/pine-core/p-46161cec.entry.js.map +0 -1
- package/dist/pine-core/p-4f69a7b7.entry.js +0 -2
- package/dist/pine-core/p-4f69a7b7.entry.js.map +0 -1
- package/dist/pine-core/p-50a23474.entry.js +0 -2
- package/dist/pine-core/p-50a23474.entry.js.map +0 -1
- package/dist/pine-core/p-52515d64.system.entry.js +0 -2
- package/dist/pine-core/p-52515d64.system.entry.js.map +0 -1
- package/dist/pine-core/p-5a384517.entry.js +0 -2
- package/dist/pine-core/p-5a384517.entry.js.map +0 -1
- package/dist/pine-core/p-5bee6677.system.entry.js +0 -2
- package/dist/pine-core/p-5bee6677.system.entry.js.map +0 -1
- package/dist/pine-core/p-5df76e04.system.js +0 -2
- package/dist/pine-core/p-5df76e04.system.js.map +0 -1
- package/dist/pine-core/p-62ec9a0f.system.entry.js +0 -2
- package/dist/pine-core/p-62ec9a0f.system.entry.js.map +0 -1
- package/dist/pine-core/p-6a7a864f.entry.js +0 -2
- package/dist/pine-core/p-6a7a864f.entry.js.map +0 -1
- package/dist/pine-core/p-6ae2f0f5.entry.js +0 -2
- package/dist/pine-core/p-6ae2f0f5.entry.js.map +0 -1
- package/dist/pine-core/p-6d9edf7d.system.entry.js +0 -2
- package/dist/pine-core/p-6d9edf7d.system.entry.js.map +0 -1
- package/dist/pine-core/p-6e146962.entry.js +0 -2
- package/dist/pine-core/p-6e146962.entry.js.map +0 -1
- package/dist/pine-core/p-6ff9ebfa.entry.js +0 -2
- package/dist/pine-core/p-6ff9ebfa.entry.js.map +0 -1
- package/dist/pine-core/p-701ba882.entry.js +0 -2
- package/dist/pine-core/p-701ba882.entry.js.map +0 -1
- package/dist/pine-core/p-73eb1722.entry.js +0 -2
- package/dist/pine-core/p-73eb1722.entry.js.map +0 -1
- package/dist/pine-core/p-78c6c37a.system.entry.js +0 -2
- package/dist/pine-core/p-78c6c37a.system.entry.js.map +0 -1
- package/dist/pine-core/p-79ca4ab9.system.entry.js +0 -2
- package/dist/pine-core/p-79ca4ab9.system.entry.js.map +0 -1
- package/dist/pine-core/p-7c33a02e.entry.js +0 -2
- package/dist/pine-core/p-7c33a02e.entry.js.map +0 -1
- package/dist/pine-core/p-7dac515e.system.entry.js +0 -2
- package/dist/pine-core/p-7dac515e.system.entry.js.map +0 -1
- package/dist/pine-core/p-7ea6838b.system.entry.js +0 -2
- package/dist/pine-core/p-7ea6838b.system.entry.js.map +0 -1
- package/dist/pine-core/p-7ebfdef4.system.entry.js +0 -2
- package/dist/pine-core/p-7ebfdef4.system.entry.js.map +0 -1
- package/dist/pine-core/p-829777e4.system.entry.js +0 -2
- package/dist/pine-core/p-829777e4.system.entry.js.map +0 -1
- package/dist/pine-core/p-8317c6c2.js +0 -2
- package/dist/pine-core/p-8317c6c2.js.map +0 -1
- package/dist/pine-core/p-8469b65a.entry.js +0 -2
- package/dist/pine-core/p-8469b65a.entry.js.map +0 -1
- package/dist/pine-core/p-8d8de5fd.entry.js +0 -2
- package/dist/pine-core/p-8d8de5fd.entry.js.map +0 -1
- package/dist/pine-core/p-8df8debd.entry.js.map +0 -1
- package/dist/pine-core/p-8f73bf14.system.entry.js +0 -2
- package/dist/pine-core/p-8f73bf14.system.entry.js.map +0 -1
- package/dist/pine-core/p-8fbec4fe.system.js +0 -2
- package/dist/pine-core/p-909b305c.system.entry.js +0 -2
- package/dist/pine-core/p-909b305c.system.entry.js.map +0 -1
- package/dist/pine-core/p-936d96ec.system.entry.js +0 -9
- package/dist/pine-core/p-936d96ec.system.entry.js.map +0 -1
- package/dist/pine-core/p-9583e6d5.entry.js +0 -2
- package/dist/pine-core/p-9583e6d5.entry.js.map +0 -1
- package/dist/pine-core/p-96c750d1.entry.js +0 -2
- package/dist/pine-core/p-96c750d1.entry.js.map +0 -1
- package/dist/pine-core/p-a03e587c.entry.js +0 -2
- package/dist/pine-core/p-a03e587c.entry.js.map +0 -1
- package/dist/pine-core/p-a79a8159.entry.js.map +0 -1
- package/dist/pine-core/p-a962fe8e.entry.js +0 -2
- package/dist/pine-core/p-a962fe8e.entry.js.map +0 -1
- package/dist/pine-core/p-ad4238c9.system.entry.js +0 -2
- package/dist/pine-core/p-ad4238c9.system.entry.js.map +0 -1
- package/dist/pine-core/p-af7df3c2.system.entry.js +0 -2
- package/dist/pine-core/p-af7df3c2.system.entry.js.map +0 -1
- package/dist/pine-core/p-b4518566.entry.js +0 -2
- package/dist/pine-core/p-b4518566.entry.js.map +0 -1
- package/dist/pine-core/p-c52d0465.system.entry.js +0 -2
- package/dist/pine-core/p-c52d0465.system.entry.js.map +0 -1
- package/dist/pine-core/p-c84cc2f8.system.entry.js +0 -2
- package/dist/pine-core/p-c84cc2f8.system.entry.js.map +0 -1
- package/dist/pine-core/p-ca239d59.system.entry.js +0 -2
- package/dist/pine-core/p-ca239d59.system.entry.js.map +0 -1
- package/dist/pine-core/p-e4b3115c.entry.js +0 -2
- package/dist/pine-core/p-e4b3115c.entry.js.map +0 -1
- package/dist/pine-core/p-eb56f262.system.entry.js +0 -2
- package/dist/pine-core/p-eb56f262.system.entry.js.map +0 -1
- package/dist/pine-core/p-ec484bf6.entry.js +0 -2
- package/dist/pine-core/p-ec484bf6.entry.js.map +0 -1
- package/dist/pine-core/p-f74c489d.system.js +0 -3
- package/dist/pine-core/p-f74c489d.system.js.map +0 -1
- package/dist/pine-core/svg/bar-chart-10-tone.svg +0 -1
- package/dist/pine-core/svg/bell-01-tone.svg +0 -1
- package/dist/pine-core/svg/credit-card-02-tone.svg +0 -1
- package/dist/pine-core/svg/cube-01-tone.svg +0 -1
- package/dist/pine-core/svg/file-02.svg +0 -1
- package/dist/pine-core/svg/home-02-tone.svg +0 -1
- package/dist/pine-core/svg/mail-01-tone.svg +0 -1
- package/dist/pine-core/svg/monitor-03-tone.svg +0 -1
- package/dist/pine-core/svg/phone-02-tone.svg +0 -1
- package/dist/pine-core/svg/settings-01-tone.svg +0 -1
- package/dist/pine-core/svg/stars-01-tone.svg +0 -1
- package/dist/pine-core/svg/users-02-tone.svg +0 -1
- /package/dist/esm-es5/{pds-label-31a5848b.js.map → pds-label-d28da6eb.js.map} +0 -0
- /package/dist/pine-core/{p-8fbec4fe.system.js.map → p-496454a3.system.js.map} +0 -0
- /package/dist/pine-core/{p-bc20946b.system.entry.js.map → p-4b06aed0.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b5c7e02a.entry.js.map → p-59cc888d.entry.js.map} +0 -0
- /package/dist/pine-core/{p-143795e5.system.entry.js.map → p-64c07f01.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-511bf308.entry.js.map → p-835c73f4.entry.js.map} +0 -0
- /package/dist/pine-core/{p-32498622.system.entry.js.map → p-979ab4e2.system.entry.js.map} +0 -0
- /package/dist/pine-core/{p-e60fccc0.js.map → p-bc1ecf2f.js.map} +0 -0
- /package/dist/pine-core/{p-f59d4a46.entry.js.map → p-bd593d1c.entry.js.map} +0 -0
- /package/dist/pine-core/{p-b18b20f4.system.js.map → p-d6873321.system.js.map} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const e="pine-core";const t={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:true,cmpDidRender:true,cmpDidUnload:false,cmpDidUpdate:true,cmpShouldUpdate:false,cmpWillLoad:true,cmpWillRender:true,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:true,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:true,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:true,propNumber:true,propString:true,reflect:true,scoped:true,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:true,slot:true,slotChildNodesFix:false,slotRelocation:true,state:true,style:true,svg:true,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:true,vdomPropOrAttr:true,vdomRef:true,vdomRender:true,vdomStyle:true,vdomText:true,vdomXlink:true,watchCallback:true};var r=Object.defineProperty;var n=(e,t)=>{for(var n in t)r(e,n,{get:t[n],enumerable:true})};var l=new WeakMap;var s=e=>l.get(e);var i=(e,t)=>l.set(t.t=e,t);var o=(e,t)=>{const r={l:0,$hostElement$:e,i:t,o:new Map};{r.u=new Promise((e=>r.v=e))}{r.h=new Promise((e=>r.p=e));e["s-p"]=[];e["s-rc"]=[]}return l.set(e,r)};var a=(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.m.replace(/-/g,"_");const l=e.$;if(!l){return void 0}const s=c.get(l);if(s){return s[n]}
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${l}.entry.js${""}`).then((e=>{{c.set(l,e)}return e[n]}),f)};var v=new Map;var d="r";var h="o";var p="s";var m="t";var $="s-id";var y="sty-id";var w="c-id";var b="{visibility:hidden}.hydrated{visibility:inherit}";var g="slot-fb{display:contents}slot-fb[hidden]{display:none}";var S="http://www.w3.org/1999/xlink";var k=typeof window!=="undefined"?window:{};var x=k.document||{head:{}};var C={l:0,S:"",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 j=t.shadowDom;var O=(()=>{let e=false;try{x.addEventListener("e",null,Object.defineProperty({},"passive",{get(){e=true}}))}catch(e){}return e})();var D=e=>Promise.resolve(e);var R=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false})();var T=false;var E=[];var L=[];var M=(e,t)=>r=>{e.push(r);if(!T){T=true;if(t&&C.l&4){P(F)}else{C.raf(F)}}};var A=e=>{for(let t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){f(e)}}e.length=0};var F=()=>{A(E);{A(L);if(T=E.length>0){C.raf(F)}}};var P=e=>D().then(e);var N=M(L,true);var U={};var W="http://www.w3.org/2000/svg";var I="http://www.w3.org/1999/xhtml";var H=e=>e!=null;var B=e=>{e=typeof e;return e==="object"||e==="function"};function z(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 Q={};n(Q,{err:()=>G,map:()=>K,ok:()=>q,unwrap:()=>V,unwrapErr:()=>X});var q=e=>({isOk:true,isErr:false,value:e});var G=e=>({isOk:false,isErr:true,value:e});function K(e,t){if(e.isOk){const r=t(e.value);if(r instanceof Promise){return r.then((e=>q(e)))}else{return q(r)}}if(e.isErr){const t=e.value;return G(t)}throw"should never get here"}var V=e=>{if(e.isOk){return e.value}else{throw e.value}};var X=e=>{if(e.isErr){return e.value}else{throw e.value}};var _=(e,t="")=>{{return()=>{}}};var J=(e,t)=>{{return()=>{}}};var Y=(e,t,...r)=>{let n=null;let l=null;let s=null;let i=false;let o=false;const a=[];const f=t=>{for(let r=0;r<t.length;r++){n=t[r];if(Array.isArray(n)){f(n)}else if(n!=null&&typeof n!=="boolean"){if(i=typeof e!=="function"&&!B(n)){n=String(n)}if(i&&o){a[a.length-1].k+=n}else{a.push(i?Z(null,n):n)}o=i}}};f(r);if(t){if(t.key){l=t.key}if(t.name){s=t.name}{const e=t.className||t.class;if(e){t.class=typeof e!=="object"?e:Object.keys(e).filter((t=>e[t])).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,a,re)}const c=Z(e,null);c.C=t;if(a.length>0){c.j=a}{c.O=l}{c.D=s}return c};var Z=(e,t)=>{const r={l:0,R:e,k:t,T:null,j:null};{r.C=null}{r.O=null}{r.D=null}return r};var ee={};var te=e=>e&&e.R===ee;var re={forEach:(e,t)=>e.map(ne).forEach(t),map:(e,t)=>e.map(ne).map(t).map(le)};var ne=e=>({vattrs:e.C,vchildren:e.j,vkey:e.O,vname:e.D,vtag:e.R,vtext:e.k});var le=e=>{if(typeof e.vtag==="function"){const t={...e.vattrs};if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return Y(e.vtag,t,...e.vchildren||[])}const t=Z(e.vtag,e.vtext);t.C=e.vattrs;t.j=e.vchildren;t.O=e.vkey;t.D=e.vname;return t};var se=(e,t,r,n)=>{const l=_("hydrateClient",t);const s=e.shadowRoot;const i=[];const o=[];const a=s?[]:null;const f=n.L=Z(t,null);if(!C.M){oe(x.body,C.M=new Map)}e[$]=r;e.removeAttribute($);ie(f,i,o,a,e,e,r);i.map((e=>{const r=e.A+"."+e.F;const n=C.M.get(r);const l=e.T;if(n&&j&&n["s-en"]===""){n.parentNode.insertBefore(l,n.nextSibling)}if(!s){l["s-hn"]=t;if(n){l["s-ol"]=n;l["s-ol"]["s-nr"]=l}}C.M.delete(r)}));if(s){a.map((e=>{if(e){s.appendChild(e)}}))}l()};var ie=(e,t,r,n,l,s,i)=>{let o;let a;let f;let c;if(s.nodeType===1){o=s.getAttribute(w);if(o){a=o.split(".");if(a[0]===i||a[0]==="0"){f={l:0,A:a[0],F:a[1],P:a[2],N:a[3],R:s.tagName.toLowerCase(),T:s,C:null,j:null,O:null,D:null,k:null};t.push(f);s.removeAttribute(w);if(!e.j){e.j=[]}e.j[f.N]=f;e=f;if(n&&f.P==="0"){n[f.N]=f.T}}}if(s.shadowRoot){for(c=s.shadowRoot.childNodes.length-1;c>=0;c--){ie(e,t,r,n,l,s.shadowRoot.childNodes[c],i)}}for(c=s.childNodes.length-1;c>=0;c--){ie(e,t,r,n,l,s.childNodes[c],i)}}else if(s.nodeType===8){a=s.nodeValue.split(".");if(a[1]===i||a[1]==="0"){o=a[0];f={l:0,A:a[1],F:a[2],P:a[3],N:a[4],T:s,C:null,j:null,O:null,D:null,R:null,k:null};if(o===m){f.T=s.nextSibling;if(f.T&&f.T.nodeType===3){f.k=f.T.textContent;t.push(f);s.remove();if(!e.j){e.j=[]}e.j[f.N]=f;if(n&&f.P==="0"){n[f.N]=f.T}}}else if(f.A===i){if(o===p){f.R="slot";if(a[5]){s["s-sn"]=f.D=a[5]}else{s["s-sn"]=""}s["s-sr"]=true;if(n){f.T=x.createElement(f.R);if(f.D){f.T.setAttribute("name",f.D)}s.parentNode.insertBefore(f.T,s);s.remove();if(f.P==="0"){n[f.N]=f.T}}r.push(f);if(!e.j){e.j=[]}e.j[f.N]=f}else if(o===d){if(n){s.remove()}else{l["s-cr"]=s;s["s-cn"]=true}}}}}else if(e&&e.R==="style"){const t=Z(null,s.textContent);t.T=s;t.N="0";e.j=[t]}};var oe=(e,t)=>{if(e.nodeType===1){let r=0;if(e.shadowRoot){for(;r<e.shadowRoot.childNodes.length;r++){oe(e.shadowRoot.childNodes[r],t)}}for(r=0;r<e.childNodes.length;r++){oe(e.childNodes[r],t)}}else if(e.nodeType===8){const r=e.nodeValue.split(".");if(r[0]===h){t.set(r[1]+"."+r[2],e);e.nodeValue="";e["s-en"]=r[3]}}};var ae=(e,t)=>{if(e!=null&&!B(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 fe=e=>s(e).$hostElement$;var ce=(e,t,r)=>{const n=fe(e);return{emit:e=>ue(n,t,{bubbles:!!(r&4),composed:!!(r&2),cancelable:!!(r&1),detail:e})}};var ue=(e,t,r)=>{const n=C.ce(t,r);e.dispatchEvent(n);return n};var ve=new WeakMap;var de=(e,t,r)=>{let n=v.get(e);if(R&&r){n=n||new CSSStyleSheet;if(typeof n==="string"){n=t}else{n.replaceSync(t)}}else{n=t}v.set(e,n)};var he=(e,t,r)=>{var n;const l=me(t);const s=v.get(l);e=e.nodeType===11?e:x;if(s){if(typeof s==="string"){e=e.head||e;let r=ve.get(e);let i;if(!r){ve.set(e,r=new Set)}if(!r.has(l)){if(e.host&&(i=e.querySelector(`[${y}="${l}"]`))){i.innerHTML=s}else{i=x.createElement("style");i.innerHTML=s;const r=(n=C.U)!=null?n:z(x);if(r!=null){i.setAttribute("nonce",r)}if(!(t.l&1)){if(e.nodeName==="HEAD"){const t=e.querySelectorAll("link[rel=preconnect]");const r=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(i,r)}else if("host"in e){const t=e.querySelector("style");if(t){t.innerHTML=s+t.innerHTML}else{e.prepend(i)}}else{e.append(i)}}if(t.l&1&&e.nodeName!=="HEAD"){e.insertBefore(i,null)}}if(t.l&4){i.innerHTML+=g}if(r){r.add(l)}}}else if(!e.adoptedStyleSheets.includes(s)){e.adoptedStyleSheets=[...e.adoptedStyleSheets,s]}}return l};var pe=e=>{const t=e.i;const r=e.$hostElement$;const n=t.l;const l=_("attachStyles",t.m);const s=he(r.shadowRoot?r.shadowRoot:r.getRootNode(),t);if(n&10&&n&2){r["s-sc"]=s;r.classList.add(s+"-h");if(n&2){r.classList.add(s+"-s")}}l()};var me=(e,t)=>"sc-"+e.m;var $e=(e,t,r,n,l,s)=>{if(r!==n){let i=a(e,t);let o=t.toLowerCase();if(t==="class"){const t=e.classList;const l=we(r);const s=we(n);t.remove(...l.filter((e=>e&&!s.includes(e))));t.add(...s.filter((e=>e&&!l.includes(e))))}else if(t==="style"){{for(const t in r){if(!n||n[t]==null){if(t.includes("-")){e.style.removeProperty(t)}else{e.style[t]=""}}}}for(const t in n){if(!r||n[t]!==r[t]){if(t.includes("-")){e.style.setProperty(t,n[t])}else{e.style[t]=n[t]}}}}else if(t==="key");else if(t==="ref"){if(n){n(e)}}else if(!i&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(a(k,o)){t=o.slice(2)}else{t=o[2]+t.slice(3)}if(r||n){const l=t.endsWith(be);t=t.replace(ge,"");if(r){C.rel(e,t,r,l)}if(n){C.ael(e,t,n,l)}}}else{const a=B(n);if((i||a&&n!==null)&&!l){try{if(!e.tagName.includes("-")){const l=n==null?"":n;if(t==="list"){i=false}else if(r==null||e[t]!=l){if(typeof e.__lookupSetter__(t)==="function"){e[t]=l}else{e.setAttribute(t,l)}}}else{e[t]=n}}catch(e){}}let f=false;{if(o!==(o=o.replace(/^xlink\:?/,""))){t=o;f=true}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){if(f){e.removeAttributeNS(S,t)}else{e.removeAttribute(t)}}}else if((!i||s&4||l)&&!a){n=n===true?"":n;if(f){e.setAttributeNS(S,t,n)}else{e.setAttribute(t,n)}}}}};var ye=/\s/;var we=e=>!e?[]:e.split(ye);var be="Capture";var ge=new RegExp(be+"$");var Se=(e,t,r)=>{const n=t.T.nodeType===11&&t.T.host?t.T.host:t.T;const l=e&&e.C||U;const s=t.C||U;{for(const e of ke(Object.keys(l))){if(!(e in s)){$e(n,e,l[e],void 0,r,t.l)}}}for(const e of ke(Object.keys(s))){$e(n,e,l[e],s[e],r,t.l)}};function ke(e){return e.includes("ref")?[...e.filter((e=>e!=="ref")),"ref"]:e}var xe;var Ce;var je;var Oe=false;var De=false;var Re=false;var Te=false;var Ee=(e,r,n,l)=>{var s;const i=r.j[n];let o=0;let a;let f;let c;if(!Oe){Re=true;if(i.R==="slot"){if(xe){l.classList.add(xe+"-s")}i.l|=i.j?2:1}}if(i.k!==null){a=i.T=x.createTextNode(i.k)}else if(i.l&1){a=i.T=x.createTextNode("")}else{if(!Te){Te=i.R==="svg"}a=i.T=x.createElementNS(Te?W:I,!Oe&&t.slotRelocation&&i.l&2?"slot-fb":i.R);if(Te&&i.R==="foreignObject"){Te=false}{Se(null,i,Te)}const r=a.getRootNode();const n=!r.querySelector("body");if(!n&&t.scoped&&H(xe)&&a["s-si"]!==xe){a.classList.add(a["s-si"]=xe)}{Ke(a,l)}if(i.j){for(o=0;o<i.j.length;++o){f=Ee(e,i,o,a);if(f){a.appendChild(f)}}}{if(i.R==="svg"){Te=false}else if(a.tagName==="foreignObject"){Te=true}}}a["s-hn"]=je;{if(i.l&(2|1)){a["s-sr"]=true;a["s-cr"]=Ce;a["s-sn"]=i.D||"";a["s-rf"]=(s=i.C)==null?void 0:s.ref;c=e&&e.j&&e.j[n];if(c&&c.R===i.R&&e.T){{Le(e.T,false)}}}}return a};var Le=(e,r)=>{C.l|=1;const n=Array.from(e.childNodes);if(e["s-sr"]&&t.experimentalSlotFixes){let t=e;while(t=t.nextSibling){if(t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===je){n.push(t)}}}for(let e=n.length-1;e>=0;e--){const t=n[e];if(t["s-hn"]!==je&&t["s-ol"]){qe(Ue(t),t,Ne(t));t["s-ol"].remove();t["s-ol"]=void 0;t["s-sh"]=void 0;Re=true}if(r){Le(t,r)}}C.l&=~1};var Me=(e,t,r,n,l,s)=>{let i=e["s-cr"]&&e["s-cr"].parentNode||e;let o;if(i.shadowRoot&&i.tagName===je){i=i.shadowRoot}for(;l<=s;++l){if(n[l]){o=Ee(null,r,l,e);if(o){n[l].T=o;qe(i,o,Ne(t))}}}};var Ae=(e,t,r)=>{for(let n=t;n<=r;++n){const t=e[n];if(t){const e=t.T;Qe(t);if(e){{De=true;if(e["s-ol"]){e["s-ol"].remove()}else{Le(e,true)}}e.remove()}}}};var Fe=(e,t,r,n,l=false)=>{let s=0;let i=0;let o=0;let a=0;let f=t.length-1;let c=t[0];let u=t[f];let v=n.length-1;let d=n[0];let h=n[v];let p;let m;while(s<=f&&i<=v){if(c==null){c=t[++s]}else if(u==null){u=t[--f]}else if(d==null){d=n[++i]}else if(h==null){h=n[--v]}else if(Pe(c,d,l)){We(c,d,l);c=t[++s];d=n[++i]}else if(Pe(u,h,l)){We(u,h,l);u=t[--f];h=n[--v]}else if(Pe(c,h,l)){if(c.R==="slot"||h.R==="slot"){Le(c.T.parentNode,false)}We(c,h,l);qe(e,c.T,u.T.nextSibling);c=t[++s];h=n[--v]}else if(Pe(u,d,l)){if(c.R==="slot"||h.R==="slot"){Le(u.T.parentNode,false)}We(u,d,l);qe(e,u.T,c.T);u=t[--f];d=n[++i]}else{o=-1;{for(a=s;a<=f;++a){if(t[a]&&t[a].O!==null&&t[a].O===d.O){o=a;break}}}if(o>=0){m=t[o];if(m.R!==d.R){p=Ee(t&&t[i],r,o,e)}else{We(m,d,l);t[o]=void 0;p=m.T}d=n[++i]}else{p=Ee(t&&t[i],r,i,e);d=n[++i]}if(p){{qe(Ue(c.T),p,Ne(c.T))}}}}if(s>f){Me(e,n[v+1]==null?null:n[v+1].T,r,n,i,v)}else if(i>v){Ae(t,s,f)}};var Pe=(e,t,r=false)=>{if(e.R===t.R){if(e.R==="slot"){if("F"in e&&r&&e.T.nodeType!==8){return false}return e.D===t.D}if(!r){return e.O===t.O}return true}return false};var Ne=e=>e&&e["s-ol"]||e;var Ue=e=>(e["s-ol"]?e["s-ol"]:e).parentNode;var We=(e,r,n=false)=>{const l=r.T=e.T;const s=e.j;const i=r.j;const o=r.R;const a=r.k;let f;if(a===null){{Te=o==="svg"?true:o==="foreignObject"?false:Te}{if(o==="slot"&&!Oe);else{Se(e,r,Te)}}if(s!==null&&i!==null){Fe(l,s,r,i,n)}else if(i!==null){if(e.k!==null){l.textContent=""}Me(l,null,r,i,0,i.length-1)}else if(!n&&t.updatable&&s!==null){Ae(s,0,s.length-1)}if(Te&&o==="svg"){Te=false}}else if(f=l["s-cr"]){f.parentNode.textContent=a}else if(e.k!==a){l.data=a}};var Ie=e=>{const t=e.childNodes;for(const e of t){if(e.nodeType===1){if(e["s-sr"]){const r=e["s-sn"];e.hidden=false;for(const n of t){if(n!==e){if(n["s-hn"]!==e["s-hn"]||r!==""){if(n.nodeType===1&&(r===n.getAttribute("slot")||r===n["s-sn"])||n.nodeType===3&&r===n["s-sn"]){e.hidden=true;break}}else{if(n.nodeType===1||n.nodeType===3&&n.textContent.trim()!==""){e.hidden=true;break}}}}}Ie(e)}}};var He=[];var Be=e=>{let r;let n;let l;for(const s of e.childNodes){if(s["s-sr"]&&(r=s["s-cr"])&&r.parentNode){n=r.parentNode.childNodes;const e=s["s-sn"];for(l=n.length-1;l>=0;l--){r=n[l];if(!r["s-cn"]&&!r["s-nr"]&&r["s-hn"]!==s["s-hn"]&&!t.experimentalSlotFixes){if(ze(r,e)){let t=He.find((e=>e.W===r));De=true;r["s-sn"]=r["s-sn"]||e;if(t){t.W["s-sh"]=s["s-hn"];t.I=s}else{r["s-sh"]=s["s-hn"];He.push({I:s,W:r})}if(r["s-sr"]){He.map((e=>{if(ze(e.W,r["s-sn"])){t=He.find((e=>e.W===r));if(t&&!e.I){e.I=t.I}}}))}}else if(!He.some((e=>e.W===r))){He.push({W:r})}}}}if(s.nodeType===1){Be(s)}}};var ze=(e,t)=>{if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var Qe=e=>{{e.C&&e.C.ref&&e.C.ref(null);e.j&&e.j.map(Qe)}};var qe=(e,t,r)=>{const n=e==null?void 0:e.insertBefore(t,r);{Ke(t,e)}return n};var Ge=e=>{const t=[];if(e){t.push(...e["s-scs"]||[],e["s-si"],e["s-sc"],...Ge(e.parentElement))}return t};var Ke=(e,t,r=false)=>{var n;if(e&&t&&e.nodeType===1){const l=new Set(Ge(t).filter(Boolean));if(l.size){(n=e.classList)==null?void 0:n.add(...e["s-scs"]=[...l]);if(e["s-ol"]||r){for(const t of Array.from(e.childNodes)){Ke(t,e,true)}}}}};var Ve=(e,t,r=false)=>{var n,l,s,i;const o=e.$hostElement$;const a=e.i;const f=e.L||Z(null,null);const c=te(t)?t:Y(null,null,t);je=o.tagName;if(a.H){c.C=c.C||{};a.H.map((([e,t])=>c.C[t]=o[e]))}if(r&&c.C){for(const e of Object.keys(c.C)){if(o.hasAttribute(e)&&!["key","ref","style","class"].includes(e)){c.C[e]=o[e]}}}c.R=null;c.l|=4;e.L=c;c.T=f.T=o.shadowRoot||o;{xe=o["s-sc"]}Oe=(a.l&1)!==0;{Ce=o["s-cr"];De=false}We(f,c,r);{C.l|=1;if(Re){Be(c.T);for(const e of He){const t=e.W;if(!t["s-ol"]){const e=x.createTextNode("");e["s-nr"]=t;qe(t.parentNode,t["s-ol"]=e,t)}}for(const e of He){const t=e.W;const o=e.I;if(o){const e=o.parentNode;let r=o.nextSibling;{let s=(n=t["s-ol"])==null?void 0:n.previousSibling;while(s){let n=(l=s["s-nr"])!=null?l:null;if(n&&n["s-sn"]===t["s-sn"]&&e===n.parentNode){n=n.nextSibling;while(n===t||(n==null?void 0:n["s-sr"])){n=n==null?void 0:n.nextSibling}if(!n||!n["s-nr"]){r=n;break}}s=s.previousSibling}}if(!r&&e!==t.parentNode||t.nextSibling!==r){if(t!==r){if(!t["s-hn"]&&t["s-ol"]){t["s-hn"]=t["s-ol"].parentNode.nodeName}qe(e,t,r);if(t.nodeType===1){t.hidden=(s=t["s-ih"])!=null?s:false}}}t&&typeof o["s-rf"]==="function"&&o["s-rf"](t)}else{if(t.nodeType===1){if(r){t["s-ih"]=(i=t.hidden)!=null?i:false}t.hidden=true}}}}if(De){Ie(c.T)}C.l&=~1;He.length=0}Ce=void 0};var Xe=(e,t)=>{if(t&&!e.B&&t["s-p"]){t["s-p"].push(new Promise((t=>e.B=t)))}};var _e=(e,t)=>{{e.l|=16}if(e.l&4){e.l|=512;return}Xe(e,e.q);const r=()=>Je(e,t);return N(r)};var Je=(e,t)=>{const r=e.$hostElement$;const n=_("scheduleUpdate",e.i.m);const l=e.t;if(!l){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 s;if(t){{e.l|=256;if(e.G){e.G.map((([e,t])=>lt(l,e,t)));e.G=void 0}}{s=lt(l,"componentWillLoad")}}{s=Ye(s,(()=>lt(l,"componentWillRender")))}n();return Ye(s,(()=>et(e,l,t)))};var Ye=(e,t)=>Ze(e)?e.then(t).catch((e=>{console.error(e);t()})):t();var Ze=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var et=async(e,t,r)=>{var n;const l=e.$hostElement$;const s=_("update",e.i.m);const i=l["s-rc"];if(r){pe(e)}const o=_("render",e.i.m);{tt(e,t,l,r)}if(i){i.map((e=>e()));l["s-rc"]=void 0}o();s();{const t=(n=l["s-p"])!=null?n:[];const r=()=>rt(e);if(t.length===0){r()}else{Promise.all(t).then(r);e.l|=4;t.length=0}}};var tt=(e,t,r,n)=>{try{t=t.render();{e.l&=~16}{e.l|=2}{{{Ve(e,t,n)}}}}catch(t){f(t,e.$hostElement$)}return null};var rt=e=>{const t=e.i.m;const r=e.$hostElement$;const n=_("postUpdate",t);const l=e.t;const s=e.q;{lt(l,"componentDidRender")}if(!(e.l&64)){e.l|=64;{st(r)}{lt(l,"componentDidLoad")}n();{e.p(r);if(!s){nt()}}}else{{lt(l,"componentDidUpdate")}n()}{e.v(r)}{if(e.B){e.B();e.B=void 0}if(e.l&512){P((()=>_e(e,false)))}e.l&=~(4|512)}};var nt=t=>{{st(x.documentElement)}P((()=>ue(k,"appload",{detail:{namespace:e}})))};var lt=(e,t,r)=>{if(e&&e[t]){try{return e[t](r)}catch(e){f(e)}}return void 0};var st=e=>{var r;return e.classList.add((r=t.hydratedSelectorName)!=null?r:"hydrated")};var it=(e,t)=>s(e).o.get(t);var ot=(e,t,r,n)=>{const l=s(e);if(!l){throw new Error(`Couldn't find host element for "${n.m}" 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 i=l.$hostElement$;const o=l.o.get(t);const a=l.l;const c=l.t;r=ae(r,n.K[t][0]);const u=Number.isNaN(o)&&Number.isNaN(r);const v=r!==o&&!u;if((!(a&8)||o===void 0)&&v){l.o.set(t,r);if(c){if(n.V&&a&128){const e=n.V[t];if(e){e.map((e=>{try{c[e](r,o,t)}catch(e){f(e,i)}}))}}if((a&(2|16))===2){_e(l,false)}}}};var at=(e,t,r)=>{var n,l;const i=e.prototype;if(t.K||(t.V||e.watchers)){if(e.watchers&&!t.V){t.V=e.watchers}const o=Object.entries((n=t.K)!=null?n:{});o.map((([e,[n]])=>{if(n&31||r&2&&n&32){Object.defineProperty(i,e,{get(){return it(this,e)},set(r){ot(this,e,r,t)},configurable:true,enumerable:true})}else if(r&1&&n&64){Object.defineProperty(i,e,{value(...t){var r;const n=s(this);return(r=n==null?void 0:n.u)==null?void 0:r.then((()=>{var r;return(r=n.t)==null?void 0:r[e](...t)}))}})}}));if(r&1){const r=new Map;i.attributeChangedCallback=function(e,n,l){C.jmp((()=>{var o;const a=r.get(e);if(this.hasOwnProperty(a)){l=this[a];delete this[a]}else if(i.hasOwnProperty(a)&&typeof this[a]==="number"&&this[a]==l){return}else if(a==null){const r=s(this);const i=r==null?void 0:r.l;if(i&&!(i&8)&&i&128&&l!==n){const s=r.t;const i=(o=t.V)==null?void 0:o[e];i==null?void 0:i.forEach((t=>{if(s[t]!=null){s[t].call(s,l,n,e)}}))}return}this[a]=l===null&&typeof this[a]==="boolean"?false:l}))};e.observedAttributes=Array.from(new Set([...Object.keys((l=t.V)!=null?l:{}),...o.filter((([e,t])=>t[0]&15)).map((([e,n])=>{var l;const s=n[1]||e;r.set(s,e);if(n[0]&512){(l=t.H)==null?void 0:l.push([e,s])}return s}))]))}}return e};var ft=async(e,t,r,n)=>{let l;if((t.l&32)===0){t.l|=32;const n=r.$;if(n){const e=u(r);if(e&&"then"in e){const t=J();l=await e;t()}else{l=e}if(!l){throw new Error(`Constructor for "${r.m}#${t.X}" was not found`)}if(!l.isProxied){{r.V=l.watchers}at(l,r,2);l.isProxied=true}const n=_("createInstance",r.m);{t.l|=8}try{new l(t)}catch(e){f(e)}{t.l&=~8}{t.l|=128}n();ct(t.t)}else{l=e.constructor;const r=e.localName;customElements.whenDefined(r).then((()=>t.l|=128))}if(l&&l.style){let e;if(typeof l.style==="string"){e=l.style}const t=me(r);if(!v.has(t)){const n=_("registerStyles",r.m);de(t,e,!!(r.l&1));n()}}}const s=t.q;const i=()=>_e(t,true);if(s&&s["s-rc"]){s["s-rc"].push(i)}else{i()}};var ct=e=>{{lt(e,"connectedCallback")}};var ut=e=>{if((C.l&1)===0){const t=s(e);const r=t.i;const n=_("connectedCallback",r.m);if(!(t.l&1)){t.l|=1;let n;{n=e.getAttribute($);if(n){if(r.l&1){const t=he(e.shadowRoot,r);e.classList.remove(t+"-h",t+"-s")}se(e,r.m,n,t)}}if(!n){if(r.l&(4|8)){vt(e)}}{let r=e;while(r=r.parentNode||r.host){if(r.nodeType===1&&r.hasAttribute("s-id")&&r["s-p"]||r["s-p"]){Xe(t,t.q=r);break}}}if(r.K){Object.entries(r.K).map((([t,[r]])=>{if(r&31&&e.hasOwnProperty(t)){const r=e[t];delete e[t];e[t]=r}}))}{ft(e,t,r)}}else{mt(e,t,r._);if(t==null?void 0:t.t){ct(t.t)}else if(t==null?void 0:t.h){t.h.then((()=>ct(t.t)))}}n()}};var vt=e=>{const t=e["s-cr"]=x.createComment("");t["s-cn"]=true;qe(e,t,e.firstChild)};var dt=e=>{{lt(e,"disconnectedCallback")}};var ht=async e=>{if((C.l&1)===0){const t=s(e);{if(t.J){t.J.map((e=>e()));t.J=void 0}}if(t==null?void 0:t.t){dt(t.t)}else if(t==null?void 0:t.h){t.h.then((()=>dt(t.t)))}}};var pt=(e,t={})=>{var r;const n=_();const l=[];const i=t.exclude||[];const a=k.customElements;const f=x.head;const c=f.querySelector("meta[charset]");const u=x.createElement("style");const v=[];let d;let h=true;Object.assign(C,t);C.S=new URL(t.resourcesUrl||"./",x.baseURI).href;{C.l|=2}let p=false;e.map((e=>{e[1].map((t=>{var r;const n={l:t[0],m:t[1],K:t[2],_:t[3]};if(n.l&4){p=true}{n.K=t[2]}{n._=t[3]}{n.H=[]}{n.V=(r=t[4])!=null?r:{}}const f=n.m;const c=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;o(e,n);if(n.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 ${n.m}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}}}}}connectedCallback(){const e=s(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true;mt(this,e,n._)}if(d){clearTimeout(d);d=null}if(h){v.push(this)}else{C.jmp((()=>ut(this)))}}disconnectedCallback(){C.jmp((()=>ht(this)))}componentOnReady(){return s(this).h}};n.$=e[0];if(!i.includes(f)&&!a.get(f)){l.push(f);a.define(f,at(c,n,1))}}))}));if(l.length>0){if(p){u.textContent+=g}{u.textContent+=l.sort()+b}if(u.innerHTML.length){u.setAttribute("data-styles","");const e=(r=C.U)!=null?r:z(x);if(e!=null){u.setAttribute("nonce",e)}f.insertBefore(u,c?c.nextSibling:f.firstChild)}}h=false;if(v.length){v.map((e=>e.connectedCallback()))}else{{C.jmp((()=>d=setTimeout(nt,30)))}}n()};var mt=(e,t,r,n)=>{if(r){r.map((([r,n,l])=>{const s=yt(e,r);const i=$t(t,l);const o=wt(r);C.ael(s,n,i,o);(t.J=t.J||[]).push((()=>C.rel(s,n,i,o)))}))}};var $t=(e,t)=>r=>{var n;try{{if(e.l&256){(n=e.t)==null?void 0:n[t](r)}else{(e.G=e.G||[]).push([t,r])}}}catch(e){f(e)}};var yt=(e,t)=>{if(t&16)return x.body;return e};var wt=e=>O?{passive:(e&1)!==0,capture:(e&2)!==0}:(e&2)!==0;var bt=e=>C.U=e;export{ee as H,pt as b,ce as c,fe as g,Y as h,D as p,i as r,bt as s};
|
|
3
|
+
//# sourceMappingURL=p-7841bd18.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","$onInstancePromise$","Promise","r","$onInstanceResolve$","$onReadyPromise$","$onReadyResolve$","isMemberInElement","elm","memberName","consoleError","e","el","console","error","cmpModules","loadModule","hmrVersionId","exportName","$tagName$","replace","bundleId","$lazyBundleId$","module","import","then","importedModule","styles","CONTENT_REF_ID","ORG_LOCATION_ID","SLOT_NODE_ID","TEXT_NODE_ID","HYDRATE_ID","HYDRATED_STYLE_ID","HYDRATE_CHILD_ID","HYDRATED_CSS","SLOT_FB_CSS","XLINK_NS","win","window","doc","document","head","plt","$resourcesUrl$","jmp","h2","raf","requestAnimationFrame","ael","eventName","listener","opts","addEventListener","rel","removeEventListener","ce","CustomEvent","supportsShadow","BUILD5","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","slotName","simple","lastSimple","vNodeChildren","walk","c","Array","isArray","String","$text$","newVNode","classData","className","class","keys","filter","k","join","vdomFnUtils","vnode","$attrs$","$children$","$key$","$name$","tag","text","$tag$","$elm$","Host","isHost","node","forEach","convertToPublic","convertToPrivate","vattrs","vchildren","vkey","vname","vtag","vtext","initializeClientHydrate","hostElm","hostId","endHydrate","shadowRoot","childRenderNodes","slotNodes","shadowRootNodes","$vnode$","$orgLocNodes$","initializeDocumentHydrate","body","removeAttribute","clientHydrate","orgLocationId","$hostId$","$nodeId$","orgLocationNode","parentNode","insertBefore","nextSibling","delete","shadowRootNode","appendChild","parentVNode","childNodeType","childIdSplt","childVNode","nodeType","split","$depth$","$index$","toLowerCase","childNodes","nodeValue","textContent","remove","createElement","setAttribute","orgLocNodes","parsePropertyValue","propValue","propType","parseFloat","getElement","createEvent","flags","emit","detail","emitEvent","bubbles","composed","cancelable","ev","dispatchEvent","rootAppliedStyles","registerStyle","scopeId2","cssText","allowCS","addStyle","styleContainerNode","getScopeId","appliedStyles","styleElm","Set","has","host","innerHTML","nonce","$nonce$","preconnectLinks","querySelectorAll","referenceNode2","existingStyleContainer","prepend","append","add","adoptedStyleSheets","includes","endAttachStyles","getRootNode","classList","cmp","setAccessor","oldValue","newValue","isSvg","isProp","ln","oldClasses","parseClassList","newClasses","removeProperty","setProperty","slice","capture","endsWith","CAPTURE_EVENT_SUFFIX","CAPTURE_EVENT_REGEX","isComplex","n","__lookupSetter__","xlink","removeAttributeNS","setAttributeNS","parseClassListRegex","RegExp","updateElement","oldVnode","newVnode","isSvgMode2","oldVnodeAttrs","newVnodeAttrs","sortedAttrNames","attrNames","attr","scopeId","contentRef","hostTagName","useNativeShadowDom","checkSlotFallbackVisibility","checkSlotRelocate","isSvgMode","createElm","oldParentVNode","newParentVNode","childIndex","parentElm","newVNode2","childNode","oldVNode","createTextNode","createElementNS","BUILD16","rootNode","isElementWithinShadowRoot","updateElementScopeIds","putBackInOriginalLocation","recursive","oldSlotChildNodes","from","parentReferenceNode","referenceNode","addVnodes","before","vnodes","startIdx","endIdx","containerElm","removeVnodes","index","nullifyVNodeRefs","updateChildren","oldCh","newCh","isInitialRender","oldStartIdx","newStartIdx","idxInOld","oldEndIdx","oldStartVnode","oldEndVnode","newEndIdx","newStartVnode","newEndVnode","elmToMove","isSameVnode","patch","leftVNode","rightVNode","oldChildren","newChildren","defaultHolder","data","updateFallbackSlotVisibility","hidden","siblingNode","trim","relocateNodes","markSlotContentForRelocation","hostContentNodes","j","isNodeLocatedInSlot","relocateNodeData","find","$nodeToRelocate$","$slotRefNode$","relocateNode","some","nodeToRelocate","vNode","parent","newNode","reference","inserted","findScopeIds","scopeIds","parentElement","iterateChildNodes","Boolean","size","renderVdom","renderFnResults","isInitialLoad","_d","rootVnode","$attrsToReflect$","propName","attribute","hasAttribute","relocateData","slotRefNode","parentNodeRef","insertBeforeNode","previousSibling","refNode","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","$watchers$","watchMethods","watchMethodName","proxyComponent","Cstr","prototype","watchers","members","entries","memberFlags","this","configurable","args","_a2","_a3","attrNameToPropName","attributeChangedCallback","attrName","hasOwnProperty","flags2","entry","callbackName","call","observedAttributes","_","m","initializeComponent","CstrImport","endLoad","$modeName$","isProxied","endNewInstance","fireConnectedCallback","constructor","cmpTag","localName","customElements","whenDefined","endRegisterStyles","schedule","endConnected","setContentReference","addHostEventListeners","$listeners$","contentRefElm","createComment","firstChild","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","setTimeout","listeners","attachParentListeners","getHostListenerTarget","handler","hostListenerProxy","hostListenerOpts","passive","setNonce"],"sources":["@stencil/core/internal/app-data","../../node_modules/@stencil/core/internal/client/index.js?app-data=conditional"],"sourcesContent":["export const NAMESPACE = 'pine-core';\nexport const BUILD = /* pine-core */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, 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: true, 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: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: true, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: true, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };\nexport const Env = /* pine-core */ {};\n","/*\n Stencil Client Platform v4.22.1 | 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 STENCIL_DOC_DATA = \"_stencilDocData\";\nvar DEFAULT_DOC_DATA = {\n hostIds: 0,\n rootLevelIds: 0,\n staticComponents: /* @__PURE__ */ new Set()\n};\nvar SLOT_FB_CSS = \"slot-fb{display:contents}slot-fb[hidden]{display:none}\";\nvar XLINK_NS = \"http://www.w3.org/1999/xlink\";\nvar FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS = [\n \"formAssociatedCallback\",\n \"formResetCallback\",\n \"formDisabledCallback\",\n \"formStateRestoreCallback\"\n];\n\n// src/client/client-window.ts\nimport { BUILD as BUILD5 } from \"@stencil/core/internal/app-data\";\nvar win = typeof window !== \"undefined\" ? window : {};\nvar doc = win.document || { head: {} };\nvar H = win.HTMLElement || class {\n};\nvar plt = {\n $flags$: 0,\n $resourcesUrl$: \"\",\n jmp: (h2) => h2(),\n raf: (h2) => requestAnimationFrame(h2),\n ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),\n rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),\n ce: (eventName, opts) => new CustomEvent(eventName, opts)\n};\nvar setPlatformHelpers = (helpers) => {\n Object.assign(plt, helpers);\n};\nvar supportsShadow = BUILD5.shadowDom;\nvar supportsListenerOptions = /* @__PURE__ */ (() => {\n let supportsListenerOptions2 = false;\n try {\n doc.addEventListener(\n \"e\",\n null,\n Object.defineProperty({}, \"passive\", {\n get() {\n supportsListenerOptions2 = true;\n }\n })\n );\n } catch (e) {\n }\n return supportsListenerOptions2;\n})();\nvar promiseResolve = (v) => Promise.resolve(v);\nvar supportsConstructableStylesheets = BUILD5.constructableCSS ? /* @__PURE__ */ (() => {\n try {\n new CSSStyleSheet();\n return typeof new CSSStyleSheet().replaceSync === \"function\";\n } catch (e) {\n }\n return false;\n})() : false;\n\n// src/client/client-task-queue.ts\nvar queueCongestion = 0;\nvar queuePending = false;\nvar queueDomReads = [];\nvar queueDomWrites = [];\nvar queueDomWritesLow = [];\nvar queueTask = (queue, write) => (cb) => {\n queue.push(cb);\n if (!queuePending) {\n queuePending = true;\n if (write && plt.$flags$ & 4 /* queueSync */) {\n nextTick(flush);\n } else {\n plt.raf(flush);\n }\n }\n};\nvar consume = (queue) => {\n for (let i2 = 0; i2 < queue.length; i2++) {\n try {\n queue[i2](performance.now());\n } catch (e) {\n consoleError(e);\n }\n }\n queue.length = 0;\n};\nvar consumeTimeout = (queue, timeout) => {\n let i2 = 0;\n let ts = 0;\n while (i2 < queue.length && (ts = performance.now()) < timeout) {\n try {\n queue[i2++](ts);\n } catch (e) {\n consoleError(e);\n }\n }\n if (i2 === queue.length) {\n queue.length = 0;\n } else if (i2 !== 0) {\n queue.splice(0, i2);\n }\n};\nvar flush = () => {\n if (BUILD6.asyncQueue) {\n queueCongestion++;\n }\n consume(queueDomReads);\n if (BUILD6.asyncQueue) {\n const timeout = (plt.$flags$ & 6 /* queueMask */) === 2 /* appLoaded */ ? performance.now() + 14 * Math.ceil(queueCongestion * (1 / 10)) : Infinity;\n consumeTimeout(queueDomWrites, timeout);\n consumeTimeout(queueDomWritesLow, timeout);\n if (queueDomWrites.length > 0) {\n queueDomWritesLow.push(...queueDomWrites);\n queueDomWrites.length = 0;\n }\n if (queuePending = queueDomReads.length + queueDomWrites.length + queueDomWritesLow.length > 0) {\n plt.raf(flush);\n } else {\n queueCongestion = 0;\n }\n } else {\n consume(queueDomWrites);\n if (queuePending = queueDomReads.length > 0) {\n plt.raf(flush);\n }\n }\n};\nvar nextTick = (cb) => promiseResolve().then(cb);\nvar readTask = /* @__PURE__ */ queueTask(queueDomReads, false);\nvar writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);\n\n// src/client/index.ts\nimport { BUILD as BUILD27, Env, NAMESPACE as NAMESPACE2 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/asset-path.ts\nvar getAssetPath = (path) => {\n const assetUrl = new URL(path, plt.$resourcesUrl$);\n return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;\n};\nvar setAssetPath = (path) => plt.$resourcesUrl$ = path;\n\n// src/runtime/bootstrap-custom-element.ts\nimport { BUILD as BUILD24 } from \"@stencil/core/internal/app-data\";\n\n// src/utils/constants.ts\nvar EMPTY_OBJ = {};\nvar SVG_NS = \"http://www.w3.org/2000/svg\";\nvar HTML_NS = \"http://www.w3.org/1999/xhtml\";\n\n// src/utils/helpers.ts\nvar isDef = (v) => v != null;\nvar isComplexType = (o) => {\n o = typeof o;\n return o === \"object\" || o === \"function\";\n};\n\n// src/utils/query-nonce-meta-tag-content.ts\nfunction queryNonceMetaTagContent(doc2) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc2.head) == null ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) == null ? void 0 : _b.getAttribute(\"content\")) != null ? _c : void 0;\n}\n\n// src/utils/result.ts\nvar result_exports = {};\n__export(result_exports, {\n err: () => err,\n map: () => map,\n ok: () => ok,\n unwrap: () => unwrap,\n unwrapErr: () => unwrapErr\n});\nvar ok = (value) => ({\n isOk: true,\n isErr: false,\n value\n});\nvar err = (value) => ({\n isOk: false,\n isErr: true,\n value\n});\nfunction map(result, fn) {\n if (result.isOk) {\n const val = fn(result.value);\n if (val instanceof Promise) {\n return val.then((newVal) => ok(newVal));\n } else {\n return ok(val);\n }\n }\n if (result.isErr) {\n const value = result.value;\n return err(value);\n }\n throw \"should never get here\";\n}\nvar unwrap = (result) => {\n if (result.isOk) {\n return result.value;\n } else {\n throw result.value;\n }\n};\nvar unwrapErr = (result) => {\n if (result.isErr) {\n return result.value;\n } else {\n throw result.value;\n }\n};\n\n// src/runtime/connected-callback.ts\nimport { BUILD as BUILD21 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/client-hydrate.ts\nimport { BUILD as BUILD9 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/profile.ts\nimport { BUILD as BUILD7 } from \"@stencil/core/internal/app-data\";\nvar i = 0;\nvar createTime = (fnName, tagName = \"\") => {\n if (BUILD7.profile && performance.mark) {\n const key = `st:${fnName}:${tagName}:${i++}`;\n performance.mark(key);\n return () => performance.measure(`[Stencil] ${fnName}() <${tagName}>`, key);\n } else {\n return () => {\n return;\n };\n }\n};\nvar uniqueTime = (key, measureText) => {\n if (BUILD7.profile && performance.mark) {\n if (performance.getEntriesByName(key, \"mark\").length === 0) {\n performance.mark(key);\n }\n return () => {\n if (performance.getEntriesByName(measureText, \"measure\").length === 0) {\n performance.measure(measureText, key);\n }\n };\n } else {\n return () => {\n return;\n };\n }\n};\nvar inspect = (ref) => {\n const hostRef = getHostRef(ref);\n if (!hostRef) {\n return void 0;\n }\n const flags = hostRef.$flags$;\n const hostElement = hostRef.$hostElement$;\n return {\n renderCount: hostRef.$renderCount$,\n flags: {\n hasRendered: !!(flags & 2 /* hasRendered */),\n hasConnected: !!(flags & 1 /* hasConnected */),\n isWaitingForChildren: !!(flags & 4 /* isWaitingForChildren */),\n isConstructingInstance: !!(flags & 8 /* isConstructingInstance */),\n isQueuedForUpdate: !!(flags & 16 /* isQueuedForUpdate */),\n hasInitializedComponent: !!(flags & 32 /* hasInitializedComponent */),\n hasLoadedComponent: !!(flags & 64 /* hasLoadedComponent */),\n isWatchReady: !!(flags & 128 /* isWatchReady */),\n isListenReady: !!(flags & 256 /* isListenReady */),\n needsRerender: !!(flags & 512 /* needsRerender */)\n },\n instanceValues: hostRef.$instanceValues$,\n ancestorComponent: hostRef.$ancestorComponent$,\n hostElement,\n lazyInstance: hostRef.$lazyInstance$,\n vnode: hostRef.$vnode$,\n modeName: hostRef.$modeName$,\n onReadyPromise: hostRef.$onReadyPromise$,\n onReadyResolve: hostRef.$onReadyResolve$,\n onInstancePromise: hostRef.$onInstancePromise$,\n onInstanceResolve: hostRef.$onInstanceResolve$,\n onRenderResolve: hostRef.$onRenderResolve$,\n queuedListeners: hostRef.$queuedListeners$,\n rmListeners: hostRef.$rmListeners$,\n [\"s-id\"]: hostElement[\"s-id\"],\n [\"s-cr\"]: hostElement[\"s-cr\"],\n [\"s-lr\"]: hostElement[\"s-lr\"],\n [\"s-p\"]: hostElement[\"s-p\"],\n [\"s-rc\"]: hostElement[\"s-rc\"],\n [\"s-sc\"]: hostElement[\"s-sc\"]\n };\n};\nvar installDevTools = () => {\n if (BUILD7.devTools) {\n const stencil = win.stencil = win.stencil || {};\n const originalInspect = stencil.inspect;\n stencil.inspect = (ref) => {\n let result = inspect(ref);\n if (!result && typeof originalInspect === \"function\") {\n result = originalInspect(ref);\n }\n return result;\n };\n }\n};\n\n// src/runtime/vdom/h.ts\nimport { BUILD as BUILD8 } from \"@stencil/core/internal/app-data\";\nvar h = (nodeName, vnodeData, ...children) => {\n let child = null;\n let key = null;\n let slotName = null;\n let simple = false;\n let lastSimple = false;\n const vNodeChildren = [];\n const walk = (c) => {\n for (let i2 = 0; i2 < c.length; i2++) {\n child = c[i2];\n if (Array.isArray(child)) {\n walk(child);\n } else if (child != null && typeof child !== \"boolean\") {\n if (simple = typeof nodeName !== \"function\" && !isComplexType(child)) {\n child = String(child);\n } else if (BUILD8.isDev && typeof nodeName !== \"function\" && child.$flags$ === void 0) {\n consoleDevError(`vNode passed as children has unexpected type.\nMake sure it's using the correct h() function.\nEmpty objects can also be the cause, look for JSX comments that became objects.`);\n }\n if (simple && lastSimple) {\n vNodeChildren[vNodeChildren.length - 1].$text$ += child;\n } else {\n vNodeChildren.push(simple ? newVNode(null, child) : child);\n }\n lastSimple = simple;\n }\n }\n };\n walk(children);\n if (vnodeData) {\n if (BUILD8.isDev && nodeName === \"input\") {\n validateInputProperties(vnodeData);\n }\n if (BUILD8.vdomKey && vnodeData.key) {\n key = vnodeData.key;\n }\n if (BUILD8.slotRelocation && vnodeData.name) {\n slotName = vnodeData.name;\n }\n if (BUILD8.vdomClass) {\n const classData = vnodeData.className || vnodeData.class;\n if (classData) {\n vnodeData.class = typeof classData !== \"object\" ? classData : Object.keys(classData).filter((k) => classData[k]).join(\" \");\n }\n }\n }\n if (BUILD8.isDev && vNodeChildren.some(isHost)) {\n consoleDevError(`The <Host> must be the single root component. Make sure:\n- You are NOT using hostData() and <Host> in the same component.\n- <Host> is used once, and it's the single root component of the render() function.`);\n }\n if (BUILD8.vdomFunctional && typeof nodeName === \"function\") {\n return nodeName(\n vnodeData === null ? {} : vnodeData,\n vNodeChildren,\n vdomFnUtils\n );\n }\n const vnode = newVNode(nodeName, null);\n vnode.$attrs$ = vnodeData;\n if (vNodeChildren.length > 0) {\n vnode.$children$ = vNodeChildren;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = key;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = slotName;\n }\n return vnode;\n};\nvar newVNode = (tag, text) => {\n const vnode = {\n $flags$: 0,\n $tag$: tag,\n $text$: text,\n $elm$: null,\n $children$: null\n };\n if (BUILD8.vdomAttribute) {\n vnode.$attrs$ = null;\n }\n if (BUILD8.vdomKey) {\n vnode.$key$ = null;\n }\n if (BUILD8.slotRelocation) {\n vnode.$name$ = null;\n }\n return vnode;\n};\nvar Host = {};\nvar isHost = (node) => node && node.$tag$ === Host;\nvar vdomFnUtils = {\n forEach: (children, cb) => children.map(convertToPublic).forEach(cb),\n map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)\n};\nvar convertToPublic = (node) => ({\n vattrs: node.$attrs$,\n vchildren: node.$children$,\n vkey: node.$key$,\n vname: node.$name$,\n vtag: node.$tag$,\n vtext: node.$text$\n});\nvar convertToPrivate = (node) => {\n if (typeof node.vtag === \"function\") {\n const vnodeData = { ...node.vattrs };\n if (node.vkey) {\n vnodeData.key = node.vkey;\n }\n if (node.vname) {\n vnodeData.name = node.vname;\n }\n return h(node.vtag, vnodeData, ...node.vchildren || []);\n }\n const vnode = newVNode(node.vtag, node.vtext);\n vnode.$attrs$ = node.vattrs;\n vnode.$children$ = node.vchildren;\n vnode.$key$ = node.vkey;\n vnode.$name$ = node.vname;\n return vnode;\n};\nvar validateInputProperties = (inputElm) => {\n const props = Object.keys(inputElm);\n const value = props.indexOf(\"value\");\n if (value === -1) {\n return;\n }\n const typeIndex = props.indexOf(\"type\");\n const minIndex = props.indexOf(\"min\");\n const maxIndex = props.indexOf(\"max\");\n const stepIndex = props.indexOf(\"step\");\n if (value < typeIndex || value < minIndex || value < maxIndex || value < stepIndex) {\n consoleDevWarn(`The \"value\" prop of <input> should be set after \"min\", \"max\", \"type\" and \"step\"`);\n }\n};\n\n// src/runtime/client-hydrate.ts\nvar initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {\n const endHydrate = createTime(\"hydrateClient\", tagName);\n const shadowRoot = hostElm.shadowRoot;\n const childRenderNodes = [];\n const slotNodes = [];\n const shadowRootNodes = BUILD9.shadowDom && shadowRoot ? [] : null;\n const vnode = hostRef.$vnode$ = newVNode(tagName, null);\n if (!plt.$orgLocNodes$) {\n initializeDocumentHydrate(doc.body, plt.$orgLocNodes$ = /* @__PURE__ */ new Map());\n }\n hostElm[HYDRATE_ID] = hostId;\n hostElm.removeAttribute(HYDRATE_ID);\n clientHydrate(vnode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, hostElm, hostId);\n childRenderNodes.map((c) => {\n const orgLocationId = c.$hostId$ + \".\" + c.$nodeId$;\n const orgLocationNode = plt.$orgLocNodes$.get(orgLocationId);\n const node = c.$elm$;\n if (orgLocationNode && supportsShadow && orgLocationNode[\"s-en\"] === \"\") {\n orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);\n }\n if (!shadowRoot) {\n node[\"s-hn\"] = tagName;\n if (orgLocationNode) {\n node[\"s-ol\"] = orgLocationNode;\n node[\"s-ol\"][\"s-nr\"] = node;\n }\n }\n plt.$orgLocNodes$.delete(orgLocationId);\n });\n if (BUILD9.shadowDom && shadowRoot) {\n shadowRootNodes.map((shadowRootNode) => {\n if (shadowRootNode) {\n shadowRoot.appendChild(shadowRootNode);\n }\n });\n }\n endHydrate();\n};\nvar clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node, hostId) => {\n let childNodeType;\n let childIdSplt;\n let childVNode;\n let i2;\n if (node.nodeType === 1 /* ElementNode */) {\n childNodeType = node.getAttribute(HYDRATE_CHILD_ID);\n if (childNodeType) {\n childIdSplt = childNodeType.split(\".\");\n if (childIdSplt[0] === hostId || childIdSplt[0] === \"0\") {\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[0],\n $nodeId$: childIdSplt[1],\n $depth$: childIdSplt[2],\n $index$: childIdSplt[3],\n $tag$: node.tagName.toLowerCase(),\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $text$: null\n };\n childRenderNodes.push(childVNode);\n node.removeAttribute(HYDRATE_CHILD_ID);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n parentVNode = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n }\n if (node.shadowRoot) {\n for (i2 = node.shadowRoot.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.shadowRoot.childNodes[i2],\n hostId\n );\n }\n }\n for (i2 = node.childNodes.length - 1; i2 >= 0; i2--) {\n clientHydrate(\n parentVNode,\n childRenderNodes,\n slotNodes,\n shadowRootNodes,\n hostElm,\n node.childNodes[i2],\n hostId\n );\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[1] === hostId || childIdSplt[1] === \"0\") {\n childNodeType = childIdSplt[0];\n childVNode = {\n $flags$: 0,\n $hostId$: childIdSplt[1],\n $nodeId$: childIdSplt[2],\n $depth$: childIdSplt[3],\n $index$: childIdSplt[4],\n $elm$: node,\n $attrs$: null,\n $children$: null,\n $key$: null,\n $name$: null,\n $tag$: null,\n $text$: null\n };\n if (childNodeType === TEXT_NODE_ID) {\n childVNode.$elm$ = node.nextSibling;\n if (childVNode.$elm$ && childVNode.$elm$.nodeType === 3 /* TextNode */) {\n childVNode.$text$ = childVNode.$elm$.textContent;\n childRenderNodes.push(childVNode);\n node.remove();\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n if (shadowRootNodes && childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n } else if (childVNode.$hostId$ === hostId) {\n if (childNodeType === SLOT_NODE_ID) {\n childVNode.$tag$ = \"slot\";\n if (childIdSplt[5]) {\n node[\"s-sn\"] = childVNode.$name$ = childIdSplt[5];\n } else {\n node[\"s-sn\"] = \"\";\n }\n node[\"s-sr\"] = true;\n if (BUILD9.shadowDom && shadowRootNodes) {\n childVNode.$elm$ = doc.createElement(childVNode.$tag$);\n if (childVNode.$name$) {\n childVNode.$elm$.setAttribute(\"name\", childVNode.$name$);\n }\n node.parentNode.insertBefore(childVNode.$elm$, node);\n node.remove();\n if (childVNode.$depth$ === \"0\") {\n shadowRootNodes[childVNode.$index$] = childVNode.$elm$;\n }\n }\n slotNodes.push(childVNode);\n if (!parentVNode.$children$) {\n parentVNode.$children$ = [];\n }\n parentVNode.$children$[childVNode.$index$] = childVNode;\n } else if (childNodeType === CONTENT_REF_ID) {\n if (BUILD9.shadowDom && shadowRootNodes) {\n node.remove();\n } else if (BUILD9.slotRelocation) {\n hostElm[\"s-cr\"] = node;\n node[\"s-cn\"] = true;\n }\n }\n }\n }\n } else if (parentVNode && parentVNode.$tag$ === \"style\") {\n const vnode = newVNode(null, node.textContent);\n vnode.$elm$ = node;\n vnode.$index$ = \"0\";\n parentVNode.$children$ = [vnode];\n }\n};\nvar initializeDocumentHydrate = (node, orgLocNodes) => {\n if (node.nodeType === 1 /* ElementNode */) {\n let i2 = 0;\n if (node.shadowRoot) {\n for (; i2 < node.shadowRoot.childNodes.length; i2++) {\n initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);\n }\n }\n for (i2 = 0; i2 < node.childNodes.length; i2++) {\n initializeDocumentHydrate(node.childNodes[i2], orgLocNodes);\n }\n } else if (node.nodeType === 8 /* CommentNode */) {\n const childIdSplt = node.nodeValue.split(\".\");\n if (childIdSplt[0] === ORG_LOCATION_ID) {\n orgLocNodes.set(childIdSplt[1] + \".\" + childIdSplt[2], node);\n node.nodeValue = \"\";\n node[\"s-en\"] = childIdSplt[3];\n }\n }\n};\n\n// src/runtime/initialize-component.ts\nimport { BUILD as BUILD20 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/mode.ts\nvar computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);\nvar setMode = (handler) => modeResolutionChain.push(handler);\nvar getMode = (ref) => getHostRef(ref).$modeName$;\n\n// src/runtime/proxy-component.ts\nimport { BUILD as BUILD19 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/set-value.ts\nimport { BUILD as BUILD18 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/parse-property-value.ts\nimport { BUILD as BUILD10 } from \"@stencil/core/internal/app-data\";\nvar parsePropertyValue = (propValue, propType) => {\n if (propValue != null && !isComplexType(propValue)) {\n if (BUILD10.propBoolean && propType & 4 /* Boolean */) {\n return propValue === \"false\" ? false : propValue === \"\" || !!propValue;\n }\n if (BUILD10.propNumber && propType & 2 /* Number */) {\n return parseFloat(propValue);\n }\n if (BUILD10.propString && propType & 1 /* String */) {\n return String(propValue);\n }\n return propValue;\n }\n return propValue;\n};\n\n// src/runtime/update-component.ts\nimport { BUILD as BUILD17, NAMESPACE } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/event-emitter.ts\nimport { BUILD as BUILD12 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/element.ts\nimport { BUILD as BUILD11 } from \"@stencil/core/internal/app-data\";\nvar getElement = (ref) => BUILD11.lazyLoad ? getHostRef(ref).$hostElement$ : ref;\n\n// src/runtime/event-emitter.ts\nvar createEvent = (ref, name, flags) => {\n const elm = getElement(ref);\n return {\n emit: (detail) => {\n if (BUILD12.isDev && !elm.isConnected) {\n consoleDevWarn(`The \"${name}\" event was emitted, but the dispatcher node is no longer connected to the dom.`);\n }\n return emitEvent(elm, name, {\n bubbles: !!(flags & 4 /* Bubbles */),\n composed: !!(flags & 2 /* Composed */),\n cancelable: !!(flags & 1 /* Cancellable */),\n detail\n });\n }\n };\n};\nvar emitEvent = (elm, name, opts) => {\n const ev = plt.ce(name, opts);\n elm.dispatchEvent(ev);\n return ev;\n};\n\n// src/runtime/styles.ts\nimport { BUILD as BUILD13 } from \"@stencil/core/internal/app-data\";\nvar rootAppliedStyles = /* @__PURE__ */ new WeakMap();\nvar registerStyle = (scopeId2, cssText, allowCS) => {\n let style = styles.get(scopeId2);\n if (supportsConstructableStylesheets && allowCS) {\n style = style || new CSSStyleSheet();\n if (typeof style === \"string\") {\n style = cssText;\n } else {\n style.replaceSync(cssText);\n }\n } else {\n style = cssText;\n }\n styles.set(scopeId2, style);\n};\nvar addStyle = (styleContainerNode, cmpMeta, mode) => {\n var _a;\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = styles.get(scopeId2);\n if (!BUILD13.attachStyles) {\n return scopeId2;\n }\n styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;\n if (style) {\n if (typeof style === \"string\") {\n styleContainerNode = styleContainerNode.head || styleContainerNode;\n let appliedStyles = rootAppliedStyles.get(styleContainerNode);\n let styleElm;\n if (!appliedStyles) {\n rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());\n }\n if (!appliedStyles.has(scopeId2)) {\n if (BUILD13.hydrateClientSide && styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}=\"${scopeId2}\"]`))) {\n styleElm.innerHTML = style;\n } else {\n styleElm = doc.createElement(\"style\");\n styleElm.innerHTML = style;\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n styleElm.setAttribute(\"nonce\", nonce);\n }\n if ((BUILD13.hydrateServerSide || BUILD13.hotModuleReplacement) && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n styleElm.setAttribute(HYDRATED_STYLE_ID, scopeId2);\n }\n if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {\n if (styleContainerNode.nodeName === \"HEAD\") {\n const preconnectLinks = styleContainerNode.querySelectorAll(\"link[rel=preconnect]\");\n const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector(\"style\");\n styleContainerNode.insertBefore(styleElm, referenceNode2);\n } else if (\"host\" in styleContainerNode) {\n const existingStyleContainer = styleContainerNode.querySelector(\"style\");\n if (existingStyleContainer) {\n existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;\n } else {\n styleContainerNode.prepend(styleElm);\n }\n } else {\n styleContainerNode.append(styleElm);\n }\n }\n if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== \"HEAD\") {\n styleContainerNode.insertBefore(styleElm, null);\n }\n }\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n styleElm.innerHTML += SLOT_FB_CSS;\n }\n if (appliedStyles) {\n appliedStyles.add(scopeId2);\n }\n }\n } else if (BUILD13.constructableCSS && !styleContainerNode.adoptedStyleSheets.includes(style)) {\n styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];\n }\n }\n return scopeId2;\n};\nvar attachStyles = (hostRef) => {\n const cmpMeta = hostRef.$cmpMeta$;\n const elm = hostRef.$hostElement$;\n const flags = cmpMeta.$flags$;\n const endAttachStyles = createTime(\"attachStyles\", cmpMeta.$tagName$);\n const scopeId2 = addStyle(\n BUILD13.shadowDom && supportsShadow && elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),\n cmpMeta,\n hostRef.$modeName$\n );\n if ((BUILD13.shadowDom || BUILD13.scoped) && BUILD13.cssAnnotations && flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {\n elm[\"s-sc\"] = scopeId2;\n elm.classList.add(scopeId2 + \"-h\");\n if (BUILD13.scoped && flags & 2 /* scopedCssEncapsulation */) {\n elm.classList.add(scopeId2 + \"-s\");\n }\n }\n endAttachStyles();\n};\nvar getScopeId = (cmp, mode) => \"sc-\" + (BUILD13.mode && mode && cmp.$flags$ & 32 /* hasMode */ ? cmp.$tagName$ + \"-\" + mode : cmp.$tagName$);\n\n// src/runtime/vdom/vdom-render.ts\nimport { BUILD as BUILD16 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/update-element.ts\nimport { BUILD as BUILD15 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/vdom/set-accessor.ts\nimport { BUILD as BUILD14 } from \"@stencil/core/internal/app-data\";\nvar setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {\n if (oldValue !== newValue) {\n let isProp = isMemberInElement(elm, memberName);\n let ln = memberName.toLowerCase();\n if (BUILD14.vdomClass && memberName === \"class\") {\n const classList = elm.classList;\n const oldClasses = parseClassList(oldValue);\n const newClasses = parseClassList(newValue);\n classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));\n classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));\n } else if (BUILD14.vdomStyle && memberName === \"style\") {\n if (BUILD14.updatable) {\n for (const prop in oldValue) {\n if (!newValue || newValue[prop] == null) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.removeProperty(prop);\n } else {\n elm.style[prop] = \"\";\n }\n }\n }\n }\n for (const prop in newValue) {\n if (!oldValue || newValue[prop] !== oldValue[prop]) {\n if (!BUILD14.hydrateServerSide && prop.includes(\"-\")) {\n elm.style.setProperty(prop, newValue[prop]);\n } else {\n elm.style[prop] = newValue[prop];\n }\n }\n }\n } else if (BUILD14.vdomKey && memberName === \"key\") {\n } else if (BUILD14.vdomRef && memberName === \"ref\") {\n if (newValue) {\n newValue(elm);\n }\n } else if (BUILD14.vdomListener && (BUILD14.lazyLoad ? !isProp : !elm.__lookupSetter__(memberName)) && memberName[0] === \"o\" && memberName[1] === \"n\") {\n if (memberName[2] === \"-\") {\n memberName = memberName.slice(3);\n } else if (isMemberInElement(win, ln)) {\n memberName = ln.slice(2);\n } else {\n memberName = ln[2] + memberName.slice(3);\n }\n if (oldValue || newValue) {\n const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);\n memberName = memberName.replace(CAPTURE_EVENT_REGEX, \"\");\n if (oldValue) {\n plt.rel(elm, memberName, oldValue, capture);\n }\n if (newValue) {\n plt.ael(elm, memberName, newValue, capture);\n }\n }\n } else if (BUILD14.vdomPropOrAttr) {\n const isComplex = isComplexType(newValue);\n if ((isProp || isComplex && newValue !== null) && !isSvg) {\n try {\n if (!elm.tagName.includes(\"-\")) {\n const n = newValue == null ? \"\" : newValue;\n if (memberName === \"list\") {\n isProp = false;\n } else if (oldValue == null || elm[memberName] != n) {\n if (typeof elm.__lookupSetter__(memberName) === \"function\") {\n elm[memberName] = n;\n } else {\n elm.setAttribute(memberName, n);\n }\n }\n } else {\n elm[memberName] = newValue;\n }\n } catch (e) {\n }\n }\n let xlink = false;\n if (BUILD14.vdomXlink) {\n if (ln !== (ln = ln.replace(/^xlink\\:?/, \"\"))) {\n memberName = ln;\n xlink = true;\n }\n }\n if (newValue == null || newValue === false) {\n if (newValue !== false || elm.getAttribute(memberName) === \"\") {\n if (BUILD14.vdomXlink && xlink) {\n elm.removeAttributeNS(XLINK_NS, memberName);\n } else {\n elm.removeAttribute(memberName);\n }\n }\n } else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {\n newValue = newValue === true ? \"\" : newValue;\n if (BUILD14.vdomXlink && xlink) {\n elm.setAttributeNS(XLINK_NS, memberName, newValue);\n } else {\n elm.setAttribute(memberName, newValue);\n }\n }\n }\n }\n};\nvar parseClassListRegex = /\\s/;\nvar parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);\nvar CAPTURE_EVENT_SUFFIX = \"Capture\";\nvar CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + \"$\");\n\n// src/runtime/vdom/update-element.ts\nvar updateElement = (oldVnode, newVnode, isSvgMode2) => {\n const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;\n const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;\n const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;\n if (BUILD15.updatable) {\n for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {\n if (!(memberName in newVnodeAttrs)) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);\n }\n }\n }\n for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {\n setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);\n }\n};\nfunction sortedAttrNames(attrNames) {\n return attrNames.includes(\"ref\") ? (\n // we need to sort these to ensure that `'ref'` is the last attr\n [...attrNames.filter((attr) => attr !== \"ref\"), \"ref\"]\n ) : (\n // no need to sort, return the original array\n attrNames\n );\n}\n\n// src/runtime/vdom/vdom-render.ts\nvar scopeId;\nvar contentRef;\nvar hostTagName;\nvar useNativeShadowDom = false;\nvar checkSlotFallbackVisibility = false;\nvar checkSlotRelocate = false;\nvar isSvgMode = false;\nvar createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {\n var _a;\n const newVNode2 = newParentVNode.$children$[childIndex];\n let i2 = 0;\n let elm;\n let childNode;\n let oldVNode;\n if (BUILD16.slotRelocation && !useNativeShadowDom) {\n checkSlotRelocate = true;\n if (newVNode2.$tag$ === \"slot\") {\n if (scopeId) {\n parentElm.classList.add(scopeId + \"-s\");\n }\n newVNode2.$flags$ |= newVNode2.$children$ ? (\n // slot element has fallback content\n // still create an element that \"mocks\" the slot element\n 2 /* isSlotFallback */\n ) : (\n // slot element does not have fallback content\n // create an html comment we'll use to always reference\n // where actual slot content should sit next to\n 1 /* isSlotReference */\n );\n }\n }\n if (BUILD16.isDev && newVNode2.$elm$) {\n consoleDevError(\n `The JSX ${newVNode2.$text$ !== null ? `\"${newVNode2.$text$}\" text` : `\"${newVNode2.$tag$}\" element`} node should not be shared within the same renderer. The renderer caches element lookups in order to improve performance. However, a side effect from this is that the exact same JSX node should not be reused. For more information please see https://stenciljs.com/docs/templating-jsx#avoid-shared-jsx-nodes`\n );\n }\n if (BUILD16.vdomText && newVNode2.$text$ !== null) {\n elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);\n } else if (BUILD16.slotRelocation && newVNode2.$flags$ & 1 /* isSlotReference */) {\n elm = newVNode2.$elm$ = BUILD16.isDebug || BUILD16.hydrateServerSide ? slotReferenceDebugNode(newVNode2) : doc.createTextNode(\"\");\n } else {\n if (BUILD16.svg && !isSvgMode) {\n isSvgMode = newVNode2.$tag$ === \"svg\";\n }\n elm = newVNode2.$elm$ = BUILD16.svg ? doc.createElementNS(\n isSvgMode ? SVG_NS : HTML_NS,\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n ) : doc.createElement(\n !useNativeShadowDom && BUILD16.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? \"slot-fb\" : newVNode2.$tag$\n );\n if (BUILD16.svg && isSvgMode && newVNode2.$tag$ === \"foreignObject\") {\n isSvgMode = false;\n }\n if (BUILD16.vdomAttribute) {\n updateElement(null, newVNode2, isSvgMode);\n }\n const rootNode = elm.getRootNode();\n const isElementWithinShadowRoot = !rootNode.querySelector(\"body\");\n if (!isElementWithinShadowRoot && BUILD16.scoped && isDef(scopeId) && elm[\"s-si\"] !== scopeId) {\n elm.classList.add(elm[\"s-si\"] = scopeId);\n }\n if (BUILD16.scoped) {\n updateElementScopeIds(elm, parentElm);\n }\n if (newVNode2.$children$) {\n for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {\n childNode = createElm(oldParentVNode, newVNode2, i2, elm);\n if (childNode) {\n elm.appendChild(childNode);\n }\n }\n }\n if (BUILD16.svg) {\n if (newVNode2.$tag$ === \"svg\") {\n isSvgMode = false;\n } else if (elm.tagName === \"foreignObject\") {\n isSvgMode = true;\n }\n }\n }\n elm[\"s-hn\"] = hostTagName;\n if (BUILD16.slotRelocation) {\n if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {\n elm[\"s-sr\"] = true;\n elm[\"s-cr\"] = contentRef;\n elm[\"s-sn\"] = newVNode2.$name$ || \"\";\n elm[\"s-rf\"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;\n oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];\n if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {\n if (BUILD16.experimentalSlotFixes) {\n relocateToHostRoot(oldParentVNode.$elm$);\n } else {\n putBackInOriginalLocation(oldParentVNode.$elm$, false);\n }\n }\n }\n }\n return elm;\n};\nvar relocateToHostRoot = (parentElm) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const host = parentElm.closest(hostTagName.toLowerCase());\n if (host != null) {\n const contentRefNode = Array.from(host.childNodes).find((ref) => ref[\"s-cr\"]);\n const childNodeArray = Array.from(parentElm.childNodes);\n for (const childNode of contentRefNode ? childNodeArray.reverse() : childNodeArray) {\n if (childNode[\"s-sh\"] != null) {\n insertBefore(host, childNode, contentRefNode != null ? contentRefNode : null);\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar putBackInOriginalLocation = (parentElm, recursive) => {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n const oldSlotChildNodes = Array.from(parentElm.childNodes);\n if (parentElm[\"s-sr\"] && BUILD16.experimentalSlotFixes) {\n let node = parentElm;\n while (node = node.nextSibling) {\n if (node && node[\"s-sn\"] === parentElm[\"s-sn\"] && node[\"s-sh\"] === hostTagName) {\n oldSlotChildNodes.push(node);\n }\n }\n }\n for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {\n const childNode = oldSlotChildNodes[i2];\n if (childNode[\"s-hn\"] !== hostTagName && childNode[\"s-ol\"]) {\n insertBefore(parentReferenceNode(childNode), childNode, referenceNode(childNode));\n childNode[\"s-ol\"].remove();\n childNode[\"s-ol\"] = void 0;\n childNode[\"s-sh\"] = void 0;\n checkSlotRelocate = true;\n }\n if (recursive) {\n putBackInOriginalLocation(childNode, recursive);\n }\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n};\nvar addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {\n let containerElm = BUILD16.slotRelocation && parentElm[\"s-cr\"] && parentElm[\"s-cr\"].parentNode || parentElm;\n let childNode;\n if (BUILD16.shadowDom && containerElm.shadowRoot && containerElm.tagName === hostTagName) {\n containerElm = containerElm.shadowRoot;\n }\n for (; startIdx <= endIdx; ++startIdx) {\n if (vnodes[startIdx]) {\n childNode = createElm(null, parentVNode, startIdx, parentElm);\n if (childNode) {\n vnodes[startIdx].$elm$ = childNode;\n insertBefore(containerElm, childNode, BUILD16.slotRelocation ? referenceNode(before) : before);\n }\n }\n }\n};\nvar removeVnodes = (vnodes, startIdx, endIdx) => {\n for (let index = startIdx; index <= endIdx; ++index) {\n const vnode = vnodes[index];\n if (vnode) {\n const elm = vnode.$elm$;\n nullifyVNodeRefs(vnode);\n if (elm) {\n if (BUILD16.slotRelocation) {\n checkSlotFallbackVisibility = true;\n if (elm[\"s-ol\"]) {\n elm[\"s-ol\"].remove();\n } else {\n putBackInOriginalLocation(elm, true);\n }\n }\n elm.remove();\n }\n }\n }\n};\nvar updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {\n let oldStartIdx = 0;\n let newStartIdx = 0;\n let idxInOld = 0;\n let i2 = 0;\n let oldEndIdx = oldCh.length - 1;\n let oldStartVnode = oldCh[0];\n let oldEndVnode = oldCh[oldEndIdx];\n let newEndIdx = newCh.length - 1;\n let newStartVnode = newCh[0];\n let newEndVnode = newCh[newEndIdx];\n let node;\n let elmToMove;\n while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {\n if (oldStartVnode == null) {\n oldStartVnode = oldCh[++oldStartIdx];\n } else if (oldEndVnode == null) {\n oldEndVnode = oldCh[--oldEndIdx];\n } else if (newStartVnode == null) {\n newStartVnode = newCh[++newStartIdx];\n } else if (newEndVnode == null) {\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {\n patch(oldStartVnode, newStartVnode, isInitialRender);\n oldStartVnode = oldCh[++oldStartIdx];\n newStartVnode = newCh[++newStartIdx];\n } else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {\n patch(oldEndVnode, newEndVnode, isInitialRender);\n oldEndVnode = oldCh[--oldEndIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);\n }\n patch(oldStartVnode, newEndVnode, isInitialRender);\n insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);\n oldStartVnode = oldCh[++oldStartIdx];\n newEndVnode = newCh[--newEndIdx];\n } else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {\n if (BUILD16.slotRelocation && (oldStartVnode.$tag$ === \"slot\" || newEndVnode.$tag$ === \"slot\")) {\n putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);\n }\n patch(oldEndVnode, newStartVnode, isInitialRender);\n insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);\n oldEndVnode = oldCh[--oldEndIdx];\n newStartVnode = newCh[++newStartIdx];\n } else {\n idxInOld = -1;\n if (BUILD16.vdomKey) {\n for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {\n if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {\n idxInOld = i2;\n break;\n }\n }\n }\n if (BUILD16.vdomKey && idxInOld >= 0) {\n elmToMove = oldCh[idxInOld];\n if (elmToMove.$tag$ !== newStartVnode.$tag$) {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);\n } else {\n patch(elmToMove, newStartVnode, isInitialRender);\n oldCh[idxInOld] = void 0;\n node = elmToMove.$elm$;\n }\n newStartVnode = newCh[++newStartIdx];\n } else {\n node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);\n newStartVnode = newCh[++newStartIdx];\n }\n if (node) {\n if (BUILD16.slotRelocation) {\n insertBefore(parentReferenceNode(oldStartVnode.$elm$), node, referenceNode(oldStartVnode.$elm$));\n } else {\n insertBefore(oldStartVnode.$elm$.parentNode, node, oldStartVnode.$elm$);\n }\n }\n }\n }\n if (oldStartIdx > oldEndIdx) {\n addVnodes(\n parentElm,\n newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,\n newVNode2,\n newCh,\n newStartIdx,\n newEndIdx\n );\n } else if (BUILD16.updatable && newStartIdx > newEndIdx) {\n removeVnodes(oldCh, oldStartIdx, oldEndIdx);\n }\n};\nvar isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {\n if (leftVNode.$tag$ === rightVNode.$tag$) {\n if (BUILD16.slotRelocation && leftVNode.$tag$ === \"slot\") {\n if (\n // The component gets hydrated and no VDOM has been initialized.\n // Here the comparison can't happen as $name$ property is not set for `leftNode`.\n \"$nodeId$\" in leftVNode && isInitialRender && // `leftNode` is not from type HTMLComment which would cause many\n // hydration comments to be removed\n leftVNode.$elm$.nodeType !== 8\n ) {\n return false;\n }\n return leftVNode.$name$ === rightVNode.$name$;\n }\n if (BUILD16.vdomKey && !isInitialRender) {\n return leftVNode.$key$ === rightVNode.$key$;\n }\n return true;\n }\n return false;\n};\nvar referenceNode = (node) => {\n return node && node[\"s-ol\"] || node;\n};\nvar parentReferenceNode = (node) => (node[\"s-ol\"] ? node[\"s-ol\"] : node).parentNode;\nvar patch = (oldVNode, newVNode2, isInitialRender = false) => {\n const elm = newVNode2.$elm$ = oldVNode.$elm$;\n const oldChildren = oldVNode.$children$;\n const newChildren = newVNode2.$children$;\n const tag = newVNode2.$tag$;\n const text = newVNode2.$text$;\n let defaultHolder;\n if (!BUILD16.vdomText || text === null) {\n if (BUILD16.svg) {\n isSvgMode = tag === \"svg\" ? true : tag === \"foreignObject\" ? false : isSvgMode;\n }\n if (BUILD16.vdomAttribute || BUILD16.reflect) {\n if (BUILD16.slot && tag === \"slot\" && !useNativeShadowDom) {\n if (BUILD16.experimentalSlotFixes && oldVNode.$name$ !== newVNode2.$name$) {\n newVNode2.$elm$[\"s-sn\"] = newVNode2.$name$ || \"\";\n relocateToHostRoot(newVNode2.$elm$.parentElement);\n }\n } else {\n updateElement(oldVNode, newVNode2, isSvgMode);\n }\n }\n if (BUILD16.updatable && oldChildren !== null && newChildren !== null) {\n updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);\n } else if (newChildren !== null) {\n if (BUILD16.updatable && BUILD16.vdomText && oldVNode.$text$ !== null) {\n elm.textContent = \"\";\n }\n addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);\n } else if (\n // don't do this on initial render as it can cause non-hydrated content to be removed\n !isInitialRender && BUILD16.updatable && oldChildren !== null\n ) {\n removeVnodes(oldChildren, 0, oldChildren.length - 1);\n }\n if (BUILD16.svg && isSvgMode && tag === \"svg\") {\n isSvgMode = false;\n }\n } else if (BUILD16.vdomText && BUILD16.slotRelocation && (defaultHolder = elm[\"s-cr\"])) {\n defaultHolder.parentNode.textContent = text;\n } else if (BUILD16.vdomText && oldVNode.$text$ !== text) {\n elm.data = text;\n }\n};\nvar updateFallbackSlotVisibility = (elm) => {\n const childNodes = elm.childNodes;\n for (const childNode of childNodes) {\n if (childNode.nodeType === 1 /* ElementNode */) {\n if (childNode[\"s-sr\"]) {\n const slotName = childNode[\"s-sn\"];\n childNode.hidden = false;\n for (const siblingNode of childNodes) {\n if (siblingNode !== childNode) {\n if (siblingNode[\"s-hn\"] !== childNode[\"s-hn\"] || slotName !== \"\") {\n if (siblingNode.nodeType === 1 /* ElementNode */ && (slotName === siblingNode.getAttribute(\"slot\") || slotName === siblingNode[\"s-sn\"]) || siblingNode.nodeType === 3 /* TextNode */ && slotName === siblingNode[\"s-sn\"]) {\n childNode.hidden = true;\n break;\n }\n } else {\n if (siblingNode.nodeType === 1 /* ElementNode */ || siblingNode.nodeType === 3 /* TextNode */ && siblingNode.textContent.trim() !== \"\") {\n childNode.hidden = true;\n break;\n }\n }\n }\n }\n }\n updateFallbackSlotVisibility(childNode);\n }\n }\n};\nvar relocateNodes = [];\nvar markSlotContentForRelocation = (elm) => {\n let node;\n let hostContentNodes;\n let j;\n for (const childNode of elm.childNodes) {\n if (childNode[\"s-sr\"] && (node = childNode[\"s-cr\"]) && node.parentNode) {\n hostContentNodes = node.parentNode.childNodes;\n const slotName = childNode[\"s-sn\"];\n for (j = hostContentNodes.length - 1; j >= 0; j--) {\n node = hostContentNodes[j];\n if (!node[\"s-cn\"] && !node[\"s-nr\"] && node[\"s-hn\"] !== childNode[\"s-hn\"] && (!BUILD16.experimentalSlotFixes || !node[\"s-sh\"] || node[\"s-sh\"] !== childNode[\"s-hn\"])) {\n if (isNodeLocatedInSlot(node, slotName)) {\n let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n checkSlotFallbackVisibility = true;\n node[\"s-sn\"] = node[\"s-sn\"] || slotName;\n if (relocateNodeData) {\n relocateNodeData.$nodeToRelocate$[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodeData.$slotRefNode$ = childNode;\n } else {\n node[\"s-sh\"] = childNode[\"s-hn\"];\n relocateNodes.push({\n $slotRefNode$: childNode,\n $nodeToRelocate$: node\n });\n }\n if (node[\"s-sr\"]) {\n relocateNodes.map((relocateNode) => {\n if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node[\"s-sn\"])) {\n relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);\n if (relocateNodeData && !relocateNode.$slotRefNode$) {\n relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;\n }\n }\n });\n }\n } else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {\n relocateNodes.push({\n $nodeToRelocate$: node\n });\n }\n }\n }\n }\n if (childNode.nodeType === 1 /* ElementNode */) {\n markSlotContentForRelocation(childNode);\n }\n }\n};\nvar isNodeLocatedInSlot = (nodeToRelocate, slotName) => {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (nodeToRelocate.getAttribute(\"slot\") === null && slotName === \"\") {\n return true;\n }\n if (nodeToRelocate.getAttribute(\"slot\") === slotName) {\n return true;\n }\n return false;\n }\n if (nodeToRelocate[\"s-sn\"] === slotName) {\n return true;\n }\n return slotName === \"\";\n};\nvar nullifyVNodeRefs = (vNode) => {\n if (BUILD16.vdomRef) {\n vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);\n vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);\n }\n};\nvar insertBefore = (parent, newNode, reference) => {\n const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);\n if (BUILD16.scoped) {\n updateElementScopeIds(newNode, parent);\n }\n return inserted;\n};\nvar findScopeIds = (element) => {\n const scopeIds = [];\n if (element) {\n scopeIds.push(\n ...element[\"s-scs\"] || [],\n element[\"s-si\"],\n element[\"s-sc\"],\n ...findScopeIds(element.parentElement)\n );\n }\n return scopeIds;\n};\nvar updateElementScopeIds = (element, parent, iterateChildNodes = false) => {\n var _a;\n if (element && parent && element.nodeType === 1 /* ElementNode */) {\n const scopeIds = new Set(findScopeIds(parent).filter(Boolean));\n if (scopeIds.size) {\n (_a = element.classList) == null ? void 0 : _a.add(...element[\"s-scs\"] = [...scopeIds]);\n if (element[\"s-ol\"] || iterateChildNodes) {\n for (const childNode of Array.from(element.childNodes)) {\n updateElementScopeIds(childNode, element, true);\n }\n }\n }\n }\n};\nvar renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {\n var _a, _b, _c, _d, _e;\n const hostElm = hostRef.$hostElement$;\n const cmpMeta = hostRef.$cmpMeta$;\n const oldVNode = hostRef.$vnode$ || newVNode(null, null);\n const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);\n hostTagName = hostElm.tagName;\n if (BUILD16.isDev && Array.isArray(renderFnResults) && renderFnResults.some(isHost)) {\n throw new Error(`The <Host> must be the single root component.\nLooks like the render() function of \"${hostTagName.toLowerCase()}\" is returning an array that contains the <Host>.\n\nThe render() function should look like this instead:\n\nrender() {\n // Do not return an array\n return (\n <Host>{content}</Host>\n );\n}\n `);\n }\n if (BUILD16.reflect && cmpMeta.$attrsToReflect$) {\n rootVnode.$attrs$ = rootVnode.$attrs$ || {};\n cmpMeta.$attrsToReflect$.map(\n ([propName, attribute]) => rootVnode.$attrs$[attribute] = hostElm[propName]\n );\n }\n if (isInitialLoad && rootVnode.$attrs$) {\n for (const key of Object.keys(rootVnode.$attrs$)) {\n if (hostElm.hasAttribute(key) && ![\"key\", \"ref\", \"style\", \"class\"].includes(key)) {\n rootVnode.$attrs$[key] = hostElm[key];\n }\n }\n }\n rootVnode.$tag$ = null;\n rootVnode.$flags$ |= 4 /* isHost */;\n hostRef.$vnode$ = rootVnode;\n rootVnode.$elm$ = oldVNode.$elm$ = BUILD16.shadowDom ? hostElm.shadowRoot || hostElm : hostElm;\n if (BUILD16.scoped || BUILD16.shadowDom) {\n scopeId = hostElm[\"s-sc\"];\n }\n useNativeShadowDom = supportsShadow && (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;\n if (BUILD16.slotRelocation) {\n contentRef = hostElm[\"s-cr\"];\n checkSlotFallbackVisibility = false;\n }\n patch(oldVNode, rootVnode, isInitialLoad);\n if (BUILD16.slotRelocation) {\n plt.$flags$ |= 1 /* isTmpDisconnected */;\n if (checkSlotRelocate) {\n markSlotContentForRelocation(rootVnode.$elm$);\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n if (!nodeToRelocate[\"s-ol\"]) {\n const orgLocationNode = BUILD16.isDebug || BUILD16.hydrateServerSide ? originalLocationDebugNode(nodeToRelocate) : doc.createTextNode(\"\");\n orgLocationNode[\"s-nr\"] = nodeToRelocate;\n insertBefore(nodeToRelocate.parentNode, nodeToRelocate[\"s-ol\"] = orgLocationNode, nodeToRelocate);\n }\n }\n for (const relocateData of relocateNodes) {\n const nodeToRelocate = relocateData.$nodeToRelocate$;\n const slotRefNode = relocateData.$slotRefNode$;\n if (slotRefNode) {\n const parentNodeRef = slotRefNode.parentNode;\n let insertBeforeNode = slotRefNode.nextSibling;\n if (!BUILD16.experimentalSlotFixes || insertBeforeNode && insertBeforeNode.nodeType === 1 /* ElementNode */) {\n let orgLocationNode = (_a = nodeToRelocate[\"s-ol\"]) == null ? void 0 : _a.previousSibling;\n while (orgLocationNode) {\n let refNode = (_b = orgLocationNode[\"s-nr\"]) != null ? _b : null;\n if (refNode && refNode[\"s-sn\"] === nodeToRelocate[\"s-sn\"] && parentNodeRef === refNode.parentNode) {\n refNode = refNode.nextSibling;\n while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode[\"s-sr\"])) {\n refNode = refNode == null ? void 0 : refNode.nextSibling;\n }\n if (!refNode || !refNode[\"s-nr\"]) {\n insertBeforeNode = refNode;\n break;\n }\n }\n orgLocationNode = orgLocationNode.previousSibling;\n }\n }\n if (!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode || nodeToRelocate.nextSibling !== insertBeforeNode) {\n if (nodeToRelocate !== insertBeforeNode) {\n if (!BUILD16.experimentalSlotFixes && !nodeToRelocate[\"s-hn\"] && nodeToRelocate[\"s-ol\"]) {\n nodeToRelocate[\"s-hn\"] = nodeToRelocate[\"s-ol\"].parentNode.nodeName;\n }\n insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n nodeToRelocate.hidden = (_c = nodeToRelocate[\"s-ih\"]) != null ? _c : false;\n }\n }\n }\n nodeToRelocate && typeof slotRefNode[\"s-rf\"] === \"function\" && slotRefNode[\"s-rf\"](nodeToRelocate);\n } else {\n if (nodeToRelocate.nodeType === 1 /* ElementNode */) {\n if (isInitialLoad) {\n nodeToRelocate[\"s-ih\"] = (_d = nodeToRelocate.hidden) != null ? _d : false;\n }\n nodeToRelocate.hidden = true;\n }\n }\n }\n }\n if (checkSlotFallbackVisibility) {\n updateFallbackSlotVisibility(rootVnode.$elm$);\n }\n plt.$flags$ &= ~1 /* isTmpDisconnected */;\n relocateNodes.length = 0;\n }\n if (BUILD16.experimentalScopedSlotChanges && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n for (const childNode of rootVnode.$elm$.childNodes) {\n if (childNode[\"s-hn\"] !== hostTagName && !childNode[\"s-sh\"]) {\n if (isInitialLoad && childNode[\"s-ih\"] == null) {\n childNode[\"s-ih\"] = (_e = childNode.hidden) != null ? _e : false;\n }\n childNode.hidden = true;\n }\n }\n }\n contentRef = void 0;\n};\nvar slotReferenceDebugNode = (slotVNode) => doc.createComment(\n `<slot${slotVNode.$name$ ? ' name=\"' + slotVNode.$name$ + '\"' : \"\"}> (host=${hostTagName.toLowerCase()})`\n);\nvar originalLocationDebugNode = (nodeToRelocate) => doc.createComment(\n `org-location for ` + (nodeToRelocate.localName ? `<${nodeToRelocate.localName}> (host=${nodeToRelocate[\"s-hn\"]})` : `[${nodeToRelocate.textContent}]`)\n);\n\n// src/runtime/update-component.ts\nvar attachToAncestor = (hostRef, ancestorComponent) => {\n if (BUILD17.asyncLoading && ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent[\"s-p\"]) {\n ancestorComponent[\"s-p\"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));\n }\n};\nvar scheduleUpdate = (hostRef, isInitialLoad) => {\n if (BUILD17.taskQueue && BUILD17.updatable) {\n hostRef.$flags$ |= 16 /* isQueuedForUpdate */;\n }\n if (BUILD17.asyncLoading && hostRef.$flags$ & 4 /* isWaitingForChildren */) {\n hostRef.$flags$ |= 512 /* needsRerender */;\n return;\n }\n attachToAncestor(hostRef, hostRef.$ancestorComponent$);\n const dispatch = () => dispatchHooks(hostRef, isInitialLoad);\n return BUILD17.taskQueue ? writeTask(dispatch) : dispatch();\n};\nvar dispatchHooks = (hostRef, isInitialLoad) => {\n const elm = hostRef.$hostElement$;\n const endSchedule = createTime(\"scheduleUpdate\", hostRef.$cmpMeta$.$tagName$);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n throw new Error(\n `Can't render component <${elm.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \\`externalRuntime: true\\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`\n );\n }\n let maybePromise;\n if (isInitialLoad) {\n if (BUILD17.lazyLoad && BUILD17.hostListener) {\n hostRef.$flags$ |= 256 /* isListenReady */;\n if (hostRef.$queuedListeners$) {\n hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));\n hostRef.$queuedListeners$ = void 0;\n }\n }\n emitLifecycleEvent(elm, \"componentWillLoad\");\n if (BUILD17.cmpWillLoad) {\n maybePromise = safeCall(instance, \"componentWillLoad\");\n }\n } else {\n emitLifecycleEvent(elm, \"componentWillUpdate\");\n if (BUILD17.cmpWillUpdate) {\n maybePromise = safeCall(instance, \"componentWillUpdate\");\n }\n }\n emitLifecycleEvent(elm, \"componentWillRender\");\n if (BUILD17.cmpWillRender) {\n maybePromise = enqueue(maybePromise, () => safeCall(instance, \"componentWillRender\"));\n }\n endSchedule();\n return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));\n};\nvar enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {\n console.error(err2);\n fn();\n}) : fn();\nvar isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === \"function\";\nvar updateComponent = async (hostRef, instance, isInitialLoad) => {\n var _a;\n const elm = hostRef.$hostElement$;\n const endUpdate = createTime(\"update\", hostRef.$cmpMeta$.$tagName$);\n const rc = elm[\"s-rc\"];\n if (BUILD17.style && isInitialLoad) {\n attachStyles(hostRef);\n }\n const endRender = createTime(\"render\", hostRef.$cmpMeta$.$tagName$);\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n await callRender(hostRef, instance, elm, isInitialLoad);\n } else {\n callRender(hostRef, instance, elm, isInitialLoad);\n }\n if (BUILD17.isDev) {\n hostRef.$renderCount$ = hostRef.$renderCount$ === void 0 ? 1 : hostRef.$renderCount$ + 1;\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n if (BUILD17.hydrateServerSide) {\n try {\n serverSideConnected(elm);\n if (isInitialLoad) {\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n elm[\"s-en\"] = \"\";\n } else if (hostRef.$cmpMeta$.$flags$ & 2 /* scopedCssEncapsulation */) {\n elm[\"s-en\"] = \"c\";\n }\n }\n } catch (e) {\n consoleError(e, elm);\n }\n }\n if (BUILD17.asyncLoading && rc) {\n rc.map((cb) => cb());\n elm[\"s-rc\"] = void 0;\n }\n endRender();\n endUpdate();\n if (BUILD17.asyncLoading) {\n const childrenPromises = (_a = elm[\"s-p\"]) != null ? _a : [];\n const postUpdate = () => postUpdateComponent(hostRef);\n if (childrenPromises.length === 0) {\n postUpdate();\n } else {\n Promise.all(childrenPromises).then(postUpdate);\n hostRef.$flags$ |= 4 /* isWaitingForChildren */;\n childrenPromises.length = 0;\n }\n } else {\n postUpdateComponent(hostRef);\n }\n};\nvar renderingRef = null;\nvar callRender = (hostRef, instance, elm, isInitialLoad) => {\n const allRenderFn = BUILD17.allRenderFn ? true : false;\n const lazyLoad = BUILD17.lazyLoad ? true : false;\n const taskQueue = BUILD17.taskQueue ? true : false;\n const updatable = BUILD17.updatable ? true : false;\n try {\n renderingRef = instance;\n instance = allRenderFn ? instance.render() : instance.render && instance.render();\n if (updatable && taskQueue) {\n hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;\n }\n if (updatable || lazyLoad) {\n hostRef.$flags$ |= 2 /* hasRendered */;\n }\n if (BUILD17.hasRenderFn || BUILD17.reflect) {\n if (BUILD17.vdomRender || BUILD17.reflect) {\n if (BUILD17.hydrateServerSide) {\n return Promise.resolve(instance).then((value) => renderVdom(hostRef, value, isInitialLoad));\n } else {\n renderVdom(hostRef, instance, isInitialLoad);\n }\n } else {\n const shadowRoot = elm.shadowRoot;\n if (hostRef.$cmpMeta$.$flags$ & 1 /* shadowDomEncapsulation */) {\n shadowRoot.textContent = instance;\n } else {\n elm.textContent = instance;\n }\n }\n }\n } catch (e) {\n consoleError(e, hostRef.$hostElement$);\n }\n renderingRef = null;\n return null;\n};\nvar getRenderingRef = () => renderingRef;\nvar postUpdateComponent = (hostRef) => {\n const tagName = hostRef.$cmpMeta$.$tagName$;\n const elm = hostRef.$hostElement$;\n const endPostUpdate = createTime(\"postUpdate\", tagName);\n const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const ancestorComponent = hostRef.$ancestorComponent$;\n if (BUILD17.cmpDidRender) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidRender\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidRender\");\n if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {\n hostRef.$flags$ |= 64 /* hasLoadedComponent */;\n if (BUILD17.asyncLoading && BUILD17.cssAnnotations) {\n addHydratedFlag(elm);\n }\n if (BUILD17.cmpDidLoad) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 2048 /* devOnDidLoad */;\n }\n safeCall(instance, \"componentDidLoad\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~2048 /* devOnDidLoad */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidLoad\");\n endPostUpdate();\n if (BUILD17.asyncLoading) {\n hostRef.$onReadyResolve$(elm);\n if (!ancestorComponent) {\n appDidLoad(tagName);\n }\n }\n } else {\n if (BUILD17.cmpDidUpdate) {\n if (BUILD17.isDev) {\n hostRef.$flags$ |= 1024 /* devOnRender */;\n }\n safeCall(instance, \"componentDidUpdate\");\n if (BUILD17.isDev) {\n hostRef.$flags$ &= ~1024 /* devOnRender */;\n }\n }\n emitLifecycleEvent(elm, \"componentDidUpdate\");\n endPostUpdate();\n }\n if (BUILD17.method && BUILD17.lazyLoad) {\n hostRef.$onInstanceResolve$(elm);\n }\n if (BUILD17.asyncLoading) {\n if (hostRef.$onRenderResolve$) {\n hostRef.$onRenderResolve$();\n hostRef.$onRenderResolve$ = void 0;\n }\n if (hostRef.$flags$ & 512 /* needsRerender */) {\n nextTick(() => scheduleUpdate(hostRef, false));\n }\n hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);\n }\n};\nvar forceUpdate = (ref) => {\n if (BUILD17.updatable && (Build.isBrowser || Build.isTesting)) {\n const hostRef = getHostRef(ref);\n const isConnected = hostRef.$hostElement$.isConnected;\n if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n scheduleUpdate(hostRef, false);\n }\n return isConnected;\n }\n return false;\n};\nvar appDidLoad = (who) => {\n if (BUILD17.cssAnnotations) {\n addHydratedFlag(doc.documentElement);\n }\n if (BUILD17.asyncQueue) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n nextTick(() => emitEvent(win, \"appload\", { detail: { namespace: NAMESPACE } }));\n if (BUILD17.profile && performance.measure) {\n performance.measure(`[Stencil] ${NAMESPACE} initial load (by ${who})`, \"st:app:start\");\n }\n};\nvar safeCall = (instance, method, arg) => {\n if (instance && instance[method]) {\n try {\n return instance[method](arg);\n } catch (e) {\n consoleError(e);\n }\n }\n return void 0;\n};\nvar emitLifecycleEvent = (elm, lifecycleName) => {\n if (BUILD17.lifecycleDOMEvents) {\n emitEvent(elm, \"stencil_\" + lifecycleName, {\n bubbles: true,\n composed: true,\n detail: {\n namespace: NAMESPACE\n }\n });\n }\n};\nvar addHydratedFlag = (elm) => {\n var _a, _b;\n return BUILD17.hydratedClass ? elm.classList.add((_a = BUILD17.hydratedSelectorName) != null ? _a : \"hydrated\") : BUILD17.hydratedAttribute ? elm.setAttribute((_b = BUILD17.hydratedSelectorName) != null ? _b : \"hydrated\", \"\") : void 0;\n};\nvar serverSideConnected = (elm) => {\n const children = elm.children;\n if (children != null) {\n for (let i2 = 0, ii = children.length; i2 < ii; i2++) {\n const childElm = children[i2];\n if (typeof childElm.connectedCallback === \"function\") {\n childElm.connectedCallback();\n }\n serverSideConnected(childElm);\n }\n }\n};\n\n// src/runtime/set-value.ts\nvar getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);\nvar setValue = (ref, propName, newVal, cmpMeta) => {\n const hostRef = getHostRef(ref);\n if (BUILD18.lazyLoad && !hostRef) {\n throw new Error(\n `Couldn't find host element for \"${cmpMeta.$tagName$}\" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`\n );\n }\n const elm = BUILD18.lazyLoad ? hostRef.$hostElement$ : ref;\n const oldVal = hostRef.$instanceValues$.get(propName);\n const flags = hostRef.$flags$;\n const instance = BUILD18.lazyLoad ? hostRef.$lazyInstance$ : elm;\n newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);\n const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);\n const didValueChange = newVal !== oldVal && !areBothNaN;\n if ((!BUILD18.lazyLoad || !(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {\n hostRef.$instanceValues$.set(propName, newVal);\n if (BUILD18.isDev) {\n if (hostRef.$flags$ & 1024 /* devOnRender */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during rendering. This can potentially lead to infinite-loops and other bugs.`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n } else if (hostRef.$flags$ & 2048 /* devOnDidLoad */) {\n consoleDevWarn(\n `The state/prop \"${propName}\" changed during \"componentDidLoad()\", this triggers extra re-renders, try to setup on \"componentWillLoad()\"`,\n \"\\nElement\",\n elm,\n \"\\nNew value\",\n newVal,\n \"\\nOld value\",\n oldVal\n );\n }\n }\n if (!BUILD18.lazyLoad || instance) {\n if (BUILD18.watchCallback && cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {\n const watchMethods = cmpMeta.$watchers$[propName];\n if (watchMethods) {\n watchMethods.map((watchMethodName) => {\n try {\n instance[watchMethodName](newVal, oldVal, propName);\n } catch (e) {\n consoleError(e, elm);\n }\n });\n }\n }\n if (BUILD18.updatable && (flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {\n if (BUILD18.cmpShouldUpdate && instance.componentShouldUpdate) {\n if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {\n return;\n }\n }\n scheduleUpdate(hostRef, false);\n }\n }\n }\n};\n\n// src/runtime/proxy-component.ts\nvar proxyComponent = (Cstr, cmpMeta, flags) => {\n var _a, _b;\n const prototype = Cstr.prototype;\n if (BUILD19.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */ && flags & 1 /* isElementConstructor */) {\n FORM_ASSOCIATED_CUSTOM_ELEMENT_CALLBACKS.forEach(\n (cbName) => Object.defineProperty(prototype, cbName, {\n value(...args) {\n const hostRef = getHostRef(this);\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n if (!instance) {\n hostRef.$onReadyPromise$.then((instance2) => {\n const cb = instance2[cbName];\n typeof cb === \"function\" && cb.call(instance2, ...args);\n });\n } else {\n const cb = instance[cbName];\n typeof cb === \"function\" && cb.call(instance, ...args);\n }\n }\n })\n );\n }\n if (BUILD19.member && cmpMeta.$members$ || BUILD19.watchCallback && (cmpMeta.$watchers$ || Cstr.watchers)) {\n if (BUILD19.watchCallback && Cstr.watchers && !cmpMeta.$watchers$) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});\n members.map(([memberName, [memberFlags]]) => {\n if ((BUILD19.prop || BUILD19.state) && (memberFlags & 31 /* Prop */ || (!BUILD19.lazyLoad || flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {\n Object.defineProperty(prototype, memberName, {\n get() {\n return getValue(this, memberName);\n },\n set(newValue) {\n if (BUILD19.isDev) {\n const ref = getHostRef(this);\n if (\n // we are proxying the instance (not element)\n (flags & 1 /* isElementConstructor */) === 0 && // the element is not constructing\n (ref && ref.$flags$ & 8 /* isConstructingInstance */) === 0 && // the member is a prop\n (memberFlags & 31 /* Prop */) !== 0 && // the member is not mutable\n (memberFlags & 1024 /* Mutable */) === 0\n ) {\n consoleDevWarn(\n `@Prop() \"${memberName}\" on <${cmpMeta.$tagName$}> is immutable but was modified from within the component.\nMore information: https://stenciljs.com/docs/properties#prop-mutability`\n );\n }\n }\n setValue(this, memberName, newValue, cmpMeta);\n },\n configurable: true,\n enumerable: true\n });\n } else if (BUILD19.lazyLoad && BUILD19.method && flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {\n Object.defineProperty(prototype, memberName, {\n value(...args) {\n var _a2;\n const ref = getHostRef(this);\n return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {\n var _a3;\n return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);\n });\n }\n });\n }\n });\n if (BUILD19.observeAttribute && (!BUILD19.lazyLoad || flags & 1 /* isElementConstructor */)) {\n const attrNameToPropName = /* @__PURE__ */ new Map();\n prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {\n plt.jmp(() => {\n var _a2;\n const propName = attrNameToPropName.get(attrName);\n if (this.hasOwnProperty(propName)) {\n newValue = this[propName];\n delete this[propName];\n } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === \"number\" && // cast type to number to avoid TS compiler issues\n this[propName] == newValue) {\n return;\n } else if (propName == null) {\n const hostRef = getHostRef(this);\n const flags2 = hostRef == null ? void 0 : hostRef.$flags$;\n if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {\n const elm = BUILD19.lazyLoad ? hostRef.$hostElement$ : this;\n const instance = BUILD19.lazyLoad ? hostRef.$lazyInstance$ : elm;\n const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];\n entry == null ? void 0 : entry.forEach((callbackName) => {\n if (instance[callbackName] != null) {\n instance[callbackName].call(instance, newValue, oldValue, attrName);\n }\n });\n }\n return;\n }\n this[propName] = newValue === null && typeof this[propName] === \"boolean\" ? false : newValue;\n });\n };\n Cstr.observedAttributes = Array.from(\n /* @__PURE__ */ new Set([\n ...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),\n ...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {\n var _a2;\n const attrName = m[1] || propName;\n attrNameToPropName.set(attrName, propName);\n if (BUILD19.reflect && m[0] & 512 /* ReflectAttr */) {\n (_a2 = cmpMeta.$attrsToReflect$) == null ? void 0 : _a2.push([propName, attrName]);\n }\n return attrName;\n })\n ])\n );\n }\n }\n return Cstr;\n};\n\n// src/runtime/initialize-component.ts\nvar initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {\n let Cstr;\n if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {\n hostRef.$flags$ |= 32 /* hasInitializedComponent */;\n const bundleId = cmpMeta.$lazyBundleId$;\n if ((BUILD20.lazyLoad || BUILD20.hydrateClientSide) && bundleId) {\n const CstrImport = loadModule(cmpMeta, hostRef, hmrVersionId);\n if (CstrImport && \"then\" in CstrImport) {\n const endLoad = uniqueTime(\n `st:load:${cmpMeta.$tagName$}:${hostRef.$modeName$}`,\n `[Stencil] Load module for <${cmpMeta.$tagName$}>`\n );\n Cstr = await CstrImport;\n endLoad();\n } else {\n Cstr = CstrImport;\n }\n if (!Cstr) {\n throw new Error(`Constructor for \"${cmpMeta.$tagName$}#${hostRef.$modeName$}\" was not found`);\n }\n if (BUILD20.member && !Cstr.isProxied) {\n if (BUILD20.watchCallback) {\n cmpMeta.$watchers$ = Cstr.watchers;\n }\n proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);\n Cstr.isProxied = true;\n }\n const endNewInstance = createTime(\"createInstance\", cmpMeta.$tagName$);\n if (BUILD20.member) {\n hostRef.$flags$ |= 8 /* isConstructingInstance */;\n }\n try {\n new Cstr(hostRef);\n } catch (e) {\n consoleError(e);\n }\n if (BUILD20.member) {\n hostRef.$flags$ &= ~8 /* isConstructingInstance */;\n }\n if (BUILD20.watchCallback) {\n hostRef.$flags$ |= 128 /* isWatchReady */;\n }\n endNewInstance();\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else {\n Cstr = elm.constructor;\n const cmpTag = elm.localName;\n customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);\n }\n if (BUILD20.style && Cstr && Cstr.style) {\n let style;\n if (typeof Cstr.style === \"string\") {\n style = Cstr.style;\n } else if (BUILD20.mode && typeof Cstr.style !== \"string\") {\n hostRef.$modeName$ = computeMode(elm);\n if (hostRef.$modeName$) {\n style = Cstr.style[hostRef.$modeName$];\n }\n if (BUILD20.hydrateServerSide && hostRef.$modeName$) {\n elm.setAttribute(\"s-mode\", hostRef.$modeName$);\n }\n }\n const scopeId2 = getScopeId(cmpMeta, hostRef.$modeName$);\n if (!styles.has(scopeId2)) {\n const endRegisterStyles = createTime(\"registerStyles\", cmpMeta.$tagName$);\n if (!BUILD20.hydrateServerSide && BUILD20.shadowDom && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n BUILD20.shadowDomShim && cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n style = await import(\"./shadow-css.js\").then((m) => m.scopeCss(style, scopeId2));\n }\n registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));\n endRegisterStyles();\n }\n }\n }\n const ancestorComponent = hostRef.$ancestorComponent$;\n const schedule = () => scheduleUpdate(hostRef, true);\n if (BUILD20.asyncLoading && ancestorComponent && ancestorComponent[\"s-rc\"]) {\n ancestorComponent[\"s-rc\"].push(schedule);\n } else {\n schedule();\n }\n};\nvar fireConnectedCallback = (instance) => {\n if (BUILD20.lazyLoad && BUILD20.connectedCallback) {\n safeCall(instance, \"connectedCallback\");\n }\n};\n\n// src/runtime/connected-callback.ts\nvar connectedCallback = (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n const cmpMeta = hostRef.$cmpMeta$;\n const endConnected = createTime(\"connectedCallback\", cmpMeta.$tagName$);\n if (BUILD21.hostListenerTargetParent) {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, true);\n }\n if (!(hostRef.$flags$ & 1 /* hasConnected */)) {\n hostRef.$flags$ |= 1 /* hasConnected */;\n let hostId;\n if (BUILD21.hydrateClientSide) {\n hostId = elm.getAttribute(HYDRATE_ID);\n if (hostId) {\n if (BUILD21.shadowDom && supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n const scopeId2 = BUILD21.mode ? addStyle(elm.shadowRoot, cmpMeta, elm.getAttribute(\"s-mode\")) : addStyle(elm.shadowRoot, cmpMeta);\n elm.classList.remove(scopeId2 + \"-h\", scopeId2 + \"-s\");\n }\n initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);\n }\n }\n if (BUILD21.slotRelocation && !hostId) {\n if (BUILD21.hydrateServerSide || (BUILD21.slot || BUILD21.shadowDom) && // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field\n cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {\n setContentReference(elm);\n }\n }\n if (BUILD21.asyncLoading) {\n let ancestorComponent = elm;\n while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {\n if (BUILD21.hydrateClientSide && ancestorComponent.nodeType === 1 /* ElementNode */ && ancestorComponent.hasAttribute(\"s-id\") && ancestorComponent[\"s-p\"] || ancestorComponent[\"s-p\"]) {\n attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);\n break;\n }\n }\n }\n if (BUILD21.prop && !BUILD21.hydrateServerSide && cmpMeta.$members$) {\n Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {\n if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {\n const value = elm[memberName];\n delete elm[memberName];\n elm[memberName] = value;\n }\n });\n }\n if (BUILD21.initializeNextTick) {\n nextTick(() => initializeComponent(elm, hostRef, cmpMeta));\n } else {\n initializeComponent(elm, hostRef, cmpMeta);\n }\n } else {\n addHostEventListeners(elm, hostRef, cmpMeta.$listeners$, false);\n if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n fireConnectedCallback(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));\n }\n }\n endConnected();\n }\n};\nvar setContentReference = (elm) => {\n const contentRefElm = elm[\"s-cr\"] = doc.createComment(\n BUILD21.isDebug ? `content-ref (host=${elm.localName})` : \"\"\n );\n contentRefElm[\"s-cn\"] = true;\n insertBefore(elm, contentRefElm, elm.firstChild);\n};\n\n// src/runtime/disconnected-callback.ts\nimport { BUILD as BUILD22 } from \"@stencil/core/internal/app-data\";\nvar disconnectInstance = (instance) => {\n if (BUILD22.lazyLoad && BUILD22.disconnectedCallback) {\n safeCall(instance, \"disconnectedCallback\");\n }\n if (BUILD22.cmpDidUnload) {\n safeCall(instance, \"componentDidUnload\");\n }\n};\nvar disconnectedCallback = async (elm) => {\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {\n const hostRef = getHostRef(elm);\n if (BUILD22.hostListener) {\n if (hostRef.$rmListeners$) {\n hostRef.$rmListeners$.map((rmListener) => rmListener());\n hostRef.$rmListeners$ = void 0;\n }\n }\n if (!BUILD22.lazyLoad) {\n disconnectInstance(elm);\n } else if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {\n disconnectInstance(hostRef.$lazyInstance$);\n } else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {\n hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));\n }\n }\n};\n\n// src/runtime/dom-extras.ts\nimport { BUILD as BUILD23 } from \"@stencil/core/internal/app-data\";\nvar patchPseudoShadowDom = (hostElementPrototype, descriptorPrototype) => {\n patchCloneNode(hostElementPrototype);\n patchSlotAppendChild(hostElementPrototype);\n patchSlotAppend(hostElementPrototype);\n patchSlotPrepend(hostElementPrototype);\n patchSlotInsertAdjacentElement(hostElementPrototype);\n patchSlotInsertAdjacentHTML(hostElementPrototype);\n patchSlotInsertAdjacentText(hostElementPrototype);\n patchTextContent(hostElementPrototype);\n patchChildSlotNodes(hostElementPrototype, descriptorPrototype);\n patchSlotRemoveChild(hostElementPrototype);\n};\nvar patchCloneNode = (HostElementPrototype) => {\n const orgCloneNode = HostElementPrototype.cloneNode;\n HostElementPrototype.cloneNode = function(deep) {\n const srcNode = this;\n const isShadowDom = BUILD23.shadowDom ? srcNode.shadowRoot && supportsShadow : false;\n const clonedNode = orgCloneNode.call(srcNode, isShadowDom ? deep : false);\n if (BUILD23.slot && !isShadowDom && deep) {\n let i2 = 0;\n let slotted, nonStencilNode;\n const stencilPrivates = [\n \"s-id\",\n \"s-cr\",\n \"s-lr\",\n \"s-rc\",\n \"s-sc\",\n \"s-p\",\n \"s-cn\",\n \"s-sr\",\n \"s-sn\",\n \"s-hn\",\n \"s-ol\",\n \"s-nr\",\n \"s-si\",\n \"s-rf\",\n \"s-scs\"\n ];\n for (; i2 < srcNode.childNodes.length; i2++) {\n slotted = srcNode.childNodes[i2][\"s-nr\"];\n nonStencilNode = stencilPrivates.every((privateField) => !srcNode.childNodes[i2][privateField]);\n if (slotted) {\n if (BUILD23.appendChildSlotFix && clonedNode.__appendChild) {\n clonedNode.__appendChild(slotted.cloneNode(true));\n } else {\n clonedNode.appendChild(slotted.cloneNode(true));\n }\n }\n if (nonStencilNode) {\n clonedNode.appendChild(srcNode.childNodes[i2].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nvar patchSlotAppendChild = (HostElementPrototype) => {\n HostElementPrototype.__appendChild = HostElementPrototype.appendChild;\n HostElementPrototype.appendChild = function(newChild) {\n const slotName = newChild[\"s-sn\"] = getSlotName(newChild);\n const slotNode = getHostSlotNode(this.childNodes, slotName, this.tagName);\n if (slotNode) {\n const slotPlaceholder = document.createTextNode(\"\");\n slotPlaceholder[\"s-nr\"] = newChild;\n slotNode[\"s-cr\"].parentNode.__appendChild(slotPlaceholder);\n newChild[\"s-ol\"] = slotPlaceholder;\n newChild[\"s-sh\"] = slotNode[\"s-hn\"];\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 newChild[\"s-sh\"] = slotNode[\"s-hn\"];\n const slotChildNodes = getHostSlotChildNodes(slotNode, slotName);\n const appendAfter = slotChildNodes[0];\n return insertBefore(appendAfter.parentNode, newChild, appendAfter.nextSibling);\n }\n if (newChild.nodeType === 1 && !!newChild.getAttribute(\"slot\")) {\n newChild.hidden = true;\n }\n return originalPrepend.call(this, newChild);\n });\n };\n};\nvar patchSlotAppend = (HostElementPrototype) => {\n HostElementPrototype.append = function(...newChildren) {\n newChildren.forEach((newChild) => {\n if (typeof newChild === \"string\") {\n newChild = this.ownerDocument.createTextNode(newChild);\n }\n this.appendChild(newChild);\n });\n };\n};\nvar patchSlotInsertAdjacentHTML = (HostElementPrototype) => {\n const originalInsertAdjacentHtml = HostElementPrototype.insertAdjacentHTML;\n HostElementPrototype.insertAdjacentHTML = function(position, text) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentHtml.call(this, position, text);\n }\n const container = this.ownerDocument.createElement(\"_\");\n let node;\n container.innerHTML = text;\n if (position === \"afterbegin\") {\n while (node = container.firstChild) {\n this.prepend(node);\n }\n } else if (position === \"beforeend\") {\n while (node = container.firstChild) {\n this.append(node);\n }\n }\n };\n};\nvar patchSlotInsertAdjacentText = (HostElementPrototype) => {\n HostElementPrototype.insertAdjacentText = function(position, text) {\n this.insertAdjacentHTML(position, text);\n };\n};\nvar patchSlotInsertAdjacentElement = (HostElementPrototype) => {\n const originalInsertAdjacentElement = HostElementPrototype.insertAdjacentElement;\n HostElementPrototype.insertAdjacentElement = function(position, element) {\n if (position !== \"afterbegin\" && position !== \"beforeend\") {\n return originalInsertAdjacentElement.call(this, position, element);\n }\n if (position === \"afterbegin\") {\n this.prepend(element);\n return element;\n } else if (position === \"beforeend\") {\n this.append(element);\n return element;\n }\n return element;\n };\n};\nvar patchTextContent = (hostElementPrototype) => {\n const descriptor = Object.getOwnPropertyDescriptor(Node.prototype, \"textContent\");\n Object.defineProperty(hostElementPrototype, \"__textContent\", descriptor);\n if (BUILD23.experimentalScopedSlotChanges) {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n // To mimic shadow root behavior, we need to return the text content of all\n // nodes in a slot reference node\n get() {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n const textContent = slotRefNodes.map((node) => {\n var _a, _b;\n const text = [];\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n if (slotContent.nodeType === 3 /* TEXT_NODE */ || slotContent.nodeType === 1 /* ELEMENT_NODE */) {\n text.push((_b = (_a = slotContent.textContent) == null ? void 0 : _a.trim()) != null ? _b : \"\");\n }\n slotContent = slotContent.nextSibling;\n }\n return text.filter((ref) => ref !== \"\").join(\" \");\n }).filter((text) => text !== \"\").join(\" \");\n return \" \" + textContent + \" \";\n },\n // To mimic shadow root behavior, we need to overwrite all nodes in a slot\n // reference node. If a default slot reference node exists, the text content will be\n // placed there. Otherwise, the new text node will be hidden\n set(value) {\n const slotRefNodes = getAllChildSlotNodes(this.childNodes);\n slotRefNodes.forEach((node) => {\n let slotContent = node.nextSibling;\n while (slotContent && slotContent[\"s-sn\"] === node[\"s-sn\"]) {\n const tmp = slotContent;\n slotContent = slotContent.nextSibling;\n tmp.remove();\n }\n if (node[\"s-sn\"] === \"\") {\n const textNode = this.ownerDocument.createTextNode(value);\n textNode[\"s-sn\"] = \"\";\n insertBefore(node.parentElement, textNode, node.nextSibling);\n } else {\n node.remove();\n }\n });\n }\n });\n } else {\n Object.defineProperty(hostElementPrototype, \"textContent\", {\n get() {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n return slotNode.nextSibling.textContent;\n } else if (slotNode) {\n return slotNode.textContent;\n } else {\n return this.__textContent;\n }\n },\n set(value) {\n var _a;\n const slotNode = getHostSlotNode(this.childNodes, \"\", this.tagName);\n if (((_a = slotNode == null ? void 0 : slotNode.nextSibling) == null ? void 0 : _a.nodeType) === 3 /* TEXT_NODE */) {\n slotNode.nextSibling.textContent = value;\n } else if (slotNode) {\n slotNode.textContent = value;\n } else {\n this.__textContent = value;\n const contentRefElm = this[\"s-cr\"];\n if (contentRefElm) {\n insertBefore(this, contentRefElm, this.firstChild);\n }\n }\n }\n });\n }\n};\nvar patchChildSlotNodes = (elm, cmpMeta) => {\n class FakeNodeList extends Array {\n item(n) {\n return this[n];\n }\n }\n if (cmpMeta.$flags$ & 8 /* needsShadowDomShim */) {\n const childNodesFn = elm.__lookupGetter__(\"childNodes\");\n Object.defineProperty(elm, \"children\", {\n get() {\n return this.childNodes.map((n) => n.nodeType === 1);\n }\n });\n Object.defineProperty(elm, \"childElementCount\", {\n get() {\n return elm.children.length;\n }\n });\n Object.defineProperty(elm, \"childNodes\", {\n get() {\n const childNodes = childNodesFn.call(this);\n if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0 && getHostRef(this).$flags$ & 2 /* hasRendered */) {\n const result = new FakeNodeList();\n for (let i2 = 0; i2 < childNodes.length; i2++) {\n const slot = childNodes[i2][\"s-nr\"];\n if (slot) {\n result.push(slot);\n }\n }\n return result;\n }\n return FakeNodeList.from(childNodes);\n }\n });\n }\n};\nvar getAllChildSlotNodes = (childNodes) => {\n const slotRefNodes = [];\n for (const childNode of Array.from(childNodes)) {\n if (childNode[\"s-sr\"]) {\n slotRefNodes.push(childNode);\n }\n slotRefNodes.push(...getAllChildSlotNodes(childNode.childNodes));\n }\n return slotRefNodes;\n};\nvar getSlotName = (node) => node[\"s-sn\"] || node.nodeType === 1 && node.getAttribute(\"slot\") || \"\";\nvar getHostSlotNode = (childNodes, slotName, hostName) => {\n let i2 = 0;\n let childNode;\n for (; i2 < childNodes.length; i2++) {\n childNode = childNodes[i2];\n if (childNode[\"s-sr\"] && childNode[\"s-sn\"] === slotName && childNode[\"s-hn\"] === hostName) {\n return childNode;\n }\n childNode = getHostSlotNode(childNode.childNodes, slotName, hostName);\n if (childNode) {\n return childNode;\n }\n }\n return null;\n};\nvar getHostSlotChildNodes = (n, slotName) => {\n const childNodes = [n];\n while ((n = n.nextSibling) && n[\"s-sn\"] === slotName) {\n childNodes.push(n);\n }\n return childNodes;\n};\n\n// src/runtime/bootstrap-custom-element.ts\nvar defineCustomElement = (Cstr, compactMeta) => {\n customElements.define(compactMeta[1], proxyCustomElement(Cstr, compactMeta));\n};\nvar proxyCustomElement = (Cstr, compactMeta) => {\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1]\n };\n if (BUILD24.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD24.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD24.watchCallback) {\n cmpMeta.$watchers$ = Cstr.$watchers$;\n }\n if (BUILD24.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD24.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n if (BUILD24.experimentalSlotFixes) {\n if (BUILD24.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(Cstr.prototype, cmpMeta);\n }\n } else {\n if (BUILD24.slotChildNodesFix) {\n patchChildSlotNodes(Cstr.prototype, cmpMeta);\n }\n if (BUILD24.cloneNodeFix) {\n patchCloneNode(Cstr.prototype);\n }\n if (BUILD24.appendChildSlotFix) {\n patchSlotAppendChild(Cstr.prototype);\n }\n if (BUILD24.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(Cstr.prototype);\n }\n }\n const originalConnectedCallback = Cstr.prototype.connectedCallback;\n const originalDisconnectedCallback = Cstr.prototype.disconnectedCallback;\n Object.assign(Cstr.prototype, {\n __registerHost() {\n registerHost(this, cmpMeta);\n },\n connectedCallback() {\n const hostRef = getHostRef(this);\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n connectedCallback(this);\n if (BUILD24.connectedCallback && originalConnectedCallback) {\n originalConnectedCallback.call(this);\n }\n },\n disconnectedCallback() {\n disconnectedCallback(this);\n if (BUILD24.disconnectedCallback && originalDisconnectedCallback) {\n originalDisconnectedCallback.call(this);\n }\n },\n __attachShadow() {\n if (supportsShadow) {\n if (!this.shadowRoot) {\n if (BUILD24.shadowDelegatesFocus) {\n this.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n this.attachShadow({ mode: \"open\" });\n }\n } else {\n if (this.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${this.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else {\n this.shadowRoot = this;\n }\n }\n });\n Cstr.is = cmpMeta.$tagName$;\n return proxyComponent(Cstr, cmpMeta, 1 /* isElementConstructor */ | 2 /* proxyState */);\n};\nvar forceModeUpdate = (elm) => {\n if (BUILD24.style && BUILD24.mode && !BUILD24.lazyLoad) {\n const mode = computeMode(elm);\n const hostRef = getHostRef(elm);\n if (hostRef.$modeName$ !== mode) {\n const cmpMeta = hostRef.$cmpMeta$;\n const oldScopeId = elm[\"s-sc\"];\n const scopeId2 = getScopeId(cmpMeta, mode);\n const style = elm.constructor.style[mode];\n const flags = cmpMeta.$flags$;\n if (style) {\n if (!styles.has(scopeId2)) {\n registerStyle(scopeId2, style, !!(flags & 1 /* shadowDomEncapsulation */));\n }\n hostRef.$modeName$ = mode;\n elm.classList.remove(oldScopeId + \"-h\", oldScopeId + \"-s\");\n attachStyles(hostRef);\n forceUpdate(elm);\n }\n }\n }\n};\n\n// src/runtime/bootstrap-lazy.ts\nimport { BUILD as BUILD25 } from \"@stencil/core/internal/app-data\";\n\n// src/runtime/hmr-component.ts\nvar hmrStart = (hostElement, cmpMeta, hmrVersionId) => {\n const hostRef = getHostRef(hostElement);\n hostRef.$flags$ = 1 /* hasConnected */;\n initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);\n};\n\n// src/runtime/bootstrap-lazy.ts\nvar bootstrapLazy = (lazyBundles, options = {}) => {\n var _a;\n if (BUILD25.profile && performance.mark) {\n performance.mark(\"st:app:start\");\n }\n installDevTools();\n const endBootstrap = createTime(\"bootstrapLazy\");\n const cmpTags = [];\n const exclude = options.exclude || [];\n const customElements2 = win.customElements;\n const head = doc.head;\n const metaCharset = /* @__PURE__ */ head.querySelector(\"meta[charset]\");\n const dataStyles = /* @__PURE__ */ doc.createElement(\"style\");\n const deferredConnectedCallbacks = [];\n let appLoadFallback;\n let isBootstrapping = true;\n Object.assign(plt, options);\n plt.$resourcesUrl$ = new URL(options.resourcesUrl || \"./\", doc.baseURI).href;\n if (BUILD25.asyncQueue) {\n if (options.syncQueue) {\n plt.$flags$ |= 4 /* queueSync */;\n }\n }\n if (BUILD25.hydrateClientSide) {\n plt.$flags$ |= 2 /* appLoaded */;\n }\n let hasSlotRelocation = false;\n lazyBundles.map((lazyBundle) => {\n lazyBundle[1].map((compactMeta) => {\n var _a2;\n const cmpMeta = {\n $flags$: compactMeta[0],\n $tagName$: compactMeta[1],\n $members$: compactMeta[2],\n $listeners$: compactMeta[3]\n };\n if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {\n hasSlotRelocation = true;\n }\n if (BUILD25.member) {\n cmpMeta.$members$ = compactMeta[2];\n }\n if (BUILD25.hostListener) {\n cmpMeta.$listeners$ = compactMeta[3];\n }\n if (BUILD25.reflect) {\n cmpMeta.$attrsToReflect$ = [];\n }\n if (BUILD25.watchCallback) {\n cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};\n }\n if (BUILD25.shadowDom && !supportsShadow && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n cmpMeta.$flags$ |= 8 /* needsShadowDomShim */;\n }\n const tagName = BUILD25.transformTagName && options.transformTagName ? options.transformTagName(cmpMeta.$tagName$) : cmpMeta.$tagName$;\n const HostElement = class extends HTMLElement {\n // StencilLazyHost\n constructor(self) {\n super(self);\n this.hasRegisteredEventListeners = false;\n self = this;\n registerHost(self, cmpMeta);\n if (BUILD25.shadowDom && cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {\n if (supportsShadow) {\n if (!self.shadowRoot) {\n if (BUILD25.shadowDelegatesFocus) {\n self.attachShadow({\n mode: \"open\",\n delegatesFocus: !!(cmpMeta.$flags$ & 16 /* shadowDelegatesFocus */)\n });\n } else {\n self.attachShadow({ mode: \"open\" });\n }\n } else {\n if (self.shadowRoot.mode !== \"open\") {\n throw new Error(\n `Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`\n );\n }\n }\n } else if (!BUILD25.hydrateServerSide && !(\"shadowRoot\" in self)) {\n self.shadowRoot = self;\n }\n }\n }\n connectedCallback() {\n const hostRef = getHostRef(this);\n if (!this.hasRegisteredEventListeners) {\n this.hasRegisteredEventListeners = true;\n addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);\n }\n if (appLoadFallback) {\n clearTimeout(appLoadFallback);\n appLoadFallback = null;\n }\n if (isBootstrapping) {\n deferredConnectedCallbacks.push(this);\n } else {\n plt.jmp(() => connectedCallback(this));\n }\n }\n disconnectedCallback() {\n plt.jmp(() => disconnectedCallback(this));\n }\n componentOnReady() {\n return getHostRef(this).$onReadyPromise$;\n }\n };\n if (BUILD25.experimentalSlotFixes) {\n if (BUILD25.scoped && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchPseudoShadowDom(HostElement.prototype, cmpMeta);\n }\n } else {\n if (BUILD25.slotChildNodesFix) {\n patchChildSlotNodes(HostElement.prototype, cmpMeta);\n }\n if (BUILD25.cloneNodeFix) {\n patchCloneNode(HostElement.prototype);\n }\n if (BUILD25.appendChildSlotFix) {\n patchSlotAppendChild(HostElement.prototype);\n }\n if (BUILD25.scopedSlotTextContentFix && cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {\n patchTextContent(HostElement.prototype);\n }\n }\n if (BUILD25.formAssociated && cmpMeta.$flags$ & 64 /* formAssociated */) {\n HostElement.formAssociated = true;\n }\n if (BUILD25.hotModuleReplacement) {\n HostElement.prototype[\"s-hmr\"] = function(hmrVersionId) {\n hmrStart(this, cmpMeta, hmrVersionId);\n };\n }\n cmpMeta.$lazyBundleId$ = lazyBundle[0];\n if (!exclude.includes(tagName) && !customElements2.get(tagName)) {\n cmpTags.push(tagName);\n customElements2.define(\n tagName,\n proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)\n );\n }\n });\n });\n if (cmpTags.length > 0) {\n if (hasSlotRelocation) {\n dataStyles.textContent += SLOT_FB_CSS;\n }\n if (BUILD25.invisiblePrehydration && (BUILD25.hydratedClass || BUILD25.hydratedAttribute)) {\n dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;\n }\n if (dataStyles.innerHTML.length) {\n dataStyles.setAttribute(\"data-styles\", \"\");\n const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n dataStyles.setAttribute(\"nonce\", nonce);\n }\n head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);\n }\n }\n isBootstrapping = false;\n if (deferredConnectedCallbacks.length) {\n deferredConnectedCallbacks.map((host) => host.connectedCallback());\n } else {\n if (BUILD25.profile) {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30, \"timeout\"));\n } else {\n plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));\n }\n }\n endBootstrap();\n};\n\n// src/runtime/fragment.ts\nvar Fragment = (_, children) => children;\n\n// src/runtime/host-listener.ts\nimport { BUILD as BUILD26 } from \"@stencil/core/internal/app-data\";\nvar addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {\n if (BUILD26.hostListener && listeners) {\n if (BUILD26.hostListenerTargetParent) {\n if (attachParentListeners) {\n listeners = listeners.filter(([flags]) => flags & 32 /* TargetParent */);\n } else {\n listeners = listeners.filter(([flags]) => !(flags & 32 /* TargetParent */));\n }\n }\n listeners.map(([flags, name, method]) => {\n const target = BUILD26.hostListenerTarget ? getHostListenerTarget(elm, flags) : elm;\n const handler = hostListenerProxy(hostRef, method);\n const opts = hostListenerOpts(flags);\n plt.ael(target, name, handler, opts);\n (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));\n });\n }\n};\nvar hostListenerProxy = (hostRef, methodName) => (ev) => {\n var _a;\n try {\n if (BUILD26.lazyLoad) {\n if (hostRef.$flags$ & 256 /* isListenReady */) {\n (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);\n } else {\n (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);\n }\n } else {\n hostRef.$hostElement$[methodName](ev);\n }\n } catch (e) {\n consoleError(e);\n }\n};\nvar getHostListenerTarget = (elm, flags) => {\n if (BUILD26.hostListenerTargetDocument && flags & 4 /* TargetDocument */) return doc;\n if (BUILD26.hostListenerTargetWindow && flags & 8 /* TargetWindow */) return win;\n if (BUILD26.hostListenerTargetBody && flags & 16 /* TargetBody */) return doc.body;\n if (BUILD26.hostListenerTargetParent && flags & 32 /* TargetParent */ && elm.parentElement)\n return elm.parentElement;\n return elm;\n};\nvar hostListenerOpts = (flags) => supportsListenerOptions ? {\n passive: (flags & 1 /* Passive */) !== 0,\n capture: (flags & 2 /* Capture */) !== 0\n} : (flags & 2 /* Capture */) !== 0;\n\n// src/runtime/nonce.ts\nvar setNonce = (nonce) => plt.$nonce$ = nonce;\n\n// src/runtime/platform-options.ts\nvar setPlatformOptions = (opts) => Object.assign(plt, opts);\n\n// src/runtime/vdom/vdom-annotations.ts\nvar insertVdomAnnotations = (doc2, staticComponents) => {\n if (doc2 != null) {\n const docData = STENCIL_DOC_DATA in doc2 ? doc2[STENCIL_DOC_DATA] : { ...DEFAULT_DOC_DATA };\n docData.staticComponents = new Set(staticComponents);\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":[]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as e,c as i,h as t,H as o,g as a}from"./p-7841bd18.js";import{e as r,d as n}from"./p-2665d555.js";const s=':where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}';const l=s;const h=":host{--border-head-cell-default:var(--pine-border-width-thin) solid var(--pine-color-grey-300);--box-shadow-default:3px 3px 6px -2px rgba(0, 0, 0, 0.1);--color-background-fixed:var(--pine-color-white);--color-sorting:var(--pine-color-grey-950);--color-text-default:var(--pine-color-grey-700);--dimension-fixed-cell-position:0;--font-size-head-cell:var(--pine-font-size-085);--font-weight-cell-default:var(--pine-font-weight-normal);--line-height-cell-default:var(--pine-line-height-125);--padding-cell-default:calc(var(--pine-spacing-300) / 2);--spacing-margin-inline-start-arrow:var(--pine-spacing-050);--spacing-padding-arrow:calc(var(--pine-spacing-050) / 2);--spacing-padding-block-compact:var(--pine-spacing-050);-webkit-border-after:var(--border-head-cell-default);border-block-end:var(--border-head-cell-default);color:var(--color-text-default);display:table-cell;font-size:var(--font-size-head-cell);font-style:normal;font-weight:var(--font-weight-cell-default);line-height:var(--line-height-cell-default);padding:var(--padding-cell-default);text-align:start;vertical-align:inherit}:host(.is-compact){padding-block:var(--spacing-padding-block-compact)}:host(.is-fixed){background:var(--color-background-fixed);left:var(--dimension-fixed-cell-position);position:-webkit-sticky;position:sticky;z-index:1}:host(.has-scrolled.is-fixed){-webkit-box-shadow:var(--box-shadow-default);box-shadow:var(--box-shadow-default)}:host(.is-sortable){cursor:pointer}:host(.is-sortable) pds-icon{-webkit-margin-start:var(--spacing-margin-inline-start-arrow);margin-inline-start:var(--spacing-margin-inline-start-arrow);-webkit-padding-before:var(--spacing-padding-arrow);padding-block-start:var(--spacing-padding-arrow);position:absolute}:host(.is-sortable:hover),:host(.is-active){color:var(--color-sorting)}";const c=h;const d=class{constructor(t){e(this,t);this.pdsTableSort=i(this,"pdsTableSort",7);this.handleScroll=()=>{if(this.tableRef.scrollLeft>0){this.tableScrolling=true}else{this.tableScrolling=false}};this.toggleSort=()=>{if(this.sortable){const e=this.hostElement.innerText.trim();this.sortingDirection=this.sortingDirection==="asc"?"desc":"asc";this.tableRef.querySelectorAll("pds-table-head-cell").forEach((e=>{e.classList.remove("is-active")}));this.hostElement.classList.toggle("is-active");this.pdsTableSort.emit({column:e,direction:this.sortingDirection})}};this.sortable=undefined;this.sortingDirection="asc";this.tableScrolling=false;this.isSelected=false}componentWillRender(){this.tableRef=this.hostElement.closest("pds-table")}componentDidLoad(){if(this.tableRef&&this.tableRef.responsive&&this.tableRef.fixedColumn){this.tableRef.addEventListener("scroll",this.handleScroll)}}classNames(){const e=[];if(this.tableRef&&this.tableRef.compact){e.push("is-compact")}if(this.sortable){e.push("is-sortable")}if(this.sortable&&this.sortingDirection!==null){e.push("sort-"+this.sortingDirection)}if(this.tableRef&&this.tableRef.fixedColumn&&this.tableScrolling){e.push("has-scrolled")}return e.join(" ")}render(){return t(o,{key:"1f10fd14e300a501cf3763b2f0edb02fe957fc4a",class:this.classNames(),role:"columnheader",onClick:this.toggleSort,style:this.tableRef&&this.tableRef.fixedColumn&&this.tableRef.selectable?{"--fixed-cell-position":"40px"}:{}},t("slot",{key:"5e18f22f031f671c7c3ae899d00afb90dd90d633"}),this.sortable&&t("pds-icon",{key:"ba00ac36b37cc45086fb5989beb71a9fc6a83bd6",icon:this.sortingDirection==="asc"?r:n}))}get hostElement(){return a(this)}};d.style=l+c;export{d as pds_table_head_cell};
|
|
2
|
+
//# sourceMappingURL=p-7dc0b6d4.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["baseCss","PdsTableHeadCellStyle0","pdsTableHeadCellCss","PdsTableHeadCellStyle1","PdsTableHeadCell","this","handleScroll","tableRef","scrollLeft","tableScrolling","toggleSort","sortable","column","hostElement","innerText","trim","sortingDirection","querySelectorAll","forEach","headCell","classList","remove","toggle","pdsTableSort","emit","direction","componentWillRender","closest","componentDidLoad","responsive","fixedColumn","addEventListener","classNames","compact","push","join","render","h","Host","key","class","role","onClick","style","selectable","icon","upSmall","downSmall"],"sources":["src/global/styles/base.scss?tag=pds-table-head-cell&encapsulation=shadow","src/components/pds-table/pds-table-head-cell/pds-table-head-cell.scss?tag=pds-table-head-cell&encapsulation=shadow","src/components/pds-table/pds-table-head-cell/pds-table-head-cell.tsx"],"sourcesContent":["// TODO: replace core tokens with semantic\n// Heading color + outline\n\n/*\n Josh's Custom CSS Reset\n https://www.joshwcomeau.com/css/custom-css-reset/\n*/\n:where(*:not(slot), *:not(slot)::before, *:not(slot)::after) {\n box-sizing: border-box;\n}\n\n:where(*:not(slot)) {\n margin: 0;\n}\n\n:where(img, picture, video, canvas, svg) {\n display: block;\n max-width: 100%;\n}\n\n:where(input, button, textarea, select) {\n font: inherit;\n}\n\n:where(p, h1, h2, h3, h4, h5, h6) {\n overflow-wrap: break-word;\n}\n\n/*\n Additional Reset Styles\n*/\n:where(a:not([href]):not([class])) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(a:not([href]):not([class]):hover) {\n color: currentColor;\n text-decoration: none;\n}\n\n:where(ul[role='list'], ol[role='list']) {\n list-style: none;\n}\n\n:where(table) {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n/*\n Mercury Base Styles\n*/\n// Typography\n:where(*:not(slot)) {\n font-family: var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\", sans-serif,\n \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n}\n\n:where(h1, h2, h3, h4, h5, h6) {\n font-family: var(--pine-font-family-heading);\n color: var(--pine-color-grey-950);\n}\n\n:where(h1) {\n font: var(--pine-typography-heading-h1);\n letter-spacing: var(--pine-letter-spacing-heading-h1);\n}\n\n:where(h2) {\n font: var(--pine-typography-heading-h2);\n letter-spacing: var(--pine-letter-spacing-heading-h2);\n}\n\n:where(h3) {\n font: var(--pine-typography-heading-h3);\n letter-spacing: var(--pine-letter-spacing-heading-h3);\n}\n\n:where(h4) {\n font: var(--pine-typography-heading-h4);\n letter-spacing: var(--pine-letter-spacing-heading-h4);\n}\n\n:where(h5) {\n font: var(--pine-typography-heading-h5);\n letter-spacing: var(--pine-letter-spacing-heading-h5);\n}\n\n:where(h6) {\n font: var(--pine-typography-heading-h6);\n letter-spacing: var(--pine-letter-spacing-heading-h6);\n}\n\n:where(p) {\n font: var(--pine-typography-body-md-default);\n letter-spacing: var(--pine-letter-spacing-body-md);\n}\n\n:where(code, kbd, pre, samp) {\n font-family: monospace;\n}\n\n// Accessibility\n:where([role=\"button\"]) {\n cursor: pointer;\n}\n\n:where(:focus) {\n outline: 0;\n}\n\n:where(:focus-visible) {\n outline: var(--pine-border-width-thick) solid var(--pine-color-purple-500);\n}\n\n// Misc.\n:where([hidden]) {\n display: none !important;\n}\n",":host {\n --border-head-cell-default: var(--pine-border-width-thin) solid var(--pine-color-grey-300);\n\n --box-shadow-default: 3px 3px 6px -2px rgba(0, 0, 0, 0.1);\n\n --color-background-fixed: var(--pine-color-white);\n --color-sorting: var(--pine-color-grey-950);\n --color-text-default: var(--pine-color-grey-700);\n\n --dimension-fixed-cell-position: 0;\n\n --font-size-head-cell: var(--pine-font-size-085);\n --font-weight-cell-default: var(--pine-font-weight-normal);\n\n --line-height-cell-default: var(--pine-line-height-125);\n\n --padding-cell-default: calc(var(--pine-spacing-300) / 2);\n\n --spacing-margin-inline-start-arrow: var(--pine-spacing-050);\n --spacing-padding-arrow: calc(var(--pine-spacing-050) / 2);\n --spacing-padding-block-compact: var(--pine-spacing-050);\n\n border-block-end: var(--border-head-cell-default);\n color: var(--color-text-default);\n display: table-cell;\n font-size: var(--font-size-head-cell);\n font-style: normal;\n font-weight: var(--font-weight-cell-default);\n line-height: var(--line-height-cell-default);\n padding: var(--padding-cell-default);\n text-align: start;\n vertical-align: inherit;\n}\n\n:host(.is-compact) {\n padding-block: var(--spacing-padding-block-compact)\n}\n\n:host(.is-fixed) {\n background: var(--color-background-fixed);\n left: var(--dimension-fixed-cell-position);\n position: sticky;\n z-index: 1;\n}\n\n// box shadow when table has scrolled and cell is fixed\n:host(.has-scrolled.is-fixed) {\n box-shadow: var(--box-shadow-default);\n}\n\n:host(.is-sortable) {\n cursor: pointer;\n\n pds-icon {\n margin-inline-start: var(--spacing-margin-inline-start-arrow);\n padding-block-start: var(--spacing-padding-arrow);\n position: absolute;\n }\n}\n\n:host(.is-sortable:hover),\n:host(.is-active) {\n color: var(--color-sorting);\n}\n","import { Component, Element, Host, Prop, h, Event, EventEmitter, State } from '@stencil/core';\n\nimport { downSmall, upSmall } from '@pine-ds/icons/icons';\n\n@Component({\n tag: 'pds-table-head-cell',\n styleUrls: ['../../../global/styles/base.scss', 'pds-table-head-cell.scss'],\n shadow: true,\n})\nexport class PdsTableHeadCell {\n @Element() hostElement: HTMLPdsTableHeadCellElement;\n private tableRef: HTMLPdsTableElement;\n\n /**\n * Determines whether the table column is sortable when set to `true`.\n */\n @Prop() sortable: boolean;\n\n /**\n * Event emitted to signal that a table column header has been sorted, providing information about the sorted column's name and sorting direction.\n */\n @Event() pdsTableSort: EventEmitter<{ column: string; direction: string }>;\n\n @State() private sortingDirection: 'asc' | 'desc' = 'asc';\n @State() private tableScrolling: boolean = false;\n\n /**\n * A local state to track whether the row is currently selected.\n */\n @State() isSelected: boolean = false;\n\n componentWillRender() {\n this.tableRef = this.hostElement.closest('pds-table') as HTMLPdsTableElement;\n }\n\n componentDidLoad() {\n if (this.tableRef && this.tableRef.responsive && this.tableRef.fixedColumn) {\n this.tableRef.addEventListener('scroll', this.handleScroll);\n }\n }\n\n private handleScroll = () => {\n if (this.tableRef.scrollLeft > 0) {\n this.tableScrolling = true;\n } else {\n this.tableScrolling = false;\n }\n };\n\n private toggleSort = () => {\n if (this.sortable) {\n const column = this.hostElement.innerText.trim();\n this.sortingDirection = this.sortingDirection === 'asc' ? 'desc' : 'asc';\n\n this.tableRef.querySelectorAll('pds-table-head-cell').forEach((headCell) => {\n headCell.classList.remove('is-active');\n });\n\n this.hostElement.classList.toggle('is-active');\n this.pdsTableSort.emit({ column, direction: this.sortingDirection });\n }\n }\n\n private classNames() {\n const classNames = [];\n\n if (this.tableRef && this.tableRef.compact) {\n classNames.push('is-compact');\n }\n\n if (this.sortable) {\n classNames.push('is-sortable');\n }\n\n if (this.sortable && this.sortingDirection !== null) {\n classNames.push('sort-' + this.sortingDirection);\n }\n\n if (this.tableRef && this.tableRef.fixedColumn && this.tableScrolling) {\n classNames.push('has-scrolled');\n }\n\n return classNames.join(' ');\n }\n\n render() {\n return (\n <Host\n class={this.classNames()}\n role=\"columnheader\"\n onClick={this.toggleSort}\n style={\n this.tableRef &&\n this.tableRef.fixedColumn &&\n this.tableRef.selectable\n ? { '--fixed-cell-position': '40px' }\n : {}\n }\n >\n <slot></slot>\n {this.sortable && (\n <pds-icon icon={this.sortingDirection === 'asc' ? upSmall : downSmall} />\n )}\n </Host>\n );\n }\n}\n"],"mappings":"2GAAA,MAAMA,EAAU,s1DAChB,MAAAC,EAAeD,ECDf,MAAME,EAAsB,2wDAC5B,MAAAC,EAAeD,E,MCQFE,EAAgB,M,oEAgCnBC,KAAAC,aAAe,KACrB,GAAID,KAAKE,SAASC,WAAa,EAAG,CAChCH,KAAKI,eAAiB,I,KACjB,CACLJ,KAAKI,eAAiB,K,GAIlBJ,KAAAK,WAAa,KACnB,GAAIL,KAAKM,SAAU,CACjB,MAAMC,EAASP,KAAKQ,YAAYC,UAAUC,OAC1CV,KAAKW,iBAAmBX,KAAKW,mBAAqB,MAAQ,OAAS,MAEnEX,KAAKE,SAASU,iBAAiB,uBAAuBC,SAASC,IAC7DA,EAASC,UAAUC,OAAO,YAAY,IAGxChB,KAAKQ,YAAYO,UAAUE,OAAO,aAClCjB,KAAKkB,aAAaC,KAAK,CAAEZ,SAAQa,UAAWpB,KAAKW,kB,iDApCD,M,oBACT,M,gBAKZ,K,CAE/B,mBAAAU,GACErB,KAAKE,SAAWF,KAAKQ,YAAYc,QAAQ,Y,CAG3C,gBAAAC,GACE,GAAIvB,KAAKE,UAAYF,KAAKE,SAASsB,YAAcxB,KAAKE,SAASuB,YAAa,CAC1EzB,KAAKE,SAASwB,iBAAiB,SAAU1B,KAAKC,a,EA0B1C,UAAA0B,GACN,MAAMA,EAAa,GAEnB,GAAI3B,KAAKE,UAAYF,KAAKE,SAAS0B,QAAS,CAC1CD,EAAWE,KAAK,a,CAGlB,GAAI7B,KAAKM,SAAU,CACjBqB,EAAWE,KAAK,c,CAGlB,GAAI7B,KAAKM,UAAYN,KAAKW,mBAAqB,KAAM,CACnDgB,EAAWE,KAAK,QAAU7B,KAAKW,iB,CAGjC,GAAIX,KAAKE,UAAYF,KAAKE,SAASuB,aAAezB,KAAKI,eAAgB,CACrEuB,EAAWE,KAAK,e,CAGlB,OAAOF,EAAWG,KAAK,K,CAGzB,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,2CACHC,MAAOnC,KAAK2B,aACZS,KAAK,eACLC,QAASrC,KAAKK,WACdiC,MACEtC,KAAKE,UACLF,KAAKE,SAASuB,aACdzB,KAAKE,SAASqC,WACV,CAAE,wBAAyB,QAC3B,IAGNP,EAAA,QAAAE,IAAA,6CACClC,KAAKM,UACJ0B,EAAA,YAAAE,IAAA,2CAAUM,KAAMxC,KAAKW,mBAAqB,MAAQ8B,EAAUC,I","ignoreList":[]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as e,c as r,h as i,H as o}from"./p-7841bd18.js";import{P as n,a as t,m as a}from"./p-bc1ecf2f.js";const s=':where(*:not(slot),*:not(slot)::before,*:not(slot)::after){-webkit-box-sizing:border-box;box-sizing:border-box}:where(*:not(slot)){margin:0}:where(img,picture,video,canvas,svg){display:block;max-width:100%}:where(input,button,textarea,select){font:inherit}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(a:not([href]):not([class])){color:currentColor;text-decoration:none}:where(a:not([href]):not([class]):hover){color:currentColor;text-decoration:none}:where(ul[role=list],ol[role=list]){list-style:none}:where(table){border-collapse:collapse;border-spacing:0}:where(*:not(slot)){font-family:var(--pine-font-family-body), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}:where(h1,h2,h3,h4,h5,h6){font-family:var(--pine-font-family-heading);color:var(--pine-color-grey-950)}:where(h1){font:var(--pine-typography-heading-h1);letter-spacing:var(--pine-letter-spacing-heading-h1)}:where(h2){font:var(--pine-typography-heading-h2);letter-spacing:var(--pine-letter-spacing-heading-h2)}:where(h3){font:var(--pine-typography-heading-h3);letter-spacing:var(--pine-letter-spacing-heading-h3)}:where(h4){font:var(--pine-typography-heading-h4);letter-spacing:var(--pine-letter-spacing-heading-h4)}:where(h5){font:var(--pine-typography-heading-h5);letter-spacing:var(--pine-letter-spacing-heading-h5)}:where(h6){font:var(--pine-typography-heading-h6);letter-spacing:var(--pine-letter-spacing-heading-h6)}:where(p){font:var(--pine-typography-body-md-default);letter-spacing:var(--pine-letter-spacing-body-md)}:where(code,kbd,pre,samp){font-family:monospace}:where([role=button]){cursor:pointer}:where(:focus){outline:0}:where(:focus-visible){outline:var(--pine-border-width-thick) solid var(--pine-color-purple-500)}:where([hidden]){display:none !important}';const l=s;const p=":host{--box-shadow-focus:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-purple-300);--box-shadow-focus-error:0 0 0 1px #ffffff, 0 0 0 3px var(--pine-color-red-200);--color-text-default:var(--pine-color-grey-950);--color-background-disabled:var(--pine-color-grey-100);--color-border-default:var(--pine-color-grey-400);--color-border-error:var(--pine-color-red-300);--color-border-hover:var(--pine-color-grey-500);--color-disabled-text:var(--pine-color-grey-500);--color-placeholder-text:var(--pine-color-grey-700);--font-size-helper-message:var(--pine-font-size-100);--font-size-input-field:var(--pine-font-size-100);--font-size-label:var(--pine-font-size-100);--font-weight-helper-message:var(--pine-font-weight-normal);--font-weight-input-field:var(--pine-font-weight-normal);--font-weight-label:var(--pine-font-weight-medium);--line-height-label:var(--pine-line-height-150);--line-height-helper-message:var(--pine-line-height-125);--line-height-input-field:var(--pine-line-height-150);--spacing-field-padding-block:var(--pine-spacing-100);--spacing-input-field-padding-inline:var(--pine-spacing-200);--spacing-label-margin-block-end:var(--pine-spacing-100);--spacing-margin-top-helper-message:var(--pine-spacing-100);display:inline}.pds-input{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}label{font-size:var(--font-size-label);font-weight:var(--font-weight-label);line-height:var(--line-height-label);-webkit-margin-after:var(--spacing-label-margin-block-end);margin-block-end:var(--spacing-label-margin-block-end)}input{border:1px solid var(--color-border-default);border-radius:10px;font-size:var(--font-size-input-field);font-weight:var(--font-weight-input-field);line-height:var(--line-height-input-field);padding:var(--spacing-field-padding-block) var(--spacing-input-field-padding-inline);}input:disabled{background-color:var(--color-background-disabled);color:var(--color-disabled-text);cursor:not-allowed}input:hover{border-color:var(--color-border-hover)}input:focus-visible{-webkit-box-shadow:var(--box-shadow-focus);box-shadow:var(--box-shadow-focus);outline:none}input::-webkit-input-placeholder{color:var(--color-placeholder-text)}input::-moz-placeholder{color:var(--color-placeholder-text)}input::-moz-placeholder{color:var(--color-placeholder-text)}input:-ms-input-placeholder{color:var(--color-placeholder-text)}input:has(~.pds-input__error-message){border-color:var(--color-border-error)}input:has(~.pds-input__error-message):focus-visible{-webkit-box-shadow:var(--box-shadow-focus-error);box-shadow:var(--box-shadow-focus-error);outline:none}.pds-input__error-message,.pds-input__helper-message{font-size:var(--font-size-helper-message);font-weight:var(--font-weight-helper-message);line-height:var(--line-height-helper-message);-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:var(--spacing-margin-top-helper-message);margin-block-start:var(--spacing-margin-top-helper-message)}.pds-input__error-message{color:var(--color-error)}";const h=p;const d=class{constructor(i){e(this,i);this.pdsInput=r(this,"pdsInput",7);this.onInputEvent=e=>{const r=e.target;if(r){this.value=r.value||""}this.pdsInput.emit(e)};this.componentId=undefined;this.disabled=undefined;this.errorMessage=undefined;this.helperMessage=undefined;this.invalid=undefined;this.label=undefined;this.name=undefined;this.placeholder=undefined;this.readonly=undefined;this.required=undefined;this.type="text";this.value=undefined}render(){return i(o,{key:"784e8ceebc3e9f7af1ca8a36e3e3bb3fb427ff73","aria-disabled":this.disabled?"true":null},i("div",{key:"15e330030f22a3d0d62efef1e67953779ae56993",class:"pds-input"},i(n,{key:"fee1b5fc13968007530c2a4aafcc1179df5bf48a",htmlFor:this.componentId,text:this.label}),i("input",{key:"987006aafd9d6c44478ee50ef10be7305b00d5af",class:"pds-input__field","aria-describedby":t(this.componentId,this.invalid,this.helperMessage),"aria-invalid":this.invalid?"true":undefined,disabled:this.disabled,id:this.componentId,name:this.name,placeholder:this.placeholder,readOnly:this.readonly,required:this.required,type:this.type,value:this.value,onInput:this.onInputEvent}),this.helperMessage&&i("p",{key:"48bf04ec1a4dcc5c29bc7abc6c9a7c7c23dce5e1",class:"pds-input__helper-message",id:a(this.componentId,"helper")},this.helperMessage),this.errorMessage&&i("p",{key:"7dfc00d8f19f0a799f5fcacc1f429b2755bfa8d2",class:"pds-input__error-message",id:a(this.componentId,"error"),"aria-live":"assertive"},this.errorMessage)))}};d.style=l+h;export{d as pds_input};
|
|
2
|
+
//# sourceMappingURL=p-81c6710c.entry.js.map
|